
@font-face {
	font-family: Gotham-ultra;
	src: url("/lib/fonts/Montserrat-Bold.eot") ; 
}
@font-face {
	font-family: Gotham-ultra;
	src: url("/lib/fonts/Gotham-Ultra.ttf") ; 
}
@font-face {
	font-family: Gotham-ultra;
	src: url("/lib/fonts/Gotham-Ultra.otf") ; 
}

@font-face {
	font-family: Gotham-medium;
	src: url("/lib/fonts/Gotham-Medium.ttf") ;
}
@font-face {
	font-family: Gotham-medium;
	src: url("/lib/fonts/MontserratRegular.eot") ;
}

@font-face {
	font-family: Gotham-light, Trebuchet MS;
	src: url("/lib/fonts/Gotham-Light.eot"); 
}


@font-face {
	font-family: Gotham-light;
	src: url("/lib/fonts/Montserrat-Light.eot") ; 
}
@font-face {
	font-family: Gotham-light;
	src: url("/lib/fonts/Gotham-Light.ttf") ; 
}
@font-face {
	font-family: Gotham-light;
	src: url("/lib/fonts/Gotham-Light.otf") ; 
}


@font-face {
	font-family: Gotham-book;
	src: url("/lib/fonts/Montserrat-Light.eot") ; 
}
@font-face {
	font-family: Gotham-book;
	src: url("/lib/fonts/Gotham-Book.ttf"); 
}
@font-face {
	font-family: Gotham-book;
	src: url("/lib/fonts/Gotham-Book.otf"); 
}
@font-face {
 font-family: Gotham-book, Trebuchet MS;
 src: url("/lib/fonts/Gotham-Book.eot"); 
}



@font-face {
	font-family: GC;
	src: url("/lib/fonts/gotham_cyr/GothaProMed.otf") ; 
}

@font-face {
	font-family: GCL;
	src: url("/lib/fonts/gotham_cyr/GothaProLig.otf") ; 
}

@font-face {
	font-family: elan;
	src: url("/lib/fonts/ufonts.com_elan-medium.ttf") ; 
}
@font-face {
	font-family: elan;
	src: url("/lib/fonts/ElanMedium.eot") ; 
}
@font-face {
	font-family: elan;
	src: url("/lib/fonts/ElanMedium.otf") ; 
}



body{
	font-family: Open Sans, sans-serif;
}






#page{
	padding-top: 49px;
}

