html {    
    height: 100%;
}



body {
    background: #ffd34c;
    font-family: 'Play', sans-serif;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.sidebar {
    background: url('../img/mapfon.png') #272727 center;
    position: fixed;
    height: 100%;
}
.sidebar_mobile {
    background: #272727;
}
.row {
    margin: 0;    
}


.slog {
    color:#ffd34c;
    text-align: center;
}   

.name1 {
    border-bottom: 1px solid #4ccbff;
    font-size: 24px;
}
.name2 {

}
.tel {
    color:#4ccbff;
    font-size: 24px;
    margin-top:10px;
    margin-bottom:20px;
    text-align: center;
}
.head {
    margin-top: 20px;  
    list-style: none;    
}
.head li{
    color:#ffd34c;  
}

.head li a{
    color:#4ccbff;
    font-size: 18px;
}

.logo {
   
}
.logo img {
   
}

.toph1 {
    text-align: center;
	text-transform: uppercase;
}

.content h3 {
    color:#ffd34c;
    background: #272727;
}

.footer {
    border-top: 1px solid #4ccbff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.icon-bar {
    background: #000;
}

.navbar-nav a {
    color: #555555;
}
.navbar-nav a:hover {
    color: #dc601c; 
    background: transparent!important;
}

.navbar-default .navbar-brand {
    display:none;
    font-family: 'Poiret One', cursive;
    color: #000;
    font-weight: 600;
    line-height: 0.9;
    margin-top: -5px;
    float: none; 
}


   
@media only screen and (max-width: 1000px) {
	
}
@media only screen and (max-width: 768px) {
	
}
 @media only screen and (max-width: 650px) {
     
    }
@media only screen and (max-width: 400px) {
	
}

