/*


*/


/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');*/
/*@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin-ext');*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'LibreBaskerville-Italic';
	src: url('fonts/LibreBaskerville-Italic.eot');
	src: url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
    src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville-italic-webfont.woff') format('woff');

    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'LibreBaskerville-Regular';
	src: url('fonts/LibreBaskerville-Regular.eot');
	src: url('fonts/LibreBaskerville-Regular.woff') format('woff'), 
		 url('fonts/LibreBaskerville-Regular.ttf') format('truetype'), 
		 url('fonts/LibreBaskerville-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FjallaOne-Regular';
	src: url('fonts/FjallaOne-Regular.eot');
	src: url('fonts/FjallaOne-Regular.woff') format('woff'), 
		 url('fonts/FjallaOne-Regular.ttf') format('truetype'), 
		 url('fonts/FjallaOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	/*//font-family: 'Roboto', 'Verdana', sans-serif;*/
	font-size:15px;
	color: #666;
	background-color:#011A2E;
}
.page-container{
	background-color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	/*//font-family: 'LibreBaskerville-Regular', Georgia, serif;*/
	color: #011A2E;
	line-height: 1.5;
}
a, a:hover, a:visited{
	text-decoration: none !important;
	outline:none;
	color: #E22127;
}
.article-details ul li, .article-details ol li{
	padding-top:6px;
}
.color-blue{
	color:#011A2E;
}
.color-red{
	color:#E22127;
}
.pointer{
	cursor:pointer;
}
.font-bold{
	font-weight: bold;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}

