@font-face {
    font-family: Gotha;
    src: url(fonts/GothaProReg.otf);
    font-family: GothaBold;
    src: url(fonts/GothaProBol.otf);
}
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 300px;
}
.navbar {
	background-color: white;
	border: none;
	font: 24px Gotha, sans-serif;
	font-weight: bolder;
	margin: 23px 0px;
}
#menu  a {
	color: #323232;
	text-decoration: none;
	
}
#menu  li:last-of-type a {
	padding-right: 0px;
	margin-right: -15px;
}
#menu a:hover {
	color: #636363;
}
#menu #selected {
	color: #009cff;
}
.after_menu {
	border-bottom: 2px solid #ececec;
}
/*../HEADER......................................................*/
/*..BREAD CRUMB...........................................*/
.breadcrumb {
	background-color: white;
	height: 70px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.breadcrumb li {
	margin-top: 16px;
}
.breadcrumb a {
	color: #009cff;
	font: 12px Gotha, sans-serif;
	text-decoration: none;
}
.breadcrumb li:last-of-type a {
	color: #9f9f9f;
}
.breadcrumb > li + li:before {
	content: "- ";
	color: #9f9f9f;
}
/*../BREAD CRUMB...........................................*/
/*..PAGE NAME..............................................*/
.page_name {

	margin-top: 0px;
	font: 48px Gotha, sans-serif;
	font-weight: bolder;
	margin-left: -3px;
}
/*../PAGE NAME...........................................*/
/*..CONTENT..............................................*/
.content {
	font: 17px Gotha, sans-serif;
	margin-bottom: 80px;    line-height: 23px;
}
.content_sidebar {
	padding-left: 0px;
}
.content_sidebar ul {
	border-left: 2px solid #ececec;
	list-style-type: none;
	padding-left: 20px;
}
.content_sidebar a {
	font-size: 24px;
}
/*for ABOUT.html*/
.content_title {
	font-size: 30px;
	font-weight: bolder;
}

.adress {
	padding-left: 0px;
}
.adress a {color:#323232;}
.adress p:nth-child(even) {

}
.adress input {
	height: 60px;
	width: 196px;
	border: 2px solid #323232;
	background-color: white;
	font: 18px Gotha, sans-serif;
}
.adress input:hover {
	background-color: #ececec;
}
.map {
	height: 415px;
	padding: 0px;
}
.blue_map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0,156,255,0.5);
	color: white;
	font-weight: bolder;
	text-align: center;
}
.map:hover .blue_map {
	display: none;
}
.blue_map p{
	margin: 194px auto;
}
/*for AIR_TRANSPORTATION.html*/
.content ul {
	list-style-type: none;
	padding-left: 0px;
}
/*for NEWS_ARTICLES*/
.news_date {
	font: 18px Gotha, sans-serif;
	color: #c7c7c7;
	border-bottom: 2px solid #ececec;
	padding: 0px 0px 18px 0px;
	margin-bottom: 18px;

}
.news_date span {
    cursor: pointer;
    width: 23px;
    height: 23px;
    display: inline-block;

}
.news_date span.news-single-date{width:150px;}
.fb_date {
	background-image: url(../../images/small_fb_grey.svg);
	margin-left: 9px;
	margin-right: -15px;
}
.vk_date {
	background-image: url(../../images/small_vk_grey.svg);
}
.fb_date:hover {
	background-image: url(../../images/small_fb_blue.svg);
}
.vk_date:hover {
	background-image: url(../../images/small_vk_blue.svg);
}
.other_news {
	padding: 0px;
	position: relative;
	top: -40px;
}
.other_news > div {
	padding: 0px 10px;
}
.news_image img {
	width: 100%;
}
.thumbnail {
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.thumbnail > div {
	border: 2px solid #ececec;
	border-top: 0px;
}
.other_news .thumbnail a {
	color: black;
	text-decoration: none;
}
.other_news .thumbnail p {
	font: 18px Gotha, sans-serif;
	font-weight: bolder;
	padding: 25px 20px;
	margin: 0px;
}
.other_news_header {
	font: 24px Gotha, sans-serif;
	padding: 0px;
	margin-bottom: 40px;
	position: relative;
	top: -40px;
}
.other_news_header .col-xs-12 {
	padding-top: 35px;
	border-top: 2px solid #ececec;	
}
.other_news_header .col-xs-12 span:first-of-type {
	font-size: 24px;
	font-weight: bold;
	width: 200px;
	margin-left: -15px;
} 
.other_news_header span {
	cursor: pointer;
    width: 23px;
    height: 23px;
    display: inline-block;
}
.other_news_header .share {
	width: auto;
	font-size: 14px;
	position: absolute;
	right: 69px;
	top: 38px;
}
.other_news_content {
	padding: 0px;
}
/*for SERVICES.html*/
.service {
	padding: 0px;
}
.service h1 {
	margin-bottom: 23px;
}
.thumbnail div {
	position: relative;
}
.service .col-lg-4 .thumbnail div {
	min-height: 174px;
}
.service .thumbnail p:first-of-type {
	padding: 30px 0px 0px 24px;
	margin-bottom: 15px;
	font: 20px Gotha, sans-serif;
	font-weight: bold;
	color: #323232;
}
.service .thumbnail p {
	padding: 0px 24px;
	margin: 0px;
	font: 12px Gotha, sans-serif;
	color: #9f9f9f;
	line-height: 1.7;
}
.service .thumbnail a {
	display: block;
	margin: 20px 0px 15px 0px;
	text-align: right;
	padding-right: 20px;
	color: #009cff;
	text-decoration: underline;
}
.content_lower {
	height: 50px;
}
/*for NEWS.html*/
.news {
	padding: 30px 0 0 0;    margin-bottom: -50px;
}
.news .thumbnail > div {
	height: 220px;
	max-width: 448px;
	margin: auto;
	position: relative;
}
.news .thumbnail p {
	padding: 30px 24px 0px 24px;
	margin: 0px;
	font: 16px Gotha, sans-serif;
	font-weight: bold;
}
.news .thumbnail a {
	display: block;
	margin: 35px 0px 25px 0px;
	padding-right: 25px;
	color: #323232;
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news .thumbnail p:last-of-type {
	font: 12px Gotha, sans-serif;
	font-weight: normal;
	color: #9f9f9f;
	line-height: 1.7;
}
.btn-group:hover > .dropdown-menu { 
    display: block; 
} 
.news_page_name .btn {
	height: 32px;
	width: 74px;
	border: none;
	border-radius: 0px;
	background-color: #ececec;
}
.dropdown-menu {
	min-width: 50px;
	border: none;
	border-radius: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #ececec;
	color: #323232;
}
.btn-group:hover, .dropdown-menu li:hover {
	background-color: #ececec;
}
.news_page_name .dropdown-menu a {
	padding: 3px 15px 3px 0px;
	width: 74px;
	float: right;
	text-align: center;
	margin: 0px;
	background-color: #ececec;
}
.news_page_name .dropdown-menu a:hover {
	text-decoration: underline;
}
#blue_date {
	height: 74px;
	width: 70px;
	background-color: #009cff;
	position: absolute;
	right: -2px;
	top: -74px;
	
}
#blue_date p {
	color: white;
	padding: 0px;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0px 0px 17px;
}
#blue_date p:last-of-type {
	font-size: 30px;
	margin: -10px 0px 0px 15px;

}
/*for MAIN.html*/
.header_main, .header_gen {z-index: 40;}
.header_main #menu a {color: #fff;}
.header_main #menu a:hover {color: #636363;}
.header_gen #menu a {color: #636363;}
.header_gen #menu a:hover {color: #0098fe;}
#carousel_main {
	position: relative;
	top: -98px;
}
#carousel_main .carousel-indicators {
	width: 100px;
	margin: 0px;
	left: 88%;
}
#carousel_main .carousel-control {
	color: rgba(38,38,38,0.5);
}
#carousel_main .carousel-caption {
	width: 500px;
	top: 25%;
	left: 53%;
	text-align: left;
}
#carousel_main .carousel-caption a{color:#fff;}
#carousel_main .carousel-caption p {
	font: 54px Gotha, sans-serif;
	font-weight: bold;

}
#carousel_main .carousel-caption input {
	width: 198px;
	height: 60px;
	background: transparent;
	border: 2px solid white;
	border-radius: 0px;
	font: 18px Gotha, sans-serif;
	position: relative;
	left: 0;
}
#carousel_main .carousel-caption input:hover {
	background-color: rgba(159,159,159,0.5);
}
#carousel_main .carousel-inner img {
	/*width: 100%; 
	height: 100%;*/
}
#carousel_main .carousel-inner .item {
	background-position: center;
}
#carousel_main .carousel-inner .item:nth-of-type(1) {
	background-image: url(../../images/slider_truck.jpg);
}
#carousel_main .carousel-inner .item:nth-of-type(2) {
	background-image: url(../../images/slider_ship.jpg);
}
#carousel_main .carousel-inner .item:nth-of-type(3) {
	background-image: url(../../images/slider_airplane.jpg);
}
#carousel_main .carousel-inner .item:nth-of-type(4) {
	background-image: url(../../images/slider_containers.jpg);
}
#carousel_main .carousel-inner .item:nth-of-type(5) {
	background-image: url(../../images/slider_truck_2.jpg);
}
#carousel_about {height: 488px;border: 2px solid #ececec;margin-bottom: 40px;margin-top: -60px;}

