/*
@font-face {
    font-family: Arial;
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('eot'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Arial;
        src: url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
    }
}
*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700italic,700,500italic,500,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,800,800italic);

select {
  font-family: arial, sans-serif;
}

b {
  font-family: arial, sans-serif;
}


body {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

legend {
    font-family: arial,sans-serif;
    padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #111111;
    font-family: arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;

}

p {
    font-family: arial,sans-serif;
    font-weight: normal;
}


.ui-datepicker table {
  font-size: 0.8em !important;
}

.text-link {
    font-family: Arial;
    font-size: 14px;
    line-height: 26px;
}
.text-link:hover {
    cursor: default;
}

.booking-form-error{
  position:absolute;
  display:none;
  background: white;
  z-index:10000;
}
.booking-form-error .help-block{
  color:white;
  font-size:14px;
}

/* ==================================================
    Slideshow
================================================= */

.slideshow { 
    position: relative;
    float: left;
}
.slideshow img {
    position: absolute;
    left: 0;
    top: 0;
}

.pattern {
    background: url("../img/pattern.png") repeat scroll 0 0 transparent;
    height: 510px;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

/* ==================================================
   Language
================================================== */

.language {
    background: #dedede none repeat scroll 0 0;
    border-top: 0 solid #000000;
    height: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100%;
}
.language .pt {
    background: url("../img/pt.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 0 0 0 25px;
    color: #000000
}

.language .en {
    background: url("../img/en.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
    padding: 0 0 0 25px;
    color: #000000    
}

.language .es {
    background: url("../img/es.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0 0 0 25px;

}

.language .fr {
    background: url("../img/fr.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0 0 0 25px;
    color: #000000

}

.language .de {
    background: url("../img/de.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0 0 0 25px;

}

.language ul, ol {
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
    float: right;
}
.language ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
.language li {
    line-height: 20px;
}
.language li a {
    color: #000000
}
.language a:hover {
    color: #333333;
}



/* ==================================================
   Header
================================================== */

header {
    width: 100%;
    z-index: 1001;
    height: 140px;
    top: 0;
    left: 0; 

}

header .main-nav {
    width: 100%;
    height: 140px;
    background: #161616 none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    z-index: 12;
    position: relative;
}

header .main-nav.stuck {
    top: 0;
    left: 0;
    z-index: 1001;
}

header #logo {
    color: #ffffff;
    float: left;
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
}

header #logo a {
    background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 95px;
    opacity: 1;
    text-indent: -9999px;
        width: 315px;
    margin-top: 0px;
    filter: alpha(opacity=100);
    
    -webkit-transition: opacity 0.25s ease-in-out 0s;   
       -moz-transition: opacity 0.25s ease-in-out 0s;
         -o-transition: opacity 0.25s ease-in-out 0s;
            transition: opacity 0.25s ease-in-out 0s;   
}
header #logo a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);  
}

nav#menu {
    float: right;
    margin-right: 0;
    margin-top: 5px;
}

nav#menu #menu-nav {
    margin: 0;
    padding: 0; 
}

nav#menu #menu-nav li {
    float: left;
    list-style: none outside none;
    padding-right: 6px;
    position: relative;
}

nav#menu #menu-nav li:first-child {
    margin-left: 0; 
}

nav#menu #menu-nav li a {
    color: #FFFFFF;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 0px;
    padding: 14px 10px;
    text-transform: uppercase;
}

nav#menu #menu-nav li.current a, nav#menu #menu-nav li a:hover {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

nav#menu #menu-nav li a:hover, nav#menu #menu-nav li.sfHover a, nav#menu #menu-nav li.active a {
    background: none;
    border-radius: 5px;
    color: #cccccc;
    text-decoration: none;
}

nav#menu #menu-nav li a:hover, nav#menu #menu-nav li.sfHover a, nav#menu #menu-nav li.active a {
    color: #cccccc;
}
nav#menu #menu-nav ul {
    position: absolute;
    top: -9999em;
    width: 140px !important;
}
nav#menu #menu-nav ul li {
    width: 100%;
}
nav#menu #menu-nav li:hover ul, nav#menu #menu-nav li.sfHover ul {
    left: 50%;
    margin-left: -85px;
    top: 60px;
    z-index: 99;
}