.navbar-default{
	background: #011A2E;
	/*padding-top:20px;*/
	/*padding-bottom: 20px;*/
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom: 1px solid #011A2E;
}
.navbar-default .navbar-nav{
	border-bottom: 3px solid #697A7E;
	margin-top:28px;
	margin-left:0px;
}
.navbar-default .navbar-nav li a{
	font-family:Robotolight;
}
.navbar-default .navbar-nav > li > a{
	color:#FFFFFF;
	text-shadow:none;
	padding:12px 2px;
	margin-right:20px;
	line-height: 13px;
}
.navbar-default .navbar-nav > li:last-child > a{
	margin-right:0px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current-menu-parent > a {
	color: #FFFFFF;
	background: #011A2E;
	border-bottom: 3px solid #E22127;
	margin-bottom: -3px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
	color:#FFFFFF;
	border-bottom: 3px solid #E22127;
	margin-bottom: -3px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
	background: #011A2E;
	color:#FFFFFF;
}

.navbar-right .dropdown-menu{
	left:0;
	right:auto;
}
.navbar-nav > li > .dropdown-menu{
	margin-top:19px;
	margin-left:-18px;
}

.dropdown-menu{
	/*background-color:#011A2E;*/
	background: rgba(1, 26, 46, 0.5);
	padding:0;
	border: none;
}

.dropdown-menu > li{
	border-bottom: 1px solid #4D5F6D;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus{
	padding: 8px 20px;
	color: #FFFFFF;
	font-weight: 300;
	background: rgba(1, 26, 46, 0.7);
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus{
	color:#FFFFFF;
	background: rgba(1, 26, 46, 0.7);
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > .active > a:hover {
	color:#FFFFFF;
	background: rgba(1, 26, 46, 1);
}

.bla-logo{
	display: block;
	float:left;
	width:360px;
	height:73px;

}

.lang-wrap{
	color: #FFFFFF;
	font-size:11px;
	overflow: hidden;
	font-family: Roboto;
	width:140px;
}

.lang-select{
	border: 1px solid #697A7E;
	background: #011A2E;
	padding:1px;
}


/* Home Page */

/*.crellyslider-slider a, .crellyslider-slider p {
	color:#FFFFFF;
	font-family: Robotolight !important;
}
.crellyslider-slider a{
	font-size:15px;
}
.crellyslider-slider p{
	font-size:0.9em !important;
}*/

.office-network{
	background: url('img/Office-network.jpg') no-repeat center 90%;
	background-size: cover;
	min-height: 600px;
}
.link-arrow{
	background: url('img/icon-link-arrow.svg') no-repeat left center;
	padding:10px 10px 10px 37px;
	font-size: 15px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}
.link-arrow:hover{
	background: url('img/icon-link-arrow.svg') no-repeat 5px center;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
	
.office-network-text{
	padding:15px 0px;
	/*text-shadow: 0px 1px 0px #FFFFFF;*/
}

.top-padding{
	padding-top:20px;
}
.common-padding{
	/*padding:30px 0px;*/
	padding:50px 0px;
}

.home-career-wrap{
	height: 500px;
}
.home-career{
	background: url('img/Careers.jpg') no-repeat 60% center;
	background-size: cover;
	height:500px;
	visibility: hidden;
	width:100%;
}

.post-title{
	font-family: 'LibreBaskerville-Italic', Georgia, serif;
	line-height: 1.5;
	font-size:18px;
	margin-top:10px;
}
.post-date{
	font-size:80%;
}
.home-post-wrap{
	overflow: hidden;
	padding:20px 30px;
	/*background: rgba(255,255,255,0.4);*/
	margin-top:30px;
	background: #FFFFFF;
}
.home-news-wrap{
	height:500px;
}
.home-news{
	position: absolute;
	right:0px;
	width:100%;
	visibility: hidden;
}

@-webkit-keyframes animat_show {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes animat_show {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.home-career-text, .home-news-text{
	display: none;
}
/*.home-career-wrap:hover .home-career*/
.home-career-wrap.left-to-right .home-career{
    -webkit-animation: animat_show 1.5s;
    animation: animat_show 1.5s;
    visibility: visible !important;
}
.home-news-wrap.right-to-right .home-news{
    -webkit-animation: animat_show 1.5s;
    animation: animat_show 1.5s;
    visibility: visible !important;
    right:0px;
}

/* Footer */

.footer-wrap{
	background-color: #011A2E;
	overflow: hidden;
	color:#CCC;
	font-size: 75%;
	padding:50px 30px 10px 30px;
}
.footer-wrap *{
	font-family: Robotolight;
	color:#EEE;
}

.footer-wrap h3{
	color: #E22127;
	margin-top:0;
	font-size: 20px;
}

.footer-wrap ul{
	float:left;
}
.footer-wrap ul li{
	padding:3px 0px;
}
.footer-wrap ul li a{
	color:#EEE;
}
.border-right{
	border-right:1px solid #223d51;
}
.margin-right{
	margin-right:20px;
}
.copy-right{
	clear:both;
	padding:20px 15px;
}
.partner-logo{
	margin-right:20px;
	margin-bottom: 50px;
}

.partner-wrap{
	text-align: right;
	float:left;
}
.social-wrap{
	text-align: right;
	float:right;
}

/* Service pages */
.red-layer-text{
	background: #E22127;
	color:#FFFFFF;
	font-family: 'LibreBaskerville-Italic';
	/*font-size:18px;*/
	font-size: 20px;
	padding:42px 50px;
	margin-top:240px;
	line-height: 1.6;
}
.red-layer-wrap{
	margin-top:0;
	position: absolute;
	z-index: 999;
	right: 0;
	top:-163px;	
}
.red-layer-filler{
	height:150px;
	/*height:500px;*/
}
.red-layer-sm-text{
	padding-top: 60px;
	padding-bottom: 60px;
}
.main-container{
	overflow: hidden;
	padding-bottom: 50px;
}
.site-main{
	margin-bottom: 20px;
}

.main-title{
	font-size:32px;
	padding-bottom: 10px;
	margin-top:0px;
}
.second-title{
	font-family: Roboto;
	font-size: 20px;
}
.third-title{
	font-family: Roboto;
	font-size:18px;
	/*color:#011A2E;*/
	color:#444;
}

.sidebar-title{
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.sidebar-list{
	margin-bottom: 0px;
}
.sidebar-list li{
	padding-top:7px;
}

.sub-title{
	font-family: Roboto;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 600;
}

.no-slide-title{
	margin-top:40px;
}

.list-square{
	list-style-position: outside;
	padding-left: 16px;
	/*list-style-type: square;*/

}
.list-square > li{
	padding-top: 6px;
	list-style-image: url('img/icon-bullet.svg');

}
.sub-list-item{
	list-style-type: none;
	padding-left:18px;
}
.oil-rig-img{
	margin-top:12px;
}
.privacy-policy > li{
	padding-bottom: 10px;
}


/* Contact Layout */
.download-vcf{
	cursor:pointer;
}


.general-enquiry{
	font-family:Robotolight;
	/*padding:18px 15px;*/
	padding:15px;
	background-color: #E22127;
	color:#FFFFFF;
	font-size: 18px;
	margin:20px 0px;
}

.contact-wrap{
	overflow: hidden;
	padding:20px 0;
}
.contact-name{
	font-family: Roboto;
	line-height: 1;
	margin:0;
	font-weight: 600;
}

.contact-wrap p{
	font-size: 14px;
	margin:0px;
	line-height: 1.7;
}

.contact-position{
	font-style: italic;
	padding-bottom: 10px;
}
.contact-email{
	padding-bottom: 10px;
}
.contact-email a{
	color:#E22127;
}

.marine-small-img{
	margin-top:8px;
}

.thumbnail{
	padding:7px;
	border-radius: 0px;
}
.single-header{
	height:400px;
}
.liner-header{
	background:url('banner1.jpg') no-repeat center center;
	background-size: cover;
	height:400px;
}
.marine-header{
	background:url('banner2.jpg') no-repeat center center;
	background-size: cover;
	height:400px;
}
.offshore-header{
	background:url('banner3.jpg') no-repeat center center;
	background-size: cover;
	height:400px;
}
.related-header{
	background:url('Related.jpg') no-repeat center center;
	background-size: cover;
	height:400px;
}
.careers-header{
	background:url('Careers.jpg') no-repeat 20% center;
	background-size: cover;
	height:400px;
}
.hseq-header{
	background:url('HSEQ.jpg') no-repeat 18% center;
	background-size: cover;
	height:400px;
}
.compliance-header{
	background:url('Compliance.jpg') no-repeat center center;
	background-size: cover;
	height:400px;
}

/* Marine Agency Services */

.marine-keys{
	margin-top:10px;
}
.marine-keys td{
	vertical-align: top;
	padding:5px 0px;
}
.marine-keys .sub-title{
	margin-top:0px;
}

.bullet-font{
	color: #E22127;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.waterfront-wrap{
	margin-top: 20px;
	margin-bottom: 20px;
}
.waterfront{
	background: url('img/Waterfront-BG.jpg') no-repeat center center;
	background-size: cover;
	height:500px;
	/*min-height: 60vh;*/
	position: relative;
}
.waterfront-text{
	font-family: 'LibreBaskerville-Italic', Georgia, serif;
	color:#FFFFFF;
	text-align: center;
	/*font-style: italic;*/
	font-size: 20px;
	position: absolute;
	width: 100%;
	z-index: 98;
	top:30%;
	/*width:250px;*/
	/*margin:0 auto;*/
}
.waterfront-logo{
	padding:10px;
	background:#FFFFFF;
	float:left;
	position: absolute;
	z-index: 99;
	top:10%;

}
.website-link{
	background: url('img/link-chain.svg') no-repeat left center;
	padding:5px 0px 5px 37px;
	color: #E22127;
	display: block;
}
.waterfornt-link{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 8px;
	padding-top:12px;
	padding-bottom: 12px;
}
.phone-text{
	font-size:14px;
	margin:0;
	line-height: 1.7;
}

.port-huston-wrap{
	padding:20px 0px;
}
.margin-top-zero{
	margin-top:0px;
}
.iso-tank-img{
	margin-top:8px;
}

.compliance-sub-text{
	padding-top:5px;
}
.code-conduct{ font-size: 15px; }

.all-case-study{
	background: url('img/icon-pin.svg') no-repeat left center;
	padding:6px 0px 6px 37px;
	margin-bottom:10px;
}
/* Careers */

.pin-icon{
	background: url('img/icon-pin.svg') no-repeat left center;
	padding:6px 0px 6px 37px;
	margin-bottom:10px;
}
.calender-icon{
	background: url('img/icon-calendar.svg') no-repeat left center;
	padding:6px 0px 6px 37px;
	margin-bottom:10px;
}

.careers-title-wrap{
	border-top:1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color:#F2F2F2;
	padding:10px 0px 20px 0px; 
	margin-bottom: 30px;
}
.apply-button{
	margin-top:30px;
}
.bs-holiday-modal-lg .modal-header, .bs-career-modal-lg .modal-header{
	border-bottom: none;
}
.bs-holiday-modal-lg .modal-title{
	border-bottom: 4px solid #E22127;
	float:left;
	padding-bottom: 10px;
}
.bs-holiday-modal-lg .table > tbody > tr > td{
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #fff;
}
.bs-holiday-modal-lg .table > thead > tr > th{
	border-top: 2px solid #ddd !important;
}
.bs-holiday-modal-lg .modal-header, .bs-holiday-modal-lg .modal-body{
	padding:15px 20px;
}

.box-shadow{
	box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
	/*box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);*/
}

.search-wrap{
	padding:35px 0px 20px 0px;
	overflow: hidden;
	border-top:1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.custom-form{
	border-radius: 2px;
	box-shadow: none;
}
.custom-form:focus{
	box-shadow: none;
	border:1px solid #CCCCCC;
}
.custom-form.required-form:focus{
	border-left: 2px solid #E22127;
}

.search-form{
	width:88%;
}
.search-icon{
	display: block;
	padding:7px 8px 0px 0px;
}
.btn.btn-news{
	background-color: #E22127;
	color:#FFFFFF;
	padding-left:17px;
	padding-right:17px;
	margin-left:28px;
}
.news-thumbnail{
	width:300px;
	height:230px;
}
.news-teaser-wrap{
	width:300px;
	height:495px;
	margin:30px auto;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.news-title-wrap{
	width:300px;
	padding:30px;
}
.subscribe-form-wrap{
	padding-top:30px;
	margin-top:20px;
	border-top:4px solid #E22127;
}
.subscribe-wrap{
	padding:0px 30px 0px 30px; 
}
.subscribe-wrap label{
	font-weight: normal;
	font-size:14px;
	display: inline;
	padding-left:5px;
}
a.white-arrow{
	background:url('img/white-arrow.svg') no-repeat left center;
	padding:10px 10px 10px 35px;
	color: #FFFFFF;
}
.big-red-btn{
	background-color:#E22127;
	float:left;
	border-radius:25px;
	padding:12px 10px;
}
a.up-white-arrow{
	background:url('img/icon-up-arrow-white.svg') no-repeat left center;
	padding:10px 10px 10px 35px;
	color: #FFFFFF;
}
.btn-back{
	background:url('img/icon-up-arrow.svg') no-repeat left center;
	padding:10px 0px 10px 37px;
	cursor: pointer;
}
.wpcf7-form{
	margin-top:10px;
}
.wpcf7-form p{
	padding:3px 0px;
}


/**
 * 404 Page
 */
.notfound-wrap{
	overflow: hidden;
	margin-top:100px;
	margin-bottom: 100px;
	text-align: center;
}

.notfound-goback{
	background:#E22127 url('img/icon-up-arrow-white.svg') no-repeat 7px center;
	padding:12px 15px 10px 43px;
	color: #FFFFFF !important;
	border-radius: 25px;
	border:1px solid red;
	line-height:5;
	border-radius: 25px;
}


/* New Single Page */
.category-country{
	background:url('img/icon-pin.svg') no-repeat left center;
	padding:15px 10px 15px 32px;
	margin-left:3px;
	display: block;
	border-top:1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.news-posted-on{
	background:url('img/icon-calendar.svg') no-repeat left center;
	padding:15px 10px 15px 35px;
	display: block;
	border-top:1px solid #DDD;
}
.news-single-title{
	margin-bottom: 20px;
	font-size: 20px;
}
.case-study-images{
	/*height:520px;*/
	height:500px;
}
.carousel-caption{
	text-shadow:none;
}
.carousel-indicators {
	margin-left: 10px;
	margin-right: 10px;
	position: static;
	margin-bottom: 0px;
}
.carousel-control-post{
	width:28px;
	height:28px;
	display: block;
	float:left;
}
.carousel-control-post.left {
	background:url('img/gray-prev-arrow.svg') no-repeat left center;
}
.carousel-control-post.right{
	background: url('img/gray-next-arrow.svg') no-repeat right center;
}

.carousel-indicators{
	position: static;
	margin-top:4px;

}
.carousel-indicators li{
	background-color: #E5E5E5;
	border:1px solid #FFF;
	width:13px;
	height:13px;
	margin:0;
	margin-left:5px;

}
.carousel-indicators .active{
	background-color: red;
	border:1px solid #FFF;
	margin-left:5px;
	width:13px;
	height:13px;
}



/*Ken Burn Test*/
.kenburn-container{
	margin-top:40px;
}
.kenburn-image {
	
	-webkit-animation-name: cool-effect;
	-moz-animation-name: cool-effect;
	animation-name: cool-effect;

	-webkit-animation-duration: 25s;
	-moz-animation-duration: 25s;
	animation-duration: 25s;

	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate;

	/*-webkit-transform-origin: 50% 50% 0;*/
	-webkit-transform-origin:50% 50% 0;
	-moz-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

@-webkit-keyframes cool-effect {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}

@-moz-keyframes cool-effect {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}

@keyframes cool-effect {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}

/*Ken Burn Test*/


#map{
	height:750px;
	width:100%;
}
#office-map{
	height:780px;
	width:100%;
}

.map-search-wrap{
	box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
	position: absolute;
	z-index: 9;
	background: #FFFFFF;
	padding-bottom: 30px;
	border:1px solid #BBB;
}

.position-relative{
	position: relative;
}
.map-search-form{
	width:100%;
	padding-right:30px;
	padding-left: 30px;
	overflow: hidden;
}
.search-by{
	background: url('img/search-glass.svg') no-repeat left center;
	padding:0px 10px 0px 30px;
	color: #011A2E;
	font-size:22px;
	font-weight: 500;
}

.back-to-country{
	border-bottom: 1px solid #EEE;
	padding:15px 30px 15px 30px;
	box-shadow: 0 10px 17px -6px rgba(211,211,211,.5);
	overflow: hidden;
	margin-bottom: 0px;
}

.up-arrow{
	background: url('img/icon-up-arrow.svg') no-repeat left center;
	padding:5px 0px 5px 37px;
	color: #E22127;
	font-size: 16px;
	display: block;
}
.map-search-wrap a:hover{
	color: #E22127;
}
.office-anchor-wrap{
	padding:10px 30px;
	background:#F5F5F5;
	margin:12px 0px;
	overflow: hidden;
}
.map-contact-wrap{
	overflow: hidden;
	padding-top:10px;
}
/*Newly Added*/
.map-contact-wrap p{
	font-size: 13px;
}
.map-contact-wrap .contact-position{
	font-size: 14px;
	padding-bottom: 5px;
}

.switch-wrap{
	width:100%;
}
.switch-wrap td{
	padding:6px 0px;
	vertical-align: middle;
}
.icon-doc{
	background: url('img/icon-doc.svg') no-repeat left center;
	padding:10px 10px 10px 37px;
	color: #E22127;
	font-size: 16px;
}
.icon-congestion{
	background: url('img/icon-congestion.svg') no-repeat left center;
	padding:10px 10px 10px 37px;
	color: #E22127;
	font-size: 16px;
}
.link-wrap{
	padding:0px 30px;
}
.link-wrap a{
	display: block;
}
.office-title{
	line-height: 1.2;
	margin-top:17px;
}

.list-tick{
	list-style:none;
	padding-left: 0px;
	margin-bottom: 20px;
}
.list-tick > li{
	list-style-image: none;
	background:url('img/icon-tick.svg') no-repeat 0px 8px; 
	padding-left:28px;
	margin-bottom: 10px;
}
.list-tick span{
	color:#011A2E;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}
.article-list li{
	padding-bottom: 10px;
}
.article-list span{
	color:#011A2E;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}

.holiday-calender{
	background: url('img/icon-calendar.svg') no-repeat left center;
	padding:5px 0px 5px 37px;
	color: #E22127;
	font-size: 16px;
	display: block;
}
.right-sidebar-link{
	border-top:1px solid #DDD;
	overflow: hidden;
	padding:8px 0px;
}
.right-sidebar-link:last-child{
	border-bottom: 1px solid #DDD;
}
.red, a.red{
	color: #E22127;
}

.office-detail-wrap{
	padding-bottom: 30px;
}
.office-detail-wrap a{
	color: #E22127;
}
.office-left-sidebar{
	overflow: auto;
	max-height: 720px;
}


.office-phone{
	background: url('img/icon-phone.svg') no-repeat left center;
	padding:5px 5px 5px 30px;
	margin-bottom: 0px;
}
.office-fax{
	background: url('img/icon-fax.svg') no-repeat left center;
	padding:5px 5px 5px 30px;
	margin-bottom: 0px;
}
.office-email{
	background: url('img/icon-email.svg') no-repeat left center;
	padding:5px 5px 5px 30px;
}
.office-time{
	background: url('img/icon-clock.svg') no-repeat left center;
	padding: 7px 5px 2px 43px;
	color: #011A2E;
}
.office-time span{
	font-size:13px;
	color:#444;
	display: block;
	font-weight: 400;
}
.covered-port{
	background: url('img/pin-anchor.svg') no-repeat left top;
	padding:5px 10px 10px 50px;
	margin-bottom: 0px;

}
.port-list{
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}
.time-wrap{
	margin-left:-3px;
	padding-top:7px;
	padding-bottom: 15px;
}
.office-wrap{
	padding-right: 30px;
}
.office-wrap p, .office-contact-wrap p{
	font-size:13px;
}
.office-wrap .additional-text{
	font-size: 11px;
	padding-bottom: 15px;
}
.office-contact-wrap{
	padding:15px;
	overflow: hidden;
}
.contact-list-wrap{
	padding: 15px 0px;
}

.right-border{
	border-right:1px solid #DDD;
}
.contact-left-border{
	border-left:1px solid #DDD;
	margin-left:-1px;
}
.service-overview{
	cursor: pointer;
}

.nav-tabs{
	margin-left: -1px;
	border-bottom: none;
}
.nav.nav-tabs li{
	text-align: center;
	border-bottom: 1px solid #DDD;
	width:50%;
}

.nav.nav-tabs > li > a{
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 16px;
	color:#011A2E;
	font-weight: 500;
	margin-right: 0px;
}
.nav.nav-tabs > li > a:focus, .nav.nav-tabs > li > a:hover{
	background: none;
	border-top:1px solid #DDD;
	box-shadow: inset 0 10px 12px -8px #DDD;
}
.nav.nav-tabs > li.active{
	border-bottom: transparent;
}
.nav.nav-tabs > li.active > a{
	background:#FFF;
	box-shadow: none;
}
.nav-tabs > li > a:hover{
	border-color:transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	color:#011A2E;
}

.division-list-wrap{
	max-height: 605px;
	overflow: auto;
}
.division-title{
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	margin-top:0px;
}
.division-count{
	color:#FFFFFF;
	font-weight: 600;
	background-color: #E22127;
	padding:6px 12px;
	float:left;
	margin-right: 15px;
}
.division-office{
	text-transform: uppercase;
	line-height: 2.3;
}

.margin-zero{
	margin:0;
}
.division-contact-wrap{
	padding:15px 30px;
}

.division-icon{
	font-size: 15px;
	cursor: pointer;
}
.contact-office{
	background: url('img/pin-office.svg') no-repeat left center;
	padding:7px 10px 7px 50px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.pager{
	border-bottom: 1px solid #DDD;
	border-top:1px solid #DDD;
	padding:15px 0px;
	margin-top:50px;

}
.pager img{
	margin-left:15px;
	margin-right:15px;
}

/* History Right Menu */

.history-filler{
	height:120px;
}

.history-right-menu{
	position: fixed;
	right:0;
	top:155px;
	/*bottom:0px;*/
	z-index: 99;
	background: #FFF;
	width:124px;
	height:700px;
	overflow: auto;
	
}
.right-menu-list
{
	/*position: absolute;*/
	right:0;
	width:124px;
}
.right-menu-list{
	background:#FFF;
}
.right-menu-list li{
	/*width:130px;*/
	padding:14px 0px;
	border-bottom: 1px solid #BBB;
	margin-bottom: 3px;
}
.right-menu-list li a{
	background-color:#FFF;
	color:#444;
	font-size: 16px;
	display: block;
	padding:4px 10px 4px 30px; 
	float:left;
	margin-bottom: -21px;
	transition: padding-left 0.3s;
	transition-timing-function: ease-out;
	text-decoration: none;
}
.right-menu-list li a:visited{
	color:#E22127;
}
.right-menu-list li.active a:visited{
	color:#FFF;
}
.right-menu-list li.active a, .right-menu-list li a:hover, .right-menu-list li:hover a{
	background-color: #011A2E;
	color:#FFF;
	transition: 0.4s;
	padding-left:10px;
	transition: padding-left 0.3s;
	transition-timing-function: ease-in;
}



/* History Top Menu */

.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	transform: rotate(-90deg);
}

.history-top{
	position: fixed;
	padding-left:0px;
	top:93px;
	z-index: 99;
}

.history-top-menu{
	overflow-x: auto;
	white-space: nowrap; /* important */
	height:125px;
	background:#FFF;
}

.top-menu-list{
	display: inline-block;
	width:35px;
	height:80px;
	position: relative;
	border-right: 1px solid #BBB;
	cursor:pointer;
}

.top-menu-list a{
	background-color:#FFF;
	color:#444;
	font-size: 16px;
	display: block;
	padding:4px 10px 4px 10px;
	position: absolute;
	top:47px;
	left: 7px;
	transition: top 0.3s;
	transition-timing-function: ease-out;
	text-decoration: none;
}

.top-menu-list a:visited{
	color:#E22127;
}
.top-menu-list.active a:visited{
	color:#FFF;
}
.top-menu-list.active a, .top-menu-list a:hover, .top-menu-list:hover a{
	background-color: #011A2E;
	top:69px;
	color:#FFF;
	transition: top 0.3s;
	transition-timing-function: ease-in;
}

.history-img{
	margin-bottom: 10px;
}
.history-year{
	font-family: 'FjallaOne-Regular', sans-serif;
	color:#E22127;
	font-size:130px;
	line-height: 0.7;
	margin-bottom: 30px;
}
.small-year{
	font-size: 90px;
}
.icon-enlarge{
	background: url('img/icon-enlarge.svg') no-repeat left center;
	padding:5px 0px 8px 37px;
	color: #E22127;
	cursor:pointer;
}

.middle-line{
	border-right: 1px solid #DDD;
}
.match-hg{
	padding:50px 0px;
}
.img-title-position{
	position: absolute;
	bottom: 15px;
	left:15px;
}
.img-title{
	font-size: 12px;
	color: #575757;
}
button.close, button.close:hover{
	opacity: 1;
	color: #E22127;
}
.career-close{
	background:url('../../../img/icon-close.html') no-repeat center center;
	width: 44px;
	height: 44px;
}
hr.career-border{
	border-top: 4px solid #E22127;
	width: 250px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left:20px !important;
}
#career-title{
	padding-right:10px;
}
.modal-body, .modal-header{
	padding:20px;
}

/* Terms & Conditions */

.terms-table td{
	padding:5px 0px;
	vertical-align: top;
}
.list-style-alpha{
	padding-left:18px;
	/*margin-top:10px;*/
}
.list-style-alpha > li{
	list-style-image: none;
	list-style-type: lower-alpha;
	padding:3px 5px;
}
.list-style-roman > li{
	list-style-image: none;
	list-style-type: lower-roman;
	padding:3px 5px;
}

.list-style-alpha-policy, .list-style-roman{
	margin-top:10px;
}
.list-style-alpha-policy > li{
	list-style-type: lower-alpha;
	padding:3px 5px;

}

/*Subscription Form */

.custom-red-btn{
	background: #E22127 url('img/white-arrow.svg') no-repeat 9px center;
	padding:11px 16px 11px 45px;
	border:1px solid #E22127;
	color:#FFFFFF;
	border-radius: 35px;
}

label.error{
	color:#E22127;
	font-size: 14px;
	font-weight: normal;
}

/* Custom Contact Form 7 */

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border:none;
	color:#E22127;
}
div.wpcf7-mail-sent-ok{
	color: #398f14;
	border:none;
}
div.wpcf7-spam-blocked{
	border:none;
	color:#E22127;
}

div.wpcf7-response-output{
	margin:0px;
	padding-left:0px;
	padding-bottom: 10px;
}

/**
 * JQuery Multiselect CSS
 */

.ms-options{
	padding:10px;
	overflow: auto;
}
.ms-options-wrap,
.ms-options-wrap * {
	font-family: Roboto;
	font-size: 14px;
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #CCC;
    background-color: #fff;
    /*padding: 5px 20px 5px 5px;*/
    padding:5px 12px;
    margin-top: 1px;
    font-size: 14px;
    color: #888;
    outline-offset: -2px;
    white-space: nowrap;
}

.ms-options-wrap > button > span {
    display: inline-block;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    /*font-weight: bold;*/
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 3px 4px 4px 25px;
    margin: 1px 0;
    /*border: 1px dotted transparent;*/
    color: #555;
    font-weight: normal;

}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

/*.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}*/

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;

	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
  	transition: .4s;
}

input:checked + .slider {
  background-color: #7DC660;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7DC660;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**
 * Mobile Nav Bar Style
 */
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFFFFF;
}

.navbar-default .navbar-toggle{
	border:none;
}
.navbar-toggle{
	padding:5px;
}
.navbar-toggle .icon-bar{
	width: 37px;
	height: 5px;
	border-radius: 2px;
	margin-bottom: 6px;
}
.navbar-toggle:hover{
	background-color:transparent !important;
}

/******** start auto-complete ********/

.autocomplete-wrapper {
	position: relative;
}
.map-search-form {
	overflow: inherit !important;
}
.ui-autocomplete>li {
	padding-left: .5em;
}
.ui-autocomplete>li.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em !important;
margin: .8em 0 .2em;
line-height: 1.5;
}
.ui-autocomplete {
max-height: 250px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 250px;
}

/******** end auto-complete ********/
@media (max-width: 575.98px) {
   .case-study-images{
		height:200px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.case-study-images{
		height:300px;
	}
}

@media(max-width: 767.98px) {

	#homeCarousel .item:nth-child(1),
	#homeCarousel .item:nth-child(2),
	#homeCarousel .item:nth-child(3),
	#homeCarousel .item:nth-child(4),
	#homeCarousel .item:nth-child(5){
		height: 465px !important;
	}
	.carousel-control.left, .carousel-control.right {
		top:423px !important;
	}

	.archive-map{
		margin-top:270px;
	}

	#office-map, .taxonomy-map{
		height:500px !important;
	}	
	.office-left-sidebar, .division-list-wrap{
		max-height: none !important;
	}
	
	.history-year{
		font-size:110px;
	}
	.small-year{
		font-size: 80px;
	}

	.nav.nav-tabs > li > a{
		box-shadow: inset 0 10px 12px -8px #DDD;
		border-top:1px solid #DDD;
	}

	.home-post-wrap{
		/*padding:0px;*/
		padding: 20px 15px;
	}
	.waterfront{
		height:400px;
	}
	.red-layer-wrap{
		position: static;
	}
	.kenburn-container{
		margin-top:0px;
	}

	/* Main Navigation Bar */

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height: 400px !important;
	}

	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .current-menu-parent > a {
		border-bottom: none;
		margin-bottom: 0px;
		font-family: Roboto;
	}

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li > a:hover{
		color: #FFFFFF;
		border-bottom: none;
		margin-bottom: 0;
		font-family: Roboto;
		padding-top:15px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		font-family: Roboto;
		color: #FFFFFF;
		background: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a
	{
		font-family: Roboto;
		padding:10px 25px;
		color: #FFFFFF !important;
	}
	.navbar .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus, 
	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover{
		font-family: Roboto;
		background: none;
	}

	.dropdown-menu > li{
		border-bottom: none;
	}

	.navbar-default .navbar-nav{
		border-bottom: none;
	}
	.navbar-collapse{
		box-shadow: none;
	}

	.footer-wrap .border-right{
		border:1px solid #011A2E;
	}

	.navbar-nav > li > .dropdown-menu{
		margin-left:0px;
	}

}
@media (min-width: 768px) and (max-width: 991.98px) {
	.case-study-images{
		height:400px;
	}
}

/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}

/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.link-wrap .additional-text a{
	display: inline !important;
}

.contact-wrap .contact-ph a, .map-contact-wrap .contact-ph a {
	display: inline !important;
}

/* PDA Form */
.request-party{
	color:#E22127;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-top:40px;
}

.pda-form-back{
	border-top:1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding:13px 0px;
	margin-top:55px;
}

.required-form{
	border-left:2px solid #E22127;
}

.icon-add{
	background: url('img/icon-add.svg') no-repeat left center;
	padding:10px 10px 10px 37px;
	font-size: 15px;
	cursor:pointer;
}

.unit-ton{
	border:1px solid #CCCCCC;
	width:100%;
	display: block;
	height:33px;
	padding-top:5px;
	text-align: center;
	border-radius: 2px;
	
}

a.story-link{
	background: rgba(0, 0, 0, 0.45);
	color:#FFFFFF;
	display:block;
	padding:8px 13px;
	float:left;
	font-family: Robotolight;
	font-size: 12px;
	position: absolute;
	top:0;
}
.story-link.previous-story{
	left:0;
}
.story-link.next-story{
	right:0;
}

.cargo-detail.clone{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #f0f0f0;
}

.delete-parcel, .delete-file{
	cursor: pointer;
}

.file-detail{
	padding-top:10px;
	padding-bottom: 10px;
}
/*
 * The MIT License - DropZon
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  /*border: 2px solid rgba(0, 0, 0, 0.3);*/
  border:1px solid #DDD;
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in;

}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite; 
}
   
.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden; 
}
      
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; 
}

.dropzone .dz-preview.dz-error .dz-error-message {
  	display: block; 
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto; 
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white; 
}

  .dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626; 
}


