@charset "UTF-8";
/*
Bootstrap media queries:

@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }

*/
/*
 * Basic stuff to reuse
 */
/*--------------------------------------------------------------------------------
                               BANNERS
*--------------------------------------------------------------------------------*/
/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/
/*Thematic Break
------------------------------------*/
hr {
  margin: 30px 0;
}

hr.hr-xs {
  margin: 10px 0;
}

hr.hr-md {
  margin: 20px 0;
}

hr.hr-lg {
  margin: 40px 0;
}

/*Headings
------------------------------------*/
h1 {
  font-size: 28px;
  line-height: 35px;
}

h2 {
  font-size: 24px;
  line-height: 33px;
}

h3 {
  font-size: 20px;
  line-height: 27px;
}

h4 {
  line-height: 25px;
}

h5 {
  line-height: 20px;
}

h6 {
  line-height: 18px;
}

.font-open-sans {
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #3b3b3b;
  margin-top: 5px;
  text-shadow: none;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 5px;
}

/*Block Headline*/
.headline {
  margin-bottom: 10px;
}

.headline h2 {
  font-size: 22px;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #9fd66f;
}

.headline h3, .headline h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #9fd66f;
}

.headline-md {
  margin-bottom: 15px;
}

.headline-md h2 {
  font-size: 21px;
}

/*Heading Options*/
.heading {
  text-align: center;
}

.heading h2 {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 34px !important;
  /*For Tagline Boxes*/
}

.heading h2:before, .heading h2:after {
  content: ' ';
  width: 70%;
  position: absolute;
  border-width: 1px;
  border-color: #bababa;
}

.heading h2:before {
  right: 100%;
}

.heading h2:after {
  left: 100%;
}

@media (max-width: 768px) {
  .heading h2:before, .heading h2:after {
    width: 20%;
  }
}

/*Headline v1*/
.heading-v1 h2:before, .heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/*Headline v2*/
.heading-v2 h2:before, .heading-v2 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dashed;
  border-bottom-style: dashed;
}

/*Headline v3*/
.heading-v3 h2:before, .heading-v3 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

/*Headline v4*/
.heading-v4 h2:before, .heading-v4 h2:after {
  top: 17px;
  border-bottom-style: solid;
}

/*Headline v5*/
.heading-v5 h2:before, .heading-v5 h2:after {
  top: 17px;
  border-bottom-style: dashed;
}

/*Headline v6*/
.heading-v6 h2:before, .heading-v6 h2:after {
  top: 17px;
  border-bottom-style: dotted;
}

/*Heading Titles v1*/
.title-v1 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.title-v1 h1, .title-v1 h2 {
  color: #454545;
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.title-v1 h1:after, .title-v1 h2:after {
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 70px;
  content: " ";
  margin-left: -35px;
  position: absolute;
  background: #9fd66f;
}

.title-v1 p {
  font-size: 17px;
  font-weight: 200;
}

/*Heading Titles v2*/
h2.title-v2 {
  color: #3b3b3b;
  position: relative;
  margin-bottom: 30px;
}

h2.title-v2:after {
  left: 0;
  width: 70px;
  height: 2px;
  content: " ";
  bottom: -10px;
  background: #3b3b3b;
  position: absolute;
}

h1.title-v2.title-center, h2.title-v2.title-center, h3.title-v2.title-center {
  text-align: center;
}

h1.title-v2.title-center:after, h2.title-v2.title-center:after, h3.title-v2.title-center:after {
  left: 50%;
  width: 70px;
  margin-left: -35px;
}

h1.title-light, h2.title-light, h3.title-light {
  color: #fff;
}

h2.title-light:after {
  background: #fff;
}

/*Heading Title v3*/
h1[class^="title-v3-"], h2[class^="title-v3-"], h3[class^="title-v3-"] {
  color: #3b3b3b;
}

h2.title-v3-xlg {
  font-size: 28px;
  line-height: 32px;
}

h1.title-v3-lg, h2.title-v3-lg {
  font-size: 24px;
  line-height: 28px;
}

h1.title-v3-md {
  font-size: 20px;
  line-height: 24px;
}

h2.title-v3-md {
  font-size: 20px;
  line-height: 24px;
}

h2.title-v3-sm {
  font-size: 18px;
  line-height: 24px;
}

h3.title-v3-md {
  font-size: 18px;
  line-height: 24px;
  line-height: 22px;
}

h3.title-v3-sm {
  font-size: 16px;
  line-height: 20px;
}

h2.title-v3-xs {
  font-size: 16px;
  line-height: 22px;
}

h3.title-v3-xs {
  font-size: 14px;
  margin-bottom: 0;
}

/*Title v4*/
.title-v4 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #333333;
}

/*Headline Center*/
.headline-center {
  text-align: center;
  position: relative;
}

.headline-center h2 {
  color: #3b3b3b;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.headline-center h2:after {
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  margin-left: -15px;
  text-align: center;
  position: absolute;
  background: #9fd66f;
}

.headline-center p {
  /*color: color-mix(40);*/
  font-size: 14px;
  /*padding: 0 150px;*/
}

.headline-center.headline-light h2 {
  color: #fff;
}

.headline-center.headline-light p {
  color: #ededed;
}

@media (max-width: 991px) {
  .headline-center p {
    padding: 0 50px;
  }
}

/*Headline Center v2*/
.headline-center-v2 {
  z-index: 0;
  text-align: center;
  position: relative;
}

.headline-center-v2 h2 {
  color: #3b3b3b;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.headline-center-v2 span.bordered-icon {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.headline-center-v2 span.bordered-icon:before, .headline-center-v2 span.bordered-icon:after {
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  background: #fff;
  position: absolute;
}

.headline-center-v2 span.bordered-icon:before {
  left: 100%;
}

.headline-center-v2 span.bordered-icon:after {
  right: 100%;
}

.headline-center-v2 p {
  color: #3b3b3b;
  font-size: 14px;
  padding: 0 70px;
}

.headline-center-v2.headline-center-v2-dark p {
  color: #666666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon {
  color: #666666;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon:before, .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
  background: #666666;
}

/*Headline Left*/
.headline-left {
  position: relative;
}

.headline-left .headline-brd {
  color: #3b3b3b;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.headline-left .headline-brd:after {
  left: 1px;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  position: absolute;
  background: #9fd66f;
}

/*Headline v2
------------------------------------*/
.headline-v2 {
  display: block;
  background: #fff;
  padding: 1px 10px;
  margin: 0 0 20px 0;
  border-left: 2px solid #000;
}

.headline-v2 h2 {
  margin: 3px 0;
  font-size: 20px;
  font-weight: 200;
}

/*Heading Sizes
------------------------------------*/
h2.heading-md {
  font-size: 20px;
  line-height: 24px;
}

h2.heading-sm {
  font-size: 18px;
  line-height: 24px;
}

h3.heading-md {
  font-size: 18px;
  line-height: 24px;
  line-height: 22px;
}

h3.heading-sm {
  font-size: 16px;
  line-height: 20px;
}

h2.heading-xs {
  font-size: 16px;
  line-height: 22px;
}

h3.heading-xs {
  font-size: 14px;
  margin-bottom: 0;
}

/*Devider
------------------------------------*/
.devider.devider-dotted {
  border-top: 2px dotted #ededed;
}

.devider.devider-dashed {
  border-top: 2px dashed #ededed;
}

.devider.devider-db {
  height: 5px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
}

.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
}

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
  border-bottom: none;
}

@media (max-width: 768px) {
  .table th.hidden-sm, .table td.hidden-sm {
    display: none !important;
  }
}

/*Forms
------------------------------------*/
.form-control {
  box-shadow: none;
  border-radius: 0;
}

.input-group-addon {
  border-radius: 0;
}

.form-control:focus {
  border-color: #bababa;
  box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/
.form-spacing .form-control {
  margin-bottom: 15px;
}

/*Form Icons*/
.input-group-addon {
  color: #bababa;
  font-size: 14px;
  background: #fff;
}

/*Navigation
------------------------------------*/
.dropdown-menu, .navbar-toggle {
  border-radius: 0;
}

/*Button Styles
------------------------------------*/
.btn {
  box-shadow: none;
  border-radius: 0;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  background: #9fd66f;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

.btn-u:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}

.btn-u-sm, a.btn-u-sm {
  padding: 3px 12px;
}

.btn-u-md, a.btn-u-md {
  padding: 10px 20px;
}

.btn-u-lg, a.btn-u-lg {
  font-size: 18px;
  padding: 10px 25px;
}

.btn-u-xs, a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
  padding: 3px 13px;
}

.btn-group > .btn-u {
  float: left;
  position: relative;
}

.btn-group-vertical > .btn-u {
  float: left;
  position: relative;
}

.btn-group > .btn-u:first-child {
  margin-left: 0;
}

/*For FF Only*/
@-moz-document url-prefix() {
  .footer-subsribe .btn-u {
    padding-bottom: 4px;
  }
}

@media (max-width: 768px) {
  @-moz-document url-prefix() {
    .btn-u {
      padding-bottom: 6px;
    }
  }
}

/*Buttons Color*/
.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active {
  background: #9fd66f;
}

.open .dropdown-toggle.btn-u {
  background: #9fd66f;
}

.btn-u-split.dropdown-toggle {
  border-left: solid 1px #9fd66f;
}

.btn-u.btn-u-blue {
  background: #3498db;
}

.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active {
  background: #3498db;
}

.open .dropdown-toggle.btn-u.btn-u-blue {
  background: #3498db;
}

.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #3498db;
}

.btn-u.btn-u-red {
  background: #f68642;
}

.btn-u.btn-u-red:hover, .btn-u.btn-u-red:focus, .btn-u.btn-u-red:active, .btn-u.btn-u-red.active {
  background: #f68642;
}

.open .dropdown-toggle.btn-u.btn-u-red {
  background: #f68642;
}

.btn-u.btn-u-split-red.dropdown-toggle {
  border-left: solid 1px #f68642;
}

.btn-u.btn-u-orange {
  background: #f68642;
}

.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active {
  background: #f68642;
}

.open .dropdown-toggle.btn-u.btn-u-orange {
  background: #f68642;
}

.btn-u.btn-u-split-orange.dropdown-toggle {
  border-left: solid 1px #f68642;
}

.btn-u.btn-u-sea {
  background: #9fd66f;
}

.btn-u.btn-u-sea:hover, .btn-u.btn-u-sea:focus, .btn-u.btn-u-sea:active, .btn-u.btn-u-sea.active {
  background: #9fd66f;
}

.open .dropdown-toggle.btn-u.btn-u-sea {
  background: #9fd66f;
}

.btn-u.btn-u-split-sea.dropdown-toggle {
  border-left: solid 1px #9fd66f;
}

.btn-u.btn-u-green {
  background: #9fd66f;
}

.btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active, .btn-u.btn-u-green.active {
  background: #27ae60;
}

.open .dropdown-toggle.btn-u.btn-u-green {
  background: #27ae60;
}

.btn-u.btn-u-split-green.dropdown-toggle {
  border-left: solid 1px #27ae60;
}

.btn-u.btn-u-yellow {
  background: #f68642;
}

.btn-u.btn-u-yellow:hover, .btn-u.btn-u-yellow:focus, .btn-u.btn-u-yellow:active, .btn-u.btn-u-yellow.active {
  background: #f68642;
}

.open .dropdown-toggle.btn-u.btn-u-yellow {
  background: #f68642;
}

.btn-u.btn-u-split-yellow.dropdown-toggle {
  border-left: solid 1px #f68642;
}

.btn-u.btn-u-default {
  background: #999999;
}

.btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active {
  background: #7f8c8d;
}

.open .dropdown-toggle.btn-u.btn-u-default {
  background: #7f8c8d;
}

.btn-u.btn-u-split-default.dropdown-toggle {
  border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-purple {
  background: #3498db;
}

.btn-u.btn-u-purple:hover, .btn-u.btn-u-purple:focus, .btn-u.btn-u-purple:active, .btn-u.btn-u-purple.active {
  background: #3498db;
}

.open .dropdown-toggle.btn-u.btn-u-purple {
  background: #3498db;
}

.btn-u.btn-u-split-purple.dropdown-toggle {
  border-left: solid 1px #3498db;
}

.btn-u.btn-u-aqua {
  background: #3498db;
}

.btn-u.btn-u-aqua:hover, .btn-u.btn-u-aqua:focus, .btn-u.btn-u-aqua:active, .btn-u.btn-u-aqua.active {
  background: #26bac8;
}

.open .dropdown-toggle.btn-u.btn-u-aqua {
  background: #26bac8;
}

.btn-u.btn-u-split-aqua.dropdown-toggle {
  border-left: solid 1px #26bac8;
}

.btn-u.btn-u-brown {
  background: #f68642;
}

.btn-u.btn-u-brown:hover, .btn-u.btn-u-brown:focus, .btn-u.btn-u-brown:active, .btn-u.btn-u-brown.active {
  background: #81674b;
}

.open .dropdown-toggle.btn-u.btn-u-brown {
  background: #81674b;
}

.btn-u.btn-u-split-brown.dropdown-toggle {
  border-left: solid 1px #81674b;
}

.btn-u.btn-u-dark-blue {
  background: #3498db;
}

.btn-u.btn-u-dark-blue:hover, .btn-u.btn-u-dark-blue:focus, .btn-u.btn-u-dark-blue:active, .btn-u.btn-u-dark-blue.active {
  background: #324c80;
}

.open .dropdown-toggle.btn-u.btn-u-dark-blue {
  background: #324c80;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #324c80;
}

.btn-u.btn-u-light-green {
  background: #3498db;
}

.btn-u.btn-u-light-green:hover, .btn-u.btn-u-light-green:focus, .btn-u.btn-u-light-green:active, .btn-u.btn-u-light-green.active {
  background: #59b795;
}

.open .dropdown-toggle.btn-u.btn-u-light-green {
  background: #59b795;
}

.btn-u.btn-u-split-light-green.dropdown-toggle {
  border-left: solid 1px #59b795;
}

.btn-u.btn-u-dark {
  background: #3b3b3b;
}

.btn-u.btn-u-dark:hover, .btn-u.btn-u-dark:focus, .btn-u.btn-u-dark:active, .btn-u.btn-u-dark.active {
  background: #333333;
}

.open .dropdown-toggle.btn-u.btn-u-dark {
  background: #333333;
}

.btn-u.btn-u-split-dark.dropdown-toggle {
  border-left: solid 1px #333333;
}

.btn-u.btn-u-light-grey {
  background: #7e8890;
}

.btn-u.btn-u-light-grey:hover, .btn-u.btn-u-light-grey:focus, .btn-u.btn-u-light-grey:active, .btn-u.btn-u-light-grey.active {
  background: #484f58;
}

.open .dropdown-toggle.btn-u.btn-u-light-grey {
  background: #484f58;
}

.btn-u.btn-u-split-light-grey.dropdown-toggle {
  border-left: solid 1px #484f58;
}

.btn-u.btn-brd {
  color: #3b3b3b;
  background: none;
  padding: 5px 13px;
  border: solid 1px transparent;
}

.btn-u.btn-brd-width-2 {
  padding: 7px 18px;
  border-width: 2px;
}

.btn-u.btn-brd {
  border-color: #9fd66f;
}

.btn-u.btn-brd:hover, .btn-u.btn-brd:focus {
  background: none;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  color: #fff !important;
}

.btn-u.btn-brd:hover {
  color: #9fd66f;
  border-color: #9fd66f;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #9fd66f;
}

.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-blue:hover {
  color: #3498db;
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
  background: #3498db;
}

.btn-u.btn-brd.btn-u-red {
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-red:hover {
  color: #f68642;
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
  background: #f68642;
}

.btn-u.btn-brd.btn-u-orange {
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-orange:hover {
  color: #f68642;
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
  background: #f68642;
}

.btn-u.btn-brd.btn-u-sea {
  border-color: #9fd66f;
}

.btn-u.btn-brd.btn-u-sea:hover {
  color: #9fd66f;
  border-color: #9fd66f;
}

.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
  background: #9fd66f;
}

.btn-u.btn-brd.btn-u-green {
  border-color: #9fd66f;
}

.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}

.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
  background: #27ae60;
}

.btn-u.btn-brd.btn-u-yellow {
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f68642;
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
  background: #f68642;
}

.btn-u.btn-brd.btn-u-default {
  border-color: #999999;
}

.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}

.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
  background: #7f8c8d;
}

.btn-u.btn-brd.btn-u-dark {
  border-color: #3b3b3b;
}

.btn-u.btn-brd.btn-u-dark:hover {
  color: #333333;
  border-color: #333333;
}

.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
  background: #333333;
}

.btn-u.btn-brd.btn-u-light-grey {
  border-color: #7e8890;
}

.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}

.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
  background: #484f58;
}

.btn-u.btn-brd.btn-u-purple {
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-purple:hover {
  color: #3498db;
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
  background: #3498db;
}

.btn-u.btn-brd.btn-u-aqua {
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}

.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
  background: #26bac8;
}

.btn-u.btn-brd.btn-u-brown {
  border-color: #f68642;
}

.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}

.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
  background: #81674b;
}

.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}

.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
  background: #324c80;
}

.btn-u.btn-brd.btn-u-light-green {
  border-color: #3498db;
}

.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}

.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
  background: #59b795;
}

.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}

.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff;
}

.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
  background: #fff;
  color: #3b3b3b !important;
}

.btn-u_list {
  border-bottom: 3px solid #ededf2;
  border-top: 3px solid #ededf2;
  color: #45455e;
  font-size: 13px;
  font-weight: 600;
  margin: 13px;
  padding: 3px 6px;
  text-transform: uppercase;
}

/*Bordered Buttons*/
/*Dropdown Buttons
------------------------------------*/
.dropdown-show {
  box-shadow: 0 0 4px #ededed;
  display: inline-block;
  position: relative;
}

/*Badges and Labels
------------------------------------*/
.badge, .label {
  border-radius: 0;
}

/*Labels*/
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}

span.badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
}

/*Badges*/
.list-group-item.active > .badge {
  color: #fff;
  font-weight: 400;
  padding: 4px 7px;
}

span.label-u, span.badge-u {
  background: #9fd66f;
}

.list-group-item.active > .badge.badge-u {
  background: #9fd66f;
}

span.label-blue, span.badge-blue {
  background: #3498db;
}

.list-group-item.active > .badge {
  background: #3498db;
}

span.label-red, span.badge-red {
  background: #f68642;
}

.list-group-item.active > .badge {
  background: #f68642;
}

span.label-green, span.badge-green {
  background: #9fd66f;
}

.list-group-item.active > .badge.badge-green {
  background: #9fd66f;
}

span.label-sea, span.badge-sea {
  background: #9fd66f;
}

.list-group-item.active > .badge.badge-sea {
  background: #9fd66f;
}

span.label-orange, span.badge-orange {
  background: #f68642;
}

.list-group-item.active > .badge.badge-orange {
  background: #f68642;
}

span.label-yellow, span.badge-yellow {
  background: #f68642;
}

.list-group-item.active > .badge.badge-yellow {
  background: #f68642;
}

span.label-purple, span.badge-purple {
  background: #3498db;
}

.list-group-item.active > .badge.badge-purple {
  background: #3498db;
}

span.label-aqua, span.badge-aqua {
  background: #3498db;
}

.list-group-item.active > .badge.badge-aqua {
  background: #3498db;
}

span.label-brown, span.badge-brown {
  background: #f68642;
}

.list-group-item.active > .badge.badge-brown {
  background: #f68642;
}

span.label-dark-blue, span.badge-dark-blue {
  background: #3498db;
}

.list-group-item.active > .badge.badge-dark-blue {
  background: #3498db;
}

span.label-light-green, span.badge-light-green {
  background: #3498db;
}

.list-group-item.active > .badge.badge-light-green {
  background: #3498db;
}

span.label-light, span.badge-light {
  color: #7a7a7a;
  background: #ededed;
}

.list-group-item.active > .badge.badge-light {
  color: #7a7a7a;
  background: #ededed;
}

span.label-dark, span.badge-dark {
  background: #3b3b3b;
}

.list-group-item.active > .badge.badge-dark {
  background: #3b3b3b;
}

/*Badge Lists*/
.badge-lists li {
  position: relative;
}

.badge-lists span.badge {
  top: -10px;
  right: -6px;
  position: absolute;
}

.badge-lists.badge-icons span.badge {
  min-width: 12px;
  padding: 3px 6px;
}

.badge-lists.badge-icons i {
  font-size: 18px;
  min-width: 25px;
}

/*Badge Icons*/
/*Badge Box v1*/
.badge-box-v1 a {
  color: #7a7a7a;
  min-width: 40px;
  font-size: 18px;
  padding: 8px 9px;
  display: inline-block;
  border: solid 1px #ededed;
}

/*Badge Box v2*/
.badge-box-v2 a {
  color: #7a7a7a;
  font-size: 12px;
  padding: 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  border: solid 1px #ededed;
}

.badge-box-v2 a i {
  font-size: 20px;
}

/*General Badge Box*/
.badge-box-v1 a i, .badge-box-v2 a i {
  display: block;
  margin: 1px auto 2px;
}

.badge-box-v1 a:hover, .badge-box-v2 a:hover {
  color: #3b3b3b;
  border-color: #3b3b3b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Icons
------------------------------------*/
/*Social Icons*/
.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  list-style: none;
  margin-right: 3px;
  margin-bottom: 5px;
  text-indent: -9999px;
  display: inline-block;
}

.social-icons li a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.social-icons-color li a:hover {
  opacity: 1;
}

.social_amazon {
  background: url(../img/icons/social/amazon.png) no-repeat;
}

.social_behance {
  background: url(../img/icons/social/behance.png) no-repeat;
}

.social_blogger {
  background: url(../img/icons/social/blogger.png) no-repeat;
}

.social_deviantart {
  background: url(../img/icons/social/deviantart.png) no-repeat;
}

.social_dribbble {
  background: url(../img/icons/social/dribbble.png) no-repeat;
}

.social_dropbox {
  background: url(../img/icons/social/dropbox.png) no-repeat;
}

.social_evernote {
  background: url(../img/icons/social/evernote.png) no-repeat;
}

.social_facebook {
  background: url(../img/icons/social/facebook.png) no-repeat;
}

.social_forrst {
  background: url(../img/icons/social/forrst.png) no-repeat;
}

.social_github {
  background: url(../img/icons/social/github.png) no-repeat;
}

.social_googleplus {
  background: url(../img/icons/social/googleplus.png) no-repeat;
}

.social_jolicloud {
  background: url(../img/icons/social/jolicloud.png) no-repeat;
}

.social_last-fm {
  background: url(../img/icons/social/last-fm.png) no-repeat;
}

.social_linkedin {
  background: url(../img/icons/social/linkedin.png) no-repeat;
}

.social_picasa {
  background: url(../img/icons/social/picasa.png) no-repeat;
}

.social_pintrest {
  background: url(../img/icons/social/pintrest.png) no-repeat;
}

.social_rss {
  background: url(../img/icons/social/rss.png) no-repeat;
}

.social_skype {
  background: url(../img/icons/social/skype.png) no-repeat;
}

.social_spotify {
  background: url(../img/icons/social/spotify.png) no-repeat;
}

.social_stumbleupon {
  background: url(../img/icons/social/stumbleupon.png) no-repeat;
}

.social_tumblr {
  background: url(../img/icons/social/tumblr.png) no-repeat;
}

.social_twitter {
  background: url(../img/icons/social/twitter.png) no-repeat;
}

.social_vimeo {
  background: url(../img/icons/social/vimeo.png) no-repeat;
}

.social_wordpress {
  background: url(../img/icons/social/wordpress.png) no-repeat;
}

.social_xing {
  background: url(../img/icons/social/xing.png) no-repeat;
}

.social_yahoo {
  background: url(../img/icons/social/yahoo.png) no-repeat;
}

.social_youtube {
  background: url(../img/icons/social/youtube.png) no-repeat;
}

.social_vk {
  background: url(../img/icons/social/vk.png) no-repeat;
}

.social_instagram {
  background: url(../img/icons/social/instagram.png) no-repeat;
}

/*Font Awesome Icon Styles*/
i.icon-custom {
  color: #3b3b3b;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  border: solid 1px #3b3b3b;
}

i.icon-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}

i.icon-md {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 55px;
}

i.icon-lg {
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 10px;
}

i.icon-2x {
  font-size: 30px;
}

i.icon-3x {
  font-size: 40px;
}

i.icon-4x {
  font-size: 50px;
}

i.icon-line {
  font-size: 17px;
}

i.icon-sm.icon-line {
  font-size: 14px;
}

i.icon-md.icon-line {
  font-size: 22px;
}

i.icon-lg.icon-line {
  font-size: 28px;
}

i.icon-2x.icon-line {
  font-size: 27px;
}

i.icon-3x.icon-line {
  font-size: 36px;
}

i.icon-4x.icon-line {
  font-size: 47px;
}

/*Line Icons*/
/*Icon Styles For Links*/
.link-icon, .link-bg-icon {
  color: #3b3b3b;
}

.link-icon:hover, .link-bg-icon:hover {
  border: none;
  text-decoration: none;
}

.link-icon:hover i {
  color: #9fd66f;
  background: none;
  border: solid 1px #9fd66f;
}

.link-bg-icon:hover i {
  color: #9fd66f;
  background: #9fd66f;
  border-color: #9fd66f;
  color: #fff !important;
}

/*Icons Color*/
i.icon-color-u, i.icon-color-red, i.icon-color-sea, i.icon-color-dark, i.icon-color-grey, i.icon-color-blue, i.icon-color-green, i.icon-color-yellow, i.icon-color-orange, i.icon-color-purple, i.icon-color-aqua, i.icon-color-brown, i.icon-color-dark-blue, i.icon-color-light-grey, i.icon-color-light-green {
  background: none;
}

i.icon-color-u {
  color: #9fd66f;
  border: solid 1px #9fd66f;
}

i.icon-color-blue {
  color: #3498db;
  border: solid 1px #3498db;
}

i.icon-color-red {
  color: #f68642;
  border: solid 1px #f68642;
}

i.icon-color-sea {
  color: #9fd66f;
  border: solid 1px #9fd66f;
}

i.icon-color-green {
  color: #9fd66f;
  border: solid 1px #9fd66f;
}

i.icon-color-yellow {
  color: #f68642;
  border: solid 1px #f68642;
}

i.icon-color-orange {
  color: #f68642;
  border: solid 1px #f68642;
}

i.icon-color-grey {
  color: #999999;
  border: solid 1px #999999;
}

i.icon-color-purple {
  color: #3498db;
  border: solid 1px #3498db;
}

i.icon-color-aqua {
  color: #3498db;
  border: solid 1px #3498db;
}

i.icon-color-brown {
  color: #f68642;
  border: solid 1px #f68642;
}

i.icon-color-dark-blue {
  color: #3498db;
  border: solid 1px #3498db;
}

i.icon-color-light-green {
  color: #3498db;
  border: solid 1px #3498db;
}

i.icon-color-light {
  color: #fff;
  border: solid 1px #fff;
}

i.icon-color-light-grey {
  color: #7e8890;
  border: solid 1px #7e8890;
}

i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
  color: #fff;
  border-color: transparent;
}

i.icon-bg-u {
  background: #9fd66f;
}

i.icon-bg-blue {
  background: #3498db;
}

i.icon-bg-red {
  background: #f68642;
}

i.icon-bg-sea {
  background: #9fd66f;
}

i.icon-bg-green {
  background: #9fd66f;
}

i.icon-bg-yellow {
  background: #f68642;
}

i.icon-bg-orange {
  background: #f68642;
}

i.icon-bg-grey {
  background: #999999;
}

i.icon-bg-dark {
  background: #3b3b3b;
}

i.icon-bg-darker {
  background: #333333;
}

i.icon-bg-purple {
  background: #3498db;
}

i.icon-bg-aqua {
  background: #3498db;
}

i.icon-bg-brown {
  background: #f68642;
}

i.icon-bg-dark-blue {
  background: #3498db;
}

i.icon-bg-light-green {
  background: #3498db;
}

i.icon-bg-light {
  background: #fff;
  border-color: transparent;
}

i.icon-bg-light-grey {
  background: #7e8890;
  border-color: transparent;
}

/*Icons Backgroun Color*/
/* Make Font Awesome icons fixed width */
.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}

.fa-fixed [class^="fa"].fa-lg, .fa-fixed [class*=" fa"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Typography
------------------------------------*/
.text-justify p {
  text-align: justify;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-normal {
  text-transform: inherit !important;
}

.font-bold {
  font-weight: 600;
}

.font-light {
  font-weight: 200;
}

.font-normal {
  font-weight: 400 !important;
}

/*Text Dropcap*/
.dropcap {
  float: left;
  color: #9fd66f;
  padding: 5px 0;
  font-size: 45px;
  font-weight: 200;
  line-height: 30px;
  margin: 0px 5px 0 0;
}

.dropcap-bg {
  float: left;
  color: #fff;
  padding: 7px 0;
  min-width: 50px;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  text-align: center;
  background: #9fd66f;
  margin: 4px 10px 0 0;
}

/*Text Highlights*/
.text-highlights {
  color: #fff;
  font-weight: 200;
  padding: 0px 5px;
  background: #3b3b3b;
}

.text-highlights-green {
  background: #9fd66f;
}

.text-highlights-blue {
  background: #3498db;
}

.text-highlights-red {
  background: #f68642;
}

.text-highlights-sea {
  background: #9fd66f;
}

.text-highlights-orange {
  background: #f68642;
}

.text-highlights-yellow {
  background: #f68642;
}

.text-highlights-purple {
  background: #3498db;
}

.text-highlights-aqua {
  background: #3498db;
}

.text-highlights-brown {
  background: #f68642;
}

.text-highlights-dark-blue {
  background: #3498db;
}

.text-highlights-light-green {
  background: #3498db;
}

/*Text Borders*/
.text-border {
  border-bottom: dashed 1px #3b3b3b;
}

.text-border-default {
  border-color: #999999;
}

.text-border-green {
  border-color: #9fd66f;
}

.text-border-blue {
  border-color: #3498db;
}

.text-border-red {
  border-color: #f68642;
}

.text-border-yellow {
  border-color: #f68642;
}

.text-border-purple {
  border-color: #3498db;
}

/*List Styles*/
.list-styles li {
  margin-bottom: 8px;
}

/*Contextual Backgrounds*/
.contex-bg p {
  opacity: 0.8;
  padding: 8px 10px;
}

.contex-bg p:hover {
  opacity: 1;
}

/*Blockquote*/
blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
}

blockquote p {
  font-size: 14px;
  font-weight: 400;
}

blockquote h1, blockquote h2, blockquote span {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 24px;
}

blockquote.bq-text-lg p, blockquote.bq-text-lg small {
  text-transform: uppercase;
}

blockquote.bq-text-lg p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

blockquote.text-right {
  border-left: none;
  border-right: 2px solid #ededed;
}

blockquote.hero.text-right {
  border-left: none;
  border-right: 2px solid #ededed;
  border-color: #3b3b3b;
}

blockquote.hero.text-right:hover {
  border-color: #3b3b3b;
}

blockquote:hover, blockquote.text-right:hover {
  border-color: #9fd66f;
  transition: all 0.4s ease-in-out;
}

blockquote.bq-dark {
  border-color: #7e8890;
}

blockquote.bq-dark:hover {
  border-color: #7e8890;
}

blockquote.bq-green {
  border-color: #9fd66f;
}

blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f2f2f2;
  border-left: solid 2px #666666;
}

blockquote.hero:hover {
  background: #ededed;
  border-left-color: #666666;
}

blockquote.hero.hero-dark, blockquote.hero.hero-default {
  border: none;
}

blockquote.hero.hero-dark {
  background: #454545;
}

blockquote.hero.hero-dark:hover {
  background: #3b3b3b;
}

blockquote.hero.hero-default {
  background: #9fd66f;
}

blockquote.hero.hero-default:hover {
  background: #9fd66f;
}

blockquote.hero.hero-dark p, blockquote.hero.hero-dark h2, blockquote.hero.hero-dark small {
  color: #fff;
  font-weight: 200;
}

blockquote.hero.hero-default p, blockquote.hero.hero-default h2, blockquote.hero.hero-default small {
  color: #fff;
  font-weight: 200;
}

/*Blockquote Styles*/
/*Blockquote Hero Styles*/
/*Lists
------------------------------------*/
.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

/*Lists v1*/
.lists-v1 li {
  margin-bottom: 10px;
}

.lists-v1 i {
  color: #fff;
  width: 15px;
  height: 15px;
  padding: 1px;
  font-size: 13px;
  margin-right: 7px;
  text-align: center;
  background: #9fd66f;
  display: inline-block;
  border-radius: 50% !important;
}

/*Lists v2*/
.lists-v2 li {
  margin-bottom: 10px;
}

.lists-v2 i {
  color: #9fd66f;
  font-size: 13px;
  margin-right: 7px;
  display: inline-block;
}

/*Alerts
------------------------------------*/
.alert, .thumbnail, .panel, .panel-heading, .panel-group .panel {
  border-radius: 0;
}

/*Thumbnails
------------------------------------*/
/*Panels (Portlets)
------------------------------------*/
.panel-heading {
  color: #fff;
  padding: 5px 15px;
}

/*Panel Table*/
.panel .table {
  margin-bottom: 0;
}

/*Panel Unify*/
.panel-u {
  border-color: #9fd66f;
}

.panel-u > .panel-heading {
  background: #9fd66f;
}

/*Panel Blue*/
.panel-blue {
  border-color: #3498db;
}

.panel-blue > .panel-heading {
  background: #3498db;
}

/*Panel Red*/
.panel-red {
  border-color: #f68642;
}

.panel-red > .panel-heading {
  background: #f68642;
}

/*Panel Green*/
.panel-green {
  border-color: #9fd66f;
}

.panel-green > .panel-heading {
  background: #9fd66f;
}

/*Panel Sea*/
.panel-sea {
  border-color: #9fd66f;
}

.panel-sea > .panel-heading {
  background: #9fd66f;
}

/*Panel Orange*/
.panel-orange {
  border-color: #f68642;
}

.panel-orange > .panel-heading {
  background: #f68642;
}

/*Panel Yellow*/
.panel-yellow {
  border-color: #f68642;
}

.panel-yellow > .panel-heading {
  background: #f68642;
}

/*Panel Grey*/
.panel-grey {
  border-color: #999999;
}

.panel-grey > .panel-heading {
  background: #999999;
}

/*Panel Dark*/
.panel-dark {
  border-color: #3b3b3b;
}

.panel-dark > .panel-heading {
  background: #3b3b3b;
}

/*Panel Purple*/
.panel-purple {
  border-color: #3498db;
}

.panel-purple > .panel-heading {
  background: #3498db;
}

/*Panel Aqua*/
.panel-aqua {
  border-color: #3498db;
}

.panel-aqua > .panel-heading {
  background: #3498db;
}

/*Panel Brown*/
.panel-brown {
  border-color: #f68642;
}

.panel-brown > .panel-heading {
  background: #f68642;
}

/*Panel Dark Blue*/
.panel-dark-blue {
  border-color: #3498db;
}

.panel-dark-blue > .panel-heading {
  background: #3498db;
}

/*Panel Light Green*/
.panel-light-green {
  border-color: #3498db;
}

.panel-light-green > .panel-heading {
  background: #3498db;
}

/*Panel Default Dark*/
.panel-default-dark {
  border-color: #7e8890;
}

.panel-default-dark > .panel-heading {
  background: #7e8890;
}

/*Progress Bar
------------------------------------*/
.progress {
  border-radius: 0;
}

.progress-u {
  box-shadow: none;
}

.progress-u .progress-bar {
  box-shadow: none;
}

/*progress-bar (sizes)*/
.progress-lg {
  height: 25px;
}

.progress-lg p {
  padding-top: 3px;
}

.progress-sm {
  height: 12px;
}

.progress-xs {
  height: 7px;
}

.progress-xxs {
  height: 3px;
}

/*progress-bar (colors)*/
.progress {
  background: #e6e6e6;
}

.progress-bar-u {
  background: #9fd66f;
}

.progress-bar-blue {
  background: #3498db;
}

.progress-bar-orange {
  background: #f68642;
}

.progress-bar-red {
  background: #f68642;
}

.progress-bar-purple {
  background: #3498db;
}

.progress-bar-aqua {
  background: #3498db;
}

.progress-bar-brown {
  background: #f68642;
}

.progress-bar-dark-blue {
  background: #3498db;
}

.progress-bar-light-green {
  background: #3498db;
}

.progress-bar-dark {
  background: #3b3b3b;
}

/*Progress Bar Animation
------------------------------------*/
.progress {
  position: relative;
}

.progress .progress-bar {
  overflow: hidden;
  line-height: 20px;
}

.progress-box .progress-bar {
  transition: all 3s ease-in;
}

/*Vertical Progress Bar*/
.progress.vertical {
  float: left;
  width: 100%;
  height: 200px;
  margin-right: 20px;
}

.progress.vertical.bottom {
  position: relative;
}

.progress.vertical .progress-bar {
  height: 0;
  width: 100%;
  transition: height 3s ease;
}

.progress.vertical.bottom .progress-bar {
  bottom: 0;
  position: absolute;
}

/*Count Stars
------------------------------------*/
.stars-existing {
  color: #9fd66f;
  cursor: pointer;
}

.star-lg {
  font-size: 30px;
}

.star-sm {
  font-size: 25px;
}

.star-xs {
  font-size: 20px;
}

.star-default {
  font-size: 16px;
}

/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
  padding: 3px !important;
  border: solid 1px #ededed !important;
}

img.img-circle {
  border-radius: 50% !important;
}

img.image-sm {
  width: 50px;
  height: 50px;
}

img.image-md {
  width: 100px;
  height: 100px;
}

/*Responsive Video*/
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
}

.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Column Sizes
------------------------------------*/
/*Remove the Gutter Padding from Columns*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter.no-gutter-boxed {
  padding-right: 15px;
  padding-left: 15px;
}

/*Heights
------------------------------------*/
.height-100 {
  min-height: 100px;
}

.height-150 {
  min-height: 150px;
}

.height-200 {
  min-height: 200px;
}

.height-250 {
  min-height: 250px;
}

.height-300 {
  min-height: 300px;
}

.height-350 {
  min-height: 350px;
}

.height-400 {
  min-height: 400px;
}

.height-450 {
  min-height: 450px;
}

.height-500 {
  min-height: 500px !important;
}

/*Spaces
------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-xlg {
  padding-top: 150px;
  padding-bottom: 150px;
}

.space-md-hor {
  padding-left: 40px;
  padding-right: 40px;
}

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}

.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60, .margin-bottom-100 {
  clear: both;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

/*Other Spaces*/
.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

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

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.padding-sm {
  padding: 40px 40px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

/*
 * No padding
 */
@media only screen and (max-width: 767px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-padding-left-xs {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-padding-right-xs {
    padding-right: 0 !important;
  }
}

/*
 * No margin
 */
@media only screen and (max-width: 767px) {
  .no-margin-xs {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-margin-top-xs {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-margin-left-xs {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .no-margin-right-xs {
    margin-right: 0 !important;
  }
}

.clear {
  clear: both;
}

/*Floats
------------------------------------*/
.no-float {
  float: none !important;
}

@media only screen and (min-width: 992px) {
  .no-float-md {
    float: none !important;
  }
}

/*Line Heights
------------------------------------*/
.line-height-40 {
  line-height: 40px;
}

/*Text Colors
------------------------------------*/
.color-sea {
  color: #9fd66f;
}

.color-red {
  color: #f68642;
}

.color-aqua {
  color: #3498db;
}

.color-blue {
  color: #3498db;
}

.color-grey {
  color: #999999;
}

.color-dark {
  color: #3b3b3b;
}

/*.color-dark1 { color: color-mix(73);}*/
.color-darker {
  color: #454545;
}

.color-green {
  color: #9fd66f;
}

.color-brown {
  color: #f68642;
}

.color-light {
  color: #fff;
}

.color-orange {
  color: #f68642 !important;
}

.color-yellow {
  color: #f68642;
}

.color-green1 {
  color: #9fd66f;
}

.color-purple {
  color: #3498db;
}

.color-inherit {
  color: inherit;
}

.color-dark-blue {
  color: #3498db;
}

.color-light-grey {
  color: #b2b2b2 !important;
}

.color-light-green {
  color: #3498db;
}

.color-price-purple {
  color: #6d6d9b !important;
}

.color-price-grey {
  color: #bcbcbc !important;
}

.color-teal {
  color: #9fd66f;
}

.color-text {
  color: #7e8890 !important;
}

.color-black {
  color: black !important;
}

/*Border Colors
------------------------------------*/
.border-price-grey {
  border: 1px solid #bcbcbc;
}

/*Background Colors
------------------------------------*/
.bg-color-dark, .bg-color-darker, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-light, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green, .bg-color-primary {
  color: #fff;
}

.bg-color-white {
  color: #3b3b3b;
}

.bg-color-primary {
  background-color: #9fd66f !important;
}

.bg-color-dark {
  background-color: #3b3b3b !important;
}

.bg-color-darker {
  background-color: #212121 !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.bg-color-sea {
  background-color: #9fd66f !important;
}

.bg-color-red {
  background-color: #f68642 !important;
}

.bg-color-aqua {
  background-color: #3498db !important;
}

.bg-color-blue {
  background-color: #3498db !important;
}

.bg-color-grey {
  background-color: #999999 !important;
}

.bg-color-light {
  background-color: #fafafa !important;
}

.bg-color-green {
  background-color: #9fd66f !important;
}

.bg-color-brown {
  background-color: #f68642 !important;
}

.bg-color-orange {
  background-color: #f68642 !important;
}

.bg-color-green1 {
  background-color: #9fd66f !important;
}

.bg-color-purple {
  background-color: #3498db !important;
}

.bg-color-dark-blue {
  background-color: #3498db !important;
}

.bg-color-light-grey {
  background-color: #7e8890 !important;
}

.bg-color-light-green {
  background-color: #3498db !important;
}

.bg-color-teal {
  background-color: #9fd66f !important;
}

.rgba-red {
  background-color: rgba(231, 76, 60, 0.8);
}

.rgba-blue {
  background-color: rgba(52, 152, 219, 0.8);
}

.rgba-aqua {
  background-color: rgba(39, 215, 231, 0.8);
}

.rgba-yellow {
  background-color: rgba(241, 196, 15, 0.8);
}

.rgba-default {
  background-color: rgba(114, 192, 44, 0.8);
}

.rgba-purple {
  background-color: rgba(155, 107, 204, 0.8);
}

/*Grey Backroud*/
.bg-grey {
  background: #fafafa;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

/*Borders
------------------------------------*/
.border-bottom {
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 30px;
}

/*Others
------------------------------------*/
.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.clear-both {
  clear: both;
}

/*Display*/
.dp-none {
  display: none;
}

.dp-block {
  display: block;
}

.dp-table {
  display: table;
}

.dp-inline-block {
  display: inline-block;
}

.dp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-before::before {
  display: none !important;
}

/*Font Size*/
.text-light {
  font-weight: 200;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: 600 !important;
}

/*Full Width*/
.full-width {
  width: 100%;
}

/*Equal Height Columns*/
@media (max-width: 767px) {
  .equal-height-column {
    height: auto !important;
  }
}

/*Image Classes*/
.img-width-60 {
  width: 60px;
}

.img-width-200 {
  width: 200px;
}

.lft-img-margin {
  margin: 0 20px 5px 0;
}

.rgt-img-margin {
  margin: 0 0 5px 10px;
}

img.img-center, .img-center img {
  margin-left: auto;
  margin-right: auto;
}

/*Background Light*/
.bg-light {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fcfcfc;
  border: solid 1px #e6e6e6;
}

.bg-light:hover {
  border: solid 1px #bababa;
}

/*CSS3 Hover Effects*/
.hover-effect {
  transition: all 0.4s ease-in-out;
}

.hover-effect-kenburn {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.hover-effect-kenburn:hover {
  transform: scale(2) rotate(5deg);
}

/*Scroll Icon*/
.scroll-btn-icon {
  position: absolute;
  left: 50%;
  width: 30px;
  z-index: 2;
  height: 50px;
  bottom: 30px;
  margin-left: -25px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-btn-icon:before {
  position: absolute;
  left: 50%;
}

.scroll-btn-icon-dark {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.scroll-btn-icon:before {
  top: 8px;
  width: 8px;
  height: 8px;
  content: '';
  background: #fff;
  margin-left: -4px;
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 1.5s;
  -webkit-animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.scroll-btn-icon-dark:before {
  background: #333333;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(36px);
    -webkit-transform: translateY(36px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(36px);
    -webkit-transform: translateY(36px);
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

.loader img {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  margin-left: -19px;
}

@keyframes esconder-contacto-flotante {
  from {
    right: 0;
  }
  to {
    right: -150px;
  }
}

.contacto-flotante:hover {
  transform: translate(-150px, 0);
}

.contacto-flotante {
  background-color: #ededf2;
  width: 200px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  position: fixed;
  right: -150px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*
  animation: esconder-contacto-flotante 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  */
  transition: 0.5s ease-in-out;
  z-index: 10000;
}

.contacto-flotante .icono {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 30px 32px;
  background-position: 10px;
  cursor: pointer;
}

.contacto-flotante .icono span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  color: #6d6d9b;
}

.contacto-flotante .icono a {
  display: block;
  width: 100%;
  height: 100%;
}

.contacto-flotante .contacto {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50px;
}

.contacto-flotante .contacto div, .contacto-flotante .contacto h5 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.contacto-flotante .contacto h5, .contacto-flotante .contacto span {
  width: 100%;
  padding-left: 10px;
}

.contacto-flotante .contacto h5 {
  color: #f68642;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}

.contacto-flotante .contacto span {
  color: #6d6d9b;
  font-size: 12px;
}

.contacto-flotante-animado {
  right: 0;
  animation: esconder-contacto-flotante 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.contacto-flotante-telefono {
  top: 70%;
}

.contacto-flotante-telefono .icono {
  background-color: #f68642;
  /*background-image: url("/moura/img-dina/iconos/flotantes/telefono.png");*/
  background-size: 25px 27px;
  background-position: 13px 8px;
}

.contacto-flotante-chat {
  top: 70%;
  margin-top: 60px;
}

.contacto-flotante-chat .icono {
  background-color: #6d6d9b;
  /*background-image: url("/moura/img-dina/iconos/flotantes/chat.png");*/
}

.tapa-contacto-flotante {
  width: 200px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  position: fixed;
  right: -200px;
  z-index: 10000;
}

@keyframes ocultar-tapa-contacto {
  from {
    right: 0;
  }
  to {
    right: -200px;
  }
}

.tapa-contacto-flotante-animada {
  right: 0;
  animation: ocultar-tapa-contacto 2.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

/* * * fonts
 *
 * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  /*src: url("/moura/fonts/Open-Sans-300/Open-Sans-300.eot");*/
  /*src: url("/moura/fonts/Open-Sans-300/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("Open-Sans-300"), url("/moura/fonts/Open-Sans-300/Open-Sans-300.woff2") format("woff2"), url("/moura/fonts/Open-Sans-300/Open-Sans-300.woff") format("woff"), url("/moura/fonts/Open-Sans-300/Open-Sans-300.ttf") format("truetype"), url("/moura/fonts/Open-Sans-300/Open-Sans-300.svg#OpenSans") format("svg");*/
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  /*src: url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.eot");*/
  /*src: url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.woff2") format("woff2"), url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.woff") format("woff"), url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.ttf") format("truetype"), url("/moura/fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans") format("svg");*/
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  /*src: url("/moura/fonts/Open-Sans-700/Open-Sans-700.eot");*/
  /*src: url("/moura/fonts/Open-Sans-700/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("/moura/fonts/Open-Sans-700/Open-Sans-700.woff2") format("woff2"), url("/moura/fonts/Open-Sans-700/Open-Sans-700.woff") format("woff"), url("/moura/fonts/Open-Sans-700/Open-Sans-700.ttf") format("truetype"), url("/moura/fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans") format("svg");*/
}

/* heebo-100 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 100;
  /*src: url("/moura/fonts/Heebo/heebo-v2-latin-100.eot");*/
  /* IE9 Compat Modes */
  /*src: local("Heebo Thin"), local("Heebo-Thin"), url("/moura/fonts/Heebo/heebo-v2-latin-100.eot?#iefix") format("embedded-opentype"), url("/moura/fonts/Heebo/heebo-v2-latin-100.woff2") format("woff2"), url("/moura/fonts/Heebo/heebo-v2-latin-100.woff") format("woff"), url("/moura/fonts/Heebo/heebo-v2-latin-100.ttf") format("truetype"), url("/moura/fonts/Heebo/heebo-v2-latin-100.svg#Heebo") format("svg");*/
  /* Legacy iOS */
}

/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  /*src: url("/moura/fonts/Heebo/heebo-v2-latin-regular.eot");*/
  /* IE9 Compat Modes */
  /*src: local("Heebo"), local("Heebo-Regular"), url("/moura/fonts/Heebo/heebo-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("/moura/fonts/Heebo/heebo-v2-latin-regular.woff2") format("woff2"), url("/moura/fonts/Heebo/heebo-v2-latin-regular.woff") format("woff"), url("/moura/fonts/Heebo/heebo-v2-latin-regular.ttf") format("truetype"), url("/moura/fonts/Heebo/heebo-v2-latin-regular.svg#Heebo") format("svg");*/
  /* Legacy iOS */
}

/**
 * body basic formatting
 *
 * font-size, main color, links (hover, visited etc.)
 *
 * @section basic formatting
 */
body {
  color: #7e8890;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}

@media only screen and (max-width: 991px) {
  body.header-fixed-space {
    padding-top: 0;
  }
}

body.header-fixed-space-v2 {
  padding-top: 135px;
}

@media only screen and (max-width: 991px) {
  body.header-fixed-space-v2 {
    padding-top: 0;
  }
}

.container h2, .container h3, .container h4 {
  color: #45455e;
  font-weight: 300;
}

.grey_bg {
  padding: 40px 40px;
  box-sizing: border-box;
  /*background-color: color-mix(2);*/
  background-color: #ededf2;
}

.custom-color {
  color: inherit;
  font-size: inherit;
}

.section {
  padding: 80px 0;
}

.section.section-dedicados {
  min-height: 600px;
}

.section.indent-top-sm {
  padding-top: 30px;
}

.section.indent-bt-none {
  padding-bottom: 0;
}

.section.indent-tp-none {
  padding-top: 0;
  position: relative;
}

.section.gray-bg {
  background-color: #ededf2;
}

.section .descripcion {
  color: #bcbcbc;
  font-weight: 600;
  font-size: 14px;
  max-width: 534px;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section-acreditaciones {
  border-top: 1px solid #bcbcbc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.title {
  margin: 0 0 15px;
  color: #3b3b3b;
  font-size: 28px;
  font-weight: 300;
}

.title span {
  color: #f68642;
}

.title.indent-bt-big {
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

.text {
  display: block;
  margin: 0 0 80px;
  color: #9e9e9e;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .text {
    margin: 0 0 40px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  width: 135px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 3px;
}

.switch input {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  border: 0;
  color: #3b3b3b;
  font: 14px 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
}

.switch span {
  position: absolute;
  display: block;
  width: 30px;
  height: 28px;
  top: 0;
  color: #cccccc;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.switch small {
  position: absolute;
  display: block;
  top: 0;
  left: 60px;
  color: #3b3b3b;
  font: 12px 'Open Sans', sans-serif;
  line-height: 28px;
}

.switch .switch__more {
  right: 0;
  border-left: 1px solid #e8e8e8;
}

.switch .switch__fewer {
  left: 0;
  line-height: 24px;
  border-right: 1px solid #e8e8e8;
}

.title-md {
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.title-md.with-m-top {
  margin: 60px 0 60px 0;
}

.title-md.indent-sm {
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .title-md {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
  }
}

.title-sm, .container .title-sm {
  margin: 0 0 30px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.period {
  display: inline-block;
  vertical-align: top;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.text-col {
  margin: 0 -15px 70px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.text-col li {
  display: inline-block;
  padding: 0 15px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 0;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .text-col li {
    margin: 0 0 20px;
    width: 100%;
  }
}

.text-col h3 {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
}

.text-col p {
  margin: 0 0 25px;
}

.section__in {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.main-content {
  float: left;
  padding: 0 30px 0 0;
  width: 75%;
}

@media only screen and (max-width: 1199px) {
  .main-content {
    float: none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }
}

dl.indent-bt {
  margin: 0 0 40px;
}

/*
custom-ruslan.css
*/
.floatingFixed {
  z-index: 10000;
}

.section {
  transition: padding .3s ease-in-out;
}

.section.floatingFixed {
  padding: 10px 0;
}

/*CUSTOM OLEG*/
.section.floatingFixed {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section.floatingFixed {
    padding: 20px 0;
  }
}

.on-top-alert {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: #f68642;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000000;
}

.on-top-alert p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.on-top-alert a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
  }
}

/*
main.css
*/
.text-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}

.h-title a {
  float: right;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .h-title a {
    float: none;
    margin-top: 0;
  }
}

.h-title h1 {
  float: left;
}

@media only screen and (max-width: 767px) {
  .h-title h1 {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .h-title {
    text-align: center;
  }
}

.custom-ul {
  display: inline-block;
  float: right;
}

.custom-ul li {
  display: inline-block;
  margin-right: 20px;
}

.custom-ul > li .link-a {
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .custom-ul {
    float: none;
  }
}

p.text-center > .link-a {
  color: #f68642;
}

/*Custom Oleg*/
.input-wrap .close-bt {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: none !important;
}

.form__well-i {
  display: none !important;
}

.state-success .form__well-i {
  display: block !important;
}

.valid {
  border-color: #9fd66f !important;
}

.invalid {
  border-color: #d66f6f !important;
}

.state-error .close-bt {
  display: block !important;
}

.state-error + .form__text {
  color: #d66f6f;
}

.state-success + .form__text {
  color: #9fd66f;
}

.mh-50 {
  min-height: 50px;
}

.close-alert {
  width: 10px;
  height: 10px;
  background: url(../img-dina/dina-icons/close.png);
  position: absolute;
  top: 15px;
  right: 15px;
}

.f-height {
  min-height: 135px;
}

.f-height h3 {
  text-transform: uppercase;
}

.container h3, h2, h1 {
  color: #45455e;
}

.container p {
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
}

.container h3 {
  /* font-size: 16px;*/
}

.s-padd {
  padding-left: 110px;
}

.custom-font h2, ul li.b-font, .s-padd {
  color: #000;
}

.title-v2.heading-style {
  width: 420px;
  display: inline-block;
}

.title-v3.heading-style {
  width: 400px;
  display: inline-block;
}

.title-v31.heading-style {
  width: 390px;
  display: inline-block;
}

.title-v5.heading-style {
  width: 200px;
  display: inline-block;
}

.right-hand {
  list-style: none;
}

.right-hand li {
  display: inline-block;
  line-height: 1.6em;
  margin-right: 10px;
  box-sizing: border-box;
}

.right-hand li a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  line-height: 94px;
}

img.boxshadow {
  box-shadow: 6px 7px 18px rgba(92, 92, 92, 0.1);
}

.h-title a {
  float: right;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .h-title a {
    float: none;
    margin-top: 0;
  }
}

.h-title h1 {
  float: left;
}

@media only screen and (max-width: 767px) {
  .h-title h1 {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .h-title {
    text-align: center;
  }
}

.custom-ul {
  display: inline-block;
  float: right;
}

.custom-ul li {
  display: inline-block;
  margin-right: 20px;
}

.custom-ul > li .link-a {
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .custom-ul {
    float: none;
  }
}

p.text-center > .link-a {
  color: #f68642;
}

.margin-t-0 {
  margin-top: 0;
}

.shop-social li i {
  background: #45455e;
  border-radius: 100%;
  font-size: 22px;
  height: 40px;
  padding: 8px;
  text-align: center;
  width: 40px;
  color: #ededf2;
}

.head-bordered {
  padding: 10px 0px 10px;
  text-align: center;
}

.head-b {
  font-size: 40px;
  color: #666666;
}

.m-height {
  min-height: 100px;
}

.ib-style {
  padding-top: 40px;
  padding-left: 80px;
}

a {
  color: #f68642;
  font-weight: 400;
}

.job-img {
  background: url(../img-dina/dina-photo/promo8.jpg) 70% 40% no-repeat;
}

.job-img.custom-job-img {
  background: transparent url("../img-dina/dina-photo/promo10.jpg") no-repeat scroll 70% 40%;
}

.job-img.custom-job-img:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
  z-index: 1;
  content: "";
}

.job-img.custom-job-img .job-banner {
  margin-top: 90px;
}

.a-link {
  display: inline-block;
  text-decoration: none;
  color: #f68642;
  font-size: 13px;
  text-transform: uppercase;
}

.a-link:hover {
  text-decoration: underline;
}

.section.indent-top-sm.custom-section {
  padding-top: 115px;
  margin: 0;
}

.grey_bg.custom-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.f-height p {
  min-height: 50px;
}

.s-color-ch {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #9fd66f;
  background: transparent url("../img-dina/dina-icons/well.png") no-repeat scroll center center;
  border-radius: 100%;
  content: "";
  position: relative;
  top: 5px;
}

.s-color-r {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #9fd66f;
  background: transparent url("../img-dina/dina-icons/bad.png") no-repeat scroll center center;
  border-radius: 100%;
  content: "";
  border-color: #d66f6f;
  position: relative;
  top: 5px;
}

.m-height-h h2 {
  min-height: 50px;
}

.e-height {
  min-height: 90px;
}

.m-top {
  margin-top: 20px;
}

.m-height {
  min-height: 120px;
}

.padding-t-n {
  padding-top: 0;
}

.e-height-dl {
  min-height: 66px;
  color: #3b3b3b;
}

.padding-b-80 {
  padding-bottom: 80px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-0-10 {
  padding: 0 10px;
}

.section.padding-t-0 {
  padding-top: 0;
}

.container.padding-t-0 {
  padding-top: 0;
}

.container.padding-t-40 {
  padding-top: 40px;
}

.no-padding {
  padding: 0;
}

.circle.circle-custom {
  float: left;
  margin-right: 5px;
  overflow: hidden;
}

.custom-contact-style label {
  text-transform: uppercase;
  font-weight: 300;
}

.heading-md {
  text-transform: uppercase;
}

.categories.category-list li a {
  text-transform: lowercase;
}

.label-2 {
  font-weight: 300;
  font-size: 15px;
}

span.f-w-500 {
  font-weight: 500;
}

ul.emphasy li {
  line-height: 1.3;
  height: 100;
  box-sizing: border-box;
  margin-bottom: 5px;
}

ul.emphasy li a {
  display: inline-block;
  height: 100%;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

ul.emphasy li a span {
  display: inline-block;
  float: left;
  font-size: 22px;
  height: 30px;
  line-height: 1.2;
  margin-bottom: 3px;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  color: #45455e;
}

.container .dropdown.__left.dropdown-menu.last-list-item:before, .container li:last-child .dropdown-menu.last-list-item:after, .container .dropdown.__left.dropdown-menu.last-list-item:after {
  left: 38px;
}

.container li + li + li + li .dropdown-menu.last-list-item:before, .container li + li + li + li .dropdown-menu.last-list-item:after {
  left: 38px;
}

a {
  color: #f68642;
}

a:focus, a:hover, a:active {
  color: #f68642;
}

.color-green, a.read-more:hover, .linked:hover {
  color: #f68642;
}

/* Typography
------------------------------------*/
/* Heading */
.headline h2, .headline h3, .headline h4 {
  border-bottom: 2px solid #f68642;
}

/* Blockquote */
blockquote:hover, .hero {
  border-left-color: #f68642;
}

blockquote.hero.hero-default {
  background: #f68642;
}

blockquote.hero.hero-default:hover {
  background: #f68642;
}

/* Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
  color: #f68642;
}

/* Social Icons */
/* Right Sidebar
------------------------------------*/
/* Right Sidebar */
.who li i {
  color: #f68642;
}

.who li:hover i, .who li:hover a {
  color: #f68642;
}

/* Privacy Page
------------------------------------*/
.privacy a:hover {
  color: #f68642;
}

/* Coming Soon Page
------------------------------------*/
.coming-soon-border {
  border-top: solid 3px #f68642;
}

/* Search Page
------------------------------------*/
.booking-blocks p a, .icon-page li:hover {
  color: #f68642;
}

/* Registration and Login Page v2
------------------------------------*/
.reg-block {
  border-top: solid 2px #f68642;
}

/* Job Inner Page
------------------------------------*/
.job-description .save-job a:hover, .block-description .save-job a:hover {
  color: #f68642;
}

.job-description .p-chart .overflow-h li i, .job-description .p-chart .overflow-h li a {
  color: #f68642;
}

.block-description .p-chart .overflow-h li i, .block-description .p-chart .overflow-h li a {
  color: #f68642;
}

/* Colorful-ul */
.job-description .colorful-ul li a {
  color: #f68642;
}

/* Blockquote
------------------------------------*/
blockquote.bq-green, blockquote:hover, blockquote.text-right:hover {
  border-color: #f68642;
}

.quote-v1 p::before {
  color: #f68642;
}

/* Green Left Bordered Funny Box */
.funny-boxes-left-green {
  border-left: solid 2px #f68642;
}

.funny-boxes-left-green:hover {
  border-left-color: #f68642;
}

/* Typography
------------------------------------*/
.dropcap {
  color: #f68642;
}

.dropcap-bg {
  color: #fff;
  background: #f68642;
}

/* Counter
------------------------------------*/
.counters span.counter-icon i {
  background: #f68642;
}

.counters span.counter-icon i:after {
  border-top: 7px solid #f68642;
}

/* Grid Block v2
------------------------------------*/
.grid-block-v2 li:hover .grid-block-v2-info {
  border-color: #f68642;
}

/* Headliner Center
------------------------------------*/
.headline-center h2:after, .headline-left .headline-brd:after, .portfolio-box .portfolio-box-in i {
  background: #f68642;
}

/* Headliner Left
------------------------------------*/
/* Portfolio Box
------------------------------------*/
/* Flat Background Block v1
------------------------------------*/
.flat-bg-block-v1 .checked-list i {
  color: #f68642;
}

/* Title v1
------------------------------------*/
.title-v1 h1:after, .title-v1 h2:after {
  background-color: #f68642;
}

/* Copyright Section
------------------------------------*/
.copyright-section i.back-to-top:hover {
  color: #f68642;
}

/* Top Control
------------------------------------*/
#topcontrol:hover {
  background-color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
h1 span {
  color: inherit;
}

.container p {
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
}

.content-md {
  padding-bottom: 40px;
  padding-top: 40px;
}

.section {
  padding: 30px 0;
  margin-bottom: 40px;
}

.section-search {
  margin-top: -40px;
}

.title span {
  color: inherit;
}

.container p {
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 0 0 40px;
}

.container p.m20 {
  margin: 20px 0;
}

.container p.m_bottom_20 {
  margin: 0 0 20px 0;
}

.container p.m_0 {
  margin: 0;
}

.container p.desde {
  font-size: 13px;
  margin: 0;
  color: #adadc2;
  text-align: center;
  margin: 0 0 5px;
}

.text {
  color: #7e8890;
  margin: 0 0 40px;
}

.exalted-text {
  font-size: 17px !important;
  color: #000 !important;
  max-width: 455px;
}

.promo-text {
  color: #f68642 !important;
  font-size: 17px !important;
  margin: 15px 0 30px !important;
}

.bold-title {
  font-weight: 400 !important;
}

h2 {
  font-size: 30px;
  line-height: 1.2em;
}

h2.title-v2::after {
  background: none;
}

.container h2 {
  font-size: 30px;
  line-height: 1.2em;
}

h3, .container h3 {
  font-size: 24px;
}

h4, .container h4 {
  font-size: 16px;
  font-weight: 600;
}

h4 {
  color: #45455e;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

section.section h5 {
  color: #45455e;
  font-size: 16px;
  font-weight: 600;
}

.container .f-height h3, .container .f-height h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: none;
}

p {
  color: #7e8890;
}

li {
  color: #7e8890;
}

li a {
  color: #7e8890;
}

label {
  color: #7e8890;
}

label a {
  color: #7070b3;
  text-decoration: underline;
}

pre {
  background-color: #fafafa;
  border: 1px none #cccccc;
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: 13px;
  line-height: 1.42857;
  margin: 0 0 10px;
  padding: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

#topcontrol {
  background: #45455e none repeat scroll 0 0;
}

.title-md {
  font-size: 30px;
  text-transform: none;
}

.e-height-dl {
  color: #7e8890;
}

a.orange {
  color: #f68642;
  text-transform: none;
}

a:hover {
  color: #f68642;
  text-decoration: underline;
}

span#SHOW-ALL-TLDS-CLICK {
  cursor: pointer;
}

.container ul.txtp {
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
}

fieldset.traslados button {
  float: right;
}

.modal {
  z-index: 1000000;
}

span.eu {
  color: inherit;
  display: inline;
  font-size: 70%;
}

.f-height h3 {
  min-height: 25px;
}

.panel-body {
  font-size: 14px;
  font-weight: 300;
}

.panel-body p {
  font-size: 14px;
  font-weight: 300;
}

b, strong {
  font-weight: 600;
}

.select select {
  color: #7e8890;
  cursor: pointer;
  font: 300 14px "Open Sans",sans-serif;
}

a.r1 {
  color: #7e8890;
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  text-transform: uppercase;
}

p.description {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

hr {
  border-color: transparent;
}

a {
  font-weight: inherit;
  text-transform: none;
}

h3.heading-v6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #45455e;
}

ul.emphasy li a {
  color: #45455e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  line-height: 1.6;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}

p.num_votos {
  color: #45455e;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

p.num_votos span {
  color: #7070b3;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

p.votos {
  color: #45455e;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
}

.gr_c {
  color: #7e8890;
}

aside h4 {
  color: #7e8890;
  display: block;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: left;
}

.container aside h4 {
  color: #7e8890;
  display: block;
  font-size: 14px;
  margin: 0 0 20px;
  text-align: left;
}

.container aside p {
  color: #7e8890;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}

ul.sub {
  font-size: 14px;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

ul.sub a {
  color: #f68642;
}

span.dom {
  color: #45455e;
  font-weight: 600;
}

/*para borrar cuando se ajuste lo semántico*/
.container h1 {
  font-size: 30px;
  line-height: 1.2em;
  color: #45455e;
  font-weight: 300;
}

/*
style.css
*/
* {
  border-radius: 0;
}

p {
  color: #3b3b3b;
}

li a {
  color: #3b3b3b;
}

label {
  color: #3b3b3b;
}

.label-accent {
  background-color: #f68642;
}

.label-base {
  background-color: #45455e;
}

.label-indigo {
  background-color: #7070b3;
}

a {
  text-decoration: none;
  outline: 0 !important;
}

a:focus, a:hover, a:active {
  outline: 0 !important;
}

button {
  outline: 0 !important;
}

button:hover {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*iconos temporales*/
.panel_temp {
  background-image: url("../img-dina/dina-icons/panel_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.red_temp {
  background-image: url("../img-dina/dina-icons/red_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.app_temp {
  background-image: url("../img-dina/dina-icons/app_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.dns_temp {
  background-image: url("../img-dina/dina-icons/dns_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.contactos_temp {
  background-image: url("../img-dina/dina-icons/contactos_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.parking_temp {
  background-image: url("../img-dina/dina-icons/parking_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.hosting_temp {
  background-image: url("../img-dina/dina-icons/hosting_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.ingresos_temp {
  background-image: url("../img-dina/dina-icons/ingresos_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.calidad_temp {
  background-image: url("../img-dina/dina-icons/calidad_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.marcablanca_temp {
  background-image: url("../img-dina/dina-icons/marcablanca_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.soporte_temp {
  background-image: url("../img-dina/dina-icons/soporte_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.documentos_temp {
  background-image: url("../img-dina/dina-icons/documentos_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

.api_temp {
  background-image: url("../img-dina/dina-icons/api_temp.png");
  float: left;
  height: 72px;
  margin-right: 5px;
  padding: 0;
  width: 72px;
}

/* menu segundo nivel */
.menu_sec {
  padding: 25px 0 20px;
  width: 100%;
}

.menu_sec ul {
  text-align: center;
}

.menu_sec li.active a {
  color: #f68642;
}

.base-text {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 10px 10px;
  text-align: left;
}

.base-title {
  color: #45455e;
}

.show-lg {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .show-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .show-lg {
    display: none !important;
  }
}

.show-laptop {
  display: none !important;
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .show-laptop {
    display: block !important;
  }
}

.show-md {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .show-md {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .show-md {
    display: none !important;
  }
}

.show-sm {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .show-sm {
    display: block !important;
  }
}

.show-xs {
  display: none !important;
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .show-xs {
    display: block !important;
  }
}

.show-xss {
  display: none !important;
}

@media only screen and (max-width: 420px) {
  .show-xss {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .window-height-lg {
    height: 100vh;
    position: relative;
    overflow: hidden;
    max-height: 1270px;
  }
}

.aviso-cookies {
  position: fixed;
  bottom: 0;
  background-color: rgba(64, 64, 64, 0.9);
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 10px;
  z-index: 1000002;
}

.aviso-cookies .aviso-cookies-wrapper {
  width: 90%;
  margin: 0  auto;
}

.aviso-cookies .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.aviso-cookies a:hover {
  color: #f68642;
}

@media only screen and (min-width: 992px) {
  .aviso-cookies {
    height: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .aviso-cookies {
    padding: 5px;
    line-height: 22px;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 34px;
  }
  .aviso-cookies .cerrar {
    left: 10px;
  }
}

/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Navbar
2. Header - Menu Inner Right Style
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Mega Menu
6. Header - Fixed
6.1. Header - Fixed Boxed
7. Header - Border Bottom Style Option
8. Header - White Transparent Background Option
9. Header - Dark Transparent Background Option
10. Header - Dark On Scroll Option
11. Header - Dark Search Option
12. Header - Dark Dropdown Background Option
13. Header - Dark Responsive Navbar Option
14. Header - Classic White Option
15. Header - Classic Dark Option
16. Header - Hamburger

[--- HEADER STYLE CLASSES --]

1. header-v6
2. header-border-bottom
3. header-white-transparent
4. header-dark-transparent
5. header-dark-scroll
6. header-dark-search
7. header-dark-dropdown
8. header-dark-res-nav
9. header-dark-classic-white
10. header-dark-classic-dark
-----------------------------------------------------------------------*/
/*--------------------------------------------------
    [1. Header - Navbar]
----------------------------------------------------*/
/*Header v6*/
.header-v6 {
  z-index: 99;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header-v6 {
    position: static;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-top {
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-brand {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-v6 .menu-container {
    width: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .menu-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .menu-container:before {
    content: " ";
    display: table;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .menu-container:after {
    content: " ";
    display: table;
    clear: both;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 > .navbar > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 > .navbar > .container > .navbar-header, .header-v6 > .navbar > .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.header-v6 .navbar {
  border: none;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar {
    min-height: 40px !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar {
    margin-bottom: -26px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .container > .navbar-header, .header-v6 .container-fluid > .navbar-header, .header-v6 .container > .navbar-collapse, .header-v6 .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent {
    width: 100%;
    position: fixed;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.header-transparent {
    position: relative;
  }
}

.header-v6.header-transparent .navbar:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/color(black)+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='color(red-primary)00', endColorstr='color(black)00', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar:before {
    display: none;
  }
}

.header-v6.header-transparent.header-fixed-shrink .navbar:before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar-toggle .icon-bar {
    background-color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar-collapse {
    color: #3b3b3b !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar-collapse * {
    color: #3b3b3b !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .shopping-cart-open * {
    color: #3b3b3b !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .shopping-cart-open .btn-u {
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .shopping-cart-open .btn-u * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .shopping-cart-open a:hover, .header-v6.header-transparent .shopping-cart-open .active-sm {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar-brand img.shrink-logo {
    display: block;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.header-transparent .navbar-brand img.shrink-logo {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .navbar-brand img.default-logo {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-transparent .badge {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.header-transparent .js_header-popup label {
    color: #fff !important;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.header-transparent .js_header-popup .btn {
    color: #fff !important;
  }
}

.header-v6.header-white-transparent .navbar {
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-white .navbar {
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.header-classic-white .js_header-popup label {
    color: #3b3b3b !important;
  }
}

.header-v6.header-dark-transparent .navbar {
  background: rgba(0, 0, 0, 0.5);
}

.header-v6.header-dark-transparent li.menu-icons i.fa-times {
  color: #3b3b3b;
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-scroll li.menu-icons i.fa-times {
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav {
    background: #2b2b2b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-collapse {
    border-color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav > li a {
    color: #cccccc;
    border-top-color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav > li a:hover {
    color: #9fd66f;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav > .open > a {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav > .open > a:hover, .header-v6.header-dark-res-nav .navbar-nav > .open > a:focus {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .dropdown .dropdown-submenu > a {
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .mega-menu .equal-height-list h3 {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-toggle .icon-bar {
    background: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav li.menu-icons i.fa-times {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav li.menu-icons .menu-icons-style {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .search-open {
    background: #2b2b2b;
    border-bottom: 1px solid #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .search-open .form-control {
    color: #fff;
    background: #2b2b2b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .search-open .form-control::-moz-placeholder, .header-v6.header-dark-res-nav .search-open .form-control:-ms-input-placeholder, .header-v6.header-dark-res-nav .search-open .form-control::-webkit-input-placeholder {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .dropdown-menu {
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .dropdown-menu li a {
    color: #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .dropdown-menu .active > a, .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .mega-menu .equal-height-in {
    border-left-color: #7a7a7a;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list h3 {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a {
    color: #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a, .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark {
    box-shadow: none;
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar {
    background-color: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-brand img.default-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-brand img.shrink-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-nav > li > a {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-nav > li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-nav .active > a {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark li.menu-icons .menu-icons-style {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark li.menu-icons i.fa-times {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .search-open {
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .search-open .form-control {
    color: #fff;
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .search-open .form-control::-moz-placeholder, .header-v6.header-classic-dark .search-open .form-control:-ms-input-placeholder, .header-v6.header-classic-dark .search-open .form-control::-webkit-input-placeholder {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .dropdown-menu {
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .dropdown-menu li a {
    color: #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .dropdown-menu .active > a, .header-v6.header-classic-dark .dropdown-menu li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .mega-menu .equal-height-in {
    border-left-color: #7a7a7a;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .mega-menu .equal-height-list h3 {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .mega-menu .equal-height-list li a {
    color: #cccccc;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .mega-menu .equal-height-list .active > a, .header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
    color: #9fd66f;
  }
}

.header-v6.header-dark-dropdown .shopping-cart .shopping-cart-open, .header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
  background: #2b2b2b;
  border-color: #3b3b3b;
  border-top-color: #9fd66f;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-title, .header-v6.header-classic-dark .shopping-cart-open span.shc-title {
  color: #fff;
  border-bottom-color: #3b3b3b;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-total, .header-v6.header-classic-dark .shopping-cart-open span.shc-total {
  color: #fff;
}

.header-v6 .sliding-panel__btn {
  display: block;
}

.header-v6 .sliding-panel__btn .icon-bar {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .header-v6 .sliding-panel__btn .icon-bar {
    background: #3b3b3b;
  }
}

.header-v6 .sliding-panel__btn--dark .icon-bar {
  background: #3b3b3b;
}

.header-v6 .navbar-brand {
  height: 93px;
  max-height: 93px;
  line-height: 65px;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-brand {
    line-height: 0;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .navbar-brand {
    line-height: 55px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    padding-top: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .header-v6 .navbar-brand {
    padding-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6.custom-header-style .navbar-brand {
    width: 35px;
  }
}

.header-v6.header-fixed-shrink .navbar-brand a {
  display: block;
  width: 50px;
  overflow: hidden;
}

.header-v6.header-fixed-shrink .navbar-brand a img.shrink-logo {
  max-width: none;
  min-width: 0;
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .header-v6.header-fixed-shrink .js_header-popup label {
    color: #3b3b3b !important;
  }
}

.header-v6 .header-inner-right {
  float: right;
  z-index: 999;
  margin-left: -20px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header-v6.header-border-bottom .navbar {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-border-bottom .navbar {
    background: transparent;
  }
}

.header-v6 .navbar-brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .header-v6 .navbar-brand img {
    width: auto !important;
    max-width: none;
    min-width: 0;
    position: relative;
    top: -8px;
  }
}

.header-v6 .navbar-brand img.shrink-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-brand img.shrink-logo {
    display: inherit;
  }
}

.header-v6 .navbar-brand img.default-logo {
  display: inherit;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-brand img.default-logo {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-header {
    float: none;
  }
}

.header-v6 .navbar-toggle {
  border: none;
  margin: 31px 0 31px 15px;
  background: inherit;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-toggle {
    display: block;
    margin: 17px 0 31px 15px;
  }
}

.header-v6 .navbar-toggle .icon-bar {
  height: 1px;
  width: 20px;
  font-size: 20px;
  background: #3b3b3b;
  margin-bottom: 5px;
}

.header-v6 .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}

.header-v6 .navbar-toggle:hover, .header-v6 .navbar-toggle:focus {
  background: inherit;
}

.header-v6 .navbar-collapse {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-collapse {
    border-color: #ededed;
    border-bottom: 1px solid #ededed;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-collapse {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-collapse.collapse {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav {
    top: 2px;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li > a {
    font-size: 14px;
    padding: 12px 5px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > li > a {
    padding: 20px;
    line-height: 54px;
    font-weight: 200;
    background: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav > li > a:focus {
    font-weight: 200;
    background: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li a {
    border-bottom: none;
    border-top: 1px solid #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li:first-child > a {
    border-top: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .open > a {
    background: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .open > a:hover, .header-v6 .navbar-nav > .open > a:focus {
    background: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > .active > a {
    font-weight: 200;
    background: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .active > a {
    background: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
    font-weight: 200;
    background: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
    background: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > li > a, .header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav {
    margin: 0;
    float: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li {
    float: none;
  }
}

.header-v6 .navbar-nav > li > a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.header-v6 .navbar-nav > li > a.activo::before, .header-v6 .navbar-nav > li a:hover::before, .header-v6 .navbar-nav > li .active-sm::before {
  content: '';
  height: 2px;
  background: #f68642;
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li > a.activo::before, .header-v6 .navbar-nav > li a:hover::before, .header-v6 .navbar-nav > li .active-sm::before {
    top: 20px;
  }
}

.header-v6 .nav > li > a:hover, .header-v6 .nav > li > a:focus {
  background: inherit;
  font-weight: 400;
}

.header-v6 .menu-icons-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.header-v6 li.menu-icons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons {
    margin-top: -15px;
  }
}

.header-v6 li.menu-icons:first-child {
  padding-right: 15px;
}

.header-v6 li.menu-icons:last-child {
  padding-left: 15px;
}

.header-v6 li.menu-icons .menu-icons-style {
  width: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 94px;
  text-align: center;
  display: inline-block;
}

.header-v6 li.menu-icons a.menu-icons-style {
  width: auto;
  min-width: 25px;
}

.header-v6 li.menu-icons span.badge {
  top: 28px;
  left: 12px;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 4px;
  font-size: 11px;
  text-align: center;
  position: absolute;
  background: #9fd66f;
  display: inline-block;
  border-radius: 50% !important;
}

.header-v6 .shopping-cart .shopping-cart-open {
  right: 0;
  top: 94px;
  padding: 15px;
  display: none;
  min-width: 250px;
  background: #fff;
  position: absolute;
  border: 1px solid #e8e8e8;
  border-top: 2px solid #9fd66f;
}

.header-v6 .shopping-cart:hover .shopping-cart-open {
  display: block;
}

.header-v6 .shopping-cart-open span.shc-title {
  color: #454545;
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}

.header-v6 .shopping-cart-open span.shc-total {
  color: #454545;
  float: right;
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
}

.header-v6 .shopping-cart-open span.shc-total strong {
  padding-left: 3px;
}

.header-v6 .shopping-cart-open .btn-u {
  padding: 4px 12px;
}

.header-v6 .search-open {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: auto;
  display: none;
  padding: 26px 15px;
  position: fixed;
  background: #fff;
}

.header-v6 .search-open .form-control {
  border: none;
  color: #3b3b3b;
  font: 16px 'Open Sans', sans-serif;
  font-weight: 300;
  box-shadow: none;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-v6 .search-open .form-control {
    padding: 0 28% 0 5%;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .search-open .form-control {
    font-size: 20px;
  }
}

.header-v6 .search-open .form-control::-moz-placeholder, .header-v6 .search-open .form-control:-ms-input-placeholder, .header-v6 .search-open .form-control::-webkit-input-placeholder {
  color: #3b3b3b;
}

.header-v6 .search-open .form-control:hover, .header-v6 .search-open .form-control:active, .header-v6 .search-open .form-control:focus {
  border: none;
  box-shadow: none;
}

.header-v6 .search-close {
  z-index: 999;
  position: relative;
}

.header-v6 li.menu-icons i.search-btn {
  color: #fff;
}

.header-v6 li.menu-icons i.fa-times {
  color: #454545;
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu {
    border: none;
    padding: 15px 0;
    min-width: 230px;
    border-radius: 0;
    background: #fff;
    z-index: 9999 !important;
    border-top: solid 3px #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu li a {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu .active > a {
    color: #9fd66f;
    background: inherit;
    filter: none !important;
    transition: all .1s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu li > a:hover {
    color: #9fd66f;
    background: inherit;
    filter: none !important;
    transition: all .1s ease-in-out;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .dropdown-menu .pull-right {
    float: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #3b3b3b !important;
    text-transform: uppercase;
  }
}

.header-v6 .dropdown-submenu {
  position: relative;
}

.header-v6 .dropdown-submenu > a:after {
  top: 9px;
  right: 15px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

@media only screen and (max-width: 991px) {
  .header-v6 .dropdown-submenu > a:after {
    content: " ";
  }
}

.header-v6 .dropdown-submenu > .dropdown-menu {
  top: -20px;
  left: 100%;
  margin-left: 0px;
}

@media only screen and (max-width: 991px) {
  .header-v6 .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}

.header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

.header-v6 .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.header-v6 .dropdown-submenu.pull-left {
  float: none;
}

.header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.header-v6 .dropdown-menu li [class^="fa-"], .header-v6 .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.header-v6 .dropdown-menu li [class^="fa-"].fa-lg, .header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

.header-v6 .mega-menu .nav, .header-v6 .mega-menu .dropup, .header-v6 .mega-menu .dropdown, .header-v6 .mega-menu .collapse {
  position: static;
}

.header-v6 .mega-menu .navbar-inner, .header-v6 .mega-menu .container {
  position: relative;
}

.header-v6 .mega-menu .dropdown-menu {
  left: auto;
}

.header-v6 .mega-menu .dropdown-menu > li {
  display: block;
}

.header-v6 .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}

.header-v6 .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

.header-v6 .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 0;
}

.header-v6 .mega-menu .mega-menu-content:before {
  content: "";
  display: table;
  line-height: 0;
}

.header-v6 .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-v6 .mega-menu .mega-menu-content .container {
    width: 690px !important;
  }
}

.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:after, .header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 10px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-in, .header-v6 .mega-menu .equal-height-list, .header-v6 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-left: 1px solid #bababa;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-in {
    padding-right: 0;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }
}

.header-v6 .mega-menu .equal-height-list h3 {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-list h3 {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list h3 {
    color: #3b3b3b;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px 5px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-list h3 li a {
    display: block;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .equal-height-list h3 a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list li a {
    color: #7a7a7a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list li a:hover {
    color: #9fd66f;
    text-decoration: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list > h3.active {
    color: #9fd66f;
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list > .active > a {
    color: #9fd66f;
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list > .active > a:hover, .header-v6 .mega-menu .equal-height-list > .active > a:focus {
    color: #9fd66f;
    background-color: transparent;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .mega-menu-fullwidth li a {
    padding: 5px 10px 5px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .mega-menu-fullwidth li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .open > .dropdown-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}

/*--------------------------
        header-fixed
----------------------------*/
.header-fixed .header-v6 {
  z-index: 999999;
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6 {
    height: inherit;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-sticky {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: fixed;
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-sticky-sm {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-sticky-md {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: fixed;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-absolute-md {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-overflow-control-sm {
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
    background: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6 .submenu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-fixed .header-v6 .submenu {
    width: 200px;
    margin: 0;
    padding: 0;
  }
}

.header-fixed .header-v6.header-dark-search.header-fixed-shrink {
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-dark-search.header-fixed-shrink .search-open {
    border-bottom-color: #3b3b3b;
  }
}

.header-fixed .header-v6.header-dark-search.header-dark-scroll.header-fixed-shrink .navbar {
  background: inherit;
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-dark-res-nav .header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.default-logo {
    display: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.shrink-logo {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink {
    border-bottom: none;
    /*box-shadow: 0 0 3px color-mix(27);*/
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-fixed-shrink .header-inner-right, .header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar {
    background: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    color: #3b3b3b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons .menu-icons-style {
    color: #3b3b3b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-brand, .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons .menu-icons-style, .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open, .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons .menu-icons-style {
    line-height: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
    top: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open {
    top: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .search-open {
    border-bottom: 1px solid #ededed;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
    height: 49px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn {
    margin-top: 20px;
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn .icon-bar {
    background: #3b3b3b;
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
  }
}

@media only screen and (max-width: 991px) {
  .header-fixed .header-v6.header-dark-transparent .navbar {
    background: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink {
    box-shadow: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar {
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.fa-times {
    color: #3b3b3b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons .menu-icons-style {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
    background: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink {
    box-shadow: none;
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar {
    background-color: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
    color: #9fd66f;
  }
}

.header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.fa-times {
  color: #3b3b3b;
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons .menu-icons-style {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
    color: #3b3b3b;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white .navbar-nav .active > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white .navbar-brand img.default-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white .navbar-brand img.shrink-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white li.menu-icons .menu-icons-style {
    color: #3b3b3b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white.header-dark-search li.menu-icons i.fa-times {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink {
    box-shadow: none;
    background: #2b2b2b;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar {
    background-color: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
    display: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.shrink-logo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a:hover {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a {
    color: #9fd66f;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons .menu-icons-style {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.fa-times {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .search-open {
    border-bottom: none;
  }
}

@media only screen and (max-width: 991px) {
  .margin-header-top {
    margin-top: 60px;
  }
}

/*Package Nav*/
.package__nav {
  width: 100%;
  padding: 25px 0 20px;
  border-bottom: solid 1px #ededed;
  box-shadow: 0 0 5px #ededed;
  background-color: #fff;
}

.package__nav-link {
  margin: 0 15px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-v6.header-dark-search .search-open {
  top: 0;
}

.js_header-popup {
  display: none;
  width: 100%;
  height: auto;
  padding: 26px 15px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000004;
  background-color: rgba(45, 45, 81, 0.7);
}

@media only screen and (max-width: 991px) {
  .js_header-popup {
    background-color: #7e8890;
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .js_header-popup {
    min-height: 250px;
  }
}

.js_header-popup .form__eyes-i {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -20px;
}

@media only screen and (max-width: 1199px) {
  .js_header-popup .form__eyes-i {
    margin-right: 20px;
  }
}

.js_header-popup input,
.js_header-popup input:-webkit-autofill,
.js_header-popup input:-webkit-autofill:hover,
.js_header-popup input:-webkit-autofill:focus,
.js_header-popup input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  color: #f68642;
  font-weight: 600;
}

.js_header-popup input::-webkit-input-placeholder {
  color: #f68642;
}

.js_header-popup input:-moz-placeholder {
  /* Firefox 18- */
  color: #f68642;
}

.js_header-popup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f68642;
}

.js_header-popup input:-ms-input-placeholder {
  color: #f68642;
}

.js_header-popup span {
  font-weight: 400;
}

.js_header-popup .checkbox-b__box {
  background-color: transparent !important;
  border-color: #f68642 !important;
}

.js_header-popup a {
  color: #f68642;
}

.js_header-popup .btn_cus-first {
  background-color: transparent;
}

.header-transparent .js_header-popup {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='color(red-primary)00', endColorstr='color(black)00', GradientType=0);
  /* IE6-9 */
}

.header-classic-white {
  box-shadow: 0 0 3px #bababa;
  background: #fff;
}

.header-classic-white .js_header-popup {
  box-shadow: 0 0 3px #bababa;
  background: #fff;
}

.header-fixed-shrink .js_header-popup {
  box-shadow: 0 0 3px #bababa;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 3px #bababa;
}

.js_cus-close {
  line-height: 94px !important;
  position: absolute;
  top: 0;
  right: 15px;
}

.js_cus-close:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img-dina/dina-icons/close.png);
}

.header-classic-white .js_cus-close:before {
  background-image: url(../img-dina/dina-icons/close-grey.png);
}

.header-fixed-shrink .js_cus-close {
  line-height: 70px !important;
}

.header-fixed-shrink .js_cus-close:before {
  background-image: url(../img-dina/dina-icons/close-grey.png);
}

.js_header-popup > * {
  vertical-align: top;
}

.js_header-popup .field-wrap {
  display: inline-block;
}

.label_cus-first {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.header-classic-white .label_cus-first, .header-fixed-shrink .label_cus-first {
  color: #3b3b3b;
}

.input_cus-first {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  border-style: none none solid;
  border-width: medium 0 1px;
  color: #fff;
  font: 300 14px "Open Sans",sans-serif;
  height: 40px;
  margin: 0 25px;
  padding: 0 15px;
  width: 100%;
}

.header-classic-white .input_cus-first, .header-fixed-shrink .input_cus-first {
  color: #3b3b3b;
  background-color: #fff;
  border-color: #e8e8e8;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.02);
}

.js_header-popup #search {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .js_header-popup #search {
    width: 300px;
  }
}

.btn.btn_cus-first {
  width: 120px;
  padding: 8px 25px;
  max-width: 100%;
  margin-left: 0;
  border-radius: 2px;
  font: 16px 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.btn.btn_cus-first:hover {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .js_header-popup {
    padding: 20px 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .js_header-popup .field-wrap {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}

@media only screen and (max-width: 1199px) {
  .label_cus-first {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .input_cus-first, .js_header-popup #search {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .btn.btn_cus-first {
    margin: 10px 0;
  }
}

.btn.btn-black {
  border-color: #000;
  background: #000;
}

.call-to-action .btn {
  display: block;
  margin-bottom: 5px;
}

.call-to-action .btn:last-child {
  margin-bottom: 0;
}

.call-to-action .btn:hover, .call-to-action .btn:focus, .call-to-action .btn:active {
  color: #fff;
}

.header-v6 .navbar {
  opacity: 1;
}

.has_login-form .header-v6 .navbar {
  opacity: 0;
}

/*
custom-ruslan.css
*/
.header-fixed .header-v6.header-sticky {
  z-index: 99999;
}

.header-v6-topbar {
  position: relative;
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  font-size: 12px;
  /*transition: top .3s ease-in-out;*/
}

.header-transparent .header-v6-topbar {
  background: transparent;
  color: #fff;
}

.header-transparent .header-v6-topbar li {
  background: transparent;
  color: #fff;
}

.header-fixed-shrink .header-v6-topbar {
  margin-top: -40px;
}

.header-v6-topbar .list-inline {
  margin: 0 0 0 -10px;
}

.header-v6-topbar .list-inline li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-v6-topbar a {
  text-transform: inherit;
}

.header-v6-topbar a:hover {
  text-decoration: none;
}

.header-transparent .header-v6-topbar a {
  color: #fff;
}

.topbar-lang {
  position: relative;
}

.topbar-icon {
  margin-right: 3px;
}

.topbar-lang__current {
  font-weight: 300;
  cursor: pointer;
}

.topbar-lang div {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  padding: 15px;
  text-align: left;
  border-top: 2px solid #f68642;
  background: #fff;
  z-index: 2;
  display: none;
}

.header-v6 .topbar-lang div a {
  display: block;
  margin-bottom: 10px;
  color: #333333;
}

.header-v6 .topbar-lang div a:hover {
  color: #f68642;
}

.topbar-lang div a:last-child {
  margin-bottom: 0;
}

.topbar-lang:hover div {
  display: block;
}

.header-v6 .navbar-brand img.shrink-logo, .header-v6 .navbar-nav > li > a {
  transition: all .1s ease-in-out;
  max-height: 40px;
}

.header-v6 li.menu-icons i.menu-icons-style, .header-v6 li.menu-icons span.badge {
  transition: all .1s ease-in-out;
}

.header-v6 .navbar-brand img.shrink-logo {
  /*width: 100%;*/
}

@media only screen and (max-width: 767px) {
  .header-v6 .navbar-brand img.shrink-logo {
    width: 120px;
  }
}

.header-v6 .search-open {
  top: 40px;
}

.header-v6.header-fixed-shrink .search-open {
  top: 0;
}

@media only screen and (min-width: 768px) {
  .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .navbar-brand {
    padding-left: 0;
  }
}

/***********LOGO MODIFY*********/
.eader-v6 .navbar-brand.navbar-brand-dina {
  padding-top: 12px;
}

@media only screen and (max-width: 991px) {
  .eader-v6 .navbar-brand.navbar-brand-dina {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 {
    /*margin-left: 6%;
    margin-left: 0;*/
    /*float: left;*/
    float: right;
    display: block;
    /*margin-top: -28px;*/
    margin-top: 0;
    margin-left: 20%;
  }
}

/*
main.css
*/
/*
custom-main.css
*/
/*Custom styles for MAIN MENU (Header)*/
.header-fixed .header-v6.header-classic-white .navbar-nav .active > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover, .header-fixed .header-v6.header-classic-white .navbar-nav .active-sm {
  color: #f68642;
}

.header-v6 .dropdown-menu {
  border-top: 3px solid #f68642;
}

.header-v6 li.menu-icons span.badge, .header-v6 .shopping-cart-open .btn-u {
  background: #f68642;
}

.header-v6 .shopping-cart .shopping-cart-open {
  border-top: 2px solid #f68642;
}

#topcontrol:hover {
  background: #f68642;
}

.header-fixed .header-v6.header-classic-white .navbar-nav > li > a.imp-style {
  width: 25px;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.custom-header-inner-right ul.menu-icons-list {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 ul.menu-icons-list {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons a.menu-icons-style.scroll-color {
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons a.menu-icons-style.scroll-color {
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons a.menu-icons-style.scroll-color:hover {
    color: #f68642 !important;
  }
}

.header-v6 .navbar.navbar-bordered {
  border-bottom: 1px solid #f2f2f2;
}

.header-v6 li.menu-icons a.menu-icons-style.scroll-color {
  color: #fff;
}

.header-v6 li.menu-icons a.menu-icons-style.scroll-color:hover {
  color: #f68642 !important;
}

/*
main.css
*/
.header-fixed .header-v6.header-classic-white .navbar-nav > li > a.imp-style {
  width: 25px;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

.header-fixed .header-v6.header-sticky.custom-header-style {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.header-v6 li.menu-icons i.menu-icons-style.fa-custom {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.header-v6 li.menu-icons i.menu-icons-style.fa-custom:hover {
  color: #f68642;
}

h2.heading-v6 {
  font-size: 18px;
  text-transform: uppercase;
}

.header-v6 .navbar.navbar-bordered {
  border-bottom: 1px solid #f2f2f2;
}

.header-v6 li.menu-icons a.menu-icons-style.scroll-color {
  color: #fff;
}

.header-v6 li.menu-icons a.menu-icons-style.scroll-color:hover {
  color: #f68642 !important;
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink li.menu-icons a.menu-icons-style.scroll-color {
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons a.menu-icons-style.scroll-color {
    color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons a.menu-icons-style.scroll-color:hover {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 {
    /*float: left;*/
    /*float: right;*/
    display: block;
    /*margin-top: -28px;*/
    margin-top: 0;
    /*margin-left: 20%;*/
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.custom-header-inner-right ul.menu-icons-list {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 ul.menu-icons-list {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 ul.menu-icons-list li.menu-icons:first-child {
    padding-right: 0;
    /*float: left;*/
    /*margin-top: -96px;*/
    /*margin-left: 28%;*/
  }
}

@media only screen and (max-width: 767px) {
  .header-v6 .header-inner-right.header-inner-right-v2 {
    /*margin-left: 6%;*/
    margin-left: 0;
  }
}

/* Headers Default
------------------------------------*/
.header .navbar-nav > .active > a {
  color: #f68642;
  border-color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header .navbar-nav > .active > a {
    background: #f68642;
    color: #fff !important;
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar-nav > .active > a:hover, .header .navbar-nav > .active > a:focus {
    background: #f68642;
    color: #fff !important;
  }
}

.header .dropdown-menu {
  border-top: solid 2px #f68642;
}

.header .navbar-nav > li:hover > a {
  color: #f68642;
}

.header .nav > li > .search:hover {
  border-bottom-color: #f68642;
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header .nav > li > .search:hover {
    background: #f68642;
  }
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
  border-bottom-color: #f68642;
}

.header .navbar-nav > .active-sm {
  border-bottom: 0;
}

.header .navbar-toggle {
  border-color: #f68642;
  background: #f68642;
}

.header .navbar-toggle:hover, .header .navbar-toggle:focus {
  background: #f68642;
}

.header .navbar-toggle:hover {
  background: #f68642 !important;
}

.header .navbar-nav > .open > a {
  color: #f68642;
}

.header .navbar-nav > .open > a:hover, .header .navbar-nav > .open > a:focus {
  color: #f68642;
}

/* Headers v1
------------------------------------*/
/*Fix hover color for the little icons v1.9*/
.header-v1 .topbar-v1 .top-v1-data li a:hover i {
  color: #f68642;
}

.header-v1 .navbar-default .navbar-nav > .active > a {
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v1 .navbar-default .navbar-nav > .active > a {
    background-color: #f68642;
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v1 .navbar-default .navbar-nav > .active > a:hover, .header-v1 .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f68642;
  }
}

.header-v1 .navbar-default .navbar-nav > li > a:hover, .header-v1 .navbar-default .navbar-nav > li > a:focus {
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v1 .navbar-default .navbar-nav > li:hover > a {
    border-color: #ededed;
  }
}

.header-v1 .dropdown-menu {
  border-color: #f68642;
}

.header-v1 .navbar-default .navbar-nav > li:hover > a {
  color: #f68642;
}

.header-v1 .navbar .nav > li > .search:hover {
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v1 .navbar .nav > li > .search:hover {
    background-color: #f68642;
  }
}

.header-v1 .navbar-default .navbar-toggle {
  border-color: #f68642;
}

.header-v1 .navbar-toggle {
  background: #f68642;
}

.header-v1 .navbar-default .navbar-toggle:hover, .header-v1 .navbar-default .navbar-toggle:focus {
  background: #f68642;
}

.header-v1 .navbar-toggle:hover {
  background: #f68642 !important;
}

/* Headers v2
------------------------------------*/
.header-v2 .dropdown-menu {
  border-color: #f68642;
}

.header-v2 .navbar-default .navbar-toggle {
  border-color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v2 .navbar-default .navbar-nav > .active > a {
    background: #f68642;
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v2 .navbar-default .navbar-nav > .active > a:hover, .header-v2 .navbar-default .navbar-nav > .active > a:focus {
    background: #f68642;
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v2 .navbar-default .navbar-nav > li > a:hover {
    color: #f68642;
  }
}

.header-v2 .navbar-toggle {
  background: #f68642;
}

.header-v2 .navbar-default .navbar-toggle:hover, .header-v2 .navbar-default .navbar-toggle:focus {
  background: #f68642;
}

.header-v2 .navbar-toggle:hover {
  background: #f68642 !important;
}

/* Headers v3
------------------------------------*/
.header-v3 .navbar-default .navbar-nav > .active > a {
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v3 .navbar-default .navbar-nav > .active > a {
    background: #f68642;
    color: #fff !important;
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v3 .navbar-default .navbar-nav > .active > a:hover, .header-v3 .navbar-default .navbar-nav > .active > a:focus {
    background: #f68642;
    color: #fff !important;
  }
}

.header-v3 .navbar-default .navbar-nav > li:hover > a {
  color: #f68642;
}

.header-v3 .dropdown-menu {
  border-color: #f68642;
}

.header-v3 .navbar-default .navbar-toggle {
  border-color: #f68642;
}

.header-v3 .navbar-toggle {
  background: #f68642;
}

.header-v3 .navbar-default .navbar-toggle:hover, .header-v3 .navbar-default .navbar-toggle:focus {
  background: #f68642;
}

.header-v3 .navbar-toggle:hover {
  background: #f68642 !important;
}

.header-v3 .navbar .nav > li > .search:hover {
  background: inherit;
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v3 .navbar .nav > li > .search:hover {
    background: #f68642;
  }
}

/* Headers v4
------------------------------------*/
/*Fix hover color for the little icons v1.9*/
.topbar-v1 .top-v1-data li a:hover i {
  color: #f68642;
}

.header-v4 .navbar-default .navbar-nav > li > a:hover {
  border-color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v4 .navbar-default .navbar-nav > li > a:hover {
    border-color: #ededed;
  }
}

.header-v4 .navbar-default .navbar-nav > .active > a {
  border-color: #f68642;
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v4 .navbar-default .navbar-nav > .active > a {
    color: #f68642 !important;
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v4 .navbar-default .navbar-nav > .active > a:hover, .header-v4 .navbar-default .navbar-nav > .active > a:focus {
    color: #f68642 !important;
  }
}

.header-v4 .navbar-default .navbar-nav > li:hover > a {
  border-color: #f68642;
  color: #f68642;
}

.header-v4 .navbar .nav > li > .search:hover {
  color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v4 .navbar .nav > li > .search:hover {
    background: #f68642;
  }
}

.header-v4 .navbar-default .navbar-nav > .open > a {
  color: #f68642;
}

.header-v4 .navbar-default .navbar-nav > .open > a:hover, .header-v4 .navbar-default .navbar-nav > .open > a:focus {
  color: #f68642;
}

/* Headers v5
------------------------------------*/
@media only screen and (max-width: 991px) {
  .header-v5 .navbar-default .navbar-nav > .active > a {
    background: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v5 .navbar-default .navbar-nav > .active > a:hover, .header-v5 .navbar-default .navbar-nav > .active > a:focus {
    background: #f68642 !important;
  }
}

.header-v5 .navbar-default .navbar-nav > .active > a, .header-v5 .navbar-default .navbar-nav > li:hover > a {
  color: #f68642;
}

@media only screen and (min-width: 992px) {
  .header-v5 .navbar-default .navbar-nav > .active > a, .header-v5 .navbar-default .navbar-nav > li:hover > a {
    border-top: 2px solid #f68642;
  }
}

.header-v5 .navbar-default .navbar-nav > .open > a {
  color: #f68642;
}

.header-v5 .navbar-default .navbar-nav > .open > a:hover, .header-v5 .navbar-default .navbar-nav > .open > a:focus {
  color: #f68642;
}

.header-v5 .dropdown-menu {
  border-color: #f68642;
}

.header-v5 .dropdown-menu li > a:hover, .header-v5 .dropdown-menu .active > a {
  background: #f68642;
}

.header-v5 .dropdown-menu li > a:hover, .header-v5 .dropdown-menu li.dropdown-submenu:hover > a {
  background: #f68642;
}

.header-v5 .dropdown-menu .style-list li > a:hover {
  background: none;
}

.header-v5 .style-list li a:hover, .header-v5 .subtotal .subtotal-cost {
  color: #f68642;
}

.header-v5 .shop-badge span.badge-sea {
  background: #f68642;
}

.header-v5 .badge-open {
  border-top: 2px solid #f68642;
  box-shadow: 0 5px 5px 0 rgba(230, 126, 34, 0.075);
}

/* Header v6
------------------------------------*/
/* Search */
.header-v6 .shopping-cart .shopping-cart-open {
  border-top-color: #f68642 !important;
}

.header-v6 li.menu-icons span.badge {
  background: #f68642;
}

.header-v6 .dropdown-menu {
  border-top-color: #f68642;
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .active > a {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > .active > a:hover, .header-v6 .navbar-nav > .active > a:focus {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .nav .open > a {
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .nav .open > a:hover, .header-v6 .nav .open > a:focus {
    border-color: #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav > li > a:hover, .header-v6 .navbar-nav .active-sm {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6 .mega-menu .equal-height-list li a:hover {
    color: #f68642 !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .navbar-nav > li a:hover, .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover, .header-v6.header-dark-res-nav .navbar-nav .active-sm {
    color: #f68642;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .nav .open > a {
    border-color: #3b3b3b;
  }
}

@media only screen and (max-width: 991px) {
  .header-v6.header-dark-res-nav .nav .open > a:hover, .header-v6.header-dark-res-nav .nav .open > a:focus {
    border-color: #3b3b3b;
  }
}

/* Dropdown Menu */
/* Default Style */
@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #f68642 !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .dropdown-menu .active > a, .header-v6 .dropdown-menu li > a:hover {
    color: #f68642 !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .dropdown-menu .active > a, .header-fixed .header-v6.header-fixed-shrink .dropdown-menu li > a:hover {
    color: #f68642 !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: #f68642;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-white .navbar-nav .active > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
    color: #f68642;
  }
}

/* Classic White */
/* Classic Dark */
@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .navbar-nav .active > a, .header-v6.header-classic-dark .navbar-nav li > a:hover {
    color: #f68642;
  }
}

@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
    color: #f68642;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-classic-dark .dropdown-menu .active > a, .header-v6.header-classic-dark .dropdown-menu li > a:hover {
    color: #f68642 !important;
  }
}

@media only screen and (min-width: 992px) {
  .header-v6.header-dark-dropdown .dropdown-menu .active > a, .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
    color: #f68642;
  }
}

/* Dark Dropdown */
/* Dark Scroll */
@media only screen and (min-width: 992px) {
  .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a, .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
    color: #f68642;
  }
}

/* Header v7
------------------------------------*/
.header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li.active > a {
  color: #f68642 !important;
}

.header-v7 .dropdown-menu .active > a {
  color: #f68642 !important;
}

.header-v7 .dropdown-menu li > a:focus, .header-v7 .dropdown-menu li > a:hover {
  color: #f68642 !important;
}

.header-v7 .navbar-default .navbar-nav > li > a:hover, .header-v7 .navbar-default .navbar-nav > li > a:focus {
  color: #f68642;
}

.header-v7 .navbar-default .navbar-nav > .active > a {
  color: #f68642;
}

.header-v7 .navbar-default .navbar-nav > .active > a:hover, .header-v7 .navbar-default .navbar-nav > .active > a:focus {
  color: #f68642;
}

.header-socials li a:hover {
  color: #f68642;
}

/*
main.css
*/
/*Header Theme Color
------------------------------------*/
.header-v8 .dropdown-menu {
  border-top: solid 3px #f68642;
}

.header-v8 .dropdown-menu .active > a, .header-v8 .dropdown-menu li > a:hover {
  color: #f68642;
}

.header-v8 .navbar-nav .open .dropdown-menu > li > a:hover, .header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #f68642;
}

.header-v8 .navbar-nav .open .dropdown-menu > .active > a {
  color: #f68642;
}

.header-v8 .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v8 .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #f68642;
}

.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a {
  color: #f68642;
}

.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #f68642;
}

.header-v8 .navbar-nav > li > a:hover {
  color: #f68642;
}

.header-v8 .navbar-nav > .active > a {
  color: #f68642 !important;
}

.header-v8 .navbar-nav > .active > a:hover, .header-v8 .navbar-nav > .active > a:focus {
  color: #f68642 !important;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a:hover {
  color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.header-v6 .navbar-nav > li > a {
  /*padding: 20px 15px;*/
  padding: 0;
  margin: 20px 15px;
}

@media only screen and (max-width: 1199px) {
  .header-v6 .navbar-nav > li > a {
    padding: 0;
    margin: 20px 5px;
    /*padding: 20px 5px;*/
  }
}

@media only screen and (min-width: 992px) {
  .header-v6 .navbar-nav > li > a {
    line-height: 54px;
  }
}

.header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
  color: #45455e;
  font-size: 14px;
  font-weight: 500;
}

.header-v6 li.menu-icons i.menu-icons-style.fa-custom, .header-v6 li.menu-icons sa.menu-icons-style {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
  color: #45455e;
}

.header-v6 li.menu-icons {
  letter-spacing: 1px;
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .header-v6 li.menu-icons {
    margin-top: -15px;
  }
}

.header-v6 .dropdown-menu li a {
  color: inherit;
  text-transform: uppercase;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
  background: #fff;
  max-width: 1908px;
  margin: 0 auto;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #cccccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

@media only screen and (max-width: 991px) {
  .boxed-layout.header-fixed .header-v6.header-sticky {
    left: inherit;
    width: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .moura-main-menu {
    background-color: #fff;
  }
}

.submenu {
  list-style-type: none;
}

.submenu a {
  border: 0 !important;
  text-transform: uppercase;
  line-height: 25px;
}

@media only screen and (min-width: 992px) {
  .fondo-negro-md {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
  }
}

.domain-search-block {
  width: 100%;
  margin-top: -40px;
}

@media only screen and (min-width: 992px) {
  .domain-search-block-sticky {
    margin-top: 0;
    z-index: 100005;
    position: fixed;
    top: 0;
  }
}

.domain-search-block-absolute-lg {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 1200px) {
  .domain-search-block-absolute-lg {
    position: absolute;
    bottom: 0;
  }
}

.usuario-logeado {
  /*background-image: url("/moura/img-dina/menu/usuario.png");*/
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: 3px;
  left: 5px;
}

.usuario-logeado .menu {
  position: absolute;
  display: none;
  width: 200px;
  height: 50px;
  z-index: 100000000000000;
}

.usuario-logeado .menu .triangulo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f68642 transparent;
  margin: 0 auto;
}

.usuario-logeado .menu .menu-wrapper {
  padding: 10px;
  background-color: #fff;
  border-top: 2px solid #f68642;
}

.usuario-logeado .menu .menu-wrapper span {
  width: 100%;
  text-align: center;
  display: block;
  color: #6d6d9b;
  font-weight: 400;
}

.usuario-logeado .menu .menu-wrapper .links {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.usuario-logeado:hover .menu {
  display: block;
  top: 20px;
  left: -93px;
  padding-top: 5px;
}

.cabecera-carro {
  width: 100%;
  height: 400px;
  margin-top: -20px;
}

.cabecera-carro-fondo-vacio {
  /*background-image: url("/moura/img-dina/secciones/pago/carro-vacio.jpg");*/
}

.default-logo {
  height: 35px !important;
  margin-top: -12px;
}

@media only screen and (max-width: 767px) {
  .logo-carro {
    width: 60px !important;
  }
}

@media only screen and (min-width: 992px) {
  .logo-carro img {
    top: 0 !important;
  }
}

.shrink-logo {
  width: 54px !important;
}

@media only screen and (min-width: 1200px) {
  .menu-navidad {
    /*background-image: url("/moura/img-dina/portada/comic/fondo-menu.png");*/
    background-size: 100% 100%;
  }
}

/*
 * Colores texto navbar
 */
@media only screen and (min-width: 992px) {
  .menu-color-dark,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket,
  .menu-color-dark .menu-container .nav.navbar-nav.navbar-left li a {
    color: #565556;
  }
}

@media only screen and (min-width: 992px) {
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-dark .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-dark .menu-container .nav.navbar-nav.navbar-left li a .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-dark .menu-container .nav.navbar-nav.navbar-left li a .menu-color-dark .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover {
    color: #f68642;
  }
}

@media only screen and (min-width: 992px) {
  .menu-color-light,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket,
  .menu-color-light .menu-container .nav.navbar-nav.navbar-left li a {
    color: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-light .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover,
  .menu-color-light .menu-container .nav.navbar-nav.navbar-left li a .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons a.menu-icons-style.scroll-color:hover,
  .menu-color-light .menu-container .nav.navbar-nav.navbar-left li a .menu-color-light .menu-container .custom-header-inner-right ul.menu-icons-list li.menu-icons.shopping-cart .icon-basket:hover {
    color: #f68642;
  }
}

@media only screen and (max-width: 991px) {
  .menu-color-dark-sm,
  .menu-color-dark-sm * {
    color: #565556;
  }
  .menu-color-dark-sm .active-sm,
  .menu-color-dark-sm * .active-sm {
    color: #f68642;
  }
}

@media only screen and (max-width: 991px) {
  .menu-color-light-sm,
  .menu-color-light-sm * {
    color: #fff;
  }
  .menu-color-light-sm .active-sm,
  .menu-color-light-sm * .active-sm {
    color: #f68642;
  }
}

/*-----------------------------------
Footer-v4
------------------------------------*/
.footer-v4 .footer {
  padding: 20px 0;
  background: #333333;
}

.footer-v4 .footer p {
  color: #7e8890;
  font-size: 13px;
}

.footer-v4 img.footer-logo {
  margin: 15px 0 20px;
}

.footer-v4 .address-list li {
  color: #bababa;
  margin-bottom: 7px;
}

.footer-v4 .address-list li i {
  margin-right: 10px;
  vertical-align: middle;
}

.footer-v4 .shop-social li i {
  color: #bababa;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  background: #404040;
}

.footer-v4 .shop-social li i:hover {
  background: #363636;
  color: #fff;
}

.footer-v4 h2.thumb-headline {
  color: #7e8890;
  font-size: 15px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-v4 .simple-list li {
  color: #bababa;
}

.footer-v4 .simple-list a {
  color: #bababa;
}

.footer-v4 .simple-list a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-v4 .copyright {
  padding: 15px 0;
  border-top: none;
  background: #333333;
}

@media only screen and (max-width: 991px) {
  .footer-v4 .copyright {
    text-align: center;
  }
}

.footer-v4 .copyright p {
  color: #bababa;
  font-size: 12px;
  margin-top: 13px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .footer-v4 .copyright p {
    margin-bottom: 15px;
  }
}

.footer-v4 .copyright a {
  color: #9fd66f;
}

.footer-v4 .sponsors-icons {
  margin-bottom: 0;
}

.footer-v4 .sponsors-icons i {
  color: #fff;
  font-size: 40px;
}

@media only screen and (max-width: 991px) {
  .footer-v4 .sponsors-icons .pull-right {
    float: none !important;
  }
}

/*Other Footer Common Classes
------------------------------------*/
/*Thumb Headline*/
.thumb-headline h2 {
  color: #ededed;
  font-size: 16px;
}

/*Footer Logo*/
.footer-logo {
  margin: 17px 0 20px;
}

/*Latest List*/
.latest-list li {
  padding: 8px 0;
  border-top: 1px solid #363636;
}

.latest-list li:first-child {
  padding-top: 0;
  border-top: none;
}

.latest-list li a {
  color: #ededed;
}

.latest-list small {
  color: #999999;
  display: block;
}

/*Link List*/
.link-list li {
  border-top: solid 1px #363636;
}

.link-list li:first-child {
  border-top: none !important;
}

.link-list a {
  color: #ededed;
  font-size: 11px;
  padding: 6px 0px;
  display: inline-block;
  text-transform: uppercase;
}

.link-list li i {
  color: #bababa;
  float: right;
  margin-top: 10px;
}

/*Latest Tweets*/
.latest-tweets .latest-tweets-inner p {
  color: #3b3b3b;
  font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {
  /*color: color(blue-primary);*/
  text-decoration: none;
}

.latest-tweets .latest-tweets-inner a:hover {
  text-decoration: underline;
}

.latest-tweets .latest-tweets-inner i.fa {
  top: 2px;
  float: left;
  color: #3498db;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
}

.latest-tweets .latest-tweets-inner small {
  color: #7a7a7a;
  display: block;
}

.footer-v4 .copyright a {
  color: #f68642;
}

/* Footer
------------------------------------*/
/* Footer Blog */
.footer .dl-horizontal a:hover {
  color: #f68642 !important;
}

/* Footer Default
------------------------------------*/
.footer-default .footer .dl-horizontal a:hover {
  color: #f68642 !important;
}

.footer-default .footer a {
  color: #f68642;
}

.footer-default .footer a:hover {
  color: #f68642;
}

.footer-default .copyright a {
  color: #f68642;
}

.footer-default .copyright a:hover {
  color: #f68642;
}

/* Footer v4
------------------------------------*/
.footer-v4 .copyright a {
  color: #f68642;
}

/*Footer Theme Color
------------------------------------*/
.footer-v8 .footer .column-one a:hover {
  color: #f68642;
}

.footer-v8 .footer .tags-v4 a:hover {
  border-color: #f68642;
  background-color: #f68642;
}

.footer-v8 .footer .footer-lists li a:hover, .footer-v8 .footer .latest-news h3 a:hover {
  color: #f68642;
}

.footer-v8 .footer .input-group-btn .input-btn {
  background: #f68642;
}

.footer-v8 .footer .social-icon-list li i:hover {
  background: #f68642;
  border-color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.footer-v4 .footer {
  background: #363636 none repeat scroll 0 0;
}

.footer-v4 .shop-social li i {
  background: #45455e none repeat scroll 0 0;
}

.footer-v4 h2.thumb-headline {
  color: #8888a0;
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.footer-v4 .social-list {
  display: block;
  width: 100%;
  margin: 50px 0 10px 5px;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .footer-v4 .social-list {
    max-width: 320px;
    margin: 50px auto;
  }
}

.footer-v4 .social-list li {
  display: inline-block;
}

.footer-v4 .social-list .social-button {
  color: #8888a0;
  background: none;
  width: 25%;
  text-align: center;
}

.footer-v4 .social-list i {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

.footer-v4 .social-list a:hover {
  color: #f68642;
  text-decoration: none;
}

.footer ul.menu_auxiliar {
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer ul.menu_auxiliar li {
  display: inline-block;
  list-style-type: none;
  text-transform: none;
  margin: 10px;
}

.footer ul.menu_auxiliar li a {
  text-transform: none;
  font-size: 13px;
}

.footer ul.menu_auxiliar li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .menu_footer {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .footer .menu_footer div {
    text-align: center;
  }
}

.caract_destaque {
  list-style-type: none;
}

.container .foo_telf {
  margin-right: 20px;
  float: left;
}

.container .foo_telf p.tit {
  color: #f68642;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.container .foo_chat {
  float: left;
  margin-right: 20px;
}

.container .foo_chat p.tit {
  color: #f68642;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.logo_footer_int {
  background-image: url("../img-dina/logo-white-footer.png");
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 180px;
  float: left;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
}

.footer_int_left .filter-list__switch label {
  font-size: 13px;
  font-weight: 500;
}

.info_footer p {
  color: #7e8890;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.info_footer p.tel {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 10px;
}

.ayuda_on_line {
  background: #f68642 url("../img-dina/dina-icons/chat_footer.png") no-repeat scroll left center;
  border-color: #f68642;
  border-radius: 4px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 3px;
  padding: 5px 10px 5px 40px;
  text-align: center;
  white-space: normal;
  width: 137px;
  margin-bottom: 15px;
}

.ayuda_on_line:hover {
  color: #fff !important;
  text-decoration: none;
}

.footer-v4 .shop-social li i.int {
  margin-left: 0;
  padding: 0;
}

.footer-v4 div.filter-list__top-panel {
  margin: 0;
  padding: 0;
  float: right;
  width: 135px;
  display: block;
}

.footer-v4 div.filter-list__top-panel p {
  color: #f68642;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-v4 div.filter-list__top-panel a {
  text-transform: uppercase;
  color: #f68642;
}

.footer-v4 div.filter-list__top-panel label {
  color: #7e8890;
  font-size: 13px;
  font-weight: 500;
}

.footer-v4 div.filter-list__top-panel .filter-list__top-panel__left-col {
  padding-left: 14px;
  float: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer-v4 div.filter-list__top-panel {
    float: none;
    margin: 5px auto;
  }
}

.menu_footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-v4 ul.list-inline {
  margin: 50px 0px 10px 5px;
  padding: 0;
  width: 100%;
  /*float:left;*/
}

@media only screen and (max-width: 767px) {
  .footer-v4 ul.list-inline {
    margin: 50px auto 10px auto;
    text-align: center;
  }
}

.footer-v4 .list-inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}

.footer-selector {
  margin: 10px auto;
  position: relative;
  padding-left: 29%;
}

@media only screen and (max-width: 991px) {
  .footer-selector {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-selector {
    width: 186px;
    position: relative;
    left: 25px;
  }
}

.footer-selector .selector-footer-inner {
  overflow: hidden;
  width: 20px;
  position: absolute;
  top: -20px;
  left: 18px;
}

.footer-selector .selector-footer-inner a {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-selector .prev-button {
  color: #fff;
}

.footer-selector .next-button {
  color: #fff;
  position: absolute;
  top: 0;
  left: 38px;
}

.footer-selector .titulo {
  text-transform: uppercase;
  color: #8888a0;
  font-size: 14px;
  float: left;
}

.footer-selector .selector {
  min-width: 70px;
  position: relative;
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .footer-login-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
}

.footer-login i {
  color: #fff;
  font-size: 24px;
  margin-top: -7px;
}

.footer-login a {
  position: relative;
  top: -2px;
  text-transform: uppercase;
}

.selector-idioma {
  position: relative;
  top: 5px;
}

/*--------------------------------------------------
	[48. Accordions]
----------------------------------------------------*/
/*Accordion v1
------------------------------------*/
.acc-v1 .panel-heading {
  padding: 0;
  box-shadow: none;
}

.acc-v1 .panel-heading a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  background: #fcfcfc;
}

.acc-icon a.accordion-toggle i {
  color: #3b3b3b;
  margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
  color: #454545;
}

/*
main.css
*/
.accordion-style {
  padding-bottom: 40px;
  padding-top: 40px;
}

.accordion-style a:hover {
  text-decoration: none;
}

.acc-v1 .panel-heading .a-padd {
  padding: 10px 15px;
}

/* Accardion
------------------------------------*/
.acc-home a.active, .acc-home a.accordion-toggle:hover {
  color: #f68642;
}

.acc-home .collapse.in {
  border-bottom: solid 1px #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.acc-v1 .panel-heading a {
  font-size: 15px;
}

/*--------------------------------------------------
	[24. Box Shadows]
----------------------------------------------------*/
.shadow-wrapper {
  z-index: 1;
  position: relative;
}

/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative;
}

.box-shadow:after, .box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999999;
  position: absolute;
}

/*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bababa;
}

/*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}

.shadow-effect-2:after, .shadow-effect-2:before {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999999;
}

.shadow-effect-3:before, .shadow-effect-4:after {
  transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999999;
}

.shadow-effect-2:after, .shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
}

/*Effect 5*/
.shadow-effect-5 {
  box-shadow: 0 0 2px #cccccc;
}

/*--------------------------------------------------
	[52. Content Boxes]
----------------------------------------------------*/
/*Content Boxes v1*/
.content-boxes-v1 {
  text-align: center;
}

.content-boxes-v1 span {
  display: block;
  margin-top: 5px;
}

/*Content Boxes v2*/
.content-boxes-v2-o span {
  display: block;
  overflow: hidden;
}

.content-boxes-v2-o small {
  display: block;
  line-height: 1.6;
}

.content-boxes-v2-o .icon-md + span {
  margin-top: 9px;
}

.content-boxes-v2-o .icon-lg + span {
  margin-top: 11px;
}

.content-boxes-v2-o .icon-custom {
  float: left;
  margin-top: 3px;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  .content-boxes-v2 {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .content-boxes-v2 .text-justify {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .content-boxes-v2 span {
    display: block;
    margin-top: 5px;
  }
}

/*Content Boxes v3*/
.content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}

.content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 20px;
  overflow: hidden;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #3b3b3b;
}

.content-boxes-v3 .content-boxes-in-v3 h3 p {
  margin: 0 0 10px;
}

.content-boxes-v3.content-boxes-v3-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .content-boxes-v3.content-boxes-v3-right {
    text-align: inherit;
  }
}

.content-boxes-v3.content-boxes-v3-right i.icon-custom {
  float: right;
}

@media only screen and (max-width: 767px) {
  .content-boxes-v3.content-boxes-v3-right i.icon-custom {
    float: left;
    margin-left: 0;
  }
}

.container .content-boxes-in-v3 p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px;
}

/*Content Boxes v4*/
.content-boxes-v4 h2 {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-boxes-v4 a {
  color: #7a7a7a;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.content-boxes-v4 i {
  width: 25px;
  color: #9fd66f;
  font-size: 35px;
  margin-top: 10px;
}

.content-boxes-in-v4 {
  padding: 0 10px;
  overflow: hidden;
}

.content-boxes-v4-sm i {
  font-size: 26px;
  margin-top: 10px;
  margin-right: 5px;
}

/*Content Boxes v5*/
.content-boxes-v5 i {
  float: left;
  color: #999999;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  background: #ededed;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

.content-boxes-v5:hover i {
  color: #fff;
  background: #9fd66f;
}

/*Content Boxes v6*/
.content-boxes-v6 {
  padding-top: 25px;
  text-align: center;
}

.content-boxes-v6 i {
  color: #fff;
  width: 90px;
  height: 90px;
  padding: 30px;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  background: #dedede;
  margin-bottom: 25px;
  display: inline-block;
}

.content-boxes-v6 i:after {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  content: " ";
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 50% !important;
}

.content-boxes-v6:hover i {
  transition: all 0.3s ease-in-out;
  background: #9fd66f;
}

.content-boxes-v6:hover i:after {
  transition: all 0.3s ease-in-out;
  border-color: #9fd66f;
}

/*--------------------------------------------------
	[53. Tagline Boxes]
----------------------------------------------------*/
/*Tagline Boxes*/
.tag-box {
  padding: 20px 20px 0;
  background: #fff;
  margin-bottom: 30px;
}

.tag-box h2 {
  font-size: 20px;
  line-height: 25px;
}

.tag-box p {
  margin-bottom: 0;
  color: #7e8890;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
}

.tag-box.tag-text-space p {
  margin-bottom: 10px;
}

/*Tagline Boxes v1*/
.tag-box-v1 {
  border: solid 1px #ededed;
  border-top: solid 2px #9fd66f;
}

/*Tagline Boxes v2*/
.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #ededed;
  border-left: solid 2px #9fd66f;
}

/*Tagline Boxes v3*/
.tag-box-v3 {
  border: solid 2px #ededed;
}

/*Tagline Boxes v4*/
.tag-box-v4 {
  border: dashed 1px #bababa;
}

/*Tagline Boxes v5*/
.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #cccccc;
}

.tag-box-v5 span {
  color: #3b3b3b;
  font-size: 28px;
  margin-bottom: 0;
}

/*Tagline Boxes v6*/
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #ededed;
}

/*Tagline Boxes v7*/
.tag-box-v7 {
  border: solid 1px #ededed;
  border-bottom: solid 2px #9fd66f;
}

/*
main.css
*/
.content-boxes-v5.custom-icon-style > i {
  color: #f68642;
  background: #fafafa;
  width: 95px;
  height: 95px;
  padding: 23px;
  font-size: 46px;
  line-height: 47px;
}

.content-boxes-v5.custom-icon-style:hover .custom-icon-style i {
  background: #fafafa;
  color: #f68642;
}

.content-boxes-v2-o .icon-custom.icon {
  color: #7e8890;
  font-size: 32px;
  line-height: 38px;
  margin-right: 3px;
  margin-top: 0;
}

.funny-boxes .respostos-box {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  margin: 5px auto;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: auto;
}

.funny-boxes .respostos-box h3 {
  font-weight: 300;
  font-size: 28px;
}

.funny-boxes .funny-boxes-img li {
  font-weight: 400;
}

.social-icon-box {
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
}

.container .respostos-box p.respuestas {
  display: block;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  text-shadow: none;
  text-transform: uppercase;
  color: #7e8890;
}

.container .respostos-box p.respuestas span {
  color: #f68642;
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}

.article_feed {
  border-bottom: 3px solid #e4e4f1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.article_feed p {
  margin-bottom: 5px;
}

.article_feed h4 {
  margin-top: 0;
}

.article_feed p.article_data {
  font-size: 12px;
  font-weight: 300;
}

.article_feed p a.link_blog {
  display: block;
  margin-top: 10px;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes p a, .funny-boxes .funny-boxes-img li i {
  color: #f68642;
}

.funny-boxes-colored p, .funny-boxes-colored h2 a {
  color: #fff;
}

.funny-boxes-colored .funny-boxes-img li {
  color: #fff;
}

.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/* Content Boxes v4
------------------------------------*/
.content-boxes-v4 i, .thumbnails-v1 .read-more {
  color: #f68642;
}

/* Content Boxes v5
------------------------------------*/
.content-boxes-v5:hover i {
  background: #f68642;
  color: #fff;
}

/* Content Boxes v6
------------------------------------*/
.content-boxes-v6:hover i {
  background: #f68642;
}

.content-boxes-v6:hover i:after {
  border-color: #f68642;
}

/*
custom-dh.css
*/
.content-boxes-v5 a {
  text-transform: none;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.content-boxes-v3 .content-boxes-in-v3 h3, .server-settings h3 {
  color: #45455e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 7px;
  text-transform: none;
}

.content-boxes-v2-o small {
  color: #7e8890;
  display: block;
  font-weight: 500;
  line-height: 1.6;
  font-size: 80%;
}

.funny-boxes {
  background: #fff;
}

.funny-boxes p a.btn {
  color: #bcbcbc;
  text-decoration: none;
}

.funny-boxes p a:hover.btn {
  color: #fff;
  text-decoration: none;
}

.funny-boxes p.respostos {
  color: #7e8890;
  font-size: 18px;
  font-weight: 300;
}

.funny-boxes p a {
  color: #7070b3;
  font-weight: 500;
}

.funny-boxes p a.color-transparent {
  color: #f68642;
}

/*--------------------------------------------------
	[2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #ededed;
  background: url(../img/patterns/breadcrumbs.png) repeat;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs h1.pull-left, .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

.video-business-img1 {
  background: url(../video/youtube-business/video-business-img1.jpg) no-repeat center;
  background-size: cover;
  /*Scales the background image to be as large as possible*/
}

.breadcrumbs h1 {
  color: #666666;
  font-size: 22px;
  margin-top: 8px;
}

.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative;
}

.breadcrumb a {
  color: #7a7a7a;
}

.breadcrumb li.active, .breadcrumb li a:hover {
  color: #9fd66f;
  text-decoration: none;
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark {
  background: #212121;
  padding: 30px 0 20px;
  border-bottom: solid 3px #7a7a7a;
}

.breadcrumbs.breadcrumbs-light {
  background: #212121;
  padding: 30px 0 20px;
  border-bottom: solid 3px #7a7a7a;
  background: #fafafa;
  border-bottom: 1px solid #ededed;
}

.breadcrumbs.breadcrumbs-dark h1, .breadcrumbs.breadcrumbs-dark a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1, .breadcrumbs.breadcrumbs-light a {
  color: #3b3b3b;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}

.breadcrumbs-md {
  padding: 100px 0;
}

.breadcrumbs-lg {
  padding: 200px 0;
}

/*Breadcrumbs v1 and v3
------------------------------------*/
.breadcrumbs-v1, .breadcrumbs-v3 {
  transition: all 0.8s ease-in-out;
}

/*Breadcrumbs v1
------------------------------------*/
.breadcrumbs-v1 {
  padding: 100px 0;
  position: relative;
  background: url(../img/breadcrumbs/img1.jpg) center no-repeat;
  background-size: cover;
  /*Scales the background image to be as large as possible*/
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v1 {
    padding: 50px 0;
  }
}

.breadcrumbs-v1:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
}

.breadcrumbs-v1 span, .breadcrumbs-v1 h1 {
  color: #fff;
  z-index: 1;
  position: relative;
}

.breadcrumbs-v1 span {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 5px;
  display: inline-block;
}

.breadcrumbs-v1 h1 {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 55px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v1 h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

/*Breadcrumbs v2
------------------------------------*/
.breadcrumbs-v2 {
  text-align: center;
  position: relative;
  background: url(../img/bg/11.jpg) no-repeat center;
}

.breadcrumbs-v2-in {
  padding: 80px 0;
  position: relative;
}

.breadcrumbs-v2 h1 {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb-v2 li a, .breadcrumb-v2 li.active {
  color: #fff;
}

.breadcrumb-v2 li i {
  color: #fff;
  min-width: 19px;
  padding: 3px 7px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
}

/*Breadcrumbs v3
------------------------------------*/
.breadcrumbs-v3 {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v3 {
    padding: 50px 0;
  }
}

.breadcrumbs-v3.breadcrumbs-lg {
  padding: 200px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v3.breadcrumbs-lg {
    padding: 50px 0;
  }
}

.breadcrumbs-v3.img-v1 {
  background: url(../img/breadcrumbs/img1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v2 {
  background: url(../img/breadcrumbs/img2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3.img-v3 {
  background: url(../img/breadcrumbs/img3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

.breadcrumbs-v3 h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v3 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.breadcrumbs-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs-v3 p {
    font-size: 18px;
  }
}

/*----------------------------------------------
Cosas de custom-blocks a partir de aqui
----------------------------------------------*/
.bread-crumbs {
  margin: 0 0 40px;
}

.bread-crumbs ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.bread-crumbs li {
  float: left;
  margin: 0 5px 0 0;
  font-size: 14px;
  list-style-type: none;
}

.bread-crumbs li a {
  display: inline-block;
  margin: 0 3px 0 0;
  color: #f68642;
  text-transform: none;
}

.bread-crumbs li a:hover {
  color: #9e9e9e;
  text-decoration: none;
}

.bread-crumbs .selected a {
  color: #9e9e9e;
  text-decoration: none;
}

/* Breadcrumb
------------------------------------*/
.breadcrumb li.active, .breadcrumb li a:hover {
  color: #f68642;
}

/* Breadcrumbs
------------------------------------*/
span.label-u, span.badge-u {
  background: #f68642;
}

.btn {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
  border-color: #f68642;
  background: #f68642;
  border-radius: 1px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.btn.btn-default {
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  white-space: normal;
  border-color: #f68642;
  background: #f68642;
}

@media only screen and (max-width: 767px) {
  .btn.btn-default.font-s-sm {
    font-size: 10px;
  }
}

.btn.color-transparent {
  color: #f68642;
  border-color: #f68642;
  box-shadow: none;
  background: none;
}

.btn.color-transparent:hover, .btn.color-transparent:focus, .btn.color-transparent:active {
  color: #f68642;
  border-color: #f68642;
  box-shadow: none;
  background: none;
}

.btn.color-alternative {
  color: #fff;
  border-color: #45455e;
  box-shadow: none;
  background: #45455e;
}

.btn.color-alternative:hover, .btn.color-alternative:focus, .btn.color-alternative:active {
  color: #fff;
  border-color: #45455e;
  box-shadow: none;
  background: #45455e;
}

.btn.color-orange {
  color: #f68642;
  border-color: #f68642;
  box-shadow: none;
  background: #fff;
}

.btn.color-orange:hover, .btn.color-orange:focus, .btn.color-orange:active {
  color: #f68642;
  border-color: #f68642;
  box-shadow: none;
  background: #fff;
}

.btn.color-text {
  color: #7e8890;
  border-color: #7e8890;
  box-shadow: none;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
}

.btn.color-text:hover, .btn.color-text:focus, .btn.color-text:active {
  color: #7e8890;
  border-color: #7e8890;
  box-shadow: none;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
}

.btn.color-text-saturate {
  color: #7070b3;
  border-color: #7e8890;
  box-shadow: none;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
}

.btn.color-text-saturate:hover, .btn.color-text-saturate:focus, .btn.color-text-saturate:active {
  color: #7070b3;
  border-color: #7e8890;
  box-shadow: none;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
}

.btn.btn-default.size-b {
  padding: 15px;
}

.btn.btn-default.size-s {
  padding: 8px;
  font-size: 14px;
}

/*
main.css
*/
.btn-u.btn-brd.btn-u-custom {
  border-color: #f68642;
  color: #f68642;
  text-transform: uppercase;
  font-weight: 300;
}

.btn-u.btn-brd.btn-u-custom:hover {
  background: #f68642;
  border-color: #f68642;
  color: #fff;
}

.c-btn {
  display: inline-block;
  margin-left: 13px;
}

.custom-btn-b {
  display: block;
  text-align: center;
}

.btn-big {
  min-width: 200px;
}

.btn-u.btn-brd.btn-brd-hover.btn-u-custom-2 {
  background: #f68642;
  color: #fff;
}

/* Buttons
------------------------------------*/
.btn-u {
  background: #f68642;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active {
  background: #f68642;
  color: #fff;
}

.open .dropdown-toggle.btn-u {
  background: #f68642;
  color: #fff;
}

/* Buttons Color */
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #f68642;
}

/* Bordered Buttons */
.btn-u.btn-brd {
  border-color: #f68642;
}

.btn-u.btn-brd:hover {
  color: #f68642;
  border-color: #f68642;
}

.btn-u.btn-brd.btn-brd-hover:hover {
  background: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.btn.btn-default {
  letter-spacing: 0.02em;
  text-decoration: none;
}

.btn-u.btn-brd.btn-u-custom-pri {
  border-color: #f68642;
  background-color: #f68642;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-default-table-list {
  color: #fff;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 0 0;
  padding: 8px 20px;
  text-transform: uppercase;
}

.btn-default-table-list:hover, .btn-default-table-list:focus, .btn-default-table-list:active {
  color: #fff;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 0 0;
  padding: 8px 20px;
  text-transform: uppercase;
}

.btn.btn-default a {
  text-transform: uppercase;
  text-decoration: none;
}

.btn-price {
  border-color: #bcbcbc;
  color: #bcbcbc;
  background: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 16px;
  text-decoration: none;
}

.btn-price:hover {
  border-color: #f68642;
  background-color: #f68642;
  color: #fff;
}

.btn-price-orange {
  border-color: #f68642;
  background: #f68642;
  color: #fff;
}

.btn-price-orange:hover {
  border-color: #bcbcbc;
  background: #fff;
  color: #f68642;
}

.btn-price-transparent {
  border-color: #f68642;
  color: #f68642;
}

.btn-price-purple-transparent {
  border-color: #6d6d9b;
  color: #6d6d9b;
}

.btn-price-purple-transparent:hover {
  color: #fff;
  background-color: #6d6d9b;
  border-color: #6d6d9b;
}

.btn-price-border-purple {
  border-color: #6d6d9b;
}

.btn-price-largo {
  padding: 8px 24px;
  font-size: 18px;
}

.btn-price-corto {
  padding: 6px 15px;
  font-size: 12px;
  margin-top: 20px;
}

.boton-largo {
  max-width: 200px;
}

.button-to-link {
  background: none;
  border: none;
  padding: 0 !important;
  font: inherit;
  color: #7070b3;
  text-decoration: underline;
  cursor: pointer;
}

.btn-banner {
  text-transform: uppercase;
  box-shadow: none;
  background: none;
  margin-top: 15px;
  padding: 8px 24px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .btn-banner {
    margin-top: 5px;
    padding: 4px 18px;
    font-size: 14px;
    font-weight: 600;
  }
}

/*
 * Hover
 */
.btn-banner-dark:hover, .btn-banner-light:hover, .btn-banner-dark-sm:hover, .btn-banner-light-sm:hover, .btn-banner-light-xs:hover {
  color: #fff;
  background-color: #f68642;
  border-color: #f68642;
}

@media only screen and (min-width: 992px) {
  .btn-banner-dark {
    border: solid 1px #3c3c3c;
    color: #3c3c3c;
  }
}

@media only screen and (min-width: 992px) {
  .btn-banner-light {
    border: solid 1px #fff;
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .btn-banner-dark-sm {
    border: solid 1px #3c3c3c;
    color: #3c3c3c;
  }
}

@media only screen and (max-width: 991px) {
  .btn-banner-light-sm {
    border: solid 1px #fff;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .btn-banner-light-xs {
    border: solid 1px #fff;
    color: #fff;
  }
}

.captcha-input {
  width: 334px !important;
  margin-top: 5px !important;
}

/*--------------------------------------------------
  [41. Clients Carousel]
----------------------------------------------------*/
.clients {
  border: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.clients li {
  overflow: hidden;
  margin-left: 1px;
  position: relative;
  background: #fafafa;
}

.clients li:hover {
  background: #f7f7f7;
}

.clients li img.color-img {
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

.clients li:hover img.color-img {
  display: block;
}

.clients li img {
  filter: gray;
  /* IE6-9 */
  float: none !important;
  margin: 0 auto !important;
}

.clients li img:hover {
  filter: none;
}

/*--------------------------------------------------
	[45. Owl Carousel]
----------------------------------------------------*/
.owl-btn {
  color: #7a7a7a;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: whitesmoke;
}

.owl-btn:hover {
  color: #fff;
  background: #9fd66f;
}

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
  text-align: right;
  margin-bottom: 20px;
}

.owl-carousel-v1 .item {
  margin: 0 5px;
}

.owl-carousel-v1 .item img {
  text-align: center;
}

.owl-carousel-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}

.owl-carousel-v2 .item {
  margin: 0 15px;
}

.owl-carousel-v2 .item img {
  text-align: center;
}

.owl-carousel-v2 .owl-navigation {
  text-align: center;
}

.owl-carousel-v2 .owl-pagination {
  display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
  margin: 0 15px;
}

.owl-carousel-v3 .item img {
  text-align: center;
}

.owl-carousel-v3 .owl-pagination {
  display: none;
}

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v4 .item {
  margin: 0 3px;
}

.owl-carousel-v4 .item img {
  width: 100%;
}

/*Owl Carousel v5*/
.owl-carousel-v5 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #9fd66f;
}

.owl-carousel-v5 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Slider v6*/
.owl-carousel-v6 .owl-carousel-item {
  margin: 0 10px;
  padding: 7px 0;
  text-align: center;
  position: relative;
  border: 1px solid #e6e6e6;
}

.owl-carousel-v6 .owl-carousel-item img {
  width: 150px;
  height: auto;
}

.owl-carousel-v6 .owl-wrapper-outer {
  margin-bottom: 20px;
}

.owl-carousel-v6 .owl-controls .owl-page span {
  margin: 5px 3px !important;
}

/*Owl Pagination*/
.owl-pagination {
  text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bababa;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  border-radius: 50% !important;
}

/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
  width: 120px;
  height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
  margin: 0 3px;
  background: #fafafa;
  text-align: center;
  border: solid 1px #ededed;
}

.owl-carousel-style-v2 .item img {
  padding: 0 3px;
  display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
  background: #fafafa;
  border-color: #e6e6e6;
  transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
  display: none;
}

/*Owl Clients v2
------------------------------------*/
.owl-clients-v1 img {
  width: 120px;
  height: auto;
}

.owl-clients-v1 .owl-pagination {
  display: none;
}

/*Owl Carousel - Testimonials v3
------------------------------------*/
/*Testimonials Section*/
.testimonials-v3 {
  padding: 100px 0;
  font-family: "Open Sans", Arial, sans-serif;
}

.testimonials-v3 ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.testimonials-v3 li img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.testimonials-v3 li > p {
  font-size: 14px;
}

.testimonials-v3 .testimonials-v3-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #9fd66f;
  margin-bottom: 0;
}

.testimonials-v3 .testimonials-v3-title span {
  color: #7a7a7a;
  display: block;
  font-size: 14px;
}

.testimonials-v3 .owl-pagination {
  display: none;
}

.testimonials-v3 .owl-buttons .owl-prev, .testimonials-v3 .owl-buttons .owl-next {
  padding: 13px;
  position: relative;
  margin: 15px 2px 0;
  background: whitesmoke;
  display: inline-block;
}

.testimonials-v3 .owl-buttons .owl-prev:after, .testimonials-v3 .owl-buttons .owl-next:after {
  top: 0;
  color: #bababa;
  font-size: 16px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.testimonials-v3 .owl-buttons .owl-prev:after {
  left: 10px;
  content: "\f104";
}

.testimonials-v3 .owl-buttons .owl-next:after {
  right: 10px;
  content: "\f105";
}

.testimonials-v3 .owl-buttons .owl-prev:hover:after, .testimonials-v3 .owl-buttons .owl-next:hover:after {
  color: #fff;
}

.testimonials-v3 .owl-buttons .owl-prev:hover, .testimonials-v3 .owl-buttons .owl-next:hover {
  background: #9fd66f;
  transition: background 0.4s ease-in-out;
}

/*Testimonials Owl Navigation*/
/*Recent Works (Owl Carousel)
------------------------------------*/
.owl-work-v1 .owl-navigation {
  top: 3px;
  position: relative;
  margin-bottom: 10px;
}

.owl-work-v1 .item a {
  text-align: center;
}

.owl-work-v1 .item a:hover {
  text-decoration: none;
}

.owl-work-v1 .item a:hover strong {
  color: #3b3b3b;
}

.owl-work-v1 .item em.overflow-hidden {
  display: block;
}

.owl-work-v1 .item a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #ededed;
}

.owl-work-v1 .item a strong {
  color: #3b3b3b;
  display: block;
}

.owl-work-v1 .item a i {
  color: #7a7a7a;
}

.owl-work-v1 .item a img {
  transition: all 0.8s ease-in-out;
}

.owl-work-v1 .item a:hover img {
  opacity: 0.8;
  transform: scale(1.2) rotate(3deg);
}

.owl-work-v1 .item a:hover span {
  border-bottom: solid 2px #9fd66f;
  transition: all 0.3s ease-in-out;
}

/*Parallax Twitter (Owl Carousel)
------------------------------------*/
.parallax-twitter {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: #333333 url(../img/bg/19.jpg) 50% 0 fixed;
  background-size: cover;
  background-position: center center;
}

.parallax-twitter:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.parallax-twitter:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

.parallax-twitter-in {
  z-index: 1;
  position: relative;
}

.parallax-twitter-in ul {
  margin: 0;
}

.parallax-twitter-in li {
  color: #fff;
}

.parallax-twitter-in li p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.parallax-twitter-in li a {
  color: #ededed;
  text-decoration: underline;
}

.parallax-twitter-in li a:hover {
  text-decoration: none;
}

.parallax-twitter-in li span {
  color: #e0e0e0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.parallax-twitter-in .owl-page {
  width: 18px;
}

/*Twitter Block (owl-controls)*/
/*Clients Section (Owl Carousel)
------------------------------------*/
.clients-section {
  padding: 60px 0;
  position: relative;
  background: #333333 url(../img/bg/7.jpg) 50% fixed;
  background-size: cover;
  background-position: center center;
}

.clients-section:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.clients-section:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

.clients-section .title-v1 p, .clients-section .title-v1 h2 {
  color: #fff;
}

.clients-section ul {
  padding: 0;
  z-index: 1;
  list-style: none;
}

.clients-section li {
  margin: 0 3px;
  background: #fff;
}

.clients-section li a {
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.clients-section li a:hover {
  -transform: scale(1.2);
}

.clients-section img {
  width: 100px;
  height: 100px;
}

.clients-section .owl-pagination {
  display: none;
}

/* Owl Video
------------------------------------*/
.owl-video img {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}

.owl-video img.video-play {
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  position: absolute;
}

.owl-video .owl-controls .owl-page span {
  margin: 5px 3px;
}

/*--------------------------------------------------
	[46. Bootstrap Carousels]
----------------------------------------------------*/
/* Bootstrap Carousel v1
------------------------------------*/
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit;
}

.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}

.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
  left: 0;
}

.carousel-v1 .carousel-arrow a.right i {
  right: 0;
}

/* Bootstrap Carousel v2
------------------------------------*/
.carousel-v2 .carousel-control {
  opacity: 1;
  text-shadow: none;
}

.carousel-v2 .carousel-control:hover {
  opacity: 1;
  text-shadow: none;
}

.carousel-v2 .carousel-control.left, .carousel-v2 .carousel-control.right {
  top: 50%;
  z-index: 5;
  color: #ededed;
  width: 45px;
  height: 45px;
  font-size: 30px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  display: inline-block;
  border: 2px solid #ededed;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-v2 .carousel-control:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.carousel-v2 .carousel-control.left {
  left: 20px;
}

.carousel-v2 .carousel-control.right {
  right: 20px;
}

.carousel-v2 .carousel-control .arrow-prev {
  top: -5px;
  position: relative;
}

.carousel-v2 .carousel-control .arrow-next {
  top: -5px;
  position: relative;
  right: -2px;
}

@media only screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 10px;
  }
}

/*
main.css
*/
.owl-carousel-style-v2 .item-img {
  background: #fafafa;
  border: none;
}

i.icon-color-custom {
  background: #fafafa;
  color: #f68642;
  font-size: 30px;
  border: 1px solid transparent;
}

.headline-light h2.for-after:after {
  content: none;
}

.owl-title {
  margin-bottom: 30px;
}

/* Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover, .footer a, .copyright a, .footer a:hover, .copyright a:hover {
  color: #f68642;
}

/* Owl Carousel
------------------------------------*/
.owl-btn:hover {
  background: #f68642;
}

/* Owl Carousel v5
------------------------------------*/
.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
  background: #f68642;
}

/* Recent Works
------------------------------------*/
.owl-work-v1 .item a:hover span {
  border-bottom-color: #f68642;
}

.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: 80%;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.carousel-v2 {
  max-width: 800px;
  margin: 0 auto;
  max-height: 400px;
  overflow: hidden;
}

/*--------------------------------------------------
  [42. Pie Chart]
----------------------------------------------------*/
.pie-progress-charts .inner-pchart {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pie-progress-charts .inner-pchart {
    margin-bottom: 40px;
  }
}

.pie-progress-charts .circle {
  color: #3b3b3b;
  font-weight: 200;
  margin-bottom: 20px;
}

.pie-progress-charts .circle-title {
  font-size: 22px;
  font-weight: 500;
}

.global-form.search-f fieldset {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.global-form.search-f label {
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 0;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
  cursor: text;
}

@media only screen and (max-width: 991px) {
  .global-form.search-f label {
    float: none;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    line-height: normal;
  }
}

.search-form-b fieldset {
  padding: 20px 0 0;
}

.search-form-b fieldset:first-child {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .global-form .tabs.content-tabs .row > div {
    float: left;
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .global-form .tabs.content-tabs .row > div {
    width: 50%;
  }
}

.global-form fieldset.global-form__small-form {
  padding: 40px 0 0;
}

.global-form .global-form__small-form label {
  float: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
}

.global-form fieldset.global-form__small-form input[type="text"], .global-form fieldset.global-form__small-form input[type="email"], .global-form fieldset.global-form__small-form input[type="password"] {
  padding: 0 15px;
  height: 38px;
  font-size: 14px;
  border-radius: 1px;
}

.global-form fieldset.global-form__small-form .select {
  height: 38px;
  border: 0;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.02);
}

.global-form fieldset.global-form__small-form .select select {
  height: 38px;
}

select.configurador {
  margin: 0;
  padding: 10px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  background: white;
  margin-top: 10px;
}

select.configurador.autoinstalables, select.configurador.bbdd {
  width: 40%;
  float: right;
}

.global-form__text {
  display: block;
  padding: 15px 0 0;
  color: #9e9e9e;
  font-size: 14px;
}

.global-form__radio-list {
  margin: 0;
  padding: 0;
}

.global-form__radio-list li {
  padding: 15px 0 0;
  list-style-type: none;
}

.global-form__radio-list li:first-child {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .global-form .row > div {
    margin: 0 0 30px;
  }
}

.global-form .checkbox-b {
  overflow: visible;
}

.global-form .checkbox-b label {
  margin: 0;
  text-align: left;
  overflow: visible;
}

.global-form .checkbox-b label .checkbox-b__box {
  width: 22px;
  height: 22px;
  border: 0;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.04);
}

.search-form-b ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 170px 0 0;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .search-form-b ul {
    padding: 0;
    text-align: center;
  }
}

.search-form-b li {
  list-style-type: none;
}

.search-form-b li:first-child {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .search-form-b li:first-child {
    margin: 0 0 20px;
    padding: 0;
  }
}

.search-form-b li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .search-form-b li:last-child {
    position: static;
  }
}

.search-form-b ul p {
  margin: 0;
}

.search-form-b__textarea {
  position: relative;
  padding: 30px 35px 35px;
  background: #fff;
  border-radius: 3px;
}

.search-form-b textarea {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #3b3b3b;
  font: 16px 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 42px;
  border: 0;
  resize: none;
  overflow: auto;
  background: #fff;
  background: url(../img-dina/dina-icons/br-bg.png) repeat left top;
  background-attachment: scroll;
}

.search-form-b__textarea span {
  position: absolute;
  display: block;
  padding: 0 30px;
  width: 100%;
  top: 14px;
  left: 0;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
}

.search-form-b__textarea span i {
  margin: 0 15px 0 0;
  color: #f68642;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .search-form-b__textarea span {
    font-size: 14px;
  }
}

.search-f__form {
  position: relative;
  margin: 0;
  padding: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-f__form {
    padding: 0;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .search-f__form {
    text-align: center;
  }
}

.search-f__form__in {
  position: relative;
  padding: 0 180px 0 180px;
}

@media only screen and (max-width: 767px) {
  .search-f__form__in {
    padding: 0;
  }
}

.global-form input[type='text'], .global-form input[type='email'], .global-form input[type='password'] {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  color: #3b3b3b;
  font: 16px 'Open Sans', sans-serif;
  font-weight: 300;
  border: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: box-shadow .3s linear;
  -moz-transition: box-shadow .3s linear;
  -o-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
}

.global-form input[type='text']:focus, .global-form input[type='email']:focus, .global-form input[type='password']:focus {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.07);
}

.global-form.search-f input[type='text'] {
  padding: 0 15px 0 40px;
}

.global-form input[type='text']::-moz-placeholder, .global-form input[type='email']::-moz-placeholder, .global-form input[type='password']::-moz-placeholder, .global-form input[type='text']::-webkit-input-placeholder, .global-form input[type='email']::-webkit-input-placeholder, .global-form input[type='password']::-webkit-input-placeholder {
  color: #3b3b3b;
  opacity: 1;
}

.global-form input[type='text']:focus::-moz-placeholder, .global-form input[type='email']:focus::-moz-placeholder, .global-form input[type='password']:focus::-moz-placeholder, .global-form input[type='text']:focus::-webkit-input-placeholder, .global-form input[type='email']:focus::-webkit-input-placeholder, .global-form input[type='password']:focus::-webkit-input-placeholder {
  outline: none;
}

.search-f__type-text {
  position: relative;
}

.search-f__type-text i {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #f68642;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .search-f__type-text {
    margin: 0 0 20px;
  }
}

.global-form button[type='submit'] {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  height: 50px;
  vertical-align: top;
  color: #fff;
  font: 16px 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  background: #f68642;
  border-radius: 2px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.global-form button[type='submit']:hover {
  background: #f68642;
}

.global-form.search-f button[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .global-form.search-f button[type='submit'] {
    position: static;
  }
}

.form__field-list {
  margin: 10px;
  padding: 0;
}

.form__field-list > li {
  padding: 30px 40px 30px 3px;
  list-style-type: none;
  -webkit-transition: box-shadow .3s linear;
  -moz-transition: box-shadow .3s linear;
  -o-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
}

.form__field-list > li:first-child {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .form__field-list > li {
    margin: 0 0 10px;
    padding: 0;
  }
}

.form__field-list__item {
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .form__field-list__item {
    padding: 0;
  }
}

.checkout-list__step {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.checkout-list__step dt {
  float: left;
  margin: 0 15px 0 0;
  width: 40px;
  height: 40px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 34px;
  border: 2px solid #e8e8e8;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

@media only screen and (max-width: 767px) {
  .checkout-list__step {
    margin: 0 0 20px;
  }
}

.checkout-list__step dd {
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
}

.checkout-list__step.text-up dd {
  text-transform: uppercase;
}

.checkout-list__rd-panel {
  display: inline-block;
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.checkout-list__rd-panel dt {
  float: left;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 48px;
}

@media only screen and (max-width: 1199px) {
  .checkout-list__rd-panel dt {
    float: none;
    margin: 0 0 30px;
    width: 100%;
    line-height: normal;
  }
}

.checkout-list__rd-panel dd {
  float: right;
}

@media only screen and (max-width: 1199px) {
  .checkout-list__rd-panel dd {
    float: none;
  }
}

.checkout-list__rd-panel .radio-list {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .checkout-list__rd-panel .radio-list {
    margin: 0 0 10px;
  }
}

.form__list {
  margin: 0 -15px 15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.form__list.indent-bt-none {
  margin-bottom: 0;
}

.form__list.indent-right {
  padding-right: 355px;
}

@media only screen and (max-width: 991px) {
  .form__list.indent-right {
    padding: 0;
  }
}

.form__list > li {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 15px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .form__list > li {
    width: 100%;
  }
}

.form__list.four-col > li {
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form__list.four-col > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .form__list.four-col > li {
    width: 100%;
  }
}

.form__list > li.size-big {
  width: 50%;
}

.form__list > li.indent-right-sm {
  padding-right: 115px;
}

@media only screen and (max-width: 767px) {
  .form__list > li.indent-right-sm {
    padding-right: 15px;
  }
}

.form__list.modified {
  position: relative;
  padding: 0 297px 0 0;
}

@media only screen and (max-width: 1199px) {
  .form__list.modified {
    padding: 0;
  }
}

.form__list .last-child {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .form__list .last-child {
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .form__list {
    margin-bottom: 0;
  }
}

.form label {
  display: block;
  margin: 0 0 15px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: text;
}

.form .input-wrap {
  position: relative;
}

.form .input-wrap i {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  z-index: 2;
}

.form__well-i {
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  background: url(../img-dina/dina-icons/well-i2.png) no-repeat 0 0;
}

.form__eyes-i {
  margin: -8px 0 0;
  width: 22px;
  height: 16px;
  background: url(../img-dina/dina-icons/eyes-i.png) no-repeat 0 0;
}

.ver-password {
  margin: -8px 0 0;
  width: 22px;
  height: 16px;
  background: url(../img-dina/dina-icons/eyes-i.png) no-repeat 0 0;
  margin-top: -27px;
  margin-right: 10px;
}

.form input[type='text'], .form input[type='email'], .form input[type='password'] {
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  color: #3b3b3b;
  font: 14px 'Open Sans', sans-serif;
  font-weight: 300;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.form .input-wrap input[type='text'], .form .input-wrap input[type='email'], .form .input-wrap input[type='password'] {
  padding-right: 40px;
}

.form input[type='text']:focus, .form input[type='email']:focus, .form input[type='password']:focus {
  border-color: #cccccc;
  outline: none;
}

.form__text {
  display: block;
  padding: 10px 0 0;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 300;
}

.form__list__list {
  margin: 0 -15px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  list-style-type: none;
}

.form__list__list li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

.form .br-i {
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  top: 50%;
  left: -7.5px;
  background: #e8e8e8;
  content: "";
}

.form__field {
  margin: 0 0 35px;
}

.form.cupon-form {
  position: relative;
  padding: 20px 184px 0 0;
  width: 100%;
  min-width: 440px;
  max-width: 440px;
}

.form.cupon-form fieldset {
  padding: 0;
}

.form.cupon-form .btn {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form.cupon-form .btn {
    position: static;
  }
}

.form.cupon-form input[type="text"] {
  height: 44px;
}

@media only screen and (max-width: 767px) {
  .form.cupon-form input[type="text"] {
    margin: 0 0 20px;
  }
}

.form.cupon-form label {
  margin: 0;
}

.form.cupon-form .form__text {
  margin: 0 0 15px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form.cupon-form {
    min-width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .form.cupon-form {
    min-width: 300px;
    padding: 0;
    text-align: center;
  }
}

.form__item {
  margin: 0 0 60px;
  padding: 35px;
  box-shadow: 6px 7px 18px rgba(92, 92, 92, 0.1);
}

@media only screen and (max-width: 767px) {
  .form__item {
    margin: 0 0 30px;
    padding: 0;
    box-shadow: none;
  }
}

.form__btn {
  position: absolute;
  margin: -10px 0 0;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 6px;
  border: 1px solid #a1a1a1;
  background: url(../img-dina/dina-icons/form__btn.png) no-repeat center #fff;
  border-radius: 100%;
}

/*
custom-ruslan.css
*/
.global-form.search-f button[type="submit"] {
  right: -7px;
}

/*
moved from base.scss (original from custom-blocks.css)
*/
.select {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #e8e8e8;
  background: url(../img-dina/dina-icons/select-arrow.png) no-repeat right center #fff;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select {
    width: 45%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .select {
    margin: 0 0 20px;
  }
}

.select select {
  margin: 0;
  padding: 0 55px 0 10px;
  width: 100%;
  height: 36px;
  color: #3b3b3b;
  font: 14px 'Open Sans', sans-serif;
  font-weight: 300;
  border: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
}

.checkbox-b {
  overflow: hidden;
}

.checkbox-b input {
  display: none;
}

.checkbox-b label {
  display: block;
  margin: 0;
  color: #3b3b3b;
  font-weight: 300;
  overflow: hidden;
}

.checkbox-b label .checkbox-b__box {
  float: left;
  margin: 0 10px 0 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 1px;
  cursor: pointer;
}

.checkbox-b input:checked + label .checkbox-b__box {
  background: url(../img-dina/dina-icons/checkbox-i.png) no-repeat center #fff;
}

.checkbox-b label .checkbox-b__text {
  display: block;
  color: #878787;
  font-size: 14px;
  text-transform: none;
  line-height: 20px;
  overflow: hidden;
  cursor: text;
}

.checkbox-b label .checkbox-b__text span {
  float: right;
  color: #f68642;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .checkbox-b {
    margin: 0 0 20px;
  }
}

.radio-list {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.radio-list li {
  float: left;
  margin: 0 0 0 20px;
  list-style-type: none;
}

.radio-list li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .radio-list li:first-child {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .radio-list li {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.radio-b {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.radio-b label {
  position: relative;
  margin: 0;
  padding: 0 20px;
  color: #9e9e9e;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.radio-b label:hover {
  color: #f68642;
  border-color: #cccccc;
}

.radio-b label:before {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  background: url(../img-dina/dina-icons/well-i3.png) no-repeat 0 0;
  content: "";
}

.radio-b input {
  display: none;
}

.radio-b input:checked + label {
  color: #3b3b3b;
  border-color: #f68642;
}

.radio-b input:checked + label:before {
  display: block;
}

@media only screen and (max-width: 767px) {
  .radio-b {
    width: 100%;
  }
}

.radio-g-list {
  margin: 0 0 80px;
  padding: 0;
}

.radio-g-list.checkbox-item li {
  padding: 0;
}

.radio-g-list li {
  padding: 15px 0 0;
  list-style-type: none;
}

.radio-g-list li:first-child {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .radio-g-list {
    margin: 0 0 30px;
  }
}

.radio-g {
  max-width: 650px;
  overflow: hidden;
}

.radio-g input {
  display: none;
}

.radio-g input[type="checkbox"] + label > span.radio-g__box {
  border-radius: 0;
}

.radio-g input:disabled + label {
  border: 1px solid #e8e8e8;
  cursor: not-allowed;
}

.radio-g input:disabled + label:hover .radio-g__text {
  color: #cccccc;
  cursor: not-allowed;
}

.radio-g input:disabled + label .radio-g__text {
  color: #cccccc;
}

.radio-g input:checked + label {
  border-color: #f68642 41 d;
}

.radio-g input:checked + label .radio-g__box {
  background: #f68642;
  box-shadow: 0 0 0 1px #fff inset;
}

.radio-g input:checked + label .radio-g__text {
  color: #333333;
}

.radio-g label {
  display: block;
  margin: 0;
  padding: 10px;
  font-weight: 300;
  border: 1px solid #cccccc;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border-color .3s linear;
  -moz-transition: border-color .3s linear;
  -o-transition: border-color .3s linear;
  transition: border-color .3s linear;
}

.radio-g label:hover {
  border-color: #cccccc;
}

.radio-g label:hover .radio-g__text {
  color: #3b3b3b;
  cursor: pointer;
}

.radio-g label .radio-g__box {
  float: left;
  margin: 4px 10px 0 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
}

.radio-g label .radio-g__text {
  display: block;
  color: gray;
  font-size: 14px;
  text-transform: none;
  line-height: 20px;
  overflow: hidden;
  cursor: text;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

@media only screen and (max-width: 767px) {
  .radio-g label .radio-g__text {
    font-size: 12px;
  }
}

.server-settings .radio-g label .radio-g__text {
  font-size: 14px;
  font-weight: 400;
}

.server-settings .radio-g label:hover .radio-g__text {
  color: #f68642;
}

.radio-g__left-col {
  float: left;
}

@media only screen and (max-width: 767px) {
  .radio-g__left-col {
    float: none;
  }
}

.radio-g__text__m {
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .radio-g__text__m {
    float: none;
    width: auto;
  }
}

.radio-g__text__p {
  float: left;
  color: #f68642;
}

.radio-g__text__p .precio {
  float: left;
  min-width: 90px;
}

@media only screen and (max-width: 767px) {
  .radio-g__text__p {
    float: none;
    margin: 0 10px 0 0;
  }
}

.del {
  color: #7e8890;
  text-decoration: line-through;
}

.radio-g__text__p-m {
  float: right;
}

.radio-g__text__p-m .precio.precio-promo {
  min-width: 75px;
  text-align: right;
  float: right;
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .radio-g__text__p-m {
    float: none;
  }
}

input:checked + label {
  color: #3b3b3b;
  border-color: #f68642 41d;
}

.select.my-select-v {
  background: white url("../img-dina/dina-icons/select-arrow-2.png") no-repeat scroll right center;
  border-color: #bcbcbc;
}

.select.my-select-v select {
  color: #6d6d9b;
  font-weight: 600;
}

.select.my-select-v select option, .select.my-select-v select option[selected] {
  border-color: #bcbcbc;
  color: #6d6d9b;
  font-weight: 600;
}

.form-control.form-control-style {
  border-color: #f68642;
}

/* SKy-Forms
------------------------------------*/
/* Buttons */
.sky-form .button {
  background: #f68642;
}

.sky-form .rating input:checked ~ label {
  color: #f68642;
}

.sky-form .message {
  color: #f68642;
}

.sky-form .message i {
  border-color: #f68642;
}

.form--register .form__list {
  padding: 46px 0 0 0 !important;
}

.form--register .form__list li {
  width: 100%;
  margin: 0;
}

.form--register .radio-g-list {
  margin: 0 0 40px 0;
}

.form--register .radio-g {
  max-width: 100%;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.global-form input[type="text"]::-moz-placeholder, .global-form input[type="email"]::-moz-placeholder, .global-form input[type="password"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.global-form.search-f label {
  color: #45455e;
  cursor: text;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 20px 0 0;
  padding: 7px 0;
  text-transform: none;
}

.global-form button[type="submit"] {
  letter-spacing: 0.05em;
}

.global-form input[type="text"], .global-form input[type="email"], .global-form input[type="password"] {
  font: 300 18px "Open Sans",sans-serif;
}

.global-form .search-f__type-text input[type="text"] {
  font: 300 24px "Open Sans",sans-serif;
  width: 100%;
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .global-form .search-f__type-text input[type="text"] {
    font-size: 18px;
  }
}

.radio-g label .radio-g__text {
  color: #a3a3a3 bb1;
}

.textarea {
  color: #45455e;
  font: 300 16px "Open Sans",sans-serif;
}

.form .form__field-list > li {
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .form .form__field-list > li {
    padding: 0;
  }
}

.form .form__field-list > li:first-child {
  padding-top: inherit;
}

.form .form__list {
  padding: 30px 0 0;
}

@media only screen and (max-width: 1199px) {
  .form .form__list {
    padding: 0 0 0;
  }
}

.checkbox-b {
  margin-bottom: 30px;
}

.form input[type="text"], .form input[type="email"], .form input[type="password"] {
  color: #7e8890;
  font: 300 18px "Open Sans",sans-serif;
}

.form label {
  color: #45455e;
  font-weight: 500;
}

.checkbox-b label .checkbox-b__text {
  color: #7e8890;
  font-size: 14px;
}

.checkbox-b {
  margin-bottom: 10px;
}

.checkbox-b label .checkbox-b__text span#WINDOWS_COUNT, .checkbox-b label .checkbox-b__text span#LINUX_COUNT {
  color: #f68642;
  float: right;
  font-size: 16px;
  font-weight: 600;
}

.form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  color: #3b3b3b;
  font: 300 14px "Open Sans",sans-serif;
  margin: 0;
  padding: 0 15px;
  transition: border-color 0.3s linear 0s;
  width: 100%;
}

.form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  color: #7e8890;
  font: 300 14px "Open Sans",sans-serif;
  min-height: 100px;
  margin: 0;
  padding: 0 15px;
  transition: border-color 0.3s linear 0s;
  width: 100%;
}

form dd {
  margin-bottom: 10px;
}

.form .precio_resume span {
  color: #45455e;
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
}

.form .precio_resume span#precioTotal {
  color: #f68642;
  margin: 0 0 0 10px;
  text-transform: none;
}

.text-area-border-left {
  border-left: 2px solid rgba(126, 136, 144, 0.25);
  border-radius: 0;
}

.form-errors {
  color: #a94442;
}

select:disabled {
  opacity: 0.4;
}

.form-group.has-error input {
  border-color: #d66f6f;
}

.form-group.has-error select {
  color: #d66f6f;
}

.form-group.has-error small {
  color: #d66f6f;
}

@media only screen and (min-width: 992px) {
  .login-form {
    margin-top: 100px;
  }
}

.login-form label {
  color: #6d6d9b;
  font-weight: 600;
}

.login-form a {
  color: #f68642;
}

.login-form .tabs-nav {
  margin: 0 !important;
}

.login-form .tabs-nav li {
  background-color: #fff;
}

.login-form .tab-content {
  background-color: #fff;
  padding: 20px;
}

.tabs-blancas .tabs-nav li {
  margin-bottom: 0 !important;
}

.tabs-blancas .tabs-nav li a {
  border-left: 0 !important;
  border-right: 0 !important;
}

.tabs-blancas .tabs-nav li.active {
  background-color: #fff;
}

.tabs-blancas .tab-content {
  background-color: #fff;
  padding: 20px;
}

.tabs-blancas .indent-bt-big {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
  .tabs-blancas .indent-bt-big {
    padding-left: 20px !important;
  }
}

#resumen {
  border: 1px solid #bcbcbc;
  padding: 10px;
}

#resumen .support-b {
  text-align: center;
}

#resumen .support-b ul {
  display: inline-flex;
  justify-content: center;
}

.demo-gomobi {
  display: inline-block;
  width: 76%;
  max-width: 554px;
}

.demo-gomobi input {
  position: relative;
  top: 9px;
  height: 48px;
}

.demo-gomobi button {
  position: relative;
  width: 200px;
  height: 48px;
  overflow: hidden;
  top: 9px;
  z-index: 3 !important;
}

/*--------------------------------------------------
	[4. Block Grid]
----------------------------------------------------*/
/*Block Grid v1
------------------------------------*/
.block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #ededed;
  transition: all 0.4s ease-in-out;
}

.block-grid-v1:hover {
  border-color: #9fd66f;
}

.block-grid-v1 img {
  margin-bottom: 10px;
}

.block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}

.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}

.block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0;
}

.block-grid-v1.content-boxes-v1 h3 a {
  color: #3b3b3b;
}

.block-grid-v1 .star-vote {
  padding: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}

.block-grid-v1 .star-vote li {
  padding: 0;
  font-size: 11px;
  display: inline-block;
}

/*Star Vote*/
/*Additional Info*/
.block-grid-v1-add-info {
  margin: 0;
  padding-top: 15px;
  border-top: solid 1px #ededed;
}

.block-grid-v1-add-info li {
  padding: 0;
  margin-right: 3px;
  margin-bottom: 10px;
}

.block-grid-v1-add-info li a {
  font-size: 11px;
  padding: 4px 7px;
  text-decoration: none;
  border: solid 2px #ededed;
  border-radius: 3px !important;
}

/*Block Grid v2
------------------------------------*/
.block-grid-v2 {
  padding: 0;
}

.block-grid-v2 li {
  list-style: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #fafafa;
  border-bottom: solid 3px #ededed;
  transition: all 0.4s ease-in-out;
}

.block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #9fd66f;
}

.block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}

.block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}

/*
main.css
*/
/* Block Grid v1
------------------------------------*/
.block-grid-v1:hover, .block-grid-v2 li:hover .block-grid-v2-info {
  border-color: #f68642;
}

/* Block Grid v2
------------------------------------*/
/*--------------------------------------------------
	[23. Team Social]
----------------------------------------------------*/
.social-icons-v1 i {
  color: #3b3b3b;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  background: #fafafa;
  display: inline-block;
}

.social-icons-v1 i:hover {
  color: #fff;
  background: #9fd66f;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.social-icons-v1--dark i {
  color: #fff;
  background: #333333;
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
  width: 25%;
  float: left;
  height: 90px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 -1px -1px 0;
  word-wrap: break-word;
  border: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .line-icon-page .item-box {
    height: 115px;
  }
}

.line-icon-page .item-box--higher {
  height: 120px;
}

.line-icon-page .item-box:hover {
  background: #fafafa;
}

.line-icon-page .item span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.line-icon-page .item:hover {
  color: #9fd66f;
}

/*Line Icon Page
------------------------------------*/
.icon-page-fa {
  margin-bottom: 20px;
}

.icon-page-fa .item-box {
  float: left;
  height: 100px;
  width: 16% !important;
}

@media only screen and (max-width: 767px) {
  .icon-page-fa .item-box {
    width: 20% !important;
  }
}

.icon-page-fa .item {
  font-size: 12px;
}

.icon-page-fa .item i {
  color: #3b3b3b;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.bs-glyphicons li {
  width: 25%;
  float: left;
  height: 115px;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  margin: 0 -1px -1px 0;
  border: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}

.bs-glyphicons .glyphicon {
  display: block;
  font-size: 18px;
  margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
  color: #9fd66f;
  background-color: #fafafa;
}

/*Glyphicons Pro*/
.demo-pro-glyphicons li {
  width: 170px;
  height: 100px;
  padding: 20px 10px 30px;
}

.demo-pro-glyphicons span {
  height: 40px;
  display: block;
}

.demo-pro-glyphicons span:before {
  color: #3b3b3b;
  padding: 10px 62px;
}

.demo-pro-glyphicons span.glyphicons:before {
  font-size: 22px;
}

.demo-pro-glyphicons span.halflings {
  height: 30px;
}

.demo-pro-glyphicons span.halflings:before {
  padding: 10px 70px;
}

/*Glyphicons Pro Halflings*/
.rates-icon {
  display: inline-block;
  margin: 0 0 30px;
  width: 110px;
  height: 110px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
  border-radius: 100%;
}

.rates-icon.mail-i {
  background-image: url(../img-dina/dina-icons/mail-i.png);
}

.rates-icon.chat-i {
  background-image: url(../img-dina/dina-icons/chat-i2.png);
}

.rates-icon.home-i {
  background-image: url(../img-dina/dina-icons/home-i.png);
}

.rates-icon.hosting-i {
  background-image: url(../img-dina/dina-icons/hosting-i.png);
}

.rates-icon.vps-i {
  background-image: url(../img-dina/dina-icons/vps-i.png);
}

.rates-icon.disk-i {
  background-image: url(../img-dina/dina-icons/disk-i.png);
}

.rates-icon.coupon-i {
  background-image: url(../img-dina/dina-icons/cup-i.png);
}

.rates-icon.coupon-i_m {
  background-image: url(../img-dina/dina-icons/cup-i2.png);
}

.rates-icon.coupon-i_b {
  background-image: url(../img-dina/dina-icons/cup-i3.png);
}

.rates-icon.hat-i {
  background-image: url(../img-dina/dina-icons/hat-i.png);
}

.rates-icon.coupon-200 {
  background-image: url("../img-dina/iconos/bono_200.png");
}

.rates-icon.coupon-500 {
  background-image: url("../img-dina/iconos/bono_500.png");
}

.rates-icon.coupon-1000 {
  background-image: url("../img-dina/iconos/bono_1000.png");
}

.payment-icons {
  display: inline-block;
  margin: 0;
  padding: 25px 0 0;
  width: 100%;
  vertical-align: top;
}

.payment-icons li {
  float: left;
  margin: 0 0 0 13px;
  list-style-type: none;
}

.payment-icons li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .payment-icons {
    padding: 0;
  }
}

.rates-icon {
  display: inline-block;
  margin: 0 0 30px;
  width: 110px;
  height: 110px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
  border-radius: 100%;
}

.rates-icon.mail-i {
  background-image: url(../img-dina/dina-icons/mail-i.png);
}

.rates-icon.chat-i {
  background-image: url(../img-dina/dina-icons/chat-i2.png);
}

.rates-icon.home-i {
  background-image: url(../img-dina/dina-icons/home-i.png);
}

.rates-icon.hosting-i {
  background-image: url(../img-dina/dina-icons/hosting-i.png);
}

.rates-icon.vps-i {
  background-image: url(../img-dina/dina-icons/vps-i.png);
}

.rates-icon.disk-i {
  background-image: url(../img-dina/dina-icons/disk-i.png);
}

.rates-icon.coupon-i {
  background-image: url(../img-dina/dina-icons/cup-i.png);
}

.rates-icon.coupon-i_m {
  background-image: url(../img-dina/dina-icons/cup-i2.png);
}

.rates-icon.coupon-i_b {
  background-image: url(../img-dina/dina-icons/cup-i3.png);
}

.rates-icon.hat-i {
  background-image: url(../img-dina/dina-icons/hat-i.png);
}

.server-settings__icon {
  float: left;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
  border-radius: 100%;
}

.server-settings__icon.calendar-i {
  background-image: url(../img-dina/dina-icons/calendar-i.png);
}

.server-settings__icon.penguin-i {
  background-image: url(../img-dina/dina-icons/penguin-i.png);
}

.server-settings__icon.license-i {
  background-image: url(../img-dina/dina-icons/license-i.png);
}

.server-settings__icon.ram-i {
  background-image: url(../img-dina/dina-icons/ram-i.png);
}

.server-settings__icon.chat-i {
  background-image: url(../img-dina/dina-icons/chat-i4.png);
}

@media only screen and (max-width: 767px) {
  .server-settings__icon {
    float: none;
    display: inline-block;
    margin: 0 0 30px;
    vertical-align: top;
  }
}

/*Social Icons*/
.social-icons {
  margin-top: 5px;
}

.social-icons li {
  margin: 0;
}

.social-icons li a {
  margin: 0 3px;
}

.fa-icon-color {
  color: #f68642;
  font-weight: bold;
  font-size: 18px;
}

.spec-icon {
  position: relative;
  left: -2px;
  top: 3px;
  font-size: 22px;
  cursor: auto;
}

.menu-icons-list a.nav-link:hover {
  color: #f68642;
}

/* Icons Page
------------------------------------*/
/* Glyphicons */
.glyphicons-demo a:hover {
  color: #f68642;
  text-decoration: none;
}

/* Social Icons
------------------------------------*/
.social-icons-v1 i:hover {
  color: #fff;
  background: #f68642;
}

/* Font Awesome Icon Page Style */
.fa-icons li:hover {
  color: #f68642;
}

.fa-icons li:hover i {
  background: #f68642;
}

/* GLYPHICONS Icons Page Style */
.bs-glyphicons li:hover {
  color: #f68642;
}

/* Icons
------------------------------------*/
/* Icon Link*/
.link-icon:hover i {
  color: #f68642;
  border: solid 1px #f68642;
}

.link-bg-icon:hover i {
  color: #f68642;
  background: #f68642 !important;
  border-color: #f68642;
}

/* Icons Backgroun Color
------------------------------------*/
i.icon-color-u {
  color: #f68642;
  border: solid 1px #f68642;
}

i.icon-bg-u {
  background: #f68642;
}

/* Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
  color: #f68642;
}

/* Iconos personalizados
------------------------------------*/
.ic {
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 60px;
  margin-bottom: 0;
  width: 60px;
}

.icn_30 {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

@media only screen and (max-width: 767px) {
  .icn_30 {
    margin-bottom: 30px;
  }
}

.icn_40 {
  background-size: 40px 40px;
}

@media only screen and (max-width: 767px) {
  .icn_40 {
    margin-bottom: 40px;
  }
}

.icn_small {
  background-size: 20px 20px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

.icn_support {
  background-size: 40px 40px;
}

.ic_patrocinios {
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 50px;
  margin-bottom: 0;
  margin-top: 10px;
  width: 50px;
}

.ic_margin_right {
  margin-right: 8px;
}

.icn_alojamiento_escalable {
  background-image: url("../img-dina/iconos/alojamiento_escalable.png");
}

.icn_api {
  background-image: url("../img-dina/iconos/api.png");
}

.icn_api_patrocinios {
  background-image: url("../img-dina/iconos/api_patrocinios.png");
  background-size: 40px 40px;
}

.icn_app_escritorio {
  background-image: url("../img-dina/iconos/app_escritorio.png");
}

.icn_autoescalador {
  background-image: url("../img-dina/iconos/autoescalador.png");
}

.icn_backup {
  background-image: url("../img-dina/iconos/backup.png");
}

.icn_bases_datos {
  background-image: url("../img-dina/iconos/bases_datos.png");
}

.icn_bono_1000 {
  background-image: url("../img-dina/iconos/bono_1000.png");
}

.icn_bono_200 {
  background-image: url("../img-dina/iconos/bono_200.png");
}

.icn_bono_500 {
  background-image: url("../img-dina/iconos/bono_500.png");
}

.icn_brujula {
  background-image: url("../img-dina/iconos/brujula.png");
}

.icn_calidad {
  background-image: url("../img-dina/iconos/calidad.png");
}

.icn_calidad_2 {
  background-image: url("../img-dina/iconos/calidad_2.png");
}

.icn_cdn {
  background-image: url("../img-dina/iconos/cdn.png");
}

.icn_chat {
  background-image: url("../img-dina/iconos/chat.png");
}

.icn_chat_pointers {
  background-image: url("../img-dina/iconos/chat-pointers.png");
}

.icn_chat_pointers_dark {
  background-image: url("../img-dina/iconos/oscuros/chat-pointers.png");
}

.icn_cloud {
  background-image: url("../img-dina/iconos/cloud.png");
}

.icn_cloudsuite {
  background-image: url("../img-dina/iconos/cloudsuite.png");
}

.icn_cloud_programe {
  background-image: url("../img-dina/iconos/cloud_programe.png");
}

.icn_codigo {
  background-image: url("../img-dina/iconos/codigo.png");
}

.icn_codigo_patrocinios {
  background-image: url("../img-dina/iconos/codigo_patrocinios.png");
  background-size: 40px 40px;
}

.icn_contactos {
  background-image: url("../img-dina/iconos/contactos.png");
}

.icn_contratacion {
  background-image: url("../img-dina/iconos/contratacion.png");
}

.icn_cookies {
  background-image: url("../img-dina/iconos/cookies.png");
}

.icn_cookies_avanzado {
  background-image: url("../img-dina/iconos/cookies_avanzado.png");
}

.icn_dedicados {
  background-image: url("../img-dina/iconos/dedicados.png");
}

.icn_demos {
  background-image: url("../img-dina/iconos/demos.png");
}

.icn_demos_patrocinios {
  background-image: url("../img-dina/iconos/demos_patrocinios.png");
  background-size: 40px 40px;
}

.icn_desarrollo {
  background-image: url("../img-dina/iconos/desarrollo.png");
}

.icn_estadistica {
  background-image: url("../img-dina/iconos/estadistica.png");
}

.icn_evolucion {
  background-image: url("../img-dina/iconos/evolucion.png");
}

.icn_funciona_asi {
  background-image: url("../img-dina/iconos/funciona_asi.png");
}

.icn_gestion_dns {
  background-image: url("../img-dina/iconos/gestion_dns.png");
}

.icn_hablamos {
  background-image: url("../img-dina/iconos/hablamos.png");
}

.icn_hablamos_2 {
  background-image: url("../img-dina/iconos/hablamos_2.png");
}

.icn_housing {
  background-image: url("../img-dina/iconos/housing.png");
}

.icn_ideas {
  background-image: url("../img-dina/iconos/ideas.png");
}

.icn_imagen_negocio {
  background-image: url("../img-dina/iconos/imagen_negocio.png");
}

.icn_infraestructura {
  background-image: url("../img-dina/iconos/infraestructura.png");
}

.icn_ingresos {
  background-image: url("../img-dina/iconos/ingresos.png");
}

.icn_ipv6 {
  background-image: url("../img-dina/iconos/ipv6.png");
}

.icn_kvm {
  background-image: url("../img-dina/iconos/kvm.png");
}

.icn_legal_blog {
  background-image: url("../img-dina/iconos/legal_blog.png");
}

.icn_legal_web {
  background-image: url("../img-dina/iconos/legal_web.png");
}

.icn_legal_cookies {
  background-image: url("../img-dina/iconos/legal_cookies.png");
}

.icn_legal_cookies_avanzado {
  background-image: url("../img-dina/iconos/legal_cookies_avanzado.png");
}

.icn_legal_asesoria_juridica {
  background-image: url("../img-dina/iconos/legal_asesoria_juridica.png");
}

.icn_listado {
  background-image: url("../img-dina/iconos/listado.txt");
}

.icn_manos_remotas {
  background-image: url("../img-dina/iconos/manos_remotas.png");
}

.icn_marca_blanca {
  background-image: url("../img-dina/iconos/marca_blanca.png");
}

.icn_mas_espacio {
  background-image: url("../img-dina/iconos/mas_espacio.png");
}

.icn_megafono_dark {
  background-image: url("../img-dina/iconos/oscuros/megafono.png");
}

.icn_modelos_documentos {
  background-image: url("../img-dina/iconos/modelos_documentos.png");
}

.icn_mysql {
  background-image: url("../img-dina/iconos/mysql.png");
}

.icn_panel {
  background-image: url("../img-dina/iconos/panel.png");
}

.icn_parking {
  background-image: url("../img-dina/iconos/parking.png");
}

.icn_potencia {
  background-image: url("../img-dina/iconos/potencia.png");
}

.icn_potencia_2 {
  background-image: url("../img-dina/iconos/potencia_2.png");
}

.icn_productividad {
  background-image: url("../img-dina/iconos/productividad.png");
}

.icn_recambio {
  background-image: url("../img-dina/iconos/recambio.png");
}

.icn_redimensiones {
  background-image: url("../img-dina/iconos/redimensiones.png");
}

.icn_seguranza {
  background-image: url("../img-dina/iconos/seguranza.png");
}

.icn_sms_100 {
  background-image: url("../img-dina/iconos/sms_100.png");
}

.icn_sms_1000 {
  background-image: url("../img-dina/iconos/sms_1000.png");
}

.icn_sms_20000 {
  background-image: url("../img-dina/iconos/sms_20000.png");
}

.icn_sms_50 {
  background-image: url("../img-dina/iconos/sms_50.png");
}

.icn_sms_5000 {
  background-image: url("../img-dina/iconos/sms_5000.png");
}

.icn_sobre_dark {
  background-image: url("../img-dina/iconos/oscuros/sobre.png");
}

.icn_soporte {
  background-image: url("../img-dina/iconos/soporte.png");
}

.icn_soporte_2 {
  background-image: url("../img-dina/iconos/soporte_2.png");
}

.icn_subred {
  background-image: url("../img-dina/iconos/subred.png");
}

.icn_telefono_dark {
  background-image: url("../img-dina/iconos/oscuros/telefono.png");
}

.icn_teu_certificado {
  background-image: url("../img-dina/iconos/teu_certificado.png");
}

.icn_te_escuchamos {
  background-image: url("../img-dina/iconos/te_escuchamos.png");
}

.icn_tienda_online {
  background-image: url("../img-dina/iconos/tienda_online.png");
}

.icn_todo_a_mano {
  background-image: url("../img-dina/iconos/todo_a_mano.png");
}

.icn_todo_a_mano_patrocinios {
  background-image: url("../img-dina/iconos/todo_a_mano_patrocinios.png");
  background-size: 40px 40px;
}

.icn_todo_incluido {
  background-image: url("../img-dina/iconos/todo_incluido.png");
}

.icn_transferencia {
  background-image: url("../img-dina/iconos/transferencia.png");
}

.icn_visita {
  background-image: url("../img-dina/iconos/visita.png");
}

.icn_vps {
  background-image: url("../img-dina/iconos/vps.png");
}

.icn_webmail {
  background-image: url("../img-dina/iconos/webmail.png");
}

.icn_cruz {
  background-image: url("../img-dina/iconos/cruz.png");
}

.icn_tick {
  background-image: url("../img-dina/iconos/tick.png");
}

.line_icn {
  float: left;
  font-size: 30px;
  line-height: 1.4;
  margin-right: 5px;
  margin-top: 0;
  opacity: 0.6;
}

.ic_tras {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  height: 67px;
  width: 67px;
}

.ic_tras-01 {
  background-image: url("../img-dina/iconos/pasos_traslados_01.jpg");
}

.ic_tras-02 {
  background-image: url("../img-dina/iconos/pasos_traslados_02.jpg");
}

.ic_tras-03 {
  background-image: url("../img-dina/iconos/pasos_traslados_03.jpg");
}

/*--------------------------------------------------
	[3. Image Hover Effects]
----------------------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.img-hover-v1:hover span:after {
  background: rgba(0, 0, 0, 0.3);
}

.img-hover-v1 img {
  transition: all 0.5s ease-in-out;
}

.img-hover-v2 img {
  transition: all 0.5s ease-in-out;
}

.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
}

.img-hover-v1:hover img {
  -transform: scale(1.1);
}

/*Image Hover v2*/
.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*--------------------------------------------------
	[12. Thumbnail]
----------------------------------------------------*/
/*Thumbnail v1
------------------------------------*/
.thumbnails-v1 .thumbnail-img {
  margin-bottom: 12px;
}

.thumbnails-v1 h3 {
  margin-bottom: 5px;
}

.thumbnails-v1 h3 a {
  color: #3b3b3b;
  font-size: 15px;
  text-transform: uppercase;
}

.thumbnails-v1 .read-more {
  color: #9fd66f;
  font-size: 12px;
  text-transform: uppercase;
}

/*--------------------------------------------------
	[13. Image Backgrounds]
----------------------------------------------------*/
/* Image Backgrounds v1
------------------------------------*/
.bg-image-v1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  /*background: url("/moura/img-dina/contenido/parallax/ven-dh.jpg") repeat fixed;*/
  background-size: cover;
  margin-bottom: 25px;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

/*Image Backgrounds v2
------------------------------------*/
.bg-image-v2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/7.jpg) repeat fixed;
}

.bg-image-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

/*Background Dark Cover*/
.bg-image-v2-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.bg-image-v2-dark h2, .bg-image-v2-dark p {
  color: #ededed !important;
}

/*--------------------------------------------------
	[17. Flat Background Block]
----------------------------------------------------*/
.flat-bg-block-v1 {
  padding: 40px 0;
  background: url(../img/patterns/16.png) repeat;
}

.flat-bg-block-v1 .checked-list.first-child {
  float: left;
  margin-right: 100px;
}

.flat-bg-block-v1 .checked-list li {
  color: #878787;
  margin-bottom: 5px;
}

.flat-bg-block-v1 .checked-list i {
  color: #9fd66f;
  margin-right: 5px;
}

.flat-bg-block-v1 img.img-over {
  top: -70px;
  right: 10px;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flat-bg-block-v1 img.img-over {
    top: -18px;
  }
}

@media only screen and (max-width: 991px) {
  .flat-bg-block-v1 img.img-over {
    position: static;
  }
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}

.thumbnail-style {
  padding: 7px;
  margin-bottom: 20px;
}

.thumbnail-style:hover {
  box-shadow: 0 0 8px #e0e0e0;
  transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3, .thumbnail-style h3 {
  margin: 6px 0 8px 0;
}

.thumbnail h3 a, .thumbnail-style h3 a {
  color: #7e8890;
  font-size: 18px;
}

.thumbnail h3 a:hover {
  color: #9fd66f;
  text-decoration: none;
}

.thumbnail-style h3 a:hover {
  color: #9fd66f;
  text-decoration: none;
}

.thumbnail-style .thumbnail-img {
  position: relative;
  margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
  right: -10px;
  bottom: 10px;
  color: #fff;
  padding: 1px 6px;
  position: absolute;
  background: #9fd66f;
  display: inline-block;
}

.thumbnail-style a.btn-more:hover {
  text-decoration: none;
  box-shadow: 0 0 0 2px #9fd66f;
}

.thumbnail-style:hover a.btn-more {
  right: 10px;
}

.thumbnail-kenburn img {
  left: 10px;
  margin-left: -10px;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.thumbnail-kenburn:hover img {
  transform: scale(1.2) rotate(2deg);
}

/*
main.css
*/
.thumbnail-style ul.team-socail {
  text-align: center;
}

.thumbnail-style ul.team-socail li a i.social-icon-i {
  display: inline-block;
  font-size: 18px;
  padding: 6px 7px;
  min-width: 30px;
  text-align: center;
  background: #fafafa;
}

.thumbnail-style h3.team-head {
  margin-top: 8px;
}

/* Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
  color: #f68642;
}

.thumbnail-style a.btn-more {
  background: #f68642;
}

.thumbnail-style a.btn-more:hover {
  box-shadow: 0 0 0 2px #f68642;
}

/*Image Hover
------------------------------------*/
/* Image-hover */
#effect-2 figure .img-hover {
  background: #f68642;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
  border-left: solid 1px #ededed;
}

@media only screen and (max-width: 991px) {
  .badge-sidebar {
    border-left: none;
  }
}

/*Easy Block (used for image badges)
------------------------------------*/
.easy-block-v1 {
  position: relative;
}

.easy-block-v1 img {
  width: 100%;
}

.easy-block-v1 .overflow-h h3 {
  width: 60%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
  left: 0px;
  top: 10px;
  z-index: 1;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
}

/*Easy Block v2 (used for image badges)
------------------------------------*/
.easy-block-v2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.easy-block-v2 img {
  width: 100%;
}

.easy-block-v2 .easy-bg-v2 {
  top: 5px;
  color: #fff;
  width: 100px;
  padding: 5px;
  right: -32px;
  font-size: 13px;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  transform: rotate(45deg);
}

/*Easy Block v3 (used for image badges)
------------------------------------*/
.easy-block-v3 {
  text-align: left;
  background: #7e8890;
  padding: 30px 20px 20px;
}

.easy-block-v3.first {
  background: #7e8890;
}

.easy-block-v3.second {
  background: #7e8890;
}

.easy-block-v3.third {
  background: #878787;
}

.easy-block-v3 i {
  color: #fff;
  float: left;
  font-size: 30px;
  min-width: 45px;
  padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
  overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2, .easy-block-v3 .inner-faq-b h3, .easy-block-v3 .inner-faq-b p {
  color: #fff;
}

.link-wrap {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  text-align: right;
  width: 95%;
}

span.link {
  color: #f68642;
}

.link {
  color: #f68642;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.link:hover {
  color: #f68642;
}

.link i {
  position: relative;
  top: 1px;
  font-size: 18px;
}

.link i.indent-left {
  margin: 0 10px 0 0;
}

.link i.indent-right {
  margin: 0 0 0 10px;
}

.f-link {
  display: inline-block;
  vertical-align: top;
  color: #9e9e9e;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}

.f-link:hover {
  color: #9e9e9e;
  text-decoration: none;
}

.f-link:before {
  display: inline-block;
  margin: -2px 10px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #9e9e9e;
  background: url(../img-dina/dina-icons/f-link-i.png) no-repeat center;
  border-radius: 100%;
  content: "";
}

/*
main.css
*/
.link-a {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.42857143;
  width: 100%;
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 400;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.link {
  color: #f68642;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.link i.indent-right {
  margin: 0 0 0 5px;
}

.link-blanco {
  color: #fff;
}

.link-blanco:hover {
  color: #f68642;
}

/**=================================================================================================================
                                                    jblanco
===================================================================================================================**/
@media only screen and (max-width: 991px) {
  .link-xs {
    font-size: 16px;
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .link-xs.with-m-top {
    font-size: 16px;
    padding: 20px 20px 20px 0;
    margin-top: 20px;
  }
}

.system-list {
  overflow: hidden;
}

.system-list > ul {
  margin: -100px -50px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.system-list > ul > li {
  display: inline-block;
  margin: 100px 0 0;
  padding: 0 50px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .system-list > ul > li {
    margin: 30px 0 0;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .system-list > ul > li {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .system-list > ul {
    margin: -30px -15px 0;
  }
}

.system-list__icon {
  margin: 0 0 20px;
}

.system-list h3 {
  margin: 0 0 15px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.system-list__rating {
  display: inline-block;
  margin: 0 0 25px;
  width: 100%;
  vertical-align: top;
}

.system-list p {
  min-height: 58px;
}

.system-list__rating span {
  float: left;
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 24px;
}

.system-list__bottom-panel {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.system-list__bottom-panel__left-col {
  float: left;
}

@media only screen and (max-width: 767px) {
  .system-list__bottom-panel__left-col {
    float: none;
  }
}

.system-list .btn {
  padding: 10px 15px;
  font-size: 14px;
}

.system-list__bottom-panel__right-col {
  float: right;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .system-list__bottom-panel__right-col {
    float: none;
  }
}

.filter-list {
  margin: 0 0 40px;
  font-size: 13px;
  padding: 0;
}

.filter-list > li {
  padding: 50px 0 0;
  list-style-type: none;
}

.filter-list > li:first-child {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .filter-list > li {
    padding: 30px 0 0;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .filter-list h3 {
    font-size: 14px;
  }
}

.filter-list__top-panel {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 60px 0 0;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .filter-list__top-panel {
    padding: 0;
  }
}

.filter-list__top-panel__left-col {
  float: left;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .filter-list__top-panel__left-col {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.filter-list__top-panel__right-col {
  float: right;
  width: 30%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .filter-list__top-panel__right-col {
    float: none;
    width: 100%;
    text-align: left;
  }
}

.filter-list__value {
  display: block;
  color: #f68642;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .filter-list__value {
    font-size: 14px;
  }
}

.filter-list__top-panel h3 {
  margin: 0;
}

.slider-wrap {
  position: relative;
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .slider-wrap {
    padding: 0;
  }
}

.filter-list__text {
  position: absolute;
  display: block;
  top: 6px;
  right: 0;
  color: #9e9e9e;
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .filter-list__text {
    display: none;
  }
}

.filter-list .slider-list {
  padding: 0;
}

.filter-list .slider-list.modified li:nth-last-child(2n):before {
  height: 8px;
}

.filter-list__switch {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.filter-list__switch li {
  float: left;
  list-style-type: none;
}

.filter-list__switch input {
  display: none;
}

.filter-list__switch label {
  display: block;
  margin: 0;
  padding: 0;
  color: #9e9e9e;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: text;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .filter-list__switch label {
    font-size: 14px;
  }
}

.filter-list__switch__box {
  position: relative;
  display: inline-block;
  margin: -3px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: whitesmoke;
  cursor: pointer;
}

.filter-list__switch input:checked + label {
  color: #f68642;
}

.filter-list__switch input:checked + label .filter-list__switch__box {
  background: #f68642;
}

.filter-list__switch input:checked + label .filter-list__switch__box:before {
  position: absolute;
  display: block;
  margin: -2px 0 0 -2px;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 21;
  content: "";
}

.filter-list__switch__box:after {
  position: absolute;
  display: block;
  top: -4px;
  right: -12px;
  border: 8px solid transparent;
  border-left: 16px solid #f68642;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 20;
  opacity: 0;
  content: "";
}

.filter-list__switch input:checked + label .filter-list__switch__box:after {
  opacity: 1;
}

.filter-list__switch li:first-child .filter-list__switch__box {
  margin-left: 10px;
  border-radius: 3px 0 0 3px;
}

.filter-list__switch li:last-child .filter-list__switch__box {
  margin-right: 10px;
  border-radius: 0 3px 3px 0;
}

.filter-list__switch li:last-child .filter-list__switch__box:after {
  right: auto;
  left: -12px;
}

.par-list {
  margin: 0 -10px 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.par-list li {
  display: inline-block;
  padding: 0 10px;
  width: 25%;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .par-list li {
    margin: 0 0 30px;
    width: 50%;
  }
}

.par-list__icon {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}

.par-list__icon.ram-i {
  background-image: url(../img-dina/dina-icons/ram-i2.png);
}

.par-list__icon.ssd-i {
  background-image: url(../img-dina/dina-icons/ssd-i.png);
}

.par-list__icon.cores-i {
  background-image: url(../img-dina/dina-icons/cores-i.png);
}

.par-list__icon.raid-i {
  background-image: url(../img-dina/dina-icons/raid-i.png);
}

.par-list__icon span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  background: #f68642;
}

.par-list__text {
  display: block;
  color: #f68642;
  font-size: 14px;
}

.par-list {
  margin: 0 -10px 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.par-list li {
  display: inline-block;
  padding: 0 10px;
  width: 25%;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.par-list__icon {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  width: 70px;
  height: 70px;
  vertical-align: top;
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}

.par-list__icon.ram-i {
  background-image: url(../img-dina/dina-icons/ram-i2.png);
}

.par-list__icon.ssd-i {
  background-image: url(../img-dina/dina-icons/disco.svg);
}

.par-list__icon.transferencia-i {
  background-image: url(../img-dina/dina-icons/transferencia.svg);
}

.par-list__icon.correo-i {
  background-image: url(../img-dina/dina-icons/correo.svg);
}

.par-list__icon.cores-i {
  background-image: url(../img-dina/dina-icons/cores-i.png);
}

.par-list__icon.raid-i {
  background-image: url(../img-dina/dina-icons/raid-i.png);
}

.par-list__icon.apps-i {
  background-image: url(../img-dina/dina-icons/apps.svg);
}

.par-list__icon span {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  background: #f68642;
}

.par-list__icon.resumen-size {
  background-size: 70px 70px;
  background-position: 0 -2px;
}

.par-list__text {
  display: block;
  color: #f68642;
  font-size: 14px;
}

.social-list {
  margin: 0;
  padding: 0;
}

.social-list li {
  float: left;
  margin: 0 0 0 24px;
  list-style-type: none;
}

.social-list li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .social-list li {
    margin: 0;
    padding: 0;
    width: 15%;
    text-align: center;
    position: relative;
    left: 60px;
  }
}

.social-list a {
  display: inline-block;
  width: 76px;
  height: 76px;
  vertical-align: top;
  color: #f68642;
  font-size: 30px;
  text-transform: none;
  text-align: center;
  line-height: 76px;
  background: #fafafa;
  border-radius: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.social-list a:hover {
  color: #f68642 963;
  background: #f7f7f7;
}

.list-contact li a {
  font-size: 14px;
}

.list-contact i.contact-icon {
  font-size: 18px;
}

.servis-list i.contact-icon {
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 26px;
  margin-right: 10px;
  margin-top: 6px;
}

.servis-list li {
  line-height: 20px;
  padding-top: 10px;
}

.servis-list p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
}

/* List v1
------------------------------------*/
.lists-v1 i {
  background: #f68642;
}

/* List v2
------------------------------------*/
.lists-v2 i {
  color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.container .system-list h4 {
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

.container .system-list__item p {
  font-size: 14px;
}

.system-list > ul {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.system-list > ul > li {
  margin: 20px 0 0;
}

.filter-list__text, .filter-list__switch label {
  color: #7e8890;
}

.filter-list__switch label, .server-settings .filter-list h3 {
  color: #45455e;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .filter-list__switch label, .server-settings .filter-list h3 {
    font-size: 13px;
  }
}

.filter-list__switch label span.filter-list__switch__box, .server-settings .filter-list h3 span.filter-list__switch__box {
  font-size: 18px;
}

.steps-list__item_tra {
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.steps-list__number_tra {
  background: #fafafa none repeat scroll 0 0;
  border-radius: 100%;
  color: #7e8890;
  display: block;
  font-size: 23px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  text-align: center;
  width: 50px;
}

.steps-list__item_tra h3 {
  color: #f68642;
  font-size: 20px;
  font-weight: 500;
}

.steps-list__item_tra p {
  color: #7e8890;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0;
  text-align: center;
}

.base-list-item {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 10px 10px;
  text-align: left;
  list-style-type: none;
}

.compare-list li {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 10px 10px;
  text-align: left;
  list-style-type: none;
}

.list_encabezado ul {
  list-style-type: none;
  color: #7e8890;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.list_encabezado ul li {
  margin: 0 0 10px;
}

.tick-list .tick-element {
  border: 1px solid #e8e8e8;
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

.tick-list .tick-element .tick-text {
  position: relative;
  top: -7px;
  left: 10px;
}

/*--------------------------------------------------
	[47. Tabs]
----------------------------------------------------*/
/*Tabs*/
.nav-tabs > li > a, .nav-pills > li > a, .nav-tabs.nav-justified > li > a {
  border-radius: 0;
}

/*Tabs v1
------------------------------------*/
.tab-v1 .nav-tabs {
  border: none;
  background: none;
  border-bottom: solid 2px #9fd66f;
}

.tab-v1 .nav-tabs a {
  font-size: 14px;
  padding: 5px 15px;
}

.tab-v1 .nav-tabs > .active > a {
  color: #fff;
  border: none;
  background: #9fd66f;
}

.tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  border: none;
  background: #9fd66f;
}

.tab-v1 .nav-tabs > li > a {
  border: none;
}

.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #9fd66f;
}

.tab-v1 .tab-content {
  padding: 10px 0;
}

.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}

/*Tabs v2
------------------------------------*/
.tab-v2 .nav-tabs {
  border-bottom: none;
}

.tab-v2 .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
}

.tab-v2 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #ededed;
  border-top: solid 2px #9fd66f;
  border-bottom: none !important;
}

.tab-v2 .tab-content {
  padding: 10px 16px;
  border: solid 1px #ededed;
}

/*Tabs v3
------------------------------------*/
.tab-v3 .nav-pills li a {
  color: #7a7a7a;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 3px;
  background: #fafafa;
  border: solid 1px #ededed;
}

.tab-v3 .nav-pills li a:hover {
  color: #fff;
  background: #9fd66f;
  border: solid 1px #9fd66f;
}

.tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #9fd66f;
  border: solid 1px #9fd66f;
}

.tab-v3 .nav-pills li i {
  width: 1.25em;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}

.tab-v3 .tab-content {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #ededed;
}

/*Tab v4
------------------------------------*/
.tab-v4 .tab-heading {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #333333;
}

.tab-v4 .tab-heading h2 {
  margin: 0;
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.tab-v4 .nav-tabs {
  top: 3px;
  border: none;
  float: right;
  overflow: hidden;
  position: relative;
}

.tab-v4 .nav-tabs a {
  color: #3b3b3b;
  font-size: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}

.tab-v4 .nav-tabs > .active > a {
  border: none;
  background: inherit;
}

.tab-v4 .nav-tabs > .active > a:hover, .tab-v4 .nav-tabs > .active > a:focus {
  border: none;
  background: inherit;
}

.tab-v4 .nav-tabs > li > a {
  border: none;
}

.tab-v4 .nav-tabs > li > a:hover {
  background: inherit;
}

.tab-v4 .tab-content {
  padding: 20px 0 10px;
}

/*Nav Tabs*/
/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
  border-bottom: none;
}

.tab-v5 .nav-tabs li a {
  border: none;
  font-size: 14px;
  background: none;
  padding: 9px 16px;
}

.tab-v5 .nav-tabs li.active a {
  background: #fff;
  padding: 7px 15px 9px;
  border: solid 1px #ededed;
  border-top: solid 3px #212121;
  border-bottom: none !important;
}

.tab-v5 .tab-content {
  padding: 13px;
  border: solid 1px #ededed;
}

/*Tab v6
------------------------------------*/
.tab-v6 .nav-tabs {
  border-bottom-color: #dedede;
}

.tab-v6 .nav-tabs > li {
  margin-right: 30px;
}

.tab-v6 .nav-tabs > li > a {
  border: none;
  color: #7e8890;
  padding: 6px 0;
  font-size: 18px;
  margin-right: 0;
  background: none;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
}

.tab-v6 .nav-tabs > li.active > a {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #9fd66f;
}

.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #9fd66f;
}

.tab-v6 .nav-tabs > li > a:hover {
  border-bottom: 1px solid #9fd66f;
}

.tab-v6 .nav-tabs > li > a:focus {
  border: none;
}

.tab-v6 .tab-content {
  padding: 30px 0;
}

/*--------------------------------------------------
	[51. Sidebar Menu]
----------------------------------------------------*/
/* Sidebar Menu v1
------------------------------------*/
.sidebar-nav-v1 li {
  padding: 0;
}

.sidebar-nav-v1 li a {
  display: block;
  padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
  text-decoration: none;
}

.sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
  background: #fafafa;
}

.sidebar-nav-v1 li.active ul a {
  background: #fafafa;
}

.sidebar-nav-v1 li ul a {
  color: #3b3b3b;
  font-size: 12px;
  border-top: solid 1px #e0e0e0;
  padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 > li.active {
  background: #7e8890;
  border-color: #e0e0e0;
}

.sidebar-nav-v1 > li.active:hover {
  background: #7e8890;
  border-color: #e0e0e0;
}

.sidebar-nav-v1 > li.active:focus {
  border-color: #e0e0e0;
}

.sidebar-nav-v1 > li.active > a {
  color: #fff;
}

.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
  color: #9fd66f;
}

/*Sidebar Sub Navigation*/
/*Sidebar Badges*/
.list-group-item li > .badge {
  float: right;
}

.sidebar-nav-v1 span.badge {
  margin-top: 8px;
  margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
  margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
  margin-top: 8px;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 10px;
}

/* Sidebar List Toggle
------------------------------------*/
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}

.list-toggle:after {
  top: 7px;
  right: 10px;
  color: #7a7a7a;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

/*----------------------------------------------
Cosas de custom-blocks a partir de aqui
----------------------------------------------*/
.container .dropdown.__left .dropdown-menu {
  right: 0;
  left: auto;
}

.container .dropdown-menu {
  margin: -2px 0 0 !important;
  padding: 0;
  min-width: 500px;
  border: 0 !important;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .container .dropdown-menu {
    min-width: 100%;
  }
}

.dropdown-unlimited {
  min-width: 0 !important;
}

.container .dropdown-menu:before {
  position: absolute;
  display: block !important;
  margin: -10px 0 0;
  top: -10px;
  left: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .container .dropdown-menu:before {
    display: none !important;
  }
}

.container li:last-child .dropdown-menu:before, .container .dropdown.__left.dropdown-menu:before {
  left: 50%;
}

.container li + li + li + li .dropdown-menu:before {
  left: 30%;
}

.container .dropdown-menu:after {
  position: absolute;
  display: block !important;
  margin: -10px 0 0;
  top: -14px;
  left: 38px;
  border: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.04);
  content: "";
}

@media only screen and (max-width: 991px) {
  .container .dropdown-menu:after {
    display: none !important;
  }
}

.container li:last-child .dropdown-menu:after, .container .dropdown.__left:last-child .dropdown-menu:after {
  margin-left: -2px;
  left: 50%;
}

.container li + li + li + li .dropdown-menu:after {
  margin-left: -2px;
  left: 30%;
}

.navbar-nav > li:last-child .container .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu__col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.dropdown-menu__col-once {
  padding: 20px 25px;
  float: none;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu__col-once {
    padding: 0;
  }
}

.dropdown-menu__col-left {
  float: left;
  padding: 20px 25px;
  width: 55%;
  border-right: 1px solid #f2f2f2;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu__col-left {
    float: none;
    padding: 0;
    width: 100%;
    border: 0;
  }
}

.dropdown-menu__col-right {
  float: right;
  padding: 20px 25px;
  width: 45%;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu__col-right {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.container .dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.container .dropdown-menu ul li {
  padding: 20px 0 0;
  font-size: 14px;
  list-style-type: none;
}

.container .dropdown-menu ul li:first-child {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .container .dropdown-menu ul li {
    padding: 0;
  }
}

.container .dropdown-menu ul a {
  padding: 0;
  color: #9e9e9e;
  font-size: 14px;
  text-transform: none;
}

.container .dropdown-menu ul a:hover {
  color: #f68642;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .container .dropdown-menu ul a {
    display: block;
    padding: 10px;
  }
}

.dropdown-menu__bottom-panel {
  padding: 20px 25px;
  background: url(../img-dina/dina-icons/pr-i.png) no-repeat -5px center #f68642;
}

@media only screen and (max-width: 767px) {
  .dropdown-menu__bottom-panel {
    padding: 10px;
  }
}

.container .dropdown-menu__bottom-panel p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
}

.dropdown-menu__bottom-panel p span {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 24px;
}

.global-tabs > .tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
}

.global-tabs > .tab-content > .tab-pane {
  padding: 0 0 50px;
}

.global-tabs > .tabs-nav > li {
  display: inline-block;
  padding: 0 17px;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.global-tabs > .tabs-nav > li > a {
  color: #9e9e9e;
}

.global-tabs > .tabs-nav > li > a:hover {
  color: #f68642;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tabs-nav > li > a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tabs-nav > li > a {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #f68642;
  }
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tabs-nav > li:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .global-tabs > .tabs-nav > li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tabs-nav > li {
    display: block;
    margin: 0 0 15px;
    padding: 0;
  }
}

.global-tabs > .tabs-nav > .active > a {
  color: #f68642;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tabs-nav > .active > a {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .global-tabs > .tab-content > .tab-pane {
    padding: 0 0 30px;
  }
}

.global-tabs .border-bt {
  padding: 0 0 35px;
  border-bottom: 1px solid #cccccc;
}

.global-tabs h3 {
  margin: 0 0 20px;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.container .global-tabs h3 {
  margin: 0 0 20px;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.global-tabs p {
  margin: 0 0 20px;
}

.content-tabs .tabs-nav {
  display: inline-block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.content-tabs .tabs-nav li {
  position: relative;
  float: left;
  margin: 0 2px 0 0;
  list-style-type: none;
}

.content-tabs .tabs-nav li a {
  display: block;
  padding: 3px 28px 0;
  color: #9e9e9e;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 48px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.content-tabs .tabs-nav li a:hover {
  color: #f68642;
  text-decoration: none;
  border-color: #e8e8e8;
}

.content-tabs .tabs-nav li a:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #e8e8e8;
  opacity: 0;
  content: "";
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

@media only screen and (max-width: 767px) {
  .content-tabs .tabs-nav li a {
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #e8e8e8;
  }
}

@media only screen and (max-width: 767px) {
  .content-tabs .tabs-nav li {
    float: none;
    margin: 0 0 2px;
  }
}

.content-tabs .tabs-nav .active a {
  color: #f68642;
  border-color: #e8e8e8;
}

.content-tabs .tabs-nav .active a:before {
  background: #f68642;
  opacity: 1;
}

.content-tabs .tabs-nav li a:hover:before {
  background: #e8e8e8;
  opacity: 1;
}

.content-tabs .tabs-nav li ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar__list {
  margin: 0;
  padding: 0;
}

.sidebar__list li {
  padding: 15px 0 0;
  list-style-type: none;
}

.sidebar__list li:first-child {
  padding: 0;
}

.sidebar {
  float: right;
  width: 25%;
}

.sidebar dl {
  margin: 0;
  padding: 0;
}

.sidebar dl dt {
  margin: 0 0 25px;
  padding: 0 0 20px;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    float: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
  }
}

.content-tabs .tabs-nav.indent-bt-big {
  margin-bottom: 60px;
}

/*
main.css
*/
/*
.content-tabs .tabs-nav {
  display: inline-block;
  margin: 0 0 80px;
  padding: 0;
  width: 100%;
  vertical-align: top;

  li {
    position: relative;
    float: left;
    margin: 0 2px 0 0;
    list-style-type: none;

    a {
      display: block;
      padding: 3px 28px 0;
      color: color-mix(38);
      font-size: 14px;
      text-transform: uppercase;
      line-height: 48px;
      border-left: 1px solid color(white);
      border-right: 1px solid color(white);
      -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;

      &:hover {
        color: color(accent);
        text-decoration: none;
        border-color: color-mix(09);
      }

      &:before {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
        background: color-mix(09);
        opacity: 0;
        content: "";
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
      }

      @include mq(SM-AND-DOWN) {
        padding: 4px 14px 0;
      }
    }
  }

  .active a {
    color: color(accent);
    border-color: color-mix(09);

    &:before {
      background: color(accent);
      opacity: 1;
    }
  }

  li {
    a:hover:before {
      background: color-mix(09);
      opacity: 1;
    }

    ul {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
  }
}
*/
/*
custom-main.css
*/
.menu-icons-list a.nav-link:hover {
  color: #f68642;
}

.dropdown-menu.dropdown-with-border {
  top: 103%;
}

/*
main.css
*/
.content-tabs .tabs-nav {
  margin-bottom: 20px;
}

.menu-icons a:hover {
  text-decoration: none;
}

.dropdown-menu.dropdown-with-border {
  top: 103%;
}

/* Tabs
------------------------------------*/
/* Tabs v1 */
.tab-v1 .nav-tabs {
  border-bottom: solid 2px #f68642;
}

.tab-v1 .nav-tabs > .active > a {
  background: #f68642;
}

.tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus {
  background: #f68642;
}

.tab-v1 .nav-tabs > li > a:hover {
  background: #f68642;
}

/* Tabs v2 */
.tab-v2 .nav-tabs li.active a {
  border-top: solid 2px #f68642;
}

/* Tabs v3 */
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
  background: #f68642;
  border: solid 1px #f68642;
}

/* Tabs v6 */
.tab-v6 .nav-tabs > li.active > a {
  border-color: #f68642;
}

.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  border-color: #f68642;
}

.tab-v6 .nav-tabs > li > a:hover {
  border-bottom: 1px solid #f68642;
}

/* Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a, .sidebar-nav-v1 ul li.active a {
  color: #f68642;
}

.container .dropdown.__left .dropdown-menu {
  right: 0;
  left: auto;
}

.container .dropdown-menu {
  margin: -2px 0 0 !important;
  padding: 0;
  min-width: 500px;
  border: 0 !important;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-unlimited {
  min-width: 0 !important;
}

.container .dropdown-menu:before {
  position: absolute;
  display: block !important;
  margin: -10px 0 0;
  top: -10px;
  left: 40px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  z-index: 2;
}

.container li:last-child .dropdown-menu:before, .container .dropdown.__left.dropdown-menu:before {
  left: 50%;
}

.container li + li + li + li .dropdown-menu:before {
  left: 30%;
}

.container .dropdown-menu:after {
  position: absolute;
  display: block !important;
  margin: -10px 0 0;
  top: -14px;
  left: 38px;
  border: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.04);
  content: "";
}

.container li:last-child .dropdown-menu:after, .container .dropdown.__left:last-child .dropdown-menu:after {
  margin-left: -2px;
  left: 50%;
}

.container li + li + li + li .dropdown-menu:after {
  margin-left: -2px;
  left: 30%;
}

.navbar-nav > li:last-child .container .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu__col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.dropdown-menu__col-once {
  padding: 20px 25px;
  float: none;
}

.dropdown-menu__col-left {
  float: left;
  padding: 20px 25px;
  width: 55%;
  border-right: 1px solid #f2f2f2;
}

.dropdown-menu__col-right {
  float: right;
  padding: 20px 25px;
  width: 45%;
}

.container .dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.container .dropdown-menu ul li {
  padding: 20px 0 0;
  font-size: 14px;
  list-style-type: none;
}

.container .dropdown-menu ul li:first-child {
  padding: 0;
}

.container .dropdown-menu ul a {
  padding: 0;
  color: #9e9e9e;
  font-size: 14px;
  text-transform: none;
}

.container .dropdown-menu ul a:hover {
  color: #f68642;
  text-decoration: none;
}

.dropdown-menu__bottom-panel {
  padding: 20px 25px;
  background: url(../img-dina/dina-icons/pr-i.png) no-repeat -5px center #f68642;
}

.container .dropdown-menu__bottom-panel p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
}

.dropdown-menu__bottom-panel p span {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-size: 24px;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.global-tabs > .tabs-nav > li > a {
  color: #7e8890;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
}

.global-tabs > .tabs-nav > li > a:hover {
  text-decoration: none;
}

.global-tabs > .tabs-nav > .active > a {
  text-decoration: none;
}

.content-tabs .tabs-nav li a, .global-table__title li {
  color: #7e8890;
}

.sidebar dl dt {
  font-size: 14px;
  font-weight: 400;
  color: #45455e;
}

.tab-content h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
}

.tab-content h4 {
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
}

.content-tabs .tabs-nav.indent-bt-big {
  margin: 20px 0;
}

.package__nav-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  margin: 0 15px;
  text-transform: uppercase;
  color: #7e8890;
}

.package__nav-link:hover {
  text-decoration: none;
}

/*
menu-secondary.css
*/
.moura-secondary-menu {
  height: 70px;
}

.moura-secondary-menu li.active > a, .moura-secondary-menu li > a:hover {
  color: #f68642;
}

.sidebar-legal .cabecera {
  font-weight: 700;
}

/*--------------------------------------------------
	[49. Paginations]
----------------------------------------------------*/
/*Pegination*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li a {
  color: #7a7a7a;
  padding: 5px 15px;
}

.pagination li a:hover {
  color: #fff;
  background: #9fd66f;
  border-color: #9fd66f;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #9fd66f;
  background-color: #9fd66f;
}

/*Pagination Without Space*/
.pagination-no-space .pagination {
  margin: 0;
}

/*--------------------------------------------------
	[50. Pagers]
----------------------------------------------------*/
/*Pager*/
.pager li > a, .pager li > span {
  border-radius: 0;
}

.pager li > a:hover, .pager li > a:focus {
  color: #fff;
  background: #9fd66f;
  border-color: #9fd66f;
}

.pager.pager-v2 li > a {
  border: none;
  transition: all 0.1s ease-in-out;
}

.pager.pager-v3 li > a {
  transition: all 0.1s ease-in-out;
}

.pager.pager-v2 li > a:hover, .pager.pager-v2 li > a:focus {
  color: #fff;
  background: #9fd66f;
}

.pager.pager-v3 li > a:hover, .pager.pager-v3 li > a:focus {
  color: #fff;
  background: #9fd66f;
}

.pager.pager-v2 li.page-amount, .pager.pager-v3 li.page-amount {
  font-size: 16px;
  font-style: italic;
}

.pager.pager-v2 li.page-amount {
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

.pager.pager-v2 li.page-amount:hover, .pager.pager-v2 li.page-amount:focus {
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

.pager.pager-v3 li.page-amount {
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

.pager.pager-v3 li.page-amount:hover, .pager.pager-v3 li.page-amount:focus {
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

.pager.pager-v2.pager-md li a, .pager.pager-v3.pager-md li a {
  font-size: 16px;
  padding: 8px 18px;
}

.pager.pager-v4 li > a {
  line-height: normal;
  transition: all 0.1s ease-in-out;
}

.pager.pager-v4 li > a:hover, .pager.pager-v4 li > a:focus {
  color: #fff;
  background: #212121;
  border-color: #212121;
}

.pager.pager-v4 li.page-amount {
  font-size: 14px;
  font-style: italic;
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

.pager.pager-v4 li.page-amount:hover, .pager.pager-v4 li.page-amount:focus {
  top: 7px;
  color: #7a7a7a;
  position: relative;
}

/*Pager v2 and v3
------------------------------------*/
/*Pager Amount*/
/*Pager Size*/
/*Pager v4
------------------------------------*/
/*Pager Amount*/
/* Navigation
------------------------------------*/
/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f68642;
  border-color: #f68642;
}

.pagination li a:hover {
  background: #f68642;
  border-color: #f68642;
}

/* Pager */
.pager li > a:hover, .pager li > a:focus {
  background: #f68642;
  border-color: #f68642;
}

.pager.pager-v2 li > a:hover, .pager.pager-v2 li > a:focus {
  color: #fff;
  background: #f68642;
}

.pager.pager-v3 li > a:hover, .pager.pager-v3 li > a:focus {
  color: #fff;
  background: #f68642;
}

.info-panel {
  display: inline-block;
  margin: 0 0 80px;
  width: 100%;
  vertical-align: top;
}

.info-panel.modified {
  margin: 0 0 60px;
  padding: 35px;
  border: 1px solid #bcbcbc;
}

@media only screen and (max-width: 991px) {
  .info-panel.modified {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .info-panel {
    margin: 0 0 30px;
  }
}

.info-panel__left-col {
  float: left;
  width: 65%;
}

@media only screen and (max-width: 991px) {
  .info-panel__left-col {
    float: none;
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
  }
}

.info-panel h3 {
  margin: 0 0 5px;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 26px;
}

.info-panel.modified h3 {
  margin: 0;
}

.info-panel__price {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.info-panel__price dt {
  float: left;
  margin: 0 15px 0 0;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.info-panel__price dd {
  float: left;
  color: #f68642;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (max-width: 991px) {
  .info-panel__price {
    display: inline-block;
    vertical-align: top;
  }
}

.info-panel__text {
  display: inline-block;
  margin: 0 35px 0 0;
  vertical-align: middle;
}

.info-panel__text span {
  display: block;
  color: #9e9e9e;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .info-panel__text {
    margin: 0;
  }
}

.info-panel__left-price {
  display: inline-block;
  vertical-align: middle;
  color: #f68642;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.info-panel__right-col {
  float: right;
  width: 35%;
  text-align: right;
}

.info-panel__right-col.indent-top {
  padding-top: 15px;
}

@media only screen and (max-width: 991px) {
  .info-panel__right-col {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.bottom-panel ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.bottom-panel li {
  list-style-type: none;
}

.bottom-panel li:first-child {
  float: left;
  line-height: 44px;
}

@media only screen and (max-width: 767px) {
  .bottom-panel li:first-child {
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
}

.bottom-panel li:last-child {
  float: right;
}

@media only screen and (max-width: 767px) {
  .bottom-panel li:last-child {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
}

.col-panel {
  display: inline-block;
  margin: 0 0 50px;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .col-panel {
    margin: 0 0 30px;
  }
}

.col-panel__left {
  float: left;
}

@media only screen and (max-width: 991px) {
  .col-panel__left {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
}

.col-panel__right {
  float: right;
}

@media only screen and (max-width: 991px) {
  .col-panel__right {
    float: none;
    width: 100%;
  }
}

.total:not([hidden]) {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  min-width: 370px;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .total:not([hidden]) {
    max-width: 100%;
    min-width: 100%;
  }
}

.total__top-panel ul {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.total__top-panel ul li {
  padding: 15px 0 10px;
  list-style-type: none;
  border-bottom: 1px dotted #ededf2;
}

.total__top-panel ul li:first-child {
  padding: 0;
}

.total__top-panel dl {
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
}

.total__top-panel dl dt {
  float: left;
  margin: 0 15px 0 0;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.total__top-panel dl dd {
  float: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6d6d9b;
}

.total__bottom-panel dl {
  margin: 0;
  padding: 0;
}

.total__bottom-panel dl dt {
  float: left;
  margin: 0 15px 0 0;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 26px;
}

.total__bottom-panel dl dd {
  float: right;
  color: #f68642;
  font-size: 22px;
  line-height: 26px;
}

.global-panel {
  display: inline-block;
  margin: 0 0 70px;
  width: 100%;
  vertical-align: top;
}

.global-panel__left-col {
  float: left;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 991px) {
  .global-panel__left-col {
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
}

.global-panel__right-col {
  text-align: right;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .global-panel__right-col {
    float: none;
    text-align: center;
  }
}

.global-panel p {
  margin: 0;
  line-height: 44px;
}

@media only screen and (max-width: 991px) {
  .global-panel p {
    line-height: normal;
  }
}

.info-panel__list {
  margin: 0;
  padding: 20px 0 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.info-panel__list li {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.info-panel__list li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .info-panel__list li {
    margin: 15px 0 0;
    width: 100%;
  }
}

.info-panel__list__icon {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../img-dina/dina-icons/well-i2.png) no-repeat 0 0;
}

/*********Right side Block **************/
.left-side {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .left-side {
    width: 65%;
  }
}

.right-side {
  float: right;
  overflow: hidden;
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .right-side {
    float: none;
    overflow: hidden;
    padding: 0 10px 0 10px;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
}

.right-side .final-price {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .right-side.pos-a {
    position: absolute;
    bottom: -50px;
  }
}

.right-side + p {
  padding-top: 10px;
  overflow: hidden;
  clear: both;
}

.info-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.info-col > li {
  display: flex;
  padding: 0 15px;
  width: 50%;
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

@media only screen and (max-width: 991px) {
  .info-col > li {
    margin: 0 0 30px;
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .info-col {
    display: block;
    margin-bottom: 0;
  }
}

.info-col__box {
  width: 100%;
  padding: 30px;
  overflow: hidden;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
}

.info-col__box .btn {
  margin: 0 0 20px;
}

.info-col__box span {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
}

.info-col__box p {
  margin: 0 0 20px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 22px;
}

.container .info-col__box p {
  margin: 0 0 20px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 22px;
}

/* Panels (Portlets)
------------------------------------*/
.panel-u {
  border-color: #f68642;
}

.panel-u > .panel-heading {
  background: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.total__bottom-panel dl dd {
  font-size: 20px;
  font-weight: 600;
  color: #f68642;
}

.total__bottom-panel dl dt {
  color: #6d6d9b;
  font-size: 20px;
}

.panel-collapse {
  color: #7e8890;
  font-size: 16px;
  line-height: 1.6;
}

fieldset.traslados label, .global-panel__right-col p {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  opacity: 0.8;
}

.total__top-panel dl {
  /*border-bottom: 1px dotted color-mix(05);*/
  padding: 0 0 10px;
}

.total__top-panel dl dd {
  color: #6d6d9b;
  font-size: 16px;
}

/*--------------------------------------------------
	[14. Parallax Quote]
----------------------------------------------------*/
.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: url(../img/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/
.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .parallax-quote-in {
    padding: 0 40px;
  }
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .parallax-quote-in p {
    font-size: 20px;
  }
}

.parallax-quote-in p:after, .parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}

.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bababa;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

/*Parallax Quote Light*/
.parallax-quote-light:after {
  background: rgba(255, 255, 255, 0.9);
}

.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px;
  }
}

.parallax-quote-light .parallax-quote-in p {
  color: #3b3b3b;
  font-size: 28px;
  font-weight: 200;
}

@media only screen and (max-width: 767px) {
  .parallax-quote-light .parallax-quote-in p {
    font-size: 20px;
  }
}

.parallax-quote-light .parallax-quote-in small {
  color: #3b3b3b;
}

@media only screen and (max-width: 767px) {
  .parallax-quote-light .parallax-quote-in small {
    font-weight: 200;
  }
}

/*--------------------------------------------------
	[15. Parallax Team]
----------------------------------------------------*/
.parallax-team {
  background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
  position: relative;
}

.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

.parallax-team-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

/*Parallax Team*/
.parallax-team {
  background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
  position: relative;
}

.parallax-team .title-box-v2 {
  position: relative;
}

.parallax-team-dark:before {
  background: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------
	[16. Parallax Counter]
----------------------------------------------------*/
.parallax-bg {
  background: url(../img/patterns/5.png) repeat fixed;
}

/*Parallax Counter
------------------------------------*/
.parallax-counter {
  padding: 30px 0;
  background: url(../img/patterns/5.png) repeat fixed;
}

.parallax-counter .counters {
  color: #fff;
  padding: 15px 0;
}

.parallax-counter h4 {
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter span.counter {
  font-size: 48px;
}

/*Parallax Counter v1
------------------------------------*/
.parallax-counter-v1 {
  padding: 60px 0;
  background: url(../img/patterns/5.png) repeat fixed;
}

.parallax-counter-v1 .counters {
  color: #fff;
  padding: 15px 0 10px;
  border: solid 1px #3b3b3b;
}

.parallax-counter-v1 h4 {
  color: #ededed;
  font-size: 16px;
  text-transform: uppercase;
}

.parallax-counter-v1 span.counter {
  font-size: 42px;
  line-height: 48px;
}

/*Parallax Counter v2
------------------------------------*/
.parallax-counter-v2 {
  position: relative;
  padding: 80px 0 60px;
  background: url(../img/patterns/16.png) repeat fixed;
}

.parallax-counter-v2:after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -25px;
  position: absolute;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.parallax-counter-v2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.02);
}

.parallax-counter-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #e0e0e0;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 991px) {
  .parallax-counter-v2 .counters {
    margin-bottom: 0 !important;
  }
}

.parallax-counter-v2 .counters h4 {
  color: #3b3b3b;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-counter-v2 .counters span {
  color: #3b3b3b;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 36px;
}

.parallax-counter-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

/*Parallax Counter v3
------------------------------------*/
.parallax-counter-v3 {
  z-index: 1;
  height: auto;
  padding: 80px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../img/bg/25.jpg) 50% 0 fixed;
}

.parallax-counter-v3:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.parallax-counter-v3 .features {
  width: 130px;
  height: 130px;
  padding: 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .parallax-counter-v3 .features {
    width: 110px;
    height: 110px;
    padding: 22px;
  }
}

.parallax-counter-v3 .features:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .parallax-counter-v3 .features:after {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
  }
}

.parallax-counter-v3 .features span {
  color: #fff;
  display: block;
  font-weight: 200;
}

.parallax-counter-v3 .features span.counter {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .parallax-counter-v3 .features span.counter {
    font-size: 20px;
  }
}

.parallax-counter-v3 .features span.features-info {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .parallax-counter-v3 .features span.features-info {
    font-size: 11px;
  }
}

/*Parallax Counter v4
------------------------------------*/
.parallax-counter-v4 {
  z-index: 1;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url(../img/bg/19.jpg) 50% 0 fixed;
}

.parallax-counter-v4:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.parallax-counter-v4 i {
  color: #fff;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.parallax-counter-v4 span.counter {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.parallax-counter-v4 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
}

/*
main.css
*/
/* Sequence Parallax Sldier */
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#fcfcfc 2de));
  background: -webkit-linear-gradient(#fff, #fcfcfc 2de);
  background: -moz-linear-gradient(#fff, #fcfcfc 2de);
  background: -ms-linear-gradient(#fff, #fcfcfc 2de);
  background: -o-linear-gradient(#fff, #fcfcfc 2de);
  background: linear-gradient(#fff, #fcfcfc 2de);
}

#sequence-theme h2, #sequence-theme .info p {
  background: rgba(230, 126, 34, 0.8);
}

/*--------------------------------------------------
	[25. Interactive Slider]
----------------------------------------------------*/
/* Interactive Slider v1
------------------------------------*/
.interactive-slider-v1 {
  z-index: 1;
  padding: 130px 0;
  position: relative;
}

.interactive-slider-v1.img-v1 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v2 {
  background: url(../img/bg/19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1.img-v3 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.interactive-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .interactive-slider-v1 h2 {
    font-size: 30px;
  }
}

.interactive-slider-v1 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .interactive-slider-v1 p {
    font-size: 18px;
  }
}

/*Interactive Slider v2
------------------------------------*/
.interactive-slider-v2 {
  z-index: 1;
  padding: 200px 0;
  position: relative;
  text-align: center;
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2-md {
  padding: 250px 0;
}

.interactive-slider-v2.img-v1 {
  background: url(../img/bg/25.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v2 {
  background: url(../img/bg/14.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v3 {
  background: url(../img/bg/img8.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.img-v4 {
  background: url(../img/bg/img9.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v2.intro-promo-img {
  background: url(../img/intro/promo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.interactive-slider-v2:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

.intro-promo-cover-dark:after {
  background: rgba(0, 0, 0, 0.8);
}

.intro-promo-cover-light:after {
  background: rgba(255, 255, 255, 0.9);
}

.interactive-slider-v2 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .interactive-slider-v2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.interactive-slider-v2 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

/*--------------------------------------------------
  [37. Parallax Slider (Main)]
----------------------------------------------------*/
.slider-inner .da-slider {
  box-shadow: none;
  border-bottom: 2px solid #e0e0e0;
}

.slider-inner .da-dots {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .da-slide p {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .da-slide .da-img {
    display: none;
  }
}

/*--------------------------------------------------
	[38. Master Slider]
----------------------------------------------------*/
.ms-promo-info {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-info-in {
  font-size: 60px;
  font-weight: 600;
}

.ms-promo-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Open Sans", Arial, sans-serif;
}

.ms-promo-sub-in {
  font-size: 15px;
}

.ms-img-bordered {
  background: #fff;
  padding: 7px;
}

/*--------------------------------------------------
  [39. Revolution Slider]
----------------------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li, .fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container {
  position: relative;
}

.tp-banner-container a.btn-u {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #3b3b3b;
  background: #fff;
}

.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

/*Fullwidth*/
/*Fullscreen*/
.fullscreen-container {
  padding: 0;
  width: 100%;
  position: relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.revolution-ch1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2 {
  color: #fff;
  font-size: 20px;
  max-width: 470px;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "Open Sans", Arial, sans-serif;
}

.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' ';
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}

/*Slider Contents v2*/
.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

@media only screen and (max-width: 767px) {
  .rs-caption-1 {
    font-weight: normal;
  }
}

.rs-caption-1:after, .rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media only screen and (max-width: 767px) {
  .rs-caption-1:after, .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .rs-caption-2 {
    font-weight: normal;
  }
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .rs-caption-3 {
    font-weight: normal;
  }
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

/*--------------------------------------------------
  [40. Layer Slider]
----------------------------------------------------*/
.layer_slider {
  overflow: hidden;
}

.ls-ct-half, .ls-ct-center {
  border-radius: 100px !important;
}

/*----------------------------------------------
Cosas de custom-blocks a partir de aqui
----------------------------------------------*/
.slider-wrap {
  max-width: 100%;
}

.slider {
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 32px;
}

.slider.slider-horizontal .slider-track {
  width: 100%;
  height: 12px;
  top: 13px;
  left: 0;
}

.slider-tick-label {
  margin-top: 20px;
  position: relative;
}

.slider-tick-label:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  left: 50%;
  margin-top: -10px;
  content: "";
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 3px;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
  background-color: #ededf2;
}

.slider-track-low, .slider-track-high {
  background-color: #ededf2;
}

.tick-slider-selection {
  position: absolute;
  background-color: #7070b3;
}

.slider-handle {
  position: absolute;
  margin: 0px 0 0 -13px;
  width: 26px;
  height: 26px;
  background-color: #f68642;
  box-shadow: 0 0px 1px 0 #f68642;
  border-radius: 100%;
  background-image: none;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-list {
  margin: 0;
  padding: 0 10px;
  color: #9d9d9d;
  font-size: 15px;
  text-align: justify;
  line-height: 0;
  letter-spacing: normal;
  text-justify: newspaper;
  zoom: 1;
}

.slider-list:after {
  display: inline-block;
  width: 100%;
  height: 0px;
  vertical-align: top;
  visibility: hidden;
  overflow: hidden;
  content: '';
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider-list li {
  position: relative;
  display: inline-block;
  padding: 22px 0 0;
  vertical-align: top;
  color: #9d9d9d;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  letter-spacing: normal;
  list-style-type: none;
  width: 0;
}

.slider-list li:before {
  position: absolute;
  display: block;
  margin: 0 0 0 -0.5px;
  width: 1px;
  height: 12px;
  top: 5px;
  left: 50%;
  background: #d9d9d9;
  content: "";
}

.slider-wrap {
  position: relative;
  padding: 0 60px 0 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider-wrap {
    padding: 0;
  }
}

.filter-list .slider-list {
  padding: 0;
}

.filter-list .slider-list.modified li:nth-last-child(2n):before {
  height: 8px;
}

.slider-handle:focus {
  outline: none;
}

.slider-tick {
  position: inherit;
  width: 20px;
  height: 20px;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  opacity: 1;
  border: none;
}

.slider-tick.in-selection {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  opacity: 1;
}

.slider-selection.tick-slider-selection {
  background-color: #7070b3;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

/*
main.css
*/
/* Sliders
------------------------------------*/
/* Main Parallax Sldier */
.da-slide h2 i {
  background-color: rgba(230, 126, 34, 0.8);
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.slider-list li {
  color: #7e8890;
}

.slider-list li::before {
  color: #7e8890;
}

.slider-selection {
  background: #7e8890 none repeat scroll 0 0;
  opacity: 0.7;
}

.info-table {
  margin: 0 0 50px;
}

.info-table > ul {
  margin: 0;
  padding: 0;
}

.info-table > ul > li {
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .info-table > ul > li {
    padding: 15px 0;
  }
}

.info-table > ul > li > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.info-table > ul > li > ul > li {
  display: inline-block;
  padding: 11px 15px 0;
  width: 25%;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-table > ul > li > ul > li {
    width: 20%;
  }
}

@media only screen and (max-width: 991px) {
  .info-table > ul > li > ul > li {
    padding: 15px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    background: #fafafa;
    margin: 5px 0;
    border: 1px solid #e8e8e8;
  }
}

.info-table > ul > li > ul > li:first-child {
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-table > ul > li > ul > li:first-child {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .info-table > ul > li > ul > li:first-child {
    padding: 15px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    background: #fafafa;
  }
}

.info-table > ul > li > ul > li:last-child {
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-table > ul > li > ul > li:last-child {
    width: 20%;
  }
}

@media only screen and (max-width: 991px) {
  .info-table > ul > li > ul > li:last-child {
    padding: 15px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    background: #fafafa;
  }
}

.info-table > ul > li > ul > li:last-child .info-table__text {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .info-table > ul > li > ul > li:last-child .info-table__text {
    text-align: left;
  }
}

.info-table.three-col > ul > li > ul > li {
  width: 33.333%;
}

@media only screen and (max-width: 991px) {
  .info-table.three-col > ul > li > ul > li {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.info-table-v2 > ul > li > ul > li {
    background: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.info-table-v2 > ul > li > ul > li + li + li, .info-table.info-table-v2 > ul > li > ul > li:first-child, .info-table.info-table-v2 > ul > li > ul > li:last-child {
    background: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.info-table-v2 > ul > li > ul > li {
    border: none;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.info-table-v2 > ul > li > ul {
    border: 1px solid #e8e8e8;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.info-table-v2 > ul > li {
    border-bottom: none;
  }
}

.info-table__link {
  display: inline-block;
  vertical-align: top;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
}

.info-table__link:before {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #9fd66f;
  background: url(../img-dina/dina-icons/well.png) no-repeat center;
  border-radius: 100%;
  content: "";
}

.info-table__link.selected:before {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #9fd66f;
  background: url(../img-dina/dina-icons/well-i4.png) no-repeat center #9fd66f;
  border-radius: 100%;
  content: "";
}

.info-table__link.__bad:before {
  background: url(../img-dina/dina-icons/bad.png) no-repeat center;
  border-color: #d66f6f;
}

.info-table__text {
  text-align: left;
}

.info-table__text span {
  display: block;
  color: #9fd66f;
  font-size: 20px;
  line-height: 42px;
}

.info-table__text span.dom_selecc {
  color: #7e8890;
}

.info-table__text span.dom_traslado {
  color: #7e8890;
}

@media only screen and (min-width: 992px) {
  .info-table__text span.dom_traslado {
    line-height: 40px;
  }
}

.info-table__text span.premium {
  color: #7070b3;
}

.info-table__text.__bad span {
  color: #d66f6f;
}

.info-table__text small {
  display: block;
  color: #9e9e9e;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .info-table__text {
    text-align: left;
  }
}

.global-table {
  display: inline-block;
  margin: 0 0 80px;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .global-table {
    margin: 0 0 30px;
  }
}

.global-table__title {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.global-table__title li {
  display: inline-block;
  padding: 0 5px;
  width: 20%;
  vertical-align: top;
  color: #9e9e9e;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  list-style-type: none;
}

.global-table__title li:first-child {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .global-table__title {
    display: none;
  }
}

.global-table.two-col .global-table__title li {
  width: 50%;
}

.global-table.three-col .global-table__title li {
  width: 30%;
}

.global-table.three-col .global-table__title li:first-child {
  width: 40%;
}

.global-table.two-col .global-table__content > li li {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .global-table.two-col .global-table__content > li li {
    width: 100%;
  }
}

.global-table.three-col .global-table__content > li li {
  width: 30%;
}

.global-table.three-col .global-table__content > li li:first-child {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .global-table.three-col .global-table__content > li li:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .global-table.three-col .global-table__content > li li {
    width: 100%;
  }
}

.global-table .min-space {
  min-width: 20%;
  min-height: 1px;
}

.global-table .max-space {
  min-width: 100%;
}

.global-table__content {
  margin: 0;
  padding: 0;
}

.global-table__content > li {
  padding: 25px 0;
  list-style-type: none;
  border-bottom: 1px solid #e8e8e8;
}

.global-table__content > li:first-child {
  border-top: 3px solid #ededf2;
}

@media only screen and (max-width: 991px) {
  .global-table__content > li:first-child {
    padding-top: 0;
    border-top: 0;
  }
}

.global-table__content > li ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .global-table__content > li ul {
    border-bottom: 1px solid #e8e8e8;
    background: #fafafa;
  }
}

@media only screen and (max-width: 991px) {
  .global-table__content > li .price {
    width: 70%;
  }
}

@media only screen and (max-width: 991px) {
  .global-table__content > li .btn-delete {
    width: 30%;
  }
}

.global-table__content > li li {
  float: left;
  padding: 0 15px;
  width: 20%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.global-table__content > li li:first-child {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .global-table__content > li li:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .global-table__content > li li {
    margin: 5px 0;
    width: 100%;
  }
}

.global-table__link {
  display: block;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 30px;
}

.global-table .price {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  position: relative;
}

.global-table .price del {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .global-table .price del {
    position: absolute;
  }
}

.global-table .price span {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .global-table .price span {
    position: relative;
    top: 8px;
  }
}

/*
main.css
*/
/******* Mockup page 23 small version for pricing block width side bar block *******/
.info-table.three-col.small-version > ul > li > ul > li {
  vertical-align: top;
}

.info-table.three-col.small-version > ul > li > ul > li:first-child {
  width: 47%;
}

@media only screen and (max-width: 991px) {
  .info-table.three-col.small-version > ul > li > ul > li:first-child {
    width: 100%;
  }
}

.info-table.three-col.small-version > ul > li > ul > li:nth-child(2), .info-table.three-col.small-version > ul > li > ul > li:nth-child(3) {
  width: 26%;
}

@media only screen and (max-width: 991px) {
  .info-table.three-col.small-version > ul > li > ul > li:nth-child(2), .info-table.three-col.small-version > ul > li > ul > li:nth-child(3) {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .info-table.three-col.small-version > ul > li > ul > li .btn.btn-default {
    width: 100%;
  }
}

.info-table.three-col.small-version .info-table__link {
  font-size: 14px;
}

.info-table.three-col.small-version .price {
  line-height: 1.4em;
}

.info-table.three-col.small-version .price del {
  font-size: 16px;
}

.info-table.three-col.small-version .price span {
  font-size: 20px;
}

.info-table.three-col.small-version .btn.btn-default {
  font-size: 14px;
  min-width: 125px;
  max-width: 125px;
}

.info-table.three-col.small-version .boton-largo {
  max-width: 200px !important;
}

.info-table.three-col.small-version h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .info-table.three-col.small-version h3 .ic {
    display: none;
  }
}

.table-style {
  color: #000;
}

.table-style tbody {
  font-weight: 400;
}

.table-style .f-weight {
  font-size: 18px;
  font-weight: 400;
  color: #f68642;
}

.table-style th {
  color: #7a7a7a;
  text-transform: uppercase;
}

.table-style tbody {
  font-size: 14px;
  color: #7a7a7a;
}

.table-footer {
  padding: 10px 15px;
  margin: 0 auto;
  width: 1140px;
  margin-left: 15px;
  margin-top: -41px;
}

.footer-table {
  border: 1px solid #d4d4d4;
  padding: 10px 15px;
  margin: 0 auto;
  width: 1140px;
  margin-left: 0px;
  margin-top: -41px;
}

.info-table__link.__well.t-align-r::before {
  content: none;
  display: none;
}

.info-table__link.__well.t-align-r::after {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 1px solid #9fd66f;
  background: transparent url("../img-dina/dina-icons/well.png") no-repeat scroll center center;
  border-radius: 100%;
  content: "";
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.dedicados .global-table__title li {
  width: 13%;
  color: #bcbcbc;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.dedicados .global-table__title li:first-child {
  width: 22%;
}

.dedicados .global-table__title li.raid {
  width: 8%;
}

.dedicados .global-table__title li.precio {
  width: 18%;
}

.global-table__content > li {
  border-bottom: none;
  padding: 15px 0;
}

.global-table__content > li:nth-child(2n) {
  background-color: #fafafa;
}

@media only screen and (max-width: 991px) {
  .global-table__content > li:nth-child(2n) {
    background-color: #fff;
  }
}

.dedicados .global-table__content > li li {
  width: 13%;
  font-size: 14px;
  color: #7e8890;
  padding: 0 5px;
  font-weight: 600;
}

.dedicados .global-table__content > li li:first-child {
  font-weight: 600;
  width: 22%;
  color: #6d6d9b;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .dedicados .global-table__content > li li:first-child {
    width: 100%;
  }
}

@media only screen and (min-width: 991px) {
  .dedicados .global-table__content > li li.precio {
    width: 18%;
  }
  .dedicados .global-table__content > li li.raid {
    width: 8%;
  }
}

@media only screen and (max-width: 991px) {
  .dedicados .global-table__content > li li {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    padding: 15px;
    width: 100%;
  }
}

.dedicados .global-table__content > li li .btn-price-corto {
  margin: 0;
}

.info-table__link {
  color: #45455e;
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .info-table__link {
    line-height: 40px;
  }
}

.table-bordered {
  font-size: 14px;
  font-weight: 400 !important;
}

.table-bordered strong {
  font-weight: 400;
}

.table-bordered th {
  font-size: 14px;
  font-weight: 400 !important;
}

.table-bordered thead th {
  text-transform: uppercase;
  color: #45455e;
  text-align: center;
  font-size: 20px;
}

.table-bordered tbody tr:nth-child(even) {
  background: #f1f0f5;
}

.footer-table {
  background: #f68642 none repeat scroll 0 0;
}

.footer-table a {
  color: #fff;
  text-transform: uppercase;
}

.dedicados .global-table__content .btn-default {
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 7px 17px;
  box-shadow: none;
  font-weight: 300;
}

.dedicados .global-table__content .btn.btn-default:hover, .dedicados .global-table__content .btn.btn-default:focus, .dedicados .global-table__content .btn.btn-default:active {
  background: #fff;
  color: #f68642;
  box-shadow: none;
}

.tabla_comparativa {
  border: none !important;
}

.tabla_comparativa thead th:first-child {
  border: none !important;
}

.tabla_comparativa thead th {
  border-top: 1px solid #ddd !important;
}

.tabla_comparativa tfoot th {
  border: none !important;
  position: relative;
}

.tabla_comparativa tfoot a {
  margin-top: 20px;
}

.tabla_comparativa .marcador-footer {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ddd;
}

.tabla_comparativa tfoot th:last-child .marcador-footer {
  display: none;
}

.tabla_comparativa .titulo-tabla {
  color: #6d6d9b;
}

.tabla_comparativa .precio-tabla span {
  font-size: 14px;
  font-weight: 100;
  text-transform: lowercase;
  position: relative;
  top: -10px;
}

.tabla_comparativa .precio-tabla .precio-parte-entera {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  top: -4px;
}

.tabla_comparativa .precio-tabla .precio-parte-entera .moneda {
  font-size: 20px;
}

.tabla_comparativa .precio {
  color: #f68642;
}

.tabla_comparativa .btn_arrow {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #f68642;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
}

.tabla_comparativa .fila_titulo {
  color: #6d6d9b;
  font-size: 18px;
  border-top: 3px solid #ededf2;
  border-bottom: 3px solid #ededf2 !important;
  border-right: none;
  border-left: none;
  position: relative;
  background-color: #fff;
}

.tabla_comparativa .fila_titulo span {
  font-weight: 600;
}

.tabla_comparativa .fila_titulo .marcador {
  width: 5px;
  background-color: #6d6d9b;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
}

.tabla_comparativa tbody tr .fila_titulo:last-child {
  border-right: 1px solid #ddd;
}

.tabla_comparativa .fila_titulo:hover {
  color: #f68642;
}

.tabla_comparativa .fila_titulo:hover .marcador {
  background-color: #f68642;
}

.tabla_comparativa .activo {
  color: #f68642;
}

.tabla_comparativa .activo .marcador {
  background-color: #f68642;
}

.tabla_comparativa .table-center {
  text-align: center;
}

.tabla_comparativa del {
  display: block;
}

span.n_table {
  color: #45455e;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
}

/*resultados dominios*/
.domain-result.global-table .status-info {
  width: 30%;
}

@media only screen and (max-width: 991px) {
  .domain-result.global-table .status-info {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .domain-result.global-table .status-info {
    width: 100%;
  }
  .domain-result.global-table .status-info span {
    text-align: center;
  }
  .domain-result.global-table .status-info small {
    text-align: center;
  }
}

.domain-result.global-table .price-info {
  width: 15%;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .domain-result.global-table .price-info {
    width: 20%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .domain-result.global-table .price-info {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .domain-result.global-table .result-action {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .domain-result.global-table .result-action {
    width: 100%;
    text-align: center;
  }
}

.domain-result .global-table__content > li {
  min-height: 75px;
}

@media only screen and (max-width: 991px) {
  .domain-result .global-table__content > li {
    min-height: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .domain-result .global-table__content > li {
    min-height: 150px;
  }
}

.domain-result .global-table__content li li:first-child {
  width: 35%;
}

@media only screen and (max-width: 991px) {
  .domain-result .global-table__content li li:first-child {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .domain-result .global-table__content li li:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .domain-result .global-table__content li li {
    margin: 5px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .domain-result .global-table__content li .price {
    width: initial;
  }
}

.domain-result .global-table__content li.loading {
  opacity: 0.4;
}

.domain-result .global-table__content li .btn-default {
  min-width: 130px;
}

.global-table.dedicados {
  margin-top: 40px;
}

/*--------------------------------------------------
	[54. Tags]
----------------------------------------------------*/
/*Tags v1
------------------------------------*/
.tags-v1 li {
  margin: 0;
  padding: 0;
}

.tags-v1 li a {
  font-size: 13px;
  padding: 4px 8px;
  line-height: 32px;
  border: solid 2px #ededed;
  border-radius: 20px !important;
  transition: all 0.2s ease-in-out;
}

.tags-v1 li a:hover {
  text-decoration: none;
  border-color: #e0e0e0;
}

/*Tags v2
------------------------------------*/
.tags-v2 li {
  padding: 7px 0 7px 4px;
}

.tags-v2 li a {
  color: #3b3b3b;
  font-size: 13px;
  padding: 5px 10px;
  border: solid 1px #bababa;
}

.tags-v2 li a:hover {
  color: #fff;
  background: #3b3b3b;
  border-color: #3b3b3b;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Tags v3
------------------------------------*/
.tags-v3 li {
  padding: 7px 0 7px 4px;
}

.tags-v3 li a {
  color: #3b3b3b;
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #ededed;
}

.tags-v3 li a:hover {
  color: #fff;
  background: #212121;
  border-color: #212121;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Tags v4
------------------------------------*/
.tags-v4 {
  padding-left: 0;
  list-style: none;
}

.tags-v4 li {
  padding: 3px 2px;
  line-height: 28px;
  display: inline-block;
}

.tags-v4 a {
  color: #bababa;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid #bababa;
}

.tags-v4 a:hover {
  color: #fff;
  background: #f68642;
  border-color: #f68642;
  text-decoration: none;
  transition: all 0.25s, transform 0.25s;
}

/* Page Features
------------------------------------*/
/* Tag Boxes v1 */
.tag-box-v1 {
  border-top: solid 2px #f68642;
}

/* Tag Boxes v2 */
.tag-box-v2 {
  border-left: solid 2px #f68642;
}

/* Tag Boxes v7 */
.tag-box-v7 {
  border-bottom: solid 2px #f68642;
}

.tooltip {
  font: 12px 'Roboto', sans-serif;
  font-weight: 300;
}

.tooltip-inner {
  padding: 7px 10px;
  color: #fff;
  border-radius: 2px;
}

.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
}

/*--------------------------------------------------
	[9. Call To Action]
----------------------------------------------------*/
/*Call To Action v1
------------------------------------*/
.call-action-v1 p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 0;
}

.call-action-v1.call-action-v1-boxed {
  padding: 0 25px;
}

.call-action-v1 .call-action-v1-box {
  width: 100%;
  display: table;
  padding: 0;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in {
  display: table-cell;
  vertical-align: middle;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  padding-top: 1px;
  min-width: 250px;
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .call-action-v1 .call-action-v1-in.inner-btn {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .call-action-v1 .call-action-v1-in p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .call-action-v1 .call-action-v1-in {
    display: block;
    text-align: center;
  }
}

/*Call To Action v2
------------------------------------*/
.call-action-v2 {
  padding: 50px 0;
  text-align: center;
  background: url(../img/patterns/16.png);
}

.call-action-v2 h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.call-action-v2 p {
  padding: 0 100px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .call-action-v2 p {
    padding: inherit;
  }
}

.call-to-action {
  width: 196px;
  position: fixed;
  bottom: 5px;
  right: 0;
  z-index: 1009;
}

@media only screen and (max-width: 991px) {
  .call-to-action {
    width: 52px;
  }
}

.call-to-action .phone-i {
  padding: 0;
}

.call-to-action .phone-i span {
  position: relative;
  top: 8px;
  margin: -8px 10px 0 0;
  font-size: 36px;
}

.call-to-action .chat-i {
  padding: 0;
}

.call-to-action .chat-i span {
  position: relative;
  top: 3px;
  margin: -3px 10px 0 0;
  font-size: 26px;
}

.call-to-action-phone, .call-to-action-chat {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin-bottom: 5px;
  padding: 6px 6px 6px 66px;
}

@media only screen and (max-width: 767px) {
  .call-to-action-phone, .call-to-action-chat {
    height: 48px;
  }
}

.call-to-action-phone {
  background: url("../img-dina/dina-icons/icon_tel_overlay.png") no-repeat scroll left center;
  background-color: #f68642;
  border-color: #f68642;
}

@media only screen and (max-width: 991px) {
  .call-to-action-phone {
    height: 44px;
    padding: 0;
    width: 52px;
  }
}

@media only screen and (max-width: 1199px) {
  .call-to-action-phone {
    bottom: 20px;
  }
}

.call-to-action-chat {
  background: url("../img-dina/dina-icons/icon_chat_overlay.png") no-repeat scroll left center;
  background-color: #45455e;
  border-color: #45455e;
}

@media only screen and (max-width: 991px) {
  .call-to-action-chat {
    height: 44px;
    padding: 0;
    width: 52px;
  }
}

.call-to-action-phone p, .call-to-action-chat p {
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .call-to-action-phone p, .call-to-action-chat p {
    display: none;
  }
}

.call-to-action-phone a, .call-to-action-chat a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .call-to-action-phone a, .call-to-action-chat a {
    display: block;
    height: 48px;
    width: 52px;
  }
}

.call-to-action-phone p.tel {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1em;
  text-transform: uppercase;
}

.call-to-action-chat p.chat {
  font-size: 17px;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.call-to-action-reseller {
  bottom: 5px;
  position: fixed;
  right: 0;
  width: 200px;
  z-index: 1009;
  border-radius: 4px 0 0 4px;
  margin-bottom: 5px;
  padding: 20px 10px;
  background-color: #f68642;
  border-color: #f68642;
  text-align: center;
}

.call-to-action-reseller a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.call-to-action-reseller a:hover {
  text-decoration: underline;
  color: #fff;
}

/*--------------------------------------------------
	[44. Back To Top]
----------------------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #212121;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}

#topcontrol:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#topcontrol:hover {
  color: #fff;
  background: #f68642;
  transition: all 0.3s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail {
  padding: 0;
  border: none;
  box-shadow: none;
}

.gallery-page .thumbnail:hover {
  padding: 0;
  border: none;
  box-shadow: none;
}

.gallery-page .thumbnails {
  margin-bottom: 6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
  text-decoration: underline;
}

.privacy a:hover {
  color: #9fd66f;
  text-decoration: none;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
  margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input, .form-page select {
  margin-bottom: 10px;
}

/*Contact Pages
------------------------------------*/
.map {
  width: 100%;
  height: 350px;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}

.map-box {
  height: 250px;
}

.map-box-space {
  margin-top: 15px;
}

.map-box-space1 {
  margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
  overflow: hidden;
  position: relative;
}

.service-bg {
  width: 250px;
  padding: 60px;
  position: absolute;
  top: -10px;
  right: -100px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(55deg);
}

/*Full Width Block
------------------------------------*/
.full-w-block {
  padding: 30px 0;
  background: #292929;
}

.full-w-block .info-blocks i {
  color: #fff;
}

.full-w-block .info-blocks-in h3 {
  color: #fff;
}

.full-w-block .info-blocks-in p {
  color: #cccccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
  color: #fff;
}

/*Simple Block
------------------------------------*/
.simple-block {
  margin-bottom: 20px;
}

.simple-block img {
  width: 100%;
}

.simple-block p {
  text-align: center;
}

.simple-block .carousel-indicators {
  top: 10px;
  left: 65%;
  text-align: right;
}

.simple-block .carousel-indicators .active {
  background: #3b3b3b;
}

.simple-block .carousel-indicators li {
  border-color: #3b3b3b;
}

.simple-block .carousel-inner > .item {
  margin: 0;
}

.simple-block .responsive-video {
  margin-bottom: 3px;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
  text-align: center;
}

.two-blocks-in {
  margin-bottom: 30px;
}

.two-blocks-in i {
  color: #fff;
  padding: 11px;
  font-size: 30px;
  min-width: 50px;
  text-align: center;
  background: #7e8890;
  margin-bottom: 10px;
  display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
  text-align: center;
}

.three-blocks-in {
  margin-bottom: 30px;
}

.three-blocks-in i {
  color: #7a7a7a;
  padding: 9px 6px;
  font-size: 20px;
  min-width: 40px;
  margin-bottom: 10px;
  border: 1px solid #7a7a7a;
}

.three-blocks-in h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
  margin-bottom: 10px;
}

.banner-info i {
  float: left;
  color: #fff;
  padding: 11px;
  /*min-width works with line-icon*/
  min-width: 40px;
  font-size: 22px;
  text-align: center;
  margin: 7px 20px 0 0;
}

.banner-info i.fa {
  min-width: 46px;
}

.banner-info.light i {
  border: 1px solid #fff;
}

.banner-info.dark i {
  background: #3b3b3b;
}

.banner-info h3 {
  font-size: 21px;
  margin-bottom: 5px;
}

.banner-info.light h3 {
  color: #fff;
}

.banner-info.light p {
  color: #ededed;
}

/*min-width works with FontAwesome*/
/*Title-Box-V2*/
.title-box-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.title-box-v2 h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.title-box-v2 p {
  font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
  padding: 0;
}

.no-space-left {
  padding-left: 0;
  padding-right: 15px !important;
}

.no-space-right {
  padding-right: 0;
  padding-left: 15px !important;
}

/*List Style v1*/
.list-style-v1 li {
  margin-bottom: 7px;
}

.list-style-v1 i {
  margin-right: 5px;
}

/*Social Contacts
------------------------------------*/
.social-contacts li {
  padding: 5px 0;
  border-top: 1px solid #e0e0e0;
}

.social-contacts li:first-child {
  border-top: none;
}

.social-contacts li i {
  color: #7a7a7a;
  font-size: 13px;
  min-width: 13px;
  margin-right: 12px;
  text-align: center;
}

/*Status Bar
------------------------------------*/
.status-bar li {
  padding-left: 9px;
  border-left: 1px solid #ededed;
}

.status-bar li:first-child {
  border-left: none;
}

.status-bar li i {
  color: #9fd66f;
  margin-right: 5px;
}

.status-bar li a:hover {
  text-decoration: none;
}

.status-bar-in {
  padding: 10px;
  position: relative;
  background: #f0f0f0;
}

.status-bar-in:after {
  width: 0;
  height: 0;
  top: -10px;
  left: 50px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 11px solid #f0f0f0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

/*Share List*/
.share-list {
  margin-bottom: 0;
}

.share-list li {
  padding-left: 20px;
}

.share-list li:first-child {
  padding-left: 0;
}

.share-list li i {
  color: #9fd66f;
  margin-right: 5px;
}

/*People Say
------------------------------------*/
.people-say img {
  float: left;
  width: 40px;
  height: auto;
  margin: 6px 10px 0 0;
}

.people-say .overflow-h span {
  font-weight: 700;
}

.people-say .overflow-h p {
  font-style: italic;
  line-height: 1.3;
}

.people-say .overflow-h small {
  text-align: right;
  font-style: italic;
}

/*Inspire Page
------------------------------------*/
img.img-mouse {
  width: 150px;
  height: auto;
  margin: 0 auto 60px;
}

/*Desire Page
------------------------------------*/
/*Service Info*/
.service-info {
  position: relative;
  padding: 40px 0 50px;
  background: url(../img/patterns/17.png) repeat;
}

.service-info .info-description {
  overflow: hidden;
}

.service-info i.service-info-icon {
  color: #7a7a7a;
  float: left;
  width: 50px;
  height: 50px;
  padding: 15px;
  font-size: 20px;
  line-height: 17px;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #7a7a7a;
}

.service-info .info-description h3 {
  margin: 0 0 10px;
}

.service-info .info-description p {
  color: #7a7a7a;
}

/*
custom-blocks.css a partir de aqui
*/
.stars {
  float: left;
  margin: 0;
  padding: 0;
}

.stars li {
  float: left;
  margin: 0 0 0 5px;
  color: whitesmoke;
  font-size: 20px;
  line-height: 24px;
  list-style-type: none;
}

.stars li:first-child {
  margin: 0;
}

.stars .x {
  color: #f68642;
}

/*--------------------------------------------------
  [43. Counter]
----------------------------------------------------*/
.counters {
  color: #3b3b3b;
  text-align: center;
}

.counters span {
  font-size: 35px;
}

.counters span.counter-icon {
  display: block;
  margin-bottom: 10px;
}

.counters span.counter-icon i {
  color: #fff;
  padding: 16px;
  min-width: 65px;
  font-size: 30px;
  position: relative;
  background: #9fd66f;
}

.counters span.counter-icon i:after {
  width: 0;
  height: 0;
  left: 38%;
  content: " ";
  bottom: -7px;
  display: block;
  position: absolute;
  border-top: 7px solid #9fd66f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

.counters:hover span.counter-icon i {
  border-color: #000;
}

@media only screen and (max-width: 767px) {
  .counters:last-child {
    margin-bottom: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .counters {
    margin-bottom: 30px;
  }
}

.counter {
  color: #7e8890;
  border: 1px solid #7e8890;
  margin-bottom: 40px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .counter {
    min-height: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .counter {
    width: 100%;
  }
}

.counter .counter-value {
  font-size: 35px;
  color: #f68642;
}

@media only screen and (min-width: 992px) {
  .counter .counter-value {
    position: relative;
    top: 20px;
  }
}

.counter h4 {
  color: #7e8890 !important;
}

@media only screen and (min-width: 992px) {
  .counter h4 {
    position: relative;
    top: 25px;
  }
}

.countdown {
  margin: 10px auto;
  text-align: center;
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 992px) {
  .countdown {
    position: absolute;
    margin: 15px 0;
    right: 0;
  }
}

.countdown-header {
  color: #9289A6;
  text-transform: uppercase;
}

.countdown-body {
  border-radius: 5px;
  border: 1px solid #9289A6;
  color: #9289A6;
  font-size: 60px;
  line-height: 95px;
}

@media only screen and (max-width: 991px) {
  .countdown-body {
    font-size: 35px;
    line-height: 85px;
  }
}

.domains {
  margin: 0 0 55px;
}

@media only screen and (max-width: 767px) {
  .domains {
    margin: 0 0 30px;
  }
}

.domains__title {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.domains__title li {
  float: left;
  padding: 0 20px;
  width: 27%;
  color: #9e9e9e;
  font-size: 16px;
  text-align: center;
  list-style-type: none;
}

.domains__title li:first-child {
  width: 19%;
}

@media only screen and (max-width: 767px) {
  .domains__title li {
    padding: 0 5px;
    font-size: 12px;
  }
}

.domains__list {
  margin: 0;
  padding: 0;
}

.domains__list .price-decimal {
  font-size: 55%;
}

.domains__list li {
  padding: 18px 0 0;
  list-style-type: none;
}

.domains__list li:first-child {
  padding: 0;
}

.domains__list dl {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.domains__list dl dt {
  float: left;
  padding: 0 20px;
  width: 19%;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .domains__list dl dt {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
  }
}

.domains__list dl dd {
  float: left;
  padding: 0 20px;
  width: 27%;
  color: #f68642;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .domains__list dl dd {
    padding: 0 5px;
    font-size: 14px;
  }
}

/*
main.css
*/
.custom-domain-list.domains__list dl dd {
  text-align: left;
}

.custom-domain-list.domains__list dl dd.text-right {
  text-align: right;
}

.domains__list dl.padding-r-20 {
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .domains__list dl.padding-r-20 {
    padding-right: 0px;
  }
}

.domains__list dl dd.w-40 {
  font-size: 16px;
  color: #3b3b3b;
}

.domains__list dl dt.w-40 {
  width: 40%;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 10px;
}

.domains__list dl dd.w-40 {
  width: 40%;
  margin-top: 10px;
}

.domains__list dl dd.w-10 {
  width: 10%;
  font-size: 16px;
  color: #3b3b3b;
  margin-top: 2px;
}

.domains__title li.w-100 {
  color: #45455e;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}

.domains__list dl dd.w-15 {
  width: 15%;
  font-size: 16px;
  color: #3b3b3b;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.domains__list dl dt {
  color: #45455e;
  font-weight: 400;
}

.domains__title li {
  color: inherit;
}

.domains__list dl dt.w-40 {
  color: #7e8890;
}

.domains__list dl dd.w-40 {
  color: #7e8890;
  font-size: 16px;
  font-weight: 400;
}

.domains__title {
  margin: 0 0 10px;
}

.domains__title li {
  color: #7e8890 !important;
  float: left;
  font-size: 12px;
  font-weight: 300;
  list-style-type: none;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: 27%;
}

@media only screen and (max-width: 767px) {
  .domains__title li {
    font-size: 10px;
  }
}

.domains__list dl dd {
  color: #f68642;
  float: left;
  font-size: 23px;
  font-weight: 400;
  padding: 0 20px;
  text-align: center;
  width: 27%;
}

@media only screen and (max-width: 767px) {
  .domains__list dl dd {
    font-size: 14px;
  }
}

.domains__list dl span {
  font-size: 60%;
  font-weight: 200;
  opacity: 0.8;
  padding: 0 0 0 2px;
}

.caja-trasladar-dominios-categoria .domains__list dl dd:nth-child(2), .caja-trasladar-dominios-categoria .domains__list dl dd:nth-child(4) {
  color: #bcbcbc;
}

.caja-dominios-categoria .domains__list dl dd:nth-child(3), .caja-dominios-categoria .domains__list dl dd:nth-child(4) {
  color: #bcbcbc;
}

.domains {
  margin: 0 0 30px;
}

.container p.des_dominio {
  font-size: 18px;
  font-weight: 200;
}

.precios_dominios {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
}

.precios_dominios li {
  display: flex;
  float: left;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  list-style-type: none;
  padding: 0 10px;
  width: 16.666%;
  font-weight: 300;
}

.precios_dominios li div {
  border-radius: 3px;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 20px;
}

.precios_dominios li span {
  display: block;
}

.precios_dominios span.cabeceiro {
  color: #45455e;
  display: block;
  font-size: 14px;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.precios_dominios span.prezo {
  color: #f68642;
  font-size: 22px;
  margin: 0 0 10px;
}

/*--------------------------------------------------
	[10. Portfolio Box]
----------------------------------------------------*/
/*Portfolio Box*/
@media only screen and (max-width: 767px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-box {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-box {
    margin-bottom: 60px;
  }
}

.portfolio-box a.fancybox {
  overflow: hidden;
  position: relative;
}

.portfolio-box a.fancybox:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box a.fancybox:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

.portfolio-box a.fancybox img {
  transition: all .5s ease;
}

.portfolio-box a.fancybox:hover img {
  transform: scale(1.1);
}

.portfolio-box .portfolio-box-in {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  background: #9fd66f;
  font-size: 20px;
  text-align: center;
  line-height: 53px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.portfolio-box a.fancybox:hover .portfolio-box-in {
  visibility: visible;
}

.portfolio-box small.project-tag {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #999999;
}

.portfolio-box small.project-tag a {
  color: #999999;
}

.portfolio-box small.project-tag i {
  margin-right: 5px;
}

.portfolio-box small.project-tag a:hover {
  color: #9fd66f;
}

/*Project Tag*/
/*--------------------------------------------------
	[11. Portfolio Boxes]
----------------------------------------------------*/
/* Portfolio Box v1
------------------------------------*/
.portfolio-box-v1 {
  margin: 0;
}

.portfolio-box-v1 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v1 li {
  background: #333333;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.portfolio-box-v1 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v1 li:hover:after {
  background: rgba(0, 0, 0, 0.7);
}

.portfolio-box-v1 li:after, .portfolio-box-v1 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v1 li:hover img {
  -transform: scale(1.1);
}

.portfolio-box-v1 .portfolio-box-v1-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v1 li:hover .portfolio-box-v1-in {
  visibility: visible;
}

.portfolio-box-v1 .portfolio-box-v1-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.portfolio-box-v1 .portfolio-box-v1-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff;
  margin-left: -20px;
  position: absolute;
}

.portfolio-box-v1 .portfolio-box-v1-in p, .portfolio-box-v1 .portfolio-box-v1-in h3 {
  color: #fff;
}

.portfolio-box-v1 .portfolio-box-v1-in p {
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-box-v1 .portfolio-box-v1-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

/*Portfolio Box v2
------------------------------------*/
.portfolio-box-v2 {
  margin: 0 0 60px;
}

.portfolio-box-v2 [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box-v2 li {
  background: #333333;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /*For Chrome*/
}

.portfolio-box-v2 li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box-v2 li:hover:after {
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-box-v2 li:after, .portfolio-box-v2 li:hover:after {
  transition: all 0.3s ease-in-out;
}

.portfolio-box-v2 li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -transform: scale(1.1);
}

.portfolio-box-v2 .portfolio-box-v2-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  min-height: 60px;
  margin-top: -30px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box-v2 li:hover .portfolio-box-v2-in {
  visibility: visible;
}

.portfolio-box-v2 .portfolio-box-v2-in i {
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 20px;
  font-size: 22px;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  background: rgba(114, 192, 44, 0.8);
}

.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background: #9fd66f;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
  color: #3b3b3b;
  font-size: 24px;
  margin: 0 0 15px;
}

.portfolio-item li {
  padding: 3px 0;
}

.portfolio-item p a {
  text-decoration: underline;
}

.portfolio-item p a:hover {
  text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
  margin: 10px 0 20px;
}

.portfolio-item1 li {
  font-size: 16px;
  margin-bottom: 3px;
}

.portfolio-item1 li i {
  font-size: 18px;
  margin-right: 4px;
}

/*Portfolio Single Item Page
------------------------------------*/
/*Project Details*/
.project-details li {
  color: #3b3b3b;
  font-weight: 200;
  margin-bottom: 5px;
}

.project-details strong {
  min-width: 100px;
  display: inline-block;
}

.project-details a {
  text-decoration: underline;
}

/*
main.css
*/
/* Portfolio Page
------------------------------------*/
/* Portfolio v1 */
.view a.info:hover {
  background: #f68642;
}

/* Portfolio v2 */
.sorting-block .sorting-nav li.active {
  color: #f68642;
  border-bottom: solid 1px #f68642;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
  background: #f68642;
}

/* Portfolio Box-v2
------------------------------------*/
.portfolio-box-v2 .portfolio-box-v2-in i {
  background: rgba(230, 126, 34, 0.8);
}

.portfolio-box-v2 .portfolio-box-v2-in i:hover {
  background: #f68642;
}

/* Fusion Portfolio
------------------------------------*/
.fusion-portfolio #filters-container .cbp-filter-item-active {
  background: #f68642;
  border-color: #f68642;
}

.fusion-portfolio #filters-container .cbp-filter-item:hover {
  color: #f68642;
}

.blog_masonry_3col h3 a:hover {
  color: #f68642;
}

/* Cube Portfolio
------------------------------------*/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
  color: #f68642;
}

.cube-portfolio .link-captions li i:hover {
  color: #fff;
  background: #f68642;
}

.cube-portfolio .cbp-caption-activeWrap.default-transparent-hover {
  background: rgba(230, 126, 34, 0.9) !important;
}

.price {
  font-weight: 400;
  line-height: 26px;
}

.price del {
  color: #9e9e9e;
  margin: 0 5px 0 0;
  font-size: 18px;
}

.price span {
  color: #f68642;
  font-size: 22px;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.price-list li {
  float: left;
  display: flex;
  padding: 0 10px;
  width: 16.666%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .price-list li {
    margin: 10px 0;
    width: 33.333%;
  }
}

.price-list .transfer {
  border-color: #f68642;
}

.price-list__item {
  width: 100%;
  text-align: center;
  border-radius: 3px;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
}

.price-list__item input {
  display: none;
}

.price-list__item label {
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 10px;
  height: 100%;
  min-height: 170px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
}

.price-list__item label:after {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  background: url(../img-dina/dina-icons/well-i3.png) no-repeat 0 0;
  content: "";
}

.price-list__item input:checked + label {
  box-shadow: 0 0 0 1px #f68642 inset;
}

.price-list__item input:checked + label:after {
  display: block;
}

.price-list__item .price-list__term {
  color: #3b3b3b;
}

.price-list__item .price-list__main {
  margin: 15px auto;
  color: #f68642;
  font-size: 22px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding-top: 5px;
  height: 70px;
  max-width: 60px;
  margin-bottom: 10px;
  font-weight: 500;
}

.price-list__item .price-list__main span {
  display: inline;
  font-size: 16px;
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .price-list__item .price-list__main {
    font-size: 20px;
  }
}

.price-list__item small {
  display: block;
  margin: 0 0 2px;
  color: #9e9e9e;
  font-size: 14px;
}

.price-list__item span {
  display: block;
  color: #9e9e9e;
  font-size: 18px;
}

.price-list__item .price-decimal {
  font-weight: 100;
}

.steps-list {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -15px;
  padding: 0;
  justify-content: center;
}

.steps-list li {
  float: left;
  display: flex;
  padding: 0 15px;
  width: 25%;
  list-style-type: none;
}

.rates {
  margin: 0 -15px;
  padding: 0;
  text-align: left;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .rates {
    margin-bottom: 40px;
  }
}

.rates.six-col {
  margin: 0 -13px;
}

.rates.six-col > li {
  padding: 0 13px;
  width: 16.666%;
}

@media only screen and (max-width: 1199px) {
  .rates.six-col > li {
    margin: 0 0 26px;
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .rates.six-col > li {
    width: 100%;
  }
}

.rates > li {
  display: inline-block;
  padding: 0 15px;
  width: 33.333%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .rates > li {
    margin: 0 0 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .rates > li:last-child {
    margin: 0;
  }
}

.rates.three-col > li {
  padding: 0 13px;
}

@media only screen and (max-width: 1199px) {
  .rates.three-col > li {
    margin: 0 0 26px;
    width: 33.333%;
  }
}

@media only screen and (max-width: 991px) {
  .rates.three-col > li {
    width: 100%;
  }
}

.rates-item {
  position: relative;
  padding: 40px 15px;
  text-align: center;
  background: #fff;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
}

.rates-item .precio {
  font-size: 50px !important;
  font-weight: 400;
}

.rates-item .moneda {
  font-size: 20px !important;
  font-weight: 400;
  position: absolute;
  top: -7px;
}

.rates-item p.dias {
  color: #f68642;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.rates.indent-top-big .rates-item {
  padding-top: 80px;
}

.rates.six-col .rates-item, .rates.three-col .rates-item {
  padding: 20px 15px;
}

.rates.six-col .btn.btn-default, .rates.three-col .btn.btn-default {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 0;
}

.rates-item__text {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
}

.rates__die {
  position: absolute;
  display: inline-block;
  padding: 0 15px 0 20px;
  top: 20px;
  left: 0;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  background: #f68642;
}

.rates__die:after {
  position: absolute;
  display: block;
  top: 9px;
  right: -27px;
  border: 18px solid transparent;
  border-left: 36px solid #f68642;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
}

.rates__die span {
  position: relative;
  display: block;
  z-index: 1;
}

.rates-item h3 {
  margin: 0 0 5px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.rates.modified .rates-item h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}

.rates.six-col .rates-item h3, .rates.three-col .rates-item h3 {
  margin: 0 0 15px;
  font-size: 14px;
}

.rates-item__domain {
  display: inline-block;
  margin: 0 0 15px;
  padding: 7px 0;
  vertical-align: top;
  color: #45455e;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 50px;
  font-weight: 500;
}

.rates.modified .rates-item__domain {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}

.rates-item p {
  margin: 0 0 30px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .rates-item p {
    white-space: normal;
  }
}

.rates.modified .rates-item p {
  font-size: 16px;
  white-space: normal;
  line-height: 24px;
}

.rates.modified .btn {
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .rates.modified .btn {
    font-size: 12px;
  }
}

.rates-item .price {
  margin: 0 0 15px;
  line-height: 40px;
  position: relative;
}

.rates-item .price em {
  margin: 0 5px 0 0;
  color: #9e9e9e;
  font-size: 18px;
  font-style: normal;
}

.rates-item .price del {
  font-size: 18px;
}

.rates.six-col .rates-item del, .rates.three-col .rates-item del {
  font-size: 16px;
}

.rates-item .price span {
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .rates-item .price span {
    font-size: 26px;
  }
}

.rates-item .price span.dec {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .rates-item .price span.dec {
    font-size: 17px;
  }
}

.rates.six-col .rates-item .price span, .rates.three-col .rates-item .price span {
  font-size: 30px;
  font-weight: 300;
}

.rates-item .price small {
  color: #7e8890;
  font-size: 16px;
  font-weight: 300;
}

.rates__list {
  margin: 0 0 40px;
}

.rates__list ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.rates.six-col .rates__list, .rates.three-col .rates__list {
  margin: 0 0 20px;
}

.rates__list li {
  padding: 20px 0 0;
  color: #9e9e9e;
  font-size: 16px;
  list-style-type: none;
}

.rates__list li:first-child {
  padding: 0;
}

.rates.six-col .rates__list li, .rates.three-col .rates__list li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 0;
}

.rates.six-col .rates__list li:first-child, .rates.three-col .rates__list li:first-child {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .rates .rates.six-col > li {
    width: 50%;
  }
}

.rates__list li i {
  margin: 0 10px 0 0;
  color: #f68642;
}

.price-btn {
  display: block;
  min-width: 155px;
  background: #fff;
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .price-btn {
    display: inline-block;
  }
}

.price-btn:hover {
  background: #f68642;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .final-price {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
}

/******* Mockup page 7 4 column price block *******/
.rates.four-column-rates > li {
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rates.four-column-rates > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .rates.four-column-rates > li {
    width: 100%;
  }
}

/*
main.css
*/
.rates-item .price span.c-font {
  font-size: 24px;
}

.price-active h4 {
  color: #f68642;
}

.price {
  margin: 0 0 10px;
}

.price span {
  font-size: 30px;
  font-weight: 300;
}

.price small {
  color: #9e9e9e;
  font-size: 18px;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 35px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  line-height: 0;
}

.price-list li {
  float: left;
  display: flex;
  padding: 0 10px;
  width: 16.666%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 991px) {
  .price-list li {
    width: 33%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .price-list li {
    width: 50%;
    margin: 10px 0;
  }
}

.price-list__item {
  width: 100%;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #bcbcbc;
  margin-bottom: 18px;
}

.price-list__item input {
  display: none;
}

.price-list__item label {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  height: 100%;
  min-height: 170px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
  padding-top: 15px;
}

.price-list__item label:after {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  background: url(../img-dina/dina-icons/well-i3.png) no-repeat 0 0;
  content: "";
}

.price-list__item input:checked + label {
  box-shadow: 0 0 0 1px #f68642 inset;
}

.price-list__item input:checked + label:after {
  display: block;
}

.price-list__item .price-list__term {
  color: #3b3b3b;
}

.price-list__item small {
  display: block;
  margin: 0 0 2px;
  color: #9e9e9e;
  font-size: 14px;
}

.price-list__item span {
  display: block;
  color: #9e9e9e;
  font-size: 18px;
}

/*
custom-main.css
*/
.rates-item .price span.c-font {
  font-size: 24px;
}

/*
main.css
*/
.rates.four-column-rates > li {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .rates.four-column-rates > li {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rates.four-column-rates > li {
    width: 50%;
  }
}

.rates-item .price span.c-font {
  font-size: 24px;
}

.rates-item.proses {
  min-height: 386px;
}

.rates-item.proses h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.rates-item.proses a {
  color: #9e9e9e;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
}

.rates-item.proses .rates__list {
  margin-bottom: 0;
}

.rates-item.proses a:hover {
  color: #f68642;
}

/*
custom-dh
*/
a.rates-item__text {
  text-transform: uppercase;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.rates.six-col .rates-item h3 {
  color: #7e8890;
}

.rates-item {
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.13);
}

.rates-item__domain {
  font-weight: 300;
  color: #45455e;
  font-size: 28px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

.rates.six-col .rates-item .price span {
  font-size: 23px;
  font-weight: inherit;
}

.rates-item__text {
  color: #9e9e9e;
  display: block;
  font-size: 12px;
}

.rates.six-col .btn.btn-default, .rates.three-col .btn.btn-default {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 0;
}

.rates-item__text {
  color: #7e8890;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}

.rates-item__text:hover {
  text-decoration: none;
}

.rates.six-col .rates-item h3, .rates.three-col .rates-item h3 {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

.rates__list li {
  color: #7e8890;
  line-height: 1.2em;
}

.container .rates-item h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.container .rates-item p {
  color: #7e8890;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}

.price del {
  color: #7e8890;
  font-size: 18px;
  font-weight: 300;
  margin: 0 15px 0 0;
  opacity: 0.8;
}

.rates-item .price span {
  font-size: 38px;
}

.rates-item .price small {
  color: #7e8890;
  font-size: 16px;
  opacity: 0.6;
}

.four-column-rates .rates.indent-top-big .rates-item {
  padding-top: 40px;
}

.container .rates-item p {
  font-size: 14px;
  font-weight: 300;
}

.rates__list ul {
  display: inline-block;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.rates-item p a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
  text-transform: lowercase;
  text-decoration: none;
  color: #f68642;
}

.rates-item p a span.glyphicon-chevron-right {
  color: #f68642;
  font-size: 12px;
}

.rates__list {
  margin: 0;
}

.rates__list li i {
  margin: 0 5px 0 0;
  font-size: 15px;
}

.rates-item p {
  white-space: normal;
}

.container .rates-item p.so {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #45455e;
}

.rates-item .price {
  line-height: 30px;
  margin: 0 0 5px;
}

.rates.modified .rates-item__domain {
  font-size: 30px;
}

.price-list__item .price-list__term {
  color: #b5bbbf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.price-list__item .price-list__time {
  color: #6d6d9b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.price-list__item del {
  color: #fbc4a3;
  font-size: 15px;
}

.price-list__item .base-price {
  position: relative;
  top: -16px;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .price-list__item .base-price {
    top: -8px;
  }
}

.price-list__item small.save {
  color: #b5bbbf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 5px 0 0;
  text-transform: none;
}

.price-list__item span.save_num {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #6d6d9b;
}

.price-list__item .price-list__term2, .price-list__item small, .price-list__item span {
  color: #7e8890;
}

.price-list__item .transfer {
  color: #6d6d9b;
  font-weight: 400;
  font-size: 15px;
}

.right-side .final-price {
  color: #f68642;
}

/*tres cajas*/
.price {
  display: block;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px;
}

.price div {
  float: left;
  width: 50%;
}

.price div.num_entero {
  text-align: right;
  color: #f68642;
  font-size: 60px;
  line-height: 0.8em;
  padding-right: 5px;
}

.price div.info_precio {
  text-align: left;
}

.price div.info_precio p {
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 0;
}

.price div.info_precio p.num_centimos {
  color: #f68642;
  font-size: 27px;
  line-height: 1.3em;
}

.price div.info_precio p.mes {
  color: #45455e;
}

.price div.info_precio p.periodo_promo, .price div.info_precio p.periodo_sinpromo {
  font-size: 12px;
  color: #7e8890 !important;
}

p.info_extra {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #7e8890 !important;
}

.list_promo ul {
  display: block;
  font-size: 16px;
  font-weight: 200;
  list-style-type: none;
  text-align: left;
}

.list_promo ul li {
  background-image: url("../img-dina/dina-icons/rates-item-b_li.png");
  background-position: left top;
  background-repeat: no-repeat;
  color: #45455e;
  margin-bottom: 20px;
  padding: 0 0 0 25px;
}

/**/
.rates > li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  list-style-type: none;
  padding: 0 1px 0 0;
  vertical-align: top;
  width: 33.333%;
}

@media only screen and (max-width: 991px) {
  .rates > li {
    margin: 10px 0;
    width: 100%;
  }
}

.rates > li.b {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  list-style-type: none;
  padding: 0 1px 0 0;
  vertical-align: top;
  width: 33.333%;
}

@media only screen and (max-width: 991px) {
  .rates > li.b {
    margin: 10px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .rates.three-column-rates li {
    margin: 10px 0;
    width: 100%;
  }
}

.rates-icon {
  background-color: none;
  margin-top: -15px;
}

.rates-icon.icon_p_1 {
  /*background-image: url("/moura/img-dina/iconos/webmail.png");*/
  margin-bottom: 0;
}

.rates-icon.icon_p_2 {
  /*background-image: url("/moura/img-dina/iconos/chat.png");*/
  margin-bottom: 0;
}

.rates-icon.icon_p_3 {
  /*background-image: url("/moura/img-dina/iconos/tienda_online.png");*/
  margin-bottom: 0;
}

.rates-wrapper {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  .rates-wrapper {
    border-right: 1px solid #bcbcbc;
  }
}

.rates-wrapper-no-border {
  margin-top: 15px;
  border: 0;
}

.rates-item-b {
  text-align: center;
  padding: 0 0 15px 30px;
}

.rates-item-b .lin {
  padding-right: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .rates-item-b .lin {
    border-right: none;
  }
}

.rates-item-b .linlast {
  border-right: 1px solid transparent;
  padding-right: 30px;
  margin-bottom: 40px;
}

.rates-item-b h3 {
  font-size: 21px;
  font-weight: 500;
  padding-right: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #45455e;
  margin-bottom: 0;
}

.rates-item-b h4 {
  color: #7e8890 !important;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  padding-right: 30px;
  text-transform: none;
}

.rates-item-b p.dias {
  color: #f68642;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.rates-item-b .price {
  display: flex;
  justify-content: center;
  font-weight: 400;
  line-height: 26px;
  margin: 15px 0 20px;
}

.rates-item-b .price div {
  float: none;
  width: auto;
  display: inline-block;
}

.rates-item-b .price div.num_entero {
  text-align: right;
  color: #f68642;
  font-size: 60px;
  line-height: 0.8em;
  padding-right: 5px;
}

.rates-item-b .price div.num_entero .desde {
  font-size: 14px;
  color: #bcbcbc;
  font-weight: 500;
  margin-right: -10px;
}

.rates-item-b .price div.num_entero_grande {
  font-size: 108px;
}

.rates-item-b .price div.info_precio {
  text-align: left;
}

.rates-item-b .price div p {
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 0;
}

.rates-item-b .price div p.num_centimos {
  color: #f68642;
  font-size: 27px;
  line-height: 1.3em;
}

.rates-item-b .price div p.mes {
  color: #bcbcbc;
  font-size: 14px;
  margin-top: -2px;
}

.rates-item-b .price div p.periodo_promo, .rates-item-b .price div p.periodo_sinpromo {
  font-size: 12px;
  color: #7e8890 !important;
}

.rates-item-b .price div p p.info_extra {
  font-size: 13px;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #7e8890 !important;
}

.list_promo ul {
  display: block;
  font-size: 16px;
  font-weight: 200;
  list-style-type: none;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

.list_promo ul li {
  background-image: url("../img-dina/dina-icons/price-list.png");
  background-position: 12px 7px;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #747489;
  margin-bottom: 20px;
  padding: 0 0 0 25px;
  font-weight: 400;
}

.container .rates-item p.dias {
  color: #f68642;
  display: block;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
  text-transform: lowercase;
}

.price.price_domain_result {
  display: block;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.price.price_domain_result del {
  color: #a1a1a1;
  display: block;
  font-size: 14px;
  margin: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .price.price_domain_result del {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .price.price_domain_result del {
    text-align: center;
  }
}

section.servidores .four-column-rates .rates-item h4, section.hosting .four-column-rates .rates-item h4, section.resellers h4 {
  color: #7e8890;
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: 0 0 15px;
  text-transform: none;
}

section.servidores .four-column-rates .btn.btn-default, section.hosting .four-column-rates .btn.btn-default, section.resellers .btn.btn-default {
  margin: 0 0 15px;
}

section.servidores .four-column-rates .rates__list li, section.servidores .three-column-rates .rates-item li, section.hosting .three-column-rates .rates-item li, section.resellers .three-column-rates .rates-item li {
  background-image: url("../img-dina/dina-icons/price-list.png");
  background-position: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #7e8890;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 23px;
  padding: 0 0 0 25px;
  line-height: 1.6em;
}

section.resellers .rates.six-col .rates__list li {
  background-image: url("../img-dina/dina-icons/price-list.png");
  background-position: 10px 3px;
  background-repeat: no-repeat;
  color: #7e8890;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 6px;
  min-height: 23px;
  padding: 0 0 0 25px;
  line-height: 1.6em;
}

section.servidores .four-column-rates .a-link, section.hosting .four-column-rates .a-link, section.resellers .a-link {
  bottom: 20px;
  display: block;
  padding: 0 30px 0 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}

section.servidores .rates-item, section.hosting .rates-item, section.resellers .rates-item {
  padding: 40px 15px 25px;
}

section.servidores .four-column-rates .rates__list {
  margin: 15px 0;
}

section.servidores .rates-item, section.hosting .rates-item {
  min-height: 640px;
}

section.servidores .rates-item .btn, section.hosting .rates-item .btn {
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: -87px;
}

section.servidores .rates-item p.text-bold, section.hosting .rates-item p.text-bold {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  text-align: center;
}

section.servidores .rates-item .dias, section.hosting .rates-item .dias {
  display: inline-block;
  margin-top: -15px;
  text-align: center;
}

section.servidores .rates-item .rates__list, section.hosting .rates-item .rates__list {
  min-height: 250px;
}

section.servidores .rates-item .contratacion-anual, section.hosting .rates-item .contratacion-anual {
  margin-top: -70px;
}

section.servidores .des, section.hosting .des, section.resellers .des {
  /*border-top: 4px solid lighten(color(base), 50%);*/
  border-top: 4px solid #f68642;
  padding-bottom: 22px;
}

section.servidores .des h3, section.hosting .des h3, section.resellers .des h3 {
  font-size: 26px;
}

section.servidores .four-column-rates .des li, section.hosting .four-column-rates .des li, section.resellers .des li {
  color: #45455e;
}

section.servidores a.link, section.hosting a.link, section.resellers a.link {
  color: #f68642;
}

.carro.total li {
  padding: 0px 10px 0px 8px;
  border-bottom: 0px;
}

.carro.total ul {
  padding: 0 0 5px;
}

.carro.total .discount__block {
  padding-bottom: 10px;
}

.carro.total .discount {
  padding: 8px 0px 0px 0px;
  background-color: #fafafa;
}

.carro.total .total__top-panel ul li:first-child {
  padding: 0px 10px 0px 8px;
}

.precios-prepago .rates-item {
  border: 0;
}

@media only screen and (min-width: 992px) {
  .precios-prepago li:nth-child(2) {
    border-right: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
  }
}

.precios-prepago .rates-wrapper {
  border: 0;
}

.venta-cruzada .rates-item-b {
  margin-top: 80px;
}

.venta-cruzada h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*--------------------------------------------------
	[7. Process]
----------------------------------------------------*/
/*Process v1
------------------------------------*/
.process-v1 .process-in {
  text-align: center;
}

.process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #9fd66f;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}

.process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bababa;
}

.process-v1 .process-in .process-desc {
  padding: 0 20px;
}

.process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.process-v1 .process-border {
  position: relative;
}

.process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .process-v1 .process-border:before {
    border: none;
  }
}

/* Process v1
------------------------------------*/
.process-v1 .process-in > li i {
  background: #f68642;
}

/*--------------------------------------------------
	[1. Promo Blocks]
----------------------------------------------------*/
/*Promo Background Images*/
.promo-bg-pattern-v1-dark {
  background: url(../img/patterns/5.png) repeat;
}

.promo-bg-pattern-v1-light {
  background: url(../img/patterns/16.png) repeat;
}

/*Promo Background Images*/
.promo-bg-img-v1 {
  background: url(../img/bg/img1.jpg) no-repeat;
  background-size: cover;
}

.promo-bg-img-v2 {
  background: url(../img/bg/img5.jpg) no-repeat;
  background-size: cover;
}

.promo-bg-img-v3 {
  background: url(../img/bg/img10.jpg) no-repeat;
  background-size: cover;
}

.promo-bg-img-v4 {
  background: url(../img/bg/img11.jpg) no-repeat;
  background-size: cover;
}

.promo-bg-img-v5 {
  background: url(../img/bg/img6.jpg) no-repeat;
  background-size: cover;
}

/*Promo Background Fixed*/
.promo-bg-fixed {
  background-attachment: fixed;
}

/*Promo Out of the box*/
@media only screen and (min-width: 992px) {
  .promo-background-dominios,
  .promo-background-registro-volumen,
  .promo-background-trasladar-dominios,
  .promo-background-precios-dominios, .promo-background-vps {
    position: relative;
    z-index: 999;
    height: 630px !important;
  }
}

.promo-background-dominios + .header-classic-white,
.promo-background-registro-volumen + .header-classic-white,
.promo-background-trasladar-dominios + .header-classic-white,
.promo-background-precios-dominios + .header-classic-white, .promo-background-vps + .header-classic-white {
  box-shadow: 0 3px 3px -3px #bababa;
  z-index: 1000;
  margin-top: 0;
}

.promo-background-dominios + .header-classic-white,
.promo-background-registro-volumen + .header-classic-white,
.promo-background-trasladar-dominios + .header-classic-white,
.promo-background-precios-dominios + .header-classic-white, .promo-background-vps + .header-classic-white, .promo-background-dominios + .header-classic-white .navbar,
.promo-background-registro-volumen + .header-classic-white .navbar,
.promo-background-trasladar-dominios + .header-classic-white .navbar,
.promo-background-precios-dominios + .header-classic-white .navbar, .promo-background-vps + .header-classic-white .navbar {
  background: transparent !important;
}

@media only screen and (min-width: 1200px) {
  .promo-background-dominios + .header-classic-white,
  .promo-background-registro-volumen + .header-classic-white,
  .promo-background-trasladar-dominios + .header-classic-white,
  .promo-background-precios-dominios + .header-classic-white, .promo-background-vps + .header-classic-white {
    margin-top: -38px;
  }
}

.promo-background-dominios + .header-classic-white.header-sticky,
.promo-background-registro-volumen + .header-classic-white.header-sticky,
.promo-background-trasladar-dominios + .header-classic-white.header-sticky,
.promo-background-precios-dominios + .header-classic-white.header-sticky, .promo-background-vps + .header-classic-white.header-sticky, .promo-background-dominios + .header-classic-white.header-sticky .navbar,
.promo-background-registro-volumen + .header-classic-white.header-sticky .navbar,
.promo-background-trasladar-dominios + .header-classic-white.header-sticky .navbar,
.promo-background-precios-dominios + .header-classic-white.header-sticky .navbar, .promo-background-vps + .header-classic-white.header-sticky .navbar {
  background: white !important;
}

@media only screen and (min-width: 1200px) {
  .promo-background-dominios + .header-classic-white.header-sticky,
  .promo-background-registro-volumen + .header-classic-white.header-sticky,
  .promo-background-trasladar-dominios + .header-classic-white.header-sticky,
  .promo-background-precios-dominios + .header-classic-white.header-sticky, .promo-background-vps + .header-classic-white.header-sticky {
    margin-top: 0;
  }
}

/*Promo Texts v1*/
.promo-text-v1 {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  border-bottom: solid 2px #fff;
}

.promo-text-v1.color-dark {
  border-color: #3b3b3b;
}

/*Promo Texts v2*/
.promo-text-v2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 63px;
}

/*Promo Video Icon*/
.promo-video-icon-wrap {
  width: 64px;
  height: 64px;
  font-size: 18px;
  line-height: 70px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.promo-video-icon-wrap:hover {
  color: #333333;
  text-decoration: none;
}

.promo-video-icon-wrap.color-light {
  color: #333333;
  background: white;
}

.promo-video-icon-wrap.color-light:hover {
  background: rgba(255, 255, 255, 0.9);
}

.promo-video-icon-wrap.color-dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.promo-video-icon-wrap.color-dark:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}

.promo-video-icon {
  left: 3px;
  position: relative;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
  max-height: 460px !important;
}

.slider-promo-info-bg {
  padding: 25px 20px 20px;
  background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size {
  color: #fff;
  display: block;
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: none !important;
}

.slider-promo-info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
  padding: 20px;
  margin: 25px 0 20px;
  text-align: center;
}

.promo-box i {
  display: block;
  font-size: 50px;
}

.promo-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.promo-box strong {
  color: #3b3b3b;
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin: 20px 0 15px;
}

.promo-box strong a {
  color: #3b3b3b;
  display: block;
  font-size: 20px;
  font-weight: 200;
  margin: 20px 0 15px;
}

.promo-box:hover strong {
  color: #9fd66f;
}

.promo-box:hover strong a {
  color: #9fd66f;
}

/*Promo Service*/
.promo-service {
  margin-bottom: 20px;
}

.promo-service li {
  margin-bottom: 5px;
}

.promo-service a.btn-u {
  margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 30px;
  border-bottom: solid 1px #ededed;
}

.title-box .title-box-text {
  color: #3b3b3b;
  display: block;
  font-size: 35px;
  font-weight: 200;
}

@media only screen and (max-width: 767px) {
  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .title-box p {
    font-size: 15px;
  }
}

.block-blockquote {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #cccccc;
}

.block-blockquote-inner {
  padding: 15px;
}

.block-blockquote p {
  font-size: 26px;
  margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
  margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
  color: #9fd66f;
  transition: all 0.2s ease-in-out;
}

.info-blocks i.icon-info-blocks {
  float: left;
  color: #7a7a7a;
  font-size: 30px;
  min-width: 50px;
  margin-top: 10px;
  text-align: center;
}

.info-blocks .info-blocks-in {
  padding: 0 10px;
  overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
  color: #3b3b3b;
  font-size: 20px;
  line-height: 28px;
}

.info-blocks .info-blocks-in p {
  font-size: 12px;
}

.promo {
  margin: 95px 0 0;
  color: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 580px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo {
    max-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .promo {
    background-size: 100% 70%;
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .promo {
    background-size: 100% 62%;
    max-height: 250px;
  }
}

.promo__in {
  padding: 100px 0;
  height: 580px;
  position: relative;
  overflow: hidden;
  /*
  * Posición texto banners
  *
  * Ejemplo:
  *
  * @include moura-banner(mediaQueryValue, horizontalAlignment, topValue, bottomValue)
  *
  */
  /*
   * Pie de página en banners
   */
}

.promo__in video {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  height: 580px;
}

.promo__in h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 1px;
  text-transform: none;
}

.promo__in p {
  font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in {
    max-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .promo__in {
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__in {
    padding: 50px 0;
  }
}

.promo__in .container {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .promo__in .container-text {
    position: relative;
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .promo__in .container-text {
    position: relative;
    max-width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 95px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-dominios {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -95px;
    bottom: inherit;
  }
  .promo__in .banner-dominios * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 75px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 20px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -5px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-hosting {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 25px;
    bottom: -110px;
  }
  .promo__in .banner-hosting * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 75px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 20px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -5px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-hosting-bbdd {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -105px;
    bottom: inherit;
  }
  .promo__in .banner-hosting-bbdd * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 75px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 20px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -5px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -35px;
    bottom: inherit;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-vps {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 25px;
    bottom: -110px;
  }
  .promo__in .banner-vps * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 95px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 35px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: 0;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -20px;
    bottom: inherit;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    margin: 0 auto auto 0;
    text-align: left;
    top: -15px;
    bottom: inherit;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-cloud {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 65px;
    bottom: -110px;
  }
  .promo__in .banner-cloud * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 75px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: right;
  }
  .promo__in .banner-dedicados h1, .promo__in .banner-dedicados p {
    padding-right: 15px;
  }
  .promo__in .banner-dedicados .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 20px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: right;
  }
  .promo__in .banner-dedicados h1, .promo__in .banner-dedicados p {
    padding-right: 15px;
  }
  .promo__in .banner-dedicados .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -5px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: none !important;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -35px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: none !important;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -35px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: none !important;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-dedicados {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -35px;
    bottom: inherit;
  }
  .promo__in .banner-dedicados * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 95px;
    bottom: inherit;
  }
  .promo__in .banner-resellers * {
    float: right;
  }
  .promo__in .banner-resellers h1, .promo__in .banner-resellers p {
    padding-right: 15px;
  }
  .promo__in .banner-resellers .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 35px;
    bottom: inherit;
  }
  .promo__in .banner-resellers * {
    float: right;
  }
  .promo__in .banner-resellers h1, .promo__in .banner-resellers p {
    padding-right: 15px;
  }
  .promo__in .banner-resellers .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 0;
    bottom: inherit;
  }
  .promo__in .banner-resellers * {
    float: right;
  }
  .promo__in .banner-resellers h1, .promo__in .banner-resellers p {
    padding-right: 15px;
  }
  .promo__in .banner-resellers .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: -15px;
    bottom: inherit;
  }
  .promo__in .banner-resellers * {
    float: right;
  }
  .promo__in .banner-resellers h1, .promo__in .banner-resellers p {
    padding-right: 15px;
  }
  .promo__in .banner-resellers .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: -15px;
    bottom: inherit;
  }
  .promo__in .banner-resellers * {
    float: right;
  }
  .promo__in .banner-resellers h1, .promo__in .banner-resellers p {
    padding-right: 15px;
  }
  .promo__in .banner-resellers .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-resellers {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 65px;
    bottom: -110px;
  }
  .promo__in .banner-resellers * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 95px;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: right;
  }
  .promo__in .banner-muchomas h1, .promo__in .banner-muchomas p {
    padding-right: 15px;
  }
  .promo__in .banner-muchomas .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 35px;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: right;
  }
  .promo__in .banner-muchomas h1, .promo__in .banner-muchomas p {
    padding-right: 15px;
  }
  .promo__in .banner-muchomas .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: 0;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: right;
  }
  .promo__in .banner-muchomas h1, .promo__in .banner-muchomas p {
    padding-right: 15px;
  }
  .promo__in .banner-muchomas .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: -15px;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: right;
  }
  .promo__in .banner-muchomas h1, .promo__in .banner-muchomas p {
    padding-right: 15px;
  }
  .promo__in .banner-muchomas .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: right;
    margin: 0;
    position: inherit;
    max-width: 100%;
    top: -15px;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: right;
  }
  .promo__in .banner-muchomas h1, .promo__in .banner-muchomas p {
    padding-right: 15px;
  }
  .promo__in .banner-muchomas .btn-banner {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-muchomas {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: -35px;
    bottom: inherit;
  }
  .promo__in .banner-muchomas * {
    float: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 185px;
    bottom: inherit;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 185px;
    bottom: inherit;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: inherit;
    bottom: -110px;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: landscape) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: inherit;
    bottom: -75px;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) and (orientation: portrait) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: inherit;
    bottom: -75px;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-somosdh {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 auto auto 0;
    top: 65px;
    bottom: -110px;
  }
  .promo__in .banner-somosdh * {
    float: none !important;
  }
}

.promo__in .banner-somosdh h1, .promo__in .banner-somosdh p {
  text-shadow: 1px 1px 1px #3c3c3c, 1px -1px 1px #3c3c3c, -1px 1px 1px #3c3c3c, -1px -1px 1px #3c3c3c;
}

.promo__in .banner-ven-a-dh {
  text-align: right;
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .promo__in .banner-ven-a-dh {
    top: 100px;
    right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .banner-ven-a-dh {
    top: 20px;
    right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .banner-ven-a-dh {
    top: -50px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .promo__in .banner-ven-a-dh p {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .promo__in .banner-ven-a-dh {
    top: -80px;
    width: 100%;
    text-align: center;
  }
  .promo__in .banner-ven-a-dh p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .banner-ven-a-dh {
    top: -80px;
    width: 100%;
    text-align: center;
  }
  .promo__in .banner-ven-a-dh p {
    font-size: 14px !important;
  }
}

.promo__in .footer-banner-dominios span, .promo__in .footer-banner-hosting span, .promo__in .footer-banner-vps span, .promo__in .footer-banner-bbdd span, .promo__in .footer-banner-muchomas span, .promo__in .footer-banner-somosdh span, .promo__in .footer-banner-resellers span {
  font-size: 10px;
}

@media only screen and (min-width: 1200px) {
  .promo__in .footer-banner-dominios, .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd, .promo__in .footer-banner-muchomas, .promo__in .footer-banner-somosdh, .promo__in .footer-banner-resellers {
    bottom: -305px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .footer-banner-dominios, .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd, .promo__in .footer-banner-muchomas, .promo__in .footer-banner-somosdh, .promo__in .footer-banner-resellers {
    max-width: 100%;
    bottom: -105px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__in .footer-banner-dominios, .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd, .promo__in .footer-banner-muchomas, .promo__in .footer-banner-somosdh, .promo__in .footer-banner-resellers {
    bottom: -65px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .footer-banner-dominios, .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd, .promo__in .footer-banner-muchomas, .promo__in .footer-banner-somosdh, .promo__in .footer-banner-resellers {
    max-width: 100%;
    bottom: -85px;
    line-height: 1;
  }
}

.promo__in .footer-banner-dominios span, .promo__in .footer-banner-hosting span, .promo__in .footer-banner-vps span, .promo__in .footer-banner-bbdd span, .promo__in .footer-banner-muchomas span {
  float: right;
}

@media only screen and (min-width: 992px) {
  .promo__in .footer-banner-dominios, .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd, .promo__in .footer-banner-muchomas {
    left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .promo__in .footer-banner-somosdh {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .promo__in .footer-banner-hosting, .promo__in .footer-banner-vps, .promo__in .footer-banner-bbdd {
    bottom: -267px;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .footer-banner-dominios {
    bottom: -267px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .footer-banner-dominios {
    bottom: -167px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .footer-banner-dominios {
    bottom: -305px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__in .footer-banner-dominios {
    bottom: -305px;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .footer-banner-dominios {
    bottom: -305px;
  }
}

@media only screen and (min-width: 1200px) {
  .promo__in .footer-banner-vps {
    bottom: -267px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo__in .footer-banner-vps {
    bottom: -167px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo__in .footer-banner-vps {
    bottom: -305px;
  }
}

@media only screen and (max-width: 767px) {
  .promo__in .footer-banner-vps {
    bottom: -305px;
  }
}

@media only screen and (max-width: 420px) {
  .promo__in .footer-banner-vps {
    bottom: -305px;
  }
}

@media only screen and (min-width: 992px) {
  .promo__in .footer-banner-resellers {
    bottom: -322px;
  }
}

@media only screen and (min-width: 992px) {
  .promo__in .footer-banner-muchomas {
    bottom: -322px;
  }
}

.promo {
  /*background-image: url("/moura/img-dina/dina-photo/promo11.jpg");*/
  background-position: center;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .promo {
    margin-top: 60px;
    background-size: cover;
  }
}

@media only screen and (max-width: 420px) {
  .promo {
    margin-bottom: 38px;
  }
}

.promo h2 {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.promo h2 span {
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .promo h2 {
    font-size: 22px;
  }
}

.promo p {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
}

.promo-background-dominios,
.promo-background-registro-volumen,
.promo-background-trasladar-dominios,
.promo-background-precios-dominios {
  /*background-image: url("/moura/img-dina/secciones/dominios/Dominio_1920_580.png");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-dominios,
  .promo-background-registro-volumen,
  .promo-background-trasladar-dominios,
  .promo-background-precios-dominios {
    /*background-image: url("/moura/img-dina/secciones/dominios/Dominio_768_300.png");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-dominios,
  .promo-background-registro-volumen,
  .promo-background-trasladar-dominios,
  .promo-background-precios-dominios {
    /*background-image: url("/moura/img-dina/secciones/dominios/Dominio_360_250.png");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-dominios,
  .promo-background-registro-volumen,
  .promo-background-trasladar-dominios,
  .promo-background-precios-dominios {
    /*background-image: url("/moura/img-dina/secciones/dominios/Dominio_1264_450.png");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-dominios,
  .promo-background-registro-volumen,
  .promo-background-trasladar-dominios,
  .promo-background-precios-dominios {
    /*background-image: url("/moura/img-dina/secciones/dominios/Dominio_1920_580.png");*/
  }
}

.promo-background-blog {
  /*background-image: url("/moura/img-dina/secciones/blog.png");*/
}

.promo-background-hosting {
  /*background-image: url("/moura/img-dina/secciones/hosting/hosting_1921_580.jpg");*/
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .promo-background-hosting {
    /*background-image: url("/moura/img-dina/secciones/hosting/hosting_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-hosting {
    /*background-image: url("/moura/img-dina/secciones/hosting/hosting_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-hosting {
    /*background-image: url("/moura/img-dina/secciones/hosting/hosting_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-hosting {
    /*background-image: url("/moura/img-dina/secciones/hosting/hosting_1921_580.jpg");*/
  }
}

.promo-background-mas-servicios {
  /*background-image: url("/moura/img-dina/secciones/mas-servicios/muchomas_1921_580.jpg");*/
  background-position: left;
}

@media only screen and (max-width: 991px) {
  .promo-background-mas-servicios {
    /*background-image: url("/moura/img-dina/secciones/mas-servicios/muchomas_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-mas-servicios {
    /*background-image: url("/moura/img-dina/secciones/mas-servicios/muchomas_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-mas-servicios {
    /*background-image: url("/moura/img-dina/secciones/mas-servicios/muchomas_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-mas-servicios {
    /*background-image: url("/moura/img-dina/secciones/mas-servicios/muchomas_1921_580.jpg");*/
  }
}

.promo-background-resellers {
  /*background-image: url("/moura/img-dina/secciones/resellers/resellers_1921_580.jpg");*/
  background-position: left;
}

@media only screen and (max-width: 991px) {
  .promo-background-resellers {
    /*background-image: url("/moura/img-dina/secciones/resellers/resellers_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-resellers {
    /*background-image: url("/moura/img-dina/secciones/resellers/resellers_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-resellers {
    /*background-image: url("/moura/img-dina/secciones/resellers/resellers_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-resellers {
    /*background-image: url("/moura/img-dina/secciones/resellers/resellers_1921_580.jpg");*/
  }
}

.promo-background-ven-a-dh {
  /*background-image: url("/moura/img-dina/secciones/ven-a-dh/ven-a-dh_1921_580.jpg");*/
  background-position: left;
}

@media only screen and (max-width: 991px) {
  .promo-background-ven-a-dh {
    /*background-image: url("/moura/img-dina/secciones/ven-a-dh/ven-a-dh_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-ven-a-dh {
    /*background-image: url("/moura/img-dina/secciones/ven-a-dh/ven-a-dh_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-ven-a-dh {
    /*background-image: url("/moura/img-dina/secciones/ven-a-dh/ven-a-dh_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-ven-a-dh {
    /*background-image: url("/moura/img-dina/secciones/ven-a-dh/ven-a-dh_1921_580.jpg");*/
  }
}

.promo-background-dedicados {
  /*background-image: url("/moura/img-dina/secciones/dedicados/dedicados.jpg");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-dedicados {
    /*background-image: url("/moura/img-dina/secciones/dedicados/Dedicado_768_300.gif");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-dedicados {
    /*background-image: url("/moura/img-dina/secciones/dedicados/Dedicado_360_250.gif");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-dedicados {
    /*background-image: url("/moura/img-dina/secciones/dedicados/Dedicado_1264_450.gif");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-dedicados {
    /*background-image: url("/moura/img-dina/secciones/dedicados/dedicados.jpg");*/
    background-size: cover;
  }
}

.promo-background-vps {
  /*background-image: url("/moura/img-dina/secciones/vps/VPS_1920_580.png");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-vps {
    /*background-image: url("/moura/img-dina/secciones/vps/VPS_768_300.png");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-vps {
    /*background-image: url("/moura/img-dina/secciones/vps/VPS_360_250.png");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-vps {
    /*background-image: url("/moura/img-dina/secciones/vps/VPS_1264_450.png");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-vps {
    /*background-image: url("/moura/img-dina/secciones/vps/VPS_1920_580.png");*/
  }
}

.promo-background-hosting-bbdd {
  /*background-image: url("/moura/img-dina/secciones/bbdd/BBDD_1921_580.jpg");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-hosting-bbdd {
    /*background-image: url("/moura/img-dina/secciones/bbdd/BBDD_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-hosting-bbdd {
    /*background-image: url("/moura/img-dina/secciones/bbdd/BBDD_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-hosting-bbdd {
    /*background-image: url("/moura/img-dina/secciones/bbdd/BBDD_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-hosting-bbdd {
    /*background-image: url("/moura/img-dina/secciones/bbdd/BBDD_1921_580.jpg");*/
  }
}

.promo-background-somos-dinahosting {
  /*background-image: url("/moura/img-dina/secciones/somos-dinahosting/somosdh_1921_580.jpg");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-somos-dinahosting {
    /*background-image: url("/moura/img-dina/secciones/somos-dinahosting/somosdh_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-somos-dinahosting {
    /*background-image: url("/moura/img-dina/secciones/somos-dinahosting/somosdh_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-somos-dinahosting {
    /*background-image: url("/moura/img-dina/secciones/somos-dinahosting/somosdh_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-somos-dinahosting {
    /*background-image: url("/moura/img-dina/secciones/somos-dinahosting/somosdh_1921_580.jpg");*/
  }
}

.promo-background-limpeza-malware {
  /*background-image: url("/moura/img-dina/secciones/limpeza-malware/Limpeza_1921_580.jpg");*/
}

@media only screen and (max-width: 991px) {
  .promo-background-limpeza-malware {
    /*background-image: url("/moura/img-dina/secciones/limpeza-malware/Limpeza_768_300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-limpeza-malware {
    /*background-image: url("/moura/img-dina/secciones/limpeza-malware/Limpeza_360_250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-limpeza-malware {
    /*background-image: url("/moura/img-dina/secciones/limpeza-malware/Limpeza_1264_450.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-limpeza-malware {
    /*background-image: url("/moura/img-dina/secciones/limpeza-malware/Limpeza_1920_580.jpg");*/
  }
}

.promo-background-carro {
  /*background-image: url("/moura/img-dina/secciones/carro/carrito1920x450.jpg");*/
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .promo-background-carro {
    /*background-image: url("/moura/img-dina/secciones/carro/carrito768x300.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .promo-background-carro {
    /*background-image: url("/moura/img-dina/secciones/carro/carrito360x250.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .promo-background-carro {
    /*background-image: url("/moura/img-dina/secciones/carro/carrito1264x450.jpg");*/
    height: 450px;
    margin-top: 94px;
  }
}

@media only screen and (min-width: 1200px) {
  .promo-background-carro {
    /*background-image: url("/moura/img-dina/secciones/carro/carrito1920x450.jpg");*/
  }
}

/*
custom-ruslan.css
*/
.promo-item-1 {
  background: url("../img-temp/promo/promo-1.jpg") no-repeat 0 0/cover;
}

.promo-item-2 {
  background: url("../img-temp/promo/promo-2.jpg") no-repeat 0 0/cover;
}

.promo-item-3 {
  background: url("../img-temp/promo/promo-3.jpg") no-repeat 0 0/cover;
}

.promo-item-4 {
  background: url("../img-temp/promo/promo-4.jpg") no-repeat 0 0/cover;
}

.promo-item-5 {
  background: url("../img-temp/promo/promo-5.jpg") no-repeat 0 0/cover;
}

/* Promo Page
------------------------------------*/
/* Promo Box */
.promo-box:hover strong {
  color: #f68642;
}

.promo-box:hover strong a {
  color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.promo .container h1 {
  font-size: 45px;
  font-weight: 600;
  margin: 0 0 1px;
  text-transform: none;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .promo .container h1 {
    line-height: 1.5em;
    font-size: 25px;
  }
}

.promo__in {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .promo__in {
    padding: 125px 0;
  }
}

@media only screen and (max-width: 767px) {
  .promo__in {
    padding: 125px 0;
    max-height: 250px;
  }
}

.promo a {
  font-size: 17px;
}

.promo h2, .promo .container h2 {
  color: #fff !important;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: none;
}

.promo .container h1 {
  font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo .container h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .promo .container h1 {
    line-height: 1.5em;
    font-size: 22px;
  }
}

.promo .container p {
  font-weight: 400;
  font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo .container p {
    font-size: 18px;
  }
}

.promo ul li {
  color: #fff;
}

.redes-sociales {
  width: 100%;
  text-align: center;
}

.redes-sociales i {
  cursor: pointer;
}

li.promo-ribbon dl {
  overflow: hidden;
}

li.promo-ribbon dl dt {
  position: relative;
}

@media (max-width: 768px) {
  li.promo-ribbon dl dt .label-ribbon-sm {
    position: absolute;
    background-color: #f68642;
    display: block;
    top: -13px;
    left: -13px;
    transform: rotate(-37deg);
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    text-align: center;
    font-size: 10px;
    padding: 4px 17px;
    overflow: hidden;
    opacity: 1;
  }
  li.promo-ribbon dl dt .label-ribbon-lg {
    display: none;
  }
}

@media (min-width: 769px) {
  li.promo-ribbon dl dt .label-ribbon-lg {
    position: absolute;
    background-color: #f68642;
    display: block;
    top: -7px;
    left: -16px;
    transform: rotate(-37deg);
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    text-align: center;
    font-size: 10px;
    padding: 4px 17px;
    overflow: hidden;
    opacity: 1;
  }
  li.promo-ribbon dl dt .label-ribbon-sm {
    display: none;
  }
}

li.promo-ribbon div {
  overflow: hidden;
}

li.promo-ribbon div .label-ribbon {
  position: absolute;
  background-color: #f68642;
  display: block;
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  font-size: 11px;
  left: -20px;
  padding: 4px 20px;
}

/*--------------------------------------------------
	[##. Main Page Styles]
----------------------------------------------------*/
/* Purchase Block
------------------------------------*/
.purchase {
  padding: 25px 0 30px;
  border-bottom: solid 1px #ededed;
  background: url(../img/patterns/breadcrumbs.png) repeat;
}

@media only screen and (max-width: 991px) {
  .purchase {
    text-align: center;
  }
}

.purchase p {
  margin-bottom: 0;
}

.purchase span {
  color: #666666;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 991px) {
  .purchase span {
    font-size: 22px;
    line-height: 29px;
  }
}

.purchase .btn-buy {
  text-align: center;
}

.purchase .btn-buy a {
  margin-top: 27px;
}

@media only screen and (max-width: 991px) {
  .purchase .btn-buy a {
    margin-top: 25px;
    font-size: 16px;
  }
}

.purchase .btn-buy a i {
  margin-right: 5px;
}

/*--------------------------------------------------
	[22. Quote]
----------------------------------------------------*/
.quote-v1 {
  padding: 60px 0;
  text-align: center;
  background: url(../img/patterns/5.png) repeat;
}

.quote-v1 p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  padding: 0 100px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .quote-v1 p {
    font-size: 18px;
    padding: 0 50px;
  }
}

.quote-v1 p:before {
  color: #9fd66f;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -30px 0 0 -40px;
  font-family: Georgia, serif;
}

.quote-v1 span {
  color: #fff;
  font-size: 18px;
}

/*Quote v2
------------------------------------*/
.quote-v2 {
  text-align: center;
  padding: 85px 10% 40px;
}

.quote-v2 p {
  color: #3b3b3b;
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v2 span {
  color: #3b3b3b;
  font-weight: 400;
}

.text-white {
  color: #fff !important;
}

.pre_input-text {
  margin-bottom: 60px;
  transition: all 0.2s ease-in;
}

.test .pre_input-text {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

#video_container {
  width: 100%;
}

.video-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../video/video_cover.jpeg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.animacion-wrapper {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .animacion-wrapper {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 87vh;
    /*background-image: url("/moura/img-dina/portada/comic/responsive/1280x680.png");*/
  }
}

@media only screen and (max-width: 991px) {
  .animacion-wrapper {
    height: 320px;
    /*background-image: url("/moura/img-dina/portada/comic/responsive/768x320.png");*/
    background-position: center;
    background-size: 100% 100%;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .animacion-wrapper {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/415x175.png");*/
    height: 170px;
  }
}

@media only screen and (min-width: 1200px) {
  .animacion-wrapper {
    height: 100vh;
  }
}

@media only screen and (max-width: 1199px) {
  .fondo-animacion-wrapper-es {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/es/1280x680.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .fondo-animacion-wrapper-es {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/es/768x320.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .fondo-animacion-wrapper-es {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/es/415x175.jpg");*/
  }
}

@media only screen and (max-width: 1199px) {
  .fondo-animacion-wrapper-gl {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/gl/1280x680.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .fondo-animacion-wrapper-gl {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/gl/768x320.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .fondo-animacion-wrapper-gl {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/gl/415x175.jpg");*/
  }
}

@media only screen and (max-width: 1199px) {
  .fondo-animacion-wrapper-ca {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/ca/1280x680.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .fondo-animacion-wrapper-ca {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/ca/768x320.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .fondo-animacion-wrapper-ca {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/ca/415x175.jpg");*/
  }
}

@media only screen and (max-width: 1199px) {
  .fondo-animacion-wrapper-en {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/en/1280x680.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .fondo-animacion-wrapper-en {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/en/768x320.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .fondo-animacion-wrapper-en {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/en/415x175.jpg");*/
  }
}

@media only screen and (max-width: 1199px) {
  .fondo-animacion-wrapper-pt {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/pt/1280x680.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .fondo-animacion-wrapper-pt {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/pt/768x320.jpg");*/
  }
}

@media only screen and (max-width: 420px) {
  .fondo-animacion-wrapper-pt {
    /*background-image: url("/moura/img-dina/portada/comic/responsive/pt/415x175.jpg");*/
  }
}

.animacion-home {
  position: absolute;
  top: 94px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.animacion-home .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 124px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}

.btn.btn_cus-first {
  min-width: 120px;
  width: auto;
  white-space: nowrap;
  margin-top: -5px;
  border-color: #fff;
}

@media only screen and (max-width: 991px) {
  .btn.btn_cus-first {
    margin: 10px 0;
  }
}

.btn-header-popup {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
  .btn-header-popup {
    position: relative;
    top: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-header-popup {
    background: rgba(0, 0, 0, 0.7);
  }
}

@media only screen and (max-width: 1199px) {
  .header-v6.header-sticky {
    position: fixed;
    top: 0;
  }
}

.header-fixed .header-v6.header-sticky, .call-to-action {
  z-index: 103;
}

.test .call-to-action {
  display: none;
}

.dt {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
}

.main-slider_wrapper {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media only screen and (min-width: 992px) {
  .main-slider_wrapper {
    height: 100vh;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider_wrapper {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider_wrapper {
    /*background-image: url("/moura/img-dina/portada/santiago-768x380.jpg");*/
  }
}

@media only screen and (min-width: 992px) {
  .main-slider_wrapper {
    /*background-image: url("/moura/img-dina/portada/santiago-1280x740.jpg");*/
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider_wrapper {
    /*background-image: url("/moura/img-dina/portada/santiago-1920x1020.jpg");*/
  }
}

@media only screen and (max-width: 991px) {
  .btn-portada {
    margin-top: 60px;
  }
}

.custom-search {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}

.custom-search:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /*transition: opacity .5s ease;*/
}

.fake-input {
  color: #fff;
  font-weight: 300;
  padding: 0;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

.search-results {
  display: none;
}

.search-results-items {
  padding: 20px 0;
}

.search-results__item {
  padding: 10px 0;
}

.search-results__item.search-results__item_unavailable {
  opacity: 0.4;
}

.search-results-items_zebra .search-results__item {
  position: relative;
}

.search-results-items_zebra .search-results__item:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  left: -40px;
  background-color: transparent;
}

.search-results-items_zebra .search-results__item:nth-child(odd):before {
  background: rgba(255, 255, 255, 0.03);
}

.domain-name {
  width: 50%;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.domain-status {
  width: 50%;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.domain-status * {
  vertical-align: middle;
}

.domain-name {
  text-align: left;
  float: left;
}

.domain-status {
  text-align: right;
  float: right;
}

.domain-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-image: url(../img-dina/dina-icons/spinner.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rotate {
  -webkit-animation: domains-rotating 2s linear infinite;
  animation: domains-rotating 2s linear infinite;
}

.domain-icon.load {
  background-image: url(../img-dina/dina-icons/cart.svg);
}

.domain-icon.check {
  background-image: url(../img-dina/dina-icons/check.svg);
}

.search-domains_collection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: -150%;
  left: 0;
  z-index: 104;
  opacity: 0;
  transition: all 0.4s ease-in;
}

.search-domains_collection.on-bottom {
  position: absolute;
}

.search-domains_collection.has_items {
  bottom: 0;
  opacity: 1;
}

.search-domains_collection-domains {
  height: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.search-domains_collection.has_items:hover .search-domains_collection-domains {
  height: auto;
  padding: 10px 0;
  opacity: 1;
}

.search-domains_collection-domains, .search-domains_collection-result {
  border-radius: 5px;
  background: #fff;
}

.added-domains_info, .domains-checkout, .toastr-domain_price, .toastr-domain_name {
  width: 50%;
  padding: 10px 40px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  float: left;
}

.added-domains_info, .domains-checkout {
  line-height: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .added-domains_info, .domains-checkout {
    width: 100%;
    float: none;
  }
}

.toastr-domain {
  position: relative;
}

.remove-toast {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../img-dina/dina-icons/close-grey.png);
  position: absolute;
  top: 50%;
  left: 15px;
}

.true-input_element {
  width: 100%;
  background: transparent;
  color: #fff;
  font-weight: 300;
  padding: 0;
  border: none;
  white-space: nowrap;
  line-height: 60px;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.true-input_element:focus {
  outline: 0 none;
}

#video_container {
  filter: blur(0);
  -webkit-filter: blur(0);
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.test #video_container {
  filter: blur(30px);
  -webkit-filter: blur(30px);
}

.test .custom-search {
  height: auto;
  padding: 140px 0;
}

.test .custom-search:before {
  opacity: 0.9;
}

.test .search-results {
  display: block;
  position: relative;
  z-index: 103;
}

.test .dtc {
  vertical-align: top;
}

.search-results-filter {
  padding: 10px 0;
}

.search-results-filter_left, .search-results-filter_right {
  width: 50%;
  padding: 10px 0;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  float: left;
}

.search-results-filter_left {
  text-align: left;
}

.search-results-filter_right {
  text-align: right;
}

.sort-icon {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}

.sort-icon.active {
  opacity: 1;
}

.sort-icon.shuffle {
  background-image: url(../img-dina/dina-icons/shuffle.svg);
}

.sort-icon.alphabet {
  background-image: url(../img-dina/dina-icons/alphabet.svg);
}

.sort-icon.price {
  background-image: url(../img-dina/dina-icons/price.svg);
}

.sort-icon + .sort-icon {
  margin-left: 10px;
}

.domains-type_call {
  display: inline-block;
  border-bottom: 1px solid;
  position: relative;
  z-index: 105;
}

.domains-type {
  display: none;
  width: 160px;
  padding-top: 10px;
  margin-left: -80px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.domains-type_call:hover .domains-type {
  display: block;
}

.domains-type ul {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.9);
}

.domains-type ul li {
  list-style: none;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.domains-type ul li:hover {
  opacity: 0.4;
}

.domains-type ul li:last-child {
  margin-bottom: 0;
}

/* Cursor */
.typed-cursor {
  display: block;
  width: 1px;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

.fake-input.focus-in .typed-cursor {
  display: none;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Rotating */
@-webkit-keyframes domains-rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes domains-rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/*
main.css
*/
/* Search Inner Page
------------------------------------*/
.s-results .related-search a:hover, .s-results .inner-results h3 a:hover, .s-results .up-ul li a:hover, .s-results .down-ul li a {
  color: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.search-form-b__textarea {
  margin-bottom: 15px;
}

.search-form-b textarea {
  color: #7e8890;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------
	[5. Services Box]
----------------------------------------------------*/
/* Services Box v1
------------------------------------*/
.service-box-v1 .service-block {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.service-box-v1 p {
  position: relative;
  margin-bottom: 50px;
}

.service-box-v1 p:after {
  content: " ";
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  position: absolute;
  margin-left: -25px;
  background: #9fd66f;
}

.service-box-v1 ul {
  padding: 0 40px;
}

.service-box-v1 li {
  margin: 8px 0;
  font-size: 15px;
  padding-top: 8px;
  border-top: dotted 1px #9fd66f;
}

.service-box-v1 li:hover {
  color: #9fd66f;
}

.service-box-v1 li:first-child {
  padding-top: 0;
  border-top: none;
}

/*--------------------------------------------------
	[6. Service Block ]
----------------------------------------------------*/
/*Service Block v1
------------------------------------*/
.service-block-v1 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 1px solid #f2f2f2;
}

.service-block-v1 i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #9fd66f;
  display: inline-block;
}

.service-block-v1 h3, .service-block-v1 p {
  margin-bottom: 20px;
}

/*Service Block v2 (used in page_404_error2.html)
------------------------------------*/
.service-block-v2 .service-block-in {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
}

.service-block-v2 .service-block-in i {
  font-size: 40px;
}

.service-block-v2 .service-block-in h4 {
  line-height: 25px;
}

.service-block-v2 .service-block-in p {
  margin-bottom: 20px;
}

.service-block-v2 .service-block-in i, .service-block-v2 .service-block-in h4, .service-block-v2 .service-block-in p {
  color: #fff;
}

/*Service Block v3 (used in profile pages)
------------------------------------*/
.service-block-v3 {
  padding: 20px;
}

.service-block-v3 i {
  color: #fff;
  float: left;
  font-size: 50px;
  margin: 0 20px 20px 0;
}

.service-block-v3 .service-heading {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.service-block-v3 .service-in small {
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.service-block-v3 .service-in h4 {
  color: #fff;
}

.service-block-v3 .counter {
  color: #fff;
}

.service-block-v3 .service-heading {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .counter {
  display: block;
  line-height: 1;
  font-size: 30px;
}

.service-block-v3 .progress {
  margin-bottom: 7px;
}

.service-block-v3 .service-in small {
  font-size: 16px;
  text-transform: uppercase;
}

.service-block-v3 .service-in h4 {
  font-size: 16px;
  line-height: 0.8;
  margin-bottom: 0;
}

.service-block-v3 .statistics .heading-xs {
  color: #fff;
  opacity: 0.8;
}

.service-block-v3 .statistics small {
  color: #fff;
}

.service-block-v3 .statistics .progress {
  background: #bababa;
}

.service-block-v3 .statistics .progress-bar-light {
  background: #fff;
}

/*Service Innner*/
/*Statistics*/
/*Service Block v4
------------------------------------*/
.service-block-v4 {
  position: relative;
  background: #fafafa;
}

.service-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.service-block-v4 .service-desc {
  text-align: center;
}

.service-block-v4 .service-desc i {
  color: #9fd66f;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*Service Block v5
------------------------------------*/
.service-block-v5 {
  text-align: center;
  background: #fafafa;
}

.service-block-v5 .service-inner {
  padding: 80px 40px;
}

.service-block-v5 .service-inner i {
  margin-bottom: 30px;
}

.service-block-v5 .service-inner span {
  display: block;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.service-block-v5 .service-border {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

@media only screen and (max-width: 991px) {
  .service-block-v5 .service-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
}

/*Service Block v6
------------------------------------*/
.service-block-v6 i {
  float: left;
  margin: 5px 15px 0 0;
}

.service-block-v6 .service-desc {
  overflow: hidden;
}

.service-block-v6 .service-desc h2 {
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.service-block-v6 .service-desc a {
  text-transform: uppercase;
}

/*Service Block v7
------------------------------------*/
.service-block-v7 {
  margin-top: 20px;
  text-align: center;
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 45px 20px 20px;
}

.service-block-v7 i {
  left: 50%;
  top: -25px;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  background: #9fd66f;
  margin-left: -22.5px;
  display: inline-block;
}

.service-block-v7 h3, .service-block-v7 p {
  margin-bottom: 20px;
}

/*Service Block v8
------------------------------------*/
.service-block-v8 {
  padding: 25px;
  background: #fff;
}

.service-block-v8 i {
  color: #3b3b3b;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8 .service-block-desc {
  overflow: hidden;
}

.service-block-v8 .service-block-desc h3 {
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #9fd66f;
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
  padding: 20px 30px 0;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
}

.service-block p {
  color: #7e8890;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
}

.service-block h3 {
  font-size: 20px;
}

.service-block h3 a:hover {
  text-decoration: none;
}

.container .service-block h3 {
  font-size: 20px;
}

.service-block-light {
  background: #fafafa;
  border: solid 1px #ededed;
}

.service-block-default {
  background: #fafafa;
  border: solid 1px #ededed;
}

.service-block-default:hover {
  box-shadow: 0 0 8px #ededed;
}

.service-block-light p, .service-block-light h2 {
  color: #3b3b3b;
}

.service-block-default p, .service-block-default h2 {
  color: #3b3b3b;
}

.service-block-u {
  background: #9fd66f;
}

.service-block-blue {
  background: #3498db;
}

.service-block-red {
  background: #f68642;
}

.service-block-sea {
  background: #9fd66f;
}

.service-block-grey {
  background: #999999;
}

.service-block-yellow {
  background: #f68642;
}

.service-block-orange {
  background: #f68642;
}

.service-block-green {
  background: #9fd66f;
}

.service-block-purple {
  background: #3498db;
}

.service-block-aqua {
  background: #3498db;
}

.service-block-brown {
  background: #f68642;
}

.service-block-dark-blue {
  background: #3498db;
}

.service-block-light-green {
  background: #3498db;
}

.service-block-dark {
  background: #3b3b3b;
}

.service-block-light {
  background: #ededed;
}

/* Funny Boxes
------------------------------------*/
.funny-boxes {
  background: #fafafa;
  padding: 20px 20px 15px;
  transition: all 0.3s ease-in-out;
}

.funny-boxes h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}

.funny-boxes h2 a {
  color: #8080a2, 15%;
}

.funny-boxes p a {
  color: #8080a2, 15%;
}

.funny-boxes .funny-boxes-img li {
  font-size: 12px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 991px) {
  .funny-boxes .funny-boxes-img li {
    display: inline-block;
  }
}

.funny-boxes .funny-boxes-img li i {
  color: #7070b3;
  font-size: 12px;
  margin-right: 5px;
}

.funny-boxes .funny-boxes-img img {
  margin: 5px 10px 15px 0;
}

.funny-boxes ul.funny-boxes-rating li {
  display: inline-block;
}

.funny-boxes ul.funny-boxes-rating li i {
  color: #f68642;
  cursor: pointer;
  font-size: 14px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f68642;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p, .funny-boxes-colored h2 a {
  color: #fff;
}

.funny-boxes-colored .funny-boxes-img li {
  color: #fff;
}

.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
  background: #f68642;
}

/*Dark Red Funny Box*/
.funny-boxes-purple {
  background: #3498db;
}

/*Blue Funny Box*/
.funny-boxes-blue {
  background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
  background: #999999;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
  background: #9fd66f;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
  border-top: solid 2px #9fd66f;
}

.funny-boxes-top-sea:hover {
  border-top-color: #9fd66f;
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
  border-top: solid 2px #f68642;
}

.funny-boxes-top-yellow:hover {
  border-top-color: #f68642;
}

/*Red Top Bordered Funny Box**/
.funny-boxes-top-red {
  border-top: solid 2px #f68642;
}

.funny-boxes-top-red:hover {
  border-top-color: #f68642;
}

/*Purple Top Bordered Funny Box**/
.funny-boxes-top-purple {
  border-top: solid 2px #3498db;
}

.funny-boxes-top-purple:hover {
  border-top-color: #3498db;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
  border-left: solid 2px #f68642;
}

.funny-boxes-left-orange:hover {
  border-left-color: #f68642;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #9fd66f;
}

.funny-boxes-left-green:hover {
  border-left-color: #9fd66f;
}

/*Blue Left Bordered Funny Box**/
.funny-boxes-left-blue {
  border-left: solid 2px #3498db;
}

.funny-boxes-left-blue:hover {
  border-left-color: #3498db;
}

/*Dark Left Bordered Funny Box**/
.funny-boxes-left-dark {
  border-left: solid 2px #3b3b3b;
}

.funny-boxes-left-dark:hover {
  border-left-color: #333333;
}

/* Service Block
------------------------------------*/
.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
}

.service:hover {
  background: #fcfcfc;
  box-shadow: 0 0 5px #e0e0e0;
  transition: box-shadow 0.2s ease-in-out;
}

.service:hover i {
  color: #666666;
}

.service .desc {
  padding: 0 15px;
  overflow: hidden;
}

.service .desc h4 {
  font-size: 22px;
  line-height: 25px;
}

.service .service-icon {
  float: left;
  padding: 10px;
  color: #9fd66f;
  font-size: 35px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.service .service-icon.icon-cogs {
  font-size: 37px;
}

.service .service-icon.icon-plane {
  font-size: 43px;
}

/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover {
  background: #9fd66f;
  transition: all 0.4s ease-in-out;
}

.service-alternative .service:hover i, .service-alternative .service:hover p, .service-alternative .service:hover h4 {
  color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 28px;
}

.service-v1 p {
  text-align: justify;
}

/*
main.css
*/
.service-block h2 {
  color: #f68642;
}

.service-block-inverse {
  border: 1px solid #f68642;
}

.service-block-custom {
  border: 1px solid #f2f2f2;
}

.icn_service-block-1 {
  background-image: url("../img-dina/iconos/soporte.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  text-align: center;
  width: 60px;
  margin: 0 auto 20px;
}

.icn_service-block-2 {
  background-image: url("../img-dina/iconos/desarrollo.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  margin-bottom: 0;
  text-align: center;
  width: 60px;
  margin: 0 auto 20px;
}

.icn_service-block-3 {
  background-image: url("../img-dina/iconos/calidad.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  text-align: center;
  width: 60px;
  margin: 0 auto 20px;
}

/* Service
------------------------------------*/
.service .service-icon {
  color: #f68642;
}

/* Service Blocks */
.service-alternative .service:hover {
  background: #f68642;
}

/* Colored Content Boxes
------------------------------------*/
.service-block-u {
  background: #f68642;
}

/* Service Block v1
------------------------------------*/
.service-block-v1 i {
  background: #f68642;
}

/* Service Block v4
------------------------------------*/
.service-block-v4 .service-desc i {
  color: #f68642;
}

/* Service Block v7
------------------------------------*/
.service-block-v7 i, .service-block-v8 .service-block-desc h3::after {
  background: #f68642;
}

/* Service Block v8
------------------------------------*/
.server-settings {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}

.server-settings__left-col {
  float: left;
  padding: 0 50px 0 0;
  width: 65%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .server-settings__left-col {
    padding: 0 30px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .server-settings__left-col {
    padding: 0;
    width: 100%;
  }
}

.server-settings__right-col {
  float: right;
  width: 35%;
}

@media only screen and (max-width: 991px) {
  .server-settings__right-col {
    width: 100%;
  }
}

.server-settings h2 {
  margin: 0 0 50px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.server-settings__list {
  margin: 0 0 80px;
  padding: 0;
}

.server-settings__list > li {
  padding: 60px 0 0;
  width: 100%;
  vertical-align: top;
  list-style-type: none;
}

.server-settings__list > li:not([hidden]) {
  display: inline-block;
}

.server-settings__list > li:first-child {
  padding: 0;
}

.server-settings__list > li:first-child[hidden] + li:not([hidden]) {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .server-settings__list > li {
    text-align: center;
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .server-settings__list {
    margin: 0 0 40px;
  }
}

.server-settings__text {
  margin: 0 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .server-settings__text {
    margin: 0;
    text-align: left;
  }
}

.server-settings h3 {
  margin: 0 0 10px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.server-settings p {
  margin: 0 0 20px;
}

.server-settings .server-settings__right-col p {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 15px;
  opacity: 0.8;
}

.server-settings .radio-g-list {
  margin: 0;
}

.textarea {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  height: 260px;
  color: #999999;
  font: 14px 'Open Sans', sans-serif;
  font-weight: 300;
  border: 1px solid #f7f7f7;
  overflow: auto;
  resize: none;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
}

.textarea::-moz-placeholder, .textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.server-settings__right-col__in {
  margin: 0 0 50px;
  padding: 25px 25px 40px;
}

@media only screen and (max-width: 991px) {
  .server-settings__right-col__in {
    padding: 0;
    box-shadow: none;
  }
}

.server-settings__right-col h2 {
  padding: 0 0 30px;
  border-bottom: 1px solid #e8e8e8;
}

.server-settings__right-col h2.indent-small {
  margin: 0 0 30px;
  padding: 0 0 20px;
}

.server-settings__right-col h3 {
  margin: 0 0 20px;
}

.server-settings .total {
  margin: 0 0 30px;
  max-width: 100%;
  min-width: 100%;
}

.total__top-panel dl dd.color-orange {
  color: #f68642;
}

.server-settings .total__top-panel dl dt {
  margin: 0;
  width: 70%;
  font-size: 14px;
}

.server-settings .total__top-panel dl dt span {
  display: block;
  color: #3b3b3b;
  font-size: 16px;
  text-transform: uppercase;
}

.server-settings .total__top-panel dl dd {
  width: 30%;
  text-align: right;
}

.server-settings .btn {
  width: 100%;
}

.server-settings__info-list {
  margin: 0 0 40px;
  padding: 0;
}

.server-settings__info-list li {
  padding: 10px 0 0;
  list-style-type: none;
}

.server-settings__info-list dl {
  margin: 0;
  padding: 0;
}

.server-settings__info-list dt {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.server-settings__info-list dd {
  margin: 0;
  font-size: 16px;
}

.server-settings__right-col .form {
  position: relative;
}

.server-settings__right-col .form input[type="text"] {
  padding-right: 35px;
  border-color: #f68642;
}

.server-settings__photo {
  margin: 0 0 10px;
}

.server-settings__photo img {
  width: 100%;
}

.settings-list {
  margin: 0 0 50px;
}

.settings-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding: 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.settings-list > ul > li {
  float: left;
  display: flex;
  padding: 0 13px;
  width: 15%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .settings-list > ul > li {
    margin: 13px 0;
    width: 50%;
  }
}

.settings-list > ul > .last-child {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .settings-list > ul > .last-child {
    margin: 13px 0;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .settings-list > ul {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .settings-list {
    margin: 0 0 30px;
  }
}

.settings-list__item {
  position: relative;
  padding: 15px 10px;
  width: 100%;
  background: #fff;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
  min-height: 310px;
}

.settings-list__item:after {
  position: absolute;
  display: block;
  margin: -10px 0 0;
  top: 50%;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

@media only screen and (max-width: 767px) {
  .settings-list__item .settings-list__item label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.settings-list__item__in {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 310px;
}

.settings-list__item__content {
  display: table-cell;
  width: 100%;
  height: 100%;
  min-height: 310px;
  vertical-align: middle;
}

.settings-list > ul > .last-child .settings-list__item {
  text-align: center;
}

.settings-list > ul > .last-child .settings-list__item:after {
  display: none;
}

.settings-list__item h3 {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .settings-list > ul > li {
    margin: 13px 0;
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .settings-list > ul > li {
    margin: 13px 0;
    padding: 0;
    width: 100%;
  }
}

.settings-list > ul > .last-child h2 {
  margin: 0 0 10px;
  color: #f68642;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.settings-list > ul > .last-child h3 {
  margin: 0 0 25px;
  padding: 0;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .settings-list > ul > .last-child {
    margin: 13px 0;
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .settings-list > ul > .last-child {
    margin: 13px 0;
    padding: 0;
    width: 100%;
  }
}

.settings-list .price {
  margin: 0 0 10px;
}

.settings-list .price span {
  font-size: 30px;
  font-weight: 300;
}

.settings-list .price small {
  color: #9e9e9e;
  font-size: 18px;
}

.settings-list .btn {
  margin: 0 0 10px;
}

.settings-list > ul > li ul {
  margin: 0;
  padding: 0;
}

.settings-list > ul > li ul li {
  padding: 2px 0 0;
  list-style-type: none;
}

.settings-list > ul > li ul li:first-child {
  padding: 0;
}

.settings-list__radio {
  overflow: hidden;
}

.settings-list__radio input {
  display: none;
}

.settings-list__radio label {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 30px 10px 10px;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.settings-list__radio label:hover {
  color: #f68642 41d;
}

.server-settings__photo {
  margin: 0 0 10px;
}

.server-settings__photo img {
  width: 100%;
}

.settings-list {
  margin: 0 0 50px;
}

.settings-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding: 0;
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.settings-list > ul > li {
  float: left;
  display: flex;
  padding: 0 13px;
  width: 15%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.settings-list > ul > .last-child {
  width: 25%;
}

.settings-list__item {
  position: relative;
  padding: 15px 10px;
  width: 100%;
  background: #fff;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
  min-height: 310px;
}

.settings-list__item:after {
  position: absolute;
  display: block;
  margin: -10px 0 0;
  top: 50%;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

@media only screen and (max-width: 767px) {
  .settings-list__item:after {
    display: none;
  }
}

.settings-list__item__in {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 310px;
}

.settings-list__item__content {
  display: table-cell;
  width: 100%;
  height: 100%;
  min-height: 310px;
  vertical-align: middle;
}

.settings-list > ul > .last-child .settings-list__item {
  text-align: center;
}

.settings-list > ul > .last-child .settings-list__item:after {
  display: none;
}

.settings-list__item h3 {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.settings-list > ul > .last-child h2 {
  margin: 0 0 10px;
  color: #f68642;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.settings-list > ul > .last-child h3 {
  margin: 0 0 25px;
  padding: 0;
  font-weight: 400;
}

.settings-list .price {
  margin: 0 0 10px;
}

.settings-list .price span {
  font-size: 30px;
  font-weight: 300;
}

.settings-list .price small {
  color: #9e9e9e;
  font-size: 18px;
}

.settings-list .btn {
  margin: 0 0 10px;
}

.settings-list > ul > li ul {
  margin: 0;
  padding: 0;
}

.settings-list > ul > li ul li {
  padding: 2px 0 0;
  list-style-type: none;
}

.settings-list > ul > li ul li:first-child {
  padding: 0;
}

.settings-list__radio {
  overflow: hidden;
}

.settings-list__radio input {
  display: none;
}

.settings-list__radio label {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 30px 10px 10px;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.settings-list__radio label:hover {
  color: #f68642 41d;
}

.settings-list__radio input:checked + label {
  color: #3b3b3b;
  border-color: #f68642 41d;
}

.settings-list__radio label:after {
  position: absolute;
  display: block;
  margin: -5.5px 0 0;
  width: 14px;
  height: 11px;
  right: 10px;
  top: 50%;
  opacity: 0;
  background: url(../img-dina/dina-icons/settings-list__radio-i.png) no-repeat 0 0;
  content: "";
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.settings-list__radio input:checked + label:after {
  opacity: 1;
}

.settings-list__text {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
}

.settings-list__text.indent-bt {
  margin: 0 0 25px;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.server-settings h2 {
  color: #45455e;
  text-transform: none;
}

.server-settings p {
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.server-settings__info-list dt {
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.server-settings h3 {
  text-transform: none;
  color: #45455e;
}

.server-settings__right-col h3 {
  text-align: center;
}

.server-settings__right-col {
  position: relative;
}

.server-settings__right-col__in {
  position: relative;
  padding: 40px 25px;
}

.server-settings__right-col__in_fixed {
  position: fixed;
  margin-top: 100px;
}

.server-settings .btn {
  margin: 0 0 20px;
}

.server-settings .total__top-panel dl dt {
  color: #7e8890;
  font-size: 13px;
  margin: 0;
  width: 70%;
}

.server-settings .total__top-panel dl dt span {
  color: #45455e;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.server-settings .total__top-panel ul.resumen-simulador li dl dt span {
  display: inline-block;
}

.server-settings .btn {
  margin: 0;
}

.server-settings h2 {
  color: #7e8890;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.server-settings__list {
  margin: 0 0 60px;
  padding: 0;
}

/*from header*/
@media only screen and (max-width: 767px) {
  .settings-list__item .settings-list__radio label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------
  [36. Shop Subscribe]
----------------------------------------------------*/
.shop-subscribe {
  padding: 25px 0;
}

.shop-subscribe h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

.shop-subscribe input {
  border-color: #fff;
  border-right: none;
  background: transparent;
}

.shop-subscribe .form-control {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.shop-subscribe .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}

.shop-subscribe .form-control::-moz-placeholder, .shop-subscribe .form-control:-ms-input-placeholder, .shop-subscribe .form-control::-webkit-input-placeholder {
  color: #fff;
}

.shop-subscribe .input-group-btn {
  border-color: #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn .btn {
  border: 1px solid #fff;
  background: transparent;
}

.shop-subscribe .input-group-btn i {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

/*Input Form Control*/
.steps {
  position: relative;
  margin: 0 0 50px;
  padding: 0 50px 0 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.steps li {
  position: relative;
  display: table-cell;
  width: 1%;
  /*display: inline-block;*/
  /*width: 25%;*/
  vertical-align: top;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
}

.steps li:last-child {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .steps li:last-child .steps__number:before {
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .steps li:last-child {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .steps li {
    margin: 0 0 15px;
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .steps {
    margin: 0;
    padding: 0;
  }
}

.steps__number {
  display: block;
  margin: 0 0 15px;
  width: 32px;
  height: 32px;
}

.steps__number:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 16px;
  left: 0;
  background: #e8e8e8;
  content: "";
}

.steps .selected .steps__number:before, .steps .passed .steps__number:before {
  background: #f68642;
}

.steps li:last-child .steps__number:before {
  display: none;
}

.steps__number span {
  position: relative;
  display: block;
  margin: 0 0 15px;
  width: 32px;
  height: 32px;
  color: #9e9e9e;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 100%;
  z-index: 2;
}

.steps .selected .steps__number span, .steps .passed .steps__number span {
  color: #f68642;
  border-color: #f68642;
}

.steps__title {
  display: block;
  color: #9e9e9e;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .steps__title {
    display: none;
  }
}

.steps .selected .steps__title, .steps .passed .steps__title {
  color: #f68642;
}

@media only screen and (max-width: 767px) {
  .steps .selected .steps__title {
    color: #f68642;
    display: block;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .steps-list li {
    margin: 0 0 30px;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .steps-list li {
    width: 100%;
  }
}

.steps-list__item {
  position: relative;
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 6px 7px 18px 0 rgba(92, 92, 92, 0.1);
}

.steps-list__item:after {
  position: absolute;
  display: block;
  margin: -10px 0 0;
  top: 50%;
  right: -20px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

@media only screen and (max-width: 767px) {
  .steps-list__item:after {
    display: none;
  }
}

.steps-list .last-child .steps-list__item {
  background: url(../img-dina/dina-icons/logo-i.png) no-repeat center #fff;
}

.steps-list .last-child .steps-list__item:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .steps-list .last-child .steps-list__item {
    min-height: 200px;
  }
}

.steps-list__number {
  display: block;
  margin: 0 0 15px;
  width: 90px;
  height: 90px;
  color: #f68642;
  font-size: 50px;
  text-align: center;
  line-height: 90px;
  background: #fafafa;
  border-radius: 100%;
}

.steps-list__item h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.steps-list__item p {
  margin: 0;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.steps-list__item h3 {
  font-size: 17px;
  font-weight: 500;
}

.container .steps-list__item h3 {
  font-size: 17px;
  font-weight: 500;
}

.container .steps-list__item p {
  color: #7e8890;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 40px;
}

.support {
  /*display: inline-block;*/
  display: table;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .support {
    padding: 0;
  }
}

.support__photo {
  /*float: left;*/
  display: table-cell;
  margin: 0 90px 0 0;
  vertical-align: bottom;
}

.support__photo img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support__photo {
    /*display: none; */
    width: 250px;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .support__photo {
    display: block;
    width: 110px;
    margin: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.support__info {
  display: table-cell;
  padding: 40px 0;
  vertical-align: middle;
  /*overflow: hidden;*/
}

@media only screen and (max-width: 767px) {
  .support__info {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .support__info dd {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .support__info dd ul li {
    float: none;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .support__info dd ul li:first-child {
    margin: 0 0 10px 0;
  }
}

.support h3 {
  margin: 0;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.support span {
  display: block;
  margin: 0 0 25px;
  color: #f68642;
  font-size: 16px;
}

.support p {
  margin: 0 0 30px;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 20px;
}

.support dl {
  margin: 0;
  padding: 0;
}

.support dt {
  margin: 0 0 20px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 300;
}

.support ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.support li {
  float: left;
  margin: 0 0 0 40px;
  font-size: 22px;
  list-style-type: none;
}

.support li:first-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .support li {
    margin: 0 0 0 15px;
    font-size: 14px;
  }
}

.support a {
  color: #f68642;
}

.support a:hover {
  text-decoration: none;
}

.support .phone-i:before {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 24px;
  height: 30px;
  vertical-align: middle;
  background: url(../img-dina/dina-icons/phone-i.png) no-repeat center;
  content: "";
}

.support .chat-i:before {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  background: url(../img-dina/dina-icons/chat-i.png) no-repeat center;
  content: "";
}

.support-b {
  margin: 0;
  padding: 0;
}

.support-b dt {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: normal;
}

.support-b ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}

.support-b li {
  float: left;
  margin: 0 0 0 35px;
  font-size: 15px;
  list-style-type: none;
}

.support-b li:first-child {
  margin: 0;
}

.support-b li a {
  color: #9e9e9e;
}

.support-b li a:hover {
  text-decoration: none;
}

.support-b li:before {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  content: "";
}

@media only screen and (max-width: 767px) {
  .support-b li {
    margin: 0 0 0 15px;
  }
}

.support-b .phone-i {
  color: #6d6d9b;
  font-weight: 600;
}

.support-b .phone-i:before {
  width: 16px;
  height: 15px;
  background: url(../img-dina/iconos/pequenos/telefono.png) no-repeat 0 0;
}

.support-b .chat-i a {
  color: #6d6d9b;
  text-transform: lowercase;
  font-weight: 600;
}

.support-b .chat-i:before {
  width: 16px;
  height: 15px;
  background: url(../img-dina/iconos/pequenos/chat.png) no-repeat 0 0;
  background-size: 16px 15px;
}

@media only screen and (max-width: 767px) {
  .support-b {
    display: none;
  }
}

.close-bt {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  font: 0px/0 a;
  border: 1px solid #d66f6f;
  border-radius: 100%;
  background: url(../img-dina/dina-icons/bad.png) no-repeat center #fff;
  cursor: pointer;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.support__info h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

.container .support p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 30px;
  max-width: 80%;
}

.support span {
  color: #45455e;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
}

.support-b dt {
  margin: 0 0 10px;
}

.support-b {
  margin: 15px 0;
  padding: 0;
  margin-top: -15px;
}

@media only screen and (max-width: 991px) {
  .support-b ul {
    display: inline-flex;
    justify-content: center;
  }
}

.support-b dt {
  color: #45455e;
  font-size: 14px;
  text-transform: uppercase;
}

.support-b li a {
  color: #7e8890;
}

.support-container {
  max-height: 200px;
  margin-top: 70px;
}

.support-title {
  font-weight: 400 !important;
  font-size: 22px !important;
}

.support-img {
  max-height: 262px;
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .support-img {
    top: -62px;
  }
}

@media only screen and (max-width: 991px) {
  .support-img {
    top: -62px;
  }
}

.support-color {
  color: #747489 !important;
}

/*--------------------------------------------------
	[8. Team]
----------------------------------------------------*/
/* Team v1
------------------------------------*/
.team-v1 ul {
  position: relative;
}

.team-v1 li > .team-img {
  position: relative;
}

.team-v1 li > .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: transparent;
}

.team-v1 li:hover {
  /*
      > .team-img:after {
        background-image: url("../img-dina/team/ejemplo_02.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        width: 100% ;
        text-align: center;

      }
      */
}

.team-v1 li:hover > .team-img ul {
  top: 50%;
  visibility: visible;
}

.team-v1 li:hover > p:before {
  width: 100%;
  background: #9fd66f;
}

.team-v1 li > .team-img ul {
  left: 0;
  top: 45%;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 36px;
  list-style: none;
  margin-top: -18px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v1 li > .team-img ul li {
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.team-v1 li > .team-img li i {
  color: #ededed;
  border-width: 2px;
  border-color: #ededed;
  transition: all 0.1s ease-in-out;
}

.team-v1 li > .team-img li i.fa-twitter:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-facebook:hover {
  color: #fff;
  background: #3498db;
  border-color: #3498db;
}

.team-v1 li > .team-img li i.fa-google-plus:hover {
  color: #fff;
  background: #f68642;
  border-color: #f68642;
}

.team-v1 li > h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 7px;
  text-transform: uppercase;
}

.team-v1 li > h4 {
  color: #999999;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.team-v1 li > p {
  font-size: 13.5px;
  line-height: 1.1em;
  margin: 20px 0;
  opacity: 0.7;
  position: relative;
  color: #7070b3;
}

.team-v1 li > p:before {
  left: 0;
  top: -10px;
  height: 1px;
  width: 40px;
  content: " ";
  position: absolute;
  background: #bababa;
  transition: all 0.4s ease-in-out;
}

/*Team Image*/
/*Team Socials*/
/*Team Discription*/
/*Team v2
------------------------------------*/
.team-v2 {
  position: relative;
  margin-bottom: 20px;
}

.team-v2 img {
  width: 100%;
}

.team-v2 .inner-team {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.team-v2 .inner-team h3 {
  margin: 0;
}

.team-v2 .inner-team small {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
}

.team-v2 .inner-team p {
  font-size: 13px;
}

.team-v2 .inner-team hr {
  margin: 10px 0 15px;
}

/*Team-Social (Temporary)*/
.team-social {
  margin-bottom: 0;
}

.team-social li {
  padding: 0 2px;
}

.team-social li a {
  font-size: 14px;
  padding: 6px 4px;
  text-align: center;
  border-radius: 50% !important;
}

.team-social li i {
  min-width: 20px;
}

.team-social li a.fb {
  color: #3498db;
  border: 1px solid #3498db;
}

.team-social li a.tw {
  color: #3498db;
  border: 1px solid #3498db;
}

.team-social li a.gp {
  color: #f68642;
  border: 1px solid #f68642;
}

.team-social li a:hover {
  text-decoration: none;
}

.team-social li a.fb:hover {
  color: #fff;
  background: #3498db;
}

.team-social li a.tw:hover {
  color: #fff;
  background: #3498db;
}

.team-social li a.gp:hover {
  color: #fff;
  background: #f68642;
}

/*Team v3
------------------------------------*/
.team-v3 .team-img {
  position: relative;
}

.team-v3 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v3 .team-img:hover:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img > img {
  width: 100%;
}

.team-v3 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  padding: 20px;
  list-style: none;
  margin-top: -90px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v3 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

.team-v3 .team-hover span, .team-v3 .team-hover small {
  color: #fff;
  display: block;
}

.team-v3 .team-hover span {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.team-v3 .team-hover small {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 10px;
}

.team-v3 .team-hover p {
  color: #fff;
  font-weight: 200;
  margin-bottom: 20px;
}

.team-v3 .team-hover .team-social-v3 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v3 .team-hover .team-social-v3 i:hover {
  color: #666666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team Hover Gradient*/
/*Team Social*/
/*Team v4
------------------------------------*/
.team-v4 {
  text-align: center;
}

.team-v4 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v4 span {
  color: #333333;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v4 small {
  color: #999999;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}

.team-v4 .team-social-v4 a {
  color: #3b3b3b;
  font-size: 16px;
}

.team-v4 .team-social-v4 a:hover {
  color: #9fd66f;
  text-decoration: none;
}

/*Team v5
------------------------------------*/
.team-v5 {
  text-align: center;
}

.team-v5 span {
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v5 small {
  display: block;
  color: #9fd66f;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}

.team-v5 small:after {
  left: 50%;
  top: 30px;
  height: 1px;
  width: 30px;
  content: " ";
  background: #7a7a7a;
  margin-left: -15px;
  position: absolute;
}

.team-v5 .team-img {
  position: relative;
}

.team-v5 .team-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.team-v5 .team-img:hover:after {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img > img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v5 .team-hover {
  left: 0;
  top: 60%;
  z-index: 1;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-top: -16px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.team-v5 .team-img:hover .team-hover {
  top: 50%;
  visibility: visible;
}

.team-v5 .team-hover .team-social-v5 i {
  color: #fff;
  width: 33px;
  height: 33px;
  padding: 9px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
}

.team-v5 .team-hover .team-social-v5 i:hover {
  color: #666666;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team Hover Gradient*/
/*Social Network-*/
/*Team v6
------------------------------------*/
.team-v6 {
  text-align: center;
}

.team-v6 img {
  width: 100%;
  margin-bottom: 20px;
}

.team-v6 span {
  color: #7a7a7a;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v6 small {
  display: block;
  color: #9fd66f;
  font-size: 13px;
  margin-bottom: 15px;
}

/*Team v7
------------------------------------*/
.team-v7 .team-v7-in {
  padding: 0 50px;
}

.team-v7 .team-v7-name {
  color: #3b3b3b;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-v7 .team-v7-position {
  display: block;
  color: #9fd66f;
  font-style: normal;
  margin-bottom: 15px;
}

.team-v7 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.team-v7 .team-v7-name {
  margin-top: 60px;
}

.team-v7 .social-icons-v1 {
  margin-bottom: 60px;
}

.team-v7 .team-v7-img {
  position: relative;
}

.team-v7 .team-v7-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}

.team-v7 .team-arrow-right {
  position: relative;
}

.team-v7 .team-arrow-left {
  position: relative;
}

.team-v7 .team-arrow-left:before {
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
}

@media only screen and (max-width: 991px) {
  .team-v7 .team-arrow-left:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }
}

.team-v7 .team-arrow-right:before {
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  content: " ";
  position: absolute;
  border-style: solid;
  right: -25px;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 991px) {
  .team-v7 .team-arrow-right:before {
    top: auto;
    left: 70px;
    bottom: -25px;
    border-width: 25px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
  }
}

.team-v7 .team-arrow-left:before {
  left: -24px;
  border-width: 20px 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}

.team-v7 .team-arrow-left-gray:before {
  border-color: transparent #ededf2 transparent transparent;
}

@media only screen and (max-width: 991px) {
  .team-v7 .equal-height-column {
    height: auto !important;
  }
}

/*Team v1*/
.team-v1 li > h3 {
  color: #3b3b3b;
}

/* Team v1
------------------------------------*/
.team-v1 li:hover > p:before {
  background: #f68642;
}

/* Team v4
------------------------------------*/
.team-v4 .team-social-v4 a:hover, .team-v5 small, .team-v6 small, .team-v7 .team-v7-position {
  color: #f68642;
}

/* Team v5 & v6 & v7
------------------------------------*/
/* estilos dh
------------------------------------*/
section.decalogo .content-boxes-v3 .content-boxes-in-v3 h3 {
  color: #7070b3;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 40px;
}

section.decalogo h2 {
  margin: 0 0 40px;
}

section.unete ul {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 16px;
}

section.unete p {
  margin: 0 0 25px 0;
}

section.unete ul li {
  margin: 0 0 5px 0;
  margin: 0 0 5px;
}

section.feedback .col-sm-4 p {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 20px;
}

.foto-orla {
  margin-bottom: 10px;
  min-height: 440px;
}

@media only screen and (max-width: 767px) {
  .foto-orla {
    width: 50%;
  }
}

.foto-orla h4 {
  margin-top: 10px;
}

.foto-orla h4, .foto-orla h6 {
  color: #6d6d9b !important;
  text-align: center;
}

.foto-orla .main {
  display: inline;
}

.foto-orla .alternative {
  display: none;
}

.foto-orla:hover .alternative {
  display: inline;
}

.foto-orla:hover .main {
  display: none;
}

/*--------------------------------------------------
	[18. Flat Testimonials]
----------------------------------------------------*/
.flat-testimonials {
  padding: 50px 0;
  background-color: #333333;
}

.flat-testimonials .flat-testimonials-in {
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}

.flat-testimonials .flat-testimonials-in img {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}

.flat-testimonials .flat-testimonials-in h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.flat-testimonials .flat-testimonials-in span {
  display: block;
  margin-bottom: 5px;
}

.flat-testimonials .flat-testimonials-in p {
  color: #fff;
  font-weight: 200;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before, .flat-testimonials .flat-testimonials-in p:after {
  top: 5px;
  font-size: 22px;
  line-height: 10px;
  position: relative;
}

.flat-testimonials .flat-testimonials-in p:before {
  content: "“";
  padding-right: 5px;
}

.flat-testimonials .flat-testimonials-in p:after {
  content: "”";
  padding-left: 5px;
}

/*--------------------------------------------------
	[19. Testimonials]
----------------------------------------------------*/
/* Testimonials v4
------------------------------------*/
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-v4 .testimonials-v4-in:before {
  color: #bababa;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.testimonials-v4 .testimonials-v4-in p {
  color: #7a7a7a;
  font-size: 14px;
  font-style: italic;
}

.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
  color: #3b3b3b;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  text-transform: capitalize;
}

/*Testimonials v5
------------------------------------*/
.testimonials-v5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonials-v5 .testimonials-desc span {
  font-size: 13px;
  font-weight: 200;
}

.testimonials-v5 .testimonials-desc p {
  padding: 15px;
  position: relative;
  background: #fafafa;
  margin-bottom: 25px;
}

.testimonials-v5 .testimonials-desc p:after {
  width: 0;
  height: 0;
  left: 30px;
  color: #fff;
  bottom: -12px;
  content: " ";
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #fafafa transparent transparent transparent;
}

.testimonials-v5 .testimonials-by {
  margin-left: 20px;
}

.testimonials-v5 .testimonials-by img {
  float: left;
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.testimonials-v5 .testimonials-by small {
  color: #9fd66f;
  font-size: 12px;
}

.testimonials-v5 .testimonials-by span {
  text-transform: uppercase;
}

/*Testimonials By*/
/*Testimonials v6
------------------------------------*/
.testimonials-v6.testimonials-wrap {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 767px) {
  .testimonials-v6.testimonials-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonials-v6 .testimonials-info {
  padding: 20px;
  background: #fff;
  border-bottom: solid 3px #ededed;
  transition: all 0.4s ease-in-out;
}

.testimonials-v6 .testimonials-info:hover {
  border-color: #9fd66f;
}

.testimonials-v6 .testimonials-info img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.testimonials-v6 .testimonials-desc {
  overflow: hidden;
}

.testimonials-v6 .testimonials-desc p {
  margin-bottom: 15px;
}

.testimonials-v6 .testimonials-desc strong, .testimonials-v6 .testimonials-desc span {
  color: #3b3b3b;
  display: block;
}

/*Other Testimonials
------------------------------------*/
/* Testimonials v3, v4 */
.testimonials-section3 .owl-stage-outer {
  margin-right: 1px;
}

.testimonials-section3 .testimonials-item {
  border-right: solid 1px #ededed;
  padding: 15px 15px 20px;
}

.testimonials-section4 .testimonials-item {
  border-right: solid 1px #ededed;
  padding: 15px 15px 20px;
}

.testimonials-section4 .testimonials-item:last-child {
  border-right: none;
}

.testimonials-section3 img, .testimonials-section4 img {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: solid 1px #e6e6e6;
  margin: 0 auto 5px;
  display: block;
}

.testimonials-section3 blockquote, .testimonials-section4 blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
  border: none;
}

.testimonials-section3 blockquote p, .testimonials-section4 blockquote p {
  z-index: 9;
  position: relative;
  margin-bottom: 5px;
}

.testimonials-section3 .testimonials-item strong, .testimonials-section3 .testimonials-item em {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.testimonials-section4 .testimonials-item strong, .testimonials-section4 .testimonials-item em {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.testimonials-section3 .testimonials-item strong, .testimonials-section4 .testimonials-item strong {
  padding-top: 10px;
}

.testimonials-section3 .testimonials-item em, .testimonials-section4 .testimonials-item em {
  font-style: normal;
  opacity: 0.7;
  font-weight: 400;
}

/* Other Testimonials 1
------------------------------------*/
/*Testimonials*/
.testimonials {
  margin-bottom: 10px;
}

.testimonials .testimonial-info {
  color: #9fd66f;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 18px;
}

.testimonials .testimonial-info span {
  top: 3px;
  position: relative;
}

.testimonials .testimonial-info em {
  color: #7a7a7a;
  display: block;
  font-size: 13px;
}

.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #cccccc;
}

.testimonials .testimonial-author {
  overflow: hidden;
}

.testimonials .carousel-arrow {
  top: -65px;
  position: relative;
}

.testimonials .carousel-arrow i {
  color: #7a7a7a;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center;
  background: whitesmoke;
}

.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #9fd66f;
}

.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
  filter: Alpha(opacity=100);
  /*For IE*/
}

.testimonials .carousel-control.left {
  right: 27px;
  left: auto;
}

.testimonials .carousel-control.right {
  right: 0px;
}

.testimonials.testimonials-v1 .item p {
  position: relative;
}

.testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
}

.testimonials.testimonials-v2 .testimonial-info {
  padding: 0 20px;
}

.testimonials.testimonials-v2 p {
  padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
  top: -55px;
}

.testimonials.testimonials-v2 .item p:after, .testimonials.testimonials-v2 .item p:before {
  left: 8%;
  bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
  border-top: 20px solid;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
}

.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p {
  padding: 15px;
  font-size: 14px;
  font-style: italic;
  background: whitesmoke;
}

.testimonials.testimonials-v1 .item p:after, .testimonials.testimonials-v2 .item p:after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  border-top-color: whitesmoke;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

/*Testimonials v1*/
/*Testimonials v2*/
/*General Testimonials v1/v2*/
/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p, .testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
}

.testimonials-bg-default .carousel-arrow i {
  color: #fff;
}

.testimonials-bg-default .item p {
  background: #9fd66f;
}

/*Testimonials Default*/
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #9fd66f;
}

.testimonials-bg-default .carousel-arrow i {
  background: #9fd66f;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #9fd66f;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
  background: #3b3b3b;
}

.testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #3b3b3b;
}

.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #3b3b3b;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
  color: #3b3b3b;
}

/*Bootstrap Testimonials
------------------------------------*/
.testimonials-bs {
  padding: 50px 0;
  background: url(../img/bg/16.jpg) 50% 0 repeat fixed;
}

.testimonials-bs .headline-center-v2 span.author {
  color: #7a7a7a;
  font-size: 14px;
}

.testimonials-bs .item {
  margin-bottom: 30px;
}

.testimonials-bs .carousel-arrow {
  text-align: center;
}

.testimonials-bs .carousel-control-v2 i {
  color: #878787;
  width: 30px;
  height: 30px;
  padding: 2px;
  font-size: 22px;
  display: inline-block;
  border: 2px solid #878787;
}

.testimonials-bs .carousel-control-v2 i:hover {
  color: #9fd66f;
  border-color: #9fd66f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.testimonials-bs .carousel-control-v2.left, .testimonials-bs .carousel-control-v2.right {
  text-decoration: none;
  background-image: none;
}

/*Removes Bootstrap carousel background images*/
/*
main.css
*/
/* Testimonials
------------------------------------*/
.testimonials .testimonial-info {
  color: #f68642;
}

.testimonials .carousel-arrow i:hover {
  background: #f68642;
}

/* Testimonials Default
------------------------------------*/
/* Testimonials */
.testimonials .carousel-arrow i:hover, .testimonials-bg-default .item p {
  background: #f68642;
}

/* Testimonials Default */
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #f68642;
}

.testimonials-bg-default .carousel-arrow i {
  background: #f68642;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #f68642;
}

/* Testimonials v3 Title
------------------------------------*/
.testimonials-v3 .testimonials-v3-title p {
  color: #f68642;
}

.testimonials-v3 .owl-buttons .owl-prev:hover, .testimonials-v3 .owl-buttons .owl-next:hover {
  background: #f68642;
}

/* Thumbnails v6
------------------------------------*/
.testimonials-v6 .testimonials-info:hover {
  border-color: #f68642;
}

/* Testimonials bs
------------------------------------*/
.testimonials-bs .carousel-control-v2 i:hover {
  border-color: #f68642;
  color: #f68642;
}

/* Recent Work
------------------------------------*/
.recent-work a {
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
}

.recent-work a:hover {
  text-decoration: none;
}

.recent-work a:hover strong {
  color: #3b3b3b;
}

.recent-work em.overflow-hidden {
  display: block;
}

.recent-work a span {
  display: block;
  padding: 10px;
  border-bottom: solid 2px #ededed;
}

.recent-work a strong {
  color: #3b3b3b;
  display: block;
}

.recent-work a i {
  color: #7a7a7a;
}

.recent-work a img {
  transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
  opacity: 0.8;
  transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
  border-bottom: solid 2px #9fd66f;
  transition: all 0.3s ease-in-out;
}

/* Work */
.work {
  margin-top: 6px;
}

.work .details {
  padding: 10px;
}

.work .caption {
  display: block;
  padding-top: 5px;
  color: #7e8890 !important;
  font-size: 18px !important;
}

.work .caption:hover {
  cursor: pointer;
  color: #454545 !important;
  text-decoration: underline;
}

.grilla-48-cols {
  display: block;
  width: 1152px;
  margin-right: auto;
  margin-left: auto;
}

.portada-contido-wrapper {
  margin: 0 6px;
  position: relative;
}

.portada-contido {
  min-height: 80px;
}

.columna-portada-contido {
  display: inline;
  width: 100%;
  min-height: 300px;
  float: left;
  position: relative;
}

.banner-anterior, .banner-seguinte {
  opacity: 0.3;
  *opacity: 30;
  font-size: 0;
  text-indent: -200px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 30px;
  height: 80%;
  border-radius: 5px;
  position: absolute;
  top: 10%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 50;
}

.banner-anterior {
  background-image: url("/imaxes/estandar/portada-base/elementos-xenericos/iconografia/banner-anterior.png");
  left: -40px;
  cursor: pointer;
}

.banner-seguinte {
  background-image: url("/imaxes/estandar/portada-base/elementos-xenericos/iconografia/banner-seguinte.png");
  right: -40px;
  cursor: pointer;
}

.banner-anterior:hover, .banner-seguinte:hover {
  opacity: 0.6;
  *opacity: 60;
}

.panel-body p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 1.6em;
  max-width: 90%;
}

.panel {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: #fff;
  border-top-color: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ededf2;
}

.acc-v1 .panel-heading a {
  background: #fff;
  font-size: 16px;
  border-left: 3px solid #fbc4a3;
}

.section.faq {
  background: #f7f7f7;
  margin: 0;
  margin-top: 60px;
}

.section.faq .accordion-style {
  padding-top: 0;
}

/*
.accordion-10 a[aria-expanded="false"]{
  font-size: 24px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out 0s;

}
.accordion-10 a[aria-expanded="true"]{
  transform: rotate(-90deg);
}*/
.faq {
  /*background: color(white);*/
}

.faq .active {
  background: #fff;
}

.faq .tabs-nav {
  margin-bottom: -5px;
  padding-left: 15px;
}

.faq .tabs-nav a {
  border-left: 0 !important;
  border-right: 0 !important;
}

.faq .tab-pane {
  padding: 10px;
  margin-top: 5px;
}

.resumen-fixed {
  position: fixed;
  top: 80px;
}

#precio-base span.del {
  color: #7e8890;
  text-decoration: line-through;
  font-size: smaller;
}

.metodos-pago .item {
  max-width: 204px;
}

.metodos-pago .item img {
  display: inline-block !important;
  width: 80% !important;
}

.metodos-pago .item span {
  width: 80%;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  position: relative;
  top: -15px;
}

/*--------------------------------------------------
	[33. News]
----------------------------------------------------*/
/*News v1
------------------------------------*/
.news-section {
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 .news-v1-in .a-link {
  bottom: 10px;
  position: absolute;
  font-size: 13px;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #3b3b3b;
}

.news-v1 h3 a:hover {
  color: #9fd66f;
}

.news-v1 p {
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #ededed;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #9fd66f;
  text-decoration: none;
}

/*News v2
------------------------------------*/
/*News Badge*/
.news-v2 .news-v2-badge {
  overflow: hidden;
  position: relative;
}

.news-v2 .news-v2-badge p {
  left: 0;
  top: 20px;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
}

.news-v2 .news-v2-badge span {
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.news-v2 .news-v2-badge small {
  color: #3b3b3b;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc {
  padding: 20px;
  background: #fff;
}

.news-v2 .news-v2-desc h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.news-v2 .news-v2-desc h3 a {
  color: #3b3b3b;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #9fd66f;
}

.news-v2 .news-v2-desc small {
  color: #3b3b3b;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news-v2 .news-v2-desc p {
  color: #3b3b3b;
}

/*News Description*/
/*News v3
------------------------------------*/
/*News Posts*/
.news-v3 .news-v3-in {
  padding: 35px 30px;
}

.news-v3 .news-v3-in-sm {
  padding: 20px;
}

.news-v3 h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .news-v3 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.news-v3 .news-v3-in-sm h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 30px;
  text-transform: inherit;
}

.news-v3 h2 a {
  color: #3b3b3b;
}

.news-v3 h2 a:hover {
  color: #9fd66f;
  text-decoration: none;
}

.news-v3 p {
  color: #3b3b3b;
  margin-bottom: 20px;
}

.news-v3 .posted-info li {
  color: #3b3b3b;
  font-style: italic;
}

.news-v3 .news-v3-in-sm .posted-info li {
  padding: 0;
  font-size: 12px;
  padding-left: 5px;
}

.news-v3 .posted-info li:before, .news-v3 .news-v3-in-sm .posted-info li:before {
  content: '/';
}

.news-v3 .posted-info li:before {
  font-size: 12px;
  line-height: 12px;
  margin-right: 13px;
}

.news-v3 .news-v3-in-sm .posted-info li:before {
  font-size: 11px;
  line-height: 11px;
  margin-right: 9px;
}

.news-v3 .posted-info li:first-child:before, .news-v3 .news-v3-in-sm .posted-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.news-v3 .posted-info li a {
  color: #3b3b3b;
}

.news-v3 .posted-info li a:hover {
  color: #9fd66f;
}

.news-v3 .post-shares {
  padding-left: 0;
  list-style: none;
  margin: 40px 0 0 -5px;
}

.news-v3 .news-v3-in-sm .post-shares {
  margin: 20px 0 0 -5px;
}

.news-v3 .post-shares li {
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
}

.news-v3 .post-shares li i {
  color: #3b3b3b;
  width: 40px;
  height: 40px;
  padding: 13px;
  font-size: 16px;
  background: #ededed;
  text-align: center;
  display: inline-block;
}

.news-v3 .post-shares li i:hover {
  background: #e0e0e0;
}

.news-v3 .post-shares li span {
  top: -15px;
  right: 6px;
  color: #fff;
  width: 28px;
  height: 28px;
  padding: 4px;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  background: #9fd66f;
  border: 2px solid #fff;
  border-radius: 50% !important;
  padding-top: 6px;
}

.news-v3 .post-shares-lg li span {
  top: -10px;
  right: 0px;
  width: 29px;
  height: 29px;
  padding: 4px;
  font-size: 10px;
  line-height: 16px;
}

.news-v3 p {
  color: #7e8890;
  margin-bottom: 0;
}

.news-v3 p:last-child {
  margin-bottom: 0px;
}

.news-v1 .price span.dell {
  font-size: 18px;
  color: #9e9e9e;
  margin: 0px 5px 0px 0px;
}

.news-v1 .price span.cennik {
  margin-right: 5px;
}

.news-v1 .price small {
  color: #9e9e9e;
  font-size: 20px;
}

.news-v1 .price span {
  font-size: 30px;
}

.news-v1 h3 {
  color: #f68642;
  font-size: 14px;
  font-weight: 400;
  color: #f68642;
  font-weight: 400;
}

.news-column {
  padding-bottom: 5px;
}

.news-v1 .news-column h3 {
  padding: 5px 10px;
  text-align: left;
}

.news-column h3 {
  font-size: 18px;
  min-height: 80px;
}

.news-column li a.a-link:hover {
  text-decoration: underline;
}

.news-v1-info.border-n {
  border: none;
}

.news-column .heading-new-v3 {
  min-height: 0;
  padding-bottom: 10px;
}

/*
custom-dh.css
*/
.news-v1 h3 a {
  text-transform: none;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.news-v1 h3 a {
  color: #45455e;
  font-size: 20px;
  line-height: 1.2em;
}

.news-v1 h3 a:hover, .orange {
  color: #f68642;
}

.container .news-column p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 10px 10px;
  text-align: left;
}

.news-v1 .news-v1-in {
  background: #fff;
}

.col-md-3 .news-v1-in {
  min-height: 320px;
}

.col-md-4 .news-v1-in {
  min-height: 365px;
}

.news-column h3 {
  min-height: auto;
}

.container .news-column p.b {
  font-size: 14px;
  padding: 10px;
}

/*--------------------------------------------------
	[20. Featured Blog]
----------------------------------------------------*/
.featured-blog h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}

.featured-blog h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #9fd66f;
}

.featured-blog .featured-img {
  position: relative;
}

.featured-blog .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}

.featured-blog .featured-img:hover:after {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img > img {
  width: 100%;
}

.featured-blog .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
}

.featured-blog .featured-img:hover i {
  top: 50%;
  visibility: visible;
}

.featured-blog .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #9fd66f;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Team Hover Gradient*/
/*--------------------------------------------------
	[21. Blog Comments]
----------------------------------------------------*/
.blog-comments img {
  width: 80px;
  height: auto;
}

.blog-comments .comments-itself {
  background: #fff;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comments-itself:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

@media only screen and (max-width: 767px) {
  .blog-comments .comments-itself:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-comments .comments-itself:after {
    width: 0;
    height: 0;
    top: -17px;
    left: 20px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 17px 15px;
    border-color: transparent transparent #fff transparent;
  }
}

.blog-comments .comments-itself h3 {
  margin: 0 0 10px;
}

.blog-comments .comments-itself span {
  color: #999999;
  float: right;
  font-size: 13px;
}

.blog-comments .comments-itself p {
  color: #999999;
}

.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

/*Comments Reply*/
/*--------------------------------------------------
	[26. Blog Trending]
----------------------------------------------------*/
.blog-trending li {
  margin-bottom: 20px;
}

.blog-trending h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}

.blog-trending small {
  color: #7a7a7a;
}

.blog-trending small a {
  color: #7a7a7a;
}

.blog-trending small a:hover {
  color: #9fd66f;
}

/*--------------------------------------------------
	[27. Blog Latest Posts]
----------------------------------------------------*/
.blog-latest-posts li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.blog-latest-posts li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blog-latest-posts h3 {
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 20px;
}

.blog-latest-posts small {
  color: #7a7a7a;
  margin-bottom: 8px;
  display: inline-block;
}

.blog-latest-posts small a {
  color: #7a7a7a;
}

.blog-latest-posts p {
  font-size: 12px;
}

/*--------------------------------------------------
	[28. Blog Photostream]
----------------------------------------------------*/
.blog-photostream {
  margin-right: -5px;
}

.blog-photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}

.blog-photostream li img {
  width: 78px;
  height: auto;
}

/*--------------------------------------------------
	[29. Newsletter]
----------------------------------------------------*/
.blog-newsletter p {
  color: #3b3b3b;
  margin-bottom: 15px;
}

.blog-newsletter .form-control {
  border: none;
}

.blog-newsletter .form-control:focus {
  box-shadow: none;
}

/*--------------------------------------------------
	[30. Blog Post Quote]
----------------------------------------------------*/
.blog-post-quote {
  padding: 35px 60px;
  background: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-post-quote {
    padding: 35px 25px;
  }
}

.blog-post-quote p {
  color: #3b3b3b;
  font-size: 32px;
  font-weight: 200;
  line-height: 45px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Open Sans", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .blog-post-quote p {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog-post-quote p:before, .blog-post-quote p:after {
  top: -3px;
  font-size: 30px;
  position: relative;
}

.blog-post-quote p:before {
  left: -10px;
  content: "\0022";
}

.blog-post-quote p:after {
  right: -10px;
  content: "\0022";
}

.blog-post-quote span {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 200;
}

/*--------------------------------------------------
	[31. Blog Post Author]
----------------------------------------------------*/
.blog-author {
  padding: 20px;
  background: #fff;
}

.blog-author img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-author .blog-author-desc {
  overflow: hidden;
}

.blog-author .blog-author-desc h4 {
  float: left;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.blog-author .blog-author-desc ul {
  float: right;
  margin-top: 6px;
}

.blog-author .blog-author-desc p {
  color: #3b3b3b;
}

/*News Shares*/
/*--------------------------------------------------
	[34. Blog Grid]
----------------------------------------------------*/
.blog-grid img {
  margin-bottom: 15px;
}

.blog-grid h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
  font-size: 15px;
  line-height: 1.4;
}

.blog-grid h3 a {
  color: #333333;
}

.blog-grid p {
  margin-bottom: 15px;
}

.blog-grid-inner {
  padding: 20px;
  background: #fff;
  margin: -70px 40px 0;
  position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
  position: relative;
}

.blog-grid .blog-grid-grad i {
  top: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}

.blog-grid .blog-grid-info {
  padding-left: 0;
  list-style: none;
}

.blog-grid .blog-grid-info li {
  color: #878787;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-grid .blog-grid-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-grid .blog-grid-info li a {
  color: #878787;
}

.blog-grid .blog-grid-info li a:hover {
  text-decoration: none;
}

.blog-grid a.r-more {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
}

.blog-grid a.r-more:hover {
  text-decoration: none;
}

/*Blog Grid Info*/
/*Read More Link*/
/*--------------------------------------------------
  [35. Blog Thumb]
----------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}

.blog-thumb .blog-thumb-hover {
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
  width: 120px;
  height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
  width: 30px;
  height: 30px;
}

.blog-thumb .blog-thumb-hover .hover-grad {
  left: 0;
  top: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-top: -14px;
  text-align: center;
  position: absolute;
  display: inline-block;
  transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
  opacity: 1;
  transform: 0.55s;
  transition: opacity 0.55s;
}

.blog-thumb .blog-thumb-desc {
  overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
  color: #3b3b3b;
}

.blog-thumb .blog-thumb-info {
  padding-left: 0;
  list-style: none;
}

.blog-thumb .blog-thumb-info li {
  color: #878787;
  padding: 0 2px;
  font-size: 12px;
  display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
  content: '/';
  font-size: 12px;
  line-height: 1.4;
  margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
  content: " ";
  margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
  color: #878787;
}

.blog-thumb .blog-thumb-info li a:hover {
  color: #f68642;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
  border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
  width: 50px;
  height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
  font-size: 15px;
  margin-top: -10px;
}

.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(114, 192, 44, 0.9);
}

/*Blog Grid Hover*/
/*Icon Hover Gradient*/
/*Blog Thumb Description*/
/*Blog Grid Info*/
/*Blog Thumb Circle
------------------------------------*/
/*Blog Thumb Colors
------------------------------------*/
.blog-grid .blog-grid-grad i:hover {
  background: #72c02c;
}

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal {
  margin-bottom: 15px;
  overflow: hidden;
}

.posts .dl-horizontal a {
  color: #3b3b3b;
}

.posts .dl-horizontal dt {
  width: 60px;
  float: left;
}

.posts .dl-horizontal dt img {
  width: 60px;
  height: 60px;
  padding: 2px;
  margin-top: 2px;
  border: solid 1px #e0e0e0;
}

.posts .dl-horizontal dd {
  margin-left: 70px;
}

.posts .dl-horizontal dd p {
  margin: 0;
}

.posts .dl-horizontal dd a {
  font-size: 14px;
  line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
  color: #9fd66f;
  text-decoration: none;
}

.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
  color: #9fd66f;
  border-color: #9fd66f !important;
  transition: all 0.2s ease-in-out;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
  display: inline-block;
}

ul.blog-tags a {
  font-size: 13px;
  padding: 2px 7px;
  background: #fafafa;
  margin: 0 3px 6px 0;
  display: inline-block;
}

ul.blog-tags a i {
  color: #666666;
}

ul.blog-tags a:hover {
  background: #9fd66f;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

ul.blog-tags a:hover i {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
  display: inline;
}

.blog-photos li img {
  width: 58px;
  height: 58px;
  margin: 0 2px 8px;
}

.blog-photos li img:hover {
  box-shadow: 0 0 0 2px #9fd66f;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
  padding: 10px;
  position: relative;
  background: #fafafa;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
  transition: all 0.3s ease-in-out;
}

.blog-twitter .blog-twitter-inner:after, .blog-twitter .blog-twitter-inner:before {
  width: 0;
  height: 0;
  right: 0px;
  bottom: 0px;
  content: " ";
  display: block;
  position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
  border-top: 15px solid #ededed;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:before {
  border-bottom: 15px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-bottom-style: inset;
  /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
  border-color: #9fd66f;
  border-top-color: #9fd66f;
}

.blog-twitter .blog-twitter-inner:hover:after {
  border-top-color: #9fd66f;
}

.blog-twitter .blog-twitter-inner span.twitter-time {
  color: #7a7a7a;
  display: block;
  font-size: 11px;
}

.blog-twitter .blog-twitter-inner a {
  color: #9fd66f;
  text-decoration: none;
}

.blog-twitter .blog-twitter-inner a:hover {
  text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
  top: 2px;
  color: #bababa;
  font-size: 18px;
  position: relative;
}

/*Choose Block*/
.who li {
  margin-bottom: 6px;
}

.who li i {
  color: #9fd66f;
  font-size: 13px;
  min-width: 15px;
  margin-right: 8px;
  text-align: center;
  position: relative;
}

.who li:hover i {
  color: #7a7a7a;
}

.who li:hover a {
  color: #7a7a7a;
}

.who li:hover a:hover {
  text-decoration: none;
}

/* Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover {
  color: #f68642;
}

.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a {
  color: #f68642;
  border-color: #f68642 !important;
}

/* Post Comment */
.post-comment h3 {
  color: #f68642;
}

.blog-item .media h3, .blog-item .media h4.media-heading span a {
  color: #f68642;
}

/* Blog Page
------------------------------------*/
.blog h3, .blog li a:hover {
  color: #f68642;
}

/* Blog Tags */
ul.blog-tags a:hover, .blog-post-tags ul.blog-tags a:hover {
  background: #f68642;
}

/* Blog Photos */
.blog-photos li img:hover {
  box-shadow: 0 0 0 2px #f68642;
}

/* Blog Latest Tweets */
.blog-twitter .blog-twitter-inner:hover {
  border-color: #f68642;
  border-top-color: #f68642;
}

.blog-twitter .blog-twitter-inner:hover:after {
  border-top-color: #f68642;
}

.blog-twitter .blog-twitter-inner a {
  color: #f68642;
}

/* Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
  color: #f68642;
}

/* Magazine Page
------------------------------------*/
/* Magazine News */
.magazine-news .by-author strong, .magazine-news a.read-more {
  color: #f68642;
}

/* Magazine Mini News */
.magazine-mini-news .post-author strong {
  color: #f68642;
}

.news-read-more i {
  background: #f68642;
}

/* Sidebar Features */
.magazine-page h3 a:hover {
  color: #f68642;
}

/* Blog Large Page
------------------------------------*/
.blog h2 a:hover {
  color: #f68642;
}

/* Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover, .timeline-v1 .timeline-footer .likes:hover i {
  color: #f68642;
}

/* Timeline v2 Page
------------------------------------*/
/* The icons */
.timeline-v2 > li .cbp_tmicon, .progress-bar-u {
  background: #f68642;
}

/* News Info
------------------------------------*/
.news-v1 .news-v1-info li a:hover, .news-v1 h3 a:hover {
  color: #f68642;
}

.news-v2 .news-v2-desc h3 a:hover {
  color: #f68642 !important;
}

.news-v3 .post-shares li span {
  background: #f68642;
}

.news-v3 .posted-info li a:hover, .news-v3 h2 a:hover {
  color: #f68642 !important;
}

/* Blog Trending
------------------------------------*/
.blog-trending small a:hover, .blog_masonry_3col ul.grid-boxes-news li a:hover {
  color: #f68642;
}

/* Blog Masonry
------------------------------------*/
/* Featured Blog
------------------------------------*/
.featured-blog h2::after {
  background: #f68642;
}

.featured-blog .featured-img i:hover {
  color: #fff;
  background: #f68642;
}

.rgba-default {
  background-color: #e67e22;
}

/* Blog Latest Posts
------------------------------------*/
.blog-latest-posts h3 a:hover, .blog-trending h3 a:hover {
  color: #f68642 !important;
}

/* Blog Trending
------------------------------------*/
/*Blog Thumb Colors
------------------------------------*/
.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(230, 126, 34, 0.9);
}

.blog-grid .blog-grid-grad i:hover {
  background: #e67e22;
}

.section-blog .thumbnail {
  border: 0;
}

.section-blog .thumbnail img {
  height: 240px;
}

.section-blog .thumbnail h3 {
  color: #000;
  height: 60px;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .section-blog .thumbnail h3 {
    text-align: center;
  }
}

.section-blog .thumbnail p {
  font-size: 14px;
  height: 55px;
  display: block;
  display: -webkit-box;
  max-width: 400px;
  margin: 0 auto;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-blog .thumbnail a.link_blog {
  border: medium none;
  color: #f68642;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .section-blog .thumbnail a.link_blog {
    text-align: center;
  }
}

.section-blog .thumbnail .post-thumb {
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .section-blog .thumbnail .post-thumb {
    height: 320px;
  }
}

/*About Page
------------------------------------*/
.team ul.team-socail {
  text-align: right;
}

.team ul.team-socail li {
  margin: 0 !important;
  padding: 0 !important;
}

.team ul.team-socail li a {
  text-decoration: none;
}

.team ul.team-socail li a:hover {
  text-decoration: none;
}

.team ul.team-socail li i {
  color: #ababab;
  padding: 6px 7px;
  min-width: 30px;
  font-size: 18px;
  text-align: center;
  background: #fafafa;
  display: inline-block;
}

.team ul.team-socail li i:hover {
  color: #fff;
  background: #9fd66f;
  transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
  padding: 12px;
}

.team .thumbnail-style img {
  margin-bottom: 7px;
}

.team .thumbnail-style h3 {
  margin-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
  color: #9fd66f !important;
}

.team .thumbnail-style small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
  overflow: hidden;
}

.about-me h2 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.about-me span {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.about-me .social-icons {
  margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
  text-transform: uppercase;
}

/*About Skills*/
.about-skills {
  padding: 40px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: url(../img/breadcrumbs.png) repeat;
}

/*
main.css
*/
/* About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
  color: #f68642 !important;
}

.team ul.team-socail li i:hover {
  background: #f68642;
}

/*estilos dh*/
.col-md-9 {
  padding: 0 20px 0 0;
}

.red h3 {
  font-size: 18px;
  font-weight: 400;
}

.red p {
  margin: 0 0 20px;
}

.no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
  padding: 0;
}

.pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px #ededed;
}

.pricing:hover {
  box-shadow: 0 0 15px #b5b5b5;
}

.pricing:hover h4 {
  color: #9fd66f;
}

.pricing-head {
  text-align: center;
}

.pricing h3, .pricing h4 {
  margin: 0;
  line-height: normal;
  font-weight: bold;
}

.pricing p {
  padding-top: 10px;
  font-size: 11px;
}

.pricing-head h3 span, .pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}

.pricing-head h3 {
  color: #fafafa;
  padding: 12px 0;
  font-size: 35px;
  font-family: Arial;
  background: #9fd66f;
  border-radius: 3px 3px 0 0;
  text-shadow: 0 1px 0 #9fd66f;
}

.pricing-head h4 {
  color: #878787;
  padding: 5px 0;
  font-size: 70px;
  text-shadow: 0 1px 0 #fff;
  border-bottom: solid 1px whitesmoke 9e7;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content {
  margin-bottom: 0px;
}

.pricing-content li {
  color: #878787;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px whitesmoke 9e7;
}

.pricing-content li i {
  color: #9fd66f;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/*Pricing Footer*/
.pricing-footer {
  color: #7a7a7a;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
  border-radius: 0 0 3px 3px;
}

/*Pricing Active*/
.price-active, .pricing:hover {
  z-index: 9;
  margin-top: -15px;
}

.price-active h4 {
  color: #9fd66f;
}

/*Pricing Extra*/
.bg-color {
  background-color: #fafafa;
}

.no-space-pricing {
  padding: 0 15px;
}

.sticker-right, .sticker-left {
  color: #fff;
  width: 150px;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
}

.sticker-right {
  top: 13px;
  right: -49px;
  background: #e74c3c;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticker-right {
    top: 10px;
    right: -58px;
    padding: 3px;
    font-size: 10px;
  }
}

.sticker-left {
  top: 9px;
  left: -48px;
  background: #74c52c;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticker-left {
    top: 10px;
    left: -58px;
    font-size: 10px;
    padding: 3px;
  }
}

/*Pricing Table Colored Background Version
------------------------------------*/
.price-active {
  margin-top: 0;
}

.pricing-bg-colored .pricing {
  overflow: hidden;
  border: 1px solid #ededed;
}

.pricing-bg-colored .pricing:hover {
  margin-top: 0;
  background: #9fd66f;
}

.pricing-bg-colored .pricing:hover li {
  color: #fff;
}

.pricing-bg-colored .pricing:hover li i {
  color: #fff;
}

.pricing-bg-colored .pricing:hover .pricing-head p {
  color: #fff;
}

.pricing-bg-colored .pricing-head i {
  color: #9fd66f;
  padding-top: 20px;
  margin-top: 10px 0px;
}

.pricing-bg-colored .pricing-head p {
  color: #7a7a7a;
  line-height: 17px;
  text-align: center;
  padding: 0px 20px 19px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #fafafa;
}

.pricing-bg-colored h3 {
  border-bottom: 1px solid #fff;
}

.pricing-bg-colored h4 {
  color: #999999;
  font-size: 70px;
  padding: 5px 0px;
  margin-top: -2px;
  font-family: Arial;
  background: #fafafa;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 #fff;
}

.pricing-bg-colored .pricing:hover h4 {
  background: #fff;
}

.pricing-bg-colored h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-bg-colored h4 span {
  top: -10px;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-bg-colored .pricing-footer {
  padding: 2px 0px 19px;
}

.pricing-bg-colored .pricing-footer .btn-u {
  border: solid 1px #fff;
}

/*Pricing Table Rounded Version
------------------------------------*/
.pricing-rounded .pricing {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #ededed;
}

.pricing-rounded .pricing:hover {
  margin-top: 0;
}

.pricing-rounded .easy-bg-v2 {
  letter-spacing: 1px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.pricing-rounded .easy-bg-v2 i {
  padding-left: 3px;
}

.pricing-rounded h3 {
  padding-bottom: 80px;
  padding-top: 15px;
}

.pricing-rounded h4 {
  width: 140px;
  height: 140px;
  padding-top: 22px;
  padding-left: 6px;
  font-size: 55px;
  margin: -75px auto 20px;
  border-radius: 140px !important;
  font-weight: normal !important;
  background: #fff;
}

.pricing-rounded .pricing-head h4 i {
  margin-right: 2px;
}

.pricing-rounded h6 {
  color: #878787;
  font-size: 13px;
  font-style: normal;
  padding-bottom: 5px;
}

.pricing-rounded .pricing-content span {
  float: right;
}

.pricing-rounded .pricing-content span i {
  font-size: 13px;
}

/*Pricing Zoom
------------------------------------*/
.pricing-zoom .pricing:hover {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.pricing-zoom .pricing-head h4 {
  scroll: 0 0 transparent !important;
}

.pricing-zoom .price-active .pricing-head h4, .pricing-zoom .pricing:hover .pricing-head h4 {
  padding: 15px 0;
  font-size: 80px;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

/*Pricing Table Light Version
------------------------------------*/
.price-active {
  margin-top: 0;
  border-color: #7e8890;
}

.pricing-light .pricing {
  overflow: hidden;
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.pricing-light .pricing:hover {
  margin-top: 0;
  border-color: #7e8890;
}

.pricing-light h3 {
  color: #878787;
  font-weight: 200 !important;
  font-family: inherit;
  text-shadow: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background: #fff;
}

.pricing-light .pricing .rating li {
  padding: 0;
  border-bottom: none;
}

.pricing-light .rating li i {
  color: #878787;
  margin: 7px 0;
  padding-top: 0;
  font-size: 20px;
}

.pricing-light li {
  color: #878787;
  text-align: center;
}

.pricing-light .pricing-footer {
  margin: 0px;
  padding: 2px 0px 19px;
}

.pricing-light .pricing-footer h4 {
  color: #878787;
  padding: 5px;
  font-size: 70px;
  text-shadow: none;
  margin: -2px 0 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal !important;
  background: #fff;
}

.pricing-light .pricing-footer h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
}

.pricing-light .pricing-footer h4 span {
  top: -5px;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-style: normal;
}

.pricing-light .pricing-footer p {
  color: #878787;
  line-height: 17px;
  padding: 15px 20px 5px;
}

.pricing-light .pricing:hover h4, .pricing-light .pricing:hover h3, .pricing-light .pricing:hover p {
  color: #7e8890;
}

.pricing-light .pricing:hover li {
  color: #7e8890;
}

.pricing-light .pricing:hover li i {
  color: #7e8890;
}

.pricing-medium-light .btn-u:hover {
  background-color: #7e8890 !important;
}

/*Pricing Meduim Light
------------------------------------*/
.price-active {
  z-index: 8;
  margin-top: 0 !important;
}

.pricing-medium-light .pricing {
  overflow: hidden;
  background: #ededed;
  border: 2px solid #e0e0e0;
}

.pricing-medium-light .pricing:hover {
  z-index: 8;
  margin-top: 0 !important;
}

.pricing-medium-light .pricing-head h3 {
  color: #7e8890;
  text-shadow: none;
  font-weight: normal !important;
  border-bottom: 2px solid #ededed !important;
  background: #fff;
}

.pricing-medium-light .pricing-content > li {
  border-color: #fff !important;
}

.pricing-medium-light .pricing .rating {
  text-align: center;
}

.pricing-medium-light .pricing .rating li {
  padding: 0;
  border-bottom: none;
}

.pricing-medium-light .pricing li i {
  color: #7e8890;
}

.pricing-medium-light .rating li i {
  margin: 7px 0;
  padding-top: 0;
  font-size: 20px;
}

.pricing-medium-light .pricing-content span {
  float: right;
}

.pricing-medium-light .pricing-content span i {
  font-size: 12px;
}

.pricing-medium-light .pricing-footer {
  padding: 2px 0px 20px;
}

.pricing-medium-light .pricing-footer h4 {
  color: #7e8890 !important;
  font-size: 70px;
  padding: 5px 0px;
  text-shadow: none;
  font-family: Arial;
  margin: -2px 0 20px;
  margin-bottom: 20px;
  font-weight: normal !important;
  background: #fff;
}

.pricing-medium-light .pricing-footer h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-medium-light .pricing-footer h4 span {
  top: -10px;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-medium-light .pricing-footer p {
  color: #7e8890;
  padding: 0 20px;
  line-height: 17px;
  text-align: center;
  border-radius: 0 0 3px 3px;
}

.pricing-medium-light .btn-u {
  background: #fff;
  padding: 5px 58px;
  border: 1px solid #878787;
}

.pricing-medium-light .btn-u:hover {
  background-color: #7e8890 !important;
}

/*Pricing Table medium-dark Version
------------------------------------*/
.price-active {
  margin-top: 0;
}

.pricing-medium-dark .pricing {
  border: 2px solid #7e8890;
  box-shadow: none;
}

.pricing-medium-dark .pricing:hover {
  margin-top: 0;
}

.pricing-medium-dark .pricing-head h3 {
  color: #fff;
  text-shadow: none;
  background: #7e8890;
  border-bottom: 2px solid #ededed;
}

.pricing-medium-dark .pricing .rating {
  text-align: center;
}

.pricing-medium-dark .pricing .rating li {
  padding: 0;
  border-bottom: none;
}

.pricing-medium-dark .rating li i {
  padding-top: 0;
  margin: 7px 0;
  font-size: 20px;
}

.pricing-medium-dark .pricing-content li {
  border-color: #ededed;
}

.pricing-medium-dark .pricing-content li i {
  color: #7e8890;
}

.pricing-medium-dark .pricing-footer {
  margin: 0px;
  background: #7e8890;
  padding: 2px 0px 19px;
}

.pricing-medium-dark .pricing-footer h4 {
  color: #7e8890 !important;
  font-size: 70px;
  padding: 5px 0px;
  text-shadow: none;
  font-family: Arial;
  text-align: center;
  line-height: normal;
  font-weight: normal;
  margin: -2px 0 20px;
  font-weight: normal !important;
  background: #fff;
}

.pricing-medium-dark .pricing-footer h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-medium-dark .pricing-footer h4 span {
  top: -10px;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-medium-dark .pricing-footer p {
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 5px;
  border-radius: 0 0 3px 3px;
}

.pricing-medium-dark .btn-u {
  background: #fff !important;
  border: 1px solid #878787;
}

/*Pricing Table Dark
------------------------------------*/
.price-active {
  z-index: 8;
  margin-top: 0 !important;
}

.pricing-dark .pricing {
  border-top: 2px solid #7e8890;
  overflow: hidden;
  background: #7e8890;
}

.pricing-dark .pricing:hover {
  z-index: 8;
  margin-top: 0 !important;
}

.pricing-dark .pricing .rating {
  text-align: center;
}

.pricing-dark .pricing .rating li {
  padding: 0;
  border-bottom: none;
}

.pricing-dark .pricing li i {
  color: #fff;
}

.pricing-dark .rating li i {
  margin: 7px 0;
  padding-top: 0;
  font-size: 20px;
}

.pricing-dark li {
  color: #fff;
}

.pricing-dark .pricing-head h3 {
  color: #7e8890;
  text-shadow: none;
  font-weight: normal !important;
  border-bottom: 2px solid #ededed !important;
  background: #fff;
}

.pricing-dark .pricing-content li {
  border-color: #fff;
}

.pricing-dark .pricing-content span {
  float: right;
}

.pricing-dark .pricing-content span i {
  font-size: 12px;
}

.pricing-dark .pricing-footer {
  padding: 2px 0px 20px;
}

.pricing-dark .pricing-footer h4 {
  font-size: 70px;
  padding: 5px 0px;
  font-family: Arial;
  text-shadow: none;
  margin: -2px 0 20px;
  margin-bottom: 20px;
  color: #7e8890 !important;
  font-weight: normal !important;
  background: #fff;
}

.pricing-dark .pricing-footer h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-dark .pricing-footer h4 span {
  top: -10px;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

.pricing-dark .pricing-footer p {
  color: #fff;
  padding: 0 20px;
  line-height: 17px;
  text-align: center;
  border-radius: 0 0 3px 3px;
}

.pricing-dark .btn-u {
  padding: 5px 60px;
  background: #fff !important;
  border: 1px solid #999999 !important;
}

/*Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 {
  padding: 40px 15px 0 15px;
}

.pricing-mega-v1 .price-active {
  margin-top: 0;
}

.pricing-mega-v1 .pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 0 0 0px #ededed;
  border: 1px solid #ededed;
}

.pricing-mega-v1 .pricing:hover {
  margin-top: 0;
}

.pricing-mega-v1 .pricing-head h3 {
  font-size: 25px;
  min-height: 75px;
}

.pricing-mega-v1 .pricing-head h4 {
  font-size: 20px;
  min-height: 103px;
}

.pricing-mega-v1 .pricing-head h4 i {
  color: #878787;
}

.pricing-mega-v1 .pricing:hover h4 i {
  color: #9fd66f;
}

.pricing-mega-v1 .pricing-head h4 span, .pricing-mega-v1 .pricing-content li span {
  display: block;
  padding: 10px 0px 0px;
}

.padding-mega-v1 .pricing-head .price span {
  display: block;
  padding: 10px 0px 0px;
}

.pricing-mega-v1 .pricing-head .price {
  font-size: 70px;
  font-style: normal;
  padding-bottom: 0px;
  background-color: #fff;
}

.pricing-mega-v1 .pricing-head h3, .pricing-mega-v1 .pricing-head h4 {
  font-style: normal;
  font-weight: normal !important;
}

.pricing-mega-v1 .hidden-area {
  margin-top: 75px;
}

.pricing-mega-v1 .hidden-area:hover {
  margin-top: 75px;
}

.pricing-mega-v1 .hidden-area .pricing-head h4 {
  font-size: 28px;
  padding: 31px 0;
  min-height: 103px;
}

.pricing-mega-v1 .hidden-area:hover .pricing-head h4 {
  color: #878787;
}

.pricing-mega-v1 .block .pricing-content li i {
  font-size: 13px;
}

.pricing-mega-v1 .block li {
  text-align: center;
}

.pricing-mega-v1 .pricing-content li {
  padding: 10px;
  font-size: 12px;
  font-style: normal;
  min-height: 41px;
}

.pricing-mega-v1 .pricing-content li i {
  color: #9fd66f;
}

.pricing-mega-v1 .btn-group .dropdown-menu {
  width: 100%;
  background: #9fd66f;
  border-color: #ededed;
  margin: 0;
  border: 0;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a {
  color: #fff;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover {
  background: #9fd66f;
}

/*Pricing Table Mega v2
------------------------------------*/
.pricing-mega-v2 .price-active {
  margin-top: 0px;
  margin: 40px 0;
}

.pricing-mega-v2 .pricing {
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-bottom: 100px;
  box-shadow: 0 0 0px #ededed;
  border: 1px solid #ededed;
  margin: 40px 0;
}

.pricing-mega-v2 .pricing:hover {
  margin-top: 0px;
  margin: 40px 0;
}

.pricing-mega-v2 .pricing-head h3 {
  font-size: 25px;
  min-height: 75px;
}

.pricing-mega-v2 .pricing-head h4 {
  font-size: 20px;
}

.pricing-mega-v2 .pricing-head h4 i {
  color: #878787;
}

.pricing-mega-v2 .pricing:hover h4 i {
  color: #9fd66f;
}

.pricing-mega-v2 .pricing-head h4 span, .pricing-mega-v2 .pricing-content li span {
  display: block;
  padding: 10px 0px 0px;
}

.padding-mega-v2 .pricing-head .price span {
  display: block;
  padding: 10px 0px 0px;
}

.pricing-mega-v2 .pricing-head .price {
  font-size: 70px;
  font-style: normal;
  padding-bottom: 0px;
  background-color: #fff;
}

.pricing-mega-v2 .pricing-head h3, .pricing-mega-v2 .pricing-head h4 {
  font-style: normal;
  font-weight: normal !important;
}

.pricing-mega-v2 .hidden-area {
  margin-top: 115px;
}

.pricing-mega-v2 .hidden-area:hover {
  margin-top: 115px;
}

.pricing-mega-v2 .hidden-area .pricing-head h4 {
  font-size: 28px;
  min-height: 103px;
  padding: 31px 0;
}

.pricing-mega-v2 .hidden-area:hover .pricing-head h4 {
  color: #878787;
}

.pricing-mega-v2 .hidden-area li:hover i {
  color: #9fd66f;
}

.pricing-mega-v2 .block li {
  text-align: center;
}

.pricing-mega-v2 .block li i {
  font-size: 13px;
}

.pricing-mega-v2 .pricing-content li {
  padding: 10px;
  font-size: 12px;
  font-style: normal;
  min-height: 41px;
}

.pricing-mega-v2 .hidden-area li {
  font-size: 12px;
}

.pricing-mega-v2 .pricing-content li i {
  color: #878787;
}

.pricing-mega-v2 .bg-color {
  background-color: #fafafa;
}

.pricing-mega-v2 .block:hover .bg-color {
  background: #9fd66f;
}

.pricing-mega-v2 .block:hover h3, .pricing-mega-v2 .block:hover h4 {
  color: #fff !important;
  background: #9fd66f;
}

.pricing-mega-v2 .block:hover li {
  color: #fff !important;
  background: #9fd66f;
}

.pricing-mega-v2 .block:hover li i {
  color: #fff !important;
  background: #9fd66f;
}

.pricing-mega-v2 .block:hover h4 i {
  color: #fff !important;
  background: #9fd66f;
}

.pricing-mega-v2 .hidden-area:hover li i {
  color: #878787;
}

.pricing-mega-v2 a {
  padding: 8px 0;
}

/*Pricing Table Mega v3
------------------------------------*/
.pricing-mega-v3 .price-active {
  margin-top: 0;
}

.pricing-mega-v3 .pricing {
  border-radius: 3px !important;
  box-shadow: none;
}

.pricing-mega-v3 .pricing:hover {
  margin-top: 0;
}

.pricing-mega-v3 .pricing-content {
  border: 1px solid #ededed;
  border-left: none;
}

.pricing-mega-v3 .hidden-area {
  margin-top: 76px;
}

.pricing-mega-v3 .hidden-area:hover {
  margin-top: 76px;
}

.pricing-mega-v3 .pricing-head h3 {
  font-size: 28px;
  min-height: 76px;
  font-weight: normal !important;
  border-left: 1px solid #ededed;
}

.pricing-mega-v3 h4 {
  color: #878787;
  min-height: 100px;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  font-weight: normal !important;
}

.pricing-mega-v3 .pricing h5 {
  color: #878787;
  font-size: 20px;
  padding-left: 5px;
  padding: 30px 0 0 7px;
}

.pricing-mega-v3 .block h5 {
  visibility: hidden;
}

.pricing-mega-v3 .pricing-head h4 span, .pricing-mega-v3 .pricing-content li span {
  display: block;
  padding: 15px 0px 0px;
}

.padding-mega-v3 .pricing-head .price span {
  display: block;
  padding: 15px 0px 0px;
}

.pricing-mega-v3 .hidden-area .pricing-content:nth-child(2) {
  margin-bottom: 42px;
}

.pricing-mega-v3 .hidden-area .pricing-head h4 {
  font-size: 28px;
  padding: 34px 0 34px 15px;
  border-left: 1px solid #ededed;
}

.pricing-mega-v3 .hidden-area:hover .pricing-head h4 {
  color: #878787;
}

.pricing-mega-v3 .hidden-area .pricing-content {
  border-left: 1px solid #ededed;
}

.pricing-mega-v3 .hidden-area .price {
  text-align: left;
  padding-left: 15px;
}

.pricing-mega-v3 .block .pricing-content li i {
  font-size: 13px;
}

.pricing-mega-v3 .pricing-content li {
  padding: 10px;
  font-size: 12px;
  text-align: left;
  min-height: 41px;
}

.pricing-mega-v3 .block .pricing-content li {
  text-align: center;
}

.pricing-mega-v3 .btn-u {
  border: 1px solid #fff;
  border-bottom: none;
  padding: 8px 0;
}

.pricing-mega-v3 .btn-group .dropdown-menu {
  margin: 0;
  border: 0;
  width: 100%;
  background: #9fd66f;
  border-color: #ededed;
  border: 1px solid #fff;
  border-top: none;
  margin-top: 40px;
  text-align: center;
}

.pricing-mega-v3 .btn-group .dropdown-menu li a {
  color: #fff;
}

.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #9fd66f;
}

.pricing-mega-v3 .btn-group-justified {
  display: block;
}

/*Pricing Page*/
@media only screen and (max-width: 991px) {
  .price-active, .pricing:hover {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-zoom .price-active .pricing-head h4, .pricing-zoom .pricing:hover .pricing-head h4 {
    padding: 5px 0;
    font-size: 70px;
  }
}

.pricing-mega-v3 {
  /*End Pricing Page*/
}

@media only screen and (max-width: 991px) {
  .pricing-mega-v3 .pricing h4, .pricing-mega-v3 .pricing h3 {
    border-left: 1px solid #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-mega-v3 .pricing-content {
    border-left: 1px solid #ededed;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-mega-v3 .block h5 {
    text-align: center;
    visibility: visible;
  }
}

.no-space-pricing-v6 [class^="col-"], .no-space-pricing-v6 [class*=" col-"] {
  padding: 1px;
}

.row.no-space-pricing-v6 {
  padding: 0 14px;
}

.pricing-table-v6 i.icon-custom {
  width: 80px;
  height: 80px;
  font-size: 40px;
  padding-top: 17px;
}

.pricing-table-v6 h3 {
  font-size: 40px;
  padding: 10px 0 0 0;
  color: #fff;
  font-style: normal;
  font-weight: 200 !important;
}

.pricing-table-v6 h3 i {
  color: #fff;
  font-style: normal;
  font-weight: 200 !important;
}

.pricing-table-v6 h3 span {
  color: #fff;
  font-style: normal;
  font-weight: 200 !important;
  font-size: 25px;
}

.pricing-table-v6 h3 i {
  font-size: 20px;
  margin: 10px 0 0 4px;
  display: inline-block;
}

.pricing-table-v6 ul {
  padding-bottom: 10px;
}

.pricing-table-v6 ul li {
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
}

.pricing-table-v6 ul li span {
  margin-right: 5px;
}

.pricing-table-v6 .btn-u.btn-brd {
  color: #fff;
  display: block;
  border-color: #fff;
}

.pricing-table-v6 .btn-u.btn-brd:hover {
  color: #3b3b3b;
  background: #fff;
  border-color: transparent;
}

.pricing-table-v6.v6-plus {
  font-weight: 200;
}

.pricing-table-v6.v6-plus ul li {
  font-weight: 300;
}

.pricing-table-v6.v6-plus ul li span {
  margin-right: 5px;
}

.pricing-table-v6 .service-block-u {
  background-color: #9fd66f !important;
}

/* Devices (Desktop Mode, 992px and 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-table-v6 .service-block {
    margin-bottom: 20px;
    padding: 20px 15px;
    text-align: center;
  }
}

/* Medium Devices (Phone Mode, 768px and less) */
@media only screen and (max-width: 767px) {
  .col-width-full {
    width: 100%;
  }
}

/*
main.css
*/
.pricing .head-style h3 {
  background: transparent;
  border-bottom: none !important;
}

.pricing-footer h4.new-price2 {
  font-size: 36px;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
}

.pricing-footer h4.new-price2 > span {
  display: inline-block;
}

.pricing-footer h4.new-price2 i {
  font-size: 20px;
}

.c-pricing-list li {
  text-align: left;
}

.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
  color: #f68642;
}

/* Mega Pricing Tables
------------------------------------*/
.pricing-mega-v1 .pricing-head h3, .pricing-mega-v2 .pricing-head h3, .pricing-mega-v3 .pricing-head h3 {
  text-shadow: 0 1px 0 #f68642;
}

/* Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i, .pricing-mega-v1 .pricing-content li i {
  color: #f68642;
}

/* Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {
  background: #f68642;
}

.pricing-bg-colored .pricing-head i {
  color: #f68642;
}

.pricing-bg-colored .pricing-footer .btn-u {
  border: 1px solid #fff;
}

.pricing-bg-colored .pricing-head p {
  border-bottom: 1px solid #fcfcfc 2de;
}

/* Pricing Table Mega v2
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color, .pricing-mega-v2 .block:hover h3, .pricing-mega-v2 .block:hover h4 {
  background: #f68642;
}

.pricing-mega-v2 .block:hover li {
  background: #f68642;
}

.pricing-mega-v2 .block:hover li i {
  background: #f68642;
}

.pricing-mega-v2 .block:hover h4 i {
  background: #f68642;
}

/* Pricing Table Mega v3
------------------------------------*/
.pricing-mega-v1 .btn-group .dropdown-menu, .pricing-mega-v3 .btn-group .dropdown-menu {
  background: #f68642 !important;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover, .pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #f68642;
}

/* Pricing Content */
.pricing-content li {
  border-bottom: solid 1px #fcfcfc 2de;
}

.pricing-content li i {
  color: #f68642;
}

/* Pricing Extra */
.sticker-left {
  background: #f68642;
}

/* Pricing Footer */
.pricing-footer a:hover, .pricing-footer button:hover {
  background: #f68642;
}

.price {
  font-weight: 400;
  line-height: 26px;
}

.price del {
  color: #9e9e9e;
  margin: -10px 5px 0 0;
  font-size: 18px;
  display: block;
}

.price span {
  color: #f68642;
  font-size: 22px;
}

.rates {
  margin: 0 -15px;
  padding: 0;
  text-align: left;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  /*&.six-col {
    margin: 0 -13px;

    > li {
      padding: 0 13px;
      width: 16.666%;
    }
  }*/
}

.rates > li {
  display: inline-block;
  padding: 0 15px;
  width: 33.333%;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: none;
  vertical-align: top;
}

.rates.three-col > li {
  padding: 0 13px;
}

.rates-item {
  position: relative;
  padding: 40px 15px;
  text-align: center;
  background: #fff;
  box-shadow: none;
  border: 1px solid #bcbcbc;
}

.rates-item .del-price {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -5px;
}

.rates.indent-top-big .rates-item {
  padding-top: 80px;
}

.rates.six-col .rates-item, .rates.three-col .rates-item {
  padding: 20px 15px;
}

.rates.six-col .btn.btn-default, .rates.three-col .btn.btn-default {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
}

.rates-item__text {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
}

.rates__die {
  position: absolute;
  display: inline-block;
  padding: 0 15px 0 20px;
  top: 20px;
  left: 0;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  background: #f68642;
}

.rates__die:after {
  position: absolute;
  display: block;
  top: 9px;
  right: -27px;
  border: 18px solid transparent;
  border-left: 36px solid #f68642;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
}

.rates__die span {
  position: relative;
  display: block;
  z-index: 1;
}

.rates-item h3 {
  margin: 0 0 5px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.rates.modified .rates-item h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}

.rates.six-col .rates-item h3, .rates.three-col .rates-item h3 {
  margin: 0;
  font-size: 14px;
}

.rates-item__domain {
  display: inline-block;
  margin: 0 0 8px;
  padding: 7px 0;
  vertical-align: top;
  color: #45455e;
  font-size: 30px;
  font-weight: 500;
  border-top: 0;
  border-bottom: 2px solid #e8e8e8;
}

.rates.modified .rates-item__domain {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 400;
}

.rates-item p {
  margin: 0 0 30px;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}

.rates.modified .rates-item p {
  font-size: 16px;
  white-space: normal;
  line-height: 24px;
}

.rates.modified .btn {
  margin: 0 0 25px;
}

.rates-item .price {
  margin: 0 0 15px;
  line-height: 40px;
}

.rates-item .price em {
  margin: 0 5px 0 0;
  color: #9e9e9e;
  font-size: 18px;
  font-style: normal;
}

.rates-item .price del {
  font-size: 18px;
}

.rates.six-col .rates-item del, .rates.three-col .rates-item del {
  font-size: 14px;
}

.rates-item .price span {
  font-size: 34px;
}

.rates.six-col .rates-item .price span, .rates.three-col .rates-item .price span {
  font-size: 34px;
  font-weight: 300;
}

.rates.six-col .rates-item .price span div.num_s {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.rates.six-col .rates-item .price span div.num_s span {
  font-size: 17px;
}

.rates .rates-item div.pre {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 34px;
  color: #f68642;
  font-weight: 400;
}

.rates .rates-item div.pre span {
  font-size: 17px;
  position: relative;
  top: -14px;
  left: -5px;
}

.rates-item .price small {
  color: #7e8890;
  font-size: 14px;
  font-weight: 400;
}

.rates__list {
  margin: 0 0 40px;
}

.rates__list ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.rates.six-col .rates__list, .rates.three-col .rates__list {
  margin: 0 0 20px;
}

.rates__list li {
  padding: 20px 0 0;
  color: #9e9e9e;
  font-size: 16px;
  list-style-type: none;
}

.rates__list li:first-child {
  padding: 0;
}

.rates.six-col .rates__list li, .rates.three-col .rates__list li {
  padding: 10px 0 0;
  font-size: 12px;
}

.rates.six-col .rates__list li:first-child, .rates.three-col .rates__list li:first-child {
  padding: 0;
}

.rates__list li i {
  margin: 0 10px 0 0;
  color: #f68642;
}

.resellers .rates.six-col .rates-item .price {
  min-height: 80px;
  margin: 0;
}

.resellers .rates.six-col .rates__list {
  min-height: 60px;
  margin: 0;
  margin-top: 10px;
}

/*
main.css
*/
.pricing-table-v6 h3 {
  color: #f68642;
}

.pricing-table-v6 h3 i, .pricing-table-v6 h3 span {
  color: #f68642;
}

.pricing-table-v6 ul li {
  color: #f68642;
}

.pricing-table-v6.v6-plus ul.inf-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-table-v6.v6-plus ul.inf-list li {
  color: #f68642;
  font-size: 18px;
}

.pricing .head-style h3 {
  background: transparent;
  border-bottom: none !important;
}

.pricing-footer h4.new-price2 {
  font-size: 36px;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
}

.pricing-footer h4.new-price2 > span {
  display: inline-block;
}

.pricing-footer h4.new-price2 i {
  font-size: 20px;
}

.c-pricing-list li {
  text-align: left;
}

.pricing-mega-v1 .pricing-head h3.e-height-h {
  background: #fff;
  color: #f68642;
  text-shadow: none;
}

.pricing-mega-v1 .pricing-head h3.table-list {
  color: #45455e;
  text-transform: uppercase;
  font-size: 14px !important;
  background-color: transparent;
  text-shadow: none;
  padding: 20px 0 0;
}

.pricing-mega-v1.pricing-mega-custom {
  padding-top: 0;
}

.pricing-mega-v1.pricing-mega-custom .pricing-head h3 {
  font-size: 18px;
}

.pricing-mega-v1.pricing-mega-custom .pricing-content li {
  font-size: 14px;
}

.pricing-mega-v1.pricing-mega-custom .pricing-content li.titulo {
  border-left: medium none;
  border-right: medium none;
  border-top: 1px solid #ededf2;
  border-bottom: 1px solid #ededf2 !important;
  color: #45455e;
  font-size: 18px;
  font-weight: 600;
}

.pricing-mega-v1 .pricing-content.my-pricing-content li {
  min-height: 66px;
}

.pricing-mega-v1 .pricing-head.custom-height h3 {
  min-height: 102px;
}

.pricing-mega-v1 .pricing-content.my-pricing-content li .container li:last-child .dropdown-menu.last-list-item:before {
  left: 38px;
}

/* Pricing Page
------------------------------------*/
/* Pricing Head */
.pricing:hover h4 {
  color: #f68642;
}

.pricing-head h3 {
  background: #f68642;
  text-shadow: 0 1px 0 #f68642;
}

.pricing-head h4 {
  color: #999999;
  background: #fcfcfc;
  border-bottom: solid 1px #fcfcfc 2de;
}

/* Pricing Content */
.pricing-content li {
  border-bottom: solid 1px #fcfcfc 2de;
}

.pricing-content li i {
  color: #f68642;
}

/* Pricing Extra */
.sticker-left {
  background: #f68642;
}

/* Pricing Footer */
.pricing-footer a:hover, .pricing-footer button:hover {
  background: #f68642;
}

/* Pricing Active */
.price-active h4 {
  color: #f68642;
}

.no-space-pricing .price-active .pricing-head h4, .no-space-pricing .pricing:hover .pricing-head h4 {
  color: #f68642;
}

/* Mega Pricing Tables
------------------------------------*/
.pricing-mega-v1 .pricing-head h3, .pricing-mega-v2 .pricing-head h3, .pricing-mega-v3 .pricing-head h3 {
  text-shadow: 0 1px 0 #f68642;
}

/* Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i, .pricing-mega-v1 .pricing-content li i {
  color: #f68642;
}

/* Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {
  background: #f68642;
}

.pricing-bg-colored .pricing-head i {
  color: #f68642;
}

.pricing-bg-colored .pricing-footer .btn-u {
  border: 1px solid #fff;
}

.pricing-bg-colored .pricing-head p {
  border-bottom: 1px solid #fcfcfc 2de;
}

/* Pricing Table Mega v2
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color, .pricing-mega-v2 .block:hover h3, .pricing-mega-v2 .block:hover h4 {
  background: #f68642;
}

.pricing-mega-v2 .block:hover li {
  background: #f68642;
}

.pricing-mega-v2 .block:hover li i {
  background: #f68642;
}

.pricing-mega-v2 .block:hover h4 i {
  background: #f68642;
}

/* Pricing Table Mega v3
------------------------------------*/
.pricing-mega-v1 .btn-group .dropdown-menu, .pricing-mega-v3 .btn-group .dropdown-menu {
  background: #f68642 !important;
}

.pricing-mega-v1 .btn-group .dropdown-menu li a:hover, .pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #f68642;
}

/**=================================================================================================================
                                                    mnovas
===================================================================================================================**/
.pricing-mega-v1 .pricing-content li {
  color: #7e8890;
  font-size: 12px;
  font-style: normal;
  height: 60px;
  padding: 10px;
}

.pricing-mega-v1 .glyphicon-ok {
  color: #f68642;
}

.pricing-mega-v1 .glyphicon-remove {
  color: #6d6d9b;
}

.pricing-mega-v1 .btn-price-corto {
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-mega-v1 .pricing-head .precio {
  color: #bcbcbc;
  font-size: 14px;
  display: inline-block;
  text-transform: lowercase;
  font-weight: 600;
}

.pricing-mega-v1 .lista-caracteristicas .titulo {
  position: relative;
}

.pricing-mega-v1 .lista-caracteristicas .titulo span {
  position: relative;
  top: -7px;
}

.pricing-mega-v1 .lista-caracteristicas .titulo .marcador {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #f68642;
}

.pricing-mega-v1 .lista-caracteristicas .titulo .marcador-secundario {
  background: #6d6d9b;
}

.pricing-mega-v1 li {
  height: 40px;
  font-weight: 600;
}

.pricing-mega-v1 ul li:nth-child(even) {
  background: #f1f0f5;
}

.pricing-mega-v1 h3 span {
  font-style: normal;
  color: #7e8890;
  font-size: 14px;
  font-weight: 600;
  margin-top: -8px;
}

.pricing-mega-v1 h3 small {
  color: #f68642;
  font-size: 16px;
  position: relative;
  top: 10px;
}

.pricing-mega-v1 .inverse-colors ul li:nth-child(odd) {
  background: #f1f0f5;
}

.pricing-mega-v1 .inverse-colors ul li:nth-child(odd) .precio {
  color: #7e8890;
}

.pricing-mega-v1 .inverse-colors ul li:nth-child(even) {
  background: none;
}

.pricing-mega-v1 .primera-columna h3 small {
  top: 25px;
}

.pricing-mega-v1 .precio-renovacion {
  display: inline-block !important;
  padding: 0 !important;
  font-weight: 600;
  color: #6d6d9b;
}

.pricing-mega-v1 .precio-renovacion span {
  display: inline-block !important;
  color: #bcbcbc;
  font-weight: 600;
}

.pricing-mega-v1 .btn-price-corto {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  .two-blocks-space-between {
    padding-left: 5px;
  }
  .two-blocks-space-between .col-md-6 {
    max-width: 47%;
    padding: 0;
  }
}

/* Profile
------------------------------------*/
.profile .profile-post:hover span.profile-post-numb {
  color: #f68642;
}

.profile .date-formats {
  background: #f68642;
}

.profile .name-location span i, .profile .name-location span a:hover {
  color: #f68642;
}

.share-list li i {
  color: #f68642;
}

.profile .comment-list-v2 li:hover i, .profile .comment-list li:hover i {
  color: #f68642;
}

.profile .profile-post.color-one {
  border-color: #f68642;
}

/*temporal para integrar en sass*/
.header-v6 li.menu-icons {
  letter-spacing: 1px;
  margin-left: 0;
}

.header-v6 li.menu-icons:first-child {
  padding-right: 0;
}

h2, .container h2, h3, .container h3, h4, .container h4, h5, .container h5, h6, .container h5, .global-form.search-f label {
  color: #6d6d9b;
  font-weight: 400;
}

.content-boxes-v3 .content-boxes-in-v3 {
  overflow: hidden;
  padding: 0 10px;
}

.content-boxes-v3 .content-boxes-in-v3 h3 {
  color: #6d6d9b;
}

.icon_prueba_01 {
  background-image: url("../img-dina/dina-icons/icon_prueba_01.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.icon_prueba_02 {
  background-image: url("../img-dina/dina-icons/icon_prueba_02.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.icon_prueba_03 {
  background-image: url("../img-dina/dina-icons/icon_prueba_03.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.icon_prueba_04 {
  background-image: url("../img-dina/dina-icons/icon_prueba_04.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.icon_prueba_05 {
  background-image: url("../img-dina/dina-icons/icon_prueba_05.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.icon_prueba_06 {
  background-image: url("../img-dina/dina-icons/icon_prueba_06.png");
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 59px;
  width: 59px;
  float: left;
}

.footer_index {
  background-color: #2f2f41;
  padding-top: 20px;
}

.logo_footer {
  background-image: url("../img-dina/logo-white.svg");
  background-position: 30px 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 5px;
  background-size: 170px auto;
}

@media only screen and (max-width: 767px) {
  .logo_footer {
    background-position: 53% 1px;
  }
}

.footer-v4 .footer {
  background: #333333;
  padding: 20px 0 0;
}

.footer_index ul.menu_auxiliar, .footer ul.menu_auxiliar {
  background-color: #20202c;
  text-align: center;
  width: 100%;
  list-style-type: none;
  margin-top: 50px;
  padding: 0;
}

.footer_index ul.menu_auxiliar li, .footer ul.menu_auxiliar li {
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  margin: 10px;
  text-transform: none;
}

.footer_index ul.menu_auxiliar li a, .footer ul.menu_auxiliar li a {
  color: #7e8890;
  font-size: 13px;
}

.footer_index ul.menu_auxiliar li a:hover, .footer ul.menu_auxiliar li a:hover {
  color: #fff;
  text-decoration: none;
}

.center_footer {
  text-align: center;
  margin: 0 auto;
  width: 340px;
}

@media only screen and (max-width: 767px) {
  .center_footer {
    width: 305px;
  }
}

.center_footer .description {
  padding-top: 5px;
}

.right_footer {
  float: right;
}

.footer-v4 .shop-social li i {
  background: transparent none repeat scroll 0 0;
  font-size: 30px;
  margin-left: 15px;
}

.center_footer_l {
  float: right;
  text-align: left;
}

.center_footer_r {
  float: left;
  text-align: right;
}

.container .center_footer p {
  color: #8888a0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.container .center_footer p.tit {
  color: #f68642;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}

.container .center_footer p.tel {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .container .center_footer p.tel {
    font-size: 18px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .container .center_footer p.ayuda_on_line {
    font-size: 16px;
    line-height: 24px;
  }
}

.container .center_footer p.ayuda_on_line:hover {
  color: #fff;
}

.chat-footer-button {
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
  padding: 0;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
}

.right_footer a {
  color: #f68642;
}

p a {
  color: #7070b3;
  text-decoration: underline;
}

p a.link, p a.link_blog {
  color: #f68642;
  text-decoration: none;
}

a:hover {
  color: #45455e;
  text-decoration: underline;
}

/*resellers*/
.container p.e-height {
  margin: 0;
}

.news-v1 p {
  color: #7e8890;
  margin-bottom: 0;
  padding: 15px;
}

.footer-v4 .footer {
  background-color: #2f2f41;
}

.header-v6 li.menu-icons a.menu-icons-style {
  min-width: 25px;
  text-transform: uppercase;
  width: auto;
}

.reset-margin {
  margin: 0;
}

.api {
  background-color: whitesmoke;
}

.api pre {
  background-color: #30303b;
  color: #b5bbbf;
}

.api .col-md-8 h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 5px;
}

.api .col-md-8 h3 {
  color: #7e8890;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
}

.api .col-md-8 select, .api .col-md-8 textarea {
  border-color: #f68642 41d;
  border-style: solid;
  border-width: 1px;
  font: 300 18px "Open Sans",sans-serif;
  padding: 0 15px;
  text-transform: none;
  color: #7e8890;
}

.api .col-md-4 h3 {
  color: #45455e;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

.api form {
  max-width: 80%;
}

ul.api-nav-menu {
  margin: 0;
  padding: 0 0 10px;
}

ul.api-nav-menu li {
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
}

ul.api-nav-menu li a {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f68642;
  color: #7e8890;
  display: inline-block;
  padding: 5px 10px;
  text-transform: none;
  font-size: 14px;
}

ul.api-nav-menu li a i {
  color: #f68642;
  margin-left: 5px;
}

ul.api-nav-menu li a:hover {
  color: #fff;
  background: #f68642;
  text-decoration: none;
}

ul.api-nav-menu li a.active {
  color: #fff;
  background: #45455e;
  text-decoration: none;
  border-bottom: none;
}

ul.api-nav-menu li ul {
  margin: 5px 0;
}

ul.api-nav-menu li ul li a {
  font-size: 11px;
  border-bottom: 1px dotted #f68642;
}

code {
  background-color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 20px;
}

section.reset-password h2 {
  font-size: 26px;
  line-height: 1.2em;
}

section.reset-password p {
  margin-bottom: 10px;
}

section.reset-password .form input[type="text"] {
  max-width: 600px;
}

section.reset-password .col-md-5 {
  box-shadow: 6px 7px 18px rgba(92, 92, 92, 0.1);
  padding: 20px;
}

section.reset-password .col-md-5 h3 {
  font-size: 20px;
  font-weight: 500;
}

section.reset-password .col-md-5 p {
  line-height: 1.4em;
}

section.reset-password ul {
  list-style-position: inside;
  margin: 0 0 15px;
  padding: 0;
}

section.reset-password ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2em;
  list-style-position: inside;
  margin: 0 0 5px;
  padding: 0;
}

.carro-item-label {
  color: white;
  font-size: 0.7em;
  margin-right: 15px;
  font-weight: 600 !important;
}

.carro-item .carro-item-title {
  margin-top: 10px;
  color: #6d6d9b;
}

.info-panel__text span {
  display: inline;
}

.resumen-carro > li {
  background-color: #fff !important;
}

.resumen-carro > li.separador {
  border-bottom: 2px solid #ededf2;
  margin-bottom: 40px;
}

.wrapper-carro {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .wrapper-carro {
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-carro {
    padding: 15px;
  }
}

.wrapper-carro .steps {
  margin: 20px;
}

@media only screen and (min-width: 992px) {
  .wrapper-carro .global-table__title li:nth-child(3) {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-carro {
    width: 100%;
    max-width: 1400px;
  }
}

.producto .select {
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 992px) {
  .producto .price span, .producto .price del {
    position: relative;
    top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .producto li.price {
    padding-left: 150px;
  }
}

@media only screen and (min-width: 992px) {
  .producto .btn-delete span {
    position: relative;
    top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .ampliaciones {
    margin-top: 30px !important;
    font-weight: 600;
  }
  .ampliaciones .price {
    padding-left: 150px;
  }
}

.opciones-compra {
  border-left: 1px solid #b8c7d2;
  margin-left: 17px !important;
}

@media only screen and (min-width: 992px) {
  .opciones-compra:not(.metodo-pago) .price {
    padding-left: 120px;
  }
}

.opciones-compra:not(.metodo-pago) ul.carro-subitem :first-child {
  padding-left: 10px;
}

.opciones-compra:not(.metodo-pago) .price {
  line-height: normal;
  margin: 0 0 10px;
  text-align: right;
}

.opciones-compra:not(.metodo-pago) .price span {
  color: #7e8890;
  font-size: 16px;
  top: 0;
  font-weight: 500;
}

.opciones-compra.metodo-pago .price {
  line-height: normal;
  margin: 0 0 10px;
  text-align: center;
}

.opciones-compra.metodo-pago .price span {
  color: #7e8890;
  font-size: 16px;
  top: 0;
  font-weight: 500;
}

.opciones-compra.metodo-pago li:first-child {
  padding-left: 60px;
}

.resumen-total {
  margin-top: -50px;
}

/*
 * Colores texto banners
 */
@media only screen and (min-width: 992px) {
  .banner-color-dark,
  .banner-color-dark * {
    color: #3c3c3c !important;
  }
}

@media only screen and (min-width: 992px) {
  .banner-color-light,
  .banner-color-light * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .banner-color-dark-sm,
  .banner-color-dark-sm * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 991px) {
  .banner-color-light-sm,
  .banner-color-light-sm * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-color-dark-xs,
  .banner-color-dark-xs * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-color-light-xs,
  .banner-color-light-xs * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-color-dark-xs-landscape,
  .banner-color-dark-xs-landscape * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-color-light-xs-landscape,
  .banner-color-light-xs-landscape * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 420px) {
  .banner-color-dark-xss,
  .banner-color-dark-xss * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 420px) {
  .banner-color-light-xss,
  .banner-color-light-xss * {
    color: #fff !important;
  }
}

@keyframes show-layer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show-copy {
  from {
    opacity: 0;
    margin-left: -30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

.carousel-layers .carousel-inner > .item,
.carousel-layers .carousel-inner > .item.active {
  transform: none;
  -webkit-transform: none;
  transition: none;
  -webkit-transition: none;
}

.carousel-layers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  margin-bottom: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .carousel-layers img {
    height: 90vh !important;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .carousel-layers img {
    height: 90vh !important;
  }
}

.carousel-layers .carousel-control {
  display: none;
}

.dh-slide {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.dh-slide .copie {
  position: absolute;
  z-index: 3;
}

@media only screen and (min-width: 1200px) {
  .dh-slide .copie {
    top: 18%;
    left: 0;
    width: 100%;
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .dh-slide .copie {
    top: 24%;
    left: 0;
    width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 1199px) {
  .dh-slide .copie {
    top: 24%;
    left: 0;
    width: 100%;
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-slide .copie {
    top: 21%;
    left: 0;
    width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .dh-slide .copie {
    top: 15%;
    left: 0;
    width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 420px) {
  .dh-slide .copie {
    top: 5%;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .dh-slide .copie h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 56px;
    width: 100%;
    margin-bottom: 25px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .dh-slide .copie h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 46px;
    width: 100%;
    margin-bottom: 20px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .dh-slide .copie h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    width: 100%;
    margin-bottom: 15px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-slide .copie h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
    margin-bottom: 15px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .dh-slide .copie h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    margin-bottom: 6px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 420px) {
  .dh-slide .copie h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    width: 100%;
    margin-bottom: 5px;
    color: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

.dh-slide .copie h1 span {
  color: #f68642 !important;
}

.dh-slide .copie .descripcion {
  text-shadow: 1px 1px 1px #672a05;
}

@media only screen and (max-width: 767px) {
  .dh-slide .copie .descripcion {
    color: white;
    text-shadow: none;
  }
}

@media only screen and (min-width: 1200px) {
  .dh-slide .copie .descripcion {
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    width: 100%;
    margin-bottom: 25px;
    color: #f68642;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .dh-slide .copie .descripcion {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px;
    color: #f68642;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .dh-slide .copie .descripcion {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    margin-bottom: 15px;
    color: #f68642;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-slide .copie .descripcion {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    margin-bottom: 15px;
    color: #f68642;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .dh-slide .copie .descripcion {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
    margin-bottom: 5px;
    color: #565556;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 420px) {
  .dh-slide .copie .descripcion {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    width: 100%;
    margin-bottom: 0;
    color: #565556;
    margin-left: auto;
    margin-right: auto;
  }
}

.dh-slide .copie .btn-banner {
  font-weight: 600;
  border-width: 2px;
}

.dh-slide .modelo {
  position: absolute;
  right: 5%;
  text-shadow: 1px 1px 1px #565556;
  z-index: 4;
}

@media only screen and (min-width: 1200px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 80%;
    color: white;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 540px) and (max-height: 800px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 80%;
    color: white;
  }
}

@media only screen and (max-width: 1199px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 90%;
    color: white;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 80%;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 80%;
    color: white;
  }
}

@media only screen and (max-width: 420px) {
  .dh-slide .modelo {
    font-size: 10px;
    top: 80%;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .dh-slide .modelo {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .dh-slide .modelo {
    display: none;
  }
}

.dh-slide.active {
  display: block;
}

.dh-slide.active .dh-layer {
  animation: show-layer .7s ease 0s;
}

/*
 * Colores texto banners
 */
@media only screen and (min-width: 992px) {
  .banner-color-dark,
  .banner-color-dark * {
    color: #3c3c3c !important;
  }
}

@media only screen and (min-width: 992px) {
  .banner-color-light,
  .banner-color-light * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  .banner-color-dark-sm,
  .banner-color-dark-sm * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 991px) {
  .banner-color-light-sm,
  .banner-color-light-sm * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-color-dark-xs,
  .banner-color-dark-xs * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-color-light-xs,
  .banner-color-light-xs * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-color-dark-xs-landscape,
  .banner-color-dark-xs-landscape * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .banner-color-light-xs-landscape,
  .banner-color-light-xs-landscape * {
    color: #fff !important;
  }
}

@media only screen and (max-width: 420px) {
  .banner-color-dark-xss,
  .banner-color-dark-xss * {
    color: #3c3c3c !important;
  }
}

@media only screen and (max-width: 420px) {
  .banner-color-light-xss,
  .banner-color-light-xss * {
    color: #fff !important;
  }
}
