@charset "utf-8";
/*** AlgarveRiders.com Main Style Sheet ***/


/*** Tripadvisor na coluna ***************/
#CDSWIDCOE {
width: 100% !important;
margin: 0px !important;
}

/*** RESET *******************************/

body {font-family: 'Montserrat', sans-serif;}
a {text-decoration: none !important}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-fluid {padding: 0}


/*** HEADER *******************************/

header {
  background-color: #fcc81e;
  border-bottom: 3px solid #fff;
  min-height: 120px;
  position: relative;
  padding-bottom: 37px !important;
  z-index: 300;
}
header .container {position: relative}
#mainLogo {
  max-width: 200px;
  height: auto;
  margin-top: 14px;
  position: relative;
  z-index: 20;
}
#headerPic {
  position: absolute;
  top: 0;
  right: 1%;
  height: 190px;
  width: auto;
  z-index: 10;
}
#headerTitle {
  position: absolute;
  top: 60px;
  left: 240px;
}
#headerTitle h1 {
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform:  uppercase;
}
#headerTitle h2 {
  font-size: 100%;
  margin: 0;
}
#langSelector {
  position: absolute;
  top: 0;
  right: 10%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 410px;
  background-color: rgba(255,255,255,.3);
}
#langSelector li {float: left}
#langSelector li a {
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 110%;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  width: 38px;
  opacity: .3;
  transition: opacity .4s linear;
}
#langSelector li a:hover, #langSelector li a:active, #langSelector li a.active {opacity: 1}
div.ckeckered {
  background: url(../images/bg-checkered.png) left top repeat-x;
  height: 24px;
  width: 100%;
}
header .ckeckered {
  position: absolute;
  bottom: 0;
  left: 0;
}


/*** NAVIGATION MENU *******************************/

.label {
  font-size: 100% !important; /*emanuel teixeira*/
}

nav {
  background-color: #6d6d6d;
  z-index: 200;
}

nav .container {padding: 0}
#mainNav {}
#mainNav li {
  float: left;
  display: inline-block;
  position: relative;
}
#mainNav li a {
  background-color: #6d6d6d;
  color:  #fff;
  display: block;
  font-size: 110%;
  line-height: 30px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background-color .4s ease;
  z-index: 200;
}
#mainNav li a:active,
#mainNav li a:focus,
#mainNav li a.active,
#home #mainNav li a.home,
#scooters #mainNav li a.scooters,
#tours #mainNav li a.tours,
#travel #mainNav li a.travel,
#car-rental #mainNav li a.car-rental,
#shops #mainNav li a.shops,
#gallery #mainNav li a.gallery,
#booking #mainNav li a.booking,
#testimonials #mainNav li a.testimonials,
#faq #mainNav li a.faq,
#contact #mainNav li a.contact {
  color: #000;
  background-color: #fff;
}
#mainNav li a:hover {
  color: #fff;
  background-color: #d51130;    
}
#mainNav span.subNav {display: none}
#mainNav li #scooterCateg a {min-width: 330px}
#mainNav ul.dropdown-content {
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  opacity: 0;
	height: 0;
	overflow: hidden;
  position: absolute;
  transform: translate(0, -80px);
  transition: all 0.4s ease;
  transition-delay: 0.3s;
  z-index: 50;
}
#mainNav ul.dropdown-content li a {
  background-color: #e1e1e1;
  border-top: 1px solid #6d6d6d;
  color: #000;
	display: block;
  font-size: 95%;
  line-height: 36px;
  min-width: 320px; 
}
#mainNav ul.dropdown-content li a span {
  display: inline-block;
  font-size: 70%;
  font-weight: normal;
  margin-bottom: 2px;
  vertical-align: middle;
}
#mainNav #scooterCateg li a span {font-size: 90%}
#mainNav ul.dropdown-content li a:hover {background-color: #fff}
#mainNav li.dropdown:hover .dropdown-content {
  opacity: 1;
	height: auto;
  transform: translate(0, -1px);
}
#mainNav .tooltip-inner {min-width: 150px}

.affix {
    top: 0;
    width: 100%;
}

.affix + .container-fluid {
    padding-top: 30px;
}

/**** Menu Icon*******************************/
#nav-icon {
  display: none;
  width: 38px;
  height: 32px;
  position: relative;
  margin: 7px 18px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {top: 0px}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {top: 10px}
#nav-icon span:nth-child(4) {top: 20px}
#nav-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/*** END Menu Icon *******************************/


/*** MAIN CONTENT *******************************/

#page {background-color: #f3f3f3}

#content {
  background-color: #fff;
  padding-top: 20px;
}

main {margin-bottom: 30px}
main p {text-align: justify}
aside {margin-bottom: 30px}


/*** BOTTOM *******************************/

#bottom {background-color: #f3f3f3}
#bottom #partners {
  background-color: #c1c1c1;
  text-align: center;
}
#bottom #partners div {padding: 5px}

