/* MAIN CSS DOCUMENT FOR BRAVOTUR */

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);

html { 
  background: url(/_img/bg.jpg) no-repeat center fixed; 
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_img/bg.jpg', sizingMethod='scale')";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  background: none;
  font-family: 'Maven Pro', sans-serif;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5 {font-weight: 500; line-height: 130%;}
ul, li {margin: 0; padding: 0; list-style: none}

.primaryContainer {
  background-color: rgba(255, 255, 255, 0.8);
  border: 5px solid #fff;
  height: auto;
  width: 96%;
  max-width: 1200px;
  min-width: 320px;
  margin: 1.2% auto;
  min-height: 100%;
  position: relative;
}

  #headerPicBox {
    background-color: #cfcfcf;
    background-repeat: none;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    height: 200px;
    width: 100%;
    z-index: 10
  }


#navBox {
  background-color: #006fb1;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  width: 100%;
}

ul#nav {
  float: left;
  text-align: right;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
  #nav li {
    border-left: 1px solid #2f90c9;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  #nav li a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    transition: all.3s ease;
  }
  #nav li a:hover {
    background: #00a0ff;
  }
  #nav li a:active,
  #home #nav li a.home,
  #airport #nav li a.airport,
  #golf #nav li a.golf,
  #tours #nav li a.tours,
  #carhire #nav li a.carhire,
  #algarve #nav li a.algarve,
  #reviews #nav li a.reviews,
  #contact #nav li a.contact {
    background: #fdca01;
    color: #006fb1;
  }

#menuHide {display: none}
#menuIcon {display: none}

#logoBox {
  float: left;
  height: auto;
  clear: both;
  height: auto;
  width: 35%;
  position: absolute;
  top: 28px;
  left: 1%;
  bottom: auto;
  right: auto;
  text-align: center;
  min-width: 220px;
  max-width: 260px;
}
  #logoBox img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
#header h1 {
  background: #e1e8ee;
  color: #006fb1;
  float: left;
  font-size: 0.8em;
  width: 100%;
  height: auto;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  padding: 5px 0 5px 2%;
  text-transform: uppercase;
}

#page {
  padding: 5% 3% 2%;
}

#introTextBox {
  float: left;
  margin-right: 1%;
  overflow: auto;
  width: 68.5% 
}
  #introTextBox h1 {
    font-size: 1.7em;
    margin-bottom: 1%;
  }
  #introTextBox h2 {
    font-size: 1.25em;
    margin-bottom: 1%;
  }
  #introTextBox p {
    color: #666;
    margin-bottom: 5px;
  }

#fbwidget {
  float: right;
  height: auto;
  overflow: none;
  margin-bottom: 20px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 24%;
}
  
  #idealspaces {
  background-color: #f3f3f3;
  border: 2px solid #4675b8;
  float: right;
  height: auto;
  overflow: none;
  margin-bottom: 20px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 24%;
}
  #idealspaces-logo {
    margin: 8px auto;
    max-width: 80%;
    min-width: 100px;
    height: auto;
  }
  #idealspaces h4 {
    color: #f58220;
    font-size: .7em;
    text-transform: uppercase;
  }
  #idealspaces h5 {
    background: #ffdf00;
    color: #b84646;
    margin-top: 8px;
    padding: 8px;    
  }
  #idealspaces a {
    background: #4675b8;
    color: #d6e1f0;
    display: block;
    font-size: .9em;
    margin: 0;
    padding-top: 3px;
  }
  #idealspaces a:hover {
    color: #fff;
  }
  #idealspaces a img {
    display: inline-block;
    line-height: 1.5em;
  }

  

#footer {
  background-color: rgba(255,255,255,0.6);
  clear: both;
  overflow: auto;
  height: auto;
  font-size: .8em;
  line-height: 1.4em;
  width: 96%;
  max-width: 1200px;
  min-width: 360px;
  margin: 1.2% auto 70px;
  padding: 1% 1.2% 35px;
  position: relative;
}
  #footer #fb {
    background: url(/_img/icon-fb.png) right top no-repeat;
    height: 32px;
    display: block;
    line-height: 30px;
    padding-right: 40px;
    position: absolute;
    top: 0px;
    right: 1.2%;
  }
  #copyright {
    background-color: #006fb1;
    color: #fff;
    clear: both;
    height: 28px;
    font-size: .95em;
    line-height: 26px;
    overflow: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.2%;
    width: 100%
  }

.longDesc {display:inline}
.shortDesc {display:none;}

