body {
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

#top-bar .social ul {
    list-style: none;
    float: right;
    margin-bottom: 0;
}

#top-bar .social ul li {
    display: inline-block;
}

#top-bar .social ul li a {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 11px 18px;
    display: block;
}

#top-bar .social ul li a.facebook:hover {
    background: #3b5998;
    color: #FFF;
}

#top-bar .social ul li a.facebook:hover i {
    color: #FFF;
}

#top-bar .social ul li a.google-plus:hover {
    background: #d34836;
    color: #FFF;
}

#top-bar .social ul li a.google-plus:hover i {
    color: #FFF;
}

#top-bar .social ul li a,
#top-bar .social ul li a i{
    color: #cbcbcb;
}

#top-bar .social ul li a.facebook,
#top-bar .social ul li a.facebook i{
    color: #3b5998;
}

#top-bar .social ul li a.google-plus,
#top-bar .social ul li a.google-plus i{
    color: #d34836;
}

#header {
    background: #fcfcfc;
    border-top: 1px solid #f5f5f5;
}

#header .text-logo {
    font-size: 23px;
    font-weight: 100;
    color: #414042;
    padding: 17px 0;
    display: block;
}

#header #main-navigation ul {
    list-style: none;
    margin-bottom: 0;
    float: right;
    padding-left: 0;
}

#header #main-navigation ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 23px 0;
}

#header #main-navigation ul li:last-child {
    margin-right: 0;
}

#header #main-navigation ul li a {
    font-size: 15px;
    color: #414042;
    text-transform: uppercase;
}

#header #main-navigation ul li a.active,
#header #main-navigation ul li a:hover {
    color: #004175;
}

body.cars #header #main-navigation ul li a.active,
body.cars #header #main-navigation ul li a:hover,
body.car_detail #header #main-navigation ul li a.active,
body.car_detail #header #main-navigation ul li a:hover {
    color: #d93249;
}

#header .carousel-item {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

#main .links {
    padding: 45px 0;
    background: #fcfcfc;
}

#main .links a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    /*font-size: 45px;*/
	font-size: 49px;
    text-transform: uppercase;
}

#main .links a small {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: -10px;
}

#main .links a i {
    display: inline-block;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-weight: 300;
}

#main .links a img {
    width: 57px;
    margin-top: 20px;
}

#main .links a.blue i {
    border: 2px solid #004175
}

#main .links a.red i {
    border: 2px solid #d51c35
}

#main .links a.blue {
    color: #004175;
}

#main .links a.red {
    color: #d51c35;
}

#main .section-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

#main .section-title::after {
    content: " ";
    height: 1px;
    width: 10%;
    background: #FFF;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

#main section.cars {
    color: #FFF;
}

#main section.cars {
    background-size: cover;
}

#main section.cars .container .col-md-12 {
    padding-bottom: 110px;
}

#main section.cars .image-thumb img{
    width: 100%;   
	height: 200px;
	object-fit: cover;
}

#main section.cars article .car-card {
	margin: 5px -10px;
	background-color: #FFF;
	padding: 8px;
}

#main section.cars article:last-of-type {
    margin-right: 0;
}

#main section.cars article .car-title {
    text-transform: uppercase;
    overflow: hidden;
    padding: 13px 20px;
}

#main section.cars article .car-title h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000;
    float: left;
    font-weight: 300;
    margin: 0;
}

#main section.cars article .car-title h3 strong {
    text-transform: initial;
}

#main section.cars article .delimeter {
    width: 60%;
    height: 1px;
    background: #000;
    margin: 0 auto;
}

#main section.cars article .details {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 12.5px;
    color: #000;
    margin-top: 5px;
    text-align: center;
}

#main section.cars article .car-title .price {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000;
    float: right;
    font-weight: 300;
    line-height: 1;
}

#main section.cars .call-to-action a {
    left: 50%;
    bottom: 0;
    position: absolute;
    text-transform: uppercase;
    color: #004175;
    font-size: 17px;
    transform: translateX(-50%);
    background: #fcfcfc;
    padding: 13px 35px;
}

