body {
    background: url(../img/expo-bg.jpg) #060606;
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
    font-family: 'Neucha', cursive;
    color: white;
}
p {
    font-size: 16px;
}
#header {
    background: url('../img/op_bl_97.png');
    background-repeat: repeat;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid yellow;
}
#logo {
    margin-top: auto;
    margin-bottom: auto;
}
.top-adress {
    font-size: 18px;
    color: yellow;
    font-weight: bolder;
}
.top-adress-w {
    font-size: 18px;
    color: white;
    font-weight: bolder;
}
.spaser {
    height: 15px;
}
#section-1, #section-3 {
    background: url('../img/op_bl_95.png');
    background-repeat: repeat;
    padding-bottom: 20px;
}
#section-3 {
    padding-top: 20px;
}
h1, h2 {
    color: yellow;
}
#video-cont {
    float: right;
    position: relative;
    padding-bottom: 30%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-left: 10px;
    margin-right: 10px;
}
#video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#section-2-wr-1 {
    background: url('../img/op-75.png');
    background-repeat: repeat;
}
#section-2, #section-4 {
    background-color: #F6F7F8;
    opacity: 0.95;
    padding-top: 20px;
    padding-bottom: 20px;
}
#fb-widget {
    margin-right: auto;
    margin-left: auto;
}
.h-wh {
    color: #FF0000;
}
.img-wr-w {
    padding: 15px;
}
.pic {
    margin-left: auto;
    margin-right: auto;
}
.btn-default {
    color: #FF0000;
}
#btn-wr-w {
    padding-top: 30px;
}
#btn-wr-w button:hover {
    background-color: yellow;
}
.like_wripper {
    padding-top: 20px;
    padding-bottom: 25px;
}
#like-wr-w h4 {
    color: #FF0000;
}
.b-share-icon {
    font-size: 30px!important;
}
#contact {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border: 1px solid yellow;
    border-radius: 3px;
}
#contact label {
    color: yellow;
}
.form-control {
    background: url(../imgop_bl_95.png);
    background-repeat: repeat;
    color: white;
    border: 1px solid white;
}
#contact button {
    background-color: black;
    color: yellow;
}
#contact button:hover {
    background-color: yellow;
    color: black;
}
.conf {
    font-size: 12px;
}
#medias {
    margin-top: 20px;
}
.media-heading {
    color: yellow;
    font-size: 22px;
}
.media-comp {
    height: 50px;
}
.pic {
    max-height: 175px;
    margin: 10px;
}
#gal-wr {
    margin-top: 20px;
    margin-bottom: 10px;
}
#footer {
    background: url('../img/op_bl_97.png');
    background-repeat: repeat;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid yellow;
}
#footer-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#copyrights {
    margin-top: 20px;
    font-size: 10px;
}
#copyrights p {
    font-size: 12px;
}
#copyrights a {
    color: white;
}
.modal-content {
    background-color: black;
}
#map-static {
    margin-left: auto;
    margin-right: auto;
}
#section-1 a {
    color: #FF0000;
    font-size: 20px;
}
#section-1 a:hover{
    color: yellow;
}
a.call {
    bottom: 10px;
    display: block;
    left: 40%;
    position: fixed;
    z-index: 10000;
}
a.call img {
    width:70px;
    height:70px;
    -webkit-animation: heartbeat 1s infinite;
    background: yellow;
    border: 3px solid #FF0000;
    border-radius: 140px;
    opacity: 0.9;
    box-shadow: 0 0 2px 2px #e4e4e4;
}
@-webkit-keyframes heartbeat {
    92% { transform: scale(1, 1);}
    94% {  transform: scale(1.2, 1.2); }
    96% {  transform: scale(1, 1); }
    98% {  transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1);}
}
@media (min-width: 767px){
    a.call img {
        display: none;
        visibility: hidden;
    }
}
.promo a {
    font-size: 16px;
    color: yellow!important;
    font-weight: bold;
    text-decoration: underline;
}
.promo a:hover {
    color: #fff;
}