nav#menu #menu-nav li:hover li ul, nav#menu #menu-nav li.sfHover li ul, nav#menu #menu-nav li li:hover li ul, nav#menu #menu-nav li li.sfHover li ul, nav#menu #menu-nav li li li:hover li ul, nav#menu #menu-nav li li li.sfHover li ul {
    top: -9999em;
}
nav#menu #menu-nav li li:hover ul, nav#menu #menu-nav li li.sfHover ul, nav#menu #menu-nav li li li:hover ul, nav#menu #menu-nav li li li.sfHover ul, nav#menu #menu-nav li li li li:hover ul, nav#menu #menu-nav li li li li.sfHover ul {
    left: 241px !important;
    top: -5px;
}
nav#menu #menu-nav li li:hover ul:before, nav#menu #menu-nav li li.sfHover ul:before, nav#menu #menu-nav li li li:hover ul:before, nav#menu #menu-nav li li li.sfHover ul:before, nav#menu #menu-nav li li li li:hover ul:before, nav#menu #menu-nav li li li li.sfHover ul:before {
    border: medium none;
}
nav#menu #menu-nav ul {
    background: none repeat scroll 0 0 #FC494D;
    padding: 10px 15px 15px;
}
nav#menu #menu-nav ul li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    line-height: 25px;
    padding: 0;
    position: relative;
}
nav#menu #menu-nav ul li:last-child {
    border: 0 none;
}
nav#menu #menu-nav ul li a {
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
}
nav#menu #menu-nav li.sfHover ul a {
    color: #FFFFFF;
    font-size: 13px;
}
nav#menu #menu-nav li.sfHover ul a:hover {
    color: #323A45;
}

/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
    display: none;  
}

.menu-nav {
    background:url(../img/menu-mobile.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin: 22px 0 0 0;
    
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    
    -webkit-transition: -webkit-transform 250ms ease-out 0s;    
       -moz-transition: -moz-transform 250ms ease-out 0s;
         -o-transition: -o-transform 250ms ease-out 0s;
            transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
    background-position: 0 -16px;
          
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
    
    -webkit-transition: -webkit-transform 250ms ease-out 0s;    
       -moz-transition: -moz-transform 250ms ease-out 0s;
         -o-transition: -o-transform 250ms ease-out 0s;
            transition: transform 250ms ease-out 0s;    
}

#navigation-mobile {
    display: none;
    text-align: center;
    width: 100%;
    background: #26292E;    
    border-bottom: 1px solid #2F3238;
    position: relative;
    float: left;
    z-index: 9999;
}

#navigation-mobile li {
    list-style: none;
    border-top: 1px solid #2F3238;
}

#navigation-mobile li a {
    color: #4C8C41;
    display: block;
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase;
}

#menu-nav-mobile ul.sub-menu {
    background: transparent;
    margin: 0;
    position: relative;
    top: auto;
    width: auto;
}

#menu-nav-mobile ul.sub-menu li {
    border-top: 1px solid #313335;
    height: auto;
    margin-top: 0;
}

#menu-nav-mobile .sub-menu li a {
    padding-left: 0px; 
}

.form_hp {
    background: url("https://media.iolnegocios.pt/media1201/33eb0271c7c39243fc74c48b334e6556/") repeat scroll 0 0 transparent;
    border-radius: 4px;
    margin: 10px 0;
    min-height: 20px;
    padding: 15px;
}

.form_hp label {
    color: #FFFFFF !important;
    font-weight: 200;
}

.form_hp button {
    background: none repeat scroll 0 0 #cccccc !important;
    border-radius: 8px;
    color: #111111;
    border: 1px solid #161616;
}


.mainSlider .slides img {
    display: block !important;
    min-height: 560px !important;
    width: 100% !important;
}

.mainSlider .slides > li {
    height: 560px;
    overflow: hidden;
}

#homepage_title {
    color: #ffffff;
    font-family: 'Ubuntu',sans-serif;
    font-size: 61px;
    font-weight: normal;
    padding: 3em 0 0;
    text-shadow: 0 0 8px #000000;
}

#homepage_sub_title {
    color: #ffffff;
    font-family: "Ubuntu",sans-serif;
    font-size: 24px;
    margin-top: 10px;
    text-shadow: 0 0 10px #000000;
}