#main section.partners {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    background: #fcfcfc;
}

#main section.partners .section-title {
    margin-top: 15px;
}

#main section.partners a {
    margin-right: 100px;
}

#main section.partners a:last-child {
    margin-right: 0;
}

#main section.partners a img {
    width: auto;
    height: 150px;
}

#main section.map {
    width: 100%;
    float: left;
}

#main section.map iframe {
    background: #414042;
    width: 100%;
    float: left;
    display: block;
	pointer-events: none;
	position: relative;
}

#main section.map iframe.clicked {
    pointer-events: auto;
}

#main section.page-content {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 130px;
    position: relative;
}

#main section.page-content .content-title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 200;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 45px;
}

#main section.page-content p {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: rgba(255, 255,255, .8);
    text-align: justify;
    margin-top: 30px;
}

#main section.page-content p:first-of-child {
    margin-top: 0;
}

#main section.page-content .tabbing {
    text-align: center;
    position: absolute;
    top: 12px;
    width: 100%;
}

#main section.page-content .tabbing a {
    background: #FFF;
    font-size: 17px;
    font-weight: 300;
    color: #195382;
    text-transform: uppercase;
    padding: 13px 30px;
    margin-right: 30px;
}

#main section.page-content .tabbing a:last-of-type {
    margin-right: 0;
}

#main section.page-content .tabbing a.active,
#main section.page-content .tabbing a:hover {
    background: #195382;
    color: #FFF;
    text-decoration: none;
}

#main section.page-c	ontent .tabbing a:focus {
    text-decoration: none;
}

#main section.page-content .tabbed-content {
    /*margin-top: 120px;*/
    display: none;
}

#main section.page-content .tabbed-content:first-child {
    display: block;
}

#main section.page-content .tabbed-content h4 {
    font-size: 19px;
    color: #FFF;
    text-transform: uppercase;
}

#main section.page-content .tabbed-content p {
    margin-top: 0;
    margin-bottom: 50px;
}

.service #main section.page-content {
    padding-bottom: 70px;
}

.service #main section.reservation .container .col-md-12 > p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 30px;
}

.service #main section.reservation h2:after, .kalkulacia_splatok h2:after {
    content: " ";
    height: 1px;
    width: 10%;
    background: #333;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.service #main section.reservation label, .kalkulacia_splatok label {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #414042;
}

.service #main section.reservation select, .kalkulacia_splatok select {
    width: 100%;
    outline: 0;
    font-weight: 300 !important;
    color: #414042 !important;
}

.service #main section.reservation input, .kalkulacia_splatok input {
    width: 100%;
    outline: 0;
    font-weight: 300 !important;
    color: #414042 !important;
}

.kalkulacia_splatok p {
    margin-bottom:10px !important;
    font-weight: 300 !important;
    color: #414042 !important;
}

.cars.instock .links a.blue span,
.car_detail .links a.blue span,
.cars.instock .links a.blue small,
.car_detail .links a.blue small{
    background: #195382;
    color: #FFF
}

.cars.instock .links a.red span,
.car_detail .links a.red span,
.cars.instock .links a.red small,
.car_detail .links a.red small{
    background: #d93249;
    color: #FFF
}

.cars.instock .links a span,
.car_detail .links a span{
    margin-bottom: -5px;
}

.cars.instock .links a span,
.cars.instock .links a small,
.car_detail .links a span,
.car_detail .links a small{
    padding: 10px 30px;
    display: inline-block !important;
}

.cars.instock .page-content .content {
    padding: 0 70px;
}