@media(min-width: 1200px){
	.main-menu{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 49px;
		background: rgba(162, 167, 172, 0.43) url(/images/bg/menu_bar.png) repeat-x;
		z-index: 555;
	}
	
	.main-menu>.container span{
		display: inline-block;
		height: 32px;
		line-height: 32px;
		margin-top: 8px;
		font: 14px Gotham-medium, GC, Trebuchet MS, Helvetica, sans-serif;
		text-transform: uppercase;
		color: rgb(0, 82, 152);
		padding-right: 11px;
		
		float: left;
		position: relative;
	}
	
	.main-menu>.container span.lang-v{
		float: right;
		padding-right: 0;
		padding-left: 3px;
	}
	.main-menu>.container span a{
		display: inline-block;
		width: 100%;
		height: 100%;
		line-height: 32px;
		letter-spacing: -0.25px;
	}
	
	.header{
		
		height: 291px;
		background: #004b8d;
		border-top: 1px solid #46739a;
	}
	
	.logo{
		text-align: center;
		height: 183px;
	}
	
	.logo:after{
		content: "";
		height: 1px;
		width: 780px;
		display: inline-block;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 15%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
	}
	
	.header-container:after{
		/*position: absolute;
		top: 150px;
		right: 150px;
		width: 360px;
		height: 360px;*/
		
		
	}
	
	.logo-container{
		padding-top: 42px;
	}
	
	.logo-container img{
		width: 161px;
	}
	
	.main-title{
		font: 20px Gotham-ultra;
		color: #f3f3f3;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	
	.header-addr{
		text-align: center;
		color: #f3f3f3;
		padding-top: 36px;
		font-size: 13px;
	}
	
	.main-menu .dropdown{
		display: block;
		position: absolute !important;
		top: 31px;
		left: -22px;
		background: #E5E5E5;
		height: auto !important;
		padding-left: 22px;
		padding-right: 15px;
		padding-bottom: 5px;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		
		opacity: 0;
		visibility: hidden;
		
		transition: opacity 0.25s, visibility 0.25s;
	}
	
	.main-menu .dropdown:before{
		content: "";
		position: absolute;
		top: -10px;
		width: 100%;
		height: 10px;
		
	}
	
	.main-menu .dropdown>span{
		display: block ;
		white-space: nowrap;
		
		
	}
	
	.main-menu .dropdown>span a{
		height: 26px !important;
		line-height: 24px !important;
	}
	
	.main-menu>.container>span:hover .dropdown{
		opacity: 1;
		visibility: visible;
		transition: all 0.25s;
	}
	
	
	
} /* END 1200 */

.map-view{
	color: #D7C681;
    letter-spacing: 0.1px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: 2px;
}

.slider-label{
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	
}

.slider-label>div{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background: #AC8921;
	color: #fff;
	text-align: center;
	height: 100%;
	border-radius: 8px 8px 0 0;
	font: 17px Gotham-medium;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	padding-top: 25px;
}



/* NOTEBOOKS BEGIN */

@media(min-width: 1200px) and (max-width: 1440px){
	.header{
		height: 178px;
		height: 158px;
	}
	.logo-container{
		padding-top: 30px;
	}
	.logo{
		height: 130px;
	}
	.header-addr{
		/*padding-top: 17px;
		font-size: 12px;*/
		display: none;
	}
	.main-title{
		margin-bottom: 0;
		font: 18px Gotham-ultra;
		padding-top: 12px;
	}
	.logo-container img {
	    width: 148px;
	}
	
	/*.header-addr>div{
		display: inline-block;
	}
	.header-addr>div:nth-child(2){
		margin-left: 5px;
	}*/
	
	.main-menu{
		height: 39px;
	}
	.main-menu>.container span{
		margin-top: 5px;
	}
	
	#page {
	    padding-top: 39px;
	}
	
}

#footer{
	background: #004b8d url(/images/bg/footer.png) no-repeat top center;
}

.footer-socials{
	text-align: center;
	padding-top: 45px;
	height: 85px;
}

.footer-socials a{
	display: inline-block;
	width: 28px;
	height: 28px;
	position: relative;
}

.footer-socials a img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.img-hover{
	opacity: 0;
	z-index: 2;
	transition: opacity 0.25s;
}

.footer-socials a:hover .img-hover{
	opacity: 1;
	transition: opacity 0.25s;
}

.copyright{
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-size: 13px;
	padding-top: 50px;
}

.footer-links{
	text-align: center;
	color: rgba(255,255,255,0.75);
	font-size: 12px;
	padding-top: 10px;
}

.footer-map{
	display: none;
	color: #D7C681;
    letter-spacing: 0.1px;
    text-decoration: underline;
}

@media(max-width: 1440px){
	.footer-map{
		display: inline;
	}
}

.search-block{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}

.search-block input[type=text]{
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	min-width: 170px;
}

.search-block button[type=submit]{
	width: 26px;
	height: 26px;
	position: relative;
	cursor: pointer;
	background: transparent;
	border: none;
	color: #fff;
}


.search-block button:after{
	content: "\f002";
	font: normal normal normal 14px/1 FontAwesome;
}



.page-container{
	height: 600px;
	background: url(/images/bg/page-bg.jpg) no-repeat top center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.main-menu>.container span{
		font-weight: 600;
	}
}


