/* ----------------------------------------------------------------
	Responsive AVer CSS - Gateway
-----------------------------------------------------------------*/
@media (min-width: 2000px) {

/* Product Category Banner*/
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc {position:relative;padding:290px 0px 0px 0px !important}
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc h3 {font-size:32px}
#Product-category .button.button-small {padding:0 26px;font-size:16px;height:46px;line-height:42px}

/* Awards Seals */
#Award-seals img {width:260px;height:auto}
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
/* Product Category Banner*/
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc {position:relative;padding:180px 0px 0px 0px !important;margin:0;text-align:center}
    
/* Technology Partners */  
#Technology-partners .partner-box {height:120px;width:12.5%;padding-top:90px}
}

@media (max-width: 1199px) {

/* Product Category Banner*/
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc {position:relative;padding:160px 0px 0px 0px !important}
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc h3 {font-size:18px}   
    
/* Awards Seals */
#Award-seals {height:250px}
#Award-seals img {width:200px;height:auto}
    
/* Technology Partners */  
#Technology-partners .partner-box {height:160px;width:25%;padding-top:120px}
    
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {
    
/* Product Category Banner*/
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc {position:relative;padding:95px 0px 0px 0px !important}
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc h3 {font-size:16px;padding-bottom:2px}
#Product-category .button.button-small {padding:0 14px;font-size:11px;height:26px;line-height:22px}
    
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
.testimonialWrap .testi-content{padding-bottom:27px;}
.testimonialWrap .testi-content p{font-size:1.1em;display:none;}
.testimonialWrap .play{width:75px;height:75px;margin-top:-35px;}
.testimonialWrap .play i{font-size:30px;padding-top:12px;}
.testimonialWrap table.testiInfo{width:75%;margin:15px auto 0;}
.testimonialWrap .testi-meta{text-align:center;}
.testimonialWrap .testi-meta span{padding-top:3px;}
.testimonialWrap table.testiInfo tr td:first-child{display:none;}
.testimonialWrap .owl-carousel .owl-dots{bottom:10px;}
.testimonialWrap .owl-carousel .owl-nav [class*=owl-]{left:15px;}
.testimonialWrap .owl-carousel .owl-nav .owl-next{left:auto;right:15px;}
    
}

@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 575px) {
    
/* Connect Better Slogan Font*/
#slogan-headline.gatewayDesc {padding:50px 0px 0px 0px}
#slogan-headline .slogan-bold {font-size:150%;font-weight:900;color:#000}
#slogan-headline .slogan-thin {font-size:150%;font-weight:100;color:#000}
#slogan-headline p.slogan-sub-text {font-size:110%;font-weight:500;color:#333}
    
/* Product Category Banner*/
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc {position:relative;padding:120px 0px 0px 0px !important}
#Product-category.portfolio-2 .portfolio-overlay .portfolio-desc h3 {font-size:16px;padding-bottom:0px}

/* Awards Seals */
#Award-seals {height:300px;background:#fff}
#Award-seals img {width:250px;height:auto}
    
/* Technology Partners */
#Technology-partners .partner-box {height:90px;width:25%;padding-top:60px}
    
}

/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {}