@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,700';
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,700';
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
#beta {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 75px;
    background: url(/themes/def/beta.png) no-repeat center center;
    background-size: cover;
    z-index: 999999 !important;
}
.incenter {
	text-align: center;
	font-size: 111px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 0;
	top: 28%;
	right: 0;
	line-height: 50px;
}
.incenter2 {
	text-align: center;
	font-size: 111px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	padding: 80px 140px 40px 140px;
}
.incenter span.sub, .incenter2 span.sub {
	font-size: 30px;
	font-weight: 300;
}
.incenter span , .incenter2 span{
	font-weight: 100;

}
.xmpic {
	width: 90%;
	margin-left: 0%;
	margin-top: 60px;
	display: block;
	position: relative;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.xmpic p {
	position: absolute;
	bottom: -5px;
	left: 0;
	text-align: left;
	z-index: 3;
	display: none;
	width: 100%;
	padding: 10px;
	color: #fff;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.xmpic:hover > p {
	display: block;
}
.second {
	margin-left: 5%;
}
.last {
	margin-left: 10%;
}
.xmpic:hover .mask {
	background: rgba(0, 0, 0, 0.6);
}
.xmpic .mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.xmpic:hover img {
	transform: scale(1.2);
}
.xmpic img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.toright {
	float: right;
}
.stranger {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 20px;
}
#worldmap {
	width: 50%;
	float: left;
	height: calc(100% - 65px);
}
/*#top_logo .toright a:last-child {
	margin-right:35px;	
}
#top_logo .toright a {
	color:#9b9b9b;
	font-family: 'Lato', sans-serif;
	float:left;
	margin-right:8px;
	display:block;
	font-size:15px;
	padding-top:10px;
	margin-top: 10px;	
}*/

.iedisplaymsg {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height: 45px;
	padding:10px 0px;
	color:#fff;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	background:#700204;
	z-index: 99999;
	display: none;
}

.footer .toright a:last-child {
	margin-right: 25px;
}
.footer .toright a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	float: left;
	margin-right: 8px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding-top: 8px;
	margin-top: 8px;
}
.xmpic span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	top: 40%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	word-wrap: break-word;
	-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
.thecontent.ddd div.col-md-12 {
	width: 100%;
	padding: 3%;
	float: left;
}
.thecontent.zzz div.col-md-6 {
	min-height:60px;	
}
.thecontent.zzz div.col-md-12 {
	padding: 4%;
}

.thecontent.zzz div.col-md-6:nth-child(even){
  background-color: #fff;
}
.thecontent.zzz div.col-md-6:nth-child(odd){
  background-color: #f5f5f5;
}

@media (min-width: 1120px) {
    .thecontent.zzz div.col-md-6:nth-child(4n), .thecontent.zzz div.col-md-6:nth-child(4n-1) {
        background: #fff;
    }
    .thecontent.zzz div.col-md-6:nth-child(4n-2), .thecontent.zzz div.col-md-6:nth-child(4n-3) {
        background: #f5f5f5;
    }
}
.thecontent.ddd div a {
	width: 96%;
	min-height: 120px;
	margin: 2%;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.inactive {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	;
}
.thecontent.ccc div a {
	width: 100%;
	min-height: 140px;
	float: left;
	margin-top: 10px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}
.thecontent.ddd div a span, .thecontent.ccc div a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	min-height: 40px;
	background: rgba(255,255,255,.7);
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding: 7px;
}
.thecontent div a span span.cls {
	font-size: 12px !important;
	font-weight: 300 !important;
	background: none !important;
	padding: 0 !important;
	float: left;
	min-height: auto;
	margin-top: 10px;
	display: block;
	line-height: 10px;
}

.gosignup {
	color:#333 !important;
	font-weight: 300 !important;
}
.gosignup:hover {
	font-weight: 300 !important;
	text-decoration: none !important;
}

