@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body {
  background: #FFFFFF;
  background-size: cover;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}

.page-bg {
  background: #FFFFFF;
}

header {
  display: inline-block;
  width: 100%;
  border-bottom: solid 5px #42cbfc;
  background: #42cbfc;
  min-height: 105px;
}

header .nav-main {
  background: #28333c;
}

header .logo {
  display: inline-block;
  margin-top: 5px;
  position: relative;
  top: -59px;
}

header .logo img {
  border-radius: 50%;
  height: 125px;
  position: absolute;
  z-index: 999;
  box-shadow: 2px 5px 10px #333;
}

header .social {
  list-style: none;
  padding: 0px;
  display: inline-block;
  float: left;
  margin: 15px 0px 0px 10px;
}

header .social li {
  display: inline-block;
}

header .social li a {
  color: white;
  font-size: 34px;
  padding: 0px 0px;
  border-radius: 5px;
  position: relative;
  line-height: 1;
  margin: 0px 3px;
}

header .phone-text {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
}

header .phone {
  display: inline-block;
  padding: 5px 15px;
  background: #28333c;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
  margin-top: 8px;
  width: 100%;
  text-align: center;
}

header .navbar {
  margin-bottom: 0px;
  min-height: inherit;
  border-radius: 4px 4px 4px 4px;
  margin-left: 120px;
}

header .navbar-default {
  background: #28333c;
  border-color: #28333c;
}

header .navbar-default .navbar-nav {
  float: right;
}

header .navbar-default .navbar-nav li a {
  color: #42cbfc;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 18px;
  font-weight: 400;
}

header .navbar-default .navbar-nav li a:hover {
  color: #42cbfc;
}

header .navbar-default .navbar-nav.navbar-right li a {
  font-size: 28px;
  padding: 10px 5px;
}

.slider img {
  width: 100%;
}

.slider .carousel-caption {
  font-size: 28px;
}

.slide-list {
  display: block;
  background: #28333c;
  padding: 10px 20px 1px 20px;
  color: #FFFFFF;
  min-height: 334px;
}

.slide-list h2 {
  font-size: 26px;
}

.slide-list p {
  font-size: 16px;
  line-height: 1.8;
}

.slide-list ul {
  padding-left: 0px;
}

.slide-list li {
  font-size: 14px;
  line-height: 2;
  list-style: none;
  border-bottom: solid 1px #3c4d5b;
  margin-left: 0px;
  padding-left: 0px;
  padding: 3px 0px;
}

.slide-list li a {
  color: #FFFFFF;
}

.slide-list li:last-child {
  border-bottom: 0px;
}

.products h3 {
  font-size: 18px;
  line-height: 1.6;
}

.products h3 span {
  font-weight: 300;
  font-size: 16px;
}

.products h2 {
  font-size: 18px !important;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
}

.products ul {
  padding-left: 15px;
}

.products .item {
  background: #cccccc;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
}

.content {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
}

.content h1 {
  font-weight: 700;
  font-size: 28px;
  margin: 0px 0px 20px;
  background: #42cbfc;
  padding: 10px 15px;
  color: #FFFFFF;
}

.content p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.content .working-hours {
  text-align: center;
  background: white;
  padding: 10px 25px;
  border-radius: 4px;
}

.content .working-hours p {
  background: #10bdfb;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 4px;
}

.content-list ul {
  padding-left: 0px;
}

.content-page {
  padding: 20px 30px;
}

.content-page h2 {
  font-weight: 700;
  background: #42cbfc;
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.content-page h4 {
  margin-top: 20px;
  display: inline-block;
}

.content-page p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.content-page .car-sales img {
  width: 100%;
  height: 100%;
  margin: 15px auto;
  border-radius: 5px;
  border: solid 3px #42cbfc;
}

.content-page .working-hours {
  text-align: center;
  background: white;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 20px;
}

.content-page .working-hours p {
  background: #10bdfb;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 4px;
}

.content-page .contact-box {
  background: white;
  padding: 10px 25px;
  border-radius: 4px;
}

.content-page .map-box {
  border: solid 1px white;
  border-radius: 4px;
  overflow: hidden;
}

.svc-box {
  padding: 50px 0px;
  display: inline-block;
  width: 100%;
}

.svc-box img {
  border: solid 5px #42cbfc;
  border-radius: 4px;
}

.services-list {
  padding: 20px 0 50px 0;
  display: inline-block;
}

.services-list h3 {
  font-size: 20px;
  font-weight: bold;
}

.service {
  background: #28333c;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}

.service h3 {
  padding: 10px 0px 10px 30px;
  margin: 0px;
  color: #FFFFFF;
}

.service ul {
  margin: 0px;
  padding: 0px 0px 0px 30px;
  color: #FFFFFF;
}

.service ul li a {
  color: #FFFFFF;
}

.service img {
  width: 100%;
  border-radius: 5px;
}

footer {
  background: #10bdfb;
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
}

@media (min-width: 0px) and (max-width: 768px) {
  body {
    background-image: none;
  }
  header {
    padding: 10px;
    background-image: none;
  }
  header .phone {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
  header .navbar {
    margin-left: 0px;
  }
  header .navbar-default .navbar-nav {
    float: left;
  }
  .content .working-hours {
    margin-top: 20px;
  }
  .slider .carousel-caption {
    font-size: 18px;
  }
  .service img {
    margin: 5px auto;
  }
  .coupons .item-one {
    margin-bottom: 10px;
  }
  footer {
    text-align: center;
  }
}