#homepage_p {
    background: none repeat scroll 0 0 #161616;
    color: #ffffff;
    font-family: "Ubuntu",sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    padding: 10px;
    text-shadow: 0 0 0 #000000;
    width: 17%;
}
/* ==================================================
   Destaques
================================================== */


.destaque {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    height: 80px;
    margin-top: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
}

.destaque a {
    text-decoration: none;
}

.destaque-title {
    color: #141414;
    display: block;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.destaque-subtitle {
    color: #333333;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
}


.page {
    margin: 0;
    min-height: 90px;
    padding: 0px 0;
    position: relative;
    z-index: 9999;
}

.page_black {
    background: none repeat scroll 0 0 #141414;    
    margin: 0;
    min-height: 90px;
    padding: 0px 0;
    position: relative;
    z-index: 9999;
}

.page_gray {
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 0 0 12px #CCCCCC;
    padding: 0;
    position: relative;
}

.submitNextRes {
    background-color: #dedede;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: auto;
}

/* ==================================================
   Footer
================================================== */

footer {
    background: none repeat scroll 0 0 #141414;
    border-top: 4px solid #cccccc;
    float: left;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.footer_header {
    color: #cccccc;
    font-family: "Ubuntu",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 40px;
}

.recent_posts .col-md-4 {
    float: left;
    margin-left: 0;
    }

#footer .post {
    margin-bottom: 70px;
    width: 93%;
}
#footer.post {
    float: left;
    margin-right: 20px;
    color: #FFFFFF;
}
#footer .post{
    color: #FFFFFF;
    font-style: italic;
    font-weight: bold;
}
#footer .post .title {
    color: #cccccc;
    display: block;
    font-size: 14px;
}
.post ul, ol {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
}
.post ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
.post li {
    line-height: 20px;

}
.post li a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Ubuntu',sans-serif;
}
.post li a:hover {
    color: #FFFFFF;
    line-height: 20px;
}

.post {
    color: #CCCCCC;
    font-size: 12px;
}

.post p {
font-family: 'Ubuntu',sans-serif;
}

