
/*Testimonial CSS */

.video-testimonial{
  position: relative;
}

.video-testimonial-image{
  background-position: center right;
  background-size: cover;
  color: #fff;
  position: relative;
  clear: both;
  overflow: hidden;
}
.video-testimonial-section .video-js .vjs-tech {    
  height: auto !important;    
}   
.video-testimonial-section .overlay-back1 .video-js{    
  padding-top: 56%;   
}
.video-testimonial-image.image-text{
 display: block;
}
.content_right {
  position: absolute;
  top: 16%;
  right: 5%;
  width: 42%;
}
.content_left {
  position: absolute;
  top: 16%;
  left: auto;
  width: 42%;
}
.image-text .video-content.text-comp {
  padding: 0;
}
.video-content.text-comp h2 {
  margin-bottom: 0;
  font-family: "Cern Ultralight";
  font-weight: 200;
  line-height: 1.09;
}
.video-content p {
  line-height: 24px;
  color: #424243;
  font-family: "Cern Light";
  font-size: 18px;
  font-weight: 300;
}
.video-testimonial-section {
    clear: both;
}
span.watch-video.button.link-secondary:hover {
    background-color: #1788c3 !important;
}
.watch-video {
  color: #fefefe;
  padding: 15px 25px !important;
  min-width: 199px;
  border-radius: 5px;
  text-decoration: none;
  width: 199px !important;
  height: 52px !important;
  text-align: left;
  border: 0 !important;
  font-family: "Cern Light";
  font-size: 18px !important;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  background-color: #1788c3;
  cursor: pointer;
}
.video-js.bc-player-ryxYFdtk8_default{
  margin: 0 auto;
}
.watch-video::after {
  content: '';
  width: 20px;
  height: 20px;
  top: 15px;
  right: 22px;
  position: absolute;
  background-image: url(../../../content/dam/resmed/testimonial/video-play-icon.png);              
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 84% center;
  transition: all 0.5s ease;
}
.watch-video.rotate-image::after{
  transform: rotate(90deg);
}
.video-tab.fixed #close{
  position: fixed;
  top:15%;
}
.video-tab{
  background-color: #2C2628;
  display: none;
  width: 100%;
  padding-top: 60px;
  color: #fff;
  padding-bottom: 260px;
  position: relative;
}
#stacyTestimonial .video-content h2,#stacyTestimonial .video-content p{
  color: #fff;
}
.close-icon,.Overlay-closeBtn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  float: right;
  top: 38%;
  right: 0;
  z-index: 11;
}
.Overlay-closeBtn{
  top: 5px;
  right: 20px;
  z-index: 9;
}
.close-icon::after,.Overlay-closeBtn::after{
  content: '';
  background: url('../../../content/dam/resmed/testimonial/Close.png') no-repeat;
  position: absolute;
  top: 10px;
  padding: 15px;
  right: 0;
  cursor: pointer;
  background-size: 20px 20px;
  display: inline-block;
  background-position: center center;
}
.video-section{
  position: relative;
}

.video-desc{
  margin-top: 12px;
  padding-left: 0;
}
.video-desc h3{
  font-family: "Cern Ultralight";
  font-weight: 200;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
  line-height: 1.6;
}
.video-desc p{
  font-family: "Cern Light";
  font-size: 18px;
  font-weight: 300;
}

.subscription-bar{
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10;
}
.subscription-bar .sharethis{
  padding: 0;
}
 span.playBtn {
   background: rgba(256,256,256,0);
   width: 100%;
   height: 100%;
   display: block;
   top: 0%;
   position: absolute;
   left: 0%;
   z-index: 2;
   cursor: pointer;
 }
.emailField{
  display: inline-block;
}
#eMail,#countryList{
  width: 469px;
  border: 1px solid #1788c3;
  border-radius: 5px;
  color: #000000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px 0 21px;
  height: 42px;
  background-color: #fff;
  vertical-align: top;
  word-break: initial;
}
#countryList {
    width: 254px;
    border-radius: 5px;
    padding: 0 30px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, #1788c3 50%),
      linear-gradient(135deg, #1788c3 50%, transparent 50%),
      linear-gradient(to right, #a8daf5, #a8daf5);
    background-position:
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 10.05px) calc(1em + 2px),
      calc(100% - 1.5em) 0.4em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
}
#submit {
  background-color: #1788c3;
  width: 170px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  box-shadow: none;
  margin-left: -5px;
  border: 1px solid #1788c3;
  height: 42px;
  vertical-align: top;
}