#carousel_about div, #carousel_about img {
	height: 100%;
	padding: 0px;background-color: #fff;
}
#carousel_about li {
	border-color: #009cff;
}
#carousel_about ol .active, .second-li {
	background-color: #009cff !important;
	width: 12px !important;
	height: 12px !important;
}

#carousel_about h3 {
	font: 30px Gotha, sans-serif;
	font-weight: bold;
	margin: 45px 35px 30px 35px; 
}
#carousel_about p {
	font: 17px Gotha, sans-serif;
	color: #323232;line-height: 23px;
	margin: 0px 35px;
}
#about_serveces {
	width: 100%;
	margin-bottom: 300px;
}
#about_serveces div {
	padding: 0px;
}
#about_serveces li {
	width: 20%;
	padding: 0px;
	text-align: center;	
}
#about_serveces li a {
	display: block;
	width: 100%;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-left: 1px solid #66c4ff;
	border-radius: 0px;
	background-color: #009cff;
	margin: 0px;
	padding-top: 30px;
	cursor: pointer;
	text-align: center;
	color: white;
	font: 20px Gotha, sans-serif;
}
#about_serveces .row {
	margin: 0px;
}
#about_serveces .servece_img ul, 
#about_serveces .servece_img  li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
}
#about_serveces .servece_img a {
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
#about_serveces img {
	padding: 0px;
}
.servece_content {
	display: inline-block;
	
}
.servece_content h3 {
	font: 36px Gotha, sans-serif;
	font-weight: bold;
	margin: 6% 80px 0px 80px;
}
.servece_content p {
	font: 18px Gotha, sans-serif;
	color: #9f9f9f;
	margin: 2% 80px 0px 80px;
}
.servece_content a {
	display: block;
	font: 18px Gotha, sans-serif;
	color: #009cff;
	text-decoration: underline;
	margin: 6% 80px 0px 80px;
}
.main_other_news_content {
	padding: 0px;
}
/*******/
.quote {
	height: 360px;
	background-color: #009cff;
	margin-top: 55px;
	margin-bottom: 55px;
	padding: 0px;	
}
.quote p {
    margin: 86px 14% 40px 10%;
    color: white;
    font: 17px Gotha, sans-serif;
    position: relative;
    line-height: 26px;
}
.quote .item i:first-of-type{
	position: absolute;
	left: calc(10% + 15px);
	top: 35px;
	color: #018ce4;
}
.quote .item i:last-of-type {
	position: absolute;
	right: calc(14% + 15px);
	bottom: 0px;
	color: #018ce4;
}
.quote .carousel, .quote .carousel .carousel-inner {
	height: 100%;
}
#speaker {
	position: absolute;
	left: calc(10% + 15px);
	bottom: -50px;
}
#speaker p {
	margin: 0px;
}
#speaker p:first-of-type {
	color: #0069ab;
	margin-bottom: 10px;
}
#narzan .row {
	margin: 0px;
}
#narzan img {
	padding: 0px;
	height: auto;
}
.narzan_menu {
	padding: 0px;
}
.narzan_menu li {
	
	padding: 0px;
	text-align: center;	
}
.narzan_menu li a {
	display: block;
	width: 100%;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-left: 1px solid #66c4ff;
	border-radius: 0px;
	background-color: #009cff;
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: white;
	font: 1.4em Gotha, sans-serif;
}
.narzan_menu li a p {
	margin: 0px;
}
.narzan_service {
	height: 110px;
	text-align: center;
	font: 48px Gotha, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #009cff;
}
.narzan_service p {
	margin-top: 27px;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
	background-color: #018ce4;
	color: white;font-size: 1.35em;
	border: 0px;
	border-left: 1px solid #66c4ff;
}
.tab-pane  {
	border-bottom: 2px solid #ececec;
	/*height: 318px;*/
}
.narzan_content h3 {
	font: 36px Gotha, sans-serif;
	font-weight: bold;
	margin: 6% 60px 0px 60px;
}
.narzan_content p {
	font: 17px Gotha, sans-serif;
	color: #9f9f9f;
	margin: 2% 80px 0px 80px;
}
.narzan_content a {
	display: block;
	font: 18px Gotha, sans-serif;
	color: #009cff;
	text-decoration: underline;
	margin: 6% 80px 0px 80px;
}
.news_archive {
	float: right;
	font: 20px Gotha, sans-serif;
	color: #323232;
	text-decoration: underline;
	margin-right: 15px;
}
.news_archive:hover {
	color: #636363;
}