.post .adress {
    background: url("../img/footer_adress_icon.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 0 0 35px;
    width: 100%;
    font-family: 'Ubuntu',sans-serif;
}

.post .phone {
    background: url("../img/footer_phone_icon.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 0 0 35px;
    width: 100%;
}

.post .tlm {
    background: url("../img/footer_tlm_icon.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 0 0 35px;
    width: 100%;
}

.post .mail {
    background: url("../img/footer_mail_icon.png") no-repeat scroll 0 7px transparent;
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0 0 0 35px;
    width: 100%;
}

.post .arrow {
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0;
    width: 100%;
}


/* ==================================================
   Images
================================================== */

.destaque-image-wrap {
    background: none repeat scroll 0 0 #fbfbfb;
    box-shadow: 0 0 0px 0px #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.destaque-image-wrap {
    cursor: default;
}
.destaque-image-wrap a:hover {
    text-decoration: none;
}
.destaque-image-wrap img {
    width: 100%;
}

.image-wrap {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.image-wrap img {
    width: 100%;
    height: 100%;
}

/* ==================================================
   Pages
================================================== */

.page-header {
    border-bottom: 0 solid #161616;
    color: #1d3380;
    font-family: 'Ubuntu',sans-serif;
    font-size: 21px;
    margin: 30px 0 00px;
    padding-bottom: 9px;
    text-align: left;
    width: 100%;
}

.page-header-home {
    border-bottom: 0 solid #161616;
    color: #1d3380;
    font-family: 'Ubuntu',sans-serif;
    font-size: 24px;
    margin: 0px 0 30px;
    padding-bottom: 9px;
    text-align: center;
    width: 100%;
}

.page-header2 {
    border-bottom: 2px solid #161616;
    margin: 30px 0 20px;
    font-family: Arial, sans-serif;
}

.page-header h1 {
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: #161616;
    font-size: 21px;
    font-family: 'Ubuntu',sans-serif;
}

.page-header2 h1 {
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.work-nav {
    margin-bottom: 30px;
}

/* ==================================================
   Filtro Frota
================================================== */

.fleet-nav > li {
    float: left;
    padding: 0px;
}
.fleet-nav > li > a {
    border-radius: 0px;
    font-size: 13px;
    color: #555555;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.fleet-nav > li + li {
    margin-left: 2px;
}
.fleet-nav > li.active > a, .fleet-nav > li.active > a:hover, .fleet-nav > li.active > a:focus {
    background-color: #121212;
    color: #FFFFFF;
}
.fleet-nav > li.active > a .caret, .fleet-nav > li.active > a:hover .caret, .fleet-nav > li.active > a:focus .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

.fleet-nav #filters li a:hover {
    color: #FFFFFF;
}

.fleet-nav #filters li a.selected {
    color: #DE5E60;
}

.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 28px 18px;
    position: relative;
}

.fleet-nav > li > a:hover, .nav > li > a:focus {
    background-color: #111111;
    color: #FFFFFF;
    text-decoration: none;
}
/* ==================================================
   Frota
================================================== */

.frota .modal-dialog {
    padding-top: 80px !important;

}

.frota h4 {
    color: #111111;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.frota {
    box-shadow: 0 0 3px 0 #dddddd;
    margin-bottom: 20px;
}


.frota .button .submit {
    background: none repeat scroll 0 0 #cccccc;
    border: 0 none;
    border-radius: 0px;
    color: #333333;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: 80%;
}

.modal-content {
    background-color: #FFFFFF;
    border: 0px solid none;
    border-radius: 6px;
    box-shadow: 0 transparent;
    outline: 0 none;
    position: relative;
}

.modal-content h4 {
    color: #111111;
}

.modal-body {
    color: #111111;
    padding: 20px;
    position: relative;
}

.frota label {
    color: #111111;
    font-family: Arial,sans-serif;
}

.banner-text{ position:absolute; top:25px; width:850px; }
.banner-text:link, .banner-text:hover{ text-decoration:none; }

.form_hp {
  position:relative;
  z-index:9999;
}

.form_hp legend { 
    font-family: 'Ubuntu',sans-serif;
    color: #FFFFFF;
    border: 0;
}

.form_hp .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #B94A48;
}

.form_hp .has-error .form-control {
    border: 1px solid #FF0000;
    box-shadow: 0 0 0 inset;
}
.form_hp .has-error label {
    color:#FF0000 !important;
}
.fleet-booking-form .form-error {
    font-size:12px;
    color:#FF0000 !important;
}

.form-error {
  display:none;
  font-size:11px;
  color:#A8C537;
}

.frota h5 { 
    color: #111111;
    display: inline-block;
    font-family: Arial,sans-serif;
    text-align: center;
    width: 100%;
}

.frota h6 { 
    color: #111111;
    display: inline-block;
    font-family: Arial,sans-serif;
}

.frota small { 
    color: #161616;
    font-weight: normal;
    line-height: 1;
}


.frota img {
    text-align: center;
    width: auto;
    height: auto
}

/* ==================================================
   Features
================================================== */

ul.ffeatures {
    display: none;
    padding: 9px;
    list-style-type: none;
    background: #f3f3f3;
    border-radius: 4px;
}
ul.ffeatures li {
    margin-bottom: 8px;
}
ul.ffeatures li:last-child {
    margin-bottom: 0px;
}

ul.features {
    float: left;
    margin-left: 0px;
    margin-right: 25px;
    min-height: 135px;
}

ul.features li {
    background: url("../img/frota_icons.png") no-repeat scroll 0 0 transparent;
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 9px;
    padding: 5px 0 10px 40px;
}

ul.features li.seats {
    background-position: 0 0;
}
ul.features li.baggage {
    background-position: 0 -60px;
}
ul.features li.doors {
    background-position: 0 -120px;
}
ul.features li.fuel {
    background-position: 0 -175px;
}
ul.features li.aircon {
    background-position: 0 -298px;
}
ul.features li.aircon_off {
    background-position: 0 -415px;
}
ul.features li.manual {
    background-position: 0 -355px;
}
ul.features li.automatic {
    background-position: 0 -300px;
}
ul.features li.power {
    background-position: 0 -420px;
}
ul.features li.volume {
    background-position: 0 -480px;
}
ul.features li.maxweight {
    background-position: 0 -540px;
}
ul.features li.emission {
    background-image: url("../img/emissions.png");
}
ul.features li.emission.emission_a {
    background-position: 0 0;
}
ul.features li.emission.emission_b {
    background-position: 0 -60px;
}
ul.features li.emission.emission_c {
    background-position: 0 -120px;
}
ul.features li.emission.emission_d {
    background-position: 0 -180px;
}
ul.features li.emission.emission_e {
    background-position: 0 -240px;
}
ul.features li.emission.emission_f {
    background-position: 0 -300px;
}
ul.features li.emission.emission_g {
    background-position: 0 -360px;
}
ul.features li.milage, ul.features li.minage, ul.features li.reqDL {
    background: none repeat scroll 0 center transparent;
    float: none;
    padding: 0;
}
ul.features li.minage {
    padding-bottom: 10px;
}
ul.features li.reqDL {
    margin-top: -10px;
    padding-bottom: 10px;
}
ul.features li.even {
    padding-right: 10px;
}
ul.features li.disabled {
    opacity: 0.5;
}
ul.features li.disabled.drive {
    background-position: 0 -360px;
}
ul.features li.disabled.emission {
    background-position: 0 -420px;
}
ul.features li.disabled .unit {
    display: none;
}

/* ==================================================
   Buttons
================================================== */

.button .submit {
    background: none repeat scroll 0 0 #002c40;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: auto;
}

.button .submit:hover {
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    text-decoration: none;
    cursor:pointer;
    outline:none;
}

.button .submit.submit-unavailable {
    background: none repeat scroll 0 0 #161616;
    cursor: default;
}

#button {
    margin-bottom: 3px;
}

