/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul, li,
form, input, select, textarea, button {
	border-style: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

body {
	background: #fff;
    font: normal normal 14px "Roboto", Arial, Helvetica, sans-serif;
	color: #808080;
    font-weight: 400;
    line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	outline: 0 none;
	text-decoration: none;
}

a {
	color: #0980f4;
}

a:hover,
a:focus {
	color: #0980f4;
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.bg-thumb {
	background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#banner {
	background-image: url(../images/fse/banner.png);
	background-position: right bottom !important;
}

.lan-brand {
	margin-top: 30px;
	position: relative;
}

.logo-container a {
	display: inline-block;
} 

.lan-intro {
	left: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 800px;
}

.lan-status {
	background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-size: 0;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
}

.lan-status > i,
.lan-status > span,
.lan-status > div {
	color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
    vertical-align: middle;
}

.lan-status > i {
	font-size: 8px;
    margin: 0 35px;
}

.lan-status > span {
	font-size: 22px;
    font-weight: 700;
}

.lan-status > div {
	margin-left: 6px;
}


.header-1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
	text-transform:uppercase;
}

.header-2 {
    font-size: 36px;
    font-weight: bold;
	color:#fff;
    line-height: 42px;
	text-transform:uppercase;
	margin: 0 0 25px;
}
.header-3 {
	font-size: 20px;
    line-height: 30px;
	color:#797979;
}

.header-1,
.header-3 {
	color: #fff;
    margin-bottom: 25px;
}

.header-3 {
    font-weight: 500;
}
.who-we-are {
	max-height: 1009px !important;
}
.who-we-are .header-1,
.who-we-are .header-2,
.who-we-are .header-3,
#banner .header-1,
#banner .header-2,
#banner .header-3 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.common-section {
	padding: 50px 0;
}
.common-section h1{
	margin: 0 0 25px;
}
.common-section .header-2 {
	color:#28282e;
	text-align:center;
	margin: 0 0 25px;
}
.common-section .header-3 {
	color:#28282e;
	text-align:center;
	margin: 0 0 25px;
}
.common-section ul {
	list-style:square;
	padding-left:30px;
}
.common-section ul li {
	color:#28282e;
	font-size:20px;
	line-height:30px;
}
.want-three {
	width:80%;
	margin:auto;
}
.want-three .media-body {
	height:80px;
	vertical-align:middle;
	color:#28282e;
	font-size:20px;
}
.common-section .want-three h3 {
	margin:70px 0;
}
.what-we-want p {
	font-size:20px;
	line-height:30px;
	color:#28282e;
	margin:30px 0 0;
}
.footer span {
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin: 20px 50px 0 0;
}
.footer .media > .pull-right {
	padding-left:50px;
}
.scroll {
	position:absolute;
	bottom:10px;
	left:50%;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#fff;
}
.scroll > div {
	font-size:16px;
	color:#fff;
}
.scroll:hover,
.scroll:active,
.scroll:focus {
	text-decoration:none;
	color:#fff;
}
/* media queries */
@media (max-width: 991px) {
	.wrapper {
		width: auto;
	}
}

@media (max-width: 768px) {
	.lan-intro {
		width: auto;
	}
	
	.lan-status > i,
	.lan-status > span,
	.lan-status > div {
		font-size: 12px;
		line-height: 20px;
	}	
	.header-1 {
		font-size: 36px;
	}
	
	.header-2 {
		font-size: 27px;
	}
	
	.header-3 {
		font-size: 16px;
	}
	.what-we-want p {
		margin: 10px 0 30px;
	}
	.want-three .col-md-4 {
		margin: 0 0 20px;
	}
	.lan-status {
		height:auto;
		padding:10px 0;
	}
}


@media (max-width: 480px) {	
	.lan-status,
	.lan-status > i,
	.lan-status > span,
	.lan-status > div {
		line-height: 26px;
	}
	.footer span {
		margin: 0 0 20px;
		display:block;
	}
}

/* theme */
.media-bttn {
	border:1px solid #fff;
	line-height:64px;
	font-size:20px;
	padding: 0 50px;
	color:#fff;
	display:inline-block;
}
.media-bttn:hover,
.media-bttn:active,
.media-bttn:focus {
    transition: all 0.4s linear;
	background-color:#fff;
	color:#000;
	text-decoration:none;
}

@media (max-width: 767px) {
	.media-bttn {
		border:1px solid #fff;
		line-height:64px;
		font-size:20px;
		padding: 0 50px;
		color:#fff;
		display:inline-block;
	}
}