/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(../fonts/BEBAS___.TTF); */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot');
      src: url('../fonts/fontello.eot') format('embedded-opentype'),
           url('../fonts/fontello.woff') format('woff'),
           url('../fonts/fontello.ttf') format('truetype'),
           url('../fonts/fontello.svg') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.icon-facebook:before { content: '\e800'; } /* '' */
.icon-gplus:before { content: '\e801'; } /* '' */
.icon-twitter:before { content: '\e802'; } /* '' */
.icon-pinterest:before { content: '\e803'; } /* '' */
/* ==============CHANGE COLOR===============
========================================== */ 
a {
    color: #BB3027 !important; /* LINK COLOR */
}

hr {
    border-top: 1px solid #667084 !important; /* HEADER LINE COLOR */
}






/* ==============GLOBAL=================== 
========================================== */  
body {
    font-size: 15px;
    font-family: 'Roboto', Arial, Helvetic, sans-serif;
    line-height: 1.5em;
	background: lavender;
}


a {
    color: #29ABE2;
    text-decoration: underline;
}

.container-fluid {
    padding: 0;
}

hr {
    border-top: 1px solid #29ABE2;
}

/* ==============HEADER=================== 
========================================== */  

.header-name {
	font-family: 'Racing Sans One', cursive;
	font-size: 45px;
	line-height: 1.25;
}
.header-city {
	font-size: 20px;
}
.header {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.header-phone {
    font-size: 1.1em;
    font-weight: bolder;
    text-align: center;
    margin-top: 5px;
    color: #fff;
    background: #667084;
}

.header-phone span {
    font-weight: bolder;
    font-family: 'Roboto Condensed';
}

.header-phone a {
    font-size: 1.6em;
    color: #fff !important;
}

.header img {
    /*margin-top: -35px;*/
    display: block;
    text-align: center;
    width: 400px !important;
    margin: 0 auto;
}

.header h1 {
    margin-top: 0;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-left: 45px;
}

.header h1:before {
    content: ' ';
    width: 38px;
    height: 38px;
    background-image: url(../img/logo-icon.png);
    position: absolute;
    margin-left: -40px;
    top: -4px;
}
/* ==============CONTENT=================== 
========================================== */  
.content {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 50px;
}

.content .main-img {
    padding: 15px 0 25px;
    
}

.main {
    background: #F6F6F6;
}

.main h2 {
    font-size: 2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.carousel {
    padding-top: 10px;
    padding-bottom: 30px;
}
.carousel-indicators {
    margin-bottom: -20px;
}

.carousel-indicators .active {
    border: none;
    background: #000;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel a img {
    display: block;
    margin: 0 auto;
    float: left;
}

.carousel a:first-child img {
    margin-left: 20px;
}
/* ==============SIDEBAR=================== 
========================================== */  
.sidebar {
    background: #F6F6F6;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
}
.sidebar h2 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background: #667084;
    padding: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar h3 {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 15px;
}

.sidebar p, .sidebar address {
    font-size: 15px;
    padding-left: 15px;
}

.sidebar address {
    margin-bottom: 0;
}

.sidebar p {
    margin-bottom: 0;
}

.icon-row {
    margin-top: 20px;
}

.icon-row a {
    color: #000 !important;
    text-decoration: none !important;
}

.icon-row a:hover {
    color: #666 !important;
}

.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}
/* ==============FOOTER=================== 
========================================== */  

.footer {
    background: #667084;
    color: #fff;
    text-align: center;
    margin-top: 55px;
    padding: 10px 0;
}


/*=============MOBILE====================
========================================= */
@media (min-width: 992px) {
    .col-md-8 {
        width: 65%;
        margin-right: 10px;
    }
}

@media (max-width: 800px) {
    .header-phone {
        text-align: center;
    }
    .header div {
        text-align: center;
    }
    .main {
        margin-bottom: 50px;
    }
    .carousel-indicators {
        margin-bottom: -10px;
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}