/*
Theme Name: 
Description:
Version: 1.0
Author: LunarNeco
Author URI: 
Text Domain: 
Tags:
License: 
License URI:
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro-Light.woff') format('woff'),
		url('fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamPro.woff') format('woff'),
		url('fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 24px;
    background-color: #dcdcdc;
    line-height: 1;
	background-position:top center;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

a {
	
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
    margin: 0;
}

embed, iframe, object, video {
    max-width: 100%;

}

a:hover, a:focus {
    text-decoration:none;
    outline:none;
	text-decoration:underline;
}

h1  , h2  ,h3  ,h4  ,h5  ,h6,
h1 a, h2 a,h3 a,h4 a,h5 a,h6 a{
	font-family: 'Gotham Pro';
	color: #003a78;
    font-weight: 300;
	margin-bottom:0;
	text-transform:uppercase;
}  

h1 { 
    font-size: 36px; 
    line-height: 1.3em;
    margin-bottom: 13px; 
}

h2 { 
    font-size: 28px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
}

h3 { 
    font-size: 24px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
}

h4 { 
    font-size: 18px; 
    line-height: 1.3em; 
    margin-bottom: 13px;
}

h5 { 
    font-size: 14px; 
    line-height: 1em; 
    margin-bottom: 13px;
}

h6 { 
    font-size: 12px; 
    line-height: 1em; 
    margin-bottom: 13px;
}

code{
    white-space: normal;
}

small, .small {
    font-size: 100%;
}

label{
    margin-bottom: 7px; 
    color: #768082;
    font-size: 13px;
    font-weight: normal;
}

p:empty{
    margin-bottom: 0px!important;
}
b,strong{
	font-weight:700;
}
img{
	max-width:100%;
}

p iframe{
	max-width:700px;
	width:100%;
}
code, blockquote{
	background-color: aliceblue;
	padding:20px;
}
/* =Input
-------------------------------------------------------------------------------------*/
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=number], 
textarea{
    font-size: 13px;
    padding: 9px 0px 9px 9px;
    color: #768082;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}
.container-fluid{
	max-width:1230px;
}
#header{
	background-color:#103d65;
}
#header .col-md-5, #header .col-md-4, #header .col-md-3{
	min-height:122px;
}
#header .col-md-5{
	width:44%;
}
#header .col-md-4{
	width:31%;
}
#header .col-md-5 img{
	float: left;
    margin: 9px 0 0 -3px;
}
#header .col-md-5 p{
	font-weight:700;
	color:#fff;
	font-size:21px;
	padding: 22px 0 16px 17px;
    letter-spacing: 0px;
    float: left;
    line-height: 25px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75);
}
#header .col-md-5 span{
	display:inline-block;
	color:#fff;
	font-size:10px;
	line-height:17px;
	border:1px solid #fff;
	padding:0 16px;
	margin: 2px 0 0 17px;
}
#header .col-md-4 div{
	max-width: 314px;
    margin: 12px auto;
}
#header .col-md-4 p{
	color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Gotham Pro';
	padding-top: 4px;
	display:block;
	padding-bottom: 16px;
}
#header .col-md-4 i{
	display:inline-block;
	width:21px;
	height:19px;
	background-image:url('images/icon_calendar_top.png');
	float:left;
}

