@charset "utf-8";
@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSansLight.ttf");
}
@font-face {
    font-family: "OpenSansCLight";
    src: url("../fonts/OpenSansCLight.ttf");
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSansCBold.ttf");
}


html {
	height: 100%;
}
body {
	font-family: "OpenSansCLight", Helvetica, sans-serif;
	font-size: 18px !important;
	margin: 0;
	height: 100%;
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-decoration: none;
}
h1, h2 {
	padding: 7px 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
p {
	margin: 0;
	padding: 0;
}
div a {
	outline: 0 none;
	text-decoration: none !important;
}
a:hover, a:focus {
	background: none;
	outline: none !important;
}
a:hover {
	background: none !important;
}
img {
	border: 0 none;
}
.clr {
	clear: both;
}
#container {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	width: 100%;
}
#main {
	text-align: center;
	padding: 0 !important;
	overflow: hidden;
}
.screen-center {
	width: 95%;
	max-width: 1200px !important;
	margin: 0 auto !important;
}
@media(max-width:768px) {
	.screen-center {
		text-align: center !important;	
	}
}
/*--------------------------------------------------------------------------------------------*/
#main {
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
}
#slide-menu {
	background: #fff;
	height: 100%;
	width: 300px;
	padding-left: 55px;
	text-align: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
@media (max-width: 992px) {
	#slide-menu {
		width: 240px;
	}
}
#slide-inner {
	position: relative;
	height: 100%;
	min-height: 568px;
	padding-top: 15px;
}
#lang-switcher a {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
#lang-switcher li.lang-active a {
	color: #666;
	border-bottom: none;
}
#logo {
	margin-top: 50px;
}
#menu ul {
	margin-top: 80px;
}
#menu ul li {
	margin-top: 10px;
}
#menu ul li a {
	font-size: 20px;
	color: #000;
	padding: 0;
}
#slide-bottom {
	position: absolute;
	bottom: 8px;
	left: 0;
}
#socials img {
	margin-right: 7px;
}
#copyright {
	font-size: 14px;
	margin-top: 30px;
}
#label {
	float: left;
	margin-top: 30px;
}
#label span {
	color: #666;
	display: block;
	font-family: "OpenSansLight";
	font-size: 10px;
	text-align: center;
}
@media (max-width: 600px) {
	#menu ul {
		margin-top: 10px;
	}
	#copyright {
		margin-top: 5px;
	}
	#label {
		margin-top: 5px;
	}
}
.slide-close {
	background: url(../images/slide-close.png) no-repeat;
	cursor: pointer;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#slide-open {
	background-image: url(../images/slide-open.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 46px;
	width: 70px;
	position: absolute;
	top: 60px;
	left: 95px;
	z-index: 99;
}
@media (max-width: 768px) {
	#slide-open, #vertical-logo {
		left: 5px !important;
	}
	#slide-open {
		top: 35px;
	}
}
#vertical-logo {
	position: absolute;	
	left: 95px;
	z-index: 95;
}
#vertical-logo img {
	width: 90%;	
}
@media (max-height: 600px) {
	#vertical-logo img {
		width: 70%;	
	}
}
@media (max-height: 500px) {
	#vertical-logo img {
		width: 50%;	
	}
}
/*-----------------------------------Slideshow------------------------------------------------------*/
.home-slideshow ul.slides li {
	overflow: hidden;
}
#slideshow {
	margin-top: 90px;
	position: relative;
}
.flexslider {
	background: none !important;
}
#slideshow ul.slides {
	display: flex;
	list-style: none;
	white-space: nowrap;
	padding: 0;
}
#slideshow ul.slides:after {
	content: "";
	clear: both;
	display: block;
}
#slideshow ul.slides li {
	float: left;
	width: auto !important;
	margin-right: 10px;
}
#slideshow ul.slides {
	transform: none !important;
}
#slideshow ul.slides li.clone {
	display: none !important;
}
#slideshow ul.slides li img {
	height: 400px;
	width: auto;
}
#slideshow ul.flex-direction-nav {
	float: right;
	position: relative;
	width: 130px;
	margin-top: 20px;
	margin-right: 60px;
	list-style: none;
}
.flex-prev, .flex-next {
	display: block;
	position: absolute;
	height: 65px !important;
	width: 65px !important;
	opacity: 1 !important;
	z-index: 900 !important;
}
.flex-prev, .flex-prev:hover {
	background: url(../images/slide-buttons-left.png) no-repeat center center !important;
	left: 0px !important;
}
.flex-next, .flex-next:hover {
	background: url(../images/slide-buttons-right.png) no-repeat center center !important;
	right: 0px !important;
}
.flex-prev:hover, .flex-next:hover {
	background-color: #eee !important;
}
/*--------------------------------------ARTICLE----------------------------------------------------*/

.item-page {
	background: #fff;
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin-top: 0;
	padding: 50px 30px 20px 50px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
}
@media (max-width: 992px) {
	.item-page {
		position: static;
		max-width: none	
	}
}
.item-page .page-header {
	border: none;
	margin: 0 0 38px;
	padding: 0;
}
.page-header h2 {
	margin: 0;
	padding: 0;
}
.blog {
	width: 84.37%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 100px;
	text-align: right;
}
@media (max-width: 768px) {
	.blog {
		width: 100%;
		padding: 100px 20px;
	}
	.contacts-top {
		padding: 0 20px !important;
		width: 100%;
	}
}


@media (min-width: 1230px) and (max-width: 1700px) {
	.blog .col-lg-4 {
		width: 50% !important;	
	}
}
@media (max-width: 1230px) {
	.blog {
		text-align: center;
	}
	.blog .col-sm-12 {
		width: 100% !important;	
	}
	.category-choose {
		text-align: center !important;
	}
}

