/* 62px */
/* 52px */
/* 40px */
/* 29px */
/* 28px */
/* 24px */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}
body {
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #1abc9c;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 62.006px /* 64px */;
}
h2,
.h2 {
  font-size: 51.996px /* 52px */;
}
h3,
.h3 {
  font-size: 39.998px /* 40px */;
}
h4,
.h4 {
  font-size: 28.994px /* 29px */;
}
h5,
.h5 {
  font-size: 28px /* 28px */;
}
h6,
.h6 {
  font-size: 23.996px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */
  line-height: 1.722169;
  /* 31px */
}
.lead {
  font-size: 28px;
  /* 28px */
  line-height: 1.4642745;
  /* 41px */
  font-weight: 300;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: none;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.navbar .subnav {
  display: none;
}
@media (max-width: 979px) {
  .navbar .nav-collapse {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 72%;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    height: auto!important;
    overflow: auto!important;
    background: #222527;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: none;
  }
  .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .navbar .nav-collapse .nav > li > a:hover,
  .navbar .nav-collapse .nav > li > a:focus,
  .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .navbar .nav-collapse .nav > li.active > a:hover,
  .navbar .nav-collapse .nav > li.active > a:focus,
  .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .navbar .nav-collapse .subnav li > a:hover,
  .navbar .nav-collapse .subnav li > a:focus,
  .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .navbar .nav-collapse .navbar-form,
  .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
  }
  .navbar .nav-collapse .navbar-form:focus,
  .navbar .nav-collapse .navbar-search:focus {
    outline: 0 none;
  }
  body > *,
  .navbar .nav-collapse {
    -webkit-backface-visibility: hidden;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
  }
  .nav-visible body > * {
    left: -72%;
  }
  .nav-visible .navbar .nav-collapse {
    left: 28%!important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (max-width: 768px) {
  .background {
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
  }
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.nav-visible .navbar .nav-collapse .nav > li > a:hover,
.nav-visible .navbar .nav-collapse .nav > li > li a:focus {
  background-color: transparent;
}
.nav-visible .nav-collapse .navbar-form,
.nav-visible .nav-collapse .navbar-search {
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
  margin: 10px 0;
  padding: 10px 15px;
}
.nav-visible .nav-collapse .navbar-form a.btn,
.nav-visible .nav-collapse .navbar-search a.btn {
  border-color: white;
  color: white;
}
.nav-visible .nav-collapse .navbar-form a.btn:hover,
.nav-visible .nav-collapse .navbar-search a.btn:hover,
.nav-visible .nav-collapse .navbar-form a.btn:focus,
.nav-visible .nav-collapse .navbar-search a.btn:focus {
  color: #7f8c8d;
  background-color: white;
}
/* Blocks */
/**
 * Header 6 stylesheet  
 * */
.header-6 {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
}
.header-6 .navbar {
  position: absolute;
  z-index: 2;
  top: 22px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-6 .navbar.navbar-fixed-top {
  position: fixed;
  margin: 0 auto;
}
.header-6 .navbar.navbar-fixed-top .navbar-inner {
  background: none;
  padding-top: 32px;
}
.header-6 .navbar.navbar-fixed-top .social-btns {
  top: 32px;
}
.header-6 .navbar .navbar-inner {
  background: none;
  padding-top: 5px;
}
.header-6 .navbar .brand {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
}
.header-6 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-6 .navbar .social-btns {
  white-space: nowrap;
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 768px) {
  .header-6 .navbar .social-btns {
    display: none;
  }
}
.header-6 .navbar .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #cccccc;
  width: 16px;
  height: 19px;
  overflow: hidden;
  text-align: center;
}
.header-6 .navbar .social-btns > *:first-child {
  margin-left: 0;
}
.header-6 .navbar .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.header-6 .navbar .social-btns > * > *:first-child {
  color: white;
}
.header-6 .navbar .social-btns > *:hover > * {
  top: -100%;
}
@media (min-width: 980px) {
  .header-6 .navbar .nav {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: visible;
    text-align: center;
  }
  .header-6 .navbar .nav > li {
    float: none;
    display: inline-block;
    padding: 0 10px;
  }
}
.header-6 .navbar .nav > li > a {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  display: inline-block;
}
.header-6 .navbar .nav > li > a:hover,
.header-6 .navbar .nav > li > a:focus,
.header-6 .navbar .nav > li > a.active {
  color: #cccccc;
}
.header-6 .navbar .nav > li.active > a {
  color: #cccccc;
}
.header-6 .navbar .nav > li.active > a:hover,
.header-6 .navbar .nav > li.active > a:focus,
.header-6 .navbar .nav > li.active > a.active {
  color: #cccccc;
}
.header-6 .navbar .btn-navbar {
  float: none;
  margin: 0 auto 25px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none!important;
  color: white;
}
@media (max-width: 768px) {
  .header-6 .navbar .btn-navbar {
    float: right;
  }
}
.header-6 .navbar .btn-navbar:hover,
.header-6 .navbar .btn-navbar:focus {
  color: #bdc3c7;
}
.header-6 .navbar .btn-navbar:active,
.header-6 .navbar .btn-navbar.active {
  color: #494b4c;
}
@media (max-width: 979px) {
  .header-6 .navbar .nav-collapse {
    padding-top: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 72%;
    height: auto!important;
    padding: 25px 0;
    border-radius: 0;
    float: none;
    overflow: auto!important;
    background: #222527;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .header-6 .navbar .nav-collapse::-webkit-scrollbar {
    display: none;
  }
  .header-6 .navbar .nav-collapse > * {
    margin: 30px 0 0!important;
  }
  .header-6 .navbar .nav-collapse > *:first-child {
    margin-top: 0!important;
  }
  .header-6 .navbar .nav-collapse .nav > li {
    margin: 0;
  }
  .header-6 .navbar .nav-collapse .nav > li > a {
    display: block!important;
    margin: 0;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
  }
  .header-6 .navbar .nav-collapse .nav > li > a:hover,
  .header-6 .navbar .nav-collapse .nav > li > a:focus,
  .header-6 .navbar .nav-collapse .nav > li > a.active {
    color: #ffffff;
  }
  .header-6 .navbar .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  .header-6 .navbar .nav-collapse .nav > li.active > a:hover,
  .header-6 .navbar .nav-collapse .nav > li.active > a:focus,
  .header-6 .navbar .nav-collapse .nav > li.active > a.active {
    color: #ffffff;
  }
  .header-6 .navbar .nav-collapse .subnav {
    display: block;
    list-style: none;
  }
  .header-6 .navbar .nav-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5b5e61;
    text-transform: capitalize;
  }
  .header-6 .navbar .nav-collapse .subnav li > a:hover,
  .header-6 .navbar .nav-collapse .subnav li > a:focus,
  .header-6 .navbar .nav-collapse .subnav li > a.active {
    color: #ffffff;
  }
  .header-6 .navbar .nav-collapse .navbar-form,
  .header-6 .navbar .nav-collapse .navbar-search {
    padding: 10px 35px;
  }
}
.loaded .header-6 .navbar {
  -webkit-backface-visibility: hidden;
  -webkit-transition: .4s .8s top, 1.2s .8s opacity;
  -moz-transition: .4s .8s top, 1.2s .8s opacity;
  -o-transition: .4s .8s top, 1.2s .8s opacity;
  transition: .4s .8s top, 1.2s .8s opacity;
  top: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .loaded .header-6 .navbar {
    top: 65px;
  }
}
@media (max-width: 480px) {
  .header-6 .navbar {
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .header-6 .navbar .social-btns {
    display: none;
  }
  .header-6 .navbar .btn-navbar {
    float: right;
  }
}
.header-6-sub {
  position: relative;
  z-index: 50;
  left: 0;
  width: 100%;
  padding-top: 280px;
  padding-bottom: 90px;
  overflow: hidden;
  color: #bdc3c7;
  text-align: center;
}
@media (max-width: 768px) {
  .header-6-sub {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.header-6-sub h3 {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
}
.header-6-sub .row {
  position: relative;
  z-index: 51;
}
.header-6-sub .lead {
  font-size: 24px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-6-sub .container > .row:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-6-sub .container > .row:first-child {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 1.2s opacity;
  -moz-transition: 1.2s opacity;
  -o-transition: 1.2s opacity;
  transition: 1.2s opacity;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-6-sub .container > .row + .row {
  position: relative;
  bottom: -180px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loaded .header-6-sub .container > .row + .row {
  -webkit-backface-visibility: hidden;
  -webkit-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  -moz-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  -o-transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  transition: .4s 1.2s bottom, 1.2s 1.2s opacity;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .header-6-sub {
    background-attachment: scroll;
    background-position: 50% 50%!important;
  }
  .header-6-sub .container > .row:first-child,
  .header-6-sub .container > .row + .row {
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    -moz-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}
.header-6-sub .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 220px;
  margin: 50px auto 170px;
  border: 4px solid #fff;
}
.header-6-sub .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  padding-left: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.header-6-sub .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.header-6-sub .signup-form form {
  margin: 0 auto;
  padding: 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: white;
}
.header-6-sub .signup-form form input,
.header-6-sub .signup-form form button {
  float: left;
  width: 21.8%;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 2.3%;
}
@media (min-width: 1200px) {
  .header-6-sub .signup-form form input,
  .header-6-sub .signup-form form button {
    width: 22%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .header-6-sub .signup-form form input,
  .header-6-sub .signup-form form button {
    width: 21.4%;
  }
}
@media (max-width: 767px) {
  .header-6-sub .signup-form form input,
  .header-6-sub .signup-form form button {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .header-6-sub .signup-form form input,
  .header-6-sub .signup-form form button {
    width: 100%;
    margin: 10px 0 0;
    display: block;
    float: none;
  }
}
.header-6-sub .signup-form form input:first-child,
.header-6-sub .signup-form form button:first-child {
  margin: 0;
}
/**
 * Footer 14 stylesheet  
 * */
.footer-14 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f4f5f6;
  line-height: 25px;
}
.footer-14 .brand {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-14 a {
  color: #95a5a6;
  font-weight: 500;
}
.footer-14 a:hover,
.footer-14 a:focus,
.footer-14 a.active {
  color: #e74c3c;
}
.footer-14 nav {
  font-size: 16px;
  font-weight: normal;
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 100px;
}
.footer-14 nav ul {
  list-style: none;
  margin: 0;
}
.footer-14 nav ul li {
  float: none;
  display: inline-block;
  margin-left: 50px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .footer-14 nav ul li {
    margin-left: 20px;
  }
}
.footer-14 nav ul li:first-child {
  margin-left: 0;
}
.footer-14 .social-btns {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
.footer-14 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #95a5a6;
  width: 16px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer-14 .social-btns > *:first-child {
  margin-left: 0;
}
.footer-14 .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-14 .social-btns > *:hover > * {
  top: -100%;
}
@media (max-width: 480px) {
  .footer-14 .brand {
    display: none;
  }
  .footer-14 nav {
    text-align: left;
    margin: 0;
  }
  .footer-14 nav ul li {
    float: none;
    margin: 18px 0 0;
    display: block;
  }
  .footer-14 nav ul li:first-child {
    margin-top: 0;
  }
  .footer-14 .social-btns {
    margin: 0 0 30px ;
    position: relative;
    display: block;
    float: none;
  }
}
.projects-* .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.projects-* .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.projects-* .pt-page-current,
.projects-* .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.projects-* .pt-page-ontop {
  z-index: 999;
}
.projects-* .v-center {
  display: table;
  width: 100%;
}
.projects-* .v-center > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .projects-* .v-center.row {
    display: block;
    width: auto;
  }
  .projects-* .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
/**
 * Project 1 stylesheet  
 * */
.projects-1 .title {
  margin: 0 0 50px;
  line-height: 1.5;
}
.projects-1 .title a {
  color: #bdc3c7;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 25px;
}
.projects-1 .title a:hover,
.projects-1 .title a:focus,
.projects-1 .title a.active {
  color: #1abc9c;
}
.projects-1 .head-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  color: #95a5a6;
  height: 330px;
  position: relative;
}
.projects-1 .head-box:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ebedee url('/startupkit/common-files/img/header/ipad@2x.png') 100% 50% no-repeat;
  -webkit-background-size: 826px 772px;
  -moz-background-size: 826px 772px;
  -o-background-size: 826px 772px;
  background-size: 826px 772px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
@media (max-width: 700px) {
  .projects-1 .head-box:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
}
.projects-1 .head-box > * {
  max-width: 270px;
  position: relative;
}
.projects-1 .head-box .brand {
  margin-bottom: 17px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #34495e;
}
.projects-1 .head-box .brand > img {
  margin-right: 12px;
  vertical-align: top;
  margin-top: 4px;
}
.projects-1 .head-box p {
  font-size: 16px;
}
.projects-1 .head-box .features {
  border-top: 2px solid rgba(189, 195, 199, 0.3);
  margin-top: 25px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #1abc9c;
}
.projects-1 .head-box .features > * + * {
  margin-top: 10px;
}
.projects-1 .head-box .features [class*="fui-"] {
  font-size: 23px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 20px;
}
.projects-1 .projects {
  display: table;
  width: 100%;
  margin-top: 65px;
}
.projects-1 .projects + .projects {
  margin-top: 80px;
}
.projects-1 .projects .project-wrapper {
  display: table-cell;
}
.projects-1 .projects .project-wrapper:first-child + .project-wrapper {
  text-align: center;
}
.projects-1 .projects .project-wrapper:first-child + .project-wrapper + .project-wrapper {
  text-align: right;
}
.projects-1 .projects .project {
  width: 270px;
  display: inline-block;
}
.projects-1 .projects .photo-wrapper {
  width: 270px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.projects-1 .projects .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.projects-1 .projects .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.projects-1 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.projects-1 .projects .info {
  text-align: left;
  font-size: 14px;
  color: #95a5a6;
  margin-top: 39px;
  line-height: 1.4;
}
.projects-1 .projects .info b {
  color: #7f8c8d;
}
.projects-1 .projects .name {
  color: #1abc9c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.projects-1 .projects .project:hover .photo-wrapper {
  background-color: #1abc9c;
}
.projects-1 .projects .project:hover .photo {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.projects-1 .projects .project:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 979px) and (min-width: 768px) {
  .projects-1 .projects .project,
  .projects-1 .projects .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .projects-1 .projects {
    display: block;
    width: auto;
  }
  .projects-1 .projects .project-wrapper {
    display: block;
    text-align: center!important;
  }
  .projects-1 .projects .project-wrapper + .project-wrapper {
    margin-top: 80px;
  }
}
.content-23 {
  position: relative;
  height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.content-23.v-center,
.content-23 .v-center {
  display: table;
  width: 100%;
}
.content-23.v-center > div,
.content-23 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-23.v-center,
  .content-23 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-23.v-center.row,
  .content-23 .v-center.row {
    display: block;
    width: auto;
  }
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
  .content-23.v-center.row > *,
  .content-23 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-23 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  background: #121518;
  color: #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn.active {
  color: #ffffff;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn:active,
.content-23 .control-btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .content-23 .control-btn {
    bottom: 30px;
  }
}
.content-23 .hero-unit {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.content-23 .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 480px) {
  .content-23 .hero-unit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
    line-height: 33px;
  }
}
.content-23 .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
  }
}
/**
 * Copntact 3 stylesheet  
 * */
.contacts-3 h3 {
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: 300px;
}
.contacts-3 h6,
.contacts-3 .h6 {
  margin: 0 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.contacts-3 label.h6 {
  margin-bottom: 20px;
}
.contacts-3 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-3 a {
  color: #1abc9c;
}
.contacts-3 a:hover,
.contacts-3 a:focus,
.contacts-3 a.active {
  color: #15967d;
}
.contacts-3 form {
  margin: 30px 0 0;
}
.contacts-3 form input,
.contacts-3 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  border-color: #ebedee;
  color: #7f8c8d;
}
.contacts-3 form input:focus,
.contacts-3 form textarea:focus {
  border-color: #1abc9c;
}
.contacts-3 form input {
  height: 45px;
}
.contacts-3 form label {
  margin-bottom: 18px;
}
.contacts-3 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.contacts-3 form .btn [class*="fui-"] {
  font-size: 24px;
}
.contacts-3 form .btn.btn-primary:hover,
.contacts-3 form .btn.btn-primary:focus {
  background-color: #e74c3c;
}
.contacts-3 form .btn.btn-primary:active,
.contacts-3 form .btn.btn-primary.active {
  background-color: #c44133;
}
.contacts-3 .map {
  height: 255px;
  margin: 35px 0 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.contacts-3 .links {
  margin: 20px 0 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebedee;
}
.contacts-3 .links a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.contacts-3 .links [class*="fui-"] {
  font-size: 26px;
  vertical-align: middle;
  margin: -3px 23px 0 0;
}
@media (max-width: 767px) {
  .contacts-3 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .contacts-3 form {
    margin-bottom: 80px;
  }
  .contacts-3 form label {
    margin-bottom: 0px;
  }
}
/**
 * Crew 1 stylesheet  
 * */
.crew-1 h3 {
  margin: 0 0 73px;
  font-size: 30px;
  text-align: left;
  font-weight: 300;
}
.crew-1 .members {
  display: table;
  width: 100%;
}
.crew-1 .members + .members {
  margin-top: 80px;
}
.crew-1 .members .member-wrapper {
  display: table-cell;
}
.crew-1 .members .member-wrapper:first-child + .member-wrapper {
  text-align: center;
}
.crew-1 .members .member-wrapper:first-child + .member-wrapper + .member-wrapper {
  text-align: right;
}
.crew-1 .members .member {
  width: 220px;
  display: inline-block;
}
.crew-1 .members .photo-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.crew-1 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.crew-1 .members .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.crew-1 .members .overlay [class*="fui-"] {
  font-size: 46px;
}
.crew-1 .members .info {
  text-align: center;
  font-size: 14px;
  color: #95a5a6;
  margin-top: 36px;
}
.crew-1 .members .name {
  color: #34495e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.crew-1 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.crew-1 .members .member:hover .photo {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.crew-1 .members .member:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.crew-1 .members .member:hover .name {
  color: #1abc9c;
}
@media (max-width: 767px) {
  .crew-1 .members {
    display: block;
    width: auto;
  }
  .crew-1 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .crew-1 .members .member-wrapper + .member-wrapper {
    margin-top: 80px;
  }
}
/**
 * Blog 3 stylesheet  
 * */
.blog-3 p {
  margin: 0;
}
.blog-3 p + p {
  margin-top: 30px;
}
.blog-3 h6 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
}
.blog-3 .title {
  margin-bottom: 84px;
  text-align: center;
}
.blog-3 .title h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
}
.blog-3 .title .submitted {
  font-size: 16px;
  color: #bdc3c7;
  margin-top: 15px;
}
.blog-3 .title img {
  display: block;
  margin: 0 auto 37px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.blog-3 .img {
  height: 380px;
  margin: 110px 0;
  background: url('/startupkit/common-files/img/Brazil_002.png') 50% 80% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-3 .img {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-3 .quote {
  position: relative;
  margin-bottom: 35px;
  font-size: 37px;
  line-height: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
  letter-spacing: -1px;
  font-weight: 300;
}
.blog-3 .quote:before {
  content: url('/startupkit/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
@media (max-width: 767px) {
  .blog-3 .quote {
    margin-left: 40px;
    font-size: 29px;
    line-height: 38px;
  }
}
.blog-3 .promo {
  margin-bottom: 70px;
}
.blog-3 .links {
  margin-top: 76px;
}
.blog-3 .links,
.blog-3 .links * {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #bdc3c7;
}
.blog-3 .links h6 {
  margin: 0 0 23px;
  letter-spacing: 0.19em;
  font-size: 12px;
  font-weight: 500;
}
.blog-3 .links a {
  color: #1abc9c;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
}
.blog-3 .links a:hover,
.blog-3 .links a:focus,
.blog-3 .links a.active {
  color: #15967d;
}
/* Custom styles */
@font-face {
  font-family: 'HelveticaNeueLTStd65Medium';
  src: url('fonts/helveticaneue/helveticaneueltstd-md.eot');
  src: url('fonts/helveticaneue/helveticaneueltstd-md.eot') format('embedded-opentype'), url('fonts/helveticaneue/helveticaneueltstd-md.woff') format('woff'), url('fonts/helveticaneue/helveticaneueltstd-md.ttf') format('truetype'), url('fonts/helveticaneue/helveticaneueltstd-md.svg#HelveticaNeueLTStd65Medium') format('svg');
}
@font-face {
  font-family: 'HelveticaNeueLTStd75Bold';
  src: url('fonts/helveticaneue/helveticaneueltstd-bd.eot');
  src: url('fonts/helveticaneue/helveticaneueltstd-bd.eot') format('embedded-opentype'), url('fonts/helveticaneue/helveticaneueltstd-bd.woff') format('woff'), url('fonts/helveticaneue/helveticaneueltstd-bd.ttf') format('truetype'), url('fonts/helveticaneue/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}
@font-face {
  font-family: 'HelveticaNeueLTStd45Light';
  src: url('fonts/helveticaneue/helveticaneueltstd-lt_0.eot');
  src: url('fonts/helveticaneue/helveticaneueltstd-lt_0.eot') format('embedded-opentype'), url('fonts/helveticaneue/helveticaneueltstd-lt_0.woff') format('woff'), url('fonts/helveticaneue/helveticaneueltstd-lt_0.ttf') format('truetype'), url('fonts/helveticaneue/helveticaneueltstd-lt_0.svg#HelveticaNeueLTStd45Light') format('svg');
}
/* lato */
@font-face {
  font-family: 'lato';
  src: url('fonts/lato/lato-regular-webfont.eot');
  src: url('fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/lato-regular-webfont.woff') format('woff'), url('fonts/lato/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('fonts/lato/lato-bold-webfont.eot');
  src: url('fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato/lato-bold-webfont.woff') format('woff'), url('fonts/lato/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/**** mixins ****/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-moz-selection {
  background: #1f77cf;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: rgba(244, 121, 32, 0.8);
  color: #1f77cf;
  text-shadow: none;
}
a {
  color: #1F77CF;
}
a:hover {
  color: #5D9DDD;
}
/* Varios */
body {
  font-family: 'lato', Arial, Helvetica, sans-serif;
}
.delimiter {
  margin-top: 50px;
}
.delimiter-small {
  margin-top: 25px;
}
/**** video responsive ****/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}
.video-container iframe,
.video-container .video-container object,
.video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**** generales ***/
.titular {
  font-size: 40px;
  color: #aab0b4;
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  margin-bottom: 30px;
}
.titular.color {
  color: #1f77cf;
}
.titular.centrado {
  text-align: center;
  color: #1f77cf;
}
.titular.subrayado {
  font-size: 25px;
  border-bottom: 1px solid #ebedee;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.titular span {
  font-size: 20px;
  color: #666;
}
.mobile {
  display: none;
}
/* Contenido editor */
.contenido-editor {
  font-family: 'lato';
  color: #728384;
}
.contenido-editor h2 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-size: 65px;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #2c3e50;
}
.contenido-editor .subtitulo,
.contenido-editor h3 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  color: #2c3e50;
}
.contenido-editor .subtitulo p,
.contenido-editor h3 p {
  font-size: 30px;
  line-height: 1.2em;
  color: 7f8c8d;
}
.contenido-editor h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #384e64;
  font-weight: normal;
  font-size: 30px;
}
.contenido-editor h4 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-size: 25px;
  font-weight: normal;
  color: #3e5b77;
}
.contenido-editor blockquote {
  position: relative;
  margin-bottom: 35px;
  font-size: 37px;
  line-height: 45px;
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  color: #2c3e50;
  letter-spacing: -1px;
  font-weight: normal;
  margin-top: 30px;
}
.contenido-editor blockquote p {
  font-size: 37px;
  line-height: 45px;
}
.contenido-editor blockquote:before {
  content: url('/startupkit/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -30px;
  width: 0;
}
.contenido-editor .entradilla {
  color: #000000;
  font-weight: bold;
}
.contenido-editor p {
  margin: 15px 0;
}
.contenido-editor strong {
  color: #333333;
}
.contenido-editor a {
  color: #1f77cf;
  text-decoration: underline;
}
.contenido-editor a:hover {
  color: #579ee6;
  text-decoration: none;
}
.contenido-editor .foto_izquierda {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  width: 35%;
  margin: 0 5% 0 0;
}
.contenido-editor .foto_derecha {
  float: right;
  width: 35%;
  margin: 0 0 0 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contenido-editor .foto_centro {
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contenido-editor li {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-bottom: 15px;
}
/* GALERIA */
.galeria_apartado {
  text-align: center;
  margin: 30px auto;
}
.rslides {
  height: 380px;
}
.rslides a {
  width: 100%;
}
.slider {
  position: relative;
}
.slider .slider_controls {
  top: 45%;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 28px;
}
.slider .slider_controls a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider .prev {
  background: url("/images/galeria_izq.png") no-repeat 0 0;
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  height: 28px;
  text-indent: -20000px;
  vertical-align: middle;
  width: 19px;
  position: absolute;
  left: -29px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider .next {
  background: url("/images/galeria_der.png") no-repeat 0 0;
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  height: 28px;
  text-indent: -20000px;
  vertical-align: middle;
  width: 19px;
  margin-left: 5px;
  position: absolute;
  right: -29px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider .ampliar_slider {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 47px;
  vertical-align: middle;
  width: 49px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.slider .ampliar_slider:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/**** header-6 ****/
.header-6 .navbar .nav li a {
  font-size: 15px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: 'HelveticaNeueLTStd75Bold';
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
}
.header-6 .navbar .nav li a:hover,
.header-6 .navbar .nav li a:focus,
.header-6 .navbar .nav li a.active {
  color: #cccccc;
}
.header-6 .navbar .nav li.active > a {
  color: #cccccc;
}
.header-6 .navbar .nav li.active > a:hover,
.header-6 .navbar .nav li.active > a:focus,
.header-6 .navbar .nav li.active > a.active {
  color: #cccccc;
}
.header-6 .navbar .nav li ul {
  display: none;
}
.header-6 .navbar .nav li ul li {
  text-align: left;
}
.header-6 .navbar .nav li ul li a {
  text-transform: none;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 12px;
  line-height: 1.2em;
}
.header-6 .navbar .nav li ul li a:hover {
  background: none;
}
.header-6-sub {
  padding: 0;
}
.header-6-sub .container {
  padding-top: 250px;
}
.header-6-sub h3 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-size: 60px;
}
.header-6-sub a {
  color: #fff;
}
.header-6-sub .background {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}
.header-6-sub .control-btn {
  text-decoration: none;
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  color: #333333;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -26.5px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.header-6-sub .control-btn:hover,
.header-6-sub .control-btn:focus,
.header-6-sub .control-btn.active {
  color: #333333;
}
.header-6-sub .control-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .header-6-sub .control-btn {
    bottom: 30px;
  }
}
.header-links {
  background-color: none;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-links__btn {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  color: #fff;
  font-size: 17px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.header-links__btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/**** megadestacados ****/
.projects-1 .head-box:before {
  background: none;
  content: "";
}
.projects-1 .head-box .brand {
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold';
  font-size: 23px;
  max-width: none;
  width: 50%;
}
.btn-mega {
  display: block;
  height: 15px;
  width: 15px;
  cursor: pointer;
  position: absolute;
  top: 160px;
  z-index: 1900;
  background-image: url(/images/btn_megas.png);
  background-position: 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.btn-mega:hover {
  background-position: 0 15px;
}
.btn-mega--anterior {
  left: -30px;
  background-image: url(/images/btn_megas_anterior.png);
}
.btn-mega--siguiente {
  right: -30px;
  background-image: url(/images/btn_megas_siguiente.png);
}
#megadestacados {
  position: relative;
}
.megadestacados {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.transEnabled {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.megadestacado {
  display: none;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.megadestacado img {
  position: absolute;
  top: 0;
  left: 0;
}
.megadestacado.mega-actual {
  display: block;
}
.megadestacado:hover img {
  -webkit-transform: scale(1.2) rotate(-1deg);
  -moz-transform: scale(1.2) rotate(-1deg);
  -ms-transform: scale(1.2) rotate(-1deg);
  -o-transform: scale(1.2) rotate(-1deg);
  transform: scale(1.2) rotate(-1deg);
}
.megadestacado:hover .megadestacado__titulo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.megadestacado__titulo {
  color: #fff;
  font-family: 'HelveticaNeueLTStd75Bold';
  font-size: 23px;
  top: 2%;
  left: 3%;
  position: absolute;
  z-index: 200;
}
/**** destacados ***/
.projects-1 .destacados .name {
  color: #1f77cf;
}
.projects-1 .destacados .name a {
  color: #1f77cf;
}
.projects-1 .destacados .name a:hover,
.projects-1 .destacados .name a:active {
  color: #5d9ddd !important;
}
.projects-1 .destacados .project {
  vertical-align: top;
}
.projects-1 .destacados .project .photo {
  opacity: 1;
  filter: alpha(opacity=100);
}
.projects-1 .destacados .project .overlay a {
  color: #fff;
}
.projects-1 .destacados .overlay {
  background: #1f77cf;
}
.projects-1 .destacados .subtitle {
  font-size: 14px;
}
.projects-1 .destacados .subtitle p {
  font-size: 14px;
}
/**** parallax portada ****/
.content-23 {
  background-color: #1B1F23;
  height: 400px;
  margin-bottom: 100px;
}
.content-23.custom-bg {
  background-image: url('/images/benissa_parallax.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/**** parallax responsive ****/
/**** parallax home ***/
.parallax {
  background: url('/bd/imagenes/imagen_parallax.jpg') 50% 0 no-repeat fixed;
  max-height: 400px;
  background-size: cover;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 60px;
}
.parallax img {
  width: 100%;
}
.parallax-home__cajatitulos {
  position: absolute;
  top: 20%;
  right: 10%;
  text-align: right;
}
.parallax-home__titulo {
  color: #fff;
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.2px;
  font-weight: normal;
  font-size: 52px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.parallax-home__subtitulo {
  color: #fff;
  font-family: 'HelveticaNeueLTStd65Medium';
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
}
/**** eventos portada ****/
.eventos-portada__ancho {
  float: left;
  width: 60%;
}
.eventos-portada__item {
  margin-bottom: 60px;
}
.eventos-portada__foto {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
  width: 30%;
  max-width: 220px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5% 10px 0;
}
.eventos-portada__foto:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.eventos-portada__mas {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-weight: normal;
  color: #bdc3c7;
  font-size: 19px;
  margin-bottom: 30px;
}
.eventos-portada__mas a {
  text-decoration: underline;
  color: #bdc3c7;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eventos-portada__mas a:hover {
  color: #9eacb5;
  text-decoration: none;
}
.eventos-portada__titulo {
  font-family: "HelveticaNeueLTStd45Light";
  font-size: 30px;
  line-height: 1.2em;
  margin: 0 0 10px;
  color: #2c3e50;
}
.eventos-portada__titulo a {
  color: #2c3e50;
}
.eventos-portada__titulo a:hover {
  color: #1f77cf;
}
.eventos-portada__fecha {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
  color: #1f77cf;
}
.eventos-portada__entradilla {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  line-height: 1.4em;
  color: #7f8c8d;
}
.eventos-portada__estrecho {
  float: right;
  width: 30%;
}
.eventos-portada__estrecho .eventos-portada__item {
  margin-bottom: 30px;
}
.eventos-portada__estrecho .eventos-portada__titulo {
  font-family: 'HelveticaNeueLTStd75Bold';
  font-size: 17px;
  color: #1f77cf;
  margin: 0 0 5px;
}
.eventos-portada__estrecho .eventos-portada__titulo a {
  color: #1f77cf;
}
.eventos-portada__estrecho .eventos-portada__titulo a:hover {
  color: #4c9ae7;
}
.eventos-portada__estrecho .eventos-portada__fecha {
  font-size: 15px;
  color: #bdc3c7;
}
/**** footer ****/
.footer-14 {
  margin-top: 50px;
  padding-top: 0;
  background: #f4f5f6;
}
.footer-14 a:active,
.footer-14 a:focus,
.footer-14 a:hover {
  color: #666666 !important;
}
.footer-14 nav ul li {
  margin-left: 25px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLTStd75Bold';
  font-size: 14px;
}
.footer-14 nav ul li a {
  color: #95a5a6;
}
.footer-14 nav ul li a:hover {
  background: none;
  color: #666;
}
.footer-14 nav ul li ul {
  display: none;
}
.footer-14 .subscribe-form {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  background: #bbc0c3;
}
.footer-14 .subscribe-form .span4 {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-14 .subscribe-form .span4 {
    text-align: center;
  }
}
.footer-14 .subscribe-form form {
  margin: 0;
  position: relative;
}
.footer-14 .subscribe-form input[type="email"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 60px;
  font-size: 50px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-family: 'HelveticaNeueLTStd75Bold';
  color: #fff;
  font-size: 37px;
  letter-spacing: -1px;
}
.footer-14 .subscribe-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.footer-14 .subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-14 .subscribe-form input[type="email"].placeholder {
  color: #ffffff;
}
.footer-14 .subscribe-form input[type="email"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-14 .subscribe-form input[type="email"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-14 .subscribe-form input[type="email"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-14 .subscribe-form input[type="email"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-14 .subscribe-form input[type="email"]:focus:invalid:focus {
  box-shadow: 0 0 6px #979fa4;
}
.footer-14 .subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  line-height: 60px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-14 .subscribe-form .btn {
  margin-top: 8px;
  font-weight: 500;
  width: 220px;
  max-width: 100%;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  background: #2282e1;
}
.footer-14 .subscribe-form .btn:hover {
  background: #1f77cf;
}
@media (max-width: 767px) {
  .footer-14 .subscribe-form {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 480px) {
  .footer-14 .subscribe-form input[type="text"],
  .footer-14 .subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 33px;
    line-height: 27px;
    font-size: 25px;
    font-weight: normal;
    color: inherit;
    text-align: center;
  }
}
/**** sticky navigation ****/
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
}
.logo-sticky-nav {
  position: absolute;
  top: 5px;
  left: 0;
}
.sticky-navigation {
  background: #fff;
  height: 40px;
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 0;
}
.sticky-navigation li {
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  margin-right: 30px;
  color: #aab0b4;
  font-family: 'HelveticaNeueLTStd75Bold';
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}
.sticky-navigation li a {
  color: #aab0b4;
}
.sticky-navigation li a:hover {
  background: #fff;
  color: #1f77cf;
}
.sticky-navigation li ul {
  display: none;
}
.sticky-navigation .social-btns {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 7px;
  right: 0;
}
@media (max-width: 768px) {
  .sticky-navigation .social-btns {
    display: none;
  }
}
.sticky-navigation .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  width: 16px;
  height: 19px;
  overflow: hidden;
  text-align: center;
}
.sticky-navigation .social-btns > *:first-child {
  margin-left: 0;
}
.sticky-navigation .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.sticky-navigation .social-btns > * > *:first-child {
  color: #AAB0B4;
}
.sticky-navigation .social-btns > *:hover > * {
  top: -100%;
}
.sticky-navigation.interior {
  border-bottom: 1px solid #ebedee;
  margin-bottom: 0;
}
.sticky-navigation.interior .social-btns {
  display: block;
}
.sticky-navigation.interior .logo-sticky-nav {
  display: block;
}
.logo-sticky-nav {
  display: none;
}
/**** migas ****/
.caja-migas {
  border-bottom: 1px solid  #ebedee;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.caja-migas .btn-volver {
  float: right;
  background: #adb3b7;
  padding: 5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.caja-migas .btn-volver:hover {
  background: #666;
}
.caja-migas #migas {
  width: 80%;
  float: left;
  margin: 5px 0 0;
}
.caja-migas #migas li {
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  color: #aab0b4;
  padding: 0 5px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-weight: normal;
  font-size: 18px;
}
.caja-migas #migas li a {
  color: #aab0b4;
  margin-right: 5px;
}
/**** cover ****/
.cover {
  position: relative;
}
.cover img {
  width: 100%;
}
.cover .titular_cabecera {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 40%;
}
.cover .titular_cabecera h2 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  display: inline;
  line-height: 1.3;
  padding: 5px;
}
.cover .titular_cabecera h3 {
  color: #ffffff;
  font-size: 30px;
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke: 0.2px;
  display: inline;
  line-height: 1.1;
  padding: 5px;
  font-weight: lighter;
}
.cover .enlace_cabecera {
  position: absolute;
  right: 15%;
  bottom: 10%;
}
.cover .enlace_cabecera .btn {
  background: #55616e;
  font-size: 19px;
  font-weight: bold;
  padding: 14px 35px;
}
.cover .enlace_cabecera .btn:hover {
  background: #4eb013;
}
/**** carpetas ****/
.projects-1 .cajas-resumen {
  margin-top: 25px !important;
}
.projects-1 .cajas-resumen .name {
  color: #1f77cf;
}
.projects-1 .cajas-resumen .name a {
  color: #1f77cf;
}
.projects-1 .cajas-resumen .name a:hover,
.projects-1 .cajas-resumen .name a:active {
  color: #5d9ddd !important;
}
.projects-1 .cajas-resumen .project-wrapper {
  width: 33%;
  display: inline-block;
}
.projects-1 .cajas-resumen .project {
  vertical-align: top;
}
.projects-1 .cajas-resumen .project .photo {
  opacity: 1;
  filter: alpha(opacity=100);
}
.projects-1 .cajas-resumen .project .overlay a {
  color: #fff;
}
.projects-1 .cajas-resumen .overlay {
  background: #1f77cf;
}
.projects-1 .cajas-resumen .subtitle {
  font-size: 14px;
}
.projects-1 .cajas-resumen .subtitle p {
  font-size: 14px;
}
/**** apartados ****/
.blog-3 .title {
  margin-bottom: 30px;
}
.blog-3 .title .submitted {
  font-size: 18px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
}
.blog-3 .contenido-editor h3 {
  text-align: center;
}
.bloque-compartir {
  float: right;
  margin-right: 20px;
  margin-top: 7px;
}
.bloque-compartir a {
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  height: 16px;
  width: 26px;
  overflow: hidden;
  text-indent: -2000px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 0 0;
}
.bloque-compartir a:hover {
  background-position: 0 -16px;
}
.bloque-compartir .facebook {
  background-image: url(/images/btn_share_facebook.gif);
}
.bloque-compartir .twitter {
  background-image: url(/images/btn_share_twitter.gif);
}
.bloque-compartir .email {
  background-image: url(/images/btn_share_email.gif);
}
/**** enviar amigo ****/
.frm-enviar-amigo label.h6 {
  margin-bottom: 10px;
  font-size: 16px;
}
.frm-enviar-amigo input {
  height: 35px !important;
  font-size: 14px !important;
  line-height: 17px !important;
  margin-bottom: 15px !important;
}
/**** contacto ****/
.contacts-3 label.h6 {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
}
.contacts-3 a {
  color: #1f77cf;
}
.contacts-3 a:hover,
.contacts-3 a:active,
.contacts-3 a:focus {
  color: #579ee6;
}
.contacts-3 .map {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 255px;
  margin: 35px 0 60px;
}
.contacts-3 .links a {
  color: #1f77cf;
}
.contacts-3 .links a:hover {
  color: #579ee6;
}
.contacts-3 form input:focus,
.contacts-3 form textarea:focus {
  border-color: #1f77cf;
}
.contacts-3 form .btn {
  background-color: #1f77cf;
}
.contacts-3 form .btn:hover {
  background-color: #579ee6;
}
.contacts-3 form input:hover,
.contacts-3 form textarea:hover {
  border-color: #1f77cf;
}
button.btn,
input.btn[type="submit"] {
  font-weight: bold;
  float: right;
  clear: both;
}
.additional-links {
  display: block;
  clear: both;
  color: #2C3E50 !important;
  padding-top: 10px;
  text-align: right;
  font-size: 12px;
}
.additional-links a {
  color: #2C3E50 !important;
  text-decoration: underline;
}
/**** calendario mensual ****/
.btn-filtrar-eventos {
  float: right;
  font-family: 'HelveticaNeueLTStd65Medium';
  background: #2282E1;
}
.btn-filtrar-eventos:hover {
  background: #1f77cf;
}
.btn-filtrar-eventos img {
  margin-right: 5px;
}
.calendario-grande {
  float: left;
  width: 98%;
  padding: 0 1%;
}
.filtros-calendario {
  overflow: hidden;
  width: 70%;
  margin: 0;
  padding: 0 15%;
}
.filtros-calendario li {
  float: left;
  width: 18%;
  display: inline;
  margin: 0 0 20px 2%;
  padding: 0;
}
.filtros-calendario span {
  transition: all 0.2s ease-in-out;
}
.filtros-calendario a {
  position: relative;
  background: #999;
  font-family: 'lato';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 90%;
  width: 90%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.filtros-calendario a:hover,
.filtros-calendario a.marcado {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 15px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.filtros-calendario a img {
  width: 100%;
}
.filtros-calendario a span {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
}
.filtros-calendario .tag-categoria {
  background: #999;
  font-size: 13px;
  padding: 5px 10px;
  display: block;
}
.caja-loading {
  height: 35px;
  overflow: hidden;
  margin-bottom: 15px;
}
.calendar-loader {
  text-align: center;
  width: 100%;
  margin: 0;
}
.calendar-loader img {
  vertical-align: middle;
}
.fc-header {
  margin-bottom: 10px;
}
.fc-header .fc-header-title {
  color: #666;
}
.fc-header .fc-header-title h2 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-weight: normal;
  font-size: 26px;
  color: #AAB0B4;
}
.fc-day-header {
  line-height: 40px;
  background: #f5f5f5;
}
.fc-state-highlight {
  background-color: #cfe7ff;
}
.fc-event {
  border: none !important;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}
.fc-event:hover .fc-event-title {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.fc-event-inner {
  width: 96%;
  padding: 2px 2%;
}
.fc-day-number {
  cursor: pointer;
}
.fc-state-default {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #ADB3B7;
  border: none;
  background-image: none;
  color: #fff;
  text-shadow: none;
}
.fc-state-default:hover {
  background-color: #666;
}
/**** eventos detalle  ****/
#t_evento .titular {
  color: #1f77cf;
  margin-bottom: 10px;
}
.btn-cat-evento {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  float: left;
  margin-top: 5px;
  width: auto;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.btn-cat-evento:hover {
  color: #fff;
  background-color: #666 !important;
}
.evento-fechas {
  font-size: 13px;
  color: #333;
}
.evento-ancho {
  float: left;
  width: 65%;
}
.evento-estrecho {
  float: right;
  width: 25%;
}
/**** eventos listado ****/
#t_agenda .eventos-portada__foto {
  width: 30%;
  max-width: 280px;
}
#t_agenda .btn-cat-evento {
  float: none;
  font-size: 13px;
}
.eventos-filtro {
  margin-bottom: 40px;
}
.eventos-filtro .btn {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  background-color: #2282e1;
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  margin-right: 20px;
}
.eventos-filtro .btn img {
  margin-right: 5px;
}
.eventos-filtro .btn:hover {
  background-color: #1f77cf;
}
.eventos-filtro .btn.btn-filtro {
  background-color: #7b8c9a;
}
.eventos-filtro .btn.btn-filtro:hover {
  background-color: #546675;
}
.form-filtrar {
  display: none;
  margin-top: 20px;
  border: 1px solid #ebedee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-filtrar fieldset {
  padding: 30px 30px;
}
.form-filtrar label {
  display: inline;
  margin-right: 5px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 17px;
  color: #34495e;
}
.form-filtrar input:focus {
  border: 2px solid #2282E1;
}
.form-filtrar__texto {
  margin-right: 20px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #3475bb !important;
}
/**** playas ****/
.tag {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 16px;
  background: #bbc0c3;
  color: #fff;
  float: left;
  margin: 8px;
  padding: 5px 15px;
  text-align: center;
}
#mapa-google {
  margin-top: 40px;
  background: #fff;
  width: 100%;
  height: 450px;
}
#mapa-google img {
  max-width: none !important;
}
.infobox,
.infoBox {
  color: #abaaa9;
  font-size: 18px;
  padding: .5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.infobox h4,
.infoBox h4 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.infobox a,
.infoBox a {
  display: inline-block;
  *display: inline;
  _display: inline;
  zoom: 1;
  margin: 2px;
  padding: 3px 10px;
  color: #ffffff;
  background: #115192;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
}
.infobox a:hover,
.infoBox a:hover {
  background: #306396;
}
.info_window {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.botones_infowindow {
  margin: 10px;
}
.detalle_infowindow {
  margin-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 13px !important;
}
/**** guia empresas ****/
.lista-empresas__fila {
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.lista-empresas__fila:last-child {
  border-bottom: none;
}
.empresa {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  float: left;
  width: 38%;
  padding: 10px 1% 5px;
  margin-left: 5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.empresa:hover {
  background: #f5f5f5;
}
.empresa .btn {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  background: #929799;
  padding: 3px 10px;
}
.empresa .btn:hover {
  background: #1f77cf;
}
.empresa__foto {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  float: left;
  margin: 0 2% 10px 0;
  width: 30%;
  max-width: 120px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.empresa__foto:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.empresa__titulo {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-weight: normal;
  font-size: 18px;
  color: #1f77cf;
}
.empresa__info {
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  color: #95a5a6;
}
.empresa__info strong {
  font-family: 'HelveticaNeueLTStd75Bold';
  font-weight: normal;
  color: #858687;
}
.empresas-relacionadas {
  margin-top: 50px;
}
.empresas-relacionadas.projects-1 .projects {
  margin-top: 25px;
}
#t_empresaguia .form-filtrar,
#t_empresa .form-filtrar {
  display: block;
  background: #f9f9f9;
}
#t_empresa .titular {
  text-align: left;
}
#t_empresa .empresa {
  margin-left: 0;
  width: 98%;
  margin-bottom: 30px;
  border-bottom: 1px dotted #e8e8e8;
}
#t_empresa .empresa:hover {
  background: none;
}
#t_empresa .empresa h2 {
  margin: 0 0 10px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  font-size: 18px;
  color: #34495e;
  font-weight: normal;
}
#t_empresa .empresa__info {
  line-heigth: 20px;
}
#t_empresa .empresa__foto {
  width: 30%;
  max-width: 240px;
  margin-right: 5%;
}
/* buscador empresas */
#select_subcategoria {
  display: none;
}
/**** paginador ****/
.paginacion_tabla {
  font-size: 13px;
  font-family: 'HelveticaNeueLTStd65Medium';
  -webkit-text-stroke: 0.5px;
  float: none;
  overflow: hidden;
}
.paginacion_tabla strong,
.paginacion_tabla a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background: #1f77cf;
  padding: 4px 6px;
  color: #fff;
}
.paginacion_tabla a {
  color: #fff;
  background: #999;
  text-decoration: none;
}
.paginacion_tabla a:hover {
  background: #1f77cf;
}
.paginacion_tabla .siguientes a {
  background: url(/images/ico_siguientes.gif) no-repeat right 4px !important;
  padding: 0 14px;
  color: #1f77cf;
}
.paginacion_tabla .anteriores a {
  background: url(/images/ico_anteriores.gif) no-repeat 0 4px !important;
  padding: 0 14px;
  color: #1f77cf;
}
/**** popup blanco ****/
body.body-pop-up {
  padding: 0;
  background: #fff;
}
body.body-pop-up .cabecera-pop-up {
  text-align: center;
  border-bottom: 1px solid #ebedee;
  padding: 10px 0;
}
body.body-pop-up .contenido-editor {
  padding: 0 1%;
  font-size: 13px;
}
body.body-pop-up .contenido-editor h1 {
  font-size: 28px;
  text-align: center;
}
body.body-pop-up .contenido-editor h3 {
  font-size: 20px;
}
body.body-pop-up .contenido-editor p,
body.body-pop-up .contenido-editor li {
  font-size: 14px;
}
.popup-mini {
  position: relative;
  background: #fff;
  padding: 0;
  width: auto;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.mfp-close-btn-in .mfp-close {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
}
.popup-mini h2 {
  font-family: 'HelveticaNeueLTStd45Light';
  -webkit-text-stroke: 0.5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1f77cf;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #1f77cf;
  padding-bottom: 4px;
}
.popup-mini h2 img {
  float: left;
  margin-right: 10px;
}
.popup-mini p {
  font: 14px/16px Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  color: #666666;
  line-height: 18px;
}
.popup-mini {
  max-width: 500px;
}
/**** languages ****/
#lang_switch {
  top: 10px;
  position: fixed;
  right: 20px;
  z-index: 500;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
#lang_switch > span {
  display: block;
  padding: 15px 18px;
  background: url(/images/blanco90.png);
  color: #6d6d6d;
}
#lang_switch ul {
  display: none;
  margin: 0;
}
#lang_switch ul li {
  list-style-type: none;
  text-align: right;
  padding: 3px 10px;
  margin-top: 1px;
  margin-left: 0;
  background: url(/images/fondo_header.png);
}
#lang_switch ul li a {
  color: #6d6d6d;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
#lang_switch:hover ul {
  display: block;
}
#lang_switch ul li:hover {
  display: block;
  background: url(/images/fondo_idiomas.png);
}
#lang_switch ul li:hover a {
  color: #ffffff;
}
/**** aviso cookies ****/
#faldon {
  border-top: 1px dotted #dddddd;
  background: url(../images/blanco90.png) repeat;
  font: 14px Arial, Helvetica, sans-serif;
  width: 100%;
  color: #1f77cf;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  line-height: 1.5;
  padding: 5px 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#faldon a {
  color: #1f77cf;
  font-weight: bold;
}
#faldon a:hover {
  text-decoration: underline;
}
#faldon #cerrar_faldon_legales {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.icono-menu {
  position: fixed;
  top: 5px;
  left: auto !important;
  right: 10px;
  z-index: 8000;
}
.mm-list a:hover {
  background: #1f77cf !important;
  color: #fff;
}
.enlaces-footer {
  float: none;
  text-align: center;
}
.languages_footer {
  display: none;
}
.languages_footer a {
  color: #000000;
}
label.error {
  background-image: none;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.contacts-3 label.error {
  margin-top: -10px;
  margin-bottom: 25px;
}
.fui-instagram,
.fui-foursquare {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.fui-triangle-up:before {
  content: "\e600";
}
.fui-triangle-down:before {
  content: "\e601";
}
.fui-triangle-up-small:before {
  content: "\e602";
}
.fui-triangle-down-small:before {
  content: "\e603";
}
.fui-triangle-left-large:before {
  content: "\e604";
}
.fui-triangle-right-large:before {
  content: "\e605";
}
.fui-arrow-left:before {
  content: "\e606";
}
.fui-arrow-right:before {
  content: "\e607";
}
.fui-plus:before {
  content: "\e608";
}
.fui-cross:before {
  content: "\e609";
}
.fui-check:before {
  content: "\e60a";
}
.fui-radio-unchecked:before {
  content: "\e60b";
}
.fui-radio-checked:before {
  content: "\e60c";
}
.fui-checkbox-unchecked:before {
  content: "\e60d";
}
.fui-checkbox-checked:before {
  content: "\e60e";
}
.fui-info-circle:before {
  content: "\e60f";
}
.fui-alert-circle:before {
  content: "\e610";
}
.fui-question-circle:before {
  content: "\e611";
}
.fui-check-circle:before {
  content: "\e612";
}
.fui-cross-circle:before {
  content: "\e613";
}
.fui-plus-circle:before {
  content: "\e614";
}
.fui-pause:before {
  content: "\e615";
}
.fui-play:before {
  content: "\e616";
}
.fui-volume:before {
  content: "\e617";
}
.fui-mute:before {
  content: "\e618";
}
.fui-resize:before {
  content: "\e619";
}
.fui-list:before {
  content: "\e61a";
}
.fui-list-thumbnailed:before {
  content: "\e61b";
}
.fui-list-small-thumbnails:before {
  content: "\e61c";
}
.fui-list-large-thumbnails:before {
  content: "\e61d";
}
.fui-list-numbered:before {
  content: "\e61e";
}
.fui-list-columned:before {
  content: "\e61f";
}
.fui-list-bulleted:before {
  content: "\e620";
}
.fui-window:before {
  content: "\e621";
}
.fui-windows:before {
  content: "\e622";
}
.fui-loop:before {
  content: "\e623";
}
.fui-cmd:before {
  content: "\e624";
}
.fui-mic:before {
  content: "\e625";
}
.fui-heart:before {
  content: "\e626";
}
.fui-location:before {
  content: "\e627";
}
.fui-new:before {
  content: "\e628";
}
.fui-video:before {
  content: "\e629";
}
.fui-photo:before {
  content: "\e62a";
}
.fui-time:before {
  content: "\e62b";
}
.fui-eye:before {
  content: "\e62c";
}
.fui-chat:before {
  content: "\e62d";
}
.fui-home:before {
  content: "\e62e";
}
.fui-upload:before {
  content: "\e62f";
}
.fui-search:before {
  content: "\e630";
}
.fui-user:before {
  content: "\e631";
}
.fui-mail:before {
  content: "\e632";
}
.fui-lock:before {
  content: "\e633";
}
.fui-power:before {
  content: "\e634";
}
.fui-calendar:before {
  content: "\e635";
}
.fui-gear:before {
  content: "\e636";
}
.fui-bookmark:before {
  content: "\e637";
}
.fui-exit:before {
  content: "\e638";
}
.fui-trash:before {
  content: "\e639";
}
.fui-folder:before {
  content: "\e63a";
}
.fui-bubble:before {
  content: "\e63b";
}
.fui-export:before {
  content: "\e63c";
}
.fui-calendar-solid:before {
  content: "\e63d";
}
.fui-star:before {
  content: "\e63e";
}
.fui-star-2:before {
  content: "\e63f";
}
.fui-credit-card:before {
  content: "\e640";
}
.fui-clip:before {
  content: "\e641";
}
.fui-link:before {
  content: "\e642";
}
.fui-tag:before {
  content: "\e643";
}
.fui-document:before {
  content: "\e644";
}
.fui-image:before {
  content: "\e645";
}
.fui-facebook:before {
  content: "\e646";
}
.fui-youtube:before {
  content: "\e647";
}
.fui-vimeo:before {
  content: "\e648";
}
.fui-twitter:before {
  content: "\e649";
}
.fui-spotify:before {
  content: "\e64a";
}
.fui-skype:before {
  content: "\e64b";
}
.fui-pinterest:before {
  content: "\e64c";
}
.fui-path:before {
  content: "\e64d";
}
.fui-linkedin:before {
  content: "\e64e";
}
.fui-google-plus:before {
  content: "\e64f";
}
.fui-dribbble:before {
  content: "\e650";
}
.fui-behance:before {
  content: "\e651";
}
.fui-stumbleupon:before {
  content: "\e652";
}
.fui-yelp:before {
  content: "\e653";
}
.fui-wordpress:before {
  content: "\e654";
}
.fui-windows-8:before {
  content: "\e655";
}
.fui-vine:before {
  content: "\e656";
}
.fui-tumblr:before {
  content: "\e657";
}
.fui-paypal:before {
  content: "\e658";
}
.fui-lastfm:before {
  content: "\e659";
}
.fui-instagram:before {
  content: "\e65a";
}
.fui-html5:before {
  content: "\e65b";
}
.fui-github:before {
  content: "\e65c";
}
.fui-foursquare:before {
  content: "\e65d";
}
.fui-dropbox:before {
  content: "\e65e";
}
.fui-android:before {
  content: "\e65f";
}
.fui-apple:before {
  content: "\e660";
}
.fui-instagram:before {
  content: "\e65a";
}
@media only screen and (min-width: 200px) and (max-width: 760px) {
  #lang_switch {
    display: none;
  }
  #sticky-nav {
    display: none !important;
  }
  nav-collapse {
    display: none;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  /**** megabanners ****/
  .header-6-sub {
    padding: 0;
  }
  .header-6-sub .container {
    padding-top: 120px;
  }
  .header-6-sub h3 {
    font-size: 30px;
  }
  .header-6-sub .lead {
    font-size: 14px;
  }
  .header-links__btn {
    font-size: 13px;
  }
  .megadestacados {
    width: 80%;
    margin-left: 10%;
  }
  .btn-mega {
    top: 30px;
  }
  .btn-mega--anterior {
    left: 10px;
  }
  .btn-mega--siguiente {
    right: 10px;
  }
  .megadestacado__titulo {
    font-size: 18px;
  }
  .parallax-home {
    display: none;
  }
  .parallax-home__cajatitulos {
    top: 2%;
    right: 2%;
  }
  .parallax-home__titulo {
    font-size: 25px;
  }
  .parallax-home__subtitulo {
    font-size: 13px;
  }
  .eventos-portada__ancho {
    width: 90%;
    margin-left: 5%;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
  }
  .eventos-portada__item {
    margin-bottom: 20px;
  }
  .eventos-portada__foto {
    margin: 0 0 10px;
    width: 100%;
    display: block;
    max-width: none;
  }
  .eventos-portada__titulo {
    font-size: 20px;
  }
  .eventos-portada__fecha {
    font-size: 13px;
  }
  .eventos-portada__estrecho {
    width: 90%;
    margin-right: 5%;
  }
  .footer-14 .subscribe-form input[type="email"] {
    font-size: 18px;
    border: 1px solid #999;
  }
  .footer-14 .brand {
    display: block;
    width: 30%;
  }
  .footer-14 .brand img {
    width: 100%;
    max-width: none;
  }
  .footer-14 .social-btns {
    position: absolute;
  }
  .footer-14 .enlaces-footer {
    padding-top: 40px;
  }
  .titular {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .caja-migas #migas {
    width: 100%;
    margin-bottom: 10px;
  }
  .caja-migas #migas li {
    font-size: 13px;
  }
  .blog-3 {
    padding: 0 2%;
  }
  .tag {
    font-size: 13px;
  }
  .contenido-editor .foto_izquierda,
  .contenido-editor .foto_derecha,
  .contenido-editor .foto_centro {
    float: none !important;
    width: 100% !important;
  }
  .contenido-editor h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .contenido-editor h4 {
    font-size: 17px;
  }
  .contenido-editor blockquote {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
  }
  .contenido-editor blockquote p {
    font-size: 18px;
    line-height: 22px;
  }
  .contenido-editor blockquote:before {
    top: -15px;
    left: -6px;
  }
  .cover .titular_cabecera {
    display: none;
  }
  .galeria_apartado {
    width: 80%;
  }
  #t_empresa_guias .empresa__foto {
    float: none;
  }
  .empresa__foto {
    width: 98%;
    padding: 0 1%;
    margin-right: 0;
  }
  .empresa__info {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  /**** calendario ****/
  .fc-header-title {
    font-size: 12px;
  }
  html .fc,
  .fc table {
    font-size: 11px;
  }
  .fc-event,
  .fc-button {
    font-size: 11px;
  }
  .filtros-calendario {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }
  .filtros-calendario li {
    float: none;
    display: inline-block;
    *display: inline;
    _display: inline;
    zoom: 1;
    width: 23%;
    margin: 0 0 20px 1%;
    padding: 0;
  }
  .filtros-calendario a {
    font-size: 11px;
  }
  .filtros-calendario a span {
    top: 40%;
  }
  .btn-filtrar-eventos {
    float: none;
    margin-top: 15px;
  }
  .eventos-filtro .btn {
    font-size: 12px;
    margin-right: 10px;
  }
  .eventos-filtro .btn img {
    width: 14px;
  }
  .contacts-3 {
    width: 96%;
    padding: 0 2%;
  }
  /**** carpetas ****/
  .projects-1 .cajas-resumen .project-wrapper {
    width: auto;
    display: block;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 760px) and (max-width: 980px) {
  #lang_switch {
    display: none;
  }
  #sticky-nav {
    display: none !important;
  }
  nav-collapse {
    display: none;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .cover .titular_cabecera {
    width: 40%;
    bottom: 15%;
  }
  .cover .titular_cabecera h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .cover .titular_cabecera h3 {
    font-size: 20px;
    line-height: 1.1;
  }
  .caja-migas #migas {
    width: 60%;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .icono-menu {
    display: none;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .icono-menu {
    display: none;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .icono-menu {
    display: none;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1450px) {
  .icono-menu {
    display: none;
  }
}