#header .col-md-4 span{
	display: inline-block;
    padding-top: 4px;
    padding-left: 15px;
	font-weight:300;
}
#header .col-md-4 input{
	border-radius:unset;
	background-color:transparent;
	border:1px solid #526e92;
	max-width: 304px;
	width:100%;
    line-height: 22px;
    padding-right: 40px;
    display: block;
	font-size: 16px;
    font-family: 'Gotham Pro';
	color:#94a0bf;
	font-weight:300;
}
#header .col-md-4 input::placeholder{
	color:#94a0bf;
	font-size: 16px;
	font-weight:300;
	letter-spacing:-1px;
}
#header .col-md-4 input:-ms-input-placeholder{
	color:#94a0bf;
	font-size: 16px;
	font-weight:300;
	letter-spacing:-1px;
}
#header .col-md-4 input::-ms-input-placeholder{
	color:#94a0bf;
	font-size: 16px;
	font-weight:300;
	letter-spacing:-1px;
}
#header .col-md-4 form{
	position:relative;
}
#header .col-md-4 button{
	background-color:transparent;
	border:unset;
	background-image:url('images/icon_search_top.png');
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position: absolute;
    top: 11px;
    right: 23px;
}
#header .col-md-3{
	padding-left:0;
	padding-right:0;
	text-align: right;
}
#header .col-md-3 div{
	max-width: 276px;
}
#header .col-md-3 .v_big_font{
	color:#eebf11;
	font-family: 'Gotham Pro';
	font-size:18px;
	display:block;
	margin-top: 16px;
	letter-spacing: -1px;
}
#header .col-md-3 i{
	display:inline-block;
	width:31px;
	height:17px;
	background-image:url('images/icon_glaz.png');
	margin-top: 1px;
    float: left;
    margin-left: 1px;
	margin-right: 14px;
}
#header .col-md-3 .call_btn{
	color:#103d65;
	display:inline-block;
	margin-top:17px;
	line-height:41px;
	font-size:19px;
	font-family: 'Gotham Pro';
	background-color:#dcdcdc;
	font-weight:400;
	padding: 0 34px;
}
#header .col-md-3 .call_btn:hover, #header .col-md-3 .call_btn:focus{
	color:#fff;
	text-decoration:none;
	background-color:#1b6fb0;
}
#header .col-md-3 span{
	display:block;
	font-family: 'Gotham Pro';
	font-weight:300;
	text-align:right;
	color: #fff;
    font-size: 12px;
	padding-top: 8px;
}
.mobile_nav_btn{
	display:none;
	width:54px;
	padding:5px;
	cursor:pointer;
	float:right;
	margin: 18px 18px 0 0;
}
.clear{
	clear:both;
}
#header .mobile_nav_btn span{
	display:block!important;
	height:3px;
	margin:0;
	margin-bottom:8px;
	background-color:#fff;
	padding:0;
}
#navbar{
	background-color:#cb2726;
}
.navbar{
	min-height:49px;
	margin-bottom:0;
	border:unset;
	padding:0;
	margin:0;
	position:relative;
	z-index:2;
}
.navbar ul{
	display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.navbar ul li{
	list-style:none;
	display:block;
	position:relative;
	flex-grow: 1;
}
.navbar li ul{
	display:none;
	position:absolute;
	left:0;
	top:49px;
	background-color:#b51210;
	min-width:330px;
	padding:15px 0;
}
.navbar li.last ul{
	left:unset;
	right:0;
}
.navbar li:hover ul{
	display:block;
}
.navbar a{
	line-height:49px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:600;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75);
	position:relative;
}
.navbar a:before{
	content:' ';
	display:block;
	width:1px;
	height:32px;
	background-color:#fff;
	position:absolute;
	top:50%;
	margin-top:-16px;
	right:0;
}
.navbar a:hover{
	text-decoration:underline;
}
.navbar li ul a{
	font-size:14px;
	line-height:17px;
	padding: 5px 15px;
	text-shadow: unset;
	text-align:left;
}
.navbar li:last-child a:before{
	display:none;
}
#content, #page{
	margin-top:18px;
}
#content .row{
	min-height:500px;
}
#content .content, #page .page_content{
	background-color:#fff;
	padding:22px 0 18px 0;
	display:flex;
	min-height:765px;
}

