* {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("themes/base/glyphicons") format("png");
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
img {
  max-width: 100%; }

.wrapper {
  width: 100%;
  background: #F5F2EE;
  font: 500 12px 'Source Sans Pro', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  color: #929292; }
  .wrapper header {
    background: #F6F2EF; }
    .wrapper header .header_line {
      background: #F5F2EE; }
    .wrapper header .meta_wrap {
      width: 100%;
      text-align: center;
      padding: 3px 0;
      border-bottom: 1px solid #d9d9d9; }
    @media (min-width: 320px) and (max-width: 1025px) {
      .wrapper header .meta_wrap {
        display: none; } }

/*----------------------------------Header line-------------------------------------*/
.headerLine {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto; }
  .headerLine .line {
    line-height: 30px; }
  .headerLine span {
    font-size: 12px;
    color: #7a7977; }
  .headerLine a {
    margin-right: 20px;
    font-size: 11px;
    color: #7a7977;
    text-decoration: none; }
    .headerLine a:hover {
      color: #db4c59; }
  .headerLine .phone span {
    display: block; }
  .headerLine .glyphicon-phone-alt {
    float: left;
    line-height: 25px; }
  .headerLine .cl {
    color: #333; }
  .headerLine .glyphicon:before {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 0 0 5px; }

/*--------------------------------End Header line-----------------------------------*/
/*----------------------------------Navigation--------------------------------------*/
.gen_wrap {
  width: 100%;
  text-align: center;
  background: #F9FAF4;
  padding: 46px 0; }
  .gen_wrap .button {
    display: inline-block; }
  .gen_wrap .logo img {
    max-width: 185px; }

.wrapHead {
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 980px) {
    .wrapHead {
      min-width: 100%;
      max-width: 100%; } }

.menu nav.navbar-default, .menu .navbar-default .navbar-toggle:hover, .menu .navbar-default .navbar-toggle:focus {
  background: transparent;
  border: 0;
  box-shadow: none; }
  .menu nav.navbar-default .collapse, .menu .navbar-default .navbar-toggle:hover .collapse, .menu .navbar-default .navbar-toggle:focus .collapse {
    padding: 0; }
@media (min-width: 320px) and (max-width: 767px) {
  .menu .menu li:first-child a {
    border-left: 0; } }
.menu .navbar-nav {
  margin: 0; }
.menu .navbar-header {
  display: inline-block; }
.menu .navbar-toggle {
  border: 1px solid #000;
  border-radius: 0;
  margin: 15px 0 5px;
  background: transparent; }
.menu .navbar-default .navbar-toggle .icon-bar {
  background: #000; }
.menu .navbar-default .navbar-toggle:hover, .menu .navbar-default .navbar-toggle:focus {
  border: 1px solid #000;
  background: #000; }
  .menu .navbar-default .navbar-toggle:hover span, .menu .navbar-default .navbar-toggle:focus span {
    background: #fff; }
.menu ul {
  background: transparent; }
.menu li a {
  padding: 22px 19px;
  background: #FEFBF7;
  border: 1px solid #d9d9d9;
  border-left: 0;
  color: #555;
  font: 600 11px 'Montserrat Alternates', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  text-transform: uppercase; }
@media (min-width: 320px) and (max-width: 765px) {
  .menu li a {
    border: 0;
    border-bottom: 1px solid #d9d9d9; } }
.menu li a:hover, .menu li a.active, .menu .active > a, .menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .open > a {
  background: #FAF7F2;
  box-shadow: none;
  color: #555; }
.menu li:first-child a {
  border-left: 1px solid #d9d9d9; }

/*---------------------------------End Navigation-----------------------------------*/
/*-------------------------------------Slider---------------------------------------*/
.flex-direction-nav .flex-prev {
  left: 15px !important; }

.flex-direction-nav .flex-next {
  right: 15px !important; }

.flexslider .slides > li {
  position: relative; }

.flexslider {
  border: 0;
  margin: 0; }

.flex-control-nav {
  bottom: 4%; }

.flex-direction-nav a {
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  top: 40%; }
  .flex-direction-nav a:before {
    content: "<";
    text-shadow: none;
    color: #fff; }

.slides {
  position: relative; }

.slides h2 {
  /*background: #ED5065;*/
  background: rgba(215, 40, 40, 0.9);
  position: absolute;
  top: 7%;
  left: 15%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  max-width: 105px;
  min-height: 59px;
  padding: 14px 11px 10px; }

@media (min-width: 320px) and (max-width: 340px) {
  .slides h2 {
    top: 0; } }
@media (min-width: 500px) and (max-width: 750px) {
  .slides h2 {
    font-size: 2em;
    min-width: 195px;
    min-height: 105px; } }
@media only screen and (min-width: 751px) {
  .slides h2 {
    font-size: 2em;
    min-width: 195px;
    min-height: 150px;
    padding: 27px 20px 0;
    top: 12%; } }
.flex-direction-nav a.flex-next:before {
  content: ">";
  text-shadow: none;
  color: #fff; }

/*-------------------------------------End Slider------------------------------------*/
main {
  font: normal 15px 'Jura', sans-serif; }
  main h1 {
    font-weight: 600; }

/*--------------------------------------Services-------------------------------------*/
.services {
  margin: 0 auto;
  width: 95%; }
  .services span {
    padding: 20px 0;
    display: block;
    font-size: 20px; }
  .services li {
    padding: 10px 0;
    font-size: 19px; }
  .services strong {
    color: #ed5065; }

/*-------------------------------------End Services----------------------------------*/
/*----------------------------------------Gallery------------------------------------*/
.bgGallery {
  background: #FAFAF0;
  width: 100%;
  display: inline-block; }

.gallery {
  margin: 0 auto 35px;
  width: 95%; }
  .gallery .crop {
    float: left;
    margin: .5em 10px .5em 0;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 320px;
    padding: 10px 5px;
    background: #fff;
    height: inherit; }
  .gallery .crop img {
    width: 100%; }
  .gallery h1 {
    padding: 0 0 0 15px; }

/*-------------------------------------End Gallery-----------------------------------*/
/*----------------------------------------Delivery-----------------------------------*/
.delivery {
  margin: 0 auto 35px;
  width: 95%; }
  .delivery p, .delivery li {
    font-size: 19px; }
  .delivery img {
    width: 135px; }

/*---------------------------------------End Delivery--------------------------------*/
/*----------------------------------------Delivery-----------------------------------*/
.scars {
  margin: 0 auto;
  width: 95%;
  padding: 30px 0;
  text-align: center; }
  .scars .cars {
    margin: 0 0 15px; }

.wrapScars {
  background: #FFE065;
  width: 100%; }

/*-----------------------------------------End sCars----------------------------------*/
.wrapText {
  width: 100%; }
  .wrapText .text {
    width: 95%;
    margin: 0 auto 10px; }
    .wrapText .text p {
      font-size: 19px; }

/*-------------------------------------------Model------------------------------------*/
.model {
  margin: 0 auto;
  width: 95%;
  padding: 30px 0; }
  .model img {
    filter: alpha(opacity=20);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    opacity: 0.2; }
  .model img:hover {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease; }
  .model .cars {
    margin: 0 0 15px;
    text-align: center; }

.wrapModel {
  background: #F2F2F2;
  width: 100%; }

/*----------------------------------------End Model----------------------------------*/
/*-----------------------------------------Footer------------------------------------*/
footer {
  background: #333333; }
  footer h1 {
    color: #fff;
    padding: 20px 0;
    margin: 0; }

/*----------------------------------------Contacts-----------------------------------*/
.contacts {
  margin: 0 auto 35px;
  width: 95%; }
  .contacts li {
    margin: 0 0 13px 0;
    font-weight: 400;
    font-size: 13px;
    color: #888;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle; }
  .contacts a {
    text-decoration: none;
    color: #888; }
    .contacts a:hover {
      text-decoration: none;
      color: #f36639; }
  .contacts .glyphicon {
    color: #f36639;
    vertical-align: sub;
    font-size: 20px; }
  .contacts .first {
    padding-left: 18px; }

.social .fa {
  font-size: 20px;
  color: #f36639; }
  .social .fa:hover {
    color: #888; }

.fLine {
  text-align: center;
  padding: 20px 0; }
  .fLine span {
    display: inline-block;
    vertical-align: middle; }
  .fLine #qoo-counter {
    display: inline-block;
    vertical-align: middle;
    line-height: 0; }

#map {
  width: 100%;
  height: 500px; }

/*---------------------------------------End Contacts---------------------------------*/
/*-----------------------------------------Footer-------------------------------------*/

/*# sourceMappingURL=style.css.map */
