.navbar {
    margin-bottom: 0;
}
.modal-content {
    background-image: url(../img/sky.jpg);
width: 100%;
height: 100%;

background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
border: 1px solid #72716e;
border-radius:1px;
    padding: 10px;
}
@media only screen and (min-width:768px) {
.modal-dialog {width: 370px;}
}
/* default height */
#ad {
   height:800px;
}
@media only screen and (min-width:768px) and (max-width:980px) {
h2, .h2 {
    font-size: 19px;
}
}
@media only screen and (height:300px) {
   /* 90 pixels high */
   #ad {
      height:300px;
   }
}
@media only screen and (height:200px) {
   /* 125 pixels high */
   #ad {
      height:200px;
   }
}
.slogan3 {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #e3e3e3;
    padding-top: 5px;
    text-shadow: 1px 1px 2px black, 0 0 1em white;
}

#accordion {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

#accordion .button_podtext {
 font-size: 9px;
 color: #b1b1b1;
}

#accordion div {
 display: block;
 cursor: pointer;
 text-decoration: none;
 display: block;
 padding: 2px 0px 2px 11px;
 background: #000;
 color: #fff;
 font-size: 14px;
 background: url('../images/bg.png') 0px 0px;
 text-shadow: 0px 1px 0px rgba( 0, 0, 0, 0.6);
 list-style: circle;
}
.map-box{
	margin:30px auto;
	padding:0;
	overflow:hidden;
	width:861px;
	position:relative;
}
.managers{
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	position:fixed;
	background:url(../images/fader.png) repeat;
	display:none;
}
.managers .close{
	background:url(../images/close.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-158px 0 0 138px;
	cursor:pointer;
}
.managers ul{
	list-style:none;
	position:fixed;
	background:#fff;
	border:2px solid #990000;
	border-radius:10px;
	box-shadow:1px 1px 5px #000;
	top:50%;
	left:50%;
	width:260px;
	padding:20px;
	margin:-148px 0 0 -150px !important;
}
.managers ul li{
	width:190px;
	display:none;
}
.managers ul #poltava{
	display:block;
}
.managers ul a{
	color:#6db3c9;
}

#accordion div:hover {
 background: url('../images/bg.png') 0px -44px;
}

.first {
 border-radius: 3px 3px 0px 0px;
}

#accordion ul a {
 color: #999;
   -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#accordion ul a:hover {
 color: #fff;
 padding-left: 3px;
 text-decoration:none;
   -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#accordion div.active {
 color: #428bca;
   -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#accordion ul {
 list-style: none;
 font-size: 13px;
 background: #1a1a1a;
 box-shadow: inset 0px 3px 6px rgba( 0, 0, 0, 0.7);
 display: none;
 padding: 5px 0 5px 15px ;
margin-right: 8px;
}

#accordion ul li {
 font-weight: normal;
 cursor: auto;
 padding: 3px 7px;
}

#accordion a {
 text-decoration: none;
}

#accordion a:hover {
 text-decoration: underline;
}

#menu_pop .menu_bottom {
 display: block;
 padding: 3px 6px 3px;
 background: #000;
 color: #fff;
 font-size: 9px;
 border-radius: 0px 0px 3px 3px;
 font-family: georgia;

 text-align: right;
 text-shadow: 0px 1px 0px rgba( 0, 0, 0, 0.6);
}
#demo_navi {
	z-index: 99999;
	position: fixed;
	top: 0px;
	height: 50px;
	width: 100%;
	background: url(../images/bar_bg.png);
	border-bottom: 1px solid #0d0d0d;
	box-shadow: 0px 2px 15px rgba( 0, 0, 0, 0.6);
}

#demo_navi a {
	text-decoration: none;
}


#demo_navi  .demo {
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	line-height: 40px;
	color: #eeeeee;
	font-weight: ;
	text-shadow: 0px 1px 0px #000;
	float: left;
}

#demo_navi  .name {
	font-size: 18px;
	padding: 0px 20px 0px 0px;
	line-height: 48px;
	color: #eeeeee;
	font-weight: ;
	text-shadow: 0px 1px 0px #000;
	float: right;
}

#content {
	width: 1000px;
	margin:  0px auto;
	padding: 70px 0px;
}

a.small {
    font-size:12px;
}

a.medium {
    font-size:14px;
}

a.big {
    font-size:18px;
}

a.otherbuttons {
  display: inline-block;
  text-decoration: none;

  color: #ffffff;
  padding: 8px 12px;
  background: -moz-linear-gradient(
    top,
    #6b6b6b 0%,
    #242424);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#6b6b6b),
    to(#242424));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
  margin: 10px 5px;
}

a.greenotherb:hover {
  background: -moz-linear-gradient(
    top,
    #bbd624 0%,
    #689425);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#bbd624),
    to(#689425));
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #507d15;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);
}

a.redotherb:hover {
  background: -moz-linear-gradient(
    top,
    #f03554 0%,
    #942538);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#f03554),
    to(#942538));
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #7d1515;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);
}
.well3 {
    min-height: 20px;
    padding: 8px;

    margin-bottom: 20px;
    background-color: #939393;
    border: 1px solid #72716e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
      -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.well2 {
    min-height: 20px;
    padding: 8px;

    margin-bottom: 20px;
    background-color: #939393;
    border: 1px solid #72716e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
      -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.well2 a{
    color: #eaeaea;
    text-decoration: none;
}
.well2 h1{
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom:0 !important;
}
.well2 h2{

    margin-top:0 !important;
}
.well2 a:hover{
    color: #ff097e;
    text-decoration: none;
}
.well2:hover {
color: #ff097e !important;
    background-color: #fff;
    border: 1px solid #ff097e;
      -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #939393;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);
background-image: -webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#939393));
background-image: -webkit-linear-gradient(top,#e8e8e8 0,#939393 100%);
background-image: -moz-linear-gradient(top,#e8e8e8 0,#939393 100%);
background-image: linear-gradient(to bottom,#e8e8e8 0,#939393 100%);
background-repeat: repeat-x;


}

.imageav {

  vertical-align: top;
  position: relative;
  	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

.imageav .caption {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font: 18px;
}
.imageav .caption a{color:#fff;}