.content > .col-md-4{
	width:30%;
	margin-top:18px;
}
.content > .col-md-8{
	width:70%;
	margin-top:5px;
}
.index_prev{
	padding:11px;
	background-color:#f4f4f4;
	font-size:14px;
	line-height:24px;
}
.index_prev img:first-child{
	margin-bottom:9px;
	width:100%;
}
.index_prev p{
}
.index_prev a{
	color:#045297;
	font-weight:700;
}
.content h1{
	font-size:25px;
	line-height:48px;
	color:#003a78;
}
.index-1 p{
	padding-top:12px;
	font-size: 14px;
	line-height: 24px;
}
#index_sidebar_bottom{
	min-height:435px;
	margin-top:18px;
}
.s_body, .s_head{
	background-color:#fff;
	display: flex;
}
.s_body{
	padding-bottom:20px;
}
.s_head{
	font-size:26px;
	color:#000;
	font-weight:300;
	padding: 35px 0 55px 0;
}
.s_title{
	display:none;
}
.s_head .col-md-5{
	text-indent:11px;
}
.s_head .col-md-4{
	color:#103d65;
}
.scroll-pane {
	width: 100%;
	height: 300px;
	overflow: auto;
	background-color:#fff;
}
.s_news{
	padding-top: 15px;
	padding-left: 12px;
}
.s_news span{
	display:block;
	color:#103d65;
	font-size:17px;
	font-weight:700;
	padding-bottom: 5px;
}
.s_news a{
	text-decoration:underline;
	color:#000;
	font-size:14px;
	line-height:24px;
	display:block;
	padding-right: 25px;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
.s_more{
	height:40px;
	padding-left:15px;
}
.s_more a{
	color:#103d65;
	font-size:17px;
	text-decoration:underline;
}
.s_src{
	overflow:hidden;
	padding-bottom:20px;
}
.s_src a{
	color:#000;
	font-size:14px;
	line-height:24px;
	text-decoration:underline;
	display:block;
}
.s_src b{
	display:inline-block;
	width:70px;
	float: left;
	text-align:center;
}
.s_src img{
    max-width: 35px;
}
.s_src span{
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-radius: unset;
	padding: 0;
    margin: 0;
}
.ui-widget-content{
	border:1px solid #103d65;
}
.ui-widget-header{
	border: unset;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	font-weight:300;
	color:#fff;
	background: unset;
	background-color:#103d65;
}
.ui-widget-header .ui-icon{
	background-image:url('images/calendar_arr.png');
	width:16px;
	height:16px;
}
.ui-icon-circle-triangle-w{
	background-position: 0 0;
}
.ui-icon-circle-triangle-e{
	background-position: -19px 0;
}
.ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	border: unset;
    background: unset;
    top: 2px;
    cursor: pointer;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#53555c;
	line-height:33px;
	text-align:center;
	padding: 0;
    margin: 0;
	border:unset;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-datepicker-today{
	color:#365a7e;
	background:unset;
	background-color:#9dabc4;
	border:unset;
	font-weight:700;
}
.ui-datepicker-today{
	color:#365a7e!important;
	background-color:#9DABC4!important;
	border:unset;
	font-weight:700!important;
	opacity:1!important;
}
.ui-datepicker table{
	margin:0;
}
.ui-datepicker-calendar thead{
	display:none;
}
.ui-widget-header .ui-state-hover{
	opacity:0.5;
}
#index_sidebar_bottom a:hover{
	text-decoration:none;
}
#footer{
	margin-top:16px;
	min-height:235px;
	background-color:#103d65;
}
#footer ul{
	display:flex;
	flex-direction: row;
    justify-content: space-between;
}
#footer li{
	padding: 32px 13px
}
#footer li a{
	color:#fff;
	font-size:14px;
	font-family: 'Gotham Pro';
	font-weight:400;
}
#footer .col-md-1{
	text-align:center;
}
#footer p{
	color:#fff;
	font-size:17px;
	line-height:24px;
	font-weight:300;
	opacity:0.5;
	padding: 6px 0 40px 37px;
}
#footer p a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.creator{
	text-align:center;
	padding-bottom:42px;
}
.creator a{
	color:#eebf11;
	font-size:15px;
}
.gr_top{
	display:none;
}
.mobile_nav_content{
	display:none;
}
.nav_bar_page{
	margin-left: 15px;
    border: 3px solid #f4f4f4;
	padding-bottom: 14px;
}
.nav_bar_page_head{
	background-color: #f4f4f4;
    color: #003a78;
    font-size: 19px;
    text-transform: uppercase;
    padding: 14px 0 14px 8px;
}
.nav_bar_page ul{
	padding-left: 22px;
    padding-top: 16px;
}
.nav_bar_page li a{
	font-size:16px;
	color:#103d65;
	min-height: 40px;
    line-height: 24px;
    padding-right: 33px;
	text-decoration: underline;
	position:relative;
	display:block;
	padding-bottom: 8px;
    padding-top: 8px;
}
.nav_bar_page li.active a{
	color:#cb2726;
}
.nav_bar_page li a:before{
	content:'>';
	display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    margin-top: -5px;
    width: 12px;
    text-align: center;
    font-weight: 700;
    background-color: #103d65;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: 2px;
}
.nav_bar_page li.active a:before{
	background-color:#cb2726;
}
.nav_bar_page li:hover a{
	color:#cb2726;
}
.nav_bar_page li:hover a:before{
	background-color:#cb2726;
}
.page_title{
	font-family: 'Gotham Pro';
	color: #003a78;
    font-size: 30px;
    font-weight: 300;
    padding: 21px 0;
    padding-left: 14px;
	margin-bottom:0;
}
.gal_page_row{
	padding:0px 15px;
}
.alb_row a, .alb_c_row a{
	display:block;
}
.alb_c_row{
	padding-bottom:18px;
	padding-left:9px;
	padding-right:9px;
}
.alb_row a span{
	display: block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 0;
}
.page_nav{
	padding-top: 70px;
}
.page_nav ul{
	display:flex;
     justify-content: center;
}
.page_nav li{
	line-height:38px;
	margin: 5px;
}
.page_nav li a{
	display:block;
	background-color:#103d65;
	text-align:center;
	width:38px;
	line-height:38px;
	color:#fff;
	font-size:18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.page_nav li a.active{
	background-color:#9dabc4;
}
.page_nav li a:hover,.page_nav li a:focus{
	background-color:#9dabc4;
	text-decoration:none;
}
.p_date{
	display:block;
	font-size:18px;
	color:#0f3d65;
	padding:18px 0;
}
.page_single_content{
	color:#000;
	font-size:14px;
	line-height:24px;
}
.openForm{
	overflow:hidden;
}
.contact_form{
	z-index:101;
	position:fixed;
	overflow:auto;
	display:none;
}
.contact_form, .contact_form_bg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
}
.contact_form_bg{
	background-color:#636462;
	opacity:0.84;
	position:fixed;
	z-index:2;
}
.openForm .contact_form{
	display:block;
}
.contact_form_content{
	background-color:#fff;
	max-width:400px;
	padding:40px 25px;
	margin:70px auto;
	position:relative;
	z-index:3;
}
.f_title{
	text-align:center;
	font-weight:900;
	font-size:31px;
	text-align:center;
	color:#103d65;
}
.contact_form_content p{
	color:#000;
	font-size:10px;
	line-height:18px;
	font-weight:300;
	padding:25px 0;
}
.ajax_form input, .ajax_form select, .ajax_form textarea{
	border-radius: unset;
    border: 1px solid #b5b5b5;
}
.ajax_form .control-label{
	color:#000;
	font-size:17px;
	font-weight:300;
}
.ajax_form  label{
	padding-left:10px;
}
.ajax_form .agree_check label{
	padding-left: 0;
    font-size: 10px;
    font-weight: 300;
    color: #000;
}
.agree_check input{
	margin-left:5px!important;
	margin-top: 0!important;
}
.ajax_form .btn{
	float:none!important;
	margin:0 auto;
	border-radius:unset;
	background-color:#103d65;
	color:#fff;
	font-size:14px;
}
.s_btn{
	text-align:center;
}
.g-recaptcha > div{
	margin:0 auto;
}
.news_page_item{
	color:#666666;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	padding-bottom:25px;
}
.news_page_item .col-md-4{
	padding:0;
	margin:0;
}
.new_i_title{
	color:#000;
	font-size:18px;
	display:block;
	line-height:22px;
	padding:0 0 10px 0;
	text-decoration:none;
	font-weight:600;
}
.new_i_title:hover{
	text-decoration:underline;
	color:#000;
}
.pdate{
	color:#4078a4;
	padding-top:15px;
}
#lbBottomContainer{
	z-index:999!important;
}
.page_single_content li{
	position:relative;
}
.page_single_content ul li:before{
	position: absolute;
    display: block;
    content: '.';
    top: 4px;
    left: -15px;
    color: #b51210;
    font-size: 36px;
    line-height: 10px;
    font-weight: 900;
}
.page_single_content p{
	padding-bottom:15px;
}
.page_single_content ul ul{
	padding-left:25px;
	padding-bottom:15px;
}
.page_single_content ol ol{
	padding-left:25px;
	padding-bottom:15px;
}
.sisea-results, .sisea-result-pages{
	display:none;
}
.sisea-paging{
	display: flex;
    justify-content: center;
}
.sisea-paging span{
	line-height: 38px;
    margin: 5px;
}
.sisea-paging a, .sisea-current-page{
    display: block;
    background-color: #103d65;
    text-align: center;
    width: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sisea-current-page, .sisea-paging a:hover{
    background-color: #9dabc4;
	text-decoration:none;
}
.sisea-result{
	padding-bottom:20px;
}
.v_big_font .content, .v_big_font .gal_page_row, .v_big_font .page_single_content, .v_big_font .page_single_content p, .v_big_font .page_single_content li, .v_big_font .page_single_content span, .v_big_font .news_page_item, .v_big_font .new_i_title, .v_big_font .index_prev,
.v_big_font .s_news a, .v_big_font .s_src span{
	font-size:28px!important;
	line-height: 30px;
	color:#000!important;
	text-align:left!important;
}
.v_big_font a.v_big_font{
	color:#dcdcdc!important;;
}
.v_big_font .content img, .v_big_font .gal_page_row img, .v_big_font .page_single_content img, .v_big_font .news_page_item img, .v_big_font #header .col-md-3 i{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.justifyleft{
	text-align:left!important;
}
.justifyright{
	text-align:right!important;
}
.justifyfull{
	text-align:justify!important;
}
.jGrowl-message{color:#000!important;}
.page_single_content .agree_check{
    margin-top: 0;
    font-size: 18px;
}
.page_single_content .agree_check label{
    font-size:18px;
}
.page_single_content .agree_check input{
    margin-top: 10px!important;
}
.page_single_content .contact_form{
    position: relative;
    display: block;
}
.page_single_content .contact_form_content{
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.sf_msg{
    display:none;
    font-size:24px;
}
.sf_msg p{
    font-size:24px;
    
}
.close_pop_up{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.close_pop_up:hover{
    color:#103d65;
}
.error_agreetoengine{
    display:block;
}