body {
  background: ;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px !important;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff !important;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.navbar-brand {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 0 30px;
  padding: 20px 15px;
}

.navbar-brand>h1 {
  margin: 0;
  padding: 0;
}

.navbar-brand>h1>img {
  display: block;
  max-width: 250px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: auto;
}

.navbar-brand>h1 span {
  display: none;
}

.top-line {
  background: #00aeed !important;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line p {
  color: #ffffff !important;
  font-size: 12px !important;
  margin-bottom: 0;
}

.top-line p span,
.top-line p a {
  margin-right: 10px;
}

.top-line p span i,
.top-line p a i {
  font-size: 12px;
  color: #0f37a8;
  margin-right: 10px;
}

.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}

.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}

.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}

.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;
  color: #0f37a8;
}

.top-line ul.social-icons li a:hover {
  color: #e60202;
}

.titulares {
  background-color: #f9af18;
  padding: 10px;
  color: #000000;
  margin-top: 40px;
}

.topline {
  background: #919191 !important;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.topline p {
  color: #ffffff !important;
  font-size: 12px !important;
  margin-bottom: 0;
}

.topline p span,
.topline p a {
  margin-right: 10px;
}

.topline p span i,
.topline p a i {
  font-size: 12px;
  color: #0f37a8;
  margin-right: 10px;
}

.topline p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}

.topline ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}

.topline ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}

.topline ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 18px;
  color: #0f37a8;
}

.topline ul.social-icons li a:hover {
  color: #e60202;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
  color: #0c005a !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 12px 38px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
  color: #ff0000 !important;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #e60202;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
  display: block;
}

.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}

.navbar-nav li.drop ul.dropdown li a:hover {
  color: #e60202;
}

.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}

.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

header.active .navbar-default {
  background: #ffffff !important;
  box-shadow: 0 0 2px #bbb;
  -webkit-box-shadow: 0 0 2px #bbb;
  -moz-box-shadow: 0 0 2px #bbb;
  -o-box-shadow: 0 0 2px #bbb;
}

.second_brand {
  color: #0c005a !important;
  width: 160px;
}

header.active .navbar-brand {
  padding: 5px 14px 10px;
}

header.active .navbar-brand>img {
  display: block;
  max-width: 180px;
  padding-bottom: 20px;
  width: auto;
}

header.active .navbar-nav>li>a {
  color: black !important;
  padding: 25px 15px;
}

header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}

header.active .navbar-nav a.open-search i {
  color: #666666;
}

header.active .navbar-nav>li>a:hover,
header.active .navbar-nav>li>a.active {
  color: #ff0000 !important;
}

.wr_slider {
  background: #ffffff;
  height: auto;
  margin-top: 90px;
  position: relative;
}

.element-1 {
  position: absolute;
  top: 15%;
  left: 35%;
  background: #d80000;
  color: #fff;
  padding: 5px;
  width: 25%
}

.element-2 {
  position: absolute;
  top: 35%;
  left: 50%;
  background: #069;
  color: #fff;
  padding: 5px;
  width: 25%
}

.element-3 {
  position: absolute;
  bottom: 15%;
  right: 35%;
  background: #cc3;
  color: #fff;
  padding: 5px;
  width: 25%
}

.objectA {
  background: #d80000;
  top: 3%;
  left: 10%;
}

.main_title {
  font-family: 'Oswald', sans-serif;
  color: #373735;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.sub_title {
  font-family: 'Oswald', sans-serif;
  color: #373735;
  font-size: 2.4em;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.nosotros {
  background: url(../images/bg-section-home.jpg) no-repeat right center #f7f7f7;
}

.wp980 {
  width: 96%;
  margin: auto;
}

#flotaHome {
  height: 670px;
  /*background: url(http://www.omegacarrental.com/img/bg-section-home.jpg) no-repeat right center #FFF;*/
  position: relative;
  z-index: 1;
  overflow: hidden
}

