#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; 
}
.sub #header {
	height: 600px;
	
}

@media only screen and (max-width : 1450px) {
	#header {
		height: 700px;
	}
}
#headerContainer {
	width: 100%;
	background-color: rgba(13, 16, 20, .90);
	height: 200px;
	z-index: 50;
	position: relative;
}
#headerHolder {
	max-width: 1150px;
	margin: 0 auto;
}
.headerColor {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 18, 31, .25);
}
.bgDots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.dotsHeader {
	top: -10px;
	height: 100%;
	bottom: 0;
	opacity: 0.4;
	background-image: url(../../image/dots-white.png);
}
.header-content {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
	padding: 180px 0 250px 0;
	z-index: 90;
}

@media only screen and (max-width : 768px) {
#header {
	height: 450px;
}
.sub #header {
	height: 250px;
}
#headerContainer {
	width: 100%;
	background-color: #09121f;
	height: 100px;
	position: fixed;
	z-index: 999;
}
}
/* Header - Text section */
.text-section {
	width: 100%;
	height: calc(100% - 200px);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.text-section-mobile {
	display:none;	
}
@media only screen and (max-width : 768px) {
.text-section-mobile {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:100px;
	
}	
.text-section {
	height: calc(100% - 100px);
}
}
.text-section-l1 {
	display: table;
	width: 100%;
	height: 100%;
}
.text-section-l2 {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}
.ts-fl {
	clear: both;
}
.ts-fl h1 {
	margin: 0px;
	font-size: 55px;
	background-color: rgba(4, 166, 150, .80);
	display: inline-block;
	clear: both;
	padding: 5px 20px 10px 20px;
	font-family: 'DINOT-Black';
}
.sub .ts-fl h1 {
	font-size: 45px;
	background-color: rgba(4, 166, 150, .80);
}
.ts-sl {
	clear: both;
	margin-bottom: 20px;
}
.ts-sl h1 {
	margin: 0px;
	font-size: 55px;
	background-color: rgba(211, 216, 43, .90);
	display: inline-block;
	clear: both;
	padding: 5px 20px 10px 20px;
	font-family: 'DINOT-Black';
}
.ts-button {
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	display: inline-block;
	clear: both;
	padding: 10px 20px 10px 20px;
	font-family: 'DINOT-Medium';
}
.ts-button:hover {
	text-decoration: none;
	color: #1a2633;
	border: 2px solid #fff;
	background-color: #fff;
	display: inline-block;
	clear: both;
	cursor: pointer;
}
.ts-button:after {
	font-family: "Glyphicons Halflings"!important;
	content: "\e080";
	padding-left: 10px;
	font-size: 15px;
	color: #d3d92b;
}

@media only screen and (max-width : 768px) {
.ts-fl h1 {
	margin: 0px;
	font-size: 25px;
	padding: 5px 20px 10px 20px;
}
.ts-sl h1 {
	margin: 0px;
	font-size: 25px;
	padding: 5px 20px 10px 20px;
}
.sub .ts-fl h1 {
	font-size: 20px;
	padding: 10px 20px 11px 20px;
}
.ts-button {
	font-size: 15px;
	border: 2px solid #fff;
	padding: 5px 10px 5px 10px;
	font-family: 'DINOT-Medium';
}
.ts-button:after {
	font-size: 13px;
}
}
/* Header - Search */
.searchBox {
}
.searchCntrl {
	position: absolute;
	right: 100px;
	overflow: hidden;
	width: 250px;
	vertical-align: middle;
	white-space: nowrap;
	top: 30px;
}
.searchCntrl input#search {
	width: 250px;
	height: 35px;
	background: rgba(100, 172, 201, .1);
	border: none;
	font-size: 14px;
	float: left;
	color: #fff;
	padding-left: 15px;
	outline:none;
}
.searchCntrl input#search::-webkit-input-placeholder {
color: #ebebeb;
}
.searchCntrl input#search:-moz-placeholder { /* Firefox 18- */
color: #d7d7d7;
}
.searchCntrl input#search::-moz-placeholder {  /* Firefox 19+ */
color: #d7d7d7;
}
.searchCntrl input#search:-ms-input-placeholder {
color: #d7d7d7;
}
.searchCntrl button.icon {
	border: none;
	background: rgba(17, 24, 32, .8);
	height: 35px;
	width: 40px;
	color: #fff;
	opacity: 1;
	padding: 5px 0 0 0;
	font-size: 18px;
	margin-left: -40px;
}
.searchCntrl:hover button.icon:hover {
	background: rgba(17, 24, 32, .4);
}
#mobile-menu .glyphicon-chevron-right {
	font-size: 14px;
	text-align: right;
	float: right;
}

@media only screen and (max-width : 768px) {
.desktopSearch {
	display: none;
}
}
/* Header - Language */
.language {
	background: rgba(100, 172, 201, .1);
	padding: 9px 10px 6px 10px;
	position: absolute;
	right: 25px;
	top: 30px;
	font-size: 14px;
}
.language a {
	color: #fff !important;
	text-transform: uppercase;
}
.language a:first-child {
	margin-right: 5px;
}
.languageActive {
	font-weight: bold;
	text-decoration: underline;
}

@media only screen and (max-width : 768px) {
.language {
	right: 75px;
	top: 30px;
}
}
