h1{font-size:36px;} h2 {font-size:32px;}h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:24px;}p {font-size:18px;}

.text-black{
	color:#000!important;
}

#specifications .spec-title{
	color:#000!important;
}

.web_filtering_banner{
	position:relative;
	overflow:hidden;
	height:35vw; 
	background:url('/library/assets/products/web_filtering/web_filtering_banner.jpg'); 
	background-repeat:no-repeat;
	background-size:cover; 
	background-position:50% bottom;	
}

.web_filtering_area{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
	padding-top: 8%;
	color:#000;
	padding-left: 10%;
}

.web_filtering_area .text{
	display: flex;
    justify-content: center;
	flex-direction: column;
}

.web_filtering_icon{
	width:30%;
}

.secure_buy{
	width:35%;
}
.web_filtering_area .text h2{
font-size:36px;
}

.web_filtering_area .text p{
	font-size:24px;
}

.web_filtering_area .btn-group-lg>.btn, .btn-lg {
    padding: 5px;
    margin: 2px 0;
}

@media screen and (max-width: 1601px){
.web_filtering_area{
    width: 45%;
}
}


@media screen and (max-width: 1440px){
.web_filtering_area{
    width: 50%;
	padding-left: 5%;
	padding-top: 5%;
}
}

@media screen and (max-width: 1025px){
.web_filtering_banner{
	height:40vw; 
}
.web_filtering_area{
	padding-top: 5%;
}
.secure_buy{
	width:60%;
}
.web_filtering_area .text h2{
font-size:30px;
}
.web_filtering_area .text p{
font-size:18px;
}
}

@media screen and (max-width: 991px){
.web_filtering_banner{
	height:55vw; 
	background-position:center top;	
}
.web_filtering_area{
    width: 65%;
	padding-top: 10%;
	color:#000;
    padding-left: 5%;
}
.web_filtering_icon{
	width:40%;
}
}

@media screen and (max-width: 450px){
.web_filtering_banner{
	height:70vw; 
}
.web_filtering_area{
	padding-top: 5%;
	width: 50%;
}

.web_filtering_icon{
	width:45%;
}

.secure_buy{
	width:80%;
}

.web_filtering_area .btn-group-lg>.btn, .btn-lg {
    padding: 2px;
}
.web_filtering_area .text h2{
font-size:18px;
}
.web_filtering_area .text p{
font-size:12px;
}
}

@media screen and (max-width: 350px){
.web_filtering_area .btn.btn-lg {
       padding: 2px!important;
}
}

/*-intro*/

.web_filtering_intro{
	background-color:#ffe8cc;
	color:#000;
}

.web_filtering_intro .text{
	width:85%;
	text-align:center;
	margin: 0 auto;
}


/*--Controls access through policy-based controls with highly granular blocking and filtering*/

.policy-based .area{
	width:80%;
	text-align:center;
	margin:0 auto;
}

.policy-based .text_area{
	display: flex;
    flex-direction: row;
	align-items: center;
	padding-top: 5%;
}

.policy{
	width:50%!important;
}

.policy-based .text_area .text{
    padding-left: 5%;
}

.policy-based .text_area .text p{
    border-left: 3px solid #fe8d3f;
    padding-left: 10px;
}

@media (max-width: 450px){
.policy-based .area{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.policy-based .text_area{
    flex-direction: column;
}

.policy{
	width:100%!important;
}
.policy-based .text_area .text{
    padding-left: 5%;
	padding-top:5%;
}
.policy-based .text_area .text p{
    padding: 15px;
}
}

/*--Faultless and zero-delay scan structure*/

.zero-delay-section{
	background: linear-gradient(to bottom, #f7f7f7 90%, #fff 0%);
}
.zero-delay{
	width:55%;
}
.zero-delay_area{
	display:flex;
	flex-direction:column;
}	

.img_area{
	position: fixed;
    right: -80px;
}

.zero-delay_img{
	padding-top:10%;
}

.zero-delay_border{
	border-left:3px solid #ff8901;
}

.zero-delay_text h6{
	text-indent: -12px;
    padding-left: 10px;
    padding-right: 5px;
}
.zero-delay_text ul {
	list-style: none;
    display: inline-flex;
	padding: 10px;
}

.zero-delay_border p {
	padding-left: 10px;
}

@media (max-width: 1025px){
.zero-delay-section{
	background: linear-gradient(to bottom, #f7f7f7 100%, #f7f7f7 100%);
}
.tab-content {
    width: 95%;
}
.tab-content .nav>li>a {
    padding: 2% 20%;
}
.img_area {
    right: -50px;
}
}

@media (max-width: 991px){
.zero-delay{
	width:100%;
}
.img_area{
	position: relative;
	right: 0px;
}
}

@media (max-width: 450px){
.zero-delay_text ul {
    display: inline-grid;
}
}

@media (min-width: 1024px){
.zero-delay_area{
	flex-direction:row;
    align-items: center;
}

.zero-delay_text{
	width: 100%;
    padding: 20px 0px;
}

.zero-delay_img{
	width: 100%;
	padding-top: 0px;
    margin-top: -180px;
}
}


.tab-content{width: 100%;}

.tab-content > .active {
	-webkit-transition: slide 1s ease 3.5s forwards;
	-moz-transition: slide 1s ease 3.5s forwards;
	-ms-transition: slide 1s ease 3.5s forwards;
	-o-transition: slide 1s ease 3.5s forwards;
	transition: slide 1s ease 3.5s forwards;
}

.tab-content .nav {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style: none;
}

.tab-content .nav>li>a {
    position: relative;
    display: block;
    padding: 2% 24%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #ff8901;
}

.tab-content .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #dcdcdc;
}

.tab-content .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border-radius: 35px;
	border: 1px solid #ddd;
	display: flex;
    align-items: center;
}

#zero-delay-structure .nav.nav-tabs {
	width: 50%;
	border-bottom: 0;
}