#flotaHome .wp980 {
  position: relative;
  height: 100%
}

#flotaHome .copy {
  width: 300px;
  color: black;
  position: absolute;
  top: 160px;
  opacity: 1;
  transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 99
}

#flotaHome .movil {
  position: absolute;
  transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  opacity: 1
}

#flotaHome .movil.audi {
  right: -100px;
  z-index: 3;
  bottom: 140px;
}

#flotaHome .movil.amarok {
  right: 160px;
  z-index: 2;
  bottom: 155px;
  transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

#flotaHome .movil.gol {
  right: 280px;
  z-index: 1;
  bottom: 160px;
  transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

#flotaHome .copy {
  top: 120px;
  opacity: 1
}

#flotaHome .movil.gol {
  right: 240px;
  opacity: 1
}

#flotaHome .movil.amarok {
  right: 120px;
  opacity: 1
}

#flotaHome .movil.audi {
  right: -60px;
  opacity: 1
}

#flotaHome a {
  display: inline-block;
  line-height: 50px;
  width: 180px;
  text-transform: uppercase;
  font-size: 2.6em;
  color: #41413d;
  border-radius: 3px;
  background: #e7bc1e;
  text-align: center
}

#flotaHome a:hover {
  background: #41413d;
  color: #e7bc1e
}

#flotaHome p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin: 30px 0
}

