html, body {
    min-height: 100%;
    height: 100%;
}

html {
    font-size: 100.01%;
    min-height: 100%;
}

body {
    background: #ffffff;
    min-height: 100%;

    font-family: 'Open Sans', sans-serif;
    font-size: 100%; /* 15px */
    color: #2e2e2e;
}

.wrap {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.block {
    padding: 40px 0;
    line-height: 1.5;
}
.block-color {
    background-color: #f5f2e3;
}
.block h2 {
    font-size: 2.250em;
    margin-bottom: 1em;
    font-weight: bold;
}
.block h3 {
    font-weight: bold;
}
.block p:not(:last-child) {
    margin-bottom: 1.5em;
}

a:focus,
a:hover     { color: #ed1b2f !important; }
a           { color: #006ed4; text-decoration: underline; }

#myNavBar {
    background-color: #3fb46f;
    font-size: 0.875em;
}
#myNavBar .navbar-toggle {
    border-color: #fff;
}
#myNavBar .navbar-toggle .icon-bar {
    background-color: #fff;
}
#myNavBar .nav li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#myNavBar .nav li.active a {
    color: #ed1b2f;
}
#myNavBar .nav li:focus {

}
#myNavBar .nav li.active {
    background-color: #ffffff;
}

#promo {
    margin-top: 50px;
    position: relative;
}
#promo .carousel-inner {
    position: absolute;
    background: #000;
    height: 100%;
}
#promo .item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.promo-text {
    text-align: center;
    position: relative;
    padding: 45px 0;
}
.promo-text__header {
    font-family: 'Russo One', sans-serif;
    font-size: 3em;
    color: #3fb46f;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.promo-text__city {
    color: #fff;
    font-weight: bold;
}
.promo-text__phone {
    margin: 70px 0;
}
.promo-text__phone a, .promo-text__phone a:hover, .promo-text__phone a:focus {
    text-decoration: none;
    color: #fff !important;
    font-size: 3em;
    font-weight: bold;
}
.promo-text__phone .glyphicon {
    font-size: 0.5em;
}

.promo-text__info {
    margin: 70px 0 0 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

.map-image {
}
.map-image img {
	max-width: 100%;
	display: block;
	margin-bottom: 25px;
}

.map {
    min-height: 400px;
}

a.phone {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 1.250em;
    font-weight: bold;
}
a.phone .glyphicon {
    font-size: 0.5em;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border: 4px solid #fddaa4;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(55, 55, 55, 0.24);
  box-shadow: 0px 0px 21px 2px rgba(55, 55, 55, 0.24);
  background: #000000;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}


@media (max-width: 767px) {
    .promo-text__header {
        font-size: 2em;
    }
    .promo-text__phone a, .promo-text__phone a:hover, .promo-text__phone a:focus {
        font-size: 1.5em;
    }
    .promo-text__phone .glyphicon {
        font-size: 0.5em;
    }

    .promo-text__info {
        font-size: 1.250em;
    }
}