/* FONTS
-------------------------------------------*/

@font-face {
	font-family: 'Din';
	src: url('../fonts/DINRg/dinrg.eot');
	src: url('../fonts/DINRg/dinrg.eot') format('embedded-opentype'),
		url('../fonts/DINRg/dinrg.ttf') format('truetype'),
		url('../fonts/DINRg/dinrg.svg#DINRegularRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Din';
	src: url('../fonts/DINBd/dinbd.eot');
	src: url('../fonts/DINBd/dinbd.eot') format('embedded-opentype'),
		url('../fonts/DINBd/dinbd.ttf') format('truetype'),
		url('../fonts/DINBd/dinbd.svg#DINBoldRegular') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Din';
	src: url('../fonts/DINRgIt/DIN-RegularItalic_gdi.eot');
	src: url('../fonts/DINRgIt/DIN-RegularItalic_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINRgIt/DIN-RegularItalic_gdi.woff') format('woff'),
		url('../fonts/DINRgIt/DIN-RegularItalic_gdi.otf') format('opentype'),
		url('../fonts/DINRgIt/DIN-RegularItalic_gdi.svg#DIN-RegularItalic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}

@font-face {
	font-family: 'Din';
	src: url('../fonts/DINBdit/dinbdit.eot');
	src: url('../fonts/DINBdit/dinbdit.eot') format('embedded-opentype'),
		url('../fonts/DINBdit/dinbdit.ttf') format('truetype'),
		url('../fonts/DINBdit/dinbdit.svg#DINBoldItalicRegular') format('svg');
	font-weight: 700;
	font-style: italic;
}


/* STRUCTURE
-------------------------------------------*/

html, body { height: 100%}

body {
	background-color: #0d3c67;
	background-image: url(../images/lp-bg.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: "Din";
	color: white;
}

.container {
	width: 100%;
	max-width: 1296px;
	margin: 0 auto;
}

.row { margin: 0 30px; }

.tagline {
	text-align: center;
	clear: both;
	padding-top: 10px;
}



/* CONTENT
-------------------------------------------*/

h1 {
	color: white;
	font-size: 72px;
	font-family: "Din";
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 100%;
}

h1.title { text-align: center; }

hr {
	border-top: 1px solid white;
	border-bottom: 0;
}

ul.cities {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	max-width: 584px;
}

ul.cities li {
	float: left;
	color: white;
	font-size: 26px;
	font-weight: 700;
	margin: 0 15px;
	padding: 5px 0;
}

.content {
	margin-top: 40px;
}

p {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
}

img {
	max-width: 100%;
	margin-bottom: 10px;
}

img.fsp { border: 1px solid white; }

.content-btm { margin-top: 60px; }

.content-btm h2 {
	font-family: "Din";
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 100%;
	color: white;
	text-align: center;
}

.content-btm .subtitle { margin-top: 60px; }


/* COLUMNS
-------------------------------------------*/

.col-wrap {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}

.col-left {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.col-right {
	float: right;
	width: 48%;
	margin-left: 2%;
}


.col-left ul, .col-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.col-left li, .col-right li {
	font-family: "Din", arial, san-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	line-height: 42px;
}


/* CALL TO ACTION
-------------------------------------------*/

.cta-btn,.cta-btn:visited {
	display: inline-block;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: white;
	color: #0f4373;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin: 10px 0;
}

.cta-btn:hover {
	background-color: #eaeaea;
}

.cta-btn .fa { margin-left: 10px; }


/* MEDIA QUERIES
-------------------------------------------*/

@media (max-width: 915px){
	h1 { font-size: 58px; }
}

@media (max-width: 767px){
	
	h1 { font-size: 42px; }
	
	ul.cities { max-width: 100%}
	
	ul.cities li {
		width: 25%;
		margin: 0;
		text-align: center;
		font-size: 24px;
	}
	
	.col-left, .col-right {
		margin: 0 0 30px;
		width: 100%;
		text-align: center
	}
}

@media (max-width: 560px){
	
	ul.cities li { font-size: 18px; }
	
	.content-btm h2 {
		font-size: 24px;
	}
}

@media (max-width: 450px){
	
	h1 { font-size: 36px; }
	
	ul.cities li { font-size: 16px; }
}

@media (max-width: 400px){
	
	h1 { font-size: 28px; }
	
	ul.cities li { font-size: 14px; }
	
}

@media (max-width: 366px){
	ul.cities li {
		float: none;
		width: 100%;
	}
}