.compania {
  background: url(../images/carro_negro.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.compania .sub_title,
.compania .sub_title+p {
  color: #ffffff !important;
}

.historia, .servicios {
  background:
    /*url(../images/slash_it.png)*/
    #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contacto {
  background: url(../images/white_slash_it.png) #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.historia p {
  color: black;
}

.column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 4px outset #ffcf11;
  -moz-column-rule: 4px outset #ffcf11;
  column-rule: 4px outset #ffcf11;
}

.text-yellow {
  color: black !important;
}

.text-yelloww {
  color: #ffffff !important;
}

footer {
  background: #ffffff;
}

footer>.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .container p {
  font-size: 14px;
}

footer .container p span {
  color: #fff !important;
  font-weight: 700;
}

.bottom_menu {
  padding-left: 20px;
  padding-right: 20px;
}

.bottom_menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.bottom_menu ul li {
  display: inline-block;
  padding: 5px 0 0;
  list-style: none;
  width: 100%;
}

.bottom_menu ul li a {
  display: block;
  line-height: 16px;
  font-size: 13px;
  color: #ff0000;
  text-transform: uppercase;
}

.bottom_second_menu img {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.bottom_second_menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.bottom_second_menu ul li {
  display: inline-block;
  padding: 0;
  list-style: none;
  width: 100%;
}

.bottom_second_menu ul li a {
  display: block;
  line-height: 16px;
  font-size: 10px;
  text-align: right;
  color: #0c005a;
  text-transform: uppercase;
}

.text-white {
  color: black;
}

.back-yellow {
  background: #ff0000;
}

.back-blue {
  background: #0f37a8 !important;
}

.car-option {
  max-width: 480px;
  margin: auto;
  padding: 10px;
}

.car-option figure img {
  border: solid 5px #00aeed;
}

.car-option figcaption {
  background: #00aeed;
  display: block;
  padding: 10px;
}

.car-option figcaption span {
  float: left;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.car-option figcaption .fig-title {
  background: #00aeed;
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
  width: 70%;
}

.car-option figcaption .fig-link {
  color: #fff;
  width: 30%;
  padding: 5px;
  background: #ff5112;
}

.btn-close-modal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
  color: #fff;
}

.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.modal-container {
  background: none !important;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}

.text-modal {
  color: #f9f9f9;
  font-size: 16px;
}

.text-modal span {
  display: inline;
  color: #0f37a8;
  font-size: 36px;
  vertical-align: middle;
}

.border-sp-yell {
  border: outset 10px #ff0000;
}

/*-------------------------------------------------*/
/* =  HEADER
/*-------------------------------------------------*/
.wr_slider .cover-header {
  background-attachment: fixed;
  background-size: cover 100%;
  background-position: top center;
}

.back-history {
  background: url(../images/back_carro_negro.jpg) no-repeat;
}

.back-camino {
  background: url(../images/back_camino.jpg) no-repeat;
}

.back-servicios {
  background: url(../images/back_servicios.jpg) !important;
}

.back-servicios2 {
  height: 0px;
}

.cover-title {
  padding: 110px;
}

.cover-title>.main_title {
  margin-top: 50px;
}

.difuss_back {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  background-size: 100% 100%;
}

.difuss_back_white {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  background-size: 100% 100%;
}

/*****PURE-SLIDER*****/
.slides {
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slides ul {
  list-style: none;
  position: relative;
}

.slides ul li {
  opacity: 0;
  position: absolute;
  top: 0;
  /* css3 animation */
  -webkit-animation-name: anim_slides;
  -webkit-animation-duration: 24.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-delay: 0;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_slides;
  -moz-animation-duration: 24.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-delay: 0;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes anim_slides {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* css3 delays */
.slides ul li:nth-child(2) {
  -webkit-animation-delay: 6.0s;
  -moz-animation-delay: 6.0s;
}

.slides ul li:nth-child(3) {
  -webkit-animation-delay: 12.0s;
  -moz-animation-delay: 12.0s;
}

.slides ul li:nth-child(4) {
  -webkit-animation-delay: 18.0s;
  -moz-animation-delay: 18.0s;
}

.slides ul li img {
  display: block;
  width: 100%;
}

/*-------------------------------------------------*/
/* =  CONTACTO
/*-------------------------------------------------*/
form {
  display: block;
  padding: 0 10px;
  min-height: 100%;
  width: 100%;
}

.form-button {
  min-height: 10px;
  width: 100%;
}

input, textarea {
  border: solid 1px #ff0000;
  display: block;
  float: left;
  margin: 0 auto 10px;
  padding: 10px;
  width: 90%;
}

textarea {
  resize: vertical;
  min-height: 175px;
  max-height: 190px;
  resize: none;
  width: 90% !important;
}

label {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  position: relative;
  width: 50%;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #ff0000;
}

label>span {
  position: absolute;
  bottom: -30px;
  left: 15px;
  text-transform: uppercase;
}

.enviar {
  background: #ff0000;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin: auto !important;
  text-transform: uppercase;
  display: block !important;
  text-align: center;
  width: 25%;
}

.politica {
  display: block;
  font-weight: bold;
  color: #ff0000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 3px #ff0000;
  padding-bottom: 30px;
  padding-top: 60px;
  font-size: 18px;
}

/*------------------------------------------*/
/*	 				SLIDER-REV
/*------------------------------------------*/
.revo-slider-emphasis-text {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
  padding: 15px 20px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  width: 650px;
  text-align: center;
  line-height: 1.5;
}

.revo-slider-caps-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: 'Raleway', sans-serif;
}

.tp-video-play-button {
  display: none !important;
}

.tp-caption {
  white-space: nowrap;
}

/*.tp-banner-container{
	width:100%;
	position:relative;
	padding-top:120px;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container{
		width:100%;
		position:relative;
		padding:0;
}
.tp-caption.grey_heavy_72{
	color:#fff !important;
	font-weight:normal;
}
.tp-caption.grey_regular_18{
	color:#fcfcfc !important;
}
.tp-caption.white_thin_34 {
	font-size:35px;
	line-height:35px;
	font-weight:100;
	font-family:"Open Sans", sans-serif;
	color:rgb(216, 0, 0) !important;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	border-width:0px;
	border-color:rgb(216, 0, 0) !important;
	border-style:none;
}
.black_bold_text{
	color:#0f37a8 !important;
	font-size:24px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
}
.sp-text{
			font-size:20px !important;
		}
		.sp-text span{
			font-size:20px !important;
		}
		.pad-text{
			padding:0 20px;
			font-size:16px;
		}
.text-red{
	color:#d8000 !important;
}
/*.bg_black{
	background:rgba(0,0,0,0.55);
	padding:10px;
}*/
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (min-width: 981px) {
  .phone-bottom {
    display: none;
  }

  header.active .second_brand {
    color: black !important;
  }
}

@media (max-width: 980px) {
  #flotaHome {
    height: 600px;
    background-position: top right
  }

  #flotaHome .copy {
    top: 50px;
    width: 100%;
  }

  /*#flotaHome h3{font-size:3em;}*/
  #flotaHome .movil {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8), -moz-transform:scale(0.8)
  }

  #flotaHome .movil.gol {
    right: 180px;
    bottom: 60px
  }

  #flotaHome .movil.amarok {
    right: 60px;
    bottom: 55px
  }

  #flotaHome .movil.audi {
    right: -180px;
    bottom: 40px
  }

  .phone-left {
    display: none;
  }

  .phone-bottom {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
  }

  header.active .second_brand {
    color: #0c005a !important;
    text-align: center;
  }
}

