@charset "UTF-8";
/* ============================================ *
 * CMS Pages
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.page-sitemap .links a, a.cart-link,
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  border-radius: 0;
  background: #80b5e1;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 0; }
  .page-sitemap .links a span, a.cart-link span,
  .button span,
  .cart-table .product-cart-actions .button span,
  #co-shipping-method-form .buttons-set .button span,
  .footer .button span {
    z-index: 3;
    position: relative; }
  .page-sitemap .links a:hover, a.cart-link:hover,
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  #co-shipping-method-form .buttons-set .button:hover {
    background: #1e1e1e;
    cursor: pointer;
    color: #fff; }
    .page-sitemap .links a:hover span:before, a.cart-link:hover span:before,
    .button:hover span:before,
    .cart-table .product-cart-actions .button:hover span:before,
    #co-shipping-method-form .buttons-set .button:hover span:before {
      color: #fff; }
    .page-sitemap .links a:hover span span:before, a.cart-link:hover span span:before,
    .button:hover span span:before,
    .cart-table .product-cart-actions .button:hover span span:before,
    #co-shipping-method-form .buttons-set .button:hover span span:before {
      color: #fff; }
  .page-sitemap .links a:active::after, a.cart-link:active::after,
  .button:active::after,
  .cart-table .product-cart-actions .button:active::after,
  #co-shipping-method-form .buttons-set .button:active::after {
    background: #1e1e1e; }
  .page-sitemap .links a:focus, a.cart-link:focus,
  .button:focus,
  .cart-table .product-cart-actions .button:focus,
  #co-shipping-method-form .buttons-set .button:focus {
    background: #1e1e1e; }

.page-sitemap .links a {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px; }

/* -------------------------------------------- *
 * Button hover
 */
.page-sitemap .links a:hover, a.cart-link:hover,
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/***********/
/************/
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #83b8e0; }

.theme-color {
  color: #83b8e0; }

.title-border, .page-sitemap .page-title h1 {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border, .page-sitemap .page-title h1 {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block, #oar_widget_orders_and_returns_form .fieldset {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #83b8e0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

label {
  text-transform: uppercase;
  color: #333333;
  font-weight: normal; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block, #oar_widget_orders_and_returns_form .fieldset {
    padding: 15px;
    margin-bottom: 30px; }

  label {
    font-size: 12px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px; }
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 5px; }

.fieldset + .fieldset {
  margin-top: 5px; }

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500; }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  position: relative; }
  .input-box
  .input-box:after {
    content: '';
    display: table;
    clear: both; }

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle; }

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%; }

/* -------------------------------------------- *
 * Labels
 */
label {
  margin: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' * ';
  color: #ee372a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }

label.required em,
span.required em {
  display: none; }

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #909090;
  font-size: 12px; }

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px; }

select + select {
  margin-left: 5px; }

select[multiple] {
  width: 270px;
  border: 1px solid #e4e3e3;
  font-size: 15px;
  padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px; }

/* -------------------------------------------- *
 * Inputs
 */
.input-text,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e4e3e3;
  background: #ffffff;
  font-size: 14px; }
  .input-text:focus,
  textarea:focus {
    outline: 0; }

.input-text.validation-failed {
  border-color: #ee372a; }

.input-text.validation-failed:focus {
  outline-color: tint(#ee372a, 50%); }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  padding: 0 8px;
  border: solid 1px #e4e3e3; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 230px;
  max-width: 100%; }

input:focus {
  outline: none; }

select {
  max-width: 100%;
  width: 92%;
  height: 40px;
  background: #ffffff;
  border: solid 1px #e4e3e3;
  margin-top: 0; }
  select option {
    padding: 5px 10px; }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }
.ie8 .input-text {
  max-width: none; }

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle; }

/* -------------------------------------------- *
 * Placeholder
 */
input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  opacity: 0.7; }

input:focus::-moz-placeholder {
  opacity: 0.7; }

input:focus:-moz-placeholder {
  opacity: 0.7; }

input:focus:-ms-input-placeholder {
  opacity: 0.7; }

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block; }

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top; }

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #ee372a;
  font-size: 14px; }