select::-ms-expand {
    display: none;
}
.form-container{
 color: #fff;
 font-family: "Cern Ultralight";
 display: table-cell;
 vertical-align: middle;
 width: 74%;
}
.from-wrap {
 margin-bottom: 10px;
}
input[type="checkbox"] {
  margin-right: 10px;
}
.form-container label {
  font-size: 18px;
  font-weight: 100 !important;
  display: inline;
}

.subscribe-msg{
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  display: inline-block;
  font-family: "Cern Ultralight"
}
.subscription-bar .container{
  position: relative;
  display: table;
  padding:0;
}
.error-msg{
  color: #ff0000;
  margin-top: -12px;
  font-size: 12px;
  display: none;
}
.successMsg-wrap{
  display: none;
  color: #fff;
  vertical-align: middle;
}
.success-msg{
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
}
.success-msg::before {
  content: '';
  background: transparent url(../../../content/dam/resmed/testimonial/sucess_icon.png) no-repeat left center;
  background-size: 20px 20px;
  position: absolute;
  top: 2px;
  width: 20px;
  left: 0;
  height: 20px;
}
.okBtn {
  border: 1px solid #fff;
  padding: 2px 29px;
  border-radius: 5px;
  margin-left: 56px;
  cursor: pointer;
}
input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-size: 18px;
}
input[type="text"]::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
input[type="text"]::-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}
.overlay-back1 {
  background: rgba(35,31,32,0.95);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 999;
}
.comingSoon-overlay{
  opacity: 0.7;
  background-color: #231f20;
  position: absolute;
  height: 100%;
  z-index: 3;
  top: 0px;
  width: 100%;
}
.noSubscribeBar .video-tab{
  padding-bottom: 30px;
}
.comingSoon-overlay div p{
  font-size: 24px;
}  
.comingSoon-overlay div {                
  position: absolute;
  display: block;
  font-size: 24px;
  top: 75%;
  /*height: 100%;*/
  width: 100%;
  text-align: center;
}
.flexslider video{
  width: 400px;
  height: 400px;
}
.video-wrap{
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.social-share{

  display: table-cell;
  vertical-align: middle;
}
.social-share a:hover,.social-share a:active,.social-share a:focus {
    text-decoration: none;  
}



@media screen and (min-width: 500px) and (max-width: 1023px){
  .video-wrap{
     width: 47.5%;
     margin: 1.5%;
  }
  .col-xs-12.col-sm-6.col-md-4.video-wrap:nth-child(2) {
     margin-left: 0;
  }
                
  .col-xs-12.col-sm-6.col-md-4.video-wrap:nth-child(3) {
     margin-left: 2%;
  }
    
  .col-xs-12.col-sm-6.col-md-4.video-wrap:last-child {
     margin-left: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .video-wrap{
    width: 47%;
  }
    .col-xs-12.col-sm-6.col-md-4.video-wrap:nth-child(2) {
        margin-left: 1%;
    }
    
    .col-xs-12.col-sm-6.col-md-4.video-wrap:nth-child(3) {
        margin-left: 2%;
    }
    
    .col-xs-12.col-sm-6.col-md-4.video-wrap:last-child {
        margin-left: 1%;
    }

}
@media screen and (min-width: 768px) and (max-width: 1363px){
    .video-desc h3{
		font-size: 26px;
	}
}
@media screen and (min-width: 1024px){
  .video-wrap{
    width: 31.5%;
    margin: 1.33%;
  }
  .form-container{
    width: 81%;
  }
  div.contslider {    
    width: 768px !important;    
  }   
  .contsnextprev {    
   width: 100%;   
   left: 0%;    
  }
    .col-xs-12.col-sm-6.col-md-4.video-wrap:nth-child(2) {
        margin-left: 0;
    }
                            
    .col-xs-12.col-sm-6.col-md-4.video-wrap:last-child {
        margin-right: 0;
    }
    #countryList{
        width: 200px;
    }
}
@media screen and (max-width: 380px){
.okBtn {
    margin-top: 20px;
    display: inline-block;
  }
        #eMail{
            padding-top: 5px;
        }
}
@media screen and (max-width: 499px){
	.social-share .share-button{
		background-size: 20px 20px !important;
	}
  #eMail {
    width: 145px;
  }
}
@media (min-width: 400px) and (max-width: 499px){
  #eMail {
    width: 210px !important;
  }
  #countryList {
    width: 320px !important;
  }
}
@media (min-width: 500px) and (max-width: 699px){
  .video-testimonial-image {
    background-position: bottom;
  }
  #eMail {
    width: 300px;
  }
  .video-wrap{
   /* min-height: 460px;*/
  }
  #countryList {
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  #countryList{
    width: 470px;
  }
  .video-tab{
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 699px){

  .video-testimonial-image.image-text {
    min-height: 850px;
  }
  .video-content{                  
    top: 3%;
  }
  .video-tab .col-xs-12.col-sm-6.col-md-4 {
    padding: 0 0 10px 0;
    /*min-height: 400px;*/
  }

  .video-content {
    width: 90%;
    left:auto;
  }
  .form-container{
    width: 92%;
  }
  .form-container label {
    font-size: 14px;
  }
  .social-share .share-button{
    background: transparent url(../../../content/dam/resmed/testimonial/share.png) no-repeat;
    height: 30px;
    width: 30px;
    background-size: 25px 25px;
    background-position: center center;
    display: table-cell;

  }
    .subscription-bar .container{
      padding-right:15px;
      padding-left:15px;
    }
    .subscription-bar .sharethis{
      right: 0px;
      top: -180px;
      position: absolute;
      text-align: center;
      width: 40px;
      opacity: 0; 
      padding: 5px 7px 5px 7px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; 
    } 

      .sharethis.showSocialLinks::after {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #000;
      content: '';
      position: absolute;
      bottom: -8px;
      left: 15px;
      opacity: 0.6;
    }
    .subscription-bar .sharethis.showSocialLinks{
      position: absolute;
      top: -180px;
      right: 5px;
      text-align: center;
      opacity: 1;
      padding: 5px 7px 5px 7px;
      background: rgba(0,0,0,0.6);
      border-radius: 5px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;  
    }
    .social-share a.at-icon-wrapper.at-share-btn.at-svc-facebook,.social-share a.at-icon-wrapper.at-share-btn.at-svc-twitter,
    .social-share a.at-icon-wrapper.at-share-btn.at-svc-linkedin{
        padding: 0;
    }
    svg.at-icon {
        width: 25px !important;
        height: 25px !important;
        margin-left: -7px;
        margin-top: 3px;
    }
    .sharethis a#mailto svg {
		height: 16px !important;
    }
    .sharethis.showSocialLinks a#mailto svg {
        height: 16px !important;
    }
 	.sharethis a{		
    	margin-left: 6px;		
    }
    .sharethis.showSocialLinks a {
        margin-left: 6px;
    }
    .sharethis.showSocialLinks a#mailto {
        margin-left: 2px;
        margin-top: 13px;
    }
  .video-testimonial .container {
        max-width: 90%;
        padding: 0;
    }

    .subscription-bar .container {
        width: 90%;
    }
}





