@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;	
	box-sizing: border-box;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: normal;
}

a {
	color: #db921a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
body {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

preheader {
	background-size: contain;
	display: block;
	padding: 15px;
}

header {
	background-color: #000;
	padding: 30px;
	margin: 0px;
	border-bottom: 1px #FFF solid;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 30px;
}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	width: 330px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-nav ul li a:hover {
	text-decoration: none;
	color: #db921a;
}

.hero {
	padding: 40px 40px 40px 40px;
}

h1 {
	font-size: 32px;
	font-weight: 200;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;
}

h2 {
	font-size: 24px;
	color: #ffffff;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 14px;
}

p {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 35px;
	color: #fff;
}

.button {
	border: 2px #000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000;
	text-decoration: none;
}

.info-box-head {
	color: #fff;
	padding: 30px 30px 0px;
	text-align: left;
}

.info-box-tan {
	background-color: #fff;
	color: #000;
	padding: 30px;
	text-align: center;
	margin-bottom: 1px;
}

.info-box-meer {
	background-color: #009bdc;
	color: #000;
	padding: 30px;
	margin-top: 30px;
}

.footer-text {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-text a {
	color: #db921a;
	text-decoration: none;
}

.footer-text a:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.col {
	width: 100%;
}

.row {
	display: table;
	width: 100%;
}

.rwd-line {
	display: block;
}

/*Tablet View*/

@media (min-width: 768px){

	body {
		max-width: 778px;
	}
	preheader {
		background-size: cover;
	}
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.hero {
		display: block;
		height: 600px;
		background-color: #000;
		padding: 40px 40px 40px 40px;
		color: #fff;
		text-align: left;
		border-bottom: 1px #fff solid;
	}
	.hero h1 {
		font-size: 40px;
	}
	.hero h3 {
		font-size: 26px;
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	.rwd-line {
		display: inline;
	}
	.info-box-tan {
	height: 200px;
	margin-bottom: 0px;

	}
}



/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	preheader {
			background-size: cover;
	}
	.style-logo {
		float: left;
	}
	.style-nav {
		float: right;
	}
	.hero {
		padding: 40px 40px 40px 40px;
	}
	.hero h1 {
		font-size: 60px;
	}
	.hero h3 {
		font-size: 32px;
	}
	.col-lg-one-fourth {
		width: 25%;
	}
}