.page-content .content article {
    background: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-content .content article .car-image {
    width: 45%;
    float: left;
}

.page-content .content article .car-image img {
    width: 100%;
}

.page-content .content article .car-content {
    width: 55%;
    padding: 20px 30px;
    float: left;
}

.page-content .content article h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.content article tr {
    margin-bottom: 15px;
}

.page-content .content article th {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-right: 50px;
    margin-bottom: 5px;
}

.page-content .content article td {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.page-content .content article .standard-price.small {
    font-family: 'Raleway', sans-serif;
    font-size: 13.6px;
    color: #000;
    font-weight: 300;
}

.page-content .content article .standard-price.small strong {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-top: -8px;
}

.page-content .content article .discount {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #ff0000;
    display: block;
    margin-top: 17px;
}

.page-content .content article .discount strong {
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    font-weight: 600;
    display: block;
    margin-top: -14px;
}

.car_detail .content article .actions {
    float: left;
    width: 100%;
    /*margin-top: 40px;*/
}

.car_detail .content article .calculate {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #195382;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    color: #195382;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 47%;
}

.car_detail .content article .calculate:hover {
    background: #195382;
    color: #FFF;
}

.car_detail .content article .reservation {
    background: #195382;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #195382;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;;
    text-transform: uppercase;
    float: right;
    text-align: center;
    width: 47%;
}

.car_detail .content .car-tabbing {
    margin-top: 55px;
}

.car_detail .content .car-tabbing .tabbing-buttons {
    text-align: center;
    position: relative;
    top: -11px;
}

.car_detail .content .car-tabbing a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    background: #195382;
    font-size: 17px;
    padding: 13px 30px;
    margin-right: 30px;
}

.car_detail .content .car-tabbing a:hover,
.car_detail .content .car-tabbing a.active {
    color: #195382;
    background: #FFF;
}

.car_detail .content .car-tabbing a:focus {
    text-decoration: none;
}

.car_detail .content .car-tabbing a:last-of-type {
    margin-right: 0;
}

.car_detail .content .car-tab {
    background: #FFF;
    padding: 40px;
    display: none;
}

.car_detail .content .car-tab:first-child {
    display: block;
}

.car_detail .content .car-tab ul li {
    font-family: 'Raleway', sans-serif;
}

.car_detail .content .car-tab ul li span {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: rgba(65, 64, 66, .8);
    font-weight: 300;
}

.car_detail .content article .reservation:hover {
    background: #FFF;
    color: #195382;
}

.clear {
    clear: both;
}

.input-bottom {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.input-bottom p {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#main section.reservation {
    background: #fcfcfc;
    padding-bottom: 60px;
}

#main section.reservation form h3 {
    font-family: 'Raleway', sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: #414042;
    margin-top: 45px;
    margin-bottom: 20px;
}

#main section.reservation form .checkbox span, .kalkulacia_splatok .checkbox span {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #414042;
    font-weight: 300;
    margin-left: 30px;
}

#main section.reservation form .checkbox input, .kalkulacia_splatok .checkbox input {
    margin-left: 0;
	width: 5%;
}

.car-logo {
    position: absolute;
    width: 130px;
    background: #fcfcfc;
    text-align: center;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.car-logo img {
    width: 100%;
}

#footer {
    background-color: #191919;
    padding-top: 50px;
    padding-bottom: 35px;
    float: left;
    width: 100%;
}

#footer .widget .widget-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #FFF;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 35px;
}

#footer .widget .widget-content {
    color: #FFF;
    float: left;
    display: block;
    overflow: hidden;
}

#footer .widget .widget-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #9f9f9f;
    text-transform: uppercase;
}

#footer .widget .widget-content p strong {
    font-weight: 600;
    color: #FFF;
}

#footer .widget .widget-content big {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #FFF;
    line-height: 1;
}

#footer .widget .widget-content p.light {
    margin-top: -7px;
}

#footer .widget .widget-content p:first-child {
    margin-top: 15px;
}

#footer.white {
    background-color: #FFF;
}

#footer.white .widget .widget-title {
    color: #414042;
}

#footer.white .widget .widget-content {
    color: #414042;
}

#footer.white .widget .widget-content p {
    color: #414042;
}

#footer.white .widget .widget-content p strong {
    color: #414042;
}

