/* general */ 
 
html, body {
  background: #fff;
}

body {
	background: #fff url('/img/b-back-g.jpg') no-repeat;
	background-position: top center;	
	color: #000;	
	font-size: 15px;  
	font-family: 'Arial', sans-serif;	  
}

#kronoki-load {
	position: fixed; 
	left: 0; 
	top: 0;
	right: 0;
	bottom: 0; 
	background: #fff;
	z-index: 1001;
}

#kronoki-load .fa {
	font-size: 70px;
	position: absolute; 
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
}

#kronoki-load .preloader {
	position: absolute; 
	left: 50%;
	top: 50%;
	margin: -9px -70px -9px -70px;
}

.fa {
	margin-right: 4px;
}

h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', sans-serif;	
}

h1 {
	color: #e3201e;
	font-size: 33px;
	font-weight: 400;
}

h2 {
	color: #5e5e5e;
	font-size: 25px;
	font-weight: 400;
}

h3 {
	font-size: 22px;
	margin-top: .9rem;	
}

h4 {
	font-size: 17px;
	font-weight: 400;	
}

a {
	color: #5a5a5a;	
}

a.btn {
	background-color: #e3201e;
	border: 0px;
	color: #fff !important;	
	font-weight: normal !important;
}

a:hover {
	color: #b90100;
	text-decoration: none;
}
.detail-text a {
	color: #970100;	
	font-weight: bold;
}

.detail-text a:hover {
	color: #707070;	
}

a.wallp {
	white-space: nowrap;
}

p {
	color: #2d2d2d;		
	margin-bottom: .6rem;
}

p a, form a {	
	text-decoration: underline;
}

ol, ul {
	padding-left: 15px;
}


/* header */ 

.header {
	color: #fff;
	line-height: 1.2em;
}

.top-container {
	height: 243px;	
}

.top-logo {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);	
	display: block;
	height: 229px;	
	width: 140px;
	position: absolute;
}

.top-logo img {
	height: 229px;	
	width: 140px;
}

.add-logo-container {
	flex-direction: row;		
	justify-content: flex-end;
}

.add-logo {
	margin-top: 10px;
	margin-right: 20px;
	flex-shrink: 1;
}

.add-logo-r {
	margin-right: 32px;
}

.add-logo img {
	width: auto;
}

.search-icon {
	margin-top: 18px;
}

.search-icon .fa-search {
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
}

.search-icon:hover, .en-version:hover, , .ru-version:hover {
	color: #fff;
}

.en-version, .en-version a, .ru-version, .ru-version a  {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;		
	font-size: 20px;
	margin-top: 18px;	
	margin-left: 10px;
}

.en-version {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;		
	font-size: 20px;
	margin-top: 18px;	
	margin-left: 10px;
}


/* top-menu-1 */ 
.top-with-dropdown-1 {
	margin-top: 153px;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 22px;	
	font-family: 'PT Sans Narrow', sans-serif;	
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

/* top-menu-2 */ 
.top-with-dropdown-2 {
    background: #009000 url('/img/t-menu-back.jpg');	
	background-position: top center;	
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
	font-size: 22px;	
	font-family: 'PT Sans Narrow', sans-serif;	
	letter-spacing: 1px;	
	padding-left: 13px;
	padding-right: 13px;	
}

.navbar {
	padding-top: 2px; 
	padding-bottom: 2px;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-nav .active {
	font-weight: 700;
}

.navbar-nav>.dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar-nav>.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-nav>.dropdown>.dropdown-menu {
	background-color: transparent;
	border-width: 0px;
	border-radius: 0px;
	margin-top: 0;
	padding: 0;	
}

.navbar-nav>.dropdown>.dropdown-menu>.dropdown-item {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);		
	color: #242914;
    display: block;
	font-family: 'PT Sans Narrow', sans-serif;		
	font-size: 18px;
	opacity: 0.9;	
    padding: .6rem .9rem .7rem .9rem;
	margin-bottom: 2px;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav>.dropdown>.dropdown-menu>.dropdown-item:hover {
	background-color: #d0e997;
}

.navbar-nav>.dropdown>.dropdown-menu>.dropdown-item.active, .navbar-nav>.dropdown>.dropdown-menu>.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5cab16;
}

/* chain */ 

/* map */ 

.areas {
    display: none;
    border: 1px solid #777;
    padding: 10px;
    width: 300px;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    text-align: left;
}

.areas h2 {
	font-size: 16px;
	font-weight: bold;
}

.areas p {
margin: 0px 0px 5px 0px;
}

.areas p:last-child {
margin-bottom: 0px;
}

.area1 {
	top: 190px;
	left: 40px;
}

.area2 {
	top: 170px;
	left: 40px;
}

.area3 {
	top: 230px;
	left: 40px;
}

/* main */ 

 .main .content {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);		
}