@media screen and (min-width: 768px){
  .close-icon{
   /*width: 100%;*/
   top:0% !important;
   right:3%;
 }
.video-tab .container{
	padding: 0;
}
.video-content.text-comp h2 {
      font-size: 44px;
  }
div.contslider {
  width: 670px;
  margin: 0 auto;
}
#slideshow {
  margin: 80px auto;
  position: relative;
  width: 240px;
  height: 240px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
div.contslider {
  position: relative;
  top: 50px;
}
.contsnextprev span{
  cursor: pointer;
}
.contsnextprev {
 position: absolute;
 width: 114%;
 top: 50%;
 left: -7%;
 font-size: 50px;
 color: #fff;
}
.floatright{
  float: right;
}
span.mailto img {
    width: 20px;
}
.at-style-responsive .at-share-btn {
    padding: 5px;
}
}

@media screen and (min-width: 700px){

  .video-testimonial-image{
    background-position: center top;
  }
  #eMail {
    width: 300px;
  }
  .video-desc{
    padding-right: 0px;
  }
  .social-share{
    width: 175px;
  }

    .at-style-responsive .at-share-btn {
        padding: 3px;
    }
     svg.at-icon {
        width: 26px !important;
        height: 26px !important;
    }
    .sharethis a#mailto svg {
      margin-bottom: 2px;
      display: inline-block;
      margin-left: 8px;
  }
  .sharethis a {
      margin-left: 8px;
  }
}
@media screen and (min-width: 980px){
.container {
    box-sizing: border-box !important;
}
}
@media screen and (max-width: 991px){
  .image-text {
    min-height: 740px; 
  }
    .video-desc h3{
        font-size: 28px;
    }
}
    /*@media screen and (min-width: 1280px){
    .image-text .video-content.text-comp {
    padding: 0 29px;
}
    }*/