@media only screen and (max-width: 1200px) {
  #nav li a {
    font-size: 90%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1099px) {
  #nav li a {
    font-size: 85%;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 969px) {
  #nav li a {
    font-size: 80%;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 930px) {
  #headerPicBox {
    width: 100%;
    height: 200px;
  }
  #logoBox {
    margin-left: -170px;
    top: 30px;
    left: 50%;
    width: 340px;
  }
  #header h1 {
    text-align: center;
    padding-left: 0;
  }

  #navBox {
    width: 100%;
    height: 42px;
  }

  ul#nav {
    background-color: rgba(0,111,177,.85);
    border-left: 5px solid #fff;
    display: none;
    font-size: 1.3em;
    position: relative;
    top: -205px;
    left: 48%;
    width: 52%;
    z-index: 100;
  }
  ul#nav {
    float: none;
    text-align: center;
    margin: 0;
  }
    #nav li {
      float: none;
      border:none;
      border-bottom: 5px solid #fff;
    }
    #nav li a {
      color: #fff;
      display: block;
      height: 36px;
      line-height: 36px;
      margin: 0;
      padding: 0 10px;
    }

  #menuHide {
    background-color: #A0A0A0;
    display: block
  }
  #menuIcon {
    background: url(/_img/icon-menu.png) center center no-repeat;
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -999px;
    position: absolute;
    right: 2.5%;
    top: 0;
  }

  #introTextBox h1, #introTextBox h2 {text-align: center}
  #introTextBox h1 {font-size: 1.5em}
  #introTextBox h2 {font-size: 1.2em}
  #introTextBox p {font-size: .9em}

  #introTextBox {
    clear: none;
    float: none;
    margin: auto;
    width: 94%;
  }

  #idealspaces, #fbwidget {
    clear: none;
    float: none;
    margin: 20px auto 0;
    width: 65%;
  }

}

@media only screen and (max-width: 680px) {

  ul#nav {
    border: none;
    display: none;
    top: -205px;
    left: 0;
    width: 100%;
  }
  #page {
    padding: 35px 3% 15px;
  }
  #idealspaces, #fbwidget {display: none;}
  #footer {font-size: .65em}
}

@media only screen and (max-width: 480px) {
  #logoBox {
    margin-left: -150px;
    top: 32px;
    width: 300px;
  }
  #copyright {
    text-align: center;
    height: auto;
    line-height: 16px;
    bottom: -150;
  }
    #copyright span {
      display: block !important;
      float: none !important;
      text-align: center !important;
    }

}

/*  COMMON CLASSES  */

.clear {clear: both}
.fLeft {float:left !important}
.fRight {float:right !important}
.mL5 {margin-left:5px !important}
.mL10 {margin-left:10px !important}
.mL20 {margin-left:20px !important}
.mR5 {margin-right:5px !important}
.mR10 {margin-right:10px !important}
.mR20 {margin-right:20px !important}
.mT5 {margin-top:5px !important}
.mT10 {margin-top:10px !important}
.mT20 {margin-top:20px !important}
.mT30 {margin-top:30px !important}
.mB5 {margin-bottom:5px !important}
.mB10 {margin-bottom:10px !important}
.mB20 {margin-bottom:20px !important}
.mB30 {margin-bottom:30px !important}
.mB50 {margin-bottom:50px !important}
.fontLight {font-weight:300}
.fontBold {font-weight: bold}
.tC {text-align: center}
.tJ {text-align: justify}
.tR {text-align: right}
.t110 {font-size: 110%}
.t120 {font-size: 120%}
.t130 {font-size: 130%}
.t140 {font-size: 140%}
.t90 {font-size: 90%}
.t80 {font-size: 80%}
.t70 {font-size: 70%}
.tCap {text-transform: uppercase}
.w25 {width:25px !important}
.w50 {width:50px !important}
.w60 {width:60px !important}
.w75 {width:75px !important}
.w80 {width:80px !important}
.w100 {width:100px !important}
.w125 {width:125px !important}
.w150 {width:150px !important}
.w175 {width:175px !important}
.w200 {width:200px !important}
.w225 {width:225px !important}
.w250 {width:250px !important}
.w300 {width:300px !important}
.w400 {width:400px !important}
.w450 {width:450px !important}
.w500 {width:500px !important}
.w600 {width:600px !important}

/* COMMON COLORS  */

.cBlue {color: #0e76bc !important}
.cBlueLight {color: #9db7da !important}
.cBlueDark {color: #124e77 !important}
.cRed {color: #c63333 !important}
.cRedLight {color: #dfbebe !important}
.cRedDark {color: #a00e0e !important}
.cOrange {color: #f58220 !important}
.cYellow {color: #ffd200 !important}
.cGrey {color: #cfcfcf !important}
.cGreyLight {color: #ecf0f3 !important}
.cGreyDark {color: #199900 !important}
.cWhite {color: #fff !important}

.bdr1 {border: 5px solid #fff}