/* ==================================================
   Booking
================================================== */

.vehicle-details-btn {
    padding: 5px;
    background: #f2f2f2;
    border: 0;
    border-radius: 4px;
    outline: none;
}

.vehicle-details-btn:hover {
    background: #ddd;
}

.reserva {
    border-bottom: 7px solid #161616;
    box-shadow: 0 0 7px #DEDEDE;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.form-group a {
    color: #161616;
    border-bottom: 0px solid #6EB663;
    box-shadow: 0 0 0px #DEDEDE;
}

.reserva .col-md-6 img {
    width: 95%
}

.reserva h2 { 
    color: #111111;
    display: inline-block;
    font-family: arial,sans-serif;
    width: 100%;
}

.reserva h3 {
    color: #333333;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: 600;
    width: 100%;
}

.reserva h5 { 
    color: #999999;
    display: inline-block;
    font-family: arial,sans-serif;
}

.reserva h6 { 
    color: #999999;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: bold;
    margin: 0;
}

.sidebar-booking {
    background: none repeat scroll 0 0 #F1F1F1;
    height: auto;
    margin: 0;
    width: 100%;
}

.sidebar-booking .col-md-12 {
    width: 95%;
}

.sidebar-booking h3 {
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial,sans-serif;
    padding: 10px;
    width: 100%;
    margin-top: 0;
}

.sidebar-booking h1 {
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,sans-serif;
    padding: 10px;
    width: 100%;
    font-size: 24px;
    margin-top: 0;
}



.sidebar-booking .col-md-12 {
    margin-left: 10px;
    margin-top: 5px;
}

.sidebar-booking .row {
    font-family: Arial,sans-serif;
}

.sidebar-booking3 {
    border: 6px solid #161616;
    height: auto;
    margin: 0;
    padding: 5px 0 20px;
    width: 100%;
}

.sidebar-booking3 .col-md-12 {
    width: 95%;
}

.sidebar-booking3 h3 {
    border-bottom: 1px solid #CCCCCC;
    color: #111111;
    display: inline-block;
    font-family: Arial,sans-serif;
    margin-top: 0;
    padding: 10px;
    width: 100%;
}


.sidebar-booking3 .price-per-day{
    font-size: 18px;
    color:#999999;
}


.sidebar-booking3 h4 {
    color: #999999;
    display: inline-block;
    font-family: Arial,sans-serif;
    padding: 0px;
    width: 100%;
}