.validation-advice {
  color: #eb340a;
  position: absolute;
  z-index: 139;
  bottom: -21px;
  background: #ffffff;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px; }
  .validation-advice:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 10px;
    display: block;
    width: 8px;
    height: 8px;
    z-index: 140;
    background: #ffffff;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

p.required {
  font-size: 14px; }

#login-form .validation-advice {
  top: 100%;
  bottom: auto; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }
.form-list select {
  margin-top: 4px;
  width: 300px;
  max-width: 100%; }
.form-list .input-range .input-text {
  width: 74px; }
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 15px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px; }
  .form-list .control label,
  .sp-methods dt label,
  .product-options ul.options-list label {
    color: #888888;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px; }
    .form-list .control label:hover,
    .sp-methods dt label:hover,
    .product-options ul.options-list label:hover {
      background-color: #EDEDED; }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    .sp-methods dt .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 100%;
  max-width: 100%; }

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit; }

.form-list .control {
  margin-top: 15px; }
  .form-list .control label {
    float: none; }
  .form-list .control .radio,
  .form-list .control .checkbox {
    margin-right: 6px; }
  .form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0; }

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #909090; }

.banner-container-1 {
  margin-bottom: 15px; }
  .banner-container-1:after {
    content: '';
    display: table;
    clear: both; }
  .banner-container-1 .col-sm-6 {
    padding: 0; }
  .banner-container-1 .banner-block {
    position: relative;
    display: block;
    overflow: hidden; }
    .banner-container-1 .banner-block .img-box img {
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    @media only screen and (max-width: 767px) {
      .banner-container-1 .banner-block {
        margin: 10px auto; } }
    .banner-container-1 .banner-block:hover .text-box > span {
      background-color: #5ad292; }
    .banner-container-1 .banner-block:hover .img-box img {
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
  .banner-container-1 .img-box img {
    width: 100%; }
  .banner-container-1 .text-box {
    position: absolute;
    left: 15%;
    top: calc(50% - 94px);
    margin-left: -18px;
    text-align: center; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-1 .text-box {
    left: 6%; } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-1 .text-box {
    top: calc(50% - 56px); } }

    @media only screen and (max-width: 767px) {
      .banner-container-1 .text-box {
        left: 6%; } }
    @media only screen and (max-width: 670px) {
      .banner-container-1 .text-box {
        top: calc(50% - 56px); } }
    .banner-container-1 .text-box h4 {
      position: relative;
      font-size: 52px;
      margin-bottom: 37px; }
      .banner-container-1 .text-box h4:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: calc(50% - 20px);
        width: 40px;
        height: 3px;
        display: block;
        background: #888888; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-1 .text-box h4 {
    font-size: 40px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner-container-1 .text-box h4 {
    font-size: 30px; } }

      @media only screen and (max-width: 670px) {
        .banner-container-1 .text-box h4 {
          font-size: 27px; } }
    .banner-container-1 .text-box > span {
      background-color: #83b8e0;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      padding: 20px 45px;
      display: inline-block;
      font-weight: bold;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-1 .text-box > span {
    padding: 15px 30px; } }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-1 .text-box > span {
    padding: 10px 25px; } }

      @media only screen and (max-width: 670px) {
        .banner-container-1 .text-box > span {
          padding: 10px 25px; } }
  .banner-container-1 .banner-2 .text-box {
    margin-left: 20px; }
    @media only screen and (max-width: 670px) {
      .banner-container-1 .banner-2 .text-box {
        margin-left: 0; } }
    .banner-container-1 .banner-2 .text-box h4 {
      color: #ffffff; }
      .banner-container-1 .banner-2 .text-box h4:before {
        background: #afb1b1; }

.banner-container-2 {
  background: url(../../images/parallax-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  margin-left: 0 !important;
  padding: 106px 0;
  overflow: hidden;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1199px) {
    .banner-container-2 {
      padding: 80px 0 100px; } }
  @media only screen and (max-width: 991px) {
    .banner-container-2 {
      padding: 40px 0; } }
  .banner-container-2 .text-wrapper {
    float: right;
    max-width: 538px;
    text-align: center;
    padding: 162px 50px 82px;
    position: relative; }
    @media only screen and (max-width: 1199px) {
      .banner-container-2 .text-wrapper {
        padding: 100px 0 60px;
        max-width: 400px; } }
    @media only screen and (max-width: 991px) {
      .banner-container-2 .text-wrapper {
        max-width: 360px;
        padding: 50px 0; } }
    @media only screen and (max-width: 520px) {
      .banner-container-2 .text-wrapper {
        max-width: 360px;
        padding: 50px 0;
        float: none;
        margin: 0 auto; } }
    .banner-container-2 .text-wrapper:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(45deg);
      z-index: 2; }
      @media only screen and (max-width: 991px) {
        .banner-container-2 .text-wrapper:before {
          display: none; } }
    .banner-container-2 .text-wrapper h3 {
      font-size: 81px;
      font-weight: 500;
      line-height: 90%;
      position: relative;
      margin-bottom: 30px;
      letter-spacing: 0.015em; }
      .banner-container-2 .text-wrapper h3 span {
        font-size: 80%;
        letter-spacing: 0; }
      @media only screen and (max-width: 1199px) {
        .banner-container-2 .text-wrapper h3 {
          font-size: 60px; } }
      @media only screen and (max-width: 991px) {
        .banner-container-2 .text-wrapper h3 {
          font-size: 40px; } }
      .banner-container-2 .text-wrapper h3:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 20px);
        width: 40px;
        height: 3px;
        background: rgba(0, 0, 0, 0.15); }
    .banner-container-2 .text-wrapper h4 {
      font-size: 19px;
      letter-spacing: 0.04em; }
    .banner-container-2 .text-wrapper .banner-lnk {
      min-width: 170px;
      min-height: 50px;
      padding: 20px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      display: inline-block;
      margin-top: 10px;
      background-color: #83b8e0;
      position: relative;
      z-index: 3;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banner-container-2 .text-wrapper .banner-lnk {
    padding: 15px 20px; } }

      .banner-container-2 .text-wrapper .banner-lnk:hover {
        background: #5ad292; }

.banners {
  margin-bottom: 20px; }
  .banners a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    @media only screen and (max-width: 1199px) {
      .banners a {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .banners a {
        margin-bottom: 13px; } }
    .banners a .s-desc {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ffffff; }
    .banners a img {
      width: 100%;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .banners a:hover img {
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
  @media only screen and (max-width: 767px) {
    .banners .banner-3 {
      max-width: 400px;
      margin: 0 auto 30px; } }
  .banners .banner-3 .s-desc {
    text-align: center;
    padding: 0 15% 15%; }
    .banners .banner-3 .s-desc h1 {
      font-size: 84px;
      line-height: 100%;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: 0.03em; }
      .banners .banner-3 .s-desc h1 span {
        font-size: 90%; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-3 .s-desc h1 {
    font-size: 65px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-3 .s-desc h1 {
    font-size: 45px; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-3 .s-desc h1 {
          font-size: 45px; } }
    .banners .banner-3 .s-desc h4 {
      font-size: 18px;
      text-transform: uppercase;
      color: #ffffff;
      position: relative;
      margin-bottom: 50px; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-3 .s-desc h4 {
    font-size: 14px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-3 .s-desc h4 {
    font-size: 12px; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-3 .s-desc h4 {
          font-size: 12px; } }
      .banners .banner-3 .s-desc h4:before {
        display: block;
        content: '';
        width: 39px;
        height: 3px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        bottom: -25px;
        left: 50%;
        margin-left: -20px; }
      .banners .banner-3 .s-desc h4 span {
        letter-spacing: 0.2em; }
    .banners .banner-3 .s-desc > span {
      display: inline-block;
      font-weight: bold;
      font-size: 14px;
      padding: 20px 45px;
      background-color: #83b8e0;
      color: #ffffff;
      text-transform: uppercase;
      line-height: 20px;
      -webkit-transition: all, 0.3s, ease-in-out;
      -o-transition: all, 0.3s, ease-in-out;
      transition: all, 0.3s, ease-in-out; }
      .banners .banner-3 .s-desc > span:hover {
        background-color: #5ad292; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-3 .s-desc > span {
    padding: 12px 25px; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-3 .s-desc > span {
          padding: 12px 25px; } }
  @media only screen and (max-width: 767px) {
    .banners .banner-4 {
      max-width: 400px;
      margin: 0 auto 30px; } }
  .banners .banner-4 .s-desc {
    text-align: center;
    padding: 0 15% 15%;
    bottom: auto;
    top: 50%;
    margin-top: -90px; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-4 .s-desc {
    margin-top: -67px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-4 .s-desc {
    margin-top: -54px; } }

    @media only screen and (max-width: 390px) {
      .banners .banner-4 .s-desc {
        margin-top: -54px; } }
    .banners .banner-4 .s-desc h2 {
      font-size: 65px;
      line-height: 90%;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: 0.02em; }
      .banners .banner-4 .s-desc h2 span {
        font-size: 56%; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-4 .s-desc h2 {
    font-size: 45px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-4 .s-desc h2 {
    font-size: 35px; } }

      @media only screen and (max-width: 390px) {
        .banners .banner-4 .s-desc h2 {
          font-size: 35px; } }
    .banners .banner-4 .s-desc h4 {
      font-size: 24px;
      font-weight: 500;
      color: #ffffff;
      letter-spacing: 0.04em; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-4 .s-desc h4 {
    font-size: 18px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-4 .s-desc h4 {
    font-size: 14px; } }

      @media only screen and (max-width: 390px) {
        .banners .banner-4 .s-desc h4 {
          font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .banners .banner-5 {
      max-width: 400px;
      margin: 0 auto 30px; } }
  .banners .banner-5 .s-desc {
    padding: 0 40px 0;
    bottom: auto;
    top: 50%;
    margin-top: -70px;
    text-align: left; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-5 .s-desc {
    margin-top: -59px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-5 .s-desc {
    padding: 0 30px 0; } }

    @media only screen and (max-width: 380px) {
      .banners .banner-5 .s-desc {
        padding: 0 30px 0; } }
    .banners .banner-5 .s-desc h2 {
      font-size: 73px;
      letter-spacing: 0.08em;
      font-weight: 400;
      line-height: 100%;
      margin-bottom: 0; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-5 .s-desc h2 {
    font-size: 60px; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-5 .s-desc h2 {
          font-size: 60px; } }
    .banners .banner-5 .s-desc h4 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: none; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-5 .s-desc h4 {
    font-size: 24px; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-5 .s-desc h4 {
          font-size: 24px; } }
    .banners .banner-5 .s-desc h5 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      letter-spacing: 0.3em; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-5 .s-desc h5 {
    letter-spacing: 0.2em; } }

      @media only screen and (max-width: 380px) {
        .banners .banner-5 .s-desc h5 {
          letter-spacing: 0.2em; } }
  .banners .banner-6 .s-desc {
    padding: 0 0 0 40px;
    bottom: auto;
    top: 50%;
    margin-top: -44px;
    text-align: left; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-6 .s-desc {
    margin-top: -35px; } }

    @media only screen and (max-width: 580px) {
      .banners .banner-6 .s-desc {
        margin-top: -35px;
        padding-left: 20px; } }
    .banners .banner-6 .s-desc h1 {
      font-size: 44px;
      letter-spacing: 0.08em;
      font-weight: 400;
      line-height: 100%;
      margin-bottom: 0; }
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .banners .banner-6 .s-desc h1 {
    font-size: 35px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banners .banner-6 .s-desc h1 {
    font-size: 25px; } }

      @media only screen and (max-width: 767px) {
        .banners .banner-6 .s-desc h1 {
          font-size: 32px; } }
      @media only screen and (max-width: 580px) {
        .banners .banner-6 .s-desc h1 {
          font-size: 20px;
          letter-spacing: 0; } }
      .banners .banner-6 .s-desc h1 span {
        display: block;
        font-size: 90%;
        font-weight: 500;
        letter-spacing: 0.4em; }

@media only screen and (max-width: 1550px) {
  .fluid_container .camera_caption {
    justify-content: flex-start; }
    .fluid_container .camera_caption > div {
      margin-left: 15%; } }
@media only screen and (max-width: 767px) {
  .fluid_container .camera_caption > div {
    border: 0;
    padding: 0; } }
.widget-new-products {
  margin-bottom: 17px; }

@media only screen and (max-width: 599px) {
  .widget .ratings .rating-box.stars {
    margin: 0 auto; } }
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none; }
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }
.cms-page-view .std p,
.cms-no-route .std p {
  color: #888888;
  font-size: 14px;
  line-height: 24px; }
.cms-page-view .std li,
.cms-no-route .std li {
  color: #888888;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 25px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li,
  .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif; }

#accordion .toggle-tabs {
  display: none; }
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 5px;
  color: #1e1e1e;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #83b8e0;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-top: solid 1px #dfdfdf;
  position: relative;
  background-color: #f5f5f5;
  font-size: 14px;
  display: block; }
  #accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #83b8e0;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  @media only screen and (max-width: 767px) {
    #accordion > dl > dt {
      color: #333333;
      font-weight: normal;
      border: solid 1px #dfdfdf;
      border-bottom: none; }
      #accordion > dl > dt:hover {
        background-color: #EDEDED; } }
#accordion > dl > dd {
  padding: 5px 30px 30px;
  background-color: #f5f5f5;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    #accordion > dl > dd {
      padding: 5px 15px 15px; } }
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }
#accordion .selected-filter {
  background-color: #EDEDED; }
#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .pager {
  float: none; }
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }
.page-sitemap .sitemap {
  padding: 0;
  margin: 15px 0;
  position: relative; }
  .page-sitemap .sitemap::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 11px;
    left: 0;
    background-color: #83b8e0; }
  .page-sitemap .sitemap::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    bottom: -15px;
    left: 0;
    background-color: #ffffff; }
  .page-sitemap .sitemap > li {
    padding-left: 35px;
    position: relative; }
    .page-sitemap .sitemap > li.level-0::before {
      content: '';
      position: absolute;
      width: 40px;
      height: 1px;
      top: 11px;
      left: 0;
      background-color: #83b8e0; }
    .page-sitemap .sitemap > li.level-0 a::before {
      display: inline-block;
      font-family: "material-design";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      font-size: 13px;
      color: #83b8e0;
      padding-right: 14px; }
  .page-sitemap .sitemap li {
    margin: 15px 0; }
    .page-sitemap .sitemap li ul {
      margin: 30px 0 30px 25px;
      position: relative; }
      .page-sitemap .sitemap li ul::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        top: 11px;
        left: 0;
        background-color: #dfdfdf; }
      .page-sitemap .sitemap li ul::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 24px;
        bottom: -15px;
        left: 0;
        background-color: #ffffff; }
      .page-sitemap .sitemap li ul li {
        padding-left: 41px;
        position: relative; }
        .page-sitemap .sitemap li ul li a {
          padding-left: 20px; }
        .page-sitemap .sitemap li ul li:not(.list-container)::before {
          content: '';
          position: absolute;
          width: 40px;
          height: 1px;
          top: 11px;
          left: 0;
          background-color: #dfdfdf; }
    .page-sitemap .sitemap li a {
      color: #888888;
      display: inline-block; }
      .page-sitemap .sitemap li a:hover {
        color: #333333; }
  @media only screen and (max-width: 599px) {
    .page-sitemap .sitemap li ul {
      margin-left: 0px; } }

.indent1, .skills .term, .team .excerpt {
  margin-bottom: 57px !important; }

.indent2 {
  margin-bottom: 25px !important; }

.custom-page {
  line-height: 1.714em; }
  .custom-page .title-big h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 45px; }
  .custom-page h3 {
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 20px; }

.custom-page .skills, .custom-page .skills + .page-title + .a-center, .custom-page .team {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }

.skills {
  text-align: center;
  color: #83b8e0;
  padding-top: 16px; }
  .skills .term {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
  .skills .value {
    font-size: 56px;
    line-height: 1.519em;
    font-weight: 500; }

#oar_widget_orders_and_returns_form .fieldset {
  margin-bottom: 20px; }
#oar_widget_orders_and_returns_form .buttons-set {
  border-top: 0;
  margin: 0;
  padding: 0; }

.custom-title1 {
  font-size: 16px;
  color: #83b8e0;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .custom-title1:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 66px;
    border: solid 2px #83b8e0;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 118.8px;
    width: 122px;
    height: 122px; }

.custom-title2 {
  font-size: 16px;
  color: #83b8e0;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .custom-title2:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 66px;
    border: solid 2px #83b8e0;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 118.8px;
    width: 122px;
    height: 122px; }

.custom-title3 {
  font-size: 16px;
  color: #83b8e0;
  line-height: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .custom-title3:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 56px;
    border: solid 2px #83b8e0;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto 35px;
    line-height: 122px;
    width: 122px;
    height: 122px; }

.team {
  text-align: center; }
  .team figure {
    display: block;
    margin: 0 auto 25px;
    text-align: center; }
    .team figure a {
      display: inline-block;
      overflow: hidden; }
    .team figure:hover img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
    .team figure img {
      border: medium none;
      max-width: 100%;
      width: 100%; }
  .team h4 {
    font-weight: 400; }
  .team .excerpt {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px; }

.testimonials::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 84px;
  line-height: 1em;
  color: #83b8e0; }
.testimonials blockquote {
  position: relative;
  text-align: center;
  font-size: 14px;
  border: none; }
  .testimonials blockquote cite {
    margin: 0;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #83b8e0;
    text-transform: uppercase; }
  .testimonials blockquote q {
    display: block;
    padding: 0 5%; }
.testimonials .owl-controls .owl-buttons div.owl-prev, .testimonials .owl-controls .owl-buttons div.owl-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 15px; }
.testimonials .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: auto; }
@media only screen and (max-width: 991px) {
  .testimonials .owl-controls .owl-buttons div.owl-prev {
    left: 7px; }
  .testimonials .owl-controls .owl-buttons div.owl-next {
    right: 7px; } }

@media only screen and (max-width: 479px) {
  .indent1, .skills .term, .team .excerpt {
    margin-bottom: 20px; }

  .skills .term {
    font-size: 14px; }
  .skills .value {
    font-size: 30px; } }
.table-bordered .price {
  font-weight: 500;
  color: #1e1e1e;
  font-size: 16px; }

.terms-conditions h4 {
  font-size: 20px;
  color: #83b8e0; }
  .terms-conditions h4:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 40px;
    color: #83b8e0;
    padding-right: 0.244em; }
  @media only screen and (max-width: 767px) {
    .terms-conditions h4:before {
      font-size: 30px; } }
  .terms-conditions h4::before {
    padding-right: 25px; }
.terms-conditions p {
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .cms-page-view .data-table {
    /* Helpers */ }
    .cms-page-view .data-table tr,
    .cms-page-view .data-table th,
    .cms-page-view .data-table td {
      display: block; }
    .cms-page-view .data-table thead {
      display: none; }
    .cms-page-view .data-table thead th {
      border-right: 0;
      border-left: 0; }
    .cms-page-view .data-table thead th.lin-hide {
      display: none; }
    .cms-page-view .data-table thead th:nth-child(1n+2) {
      display: none; }
    .cms-page-view .data-table tbody tr {
      position: relative;
      border-bottom: 1px solid #CCCCCC; }
    .cms-page-view .data-table tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .cms-page-view .data-table tbody td.lin-hide {
      display: none; }
    .cms-page-view .data-table tbody td:first-child {
      padding-top: 10px; }
    .cms-page-view .data-table tbody td:first-child,
    .cms-page-view .data-table tbody td:first-child h3 {
      font-weight: bold; }
    .cms-page-view .data-table tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .cms-page-view .data-table tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 12px;
      font-family: "Ubuntu", sans-serif;
      padding: 5px 5px 5px 0;
      text-transform: uppercase; }
    .cms-page-view .data-table tfoot tr {
      display: block;
      text-align: right; }
    .cms-page-view .data-table tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .cms-page-view .data-table tfoot td {
      display: block;
      float: left; }
    .cms-page-view .data-table tfoot td.lin-hide {
      display: none; }
    .cms-page-view .data-table tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .cms-page-view .data-table tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .cms-page-view .data-table .linearize-hide {
      display: none; }
    .cms-page-view .data-table .linearize-unpad {
      padding: 0; }
    .cms-page-view .data-table .linearize-show {
      display: block; }
    .cms-page-view .data-table thead {
      display: none; } }
dl.numbered-list {
  counter-reset: number; }
  dl.numbered-list dt {
    counter-increment: number;
    margin: 0;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #83b8e0;
    font-weight: 500;
    padding-bottom: 10px; }
    dl.numbered-list dt::before {
      content: counter(number);
      display: inline-block;
      width: 39px;
      height: 39px;
      line-height: 38px;
      text-align: center;
      border-radius: 50%;
      font-size: 16px;
      color: #fff;
      margin-right: 18px;
      background-color: #83b8e0;
      box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }
  dl.numbered-list dd {
    line-height: 1.714em;
    margin-bottom: 45px; }

.table.table-list-style > tbody > tr > td {
  border-top: 0;
  padding: 0px 30px 30px; }
  .table.table-list-style > tbody > tr > td:not(:last-child) {
    border-right: solid 1px #dfdfdf; }
  @media only screen and (max-width: 599px) {
    .table.table-list-style > tbody > tr > td {
      padding: 0 10px 10px; } }
.table.table-list-style h4 {
  float: right;
  max-width: 300px;
  text-align: right; }

.faqs-pages h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #83b8e0;
  border-bottom: 1px solid #dfdfdf;
  padding: 40px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative; }
  .faqs-pages h4:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 35px;
    color: #888888; }
  .faqs-pages h4.id-active {
    border-color: #fff; }
    .faqs-pages h4.id-active:after {
      content: "\f106"; }
  .faqs-pages h4.last {
    border: 0; }
.faqs-pages .custom-pag-list-3 {
  padding-top: 10px;
  margin-bottom: 0; }
  .faqs-pages .custom-pag-list-3 li {
    list-style: none;
    font-style: normal;
    margin: 0;
    padding: 0 0 20px;
    font-family: "Ubuntu", sans-serif;
    overflow: hidden; }
    .faqs-pages .custom-pag-list-3 li:before {
      display: inline-block;
      font-family: "material-design";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      color: #dfdfdf;
      float: left;
      margin-right: 24px; }
  .faqs-pages .custom-pag-list-3 a {
    font-size: 20px;
    color: #3389ca;
    font-weight: 300;
    text-transform: uppercase; }
    .faqs-pages .custom-pag-list-3 a:hover {
      color: #83b8e0; }
@media only screen and (max-width: 767px) {
  .faqs-pages h4 {
    font-size: 20px;
    padding: 15px 0; }
  .faqs-pages .custom-pag-list-3 a {
    font-size: 16px; } }

.custom-page .custom-pag-list-2 {
  margin: 0 -15px;
  padding-bottom: 70px; }
  .custom-page .custom-pag-list-2:after {
    content: '';
    display: table;
    clear: both; }
  .custom-page .custom-pag-list-2 li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
    font-style: normal;
    font-family: "Ubuntu", sans-serif;
    width: 25%;
    float: left; }
    .custom-page .custom-pag-list-2 li a {
      display: block;
      -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
      -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
      text-align: center;
      background: #83b8e0;
      padding: 45px 40px 33px;
      color: #fff;
      min-height: 270px; }
      .custom-page .custom-pag-list-2 li a h4 {
        color: #fff;
        line-height: 40px;
        margin-bottom: 0; }
      .custom-page .custom-pag-list-2 li a span {
        font-size: 87px;
        line-height: 87px;
        display: block;
        margin-bottom: 24px; }
        .custom-page .custom-pag-list-2 li a span.fa {
          font-size: 76px; }
      .custom-page .custom-pag-list-2 li a:hover {
        background: #fff;
        color: #83b8e0; }
        .custom-page .custom-pag-list-2 li a:hover h4 {
          color: #83b8e0; }
  @media only screen and (max-width: 991px) {
    .custom-page .custom-pag-list-2 li {
      width: 50%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .custom-page .custom-pag-list-2 li {
      width: 100%; } }

.guarantee-pages .page-title .icon1:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #83b8e0;
  padding-right: 0.244em; }
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon1:before {
    font-size: 30px; } }
.guarantee-pages .page-title .icon2:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #83b8e0;
  padding-right: 0.244em; }
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon2:before {
    font-size: 30px; } }
.guarantee-pages .page-title .icon3:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #83b8e0;
  padding-right: 0.244em; }
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon3:before {
    font-size: 30px; } }
.guarantee-pages .page-title .icon4:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 55px;
  color: #83b8e0;
  padding-right: 0.244em; }
