body {
	//background-color: #D7DEE6;
}

a:hover {
  text-decoration: none;
}

footer {
	padding: 30px 0;
	color: #FFA239;
	background-color: #66665D;
	border-color: #FFA239;
}

footer a {
	color: #FFA239;
}

footer a:hover {
  color: #fff;
}



.map-ua {
	background: url(../img/map_ua.jpg) no-repeat center center;
	height: 12px;
	width: 18px;
	padding: 0px 12px; text-decoration:none;
}

.map-ru {
	background: url(../img/map_ru.jpg) no-repeat center center;
	height: 12px;
	width: 18px;
	padding: 0px 12px; text-decoration:none;
}

.map-us {
	background: url(../img/map_us.jpg) no-repeat center center;
	height: 12px;
	width: 18px;
	padding: 0px 12px; text-decoration:none;
}




.main-container {
	margin-top:20px;
	margin-bottom: 20px;
}

.main-fon {
	background-color: #D7DEE6;
	border-bottom: 5px solid #FFA239;
	background: url("../img/header_fon.png") no-repeat top center #D7DEE6;
}

.main-img {
	height: 300px;
	position:relative;
	overflow: hidden;
}

.jumbotron2 {
	position: absolute;
	padding: 20px;
	margin: 120px 0 60px 0px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: #eeeeee;
	border-radius: 6px;
	//width: 600px;
	max-height: 150px;
	overflow: hidden;
	filter:alpha(opacity=95); /* IE 5.5+*/
	-moz-opacity: 0.95; /* Mozilla 1.6 */
	-khtml-opacity: 0.95; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.95; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

.jumbotron2 h1 {
	line-height: 1;
	color: inherit;
}

.jumbotron2 p {
	line-height: 1.4;
}

.bs-docs-nav {
  //text-shadow: 0 -1px 0 rgba(0,0,0,.15);
  background-color: #66665D;
  border-color: #FFA239;
  //box-shadow: 0 1px 0 rgba(255,255,255,.1);
}
.bs-docs-nav .navbar-collapse {
  border-color: #FFA239;
}
.bs-docs-nav .navbar-brand {
  color: #fff;
}
.bs-docs-nav .navbar-nav > li > a {
  color: #FFA239;
}
.bs-docs-nav .navbar-nav > li > a:hover {
  color: #fff;
}
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #FFA239;
}
.bs-docs-nav .navbar-toggle {
  border-color: #563d7c;
}
.bs-docs-nav .navbar-toggle:hover {
  background-color: #FFA239;
  border-color: #FFA239;
}


.side-block {
	background-color: #ebeff6;
	border-radius: 6px;
}

.countdown {
	position: relative; text-align: center !important; width: 100%; padding: 10px;
	border: 1px solid #ccc;
	background-color: #ebeff6;
	border-radius: 6px;
	margin-bottom: 10px;
}
.countdown_title {
	display: block; font-weight: bold;
}
.countdown_displaydate {
	display: block; color: #000; padding:5px;
}
.countdown_daycount {
	display: block; color:#2d6987;	font-size:50px; font-weight:bold; margin:0px; padding:0px; line-height:normal;
}
.countdown_dney {
	display: block; color: #000; padding:5px;
}
.countdown_link {
	display: block; 
}

.dspl-b{
	display: block;
}
.dspl-n{
	display: none;
}

.crs-hand {
	cursor: pointer;
}

.mrg-left20 {
	margin-left: 10px;
}

.pdg-left20 {
	padding-left: 10px;
}

.text-justify {
	text-align: justify;
}

.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

#toTop {
	position: fixed;
	bottom: 38px;
	right: 10px;
	display: none;
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
}

.help-block {
	font-size: 12px;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#banner-ubn {
		display: none;
	}
}