.nav-left {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;	
}

.nav-left .nav-item {
	border-bottom: 1px solid #ccc;	
}

.nav-left .nav-item .fa {
	color: #b90100;
}

.nav-left a {
	color: #000;
}

.nav-left a:hover {
	color: #b90100;
}

.nav-left .active {
	color: #e3201e;
	font-weight: 700;
}

.sub-left {
	font-size: 17px;
	border-bottom: 1px solid #ccc;		
}

.mobile-sub-menu {
	border: 1px solid #d7d7d7;
}

.mobile-sub-menu .sub-left, .mobile-sub-menu .nav-left .nav-item {
    border-bottom: 0px;
}

#topMainCarousel h1 {
	color: #fff;
}

#topMainCarousel .carousel-item {
	padding-left: 0px;
	padding-right: 0px;	
}

#topMainCarousel .carousel-control-next, #topMainCarousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    color: #777;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

#topMainCarousel .carousel-control-next:hover, #topMainCarousel .carousel-control-prev:hover, #mainCarousel .carousel-control-next .fa:hover, #mainCarousel .carousel-control-prev .fa:hover {
	color: #c40008;
}

#topMainCarousel .carousel-control-next .fa, #topMainCarousel .carousel-control-prev .fa {
	font-size: 25px;
	margin: 0px;
}

#topMainCarousel .carousel-text {
	color: #fff; 
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 20px; line-height: 120%; 
	margin: 20px 30px; 
	position: absolute; 
	text-shadow: 1px 1px 2px #000000; 
	width: 60%;
}

#topMainCarousel .carousel-control-prev, #mainCarousel .carousel-control-prev {
	left: -40px;
}

#topMainCarousel .carousel-control-next, #mainCarousel .carousel-control-next {
	right: -40px;
}

#mainCarousel .carousel-control-next, #mainCarousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 50px;
    z-index: 1;
    width: 40px;
    color: #777;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

#mainCarousel .carousel-control-next .fa, #mainCarousel .carousel-control-prev .fa {
	font-size: 25px;
	margin: 0px;	
}

#mainCarousel .carousel-item {
	padding: 0px;
}

#mainCarousel .carousel-item .col-md-3 {
	height: 100%;
	padding: 0px 3px;
}

#mainCarousel .carousel-item .col-md-3:first-child {
	padding-left: 0px;
}

#mainCarousel .carousel-item .col-md-3:last-child {
	padding-right: 0px;
}

.fa-th-list {
	color: #b90100;
	font-size: 75%;
}

.main-map {
	background-color: #f1f1f1;
}

.img-align-left, .img-align-center, .img-align-right {
	margin-bottom: 15px;
}

.img-align-left img, .img-align-center img, .img-align-right img {
	border: 2px solid #ccc;
}

.img-align-left {
	text-align: left;	
}

.img-align-center {
	text-align: center;
}

.img-align-right {
	text-align: right;
}

.table-in {
	overflow-x: auto; 
	margin: 20px 0px;
}

.table-kr th {
	background-color: #e4e4e4;
	border-color: #b0b0b0;	
}

.table-kr td {
	border-color: #b0b0b0;
}

.table-kr .c {
	text-align: center;
}

.table-kr .r {
	text-align: right;
}

.table-kr .m {
	vertical-align: middle;
}


.add-photo img {
	border: 2px solid #ccc;		
}

.card {
	display: block;
	border-radius: 0px;
	border: 0px;
}

.card .wrapper {
	overflow: hidden;
}