.page-title{
	color: #fff;
	text-transform: uppercase;
	font: 30px Gotham-medium, GC, Trebuchet MS, Helvetica, sans-serif;
	padding-top: 50px;
	line-height: 50px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

@media(min-width: 1200px){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-text{
	background: rgba(255,255,255,0.8);
	font-size: 14px;
	padding: 30px 22px;
	height: 490px;
	border-radius: 7px 7px 0 0;
	padding-right: 0px;
}

@media( max-width: 599px ){
	.page-container{
		height: auto;
		background-size: cover;
	}
}

body .mCSB_scrollTools{
	xright: -5px;
}

body .mCSB_scrollTools .mCSB_draggerRail{
	width: 16px;
	background: rgba(255,255,255,0.21);
	border-radius: 2px 0 0 2px;
}


body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 16px;
	border-radius: 2px;
	opacity: 0.5;
	background: #9A812B;
}

body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #9A812B; 
	opacity: 0.6;
}


@media(max-width: 768px){
	.page-container, .page-text{
		height: auto;
		background-size: cover;
	}
	.page-text{
		padding-right: 20px;
	}
}

.history-carousel{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media(max-width: 768px){
	.history-carousel{
		padding-bottom: 35px;
		padding-top: 50px;
	}
}

.item-header{
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: #115794;
	font-size: 29px;
	font-family: Gotham-medium, GC;
	border-radius: 8px 8px 0 0;
	position: relative;
	z-index: 3;
}

.item-header:after{
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: #115794;
	top: 70px;
	left: 50%;
	margin-left: -14px;
	transform: rotate(45deg)
}

.history-carousel .item{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.history-carousel .item img{
	max-width: 100%;
  
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.history-carousel .item:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.history-carousel .item:hover .item-header, .history-carousel .item:hover .item-header:after{
	background: #ac8921;
	transition: background 0.3s;
} 

#historycover{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0px;
	
	padding: 80px 10px 0 10px;
}

.historywrapper{
	background: rgba(255,255,255,0.75);
	padding: 22px;
	position: relative;
	height: 100%;
	overflow-y: auto;
}

#historycover h1, #historycover h2, #historycover h3, #historycover h4, #historycover p{
	margin-top: 0px;
}

.historywrapper .fa-close{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	color: #777;
	cursor: pointer;
	font-size: 17px;
	cursor: pointer;
}

.historywrapper .fa-close:hover{
	color: darkred;
	transition: all 0.25s;
}

.management-item{
	padding-bottom: 20px;
}

.management-item img{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.management-item .name{
	font-weight: normal;
	font-size: 16px;
	color: #555;
	/*font-family: Gotham-medium, GC, Trebuchet MS;*/
	padding-bottom: 10px;
}



.brands-carousel .item{
	background: #004b8d url(/images/bg/grad.png) no-repeat 60% 40%;
	padding: 20px;
}


.brands-carousel{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media(max-width: 768px){
	.brands-carousel{
		padding-top: 50px;
		padding-bottom: 35px;
	}
}

.brand-view{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 15px;
	opacity: 0;
}

.brand-view .title{
	color: #D8C778;
	font-size: 28px;
	margin-top: 40%;
	font-family: Gotham-light, GCL, Open Sans;
	padding-bottom: 20px;
	line-height: 1.4;
	cursor: pointer;
}

.brand-view .descripton{
	font-size: 16px;
	color: #fff;
	font-family: Gotham-light, GCL, Open Sans;
}

.brands-carousel .item img{
	transition: opacity 0.1s;
}

.brands-carousel .item:hover img{
	opacity: 0.25;
	transition: opacity 0.25s;
}

.brands-carousel .item:hover .brand-view{
	opacity: 1;
	transition: opacity 0.25s;
}

@media( max-width: 1199px ){
	.brand-view{
		opacity: 1;
		transition: opacity 0.25s;
	}
}

.map-silhouette-container{
	text-align: right;
}

.select-beer{
	display: inline-block;
	height: 80px;
	line-height: 78px;
	text-align: center;
	color: #f3f3f3;
	border: 1px solid #f3f3f3;
	width: 437px;
	border-radius: 8px;
	cursor: pointer;
	font-family: Gotham-medium, GC, Trebuchet MS;
	font-size: 18px;
	background: rgba(255,255,255,0.1);
	text-shadow: 0 0 2px rgba(50,50,50,0.35);
	
	max-width: 100%;
}

.select-beer::selection{
	background: transparent;
}

.beer-text{
	color: #f3f3f3;
}

.beer-container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


.beer-table{
	width: 762px;
	min-height: 173px;
	margin-top: 70px;
	background: #f2f2f2;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media(max-width: 959px){
	.beer-table{
		width: auto;
		margin-bottom: 20px;
	}
	.beer-table .unit{
		margin-bottom: 10px;
	}
}

.tablehead{
	text-align: center;
	background: #ac8921;
	color: #DBDBDB;
	height: 38px;
	line-height: 38px;
	
}

.table-data{
	padding-top: 19px;
	text-align: center;
	font: 26px Gotham-book;
}

.beer-table .unit{
	text-align: center;
	font-size: 13px;
	font-family: Gotham-book;
	margin-top: 10px;
}

.components{
	height: 40px;
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 13px;
	
	padding-left: 10px;
	padding-right: 10px;
}

@media(max-width: 767px){
	.components{
		height: auto;
		line-height: 1.4;
		padding-bottom: 5px;
		padding-top: 5px;
	}
}

#brandcover{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0px;
	
	padding: 0px 10px 0 10px;
}

#brandcover .historywrapper{
	background: #f3f3f3;
	padding: 0;
}

.slide-image{
	background: #004b8d url(/images/bg/grad.png) no-repeat 60% 40%;
	overflow: hidden;
	max-height: 100%;
}

.slide-description{
	padding: 10px;
	padding-top: 40px;
	padding-left: 25px;
}

.slide-description .title{
	color: #977C23;
	font: 23px Gotham-light, Trebuchet MS;
	font-weight: bold;
	padding-bottom: 5px;
}

.pdf-icon-wrapper{
	float: left;
	width: 80px;
	text-align: right;
	min-height: 30px;
	padding-right: 15px;
}

.pdff{
    padding: 1px 3px;
    background: #A3A3A3;
    border-radius: 3px;
    color: #fff;
    font: 12px Gotham-light, Trebuchet MS, Lucida Grande, Tahoma, sans-serif;
    display: inline-block;
}

.accordionix .title{
	height: 52px;
	
	cursor: pointer;
	text-align: right;
	padding-right: 20px;
	font: 20px Gotham-medium, Trebuchet MS;
	color: #565656;
	line-height: 52px;
	
	transition: color 0.4s, background 0.4s;
}

.accordionix .title:hover{
	background: rgba(255,255,255,0.5);
	color: #AC8921;
	transition: all 0.2s;
}

.accordionix .title.active{
	background: #AC8921;
	color: #fff;
	transition: all 0.15s;
}

@media( max-width: 1024px ){
	.accordionix .title:not(.active){
		border-bottom: 1px solid #fff;
	}
}

.content-investors{
	padding: 20px;
	display: none;
}

.inv-date{
	font-weight: 600;
	color: #555;
	margin-bottom: 5px;
}

.pdf-info{
	padding-left: 80px;
}

.pdf-link{
	display: block;
	position: relative;
}

.inv-title{
	font: 14px Gotham-light, GCL, Trebuchet MS, Lucida Grande, Tahoma, sans-serif;
	text-shadow: 0 0 0;
	color: #555;
}

.inelem{
	min-height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.media-elem{
	padding-right: 20px;
}

.media-elem .date{
	font: 13px Gotham-book;
}

.media-elem .title{
	font: 14px Gotham-medium, GC, Trebuchet MS, Helvetica, sans-serif;
	padding: 5px 0;
}


.media-elem .preview{
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 20px;
}





.page-wrapper{
	position: relative;
	height: 100%;
	background: #004b8d;
}

.enter-slider{
	height: 600px;
	overflow: hidden;
}

.slide-elem{
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}


.enter-block{
	width: 650px;
	position: absolute;
	/*height: 700px;*/
	top: 169px;
	left: 50%;
	margin-left: -325px;
	z-index: 555;
	background: url(/images/bg/main.png) no-repeat;
	text-align: center;
	padding-top: 300px;
	padding-bottom: 35px;
}

.company{
	font: 25px Gotham-medium;
	color: #f3f3f3;
	display: inline-block;
	height: 131px;
	overflow: hidden;
	padding: 0px 10px;
}

.datecollecter{
	padding: 0 60px;
	padding-top: 15px;
}

.datecollecter input[type=text]{
	width: 100%;
	border: none;
	border-bottom: 1px solid #AD8A22;
	color: #AD8A22;
	height: 68px;
	text-align: center;
	font-size: 63px;
	font-family: elan, Arial;
	padding: 2px;
	line-height: 65px;
	background: transparent;
}

.val-wrap{
	padding: 5px;
}

.datecollecter input[type=text]::-webkit-input-placeholder {color:#AD8A22;}
.datecollecter input[type=text]::-moz-placeholder          {color:#AD8A22;}
.datecollecter input[type=text]:-moz-placeholder           {color:#AD8A22;}
.datecollecter input[type=text]:-ms-input-placeholder      {color:#AD8A22;}

.validation-text{
	color: #01427E;
    
    font: 14px Gotham-medium, GC, Trebuchet MS, Helvetica;
    padding: 0 55px;
    padding-top: 22px;
}

.datecollecter input.error{
	border-bottom: 1px solid red;
	background: rgba(255,0,0,0.2);
}

.v-copyright{
	padding-top: 80px;
	text-align: center;
	color: #f3f3f3;
	font-weight: 100;
	font-size: 14px;
}

.webmaster{
	font-size: 12px;
	padding-top: 5px;
}

.checker{
	height: 68px;
	line-height: 68px;
}
.checker .fa{
	color: #AD8A22;
	font-size: 40px;
	opacity: 0.5;
}

.checker .fa.active{
	color: #004b8d;
}


@media(max-width: 1024px){
	body #alert__msg{
		zoom: 2 !important;
	}
	
	#alert__msg *{
		 zoom: 1 !important;	
	}
}



#nvfiel{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	opacity: 0;
}

#mCSB_1_container p{
	max-width: 98%;
}

.brand-description{
	font-size: 14px;
}

.descriptor{
	font-size: 14px;
	font-family: Gotham-light, GCL, Trebuchet MS;
}

.descriptor>div{
	padding-top: 2px;
	padding-bottom: 7px;
}

.descriptor-titles{
	padding-left: 5px;
	border-right: 1px solid #004b8d;
}

body .descriptor-values{
	padding-left: 15px !important;
}

.descriptor-values .fa-circle{
	color: #f3d5a7;
	font-size: 11px;
	margin-right: 3px;
}

.descriptor-values .fa-circle.active{
	color: #ff9900;
}


.product-line{
	position: absolute;
	top: 225px;
	right: 0;
	width: 66.66%;
	height: 200px;
	padding-left: 130px;
}

.product-line .line{
	color: #977c23;
	font-weight: 700;
	display: inline-block;
	width: 120px;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: right;
	font-size: 13px;
	
}

.product-line img{
	height: 170px;
}
.line-wrapper{
	font-size: 13px;
}

body{
	background: #004b8d;
}

.popwrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 59000;
	background: rgba(128,128,128,0.2);
}

.beer-popup{
	width: 450px;
	min-height: 300px;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background: #f3f3f3;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	max-height: 400px;
	
	padding: 30px 15px;
	position: relative;
	
}

.beer-close{
	position: absolute;
	top: 10px;
	right: 11px;
	cursor: pointer;
}

.pscroller{
	max-height: 350px;
	overflow-y: auto;
}

.pscroller>div{
	padding: 5px 0;
	text-align: center;
	color: #777;
	font-family: Gotham-medium, GC, Trebuchet MS;
	font-size: 20px;
	
}

.pscroller>div span{
	cursor: pointer;
}

.job-title{
	padding-left: 20px;
}

.job-title span:nth-child(1){
	float: left;
}
.job-title span:nth-child(2){
	float: right;
}

.contactusjob{
	position: absolute;
    border-radius: 4px;
    border: none;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    background: #115794;
    text-align: center;
	top: 15px;
	right: 0px;
	padding: 0 10px;
}

.popwrap{
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
}

.popjob{
	width: 620px;
	padding: 40px 30px;
	background: #f3f3f3;
	border-radius: 3px;
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
}

@media(max-width: 650px){
	.popjob{
		width: 94%;
		margin-top: 70px;
	}
}

.job-close{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 3;
	cursor: pointer;
	opacity: 0.8;
}

.job-close:hover{
	opacity: 1;
}

.popjob input[type=text]{
	width: 100%;
	border: 1px solid silver;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.popjob textarea{
	width: 100%;
	border: 1px solid silver;
	
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.popjob .fa-file-word-o{
	color: #004b8d;
	font-size: 18px;
}

.sendjob{
	display: inline-block;
	float: right;
	border-radius: 4px;
    border: none;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    background: #115794;
    text-align: center;
    padding: 0 10px;
}

.atcv{
	cursor: pointer;
	font-size: 13px;
}


.sub-dropdown{
	display: block;
	position: absolute;
	background: #E5E5E5;
	padding-left: 22px;
	text-transform: uppercase;
    color: rgb(0, 82, 152);
    padding-right: 11px;
    left: 100%;
    top: 100%;
    
    margin-top: -44px;
    margin-left: 0px;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 0 5px 5px 5px;
    
    visibility: hidden;
    opacity: 0;
    padding-top: 5px;
}

.sdd:hover .sub-dropdown{
	visibility: visible;;
    opacity: 1;
    transition: all 0.25s;
}

.dropdown>span{
	float: none !important;
}

.sdd{
	position: relative;
	display: block;
	margin-right: -11px;
	float: none;
	padding-right: 22px !important;
}

#flnm{
	font-size: 14px;
	font-style: italic;
	color: steelblue;
}

.found-block{
	padding-bottom: 10px;
}

#mapwrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.4);
	padding: 100px 180px;
}

@media(max-width: 767px){
	#mapwrapper{
		padding: 50px 30px;
	}
}

#newmap{
	width: 100%;
	height: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media(max-width: 420px){
	#footer{
		padding-bottom: 20px;
	}
}
.active_lang{
	color: #A07D17 !important;
}
.title_section_sitemap{
    color: #A07D17;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.title_elem_sitemap{
	/*color: #A07D17;*/
    margin: 5px 0px;
    text-transform: uppercase;
}


#page .line-wrapper img{
	display: inline-block;
}

.line-wrapper table{
	width:90% !important;
}
.line-wrapper table td{
	width:20% !important;
	text-align:center;
}
.line-wrapper table td img{
	display:block !important;
	max-width:100%;
	height:auto !important;
	max-height:120px;
	margin:0 auto;
}

.footer-socials .socials_item{
	width: 34px;
	margin-bottom: 4px;
}
.socials_item svg{
	display: flex;
	width: 34px;
	height: 33px;
	fill: #91afd5;
	transition: 0.25s;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.socials_item:hover svg{
	fill: #ac8921;
	transition: 0.25s;
}

.footer-socials{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}