#footer.white .widget .widget-content big {
    color: #414042;
}

.owl-pagination {
    margin-top: -50px;
}

.owl-theme .owl-controls .owl-page {
    position: relative;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FFF;
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid #FFF;
    width: 15px;
    height: 15px;
    background: transparent;
}

.owl-buttons {
    display: none;
}

.slide-title span {
    font-family: 'Raleway', sans-serif;
    background: rgba(19, 68, 108, .85);
    color: #FFF;
    padding: 20px;
    padding-bottom: 15px;
    font-weight: 300;
    display: block;
    float: left;
    line-height: 1;
    clear: both;
}

.carousel-item .col-md-12 {
    height: 400px;
}

.slide-title {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
}

.slide-title span.big {
    font-size: 71px;
    display: block;
    font-weight: 400;
    padding-right: 30px;
}

.slide-title span.big small {
    font-size: 23px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}

.slide-title span.small {
    font-size: 23px;
    margin-top: 15px;
    padding-top: 15px
}

.hvr-bob:hover {
    -webkit-animation-duration: .3s,0.8s;
    animation-duration: .3s,0.8s;
}

body.cars .page-content .tabbing,
body.index .page-content .tabbing,
body.car_detail .page-content .tabbing{
    top: 0 !important;
}

body.cars .page-content .tabbing a,
body.index .page-content .tabbing a,
body.car_detail .page-content .tabbing a{
    background-color: #FFF;
    height: 85px;
    width: 130px;
    display: inline-block;
    background-size: 75% !important;
    background-repeat: no-repeat !important;
    background-position: 50% 45% !important;
    padding: 0 !important;
    margin-right: 120px !important;
}

body.cars .page-content .tabbing a:last-of-type,
body.index .page-content .tabbing a:last-of-type,
body.car_detail .page-content .tabbing a:last-of-type{
    margin-right: 0 !important;
}

body.cars .page-content .tabbing a:hover,
body.index .page-content .tabbing a:hover,
body.car_detail .page-content .tabbing a:hover{
    background-color: #FFF !important;
}

body.cars .page-content .tabbing a.active,
body.index .page-content .tabbing a.active,
body.car_detail .page-content .tabbing a.active{
    background-color: #195382 !important
}

.tabbing .active.hyundai {
    background-image: url(../../images/tab_hyundai_hover.png) !important;
}

.tabbing .peugeot {
    background-image: url(../../images/tab_peugeot.png) !important;
}

.tabbing .citroen {
    background-image: url(../../images/tab_citroen.png) !important;
}

body.cars #main .links,
body.car_detail #main .links {
    background: #fcfcfc;
}

body.cars #main .links a small,
body.car_detail #main .links a small {
    font-weight: 300;
}

body.cars #main .section-title,
body.car_detail #main .section-title {
    color: #FFF;
}

.section-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    display:block;
    margin-top: -25px;
    margin-bottom: 50px;
}

.gallery {
    margin-top: 5px;
    padding-bottom: 0;
    width: calc(100% + 3px);
    position: relative;
    left: -3px;
}

.gallery .owl-controls {
    display: none !important;
}

.gallery .owl-item img {
    padding-left: 3px;
	height:100px !important;
}

.navbar-toggle .icon-bar {
    background: #414042;
    height: 3px;
    width: 30px;
}

@media (min-width: 1200px) {
    .car-content .row .col-md-5 {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .cars.instock .page-content .content {
        padding: 0;
    }
    
    .car-content .row .col-md-5 {
        margin-top: 20px;
    }
    
    .car_detail .content article .actions {
        margin-top: 10px;
    }
    
    .car_detail .content article .calculate {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .car_detail .content article .reservation {
        width: 100%;
    }
    
    #main .links a {
        /*font-size: 39px;*/
		font-size: 42px;
    }
}

@media (max-width: 992px) {
    .collapse {
        display: none !important;
    }
    
    .navbar-toggle {
        display: block;
    }
    
    .collapse.in {
        display: block !important;
    }
    
    #main-navigation {
        padding: 0;
    }
    
    #header #main-navigation ul {
        float: left;
    }
    
    .hamburger-menu {
        position: absolute;
        right: 0;
        top: -60px;
        margin-right: 5px;
    }
    
    #header #main-navigation ul li {
        padding-top: 4px;
    }
	
	.gallery .owl-item img {
		height:200px !important;
	}
}