@media screen and (min-width: 1920px){
	.video-testimonial .container {
    	padding: 0 20px;
	}
	.close-icon{
  	 	right:6%;
 	}
}

@media screen and (min-width: 1360px){
	.form-container {
    	width: 85%;
    }
}

@media screen and (max-width: 1023px){
    .col-xs-12.col-sm-6.col-md-4.video-wrap:last-child {
         clear: left;
     }
    #countryList{
    	margin-bottom: 15px;
  	}
}
@media screen and (min-width: 700px) and (max-width: 767px){
   #countryList{
      width: 410px;
   }
}
@media screen and (max-width: 767px){
  .subscribe-msg {
    font-size: 14px;
  }
  .video-content.text-comp h2 {
      font-size: 35px;
  }
  input[type="text"]::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
  }

  input[type="text"]::-moz-placeholder {
    color: #000;
    font-size: 16px;
  }
  .video-tab{
    /*padding-bottom:200px;*/
    padding-top: 50px;
  }
	.video-testimonial .container {
        padding: 0;
    }

  input[type="text"]::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
  }
  #submit {
    font-size: 16px;
    width: 110px;
    margin-left: -5px;
  }
  .subscription-bar {
    padding: 20px 0;
  }

  .close-icon::after,.Overlay-closeBtn::after{
    background-color: rgba(0,0,0,0.7);
  }
  #eMail {
    border: 1px solid #1788c3;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px 0 10px;
  }


}


.video-testimonial-image.image-text {
  display: block;
}
.video-testimonial .vjs-poster,.overlay-back1 .vjs-poster{
  background-size: cover;
}
.video-testimonial .video-js,.overlay-back1 .video-js{
  margin: auto;
  background: none !important;
}
.video-testimonial .video-js .vjs-time-control,.overlay-back1 .video-js .vjs-time-control{
  padding: 0;
}
.video-testimonial .video-js .vjs-control-bar,.overlay-back1 .video-js .vjs-control-bar{
  background-color: rgba(0,0,0,0.5);
}
.video-testimonial .video-js .vjs-progress-control:hover .vjs-mouse-display,.overlay-back1 .video-js .vjs-progress-control:hover .vjs-mouse-display{
  display: none !important;
}
.video-testimonial .video-js .vjs-progress-control:hover .vjs-time-tooltip,.overlay-back1 .video-js .vjs-progress-control:hover .vjs-time-tooltip{
  visibility: hidden !important; 
}
.video-testimonial .video-container .video-js video,.overlay-back1 .video-container .video-js video{
  width: 100%!important;
  height: 100%!important;
}
.video-testimonial .video-js .vjs-contextmenu-ui-menu,.overlay-back1 .video-js .vjs-contextmenu-ui-menu{
  display: none;
}
.video-testimonial .video-js,.overlay-back1 .video-js{
  width: auto;
}
/*.clicked{
  background: transparent url('../../../content/dam/resmed/testimonial/loading.gif') no-repeat;
    background-size: 50px 50px;
    background-position: center center;
}*/
button#submit:focus,input#eMail:focus,#countryList:focus  {
    outline: 0;
}
/* Social share */

.social-share a.at-icon-wrapper.at-share-btn.at-svc-facebook,.social-share a.at-icon-wrapper.at-share-btn.at-svc-twitter,
.social-share a.at-icon-wrapper.at-share-btn.at-svc-linkedin{
    background: none !important;
    margin: 0;
}
.social-share .at-resp-share-element .at-share-btn:focus,.social-share .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
 }
 .social-share  a:focus {
    outline-width: 0;
}
 .social-share .at4-show {
    display: inline-block!important;
            float: left;
    }