.card .wrapper img {
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.card:hover .wrapper img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.card-text {
	color: #fff !important; 
	font-size: 25px; line-height: 120%; 
	margin: 20px 30px; 
	position: absolute; 
	text-shadow: 1px 1px 2px #000000; 
	z-index: 200;
}

.card-text h2 {
	color: #fff; 
	font-size: 35px !important; 	
}

.card-text a {
	color: #fff; 
}

.card-text a:hover {
	color: #fffca5;
}

.card-text a.map {
	color: #000; 
	font-size: 33px; 
	text-shadow: none; 	
}

.card-text a.map:hover {
	color: #b90100;
}

.card-n .fa, .card-g .fa {
	color: #b90100;
}

.card-n h2 {
	color: #5a5a5a;	
}

.card-n h2 a {
	color: #5a5a5a;	
}

.card-n h2 a:hover {
	color: #b90100;
}

.card-n .news-date {
	color: #5a5a5a;	
}

.card-v {
	background: #d6d6d6 url('/img/gl-back.jpg');	
}

.card-v h2 {	
	color: #000;
	font-size: 20px;
	margin-bottom: 0px;
}

.card-v a {
	color: #000;	
	color: #fff;
}

.card-v a:hover {
	color: #fffca5;
}

.card-g {
	background: #d6d6d6 url('/img/gl-back.jpg');	
}

.card-g h2 {
	color: #000;
	font-size: 20px;
	margin-bottom: 5px;
}

.card-g h3 {
	color: #616161;	
	font-size: 19px;
}

.card-g p {
	font-size: 13px;
}

.card-img-top {
	border-radius: 0px;
    width: 100%;
}

.card-body { 
  padding: 0.7rem;
}

.card-dv {
	background: #d6d6d6 url('/img/gl-back.jpg');
}

.pagination {
	margin-bottom: 20px;
}

.pagination .fa {
	margin-right: 0px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ececec;
}

.page-item.active .page-link {
    background-color: #b90100;
	border: 1px solid #ce6f6f;	
}

.page-item.disabled .page-link {
    background-color: #ececec;
}

.page-link {
	color: #000;
}

.page-link:hover {
	color: #b90100;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 0px;
}

.video-article iframe {
	border: 0px;
	height: 445px;
	width: 792px;
}

#airpano_frame {
	height: 509px;
	width: 792px;
}

.detail-photo-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.add-info, .docs {
	background: #e1f7d1;		
	font-style: italic;
	margin: 5px 0px 15px 0px;
	padding: 10px;
}

.add-request {
	background: #e1f7d1;
	margin: 5px 0px 15px 0px;
	padding: 10px;
}

.add-info p:last-child, .docs p:last-child {
	margin-bottom: 0px;
}

.form-add-info {
	font-weight: bold;
	border-bottom: 1px solid #b7e1cd;
	padding-bottom: 5px;
}

.cordon-shedule {
	height: 133px;	
	width: 100%;
}

.table-shedule th, .table-shedule td {
	border: 1px solid #c7c7c7;	
	padding: 0;
	text-align: center;	
}

.table-shedule a {
	cursor: default;	
	display: block; 
	height: 100%; 
	padding: 0.25rem; 
	width: 100%;
}

.table-shedule td {
	padding: 0.25rem;
}

.table-shedule .free, .cordon-free {
	background-color: #daeee5;
}

.table-shedule .free:hover {
	background-color: #b3e0cc;
}

.table-shedule .pfree {
	background-color: #f8f4cb;
}

.table-shedule .pfree:hover {
	background-color: #e9e4b2;
}

.selfirst {
	background-color: #b3e0cc;
}

.table-shedule .engaged {
	color: #fff;
	background-color: #f9a1a1;
}

.table-shedule .engaged:hover {
	color: #fff;
	background-color: #ee8f8f;
	cursor: not-allowed;
}

.cordon-pfree {
	color: #f0eaae;
}

.cordon-free {
	color: #daeee5;
}

.cordon-engaged {
	color: #f9a1a1;	
}

.form-control {
	border-radius: 0px;
	border-color: #ccc;
}

option.excursion {
	display: none;
}

.control-required {
	color: #ff0000;
}

.lightback {
	background-color: #7ab3db !important; 
	color: #122959 !important;
}

