/* style.css start here */

body {
    background: #F0EFE7;
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

body#meet-our-experts { overflow-x:hidden;}
body.ip3-meet-our-experts {background:#fff;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

h1 {
    color: #4E443C;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: #F14E32;
}

h3, h3 a {
  color: #0388A6;
}

a {
  color: #0388A6;
}

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 997px;
    padding: 0;
    margin: auto;
}
/* style.css end here */

/* jcarousel.connected-carousels.css start here */

/** Stage container **/

.connected-carousels .stage {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    width: 100%;
    margin: 0px auto;
    position: relative;
	padding:0 2px 2px;
	background:#fff;
}

/** Shared carousel styles **/

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel li {
    float: left;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 647px;
	background:#fff;
/*    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

/** Navigation carousel specific styles **/

.connected-carousels .carousel-navigation {
    height: 93px;
    width: 100%;
    background: #fff;
/*    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.connected-carousels .carousel-navigation li {
    cursor: pointer;
	margin-right:2px;
}

.connected-carousels .carousel-navigation li img {
    display: block;
    border: 0px solid #fff;
	width:140px;
}

.connected-carousels .carousel-navigation li.active img {
    border-color: #009cd9;
}

/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
   /* display: none;*/
   opacity:0.5;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    /*display: none;*/
    position: absolute;
    top: 75%;
    width: 42px;
    height: 62px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
	text-indent:-9999px;
/*    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}

.connected-carousels .prev-stage span {
    left: 0px;
	background:url("~/media/Images/R/Rentokil/content-images/Meet-Our-Expert/button-prev.jpg") no-repeat scroll center center;
}

.connected-carousels .next-stage span {
    right: 0px;
	background:url("~/media/Images/R/Rentokil/content-images/Meet-Our-Expert/button-next.jpg") no-repeat scroll center center;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/29px Arial, sans-serif;
/*    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
	top:34%;
}

.connected-carousels .prev-navigation {
    left: 0/*-15px*/;
    text-indent: 6px;
	width:2%;
	z-index:9;
}

.connected-carousels .next-navigation {
    right: 0/*-15px*/;
    text-indent: 7px;
	width:2%;
	z-index:9;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}


/* jcarousel.connected-carousels.css end here */


.titleImage {max-width:997px;}


@media all and (min-width: 997px) {

.connected-carousels .carousel-navigation #images-carousel li .video-desc { background:#009cd9; top:0; cursor:pointer; opacity:0.8; position:absolute; width:140px; height:93px; display:none;}
.connected-carousels .carousel-navigation.carousel #images-carousel li:hover .video-desc { display:block !important;}
.connected-carousels .carousel-navigation #images-carousel li.active .video-desc { display:block;}


}


@media all and (max-width: 1024px) {


}

@media all and (max-width: 996px) {
.wrapper { max-width:768px !important;}
.boxdata, .largeimage, .detailsImage, .navigation, .titleImage { max-width:768px;}
.connected-carousels .carousel li .largeimage img{ max-width:768px;}

.titleImage { padding-left:3%; margin-top:10px;}


.connected-carousels .carousel-stage {height:555px;}
.connected-carousels .prev-stage, .connected-carousels .next-stage {height:250px;}

.connected-carousels .navigation { padding:10px 4% 0;}
.connected-carousels .carousel-navigation {height:50px;}
.connected-carousels .carousel-navigation li {margin:7px; width:25px; }
.connected-carousels .carousel-navigation li img { width:0; opacity:0.5; position:relative; left:0; margin-right:7px; background:#009cd9; border:10px solid #009cd9;
    -webkit-border-radius: 11px;
       -moz-border-radius: 11px;
            border-radius: 11px;}
.connected-carousels .carousel-navigation #images-carousel li .video-desc {width:0; height:0; opacity:1; margin-top:7px; border:10px solid #009cd9;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;}

.connected-carousels .prev-navigation, .connected-carousels .next-navigation {top:20%; width:25px;}
.connected-carousels .prev-navigation {text-indent:8px;}
.connected-carousels .next-navigation {text-indent:9px;}

.connected-carousels .carousel-navigation #images-carousel li .video-desc { display:none;}

.connected-carousels .carousel-navigation li.active img { border-color:#009cd9; opacity:1;}

}

@media all and (max-width: 768px) {

body.ip3-meet-our-experts.ip3-level3 .image-social { position:relative;/* top:-8px;*/}

}

@media all and (max-width: 640px) {


.connected-carousels .carousel-stage {height:390px;}
.connected-carousels .prev-stage, .connected-carousels .next-stage {height:140px; width:45%;}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span{ height:57px; width:37px; top:54%;}
.connected-carousels .navigation { padding:10px 9% 0;}

body.ip3-meet-our-experts.ip3-level3 .image-social { position:relative; top:0px;}


/*

.connected-carousels .carousel-navigation {height:50px;}
.connected-carousels .carousel-navigation li {margin:7px;}
.connected-carousels .carousel-navigation li img { width:0; opacity:0.5; border:10px solid #009cd9;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;}
.connected-carousels .carousel-navigation #images-carousel li .video-desc {width:0; height:0; opacity:1; margin-top:7px; border:10px solid #009cd9;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;}

.connected-carousels .prev-navigation, .connected-carousels .next-navigation {top:20%; width:25px;}
.connected-carousels .prev-navigation {text-indent:8px;}
.connected-carousels .next-navigation {text-indent:9px;}*/



}

@media screen and (min-width: 413px) and (max-width: 414px) {

.wrapper { max-width:414px !important;}
.boxdata, .largeimage, .detailsImage, .navigation { max-width:414px;}
.connected-carousels .carousel li .largeimage img{ max-width:414px;}
.titleImage {max-width:414px; padding-left:5%;}

}

@media all and (max-width: 375px) {

.wrapper { max-width:375px !important;}
.boxdata, .largeimage, .detailsImage, .navigation { max-width:375px;}
.connected-carousels .carousel li .largeimage img{ max-width:375px;}
.titleImage {max-width:375px; padding-left:5%;}

body.ip3-meet-our-experts.ip3-level3 .image-social { position:relative;/* top:-8px;*/}

}

@media all and (max-width: 360px) {

.wrapper { max-width:360px !important;}
.boxdata, .largeimage, .detailsImage, .navigation { max-width:360px;}
.connected-carousels .carousel li .largeimage img{ max-width:360px;}
.titleImage {max-width:360px; padding-left:5%;}

body.ip3-meet-our-experts.ip3-level3 .image-social { position:relative; top:0px;}

}

@media all and (max-width: 320px) {

.wrapper { max-width:320px !important;}
.boxdata, .largeimage, .detailsImage, .navigation { max-width:320px;}
.connected-carousels .carousel li .largeimage img{ max-width:320px;}
.titleImage {max-width:320px; padding-left:5%;}


.connected-carousels .carousel-stage {height:390px;}
.connected-carousels .prev-stage, .connected-carousels .next-stage {height:140px; width:45%;}
.connected-carousels .prev-stage span, .connected-carousels .next-stage span{ height:57px; width:37px; top:54%;}
.connected-carousels .navigation { padding:10px 9% 0;}



}