@media (max-width: 992px) and (min-width: 630px) {    
    #main section.partners a {
        margin-right: 0;
        display: block;
        margin-bottom: 90px;
    }
    
    #main section.partners a:last-of-type {
        margin-bottom: 0;
    }
    
    #main .links .container > div {
        margin-bottom: 40px;
    }
    
    #main .links .container > div:last-of-type {
        margin-bottom: 0;
    }
    
    #main section.cars .container .col-md-12 {
        overflow: hidden;
    }
    
    #main section.cars .call-to-action a {
        text-align: center;
    }
    
    #footer .widget {
        overflow: hidden;
        margin-bottom: 80px;
    }
    
    .slide-title {
        top: 57%;
    }
    
    .cars.instock .page-content .content {
        padding: 0;
    }
    
    .page-content .content article .car-image {
        width: 100%;
    }
    
    .page-content .content article .car-content {
        width: 100%;
    }
    
    .page-content .content article .car-content .col-md-7 {
        width: 62%;
    }
    
    .page-content .content article .car-content .col-md-7,
    .page-content .content article .car-content .col-md-5 {
        float: left;
    }
    
    .page-content .content article .car-content .col-md-5 {
        width: 38%;
    }
    
    .page-content .content article .car-content .col-md-5 {
        margin-top: 0 !important;
    }
    
    .page-content .content article .car-content table th {
        text-align: left;
    }
    
    .page-content .content article .car-content table td {
        text-align: left;
    }
    
    .page-content .content article .car-content h2 {
        text-align: left;
    }
    
    .page-content .content article .car-content .col-md-5 {
        text-align: right !important;
        margin-top: 20px;
    }
    
    .car_detail .content .car-tabbing a {
        width: calc(100%/4);
        display: inline-block;
        margin-right: 0;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    
    .car_detail .content .car-tabbing {
        margin-top: 95px;
        
    }
    
    .car_detail .content .car-tabbing .tabbing-buttons {
        top: -50px;
    }
}

@media (max-width: 630px) {
    #main .links .container > div {
        margin-bottom: 40px;
    }
    
    #main .links .container > div:last-of-type {
        margin-bottom: 0;
    }
    
    #main section.cars .call-to-action a {
        text-align: center;
    }
    
    #main section.cars article {
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 25px !important;
    }
    
    #main section.partners a {
        margin-right: 0;
        display: block;
        margin-bottom: 90px;
    }
    
    #main section.partners a:last-of-type {
        margin-bottom: 0;
    }
    
    .cars.instock .page-content .content {
        padding: 0;
    }
    
    .page-content .content article .car-image {
        width: 100%;
    }
    
    .page-content .content article .car-content {
        width: 100%;
    }
    
    .page-content .content article .car-content table {
        width: 100%;
    }
    
    .page-content .content article .car-content table th {
        margin-right: 0;
        text-align: center;
    }
    
    .page-content .content article .car-content table td {
        text-align: center;
    }
    
    .page-content .content article .car-content h2 {
        text-align: center;
    }
    
    .page-content .content article .car-content .col-md-5 {
        text-align: center !important;
        margin-top: 20px;
    }
    #footer .widget {
        overflow: hidden;
        margin-bottom: 80px;
    }
    
    .car_detail .content article .calculate {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .car_detail .content article .reservation {
        width: 100%;
    }
    
    .car_detail .content .car-tabbing a {
        display: block;
        margin-right: 0;
    }
    
    .slide-title {
        top: 55%;
    }
    
    body.cars .page-content .tabbing a, body.car_detail .page-content .tabbing a {
        margin-right: 25px !important;
    }
    
    .car_detail .content .car-tabbing a {
        border-top: 1px solid rgba(255,255,255, .09);
    }
    
    .car_detail .content .car-tabbing a:last-of-type {
        border-bottom: 1px solid rgba(255,255,255, .09);
    }
    
    #main section.page-content .tabbing {
        position: static !important;
        overflow: hidden;
        margin-bottom: -30px;
        margin-top: -50px;
    }
    
    #main section.page-content .tabbing a {
        margin: 0;
        width: 100%;
        float: left;
        border-bottom: 1px solid #195382;
    }
    
    #main section.page-content .tabbing a 
    
    .car_detail .content .car-tabbing .tabbing-buttons {
        top: -10px;
    }
}