.thecontent div a img {
	max-width: 100%;
	max-height: 100%;
}
.xmpic img {
	width: 100%;
}
.first span, .second span {
	top: 50%;
}
.last:hover span {
	top: 30%;
}
.last span {
	top: 45%;
}
.con {
	min-height: 100%;
	position: relative;
}
.allcontent {
	width: 100%;
	padding-bottom: 200px;
}
.all .allcontent {
	padding-bottom: 200px;
	width: 50%;
	height: 180px;
	float: left;
	position: relative;
	background: url(/themes/sharks/incenter/buildings.jpg) no-repeat;
	background-size: cover;
}
.logobtm {
	display: inline-block;
	margin-top: 8px;
	margin-left: 10px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #000;
}
.footerbg {
	background: url(../incenter/wtc-footer.jpg) center center;
	background-size: cover;
	width: 100%;
	height: 120px;
	position: absolute;
	top: -120px;
	text-align: center;
}
.footerbg span.text {
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
}
.footerbg span.text span.low {
	font-weight: 300;
}
.styled-select {
	background: url(../incenter/bgselect.png) no-repeat center right 0;
	height: 35px;
	overflow: hidden;
	width: 100%;
	border-left: 1px solid #1766ab;
}
.styled-select select {
	background: transparent;
	border: none;
	border-left: 1px solid #1766ab;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
#search {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	height: 102px;
	position: absolute;
	right: 0;
}

#top_logo {
	background-color: rgba(255,255,255,0.9);
	;
	top: 0;
	left: 0;
	height: 75px;
	position: absolute;
	right: 0;
}

#top_logo a.logo {
	margin-left: 80px;
	margin-top: 20px;
	float: left;
	display: block;
}
.bottommargin {
	margin-bottom: 50px;
}
.topmargin {
	margin-top: 50px;
}
.h3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
	width: 100% !important;
	color: #000;
}
.textdescr {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: justify;
	width: 95%;
	color: #000;
}
#search_tag {
	width: 100%;
	float: left;
}
#search_tag input, #search_tag select {
	width: 100%;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 6px;
	outline: none;
	border: 0px;
}
.col-md-5, .col-sm-2 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.col-md-5 {
	width: 40%;
	float: left;
}
.col-sm-2 {
	width: 20%;
	float: left;
}
.page-container, .page-container-responsive {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}
.page-container-responsive h1 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}
.page-container-responsive h3 {
	width: 70%;
	float: left;
}
.commb {
	background-image: url(../img/com_fp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px;
}
.wtv {
	background-image: url(../img/wtv_fp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px;
}
.b2b {
	background-image: url(../img/b2b_fp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px;
}
.svds {
	background-image: url(../img/savings_fp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px;
}
.cbfp {
	background-image: url(../img/bc_fp.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60px;
}
.page-container-responsive .pdescrt {
	width: 70%;
	float: left;
}
.page-container:before, .page-container-responsive:before, .page-container:after, .page-container-responsive:after {
	content: " ";
	display: table;
}
.page-container:after, .page-container-responsive:after {
	clear: both;
}
/* css andra*/
#banner1, #banner2 {
	position: relative;
	min-height : 500px;	
	width: 100%;
	float: left;
}
#banner1 {
	/*background-image: url('../img/imagebgtopii.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;*/
	margin-top: 74px;
	margin-bottom: 132px ;
}
#banner2{
	margin-bottom: 120px;
}
#banner3{
	margin-bottom: 10px;
}

#about_photo{
  background-image: url('../img/about_banner.png');
  background-repeat:no-repeat;
  background-size: 95% 110%;
  background-position: :left;
  height: 500px;
  vertical-align: top;
  float:left;
  overflow: hidden;
}
#about_photo img{
  
  max-width:100%;
  height:500px;
  position: absolute; 
   top: 0; 
   left: 0; 
 }

#content_about {
	position: relative;
	height: 500px;
	text-align: center;
	vertical-align: bottom;
	float: right;	
}

#content_about p{
	padding-right: 10px;
	font-size: 22px;
	line-height: 1.2em;
}

#title{
	padding-bottom: 16px;
	font-size: 38px;
}
#content_about button {
	margin-top:50px;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 360px;
	font-size: 14px;
	background-color: rgba(0,162,89,255);
}
#content_about p {
	text-align: justify;
}
#videoContainer {
	position: absolute;
	left: -30px;
	top: 0px;
	z-index: 9997;
}
#videoContainer video {
	height: 500px;
}
#content_video {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 68%;
	z-index: 9998;
	max-width: 100%;
	overflow: hidden;
}
.playpause {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 40px);
	left: 39%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255,255,255,.6);
}
.playpause:after {
	content: "";
	display: block;
	margin-top: 22px;
	margin-left: 28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 30.3px;
	border-color: transparent transparent transparent #b7b7b7;
}
#content_video img {
	z-index: 9998;
	height: 500px;
	width: 100%;
	text-align: right;
}

