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

.page-bg {
  background: #FFFFFF;
  box-shadow: 5px 5px 50px #999;
  position: relative;
  border-radius: 5px;
}

.top-part {
  display: inline-block;
  width: 100%;
}

header {
  background: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-top: solid 15px #003470;
  border-bottom: solid 15px #003470;
  overflow: hidden;
}

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

header .logo img {
  height: 105px;
}

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

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

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

header .phone {
  display: inline-block;
  padding: 5px 15px;
  background: #ec1b24;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
  margin-top: 10px;
}

.nav-main {
  background: #ec1b24;
  padding: 10px 0;
  margin-top: -6px;
}

.nav-main .navbar-default {
  background: transparent;
  border: none;
}

.nav-main .navbar-default .navbar {
  min-height: inherit;
  margin-bottom: 0px;
}

.nav-main .navbar-default .navbar-nav li a {
  color: #FFFFFF;
  background: #003470;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 21px;
  font-weight: 400;
  margin: 0px 1px;
  border-radius: 4px;
}

.nav-main .navbar-default .navbar-nav li a:hover {
  color: #FFFFFF;
}

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

.slider {
  box-shadow: 5px 5px 50px #999;
}

.slider .carousel-control.right {
  background-image: none;
}

.slider .carousel-control.left {
  background-image: none;
}

.slider img {
  width: 100%;
}

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

.slide-list {
  display: block;
  background: #001c3d;
  padding: 10px 20px 1px 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 4px;
}

.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 #00408a;
  padding: 5px 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 {
  background: #FFFFFF;
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.content h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

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

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

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

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

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

.content-page h2 {
  font-weight: 700;
  background: #003470;
  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 #003470;
}

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

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

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

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

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

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

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

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

.service {
  background: #003470;
  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;
  font-size: 16px;
}

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

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

footer {
  background: gray;
  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;
  }
  .slider .carousel-caption {
    font-size: 18px;
  }
  .content .working-hours {
    margin-top: 20px;
  }
  .service img {
    margin: 5px auto;
  }
  .coupons .item-one {
    margin-bottom: 10px;
  }
  footer {
    text-align: center;
  }
}
