html {
        word-wrap: break-word;
}
a:hover, a:focus {
	color: #ac963e;
}
.btn-okr {
	color: #fff;
	background-color: #ac963e;
	border-color: #A58F3B;
	font-size: 16px;
}
p {
	line-height: 1.7;
}
ul{
	color:#ac963e;
}
li{
	color:#ac963e;
}
li p {
	color:#000;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #fff;
	border-bottom: solid 3px #ac963e;
	color: #ac963e;
}
.log-nav-div {
	z-index: 1;
}
.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
}
.navbar-toggle {
	z-index: 3;
}
.lang-select-black {
	border: none;
	background-color: transparent;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lang-select-okr {
	border: none;
	background-color: transparent;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.border-okr {
	border: #ac963e solid 1px;
}
.border-raduis-0 {
	border-radius: 0px;
}
.border-raduis-10 {
	border-radius: 10px;
}
.border-raduis-15 {
	border-radius: 15px;
}
.backgroud-okr {
	background-color: #ac963e;
}
.border-side {
	border-left: 2px solid #ac963e;
}

@media (max-width: 768px) {
.border-side {
	border-left: none;
	border-bottom: 2px solid #ac963e;
}
}
.border-side-light {
	border-left: 2px solid #ebe5cf;
}

@media (max-width: 768px) {
.border-side-light {
	border-left: none;
	border-bottom: 2px solid #ebe5cf;
}
}
.border-hr {
	border-color: #ac963e;
}
.border-top-okr {
	border-top: 1px solid #ac963e;
}
/*text //////////////////*/
.text-en {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.text-10 {
    font-size: 12px;
}
.text-12 {
	font-size: 12px;
}
.text-18 {
	font-size: 18px;
}
.text-24 {
	font-size: 24px;
}
.text-white {
	color: #fff;
}
.text-okr {
	color: #ac963e;
}
.text-deep-okr {
	color: #706b55;
}
.text-bold {
	font-weight: bold;
}
.text-50 {
	font-size: 50px;
}
.text-first-word .first-word {
	font-weight: bold;
	color: #ac963e;
	font-size: 20px;
}
.line-height-1 {
	line-height: 1;
}
.line-height-2 {
	line-height: 2;
}
.caret {
	color: inherit;
}
/* background ///////////////*/
.bg-full {
	background: url(../images/full-bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
	background-position: center;
}
.bg-okr {
	background: #ac963e;
}
.bg-deep-okr {
	background: #4c4230;
}
.bg-deep-okr-trans {
	background: #4c4230ad;
}
.bg-white-trans {
	background: rgba(255, 255, 255, 0.6)
}
.bg-white {
	background: #fff;
}
.bord-round {
	border-radius: 5px;
}
.bg-width {
	width: inherit;
	margin: auto;
}
.bg-footer {
	background-image: url(../images/footer-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {

.bg-footer {
    background-image: none;
    }
}

.bg-gray {
	background-color: #444444;
}
.bg-trans {
	background: rgba(255, 255, 255, 0.3);
}
.bg-about {
	background-image: url(../images/about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-news {
	background-image: url(../images/newss.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-events {
	background-image: url(../images/events.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-jobs {
	background-image: url(../images/jobs.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-contact {
	background-image: url(../images/contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.w-50 {
	width: 50%;
	margin: auto;
}
.inner-banner {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*padding / margin ////////////////*/
.p2 {
padding:2px;
}
.p50 {
	padding: 50px;
}
@media (max-width: 768px) {
.p50 {
	padding: 5px;
}

}    
.p20 {
	padding: 20px;
}
.p10 {
	padding: 10px !important;
}
.pt10 {
	padding-top: 10px;
}
.p5 {
	padding: 5px;
}
.m-auto {
	margin: auto;
}
.m5 {
	margin: 5px;
}
.m20 {
	margin: 20px;
}
.mt-10 {
	margin-top: -10px;
}
.mb20{
	margin-bottom:20px;
}
.height220 {
	min-height: 220px;
}
@media (max-width: 768px) {
.height220 {
	min-height: 20px;
}
.w-50{
	width:auto;
}
}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 3px #ffffff0f;
}
}

/*.carousel .item {
	min-height: 200px; Prevent carousel from being distorted if for some reason image doesn't load 
}*/
.carousel .item img {
	margin: 0 auto; /* Align slide image horizontally center */
	width: 100%;
	height: auto inherit;
}
.navbar {
	margin-bottom: 0px;
	z-index: 1;
	background: #fdfcef80;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-caption {
	right: 0;
	left: 0;
	background: #4c42308f;
	margin-bottom: -20px;
}
.trns a {
                display: list-item;
                visibility: visible;

}

.activeLang{
                display: none  !important; 
                visibility: hidden !important;
}
.width-100 {
    width:100%
}
.navbar-brand{
    padding-top:0;
}

.login_link a {
    background-color: #ac963e;
    border: #000 solid 1px;
    color:#FFF !important;
    padding: 6px !important;
    margin: 24px 10px;
    line-height :auto !important;
}
.login_link a:hover {
    background-color: #ac963e !important;
    border: #000 solid 1px;
    color:#FFF !important;
    padding: 6px !important;
    margin: 24px 10px;
    line-height :auto !important;
    opacity:.7;
}
.progressbar-text{
	font-size: 40px !important;
	color: #ac963e !important;
	font-weight: bold !important;
}