#banner3_header{
	margin-bottom: 38px;
}

#join-community-bottom{
	margin-top: 100px;
    max-height: 82px;
    min-width:400px;    
    font-family: 'Lato', sans-serif;
    font-size: 45px;
}

#logoimg {
	height: 29px;
	width: 180px;
}

#content_video #discover_more {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	text-align: center;
	font-size: 36px;
	color: white;
}
#content_video #discover_more:hover {
	text-decoration: none;
}
#banner3 {
	position: relative;
	margin-top: 30px;
	text-align: center;
}
#banner3 button {
	margin-top:50px;
	margin-bottom: 50px;
	vertical-align: bottom;
	text-align: center;
	font-size: 20px;
	background-color: rgba(0,162,89,255);
}
#banner3 h1 {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.rectangle-icon {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 340px;
	background-color: rgba(19,104,173,255);
	border-radius: 5px;
	margin-bottom: 20px;
}
.rectangle-icon h3 {
	margin: 10px;
	color: white;
}
.logo_m {
	position: relative;
	height: 35%;
	padding-top: 10px;
}
.pdescrt {
	padding: 10px;
	text-align: justify;
	color: white;
	font-size: 12px;
}

@media (max-width: 1800px) {
.playpause {
	left: 29%;
}
}
@media (max-width: 1600px) {
	 }
}
@media (max-width: 1500px) {
	
	.textdescr { font-size:20px;}
}
@media (max-width: 1400px) {
	
	.textdescr { font-size:25px;}
	#banner1 p { font-size:20px;}

}
@media (max-width: 1280px) {
	.playpause { left: 19%; }
	/*#banner1 { background-size:55%; min-height: 501px; }*/
	.textdescr { font-size:16px;}
	.rectangle-icon {height:380px;}
	
}
@media (max-width: 1180px) {
	#banner1 p { font-size:20px; }
	#banner2 {margin-bottom: 80px;}
	#content_video img { width:700px; float:right;}

}

@media (max-width: 1100px) {
	#banner1 p { font-size:19px; }
	#content_about button { margin-top: 30px; }
	#title{ margin-bottom: 0px;font-size:28px;}
	#content_video img { width:600px; float:right;}
	.rectangle-icon {min-height:400px;}

}

@media (max-width: 1000px) {
	#banner1{ margin-bottom: 30px; }
	#about_photo {height: auto; min-height: 380px; width:100%; background-image:url('../img/banner_about_incenters.png'); background-size: 100%; margin-bottom: 20px;}
	#content_about { height:auto; min-height: 180px; width:100%; float:center; }
	#content_about p {padding: 10px 40px 10px 40px;}
	#content_about button { margin-top: 25px; margin-bottom: 25px;}
	#title{ margin-bottom: 0px;font-size:28px;}
	#banner2{margin-bottom: 60px; }
	#content_video img { width:450px; float:right;}

}
@media (max-width: 991px) {
	#icons{width:100%; display:inline-block;text-align:center; }
	#icons p {font-size:22px; padding: 0 40px 0 40px;}
	#icons h3 {font-size:32px; padding: 0 20px 0 20px;}
	}
@media (max-width: 920px) {
/*#content_about { background:none;}*/
.playpause {
	left: 40%;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
}
.playpause:after {
	margin-top: 15px;
	margin-left: 19px;
	border-width: 10.5px 0 10.5px 17.3px;
}
	#content_video, #videoContainer video {
	height: 300px;
}
	#banner2{ min-height: 300px;  margin-bottom: 30px;}
	#content_video img { height: 300px; width:500px; float:right;}
  	#about_photo {min-height: 300px; background-size: 100% 100%}

  	
}
@media (max-width: 860px) {
	#content_video img { height: 300px; width:425px; }
}
@media (max-width: 780px) {
	#content_video img { height: 300px; width:350px; }		
	#content_about p {min-height: 180px;padding: 10px 20px 10px 20px;}	
	#banner3 h1{margin-top: 0px;}
}
@media (max-width: 600px) {
	/*#content_video img { height: 300px; width:320px; }*/	
	#content_about{width:100% !important;padding-left: 15px !important;
    padding-right: 15px !important;}

    .playpause {
	left: 30%;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
}
.playpause:after {
	margin-top: 15px;
	margin-left: 19px;
	border-width: 10.5px 0 10.5px 17.3px;
}
	#videoContainer video {
	height: 250px;
}
	#banner2{ min-height:250px; margin-top:10px; }
	#content_video img { height: 250px;width:275px; box-sizing:border-box; padding-left: 275px;
  			/*width of the image*/
  			background: url('../img/discover_more_small.png') left top no-repeat; background-size: 100% 100%;}
  	#icons p {font-size:18px;}
	#icons h3 {font-size:28px; padding: 10px 0 10px 0;}
	}