#bla_intercom{
	/*width:39px;
	height:40px;*/
	position: fixed;
	bottom:0px;
	right:0;
	display: block;
	z-index: 99999;
}
.icon-intercom{
	width:50px;
	height:50px;
	margin:20px 25px;
}

.intercom-launcher-frame, .intercom-launcher-discovery-frame{
	display: none !important;
}

/**
 * Slider
 */

#homeCarousel .item:nth-child(1) {
    background: url('banner1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 580px;
}
#homeCarousel .item:nth-child(2) {
    background: url('banner2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 580px;
}
#homeCarousel .item:nth-child(3) {
    background: url('banner3.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 580px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition: opacity 0.5s linear;

}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left, .carousel-control.right {
	width:19px;
	height:13px;
	opacity: 1 !important;
	top:538px;
	position: absolute;
}
.carousel-control.left{
	background-image: url('slide-up-arrow.svg');
	background-repeat: no-repeat;
	bottom: 0px !important;
	left:80px;
}
.carousel-control.right{
	background-image: url('slide-down-arrow.svg');
	background-repeat: no-repeat;
	left:40px;
}

.carousel-text{
	 position: absolute;
	 bottom:70px;
	 z-index: 1020;
	 width:250px;
	 overflow:hidden;
}

.carousel-text div{
	color:#FFFFFF;
	margin-left:60px;
	overflow: hidden;
	font-size:15px;
}
.carousel-text p{
	text-transform: uppercase;
	color:#FFFFFF;
	padding:8px 15px 8px 40px;
	display: inline-block;
	margin-bottom: 4px;
}
.carousel-text .red-bg{
	background: #E22127;	
}
.carousel-text .blue-bg{
	background: #011A2E;
}
.carousel-text a{
	color:#FFFFFF;
}

.active.blue-bg{
	background: #E22127;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.slideup, .slidedown {
    opacity: 0;
    max-height: 0;     
    -webkit-transition: max-height 0.7s ease-in-out;
    -moz-transition: max-height 0.7s ease-in-out;
    -o-transition: max-height 0.7s ease-in-out;
    transition: max-height 0.7s ease-in-out;
}

.slidedown {     
	opacity: 1;       
    max-height: 120px;  
}  

.white-line{
	 position: absolute;
	 bottom:55px;
	 left:40px;
	 z-index: 1020;
}
