@font-face {
    font-family:'Ubuntu';
    src: url('/style/fonts/Ubuntu Bold.eot');
	src: url('/style/fonts/Ubuntu Bold.eot?#iefix') format('embedded-opentype'),
		url('/style/fonts/Ubuntu Bold.woff2') format('woff2'),
		url('/style/fonts/Ubuntu Bold.woff') format('woff'),
		url('/style/fonts/Ubuntu Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'Ubuntu';
    src: url('/style/fonts/Ubuntu.eot');
	src: url('/style/fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
		url('/style/fonts/Ubuntu.woff2') format('woff2'),
		url('/style/fonts/Ubuntu.woff') format('woff'),
		url('/style/fonts/Ubuntu.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'Ubuntu';
    src: url('/style/fonts/Ubuntu Italic.eot');
	src: url('/style/fonts/Ubuntu Italic.eot?#iefix') format('embedded-opentype'),
		url('/style/fonts/Ubuntu Italic.woff2') format('woff2'),
		url('/style/fonts/Ubuntu Italic.woff') format('woff'),
		url('/style/fonts/Ubuntu Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2074;
} 

@font-face {
    font-family:'Ubuntu';
    src: url('/style/fonts/Ubuntu Light.eot');
	src: url('/style/fonts/Ubuntu Light.eot?#iefix') format('embedded-opentype'),
		url('/style/fonts/Ubuntu Light.woff2') format('woff2'),
		url('/style/fonts/Ubuntu Light.woff') format('woff'),
		url('/style/fonts/Ubuntu Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}
html {
	-webkit-text-size-adjust: none;
}

* {
	-webkit-touch-callout: none;
}

a { /* a instead of * because of strange error on safari */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #57575a;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.none {
	float: none !important;
}

.a_left {
	text-align: left !important;
}

.a_center {
	text-align: center !important;
}

.a_right {
	text-align: right !important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold !important;
}

.error {
	color: #FF0000;
}

.no_margin_top {
	margin-top: 0 !important;
}
.no_margin_bottom {
	margin-bottom: 0 !important;
}
.margin_top{
	margin-top: 25px;
}

.no_padding_top {
	padding-top: 0 !important;
}
.no_padding_bottom {
	padding-bottom: 0 !important;
}

.color_blue {
	color: #002e5f !important;
}

b, strong {
	font-weight: bold;
}

.light {
	font-weight: 300;
}

ul {
	padding-left: 20px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-weight: 700;
	margin: 0;	
	color: #000000;
}

h2 a {
	color: #000000;
}

h1 {
	font-family: 'Ubuntu', Arial, sans-serif;
	margin: 0;	
	color: #000000;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;	
}

h1 a {
	color: #000000;
}

h3 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;	
	font-family: 'Ubuntu', Arial, sans-serif;
	color: #000000;
}

h3 a{
	color: #000000;
}

h4 {
	margin: 0;
	font-size: 18px;	
	font-weight: bold;	
	font-family: 'Ubuntu', Arial, sans-serif;
	color: #000000;
}

h4 a{
	color: #000000;
}

body {
	background: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	color: #000000;
	font-family: 'Ubuntu', Arial, sans-serif;
	line-height: 1.7;
}

html {
	overflow: auto;
}

.wrap {
	overflow: hidden;
	min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
}

.site {
	width: 95%;
	max-width: 1171px;
	margin: 0 auto;
}

.clr {
	clear: both;
}

p{
	margin-top: 25px;
	margin-bottom: 0px;	
}
p:FIRST-CHILD{	
	margin-top: 0px;
}
.art_sub_title{
	color: #57575a;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
}
.art_left_photo {
	float: left;
	display: inline;
	margin-right: 10%;
	margin-bottom: 2%;
	width: 45%;
}

.art_right_photo {
	float: right;
	display: inline;
	margin-left: 10%;
	margin-bottom: 2%;
	width: 45%;
}

.art_content {
	float: left;
	width: 100%;
}
.art_content a{
	color: #57575a;
}
.art_content a:hover {
	color: #57575a;
}

.art_head {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.art_spacer {
	float: left;
	width: 100%;
	height: 21px;
}

.art_coll_left {
	float: left;
	width: 45%;
}

.art_coll_right {
	float: right;
	width: 45%;
}

.art_thumb {
	width: 52px;
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
}

.first_thumb {
	margin-left: 0px;
}

.art_photos {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.art_photos li {
	display: none;
}

.art_photos li:FIRST-CHILD {
	display: block;
}

.art_photos li img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.art_main {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.news_item {
	float: left;
	width: 31.66%;
	margin-left: 2.5%;
	margin-top: 9%;
}

.news_item:nth-child(3n+1) {
	margin-left: 0;
}

.news_item h2 {
	color: #f39000;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 6%;
}

.news_item_first {
	
}

.news_date {
	color: #d8dce1;
	font-size: 14px;
	font-weight: 500;
}

.news_detail {
	width: 95%;
	max-width: 770px;
	margin: 0 auto;
}

.news_detail_intro {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 6%;
}

.news_foto {
	margin-bottom: 6%;
}

.news_list_foto {
	height: 140px;
}

.news_foto_first {
	float: right;
	width: 65.83%;
	margin: 0;
}

.news_foto_first img {
	width: 100%;
	height: auto;
}

.news_item_first .news_item_text {
	float: left;
	width: 31.66%;
	font-size: 20px;
	line-height: 32px;
}

.news_cont_detail {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.error, .text_error_2 {
	color: #f00;
}

.text_error {
	border: 1px solid #FF0000;
}

input, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'Ubuntu', Arial, sans-serif;
	outline: none;
}



.search_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.search_list li {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.search_replace {
	font-weight: bold;
}

.input_form {
	background: #FFFFFF;;
	width: 100%;
	height: 46px;
	border: 1px solid #FFFFFF;
	color: #000000;
	padding: 0px 18px;
	font-size: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
}

.sel_form {
	background: #fff;
	width: 100%;
	height: 44px;
	border: 1px solid #c7c7c7;
	line-height: 1.8em;
	color: #9a9a9a;
	padding: 0 0 0 15px;
	font-size: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

.textarea_form {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1em;
	line-height: 1.7em;
	color: #000000;
	padding: 18px 18px;
	height: 132px;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	display: block;
}

.content_gray .input_form, .content_gray .sel_form, .content_gray .textarea_form{
	border-color: #fff;
}

.button {
	background-color: #57575a;
	border: none;	
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;	
	height: 55px;	
	padding: 0 50px;
	text-align: center;	
	text-transform: uppercase;
	line-height: 55px;
}
.button:HOVER, .button:FOCUS, .button:ACTIVE{
	color: #ffffff;
}
.white_button{
	background-color: #FFFFFF !important;
	color: #57575a;
}
.white_button:HOVER{
	color: #57575a;
}
.button_small {
	height: 27px;
	line-height: 27px;
	padding: 0 24px;
	text-transform: none;
}

.button_gray {
	background: #c7c7c7 !important;
}

.button_blue {
	background: #002e5f !important;
}

.button_icon {
	padding-right: 50px;
	position: relative;
}

.text_error {
	border: 1px solid #FF0000 !important;
}

.menu_menu {
	
}

.menu_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_menu > ul > li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	width: 50%;
	padding: 0px 4px;
	box-sizing: border-box;
}

.menu_menu > ul > li:FIRST-CHILD {
	
}
.menu_menu a {
	font-size: 26px;
	padding: 0px 18px;
	display: block;
	position: relative;
	z-index: 100;
	color: #ffffff;
	font-weight: 600;
	background-color: #57575A;
	width: 100%;
	box-sizing: border-box;
	line-height: 57px;
	height: 57px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu_menu a.menu_active{
	background-color: #C1AA10;
	position: relative;
}
.menu_menu .has_sub_menu.menu_active:AFTER{
	position: absolute;
	content: "";
	background-color: #C1AA10;
	
	top: 100%;
	height: 30px;
	left: 4px;
	right: 4px; 
}

.menu_menu .sub_menu {
	list-style: none;	
	position: absolute;
	top: 100%;
	z-index: 99;	
	max-height: 0px;
	overflow: hidden;
	background-color: #57575a;;	
	margin: 0px;
	padding: 0px 0px;	
	border-radius: 0px 0px 0px 0px;
	transition: max-height 0.28s; 
}
.menu_menu .active,.menu_menu .over .sub_menu {
	/* max-height: 600px; */
}
.menu_menu .sub_menu li {
	text-align: left;
	padding: 0 0px;	
}
/* .menu_menu .sub_menu li::before {
	content: ".";
	color: red;
} */
.menu_menu .sub_menu li:LAST-CHILD  {
	/* margin-bottom: 5px; */
}
.menu_menu .sub_menu li:FIRST-CHILD{
	/* margin-top: 5px; */
}

.menu_menu .sub_menu li a {		
	white-space : nowrap;
	display: block;			
}
.menu_menu .sub_menu li a:HOVER{
	
}

.menu_menu .sub_menu li a:BEFORE {
	/* content: "\00B7";
	margin-right: 8px;
	font-weight: bold;
	font-size: 30px;
	vertical-align: middle; */
}
/* .menu_menu .sub_menu li a:HOVER, .menu_menu .sub_menu li a.menu_active{
	color: #20519f;	
} */
.
hidden{
	display:none;
}
.ajax_form .col {
	margin-top: 0;
	margin-bottom: 0;
}

.ajax_form p, .row {
	margin-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	/*     max-width: 640px; */
}

.video-container iframe, .video-container object, .video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overflow_hidden {
	overflow: hidden;
}

.relative {
	position: relative;
}
/* Slider */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides {
    margin: 0 auto;
}
.rslides_container {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}
.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("/images/themes.gif") no-repeat left top;
    margin-top: -30px;
}
.centered-btns_nav:active {
    opacity: 1.0;
}
.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}
.transparent-btns_nav.next {
    left: auto;
    right: 0;
}
.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("/images/themes.gif") no-repeat left 50%;
    width: 38px;
}
.large-btns_nav:active {
    opacity: 1.0;
}
.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 9px;
    height: 9px;
}
/**/
/**/
.cd-top {
	display: inline-block;
	height: 55px;	
	width: 55px;
	position: fixed;
	bottom: 20px;
	right: 10px;	
  	/* image replacement properties */
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	background: transparent url(/images/go_top.png) no-repeat center 50%;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
  	transition: opacity .3s 0s, visibility 0s .3s;
  	z-index: 10;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {  	
	opacity: 1;
}
/**/
.app_slider ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.app_slider ul.app_slider_list li{
	display: none;
}

.slick-slider li{
	display: inherit;
}
.app_slider ul.app_slider_list li:FIRST-CHILD{
	display: block;
}
.app_slider ul.app_slider_list li img{
	display: block;
	width: 100%;
}
.app_slider ul.app_slider_thumb li{
	display: none;
	float: left;
	box-sizing: border-box;
	padding-right: 8px;
	padding-top: 8px;
}
.app_slider ul.app_slider_thumb li:FIRST-CHILD{
	display: block;
}
.app_slider ul.app_slider_thumb li img{
	display: block;
	width: 100%;
		
}
.app_slider ul.slick-slider li{
	display: block;
}
.app_slider ul.app_slider_thumb li img{
	border: 2px solid #ffffff;
}
.app_slider ul.app_slider_thumb li.slick-current img{
	border: 2px solid #231d08;
}

.read_more {
	background-color: #C1AA10;
	margin-top: 10px;
}
.read_more:AFTER {
	content: "";
	display: inline-block;
	margin-left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #ffffff;
	vertical-align: text-bottom;	
}