@media (max-width: 500px) {
	
	#content_video img { height: 250px;width:160px; box-sizing:border-box; padding-left: 160px;
  			/*width of the image*/
  			background: url('../img/discover_more_xs.png') left top no-repeat; background-size: 100% 100%;}
	.textdescr { font-size:13px;}
	#content_about { min-height: 320px;  }
	#content_about p {padding: 5px 5px 5px 5px; font-size:16px;}
	#content_about button { margin-top: 25px; }
	#banner3 {width:98%; float: center;}
	#icons p {font-size:14px;}
	#icons h3 {font-size:18px;}
	.rectangle-icon{height: 250px;}
	#banner3 h1 {font-size:24px; margin-bottom: 5px;}
	#banner3 button {min-width: 340px;max-width:96%; font-size: 16px;	}
}

@media (max-width: 350px) {
	#content_video img { height: 250px;width:160px; box-sizing:border-box; padding-left: 160px;
  			/*width of the image*/
  			background: url('../img/discover_more_xxs.png') left top no-repeat; background-size: 100% 100%;}
	
  	#icons p {font-size:12px; padding: 0 10px 5px 10px;}
	#icons h3 {font-size:16px;padding: 0 0 0 0;}
	#banner3 h1 {font-size:18px; margin-bottom: 5px;}
	#banner3 button {min-width: 230px;max-width:90%; font-size: 16px;	}
	.rectangle-icon{min-height:200px;}
 }

 @media (max-width: 300px) {
 	#content-video, #banner2 video{height:200px;}
	#content_video img { height: 200px;width:140px; box-sizing:border-box; padding-left: 140px;
  			/*width of the image*/
  			background: url('../img/discover_more_xxs.png') right top no-repeat; background-size: 100% 100%;}
  	.playpause {
	left: 30%;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
}
.playpause:after {
	margin-top: 15px;
	margin-left: 19px;
	border-width: 10.5px 0 10.5px 17.3px;
}
}

/* end css andra*/
@media (min-width: 744px) {
.page-container, .page-container-responsive {
	padding-left: 24px;
	padding-right: 24px;
}
}
.page-container-responsive {
	width: auto;
}

@media (min-width: 744px) {
.page-container-responsive {
	width: 696px;
}
#resp {
	height: 448px;
}
}

@media (max-width: 1128px) {
.incenter span.sub {
	font-size: 30px;
	font-weight: 300;
}
.footerbg span.text {
	font-size: 28px;
}
}

@media (min-width: 1128px) {
.page-container-responsive {
	width: 1080px;
}
#resp {
	height: 548px;
}
}

@media (max-width: 743px) {
.incenter span.sub {
	font-size: 22px;
	font-weight: 300;
}
.incenter {
	top: 30%;
	font-size: 42px;
	line-height: 24px;
}
#top_logo .toright a {
	margin-top: 2px;
}
.footer .toright a {
	font-size: 14px;
}
#resp {
	height: 248px;
}
#search {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 68px;
}
#top_logo {
	height: 45px;
}
#burger {
	top: 4px !important;
}
#top_logo a.logo {
	margin-top: 10px;
	margin-left: 5px;
}
#button_search {
	padding-left: 5px;
	padding-right: 5px;
}
#top_logo a.logo img {
	height: 24px;
	width: 140px;
}

.footerbg span.text {
	font-size: 24px;
}
}

