/**** Styles for the qvainside website ****/

/**** Fonts and background colors ****/
 
.color-brown { color: #754C24; }
.color-green { color: #C8D016; }
.color-dgray { color: #ADADAD; }
.color-lgray { color: #808080; }

.bg-brown { bg-color: #754C24; }
.bg-green { bg-color: #C8D016; }
.bg-lgray { bg-color: #ADADAD; }
.bg-dgray { bg-color: #808080; }

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
}

/* end */

/*---  top-image  ---*/
.frontend-top {
  background: url("../img/layouts/frontend/top.png") no-repeat center center;
  background-size: cover;
  height: 23px;
  width: 100%;
}

/*---  logo  ---*/
.frontend-logo {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*---  language  ---*/
.frontend-lang {
  list-style: none outside none;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding-left: 0px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 50px;
  float: right;
}

.frontend-lang a {
  color: #ADADAD;
  font-size: 16px;
}

.frontend-lang a:hover,
.frontend-lang a:focus,
.frontend-lang a:active {
  text-decoration: none;
}

.frontend-lang li {
  font-size: 14px;
}

.dropdown-menu > li > a {
  color: #ADADAD;
}

.dropdown-menu {
  min-width: 30px;
  text-align: center; 
  margin-top: 4px;
} 


@media (max-width: 1200px) {
  .frontend-lang {
    margin-top: 30px;
  }
}

/*---  navigation bar  ---*/
.frontend-nav {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
  color: #808080;
  font-size: 18px;
  clear: both;
}

ul.frontend-nav {
  list-style: none outside none;
}

.frontend-nav > li {
  display:inline;
}

.frontend-nav > li > a{
  color: #808080;
  text-decoration: none;
}

.frontend-nav a:hover {
  color: #ADADAD;
}

.frontend-nav > li.active > a {
  color: #C8D016;
}

.frontend-nav > li.active > a:focus {
  text-decoration: none;
}

.frontend-nav > li > ul.dropdown-menu {
  left: auto;
  height: auto;
  padding: 0px;
  margin-top: -8px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  background-color: #ADADAD;
}

.frontend-nav > li > ul.dropdown-menu > li {
  padding: 0px;
}

.frontend-nav > li > ul.dropdown-menu > li.divider {
  margin: 0px;
  background-color: #808080;
}

.frontend-nav > li > ul.dropdown-menu > li > a {
  padding: 0px;
  color: #808080;
  font-size: 16px;
  font-weight: 100;
} 

.frontend-nav > li > ul.dropdown-menu > li > a {
}

/*---  footer  ---*/
.frontend-bottom {
  background: url("../img/layouts/frontend/footer.png") no-repeat center left;
  background-size: cover;
  text-align: center;
  height: 51px;
  width: 100%;
  margin-top: 0px;
}

.frontend-bottom-text {
  padding-top: 15px;
}

.frontend-bottom-text > a{
  color: #FFF;
  font-size: 16px;
}

.frontend-bottom-text > a:hover,
.frontend-bottom-text > a:focus,
.frontend-bottom-text > a:visited,
.frontend-bottom-text > a:active{
  color: #754C24;
  text-decoration: none;
}

.frontend-bottom-link > a{
  color: #FFF;
  font-size: 36px;
}

.frontend-bottom-link > a:hover,
.frontend-bottom-link > a:focus,
.frontend-bottom-link > a:active {
  color: #C8D016;
  font-size: 36px;
}

i.footer-links {
  margin-left: 3px;
  margin-right: 3px;
}

/*---  otros  ---*/
.img-resposive {
  height: auto;
  max-width: 80%;
}

.trip-icon {
  margin-top:-5px;
}

#trip:hover > img.trip-icon,
#trip:focus > img.trip-icon,
#trip:active > img.trip-icon {
  background-color: #C8D016;
}

.error-content {
  padding: 30px;  
}

.error-number {
  font-size: 120px;
}

.error-number-sub {
  font-size: 20px;
}

a.error-lnk {
  color: #808080;  
}

a.error-lnk:hover,
a.error-lnk:focus,
a.error-lnk:active {
  text-decoration: none;
  color: #C8D016;
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  
  .frontend-bottom {
  	background: url("../img/layouts/frontend/footer.png") no-repeat center center;
  }
}