#bottom #quickLinksTitle {background-color: #e5e5e5}
#bottom #quickLinksTitle h4 {
  font-size: 80%;
  margin: 3px 15px;
}
#bottom #quickLinks {background-color: #fff}
#bottom #quickLinks div {padding: 0}
#bottom #quickLinks .linkList {
  font-size: 12px;
  list-style: none;
  padding: 10px 0;
}
#bottom #quickLinks .linkList a {color: #000}
#bottom #quickLinks .linkList a:hover {color: #d51130}
#bottom #quickLinks .sn-icons {
  list-style: none;
  padding: 30px 0 0;
  float: right;
}
#bottom #quickLinks .sn-icons li {
  float: left;
  margin: 0 -1px;
  opacity: .6;
  transform:  scale(0.75);
  transition: all .3s ease;
}
#bottom #quickLinks .sn-icons li:hover {
  opacity: 1;
  transform:  scale(1);
}


/*** FOOTER *******************************/

footer {background-color: #c1c1c1}
footer #support {display: table}
footer #support div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
	text-align: center;
}
footer #support div img {
	width: 90%;
	max-width: 300px;
	height: auto;
}

footer #copyright {background-color: #3e3e3e}
footer #copyright p, footer #copyright a {color: #fff}
footer #copyright p {
  font-size: 85%;
  margin: 5px 0;
}


/*** PAGE TITLES ********************************/

main h2 {
  background-color: #888;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
main h2 strong {
  background-color: #444;
  display: inline-block;
  font-weight: normal;
  line-height: 32px;
  margin-right: 15px;
  padding: 0 15px;
}

/*** BUTTONS ********************************/

.btn-st1 {
  box-shadow: 0 2px 2px 0 #999;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  margin: 5px auto;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity .2s linear;
}
.btn-st1:hover {
  color: #fff;
  opacity: .75;
}
.btn-blue {background-color: #0071bc}
.btn-red {background-color: #DA2032}
.btn-redDark {background-color: #a5031d}
.btn-yellow {background-color: #dcac10}
.btn-orange {background-color: #ef7d00}


/*** CUSTOMS ********************************/

.boxShadowSt1 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 #ddd;
}

.underDev {
	background-color: #f2f2f2;
	margin: 20px auto;
	padding: 30px 20px 50px;
	text-align: center;
}
.underDev h3 {
	color: #6C6C6C;
	font-size: 18px;
	line-height: 28px;
}
.underDev h3 span {
	background-color: #ccc;
	border: 2px solid #6C6C6C;
	border-radius: 50%;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 12px;
}

.sep-st1 {
	background: url(/images/checkered-light.gif) repeat-x 0 0;
	clear: both;
	height: 8px;
	border: 0;
	margin: 40px auto;
}



/*** Media Queries Breaking Points **********/
@media (min-width: 1300px) {
  .container{width: 1280px}
	#mainNav li a {padding: 0 18px}
}
@media (max-width: 1200px) {
  #headerTitle h1 {font-size: 100%}
  #headerTitle h2 {font-size: 85%}
	#mainNav li a {padding: 0 13px}
}

@media (max-width: 992px) {
  #headerTitle {max-width: 280px}
  #headerTitle h1 {font-size: 90%}
  #headerTitle h2 {font-size: 80%}
  #nav-icon {display: block}
  nav .container {width: 100%}
  #mainNav ul {display: none}
  #mainNav li {
    float: none;
    display: block;
  }
  #mainNav li a {
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-align: center;
  }
  #mainNav span.subNav {
    display: block;
    float: right;
    line-height: 40px;
    transition: transform 400ms ease;
  }
  #mainNav span.subNav.active {transform: rotate(90deg)}
  #mainNav ul.dropdown-content {
    box-shadow: none;
    opacity: 1;
    position: relative;
    transform: translate(0, -1px);
    transition: none;
    transition-delay: 0;
  }
}

@media (max-width: 768px) {
  #mainLogo {width: 155px}
  #headerPic {height: 160px}
  #headerTitle {display: none}
  #langSelector {
    display: block;
    right: 0px;
  }
  main h2 {font-size: 14px}
  #bottom #quickLinks .sn-icons {
  float: none;
  margin: 0 auto;
  width: 150px;
  }
  #bottom #quickLinks .linkList {text-align: center}
  #bottom #quickLinks .linkList .sn-icons {
    padding: 0; 
    float: none;
    margin: 10px auto 40px;
    width: 210px;
  }
}
@media (max-width: 540px) {
  #mainLogo {width: 140px}
  #headerPic {height: 149px}
  #langSelector {
    display: block;
    top: 156px;
    right: 0;
    padding-right: 20px;
    width: auto;
  }
  main h2 {font-size: 13px}
  main h2 strong {padding: 0 8px; margin-right: 8px}
  main h2 span {display: none}
/*  #bottom #quickLinksTitle {display: list-item;}
  #bottom #quickLinks .linkList {display: list-item;}*/
}