@media (max-width: 600px) {
.incenter span.sub {
	font-size: 20px;
	font-weight: 300;
}
#top_logo .toright a {
	margin-top: 2px;
	padding-top: 8px;
}
.xpic {
	margin-top: 20px;
}
.incenter {
	top: 30%;
	font-size: 42px;
	line-height: 24px;
}
.footerbg span.text {
	top: 20%;
	font-size: 14px;
}
.col-xs-6 {
	width: 100% !important;
}
.second, .last, .first {
	margin-left: 5%;
}
.col-md-5 {
	width: 90% !important;
}
.allcontent .col-md-5 {
	width: 70% !important;
}
.allcontent .col-sm-2 {
	width: 30% !important;
}
.tobeh {
	display: none;
}
.allcontent {
	width: 100% !important;
	background: url(/themes/sharks/incenter/buildings.jpg) no-repeat;
}
#resp video {
	display: none;
}
#worldmap {
	display: none;
}
.thecontent {
	width: 100% !important;
}
}

@media (min-width: 1065px) {
.ctbar_mob, #burger {
	display: none;
}
}

@media (max-width: 1065px) {
.contact_bar_ct {
	display: none;
}
.ctbar_mob {
	position: absolute;
	top: 0;
	left: -280px;
	z-index: 100;
	overflow: auto;
	width: 280px;
	height: 100%;
	background: #00b2ed;
}
.ctbar_mob {
	display: none;
	padding: 25px 20px 15px 20px;
}
#burger {
	display: block;
}
.ctbar_mob ul.nav-m {
	margin-bottom: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	border-bottom: 1px solid #21c8ff;
}
.ctbar_mob ul.nav-m li {
	list-style: none;
	padding: 0px;
}
ul.nav-m ul {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #21c8ff;
}
.ctbar_mob ul.nav-m li a, .ctbar_mob ul.nav-m li span {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 300;
	padding-top: 7px;
	line-height: 24px;
}
body.open {
	overflow: hidden;
}
.toright #burger {
	display: block;
	position: absolute;
	right: 10px;
	top: 18px;
	width: 24px;
	height: 40px;
	z-index: 11;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.toright #burger span {
	display: block;
	position: absolute;
	background: #000;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.toright #burger span.b1 {
	top: 10px;
}
.toright #burger span.b2 {
	top: 18px;
}
.toright #burger span.b3 {
	top: 26px;
}
.toright #mask-burger {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10;
}
.con.open, .all.open {
	overflow: hidden;
}
.con.open #burger span, .all.open #burger span {
	background: #fff;
}
.con.open #mask-burger, .all.open #mask-burger {
	display: block;
}
.con.open .ctbar_mob, .all.open .ctbar_mob {
	display: block;
	left: 0px;
}
.con.open #burger span.b1, .all.open #burger span.b1 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
}
.con.open #burger span.b2, .all.open #burger span.b2 {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
}
.con.open #burger span.b3, .all.open #burger span.b3 {
	opacity: 0;
	top: 18px;
}
}

@media (max-width: 743px) {
.page-container-responsive .col-1, .page-container-responsive .col-2, .page-container-responsive .col-3, .page-container-responsive .col-4, .page-container-responsive .col-5, .page-container-responsive .col-6, .page-container-responsive .col-7, .page-container-responsive .col-8, .page-container-responsive .col-9, .page-container-responsive .col-10, .page-container-responsive .col-11, .page-container-responsive .col-12 {
	float: none;
	margin-bottom: 24px;
	width: auto;
}
.page-container-responsive .col-1:last-child, .page-container-responsive .col-2:last-child, .page-container-responsive .col-3:last-child, .page-container-responsive .col-4:last-child, .page-container-responsive .col-5:last-child, .page-container-responsive .col-6:last-child, .page-container-responsive .col-7:last-child, .page-container-responsive .col-8:last-child, .page-container-responsive .col-9:last-child, .page-container-responsive .col-10:last-child, .page-container-responsive .col-11:last-child, .page-container-responsive .col-12:last-child {
	margin-bottom: 0;
}
.page-container-responsive .col-push-1, .page-container-responsive .col-push-2, .page-container-responsive .col-push-3, .page-container-responsive .col-push-4, .page-container-responsive .col-push-5, .page-container-responsive .col-push-6, .page-container-responsive .col-push-7, .page-container-responsive .col-push-8, .page-container-responsive .col-push-9, .page-container-responsive .col-push-10, .page-container-responsive .col-push-11, .page-container-responsive .col-push-12 {
	left: auto;
}
.page-container-responsive .col-pull-1, .page-container-responsive .col-pull-2, .page-container-responsive .col-pull-3, .page-container-responsive .col-pull-4, .page-container-responsive .col-pull-5, .page-container-responsive .col-pull-6, .page-container-responsive .col-pull-7, .page-container-responsive .col-pull-8, .page-container-responsive .col-pull-9, .page-container-responsive .col-pull-10, .page-container-responsive .col-pull-11, .page-container-responsive .col-pull-12 {
	right: auto;
}
.page-container-responsive .col-offset-1, .page-container-responsive .col-offset-2, .page-container-responsive .col-offset-3, .page-container-responsive .col-offset-4, .page-container-responsive .col-offset-5, .page-container-responsive .col-offset-6, .page-container-responsive .col-offset-7, .page-container-responsive .col-offset-8, .page-container-responsive .col-offset-9, .page-container-responsive .col-offset-10, .page-container-responsive .col-offset-11, .page-container-responsive .col-offset-12 {
	margin-left: 0;
}
.page-container-responsive .row-table, .page-container-responsive .col-top, .page-container-responsive .col-middle, .page-container-responsive .col-bottom {
	display: block;
}
}

