/* basic style */
html {}
body {font-family: 'MyriadPro-Regular'; color:#18222b; margin:0; padding:0;}
input[type='submit'] {-webkit-appearance: none; box-shadow:none;}
button { outline: none; }
select { -webkit-appearance: none;}
.container { padding: 0;}
.row { padding:0; margin:0;}
/* end basic style */

#header { height:800px; width:100%; position:relative; background:no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color:#1a2633;}
#header-sub { height:500px; width:100%; position:relative; background:no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color:#69aac4;}
#headerContainer{ width:100%; background-color: rgba(26, 38, 51, .85); height:200px; position:relative; }
#headerUpper{ max-width:1150px; margin:0 auto;}
.backgroundDots1 {position: absolute; left: 0; right: 0; bottom: 0; z-index: 20; width: 100%; height: 200px; margin: 0 auto;}
.backgroundDots2 {position: absolute; left: 0; right: 0; top: 0;  z-index: 20; width: 100%; height: 400px; margin: 0 auto;}

.dotsheader { height: 60%; bottom: 0;}
.header-content { position:relative; margin: 0 auto; text-align:center; max-width:1000px; padding:180px 0 250px 0; z-index:90;}
.header-content h1 { font-size:50px; padding:15px 20px; background-color: rgba(26, 38, 51, .7); color:#fff; font-family: 'museo_sans700'; display:inline-block; margin-bottom:30px; }
.sub-header-content {position:relative; margin: 0 auto; text-align:center; max-width:1000px; padding:110px 0 70px 0; z-index:90;}
.sub-header-content h1 { font-size:50px; padding:15px 20px; background-color: rgba(26, 38, 51, .7); color:#fff; font-family: 'museo_sans700'; display:inline-block; margin-bottom:30px; }


@media only screen and (max-width : 992px) {
.header-content h1 { font-size:30px; width:100%;}
.sub-header-content h1 { font-size:30px;}
}

@media only screen and (max-width : 768px) {
.sub-header-content {padding:160px 0 50px 0;}
#headerContainer{ width:100%; background-color: #283444; height:100px; position:fixed; z-index:999;}
#header { height:575px;}	
#header-sub { height:300px;}
}



/*
#header
#headerMenu { background: #122941; background: rgba(18, 41, 65, .4);  width:100%; float:left; padding-bottom:20px;}
#headerContainer { max-width:1170px; padding:0 20px; margin: 0 auto;}
#headerContainer img{float:left; padding-top:25px;}

.headerRight { float:right; display:inline; padding-top:30px;}
.headerRight li{display:inline; float:left; position:relative; }
.headerRight li:nth-child(2){ margin-left:15px; width:29px;}
.headerRight a{ color:#fff; display:inline; background: rgba(18, 41, 65, .4); width:30px; height:29px; font-size:15px; float:left; padding-top:8px; text-align:center;}
.headerRight a:hover{ background: rgba(18, 41, 65, 0.8);}
.headerRight .active{font-family:'robotobold';}

.searchBar .searchText { width:calc(100% - 59px); float:left; height:21px;}
.searchBar .icon-search:before{ font-size:18px; color:#fff;}
.searchText { padding:8px 12px; background: rgba(18, 41, 65, .4); font-size:14px; width:calc(100% - 102px); border:0px; color:#fff;}
.searchButton{ position:relative; padding:7px 0px; cursor:pointer; height:37px; width:35px; border:0px; background: rgba(17, 24, 32, .8);}
.searchButton:hover { background: rgba(17, 24, 32, 1); }
/* end header style */

#content { background-color:#f2f2f2;}
#content .container{ }
.home-text { padding:50px 15px 60px;}

/* start home first content block */

#home-content-one { background-color:#fff; position:relative; z-index: 10; }

#home-content-one .row{ background-color:#fff; position:relative; z-index: 30; padding:30px 0;}
#home-content-one .row h2{ font-size:34px; letter-spacing:-1px; font-weight:bold; margin-bottom:30px; }
#home-content-one .row p{ font-size:18px; line-height:32px; padding:0px 0 30px 0;}

.home-four-star {margin-top:35px;}
.home-four-star li{width:49%; float:left;}
.home-four-star li img{ margin:20px;}
.home-four-star li:first-child{border-right: solid 1px #64acc9;}
.home-four-star li:nth-child(3){border-right: solid 1px #64acc9; border-top: solid 1px #64acc9;}
.home-four-star li:last-child{border-top: solid 1px #64acc9;}

 @media only screen and (max-width : 1200px) {
.home-four-star {padding:0px 15px 60px;}
.home-four-star li{width:25%; float:left;}
.home-four-star li img{ margin:15px;}
.home-four-star { margin-top: 25px;}
.home-four-star li:first-child{border: solid 1px #64acc9;}
.home-four-star li:nth-child(3){border-right: solid 1px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 1px #64acc9;}
.home-four-star li:nth-child(2){border-right: solid 1px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 1px #64acc9;}
.home-four-star li:last-child{border-right: solid 1px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 1px #64acc9;}
}

 @media only screen and (max-width : 992px) {
.home-four-star li{width:49%; float:left;}
.home-four-star li:first-child{border: solid 0px #64acc9; border-right: solid 1px #64acc9;}
.home-four-star li:nth-child(3){border-right: solid 1px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 0px #64acc9;}
.home-four-star li:nth-child(2){border-right: solid 0px #64acc9; border-top: solid 0px #64acc9; border-bottom: solid 0px #64acc9;}
.home-four-star li:last-child{border-right: solid 0px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 0px #64acc9; }
}

@media only screen and (max-width : 768px) {
#home-content-one .row h2{ font-size:28px; }
#home-content-one .row p{ font-size:15px; line-height:28px; padding:10px 0 20px 0;}
.header-content { padding-top:300px;}
 }

 @media only screen and (max-width : 480px) {
.home-four-star { margin-top: 0;}
.home-four-star li{width:100%; float:left;}
.home-four-star li img{ margin:0; width:100%; margin:20px 0;}

.home-four-star li:first-child{border: solid 0px #64acc9; border-bottom: solid 1px #64acc9;}
.home-four-star li:nth-child(3){border-right: solid 0px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 0px #64acc9;}
.home-four-star li:nth-child(2){border-right: solid 0px #64acc9; border-top: solid 0px #64acc9; border-bottom: solid 0px #64acc9;}
.home-four-star li:last-child{border-right: solid 0px #64acc9; border-top: solid 1px #64acc9; border-bottom: solid 0px #64acc9; }
 }

/* end home first content block */

#home-footer-background { background:no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color:#69aac4; }
#home-content-two { position:relative;}
.home-content-edit {position: absolute; left: 0; right: 0; bottom: 0; z-index: 20; width: 100%; height: 100%; margin: 0 auto;}
.home-edit-dark{ position: absolute; left: 0; bottom: 0; z-index: 20; width: 50%; height: 100%; background-color: rgba(26, 38, 51, .9);}
.home-edit-light{ position: absolute; right: 0; bottom: 0; z-index: 20; width: 50%; height: 100%; background-color: rgba(100, 172, 201, .9);}

#home-content-two .row { position:relative; z-index: 30; }
#home-content-two .row h2{ font-size:34px; color:#fff; font-family: 'museo_sans700';}
#home-content-two .row p{ font-size:15px; color:#fff; line-height:28px; padding:15px 0 30px 0;}

#home-content-two .news-title { color:#64acc9; font-size:20px; line-height:28px; padding-top:30px;}
#home-content-two .news-date { color:#64acc9; font-size:16px; line-height:28px; text-transform:uppercase;}

#home-content-two .row .home-fullbg {position:relative; float:left;  min-height:420px; background:no-repeat left bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
#home-content-two .row .home-fullbg h2 { color:#283444; font-size:34px; font-family: 'museo_sans700'; padding-top:55px; }
#home-content-two .row .home-fullbg h3 { color:#283444; font-size:34px; font-family: 'museo_sans700'; padding-top:55px;}
#home-content-two .row .home-fullbg p { font-size:14px; line-height:28px;  text-align:left; }
#home-content-two .row .col-lg-6:last-child { padding-left:0;} 

.rightTo { padding-left:30px; padding-right:30px; }
.strongPush .rightTo { padding-left:15px;  }

 @media only screen and (max-width : 1200px) {
.home-edit-dark{ position: absolute; left: 0; bottom: 0; z-index: 20; width: 100%; height: 50%; background-color: rgba(26, 38, 51, .9);}
.home-edit-light{ position: absolute; right: 0; bottom: 0; z-index: 20; width: 100%; height: 50%; background-color: rgba(100, 172, 201, .9);}

#home-content-two .row .home-fullbg {min-height:360px }
.strongPush { width:100% !important; margin-left:-50%; text-align:right !important; }
.strongPush h2 { margin-right:20%; }
.strongPushButton{ margin-left:-35% !important;}
}

@media only screen and (max-width : 992px) {
#home-content-two .row p { font-size:16px; }
.strongPushButton{ margin-left:-40% !important;}	
#home-content-two .row .home-fullbg {min-height:388px }
 }

 @media only screen and (max-width : 768px) {
.strongPush { width:calc(100% + 15px) !important; margin-left:0 !important; padding-right: 0 !important; text-align:center !important; }
.col-sm-6 { padding-right:0; }
.strongPush h2 { margin-right:0; }
 #home-content-two .row .home-fullbg {min-height:350px }
 #home-content-two .row .home-fullbg {text-align: left; }
 #home-content-two .row .home-fullbg h2 { font-size:34px; font-family: 'museo_sans700'; padding-left:15px; text-align:left;}
 #home-content-two .row .home-fullbg h3 { margin-left: 15px; font-size:34px; }
 #home-content-two .row .home-fullbg p { padding-left: 15px; padding-right:15px;}
 }
 /* end home content */
 
 /* Start subpage content */
#sub-content { background-color:#fff; position:relative; z-index: 10; padding-top:40px; margin-bottom:20px; padding-bottom:20px; }
#sub-content .row{ background-color:#fff; position:relative; z-index: 30;  }
.sub-navigation{ border-bottom: solid 1px #ddd; padding: 0 40px 20px 0; margin-top:40px; font-family: 'robotobold';}
.sub-navigation-list {float:right; text-align:right; line-height:20px; font-size: 17px; margin-top:20px;}
.sub-navigation-list li {margin-bottom:25px; }
.sub-navigation-list ul {margin-top:25px; }
.sub-navigation-list a{ color:#18222b; }
.sub-navigation-list a:hover{ color:#64acc9; }
.sub-navigation-list .current_page_item > a {color:#64acc9; font-family: 'robotobold';}
.children li {font-family: 'robotolight';}

/*
.sub-padding { padding-right:0; }
*/
.reefer-selection .sub-navigation-list{font-family: 'robotolight' !important; line-height:15px; font-size: 16px; }

.sub-navigation-contact{ border-bottom: solid 0px #ddd; font-family: 'robotolight';}
.sub-navigation-contact .sub-navigation-list a{ color:#64acc9;}
.sub-navigation-contact .sub-navigation-list a:hover{ color:#d90916;}
.sub-navigation-contact .sub-navigation-list { line-height:25px; font-size: 16px; margin-top:20px;}

.contact-person {float:right; text-align:right; font-size: 16px; display:inline; padding: 40px 40px 30px 0; margin-bottom:40px; }
.contact-person h3{font-family: 'robotobold'; text-transform:uppercase; padding-bottom:20px;}
.contact-person-tekst {float:left; font-family: 'robotolight'; padding:5px 20px 0 0;}
.contact-person-tekst p{padding-bottom:5px;}
.contact-person-tekst a{text-decoration:underline; color:#64acc9;}
.contact-person-tekst a:hover{ color:#d90916;}

.sub-text { padding:30px 45px 60px; margin-top:20px; border-left: solid 1px #ddd;}
.sub-text h2{ font-size:34px; font-family: 'museo_sans700'; color:#18222b; margin-bottom:35px;}
.sub-text p{ font-size:15px; line-height:28px; font-family: 'robotolight'; padding-bottom:30px;}
.sub-text b{ font-size:15px; line-height:28px; font-family: 'robotobold';}
.sub-text img{ width:100%; margin-bottom:35px; }
.sub-text p > img{ margin-bottom: 0; }
.sub-text .highlight p:nth-child(2){ font-size:18px; line-height:32px; color:#64acc9;}

.sub-text ul { margin-left:15px; margin-bottom:30px; }
.sub-text ul li { font-size:15px; line-height:28px; font-family: 'robotolight'; padding-bottom:30px; list-style:disc; padding-bottom:0px; margin-bottom:0px;}


.circular-image {float:right; width: 90px; height: 90px; border-radius: 90px; -webkit-border-radius: 90px; -moz-border-radius: 90px; background:no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
#toggle-contact{ display:none;}
.sub-navigation-contact{ display:block;}
.sub-navigation-list { }
#SubMenu {display:none; }

.item-container {float:left; width:100%; border-bottom: solid 1px #ddd; padding-bottom:10px; padding-top:30px;}
.item-container img{ width:35%; float:left; padding-right:40px;}
.item-content {width:40%; float:left; font-family: 'robotolight'; font-size:16px;}
.item-content table{width:100%; margin-bottom:30px;}
.item-content table td{width:50%; padding-bottom:7px;}

.item-overview {float:left; width:100%; padding-top:30px; }
.item-overview img{ width:50%; float:left; padding-right:40px;}
.item-overview .item-content {width:40%; padding-top:40px;}

.wpcf7-form ul { margin:0px; }
.wpcf7-form ul li { list-style:none; padding:0px; margin:0px; }
 
 @media only screen and (max-width : 1200px) {
.sub-navigation{ padding: 0 30px 20px 0;}
.contact-person { font-size: 14px; padding: 40px 30px 20px 0; margin-bottom:40px; }
.contact-person-tekst { padding:5px 0 0 0; float:right; }
.circular-image {float:right; width: 60px; height: 60px; margin-top:30px;}
.sub-navigation-contact .sub-navigation-list { font-size: 15px;}
.item-container {padding-bottom:40px;}
}

@media only screen and (max-width : 991px) {
.contact-person {display:none;}
.sub-navigation-contact .sub-navigation-list { font-size: 14px;width:100%; }
.sub-navigation-contact .sub-navigation-list a{ font-size: 14px; width:100%; }
.reefer-selection .sub-navigation-list{ font-size: 14px; }

}

@media only screen and (max-width : 768px) {
.sub-navigation-list { display:none; }
.sub-navigation-contact .sub-navigation-list { display:block;}
.sub-navigation-contact .sub-navigation-list { width:100%; text-align:left;}
.sub-navigation-contact .sub-navigation-list .contact-list-left{width:45%; padding-right:10%; float:left; }
.sub-navigation-contact .sub-navigation-list .contact-list-right{width:45%; float:left;}
.sub-navigation-contact .sub-navigation-list .contact-list-right li{width:100%; }
#SubMenu {display:block; }

.sub-navigation{  border-bottom: solid 0 #ddd; padding: 0 0 0 0; margin-top:40px; /* width:calc(100% - 75px); margin-left:30px; */ width:100%; }

.sub-text { padding:30px 45px 60px; margin-top:20px; border-left:none; padding-left:15px; padding-right:15px; }
.item-overview {min-height:auto;}
}
 @media only screen and (min-width : 481px) {
.sub-navigation-contact{ display:block !important;}
 }

 @media only screen and (max-width : 480px) {
.sub-navigation-contact .sub-navigation-list .contact-list-left{width:100%; padding-right:0; }
.sub-navigation-contact .sub-navigation-list .contact-list-right{width:100%; }
.sub-navigation-contact{ display:none;}
#toggle-contact{ display:block;}
.item-container img{ width:100%; float:left; padding-right:0;}
.item-content {width:100%;}
.item-overview img{ width:100%; padding-right:0;}
.item-overview .item-content {width:100%; padding-top:0;}
}

.list-group-item-success{ color: #fff; background-color: #283444; text-transform: uppercase; font-family: 'robotobold' !important; font-size:16px; width:100%;}
a.list-group-item-success{ color: #fff; background-color: #283444;}
.list-group-item { background-color: #64acc9; border: 0px solid #ddd; width:100%; font-family: 'robotolight';}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #fff; background-color: #64acc9;}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {color: #fff; text-decoration: none; background-color: #283444;}
a.list-group-item, button.list-group-item { color: #fff;}
.list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0;}
.list-group-item:last-child { border-bottom-right-radius: 0; border-bottom-left-radius: 0;}

 /* end subpage content */
 
 /* Start footer content */
.footer-upper { color:#fff; font-size:15px; line-height: 28px; padding:80px 15px;}
.footer-upper li { display:inline-block; padding-right:5px; }
.footer-upper a { color:#fff; text-decoration:underline;}
.footer-upper a:hover{ color:#64acc9; }

.footer-upper ul li:before {content: '\2022 '; color: #fff; padding-right:8px;}
 

#footer-down { background-color:#fff; font-size:15px;}
.footer-downer { color:#18222b; font-size:15px; line-height: 16px; display: inline-block; padding:30px 15px;}
.footer-downer li { display:inline-block; padding-right:5px; margin:5px 0; margin-right:5px; border-right: solid 1px #18222b;}
.footer-downer li:last-child{border-right:none;}
.footer-downer a { color:#18222b; }
.footer-downer a:hover{ color:#64acc9; }

.btn { border:none; border-radius:0; }
.btn-info { color:#fff; background-color:#d90916; min-width:180px; text-align:center; padding: 15px 20px; font-size:16px; text-transform:uppercase; font-family: 'robotobold';}
.btn-info:hover, .btn-info:hover .glyphicon{ color:#fff; background-color:#222d3a; }
.btn-info .glyphicon{ color:#222d3a; padding-left:5px;}

.btn-primary { outline:none; color:#fff; background-color:#283444; min-width:200px; text-align:center; padding: 10px 10px; font-size:16px; text-transform:uppercase; font-family: 'robotobold';}
.btn-primary:hover, .btn-primary:hover .glyphicon{ color:#fff;   }
.btn-primary .glyphicon{ color:#60a4c0; padding-left:5px;}
button:focus {outline:0!important;}

.home-item-btn { position:absolute; bottom:45px; left:30px;  }
.sub-btn { font-size:15px !important;}
.overlay-btn {float:right; margin-top:-70px;}

.arrow-link {padding-bottom:7px; font-size:18px; text-transform:uppercase; font-family: 'robotobold';}
.arrow-link .glyphicon{ font-size:16px; padding-left:5px;}

.arrow-link-two {padding-bottom:7px; font-size:18px; text-transform:uppercase; font-family: 'robotobold';}
.arrow-link-two .glyphicon{ font-size:16px; padding-right:5px;}

.red-link{ border-bottom: solid 1px #d90916; color:#18212b;}
.red-link:hover{ color:#d90916;}
.red-link .glyphicon { color:#d90916;}
.glyphicon { background-color:none!important;}

.blue-link{ border-bottom: solid 1px #64acc9; color:#fff;}
.blue-link:hover{ color:#64acc9;}
.blue-link .glyphicon { color:#64acc9;}

.socialSpace { margin-top:80px; }
.socialSpace a {width:50px; height:50px; background-color:#64acc9; float:right; margin-right:13px;}
.socialSpace a:hover{width:50px; height:50px; background-color:#283444; float:right; }
.socialButton {color:#fff; font-size:26px; text-align:center; margin-top:12px;}

@media only screen and (max-width : 768px) {
.socialSpace { margin: 30px 0 120px 0;}
.socialSpace a { float:left;}
.footer-upper {  padding:80px 20px 0 15px;}
.home-item-btn { position: absolute; margin-left: 15px !important;}

.arrow-link { font-size:16px; }
.arrow-link .glyphicon{ font-size:15px; }
#sub-content .btn-primary { margin-top:40px;}
}

@media only screen and (max-width : 520px) {
.footer-upper li { display:block;}	
}
 /* end footer content */

/* start contact form */
.contact-form li{width:100%; float:left; font-family: 'robotolight'; } 
.contact-form li label{padding:17.5px 0 0 0; float:left; width:15%; font-size:15px;}
.contact-form li .gegevensDivider{width:85%; float:left;}
.contact-form li .select-style{width:100%; float:right;}
.contact-form .contentContent{float:left;}
.contact-form .styledSelect:after {background:#64acc9; color:#fff; border-radius:0px 5px 5px 0px;}
.contact-list-left p{text-align:right; font-size:15px; line-height: 25px; margin-bottom: 20px; width:100%; float:right;}
.contact-list-left p:first-child{padding-top:20px;}
.contact-form input {background-color:#f0f7ff; margin: 7.5px auto; padding: 7px 0px 7px 15px; border-radius: 0; border: 0 solid #e3e3e3; float: left; width: 100%; }
.contact-form .styledSelect {-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 0;}
.contact-form textarea {background-color:#f0f7ff; margin: 7.5px auto; padding: 7px 0px 7px 15px; border-radius: 0; border: 0 solid #e3e3e3; float: left; width: 100%; margin-bottom:40px; }

.contact-form .select {background-color:#f0f7ff; cursor: pointer; display: inline-block; position: relative; border: 1px solid #e3e3e3; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; width: 100%; float: left; height: 35px; margin: 10px 0 15px 0; }
.contact-form .s-hidden {visibility: hidden; padding-right: 10px;}
.contact-form .options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0 0; width: 100%; padding: 0 0; list-style: none; border: 1px solid #e3e3e3; background: #fff; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;}
.contact-form .select .options li { margin: 0 0; padding: 7.5px 0 7.5px 10px; width: calc(100% - 10px);}

.difForm { background-color:#f2f2f2; float:left; width: calc(100% - 40px); padding:20px; margin:10px 0;}
.difForm2 { background-color:#f2f2f2; float:left; width: calc(100% - 40px); padding:20px; margin-top:10px;}
.smallIntroText { font-size:14px; }
.smallIntroText2 { font-size:14px; padding-bottom:40px; }

.overzichtHeader { background-color:#f2f2f2; width:100%; float:left; border: 1px solid #e3e3e3;}

.contact-form li .remind{width:100%; float:left; padding-top:20px;}

.contactButton { margin-left:15%; }


@media only screen and (max-width : 768px) {
.contact-form li label{padding:10px 0 0 0; float:left; width:100%; }
.contact-form li .gegevensDivider{width:100%; float:left;}
.contactButton { margin-left:0; }
.contact-list-left p{text-align:left; width:100%;margin:0; padding:0;  float:left; min-height:80px; }

}

@media only screen and (max-width : 480px) {
.contact-list-left p{text-align:left; width:100%;margin:0; padding-bottom:20px; float:left; min-height:0; }
.contact-list-left p:first-child{text-align:left; width:100%;margin:0; padding-bottom:20px; float:left; min-height:0; }
.contact-list-left p:nth-child(2), .contact-list-left p:nth-child(3), .contact-list-left p:nth-child(4), .contact-list-left p:nth-child(6){text-align:left; width:100%;margin:0; padding-bottom:20px; float:left; min-height:0; }

}
/* end contact form */

.news .col-md-4 img { width:100%; }

.news .news-title {
    color: #64acc9;
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
}

.news .news-date {
    color: #64acc9;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
.news h2 {
    font-size: 30px;
    font-family: 'museo_sans700';
    color: #18222b;
    margin-bottom: 25px;
}
.news .sub-text { 
	padding:30px 45px 60px; 
	margin-top:20px; 
	border-left: solid 0px #ddd;
	}
	
.news .blue-link {
    border-bottom: solid 1px #64acc9;
    color: #64acc9;
}
.news .blue-link:hover{ color:#283444;}
.news .blue-link .glyphicon { color:#64acc9;}

.news .sub-img { 
	padding:0 0 0; margin-top:38px;
}
		
@media only screen and (max-width : 991px) {
	.news .sub-text { 
		padding:15px 0 20px; 
	}
}

@media only screen and (max-width : 768px) {
.strongPushButton{ margin-left:15px !important; left:0;}	

	.news .sub-img { 
		padding:15px 0 0px; margin-top:20px; 
		}
	/*
	.news .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
	.col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, 
	.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, 
	.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, 
	.col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
     padding-left: 0px;
	}
*/
}


h3 {
	font-size: 15px!important;
	line-height: 28px;
	font-family: 'robotobold'; 
}

#sub-content img {
  height: auto;
}