.bootstrap-datetimepicker-widget {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);		
	list-style: none;
}

/* video-in */
.video-container {
	background-color: #000; 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; height: 0px; 
	width: 100%; 
	overflow: hidden; 
	margin-bottom: 20px;
}
	
.video-container iframe {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}

.search-page h3 .fa {
	color: #b90100;
}

.search-item {
	margin-bottom: 10px;
}

.search-preview {
	margin-bottom: 5px;
}

.search-advanced-result, .search-item-date {	
	color: #5a5a5a;
	font-size: 13px;
}

/* footer */

.footer {
  background: #b4b4b4;
  padding: 20px 0 20px 0px;
  color: #000;
  font-size: 12px;
}

.footer p {
	margin-bottom: .3rem;
}

.footer a {
	color: #000;
}

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

.footer-partners img {
	margin-right: 15px;
	height: auto;
	width: 40px;	
}

.footer-social-icons {
	margin-left: 10px;
}

.icon, .footer-mail .icon {
	background-color: #363636;
	color: #fff;
	padding: 4px 7px;	
}

.icon:hover, .footer-mail .icon:hover {
	background-color: #b90100;
	color: #fff;
}

.icon .fa, .footer-mail .icon .fa {
	margin-right: 0px;	
	color: #fff;
}

.footer-phone {
	font-size: 16px;
	font-weight: 700;
}

.footer-phone {
	text-decoration: none;
}


/* min 992px max 1200px*/
@media (min-width: 992px) and (max-width: 1200px) {		
	
	.add-logo {
		margin-right: 5px;
	}

	.add-logo-r {
		margin-right: 0px;
	}	
	
}

/* max 992px */
@media (max-width: 992px) {
	
	body {
		background: #fff url('/img/l-back-g.jpg') no-repeat;		
		background-position: top center;
		background-size: auto 140px;		
	}

	.add-logo-container {
		padding-top: 10px;
		justify-content: center;
		padding-left: 140px;		
	}

	.add-logo {
		margin-top: 95px;
		margin-right: 30px;
	}		
	
	.add-logo img {
		height: 35px;
	}	

	.top-container {
		height: 130px;	
	}

	.top-logo, .top-logo img {
		height: 130px;	
		width: auto;
	}	

	.chain {
		font-size: 13px;
	}

	.chain span {
		color: #000;
		opacity: 0.8;
	}

	.chain, .chain a {
		color: #000;
	}	
	
	#topMainCarousel .carousel-text {
		font-size: 17px; line-height: 100%; 
		margin: 20px; 
		width: 90%;		
	}	

	#topMainCarousel .carousel-text h1 {
		font-size: 23px; 
	}	
	
}

/* max 768px */
@media (max-width: 768px) {
	
	body {
		background-size: auto 110px;
	}	
	
	.add-logo {
		margin-top: 70px;
		margin-right: 20px;
	}	
	
	.add-logo-container {
		padding-left: 100px;		
	}	

	.add-logo img {
		height: 30px;
	}		
	
	h1 {
		font-size: 27px;
	}	
		
	.detail-text img, .add-photo img {
		width: 100%;
	}

	.top-container {
		height: 100px;	
	}

	.top-logo, .top-logo img {
		height: 100px;	
		width: auto;
	}
	
	#topMainCarousel .carousel-text {
		font-size: 15px; line-height: 100%; 
		margin: 20px; 
		width: 90%;		
	}	

	#topMainCarousel .carousel-text h1 {
		font-size: 20px; 
	}	
	
}

/* max 576px */
@media (max-width: 576px) {

	.top-container {
		height: 100px;	
	}
	
	.top-logo, .top-logo img {
		height: 100px;	
		width: auto;
	}

	.add-logo-container {
		padding-left: 80px;
	}
	
	.add-logo {
		margin-bottom: 7px;		
		margin-top: 70px;
		margin-right: 5px;
	}
		
	#topMainCarousel .carousel-text {
		font-size: 12px; line-height: 100%; 
		margin: 10px; 
		width: 90%;		
	}	

	#topMainCarousel .carousel-text h1 {
		font-size: 15px; 
	}	

	#topMainCarousel .carousel-control-next, #topMainCarousel .carousel-control-prev {
		display: none;
	}	
	
	#mainCarousel .carousel-control-next, #mainCarousel .carousel-control-prev {
		display: none;
	}	

}