@media (max-width: 500px) {
#search {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 58px;
}
#top_logo .toright a {
	margin-top: 2px;
	padding-top: 5px;
}
.footer .toright a {
	font-size: 10px;
}
.footer .toright a:last-child {
	margin-right: 20px;
}
#top_logo {
	height: 35px;
}
#burger {
	top: 0px !important;
}
#top_logo a.logo {
	margin-top: 6px;
}
#top_logo a.logo img {
	height: 20px;
}
.incenter {
	
	top: 28%;
	font-size: 48px;
	line-height: 22px;
}
.incenter span.sub {
	font-size: 12px;
	font-weight: 300;
}
.logobtm {
	margin-top: 12px;
}
.logobtm img {
	height: 25px;
}
}

@media (max-width: 400px) {
.footer .toright a {
	font-size: 10px;
	margin-right: 3px;
}
.footer .toright a:last-child {
	margin-right: 8px;
}
}

@media (max-width: 300px) {
.footer .toright a {
	font-size: 8px;
	margin-right: 3px;
}
}
form.white-form input[type=submit], form.white-form .mybtn, form.white-form button {
	display: block;
	padding: 10px 45px;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	margin: 10px 0 10px;
	background: #00b2ed;
	color: white;
	box-shadow: 0 4px 0 0 #008cba;
	text-shadow: 0 1px 0 #008cba;
}
#button_search {
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	font-size: 16px;
	border: 0;
	background-color: #1766ab;
	color: #fff;
	font: 13.3333px Arial;
	display: block;
	white-space: normal;
	width: 100%;
}
.dropdown #currentaccount, .nnm #currentaccount {
	color: #333;
	font-weight: 300;
	text-decoration: none;
}
.dropdown #currentaccount img, .nnm #currentaccount img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 5px;
}
.dropdown .dropdown-menu, .nnm .dropdown-menu {
	background: #eee;
	border-radius: 0px 0px 5px 5px;
	color: #000;
	right: 0px;
	left: auto;
}
.dropdown .dropdown-menu li, .nnm .dropdown-menu li {
	width: 100%;
	display: block;
}
.dropdown .dropdown-menu li a, .nnm .dropdown-menu li a {
	padding-left: 5px;
	width: 100%;
	display: block;
	color: #000;
	border-top: 1px solid #ccc;
}
.dropdown .dropdown-menu li a:first-child, .nnm .dropdown-menu li a:first-child {
	padding-left: 5px;
}
.dropdown .dropdown-menu li:first-child a, .nnm .dropdown-menu li:first-child a {
	border-top: none;
}
#currentaccountmenu:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.contact_bar_ct {
	position: relative;
	float: right;
	z-index: 999;
	padding-right: 60px;
	line-height: 75px;
}
.contact_bar_ct span {
	color: white;
	letter-spacing: 1px;
	font-weight: 300;
}
.contact_bar_ct a.tel {
	color: white;
	margin: 0 15px 0 20px;
	letter-spacing: 1px;
	font-weight: 800;
}
.contact_bar_ct a.tel i {
	display: inline-block;
	padding-left: 2px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.contact_bar_ct a.btn_f {
	margin-left: 15px;
}
.contact_bar_ct #modal-login {
	display: none;
	position: absolute;
	z-index: 10;
	top: 70px;
	right: 60px;
	width: 300px;
	background: rgba(0,0,0,0.8);
	padding: 10px 15px 15px;
	line-height: normal;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact_bar_ct #modal-login:before {
	content: "";
	position: absolute;
	right: 30px;
	top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 6px 10px;
	border-color: transparent transparent rgba(0,0,0,0.4) transparent;
}
.contact_bar_ct #modal-login form input[type=text], .contact_bar_ct #modal-login form input[type=password] {
	width: 100%;
	padding: 5px;
	margin: 7px 0;
	display: block;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #efefef;
	box-shadow: 0 0 8px 0 rgba(120,120,120,0.1)
}
.contact_bar_ct #modal-login form input[type=checkbox] {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
}
.contact_bar_ct #modal-login form label {
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	margin: 3px 0;
	font-size: 11px;
}
.contact_bar_ct #modal-login form a {
	display: inline-block;
	color: #00b2ed;
	text-decoration: underline;
	font-size: 11px;
}
.contact_bar_ct #modal-login form span {
	color: #777;
	font-size: 10px;
	margin: 0 5px;
}
.contact_bar_ct #modal-login form input[type=submit] {
	width: 100%;
	text-transform: none;
	font-size: 13px;
	margin: 8px 0 0;
	padding: 7px 0;
	letter-spacing: .5px;
}
.contact_bar_ct .row {
	margin-right: 20px;
	float: left;
}
.contact_bar_ct ul {
	margin-bottom: 0px;
}
.contact_bar_ct ul li {
	float: left;
	position: relative;
	list-style-type: none;
}
.contact_bar_ct ul li a {
	position: relative;
	float: left;
	color: white;
	font-weight: 300;
	text-transform: none;
	font-size: 14px;
	color: #777;
}
.contact_bar_ct ul li a:hover {
	text-decoration: none;
}
.contact_bar_ct ul li span {
	position: relative;
	display: block;
	font-weight: 300;
	text-transform: none;
	margin: 0 25px;
	color: #444;
}
.contact_bar_ct ul li span:before, .contact_bar_ct ul li span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.contact_bar_ct ul li span:before {
	top: 2px;
}
.contact_bar_ct ul li span:after {
	bottom: 1px;
}
.contact_bar_ct ul li:after {
	content: "";
	position: absolute;
	top: 35px;
	right: 0;
	height: 10px;
	width: 1px;
	background: rgba(0,0,0,0.2);
}
.contact_bar_ct ul li:hover span, .contact_bar_ct ul li.active span {
	color: #00b2ed;
}
.contact_bar_ct ul li:hover span:before, .contact_bar_ct ul li.active span:before {
	top: 15px;
	opacity: 1;
}
.contact_bar_ct ul li:hover span:after, .contact_bar_ct ul li.active span:after {
	bottom: 15px;
	opacity: 1;
}
.contact_bar_ct ul li:first-child a {
	padding-left: 0;
}
.contact_bar_ct ul li:last-child a {
	padding-right: 0;
}
.contact_bar_ct ul li:last-child:after {
	display: none;
}
.btn_c {
	border: 2px solid #00b2ed;
}
button, .btn_c, .btn_f, .btn_g {
	color: white;
	font-weight: bold;
	letter-spacing: .5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	padding: 10px 24px;
	cursor: pointer;
}
.contact_bar_ct ul li ul {
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 120%;
	text-align: center;
	background: rgba(58,57,71,0.95);
	border-bottom: 1px solid rgba(255,255,255,0.25);
	border-top: 1px solid rgba(255,255,255,0.25);
}
.contact_bar_ct ul li ul li {
	width: 100%;
	line-height: 20px;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.contact_bar_ct ul li ul li a {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 12px;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	-moz-transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.contact_bar_ct ul li ul li:after {
	display: none;
}
.contact_bar_ct ul li ul li:hover a, .contact_bar_ct ul li ul li.active a {
	color: #00b2ed;
}
.contact_bar_ct ul li ul li:last-child {
	border: none;
}
.contact_bar_ct ul li:hover ul {
	display: block;
}
.btncci {
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	min-height: auto !important;
	width: auto !important;
	height: auto !important;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 743px) {
.btncci {
	padding: 6px 8px !important;
	font-size: 11px !important;
}
.col-md-3 {
	float: left;
	width: 100%;
}
}
.btncci:hover {
	text-decoration: none;
}
.inactivez {
	color: #fff !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-5ths {
	width: 20%;
	float: left;
}
}