.blog .item {
	display: inline-block;
	margin: 0 0 60px;
	max-width: 400px;
	width: 100%;
}
.blog .item:hover {
	background-color: #d9eeeb;
}
.blog .item img {
	max-width: 400px;
	width: 100%;
  	max-height: 290px;
}
.blog .page-header {
	margin: 0;
	padding: 0;
	text-align: left;
}
.blog .page-header h2 {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	margin-top: 20px;
	padding-bottom: 22px;
	color: #333;
	font-size: 30px;
}
.contacts-top {
	margin: 5px auto 0 auto;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	right: 0;
	padding: 0 100px;
	text-align: right;
	width: 84.37%;
}
.category-choose {
	/*position: absolute;
	top: 35px;
	right: 40px;
	z-index: 50;*/
	text-align: right !important;
}
.category-choose select {
	background: none;
	box-shadow: none !important;
	border: 1px solid #555;
	margin-bottom: 30px;
}
.category-choose .chzn-container {
	display: none !important;
}
@media (max-width: 420px) {
	.blog {
		padding-top: 165px;	
	}
	.category-choose {
		top: 95px;	
	}
}
select {
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	padding: 7px 0 9px 10px;
	width: 190px;
}
div .pull-left {
	float: none !important;
}
.item-page .item-image, .pager {
	display: none;
}
.chrono_credits {
	display: none !important;	
}
.gcore-input-wide, .gcore-input {
	width: 100% !important;
}
.form-group {
	margin-bottom: 30px !important;
}
.form-group:first-child {
	margin-top: 55px;
}
.c-padding-right  {
	padding-right: 200px;
}
@media (max-width: 992px) {
	.c-padding-right  {
		padding-right: 0;
	}
}
#content input {
	border-radius: 0;  
	border: 1px solid #ccc;
	width: 100% !important;
}
#content label {
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	font-size: 20px;
}
#content textarea {
	border-radius: 0;  
	border: 1px solid #ccc;
	height: 180px;
	width: 100% !important;
}
.submit-button {
	background: #ddd !important;
	border: none !important;
	color: #000 !important;
	font-size: 18px !important;
	margin-top: 7px !important;
	padding: 12px 0 10px !important;
	height: auto !important
}
.cat-children {
	display: none !important;
}
.btn-group {
	display: none !important;
}
.pagination {
	margin: 0 !important;
}
.pagination .counter {
	display: none;
}
.pagination .pagination-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination .pagination-list li {
	float: left;
	margin-right: 15px;
}
.pagination .pagination-list li a {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	color: #333;
	font-size: 24px;
}
.pagination .pagination-list li.active a {
	border-bottom: none;
}
.fancybox-skin {
	padding: 0 !important;
}
.fancybox-skin .fancybox-close {
	background: url(../images/slide-close.png) center center no-repeat;
	background-color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	height: 45px;
	width: 45px;
	top: 10px;
	right: 10px;
}
.fancybox-skin .fancybox-close:hover {
	background: url(../images/slide-close.png) center center no-repeat !important;
	background-color: rgba(255, 255, 255, 0.75) !important;
	cursor: pointer;
	height: 45px;
	width: 45px;
	top: 10px;
	right: 10px;
}
.place-card {
	display: none !important;
}

.show-info {
	background: url(../images/show-info.png) no-repeat center center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 37px;
	right: 100px;
	z-index: 90;
}
@media (max-width: 768px) {
	.show-info {
		right: 30px;
	}
}
.info-wrap {
	background: rgba(0,0,0,0.5);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 950;
} 
.article-info {
	background: #fff;
	box-shadow: 0 0 10px #000;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 20px 50px 20px;
	text-align: left;
}
.article-info img {
	display: none;
}
.article-info h2 {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}









.swiper-slide img {
	height: 400px;
	width: auto;
}
.direction-buttons {
	/*float: right;
	position: relative;
	width: 130px;
	margin-right: 60px;
	list-style: none;
	margin-top: -98px;*/
}

.swiper-button-prev, .swiper-button-next {
	display: block;
	position: absolute;
	height: 65px !important;
	width: 65px !important;
	opacity: 1 !important;
	z-index: 900 !important;
}
.swiper-button-prev, .swiper-button-prev:hover {
	background: none !important;
	left: 0px !important;
}
.swiper-button-prev:before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/slide-buttons-left.png) no-repeat center center !important;
}
.swiper-button-next, .swiper-button-next:hover {	
	background: none !important;
	right: 0px !important;
}
.swiper-button-next:before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/slide-buttons-right.png) no-repeat center center !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background-color: #eee !important;
}
@media (max-width: 768px) {
	.direction-buttons {
		position: static;	
	}
	.swiper-button-prev, .swiper-button-prev:hover {
		left: 60px !important;
	}
	.swiper-button-next, .swiper-button-next:hover {
		right: 60px !important;	
	}
	.swiper-button-prev, .swiper-button-next {
		width: auto !important;
		height: auto !important;
		padding: 10px;
	}
	.swiper-button-next:before, .swiper-button-prev:before {
		width: 40px;
		height: 40px;
	}
	/*.fancybox-overlay {
		display: none !important;
	}*/
}

    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: auto !important;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
@media(max-width: 768px) {
	.swiper-slide {
		width: 100% !important;
	}
	.swiper-slide img {
		height: auto !important;
		width: 100% !important;
	}
}
.swiper-button-disabled {
	display: none !important;
}