.container.lower_footer {
    padding-bottom: 30px;
}
.footer {
	width: 100%;background-color: #ececec;
	font: 14px Gotha, sans-serif;
	color: #323232;
	position: absolute;
	bottom: 0;
}

.footer div {
	padding: 0px;
}
.footer .row {
	margin: 0px;
}
.footer p {
	margin: 0px;
}
.footer p:nth-of-type(2) {
	font-size: 24px;
	padding-top: 10px;
	font-weight: bolder;
}
.shifer {
	height: 40px;

}
.contact {
	height: 60px;
	display: inline-block;
	margin-right: 30px;
}
.contact_2 {
	height: 60px;
	display: inline-block;
	
}
.fb_div {
	position: absolute;
	right: -40px;
	top: 52px;
}
.upper_footer {
    position: relative;	margin-top: 50px;
}
.upper_footer span {
	cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: right;
    margin: 10px;

}
.lower_footer {
	margin: 0px;
}
.fb {
	background-image: url(../../images/facebook_black.svg);
	margin-left: 16px;
}
.vk {
	background-image: url(../../images/vk_black.svg);
}
.fb:hover {
	background-image: url(../../images/facebook_blue.svg);
}
.vk:hover {
	background-image: url(../../images/vk_blue.svg);
}
.separator_footer {
	border: 2px solid #c7c7c7;
	margin: 28px 0px;
}


/*../FOOTER..............................................*/