@media (max-width: 530px) {
    .text-logo {
        text-align: center;
    }
    
    .hamburger-menu {
        position: static;
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: -12px;
        margin-bottom: 15px;
    }
    
    #header #main-navigation ul {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #header #main-navigation ul li {
        padding-top: 15px;
        display: block;
        padding-bottom: 15px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #414042;
    }
    
    #header #main-navigation ul li:last-of-type {
        border-bottom: 0;
    }
    
    body.cars .page-content .tabbing, body.car_detail .page-content .tabbing,
	body.index .page-content .tabbing, body.car_detail .page-content .tabbing {
        overflow: hidden;
        position: static !important;
        margin-bottom: -60px !important;
    }
    
    body.cars .page-content .tabbing a, body.car_detail .page-content .tabbing a,
	body.index .page-content .tabbing a, body.car_detail .page-content .tabbing a	{
        width: 100% !important;
        background-size: 23% !important;
        background-position: 50% !important;
        margin: 0 !important;
        float: left;
    }
    
    body.cars .page-content .tabbing a, body.car_detail .page-content .tabbing a,
	body.index .page-content .tabbing a, body.car_detail .page-content .tabbing a	{
        border-bottom: 1px solid #195382;
    }
}



@media (min-width: 993px) {
    .car-image {
        background-size: cover;
    }   
    
    .car-image img {
        /*display:none;*/
    }
}

.percent-sign {
	position:absolute;
	top:10px;
	left:10px;
	z-index:9999;
	
	font-family: 'Raleway', sans-serif;
	color: white;	
	font-size: 35px;
	text-align:center;
	line-height: 2.7em;
	
	background-color: red;
	vertical-align:middle;
	border-radius: 50%;
	width: 100px;
	height: 100px; 	
}

.dni_button {
    background: rgb(24, 195, 238);
    font-family: 'Raleway', sans-serif;
    border: 1px solid #195382;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.dni_button:hover {

}

.dni .car-image {
    width: 50% !important;
    height:auto;
}

.dni .car-content {
    width:50% !important;;
}

@media (max: 992px) {
    .dni .car-image {
        width: 100% !important;;
    }

    .dni .car-content {
        width:100% !important;;
    }
}

.popup_dni {
    background-color:#fff;
    padding:30px 40px;
}

.popup_dni h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.popup_dni h2:after {
    display:none;
}

.ui-dialog {
    padding:0 !important;
}

.ui-widget-header {
    background: #004175	;
    font-family: 'Raleway', sans-serif;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
}

#main section.page-content .tabbing-content p {
    font-weight: 400;
    font-size: 14px;
	color: #333;
    margin-top: 0px;
}

.pricing {
	margin-top:30px;
}

.pricing-table th {
	display:table-cell !important;
}

a.amplus {
	color:#d51c35 !important;
}

a.amplus:hover, a.amplus:focus {
	color:#004175 !important;
}

label.error {
	color:#d51c35
}

.reservation-error {
	color:#d51c35;
	font-size:32px;
}

a.normal-link {
	font-family: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
    background: inherit !important;
    font-size: inherit !important;
    padding: inherit !important;
    margin-right: inherit !important;
}

a.normal-link:hover {
	color: #195382!important;
}