@media only screen and (max-width: 767px) {
  .guarantee-pages .page-title .icon4:before {
    font-size: 30px; } }
.guarantee-pages .custom-pag-list-4 {
  overflow: hidden;
  margin: 0 -15px;
  padding-top: 40px; }
  .guarantee-pages .custom-pag-list-4 li {
    list-style: none;
    margin: 0 0 56px;
    padding: 0 15px;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    width: 33.33333%;
    float: left; }
    .guarantee-pages .custom-pag-list-4 li:nth-child(3n+1) {
      clear: left; }
    .guarantee-pages .custom-pag-list-4 li h4 {
      font-size: 18px; }
  .guarantee-pages .custom-pag-list-4.bullets h4:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 13px;
    color: #83b8e0;
    padding-right: 0.244em; }
  @media only screen and (max-width: 767px) {
    .guarantee-pages .custom-pag-list-4.bullets h4:before {
      font-size: 30px; } }
  .guarantee-pages .custom-pag-list-4.bullets h4::before {
    padding-right: 10px; }
  @media only screen and (max-width: 767px) {
    .guarantee-pages .custom-pag-list-4 li {
      width: 100%;
      clear: both; } }
.guarantee-pages h4 b {
  font-size: 16px;
  color: #83b8e0;
  margin-right: 15px; }