div#zero-delay-structure {
	z-index: 2;
	position: relative;
}

#zero-delay-structure .tab-content .nav.nav-tabs {
	border: none;
}

#zero-delay-structure .tab-content .nav.nav-tabs li {
	width: 50%;
}

#zero-delay-structure .tab-content .nav.nav-tabs li a {
	color: #000;
    text-decoration: none;
}

#zero-delay-structure .tab-content .nav.nav-tabs li.active a,
#zero-delay-structure .tab-content .nav.nav-tabs li a:hover {
	color: #fff;
	border: 1px solid #ddd;
}

@media only screen and (max-width: 1025px) {
#zero-delay-structure .nav.nav-tabs {
	width: 60%;
}
}

@media only screen and (max-width: 991px) {
#zero-delay-structure .nav.nav-tabs {
	width: 80%;
}
}

@media only screen and (max-width: 450px) {
#zero-delay-structure .tab-content .nav.nav-tabs li {
	width: 100%;
    padding-bottom: 10px;
}
}



/*DNS Content Filter Fills in the Blind Spot*/

.DNS_area{
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
}

@media (min-width: 1020px){
.DNS_area{
    flex-direction: row-reverse;
}
.DNS_area .text{
	width: 80%;
    padding: 10%;
}
}

/*Up-to-minute coverage from rich cloud database*/

.database{
	background-color:#f4f4f4;
}
.database_img{
	padding-top:20px;
}

.database_area{
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1020px){
.database_area {
    flex-direction: row;
    width: 90%;
}
.database_area .text{
	width: 60%;
}
.database_img{
	position: absolute;
    width: 45%;
    right: 5%;
    top: -50px;
}
}

@media (min-width: 1200px){
.database_area .text{
	width: 45%;
}
}


@media (min-width: 1600px){
.database_area {
    width: 70%;
}
.database_area .text{
	width: 65%;
}
.database_img{
    width: 35%;
	right: 10%;
}
}


@media (min-width: 1800px){
.database_img{
    width: 30%;
}
}

.Online{background-color:#f9f9f9;}

.LicenseOnline .button .btn-call-to-action {
    background-color: #ff8900;
}

.LicenseOnline .text{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.LicenseOnline .button{
	display: flex;
    flex-direction: column;
    padding-top: 10px;
}

@media (min-width: 1020px){
.LicenseOnline{
	position: relative;
}
.circle_gui{ 
	position: absolute;
	width: 40%;
	top: 0px;
	left: -80px;
}
.marketplace_gui{
	position: absolute;
    width: 40%;
    right: -80px;
    top: 0px;
}
.LicenseOnline .text {
    display: flex;
    flex-direction: column;
    padding: 5%;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.LicenseOnline .button {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    justify-content: space-evenly;
	width: 100%;
}
}


@media (min-width: 1500px){
.circle_gui{ 
	top: -80px;
	width: 32%;
}
.marketplace_gui{
	top: -80px;
    width: 32%;
}
}

@media (min-width: 2100px){
.LicenseOnline{
	padding: 0px 0px 150px 0px;
}	
}

.discoverMore{
	background-color:#fff;
}

.discoverMore a {
	color:#ff8900;
}

.discoverMore h4 {
	padding-top:10px;
}

.discoverMoreCanvas ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0 0;
}

.discoverMoreCanvas ul li {
    display: inline-block;
    margin: 0 50px;
}

.discoverMoreCanvas .circle {
    border-radius: 50%;
    background: #ff8900;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.discoverMoreCanvas .circle img {
    padding-top: 25px;
}

.discoverMoreCanvas .fa-search, .discoverMoreCanvas .fa-shopping-cart {
    color: #fff;
    font-size: 100px;
    line-height: 150px;
}

.note{
	background-color:#fff;
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}

.btn {
    padding: 0 20px;
}

.section-features ul li,
ul.specs-list li {
    margin-left: 20px;
	margin-bottom: 10px;
}

.tab-content ul.nav li a:hover {
    background-color: #ddd;
}