@import url(vendor/reset.css);
/**
 * -------------------------
 * @section Generals
 * @info    This properties are for entire front-end and we could use whenever
 * -------------------------
*/
@import "//fonts.googleapis.com/css?family=Open+Sans:300,400,700";
@import url(vendor/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  -webkit-text-size-adjust: none; }

body {
  min-width: 320px;
  background: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.423;
  color: #000; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

/**
 * -------------------------
 * @info Misc
 * -------------------------
*/
img {
  -ms-interpolation-mode: bicubic;
  border: none; }
  img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

.preloader {
  padding: 10px 0; }

/**
 * -------------------------
 * @section Dropdown
 * -------------------------
*/
.dropdown-menu > .link {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
.dropdown-menu > .content {
  position: absolute;
  display: none;
  z-index: 200; }

/**
 * -------------------------
 * @section Progress bar
 * -------------------------
*/
#progress {
  display: none;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

/**
 * -------------------------
 * @info Tabs
 * -------------------------
*/
.tabs-wrapper .tabs-content .tab-pane {
  display: none; }
.tabs-wrapper .tab.active {
  cursor: pointer; }

/**
 * -------------------------
 * @info Tabs navigation
 * -------------------------
*/
.tabs-nav {
  position: relative;
  z-index: 100; }

@media screen and (max-width: 767px) {
  .tabs-nav, .tabs-content {
    display: none; } }

/**
 * -------------------------
 * @info Tab
 * -------------------------
*/
.tab {
  display: block;
  width: 100%;
  margin-bottom: -1px;
  border: 0px solid transparent;
  border-bottom: 0px solid #F6F6F6;
  border-top: none;
  text-decoration: none; }
  .tab span {
    display: block;
    position: relative;
    padding: 10px 25px;
    overflow: hidden;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "Avant Demi"; }
    .tab span:after {
      content: "";
      display: block;
      position: absolute;
      width: 0%;
      height: 3px;
      left: 50%;
      bottom: 0px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #FFF;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
  .tab.active {
    border-color: #F6F6F6;
    border-bottom-color: #F6F6F6;
    color: #000; }
    .tab.active span {
      background: #FFF;
      border-bottom-color: #F2A432; }
      .tab.active span:after {
        width: 100%; }
  @media screen and (max-width: 767px) {
    .tab span {
      padding: 10px;
      font-size: 14px; } }

/**
 * -------------------------
 * @info Tabs pane
 * -------------------------
*/
.tab-pane {
  padding: 35px 0 0 0; }
  @media screen and (max-width: 767px) {
    .tab-pane .tabs-nav {
      display: block; } }

/**
 * -------------------------
 * @info Responsive tabs
 * -------------------------
*/
.responsive-tabs {
  display: none;
  font-size: 0; }
  .responsive-tabs > ul, .responsive-tabs > ul > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .responsive-tabs > ul {
    margin-bottom: -20px; }
  .responsive-tabs > ul > li {
    margin-bottom: 20px; }
  .responsive-tabs .tab {
    display: block;
    margin: 0; }
    .responsive-tabs .tab span {
      background: url("../img/icons/right-arrow-tab.png") no-repeat 96% center #F9F9F9; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .responsive-tabs .tab span {
          background-image: url("../img/icons/right-arrow-tab2x.png");
          background-size: 6px 12px; } }
    .responsive-tabs .tab:hover span {
      background-color: #F6F6F6; }
    .responsive-tabs .tab.active span {
      background: url("../img/icons/bottom-arrow-tab.png") no-repeat 96% center #FAFAFA; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .responsive-tabs .tab.active span {
          background-image: url("../img/icons/bottom-arrow-tab2x.png");
          background-size: 12px 5px; } }
    .responsive-tabs .tab.active + .info {
      display: block; }
  .responsive-tabs > ul > li > .info {
    display: none;
    padding: 20px 0 5px 0;
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .responsive-tabs {
      display: block; } }

/**
 * -------------------------
 * @section Generals
 * -------------------------
*/
.vamiddle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.no-border {
  border: none !important; }

.no-border-top {
  border-top: none !important; }

.no-border-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-margin {
  margin: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-padding {
  padding: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

/**
 * -------------------------
 * @info Form
 * -------------------------
*/
form > *:last-child {
  margin-bottom: 0; }
form > .page {
  margin-top: 0; }

/**
 * -------------------------
 * @info Form message
 * -------------------------
*/
.form-msg {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center; }
  .form-msg b {
    display: block;
    margin-top: 15px; }
  .form-msg img {
    margin-right: 15px;
    vertical-align: middle; }
  .form-msg.success {
    color: #3ECF8E; }
  .form-msg.error {
    color: #F00; }

/**
 * -------------------------
 * @info Form group
 * -------------------------
*/
.form-group {
  position: relative;
  margin-bottom: 25px; }
  .form-group > *:last-child {
    margin-bottom: 0; }
  .form-group > .page {
    margin-top: 0; }
  .form-group i {
    color: #000; }
  .form-group.has-label label {
    margin-top: -7px;
    display: block; }
  .form-group.has-icon > div {
    position: relative;
    text-align: left; }
  .form-group.has-icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 18px;
    color: #000; }
  .form-group.has-icon input {
    padding-left: 55px; }
  .form-group.has-counter label {
    padding-right: 30px; }
  .form-group.has-counter .counter {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px; }
    .form-group.has-counter .counter.warning {
      color: #F00; }

/**
 * -------------------------
 * @info Label
 * -------------------------
*/
label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFF; }
  label span {
    color: #F46C5F; }
  label em {
    font-size: 12px;
    font-style: normal; }

/**
 * -------------------------
 * @info Form control
 * -------------------------
*/
.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #DADADA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.423;
  color: #0A2439;
  -webkit-transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  -moz-transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  -ms-transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out; }
  .form-control::-moz-placeholder {
    color: #B5B8BB;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #B5B8BB; }
  .form-control::-webkit-input-placeholder {
    color: #B5B8BB; }
  .form-control.placeholder {
    color: #B5B8BB; }
  .form-control:focus {
    border-color: #00FF8C;
    outline: 0; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #F6F6F6;
    opacity: 1; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .form-control {
      font-size: 16px; } }
  @media screen and (max-width: 991px) {
    .form-control {
      height: 55px;
      font-size: 14px; } }
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  html.touch .form-control:focus {
    font-size: 16px; } }

/**
 * -------------------------
 * @info Fields separator
 * -------------------------
*/
.fields-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px solid #E4E4E4; }
  @media screen and (max-width: 767px) {
    .fields-separator {
      margin-bottom: 15px;
      padding-bottom: 5px; } }

/**
 * -------------------------
 * @info Custom file
 * @see  https://github.com/filamentgroup/jQuery-Custom-File-Input
 * -------------------------
*/
.customfile-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  cursor: pointer;
  background: none;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999; }

.customfile {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden; }

.customfile-feedback {
  display: block;
  position: relative;
  padding-left: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/**
 * -------------------------
 * @info Select
 * -------------------------
*/
.select-wrapper {
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: middle; }
  .select-wrapper select.form-control {
    background: #FFF; }

/**
 * -------------------------
 * @info Custom selects styles (CSS)
 * @see  http://red-team-design.com/making-html-dropdowns-not-suck/
 * -------------------------
*/
html.pointerevents .select-wrapper select {
  /*background: none;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 55px;
  padding-right: 55px; }
  html.pointerevents .select-wrapper select[disabled] {
    color: #626262; }
html.pointerevents .select-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 1px;
  top: 1px;
  z-index: 20;
  text-align: center;
  background: url("../img/icons/select-down-arrow.svg") no-repeat center center transparent; }

/**
 * -------------------------
 * @info Textarea
 * -------------------------
*/
textarea.form-control {
  height: 120px;
  resize: none; }

/**
 * -------------------------
 * @info Checkboxes and radios
 * -------------------------
*/
.radio, .checkbox {
  display: block;
  min-height: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .radio label, .checkbox label {
    display: inline;
    cursor: pointer; }

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
  padding: 0; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 20px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/**
 * -------------------------
 * @info Custom checkboxes styles (CSS)
 * @see  http://code.stephenmorley.org/html-and-css/styling-checkboxes-and-radio-buttons/
 * -------------------------
*/
html.opacity input[type="checkbox"] {
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer; }
  html.opacity input[type="checkbox"] + label {
    margin: 0;
    padding-left: 8px;
    font-size: 0; }
    html.opacity input[type="checkbox"] + label span {
      display: inline-block;
      zoom: 1;
      *display: inline;
      cursor: pointer;
      font-size: 16px;
      line-height: 22px;
      color: #000; }
      html.opacity input[type="checkbox"] + label span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 20px;
        height: 20px;
        background: url("../img/icons/input-checkbox.png") no-repeat 0 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          html.opacity input[type="checkbox"] + label span:after {
            background-image: url("../img/icons/input-checkbox2x.png");
            background-size: 20px 40px; } }
html.opacity input[type="checkbox"]:checked + label span:after {
  background-position: 0 -20px; }

html.opacity .radio {
  min-height: 30px;
  padding-left: 40px; }
html.opacity input[type="radio"] {
  width: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer; }
  html.opacity input[type="radio"] + label {
    margin: 0;
    font-size: 0; }
    html.opacity input[type="radio"] + label span {
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding-top: 3px;
      cursor: pointer;
      font-size: 16px;
      line-height: 22px;
      color: #000; }
      html.opacity input[type="radio"] + label span:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 30px;
        height: 30px;
        background: url("../img/icons/input-radio.png") no-repeat 0 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          html.opacity input[type="radio"] + label span:after {
            background-image: url("../img/icons/input-radio2x.png");
            background-size: 30px 60px; } }
html.opacity input[type="radio"]:checked + label span:after {
  background-position: 0 -30px; }

/**
 * -------------------------
 * @info Fieldset
 * -------------------------
*/
fieldset {
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding: 0px 30px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 0; }
  fieldset > *:last-child {
    margin-bottom: 0; }
  fieldset > .page {
    margin-top: 0; }

/**
 * -------------------------
 * @info Legend
 * -------------------------
*/
legend {
  margin: 0 0 15px -10px;
  padding: 0 10px;
  font-size: 16px;
  color: #626262; }

/**
 * -------------------------
 * @info Form control with icon
 * -------------------------
*/
.control-has-icon {
  position: relative; }
  .control-has-icon .form-control {
    padding-right: 40px; }
  .control-has-icon i, .control-has-icon button {
    position: absolute;
    right: 1px;
    top: 1px;
    display: block;
    width: 40px;
    height: 42px;
    line-height: 44px;
    background: #FFF;
    font-size: 20px;
    text-align: center;
    color: #0A2439;
    border: 0; }

/**
 * -------------------------
 * @info Help block
 * -------------------------
*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #B2B0B0; }

/**
 * -------------------------
 * @info Error
 * -------------------------
*/
.has-error .form-control, .has-error #recaptcha_response_field {
  border: 1px solid #F00 !important;
  color: #F00; }
  .has-error .form-control:focus, .has-error #recaptcha_response_field:focus {
    border-color: #F00;
    outline: 0; }
  .has-error .form-control::-moz-placeholder, .has-error #recaptcha_response_field::-moz-placeholder {
    color: red;
    opacity: 1; }
  .has-error .form-control:-ms-input-placeholder, .has-error #recaptcha_response_field:-ms-input-placeholder {
    color: red; }
  .has-error .form-control::-webkit-input-placeholder, .has-error #recaptcha_response_field::-webkit-input-placeholder {
    color: red; }
.has-error .error {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400; }
.has-error .error, .has-error i {
  color: #F00 !important; }
.has-error .checkbox .error, .has-error .radio .error {
  padding-left: 5px; }

/**
 * -------------------------
 * @info Buttons
 * -------------------------
*/
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  outline: 0;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  /*@include box-shadow(0 2px 4px rgba($black, .5));*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  padding: 20px;
  font-size: 16px;
  line-height: 16px; }
  .btn img {
    vertical-align: top;
    margin-right: 10px; }
  .btn i {
    padding: 0 5px;
    font-size: 20px;
    line-height: 16px; }
    .btn i.first {
      padding-left: 0; }
    .btn i.last {
      padding-right: 0; }
  .btn:hover, .btn:focus {
    text-decoration: none; }

/**
 * -------------------------
 * @info Buttons variants
 * -------------------------
*/
.btn-primary {
  background: #3ECF8E;
  border-color: #3ECF8E; }
  .btn-primary, .btn-primary i {
    color: #FFF; }
  .btn-primary:hover {
    color: #FFF;
    background: #30c381;
    border-color: #30c381; }
  .btn-primary:active, .btn-primary.active {
    background-image: none;
    color: #FFF;
    background: #2baf74;
    border-color: #2baf74;
    /*@include box-shadow((inset 0 3px 5px rgba($btn-active-shadow-color, .2), 0 2px 4px rgba($black, .5)));*/ }
  .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: white;
      background: #67d9a6;
      border-color: #67d9a6; }

.btn-secondary {
  background: #FFF;
  border-color: #FFF; }
  .btn-secondary, .btn-secondary i {
    color: #36A9E1; }
  .btn-secondary:hover {
    color: #FFF;
    background: #fafafa;
    border-color: #fafafa; }
  .btn-secondary:active, .btn-secondary.active {
    background-image: none;
    color: #36A9E1;
    background: whitesmoke;
    border-color: whitesmoke;
    /*@include box-shadow((inset 0 3px 5px rgba($btn-active-shadow-color, .2), 0 2px 4px rgba($black, .5)));*/ }
  .btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #8fcfee;
      background: white;
      border-color: white; }
      
.btn-third {
  background-color: #36A9E1;
  color: #fff; }
  .btn-third:hover {
    color: #fff; }      

.btn-fb {
  background: #3B5998;
  border-color: #3B5998; }
  .btn-fb, .btn-fb i {
    color: #FFF; }
  .btn-fb:hover {
    color: #FFF;
    background: #37538d;
    border-color: #37538d; }
  .btn-fb:active, .btn-fb.active {
    background-image: none;
    color: #FFF;
    background: #344e86;
    border-color: #344e86;
    /*@include box-shadow((inset 0 3px 5px rgba($btn-active-shadow-color, .2), 0 2px 4px rgba($black, .5)));*/ }
  .btn-fb.disabled, .btn-fb[disabled], fieldset[disabled] .btn-fb {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn-fb.disabled, .btn-fb.disabled:hover, .btn-fb.disabled:active, .btn-fb.disabled.active, .btn-fb[disabled], .btn-fb[disabled]:hover, .btn-fb[disabled]:active, .btn-fb[disabled].active, fieldset[disabled] .btn-fb, fieldset[disabled] .btn-fb:hover, fieldset[disabled] .btn-fb:active, fieldset[disabled] .btn-fb.active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #FFF;
      background: #718dc8;
      border-color: #718dc8; }

.btn-tw {
  background: #00ACED;
  border-color: #00ACED; }
  .btn-tw, .btn-tw i {
    color: #FFF; }
  .btn-tw:hover {
    color: #FFF;
    background: #00a1de;
    border-color: #00a1de; }
  .btn-tw:active, .btn-tw.active {
    background-image: none;
    color: #FFF;
    background: #0099d4;
    border-color: #0099d4;
    /*@include box-shadow((inset 0 3px 5px rgba($btn-active-shadow-color, .2), 0 2px 4px rgba($black, .5)));*/ }
  .btn-tw.disabled, .btn-tw[disabled], fieldset[disabled] .btn-tw {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn-tw.disabled, .btn-tw.disabled:hover, .btn-tw.disabled:active, .btn-tw.disabled.active, .btn-tw[disabled], .btn-tw[disabled]:hover, .btn-tw[disabled]:active, .btn-tw[disabled].active, fieldset[disabled] .btn-tw, fieldset[disabled] .btn-tw:hover, fieldset[disabled] .btn-tw:active, fieldset[disabled] .btn-tw.active {
      opacity: 1;
      filter: alpha(opacity=100);
      color: #FFF;
      background: #54d0ff;
      border-color: #54d0ff; }

/**
 * -------------------------
 * @info Button Sizes
 * -------------------------
*/
.btn-lg {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 20px; }

.btn-sm {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  line-height: 20px; }

.btn-xs {
  padding: 1px 20px;
  font-size: 14px;
  line-height: 14px; }

/**
 * -------------------------
 * @info Block button
 * -------------------------
*/
.btn-block {
  display: block;
  width: 100%;
  text-align: center; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

/**
 * -------------------------
 * @info Icon button
 * -------------------------
*/
.btn-icon {
  padding-left: 15px;
  padding-right: 55px; }
  .btn-icon i {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 15px;
    padding: 14px 0px 12px 0px;
    font-size: 25px;
    letter-spacing: 0;
    text-align: center; }

/**
 * -------------------------
 * @info Menu button
 * -------------------------
*/
.btn-menu {
  position: relative;
  width: 60px;
  height: 25px;
  padding: 0px 15px;
  background: url("../img/bg/transparent.png"); }
  .btn-menu, .btn-menu span {
    display: block; }
  .btn-menu span {
    background: #FFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .btn-menu.burger span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    .btn-menu.burger span:nth-child(1) {
      top: 0px; }
    .btn-menu.burger span:nth-child(2), .btn-menu.burger span:nth-child(3) {
      top: 10px; }
    .btn-menu.burger span:nth-child(4) {
      top: 20px; }
  .btn-menu.burger.opened span:nth-child(1), .btn-menu.burger.opened span:nth-child(4) {
    width: 0%;
    top: 10px;
    left: 50%; }
  .btn-menu.burger.opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-menu.burger.opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn-menu.single span {
    width: 20px;
    height: 2px;
    margin-bottom: 4px; }
  .btn-menu.single.opened span {
    -webkit-transform-origin: 6px;
    -moz-transform-origin: 6px;
    -ms-transform-origin: 6px;
    -o-transform-origin: 6px;
    transform-origin: 6px; }
    .btn-menu.single.opened span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .btn-menu.single.opened span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .btn-menu.back span {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 3px; }
    .btn-menu.back span:nth-child(1) {
      top: 42px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .btn-menu.back span:nth-child(2) {
      top: 55px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

/**
 * -------------------------
 * @info  Get Google Web Fonts
 * @see   Google Web Fonts
 * http://www.google.com/webfonts/
 * -------------------------
*/
/**
 * -------------------------
 * @info  Set Font Face Fonts
 * -------------------------
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome.ttf") format("truetype"), url("../fonts/fontawesome.woff") format("woff"), url("../fonts/fontawesome.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; }
/**
 * -------------------------
 * @info Typography
 * -------------------------
*/
.form-control.arial, .arial {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/**
 * -------------------------
 * @info Text
 * -------------------------
*/
.text-removed {
  text-decoration: line-through; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

b, strong {
  font-weight: 700; }

/**
 * -------------------------
 * @info Headings
 * -------------------------
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #4A4A4A; }

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 700; }

h1, .h1 {
  font-size: 48px;
  line-height: 58px; }

h2, .h2 {
  font-size: 35px;
  line-height: 45px;
  color: #fff; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px; }

  h2, .h2 {
    font-size: 30px;
    line-height: 40px; }

  h3, .h3 {
    font-size: 30px;
    line-height: 40px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px; }

  h2, .h2 {
    font-size: 35px;
    line-height: 45px; }

  h3, .h3 {
    font-size: 25px;
    line-height: 35px; } }
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 45px; }

  h2, .h2 {
    font-size: 30px;
    line-height: 40px; }

  h3, .h3 {
    font-size: 20px;
    line-height: 30px; } }
/**
 * -------------------------
 * @info Paragraphs
 * -------------------------
*/
p {
  margin: 0 0 20px; }

.lead {
  font-size: 18px;
  color: #FFF; }

.small {
  font-size: 14px; }
@media screen and (min-width: 991px) and (max-width: 1199px) {
.btn{
  padding: 10px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .lead {
    font-size: 16px; }

  .small {
    font-size: 14px; } }
@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px; }

  .small {
    font-size: 14px; } }
/**
 * -------------------------
 * @info Lists
 * -------------------------
*/
ul, ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 20px;
    margin-bottom: 20px; }
  ul li, ol li {
    margin-top: 0;
    margin-bottom: 0; }

/**
 * -------------------------
 * @info Links
 * -------------------------
*/
a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    color: #3ECF8E; }
  a.text-decoration-hover {
    text-decoration: none; }
    a.text-decoration-hover:hover {
      text-decoration: underline; }
  a.highlighted-link {
    color: #3ECF8E; }
    a.highlighted-link:hover {
      color: #2baf74; }
  a.delete-item {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #BDBDBD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #BDBDBD;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
    a.delete-item:hover {
      border-color: #a4a4a4;
      color: #a4a4a4; }

/**
 * -------------------------
 * @info Code
 * -------------------------
*/
code, kbd, pre, samp {
  font-family: Monospace, serif;
  font-size: 16px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  margin: 20px 0;
  overflow: auto;
  padding: 0 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * -------------------------
 * @info Code
 * -------------------------
*/
blockquote {
  margin: 20px;
  padding: 0px;
  background: none;
  border-left: 5px solid #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #FFF;
  text-align: right; }
  blockquote > *:last-child {
    margin-bottom: 0; }
  blockquote > .page {
    margin-top: 0; }
  blockquote, blockquote q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none; }
    blockquote:before, blockquote:after, blockquote q:before, blockquote q:after {
      content: "";
      content: none; }
  blockquote blockquote {
    margin-right: 0; }
  blockquote cite, blockquote small {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase; }
  blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300; }
  blockquote strong, blockquote b {
    font-weight: 400; }

/**
 * -------------------------
 * @info Box model
 * -------------------------
*/
.show {
  display: block !important; }

.hide {
  display: none !important; }

.shown {
  opacity: 1;
  filter: alpha(opacity=100); }

.hidden {
  opacity: 0;
  filter: alpha(opacity=0); }

.in-block {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.middle {
  vertical-align: middle; }

.vmiddle {
  visibility: hidden; }

.vbottom {
  vertical-align: bottom; }

/**
 * -------------------------
 * @info Grid rules
 * -------------------------
*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.no-pull {
  float: none !important; }

.ow-hidden {
  overflow: hidden; }

.clear-fix, .container, .row {
  zoom: 1; }

.clear-fix:before, .clear-fix:after, .container:before, .row:before, .container:after, .row:after {
  content: " ";
  height: 0;
  clear: both;
  display: table; }

.clear {
  clear: both; }

/**
 * -------------------------
 * @info Grid
 * -------------------------
*/
.common-wrapper {
  padding-left: 90px; }
  .common-wrapper.fluid {
    padding: 0 0 0 90px; }
    @media screen and (max-width: 767px) {
      .common-wrapper.fluid {
        padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .common-wrapper {
      padding: 0 60px 0 150px; } }
  @media screen and (max-width: 767px) {
    .common-wrapper {
      padding: 0 60px; } }

.container {
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:last-child > div > *:last-child {
    margin-bottom: 0; }
  .row:last-child > div > .page {
    margin-top: 0; }
  .row > div {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px; }
    @media screen and (max-width: 767px) {
      .row > div {
        width: 100%; } }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

/**
 * -------------------------
 * @info  FadeIn
 * @see   Mossio
 * http://mossiolab.com/sidelineswap.html
 * -------------------------
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/**
 * -------------------------
 * @info  Soft scale
 * @see   Codrops
 * http://tympanus.net/codrops/2014/03/18/inspiration-for-item-transitions/
 * -------------------------
*/
@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-webkit-keyframes scaleDown {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes scaleDown {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes scaleDown {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes scaleDown {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }
/**
 * -------------------------
 * @info  Blink
 * @see   Typed.js
 * http://www.mattboldt.com/demos/typed-js/
 * -------------------------
*/
@-webkit-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes blink {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  50% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
/**
 * -------------------------
 * @info  Loader
 * @see   CSS Spinner
 * https://www.domsammut.com/projects/pure-css-loading-animation
 * -------------------------
*/
@-webkit-keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/**
 * -------------------------
 * @info  Pulse
 * @see   LEVEL
 * http://level-barvikha.ru/#suburbs-capital
 * -------------------------
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .2; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .2; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; } }
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .2; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .2; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .2; } }
/**
 * -------------------------
 * @info Generals
 * -------------------------
*/
html {
  margin-top: 0 !important; }
  html, html body {
    width: 100%;
    height: 100%;
    background: #FFF; }
    html.scroll-lock, html body.scroll-lock {
      overflow: hidden; }
  html body {
    overflow-x: hidden; }
  html #general-wrapper, html #general-wrapper #content, html #general-wrapper .page-content {
    width: 100%;
    min-height: 100%; }
  html #general-wrapper .page-content {
    overflow: hidden; }
  html #general-wrapper #content {
    position: relative; }
    @media screen and (max-width: 767px) {
      html #general-wrapper #content {
        padding-top: 0px; } }

/**
 * -------------------------
 * @info Header
 * -------------------------
*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px 0px 0px 0px;
  background: #0A2439; }
  #header ul, #header li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #header a {
    text-decoration: none;
    color: #FFF; }
  #header .container {
    position: relative;
    height: 100px; }
    @media screen and (max-width: 991px) {
      #header .container {
        width: 100%; } }
  #header .btn-menu {
    display: none;
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .btn-menu img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 35px; }
    @media screen and (max-width: 991px) {
      #header .btn-menu {
        display: block; } }
  #header .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #header .logo a {
      display: inline-block;
      zoom: 1;
      *display: inline; }
    @media screen and (min-width: 992px) {
      #header .logo img {
        width: 131px; } }
    @media screen and (max-width: 991px) {
      #header .logo img {
        width: 110px; } }
  #header .opts {
    display: table;
    width: 100%; }
    #header .opts .wrapper {
      text-align: right; }
      #header .opts .wrapper, #header .opts .wrapper .top-opts {
        height: 100px; }
      #header .opts .wrapper, #header .opts .wrapper .items {
        display: table-cell;
        vertical-align: middle; }
      #header .opts .wrapper .top-opts {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle; }
      @media screen and (max-width: 991px) {
        #header .opts .wrapper .top-opts {
          display: none;
          position: absolute;
          width: 100%;
          top: 100px;
          left: 0;
          overflow-y: auto;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          background: #DCEBFA;
          -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
          text-align: center;
          -webkit-transition: top 0.35s;
          -moz-transition: top 0.35s;
          -ms-transition: top 0.35s;
          -o-transition: top 0.35s;
          transition: top 0.35s; }
          #header .opts .wrapper .top-opts .items {
            display: block; }
          #header .opts .wrapper .top-opts.active {
            display: block; } }
      @media screen and (min-width: 992px) {
        #header .opts .wrapper, #header .opts .wrapper .top-opts, #header .opts .wrapper .items {
          height: 100px !important; } }
  #header .menu {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }
    #header .menu ul {
      font-size: 0; }
    #header .menu li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      position: relative;
      margin-left: 0px;
      vertical-align: middle; }
      #header .menu li a {
        position: relative;
        font-size: 16px;
        font-weight: 300; }
        #header .menu li a span {
          padding: 0 17px; }
        #header .menu li a:hover span:after, #header .menu li a.current span:after {
          width: 100%; }
      #header .menu li span:after {
        content: "";
        display: block;
        position: absolute;
        width: 0px;
        height: 2px;
        left: 50%;
        bottom: -8px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #00FF8C;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #header .menu li {
        margin-left: 15px; }
        #header .menu li a span {
          padding: 0 8px; } }
    @media screen and (max-width: 991px) {
      #header .menu, #header .menu li {
        display: block; }
      #header .menu li {
        margin-left: 0;
        border-bottom: 2px solid #36A9E1; }
        #header .menu li a {
          display: block;
          padding: 14px 0;
          font-size: 16px;
          color: #1A1A1A; }
          #header .menu li a:hover, #header .menu li a.current, #header .menu li a.highlighted {
            font-weight: 400;
            color: #3ECF8E; }
            #header .menu li a:hover span:after, #header .menu li a.current span:after, #header .menu li a.highlighted span:after {
              display: none; }
        #header .menu li:last-child {
          border-bottom: 0; }
      #header .menu .list {
        padding: 10px 20px;
        background: #DCEBFA; } }
  #header .user-opts {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 30px; }
    #header .user-opts .btn-secondary {
      padding: 16px 20px;
      font-weight: 400;
      color: #36A9E1; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #header .user-opts {
        padding-left: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #header .user-opts {
        padding-left: 0;
        margin-right: 60px; } }
    @media screen and (max-width: 767px) {
      #header .user-opts {
        display: none; } }
  @media screen and (orientation: landscape) and (orientation: portrait) {
    #header {
      width: 100%; } }

/**
 * -------------------------
 * @info Diagonal
 * -------------------------
*/
.diagonal {
  position: relative; }
  .diagonal .shape-top, .diagonal .shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 265px;
    z-index: 0;
    background: none; }
    .diagonal .shape-top polygon, .diagonal .shape-bottom polygon {
      fill: #FFF; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .diagonal .shape-top, .diagonal .shape-bottom {
        height: 235px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .diagonal .shape-top, .diagonal .shape-bottom {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .diagonal .shape-top, .diagonal .shape-bottom {
        height: 110px; } }
  .diagonal .shape-top {
    top: -1px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .diagonal .shape-bottom {
    bottom: 0; }

.diagonal-gris {
  position: relative; }
  .diagonal-gris .shape-top, .diagonal-gris .shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 265px;
    z-index: 0;
    background: none; }
    .diagonal-gris .shape-top polygon, .diagonal-gris .shape-bottom polygon {
      fill: #f8f8f8; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .diagonal-gris .shape-top, .diagonal-gris .shape-bottom {
        height: 235px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .diagonal-gris .shape-top, .diagonal-gris .shape-bottom {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      .diagonal-gris .shape-top, .diagonal-gris .shape-bottom {
        height: 110px; } }
  .diagonal-gris .shape-top {
    top: -1px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .diagonal-gris .shape-bottom {
    bottom: 0; }

/**
 * -------------------------
 * @info Display as table
 * -------------------------
*/
.table-wrapper {
  padding-left: 0;
  padding-right: 0; }

.display-as-table {
  display: table;
  width: 100%;
  float: none;
  margin: 0; }
  .display-as-table > div {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  @media screen and (max-width: 767px) {
    .display-as-table {
      text-align: center;
      width: inherit; }
      .display-as-table, .display-as-table > div {
        display: block;
        width: 100%; }
      .display-as-table > div {
        margin-top: 25px; }
        .display-as-table > div:first-child {
          margin-top: 0; } }

/**
 * -------------------------
 * @info Section intro
 * -------------------------
*/
.section-intro {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 34px;
  text-align: center; }
  .section-intro > *:last-child, .section-intro .container > *:last-child {
    margin-bottom: 0; }
  .section-intro > .page, .section-intro .container > .page {
    margin-top: 0; }
  .section-intro .title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #0F3043; }
    .section-intro .title span {
      color: #36A9E1; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .section-intro {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .section-intro {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .section-intro {
      margin-bottom: 30px;
      font-size: 22px;
      line-height: 32px; } }

/**
 * -------------------------
 * @info Top banner
 * -------------------------
*/
.top-banner {
  min-height: 700px !important;
  padding-top: 100px;
  /*background: url("../img/bg/top-banner.jpg") no-repeat top center; background-size: cover; background: #36A9E1;*/
  background: url("../img/bg/top-header.jpg") no-repeat center center;
  background-size: cover; }
  .top-banner .title, .top-banner p {
    color: #FFF; }
  .top-banner .title {
    margin: 60px 0 70px 0;
    font-weight: 400;
    /*text-shadow: 0 2px 4px rgba($black, .5);*/ }
    .top-banner .title span {
      border-bottom: 6px solid #00FF8C; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .top-banner .title {
        margin: 40px 0 60px 0; } }
    @media screen and (max-width: 767px) {
      .top-banner .title {
        margin: 30px 0 45px 0; } }
  .caption {
    float: none!important;
    position: relative;
    z-index: 100;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 50px;
        /*text-shadow: 0 2px 4px rgba($black, .5);*/ }
    .caption img {
      width: 100%;
      height: auto; }
    .caption p {
      margin-bottom: 40px; }
    .caption .btn {
      text-shadow: none; }
    .caption .intro {
      float: left; }
    .caption .top-device {
      position: relative;
      float: left; }
    .caption .device-slider {
      position: absolute !important;
      width: 412px !important;
      top: 5% !important;
      left: 21.5% !important;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.75s;
      -moz-transition: opacity 0.75s;
      -ms-transition: opacity 0.75s;
      -o-transition: opacity 0.75s;
      transition: opacity 0.75s; }
      .caption .device-slider img {
        position: absolute;
        width: 100%;
        height: auto; }
      .caption .device-slider .cycle-carousel-wrap {
        width: 100%;
        height: 100%; }
      .caption .device-slider.showed {
        opacity: 1; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .caption {
        font-size: 28px;
        line-height: 38px; }
        .caption .device-slider {
          width: 332px !important;
              top: 4.9% !important;
        left: 21.5% !important; 
    } }
    @media screen and (max-width: 991px) {
      .caption .col-6 {
        width: 100%;
        text-align: center; }
      .caption .intro, .caption .top-device {
        float: none; }
      .caption .top-device > img {
        margin-left: -10%;
        margin-bottom: -17%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .caption {
        font-size: 28px;
        line-height: 38px; }
        .caption .top-device > img {
          width: 555px; }
        .caption .device-slider {
          width: 404px !important;
          top: 6% !important;
          left: 23.4% !important; } }
    @media screen and (max-width: 767px) {
      .caption {
        font-size: 24px;
        line-height: 34px; }
        .caption .top-device > img {
          margin-bottom: -23%; }
        .caption .device-slider {
          width: 69.5% !important;
          top: 5.5% !important;
          left: 17% !important; } }
    @media screen and (min-width: 401px) and (max-width: 650px) {
      .caption .device-slider {
        width: 68.5% !important;
        left: 17.5% !important; } }
    @media screen and (max-width: 400px) {
      .caption .device-slider {
        width: 67.5% !important;
        left: 18% !important; } }

/**
 * -------------------------
 * @info Benefits
 * -------------------------
*/
.benefits .item {
  margin-top: 20px;
  text-align: center; }
  .benefits .item > *:last-child {
    margin-bottom: 0; }
  .benefits .item > .page {
    margin-top: 0; }
  .benefits .item img {
    width: 75px;
    height: auto;
    margin: 0 auto 30px auto; }
  .benefits .item.showed .icon, .benefits .item.showed p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  html.touch .benefits .item .icon, html.touch .benefits .item p {
    opacity: 1; }
@media screen and (max-width: 767px) {
  .benefits .section-intro {
    margin-bottom: 0px; }
  .benefits .item {
    margin-top: 40px; } }

/**
 * -------------------------
 * @info More info
 * -------------------------
*/
.more-info {
  padding: 265px 0;
  background: url("../img/bg/more-info.jpg") no-repeat center center;
  background-size: cover; }

  .more-info .details {
    padding: 135px 0 30px 0;
    font-size: 20px;
    font-weight: 300;
    color: #FFF; }
    .more-info .details ul, .more-info .details li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .more-info .details ul {
      margin-top: -40px; }
    .more-info .details li {
      margin-top: 40px; }
      .more-info .details li .num {
        width: 65px; }
        .more-info .details li .num > div {
          display: inline-block;
          zoom: 1;
          *display: inline;
          width: 40px;
          height: 40px;
          border: 2px solid #3ECF8E;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          font-size: 16px;
          line-height: 36px;
          font-weight: 700;
          text-align: center; }
      .more-info .details li .info {
        font-weight: 600; }
    .more-info .details .section-intro {
      text-align: left; }
      .more-info .details .section-intro .title {
        margin-bottom: 25px;
        color: #FFF; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .more-info .details {
        padding: 65px 0 35px 0;
        font-size: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .col-6.col-sm-12.columna-igual {
        width: 100%;
      }
      .more-info .details {
        padding: 30px 0;
        font-size: 20px; }
        .more-info .details .row > div {
          width: 50%; }
        .more-info .details .col-1 {
          display: none; } }
    @media screen and (max-width: 767px) {
      .more-info .details {
        padding: 40px 0 50px 0;
        font-size: 18px; }
        .more-info .details ul {
          margin-top: -30px;
          padding-top: 40px; }
        .more-info .details li {
          margin-top: 30px; }
          .more-info .details li .display-as-table {
            display: table;
            text-align: left; }
            .more-info .details li .display-as-table > div {
              display: table-cell;
              width: auto; }
          .more-info .details li .num {
            width: 65px !important; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .more-info {
      padding: 235px 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .more-info {
      padding: 180px 0; } }
  @media screen and (max-width: 767px) {
    .more-info {
      padding: 110px 0;
      text-align: center; } }

/**
 * -------------------------
 * @info Testimonies
 * -------------------------
*/
.testimonies .section-intro {
  margin-bottom: 70px; }
  .testimonies .section-intro img {
    margin-right: 15px;
    vertical-align: middle; }
.testimonies .item {
  padding-bottom: 30px;
  border-bottom: 4px solid #00FF8C;
  font-size: 22px;
  color: #575756; }
  .testimonies .item img {
    width: 80px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .testimonies .item .quote {
    margin-bottom: 35px;
    font-weight: 700; }
  .testimonies .item .author {
    padding-right: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #9FA3A7; }
    .testimonies .item .author strong {
      display: block;
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 400; }
  .testimonies .item .img {
    width: 80px; }
@media screen and (max-width: 1199px) {
  .testimonies .item {
    font-size: 18px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonies .section-intro {
    margin-top: 15px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonies .row {
    font-size: 0; }
  .testimonies .col-4 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 50%;
    vertical-align: top;
    float: none; }
  .testimonies .section-intro {
    margin-top: 10px;
    margin-bottom: 0; }
  .testimonies .item {
    margin-top: 40px; } }
@media screen and (max-width: 767px) {
  .testimonies .section-intro {
    margin-top: 25px;
    margin-bottom: -30px; }
  .testimonies .item {
    margin-top: 50px; }
  .testimonies .display-as-table {
    display: table;
    text-align: left; }
    .testimonies .display-as-table > div {
      display: table-cell;
      width: auto; } }

/**
 * -------------------------
 * @info Newsletter
 * -------------------------
*/
.newsletter {
  background: url("../img/bg/boletin.jpg") no-repeat center center;
  padding-top: 310px;
  padding-bottom: 100px;
  text-align: center; }
  .newsletter form {
    font-size: 0;
    text-align: center; }
    .newsletter form > div {
      display: block;
      vertical-align: top;
      margin-left: 16px;
      margin-right: 16px; }
    .newsletter form .form-msg {
      display: block !important;
      margin-bottom: 0; }
    .newsletter form .form-group {
      width: 100%;
      max-width: 460px;
      margin: 0 auto; }
    .newsletter form .btn {
      width: 210px;
      margin-top: 25px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter {
      padding-top: 285px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter {
      padding-top: 230px; } }
  @media screen and (max-width: 767px) {
    .newsletter {
      margin-top: 70px;
      padding-top: 160px;
      padding-bottom: 70px;
      text-align: center; } }

/**
 * -------------------------
 * @info Trial
 * -------------------------
*/
#trial {
  position: relative;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 70px; }
  #trial .close-lb {
    position: absolute;
    top: 0px;
    right: 0; }
  #trial .lb-content .content {
    width: 390px;
    padding: 40px 65px;
    background: #FFF; }
    #trial .lb-content .content .btn {
      width: 160px; }
    #trial .lb-content .content .form-actions {
      text-align: center; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #trial .lb-content .content {
        width: 405px;
        padding: 40px 70px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #trial .lb-content .content {
        width: 360px;
        padding: 40px 50px; } }
    @media screen and (max-width: 767px) {
      #trial .lb-content .content {
        width: 100%;
        padding: 40px 15px; } }
  #trial .lb-content .sidebar {
    width: 360px;
    padding: 80px;
    background: url("../img/bg/top-header.jpg") no-repeat center center;
    background-size: cover;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    color: #FFF; }
    #trial .lb-content .sidebar > *:last-child {
      margin-bottom: 0; }
    #trial .lb-content .sidebar > .page {
      margin-top: 0; }
    @media screen and (max-width: 1199px) {
      #trial .lb-content .sidebar {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #trial .lb-content .sidebar {
        width: 295px;
        padding: 70px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #trial .lb-content .sidebar {
        width: 250px;
        padding: 60px; } }
    @media screen and (max-width: 767px) {
      #trial .lb-content .sidebar {
        width: 100%;
        margin-top: 0;
        padding: 150px 65px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #trial {
      width: 700px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #trial {
      width: 610px; } }
  @media screen and (max-width: 767px) {
    #trial {
      width: 100%; } }

/**
 * -------------------------
 * @info Footer
 * -------------------------
*/
#footer .bottom-nav {
  padding: 70px 0px 20px 0px;
  background: #0A2439; }
  #footer .bottom-nav, #footer .bottom-nav .title, #footer .bottom-nav a {
    font-size: 16px;
    line-height: 26px;
    color: #FFF; }
  #footer .bottom-nav ul, #footer .bottom-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #footer .bottom-nav ul {
    font-size: 0; }
  #footer .bottom-nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 30px; }
    #footer .bottom-nav li i {
      font-size: 20px; }
    #footer .bottom-nav li a:hover {
      color: #3ECF8E; }
    #footer .bottom-nav li:last-child {
      margin-right: 0; }
  #footer .bottom-nav .item > *:last-child {
    margin-bottom: 0; }
  #footer .bottom-nav .item > .page {
    margin-top: 0; }
  #footer .bottom-nav .title {
    margin: 0 0 25px 0;
    letter-spacing: 3px; }
  #footer .bottom-nav .highlighted {
    color: #3ECF8E; }
    .col-centered{
    float: none!important;
    margin: 0 auto;}
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #footer .bottom-nav {
      padding: 95px 0; } }
  @media screen and (max-width: 991px) {
    #footer .bottom-nav .title {
      margin: 0 0 15px 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #footer .bottom-nav {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    #footer .bottom-nav {
      padding: 10px 0 40px 0; }
      #footer .bottom-nav .item {
        margin-top: 30px;
        text-align: center; } }
#footer .disclaimer {
  padding: 30px 0;
  background: #F6F9FC;
  font-size: 16px;
  color: #575756; }
  #footer .disclaimer img {
    width: 130px; }
  @media screen and (max-width: 991px) {
    #footer .disclaimer {
      font-size: 14px; }
      #footer .disclaimer img {
        width: 110px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #footer .disclaimer {
      padding: 35px 0; } }
  @media screen and (max-width: 767px) {
    #footer .disclaimer {
      padding: 40px 0; }
      #footer .disclaimer .text-right {
        text-align: center; } }

 #video .close-lb {
    position: absolute;
    top: 40px;
    right: 0; }
  #video {
  position: relative;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 70px; }


/*extra*/
.link-tel{ font-size: 16px; color: #419fc1; text-decoration: none; font-weight: bold }
.mayusculas{text-transform: uppercase;}
.padding-50-0{padding-top: 50px;margin-bottom: 0px;}
.text-left{text-align: left;}
.float-left{float: left;}
.float-right{float: right;}
.col-left {
    float: left;
}
.p-16{font-size: 16px; line-height: 23px;}
.p-33{font-size: 33px;}
.bg-gris{background: #f8f8f8;}

.sub-header {
    background: #fff;
    display: block;
    position: fixed;
    z-index: 9999;
    padding: 5px 0px;
    width: 100%;

  }
p.llamanos {
    text-align: right;
}
p.text-plataforma {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px!important;
}
.col-center{float: none;margin:0 auto }
.contenedor-formulario{
      background: #fff;
    border-radius: 30px;
    padding: 20px;
    margin: 30px auto;
    z-index: 99;
    position: relative;
        box-shadow: 0px 8px 23px -1px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 8px 23px -1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 8px 23px -1px rgba(0,0,0,0.51);
}
select#aviso {
    height: 30px!important;
    margin-bottom: 10px!important;
}
select#masinfo{
     height: 30px!important;
    margin-bottom: 10px!important; 
}
.contenedor-formulario h2{ font-size: 45px; font-weight: 400; color: #000;text-align: center;}
.contenedor-formulario h2 span{color:#36A9E1;}
.contenedor-formulario p{color: #000; text-align: center;}
.float-left .columna-izquierda{float: left;}
.float-right .columna-derecha{float: right;}
.contenedor-formulario input:placehoder{color: #878787}
.contenedor-formulario select:placehoder{color: #878787}
.contenedor-formulario input, .contenedor-formulario .col-6 select{
  width: 100%;
  height: 50px;
  margin:10px 0px; 
  padding: 0px 10px;
  border-radius: 0px;
  background: #f6f6f6;
  border:none;
}
.contenedor-formulario select{
  height: 50px!important;
  border-radius: 0px!important;
  background: #f6f6f6!important;
  margin: 0px 0px!important;
}
.contenedor-formulario .col-12 input{
  margin:10px 0px; 
  border-radius: 0px;
  background: #f6f6f6;
}
button.btn-enviar {
    background: #3ecf8e;
    border: none;
    padding: 18px 20px;
    margin: 10px auto;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.footer-new{text-align: center;}
.footer-new a{text-decoration: none; font-weight: bold; margin: 10px 0px; display: block;}
.footer-new a:hover{text-decoration: underline; font-weight: bolder; color:#48ce91!important; transition: 0.3s}
p.social a i{padding: 0px 10px; font-size: 21px; display: inline-block;}
p.copy {
    padding: 20px 0px 0px 0px;
}
p.social a:link {
    display: inline;
}
.whatsaap a {
    position: fixed;
    right: 10px;
    z-index: 999;
    top: 25%;
    font-size: 22px;
    color: #00d674;
}
.col-6.float-left.columna-izquierda {
    padding-right: 10px;
}
.no-opacity{opacity: 1!important;}
ul.lista-recursos li{list-style-type: none;}

.col-left.same-heignt img {
    padding: 10px 10px 0px 0px;
}

ul.lista-recursos {
    padding-left: 0px!important;
  }
p.text-left.p-16 {
    height: 90px;
    vertical-align: middle;
    display: table-cell;
  }
.col-6.columna-igual.my-auto {
    padding: 40px 0px;
}
.title-30{
  margin-top: 0;
  margin-bottom: 15px;
  color: #0F3043;
  font-size: 30px;
  line-height: 40px;
  }
.section-intro .title-30 span {
    color: #36A9E1;
}
p.text-left.p-16.mayusculas {
    height: auto;
    text-transform: uppercase;
}
.diagonal-gris .shape-bottom-2 {
    bottom: 0;
}
.diagonal-gris .shape-top polygon, .diagonal-gris .shape-bottom-2 polygon {
    fill: #f8f8f8;
}

.diagonal-gris .shape-top, .diagonal-gris .shape-bottom-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 265px;
    z-index: 0;
    background: none;
}
svg.shape-bottom-2 {
    fill: #ffffff;
    background: #f8f8f8;
    margin-top: 0px;
}
div#form-messages {
    text-align: center;
    color: #36a9e1;
    font-size: 21px;
}
span.p-12 {
    font-size: 12px;
    color: #aeaeae;
}
input#masinfo, input#aviso{
    width: 15px;
    height: 15px;
}
.col-6.top-device.video {
    float: right;
}
span.link-prueba-gratis{
  display: block;
    margin-top: -110px;
}
/*MEDIAS*/
@media screen and (min-width: 768px) and (max-width: 1199px) {

  .col-6.columna-igual.my-auto, .col-6.col-sm-12.columna-igual{
    width: 100%;
    margin: 0 auto;
  }
  .col-8.col-centered {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .col-6.float-left.columna-izquierda {
      width: 100%;
      float: none;
      padding: 0;
  }
  .col-6.float-right.columna-derecha {
    float: none;
    width: 100%;
  }
  img.cpu-ctrsun.img-fluid {
      max-width: 250px;
  }
}

@media (max-width: 320px) {
  p.llamanos {
      font-size: 12px;
  }
  .link-tel{font-size: 11px;}
}