.sidebar-booking3 h2 {
    color: #999999;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}

.sidebar-booking3 h1 {
    border-bottom: 5px solid #CCCCCC;
    color: #161616;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 32px;
    margin-top: 0;
    padding: 15px 0 15px;
    width: 97%;
}

.sidebar-booking3 p {
    font-family: Arial,sans-serif;

}

.sidebar-booking3 .col-md-12 {

    margin-left: 10px;
    margin-top: 5px;
}

.sidebar-booking3 .row {
        font-family: Arial,sans-serif;
}

.optional h3 {
    font-family: Arial,sans-serif;
    width: 100%;
    font-size: 18px;
}

.optional .row {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.optional h3 {
    color: #111111;
    display: inline-block;
    font-family: Arial,sans-serif;
    width: 100%;
}

.optional .col-md-2 h3 {
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial,sans-serif;
    font-weight: bold;
    padding: 10px;
    width: auto;
    font-size: 16px;
}

.optional h5 {
    color: #777777;
    display: inline-block;
    font-family: Arial,sans-serif;
    line-height: 23px;
    width: 100%;
}

.optional button {
    background: none repeat scroll 0 0 #161616;
    border-radius: 8px;
    color: #FFFFFF;
    border: 1px solid #161616;
}

.optional button:hover {
    background: none repeat scroll 0 0 #161616;
    border: 1px solid #161616;
    border-radius: 8px;
    color: #FFFFFF;
}

.booking_steps {
    margin: 0px;
}

.booking_steps a {
    font-size: 16px;
    border-radius: 0px;
    box-shadow: none;
}

.booking_steps .first {
    background: url("../img/arrow.png") no-repeat scroll 190px 21px transparent;
    color: #444444;
}
.booking_steps .active {
    background-color: #161616;
    color: #FFFFFF;
    padding: 20px;
}

.booking_steps b {
    font-size: 22px;
    font-weight: bold;
    margin-left: -20px;
}

/* ==================================================
   News
================================================== */

.news {
    margin: 0;
}

.news .button .submit {
    background: none repeat scroll 0 0 #161616;
    border-radius: 0px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
    padding: 5px 10px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: auto;
    border: 0;
}

.news .button .submit:hover {
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    text-decoration: none;
}

.news p {
    color: #777777;
    font-family: Arial,sans-serif;
}

.news b {
    color: #333333;
    font-family: 'arial', sans-serif;
}

.news i {
    color: #333333;
    font-family: 'arial', sans-serif;
}

.news div {
    color: #333333;
    font-family: 'arial', sans-serif;
}



.news .slideshow {
    float: left;
    height: 245px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.news .slideshow img {
    float: left;
    position: relative;
    width: 100%;
}

.news h1 {
    font-size: 21px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    margin-top: 0;
    }

.news .space {
    margin-bottom: 20px;
    border-bottom: 0px solid green;
    
    }

/* ==================================================
   Faq
================================================== */

.faq {
    margin: 0;
}

.faq .panel-default > .panel-heading {
    background-color: #161616 !important;
    border-color: #161616;
    color: #FFFFFF;
}

/* ==================================================
   Contacts
================================================== */

.contacts {
    margin: 0;
}

.contacts p {
    color: #666666;
    margin-bottom: 20px;
}

.news_slider {
    margin: 0;
}

/* ==================================================
   Site map
================================================== */

.sitemap a {
    color: #333333;
    font-family: Arial,sans-serif;
    text-decoration: underline;

    }

.sitemap li {
    line-height: 32px;

    }

.sitemap a:hover {
    color: #161616;
    font-family: Arial,sans-serif;
    text-decoration: none;

    }

.sitemap h4 {
    color: #161616;
    font-family: Arial,sans-serif;
    text-decoration: none;
    font-weight: bold;

    }


.featured_vehicles {
    background: url("https://media.iolnegocios.pt/media1201/4b31e71e256739ad680fb0f44095f2bc/") no-repeat scroll center bottom transparent;
}

.featured_vehicles img {
    width: 100%;
    height: 100%;
    text-align: center;

    }

.featured_vehicles .title {
    background: none repeat scroll 0 0 #161616;
    color: #ffffff;
    font-family: "Ubuntu",sans-serif;
    padding: 7px 0;
    text-align: center;
}

.featured_vehicles h4 {
    font-size: 13px;
    font-family: 'Ubuntu',sans-serif;
    color: #000000;
    text-align: center;
    }

.featured {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    height: 60px;
    margin-top: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
}

.featured-subtitle {
    color: #333333;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.featured-image-wrap {
    background: none repeat scroll 0 0 #fbfbfb;
    box-shadow: 0 0 8px 0px #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.featured_vehicles .button .submit {
    background: none repeat scroll 0 0 #1D3380;
    border-radius: 0px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Ubuntu',sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: 80%;
    border: 0;
    margin-bottom: 15px;
}