.guarantee-pages .a-center h4 {
  padding-top: 30px; }

.list-decimal {
  counter-reset: list1; }
  .list-decimal h4 {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 0 55px;
    margin-bottom: 30px; }
    .list-decimal h4:after {
      content: '';
      display: table;
      clear: both; }
    .list-decimal h4:before {
      counter-increment: list1;
      content: counter(list1,decimal-leading-zero);
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 40px;
      line-height: 30px;
      font-weight: 500;
      color: #83b8e0; }

.custom-page.custom-style-2 .page-title h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px; }
  .custom-page.custom-style-2 .page-title h1 span {
    color: #83b8e0; }
  .custom-page.custom-style-2 .page-title h1 b {
    font-size: 50px;
    color: #83b8e0;
    margin-right: 25px; }
  @media only screen and (max-width: 1199px) {
    .custom-page.custom-style-2 .page-title h1 {
      font-size: 23px;
      line-height: 23px; } }
  @media only screen and (max-width: 599px) {
    .custom-page.custom-style-2 .page-title h1 b {
      display: block;
      margin-bottom: 20px; } }
.custom-page.custom-style-2 .title-big h1 {
  font-size: 60px;
  line-height: 75px; }
  @media only screen and (max-width: 1199px) {
    .custom-page.custom-style-2 .title-big h1 {
      font-size: 28px;
      line-height: 30px; } }
.custom-page.custom-style-2 h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #83b8e0;
  font-weight: 500; }