@media (max-width: 640px) {
  #flotaHome .copy {
    top: 40px;
    text-align: center !important
  }

  #flotaHome p {
    margin: 15px 0
  }
}

@media (max-width: 991px) {

  .top-line,
  .top-line ul.social-icons {
    text-align: center;
    S
  }

  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }

  .topline,
  .topline ul.social-icons {
    text-align: center;
    S
  }

  .topline p span {
    display: inline-block;
    margin-bottom: 7px;
  }

  .navbar-nav>li>a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }

  .second_brand {
    color: #0c005a !important;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
  }

  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }

  .navbar-nav>li>a {
    padding: 5px 15px !important;
  }

  .navbar-nav>li.search {
    display: none;
  }

  .navbar-nav>li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav>li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }

  .car-back {
    top: 80px !important;
    left: 0px !important;
  }

  .car-med {
    top: 90px !important;
    left: 190px !important;
    max-width: 350px !important;
  }

  .car-front {
    top: 80px !important;
    right: 0px !important;
  }

  .present .car-present {
    position: absolute;
    max-width: 300px !important;
  }

  .phone-left {
    display: block;
  }

  .phone-bottom {
    display: none;
  }
}

@media (min-width: 767px) {
  .car-back {
    top: 80px !important;
    left: 0px !important;
  }

  .car-med {
    top: 90px !important;
    left: 190px !important;
    max-width: 350px !important;
  }

  .car-front {
    top: 80px !important;
    right: 0px !important;
  }

  .present .car-present {
    position: absolute;
    max-width: 300px !important;
  }
}

@media (max-width: 480px) {
  .modal-container {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .main_title {
    font-size: 2em !important;
  }

  navbar-brand {
    width: 1850px;
  }

  .phone-left {
    display: none;
  }

  .phone-bottom {
    display: block;
    padding: 0 20px;
  }
}

@media (max-width: 360px) {
  .navbar-brand {
    max-width: 170px !important;
  }

  .camera_next {
    right: 0px !important;
  }

  .camera_prev {
    left: 0px !important;
  }
}

/*-------------------------------------------------*/
/* =  ANIMATE.CSS
/*-------------------------------------------------*/
/*Animate.css - http://daneden.me/animate	/ Licensed under the MIT license - http://opensource.org/licenses/MIT	/ Copyright (c) 2014 Daniel Eden*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

#tels {
  width: 390px;
  height: 95px;
  position: fixed;
  bottom: -60px;
  right: 15px;
  z-index: 10000000000000;
}

#tels div {
  background: rgba(247, 243, 0, 0.85);
  color: black;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: -15px;
  z-index: 10000000000000;
}

@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
}

li>a>i.fa {
  margin-top: -15px;
}