/*-----------------------Audio Testimonial----------------------------*/
.audio-testimonial-section {
  padding: 60px 0;
}
.audio-testimonial-section .audio-testimonial{
  text-align: center;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.audio-testimonial-section h2.head-text {
    font-size: 44px;
    margin-bottom: 10px;
    line-height: 46px;
}
.audio-testimonial-section p.sub-text {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}
.audio-testimonial-section .wrap{
  display: inline-block;
  position: relative;
  /*float: left; to make video aligning center*/
  margin-bottom: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  cursor: pointer;
}

.audio-testimonial-section .audio-thumbnail .replay-button{  
  background-image: url('clientlib-all/assets/images/multi-media/replay-icon.svg');
  background-size: 25px 25px;
  background-position: 90% center;
  text-indent: -20px;
  display: none;
}
.audio-testimonial-section .audio-thumbnail .play-button{  
  background-image: url('clientlib-all/assets/images/multi-media/play-icon.svg');
  background-size: 13px 13px;
  background-position: 75% center;
  text-indent: -10px;
  display: inline-block;
}
.audio-testimonial-section .audio-thumbnail .play-button,.audio-testimonial-section .audio-thumbnail .replay-button{ 
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  width: 110px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}


.audio-testimonial-section .audio-thumbnail .audio-imgthumbnail{
  width: 100%;
}

.audio-testimonial-section .wrap .audio-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    font-weight: normal;
}
.audio-testimonial-section .wrap .audio-description .description {
  text-align: left;
  padding: 30px 15px 20px 15px;
}
.audio-testimonial-section .wrap .audio-description .description .customer-testimonial {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  margin: 2px 0 0 0;
}
.audio-testimonial-section .wrap .audio-description .icon {
    display: inline-block;
    color: #000;
    font-size: 12px;
    padding: 4px;
    line-height: 28px;
    position: absolute;
    position: absolute;
    top: -20px;
    background: #fff;
    width: 40px;
    right: 30px;
    border: 1px solid black;
    border-radius: 50%;
    height: 40px;
}
.audio-testimonial-section .wrap .audio-description .icon.video-icon,
.audio-testimonial-section .wrap .audio-description .icon.audio-icon{
  background: #fff url('clientlib-all/assets/images/multi-media/video-icon.svg') no-repeat; 
  background-size: 20px 20px;
  background-position: center center;
} 
.audio-testimonial-section .wrap .audio-description .icon.audio-icon{
  background-image: url('clientlib-all/assets/images/multi-media/audio-icon.svg'); 
} 
.audio-testimonial-section .wrap .audio-player{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.audio-testimonial-section .wrap.active .audio-description {
  top: 10px;
  background: none;
}
.audio-testimonial-section .wrap.active .audio-player{
  display: block;
}
.audio-testimonial-section .wrap.active .audio-player video{
  width: 100%;
}
.audio-testimonial-wrap .video-js .vjs-tech {    
  height: auto !important;    
}   
.audio-testimonial-wrap .overlay-back1 .video-js{    
  padding-top: 56%;   
}
.audio-testimonial-wrap .video-js.bc-player-ryxYFdtk8_default{
  margin: 0 auto;
}
.audio-testimonial-section .audioTestimonial-socialShareBar ul{
  width: 160px;
  overflow: hidden;
  margin: 25px auto;
  padding: 0;
}

.audio-testimonial-section .audioTestimonial-socialShareBar ul li{
  float: left;  
  margin: 0 11px;
  list-style:none;
}
.audio-testimonial-section .audioTestimonial-socialShareBar ul li a svg{
  width: 18px;
}

@media screen and (max-width: 767px)  {
  .audio-testimonial-wrap .Overlay-closeBtn::after{
    padding: 10px;
    background-size: 12px 12px;
  }
}
@media screen and (max-width: 767px) and (orientation : landscape) {
  .contslider.floatleft {
      top: 0%;
  }
}
@media screen and (max-width: 767px) and (orientation : portrait) {
  .contslider.floatleft {
      top: 33%;
      position: absolute;
      width: 100%;
  }
  .contsnextprev {    
      display: none;  
  }
  .Overlay-closeBtn{
      top: 33%;
      right: 12px;
  }
}
@media screen and (max-width: 479px){
  .audio-testimonial-section .wrap{
    float: none;
	  width: 100%;
  }
  .audio-testimonial .video-js .vjs-tech {
     height: 100% !important; 
  }

}
@media (min-width: 480px) and (max-width: 1023px){
  .audio-testimonial-section .wrap{
    width: 48%;
  }
  .audio-testimonial-section .wrap:nth-child(2n) {
      float: right;
  }
}
@media screen and (min-width: 768px){ 
  .audio-testimonial-wrap .Overlay-closeBtn {
    top: 12px;
  }
  .audio-testimonial div.contslider {
      top: 200px;
  }
}
@media screen and (min-width: 1024px){  
  .audio-testimonial-section p.sub-text {
    width: 90%;
  }
  .audio-testimonial-section .wrap{
    width: 31%;
  }
  .audio-testimonial-section .wrap:nth-child(3n-1) {
    margin: 0 3.5%;
  }
  .audio-testimonial div.contslider {
      top: 150px;
  }
  .audio-testimonial-wrap .Overlay-closeBtn {
    right: 70px;
  }
}
@media (min-width: 940px) and (max-width: 1120){ 
  .audio-testimonial-wrap .Overlay-closeBtn{
    right: 100px;
  }
}
@media screen and (min-width: 1280px){  
  .audio-testimonial-section .wrap:hover {
      transform: scale(1.04);
      transform-origin: top left;
      box-shadow: 0 5px 6px rgba(0,0,0,0.23);
  }  
  .audio-testimonial-section .wrap:nth-child(1+3(n-1)) {
   transform-origin: top left;
  }
  .audio-testimonial-section .wrap:nth-child(3n-1) {
   transform-origin: top center;
  }
  .audio-testimonial-section .wrap:nth-child(3n) {
   transform-origin: top right;
  }
  .audio-testimonial-section p.sub-text {
    width: 65%;
  }
  .audio-testimonial-wrap .Overlay-closeBtn {
      top: 12px;
      right: 17%;
  }
  .audio-testimonial div.contslider {
      top: 100px;
  }
}
@media screen and (min-width: 1920px){ 
  .audio-testimonial div.contslider {
      top: 120px;
  }
  .audio-testimonial-wrap .Overlay-closeBtn {
    top: 12px;
    right: 27%;
  }
}
@media screen and (min-width: 1366px){  
  .audio-testimonial-section .wrap{
    width: 360px;
  }
  .audio-testimonial-section .wrap:nth-child(3n-1) {
    margin: 0 2.6%;
  } 
}



/*
 * MyFonts Webfont Build ID 1114443, 2011-09-02T06:08:04-0400 - REGULAR
 * MyFonts Webfont Build ID 1118460, 2011-09-05T07:13:16-0400 - MEDIUM
 * MyFonts Webfont Build ID 825795, 2011-05-26T03:42:08-0400 - SEMIBOLD
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1114443 - REGULAR
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1118460 - MEDIUM
 * License: http://www.myfonts.com/viewlicense?1056 - SEMIBOLD
 * 
 * Webfont: Geogrotesque SemiBold
 * URL: http://new.myfonts.com/fonts/emtype/geogrotesque/semibold/
 * Foundry: Emtype Foundry
 * Copyright: Copyright © 2009 by Eduardo Manso. All rights reserved.
 * Licensed pageviews: 10,000,000/month
 * 
 * © 2011 Bitstream Inc
 */

 /* GEO - Semibold */
 @font-face {font-family: 'Geogrotesque-SemiBold';src: url('clientlib-video-testimonial/fonts/webfonts/style_169898.eot');src: url('clientlib-video-testimonial/fonts/webfonts/style_169898.eot?#iefix') format('embedded-opentype'),url('clientlib-video-testimonial/fonts/webfonts/style_169898.woff') format('woff'),url('clientlib-video-testimonial/fonts/webfonts/style_169898.ttf') format('truetype'),url('clientlib-video-testimonial/fonts/webfonts/style_169898.svg#Geogrotesque-SemiBold') format('svg');}

 /* GEO - Medium */
 @font-face {font-family: 'Geogrotesque-Medium';src: url('clientlib-video-testimonial/fonts/webfonts/1110FC_0.eot');src: url('clientlib-video-testimonial/fonts/webfonts/1110FC_0.eot?#iefix') format('embedded-opentype'),url('clientlib-video-testimonial/fonts/webfonts/1110FC_0.woff') format('woff'),url('clientlib-video-testimonial/fonts/webfonts/1110FC_0.ttf') format('truetype'),url('clientlib-video-testimonial/fonts/webfonts/1110FC_0.svg#wf') format('svg');}

 /* GEO - Regular */
 @font-face {font-family: 'Geogrotesque-Regular';src: url('clientlib-video-testimonial/fonts/webfonts/11014B_0.eot');src: url('clientlib-video-testimonial/fonts/webfonts/11014B_0.eot?#iefix') format('embedded-opentype'),url('clientlib-video-testimonial/fonts/webfonts/11014B_0.woff') format('woff'),url('clientlib-video-testimonial/fonts/webfonts/11014B_0.ttf') format('truetype'),url('clientlib-video-testimonial/fonts/webfonts/11014B_0.svg#wf') format('svg');}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('clientlib-video-testimonial/fonts/flexslider-icon.eot');
	src:url('clientlib-video-testimonial/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	url('clientlib-video-testimonial/fonts/flexslider-icon.woff') format('woff'),
	url('clientlib-video-testimonial/fonts/flexslider-icon.ttf') format('truetype'),
	url('clientlib-video-testimonial/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.toggle li { float: left; }
.toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; 

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */

	box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	-webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;

}
.toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.toggle li a:hover { background: #ededed; color: #222; }
.toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }

.slider { margin: 50px 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}




/* Loading
***********************/
.loading #container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }

/*
 SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter
 
 SyntaxHighlighter is donationware. If you are using it, please donate. - http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 
 @version - 3.0.83 (July 02 2010)
 @copyright - Copyright (C) 2004-2010 Alex Gorbatchev.
 @license - Dual licensed under the MIT and GPL licenses.
 */
 .syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important;}
 .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
 .syntaxhighlighter.source{overflow:hidden !important;}
 .syntaxhighlighter .bold{font-weight:bold !important;}
 .syntaxhighlighter .italic{font-style:italic !important;}
 .syntaxhighlighter .line{white-space:pre !important;}
 .syntaxhighlighter table{width:100% !important;}
 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
 .syntaxhighlighter table td.code{width:100% !important;}
 .syntaxhighlighter table td.code .container{position:relative !important;}
 .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:white !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important;}
 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
 .syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
 .syntaxhighlighter.show{display:block !important;}
 .syntaxhighlighter.collapsed table{display:none !important;}
 .syntaxhighlighter.collapsed .toolbar{padding:0.1em 0.8em 0em 0.8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important;}
 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
 .syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
 .syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important;}
 .syntaxhighlighter .toolbar span.title{display:inline !important;}
 .syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
 .syntaxhighlighter .toolbar a.expandSource{display:none !important;}
 .syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
 .syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
 .syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important;}
 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
 .syntaxhighlighter.printing .line .content{color:black !important;}
 .syntaxhighlighter.printing .toolbar{display:none !important;}
 .syntaxhighlighter.printing a{text-decoration:none !important;}
 .syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
 .syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
 .syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
 .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
 .syntaxhighlighter.printing .value{color:#009900 !important;}
 .syntaxhighlighter.printing .functions{color:#ff1493 !important;}
 .syntaxhighlighter.printing .constants{color:#0066cc !important;}
 .syntaxhighlighter.printing .script{font-weight:bold !important;}
 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
 .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
 .syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
 .syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
 /* Theming */
 .syntaxhighlighter { clear: both; width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
 .syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
 .syntaxhighlighter .line.alt1,
 .syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
 .syntaxhighlighter .line.highlighted.alt1,
 .syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
 .syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
 .syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
 .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
 .syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
 .syntaxhighlighter .keyword {color: #2a93b9!important;}
 /**/
 .syntaxhighlighter{background-color:white !important;}
 .syntaxhighlighter .line.alt1{background-color:white !important;}
 .syntaxhighlighter .line.alt2{background-color:white !important;}
 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
 .syntaxhighlighter .line.highlighted.number{color:black !important;}
 .syntaxhighlighter table caption{color:black !important;}
 .syntaxhighlighter .gutter{color:#afafaf !important;}
 .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
 .syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
 .syntaxhighlighter.printing .line .content{border:none !important;}
 .syntaxhighlighter.collapsed{overflow:visible !important;}
 .syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
 .syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
 .syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
 .syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
 .syntaxhighlighter .toolbar a{color:white !important;}
 .syntaxhighlighter .toolbar a:hover{color:black !important;}
 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
 .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
 .syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
 .syntaxhighlighter .keyword{color:#006699 !important;}
 .syntaxhighlighter .preprocessor{color:gray !important;}
 .syntaxhighlighter .variable{color:#aa7700 !important;}
 .syntaxhighlighter .value{color:#009900 !important;}
 .syntaxhighlighter .functions{color:#ff1493 !important;}
 .syntaxhighlighter .constants{color:#0066cc !important;}
 .syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
 .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
 .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
 .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
 .syntaxhighlighter .keyword{font-weight:bold !important;}