.custom-page.custom-style-2 .a-center {
  margin-bottom: 85px;
  font-size: 13px;
  line-height: 20px; }
.custom-page.custom-style-2 p {
  font-size: 13px;
  line-height: 20px; }
.custom-page .custom-pag-list {
  margin: 0;
  padding: 0; }
  .custom-page .custom-pag-list li {
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 50px;
    padding: 0;
    font-style: normal;
    font-family: "Ubuntu", sans-serif; }
    .custom-page .custom-pag-list li:last-child {
      margin-bottom: 0; }
    .custom-page .custom-pag-list li > span {
      display: block;
      font-size: 57px;
      line-height: 110px;
      color: #fff;
      width: 110px;
      height: 110px;
      float: left;
      background: #83b8e0;
      text-align: center;
      border-radius: 100%;
      margin-right: 30px;
      -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
      -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.14) ; }
    @media only screen and (max-width: 1199px) {
      .custom-page .custom-pag-list li {
        text-align: center; }
        .custom-page .custom-pag-list li > span {
          float: none;
          display: inline-block;
          margin: 0 0 30px; } }
  .custom-page .custom-pag-list p {
    overflow: hidden; }
  .custom-page .custom-pag-list.color-2 {
    padding-bottom: 40px; }
    .custom-page .custom-pag-list.color-2 li > span {
      color: #83b8e0;
      background: #f5f5f5; }

/*# sourceMappingURL=cms.css.map */
