*{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color:#333333;
  font-weight: 300;
}

body {
  padding-top: 85px;
}

@media (max-width:991px){
  body {
   padding-top: 50px;
  }
}

a {
  color: #DDA166;
  text-decoration: underline;
  font-weight: 500;
}

a:hover {
    color:#333333;
}

@font-face {
  font-family: 'Lobster1.4';
  src: url("../fonts/Lobster_1.4.75cde7a91363.otf");
}

input[type="submit"], .button {
  color: white;
  background-color: #DDA166;
  border: 2px solid #DDA166;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 20px;
  min-height: 34px;
  min-width: 230px;
  text-align: center;
  text-decoration: none;
}

input[type="submit"]:hover, .button:hover {
  color: white;
  text-decoration: none;
}

span {
  color: #dda166;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

p {
  margin: 10px 0;
}

ul {
  list-style-image: url("../images/check_brown.6be031ff1ec3.png");
}


#id_remember_me{
    margin-right: 10px;
    margin-top: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.errorlist {
  background-color: #926041;
  min-height: 1.3em;
  padding: 0px 5px;
  text-align: right;
  font-size: 13px;
  margin: 0px;
}

.errornote {
  background-color: #926041;
  color: white;
  margin: 0px;
  padding: 0px 5px;
  font-size: 13px;
}

.errorlist li {
  color: white;
  list-style: none;
  line-height: 1.4;
}

.no_margin_top {
  margin-top: 0px !important;
}

.nomargin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.title {
  margin-top: 50px;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media (max-width:767px){
  .title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}

.separator {
    width: 100%;
    border-top: solid 2px #ebebeb;
}

/*#####################   Menu  ##########################*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
  z-index: 99999;
  width: 100%;
  padding: 0px;
  min-height: 85px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
}

@media (max-width:991px){
  .header {
     min-height: 50px;
  }
}

.header .primary-menu {
    height: 66px;
}

.header .secondary-menu {
    height: 34px;
}

logo_image {
  display: inline-block;
  margin-top: 5px;
}

.logo_image img {
  display: block;
  margin-right: 10px;
  margin-top: 39px;
}

.logo_text {
  display: inline-block;
}

.logo_title {
  font-size: 30px;
  font-family: 'Lobster1.4';
  color:#926041;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1em;
}

.select-language {
  float: right;
  line-height: 20px;
  margin: 0px;
  margin-right: 15px;
}

.select-language li {
  display: inline;
  float: left;
}

.select-language a {
  font-size: 11px;
  color:#333333;
  text-decoration: none;
  font-weight: 300;
}

.select-language .selected {
  font-weight: 500;
}

.select-language .sep {
  margin: 0px 10px;
  color: #333333;
}

.menu {
  max-width: 1200px;
  min-height: 85px;
  margin: auto;
}

.menu a {
  text-decoration: none;
}

.menu nav {
  clear: both;
  width: 100%;
  text-align: right;
  vertical-align: bottom;
}

.menu nav a {
  color:#333333;
  font-weight: 400 !important;
}

.menu nav a:hover {
  font-weight: bold;
  padding-bottom: 23px;
  border-bottom: 3px solid black;
}

.menu nav a.menu-selected {
  color: #926041;
  font-weight: 500;
}

.menu nav ul {
}

.menu nav ul li {
  font-size: 13.5px;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 45px;
  position: relative;
}

nav ul li:last-child {
    padding-right: 0px;
}

.header .menu-login, .header .menu-login.menu-selected, .header .menu-login:hover {
  color: #dda166;
  border: 2px solid #dda166;
  padding: 8px 10px;
  font-weight: 500;
}

.header .signup, .header .signup:hover {
  color: white;
  background-color: #dda166;
  border: 2px solid #dda166;
  border-radius: 2px;
  padding: 7px 18px;
  font-weight: 500;
}

.header .signup-mobile, .header .signup-mobile:hover {
  color: white;
  background-color: #dda166;
  border: 2px solid #dda166;
  border-radius: 2px;
  padding: 4px 10px;
  font-weight: 400;
}

.acceso-clientes {
    font-style: italic;
    padding-right: 28px;
}

.acceso-clientes a:hover {
    font-weight: bold;
    font-style: normal;
    color: #747474;
}

/* Mobile version */

.header-mobile {
  padding-top: 10px;
  margin: auto;
}


.header-mobile a {
  text-decoration: none;
}

.header-mobile .logo {
  margin-bottom: 10px;
}

.header-mobile .logo img {
  vertical-align: bottom;
  width: 30px;
  margin-right: 3px;
}

.menu-mobile {
    display: none;
    background-color: #f7f7f7;
    opacity: 0.98;
    position: absolute;
    top: 50px;
    z-index: 1000;
    width: 100%;
    margin: 0px;
}
.menu-mobile ul {
  padding-left: 20px;
  list-style: none;
}

.menu-mobile li {
  margin-bottom: 10px;
}

.menu-mobile li a, .menu-mobile .sep {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

.menu-button {
  cursor: pointer;
  margin: 5px 20px -5px 0px;
}

@media (max-width:991px){
  .logo_image img {
    width: 30px;
    vertical-align: middle;
    margin-top: 0px;
  }
  .logo_title {
    font-size: 22px;
  }
  .select-language {
    padding-left: 0px !important;
    margin-top: 0px;
    float:none;
  }
  .select-language a {
    font-size: 13px;
  }
  .header .signup {
    border: 2px solid #dda166;
    color: white;
    background-color: #dda166;
    margin: 5px 0px;
  }
}

/*#########################  LOGIN  AND REGISTER  #########################*/

.login {
  padding-bottom: 20px;
  min-height: 500px;
}

.login .sub-heading {
  font-size: 15px;
  margin-bottom: 0px;
}

.login .sub-heading2 {
  font-size: 12px;
  padding-left: 5px;
}

.login .sub-heading3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.login .sub-heading4 {
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.5em;
}

.login .brown {
  color: #dda166;
  font-weight: 400;
}

.login form {
  width: 60%;
  margin-top: 5px;
}

@media (max-width:767px){
  .login {
    min-height: 0px;
  }

  .login form {
    width: 100%;
  }
}

.login input[type="text"], .login input[type="password"] {
  height: 40px;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 10px;
  margin-top: 20px;
  box-shadow: inset 1px 1px 2px #ccc;
}

.login input[type="submit"] {
  float: right;
  margin-top: 30px;
  min-width: 100px;
  border-radius: 2px;
  box-shadow: 2px 2px 3px 0px #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
}

.login_appstore {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login .errorlist, .login .errornote{
  width: 100%;
}

.login_ipad {
  margin-top: 70px;
}

/*######################### ACTIVATION  #########################*/

.activation {
  padding-top: 100px;
  min-height: 400px;
}

.activation .center {
  text-align: center;
  margin-top: 80px;
}

/* =Footer
-------------------------------------------------------------- */

footer {
  background-color: #666666;
}

footer .footer-column {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  line-height: 1.6;
}

footer .map {
  min-height: 200px;
  padding: 17px 0px 37px 0px;
}

footer .map h3 {
  font-size: 12px;
  font-weight: 500;
  color: white;
  margin-bottom: 18px;
}

footer .map ul {
  color: white;
  padding-left: 0px;
  margin-top: 0px;
}

footer .map li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 6px;
}

footer .map li a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

footer .map .social {
  padding-left: 20px;
}

footer .map .appstore {
  display: block;
  margin-top: 30px;
}

footer .map .twitter {
  list-style-image: url("../images/footer/twitter.ffb1d081f7b1.png");
}

footer .map .linkedin {
  list-style-image: url("../images/footer/linkedin.349d276b1873.png");
}

footer .map .blog {
  list-style-image: url("../images/footer/blog.6eea974ae50f.png");
}

footer .app2u {
  width: 100%;
  background: white;
  border-top: 1px solid #ececec;
  padding: 7px 0px 7px;
  text-align: center;
}

footer .app2u a, footer .app2u p  {
  display: inline-block;
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  color: #c6c6c6;
  margin-left: 20px;
}

@media (max-width:767px){
  footer .map {
    padding: 10px 0px;
    min-height: 0px;
  }
  footer .map h3 {
    font-size: 11px;
  }
  footer .map li {
    font-size: 12px;
  }
  footer .map .appstore {
    margin-top: 10px;
  }
  footer .map .appstore img {
    width: 100px;
  }
}