@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

*, *:after, *:before { border-box; box-sizing: border-box; }

html, body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #393939;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 400;
	line-height: 1.5em;
	color: #027FBF;
}

a:link { color: #027FBF; }
a:hover { color: #00A4F2; }
a:visited { color: #027FBF; }

.text-bold {
	font-weight: 500;
}

.justify {
	text-align: justify;
}

.text_mini {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

.text_small {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
}

.container, .container-fluid { padding-top: 20px; padding-bottom: 20px }

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-40 { margin-top: 40px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }
.padding-bottom-0 { padding-bottom: 0px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-top-0 { padding-top: 0px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.no-margin { margin:0; }
.no-padding { padding:0; }

.header_image_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 430px;
	overflow: hidden;
	display: flex;
    align-items: center;
}

.header_image_wrap_short {
	max-height: 250px;
}

.header_image {
	width:100%;
	height:auto;
}

.header_image_film {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.header_title {
	position: absolute;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 42px;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	padding-bottom: 30px
}

.header_title span {
	font-weight: 500;
}

.header_title p {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
}

.fasa {
	 background-color: #027FBF;
	 font-family: 'Roboto', sans-serif;
	 color: #FFF;
}

.fasa h4 {
	color: #FFF;
}

.footer {
	 background-color: #2D2D2D;
	 font-family: 'Roboto', sans-serif;
	 font-size: 12px;
	 font-weight: 400;
	 color: #878787;
	 text-align: center;
}

.footer_text_l {
	text-align: left;
}

.footer_text_r {
	text-align: right;
}

.footer-social-list {
	font-size: 18px;
}

.footer a:link {
color: #878787;
}

.footer a:hover {
color: #FFF;
}

.footer a:visited {
color: #878787;
}

.btn {
  padding: 8px 14px;
  margin-top: 7px;
  -webkit-border-radius: 3px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  transition: all 0.12s linear 0s !important;
  font-family: 'Roboto Condensed', sans-serif;
}
.btn:hover { color: #fff; }
.btn:active { color: #fff; }
.btn:focus { outline: none; }

.btn-white { padding: 10px 22px; background-color: #FFF;  border: 1px solid #FFF; color: #027FBF; font-size:17px }
.btn-white:hover { background-color: #00A4F2; border: 1px solid #FFF; color: #fff; }
.btn-white:active { background: #00A4F2 !important; color: #fff !important; }
.btn-white:focus { background-color: #00A4F2; color: #fff; }
.btn-white.disabled, .btn-white[disabled] { background-color: #FFF;}
.btn-white.disabled:hover, .btn-white[disabled]:hover { background-color: #FFF;}

.btn-default { background-color: #027FBF; color: #fff; }
.btn-default:hover { background-color: #00A4F2; color: #fff; }
.btn-default:active { background: #00A4F2 !important; color: #fff !important; }
.btn-default:focus { background-color: #027FBF; color: #fff; }
.btn-default.disabled, .btn-default[disabled] { background-color: #027FBF;}
.btn-default.disabled:hover, .btn-default[disabled]:hover { background-color: #027FBF;}

.menu_wrap {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	top: 380px;
	background-color: rgba(49,49,49,0.5);
}

.menu_wrap_short {
	top: 200px;
}

.menu {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 16px;
}

.menu a { color: #FFF; }

.menu ul {
    margin: 0;
    padding: 0;
}
.menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
	padding: 0px 30px;
    vertical-align: middle;
	/*border-left: thin solid rgba(255,255,255,0.20);*/
}

.menu li a {
    padding: 15px;
    display: block;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.mobile_menu {
	display: none;
}

.form {
	display: inline-block;
	margin: 0px;
	border: 1px solid #E5E9EC;
	font-family: 'Roboto Condensed', sans-serif;	
	width: 100%;
	padding: 10px 12px;
	border-radius: 0px;
	color: #000000;
	box-shadow: none !important;
}

.form-control {
	display: inline-block;
	margin: 0px;
	border: 1px solid #E5E9EC;
	font-family: 'Roboto Condensed', sans-serif;	
	width: 100%;
	padding: 17px 12px;
	border-radius: 0px;
	color: #000000;
	box-shadow: none !important;
}

.form-group {
  margin-top: 8px;
  margin-bottom: 20px;
  color: #000000; /*A7ABB1*/
  font-size: 14px;
}

.form-group .form-label {
  color: #55606e;
  display: inline-block;
  font-weight: 400;
}

hr {
    height: 1px;
    background-color: #ccc;
    width: 100%;
}

.photo {
	width:100%;
	height: auto;
}

input, textarea {
	 background-color: #F5F5F5;
}

.map-holder {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: -20px;
}
.map-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.video-container {
position: relative;
padding-bottom: 0px;
padding-top: 10px; 
overflow: hidden;
}

@media only screen and (max-width :767px) {
	
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 10px; height: 0; overflow: hidden;
}
	
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
html, body {
	font-size: 17px;
	line-height: 1.5em;
}

.text_mini {
	font-size: 15px;
	line-height: 1.5em;
}

.text_small {
	font-size: 13px;
	line-height: 1.4em;
}

.footer {
	 font-size: 13px;
}

.menu_wrap {
	display: none;
}
	
.menu {
		display: none;
}

.mobile_menu {
	display: block;
}

.footer_text_l {
	text-align: center;
}

.footer_text_r {
	text-align: center;
}

.header_image_wrap {
	width: 100%;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
}

.header_image_wrap_short {
	max-height: 180px;
}
	
.header_title {
	font-size: 24px;
	line-height: 1.4em;
	padding: 0px 10px;
}

.header_title span {
	font-weight: 500;
}

.header_title p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4em;
}
}