/* max 440px */
@media (max-width: 440px) {

	.add-logo img {
		height: auto;
	}	

}
/* offcanvas menu */
#offcanvas-toggler {float: none;}	
#offcanvas-toggler i {background-color: #fff; color: #686868; font-size: 30px; margin-top: 10px; padding: 10px 12px;}
#offcanvas-toggler i:hover {background-color: #d3d3d3;}
.offcanvas-overlay {
	display: none;
	position: fixed; 
	left: 0; 
	top: 0;
	right: 0;
	bottom: 0; 
	background: rgba(0, 0, 0, 0.5); 
	z-index: 100;
}	
.m-bars {float: right;}
body:before {content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.6); opacity: 0; z-index: -1; -webkit-transition: all .3s; transition: all .3s;}
body.offcanvas .body-innerwrapper {right: 320px;}
.close-offcanvas {position: absolute; top: 15px; right: 15px; z-index: 1; border-radius: 100%; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #fff; background: rgba(0, 0, 0, 0.2);}
.close-offcanvas:hover {background: rgba(0, 0, 0, 0.5); color: #fff;}
.close-offcanvas .fa {margin-right: 0px;}
.offcanvas-menu {background-color: #009000; font-size: 13px; width: 320px; height: 100%; position: fixed; top: 0; right: -320px; color: #fff; z-index: 99999; overflow-y: scroll; -webkit-transition: right .35s; transition: right .35s; -webkit-transition-timing-function: ease-in-out;  transition-timing-function: ease-in-out;}
.offcanvas .offcanvas-menu {right: 0;}
.offcanvas {width: 100%; height: 100%;}
.offcanvas-menu .offcanvas-inner {padding: 0px;}
.offcanvas-menu .offcanvas-inner .title {text-transform: uppercase; font-size: 16px;}
.dropdown-items {padding-left: 0px;}
.offcanvas-menu .offcanvas-inner ul > li {border: 0; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.offcanvas-menu .offcanvas-inner ul > li a {-webkit-transition: all .3s; transition: all .3s; padding: 10px 12px; color: #fff; text-transform: uppercase; display: block;}
.offcanvas-menu .offcanvas-inner .active > a {background-color: #c40008;}
.offcanvas-menu .offcanvas-inner ul > li a.search-a {background-color: rgba(0,0,0,0.1);}
.offcanvas-menu .offcanvas-inner ul > li a:hover {background-color: rgba(0,0,0,0.4);}
.offcanvas-menu .offcanvas-inner ul > li ul > li:last-child{border-bottom: none;}
.offcanvas-menu .offcanvas-inner ul > li .offcanvas-menu-toggler {display: inline-block; position: absolute; top: 0; right: 0; padding: 10px 20px; cursor: pointer;}
.offcanvas-menu .offcanvas-inner ul > li .offcanvas-menu-toggler .fa-plus {display: none;}
.offcanvas-menu .offcanvas-inner ul > li .offcanvas-menu-toggler .fa-minus {display: inline;}
.offcanvas-menu .offcanvas-inner ul > li .offcanvas-menu-toggler.collapsed .fa-plus {display: inline;}
.offcanvas-menu .offcanvas-inner ul > li .offcanvas-menu-toggler.collapsed .fa-minus {display: none;}
.offcanvas-menu .offcanvas-inner ul > li > a:after {display: none;}
.offcanvas-menu .offcanvas-inner ul > li ul {background: rgba(0, 0, 0, 0.1); list-style-type: none;}
.offcanvas-menu .offcanvas-inner ul > li ul li {padding-left: 15px;}
.offcanvas-menu .offcanvas-inner :first-child {margin-top: 0;}
.offcanvas-menu .offcanvas-inner > ul {margin: 20px -20px; list-style-type: none;}
.offcanvas-menu .offcanvas-inner .search {margin-top: 40px;}
.offcanvas-menu .offcanvas-inner .search input {width: 100%; border-radius: 0; border: 0; box-shadow: none; -webkit-box-shadow: none;}