html {
font-family: 'Source Sans Pro', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,body {
  height: 100%;
}
body {
  margin: 0;
  padding:0;
  color:#2A2C23;
  font-size:16px;
  line-height:21px;
  letter-spacing:1px;
  background:#fff;
  text-align:center;
}
body * {
	box-sizing: border-box;	
}

@font-face {
    font-family: 'robotothin';
    src: url('roboto-thin-webfont.eot');
    src: url('roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-thin-webfont.woff2') format('woff2'),
         url('roboto-thin-webfont.woff') format('woff'),
         url('roboto-thin-webfont.ttf') format('truetype'),
         url('roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1{font-size:39px;color:#0650BF;text-transform:uppercase;font-family: 'robotothin';line-height:39px;letter-spacing: 7px;}
h2{font-size:27px;color:#2A2C23;text-transform:uppercase;font-family: 'robotothin';line-height:29px;}
h2.title{font-size:29px;color:#fff;letter-spacing: 7px;padding: 13px;}
h3{font-size:25px;color:#fff;letter-spacing:1px;text-transform:uppercase;font-family: 'robotothin';line-height:25px;}
h3.title{font-size:21px;color:#0650BF;letter-spacing:1px;text-transform:uppercase;font-family: 'robotothin';line-height:25px;}
h4{font-size:19px;color:#0650BF;letter-spacing:3px;text-transform:uppercase;font-family: 'robotothin';line-height:21px;padding: 7px 0;}
strong{font-family: sans-serif;}

.btn {color: #2A2C23;background:#fff;padding:13px;display:block;width:213px;margin:0 auto;border: 1px solid #0650BF;letter-spacing:3px;font-size: 13px;float: right;text-transform: uppercase;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;}
a:hover.btn {background:#0650BF;color:#fff;}

.btn-f {color: #2A2C23;background:#fff;padding:7px;display:block;width:213px;margin:0 auto;border: 1px solid #0650BF;letter-spacing:3px;font-size: 13px;text-transform: uppercase;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -ms-transition: background 1s;
  transition: background 1s;}
a:hover.btn-f {background:#0650BF;color:#fff;}

.up{text-transform: uppercase;}

.i-frame{width: 100%; height: 413px;background: transparent;margin-top: 1px;z-index: 13000;border-bottom: 0px solid #0650BF;}
.i-frame-c{width: 100%; height: 667px;background: transparent;margin-top: 1px;z-index: 13000;border-bottom: 0px solid #0650BF;}
.flex{
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  
}

.page{height:100%;}

.inl{display: inline-block;}
.align {align-items:center;}
a {text-decoration:none;}
.drop {font-family: 'robotothin';float: left;color:#0650BF;padding-left:67px;font-size:49px; line-height:35px;background:transparent;margin-right:3px; }
.p-l { text-align:left;}
.p-r { text-align:right;}
.p-j { text-align:left;}

hr{ border:13px solid transparent;clear:both;}
hr.big{ border:29px solid transparent;clear:both;}
hr.line1{border: none; border-top:0px solid #0650BF;clear:both;}
hr.line { padding: 0; border: none; border-top: medium double #0650BF; color: #0650BF; text-align: center;clear:both;width:100%;float: left;} 
hr.line:after { content: ""; display: inline-block; position: relative; top: -0.87em; font-size: 1.1em;
color:#0650BF;border: 0px  solid #0650BF;background: #fff;padding: 0 0.55em;}
.b {border: 1px solid #B3B396;}
.r {border-radius: 13px;}
.bb {border-bottom: 1px solid #B3B396;}
.bt {border-top: 1px solid #B3B396;}
.br {border-right: 1px solid #B3B396;}
.bl {border-left: 1px solid #B3B396;}
.br-b {border-right: 1px solid #0650BF;}
.bl-b {border-left: 1px solid #0650BF;}
.bdt {border-top:solid #990000;border-top-width:medium;border-top-style:double;}
.bdb {border-bottom:solid #B3B396;border-bottom-width:3px;border-bottom-style:double;}
.pad {padding:19px;}
.pad-s {padding:29px;}
.pad-l {padding-left:29px;}
.pad-r {padding-right:29px;}
.h{height: 367px;}
.hide{display: none;}
main{margin-top: 156px;}	
.slide-container{position: relative;
  width: 100%;
  margin: 0 auto;}
/*split*/
.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: white;text-align: center;
	top:156px;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
  width: 350px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.comparison-slider .caption-page{position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 30%;
background-color: rgba(0, 0, 0, 0.4);margin: auto;}

@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background: #0650BF url("..//img/cd-arrows.svg") no-repeat center center;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
.cd {width:87%;position:relative;margin:0 auto;}
.cd-s {width:67%;position:relative;margin:0 auto;}
.fixed {position:fixed;top:0px;z-index: 9200;width: 100%;background:#fff;}

.col-15 {width:15%;}
.col-20 {width:20%;}
.col-25 {width:25%;}
.col-30 {width:30%;}
.col-33 {width:33%;}
.col-50{width:50%;}
.col-66{width:66%;}
.col-67{width:67%;}
.col-70 {width:70%;}
.col-75 {width:75%;}
.col-85 {width:85%;}
.col-80{width:80%;}
.col-100{width:100%;}

.space {margin:29px;}
.col-50 .caption{position: absolute;top:0px;width: 50%;}
.bg-blue {background:#0650BF;}
.bg-dark {background:#2A2C23;}
.bg-light {background:#b4cef5;}
.bg-f {background:#c2d5f1;}
.v-align {position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}

ul.bps
	{list-style-type: none;color: #fff;}
	
ul.bps li{
border-top: solid 0px #B3B396;
padding: 0.55em 0 0.34em 0;}

ul.bps li a{
text-decoration: none;
color: #fff;background:#0650BF;padding: 7px;}

ul.bps li a:hover{
text-decoration: none;
color: #fff;background:#2A2C23;padding: 7px;}


ul.bpse
	{list-style-type: none;color: #fff;}
	
ul.bpse li{display: inline-block;
border-top: solid 0px #B3B396;
padding: 9px;}

ul.bpse li a{
text-decoration: none;
color: #fff;background:#0650BF;padding: 7px;}



.lg {
    position: fixed;top: 3px;right: 0px; border-bottom: 0px solid #848465;
    display: block;float: right;line-height: 33px;z-index: 9900;
}

.lg-content {
    border-left: 0px solid #848465;
	border-top: 0px solid #848465;
    width: 67px;text-align: center;
	background-color: #fff;
    z-index: 1;
}

.lg-content a {
    color: black;
	border-bottom: 0px solid #0086b3;
    padding: 5px 3px;
    text-decoration: none;
	line-height: 19px;
    display: block;
}
	
.lg-content img,  .lg-btn img {padding-right: 13px;display: inline-block;}



.lg:hover .lg-content {
    display: block;
}
/* IMAGES ============================================================================= */

main img {
border : 0;
display: block;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}


video {
	max-width: 100%;
	display: block;
	height: auto;}

.cover {
  background-image: url("../img/004.jpg");
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  }

.newspaper {column-count: 2;column-gap: 29px;column-rule: 0px solid #beb8b7;}
/*  Media queries	============================================================================= */
@media screen and (min-width: 0px) and (max-width: 767px) {

.flex {-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
h1{font-size:29px;line-height:29px;}
h2{font-size:21px;}
[class*="col-"] { width: 100%; }
.space {margin:0px;}
	.cd, .cd-s{width: 95%;}
.p-j { text-align:left;}
hr.line1{border: none; border-top:1px solid #0650BF;clear:both;}
.fixed {position: relative; }
.pad {padding:13px;}
.pad-s {padding:9px;}
.pad-l {padding-left:9px;}
.pad-r {padding-right:9px;}
.comparison-slider-wrapper {top:0px;}
main{margin-top: 0px;}
.newspaper {column-count: 1;column-gap: 13px;column-rule: 0px solid #beb8b7;}
hr.big{ border:13px solid transparent;clear:both;}	
	.lg{position: relative;top:0px;}
}