/*================================
 *
 *
 * MetroPCS LESS Style Sheets, version 1.0
 * http://www.metropcs.com
 * Copyright 2012 - 2014 MetroPCS
 *
 *
 *================================
 */
/*fix viewport issues for MSIE*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*********************************************/
/*
////////////////////////////////////////////


==================================
 Additional classes to Bootstrap
=================================*/
/*add grid system with % value at global level*/
.col-5p,
.col-10p,
.col-15p,
.col-20p,
.col-25p,
.col-30p,
.col-35p,
.col-40p,
.col-45p,
.col-50p,
.col-55p,
.col-60p,
.col-65p,
.col-70p,
.col-75p,
.col-80p,
.col-85p,
.col-90p,
.col-95p,
.col-100p,
.col-xs-5p,
.col-xs-10p,
.col-xs-15p,
.col-xs-20p,
.col-xs-25p,
.col-xs-30p,
.col-xs-35p,
.col-xs-40p,
.col-xs-45p,
.col-xs-50p,
.col-xs-55p,
.col-xs-60p,
.col-xs-65p,
.col-xs-70p,
.col-xs-75p,
.col-xs-80p,
.col-xs-85p,
.col-xs-90p,
.col-xs-95p,
.col-xs-100p,
.col-sm-5p,
.col-sm-10p,
.col-sm-15p,
.col-sm-20p,
.col-sm-25p,
.col-sm-30p,
.col-sm-35p,
.col-sm-40p,
.col-sm-45p,
.col-sm-50p,
.col-sm-55p,
.col-sm-60p,
.col-sm-65p,
.col-sm-70p,
.col-sm-75p,
.col-sm-80p,
.col-sm-85p,
.col-sm-90p,
.col-sm-95p,
.col-sm-100p,
.col-lg-5p,
.col-lg-10p,
.col-lg-15p,
.col-lg-20p,
.col-lg-25p,
.col-lg-30p,
.col-lg-35p,
.col-lg-40p,
.col-lg-45p,
.col-lg-50p,
.col-lg-55p,
.col-lg-60p,
.col-lg-65p,
.col-lg-70p,
.col-lg-75p,
.col-lg-80p,
.col-lg-85p,
.col-lg-90p,
.col-lg-95p,
.col-lg-100p {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-5p,
.col-10p,
.col-15p,
.col-20p,
.col-25p,
.col-30p,
.col-35p,
.col-40p,
.col-45p,
.col-50p,
.col-55p,
.col-60p,
.col-65p,
.col-70p,
.col-75p,
.col-80p,
.col-85p,
.col-90p,
.col-95p,
.col-100p,
.col-xs-5p,
.col-xs-10p,
.col-xs-15p,
.col-xs-20p,
.col-xs-25p,
.col-xs-30p,
.col-xs-35p,
.col-xs-40p,
.col-xs-45p,
.col-xs-50p,
.col-xs-55p,
.col-xs-60p,
.col-xs-65p,
.col-xs-70p,
.col-xs-75p,
.col-xs-80p,
.col-xs-85p,
.col-xs-90p,
.col-xs-95p,
.col-xs-100p {
  float: left;
}
.col-5p {
  width: 5%;
}
.col-10p {
  width: 10%;
}
.col-15p {
  width: 15%;
}
.col-20p {
  width: 20%;
}
.col-25p {
  width: 25%;
}
.col-30p {
  width: 30%;
}
.col-35p {
  width: 35%;
}
.col-40p {
  width: 40%;
}
.col-45p {
  width: 45%;
}
.col-50p {
  width: 50%;
}
.col-55p {
  width: 55%;
}
.col-60p {
  width: 60%;
}
.col-65p {
  width: 65%;
}
.col-70p {
  width: 70%;
}
.col-75p {
  width: 75%;
}
.col-80p {
  width: 80%;
}
.col-85p {
  width: 85%;
}
.col-90p {
  width: 90%;
}
.col-95p {
  width: 95%;
}
.col-100p {
  width: 100%;
}
.col-push-0p {
  left: 0%;
}
.col-push-5p {
  left: 5%;
}
.col-push-10p {
  left: 10%;
}
.col-push-15p {
  left: 15%;
}
.col-push-20p {
  left: 20%;
}
.col-push-25p {
  left: 25%;
}
.col-push-30p {
  left: 30%;
}
.col-push-35p {
  left: 35%;
}
.col-push-40p {
  left: 40%;
}
.col-push-45p {
  left: 45%;
}
.col-push-50p {
  left: 50%;
}
.col-push-55p {
  left: 55%;
}
.col-push-60p {
  left: 60%;
}
.col-push-65p {
  left: 65%;
}
.col-push-70p {
  left: 70%;
}
.col-push-75p {
  left: 75%;
}
.col-push-80p {
  left: 80%;
}
.col-push-85p {
  left: 85%;
}
.col-push-90p {
  left: 90%;
}
.col-push-95p {
  left: 95%;
}
.col-push-100p {
  left: 100%;
}
.col-pull-0p {
  right: 0%;
}
.col-pull-5p {
  right: 5%;
}
.col-pull-10p {
  right: 10%;
}
.col-pull-15p {
  right: 15%;
}
.col-pull-20p {
  right: 20%;
}
.col-pull-25p {
  right: 25%;
}
.col-pull-30p {
  right: 30%;
}
.col-pull-35p {
  right: 35%;
}
.col-pull-40p {
  right: 40%;
}
.col-pull-45p {
  right: 45%;
}
.col-pull-50p {
  right: 50%;
}
.col-pull-55p {
  right: 55%;
}
.col-pull-60p {
  right: 60%;
}
.col-pull-65p {
  right: 65%;
}
.col-pull-70p {
  right: 70%;
}
.col-pull-75p {
  right: 75%;
}
.col-pull-80p {
  right: 80%;
}
.col-pull-85p {
  right: 85%;
}
.col-pull-90p {
  right: 90%;
}
.col-pull-95p {
  right: 95%;
}
.col-pull-100p {
  right: 100%;
}
.col-xs-5p {
  width: 5%;
}
.col-xs-10p {
  width: 10%;
}
.col-xs-15p {
  width: 15%;
}
.col-xs-20p {
  width: 20%;
}
.col-xs-25p {
  width: 25%;
}
.col-xs-30p {
  width: 30%;
}
.col-xs-35p {
  width: 35%;
}
.col-xs-40p {
  width: 40%;
}
.col-xs-45p {
  width: 45%;
}
.col-xs-50p {
  width: 50%;
}
.col-xs-55p {
  width: 55%;
}
.col-xs-60p {
  width: 60%;
}
.col-xs-65p {
  width: 65%;
}
.col-xs-70p {
  width: 70%;
}
.col-xs-75p {
  width: 75%;
}
.col-xs-80p {
  width: 80%;
}
.col-xs-85p {
  width: 85%;
}
.col-xs-90p {
  width: 90%;
}
.col-xs-95p {
  width: 95%;
}
.col-xs-100p {
  width: 100%;
}
.col-xs-push-0p {
  left: 0%;
}
.col-xs-push-5p {
  left: 5%;
}
.col-xs-push-10p {
  left: 10%;
}
.col-xs-push-15p {
  left: 15%;
}
.col-xs-push-20p {
  left: 20%;
}
.col-xs-push-25p {
  left: 25%;
}
.col-xs-push-30p {
  left: 30%;
}
.col-xs-push-35p {
  left: 35%;
}
.col-xs-push-40p {
  left: 40%;
}
.col-xs-push-45p {
  left: 45%;
}
.col-xs-push-50p {
  left: 50%;
}
.col-xs-push-55p {
  left: 55%;
}
.col-xs-push-60p {
  left: 60%;
}
.col-xs-push-65p {
  left: 65%;
}
.col-xs-push-70p {
  left: 70%;
}
.col-xs-push-75p {
  left: 75%;
}
.col-xs-push-80p {
  left: 80%;
}
.col-xs-push-85p {
  left: 85%;
}
.col-xs-push-90p {
  left: 90%;
}
.col-xs-push-95p {
  left: 95%;
}
.col-xs-push-100p {
  left: 100%;
}
.col-xs-pull-0p {
  right: 0%;
}
.col-xs-pull-5p {
  right: 5%;
}
.col-xs-pull-10p {
  right: 10%;
}
.col-xs-pull-15p {
  right: 15%;
}
.col-xs-pull-20p {
  right: 20%;
}
.col-xs-pull-25p {
  right: 25%;
}
.col-xs-pull-30p {
  right: 30%;
}
.col-xs-pull-35p {
  right: 35%;
}
.col-xs-pull-40p {
  right: 40%;
}
.col-xs-pull-45p {
  right: 45%;
}
.col-xs-pull-50p {
  right: 50%;
}
.col-xs-pull-55p {
  right: 55%;
}
.col-xs-pull-60p {
  right: 60%;
}
.col-xs-pull-65p {
  right: 65%;
}
.col-xs-pull-70p {
  right: 70%;
}
.col-xs-pull-75p {
  right: 75%;
}
.col-xs-pull-80p {
  right: 80%;
}
.col-xs-pull-85p {
  right: 85%;
}
.col-xs-pull-90p {
  right: 90%;
}
.col-xs-pull-95p {
  right: 95%;
}
.col-xs-pull-100p {
  right: 100%;
}
/* add fa-1x for font-awesome */
.fa-1x {
  font-size: 1em;
}
/* boostrap breadcrumb override styles start from here */
.breadcrumb {
  line-height: 1;
  background-color: #fff;
  margin-bottom: 0;
  padding: 8px 10px;
}
.breadcrumb li + li:before {
  content: ">";
  color: #000;
}
.breadcrumb li a {
  color: #262281;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color: #f65924;
}
.breadcrumb li.active {
  color: #000;
  font-weight: bold;
}
.breadcrumb li.active:before {
  font-weight: normal;
}
/* boostrap breadcrumb override styles end here */
/*Social btn sizes*/
.btn-md {
  padding: 6px 12px;
  font-size: 14px !important;
  line-height: 1.428571429;
  border-radius: 4px;
}
.btn-xl {
  padding: 15px 30px;
  font-size: 22px;
  line-height: 1.3;
  border-radius: 0;
}
.btn-social.btn-xl {
  padding-left: 80px;
}
.btn-social.btn-xl :first-child {
  line-height: 60px;
  width: 60px;
  font-size: 1.6em;
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.6em;
}
.btn-social.btn-md {
  padding-left: 44px;
}
.btn-social.btn-md :first-child {
  line-height: 34px;
  width: 32px;
  font-size: 1.6em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon.btn-xl {
  padding-left: 80px;
}
.btn-social-icon.btn-xl :first-child {
  line-height: 60px;
  width: 60px;
  font-size: 1.6em;
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.6em;
}
.btn-social-icon.btn-md {
  padding-left: 44px;
}
.btn-social-icon.btn-md :first-child {
  line-height: 34px;
  width: 32px;
  font-size: 1.6em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon.btn-xl {
  height: 60px;
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-md {
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
/*media query for 600px - 767px*/
@media (min-width: 600px) {
  /*responsive utility classes*/
  .center-block-sm {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .invisible-sm {
    visibility: hidden !important;
  }
  .text-hide-sm {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  /*Social btn sizes*/
  .btn-md-sm {
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.428571429;
    border-radius: 4px;
  }
  .btn-xl-sm {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.3;
    border-radius: 0;
  }
  .btn-social.btn-xl-sm {
    padding-left: 80px;
  }
  .btn-social.btn-xl-sm :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social.btn-lg-sm {
    padding-left: 61px;
  }
  .btn-social.btn-lg-sm :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social.btn-md-sm {
    padding-left: 44px;
  }
  .btn-social.btn-md-sm :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social.btn-sm-sm {
    padding-left: 38px;
  }
  .btn-social.btn-sm-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social.btn-xs-sm {
    padding-left: 30px;
  }
  .btn-social.btn-xs-sm :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-sm {
    padding-left: 80px;
  }
  .btn-social-icon.btn-xl-sm :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-lg-sm {
    padding-left: 61px;
  }
  .btn-social-icon.btn-lg-sm :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social-icon.btn-md-sm {
    padding-left: 44px;
  }
  .btn-social-icon.btn-md-sm :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-sm-sm {
    padding-left: 38px;
  }
  .btn-social-icon.btn-sm-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social-icon.btn-xs-sm {
    padding-left: 30px;
  }
  .btn-social-icon.btn-xs-sm :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-sm {
    height: 60px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-lg-sm {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-md-sm {
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-sm-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-xs-sm {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  /*main content padding at 600px - 767px BP*/
  .gbl_main-content.pl40.pr40 {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*extend to container full width*/
  .gbl_main-content.pl40.pr40 .gbl_container-extend-full {
    margin-left: -30px;
    margin-right: -30px;
  }
  /*add col with % value*/
  .col-sm-5p,
  .col-sm-10p,
  .col-sm-15p,
  .col-sm-20p,
  .col-sm-25p,
  .col-sm-30p,
  .col-sm-35p,
  .col-sm-40p,
  .col-sm-45p,
  .col-sm-50p,
  .col-sm-55p,
  .col-sm-60p,
  .col-sm-65p,
  .col-sm-70p,
  .col-sm-75p,
  .col-sm-80p,
  .col-sm-85p,
  .col-sm-90p,
  .col-sm-95p .col-sm-100p {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .col-sm-5p {
    width: 5%;
  }
  .col-sm-10p {
    width: 10%;
  }
  .col-sm-15p {
    width: 15%;
  }
  .col-sm-20p {
    width: 20%;
  }
  .col-sm-25p {
    width: 25%;
  }
  .col-sm-30p {
    width: 30%;
  }
  .col-sm-35p {
    width: 35%;
  }
  .col-sm-40p {
    width: 40%;
  }
  .col-sm-45p {
    width: 45%;
  }
  .col-sm-50p {
    width: 50%;
  }
  .col-sm-55p {
    width: 55%;
  }
  .col-sm-60p {
    width: 60%;
  }
  .col-sm-65p {
    width: 65%;
  }
  .col-sm-70p {
    width: 70%;
  }
  .col-sm-75p {
    width: 75%;
  }
  .col-sm-80p {
    width: 80%;
  }
  .col-sm-85p {
    width: 85%;
  }
  .col-sm-90p {
    width: 90%;
  }
  .col-sm-95p {
    width: 95%;
  }
  .col-sm-100p {
    width: 100%;
  }
  .col-sm-push-0p {
    left: 0%;
  }
  .col-sm-push-5p {
    left: 5%;
  }
  .col-sm-push-10p {
    left: 10%;
  }
  .col-sm-push-15p {
    left: 15%;
  }
  .col-sm-push-20p {
    left: 20%;
  }
  .col-sm-push-25p {
    left: 25%;
  }
  .col-sm-push-30p {
    left: 30%;
  }
  .col-sm-push-35p {
    left: 35%;
  }
  .col-sm-push-40p {
    left: 40%;
  }
  .col-sm-push-45p {
    left: 45%;
  }
  .col-sm-push-50p {
    left: 50%;
  }
  .col-sm-push-55p {
    left: 55%;
  }
  .col-sm-push-60p {
    left: 60%;
  }
  .col-sm-push-65p {
    left: 65%;
  }
  .col-sm-push-70p {
    left: 70%;
  }
  .col-sm-push-75p {
    left: 75%;
  }
  .col-sm-push-80p {
    left: 80%;
  }
  .col-sm-push-85p {
    left: 85%;
  }
  .col-sm-push-90p {
    left: 90%;
  }
  .col-sm-push-95p {
    left: 95%;
  }
  .col-sm-push-100p {
    left: 100%;
  }
  .col-sm-pull-0p {
    right: 0%;
  }
  .col-sm-pull-5p {
    right: 5%;
  }
  .col-sm-pull-10p {
    right: 10%;
  }
  .col-sm-pull-15p {
    right: 15%;
  }
  .col-sm-pull-20p {
    right: 20%;
  }
  .col-sm-pull-25p {
    right: 25%;
  }
  .col-sm-pull-30p {
    right: 30%;
  }
  .col-sm-pull-35p {
    right: 35%;
  }
  .col-sm-pull-40p {
    right: 40%;
  }
  .col-sm-pull-45p {
    right: 45%;
  }
  .col-sm-pull-50p {
    right: 50%;
  }
  .col-sm-pull-55p {
    right: 55%;
  }
  .col-sm-pull-60p {
    right: 60%;
  }
  .col-sm-pull-65p {
    right: 65%;
  }
  .col-sm-pull-70p {
    right: 70%;
  }
  .col-sm-pull-75p {
    right: 75%;
  }
  .col-sm-pull-80p {
    right: 80%;
  }
  .col-sm-pull-85p {
    right: 85%;
  }
  .col-sm-pull-90p {
    right: 90%;
  }
  .col-sm-pull-95p {
    right: 95%;
  }
  .col-sm-pull-100p {
    right: 100%;
  }
}
/*media query for 768px - 999px*/
@media (min-width: 768px) {
  /*responsive utility classes*/
  .center-block-md {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right-md {
    float: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .invisible-md {
    visibility: hidden !important;
  }
  .text-hide-md {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  /*Social btn sizes*/
  .btn-md-md {
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.428571429;
    border-radius: 4px;
  }
  .btn-xl-md {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.3;
    border-radius: 0;
  }
  .btn-social.btn-xl-md {
    padding-left: 80px;
  }
  .btn-social.btn-xl-md :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social.btn-lg-md {
    padding-left: 61px;
  }
  .btn-social.btn-lg-md :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social.btn-md-md {
    padding-left: 44px;
  }
  .btn-social.btn-md-md :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social.btn-sm-md {
    padding-left: 38px;
  }
  .btn-social.btn-sm-md :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social.btn-xs-md {
    padding-left: 30px;
  }
  .btn-social.btn-xs-md :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-md {
    padding-left: 80px;
  }
  .btn-social-icon.btn-xl-md :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-lg-md {
    padding-left: 61px;
  }
  .btn-social-icon.btn-lg-md :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social-icon.btn-md-md {
    padding-left: 44px;
  }
  .btn-social-icon.btn-md-md :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-sm-md {
    padding-left: 38px;
  }
  .btn-social-icon.btn-sm-md :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social-icon.btn-xs-md {
    padding-left: 30px;
  }
  .btn-social-icon.btn-xs-md :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-md {
    height: 60px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-lg-md {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-md-md {
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-sm-md {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-xs-md {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  /* main content padding at 768px - 999px BP*/
  .gbl_main-content.pl40.pr40 {
    padding-left: 31px;
    padding-right: 31px;
  }
  /*extend to container full width*/
  .gbl_main-content.pl40.pr40 .gbl_container-extend-full {
    margin-left: -31px;
    margin-right: -31px;
  }
  /*add col with % value*/
  .col-md-5p,
  .col-md-10p,
  .col-md-15p,
  .col-md-20p,
  .col-md-25p,
  .col-md-30p,
  .col-md-35p,
  .col-md-40p,
  .col-md-45p,
  .col-md-50p,
  .col-md-55p,
  .col-md-60p,
  .col-md-65p,
  .col-md-70p,
  .col-md-75p,
  .col-md-80p,
  .col-md-85p,
  .col-md-90p,
  .col-md-95p .col-md-100p {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .col-md-5p {
    width: 5%;
  }
  .col-md-10p {
    width: 10%;
  }
  .col-md-15p {
    width: 15%;
  }
  .col-md-20p {
    width: 20%;
  }
  .col-md-25p {
    width: 25%;
  }
  .col-md-30p {
    width: 30%;
  }
  .col-md-35p {
    width: 35%;
  }
  .col-md-40p {
    width: 40%;
  }
  .col-md-45p {
    width: 45%;
  }
  .col-md-50p {
    width: 50%;
  }
  .col-md-55p {
    width: 55%;
  }
  .col-md-60p {
    width: 60%;
  }
  .col-md-65p {
    width: 65%;
  }
  .col-md-70p {
    width: 70%;
  }
  .col-md-75p {
    width: 75%;
  }
  .col-md-80p {
    width: 80%;
  }
  .col-md-85p {
    width: 85%;
  }
  .col-md-90p {
    width: 90%;
  }
  .col-md-95p {
    width: 95%;
  }
  .col-md-100p {
    width: 100%;
  }
  .col-md-push-0p {
    left: 0%;
  }
  .col-md-push-5p {
    left: 5%;
  }
  .col-md-push-10p {
    left: 10%;
  }
  .col-md-push-15p {
    left: 15%;
  }
  .col-md-push-20p {
    left: 20%;
  }
  .col-md-push-25p {
    left: 25%;
  }
  .col-md-push-30p {
    left: 30%;
  }
  .col-md-push-35p {
    left: 35%;
  }
  .col-md-push-40p {
    left: 40%;
  }
  .col-md-push-45p {
    left: 45%;
  }
  .col-md-push-50p {
    left: 50%;
  }
  .col-md-push-55p {
    left: 55%;
  }
  .col-md-push-60p {
    left: 60%;
  }
  .col-md-push-65p {
    left: 65%;
  }
  .col-md-push-70p {
    left: 70%;
  }
  .col-md-push-75p {
    left: 75%;
  }
  .col-md-push-80p {
    left: 80%;
  }
  .col-md-push-85p {
    left: 85%;
  }
  .col-md-push-90p {
    left: 90%;
  }
  .col-md-push-95p {
    left: 95%;
  }
  .col-md-push-100p {
    left: 100%;
  }
  .col-md-pull-0p {
    right: 0%;
  }
  .col-md-pull-5p {
    right: 5%;
  }
  .col-md-pull-10p {
    right: 10%;
  }
  .col-md-pull-15p {
    right: 15%;
  }
  .col-md-pull-20p {
    right: 20%;
  }
  .col-md-pull-25p {
    right: 25%;
  }
  .col-md-pull-30p {
    right: 30%;
  }
  .col-md-pull-35p {
    right: 35%;
  }
  .col-md-pull-40p {
    right: 40%;
  }
  .col-md-pull-45p {
    right: 45%;
  }
  .col-md-pull-50p {
    right: 50%;
  }
  .col-md-pull-55p {
    right: 55%;
  }
  .col-md-pull-60p {
    right: 60%;
  }
  .col-md-pull-65p {
    right: 65%;
  }
  .col-md-pull-70p {
    right: 70%;
  }
  .col-md-pull-75p {
    right: 75%;
  }
  .col-md-pull-80p {
    right: 80%;
  }
  .col-md-pull-85p {
    right: 85%;
  }
  .col-md-pull-90p {
    right: 90%;
  }
  .col-md-pull-95p {
    right: 95%;
  }
  .col-md-pull-100p {
    right: 100%;
  }
}
/*media query for 1000px and above*/
@media (min-width: 1000px) {
  /*responsive utility classes*/
  .center-block-lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right-lg {
    float: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .invisible-lg {
    visibility: hidden !important;
  }
  .text-hide-lg {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  /*Social btn sizes*/
  .btn-md-lg {
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.428571429;
    border-radius: 4px;
  }
  .btn-xl-lg {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 1.3;
    border-radius: 0;
  }
  .btn-social.btn-xl-lg {
    padding-left: 80px;
  }
  .btn-social.btn-xl-lg :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social.btn-lg-lg {
    padding-left: 61px;
  }
  .btn-social.btn-lg-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social.btn-md-lg {
    padding-left: 44px;
  }
  .btn-social.btn-md-lg :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social.btn-sm-lg {
    padding-left: 38px;
  }
  .btn-social.btn-sm-lg :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social.btn-xs-lg {
    padding-left: 30px;
  }
  .btn-social.btn-xs-lg :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-lg {
    padding-left: 80px;
  }
  .btn-social-icon.btn-xl-lg :first-child {
    line-height: 60px;
    width: 60px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-lg-lg {
    padding-left: 61px;
  }
  .btn-social-icon.btn-lg-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
  }
  .btn-social-icon.btn-md-lg {
    padding-left: 44px;
  }
  .btn-social-icon.btn-md-lg :first-child {
    line-height: 34px;
    width: 32px;
    font-size: 1.6em;
  }
  .btn-social-icon.btn-sm-lg {
    padding-left: 38px;
  }
  .btn-social-icon.btn-sm-lg :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
  }
  .btn-social-icon.btn-xs-lg {
    padding-left: 30px;
  }
  .btn-social-icon.btn-xs-lg :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
  }
  .btn-social-icon.btn-xl-lg {
    height: 60px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-lg-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-md-lg {
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-sm-lg {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .btn-social-icon.btn-xs-lg {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  /* main content padding at 768px - 999px BP*/
  .gbl_main-content.pl40.pr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*extend to container full width*/
  .gbl_main-content.pl40.pr40 .gbl_container-extend-full {
    margin-left: -40px;
    margin-right: -40px;
  }
  /*add col with % value*/
  .col-lg-5p,
  .col-lg-10p,
  .col-lg-15p,
  .col-lg-20p,
  .col-lg-25p,
  .col-lg-30p,
  .col-lg-35p,
  .col-lg-40p,
  .col-lg-45p,
  .col-lg-50p,
  .col-lg-55p,
  .col-lg-60p,
  .col-lg-65p,
  .col-lg-70p,
  .col-lg-75p,
  .col-lg-80p,
  .col-lg-85p,
  .col-lg-90p,
  .col-lg-95p .col-lg-100p {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .col-lg-5p {
    width: 5%;
  }
  .col-lg-10p {
    width: 10%;
  }
  .col-lg-15p {
    width: 15%;
  }
  .col-lg-20p {
    width: 20%;
  }
  .col-lg-25p {
    width: 25%;
  }
  .col-lg-30p {
    width: 30%;
  }
  .col-lg-35p {
    width: 35%;
  }
  .col-lg-40p {
    width: 40%;
  }
  .col-lg-45p {
    width: 45%;
  }
  .col-lg-50p {
    width: 50%;
  }
  .col-lg-55p {
    width: 55%;
  }
  .col-lg-60p {
    width: 60%;
  }
  .col-lg-65p {
    width: 65%;
  }
  .col-lg-70p {
    width: 70%;
  }
  .col-lg-75p {
    width: 75%;
  }
  .col-lg-80p {
    width: 80%;
  }
  .col-lg-85p {
    width: 85%;
  }
  .col-lg-90p {
    width: 90%;
  }
  .col-lg-95p {
    width: 95%;
  }
  .col-lg-100p {
    width: 100%;
  }
  .col-lg-push-0p {
    left: 0%;
  }
  .col-lg-push-5p {
    left: 5%;
  }
  .col-lg-push-10p {
    left: 10%;
  }
  .col-lg-push-15p {
    left: 15%;
  }
  .col-lg-push-20p {
    left: 20%;
  }
  .col-lg-push-25p {
    left: 25%;
  }
  .col-lg-push-30p {
    left: 30%;
  }
  .col-lg-push-35p {
    left: 35%;
  }
  .col-lg-push-40p {
    left: 40%;
  }
  .col-lg-push-45p {
    left: 45%;
  }
  .col-lg-push-50p {
    left: 50%;
  }
  .col-lg-push-55p {
    left: 55%;
  }
  .col-lg-push-60p {
    left: 60%;
  }
  .col-lg-push-65p {
    left: 65%;
  }
  .col-lg-push-70p {
    left: 70%;
  }
  .col-lg-push-75p {
    left: 75%;
  }
  .col-lg-push-80p {
    left: 80%;
  }
  .col-lg-push-85p {
    left: 85%;
  }
  .col-lg-push-90p {
    left: 90%;
  }
  .col-lg-push-95p {
    left: 95%;
  }
  .col-lg-push-100p {
    left: 100%;
  }
  .col-lg-pull-0p {
    right: 0%;
  }
  .col-lg-pull-5p {
    right: 5%;
  }
  .col-lg-pull-10p {
    right: 10%;
  }
  .col-lg-pull-15p {
    right: 15%;
  }
  .col-lg-pull-20p {
    right: 20%;
  }
  .col-lg-pull-25p {
    right: 25%;
  }
  .col-lg-pull-30p {
    right: 30%;
  }
  .col-lg-pull-35p {
    right: 35%;
  }
  .col-lg-pull-40p {
    right: 40%;
  }
  .col-lg-pull-45p {
    right: 45%;
  }
  .col-lg-pull-50p {
    right: 50%;
  }
  .col-lg-pull-55p {
    right: 55%;
  }
  .col-lg-pull-60p {
    right: 60%;
  }
  .col-lg-pull-65p {
    right: 65%;
  }
  .col-lg-pull-70p {
    right: 70%;
  }
  .col-lg-pull-75p {
    right: 75%;
  }
  .col-lg-pull-80p {
    right: 80%;
  }
  .col-lg-pull-85p {
    right: 85%;
  }
  .col-lg-pull-90p {
    right: 90%;
  }
  .col-lg-pull-95p {
    right: 95%;
  }
  .col-lg-pull-100p {
    right: 100%;
  }
}
/*resize style .close class*/
.close {
  font-size: 14px;
  color: #151449;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  color: #f65924;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*correct vertical space for radio and checkbox*/
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
.lt-ie9 input[type="radio"],
.lt-ie9 input[type="checkbox"],
.ie9 input[type="radio"],
.ie9 input[type="checkbox"] {
  margin-top: 1px;
}
/*cover classes from font-awesome*/
.ie9 .fa-spin.fa-spinner:before,
.lt-ie9 .fa-spin.fa-spinner:before {
  content: url(../img/spinner.gif);
  -webkit-background-size: contain;
  background-size: contain;
}
/*modify progress bar*/
.progress {
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.progress .progress-bar {
  height: 14px;
  line-height: 14px;
}
.progress .progress-bar .completed {
  font-size: 10px;
}
.progress .progress-bar-success.rainbow {
  background-image: -moz-linear-gradient(left, #00ff00, #ffaa00);
  background-image: -webkit-linear-gradient(left, #00ff00, #ffaa00);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#00ff00), to(#ffaa00));
  background-image: -o-linear-gradient(left, #00ff00, #ffaa00);
  background-image: -ms-linear-gradient(left, #00ff00, #ffaa00);
  background-image: linear-gradient(left, #00ff00, #ffaa00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#ffaa00', GradientType=1);
  /* IE6-8 */
}
.progress .progress-bar-warning.rainbow {
  background-image: -moz-linear-gradient(left, #ffaa00, #ffff00, #ffaa00);
  background-image: -webkit-linear-gradient(left, #ffaa00, #ffff00, #ffaa00);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffaa00), color-stop(0.5, #ffff00), to(#ffaa00));
  background-image: -o-linear-gradient(left, #ffaa00, #ffff00, #ffaa00);
  background-image: -ms-linear-gradient(left, #ffaa00, #ffff00, #ffaa00);
  background-image: linear-gradient(left, #ffaa00, #ffff00, #ffaa00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#ffaa00', GradientType=1);
  /* IE6-8 */
}
.progress .progress-bar-danger.rainbow {
  background-image: -moz-linear-gradient(left, #ffaa00, #ff0000);
  background-image: -webkit-linear-gradient(left, #ffaa00, #ff0000);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffaa00), to(#ff0000));
  background-image: -o-linear-gradient(left, #ffaa00, #ff0000);
  background-image: -ms-linear-gradient(left, #ffaa00, #ff0000);
  background-image: linear-gradient(left, #ffaa00, #ff0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#ff0000', GradientType=1);
  /* IE6 */
}
/*rainbow background*/
.rainbow {
  background-image: -moz-linear-gradient(left, #00ff00 20%, #ffee00, #ff0000);
  background-image: -webkit-linear-gradient(left, #00ff00 20%, #ffee00, #ff0000);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.2, #00ff00), color-stop(0.6, #ffee00), to(#ff0000));
  background-image: -o-linear-gradient(left, #00ff00 20%, #ffee00, #ff0000);
  background-image: -ms-linear-gradient(left, #00ff00 20%, #ffee00, #ff0000);
  background-image: linear-gradient(left, #00ff00 20%, #ffee00, #ff0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#ff0000', GradientType=1);
  /* IE6-8 */
}
/*additional version with "mark"*/
.progress.mark {
  overflow: visible;
  background-image: -moz-linear-gradient(left, #00ff00, #ffee00, #ff0000);
  background-image: -webkit-linear-gradient(left, #00ff00, #ffee00, #ff0000);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#00ff00), color-stop(0.5, #ffee00), to(#ff0000));
  background-image: -o-linear-gradient(left, #00ff00, #ffee00, #ff0000);
  background-image: -ms-linear-gradient(left, #00ff00, #ffee00, #ff0000);
  background-image: linear-gradient(left, #00ff00, #ffee00, #ff0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#ff0000', GradientType=1);
  /* IE6-8 */
}
.progress.mark .progress-bar {
  position: relative;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
.ie9 .progress.mark .progress-bar,
.lt-ie9 .progress.mark .progress-bar {
  border-radius: 0;
}
.progress.mark .progress-bar:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #262281 transparent transparent transparent;
  top: -8px;
  right: -5px;
}
.progress.mark .progress-bar .completed {
  position: absolute;
  color: #000;
  font-size: 12px;
  top: -22px;
  right: -15px;
}
/*debugging from Bootstrap's classes*/
.carousel-control.left {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.carousel-control.right {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
/*debugging disabled form for IE8*/
.lt-ie9 form:disabled * {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}
/*overwrite social button color to white*/
header a.btn.btn-social-icon .fa,
footer a.btn.btn-social-icon .fa,
header a.btn.btn-social .fa,
footer a.btn.btn-social .fa {
  color: #fff !important;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare {
  color: #fff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #005888;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
/*
////////////////////////////////////////////

 
===============================
 Setup global colors variables
==============================*/
/*set color classes:*/
.gbl_black {
  color: #000;
}
.gbl_red {
  color: #f00;
}
.gbl_green_009900 {
  color: #009900;
}
.gbl_orange {
  color: #f65924 !important;
}
.gbl_purple {
  color: #262281 !important;
}
.gbl_gray1 {
  color: #333333;
}
.gbl_gray2 {
  color: #666666;
}
.gbl_gray3 {
  color: #999999;
}
.gbl_gray4 {
  color: #cccccc;
}
.gbl_gray5 {
  color: #f2f2f2;
}
.gbl_dark-purple {
  color: #151449;
}
.gbl_light-purple {
  color: #c6bcff;
}
/*set background color*/
.gbl_bg-orange {
  background-color: #f65924;
}
.gbl_bg-purple {
  background-color: #262281;
}
.gbl_bg-light-gray {
  background-color: #f2f2f2;
}
.gbl_bg-dark-gray {
  background-color: #666666;
}
.gbl_bg-gray {
  background-color: #cccccc;
}
.gbl_bg-dark-purple {
  background-color: #151449;
}
.gbl_bg-light-purple {
  background-color: #c6bcff;
}
/*reverse color:*/
.gbl_inverse {
  color: #fff;
  background-color: #151449;
}
.gbl_inverse a:link,
.gbl_inverse a:visited,
.gbl_inverse a:active {
  color: #c6bcff;
  text-decoration: none;
}
.gbl_inverse a:hover,
.gbl_inverse a:focus {
  color: #f65924;
  text-decoration: none;
}
/*
////////////////////////////////////////////

 
=========
 Corners
========*/
/*round corner 2px, 3px, 4px, 5px*/
.gbl_round2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round2-top {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round2-bottom {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round3-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round3-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round4-top {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round4-bottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round5-top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_round5-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
/*
////////////////////////////////////////////

 
=============
 Background
============*/
/*Gradients:*/
.gbl_gradient-purple {
  background-color: #201d6d;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3bce), to(#251079));
  background-image: -webkit-linear-gradient(#5b3bce, #251079);
  background-image: -moz-linear-gradient(#5b3bce, #251079);
  background-image: -o-linear-gradient(#5b3bce, #251079);
  background-image: -ms-linear-gradient(#5b3bce, #251079);
  background-image: linear-gradient(#5b3bce, #251079);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b3bce', endColorstr='#251079', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-purple-inverse {
  background-color: #322da9;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#251079), to(#5b3bce));
  background-image: -webkit-linear-gradient(#251079, #5b3bce);
  background-image: -moz-linear-gradient(#251079, #5b3bce);
  background-image: -o-linear-gradient(#251079, #5b3bce);
  background-image: -ms-linear-gradient(#251079, #5b3bce);
  background-image: linear-gradient(#251079, #5b3bce);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#251079', endColorstr='#5b3bce', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-orange {
  background-color: #f5460c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9633), to(#f65924));
  background-image: -webkit-linear-gradient(#fe9633, #f65924);
  background-image: -moz-linear-gradient(#fe9633, #f65924);
  background-image: -o-linear-gradient(#fe9633, #f65924);
  background-image: -ms-linear-gradient(#fe9633, #f65924);
  background-image: linear-gradient(#fe9633, #f65924);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9633', endColorstr='#f65924', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-orange-inverse {
  background-color: #f76c3c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f65924), to(#fe9633));
  background-image: -webkit-linear-gradient(#f65924, #fe9633);
  background-image: -moz-linear-gradient(#f65924, #fe9633);
  background-image: -o-linear-gradient(#f65924, #fe9633);
  background-image: -ms-linear-gradient(#f65924, #fe9633);
  background-image: linear-gradient(#f65924, #fe9633);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65924', endColorstr='#fe9633', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-light {
  background-color: #cccccc;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#d4d4d4));
  background-image: -webkit-linear-gradient(#f2f2f2, #d4d4d4);
  background-image: -moz-linear-gradient(#f2f2f2, #d4d4d4);
  background-image: -o-linear-gradient(#f2f2f2, #d4d4d4);
  background-image: -ms-linear-gradient(#f2f2f2, #d4d4d4);
  background-image: linear-gradient(#f2f2f2, #d4d4d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d4d4d4', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-light-inverse {
  background-color: #999999;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4d4d4), to(#f2f2f2));
  background-image: -webkit-linear-gradient(#d4d4d4, #f2f2f2);
  background-image: -moz-linear-gradient(#d4d4d4, #f2f2f2);
  background-image: -o-linear-gradient(#d4d4d4, #f2f2f2);
  background-image: -ms-linear-gradient(#d4d4d4, #f2f2f2);
  background-image: linear-gradient(#d4d4d4, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.gbl_gradient-dark {
  /*created for hearing-aid-compat-phones.html*/
  background-color: #666666;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6d6d6), to(#8f8f8f));
  background-image: -webkit-linear-gradient(#d6d6d6, #8f8f8f);
  background-image: -moz-linear-gradient(#d6d6d6, #8f8f8f);
  background-image: -o-linear-gradient(#d6d6d6, #8f8f8f);
  background-image: -ms-linear-gradient(#d6d6d6, #8f8f8f);
  background-image: linear-gradient(#d6d6d6, #8f8f8f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#8f8f8f', GradientType=0);
  /* IE6-9 */
}
/*
////////////////////////////////////////////

 
=========
 Shadows
========*/
.gbl_shadow {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_multi-shadow {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
/*shadow growing effect*/
.gbl_shadow-grow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
/*fallback for IE less than 9*/
/*
////////////////////////////////////////////


============
 Typography
===========*/
/*Basic Setting based on Style Guide*/
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  -ms-overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  color: #262281;
  font-weight: bold;
  margin-top: 10px;
}
h1 {
  font-size: 28px;
}
/*similiar with .gbl_page-header*/
h2 {
  font-size: 22px;
  color: #000;
  font-weight: normal;
}
/*similiar with .gbl_module-header*/
h3 {
  font-size: 14px;
  color: #000;
}
/*similar with .gbl_body-header*/
h4 {
  font-size: 14px;
  color: #f65924;
}
/*similar with .gbl_body-header-orange*/
h5 {
  font-size: 12px;
  /*12px*/
}
h6 {
  font-size: 12px;
  /*12px*/
  color: #000;
}
.gbl_page-title {
  background-image: url("../img/shadowline.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 14px;
}
.gbl_page-title > p {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}
.gbl_page-header {
  font-family: Arial, sans-serif;
  font-size: 28px;
}
.gbl_module-header {
  font-family: Arial, sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: normal;
}
.gbl_body-header {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.gbl_body-header-orange {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f65924 !important;
}
.gbl_smallfont {
  font-size: 8px;
}
.gbl_text-sm {
  font-size: 10px;
}
.gbl_text-xs {
  font-size: 8px;
}
.gbl_text-md {
  font-size: 12px;
}
.gbl_text-lg {
  font-size: 14px;
}
.gbl_text-xl {
  font-size: 16px;
}
.gbl_text-xxl {
  font-size: 18px;
}
.gbl_text-uppercase {
  text-transform: uppercase;
}
.gbl_text-no-bold {
  font-weight: normal !important;
}
.gbl_text-bold,
.gbl_bold {
  font-weight: bold !important;
}
.gbl_text-white {
  color: #fff !important;
}
.gbl_text-ellipsis {
  text-overflow: ellipsis;
}
.gbl_text-overflow-clip {
  text-overflow: clip;
}
.gbl_text-underline {
  text-decoration: underline;
}
.ua-desktop .gbl_text-underline:hover {
  text-decoration: underline;
}
.gbl_text-no-underline {
  text-decoration: none;
}
.ua-desktop .gbl_text-no-underline:hover {
  text-decoration: none;
}
/*Links:*/
a:link,
a:visited,
a:active {
  color: #262281;
  text-decoration: none;
}
.ua-desktop a:hover {
  color: #f65924;
  text-decoration: none;
}
.gbl_hover-underline:link,
.gbl_hover-underline:visited,
.gbl_hover-underline:active {
  text-decoration: none;
}
.ua-desktop .gbl_hover-underline:hover {
  text-decoration: underline;
}
.gbl_hover-no-underline:link,
.gbl_hover-no-underline:visited,
.gbl_hover-no-underline:active {
  text-decoration: underline;
}
.ua-desktop .gbl_hover-no-underline:hover {
  text-decoration: none;
}
.ua-desktop .gbl_hover-purple:hover {
  color: #262281;
}
.ua-desktop .gbl_hover-orange:honver {
  color: #f65924;
}
.ua-desktop .gbl_hover-white:hover {
  color: #fff;
}
/*
////////////////////////////////////////////


=================
 Graphic Element
================*/
/*Product Images*/
[class^="col-"] img {
  max-width: 100%;
  height: auto;
}
/*Button Class Overwriting Bootstrap*/
.gbl_big-button-orange {
  display: inline-block;
  background-color: #f5460c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9633), to(#f65924));
  background-image: -webkit-linear-gradient(#fe9633, #f65924);
  background-image: -moz-linear-gradient(#fe9633, #f65924);
  background-image: -o-linear-gradient(#fe9633, #f65924);
  background-image: -ms-linear-gradient(#fe9633, #f65924);
  background-image: linear-gradient(#fe9633, #f65924);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9633', endColorstr='#f65924', GradientType=0);
  /* IE6-9 */
  border-color: #f65924 #f5460c;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.gbl_big-button-orange:link,
.gbl_big-button-orange:visited,
.gbl_big-button-orange:active {
  color: #fff;
  text-decoration: none;
}
.gbl_big-button-orange:hover,
.gbl_big-button-orange:focus {
  color: #fff;
  background-color: #f76c3c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f65924), to(#fe9633));
  background-image: -webkit-linear-gradient(#f65924, #fe9633);
  background-image: -moz-linear-gradient(#f65924, #fe9633);
  background-image: -o-linear-gradient(#f65924, #fe9633);
  background-image: -ms-linear-gradient(#f65924, #fe9633);
  background-image: linear-gradient(#f65924, #fe9633);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65924', endColorstr='#fe9633', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
.gbl_small-button-orange {
  display: inline-block;
  background-color: #f5460c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9633), to(#f65924));
  background-image: -webkit-linear-gradient(#fe9633, #f65924);
  background-image: -moz-linear-gradient(#fe9633, #f65924);
  background-image: -o-linear-gradient(#fe9633, #f65924);
  background-image: -ms-linear-gradient(#fe9633, #f65924);
  background-image: linear-gradient(#fe9633, #f65924);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9633', endColorstr='#f65924', GradientType=0);
  /* IE6-9 */
  border-color: #f65924 #f5460c;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
  cursor: pointer;
}
.gbl_small-button-orange:link,
.gbl_small-button-orange:visited,
.gbl_small-button-orange:active {
  color: #fff;
  text-decoration: none;
}
.gbl_small-button-orange:hover,
.gbl_small-button-orange:focus {
  color: #fff;
  background-color: #f76c3c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f65924), to(#fe9633));
  background-image: -webkit-linear-gradient(#f65924, #fe9633);
  background-image: -moz-linear-gradient(#f65924, #fe9633);
  background-image: -o-linear-gradient(#f65924, #fe9633);
  background-image: -ms-linear-gradient(#f65924, #fe9633);
  background-image: linear-gradient(#f65924, #fe9633);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65924', endColorstr='#fe9633', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
.gbl_big-button-purple {
  display: inline-block;
  background-color: #201d6d;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3bce), to(#251079));
  background-image: -webkit-linear-gradient(#5b3bce, #251079);
  background-image: -moz-linear-gradient(#5b3bce, #251079);
  background-image: -o-linear-gradient(#5b3bce, #251079);
  background-image: -ms-linear-gradient(#5b3bce, #251079);
  background-image: linear-gradient(#5b3bce, #251079);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b3bce', endColorstr='#251079', GradientType=0);
  /* IE6-9 */
  border-color: #262281 #201d6d;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
  cursor: pointer;
}
.gbl_big-button-purple:link,
.gbl_big-button-purple:visited,
.gbl_big-button-purple:active {
  color: #fff;
  text-decoration: none;
}
.gbl_big-button-purple:hover,
.gbl_big-button-purple:focus {
  color: #fff;
  background-color: #322da9;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#251079), to(#5b3bce));
  background-image: -webkit-linear-gradient(#251079, #5b3bce);
  background-image: -moz-linear-gradient(#251079, #5b3bce);
  background-image: -o-linear-gradient(#251079, #5b3bce);
  background-image: -ms-linear-gradient(#251079, #5b3bce);
  background-image: linear-gradient(#251079, #5b3bce);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#251079', endColorstr='#5b3bce', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
.gbl_small-button-purple {
  display: inline-block;
  background-color: #201d6d;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3bce), to(#251079));
  background-image: -webkit-linear-gradient(#5b3bce, #251079);
  background-image: -moz-linear-gradient(#5b3bce, #251079);
  background-image: -o-linear-gradient(#5b3bce, #251079);
  background-image: -ms-linear-gradient(#5b3bce, #251079);
  background-image: linear-gradient(#5b3bce, #251079);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b3bce', endColorstr='#251079', GradientType=0);
  /* IE6-9 */
  border-color: #151449 #0f0f35;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
  cursor: pointer;
}
.gbl_small-button-purple:link,
.gbl_small-button-purple:visited,
.gbl_small-button-purple:active {
  color: #fff;
  text-decoration: none;
}
.gbl_small-button-purple:hover,
.gbl_small-button-purple:focus {
  color: #fff;
  background-color: #322da9;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#251079), to(#5b3bce));
  background-image: -webkit-linear-gradient(#251079, #5b3bce);
  background-image: -moz-linear-gradient(#251079, #5b3bce);
  background-image: -o-linear-gradient(#251079, #5b3bce);
  background-image: -ms-linear-gradient(#251079, #5b3bce);
  background-image: linear-gradient(#251079, #5b3bce);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#251079', endColorstr='#5b3bce', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
/*inset shadow for buttons*/
.gbl_btn-inset-shadow {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
/*exact same purple gradient background for buttons*/
.gbl_btn-gradient-purple {
  background-color: #151449;
  background-image: -moz-linear-gradient(#5b3bcd, #250f79);
  background-image: -webkit-linear-gradient(#5b3bcd, #250f79);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3bcd), to(#250f79));
  background-image: -o-linear-gradient(#5b3bcd, #250f79);
  background-image: -ms-linear-gradient(#5b3bcd, #250f79);
  background-image: linear-gradient(#5b3bcd, #250f79);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b3bcd', endColorstr='#250f79', GradientType=0);
  /* IE6-9 */
}
.gbl_btn-purple {
  background-clip: padding-box;
  background-color: #151449;
  background-image: -moz-linear-gradient(#5b3bcd, #250f79);
  background-image: -webkit-linear-gradient(#5b3bcd, #250f79);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3bcd), to(#250f79));
  background-image: -o-linear-gradient(#5b3bcd, #250f79);
  background-image: -ms-linear-gradient(#5b3bcd, #250f79);
  background-image: linear-gradient(#5b3bcd, #250f79);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b3bcd', endColorstr='#250f79', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #191745;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.gbl_btn-purple:link,
.gbl_btn-purple:visited,
.gbl_btn-purple:active {
  color: #fff;
  text-decoration: none;
}
.gbl_btn-purple:hover,
.gbl_btn-purple:focus {
  color: #fff;
  background-color: #322da9;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#251079), to(#5b3bce));
  background-image: -webkit-linear-gradient(#251079, #5b3bce);
  background-image: -moz-linear-gradient(#251079, #5b3bce);
  background-image: -o-linear-gradient(#251079, #5b3bce);
  background-image: -ms-linear-gradient(#251079, #5b3bce);
  background-image: linear-gradient(#251079, #5b3bce);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#251079', endColorstr='#5b3bce', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
.gbl_btn-orange {
  background-clip: padding-box;
  background-color: #f5460c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9633), to(#f65924));
  background-image: -webkit-linear-gradient(#fe9633, #f65924);
  background-image: -moz-linear-gradient(#fe9633, #f65924);
  background-image: -o-linear-gradient(#fe9633, #f65924);
  background-image: -ms-linear-gradient(#fe9633, #f65924);
  background-image: linear-gradient(#fe9633, #f65924);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9633', endColorstr='#f65924', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #f65924;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.gbl_btn-orange:link,
.gbl_btn-orange:visited,
.gbl_btn-orange:active {
  color: #fff;
  text-decoration: none;
}
.gbl_btn-orange:hover,
.gbl_btn-orange:focus {
  color: #fff;
  background-color: #f76c3c;
  /*fallback for all old browsers which don't support gradient background*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f65924), to(#fe9633));
  background-image: -webkit-linear-gradient(#f65924, #fe9633);
  background-image: -moz-linear-gradient(#f65924, #fe9633);
  background-image: -o-linear-gradient(#f65924, #fe9633);
  background-image: -ms-linear-gradient(#f65924, #fe9633);
  background-image: linear-gradient(#f65924, #fe9633);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65924', endColorstr='#fe9633', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
}
.gbl_btn-close,
a.gbl_btn-close {
  font-size: 11px;
  padding-right: 15px;
  font-weight: bold;
  line-height: 1;
  background: url(../img/closeblue.png) right no-repeat;
}
.gbl_btn-close:link,
a.gbl_btn-close:link,
.gbl_btn-close:visited,
a.gbl_btn-close:visited,
.gbl_btn-close:active,
a.gbl_btn-close:active {
  text-decoration: none;
}
.gbl_btn-close:hover,
a.gbl_btn-close:hover,
.gbl_btn-close:focus,
a.gbl_btn-close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn[disabled],
.btn.disabled {
  background-color: #ececec;
  background-image: -moz-linear-gradient(#ebebeb, #dfdfdf);
  background-image: -webkit-linear-gradient(#ebebeb, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dfdfdf));
  background-image: -o-linear-gradient(#ebebeb, #dfdfdf);
  background-image: -ms-linear-gradient(#ebebeb, #dfdfdf);
  background-image: linear-gradient(#ebebeb, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0);
  /* IE6-9 */
  color: #999999;
}
.buttons-large .btn,
.buttons-large button,
.buttons-large [class*="btn"],
.buttons-large [class*="button"] {
  font-size: 18px;
  padding: 5px 10px;
}
.buttons-medium .btn,
.buttons-medium button,
.buttons-medium [class*="btn"],
.buttons-medium [class*="button"] {
  font-size: 12px;
  padding: 4px 6px;
}
.buttons-small .btn,
.buttons-small button,
.buttons-small [class*="btn"],
.buttons-small [class*="button"] {
  font-size: 10px;
  padding: 3px 4px;
}
.buttons-ex-small .btn,
.buttons-ex-small button,
.buttons-ex-small [class*="btn"],
.buttons-ex-small [class*="button"] {
  font-size: 9px;
  padding: 3px 3px;
}
@media (max-width: 999px) {
  .buttons-large-md .btn,
  .buttons-large-md button,
  .buttons-large-md [class*="btn"],
  .buttons-large-md [class*="button"] {
    font-size: 18px;
    padding: 5px 10px;
  }
  .buttons-medium-md .btn,
  .buttons-medium-md button,
  .buttons-medium-md [class*="btn"],
  .buttons-medium-md [class*="button"] {
    font-size: 12px;
    padding: 4px 6px;
  }
  .buttons-small-md .btn,
  .buttons-small-md button,
  .buttons-small-md [class*="btn"],
  .buttons-small-md [class*="button"] {
    font-size: 10px;
    padding: 3px 4px;
  }
  .buttons-ex-small-md .btn,
  .buttons-ex-small-md button,
  .buttons-ex-small-md [class*="btn"],
  .buttons-ex-small-md [class*="button"] {
    font-size: 9px;
    padding: 3px 3px;
  }
}
@media (max-width: 767px) {
  .buttons-large-sm .btn,
  .buttons-large-sm button,
  .buttons-large-sm [class*="btn"],
  .buttons-large-sm [class*="button"] {
    font-size: 18px;
    padding: 5px 10px;
  }
  .buttons-medium-sm .btn,
  .buttons-medium-sm button,
  .buttons-medium-sm [class*="btn"],
  .buttons-medium-sm [class*="button"] {
    font-size: 12px;
    padding: 4px 6px;
  }
  .buttons-small-sm .btn,
  .buttons-small-sm button,
  .buttons-small-sm [class*="btn"],
  .buttons-small-sm [class*="button"] {
    font-size: 10px;
    padding: 3px 4px;
  }
  .buttons-ex-small-sm .btn,
  .buttons-ex-small-sm button,
  .buttons-ex-small-sm [class*="btn"],
  .buttons-ex-small-sm [class*="button"] {
    font-size: 9px;
    padding: 3px 3px;
  }
}
/*global carets and icons*/
.gbl_caret-checkout {
  display: inline-block;
  background: url(../img/arrowpurplebutton.png) no-repeat right;
  font-size: 12px;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-top: -5px;
}
.gbl_caret-checkout-orange {
  display: inline-block;
  background: url(../img/arroworangesmall.png) no-repeat right;
  font-size: 18px;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-top: -5px;
}
.gbl_caret-rightarrow-orange {
  display: inline-block;
  background: url(../img/arrowcircle.png) no-repeat right;
  width: 15px;
  height: 13px;
  vertical-align: middle;
}
.gbl_print-icon {
  display: inline-block;
  width: 44px;
  height: 10px;
  font-size: 12px;
  line-height: 10px;
  background: url(../img/print.png) no-repeat;
  padding-left: 18px;
}
.gbl_email-icon {
  display: inline-block;
  width: 44px;
  height: 10px;
  font-size: 12px;
  line-height: 10px;
  background: url(../img/email-icon.png) no-repeat;
  padding-left: 18px;
}
.gbl_close-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #151449;
  vertical-align: bottom;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gbl_close-icon:after {
  display: block;
  content: "\D7";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-top: -2px;
}
.close:hover .gbl_close-icon,
.clsoe:focus .gbl_close-icon {
  border-color: #f65924;
}
/*

============================
  spacing.less
============================*/
/*margin-top 0-50*/
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/*margin-bottom 0-50*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
/*margin-left 0-50*/
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
/*margin-top 0-50*/
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
/*padding-top 0-50*/
.pt0 {
  padding-top: 0;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
/*padding-bottom 0-50*/
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
/*padding-left 0-50*/
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
/*padding-right 0-50*/
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
/*Rest the margin and padding to 0 value*/
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
/*Padding for all sides*/
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
/*Margin for all sides*/
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.m-auto {
  margin: 0 auto;
}
/*Margin negative on both sides*/
.m-0 {
  margin-left: 0;
  margin-right: 0;
}
.m-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.m-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.m-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.m-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.m-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.m-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.m-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.m-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.m-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.m-50 {
  margin-left: -50px;
  margin-right: -50px;
}
/*Margin negative on left side*/
.ml-0 {
  margin-left: 0;
}
.ml-5 {
  margin-left: -5px;
}
.ml-10 {
  margin-left: -10px;
}
.ml-15 {
  margin-left: -15px;
}
.ml-20 {
  margin-left: -20px;
}
.ml-25 {
  margin-left: -25px;
}
.ml-30 {
  margin-left: -30px;
}
.ml-35 {
  margin-left: -35px;
}
.ml-40 {
  margin-left: -40px;
}
.ml-45 {
  margin-left: -45px;
}
.ml-50 {
  margin-left: -50px;
}
/*Margin negative on right side*/
.mr-0 {
  margin-right: 0;
}
.mr-5 {
  margin-right: -5px;
}
.mr-10 {
  margin-right: -10px;
}
.mr-15 {
  margin-right: -15px;
}
.mr-20 {
  margin-right: -20px;
}
.mr-25 {
  margin-right: -25px;
}
.mr-30 {
  margin-right: -30px;
}
.mr-35 {
  margin-right: -35px;
}
.mr-40 {
  margin-right: -40px;
}
.mr-45 {
  margin-right: -45px;
}
.mr-50 {
  margin-right: -50px;
}
/*Margin negative on top side*/
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mt-15 {
  margin-top: -15px;
}
.mt-20 {
  margin-top: -20px;
}
.mt-25 {
  margin-top: -25px;
}
.mt-30 {
  margin-top: -30px;
}
.mt-35 {
  margin-top: -35px;
}
.mt-40 {
  margin-top: -40px;
}
.mt-45 {
  margin-top: -45px;
}
.mt-50 {
  margin-top: -50px;
}
/*left, right, top, bottom*/
.left0 {
  position: absolute;
  left: 0;
}
.left5 {
  position: absolute;
  left: 5px;
}
.left10 {
  position: absolute;
  left: 10px;
}
.left15 {
  position: absolute;
  left: 15px;
}
.left20 {
  position: absolute;
  left: 20px;
}
.left25 {
  position: absolute;
  left: 25px;
}
.left30 {
  position: absolute;
  left: 30px;
}
.left35 {
  position: absolute;
  left: 35px;
}
.left40 {
  position: absolute;
  left: 40px;
}
.left45 {
  position: absolute;
  left: 45px;
}
.left50 {
  position: absolute;
  left: 50px;
}
.right0 {
  position: absolute;
  right: 0;
}
.right5 {
  position: absolute;
  right: 5px;
}
.right10 {
  position: absolute;
  right: 10px;
}
.right15 {
  position: absolute;
  right: 15px;
}
.right20 {
  position: absolute;
  right: 20px;
}
.right25 {
  position: absolute;
  right: 25px;
}
.right30 {
  position: absolute;
  right: 30px;
}
.right35 {
  position: absolute;
  right: 35px;
}
.right40 {
  position: absolute;
  right: 40px;
}
.right45 {
  position: absolute;
  right: 45px;
}
.right50 {
  position: absolute;
  right: 50px;
}
.top0 {
  position: absolute;
  top: 0;
}
.top5 {
  position: absolute;
  top: 5px;
}
.top10 {
  position: absolute;
  top: 10px;
}
.top15 {
  position: absolute;
  top: 15px;
}
.top20 {
  position: absolute;
  top: 20px;
}
.top25 {
  position: absolute;
  top: 25px;
}
.top30 {
  position: absolute;
  top: 30px;
}
.top35 {
  position: absolute;
  top: 35px;
}
.top40 {
  position: absolute;
  top: 40px;
}
.top45 {
  position: absolute;
  top: 45px;
}
.top50 {
  position: absolute;
  top: 50px;
}
.bottom0 {
  position: absolute;
  bottom: 0;
}
.bottom5 {
  position: absolute;
  bottom: 5px;
}
.bottom10 {
  position: absolute;
  bottom: 10px;
}
.bottom15 {
  position: absolute;
  bottom: 15px;
}
.bottom20 {
  position: absolute;
  bottom: 20px;
}
.bottom25 {
  position: absolute;
  bottom: 25px;
}
.bottom30 {
  position: absolute;
  bottom: 30px;
}
.bottom35 {
  position: absolute;
  bottom: 35px;
}
.bottom40 {
  position: absolute;
  bottom: 40px;
}
.bottom45 {
  position: absolute;
  bottom: 45px;
}
.bottom50 {
  position: absolute;
  bottom: 50px;
}
/*width with percentage value*/
.gbl_full-width {
  width: 100%;
}
.gbl_width-95p {
  width: 95%;
}
.gbl_width-90p {
  width: 90%;
}
.gbl_width-85p {
  width: 85%;
}
.gbl_width-80p {
  width: 80%;
}
.gbl_width-75p {
  width: 75%;
}
.gbl_width-70p {
  width: 70%;
}
.gbl_width-65p {
  width: 65%;
}
.gbl_width-60p {
  width: 60%;
}
.gbl_width-55p {
  width: 55%;
}
.gbl_width-50p {
  width: 50%;
}
.gbl_width-45p {
  width: 45%;
}
.gbl_width-40p {
  width: 40%;
}
.gbl_width-35p {
  width: 35%;
}
.gbl_width-30p {
  width: 30%;
}
.gbl_width-25p {
  width: 25%;
}
.gbl_width-20p {
  width: 20%;
}
.gbl_width-15p {
  width: 15%;
}
.gbl_width-10p {
  width: 10%;
}
.gbl_width-5p {
  width: 5%;
}
/*width with pixel value*/
.gbl_width-5 {
  width: 5px;
}
.gbl_width-10 {
  width: 10px;
}
.gbl_width-15 {
  width: 15px;
}
.gbl_width-20 {
  width: 20px;
}
.gbl_width-25 {
  width: 25px;
}
.gbl_width-30 {
  width: 30px;
}
.gbl_width-35 {
  width: 35px;
}
.gbl_width-40 {
  width: 40px;
}
.gbl_width-45 {
  width: 45px;
}
.gbl_width-50 {
  width: 50px;
}
/*strong full width*/
.gbl_FULL-FULL-width {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*extend to container full width*/
.gbl_main-content.pl40.pr40 .gbl_container-extend-full {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
/*global height*/
.gbl_height-50 {
  height: 50px;
}
.gbl_height-100 {
  height: 100px;
}
.gbl_height-150 {
  height: 150px;
}
.gbl_height-200 {
  height: 200px;
}
.gbl_height-250 {
  height: 250px;
}
.gbl_height-300 {
  height: 300px;
}
.gbl_height-350 {
  height: 350px;
}
.gbl_height-400 {
  height: 400px;
}
.gbl_height-450 {
  height: 450px;
}
.gbl_height-500 {
  height: 500px;
}
.gbl_height-550 {
  height: 550px;
}
.gbl_height-600 {
  height: 600px;
}
.gbl_height-650 {
  height: 650px;
}
.gbl_height-700 {
  height: 700px;
}
.gbl_height-750 {
  height: 750px;
}
.gbl_height-800 {
  height: 800px;
}
.gbl_height-850 {
  height: 850px;
}
.gbl_height-900 {
  height: 900px;
}
.gbl_height-950 {
  height: 950px;
}
.gbl_height-1000 {
  height: 1000px;
}
.gbl_height-auto {
  height: auto;
}
/*min hight*/
.gbl_min-h50 {
  min-height: 50px;
}
.gbl_min-h60 {
  min-height: 60px;
}
.gbl_min-h70 {
  min-height: 70px;
}
.gbl_min-h80 {
  min-height: 80px;
}
.gbl_min-h90 {
  min-height: 90px;
}
.gbl_min-h100 {
  min-height: 100px;
}
.gbl_min-h110 {
  min-height: 110px;
}
.gbl_min-h120 {
  min-height: 120px;
}
.gbl_min-h130 {
  min-height: 130px;
}
.gbl_min-h140 {
  min-height: 140px;
}
.gbl_min-h150 {
  min-height: 150px;
}
.gbl_min-h160 {
  min-height: 160px;
}
.gbl_min-h170 {
  min-height: 170px;
}
.gbl_min-h180 {
  min-height: 180px;
}
.gbl_min-h190 {
  min-height: 190px;
}
.gbl_min-h200 {
  min-height: 200px;
}
/*end spacing styles*/
/*set line height to "1" for accuricy of vertical spacing*/
.gbl_lh-1 {
  line-height: 1;
}
/*restore line height to default value*/
.gbl_lh-default {
  line-height: 1.42857;
}
/*line height at 1.2*/
.gbl_lh-1-2 {
  line-height: 1.2;
}
/*line height at 1.25*/
.gbl_lh-1-25 {
  line-height: 1.25;
}
.gbl_lh-1-5 {
  line-height: 1.5;
}
.gbl_lh-2-0 {
  line-height: 2;
}
/*line height with pixel value*/
.gbl_lh-10 {
  line-height: 10px;
  height: 10px;
}
.gbl_lh-12 {
  line-height: 12px;
  height: 12px;
}
.gbl_lh-15 {
  line-height: 15px;
  height: 15px;
}
.gbl_lh-20 {
  line-height: 20px;
  height: 20px;
}
.gbl_lh-25 {
  line-height: 25px;
  height: 25px;
}
.gbl_lh-30 {
  line-height: 30px;
  height: 30px;
}
.gbl_lh-35 {
  line-height: 35px;
  height: 35px;
}
.gbl_lh-40 {
  line-height: 40px;
  height: 40px;
}
.gbl_lh-45 {
  line-height: 45px;
  height: 45px;
}
.gbl_lh-50 {
  line-height: 50px;
  height: 50px;
}
/*
////////////////////////////////////////////


==========
 Borders
=========*/
/*bodder lines*/
/*left border*/
.gbl_border-left-gray {
  border-left: 1px solid #cccccc;
}
.gbl_border-left-gray-light {
  border-left: 1px solid #f2f2f2;
}
.gbl_border-left-gray-dark {
  border-left: 1px solid #666666;
}
.gbl_border-left-black {
  border-left: 1px solid #000;
}
/*right border*/
.gbl_border-right-gray {
  border-right: 1px solid #cccccc;
}
.gbl_border-right-gray-light {
  border-right: 1px solid #f2f2f2;
}
.gbl_border-right-gray-dark {
  border-right: 1px solid #666666;
}
.gbl_border-right-black {
  border-right: 1px solid #000;
}
/*top border*/
.gbl_border-top-gray {
  border-top: 1px solid #cccccc;
}
.gbl_border-top-gray-light {
  border-top: 1px solid #f2f2f2;
}
.gbl_border-top-gray-dark {
  border-top: 1px solid #666666;
}
.gbl_border-top-black {
  border-top: 1px solid #000;
}
.gbl_border-top-noborder {
  border-top: 0px solid #000 !important;
}
/*bottom border*/
.gbl_border-bottom-gray {
  border-bottom: 1px solid #cccccc;
}
.gbl_border-bottom-gray-light {
  border-bottom: 1px solid #f2f2f2;
}
.gbl_border-bottom-gray-dark {
  border-bottom: 1px solid #666666;
}
.gbl_border-bottom-black {
  border-bottom: 1px solid #000;
}
/*all border*/
.gbl_border-gray {
  border: 1px solid #cccccc;
}
.gbl_border-gray-light {
  border: 1px solid #f2f2f2;
}
.gbl_border-gray-dark {
  border: 1px solid #666666;
}
.gbl_border-black {
  border: 1px solid #000;
}
/*other color*/
.gbl_border-red,
.border-warning {
  border: 1px solid #f00;
}
.gbl_border-red-2 {
  border: 2px solid #f00;
}
.gbl_border-orange {
  border: 1px solid #f65924;
}
.gbl_border-purple {
  border: 1px solid #262281;
}
.gbl_border-dark-purple {
  border: 1px solid #151449;
}
/*border sizes*/
.gbl_border-2x {
  border-width: 2px;
}
.gbl_border-3x {
  border-width: 3px;
}
.gbl_border-4x {
  border-width: 4px;
}
.gbl_border-5x {
  border-width: 5px;
}
.gbl_border-0x,
.gbl_no-border {
  border: 0 !important;
}
/*
////////////////////////////////////////////


===============================
 Utilities Classese
==============================*/
/*Main Page Content*/
.gbl_main-content {
  border-left: 1px solid #151449;
  border-right: 1px solid #151449;
  min-height: 562px;
  position: relative;
}
/*Side Page Content*/
.gbl_aside-content {
  display: block;
  float: right;
}
/*disabled class*/
.gbl_disabled,
.transparent_class {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: #fff;
  background-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-image: none;
  cursor: not-allowed;
  pointer-events: none;
  /*disable text selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*mis classes*/
.gbl_ellipsis {
  text-overflow: ellipsis;
}
.row > .row {
  margin-left: 0;
  margin-right: 0;
}
.gbl_transparent {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*fallback for ie8 and lower*/
}
/*utility classes*/
.gbl_clear {
  clear: both;
}
.gbl_hide {
  display: none!important;
}
.gbl_show {
  display: block!important;
}
.gbl_pos-abs {
  position: absolute;
}
.gbl_pos-rel {
  position: relative;
}
.gbl_left-50p {
  left: 50%;
}
.gbl_top-50p {
  top: 50%;
}
.gbl_left5 {
  position: absolute;
  left: 5px;
}
.gbl_left10 {
  position: absolute;
  left: 10px;
}
.gbl_left15 {
  position: absolute;
  left: 15px;
}
.gbl_left20 {
  position: absolute;
  left: 20px;
}
.gbl_left25 {
  position: absolute;
  left: 25px;
}
.gbl_left30 {
  position: absolute;
  left: 30px;
}
.gbl_left35 {
  position: absolute;
  left: 35px;
}
.gbl_left40 {
  position: absolute;
  left: 40px;
}
.gbl_left45 {
  position: absolute;
  left: 45px;
}
.gbl_left50 {
  position: absolute;
  left: 50px;
}
.gbl_top5 {
  position: absolute;
  top: 5px;
}
.gbl_top10 {
  position: absolute;
  top: 10px;
}
.gbl_top15 {
  position: absolute;
  top: 15px;
}
.gbl_top20 {
  position: absolute;
  top: 20px;
}
.gbl_top25 {
  position: absolute;
  top: 25px;
}
.gbl_top30 {
  position: absolute;
  top: 30px;
}
.gbl_top35 {
  position: absolute;
  top: 35px;
}
.gbl_top40 {
  position: absolute;
  top: 40px;
}
.gbl_top45 {
  position: absolute;
  top: 45px;
}
.gbl_top50 {
  position: absolute;
  top: 50px;
}
.gbl_bottom5 {
  position: absolute;
  bottom: 5px;
}
.gbl_bottom10 {
  position: absolute;
  bottom: 10px;
}
.gbl_bottom15 {
  position: absolute;
  bottom: 15px;
}
.gbl_bottom20 {
  position: absolute;
  bottom: 20px;
}
.gbl_bottom25 {
  position: absolute;
  bottom: 25px;
}
.gbl_bottom30 {
  position: absolute;
  bottom: 30px;
}
.gbl_bottom35 {
  position: absolute;
  bottom: 35px;
}
.gbl_bottom40 {
  position: absolute;
  bottom: 40px;
}
.gbl_bottom45 {
  position: absolute;
  bottom: 45px;
}
.gbl_bottom50 {
  position: absolute;
  bottom: 50px;
}
.gbl_right5 {
  position: absolute;
  right: 5px;
}
.gbl_right10 {
  position: absolute;
  right: 10px;
}
.gbl_right15 {
  position: absolute;
  right: 15px;
}
.gbl_right20 {
  position: absolute;
  right: 20px;
}
.gbl_right25 {
  position: absolute;
  right: 25px;
}
.gbl_right30 {
  position: absolute;
  right: 30px;
}
.gbl_right35 {
  position: absolute;
  right: 35px;
}
.gbl_right40 {
  position: absolute;
  right: 40px;
}
.gbl_right45 {
  position: absolute;
  right: 45px;
}
.gbl_right50 {
  position: absolute;
  right: 50px;
}
.gbl_z-10 {
  z-index: 10;
}
.gbl_z-20 {
  z-index: 20;
}
.gbl_z-30 {
  z-index: 30;
}
.gbl_z-40 {
  z-index: 40;
}
.gbl_z-50 {
  z-index: 50;
}
.gbl_z-60 {
  z-index: 60;
}
.gbl_z-70 {
  z-index: 70;
}
.gbl_z-80 {
  z-index: 80;
}
.gbl_z-90 {
  z-index: 90;
}
.gbl_z-100 {
  z-index: 100;
}
.gbl_z-200 {
  z-index: 200;
}
.gbl_z-300 {
  z-index: 300;
}
.gbl_z-400 {
  z-index: 400;
}
.gbl_z-500 {
  z-index: 500;
}
.gbl_z-1000 {
  z-index: 1000;
}
/*changed the color and added line-height as per live styles-DE9166-*/
/*As per discussion with shivraj*/
.gbl_disclaimer {
  color: #999999;
  font-size: 11px;
  line-height: 15px;
}
/*Added for mega menu left right border issue in FF*/
@-moz-document url-prefix() {
  .co_main-menu-holder .row {
    margin-left: -9px;
    margin-right: -9px;
  }
}
/*classes for QA on grid system*/
.qa-grid-a {
  border: 1px solid #b4b4b4;
  background-color: rgba(220, 220, 220, 0.5);
  min-height: 20px;
}
.qa-grid-b {
  border: 1px solid #dcb4b4;
  background-color: rgba(250, 220, 220, 0.5);
  min-height: 20px;
}
.qa-grid-c {
  border: 1px solid #b4dcb4;
  background-color: rgba(220, 250, 220, 0.5);
  min-height: 20px;
}
.qa-grid-d {
  border: 1px solid #b4b4dc;
  background-color: rgba(220, 220, 250, 0.5);
  min-height: 20px;
}
.qa-grid-e {
  border: 1px solid #dcdcb4;
  background-color: rgba(250, 250, 220, 0.5);
  min-height: 20px;
}
.qa-grid-f {
  border: 1px solid #b4dcdc;
  background-color: rgba(220, 250, 250, 0.5);
  min-height: 20px;
}
.qa-grid-g {
  border: 1px solid #dcb4dc;
  background-color: rgba(250, 220, 250, 0.5);
  min-height: 20px;
}
/*required for form input*/
.required {
  color: red;
}
.gbl_required:after {
  content: "*";
  color: red;
}
/*fixing ie8 rotating class conflict with transparent*/
.lt-ie9 .fa-rotate-90.gbl_transparent {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.lt-ie9 .fa-rotate-180.gbl_transparent {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.lt-ie9 .fa-rotate-270.gbl_transparent {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*Add btn-youtube*/
.btn-youtube {
  color: #ffffff;
  background-color: #cd332d;
  border-color: #6e0610;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #ac2b26;
  border-color: #340308;
}
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  background-image: none;
}
.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #cd332d;
  border-color: #6e0610;
}
/*make all images responsive*/
img {
  max-width: 100%;
  height: auto;
}
/*none background image*/
.gbl_bg-none,
.gbl_bg-none-lg {
  background: none !important;
  background-image: none !important;
}
/*credit card label text*/
.cc_32 #cardtypename {
  font-size: 12px;
  font-weight: bold;
}
[class^="icon_"],
.icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: url("../img/icon_320.png") 0 0 no-repeat;
  display: inline-block;
}
.icon_angle-right-lg {
  background-position: 0 0;
}
.icon_angle-right-md {
  background-position: -50px 0;
}
.icon_menu {
  background-position: -100px 0;
}
.icon_shopping-cart {
  background-position: -150px 0;
}
.icon_user {
  background-position: -200px 0;
}
.icon_plus {
  background-position: -250px 0;
}
.icon_play {
  background-position: -300px 0;
}
.icon_minus {
  background-position: -350px 0;
}
/*white icons */
.icon_angle-right-lg-white {
  background-position: 0 -50px;
}
.icon_angle-right-md-white {
  background-position: -50px -50px;
}
.icon_menu-white {
  background-position: -100px -50px;
}
.icon_shopping-cart-white {
  background-position: -150px -50px;
}
.icon_user-white {
  background-position: -200px -50px;
}
.icon_plus-white {
  background-position: -250px -50px;
}
.icon_play-white {
  background-position: -300px -50px;
}
.icon_minus-white {
  background-position: -350px -50px;
}
/*white icon end*/
/*orange icons */
.icon_angle-right-lg-orange {
  background-position: 0 -100px;
}
.icon_angle-right-md-orange {
  background-position: -50px -100px;
}
.icon_times {
  background-position: -100px -100px;
}
.icon_shopping-cart-orange {
  background-position: -150px -100px;
}
.icon_angle-right-sm-black {
  background-position: -200px -100px;
}
.icon_plus-orange {
  background-position: -250px -100px;
}
.icon_play-orange {
  background-position: -300px -100px;
}
.icon_minus-orange {
  background-position: -350px -100px;
}
/*orange icon end*/
/*light-orange icons */
.icon_angle-right-lg-light-orange {
  background-position: 0 -150px;
}
.icon_angle-right-md-light-orange {
  background-position: -50px -150px;
}
.icon_times-white {
  background-position: -100px -150px;
}
.icon_shopping-cart-count-black {
  background-position: -150px -150px;
}
.icon_angle-right-sm-gray {
  background-position: -200px -150px;
}
.icon_plus-light-orange {
  background-position: -250px -150px;
}
.icon_play-light-orange {
  background-position: -300px -150px;
}
.icon_minus-light-orange {
  background-position: -350px -150px;
}
/*light-orange icon end*/
/*gray icons */
.icon_angle-right-lg-gray {
  background-position: 0 -200px;
}
.icon_angle-right-md-gray {
  background-position: -50px -200px;
}
.icon_search-black {
  background-position: -100px -200px;
}
.icon_shopping-cart-count-white {
  background-position: -150px -200px;
}
.icon_angle-right-sm-white {
  background-position: -200px -200px;
}
.icon_plus-gray {
  background-position: -250px -200px;
}
.icon_play-gray {
  background-position: -300px -200px;
}
.icon_minus-gray {
  background-position: -350px -200px;
}
/*gray icon end*/
.icon_search-white {
  background-position: -100px -250px;
}
.icon_shopping-cart-count-light-orange {
  background-position: -150px -250px;
}
/*********************************************/
/*
//////////////////////////////////////////////////


===============
 Global Header
==============
.header {
  background: #151449;
  padding-top: 18px;
  color: #fff;
  position: relative;
}*/
.header .logo {
  margin-left: 12px;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 7px;
  margin-bottom: 30px;
}
/************ Top Menu Starts ******************/
.co_top-menu-holder {
  padding: 0 0 10px;
  /*Signup link on home page start*/
  /* Signup link on home page end */
}
.co_top-menu-holder .co_top-menu {
  padding: 0;
  overflow: hidden;
}
.co_top-menu-holder .co_top-menu li {
  list-style: none;
  float: left;
}
.co_top-menu-holder .co_top-menu li:first-child > div:first-child {
  position: relative;
  z-index: 1;
}
.co_top-menu-holder .co_top-menu li .co_search-fild {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-family: Arial, "Sans-Serif";
  font-size: 11px;
  color: #666666;
  font-style: italic;
  padding: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.co_top-menu-holder .co_top-menu li a {
  color: #fff;
  padding: 0 6px;
  font-size: 12px;
  font-weight: normal;
}
.co_top-menu-holder .co_top-menu li a:hover {
  color: #F65924;
  text-decoration: none;
}
.co_top-menu-holder .co_top-menu li.icon-map {
  background: url("../img/c-map.png") 3px 4px no-repeat;
  margin-left: 10px;
  padding-left: 12px;
}
.co_top-menu-holder .co_top-menu li.txt-map {
  height: 21px;
  line-height: 21px;
}
.co_top-menu-holder .co_top-menu li.last > a {
  padding-right: 0;
}
.co_top-menu-holder .co_top-menu li.icon-cart {
  background: url("../img/cart.png") 6px 2px no-repeat;
  padding: 0 0 0 18px;
}
.co_top-menu-holder .co_top-menu li .co_search-btn {
  background: url("../img/searchicon.png") right top no-repeat;
  position: absolute;
  right: 5px;
  top: 4px;
}
.co_top-menu-holder .linkAddSignup {
  right: 270px;
  position: absolute;
  top: 75px;
}
.co_top-menu-holder .linkAddSignup .additionallink {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}
/************ Top Menu Ends ******************/
/************ Main Manu Starts ******************/
.co_main-menu-holder .row {
  margin-right: -11px;
}
.co_main-menu-holder .co_main-menu {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0 !important;
}
.co_main-menu-holder .co_main-menu li {
  display: table-cell;
  list-style: none;
  float: none;
  border-top: 1px solid #56558f;
  border-left: 1px solid #44436d;
}
.co_main-menu-holder .co_main-menu li a:link .h3 {
  font-size: 16px;
  font-weight: bold;
}
.co_main-menu-holder .co_main-menu li:first-child {
  border-left: none;
}
.co_main-menu-holder .co_main-menu li a {
  color: #fff;
  padding: 16px 10px;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: center;
}
.co_main-menu-holder .co_main-menu li a:hover {
  color: #262281 !important;
  text-decoration: none;
  background: #fff;
}
.co_main-menu-holder .co_main-menu li a:hover .h3,
.co_main-menu-holder .co_main-menu li a:hover .co_descriptive-text {
  color: #151449 !important;
}
.co_main-menu-holder .co_main-menu li .h3 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
}
.co_main-menu-holder .co_main-menu li .co_descriptive-text {
  font-size: 12px;
  color: #c6bcff;
}
/**************************************/
/*fix for IE9 and below*/
.ie .co_main-menu-holder .row {
  margin-right: -9px;
  margin-left: -9px;
}
/*fix for IE10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .co_main-menu-holder .row {
    margin-right: -9px;
    margin-left: -9px;
  }
}
/*************************************/
/*media query for xs (767 or less)*/
/*
///////////////////////////////////////


===============
 Global Footer
==============*/
.co_footer {
  background: #151449;
  padding: 25px 30px !important;
  color: #fff;
  border-left: 1px solid #151449;
  border-right: 1px solid #151449;
  /*Nav Footer Menu Starts*/
  /* Nav Footer Menu Ends */
}
.co_footer .co_footer-copyright {
  font-size: 10px;
  color: #fff;
}
.co_footer .co_top-footer-holder {
  border-bottom: 1px solid #FFFFFF;
}
.co_footer .co_top-footer-holder .co_footer-heading {
  font-weight: bold;
  font-size: 16px;
  color: #fff!important;
}
.co_footer .co_top-footer-holder a:link.co_footer-heading {
  color: #fff;
}
.co_footer .co_top-footer-holder a:hover.co_footer-heading {
  color: #f65924;
  text-decoration: none;
}
.co_footer .co_top-footer-holder .co_footer-link-list {
  font-size: 12px;
  color: #c6bcff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.co_footer .co_top-footer-holder .co_footer-link-list li {
  line-height: 1.2em;
}
.co_footer .co_top-footer-holder .co_footer-link-list li > a {
  color: #c6bcff;
  display: inline-block;
}
.co_footer .co_top-footer-holder .co_footer-link-list li > a:hover {
  text-decoration: none;
  color: #f65924;
}
.co_footer .co_top-footer-holder .co_footer-link-list li .co_footer-small-text + div {
  position: relative;
  z-index: 1;
}
.co_footer .co_top-footer-holder .co_footer-email-heading {
  font-weight: bold;
  font-size: 16px;
  color: #fff!important;
}
.co_footer .co_top-footer-holder .co_footer-email-text {
  font-size: 11px;
  color: #fff;
}
.co_footer .co_top-footer-holder .co_email-fild {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #666666;
  font-family: Arial, "Sans-Serif";
  font-size: 11px;
  width: 143px;
  padding: 2px;
  behavior: url(../thirdpartylibs/css/PIE.htc);
}
.co_footer .co_top-footer-holder .co_footer-small-text {
  font-size: 11px;
  color: #fff;
  font-weight: normal;
}
.co_footer .co_nav-footer-holder .co_footer-bottom-links {
  padding: 0;
}
.co_footer .co_nav-footer-holder .co_footer-bottom-links li {
  list-style: none;
  float: left;
}
.co_footer .co_nav-footer-holder .co_footer-bottom-links li a {
  color: #C6BCFF;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
}
.co_footer .co_nav-footer-holder .co_footer-bottom-links li a:hover {
  color: #F65924;
  text-decoration: none;
}
.co_footer .co_text-align-right {
  text-align: right;
}
/* comment out the media query to disable the responsive design */
@media screen and (max-width: 999px) {
  .co_footer .co_top-footer-holder .co_email-fild {
    width: 85%;
  }
  .co_footer .co_nav-footer-holder ul {
    width: 100%;
  }
  .co_footer .co_footer-heading {
    margin-bottom: 10px;
  }
  .co_footer .co_footer-link-list li {
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 767px) {
  .co_footer .co_top-footer-holder .co_email-fild {
    width: 100%;
  }
}
/*********************************************/
/*
////////////////////////////////////////////


=============================================
 768px BP for Tablet version (768px - 999px)
============================================*/
@media screen and (max-width: 999px) {
  /*margin-top 0-50*/
  .mt0-md {
    margin-top: 0;
  }
  .mt5-md {
    margin-top: 5px;
  }
  .mt10-md {
    margin-top: 10px;
  }
  .mt15-md {
    margin-top: 15px;
  }
  .mt20-md {
    margin-top: 20px;
  }
  .mt25-md {
    margin-top: 25px;
  }
  .mt30-md {
    margin-top: 30px;
  }
  .mt35-md {
    margin-top: 35px;
  }
  .mt40-md {
    margin-top: 40px;
  }
  .mt50-md {
    margin-top: 50px;
  }
  /*margin-bottom 0-50*/
  .mb0-md {
    margin-bottom: 0;
  }
  .mb5-md {
    margin-bottom: 5px;
  }
  .mb10-md {
    margin-bottom: 10px;
  }
  .mb15-md {
    margin-bottom: 15px;
  }
  .mb20-md {
    margin-bottom: 20px;
  }
  .mb25-md {
    margin-bottom: 25px;
  }
  .mb30-md {
    margin-bottom: 30px;
  }
  .mb35-md {
    margin-bottom: 35px;
  }
  .mb40-md {
    margin-bottom: 40px;
  }
  .mb50-md {
    margin-bottom: 50px;
  }
  /*margin-left 0-50*/
  .ml0-md {
    margin-left: 0;
  }
  .ml5-md {
    margin-left: 5px;
  }
  .ml10-md {
    margin-left: 10px;
  }
  .ml15-md {
    margin-left: 15px;
  }
  .ml20-md {
    margin-left: 20px;
  }
  .ml25-md {
    margin-left: 25px;
  }
  .ml30-md {
    margin-left: 30px;
  }
  .ml35-md {
    margin-left: 35px;
  }
  .ml40-md {
    margin-left: 40px;
  }
  .ml50-md {
    margin-left: 50px;
  }
  /*margin-top 0-50*/
  .mr0-md {
    margin-right: 0;
  }
  .mr5-md {
    margin-right: 5px;
  }
  .mr10-md {
    margin-right: 10px;
  }
  .mr15-md {
    margin-right: 15px;
  }
  .mr20-md {
    margin-right: 20px;
  }
  .mr25-md {
    margin-right: 25px;
  }
  .mr30-md {
    margin-right: 30px;
  }
  .mr35-md {
    margin-right: 35px;
  }
  .mr40-md {
    margin-right: 40px;
  }
  .mr50-md {
    margin-right: 50px;
  }
  /*padding-top 0-50*/
  .pt0-md {
    padding-top: 0;
  }
  .pt5-md {
    padding-top: 5px;
  }
  .pt10-md {
    padding-top: 10px;
  }
  .pt15-md {
    padding-top: 15px;
  }
  .pt20-md {
    padding-top: 20px;
  }
  .pt25-md {
    padding-top: 25px;
  }
  .pt30-md {
    padding-top: 30px;
  }
  .pt35-md {
    padding-top: 35px;
  }
  .pt40-md {
    padding-top: 40px;
  }
  .pt50-md {
    padding-top: 50px;
  }
  /*padding-bottom 0-50*/
  .pb0-md {
    padding-bottom: 0;
  }
  .pb5-md {
    padding-bottom: 5px;
  }
  .pb10-md {
    padding-bottom: 10px;
  }
  .pb15-md {
    padding-bottom: 15px;
  }
  .pb20-md {
    padding-bottom: 20px;
  }
  .pb25-md {
    padding-bottom: 25px;
  }
  .pb30-md {
    padding-bottom: 30px;
  }
  .pb35-md {
    padding-bottom: 35px;
  }
  .pb40-md {
    padding-bottom: 40px;
  }
  .pb50-md {
    padding-bottom: 50px;
  }
  /*padding-left 0-50*/
  .pl0-md {
    padding-left: 0;
  }
  .pl5-md {
    padding-left: 5px;
  }
  .pl10-md {
    padding-left: 10px;
  }
  .pl15-md {
    padding-left: 15px;
  }
  .pl20-md {
    padding-left: 20px;
  }
  .pl25-md {
    padding-left: 25px;
  }
  .pl30-md {
    padding-left: 30px;
  }
  .pl35-md {
    padding-left: 35px;
  }
  .pl40-md {
    padding-left: 40px;
  }
  .pl50-md {
    padding-left: 50px;
  }
  /*padding-right 0-50*/
  .pr0-md {
    padding-right: 0;
  }
  .pr5-md {
    padding-right: 5px;
  }
  .pr10-md {
    padding-right: 10px;
  }
  .pr15-md {
    padding-right: 15px;
  }
  .pr20-md {
    padding-right: 20px;
  }
  .pr25-md {
    padding-right: 25px;
  }
  .pr30-md {
    padding-right: 30px;
  }
  .pr35-md {
    padding-right: 35px;
  }
  .pr40-md {
    padding-right: 40px;
  }
  .pr50-md {
    padding-right: 50px;
  }
  /*Rest the margin and padding to 0 value*/
  .m0-md {
    margin: 0 !important;
  }
  .p0-md {
    padding: 0 !important;
  }
  /*Padding for all sides*/
  .p5-md {
    padding: 5px;
  }
  .p10-md {
    padding: 10px;
  }
  .p15-md {
    padding: 15px;
  }
  .p20-md {
    padding: 20px;
  }
  .p25-md {
    padding: 25px;
  }
  .p30-md {
    padding: 30px;
  }
  .p35-md {
    padding: 35px;
  }
  .p40-md {
    padding: 40px;
  }
  .p45-md {
    padding: 45px;
  }
  .p50-md {
    padding: 50px;
  }
  /*Margin for all sides*/
  .m5-md {
    margin: 5px;
  }
  .m10-md {
    margin: 10px;
  }
  .m15-md {
    margin: 15px;
  }
  .m20-md {
    margin: 20px;
  }
  .m25-md {
    margin: 25px;
  }
  .m30-md {
    margin: 30px;
  }
  .m35-md {
    margin: 35px;
  }
  .m40-md {
    margin: 40px;
  }
  .m45-md {
    margin: 45px;
  }
  .m50-md {
    margin: 50px;
  }
  .m-auto-md {
    margin: 0 auto;
  }
  /*Margin negative on both sides*/
  .m-0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-5-md {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-10-md {
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-15-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-20-md {
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-25-md {
    margin-left: -25px;
    margin-right: -25px;
  }
  .m-30-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .m-35-md {
    margin-left: -35px;
    margin-right: -35px;
  }
  .m-40-md {
    margin-left: -40px;
    margin-right: -40px;
  }
  .m-45-md {
    margin-left: -45px;
    margin-right: -45px;
  }
  .m-50-md {
    margin-left: -50px;
    margin-right: -50px;
  }
  /*Margin negative on left side*/
  .ml-0-md {
    margin-left: 0;
  }
  .ml-5-md {
    margin-left: -5px;
  }
  .ml-10-md {
    margin-left: -10px;
  }
  .ml-15-md {
    margin-left: -15px;
  }
  .ml-20-md {
    margin-left: -20px;
  }
  .ml-25-md {
    margin-left: -25px;
  }
  .ml-30-md {
    margin-left: -30px;
  }
  .ml-35-md {
    margin-left: -35px;
  }
  .ml-40-md {
    margin-left: -40px;
  }
  .ml-45-md {
    margin-left: -45px;
  }
  .ml-50-md {
    margin-left: -50px;
  }
  /*Margin negative on right side*/
  .mr-0-md {
    margin-right: 0;
  }
  .mr-5-md {
    margin-right: -5px;
  }
  .mr-10-md {
    margin-right: -10px;
  }
  .mr-15-md {
    margin-right: -15px;
  }
  .mr-20-md {
    margin-right: -20px;
  }
  .mr-25-md {
    margin-right: -25px;
  }
  .mr-30-md {
    margin-right: -30px;
  }
  .mr-35-md {
    margin-right: -35px;
  }
  .mr-40-md {
    margin-right: -40px;
  }
  .mr-45-md {
    margin-right: -45px;
  }
  .mr-50-md {
    margin-right: -50px;
  }
  /*Margin negative on top side*/
  .mt-0-md {
    margin-top: 0;
  }
  .mt-5-md {
    margin-top: -5px;
  }
  .mt-10-md {
    margin-top: -10px;
  }
  .mt-15-md {
    margin-top: -15px;
  }
  .mt-20-md {
    margin-top: -20px;
  }
  .mt-25-md {
    margin-top: -25px;
  }
  .mt-30-md {
    margin-top: -30px;
  }
  .mt-35-md {
    margin-top: -35px;
  }
  .mt-40-md {
    margin-top: -40px;
  }
  .mt-45-md {
    margin-top: -45px;
  }
  .mt-50-md {
    margin-top: -50px;
  }
  /*left, right, top, bottom*/
  .left0-md {
    left: 0;
  }
  .left5-md {
    left: 5px;
  }
  .left10-md {
    left: 10px;
  }
  .left15-md {
    left: 15px;
  }
  .left20-md {
    left: 20px;
  }
  .left25-md {
    left: 25px;
  }
  .left30-md {
    left: 30px;
  }
  .left35-md {
    left: 35px;
  }
  .left40-md {
    left: 40px;
  }
  .left45-md {
    left: 45px;
  }
  .left50-md {
    left: 50px;
  }
  .right0-md {
    right: 0;
  }
  .right5-md {
    right: 5px;
  }
  .right10-md {
    right: 10px;
  }
  .right15-md {
    right: 15px;
  }
  .right20-md {
    right: 20px;
  }
  .right25-md {
    right: 25px;
  }
  .right30-md {
    right: 30px;
  }
  .right35-md {
    right: 35px;
  }
  .right40-md {
    right: 40px;
  }
  .right45-md {
    right: 45px;
  }
  .right50-md {
    right: 50px;
  }
  .top0-md {
    top: 0;
  }
  .top5-md {
    top: 5px;
  }
  .top10-md {
    top: 10px;
  }
  .top15-md {
    top: 15px;
  }
  .top20-md {
    top: 20px;
  }
  .top25-md {
    top: 25px;
  }
  .top30-md {
    top: 30px;
  }
  .top35-md {
    top: 35px;
  }
  .top40-md {
    top: 40px;
  }
  .top45-md {
    top: 45px;
  }
  .top50-md {
    top: 50px;
  }
  .bottom0-md {
    bottom: 0;
  }
  .bottom5-md {
    bottom: 5px;
  }
  .bottom10-md {
    bottom: 10px;
  }
  .bottom15-md {
    bottom: 15px;
  }
  .bottom20-md {
    bottom: 20px;
  }
  .bottom25-md {
    bottom: 25px;
  }
  .bottom30-md {
    bottom: 30px;
  }
  .bottom35-md {
    bottom: 35px;
  }
  .bottom40-md {
    bottom: 40px;
  }
  .bottom45-md {
    bottom: 45px;
  }
  .bottom50-md {
    bottom: 50px;
  }
  /*width with percentage value*/
  .gbl_full-width-md {
    width: 100%;
  }
  .gbl_width-95p-md {
    width: 95%;
  }
  .gbl_width-90p-md {
    width: 90%;
  }
  .gbl_width-85p-md {
    width: 85%;
  }
  .gbl_width-80p-md {
    width: 80%;
  }
  .gbl_width-75p-md {
    width: 75%;
  }
  .gbl_width-70p-md {
    width: 70%;
  }
  .gbl_width-65p-md {
    width: 65%;
  }
  .gbl_width-60p-md {
    width: 60%;
  }
  .gbl_width-55p-md {
    width: 55%;
  }
  .gbl_width-50p-md {
    width: 50%;
  }
  .gbl_width-45p-md {
    width: 45%;
  }
  .gbl_width-40p-md {
    width: 40%;
  }
  .gbl_width-35p-md {
    width: 35%;
  }
  .gbl_width-30p-md {
    width: 30%;
  }
  .gbl_width-25p-md {
    width: 25%;
  }
  .gbl_width-20p-md {
    width: 20%;
  }
  .gbl_width-15p-md {
    width: 15%;
  }
  .gbl_width-10p-md {
    width: 10%;
  }
  .gbl_width-5p-md {
    width: 5%;
  }
  /*width with pixel value*/
  .gbl_width-5-md {
    width: 5px;
  }
  .gbl_width-10-md {
    width: 10px;
  }
  .gbl_width-15-md {
    width: 15px;
  }
  .gbl_width-20-md {
    width: 20px;
  }
  .gbl_width-25-md {
    width: 25px;
  }
  .gbl_width-30-md {
    width: 30px;
  }
  .gbl_width-35-md {
    width: 35px;
  }
  .gbl_width-40-md {
    width: 40px;
  }
  .gbl_width-45-md {
    width: 45px;
  }
  .gbl_width-50-md {
    width: 50px;
  }
  /*strong full width*/
  .gbl_FULL-FULL-width-md {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /*page title*/
  .gbl_page-title-md {
    background-image: url(../img/shadowline.768.png);
  }
  /*none background image*/
  .gbl_bg-none-md {
    background: none !important;
    background-image: none !important;
  }
}
/*
////////////////////////////////////////////


==================================================
 600px BP for Mini Tablet version (600px - 767px)
=================================================*/
@media screen and (max-width: 767px) {
  /*margin-top 0-50*/
  .mt0-sm {
    margin-top: 0;
  }
  .mt5-sm {
    margin-top: 5px;
  }
  .mt10-sm {
    margin-top: 10px;
  }
  .mt15-sm {
    margin-top: 15px;
  }
  .mt20-sm {
    margin-top: 20px;
  }
  .mt25-sm {
    margin-top: 25px;
  }
  .mt30-sm {
    margin-top: 30px;
  }
  .mt35-sm {
    margin-top: 35px;
  }
  .mt40-sm {
    margin-top: 40px;
  }
  .mt50-sm {
    margin-top: 50px;
  }
  /*margin-bottom 0-50*/
  .mb0-sm {
    margin-bottom: 0;
  }
  .mb5-sm {
    margin-bottom: 5px;
  }
  .mb10-sm {
    margin-bottom: 10px;
  }
  .mb15-sm {
    margin-bottom: 15px;
  }
  .mb20-sm {
    margin-bottom: 20px;
  }
  .mb25-sm {
    margin-bottom: 25px;
  }
  .mb30-sm {
    margin-bottom: 30px;
  }
  .mb35-sm {
    margin-bottom: 35px;
  }
  .mb40-sm {
    margin-bottom: 40px;
  }
  .mb50-sm {
    margin-bottom: 50px;
  }
  /*margin-left 0-50*/
  .ml0-sm {
    margin-left: 0;
  }
  .ml5-sm {
    margin-left: 5px;
  }
  .ml10-sm {
    margin-left: 10px;
  }
  .ml15-sm {
    margin-left: 15px;
  }
  .ml20-sm {
    margin-left: 20px;
  }
  .ml25-sm {
    margin-left: 25px;
  }
  .ml30-sm {
    margin-left: 30px;
  }
  .ml35-sm {
    margin-left: 35px;
  }
  .ml40-sm {
    margin-left: 40px;
  }
  .ml50-sm {
    margin-left: 50px;
  }
  /*margin-top 0-50*/
  .mr0-sm {
    margin-right: 0;
  }
  .mr5-sm {
    margin-right: 5px;
  }
  .mr10-sm {
    margin-right: 10px;
  }
  .mr15-sm {
    margin-right: 15px;
  }
  .mr20-sm {
    margin-right: 20px;
  }
  .mr25-sm {
    margin-right: 25px;
  }
  .mr30-sm {
    margin-right: 30px;
  }
  .mr35-sm {
    margin-right: 35px;
  }
  .mr40-sm {
    margin-right: 40px;
  }
  .mr50-sm {
    margin-right: 50px;
  }
  /*padding-top 0-50*/
  .pt0-sm {
    padding-top: 0;
  }
  .pt5-sm {
    padding-top: 5px;
  }
  .pt10-sm {
    padding-top: 10px;
  }
  .pt15-sm {
    padding-top: 15px;
  }
  .pt20-sm {
    padding-top: 20px;
  }
  .pt25-sm {
    padding-top: 25px;
  }
  .pt30-sm {
    padding-top: 30px;
  }
  .pt35-sm {
    padding-top: 35px;
  }
  .pt40-sm {
    padding-top: 40px;
  }
  .pt50-sm {
    padding-top: 50px;
  }
  /*padding-bottom 0-50*/
  .pb0-sm {
    padding-bottom: 0;
  }
  .pb5-sm {
    padding-bottom: 5px;
  }
  .pb10-sm {
    padding-bottom: 10px;
  }
  .pb15-sm {
    padding-bottom: 15px;
  }
  .pb20-sm {
    padding-bottom: 20px;
  }
  .pb25-sm {
    padding-bottom: 25px;
  }
  .pb30-sm {
    padding-bottom: 30px;
  }
  .pb35-sm {
    padding-bottom: 35px;
  }
  .pb40-sm {
    padding-bottom: 40px;
  }
  .pb50-sm {
    padding-bottom: 50px;
  }
  /*padding-left 0-50*/
  .pl0-sm {
    padding-left: 0;
  }
  .pl5-sm {
    padding-left: 5px;
  }
  .pl10-sm {
    padding-left: 10px;
  }
  .pl15-sm {
    padding-left: 15px;
  }
  .pl20-sm {
    padding-left: 20px;
  }
  .pl25-sm {
    padding-left: 25px;
  }
  .pl30-sm {
    padding-left: 30px;
  }
  .pl35-sm {
    padding-left: 35px;
  }
  .pl40-sm {
    padding-left: 40px;
  }
  .pl50-sm {
    padding-left: 50px;
  }
  /*padding-right 0-50*/
  .pr0-sm {
    padding-right: 0;
  }
  .pr5-sm {
    padding-right: 5px;
  }
  .pr10-sm {
    padding-right: 10px;
  }
  .pr15-sm {
    padding-right: 15px;
  }
  .pr20-sm {
    padding-right: 20px;
  }
  .pr25-sm {
    padding-right: 25px;
  }
  .pr30-sm {
    padding-right: 30px;
  }
  .pr35-sm {
    padding-right: 35px;
  }
  .pr40-sm {
    padding-right: 40px;
  }
  .pr50-sm {
    padding-right: 50px;
  }
  /*Rest the margin and padding to 0 value*/
  .m0-sm {
    margin: 0 !important;
  }
  .p0-sm {
    padding: 0 !important;
  }
  /*Padding for all sides*/
  .p5-sm {
    padding: 5px;
  }
  .p10-sm {
    padding: 10px;
  }
  .p15-sm {
    padding: 15px;
  }
  .p20-sm {
    padding: 20px;
  }
  .p25-sm {
    padding: 25px;
  }
  .p30-sm {
    padding: 30px;
  }
  .p35-sm {
    padding: 35px;
  }
  .p40-sm {
    padding: 40px;
  }
  .p45-sm {
    padding: 45px;
  }
  .p50-sm {
    padding: 50px;
  }
  /*Margin for all sides*/
  .m5-sm {
    margin: 5px;
  }
  .m10-sm {
    margin: 10px;
  }
  .m15-sm {
    margin: 15px;
  }
  .m20-sm {
    margin: 20px;
  }
  .m25-sm {
    margin: 25px;
  }
  .m30-sm {
    margin: 30px;
  }
  .m35-sm {
    margin: 35px;
  }
  .m40-sm {
    margin: 40px;
  }
  .m45-sm {
    margin: 45px;
  }
  .m50-sm {
    margin: 50px;
  }
  .m-auto-sm {
    margin: 0 auto;
  }
  /*Margin negative on both sides*/
  .m-0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-5-sm {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-10-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-15-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-20-sm {
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-25-sm {
    margin-left: -25px;
    margin-right: -25px;
  }
  .m-30-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .m-35-sm {
    margin-left: -35px;
    margin-right: -35px;
  }
  .m-40-sm {
    margin-left: -40px;
    margin-right: -40px;
  }
  .m-45-sm {
    margin-left: -45px;
    margin-right: -45px;
  }
  .m-50-sm {
    margin-left: -50px;
    margin-right: -50px;
  }
  /*Margin negative on left side*/
  .ml-0-sm {
    margin-left: 0;
  }
  .ml-5-sm {
    margin-left: -5px;
  }
  .ml-10-sm {
    margin-left: -10px;
  }
  .ml-15-sm {
    margin-left: -15px;
  }
  .ml-20-sm {
    margin-left: -20px;
  }
  .ml-25-sm {
    margin-left: -25px;
  }
  .ml-30-sm {
    margin-left: -30px;
  }
  .ml-35-sm {
    margin-left: -35px;
  }
  .ml-40-sm {
    margin-left: -40px;
  }
  .ml-45-sm {
    margin-left: -45px;
  }
  .ml-50-sm {
    margin-left: -50px;
  }
  /*Margin negative on right side*/
  .mr-0-sm {
    margin-right: 0;
  }
  .mr-5-sm {
    margin-right: -5px;
  }
  .mr-10-sm {
    margin-right: -10px;
  }
  .mr-15-sm {
    margin-right: -15px;
  }
  .mr-20-sm {
    margin-right: -20px;
  }
  .mr-25-sm {
    margin-right: -25px;
  }
  .mr-30-sm {
    margin-right: -30px;
  }
  .mr-35-sm {
    margin-right: -35px;
  }
  .mr-40-sm {
    margin-right: -40px;
  }
  .mr-45-sm {
    margin-right: -45px;
  }
  .mr-50-sm {
    margin-right: -50px;
  }
  /*Margin negative on top side*/
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-5-sm {
    margin-top: -5px;
  }
  .mt-10-sm {
    margin-top: -10px;
  }
  .mt-15-sm {
    margin-top: -15px;
  }
  .mt-20-sm {
    margin-top: -20px;
  }
  .mt-25-sm {
    margin-top: -25px;
  }
  .mt-30-sm {
    margin-top: -30px;
  }
  .mt-35-sm {
    margin-top: -35px;
  }
  .mt-40-sm {
    margin-top: -40px;
  }
  .mt-45-sm {
    margin-top: -45px;
  }
  .mt-50-sm {
    margin-top: -50px;
  }
  /*left, right, top, bottom*/
  .left0-sm {
    left: 0;
  }
  .left5-sm {
    left: 5px;
  }
  .left10-sm {
    left: 10px;
  }
  .left15-sm {
    left: 15px;
  }
  .left20-sm {
    left: 20px;
  }
  .left25-sm {
    left: 25px;
  }
  .left30-sm {
    left: 30px;
  }
  .left35-sm {
    left: 35px;
  }
  .left40-sm {
    left: 40px;
  }
  .left45-sm {
    left: 45px;
  }
  .left50-sm {
    left: 50px;
  }
  .right0-sm {
    right: 0;
  }
  .right5-sm {
    right: 5px;
  }
  .right10-sm {
    right: 10px;
  }
  .right15-sm {
    right: 15px;
  }
  .right20-sm {
    right: 20px;
  }
  .right25-sm {
    right: 25px;
  }
  .right30-sm {
    right: 30px;
  }
  .right35-sm {
    right: 35px;
  }
  .right40-sm {
    right: 40px;
  }
  .right45-sm {
    right: 45px;
  }
  .right50-sm {
    right: 50px;
  }
  .top0-sm {
    top: 0;
  }
  .top5-sm {
    top: 5px;
  }
  .top10-sm {
    top: 10px;
  }
  .top15-sm {
    top: 15px;
  }
  .top20-sm {
    top: 20px;
  }
  .top25-sm {
    top: 25px;
  }
  .top30-sm {
    top: 30px;
  }
  .top35-sm {
    top: 35px;
  }
  .top40-sm {
    top: 40px;
  }
  .top45-sm {
    top: 45px;
  }
  .top50-sm {
    top: 50px;
  }
  .bottom0-sm {
    bottom: 0;
  }
  .bottom5-sm {
    bottom: 5px;
  }
  .bottom10-sm {
    bottom: 10px;
  }
  .bottom15-sm {
    bottom: 15px;
  }
  .bottom20-sm {
    bottom: 20px;
  }
  .bottom25-sm {
    bottom: 25px;
  }
  .bottom30-sm {
    bottom: 30px;
  }
  .bottom35-sm {
    bottom: 35px;
  }
  .bottom40-sm {
    bottom: 40px;
  }
  .bottom45-sm {
    bottom: 45px;
  }
  .bottom50-sm {
    bottom: 50px;
  }
  /*width with percentage value*/
  .gbl_full-width-sm {
    width: 100%;
  }
  .gbl_width-95p-sm {
    width: 95%;
  }
  .gbl_width-90p-sm {
    width: 90%;
  }
  .gbl_width-85p-sm {
    width: 85%;
  }
  .gbl_width-80p-sm {
    width: 80%;
  }
  .gbl_width-75p-sm {
    width: 75%;
  }
  .gbl_width-70p-sm {
    width: 70%;
  }
  .gbl_width-65p-sm {
    width: 65%;
  }
  .gbl_width-60p-sm {
    width: 60%;
  }
  .gbl_width-55p-sm {
    width: 55%;
  }
  .gbl_width-50p-sm {
    width: 50%;
  }
  .gbl_width-45p-sm {
    width: 45%;
  }
  .gbl_width-40p-sm {
    width: 40%;
  }
  .gbl_width-35p-sm {
    width: 35%;
  }
  .gbl_width-30p-sm {
    width: 30%;
  }
  .gbl_width-25p-sm {
    width: 25%;
  }
  .gbl_width-20p-sm {
    width: 20%;
  }
  .gbl_width-15p-sm {
    width: 15%;
  }
  .gbl_width-10p-sm {
    width: 10%;
  }
  .gbl_width-5p-sm {
    width: 5%;
  }
  /*width with pixel value*/
  .gbl_width-5-sm {
    width: 5px;
  }
  .gbl_width-10-sm {
    width: 10px;
  }
  .gbl_width-15-sm {
    width: 15px;
  }
  .gbl_width-20-sm {
    width: 20px;
  }
  .gbl_width-25-sm {
    width: 25px;
  }
  .gbl_width-30-sm {
    width: 30px;
  }
  .gbl_width-35-sm {
    width: 35px;
  }
  .gbl_width-40-sm {
    width: 40px;
  }
  .gbl_width-45-sm {
    width: 45px;
  }
  .gbl_width-50-sm {
    width: 50px;
  }
  /*strong full width*/
  .gbl_FULL-FULL-width-sm {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /*page title*/
  .gbl_page-title-sm {
    background-image: url(../img/shadowline.600.png);
  }
  /*none background image*/
  .gbl_bg-none-sm {
    background: none !important;
    background-image: none !important;
  }
}
/*
////////////////////////////////////////////


==============================================
 Disabled Smart Phone version (320px - 599px)
=============================================*/
@media screen and (max-width: 599px) {
  /*disable mobile responsiveness*/
  .container {
    width: 580px !important;
  }
  /*end disable mobile responsiveness*/
  /*Spacing Adjusting Classes:*/
  /*skip "gbl_" prefix for these spacing classes to speed up dev time*/
  /*margin-top 0-50*/
  .mt0-xs {
    margin-top: 0;
  }
  .mt5-xs {
    margin-top: 5px;
  }
  .mt10-xs {
    margin-top: 10px;
  }
  .mt15-xs {
    margin-top: 15px;
  }
  .mt20-xs {
    margin-top: 20px;
  }
  .mt25-xs {
    margin-top: 25px;
  }
  .mt30-xs {
    margin-top: 30px;
  }
  .mt35-xs {
    margin-top: 35px;
  }
  .mt40-xs {
    margin-top: 40px;
  }
  .mt50-xs {
    margin-top: 50px;
  }
  /*margin-bottom 0-50*/
  .mb0-xs {
    margin-bottom: 0;
  }
  .mb5-xs {
    margin-bottom: 5px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
  .mb15-xs {
    margin-bottom: 15px;
  }
  .mb20-xs {
    margin-bottom: 20px;
  }
  .mb25-xs {
    margin-bottom: 25px;
  }
  .mb30-xs {
    margin-bottom: 30px;
  }
  .mb35-xs {
    margin-bottom: 35px;
  }
  .mb40-xs {
    margin-bottom: 40px;
  }
  .mb50-xs {
    margin-bottom: 50px;
  }
  /*margin-left 0-50*/
  .ml0-xs {
    margin-left: 0;
  }
  .ml5-xs {
    margin-left: 5px;
  }
  .ml10-xs {
    margin-left: 10px;
  }
  .ml15-xs {
    margin-left: 15px;
  }
  .ml20-xs {
    margin-left: 20px;
  }
  .ml25-xs {
    margin-left: 25px;
  }
  .ml30-xs {
    margin-left: 30px;
  }
  .ml35-xs {
    margin-left: 35px;
  }
  .ml40-xs {
    margin-left: 40px;
  }
  .ml50-xs {
    margin-left: 50px;
  }
  /*margin-top 0-50*/
  .mr0-xs {
    margin-right: 0;
  }
  .mr5-xs {
    margin-right: 5px;
  }
  .mr10-xs {
    margin-right: 10px;
  }
  .mr15-xs {
    margin-right: 15px;
  }
  .mr20-xs {
    margin-right: 20px;
  }
  .mr25-xs {
    margin-right: 25px;
  }
  .mr30-xs {
    margin-right: 30px;
  }
  .mr35-xs {
    margin-right: 35px;
  }
  .mr40-xs {
    margin-right: 40px;
  }
  .mr50-xs {
    margin-right: 50px;
  }
  /*padding-top 0-50*/
  .pt0-xs {
    padding-top: 0;
  }
  .pt5-xs {
    padding-top: 5px;
  }
  .pt10-xs {
    padding-top: 10px;
  }
  .pt15-xs {
    padding-top: 15px;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pt25-xs {
    padding-top: 25px;
  }
  .pt30-xs {
    padding-top: 30px;
  }
  .pt35-xs {
    padding-top: 35px;
  }
  .pt40-xs {
    padding-top: 40px;
  }
  .pt50-xs {
    padding-top: 50px;
  }
  /*padding-bottom 0-50*/
  .pb0-xs {
    padding-bottom: 0;
  }
  .pb5-xs {
    padding-bottom: 5px;
  }
  .pb10-xs {
    padding-bottom: 10px;
  }
  .pb15-xs {
    padding-bottom: 15px;
  }
  .pb20-xs {
    padding-bottom: 20px;
  }
  .pb25-xs {
    padding-bottom: 25px;
  }
  .pb30-xs {
    padding-bottom: 30px;
  }
  .pb35-xs {
    padding-bottom: 35px;
  }
  .pb40-xs {
    padding-bottom: 40px;
  }
  .pb50-xs {
    padding-bottom: 50px;
  }
  /*padding-left 0-50*/
  .pl0-xs {
    padding-left: 0;
  }
  .pl5-xs {
    padding-left: 5px;
  }
  .pl10-xs {
    padding-left: 10px;
  }
  .pl15-xs {
    padding-left: 15px;
  }
  .pl20-xs {
    padding-left: 20px;
  }
  .pl25-xs {
    padding-left: 25px;
  }
  .pl30-xs {
    padding-left: 30px;
  }
  .pl35-xs {
    padding-left: 35px;
  }
  .pl40-xs {
    padding-left: 40px;
  }
  .pl50-xs {
    padding-left: 50px;
  }
  /*padding-right 0-50*/
  .pr0-xs {
    padding-right: 0;
  }
  .pr5-xs {
    padding-right: 5px;
  }
  .pr10-xs {
    padding-right: 10px;
  }
  .pr15-xs {
    padding-right: 15px;
  }
  .pr20-xs {
    padding-right: 20px;
  }
  .pr25-xs {
    padding-right: 25px;
  }
  .pr30-xs {
    padding-right: 30px;
  }
  .pr35-xs {
    padding-right: 35px;
  }
  .pr40-xs {
    padding-right: 40px;
  }
  .pr50-xs {
    padding-right: 50px;
  }
  /*Rest the margin and padding to 0 value*/
  .m0-xs {
    margin: 0 !important;
  }
  .p0-xs {
    padding: 0 !important;
  }
  /*Padding for all sides*/
  .p5-xs {
    padding: 5px;
  }
  .p10-xs {
    padding: 10px;
  }
  .p15-xs {
    padding: 15px;
  }
  .p20-xs {
    padding: 20px;
  }
  .p25-xs {
    padding: 25px;
  }
  .p30-xs {
    padding: 30px;
  }
  .p35-xs {
    padding: 35px;
  }
  .p40-xs {
    padding: 40px;
  }
  .p45-xs {
    padding: 45px;
  }
  .p50-xs {
    padding: 50px;
  }
  /*Margin for all sides*/
  .m5-xs {
    margin: 5px;
  }
  .m10-xs {
    margin: 10px;
  }
  .m15-xs {
    margin: 15px;
  }
  .m20-xs {
    margin: 20px;
  }
  .m25-xs {
    margin: 25px;
  }
  .m30-xs {
    margin: 30px;
  }
  .m35-xs {
    margin: 35px;
  }
  .m40-xs {
    margin: 40px;
  }
  .m45-xs {
    margin: 45px;
  }
  .m50-xs {
    margin: 50px;
  }
  .m-auto-xs {
    margin: 0 auto;
  }
  /*Margin negative on both sides*/
  .m-0-xs {
    margin-left: 0;
    margin-right: 0;
  }
  .m-5-xs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .m-10-xs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-15-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-20-xs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .m-25-xs {
    margin-left: -25px;
    margin-right: -25px;
  }
  .m-30-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  /*Margin negative on left side*/
  .ml-0-xs {
    margin-left: 0;
  }
  .ml-5-xs {
    margin-left: -5px;
  }
  .ml-10-xs {
    margin-left: -10px;
  }
  .ml-15-xs {
    margin-left: -15px;
  }
  .ml-20-xs {
    margin-left: -20px;
  }
  .ml-25-xs {
    margin-left: -25px;
  }
  .ml-30-xs {
    margin-left: -30px;
  }
  /*Margin negative on right side*/
  .mr-0-xs {
    margin-right: 0;
  }
  .mr-5-xs {
    margin-right: -5px;
  }
  .mr-10-xs {
    margin-right: -10px;
  }
  .mr-15-xs {
    margin-right: -15px;
  }
  .mr-20-xs {
    margin-right: -20px;
  }
  .mr-25-xs {
    margin-right: -25px;
  }
  .mr-30-xs {
    margin-right: -30px;
  }
  /*width with percentage value*/
  .gbl_full-width-xs {
    width: 100%;
  }
  .gbl_width-95p-xs {
    width: 95%;
  }
  .gbl_width-90p-xs {
    width: 90%;
  }
  .gbl_width-85p-xs {
    width: 85%;
  }
  .gbl_width-80p-xs {
    width: 80%;
  }
  .gbl_width-75p-xs {
    width: 75%;
  }
  .gbl_width-70p-xs {
    width: 70%;
  }
  .gbl_width-65p-xs {
    width: 65%;
  }
  .gbl_width-60p-xs {
    width: 60%;
  }
  .gbl_width-55p-xs {
    width: 55%;
  }
  .gbl_width-50p-xs {
    width: 50%;
  }
  .gbl_width-45p-xs {
    width: 45%;
  }
  .gbl_width-40p-xs {
    width: 40%;
  }
  .gbl_width-35p-xs {
    width: 35%;
  }
  .gbl_width-30p-xs {
    width: 30%;
  }
  .gbl_width-25p-xs {
    width: 25%;
  }
  .gbl_width-20p-xs {
    width: 20%;
  }
  .gbl_width-15p-xs {
    width: 15%;
  }
  .gbl_width-10p-xs {
    width: 10%;
  }
  .gbl_width-5p-xs {
    width: 5%;
  }
  /*width with pixel value*/
  .gbl_width-5-xs {
    width: 5px;
  }
  .gbl_width-10-xs {
    width: 10px;
  }
  .gbl_width-15-xs {
    width: 15px;
  }
  .gbl_width-20-xs {
    width: 20px;
  }
  .gbl_width-25-xs {
    width: 25px;
  }
  .gbl_width-30-xs {
    width: 30px;
  }
  .gbl_width-35-xs {
    width: 35px;
  }
  .gbl_width-40-xs {
    width: 40px;
  }
  .gbl_width-45-xs {
    width: 45px;
  }
  .gbl_width-50-xs {
    width: 50px;
  }
  /*strong full width*/
  .gbl_FULL-FULL-width-xs {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /*none background image*/
  .gbl_bg-none-xs {
    background: none !important;
    background-image: none !important;
  }
}
/*********************************************/
/*
////////////////////////////////////////////


===================
 Print Style
==================*/
@media print {
  header,
  footer {
    display: none;
  }
  .gbl_main-content {
    padding: 40px;
    border: 1px solid #262281;
  }
  .gbl_main-content:before {
    content: url(../img/mpcs-logo-print-page.jpg);
    width: 100%;
    margin-bottom: 30px;
  }
}
/*!
 * bootstrap-select v1.4.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.dropdown-menu {
  z-index: 2000;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox {
  padding: 4px 8px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.context {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/*US61590 guideline 1.3.1 Sample:2 Css added for social media links  */
.full-width {
	width: 100%;
}
.social-links {
    margin-left: -40px;
    margin-bottom: 0;
    float: right;
}
.social-links li {
	display: inline-block;
}

@media screen and (max-width: 999px) {
	.social-links {
	    float: left;
	}
}

.fw_normal{
font-weight: normal !important;
}
.ht1{
	height: 1px !important;
}
@charset "UTF-8";

/* Added missing variables Starts */


/*Add radio color*/

@font-face {
    font-family: 'icomoon';
    src: url('custom/fonts/icomoon.eot');
    src: url('custom/fonts/icomoon.eot') format('embedded-opentype'), url('custom/fonts/icomoon.woff') format('woff'), url('custom/fonts/icomoon.ttf') format('truetype'), url('custom/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("custom/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
    src: url("custom/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("custom/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("custom/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("custom/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("custom/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("custom/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
    src: url("custom/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("custom/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("custom/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("custom/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("custom/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("custom/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
    src: url("custom/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"), url("custom/fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("custom/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("custom/fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("custom/fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("custom/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
    src: url("custom/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("custom/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("custom/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("custom/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("custom/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-95Blac";
    src: url("custom/fonts/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix");
    src: url("custom/fonts/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix") format("eot"), url("custom/fonts/fd05322c-bf43-4f8e-a129-24869b0942db.woff2") format("woff2"), url("custom/fonts/74649485-cd74-443e-9d54-331ccd448900.woff") format("woff"), url("custom/fonts/feb77f4f-9e6b-4f88-909a-66199fd402ed.ttf") format("truetype"), url("custom/fonts/2e490192-e531-4236-9c55-90daaad4a34e.svg#2e490192-e531-4236-9c55-90daaad4a34e") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    src: url("custom/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
    src: url("custom/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"), url("custom/fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"), url("custom/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("custom/fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("custom/fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}

.icon-facebook:before {
    content: "\e966";
}

.icon-instagram:before {
    content: "\e967";
}

.icon-twitter:before {
    content: "\e968";
}

.icon-m_free:before {
    content: "\e900";
}

.icon-m_no_contract:before {
    content: "\e901";
}

.icon-m_work:before {
    content: "\e902";
}

.icon-m_locator:before {
    content: "\e903";
}

.icon-m_photo:before {
    content: "\e904";
}

.icon-m_account:before {
    content: "\e905";
}

.icon-m_network:before {
    content: "\e906";
}

.icon-m_cell:before {
    content: "\e907";
}

.icon-m_international:before {
    content: "\e908";
}

.icon-m_fitness:before {
    content: "\e909";
}

.icon-m_wallet:before {
    content: "\e90a";
}

.icon-m_coverage:before {
    content: "\e90b";
}

.icon-m_wishlist:before {
    content: "\e90c";
}

.icon-m_security:before {
    content: "\e90d";
}

.icon-m_fast:before {
    content: "\e90e";
}

.icon-m_social:before {
    content: "\e90f";
}

.icon-m_contact .path1:before {
    content: "\e910";
    color: #000000;
}

.icon-m_contact .path2:before {
    content: "\e911";
    margin-left: -1em;
    color: #ffffff;
}

.icon-m_contact .path3:before {
    content: "\e912";
    margin-left: -1em;
    color: #000000;
}

.icon-m_contact .path4:before {
    content: "\e913";
    margin-left: -1em;
    color: #ffffff;
}

.icon-m_contact .path5:before {
    content: "\e914";
    margin-left: -1em;
    color: #000000;
}

.icon-m_contact .path6:before {
    content: "\e915";
    margin-left: -1em;
    color: #ffffff;
}

.icon-m_contact .path7:before {
    content: "\e916";
    margin-left: -1em;
    color: #000000;
}

.icon-m_music:before {
    content: "\e917";
}

.icon-m_star:before {
    content: "\e918";
}

.icon-m_mail:before {
    content: "\e919";
}

.icon-m_profile:before {
    content: "\e91a";
}

.icon-m_download:before {
    content: "\e91b";
}

.icon-m_map:before {
    content: "\e91c";
}

.icon-m_rebates:before {
    content: "\e91d";
}

.icon-m_credit:before {
    content: "\e91e";
}

.icon-m_mouse:before {
    content: "\e91f";
}

.icon-m_legal:before {
    content: "\e920";
}

.icon-m_mexico:before {
    content: "\e921";
}

.icon-m_mexico2:before {
    content: "\e922";
}

.icon-m_headphones:before {
    content: "\e923";
}

.icon-m_tutorial:before {
    content: "\e924";
}

.icon-m_plan:before {
    content: "\e925";
}

.icon-m_call:before {
    content: "\e926";
}

.icon-m_activate:before {
    content: "\e927";
}

.icon-m_store:before {
    content: "\e928";
}

.icon-m_paynow:before {
    content: "\e929";
}

.icon-m_search:before {
    content: "\e92a";
}

.icon-m_services:before {
    content: "\e92b";
}

.icon-m_directions:before {
    content: "\e92c";
}

.icon-m_call_now:before {
    content: "\e92d";
}

.icon-m_help:before {
    content: "\e92e";
}

.icon-m_cart:before {
    content: "\e92f";
}

.icon-m_play:before {
    content: "\e930";
}

.icon-m_steps:before {
    content: "\e931";
}

.icon-m_activate_success:before {
    content: "\e932";
}

.icon-m_byod:before {
    content: "\e933";
}

.icon-m_check_mark:before {
    content: "\e934";
}

.icon-m_check_field:before {
    content: "\e935";
}

.icon-m_check:before {
    content: "\e936";
}

.icon-m_arrow:before {
    content: "\e937";
}

.icon-m_arrow2:before {
    content: "\e938";
}

.icon-m_search_full:before {
    content: "\e939";
}

.icon-m_cart_full:before {
    content: "\e93a";
}

.icon-m_store_press_full:before {
    content: "\e93b";
}

.icon-m_rating:before {
    content: "\e93c";
}

.icon-m_rating2:before {
    content: "\e93d";
}

.icon-m_cell_check_full:before {
    content: "\e93e";
}

.icon-m_more:before {
    content: "\e93f";
}

.icon-m_logo:before {
    content: "\e940";
}

.icon-m_left_circle:before {
    content: "\e941";
}

.icon-m_circle_center:before {
    content: "\e942";
}

.icon-m_right_circle:before {
    content: "\e943";
}

.icon-m_endpoint_left:before {
    content: "\e944";
}

.icon-m_upload:before {
    content: "\e945";
}

.icon-m_secure_payment:before {
    content: "\e946";
}

.icon-m_info .path1:before {
    content: "\e947";
    color: #231f20;
}

.icon-m_info .path2:before {
    content: "\e948";
    margin-left: -1em;
    color: #231f20;
}

.icon-m_info .path3:before {
    content: "\e949";
    margin-left: -1em;
    color: #3b2416;
}

.icon-m_cooking:before {
    content: "\e94a";
}

.icon-m_cooking2:before {
    content: "\e94b";
}

.icon-m_learn:before {
    content: "\e94c";
}

.icon-m_sports:before {
    content: "\e94d";
}

.icon-m_sports2:before {
    content: "\e94e";
}

.icon-m_upload2:before {
    content: "\e94f";
}

.icon-m_features:before {
    content: "\e950";
}

.icon-m_add:before {
    content: "\e951";
}

.icon-m_carrot_up:before {
    content: "\e952";
}

.icon-m_carrot_down2:before {
    content: "\e953";
}

.icon-m_carrot_down:before {
    content: "\e954";
}

.icon-m_mail_press:before {
    content: "\e955";
}

.icon-m_gg_lte_full:before {
    content: "\e956";
}

.icon-m_tools:before {
    content: "\e957";
}

.icon-m_family:before {
    content: "\e958";
}

.icon-m_feature_list:before {
    content: "\e959";
}

.icon-m_line:before {
    content: "\e95a";
}

.icon-m_endpoint_right:before {
    content: "\e95b";
}

.icon-m_services_full:before {
    content: "\e95c";
}

.icon-m_rebates_full:before {
    content: "\e95d";
}

.icon-m_no_contract_full:before {
    content: "\e95e";
}

.icon-m_secure:before {
    content: "\e95f";
}

.icon-Font_Awesome_Icons-89:before {
    content: "\e960";
}

.icon-m_call_now_full:before {
    content: "\e961";
}

.icon-m_close .path1:before {
    content: "\e962";
    color: #ffffff;
}

.icon-m_close .path2:before {
    content: "\e963";
    margin-left: -1em;
    color: #000000;
}

.icon-m_screen:before {
    content: "\e964";
}

.icon-m_shipping:before {
    content: "\e965";
}

.icon-m-close:before {
    content: "\e962";
    color: #333092;
}

.fa-times-circle:before {
    content: "\f057";
}

.icon-m_close-circle:before {
    content: "\e963";
    color: #646464;
    font-size: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 17px;
}

@font-face {
    font-family: "metropcs";
    src: url("custom/fonts/metropcs.eot");
    src: url("custom/fonts/metropcs.eot?#iefix") format("embedded-opentype"), url("custom/fonts/metropcs.woff") format("woff"), url("custom/fonts/metropcs.ttf") format("truetype"), url("custom/fonts/metropcs.svg#metropcs") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-ico]:before {
    font-family: "metropcs" !important;
    content: attr(data-ico);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
    font-family: "metropcs" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-m-down-arrow:before {
    content: "\e077";
}

.ico-m-close:before {
    content: "\e079";
}

.ico-m-account-profile:before {
    content: "\e000";
}

.ico-m-coverage:before {
    content: "\e001";
}

.ico-m-contact:before {
    content: "\e002";
}

.ico-m-idea:before {
    content: "\e003";
}

.ico-m-secure-payment:before {
    content: "\e004";
}

.ico-m-help:before {
    content: "\e005";
}

.ico-m-upload:before {
    content: "\e006";
}

.ico-m-edit:before {
    content: "\e007";
}

.ico-m-service:before {
    content: "\e008";
}

.ico-m-cart:before {
    content: "\e009";
}

.ico-m-checkbox:before {
    content: "\e00a";
}

.ico-m-arrow-right:before {
    content: "\e00b";
}

.ico-m-close-sm:before,
.ico-m-close-2:before {
    content: "\e00c";
}

.ico-m-photo:before {
    content: "\e00d";
}

.ico-m-phone:before {
    content: "\e00e";
}

.ico-m-map:before {
    content: "\e00f";
}

.ico-m-international:before {
    content: "\e010";
}

.ico-m-contact-alt:before,
.ico-m-contact-1:before {
    content: "\e011";
}

.ico-m-data:before {
    content: "\e012";
}

.ico-m-no-contract:before {
    content: "\e013";
}

.ico-m-upload-sm:before,
.ico-m-upload-2:before {
    content: "\e014";
}

.ico-m-favorites:before {
    content: "\e015";
}

.ico-m-locate:before {
    content: "\e016";
}

.ico-m-rebates:before {
    content: "\e017";
}

.ico-m-mail:before {
    content: "\e018";
}

.ico-m-box:before {
    content: "\e019";
}

.ico-m-add:before {
    content: "\e01a";
}

.ico-m-card:before {
    content: "\e01b";
}

.ico-m-phone-activate:before {
    content: "\e01c";
}

.ico-m-phone-detected:before {
    content: "\e01d";
}

.ico-m-customer-service:before {
    content: "\e01e";
}

.ico-m-radar:before {
    content: "\e01f";
}

.ico-m-secure:before {
    content: "\e020";
}

.ico-m-play:before {
    content: "\e021";
}

.ico-m-protection:before {
    content: "\e022";
}

.ico-m-family:before {
    content: "\e023";
}

.ico-m-profile:before {
    content: "\e024";
}

.ico-m-download:before {
    content: "\e025";
}

.ico-m-checkmark:before {
    content: "\e026";
}

.ico-m-arrow-up:before {
    content: "\e027";
}

.ico-m-call:before {
    content: "\e028";
}

.ico-m-features:before,
.ico-m-features-list:before {
    content: "\e029";
}

.ico-m-directions:before {
    content: "\e02a";
}

.ico-m-account:before {
    content: "\e02b";
}

.ico-m-accessories:before {
    content: "\e02c";
}

.ico-m-features-list-alt:before,
.ico-m-features-list-1:before {
    content: "\e02d";
}

.ico-m-info:before {
    content: "\e02e";
}

.ico-m-trophy:before,
.ico-m-customer-service-2:before {
    content: "\e030";
}

.ico-m-store:before {
    content: "\e031";
}

.ico-m-doc:before {
    content: "\e032";
}

.ico-m-arrow-right-alt:before,
.ico-m-arrow-right-2:before {
    content: "\e033";
}

.ico-m-arrow-down:before {
    content: "\e034";
}

.ico-m-account-alt:before,
.ico-m-account-2:before {
    content: "\e035";
}

.ico-m-shipping:before {
    content: "\e036";
}

.ico-m-shipping-free:before {
    content: "\e037";
}

.ico-m-scroll:before {
    content: "\e038";
}

.ico-m-chargers:before {
    content: "\e039";
}

.ico-m-secure-alt:before,
.ico-m-secure-2:before {
    content: "\e03a";
}

.ico-m-plans:before {
    content: "\e03b";
}

.ico-m-music:before,
.ico-m-msuic:before {
    content: "\e03c";
}

.ico-m-wishlist:before {
    content: "\e03d";
}

.ico-m-mexico:before {
    content: "\e03e";
}

.ico-m-line:before {
    content: "\e03f";
}

.ico-m-endpoint-right:before {
    content: "\e040";
}

.ico-m-endpoint-left:before {
    content: "\e041";
}

.ico-m-circle-left:before {
    content: "\e042";
}

.ico-m-circle-center:before {
    content: "\e043";
}

.ico-m-circle-right:before {
    content: "\e044";
}

.ico-m-logo:before {
    content: "\e045";
}

.ico-m-loading:before {
    content: "\e046";
}

.ico-m-share:before {
    content: "\e047";
}

.ico-m-shipping-box:before {
    content: "\e048";
}

.ico-m-flag:before {
    content: "\e049";
}

.ico-m-bluetooth:before {
    content: "\e04a";
}

.ico-m-speakers:before {
    content: "\e04b";
}

.ico-m-keyboards:before {
    content: "\e04c";
}

.ico-m-tap:before {
    content: "\e04d";
}

.ico-m-dashboard:before {
    content: "\e04e";
}

.ico-m-plans-and-phone:before {
    content: "\e04f";
}

.ico-m-click:before {
    content: "\e050";
}

.ico-m-calendar:before {
    content: "\e051";
}

.ico-m-detect-phone:before {
    content: "\e052";
}

.ico-m-wifi:before {
    content: "\e053";
}

.ico-m-data-maximizer:before {
    content: "\e054";
}

.ico-m-ewallet:before {
    content: "\e055";
}

.ico-m-phone-alt:before,
.ico-m-phone-alt:before {
    content: "\e056";
}

.ico-m-power:before {
    content: "\e057";
}

.ico-m-activate-phone-full:before {
    content: "\e058";
}

.ico-m-facebook:before {
    content: "\e059";
}

.ico-m-bundle:before {
    content: "\e05a";
}

.ico-m-play-alt:before,
.ico-m-play-2:before {
    content: "\e05b";
}

.ico-m-rebates-full:before {
    content: "\e05c";
}

.ico-m-map-pin-full:before {
    content: "\e05d";
}

.ico-m-search:before {
    content: "\e05e";
}

.ico-m-cart-full:before {
    content: "\e05f";
}

.ico-m-store-full:before {
    content: "\e060";
}

.ico-m-4glte:before {
    content: "\e061";
}

.ico-m-map-pin:before {
    content: "\e062";
}

.ico-m-metro-security:before {
    content: "\e063";
}

.ico-m-call-full:before {
    content: "\e064";
}

.ico-m-alert:before {
    content: "\e065";
}

.ico-m-download-full:before {
    content: "\e066";
}

.ico-m-activate-phone-full-2:before {
    content: "\e067";
}

.ico-m-review-full:before {
    content: "\e068";
}

.ico-m-review-half:before {
    content: "\e069";
}

.ico-m-down-arrow-full:before {
    content: "\e06a";
}

.ico-m-no-contract-full:before {
    content: "\e06b";
}

.ico-m-print:before {
    content: "\e06c";
}

.ico-m-phone-detected-full:before {
    content: "\e06d";
}

.ico-m-more:before {
    content: "\e06e";
}

.ico-m-mail-full:before {
    content: "\e06f";
}

.ico-m-customer-full:before {
    content: "\e070";
}

.ico-m-transfer:before {
    content: "\e071";
}

.ico-m-metro-security-color:before {
    content: "\e072";
}

.ico-m-pay:before {
    content: "\e073";
}

.ico-m-service-full:before {
    content: "\e074";
}

.ico-m-up-arrow-full:before {
    content: "\e075";
}

.ico-m-phone-full:before {
    content: "\e076";
}

.ico-m-home:before {
    content: "\e078";
}

.ico-m-review-empty:before {
    content: "\e07a";
}

.ico-m-america-full:before {
    content: "\e07b";
}

.ico-m-4glte-full:before {
    content: "\e07c";
}

.ico-m-screen-size:before {
    content: "\e02f";
}

.ico-m-add-account:before {
    content: "\e07d";
}

.ico-m-phones-02:before {
    content: "\e056";
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('custom/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('custom/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('custom/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('custom/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('custom/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('custom/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("custom/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
    src: url("custom/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("custom/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("custom/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("custom/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("custom/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("custom/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
    src: url("custom/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("custom/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("custom/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("custom/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("custom/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("custom/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix");
    src: url("custom/fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("eot"), url("custom/fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("custom/fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("custom/fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("custom/fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("custom/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
    src: url("custom/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("custom/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("custom/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("custom/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("custom/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-95Blac";
    src: url("custom/fonts/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix");
    src: url("custom/fonts/b26ccb58-f2e3-47aa-a83a-02861bf54862.eot?#iefix") format("eot"), url("custom/fonts/fd05322c-bf43-4f8e-a129-24869b0942db.woff2") format("woff2"), url("custom/fonts/74649485-cd74-443e-9d54-331ccd448900.woff") format("woff"), url("custom/fonts/feb77f4f-9e6b-4f88-909a-66199fd402ed.ttf") format("truetype"), url("custom/fonts/2e490192-e531-4236-9c55-90daaad4a34e.svg#2e490192-e531-4236-9c55-90daaad4a34e") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    src: url("custom/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
    src: url("custom/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"), url("custom/fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"), url("custom/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("custom/fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("custom/fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}

.hide-div {
    display: none;
}

body .hybrid {
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #E9EAED;
}

.hybrid li,
.hybrid p {
    font-size: 12px;
}

.content-wrapper {
    background-color: #FFFFFF;
    position: relative;
}

.content-wrapper.blue {
    background-color: #333092;
    color: #FFFFFF;
}

.content-wrapper.blue a {
    color: inherit;
}

.content-wrapper.orange {
    background-color: #F15C22;
    color: #FFFFFF;
}

.content-wrapper.orange a {
    color: inherit;
}

.breadcrumb {
    background: transparent;
    padding: 12px 12px 15px 0px;
    margin: 0;
}

.breadcrumb > li {
    font-size: 12px;
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #B1B1B1;
    content: ">\00a0";
}

.breadcrumb > li a {
    color: #646464;
}

.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
    color: #F89C29;
    text-decoration: underline;
}

.breadcrumb > li.active {
    color: #646464;
}


/*BUTTONS*/

.hybrid button:focus {
    outline-color: #8d81c3 !important;
}

.hybrid .button.section {
    overflow: hidden;
}

.hybrid .button_legacy.section {
    overflow: hidden;
}

.hybrid button span.caret.active {
    border-top: initial;
    border-bottom: 4px dashed;
    color: #F89C29;
}

.hybrid .btn {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px 12px;
}

.hybrid .btn > i {
    position: relative;
    top: 1px;
}

.hybrid .btn > i + span {
    padding-left: 10px;
    position: relative;
    top: -3px;
}

.hybrid .btn.btn-default {
    background: #FFFFFF;
    color: #646464;
}

.hybrid .btn.btn-blue {
    background: #333092;
    color: #FFFFFF;
}

.hybrid .btn.btn-orange {
    background: #F15C22;
    color: #FFFFFF;
}

.hybrid .btn.btn-gold {
    background: #F89C29;
    color: #FFFFFF;
}

.hybrid .btn.btn-red {
    background: #F43030;
    color: #FFFFFF;
}

.hybrid .btn.btn-yellow {
    background: #F7F713;
    color: #000000;
}

.hybrid .btn.btn-gray-darker {
    background: #474747;
    color: #FFFFFF;
}

.hybrid .btn.btn-black {
    background: #000000;
    color: #FFFFFF;
}

.hybrid .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.hybrid .btn.btn-sm {
    font-size: 11px;
    padding: 5px 10px;
}

.hybrid .btn.btn-lg {
    font-size: 18px;
    padding: 10px 16px;
}

.hybrid .btn.btn-full {
    width: 100%;
}

.input-group-addon.btn {
    border: none;
    line-height: .8em;
}

.input-group-addon.btn > i,
.hybrid span.btn > i {
    padding-right: 0;
}


/* RADIO BUTTONS*/

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

.hybrid .radio.radio-inline {
    margin: 0 5px 10px 0;
}

.hybrid .radio.radio-inline:last-child {
    margin-right: 0;
}

.hybrid .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.hybrid .radio input[type="radio"]:checked + label {
    color: #646464;
}

.hybrid .radio input[type="radio"]:checked + label::before {
    border-color: #646464;
}

.hybrid .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #646464;
}

.hybrid .radio.radio-full input[type="radio"]:checked + label {
    color: #646464;
}

.hybrid .radio.radio-full input[type="radio"]:checked + label::before {
    border-color: #646464;
    background-color: #FFFFFF;
}

.hybrid .radio.radio-full input[type="radio"]:checked + label::after {
    background-color: #646464;
}

.hybrid .radio.radio-full label::before {
    background-color: #646464;
    border: 1px solid #646464;
}

.hybrid .radio.radio-full label::after {
    background-color: #646464;
}

.radio.radio-lg {
    margin-bottom: 15px;
    margin-left: 5px;
}

.radio.radio-lg:first-child {
    margin-left: 0;
}

.radio.radio-lg.radio-inline {
    margin: 0 1px 10px;
}

.radio.radio-lg.radio-inline:last-child {
    margin-right: 0;
}

.radio.radio-lg input[type="radio"] {
    width: 25px;
    height: 25px;
}

.radio.radio-lg label {
    line-height: 2em;
    padding-left: 10px;
}

.radio.radio-lg label::before {
    width: 25px;
    height: 25px;
}

.radio.radio-lg label::after {
    width: 17px;
    height: 17px;
    left: 4px;
    top: 4px;
}

.hybrid .radio label {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.hybrid .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    margin-left: -20px;
    border: 1px solid #B1B1B1;
    border-radius: 100%;
    background-color: #FFFFFF;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.hybrid .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #B1B1B1;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio.radio-static.radio-inline {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
}

.radio.radio-static input[type="radio"] {
    position: relative;
    width: 17px;
    height: 17px;
    top: 5px;
}

.radio.radio-static input[type="radio"]:checked + label {
    color: #000000;
}

.radio.radio-static input[type="radio"]:checked + label:before {
    border-color: #000000;
}

.radio.radio-static input[type="radio"]:checked + label:after {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    left: 21px;
    top: -16px;
}

.radio.radio-static label {
    position: relative;
}

.radio.radio-static label:before {
    background-color: transparent;
    border: none;
    position: relative;
}

.radio.radio-static label:after {
    width: 15px;
    height: 15px;
    left: 21px;
    top: -16px;
    background-color: transparent;
}

.hybrid .radio img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 17px;
    width: 17px;
}

.radio.radio-gray-6a input[type="radio"]:checked + label {
    color: #6a6a6a;
}

.radio.radio-gray-6a input[type="radio"]:checked + label::before {
    border-color: #6a6a6a;
}

.radio.radio-gray-6a input[type="radio"]:checked + label::after {
    background-color: #6a6a6a;
}

.radio.radio-gray-6a.radio-full input[type="radio"]:checked + label {
    color: #6a6a6a;
}

.radio.radio-gray-6a.radio-full input[type="radio"]:checked + label::before {
    border-color: #6a6a6a;
    background-color: #FFFFFF;
}

.radio.radio-gray-6a.radio-full input[type="radio"]:checked + label::after {
    background-color: #6a6a6a;
}

.radio.radio-gray-6a.radio-full label::before {
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
}

.radio.radio-gray-6a.radio-full label::after {
    background-color: #6a6a6a;
}

.radio.radio-gray-9a input[type="radio"]:checked + label {
    color: #9a9a9b;
}

.radio.radio-gray-9a input[type="radio"]:checked + label::before {
    border-color: #9a9a9b;
}

.radio.radio-gray-9a input[type="radio"]:checked + label::after {
    background-color: #9a9a9b;
}

.radio.radio-gray-9a.radio-full input[type="radio"]:checked + label {
    color: #9a9a9b;
}

.radio.radio-gray-9a.radio-full input[type="radio"]:checked + label::before {
    border-color: #9a9a9b;
    background-color: #FFFFFF;
}

.radio.radio-gray-9a.radio-full input[type="radio"]:checked + label::after {
    background-color: #9a9a9b;
}

.radio.radio-gray-9a.radio-full label::before {
    background-color: #9a9a9b;
    border: 1px solid #9a9a9b;
}

.radio.radio-gray-9a.radio-full label::after {
    background-color: #9a9a9b;
}

.radio.radio-blue-light input[type="radio"]:checked + label {
    color: #8d81c3;
}

.radio.radio-blue-light input[type="radio"]:checked + label::before {
    border-color: #8d81c3;
}

.radio.radio-blue-light input[type="radio"]:checked + label::after {
    background-color: #8d81c3;
}

.radio.radio-blue-light.radio-full input[type="radio"]:checked + label {
    color: #8d81c3;
}

.radio.radio-blue-light.radio-full input[type="radio"]:checked + label::before {
    border-color: #8d81c3;
    background-color: #FFFFFF;
}

.radio.radio-blue-light.radio-full input[type="radio"]:checked + label::after {
    background-color: #8d81c3;
}

.radio.radio-blue-light.radio-full label::before {
    background-color: #8d81c3;
    border: 1px solid #8d81c3;
}

.radio.radio-blue-light.radio-full label::after {
    background-color: #8d81c3;
}

.radio.radio-card-gray input[type="radio"]:checked + label {
    color: #F4F4F4;
}

.radio.radio-card-gray input[type="radio"]:checked + label::before {
    border-color: #F4F4F4;
}

.radio.radio-card-gray input[type="radio"]:checked + label::after {
    background-color: #F4F4F4;
}

.radio.radio-card-gray.radio-full input[type="radio"]:checked + label {
    color: #F4F4F4;
}

.radio.radio-card-gray.radio-full input[type="radio"]:checked + label::before {
    border-color: #F4F4F4;
    background-color: #FFFFFF;
}

.radio.radio-card-gray.radio-full input[type="radio"]:checked + label::after {
    background-color: #F4F4F4;
}

.radio.radio-card-gray.radio-full label::before {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}

.radio.radio-card-gray.radio-full label::after {
    background-color: #F4F4F4;
}

.radio.radio-gray-mild input[type="radio"]:checked + label {
    color: #f7f7f7;
}

.radio.radio-gray-mild input[type="radio"]:checked + label::before {
    border-color: #f7f7f7;
}

.radio.radio-gray-mild input[type="radio"]:checked + label::after {
    background-color: #f7f7f7;
}

.radio.radio-gray-mild.radio-full input[type="radio"]:checked + label {
    color: #f7f7f7;
}

.radio.radio-gray-mild.radio-full input[type="radio"]:checked + label::before {
    border-color: #f7f7f7;
    background-color: #FFFFFF;
}

.radio.radio-gray-mild.radio-full input[type="radio"]:checked + label::after {
    background-color: #f7f7f7;
}

.radio.radio-gray-mild.radio-full label::before {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.radio.radio-gray-mild.radio-full label::after {
    background-color: #f7f7f7;
}

.radio.radio-gray-e2 input[type="radio"]:checked + label {
    color: #e2e2e2;
}

.radio.radio-gray-e2 input[type="radio"]:checked + label::before {
    border-color: #e2e2e2;
}

.radio.radio-gray-e2 input[type="radio"]:checked + label::after {
    background-color: #e2e2e2;
}

.radio.radio-gray-e2.radio-full input[type="radio"]:checked + label {
    color: #e2e2e2;
}

.radio.radio-gray-e2.radio-full input[type="radio"]:checked + label::before {
    border-color: #e2e2e2;
    background-color: #FFFFFF;
}

.radio.radio-gray-e2.radio-full input[type="radio"]:checked + label::after {
    background-color: #e2e2e2;
}

.radio.radio-gray-e2.radio-full label::before {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
}

.radio.radio-gray-e2.radio-full label::after {
    background-color: #e2e2e2;
}

.radio.radio-gray-fb input[type="radio"]:checked + label {
    color: #fbfbfb;
}

.radio.radio-gray-fb input[type="radio"]:checked + label::before {
    border-color: #fbfbfb;
}

.radio.radio-gray-fb input[type="radio"]:checked + label::after {
    background-color: #fbfbfb;
}

.radio.radio-gray-fb.radio-full input[type="radio"]:checked + label {
    color: #fbfbfb;
}

.radio.radio-gray-fb.radio-full input[type="radio"]:checked + label::before {
    border-color: #fbfbfb;
    background-color: #FFFFFF;
}

.radio.radio-gray-fb.radio-full input[type="radio"]:checked + label::after {
    background-color: #fbfbfb;
}

.radio.radio-gray-fb.radio-full label::before {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
}

.radio.radio-gray-fb.radio-full label::after {
    background-color: #fbfbfb;
}

.radio.radio-gray-f2 input[type="radio"]:checked + label {
    color: #f2f2f2;
}

.radio.radio-gray-f2 input[type="radio"]:checked + label::before {
    border-color: #f2f2f2;
}

.radio.radio-gray-f2 input[type="radio"]:checked + label::after {
    background-color: #f2f2f2;
}

.radio.radio-gray-f2.radio-full input[type="radio"]:checked + label {
    color: #f2f2f2;
}

.radio.radio-gray-f2.radio-full input[type="radio"]:checked + label::before {
    border-color: #f2f2f2;
    background-color: #FFFFFF;
}

.radio.radio-gray-f2.radio-full input[type="radio"]:checked + label::after {
    background-color: #f2f2f2;
}

.radio.radio-gray-f2.radio-full label::before {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.radio.radio-gray-f2.radio-full label::after {
    background-color: #f2f2f2;
}

.radio.radio-blacklight input[type="radio"]:checked + label {
    color: #828282;
}

.radio.radio-blacklight input[type="radio"]:checked + label::before {
    border-color: #828282;
}

.radio.radio-blacklight input[type="radio"]:checked + label::after {
    background-color: #828282;
}

.radio.radio-blacklight.radio-full input[type="radio"]:checked + label {
    color: #828282;
}

.radio.radio-blacklight.radio-full input[type="radio"]:checked + label::before {
    border-color: #828282;
    background-color: #FFFFFF;
}

.radio.radio-blacklight.radio-full input[type="radio"]:checked + label::after {
    background-color: #828282;
}

.radio.radio-blacklight.radio-full label::before {
    background-color: #828282;
    border: 1px solid #828282;
}

.radio.radio-blacklight.radio-full label::after {
    background-color: #828282;
}

.radio.radio-green input[type="radio"]:checked + label {
    color: #33935f;
}

.radio.radio-green input[type="radio"]:checked + label::before {
    border-color: #33935f;
}

.radio.radio-green input[type="radio"]:checked + label::after {
    background-color: #33935f;
}

.radio.radio-green.radio-full input[type="radio"]:checked + label {
    color: #33935f;
}

.radio.radio-green.radio-full input[type="radio"]:checked + label::before {
    border-color: #33935f;
    background-color: #FFFFFF;
}

.radio.radio-green.radio-full input[type="radio"]:checked + label::after {
    background-color: #33935f;
}

.radio.radio-green.radio-full label::before {
    background-color: #33935f;
    border: 1px solid #33935f;
}

.radio.radio-green.radio-full label::after {
    background-color: #33935f;
}

.radio.radio-pink input[type="radio"]:checked + label {
    color: #F5989D;
}

.radio.radio-pink input[type="radio"]:checked + label::before {
    border-color: #F5989D;
}

.radio.radio-pink input[type="radio"]:checked + label::after {
    background-color: #F5989D;
}

.radio.radio-pink.radio-full input[type="radio"]:checked + label {
    color: #F5989D;
}

.radio.radio-pink.radio-full input[type="radio"]:checked + label::before {
    border-color: #F5989D;
    background-color: #FFFFFF;
}

.radio.radio-pink.radio-full input[type="radio"]:checked + label::after {
    background-color: #F5989D;
}

.radio.radio-pink.radio-full label::before {
    background-color: #F5989D;
    border: 1px solid #F5989D;
}

.radio.radio-pink.radio-full label::after {
    background-color: #F5989D;
}

.radio.radio-white input[type="radio"]:checked + label {
    color: #FFFFFF;
}

.radio.radio-white input[type="radio"]:checked + label::before {
    border-color: #FFFFFF;
}

.radio.radio-white input[type="radio"]:checked + label::after {
    background-color: #FFFFFF;
}

.radio.radio-white.radio-full input[type="radio"]:checked + label {
    color: #FFFFFF;
}

.radio.radio-white.radio-full input[type="radio"]:checked + label::before {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.radio.radio-white.radio-full input[type="radio"]:checked + label::after {
    background-color: #FFFFFF;
}

.radio.radio-white.radio-full label::before {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.radio.radio-white.radio-full label::after {
    background-color: #FFFFFF;
}

.radio.radio-gray-lightest input[type="radio"]:checked + label {
    color: #FCFCFC;
}

.radio.radio-gray-lightest input[type="radio"]:checked + label::before {
    border-color: #FCFCFC;
}

.radio.radio-gray-lightest input[type="radio"]:checked + label::after {
    background-color: #FCFCFC;
}

.radio.radio-gray-lightest.radio-full input[type="radio"]:checked + label {
    color: #FCFCFC;
}

.radio.radio-gray-lightest.radio-full input[type="radio"]:checked + label::before {
    border-color: #FCFCFC;
    background-color: #FFFFFF;
}

.radio.radio-gray-lightest.radio-full input[type="radio"]:checked + label::after {
    background-color: #FCFCFC;
}

.radio.radio-gray-lightest.radio-full label::before {
    background-color: #FCFCFC;
    border: 1px solid #FCFCFC;
}

.radio.radio-gray-lightest.radio-full label::after {
    background-color: #FCFCFC;
}

.radio.radio-gray-lighter input[type="radio"]:checked + label {
    color: #F6F6F6;
}

.radio.radio-gray-lighter input[type="radio"]:checked + label::before {
    border-color: #F6F6F6;
}

.radio.radio-gray-lighter input[type="radio"]:checked + label::after {
    background-color: #F6F6F6;
}

.radio.radio-gray-lighter.radio-full input[type="radio"]:checked + label {
    color: #F6F6F6;
}

.radio.radio-gray-lighter.radio-full input[type="radio"]:checked + label::before {
    border-color: #F6F6F6;
    background-color: #FFFFFF;
}

.radio.radio-gray-lighter.radio-full input[type="radio"]:checked + label::after {
    background-color: #F6F6F6;
}

.radio.radio-gray-lighter.radio-full label::before {
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
}

.radio.radio-gray-lighter.radio-full label::after {
    background-color: #F6F6F6;
}

.radio.radio-gray-light input[type="radio"]:checked + label {
    color: #E9EAED;
}

.radio.radio-gray-light input[type="radio"]:checked + label::before {
    border-color: #E9EAED;
}

.radio.radio-gray-light input[type="radio"]:checked + label::after {
    background-color: #E9EAED;
}

.radio.radio-gray-light.radio-full input[type="radio"]:checked + label {
    color: #E9EAED;
}

.radio.radio-gray-light.radio-full input[type="radio"]:checked + label::before {
    border-color: #E9EAED;
    background-color: #FFFFFF;
}

.radio.radio-gray-light.radio-full input[type="radio"]:checked + label::after {
    background-color: #E9EAED;
}

.radio.radio-gray-light.radio-full label::before {
    background-color: #E9EAED;
    border: 1px solid #E9EAED;
}

.radio.radio-gray-light.radio-full label::after {
    background-color: #E9EAED;
}

.radio.radio-gray input[type="radio"]:checked + label {
    color: #B1B1B1;
}

.radio.radio-gray input[type="radio"]:checked + label::before {
    border-color: #B1B1B1;
}

.radio.radio-gray input[type="radio"]:checked + label::after {
    background-color: #B1B1B1;
}

.radio.radio-gray.radio-full input[type="radio"]:checked + label {
    color: #B1B1B1;
}

.radio.radio-gray.radio-full input[type="radio"]:checked + label::before {
    border-color: #B1B1B1;
    background-color: #FFFFFF;
}

.radio.radio-gray.radio-full input[type="radio"]:checked + label::after {
    background-color: #B1B1B1;
}

.radio.radio-gray.radio-full label::before {
    background-color: #B1B1B1;
    border: 1px solid #B1B1B1;
}

.radio.radio-gray.radio-full label::after {
    background-color: #B1B1B1;
}

.radio.radio-gray-dark input[type="radio"]:checked + label {
    color: #646464;
}

.radio.radio-gray-dark input[type="radio"]:checked + label::before {
    border-color: #646464;
}

.radio.radio-gray-dark input[type="radio"]:checked + label::after {
    background-color: #646464;
}

.radio.radio-gray-dark.radio-full input[type="radio"]:checked + label {
    color: #646464;
}

.radio.radio-gray-dark.radio-full input[type="radio"]:checked + label::before {
    border-color: #646464;
    background-color: #FFFFFF;
}

.radio.radio-gray-dark.radio-full input[type="radio"]:checked + label::after {
    background-color: #646464;
}

.radio.radio-gray-dark.radio-full label::before {
    background-color: #646464;
    border: 1px solid #646464;
}

.radio.radio-gray-dark.radio-full label::after {
    background-color: #646464;
}

.radio.radio-gray-darker input[type="radio"]:checked + label {
    color: #474747;
}

.radio.radio-gray-darker input[type="radio"]:checked + label::before {
    border-color: #474747;
}

.radio.radio-gray-darker input[type="radio"]:checked + label::after {
    background-color: #474747;
}

.radio.radio-gray-darker.radio-full input[type="radio"]:checked + label {
    color: #474747;
}

.radio.radio-gray-darker.radio-full input[type="radio"]:checked + label::before {
    border-color: #474747;
    background-color: #FFFFFF;
}

.radio.radio-gray-darker.radio-full input[type="radio"]:checked + label::after {
    background-color: #474747;
}

.radio.radio-gray-darker.radio-full label::before {
    background-color: #474747;
    border: 1px solid #474747;
}

.radio.radio-gray-darker.radio-full label::after {
    background-color: #474747;
}

.radio.radio-black input[type="radio"]:checked + label {
    color: #000000;
}

.radio.radio-black input[type="radio"]:checked + label::before {
    border-color: #000000;
}

.radio.radio-black input[type="radio"]:checked + label::after {
    background-color: #000000;
}

.radio.radio-black.radio-full input[type="radio"]:checked + label {
    color: #000000;
}

.radio.radio-black.radio-full input[type="radio"]:checked + label::before {
    border-color: #000000;
    background-color: #FFFFFF;
}

.radio.radio-black.radio-full input[type="radio"]:checked + label::after {
    background-color: #000000;
}

.radio.radio-black.radio-full label::before {
    background-color: #000000;
    border: 1px solid #000000;
}

.radio.radio-black.radio-full label::after {
    background-color: #000000;
}

.radio.radio-yellow input[type="radio"]:checked + label {
    color: #F7F713;
}

.radio.radio-yellow input[type="radio"]:checked + label::before {
    border-color: #F7F713;
}

.radio.radio-yellow input[type="radio"]:checked + label::after {
    background-color: #F7F713;
}

.radio.radio-yellow.radio-full input[type="radio"]:checked + label {
    color: #F7F713;
}

.radio.radio-yellow.radio-full input[type="radio"]:checked + label::before {
    border-color: #F7F713;
    background-color: #FFFFFF;
}

.radio.radio-yellow.radio-full input[type="radio"]:checked + label::after {
    background-color: #F7F713;
}

.radio.radio-yellow.radio-full label::before {
    background-color: #F7F713;
    border: 1px solid #F7F713;
}

.radio.radio-yellow.radio-full label::after {
    background-color: #F7F713;
}

.radio.radio-red input[type="radio"]:checked + label {
    color: #F43030;
}

.radio.radio-red input[type="radio"]:checked + label::before {
    border-color: #F43030;
}

.radio.radio-red input[type="radio"]:checked + label::after {
    background-color: #F43030;
}

.radio.radio-red.radio-full input[type="radio"]:checked + label {
    color: #F43030;
}

.radio.radio-red.radio-full input[type="radio"]:checked + label::before {
    border-color: #F43030;
    background-color: #FFFFFF;
}

.radio.radio-red.radio-full input[type="radio"]:checked + label::after {
    background-color: #F43030;
}

.radio.radio-red.radio-full label::before {
    background-color: #F43030;
    border: 1px solid #F43030;
}

.radio.radio-red.radio-full label::after {
    background-color: #F43030;
}

.radio.radio-gold input[type="radio"]:checked + label {
    color: #F89C29;
}

.radio.radio-gold input[type="radio"]:checked + label::before {
    border-color: #F89C29;
}

.radio.radio-gold input[type="radio"]:checked + label::after {
    background-color: #F89C29;
}

.radio.radio-gold.radio-full input[type="radio"]:checked + label {
    color: #F89C29;
}

.radio.radio-gold.radio-full input[type="radio"]:checked + label::before {
    border-color: #F89C29;
    background-color: #FFFFFF;
}

.radio.radio-gold.radio-full input[type="radio"]:checked + label::after {
    background-color: #F89C29;
}

.radio.radio-gold.radio-full label::before {
    background-color: #F89C29;
    border: 1px solid #F89C29;
}

.radio.radio-gold.radio-full label::after {
    background-color: #F89C29;
}

.radio.radio-dark-orange input[type="radio"]:checked + label {
    color: #D64107;
}

.radio.radio-dark-orange input[type="radio"]:checked + label::before {
    border-color: #D64107;
}

.radio.radio-dark-orange input[type="radio"]:checked + label::after {
    background-color: #D64107;
}

.radio.radio-dark-orange.radio-full input[type="radio"]:checked + label {
    color: #D64107;
}

.radio.radio-dark-orange.radio-full input[type="radio"]:checked + label::before {
    border-color: #D64107;
    background-color: #FFFFFF;
}

.radio.radio-dark-orange.radio-full input[type="radio"]:checked + label::after {
    background-color: #D64107;
}

.radio.radio-dark-orange.radio-full label::before {
    background-color: #D64107;
    border: 1px solid #D64107;
}

.radio.radio-dark-orange.radio-full label::after {
    background-color: #D64107;
}

.radio.radio-orange input[type="radio"]:checked + label {
    color: #F15C22;
}

.radio.radio-orange input[type="radio"]:checked + label::before {
    border-color: #F15C22;
}

.radio.radio-orange input[type="radio"]:checked + label::after {
    background-color: #F15C22;
}

.radio.radio-orange.radio-full input[type="radio"]:checked + label {
    color: #F15C22;
}

.radio.radio-orange.radio-full input[type="radio"]:checked + label::before {
    border-color: #F15C22;
    background-color: #FFFFFF;
}

.radio.radio-orange.radio-full input[type="radio"]:checked + label::after {
    background-color: #F15C22;
}

.radio.radio-orange.radio-full label::before {
    background-color: #F15C22;
    border: 1px solid #F15C22;
}

.radio.radio-orange.radio-full label::after {
    background-color: #F15C22;
}

.radio.radio-blue input[type="radio"]:checked + label {
    color: #333092;
}

.radio.radio-blue input[type="radio"]:checked + label::before {
    border-color: #333092;
}

.radio.radio-blue input[type="radio"]:checked + label::after {
    background-color: #333092;
}

.radio.radio-blue.radio-full input[type="radio"]:checked + label {
    color: #333092;
}

.radio.radio-blue.radio-full input[type="radio"]:checked + label::before {
    border-color: #333092;
    background-color: #FFFFFF;
}

.radio.radio-blue.radio-full input[type="radio"]:checked + label::after {
    background-color: #333092;
}

.radio.radio-blue.radio-full label::before {
    background-color: #333092;
    border: 1px solid #333092;
}

.radio.radio-blue.radio-full label::after {
    background-color: #333092;
}

.select-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
}

.select-wrapper.form-control {
    padding: 0;
    border: 0;
}

.select-wrapper:after {
    content: "\e033";
    font-family: 'metropcs';
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 26px;
    border-left: 1px solid #ccc;
    width: 35px;
    height: 33px;
    padding: 0 0 0 5px;
    z-index: 5;
}

.select-wrapper select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    z-index: 10;
}


/*CARDS*/

.card {
    position: relative;
}

.card .card-wrapper {
    margin: 0 10px;
}

.card .card-content {
    background-color: #FFFFFF;
    padding: 15px 10px 10px;
}

.card .card-content h3 {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    text-transform: uppercase;
}

@media (max-width: 579px) {
    .card .card-content h3 {
        font-size: 14px;
        margin-bottom: 7px;
    }
}

.card .card-content h3.text-left {
    text-align: left;
}

.card .card-content .product-color {
    font-size: 11px;
    padding-top: 0px;
}

@media (max-width: 579px) {
    .card .card-content .product-color {
        padding-top: 0;
    }
}

.card .card-content .product-color strong {
    letter-spacing: 1px;
}

.card .card-content .image {
    text-align: center;
}

.card .card-content .image > img {
    width: auto;
    height: 226px;
    max-height: 250px;
    max-width: 100%;
    margin: auto;
}

.card .card-content .description {
    padding-right: 10px;
}

@media (max-width: 579px) {
    .card .card-content .description {
        padding-right: 5px;
    }
}

.card .card-content .description .excerpt {
    font-weight: 600;
    font-size: 11px;
    color: #646464;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1px;
}

@media (max-width: 579px) {
    .card .card-content .description .excerpt {
        max-height: 58px;
        line-height: 14px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
}

.card .card-content ul.specs {
    list-style: disc;
    margin-left: 0px;
    margin-right: 0px;
    height: 95px;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .card-content ul.specs li {
    list-style-position: inside;
    padding-bottom: 2px;
    font-size: 11px;
    color: #6a6a6a;
}

@media (max-width: 579px) {
    .card .card-content .radio {
        margin-bottom: -3px;
    }
}

.card .color-swatch {
    min-height: 55px;
}

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

.card .card-price > div {
    height: 45px;
    text-align: center;
}

.card .card-price .price-tax {
    background-color: #F4F4F4;
    height: 100%;
}

.card .card-price .price-tax sup {
    top: -0.85em;
}

.card .card-price .price-tax .price {
    font-size: 24px;
}

.card .card-price .price-tax .disc,
.card .card-price .price-tax .tax {
    text-transform: uppercase;
    font-size: 10px;
    color: #6a6a6a;
    top: -0.5em;
    position: relative;
}

.card .card-price .add-to-cart button::before {
    border-color: transparent transparent transparent #F4F4F4;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    float: left;
    position: relative;
    right: 6px;
    top: 5px;
}

.card .card-price .add-to-cart {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #333092;
    height: 100%;
}

.card .card-price .add-to-cart button {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    height: 100%;
    color: #FFFFFF;
}

.card .card-price .cta-addtocart::before {
    border-color: transparent transparent transparent #F4F4F4;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    float: left;
    position: relative;
    right: 0;
    top: 5px;
}

.card .card-price .cta-addtocart {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    border: 0 none;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    height: 45px;
    border-radius: 0;
    margin-bottom: 0;
}

.card .card-price .cta-btn-grey {
    vertical-align: middle;
    border: 0px;
    background-color: #F4F4F4;
    height: 45px;
}

.card .card-price .product-pricing {
    display: inline-block;
    position: relative;
}

.card .card-price .product-pricing .normal-price:before {
    border-top: 1px solid;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 56%;
    transform: rotate(27deg);
    width: 37px;
    color: #646464;
}


/*Strike through in detailed compare tray*/

.card .card-price .product-pricing .strike-price:before {
    left: 12px !important;
    top: 21px !important;
}

.card .card-price .product-pricing .normal-price {
    font-size: 16px;
    color: #646464;
}

.card .card-price .product-pricing .normal-price sup {
    font-size: 10px;
}

.card .card-price .product-pricing .current-price {
    font-size: 30px;
    color: #646464;
}

.card .card-price .product-pricing .current-price sup {
    font-size: 14px;
    top: -10px;
    position: relative;
}

.card .card-actions {
    padding: 10px;
}

.card .card-actions .btn {
    padding: 10px 12px;
}

@media (max-width: 579px) {
    .card .card-actions {
        padding-bottom: 0;
    }
}

.card .card-actions > .row {
    padding: 0 10px;
}

.card .card-actions > .row:first-child > div:first-child {
    padding-right: 5px;
}

.card .card-actions > .row:first-child > div:nth-child(2) {
    padding-left: 5px;
}

.card .card-sub-container {
    background-color: #E9EAED;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.card .card-sub-container:last-child {
    margin-bottom: 0;
}

.card .rebate-list {
    padding: 0;
    list-style: disc;
}

.card .rebate-list li {
    list-style-position: inside;
}

.card .white-bg {
    background: #FFFFFF;
    margin: 0;
    min-height: 45px;
}

.card .white-bg p {
    margin: 8px 0 0;
    font-size: 14px;
}

.card.card-gray .card-content {
    background: #FCFCFC;
}

.card.card-gray .b-r {
    border-right: 1px solid #E9EAED;
}

.card.card-gray .b-b {
    border-bottom: 1px solid #E9EAED;
    margin-bottom: 0px;
}

.card.card-gray .b-b + .row > div {
    padding-top: 10px;
}

.card.card-gray h3.b-b {
    margin-top: 0;
    padding-bottom: 10px;
}

.card label {
    margin-bottom: 10px;
    font-weight: normal;
}

.card .form-control {
    margin-bottom: 10px;
    height: 35px;
    font-size: 12px;
}

.btn-next {
    margin: 10px auto;
    max-width: 398px;
}

@media (max-width: 579px) {
    .btn-next {
        max-width: 258px;
    }
}

.btn-next .btn {
    border-radius: 2px;
    font-family: "HelveticaNeueW01-77BdCn_692722";
    font-size: 14px;
}


/* Badges */

.badge-btn {
    background-color: #FFFFFF;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    padding: 0;
    border: none;
}

.badge-btn.badge-blue {
    background-color: #333092;
}

.badge-btn.badge-blue .current-price {
    color: #FFFFFF;
}

.badge-btn.badge-blue .action {
    color: #FFFFFF;
}

.badge-btn .current-price {
    font-size: 25px;
    line-height: 1em;
    color: #B1B1B1;
    letter-spacing: -1px;
    left: 0;
    position: relative;
    top: 5px;
    display: block;
}

.badge-btn .current-price sup {
    font-size: 10px;
    top: -1.3em;
    letter-spacing: -0.05em;
}

.badge-btn .action {
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: -0.8px;
    top: 7px;
    position: relative;
    display: block;
}


/*Ratings-wrapper start*/

.ratings-wrapper {
    padding-bottom: 15px;
}

@media (max-width: 579px) {
    .ratings-wrapper {
        padding-bottom: 8px;
    }
}

.ratings-wrapper .icon-space {
    width: 78px;
    padding-top: 3px;
    margin-left: -3px;
}

@media (max-width: 579px) {
    .ratings-wrapper .icon-space {
        width: 69px;
    }
}

.ratings-wrapper .icon-space .icon-m_star-color {
    color: #F89C29;
    font-size: 18px;
    margin-right: -12px;
}

@media (max-width: 579px) {
    .ratings-wrapper .icon-space .icon-m_star-color {
        font-size: 17px;
        margin-right: -13px;
    }
}

.ratings-wrapper .number-text {
    background: #FFFFFF;
    border: 1px solid #6a6a6a;
    border-radius: 3px;
    color: #6a6a6a;
    margin-left: 3px;
    padding: 2px 7px 1px 7px;
    font-size: 12px;
}


/*Ratings-wrapper End*/

.btm-border-gray {
    border-bottom: 1px solid #B1B1B1;
}

.tp-border-gray {
    border-top: 1px solid #B1B1B1;
}

.skip-nw-btn {
    color: #B1B1B1 !important;
    font-weight: lighter;
    height: 35px;
    margin: 5px 0 0 0;
    width: 110px;
}

.b-r {
    border-right: 1px solid #474493;
}

.b-t {
    border-top: 1px solid #474493;
}


/*Removing font-size - 14px needed */

.hybrid .form-control {
    height: 40px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.iconMPCSAddition {
    font-family: "metropcs" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hybrid ul,
.hybrid ol {
    list-style: none;
    padding: 0;
}

.hybrid ul.horizontal > li,
.hybrid ol.horizontal > li {
    display: inline-block;
}

.hybrid ul.horizontal.checkicon > li:before,
.hybrid ol.horizontal.checkicon > li:before {
    content: "\e025";
    font-family: "metropcs" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hybrid ul.bullet,
.hybrid ol.bullet {
    list-style: disc;
    margin-left: 15px;
    margin-right: 0px;
}

.hybrid ul.column > li,
.hybrid ol.column > li {
    width: 24%;
}

@media (max-width: 579px) {
    .hybrid ul.column > li,
    .hybrid ol.column > li {
        width: 49%;
    }
}

@media (min-width: 580px) and (max-width: 749px) {
    .hybrid ul.column > li,
    .hybrid ol.column > li {
        width: 32%;
    }
}

.hybrid .container {
    margin: 0 auto;
}

.hybrid .btn.btn-glb-medium {
    height: 40px;
    width: 100%;
}

.hybrid .btn.btn-glb-medium1 {
    height: 40px;
    width: 100%;
}

.hybrid main {
    position: relative;
    font-size: 12px;
}


/*Media query starts here*/

@media (min-width: 980px) {
    .hybrid .container {
        max-width: 904px;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 979px) {
    .hybrid .container {
        width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 579px) {
    .hybrid .b-xs-hidden {
        border: none;
    }
    .hybrid .b-sm-hidden {
        border: none;
    }
}

@media (max-width: 319px) {
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: table;
    }
    .hybrid .container {
        min-width: 303px;
    }
}


/* Mobile and Mini Tablet common*/


/*Mobile and Mini Tablet common ends here*/

#openModal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#openModal.active {
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

#miniCart {
    background: #B1B1B1;
    width: 360px;
    position: absolute;
    top: 45px;
    right: 25px;
    z-index: 60;
    height: 295px;
}

#miniCart .block-top {
    background-color: #646464;
    color: #fff;
    padding: 10px 20px;
}

#miniCart .block-top h1 {
    margin: 0;
    color: #FFFFFF;
    line-height: 1.7;
    font-size: 12px;
    text-transform: uppercase;
}

#miniCart .close-btn {
    cursor: pointer;
    float: right;
    font-size: 12px;
}

#miniCart .arrow-up {
    border-bottom: 15px solid #656565;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    margin: -15px 65px 0 0;
    width: 12px;
}


/* Panel Actions of Mail, Printer & rating starts here */

.panel-actions {
    line-height: 16px;
    padding: 5px 0 0;
    text-align: right;
    font-size: 15px;
}

.panel-actions .cust-button {
    border: none;
    background: none;
    color: #B1B1B1;
    padding: 2px;
}

.panel-actions .cust-button:focus {
    outline: thin dotted;
}

.panel-actions .cust-button:last-child {
    padding-right: 0px;
}


/* Panel Actions of Mail, Printer & rating ends here */


/* Filter Items selection starts here */

.filter-results {
    padding: 0 24px;
    text-align: center;
}

.filter-results .filter-item {
    background-color: #333092;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "HelveticaNeueW01-77BdCn_692722", helvetica, sans-serif;
    font-size: 12px;
    margin-left: 6px;
    margin-top: 11px;
    padding: 4px 7px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    line-height: 16px;
}

.filter-results .filter-item .icon-m_close {
    font-size: 12px;
}


/* Filter Items selection ends here */


/* Product accordian section begin */

.product-accordion {
    position: relative;
}

.product-accordion li {
    width: 100%;
}

.product-accordion li.active header {
    background: #FFFFFF;
    border-bottom: 1px solid #E9EAED;
    height: 46px;
    line-height: 44px;
}

.product-accordion li.active header > .container:before {
    top: 45px;
}

.product-accordion li.active header > .container:after {
    border-color: #FFFFFF transparent transparent transparent;
    top: 45px;
}

.product-accordion li.active .select-txt {
    color: #333092;
}

.product-accordion li.completed header {
    background: #6a6a6a;
    border-bottom: 1px solid #828282;
    line-height: 19px;
    color: #FFFFFF;
    padding-top: 5px;
}

.product-accordion li.completed header .container {
    border-bottom: none;
}

.product-accordion li.completed header .container .title-description {
    font-family: "HelveticaNeueW01-65Medi";
    font-size: 11px;
    line-height: 16px;
}

.product-accordion li.completed header .container .title-description:last-child {
    padding-bottom: 10px;
}

.product-accordion li.completed header .container:after {
    border-color: #6a6a6a transparent transparent transparent;
}

.product-accordion li.completed header .container:before {
    border-color: #828282 transparent transparent transparent;
}

.product-accordion li.completed .tick-mark-cnt {
    margin-left: -16px;
    margin-top: -11px;
    min-height: 100%;
    position: absolute;
    top: 50%;
}

.product-accordion li.completed .tick-mark-cnt > .ico-m-checkmark {
    color: #FFFFFF;
}

.product-accordion li:last-child {
    border-bottom: none;
}

.product-accordion li:last-child header .container {
    border-bottom: none;
}

.product-accordion li:last-child header .container:before {
    display: none;
}

.product-accordion li:last-child header .container:after {
    display: none;
}

.product-accordion li .container {
    padding: 0 15px 0 20px;
    position: relative;
    min-height: 100%;
}

.product-accordion li .container.product-description {
    padding: 5px 10px;
}

.product-accordion li header {
    background: #F6F6F6;
    border-bottom: 1px solid #E9EAED;
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-family: "HelveticaNeueW01-75Bold";
    line-height: 40px;
    z-index: inherit;
}

.product-accordion li header .container:after {
    content: '';
    display: block;
    left: 30px;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-color: #F6F6F6 transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
    z-index: 1;
}

.product-accordion li header .container:before {
    content: '';
    display: block;
    left: 30px;
    position: absolute;
    bottom: -13px;
    width: 0;
    height: 0;
    border-color: #E9EAED transparent transparent transparent;
    border-style: solid;
    border-width: 6px;
    z-index: 1;
}


/* Product accordian section end */


/* Common Modal Begin */

.review-modal-close {
    background-color: #F4F4F4;
    border-radius: 50%;
    color: #646464;
    font-size: 6px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: -5px;
    text-decoration: none;
    top: -8px;
    border: none;
    -webkit-box-shadow: 3px 2px 3px 0px rgba(47, 47, 47, 0.8);
    box-shadow: 3px 2px 3px 0px rgba(47, 47, 47, 0.8);
}

.modal-backdrop {
    opacity: 0.8 !important;
    background: #363636;
}


/*Accessories Accordion Panel Group Begin Here*/

.accordion-group,
.acc-panel-group {
    background-color: #E9EAED;
    float: left;
    width: 100%;
}

.accordion-group .acc-panel .acc-panel-heading,
.acc-panel-group .acc-panel .acc-panel-heading {
    background-color: #FFFFFF;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title {
    margin-top: 0;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title > accordion-heading button,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title > accordion-heading button,
.accordion-group .acc-panel .acc-panel-heading .acc-panel-title > button,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title > button {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    color: #333092;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 12px 20px 13px 20px;
    outline: 0px;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0px;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button .icon,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button .icon {
    font-size: 25px;
    color: #B1B1B1;
    height: 1em;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button .caret,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button .caret {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    color: #646464;
    transform: rotate(0deg);
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button.active .icon,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button.active .icon {
    color: #F89C29;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button.active .caret,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button.active .caret {
    color: #F89C29;
    transform: rotate(180deg);
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button:hover,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button:hover {
    background-color: transparent;
}

.accordion-group .acc-panel .acc-panel-heading .acc-panel-title button:focus,
.acc-panel-group .acc-panel .acc-panel-heading .acc-panel-title button:focus {
    background-color: transparent;
}

.accordion-group .collapse-body,
.acc-panel-group .collapse-body {
    margin: 10px 0 0 0;
}

.accordion-group .collapse-body.inner,
.acc-panel-group .collapse-body.inner {
    position: relative;
    margin-top: -10px;
}

.accordion-group .collapse-body .inner-acc-panel,
.acc-panel-group .collapse-body .inner-acc-panel {
    margin-bottom: 10px;
}

.accordion-group .collapse-body .inner-acc-panel:last-child,
.acc-panel-group .collapse-body .inner-acc-panel:last-child {
    margin-bottom: 0;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container {
    background-color: #E9EAED;
    padding: 10px;
    font-size: 12px;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .title,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .title {
    margin-bottom: 5px;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .title i,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .title i {
    font-size: 24px;
    color: #F89C29;
    margin-right: 0px;
    position: relative;
    top: 8px;
    left: -6px;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .ico-m-a,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .ico-m-a {
    font-size: 25px;
    margin-right: -6px;
    padding-top: 11px;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .active,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .active {
    box-shadow: none;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .active .ico-m-a,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .active .ico-m-a {
    color: #F89C29;
    padding-top: 2px;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .btn-acc-drop,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .btn-acc-drop {
    white-space: normal;
    padding: 0;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    text-align: left;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .btn-acc-drop .badge-btn,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .btn-acc-drop .badge-btn {
    text-align: center;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .content,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .content {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5em;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .content p,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .content p {
    font-size: inherit;
    line-height: 1.2em;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .content a,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .content a {
    text-decoration: underline;
    line-height: 2.0em;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .content div > i,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .content div > i {
    font-size: 18px;
    position: relative;
    top: 3px;
    vertical-align: middle;
}

.accordion-group .collapse-body .inner-acc-panel .sub-container .content div > i.ico-m-d,
.acc-panel-group .collapse-body .inner-acc-panel .sub-container .content div > i.ico-m-d {
    font-size: 25px;
}

.accordion-group .fpo-ad img,
.acc-panel-group .fpo-ad img {
    width: 100%;
}


/*Accessories Accordion Panel Group Ends Here*/


/* Review Modal Begin */

#review .modal-body-wrapper {
    overflow: hidden;
}

#review .modal-body-wrapper .modal-body {
    height: 380px;
    overflow-y: auto;
    margin: 0 -20px 0 0;
}

.hybrid .no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch .onoffswitch-checkbox {
    display: none;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    content: "ON";
    background-color: #F89C29;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    padding: 0;
    line-height: 25px;
    border-radius: 30px;
    background-color: #F6F6F6;
    transition: background-color 0.3s ease-in;
}

.onoffswitch .onoffswitch-label:before {
    content: "OFF";
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 25px;
    margin: 0px;
    background: #646464;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    border-radius: 30px;
    line-height: 2.2em;
    font-size: 11px;
    transition: all 0.3s ease-in 0s;
}

.review-row {
    border-bottom: 1px solid #E9EAED;
}

.review-row .review-stars {
    margin-left: -3px;
}

.review-row .review-stars .icon-m_star-color {
    float: left;
    width: 13px;
    color: #F89C29;
}

.review-row .review-head {
    color: #646464;
    font-size: 14px;
    font-family: "HelveticaNeueW01-75Bold";
}

.review-row .review-date {
    font-size: 11px;
    font-family: "HelveticaNeueW01-65Medi";
    color: #646464;
    line-height: 12px;
}

.review-row .review-address {
    color: #646464;
    font-size: 12px;
    font-family: "HelveticaNeueW01-65Medi";
}

.review-row .review-description {
    color: #646464;
    font-size: 12px;
    font-family: "HelveticaNeueW01-45Ligh";
    line-height: 16px;
    word-break: break-word;
    width: 600px;
}

.modal-content {
    border-radius: 3px;
}

.sort-txt {
    font-family: "HelveticaNeueW01-65Medi";
}

.rating-txt {
    font-family: "HelveticaNeueW01-77BdCn_692722";
}

.p-r-17 {
    padding-right: 17px;
}

.p-t-6 {
    padding-top: 6px;
}

.p-b-12 {
    padding-bottom: 12px;
}

.p-t-8 {
    padding-top: 8px;
}

.p-t-13 {
    padding-top: 13px;
}

.modal-dialog {
    margin-top: 108px;
}

.no-border {
    border: none;
}

.column.columns-12 > * {
    width: 8.333333333333334%;
}

.column.columns-11 > * {
    width: 9.090909090909092%;
}

.column.columns-10 > * {
    width: 10%;
}

.column.columns-9 > * {
    width: 11.11111111111111%;
}

.column.columns-8 > * {
    width: 12.5%;
}

.column.columns-7 > * {
    width: 14.285714285714286%;
}

.column.columns-6 > * {
    width: 16.666666666666668%;
}

.column.columns-5 > * {
    width: 20%;
}

.column.columns-4 > * {
    width: 25%;
}

.column.columns-3 > * {
    width: 33.333333333333336%;
}

.column.columns-2 > * {
    width: 50%;
}

.column.columns-1 > * {
    width: 100%;
}

@media (max-width: 579px) {
    .comparison-close {
        max-width: 300px;
    }
    .more-reviewbtn {
        width: 100%;
    }
    .filter-button-txt {
        width: 268px;
        line-height: 15px;
    }
}

@media (min-width: 580px) and (max-width: 749px) {
    .modal-dialog {
        margin: 130px 10%;
        width: 80%;
    }
    .filter-button-txt {
        width: 300px;
        line-height: 15px;
    }
}

@media (min-width: 750px) and (max-width: 979px) {
    .modal-dialog {
        margin: 130px 10%;
        width: 80%;
    }
    .filter-button-txt {
        width: 300px;
        line-height: 15px;
    }
}

@media (min-width: 980px) {
    .filter-button-txt {
        width: 300px;
        line-height: 15px;
    }
}


/* Review Modal End */


/* Zoom Modal Begin */

.zoom {
    border-radius: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
    border: 2px solid #333092;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
}

.zoom-plus {
    border-radius: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
    border: 2px solid #333092;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    background-color: #333092;
    color: #FFFFFF;
}

.zoom-plus i {
    position: relative;
    right: 3px;
    bottom: 3px;
}

.zoom-minus {
    border-radius: 50%;
    display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
    border: 2px solid #333092;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #333092;
}

.zoom-minus i {
    position: relative;
    left: -1;
    bottom: 4px;
    line-height: 45px;
    font-size: 28px;
}

.gallery {
    display: inline-block;
    width: 100%;
    margin-bottom: 5%;
}

.gallery img {
    width: 100%;
    height: 226px;
}

.zoom-wrapper {
    transform: translate(-50%, -50%);
    display: inline;
    cursor: move;
}

.zoom-wrapper img {
    cursor: move;
    height: 226px;
    width: 177px;
    position: relative;
    transition: 0.25s transform;
    margin: 0 auto;
}

.scr-width {
    width: 100%;
    float: left;
}

.scr-width .modal-body {
    padding: 5%;
}


/* Media queries for different screens */

@media (max-width: 579px) {
    .zoom-minus {
        margin-left: 14px;
    }
}

@media (min-width: 580px) and (max-width: 749px) {
    .modal-dialog {
        margin: 10px 10%;
        width: 80%;
    }
    .zoom-mid {
        margin-top: 25%;
        padding-left: 30px;
    }
    .zoom-minus {
        margin-top: 10px;
    }
}

@media (min-width: 750px) and (max-width: 979px) {
    .modal-dialog {
        margin: 10px 10%;
        width: 80%;
    }
    .zoom-mid {
        margin-top: 25%;
        padding-left: 45px;
    }
    .zoom-minus {
        margin-top: 10px;
    }
}

@media (min-width: 980px) {
    .zoom-mid {
        margin-top: 25%;
        padding-left: 45px;
    }
    .zoom-minus {
        margin-top: 10px;
    }
}


/* Zoom Modal End */


/* Common Modal End */


/* Font sizes */

.small-txt {
    font-size: 11px;
}

.xsmall-txt {
    font-size: 10px;
}

.text-transform-none {
    text-transform: none !important;
}

.display-flex {
    display: flex;
}

.section-title-black {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}


/* Extra margin classes */

.m-r-2 {
    margin-right: 2px;
}

.m-b-2 {
    margin-bottom: 2px;
}

.n-m-t-15 {
    margin-top: -15px;
}

@media (min-width: 580px) {
    .m-r-20-t-d {
        margin-right: 20px;
    }
}


/* Alignment class */

@media (max-width: 579px) {
    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 579px) {
    .text-left-xs {
        text-align: left;
    }
}

@media (max-width: 579px) {
    .text-right-xs {
        text-align: right;
    }
}

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

@media (min-width: 580px) {
    .inline-block-t-d {
        display: inline-block;
    }
}

@media (max-width: 579px) {
    .v-align-super-xs {
        vertical-align: super;
    }
}

.v-align-super {
    vertical-align: super;
}

.v-align-middle {
    vertical-align: middle;
}


/* Width classes */

.width-100-per {
    width: 100%;
}

.width-260 {
    width: 260px;
}

.width-265 {
    width: 265px;
}

.co-checkbox {
    display: inline-block;
    line-height: 10px;
    height: 10px;
    position: relative;
    float: left;
}

.co-checkbox input[type="checkbox"] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.co-checkbox input[type="checkbox"] + .checkbox {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #646464;
    text-align: center;
    border-radius: 3px;
    margin: 0;
}

.co-checkbox input[type="checkbox"] + .checkbox i {
    display: none;
    float: left;
    color: #333092;
    margin-left: 1px;
    font-size: 11px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.co-checkbox input[type="checkbox"]:checked + .checkbox {
    background: #FFFFFF;
    border: 1px solid #333092;
}

.co-checkbox input[type="checkbox"]:checked + .checkbox i {
    display: inline-block;
}

.co-checkbox input[type="checkbox"]:disabled + .checkbox {
    background: #646464;
}

.co-checkbox input[type="checkbox"]:disabled + .checkbox i {
    display: none;
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

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

.font-18 {
    font-size: 18px;
}

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

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

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

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

.font-neue-bold {
    font-family: "HelveticaNeueW01-75Bold";
}

.font-neue-bold-cn {
    font-family: "HelveticaNeueW01-77BdCn_692722";
}

.font-neue-black {
    font-family: "HelveticaNeueW01-95Blac";
}

body .hybrid {
    color: #646464;
    font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.hybrid h1 {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.025em;
}

.hybrid h1small,
.hybrid h1.small {
    font-size: 16px;
    line-height: 1;
}

.hybrid h1.xsmall {
    font-size: 22px;
    line-height: 26px;
}

.hybrid h1.page-title {
    font-size: 16px;
    line-height: 20px;
    color: #333092;
}

.hybrid h2 {
    font-family: "HelveticaNeueW01-95Blac", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 29px;
    line-height: 33px;
}

.hybrid h3 {
    font-family: "HelveticaNeueW01-95Blac", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.hybrid h4 {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.hybrid h5 {
    font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
}

.hybrid h6 {
    font-family: "HelveticaNeueW01-75Bold", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
}

.hybrid p {
    font-family: "HelveticaNeueW01-65Medi", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.text-gray-6a {
    color: #6a6a6a;
}

.text-gray-9a {
    color: #9a9a9b;
}

.text-blue-light {
    color: #8d81c3;
}

.text-card-gray {
    color: #F4F4F4;
}

.text-gray-mild {
    color: #f7f7f7;
}

.text-gray-e2 {
    color: #e2e2e2;
}

.text-gray-fb {
    color: #fbfbfb;
}

.text-gray-f2 {
    color: #f2f2f2;
}

.text-blacklight {
    color: #828282;
}

.text-green {
    color: #33935f;
}

.text-pink {
    color: #F5989D;
}

.text-white {
    color: #FFFFFF;
}

.text-gray-lightest {
    color: #FCFCFC;
}

.text-gray-lighter {
    color: #F6F6F6;
}

.text-gray-light {
    color: #E9EAED;
}

.text-gray {
    color: #B1B1B1;
}

.text-gray-dark {
    color: #646464;
}

.text-gray-darker {
    color: #474747;
}

.text-black {
    color: #000000;
}

.text-yellow {
    color: #F7F713;
}

.text-red {
    color: #F43030;
}

.text-gold {
    color: #F89C29;
}

.text-dark-orange {
    color: #D64107;
}

.text-orange {
    color: #F15C22;
}

.hybrid .text-blue {
    color: #333092;
}

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

.hybrid a {
    color: #333092;
    cursor: pointer;
    text-decoration: none;
}

.footer .hybrid a:hover,
.footer .hybrid a:focus {
    color: #F89C29 !important;
    text-decoration: none;
}

.hybrid a.disabled {
    color: #B1B1B1;
    cursor: not-allowed;
}

.hybrid h1,
.hybrid h2,
.hybrid h3,
.hybrid h4,
.hybrid h5,
.hybrid h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: inherit;
}

.hybrid h1,
.h1,
.hybrid h2,
.h2,
.hybrid h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

.hybrid h4,
.h4,
.hybrid h5,
.h5,
.hybrid h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

.hybrid h7,
.h7,
.hybrid h8,
.h8 {
    margin-top: 12.57142857px;
    margin-bottom: 12.57142857px;
}

h7 small,
.h7 small,
h8 small,
.h8 small,
h7 .small,
.h7 .small,
h8 .small,
.h8 .small {
    font-size: 75%;
}

.hybrid h7,
.h7,
.hybrid h8,
.h8 {
    display: block;
}

.hybrid h1,
.h1 {
    font-size: 22px;
}

.hybrid h2,
.h2 {
    font-size: 29px;
}

.hybrid h3,
.h3 {
    font-size: 16px;
}

.hybrid h4,
.h4 {
    font-size: 22px;
}

.hybrid h5,
.h5 {
    font-size: 19px;
}

.hybrid h6,
.h6 {
    font-size: 19px;
}

.hybrid h7,
.h7 {
    font-size: 19px;
}

.hybrid h8,
.h8 {
    font-size: 19px;
}

.hybrid h4,
.h4,
.hybrid h5,
.h5 {
    font-family: "HelveticaNeueW01-65Medi", helvetica, sans-serif;
}

.hybrid h6,
.h6 {
    font-family: "HelveticaNeueW01-77BdCn_692722", helvetica, sans-serif;
}

.hybrid h7,
.h7 {
    font-family: "HelveticaNeueW01-75Bold", helvetica, sans-serif;
}

.hybrid h8,
.h8 {
    font-family: "HelveticaNeueW01-77BdCn_692722", helvetica, sans-serif;
}

.hybrid h1,
.h1 {
    color: #333092;
    font-family: "HelveticaNeueW01-77BdCn_692722", Helvetica, sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.hybrid h2,
.h2 {
    color: #F15C22;
    font-family: HelveticaNeueW01-95Blac;
}

.hybrid h3,
.h3 {
    color: #333092;
    font-family: "HelveticaNeueW01-65Medi", Helvetica, sans-serif;
}

.hybrid h4,
.h4 {
    color: #474747;
    font-family: "HelveticaNeueW01-77BdCn_692722", Helvetica, sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.hybrid h5,
.h5,
.hybrid h6,
.h6 {
    color: #333092;
    font-family: "HelveticaNeueW01-77BdCn_692722", Helvetica, sans-serif;
    letter-spacing: 0.025em;
}

.hybrid h6,
.h6 {
    text-transform: uppercase;
}

.hybrid p {
    color: #646464;
    font-family: "HelveticaNeueW01-65Medi", Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 11px;
}

.p1 {
    color: #333092;
    font-family: "HelveticaNeueW01-77BdCn_692722", Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.025em;
}

.p2 {
    color: #646464;
    font-family: "HelveticaNeueW01-65Medi", Helvetica, sans-serif;
    font-size: 16px;
}

.p3 {
    color: #B1B1B1;
    font-family: "HelveticaNeueW01-65Medi", Helvetica, sans-serif;
    font-size: 15px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 579px) {
    .lead {
        font-size: 24px;
    }
}

.hybrid strong {
    font-family: "HelveticaNeueW01-75Bold", helvetica, sans-serif;
}

small,
.small {
    font-size: 75%;
}


/*mark,
.mark {
  background-color: @state-warning-bg;
  padding: .2em;
}*/

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

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

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

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

.text-gray-darker {
    color: #474747;
}

.text-list-color {
    color: #6a6a6a;
}

.vertical-middle {
    vertical-align: middle;
}

.headerButton button.hybrid {
    font-family: "HelveticaNeueW01-95Blac", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-bottom: 3px solid #333092;
    background-color: #333092;
}

@media (min-width: 750px) and (max-width: 979px) {
    .headerButton button.hybrid {
        padding: 14px;
    }
}

@media (max-width: 749px) {
    .headerButton button.hybrid {
        padding: 9px 28px;
    }
}

@media (max-width: 579px) {
    .headerButton button.hybrid {
        padding: 9px 6px;
    }
}

.headerButton button.hybrid.active {
    background-color: #333092;
    border-color: #F89C29;
}

header .hybrid.light #top-header {
    height: 30px;
}

header .hybrid.light #main-header .container .logohybrid {
    text-align: center;
    margin-bottom: 13px;
    margin-left: 10px;
}

header .hybrid #top-header .container {
    position: relative;
}

header .hybrid #top-header .container .top-navigation ul {
    margin: 0;
}

header .hybrid #top-header .container .top-navigation ul > li {
    padding: 10px 0;
}

header .hybrid #top-header .container .top-navigation ul > li:before {
    content: "  |  ";
    color: #646464;
}

header .hybrid #top-header .container .top-navigation ul > li a {
    font-size: 12px;
    padding: 0 5px;
}

header .hybrid #top-header .container .top-navigation ul > li a [class^="icon-"],
header .hybrid #top-header .container .top-navigation ul > li a [class*=" icon-"] {
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: 9px;
}

header .hybrid #top-header .container .top-navigation ul > li:first-child:before {
    content: none;
}

header .hybrid #main-header .container .logohybrid {
    text-decoration: none;
    margin-left: -20px;
    display: block;
}

header .hybrid #main-header .container .logohybrid i {
    font-size: 41px;
}

header .hybrid #main-header .container .logohybrid:hover {
    text-decoration: none;
}

@media (min-width: 580px) and (max-width: 749px) {
    header .hybrid #main-header .container .logohybrid {
        margin-top: 10px;
        width: 25%;
        text-align: center;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container .logohybrid {
        width: 25%;
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
    }
    header .hybrid #main-header .container .logohybrid i {
        font-size: 18px;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container nav .navbar-nav {
        float: none;
        margin: 0;
    }
}

header .hybrid #main-header .container ul.nav > li {
    text-align: center;
    float: left;
}

@media (max-width: 749px) {
    header .hybrid #main-header .container ul.nav > li {
        width: 25%;
        text-align: center;
        float: left;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container ul.nav > li {
        width: 25%;
        text-align: center;
        float: left;
    }
}

header .hybrid #main-header .container ul.nav > li button.hybrid {
    font-family: "HelveticaNeueW01-95Blac", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-bottom: 3px solid #333092;
    background-color: #333092;
}

@media (min-width: 750px) and (max-width: 979px) {
    header .hybrid #main-header .container ul.nav > li button.hybrid {
        padding: 14px;
    }
}

@media (max-width: 749px) {
    header .hybrid #main-header .container ul.nav > li button.hybrid {
        padding: 9px 28px;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container ul.nav > li button.hybrid {
        padding: 9px 6px;
    }
}

header .hybrid #main-header .container ul.nav > li button.hybrid.active {
    background-color: #333092;
    border-color: #F89C29;
}

header .hybrid #main-header .container ul.nav button {
    padding: 14px 28px;
}

header .hybrid #main-header .container .horizontal button {
    padding: 14px 28px;
}

header .hybrid #main-header .container .find-store {
    position: relative;
    top: 8px;
    font-size: 11px;
}

header .hybrid #main-header .container .find-store a {
    color: #F89C29;
}

header .hybrid #main-header .container .find-store a [class^="ico-"],
header .hybrid #main-header .container .find-store a [class*=" ico-"],
header .hybrid #main-header .container .find-store a [class^="icon-"],
header .hybrid #main-header .container .find-store a [class*=" icon-"] {
    color: #FFFFFF;
}

header .hybrid #main-header .container .search button.hybrid {
    font-family: "HelveticaNeueW01-95Blac", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-bottom: 3px solid #333092;
    background-color: #333092;
}

@media (min-width: 750px) and (max-width: 979px) {
    header .hybrid #main-header .container .search button.hybrid {
        padding: 14px;
    }
}

@media (max-width: 749px) {
    header .hybrid #main-header .container .search button.hybrid {
        padding: 9px 28px;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container .search button.hybrid {
        padding: 9px 6px;
    }
}

header .hybrid #main-header .container .search button.hybrid.active {
    background-color: #333092;
    border-color: #F89C29;
}

header .hybrid #main-header .container .search button.hybrid {
    line-height: 12px;
    padding: 19px 14px 29px;
}

header .hybrid #main-header .container .search button.hybrid i {
    position: relative;
    top: 4px;
}

@media (max-width: 579px) {
    header .hybrid #main-header .container .search button.hybrid {
        margin: 0 -5px;
    }
    header .hybrid #main-header .container .search button.hybrid i {
        font-size: 14px;
    }
}

@media (min-width: 580px) and (max-width: 749px) {
    header .hybrid #main-header .container .search button.hybrid {
        padding: 16px 15px 24px;
        margin: 0 -10px;
    }
    header .hybrid #main-header .container .search button.hybrid i {
        font-size: 16px;
    }
}

@media (max-width: 579px) {
    header .hybrid #main-header .container .search button.hybrid {
        padding: 16px 6px 26px;
    }
}

header .hybrid #search {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}

header .hybrid #search .mobile,
header .hybrid #search .desktop {
    position: relative;
    z-index: 0;
}

header .hybrid #search .mobile .container,
header .hybrid #search .desktop .container {
    background: #F6F6F6;
    padding: 20px;
}

header .hybrid #search .mobile .container.search-m-container,
header .hybrid #search .desktop .container.search-m-container {
    background: #E6E7EA;
    padding: 5px 10px;
}

header .hybrid #search .mobile .container.search-m-container .search-header,
header .hybrid #search .desktop .container.search-m-container .search-header {
    display: table;
    width: 100%;
}

header .hybrid #search .mobile .container.search-m-container .search-header h2,
header .hybrid #search .desktop .container.search-m-container .search-header h2,
header .hybrid #search .mobile .container.search-m-container .search-header button.close,
header .hybrid #search .desktop .container.search-m-container .search-header button.close {
    display: table-cell;
    vertical-align: middle;
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header .hybrid #search .mobile .container.search-m-container .search-header h2,
header .hybrid #search .desktop .container.search-m-container .search-header h2 {
    color: #333092;
    width: 90%;
    text-transform: uppercase;
    text-indent: 5px;
    font-size: 16px;
}

header .hybrid #search .mobile .container.search-m-container .search-header button.close,
header .hybrid #search .desktop .container.search-m-container .search-header button.close {
    background: none;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

header .hybrid #search .mobile .container.search-m-container .search-header button.close i,
header .hybrid #search .desktop .container.search-m-container .search-header button.close i {
    text-align: right;
    font-size: 24px;
    color: #333092;
}

header .hybrid #search .mobile .container.search-m-container .form-control,
header .hybrid #search .desktop .container.search-m-container .form-control {
    height: 40px;
}

header .hybrid .btn.blue-btn-default {
    background: #333092 none repeat scroll 0 0;
    color: #ffffff;
}

header .hybrid #openModal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.5);
}

footer .hybrid {
    background: #333092;
    /*color: #FFFFFF;*/
    z-index: 0;
}

footer .hybrid ul > li > a {
    color: #fff;
}

footer .hybrid.light .container {
    padding-top: 25px;
}

footer .hybrid .container {
    margin: 0 auto;
}

footer .hybrid .container .footer-links ul {
    list-style: none;
}

footer .hybrid .container .footer-links ul > li {
    padding-bottom: 10px;
}

footer .hybrid .container .footer-links ul > li > a {
    color: #FFFFFF;
    font-size: 12px;
}

footer .hybrid .container ul li {
    padding-bottom: 10px;
}

footer .hybrid .container .subscribe-block {
    max-width: 95%;
    margin: 0 0 0 30px;
    float: none;
}

@media (min-width: 750px) and (max-width: 979px) {
    footer .hybrid .container .subscribe-block {
        max-width: 90%;
        margin: 0;
    }
}

@media (max-width: 749px) {
    footer .hybrid .container .subscribe-block {
        margin: 0 auto;
    }
}

footer .hybrid .container .subscribe-block i {
    float: left;
    margin-right: 8px;
}

footer .hybrid .container .subscribe-block p {
    line-height: 22px;
    font-size: 14px;
}

footer .hybrid .container .form-control {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 40px;
}

footer .hybrid .container .input-group-addon {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 9px 6px 9px 13px;
}

footer .hybrid .container .horizontal {
    width: 100%;
}

footer .hybrid .container .horizontal a.privacy {
    color: #B1B1B1;
    font-size: 11px;
}

footer .hybrid .container .copy-right {
    color: #B1B1B1;
    padding-bottom: 7px;
    font-size: 10px;
}

@media (min-width: 750px) and (max-width: 979px) {
    footer .hybrid .container {
        width: 670px;
    }
    footer .hybrid .container ul {
        width: 100%;
    }
    footer .hybrid .container .copy-right {
        padding-bottom: 17px;
    }
}

@media (min-width: 580px) and (max-width: 749px) {
    footer .hybrid .container ul {
        width: 100%;
    }
    footer .hybrid .container div:nth-child(2) {
        border: none;
    }
    footer .hybrid .container .copy-right {
        padding-bottom: 17px;
    }
}

@media (min-width: 320px) and (max-width: 579px) {
    footer .hybrid .container ul {
        width: 100%;
    }
    footer .hybrid .container div:nth-child(2) {
        border: none;
    }
    footer .hybrid .container .copy-right {
        padding-bottom: 17px;
    }
}

#megamenu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
}

#megamenu .desktop .submenu {
    background: #FCFCFC;
    position: relative;
    box-shadow: 1px 1px 1px #C5C5C5;
    z-index: 1;
}

#megamenu .desktop .submenu ul > li {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #333092;
    text-transform: uppercase;
    padding: 5px 0px;
    position: relative;
    cursor: pointer;
    width: 13.33333%;
    text-align: center;
}

#megamenu .desktop .submenu ul > li.active {
    color: #B1B1B1;
}

#megamenu .desktop .submenu ul > li.active:after {
    content: "";
    width: 100%;
    height: 13px;
    position: absolute;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAANCAYAAAC6hw6qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExOERCQjhGNzExQzI0RkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMUU0Nzc4N0Q4NEUxMUU1OThFNDg3NERGNDNBNTQ1OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMUU0Nzc4NkQ4NEUxMUU1OThFNDg3NERGNDNBNTQ1OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmM5ZDI4MTI5LTllM2MtNGI1Yy1hZmZlLWNmNzAyNDU0ZDM4OCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQzOTBhNTEyLWY1NTYtMTE3OC04Yzc0LWE5YmU1OTNhN2YyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhFZ0BcAAAEoSURBVHjaYmBg4GWAYo5Hj57M+vPnz39qYZB5IHOR7GBAYvCycHOLS1y7dmMdNSwDmrMWaKY4yFxcFoIwKxeXmNTt23e3U2IZSD/IHEzLMC0EWyolpSp7//7D/eRYBtIH0g8yB4vZWC0EW6qra6EIjINjJMbZMZA+3JbhthCE2YyMbJWfPXt+jhjLQOpA6kH68JiJ10Kwpfb2nhovX766gs8ykDxIHWHLCFsIwuwhIbG6r169voXNMpA4SB6kjgiziLIQnEeTk7ON3759dx/ZMhAfJI6Z1yi3EIQ5s7IKzT98+PgUZBmQfgbig8RJMIOBmYGBnYFI8Of06XPvmJgYDxsa6hv29ExM7OubehEo/p2BBMAI9SYJ6hnYoPgXFP+npYUUA4AAAwCKW/Ufhw46dAAAAABJRU5ErkJggg==') 50% 0% no-repeat;
    top: 36px;
    left: 0;
}

#megamenu .mobile {
    background-color: #F6F6F6;
    width: 100%;
}

#megamenu .mobile ul {
    margin: 20px 10px;
}

#megamenu .mobile ul li {
    font-family: "HelveticaNeueW01-77BdCn_692722", "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333092;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#megamenu .mobile ul li:first-child {
    margin-top: 10px;
}

#megamenu .menuContent {
    position: relative;
    z-index: 0;
}

#megamenu .menuContent .container {
    background: #F6F6F6;
    padding: 20px;
    box-shadow: 0 0 1em rgba(0, 0, 0, .3);
    /*      @media @screen-md{
        width: 910px;
      }*/
}

.banner-row {
    margin-left: 0;
    margin-right: 0;
    background: white;
}

.banner-row .col-xs-1,
.banner-row .col-sm-1,
.banner-row .col-md-1,
.banner-row .col-lg-1,
.banner-row .col-xs-2,
.banner-row .col-sm-2,
.banner-row .col-md-2,
.banner-row .col-lg-2,
.banner-row .col-xs-3,
.banner-row .col-sm-3,
.banner-row .col-md-3,
.banner-row .col-lg-3,
.banner-row .col-xs-4,
.banner-row .col-sm-4,
.banner-row .col-md-4,
.banner-row .col-lg-4,
.banner-row .col-xs-5,
.banner-row .col-sm-5,
.banner-row .col-md-5,
.banner-row .col-lg-5,
.banner-row .col-xs-6,
.banner-row .col-sm-6,
.banner-row .col-md-6,
.banner-row .col-lg-6,
.banner-row .col-xs-7,
.banner-row .col-sm-7,
.banner-row .col-md-7,
.banner-row .col-lg-7,
.banner-row .col-xs-8,
.banner-row .col-sm-8,
.banner-row .col-md-8,
.banner-row .col-lg-8,
.banner-row .col-xs-9,
.banner-row .col-sm-9,
.banner-row .col-md-9,
.banner-row .col-lg-9,
.banner-row .col-xs-10,
.banner-row .col-sm-10,
.banner-row .col-md-10,
.banner-row .col-lg-10,
.banner-row .col-xs-11,
.banner-row .col-sm-11,
.banner-row .col-md-11,
.banner-row .col-lg-11,
.banner-row .col-xs-12,
.banner-row .col-sm-12,
.banner-row .col-md-12,
.banner-row .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.banner-row .col-xs-1,
.banner-row .col-xs-2,
.banner-row .col-xs-3,
.banner-row .col-xs-4,
.banner-row .col-xs-5,
.banner-row .col-xs-6,
.banner-row .col-xs-7,
.banner-row .col-xs-8,
.banner-row .col-xs-9,
.banner-row .col-xs-10,
.banner-row .col-xs-11,
.banner-row .col-xs-12 {
    float: left;
}

.banner-row .col-xs-12 {
    width: 100%;
}

.banner-row .col-xs-11 {
    width: 91.66666667%;
}

.banner-row .col-xs-10 {
    width: 83.33333333%;
}

.banner-row .col-xs-9 {
    width: 75%;
}

.banner-row .col-xs-8 {
    width: 66.66666667%;
}

.banner-row .col-xs-7 {
    width: 58.33333333%;
}

.banner-row .col-xs-6 {
    width: 50%;
}

.banner-row .col-xs-5 {
    width: 41.66666667%;
}

.banner-row .col-xs-4 {
    width: 33.33333333%;
}

.banner-row .col-xs-3 {
    width: 25%;
}

.banner-row .col-xs-2 {
    width: 16.66666667%;
}

.banner-row .col-xs-1 {
    width: 8.33333333%;
}

.banner-row .col-xs-pull-12 {
    right: 100%;
}

.banner-row .col-xs-pull-11 {
    right: 91.66666667%;
}

.banner-row .col-xs-pull-10 {
    right: 83.33333333%;
}

.banner-row .col-xs-pull-9 {
    right: 75%;
}

.banner-row .col-xs-pull-8 {
    right: 66.66666667%;
}

.banner-row .col-xs-pull-7 {
    right: 58.33333333%;
}

.banner-row .col-xs-pull-6 {
    right: 50%;
}

.banner-row .col-xs-pull-5 {
    right: 41.66666667%;
}

.banner-row .col-xs-pull-4 {
    right: 33.33333333%;
}

.banner-row .col-xs-pull-3 {
    right: 25%;
}

.banner-row .col-xs-pull-2 {
    right: 16.66666667%;
}

.banner-row .col-xs-pull-1 {
    right: 8.33333333%;
}

.banner-row .col-xs-pull-0 {
    right: auto;
}

.banner-row .col-xs-push-12 {
    left: 100%;
}

.banner-row .col-xs-push-11 {
    left: 91.66666667%;
}

.banner-row .col-xs-push-10 {
    left: 83.33333333%;
}

.banner-row .col-xs-push-9 {
    left: 75%;
}

.banner-row .col-xs-push-8 {
    left: 66.66666667%;
}

.banner-row .col-xs-push-7 {
    left: 58.33333333%;
}

.banner-row .col-xs-push-6 {
    left: 50%;
}

.banner-row .col-xs-push-5 {
    left: 41.66666667%;
}

.banner-row .col-xs-push-4 {
    left: 33.33333333%;
}

.banner-row .col-xs-push-3 {
    left: 25%;
}

.banner-row .col-xs-push-2 {
    left: 16.66666667%;
}

.banner-row .col-xs-push-1 {
    left: 8.33333333%;
}

.banner-row .col-xs-push-0 {
    left: auto;
}

.banner-row .col-xs-offset-12 {
    margin-left: 100%;
}

.banner-row .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.banner-row .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.banner-row .col-xs-offset-9 {
    margin-left: 75%;
}

.banner-row .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.banner-row .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.banner-row .col-xs-offset-6 {
    margin-left: 50%;
}

.banner-row .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.banner-row .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.banner-row .col-xs-offset-3 {
    margin-left: 25%;
}

.banner-row .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.banner-row .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.banner-row .col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 750px) {
    .banner-row .col-sm-1,
    .banner-row .col-sm-2,
    .banner-row .col-sm-3,
    .banner-row .col-sm-4,
    .banner-row .col-sm-5,
    .banner-row .col-sm-6,
    .banner-row .col-sm-7,
    .banner-row .col-sm-8,
    .banner-row .col-sm-9,
    .banner-row .col-sm-10,
    .banner-row .col-sm-11,
    .banner-row .col-sm-12 {
        float: left;
    }
    .banner-row .col-sm-12 {
        width: 100%;
    }
    .banner-row .col-sm-11 {
        width: 91.66666667%;
    }
    .banner-row .col-sm-10 {
        width: 83.33333333%;
    }
    .banner-row .col-sm-9 {
        width: 75%;
    }
    .banner-row .col-sm-8 {
        width: 66.66666667%;
    }
    .banner-row .col-sm-7 {
        width: 58.33333333%;
    }
    .banner-row .col-sm-6 {
        width: 50%;
    }
    .banner-row .col-sm-5 {
        width: 41.66666667%;
    }
    .banner-row .col-sm-4 {
        width: 33.33333333%;
    }
    .banner-row .col-sm-3 {
        width: 25%;
    }
    .banner-row .col-sm-2 {
        width: 16.66666667%;
    }
    .banner-row .col-sm-1 {
        width: 8.33333333%;
    }
    .banner-row .col-sm-pull-12 {
        right: 100%;
    }
    .banner-row .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .banner-row .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .banner-row .col-sm-pull-9 {
        right: 75%;
    }
    .banner-row .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .banner-row .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .banner-row .col-sm-pull-6 {
        right: 50%;
    }
    .banner-row .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .banner-row .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .banner-row .col-sm-pull-3 {
        right: 25%;
    }
    .banner-row .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .banner-row .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .banner-row .col-sm-pull-0 {
        right: auto;
    }
    .banner-row .col-sm-push-12 {
        left: 100%;
    }
    .banner-row .col-sm-push-11 {
        left: 91.66666667%;
    }
    .banner-row .col-sm-push-10 {
        left: 83.33333333%;
    }
    .banner-row .col-sm-push-9 {
        left: 75%;
    }
    .banner-row .col-sm-push-8 {
        left: 66.66666667%;
    }
    .banner-row .col-sm-push-7 {
        left: 58.33333333%;
    }
    .banner-row .col-sm-push-6 {
        left: 50%;
    }
    .banner-row .col-sm-push-5 {
        left: 41.66666667%;
    }
    .banner-row .col-sm-push-4 {
        left: 33.33333333%;
    }
    .banner-row .col-sm-push-3 {
        left: 25%;
    }
    .banner-row .col-sm-push-2 {
        left: 16.66666667%;
    }
    .banner-row .col-sm-push-1 {
        left: 8.33333333%;
    }
    .banner-row .col-sm-push-0 {
        left: auto;
    }
    .banner-row .col-sm-offset-12 {
        margin-left: 100%;
    }
    .banner-row .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .banner-row .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .banner-row .col-sm-offset-9 {
        margin-left: 75%;
    }
    .banner-row .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .banner-row .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .banner-row .col-sm-offset-6 {
        margin-left: 50%;
    }
    .banner-row .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .banner-row .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .banner-row .col-sm-offset-3 {
        margin-left: 25%;
    }
    .banner-row .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .banner-row .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .banner-row .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 980px) {
    .banner-row .col-md-1,
    .banner-row .col-md-2,
    .banner-row .col-md-3,
    .banner-row .col-md-4,
    .banner-row .col-md-5,
    .banner-row .col-md-6,
    .banner-row .col-md-7,
    .banner-row .col-md-8,
    .banner-row .col-md-9,
    .banner-row .col-md-10,
    .banner-row .col-md-11,
    .banner-row .col-md-12 {
        float: left;
    }
    .banner-row .col-md-12 {
        width: 100%;
    }
    .banner-row .col-md-11 {
        width: 91.66666667%;
    }
    .banner-row .col-md-10 {
        width: 83.33333333%;
    }
    .banner-row .col-md-9 {
        width: 75%;
    }
    .banner-row .col-md-8 {
        width: 66.66666667%;
    }
    .banner-row .col-md-7 {
        width: 58.33333333%;
    }
    .banner-row .col-md-6 {
        width: 50%;
    }
    .banner-row .col-md-5 {
        width: 41.66666667%;
    }
    .banner-row .col-md-4 {
        width: 33.33333333%;
    }
    .banner-row .col-md-3 {
        width: 25%;
    }
    .banner-row .col-md-2 {
        width: 16.66666667%;
    }
    .banner-row .col-md-1 {
        width: 8.33333333%;
    }
    .banner-row .col-md-pull-12 {
        right: 100%;
    }
    .banner-row .col-md-pull-11 {
        right: 91.66666667%;
    }
    .banner-row .col-md-pull-10 {
        right: 83.33333333%;
    }
    .banner-row .col-md-pull-9 {
        right: 75%;
    }
    .banner-row .col-md-pull-8 {
        right: 66.66666667%;
    }
    .banner-row .col-md-pull-7 {
        right: 58.33333333%;
    }
    .banner-row .col-md-pull-6 {
        right: 50%;
    }
    .banner-row .col-md-pull-5 {
        right: 41.66666667%;
    }
    .banner-row .col-md-pull-4 {
        right: 33.33333333%;
    }
    .banner-row .col-md-pull-3 {
        right: 25%;
    }
    .banner-row .col-md-pull-2 {
        right: 16.66666667%;
    }
    .banner-row .col-md-pull-1 {
        right: 8.33333333%;
    }
    .banner-row .col-md-pull-0 {
        right: auto;
    }
    .banner-row .col-md-push-12 {
        left: 100%;
    }
    .banner-row .col-md-push-11 {
        left: 91.66666667%;
    }
    .banner-row .col-md-push-10 {
        left: 83.33333333%;
    }
    .banner-row .col-md-push-9 {
        left: 75%;
    }
    .banner-row .col-md-push-8 {
        left: 66.66666667%;
    }
    .banner-row .col-md-push-7 {
        left: 58.33333333%;
    }
    .banner-row .col-md-push-6 {
        left: 50%;
    }
    .banner-row .col-md-push-5 {
        left: 41.66666667%;
    }
    .banner-row .col-md-push-4 {
        left: 33.33333333%;
    }
    .banner-row .col-md-push-3 {
        left: 25%;
    }
    .banner-row .col-md-push-2 {
        left: 16.66666667%;
    }
    .banner-row .col-md-push-1 {
        left: 8.33333333%;
    }
    .banner-row .col-md-push-0 {
        left: auto;
    }
    .banner-row .col-md-offset-12 {
        margin-left: 100%;
    }
    .banner-row .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .banner-row .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .banner-row .col-md-offset-9 {
        margin-left: 75%;
    }
    .banner-row .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .banner-row .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .banner-row .col-md-offset-6 {
        margin-left: 50%;
    }
    .banner-row .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .banner-row .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .banner-row .col-md-offset-3 {
        margin-left: 25%;
    }
    .banner-row .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .banner-row .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .banner-row .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .banner-row .col-lg-1,
    .banner-row .col-lg-2,
    .banner-row .col-lg-3,
    .banner-row .col-lg-4,
    .banner-row .col-lg-5,
    .banner-row .col-lg-6,
    .banner-row .col-lg-7,
    .banner-row .col-lg-8,
    .banner-row .col-lg-9,
    .banner-row .col-lg-10,
    .banner-row .col-lg-11,
    .banner-row .col-lg-12 {
        float: left;
    }
    .banner-row .col-lg-12 {
        width: 100%;
    }
    .banner-row .col-lg-11 {
        width: 91.66666667%;
    }
    .banner-row .col-lg-10 {
        width: 83.33333333%;
    }
    .banner-row .col-lg-9 {
        width: 75%;
    }
    .banner-row .col-lg-8 {
        width: 66.66666667%;
    }
    .banner-row .col-lg-7 {
        width: 58.33333333%;
    }
    .banner-row .col-lg-6 {
        width: 50%;
    }
    .banner-row .col-lg-5 {
        width: 41.66666667%;
    }
    .banner-row .col-lg-4 {
        width: 33.33333333%;
    }
    .banner-row .col-lg-3 {
        width: 25%;
    }
    .banner-row .col-lg-2 {
        width: 16.66666667%;
    }
    .banner-row .col-lg-1 {
        width: 8.33333333%;
    }
    .banner-row .col-lg-pull-12 {
        right: 100%;
    }
    .banner-row .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .banner-row .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .banner-row .col-lg-pull-9 {
        right: 75%;
    }
    .banner-row .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .banner-row .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .banner-row .col-lg-pull-6 {
        right: 50%;
    }
    .banner-row .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .banner-row .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .banner-row .col-lg-pull-3 {
        right: 25%;
    }
    .banner-row .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .banner-row .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .banner-row .col-lg-pull-0 {
        right: auto;
    }
    .banner-row .col-lg-push-12 {
        left: 100%;
    }
    .banner-row .col-lg-push-11 {
        left: 91.66666667%;
    }
    .banner-row .col-lg-push-10 {
        left: 83.33333333%;
    }
    .banner-row .col-lg-push-9 {
        left: 75%;
    }
    .banner-row .col-lg-push-8 {
        left: 66.66666667%;
    }
    .banner-row .col-lg-push-7 {
        left: 58.33333333%;
    }
    .banner-row .col-lg-push-6 {
        left: 50%;
    }
    .banner-row .col-lg-push-5 {
        left: 41.66666667%;
    }
    .banner-row .col-lg-push-4 {
        left: 33.33333333%;
    }
    .banner-row .col-lg-push-3 {
        left: 25%;
    }
    .banner-row .col-lg-push-2 {
        left: 16.66666667%;
    }
    .banner-row .col-lg-push-1 {
        left: 8.33333333%;
    }
    .banner-row .col-lg-push-0 {
        left: auto;
    }
    .banner-row .col-lg-offset-12 {
        margin-left: 100%;
    }
    .banner-row .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .banner-row .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .banner-row .col-lg-offset-9 {
        margin-left: 75%;
    }
    .banner-row .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .banner-row .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .banner-row .col-lg-offset-6 {
        margin-left: 50%;
    }
    .banner-row .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .banner-row .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .banner-row .col-lg-offset-3 {
        margin-left: 25%;
    }
    .banner-row .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .banner-row .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .banner-row .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.text-gray {
    color: #B1B1B1 !important;
}


/*Css for Compare Tray*/

.hybrid .compare-collapse {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -4px 7px -4px rgba(0, 0, 0, 0.125);
    cursor: pointer;
    font-size: 12px;
    position: relative;
    text-align: center;
    width: 10%;
    margin-top: 20px;
    z-index: 11;
}

.hybrid .compare-collapse .fa-chevron-down {
    color: #f89c29;
    display: inline-block;
}

.hybrid .compare-wrapper {
    background-color: #ffffff;
    position: relative;
    font-size: 12px;
}

.hybrid .compare-wrapper .comparison-item {
    background-color: #f6f6f6;
    border: 1px solid #e9eaed;
    border-radius: 3px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 105px;
    height: 75px;
    margin: 0 auto;
}

.hybrid .compare-wrapper .comparison-item .grey-mobile {
    position: relative;
    top: 15%;
}

.hybrid .compare-wrapper .comparison-item .items-shadow {
    box-shadow: 1px 1px 2px 0 rgba(47, 47, 47, 0.8);
    top: -8px;
    font-size: 4px;
}

.hybrid .compare-wrapper .add-phone {
    margin-bottom: 224px;
}

.hybrid .sticky {
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    padding: 3px 0;
    height: 40px;
    z-index: 130;
}

.hybrid .sticky .ico {
    font-size: 25px;
    line-height: 18px;
}

.hybrid .sticky .divider {
    border-right: 1px solid #b1b1b1;
    height: 34px;
}

.hybrid .sticky .ico-m-down-arrow-full {
    font-size: 16px;
    color: #f89c29;
}

.hybrid .sticky-footer .comwrap {
    width: 51px;
    margin: 4px auto 0;
    font-size: 8px;
}

.hybrid .sticky-footer .comwrap .ico-m-phone-detected-full {
    font-size: 17px;
    float: left;
    margin-right: 5px;
    padding-left: 5px;
}

.hybrid .sticky-footer .comwrap .numtxt {
    padding-top: 5px;
    float: left;
}

.hybrid .sticky-footer .comwrap .ico-m-store-full {
    font-size: 21px;
    margin-top: -2px;
}

.hybrid .sticky-footer .comwrap .ico-m-review-full {
    margin-top: -4px;
}

.hybrid .sticky-footer .comwrap .comptxt,
.hybrid .sticky-footer .comwrap .ico-m-up-arrow-full {
    color: #333092;
    line-height: 11px;
}

.hybrid .sticky-footer .comwrap .ico-m-down-arrow-full {
    color: #f89c29;
    line-height: 11px;
}

.hybrid .sticky-footer .comwrap .comptxt {
    color: #646464;
    line-height: 11px;
}

.hybrid .sticky-footer .comwrap .ico-m-up-arrow-full {
    font-size: 16px;
    margin-top: -3px;
}

.hybrid .sticky-footer .comwrap .ico-m-down-arrow-full {
    font-size: 16px;
    margin-top: -3px;
}

.hybrid .sticky-footer .comwrap .ico-m-cart-full {
    margin-top: -6px;
}

.hybrid .sticky-footer .comwrap .comptxt2 {
    color: #646464;
    line-height: 8px;
}

.hybrid .sticky-footer .cuzwid-cart {
    width: 53px;
}

.hybrid .mob-modal-bg {
    border-radius: 4px 4px 0 0;
    bottom: 40px;
    left: 0;
    right: 0;
}

@media (min-width: 750px) {
    .hybrid .mob-modal-bg {
        width: 320px;
        top: 37px;
        right: 10px;
        position: absolute;
        border-radius: 4px;
        bottom: auto;
        left: auto;
        height: auto;
        max-height: 700px;
        overflow: auto;
    }
}

@media (max-width: 749px) {
    .hybrid .mob-modal-bg {
        width: 100%;
        right: 0;
        position: fixed;
        border-radius: 4px;
        bottom: 40px;
        left: 0;
        max-height: 80%;
        overflow: auto;
    }
}

.hybrid .mob-modal-bg.background-gray {
    background-color: #e9eaed;
}

.hybrid .z-ind-2 {
    z-index: 51;
}

.hybrid .stickypadd {
    padding-bottom: 28px;
}

@media (min-width: 750px) {
    .hybrid .stickypadd {
        padding-bottom: 0px;
    }
}

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

.hybrid .width-50-per {
    width: 50%;
}

.hybrid .wid-70-per {
    width: 70%;
}

.hybrid .wid-40-px {
    width: 40px;
}

.hybrid .no-margin {
    margin: 0;
}

.hybrid .sticky-footer .active .comwrap .ico {
    color: #f89c29;
    text-decoration: none;
}

.hybrid .pos-abs .ico-m-up-arrow-full {
    color: #e9eaed;
    font-size: 33px;
    position: absolute;
    right: 75px;
    top: 16px;
    z-index: 51;
}

.hybrid .pos-rel {
    position: relative;
}

.hybrid .pos-abs {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hybrid .font-cart-btn {
    font-size: 11px;
    font-family: "HelveticaNeueW01-75Bold";
    line-height: 12px;
}

.hybrid .mod-cart-fade {
    background-color: #000000;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.hybrid .z-ind-2 {
    z-index: 51;
}

.hybrid .fnt-head {
    font-family: "HelveticaNeueW01-75Bold";
    font-size: 12px;
}

.hybrid .fnt-para {
    font-family: "HelveticaNeueW01-65Medi";
    font-size: 12px;
}

.hybrid .fnt-para-b {
    font-family: "HelveticaNeueW01-75Bold";
    font-size: 12px;
}

.hybrid .fnt-titl {
    font-family: "HelveticaNeueW01-77BdCn_692722";
    font-size: 14px;
    color: #333092;
}

.hybrid .font-close-btn {
    font-size: 11px;
    font-family: "HelveticaNeueW01-65Medi";
}

.hybrid .shadw {
    -webkit-box-shadow: inset 0 -1px 2px -2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 -1px 2px -2px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 -1px 2px -2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -1px 2px -2px rgba(0, 0, 0, 0.8) inset;
}

.hybrid .fnt-16 {
    font-size: 16px;
}

.hybrid #openModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hybrid .phone-active {
    color: #F89C29;
}

.hybrid .phone-nutral {
    color: #333092;
}


/*Sticky Footer button*/

.hybrid button:focus {
    outline-color: #8d81c3 !important;
}

.hybrid button span.caret.active {
    border-top: initial;
    border-bottom: 4px dashed;
    color: #f89c29;
}

.hybrid .btn {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 4px;
    text-shadow: none;
    text-transform: none;
}



.hybrid .btn > i {
    position: relative;
    top: 1px;
}
.hybrid .btn > i + span {
    padding-left: 10px;
    position: relative;
    top: -3px;
}
.hybrid .btn.btn-default {
    background: #ffffff;
    color: #646464;
    border: 1px solid #b1b1b1 !important;
}
.hybrid .btn.btn-blue {
    background: #333092;
    color: #ffffff;
}
.hybrid .btn.btn-orange {
    background: #f15c22;
    color: #ffffff;
}
.hybrid .btn.btn-gold {
    background: #f89c29;
    color: #ffffff;
}
.hybrid .btn.btn-red {
    background: #f43030;
    color: #ffffff;
}
.hybrid .btn.btn-yellow {
    background: #f7f713;
    color: #000000;
}
.hybrid .btn.btn-gray-darker {
    background: #474747;
    color: #ffffff;
}
.hybrid .btn.btn-black {
    background: #000000;
    color: #ffffff;
}
.hybrid .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}
.hybrid .btn.btn-sm {
    font-size: 11px;
    padding: 5px 10px;
}
.hybrid .btn.btn-lg {
    font-size: 18px;
    padding: 10px 16px;
}
.hybrid .btn.btn-full {
    width: 100%;
}
.hybrid .input-group-addon.btn {
    border: none;
    line-height: .8em;
}
.hybrid .input-group-addon.btn > i,
.hybrid span.btn > i {
    padding-right: 0;
}
.hybrid .text-gold {
    color: #f89c29;
}
.hybrid .text-white {
    color: #ffffff;
}

/* Compare Page Start */
.hybrid .card .com-title {
    color: #333092;
    font-size: 11px;
    height: 28px;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
}
.hybrid .card .ban-orng::before {
    border-color: transparent #ffffff transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
}
.hybrid .card .ban-orng {
    background-color: #f89c29;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 11px;
    position: relative;
    line-height: 11px;
}
.hybrid .card .compare-cuz {
    padding: 0;
}
.hybrid .card .compare-cuz .current-price {
    line-height: 33px;
}
.hybrid .card .compare-cuz .pay-txt {
    font-size: 8px;
    margin: -3px 0 0 40px;
    display: block;
}
.hybrid .card .compare-cuz .cta-addtocart::before {
    border-color: #f4f4f4 transparent transparent transparent;
    border-width: 8px;
    position: absolute;
    right: 43%;
    top: 0;
}
.hybrid .card th {
    font-weight: normal;
}
@media (max-width: 579px) {
    .hybrid .table-wrapper {
        font-family: "HelveticaNeueW01-55Roma";
    }
}
.hybrid .table-wrapper .table tr > td {
    border-top: none;
    border-right: 1px solid #e9eaed;
    vertical-align: middle;
    width: 32%;
    text-align: center;
    font-size: 12px;
}
.hybrid .table-wrapper .table tr > td > span.screen-size {
    position: relative;
    left: 30px;
    bottom: 22px;
}
.hybrid .table-wrapper .table tr > td > i.ico-m-phones-02 {
    font-size: 68px;
}
.hybrid .table-wrapper tbody > tr:nth-of-type(2n+1) {
    background-color: #f1f1f1;
}
@media (max-width: 579px) {
    .hybrid .table-wrapper td:nth-child(2) {
        color: #333092;
        font-weight: bold;
    }
}
@media (min-width: 580px) and (max-width: 749px) {
    .hybrid .table-wrapper td:nth-child(2) {
        color: #333092;
        font-weight: bold;
    }
}
@media (min-width: 750px) {
    .hybrid .table-wrapper .table tr > td {
        width: 16.5%;
    }
    
    .hybrid .table-wrapper td:nth-child(1),
    .hybrid .table-wrapper td:nth-child(3),
    .hybrid .table-wrapper td:nth-child(5) {
        color: #333092;
    }
    
    .hybrid .table-wrapper .storage-gb {
        display: block;
    }
}
@media (min-width: 750px) and (max-width: 979px) {
    .hybrid .normal-price {
        font-size: 12px !important;
    }
    
    .hybrid .current-price {
        font-size: 25px !important;
    }
    
    .hybrid .normal-price:before {
        top: 45%!important;
    }
}
@media only screen and (min-width: 750px) and (max-width: 856px) {
    .hybrid .card .compare-cuz .current-price {
        font-size: 15px !important;
    }
    
    .hybrid .card .ban-orng {
        font-size: 9px;
    }
}

/* Added missing variables Starts */

/*Add radio color*/
.sticky-compare-phones {
    transition: all 0.5s ease;
    position: fixed;
    width: 100%;
    padding: 3px 0;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 51;
}
.sticky-compare-phones.expanded {
    max-height: 80%;
    bottom: 249px;
}
@media (min-width: 750px) {
    .sticky-compare-phones.expanded {
        bottom: 171px;
    }
}
@media (max-width: 749px) {
    .sticky-compare-phones.expanded {
        bottom: 275px;
    }
}
@media (max-width: 579px) {
    .sticky-compare-phones.expanded {
        bottom: 254px;
    }
}
.sticky-compare-phones.collapsed {
    max-height: 0;
    bottom: 29px;
}
.sticky-phone-comparison-table {
    position: fixed;
    width: 100%;
    height: 85%;
    z-index: 51;
    transition: all 1s ease;
}
.sticky-phone-comparison-table.show-table {
    bottom: 12px;
    max-height: 80%;
}
@media (max-width: 979px) {
    .sticky-phone-comparison-table.show-table {
        bottom: 0;
        max-height: 89%;
        height: 89%;
    }
}
@media (max-width: 749px) {
    .sticky-phone-comparison-table.show-table {
        bottom: 52px;
        max-height: 82%;
        height: 82%;
    }
}
.sticky-phone-comparison-table.hide-table {
    max-height: 0;
    bottom: 0;
}
.sticky-phone-comparison-table .compare-wrapper {
    overflow-y: auto;
    height: 100%;
}
.sticky-phone-comparison-table > .container > .compare-collapse {
    margin-top: 0;
}
.hybrid .sticky {
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    padding: 3px 0;
    height: 40px;
    z-index: 130;
}
.hybrid .sticky .ico {
    font-size: 25px;
    line-height: 18px;
}
.hybrid .sticky .divider {
    border-right: 1px solid #b1b1b1;
    height: 34px;
}
.hybrid .sticky .ico-m-down-arrow-full {
    font-size: 16px;
    color: #F89C29;
}
.hybrid .sticky-footer .comwrap {
    width: 51px;
    margin: 4px auto 0;
    font-size: 8px;
}
.hybrid .sticky-footer .comwrap .ico-m-phone-detected-full {
    font-size: 17px;
    float: left;
    margin-right: 5px;
    padding-left: 5px;
    margin-bottom: -4px;
}
.hybrid .sticky-footer .comwrap .numtxt {
    padding-top: 5px;
    float: left;
}
.hybrid .sticky-footer .comwrap .ico-m-store-full {
    font-size: 21px;
    margin-top: -2px;
}
.hybrid .sticky-footer .comwrap .ico-m-review-full {
    margin-top: -4px;
}
.hybrid .sticky-footer .comwrap .comptxt,
.hybrid .sticky-footer .comwrap .ico-m-up-arrow-full {
    color: #333092;
    line-height: 11px;
}
.hybrid .sticky-footer .comwrap .ico-m-down-arrow-full {
    color: #F89C29;
    line-height: 11px;
}
.hybrid .sticky-footer .comwrap .comptxt {
    color: #646464;
    line-height: 11px;
}
.hybrid .sticky-footer .comwrap .ico-m-up-arrow-full {
    font-size: 16px;
    margin-top: -3px;
}
.hybrid .sticky-footer .comwrap .ico-m-down-arrow-full {
    font-size: 16px;
    margin-top: -3px;
}
.hybrid .sticky-footer .comwrap .ico-m-cart-full {
    margin-top: -6px;
}
.hybrid .sticky-footer .comwrap .comptxt2 {
    color: #646464;
    line-height: 8px;
}
.hybrid .sticky-footer .cuzwid-cart {
    width: 53px;
}
.hybrid .sticky-footer_02 .wishtxt {
    font-size: 11px;
    color: #646464;
    padding-top: 5px;
}
.hybrid .sticky-footer_02 .comwrap {
    width: 72px;
    margin: 5px auto 0;
}
.hybrid .sticky-footer_02 .customwidth {
    width: 83px;
    margin: 7px auto 0;
}
.hybrid .sticky-footer_02 .customwidth .ico {
    font-size: 20px;
}
.hybrid .sticky-footer_02 .customwidth .wishtxt {
    padding-top: 3px;
}
.hybrid .sticky-footer_03 .wishtxt {
    font-size: 11px;
    color: #646464;
}
.hybrid .sticky-footer_03 .comwrap {
    width: 72px;
    margin: 5px auto 0;
}
.hybrid .sticky-footer_03 .customwidth {
    width: 83px;
    margin: 7px auto 0;
}
.hybrid .sticky-footer_03 .customwidth .ico {
    font-size: 20px;
}
.hybrid .sticky-footer_03 .customwidth .wishtxt {
    padding-top: 3px;
}
.hybrid .sticky-footer_03 .customwidth_02 {
    width: 72px;
    margin: 2px auto;
}
.hybrid .sticky-footer_03 .customwidth_02 .itemtxt {
    line-height: 11px;
    font-size: 10px;
    width: 26px;
    color: #646464;
}
.hybrid .sticky-footer_03 .customwidth_02 .itemtxt small {
    font-size: 8px;
}
.hybrid .sticky-footer_03 .customwidth_02 .ico-m-up-arrow-full {
    font-size: 16px;
    color: #333092;
}
.hybrid .sticky-footer_04 .wishtxt {
    font-size: 11px;
    color: #646464;
}
.hybrid .sticky-footer_04 .comwrap {
    width: 72px;
    margin: 5px auto 0;
}
.hybrid .sticky-footer_04 .customwidth {
    width: 83px;
    margin: 7px auto 0;
}
.hybrid .sticky-footer_04 .customwidth .ico {
    font-size: 20px;
}
.hybrid .sticky-footer_04 .customwidth .wishtxt {
    padding-top: 3px;
}
.hybrid .sticky-footer_04 .customwidth_02 {
    width: 72px;
    margin: 2px auto;
}
.hybrid .sticky-footer_04 .customwidth_02 .itemtxt {
    line-height: 11px;
    font-size: 10px;
    width: 26px;
    color: #646464;
}
.hybrid .sticky-footer_04 .customwidth_02 .itemtxt small {
    font-size: 8px;
}
.hybrid .sticky-footer_04 .customwidth_02 .ico-m-up-arrow-full {
    font-size: 16px;
    color: #333092;
}
.hybrid .sticky-footer_04 .customwidth_02 .ico-m-phone-detected-full {
    font-size: 18px;
    margin-top: 7px;
}
.hybrid .sticky-footer_04 .customwidth_02 .cuz-width-item {
    width: 33px;
}
.hybrid .sticky-footer_04 .sticky-footer .active .comwrap .ico {
    color: #f89c29;
    text-decoration: none;
}
.hybrid .sticky-footer_04 .stickypadd {
    padding-bottom: 28px;
}
@media (min-width: 750px) {
    .hybrid .sticky-footer_04 .stickypadd {
        padding-bottom: 0px;
    }
}

/* Margin and Padding Start */
.m-100 {
    margin: 100px;
}
.m-95 {
    margin: 95px;
}
.m-90 {
    margin: 90px;
}
.m-85 {
    margin: 85px;
}
.m-80 {
    margin: 80px;
}
.m-75 {
    margin: 75px;
}
.m-70 {
    margin: 70px;
}
.m-65 {
    margin: 65px;
}
.m-60 {
    margin: 60px;
}
.m-55 {
    margin: 55px;
}
.m-50 {
    margin: 50px;
}
.m-45 {
    margin: 45px;
}
.m-40 {
    margin: 40px;
}
.m-35 {
    margin: 35px;
}
.m-30 {
    margin: 30px;
}
.m-25 {
    margin: 25px;
}
.m-20 {
    margin: 20px;
}
.m-15 {
    margin: 15px;
}
.m-10 {
    margin: 10px;
}
.m-5 {
    margin: 5px;
}
.hybrid .m-0 {
    margin: 0px;
}
.m-t-100 {
    margin-top: 100px;
}
.m-t-95 {
    margin-top: 95px;
}
.m-t-90 {
    margin-top: 90px;
}
.m-t-85 {
    margin-top: 85px;
}
.m-t-80 {
    margin-top: 80px;
}
.m-t-75 {
    margin-top: 75px;
}
.m-t-70 {
    margin-top: 70px;
}
.m-t-65 {
    margin-top: 65px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-55 {
    margin-top: 55px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-40 {
    margin-top: 40px;
}
.hybrid .m-t-35 {
    margin-top: 35px;
}
.hybrid .m-t-30 {
    margin-top: 30px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-20 {
    margin-top: 20px;
}
.hybrid .m-t-15 {
    margin-top: 15px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-0 {
    margin-top: 0px;
}
.m-r-100 {
    margin-right: 100px;
}
.m-r-95 {
    margin-right: 95px;
}
.m-r-90 {
    margin-right: 90px;
}
.m-r-85 {
    margin-right: 85px;
}
.m-r-80 {
    margin-right: 80px;
}
.m-r-75 {
    margin-right: 75px;
}
.m-r-70 {
    margin-right: 70px;
}
.m-r-65 {
    margin-right: 65px;
}
.m-r-60 {
    margin-right: 60px;
}
.m-r-55 {
    margin-right: 55px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-r-45 {
    margin-right: 45px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-0 {
    margin-right: 0px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-95 {
    margin-bottom: 95px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-b-85 {
    margin-bottom: 85px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-75 {
    margin-bottom: 75px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-65 {
    margin-bottom: 65px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-55 {
    margin-bottom: 55px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.hybrid .m-b-10 {
    margin-bottom: 10px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.hybrid .m-b-0 {
    margin-bottom: 0px;
}
.m-l-100 {
    margin-left: 100px;
}
.m-l-95 {
    margin-left: 95px;
}
.m-l-90 {
    margin-left: 90px;
}
.m-l-85 {
    margin-left: 85px;
}
.m-l-80 {
    margin-left: 80px;
}
.m-l-75 {
    margin-left: 75px;
}
.m-l-70 {
    margin-left: 70px;
}
.m-l-65 {
    margin-left: 65px;
}
.m-l-60 {
    margin-left: 60px;
}
.m-l-55 {
    margin-left: 55px;
}
.m-l-50 {
    margin-left: 50px;
}
.m-l-45 {
    margin-left: 45px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-0 {
    margin-left: 0px;
}
@media (max-width: 579px) {
    .m-100-xs {
        margin: 100px;
    }
    
    .m-95-xs {
        margin: 95px;
    }
    
    .m-90-xs {
        margin: 90px;
    }
    
    .m-85-xs {
        margin: 85px;
    }
    
    .m-80-xs {
        margin: 80px;
    }
    
    .m-75-xs {
        margin: 75px;
    }
    
    .m-70-xs {
        margin: 70px;
    }
    
    .m-65-xs {
        margin: 65px;
    }
    
    .m-60-xs {
        margin: 60px;
    }
    
    .m-55-xs {
        margin: 55px;
    }
    
    .m-50-xs {
        margin: 50px;
    }
    
    .m-45-xs {
        margin: 45px;
    }
    
    .m-40-xs {
        margin: 40px;
    }
    
    .m-35-xs {
        margin: 35px;
    }
    
    .m-30-xs {
        margin: 30px;
    }
    
    .m-25-xs {
        margin: 25px;
    }
    
    .m-20-xs {
        margin: 20px;
    }
    
    .m-15-xs {
        margin: 15px;
    }
    
    .m-10-xs {
        margin: 10px;
    }
    
    .m-5-xs {
        margin: 5px;
    }
    
    .m-0-xs {
        margin: 0px;
    }
    
    .m-t-100-xs {
        margin-top: 100px;
    }
    
    .m-t-95-xs {
        margin-top: 95px;
    }
    
    .m-t-90-xs {
        margin-top: 90px;
    }
    
    .m-t-85-xs {
        margin-top: 85px;
    }
    
    .m-t-80-xs {
        margin-top: 80px;
    }
    
    .m-t-75-xs {
        margin-top: 75px;
    }
    
    .m-t-70-xs {
        margin-top: 70px;
    }
    
    .m-t-65-xs {
        margin-top: 65px;
    }
    
    .m-t-60-xs {
        margin-top: 60px;
    }
    
    .m-t-55-xs {
        margin-top: 55px;
    }
    
    .m-t-50-xs {
        margin-top: 50px;
    }
    
    .m-t-45-xs {
        margin-top: 45px;
    }
    
    .m-t-40-xs {
        margin-top: 40px;
    }
    
    .m-t-35-xs {
        margin-top: 35px;
    }
    
    .m-t-30-xs {
        margin-top: 30px;
    }
    
    .m-t-25-xs {
        margin-top: 25px;
    }
    
    .m-t-20-xs {
        margin-top: 20px;
    }
    
    .m-t-15-xs {
        margin-top: 15px;
    }
    
    .m-t-10-xs {
        margin-top: 10px;
    }
    
    .m-t-5-xs {
        margin-top: 5px;
    }
    
    .m-t-0-xs {
        margin-top: 0px;
    }
    
    .m-r-100-xs {
        margin-right: 100px;
    }
    
    .m-r-95-xs {
        margin-right: 95px;
    }
    
    .m-r-90-xs {
        margin-right: 90px;
    }
    
    .m-r-85-xs {
        margin-right: 85px;
    }
    
    .m-r-80-xs {
        margin-right: 80px;
    }
    
    .m-r-75-xs {
        margin-right: 75px;
    }
    
    .m-r-70-xs {
        margin-right: 70px;
    }
    
    .m-r-65-xs {
        margin-right: 65px;
    }
    
    .m-r-60-xs {
        margin-right: 60px;
    }
    
    .m-r-55-xs {
        margin-right: 55px;
    }
    
    .m-r-50-xs {
        margin-right: 50px;
    }
    
    .m-r-45-xs {
        margin-right: 45px;
    }
    
    .m-r-40-xs {
        margin-right: 40px;
    }
    
    .m-r-35-xs {
        margin-right: 35px;
    }
    
    .m-r-30-xs {
        margin-right: 30px;
    }
    
    .m-r-25-xs {
        margin-right: 25px;
    }
    
    .m-r-20-xs {
        margin-right: 20px;
    }
    
    .m-r-15-xs {
        margin-right: 15px;
    }
    
    .m-r-10-xs {
        margin-right: 10px;
    }
    
    .m-r-5-xs {
        margin-right: 5px;
    }
    
    .m-r-0-xs {
        margin-right: 0px;
    }
    
    .m-b-100-xs {
        margin-bottom: 100px;
    }
    
    .m-b-95-xs {
        margin-bottom: 95px;
    }
    
    .m-b-90-xs {
        margin-bottom: 90px;
    }
    
    .m-b-85-xs {
        margin-bottom: 85px;
    }
    
    .m-b-80-xs {
        margin-bottom: 80px;
    }
    
    .m-b-75-xs {
        margin-bottom: 75px;
    }
    
    .m-b-70-xs {
        margin-bottom: 70px;
    }
    
    .m-b-65-xs {
        margin-bottom: 65px;
    }
    
    .m-b-60-xs {
        margin-bottom: 60px;
    }
    
    .m-b-55-xs {
        margin-bottom: 55px;
    }
    
    .m-b-50-xs {
        margin-bottom: 50px;
    }
    
    .m-b-45-xs {
        margin-bottom: 45px;
    }
    
    .m-b-40-xs {
        margin-bottom: 40px;
    }
    
    .m-b-35-xs {
        margin-bottom: 35px;
    }
    
    .m-b-30-xs {
        margin-bottom: 30px;
    }
    
    .m-b-25-xs {
        margin-bottom: 25px;
    }
    
    .m-b-20-xs {
        margin-bottom: 20px;
    }
    
    .m-b-15-xs {
        margin-bottom: 15px;
    }
    
    .m-b-10-xs {
        margin-bottom: 10px;
    }
    
    .m-b-5-xs {
        margin-bottom: 5px;
    }
    
    .m-b-0-xs {
        margin-bottom: 0px;
    }
    
    .m-l-100-xs {
        margin-left: 100px;
    }
    
    .m-l-95-xs {
        margin-left: 95px;
    }
    
    .m-l-90-xs {
        margin-left: 90px;
    }
    
    .m-l-85-xs {
        margin-left: 85px;
    }
    
    .m-l-80-xs {
        margin-left: 80px;
    }
    
    .m-l-75-xs {
        margin-left: 75px;
    }
    
    .m-l-70-xs {
        margin-left: 70px;
    }
    
    .m-l-65-xs {
        margin-left: 65px;
    }
    
    .m-l-60-xs {
        margin-left: 60px;
    }
    
    .m-l-55-xs {
        margin-left: 55px;
    }
    
    .m-l-50-xs {
        margin-left: 50px;
    }
    
    .m-l-45-xs {
        margin-left: 45px;
    }
    
    .m-l-40-xs {
        margin-left: 40px;
    }
    
    .m-l-35-xs {
        margin-left: 35px;
    }
    
    .m-l-30-xs {
        margin-left: 30px;
    }
    
    .m-l-25-xs {
        margin-left: 25px;
    }
    
    .m-l-20-xs {
        margin-left: 20px;
    }
    
    .m-l-15-xs {
        margin-left: 15px;
    }
    
    .m-l-10-xs {
        margin-left: 10px;
    }
    
    .m-l-5-xs {
        margin-left: 5px;
    }
    
    .m-l-0-xs {
        margin-left: 0px;
    }
}
@media (min-width: 580px) and (max-width: 749px) {
    .m-100-sm {
        margin: 100px;
    }
    
    .m-95-sm {
        margin: 95px;
    }
    
    .m-90-sm {
        margin: 90px;
    }
    
    .m-85-sm {
        margin: 85px;
    }
    
    .m-80-sm {
        margin: 80px;
    }
    
    .m-75-sm {
        margin: 75px;
    }
    
    .m-70-sm {
        margin: 70px;
    }
    
    .m-65-sm {
        margin: 65px;
    }
    
    .m-60-sm {
        margin: 60px;
    }
    
    .m-55-sm {
        margin: 55px;
    }
    
    .m-50-sm {
        margin: 50px;
    }
    
    .m-45-sm {
        margin: 45px;
    }
    
    .m-40-sm {
        margin: 40px;
    }
    
    .m-35-sm {
        margin: 35px;
    }
    
    .m-30-sm {
        margin: 30px;
    }
    
    .m-25-sm {
        margin: 25px;
    }
    
    .m-20-sm {
        margin: 20px;
    }
    
    .m-15-sm {
        margin: 15px;
    }
    
    .m-10-sm {
        margin: 10px;
    }
    
    .m-5-sm {
        margin: 5px;
    }
    
    .m-0-sm {
        margin: 0px;
    }
    
    .m-t-100-sm {
        margin-top: 100px;
    }
    
    .m-t-95-sm {
        margin-top: 95px;
    }
    
    .m-t-90-sm {
        margin-top: 90px;
    }
    
    .m-t-85-sm {
        margin-top: 85px;
    }
    
    .m-t-80-sm {
        margin-top: 80px;
    }
    
    .m-t-75-sm {
        margin-top: 75px;
    }
    
    .m-t-70-sm {
        margin-top: 70px;
    }
    
    .m-t-65-sm {
        margin-top: 65px;
    }
    
    .m-t-60-sm {
        margin-top: 60px;
    }
    
    .m-t-55-sm {
        margin-top: 55px;
    }
    
    .m-t-50-sm {
        margin-top: 50px;
    }
    
    .m-t-45-sm {
        margin-top: 45px;
    }
    
    .m-t-40-sm {
        margin-top: 40px;
    }
    
    .m-t-35-sm {
        margin-top: 35px;
    }
    
    .m-t-30-sm {
        margin-top: 30px;
    }
    
    .m-t-25-sm {
        margin-top: 25px;
    }
    
    .m-t-20-sm {
        margin-top: 20px;
    }
    
    .m-t-15-sm {
        margin-top: 15px;
    }
    
    .m-t-10-sm {
        margin-top: 10px;
    }
    
    .m-t-5-sm {
        margin-top: 5px;
    }
    
    .m-t-0-sm {
        margin-top: 0px;
    }
    
    .m-r-100-sm {
        margin-right: 100px;
    }
    
    .m-r-95-sm {
        margin-right: 95px;
    }
    
    .m-r-90-sm {
        margin-right: 90px;
    }
    
    .m-r-85-sm {
        margin-right: 85px;
    }
    
    .m-r-80-sm {
        margin-right: 80px;
    }
    
    .m-r-75-sm {
        margin-right: 75px;
    }
    
    .m-r-70-sm {
        margin-right: 70px;
    }
    
    .m-r-65-sm {
        margin-right: 65px;
    }
    
    .m-r-60-sm {
        margin-right: 60px;
    }
    
    .m-r-55-sm {
        margin-right: 55px;
    }
    
    .m-r-50-sm {
        margin-right: 50px;
    }
    
    .m-r-45-sm {
        margin-right: 45px;
    }
    
    .m-r-40-sm {
        margin-right: 40px;
    }
    
    .m-r-35-sm {
        margin-right: 35px;
    }
    
    .m-r-30-sm {
        margin-right: 30px;
    }
    
    .m-r-25-sm {
        margin-right: 25px;
    }
    
    .m-r-20-sm {
        margin-right: 20px;
    }
    
    .m-r-15-sm {
        margin-right: 15px;
    }
    
    .m-r-10-sm {
        margin-right: 10px;
    }
    
    .m-r-5-sm {
        margin-right: 5px;
    }
    
    .m-r-0-sm {
        margin-right: 0px;
    }
    
    .m-b-100-sm {
        margin-bottom: 100px;
    }
    
    .m-b-95-sm {
        margin-bottom: 95px;
    }
    
    .m-b-90-sm {
        margin-bottom: 90px;
    }
    
    .m-b-85-sm {
        margin-bottom: 85px;
    }
    
    .m-b-80-sm {
        margin-bottom: 80px;
    }
    
    .m-b-75-sm {
        margin-bottom: 75px;
    }
    
    .m-b-70-sm {
        margin-bottom: 70px;
    }
    
    .m-b-65-sm {
        margin-bottom: 65px;
    }
    
    .m-b-60-sm {
        margin-bottom: 60px;
    }
    
    .m-b-55-sm {
        margin-bottom: 55px;
    }
    
    .m-b-50-sm {
        margin-bottom: 50px;
    }
    
    .m-b-45-sm {
        margin-bottom: 45px;
    }
    
    .m-b-40-sm {
        margin-bottom: 40px;
    }
    
    .m-b-35-sm {
        margin-bottom: 35px;
    }
    
    .m-b-30-sm {
        margin-bottom: 30px;
    }
    
    .m-b-25-sm {
        margin-bottom: 25px;
    }
    
    .m-b-20-sm {
        margin-bottom: 20px;
    }
    
    .m-b-15-sm {
        margin-bottom: 15px;
    }
    
    .m-b-10-sm {
        margin-bottom: 10px;
    }
    
    .m-b-5-sm {
        margin-bottom: 5px;
    }
    
    .m-b-0-sm {
        margin-bottom: 0px;
    }
    
    .m-l-100-sm {
        margin-left: 100px;
    }
    
    .m-l-95-sm {
        margin-left: 95px;
    }
    
    .m-l-90-sm {
        margin-left: 90px;
    }
    
    .m-l-85-sm {
        margin-left: 85px;
    }
    
    .m-l-80-sm {
        margin-left: 80px;
    }
    
    .m-l-75-sm {
        margin-left: 75px;
    }
    
    .m-l-70-sm {
        margin-left: 70px;
    }
    
    .m-l-65-sm {
        margin-left: 65px;
    }
    
    .m-l-60-sm {
        margin-left: 60px;
    }
    
    .m-l-55-sm {
        margin-left: 55px;
    }
    
    .m-l-50-sm {
        margin-left: 50px;
    }
    
    .m-l-45-sm {
        margin-left: 45px;
    }
    
    .m-l-40-sm {
        margin-left: 40px;
    }
    
    .m-l-35-sm {
        margin-left: 35px;
    }
    
    .m-l-30-sm {
        margin-left: 30px;
    }
    
    .m-l-25-sm {
        margin-left: 25px;
    }
    
    .m-l-20-sm {
        margin-left: 20px;
    }
    
    .m-l-15-sm {
        margin-left: 15px;
    }
    
    .m-l-10-sm {
        margin-left: 10px;
    }
    
    .m-l-5-sm {
        margin-left: 5px;
    }
    
    .m-l-0-sm {
        margin-left: 0px;
    }
}
@media (min-width: 750px) and (max-width: 979px) {
    .m-100-md {
        margin: 100px;
    }
    
    .m-95-md {
        margin: 95px;
    }
    
    .m-90-md {
        margin: 90px;
    }
    
    .m-85-md {
        margin: 85px;
    }
    
    .m-80-md {
        margin: 80px;
    }
    
    .m-75-md {
        margin: 75px;
    }
    
    .m-70-md {
        margin: 70px;
    }
    
    .m-65-md {
        margin: 65px;
    }
    
    .m-60-md {
        margin: 60px;
    }
    
    .m-55-md {
        margin: 55px;
    }
    
    .m-50-md {
        margin: 50px;
    }
    
    .m-45-md {
        margin: 45px;
    }
    
    .m-40-md {
        margin: 40px;
    }
    
    .m-35-md {
        margin: 35px;
    }
    
    .m-30-md {
        margin: 30px;
    }
    
    .m-25-md {
        margin: 25px;
    }
    
    .m-20-md {
        margin: 20px;
    }
    
    .m-15-md {
        margin: 15px;
    }
    
    .m-10-md {
        margin: 10px;
    }
    
    .m-5-md {
        margin: 5px;
    }
    
    .m-0-md {
        margin: 0px;
    }
    
    .m-t-100-md {
        margin-top: 100px;
    }
    
    .m-t-95-md {
        margin-top: 95px;
    }
    
    .m-t-90-md {
        margin-top: 90px;
    }
    
    .m-t-85-md {
        margin-top: 85px;
    }
    
    .m-t-80-md {
        margin-top: 80px;
    }
    
    .m-t-75-md {
        margin-top: 75px;
    }
    
    .m-t-70-md {
        margin-top: 70px;
    }
    
    .m-t-65-md {
        margin-top: 65px;
    }
    
    .m-t-60-md {
        margin-top: 60px;
    }
    
    .m-t-55-md {
        margin-top: 55px;
    }
    
    .m-t-50-md {
        margin-top: 50px;
    }
    
    .m-t-45-md {
        margin-top: 45px;
    }
    
    .m-t-40-md {
        margin-top: 40px;
    }
    
    .m-t-35-md {
        margin-top: 35px;
    }
    
    .m-t-30-md {
        margin-top: 30px;
    }
    
    .m-t-25-md {
        margin-top: 25px;
    }
    
    .m-t-20-md {
        margin-top: 20px;
    }
    
    .m-t-15-md {
        margin-top: 15px;
    }
    
    .m-t-10-md {
        margin-top: 10px;
    }
    
    .m-t-5-md {
        margin-top: 5px;
    }
    
    .m-t-0-md {
        margin-top: 0px;
    }
    
    .m-r-100-md {
        margin-right: 100px;
    }
    
    .m-r-95-md {
        margin-right: 95px;
    }
    
    .m-r-90-md {
        margin-right: 90px;
    }
    
    .m-r-85-md {
        margin-right: 85px;
    }
    
    .m-r-80-md {
        margin-right: 80px;
    }
    
    .m-r-75-md {
        margin-right: 75px;
    }
    
    .m-r-70-md {
        margin-right: 70px;
    }
    
    .m-r-65-md {
        margin-right: 65px;
    }
    
    .m-r-60-md {
        margin-right: 60px;
    }
    
    .m-r-55-md {
        margin-right: 55px;
    }
    
    .m-r-50-md {
        margin-right: 50px;
    }
    
    .m-r-45-md {
        margin-right: 45px;
    }
    
    .m-r-40-md {
        margin-right: 40px;
    }
    
    .m-r-35-md {
        margin-right: 35px;
    }
    
    .m-r-30-md {
        margin-right: 30px;
    }
    
    .m-r-25-md {
        margin-right: 25px;
    }
    
    .m-r-20-md {
        margin-right: 20px;
    }
    
    .m-r-15-md {
        margin-right: 15px;
    }
    
    .m-r-10-md {
        margin-right: 10px;
    }
    
    .m-r-5-md {
        margin-right: 5px;
    }
    
    .m-r-0-md {
        margin-right: 0px;
    }
    
    .m-b-100-md {
        margin-bottom: 100px;
    }
    
    .m-b-95-md {
        margin-bottom: 95px;
    }
    
    .m-b-90-md {
        margin-bottom: 90px;
    }
    
    .m-b-85-md {
        margin-bottom: 85px;
    }
    
    .m-b-80-md {
        margin-bottom: 80px;
    }
    
    .m-b-75-md {
        margin-bottom: 75px;
    }
    
    .m-b-70-md {
        margin-bottom: 70px;
    }
    
    .m-b-65-md {
        margin-bottom: 65px;
    }
    
    .m-b-60-md {
        margin-bottom: 60px;
    }
    
    .m-b-55-md {
        margin-bottom: 55px;
    }
    
    .m-b-50-md {
        margin-bottom: 50px;
    }
    
    .m-b-45-md {
        margin-bottom: 45px;
    }
    
    .m-b-40-md {
        margin-bottom: 40px;
    }
    
    .m-b-35-md {
        margin-bottom: 35px;
    }
    
    .m-b-30-md {
        margin-bottom: 30px;
    }
    
    .m-b-25-md {
        margin-bottom: 25px;
    }
    
    .m-b-20-md {
        margin-bottom: 20px;
    }
    
    .m-b-15-md {
        margin-bottom: 15px;
    }
    
    .m-b-10-md {
        margin-bottom: 10px;
    }
    
    .m-b-5-md {
        margin-bottom: 5px;
    }
    
    .m-b-0-md {
        margin-bottom: 0px;
    }
    
    .m-l-100-md {
        margin-left: 100px;
    }
    
    .m-l-95-md {
        margin-left: 95px;
    }
    
    .m-l-90-md {
        margin-left: 90px;
    }
    
    .m-l-85-md {
        margin-left: 85px;
    }
    
    .m-l-80-md {
        margin-left: 80px;
    }
    
    .m-l-75-md {
        margin-left: 75px;
    }
    
    .m-l-70-md {
        margin-left: 70px;
    }
    
    .m-l-65-md {
        margin-left: 65px;
    }
    
    .m-l-60-md {
        margin-left: 60px;
    }
    
    .m-l-55-md {
        margin-left: 55px;
    }
    
    .m-l-50-md {
        margin-left: 50px;
    }
    
    .m-l-45-md {
        margin-left: 45px;
    }
    
    .m-l-40-md {
        margin-left: 40px;
    }
    
    .m-l-35-md {
        margin-left: 35px;
    }
    
    .m-l-30-md {
        margin-left: 30px;
    }
    
    .m-l-25-md {
        margin-left: 25px;
    }
    
    .m-l-20-md {
        margin-left: 20px;
    }
    
    .m-l-15-md {
        margin-left: 15px;
    }
    
    .m-l-10-md {
        margin-left: 10px;
    }
    
    .m-l-5-md {
        margin-left: 5px;
    }
    
    .m-l-0-md {
        margin-left: 0px;
    }
}
@media (min-width: 980px) {
    .m-100-lg {
        margin: 100px;
    }
    
    .m-95-lg {
        margin: 95px;
    }
    
    .m-90-lg {
        margin: 90px;
    }
    
    .m-85-lg {
        margin: 85px;
    }
    
    .m-80-lg {
        margin: 80px;
    }
    
    .m-75-lg {
        margin: 75px;
    }
    
    .m-70-lg {
        margin: 70px;
    }
    
    .m-65-lg {
        margin: 65px;
    }
    
    .m-60-lg {
        margin: 60px;
    }
    
    .m-55-lg {
        margin: 55px;
    }
    
    .m-50-lg {
        margin: 50px;
    }
    
    .m-45-lg {
        margin: 45px;
    }
    
    .m-40-lg {
        margin: 40px;
    }
    
    .m-35-lg {
        margin: 35px;
    }
    
    .m-30-lg {
        margin: 30px;
    }
    
    .m-25-lg {
        margin: 25px;
    }
    
    .m-20-lg {
        margin: 20px;
    }
    
    .m-15-lg {
        margin: 15px;
    }
    
    .m-10-lg {
        margin: 10px;
    }
    
    .m-5-lg {
        margin: 5px;
    }
    
    .m-0-lg {
        margin: 0px;
    }
    
    .m-t-100-lg {
        margin-top: 100px;
    }
    
    .m-t-95-lg {
        margin-top: 95px;
    }
    
    .m-t-90-lg {
        margin-top: 90px;
    }
    
    .m-t-85-lg {
        margin-top: 85px;
    }
    
    .m-t-80-lg {
        margin-top: 80px;
    }
    
    .m-t-75-lg {
        margin-top: 75px;
    }
    
    .m-t-70-lg {
        margin-top: 70px;
    }
    
    .m-t-65-lg {
        margin-top: 65px;
    }
    
    .m-t-60-lg {
        margin-top: 60px;
    }
    
    .m-t-55-lg {
        margin-top: 55px;
    }
    
    .m-t-50-lg {
        margin-top: 50px;
    }
    
    .m-t-45-lg {
        margin-top: 45px;
    }
    
    .m-t-40-lg {
        margin-top: 40px;
    }
    
    .m-t-35-lg {
        margin-top: 35px;
    }
    
    .m-t-30-lg {
        margin-top: 30px;
    }
    
    .m-t-25-lg {
        margin-top: 25px;
    }
    
    .m-t-20-lg {
        margin-top: 20px;
    }
    
    .m-t-15-lg {
        margin-top: 15px;
    }
    
    .m-t-10-lg {
        margin-top: 10px;
    }
    
    .m-t-5-lg {
        margin-top: 5px;
    }
    
    .m-t-0-lg {
        margin-top: 0px;
    }
    
    .m-r-100-lg {
        margin-right: 100px;
    }
    
    .m-r-95-lg {
        margin-right: 95px;
    }
    
    .m-r-90-lg {
        margin-right: 90px;
    }
    
    .m-r-85-lg {
        margin-right: 85px;
    }
    
    .m-r-80-lg {
        margin-right: 80px;
    }
    
    .m-r-75-lg {
        margin-right: 75px;
    }
    
    .m-r-70-lg {
        margin-right: 70px;
    }
    
    .m-r-65-lg {
        margin-right: 65px;
    }
    
    .m-r-60-lg {
        margin-right: 60px;
    }
    
    .m-r-55-lg {
        margin-right: 55px;
    }
    
    .m-r-50-lg {
        margin-right: 50px;
    }
    
    .m-r-45-lg {
        margin-right: 45px;
    }
    
    .m-r-40-lg {
        margin-right: 40px;
    }
    
    .m-r-35-lg {
        margin-right: 35px;
    }
    
    .m-r-30-lg {
        margin-right: 30px;
    }
    
    .m-r-25-lg {
        margin-right: 25px;
    }
    
    .m-r-20-lg {
        margin-right: 20px;
    }
    
    .m-r-15-lg {
        margin-right: 15px;
    }
    
    .m-r-10-lg {
        margin-right: 10px;
    }
    
    .m-r-5-lg {
        margin-right: 5px;
    }
    
    .m-r-0-lg {
        margin-right: 0px;
    }
    
    .m-b-100-lg {
        margin-bottom: 100px;
    }
    
    .m-b-95-lg {
        margin-bottom: 95px;
    }
    
    .m-b-90-lg {
        margin-bottom: 90px;
    }
    
    .m-b-85-lg {
        margin-bottom: 85px;
    }
    
    .m-b-80-lg {
        margin-bottom: 80px;
    }
    
    .m-b-75-lg {
        margin-bottom: 75px;
    }
    
    .m-b-70-lg {
        margin-bottom: 70px;
    }
    
    .m-b-65-lg {
        margin-bottom: 65px;
    }
    
    .m-b-60-lg {
        margin-bottom: 60px;
    }
    
    .m-b-55-lg {
        margin-bottom: 55px;
    }
    
    .m-b-50-lg {
        margin-bottom: 50px;
    }
    
    .m-b-45-lg {
        margin-bottom: 45px;
    }
    
    .m-b-40-lg {
        margin-bottom: 40px;
    }
    
    .m-b-35-lg {
        margin-bottom: 35px;
    }
    
    .m-b-30-lg {
        margin-bottom: 30px;
    }
    
    .m-b-25-lg {
        margin-bottom: 25px;
    }
    
    .m-b-20-lg {
        margin-bottom: 20px;
    }
    
    .m-b-15-lg {
        margin-bottom: 15px;
    }
    
    .m-b-10-lg {
        margin-bottom: 10px;
    }
    
    .m-b-5-lg {
        margin-bottom: 5px;
    }
    
    .m-b-0-lg {
        margin-bottom: 0px;
    }
    
    .m-l-100-lg {
        margin-left: 100px;
    }
    
    .m-l-95-lg {
        margin-left: 95px;
    }
    
    .m-l-90-lg {
        margin-left: 90px;
    }
    
    .m-l-85-lg {
        margin-left: 85px;
    }
    
    .m-l-80-lg {
        margin-left: 80px;
    }
    
    .m-l-75-lg {
        margin-left: 75px;
    }
    
    .m-l-70-lg {
        margin-left: 70px;
    }
    
    .m-l-65-lg {
        margin-left: 65px;
    }
    
    .m-l-60-lg {
        margin-left: 60px;
    }
    
    .m-l-55-lg {
        margin-left: 55px;
    }
    
    .m-l-50-lg {
        margin-left: 50px;
    }
    
    .m-l-45-lg {
        margin-left: 45px;
    }
    
    .m-l-40-lg {
        margin-left: 40px;
    }
    
    .m-l-35-lg {
        margin-left: 35px;
    }
    
    .m-l-30-lg {
        margin-left: 30px;
    }
    
    .m-l-25-lg {
        margin-left: 25px;
    }
    
    .m-l-20-lg {
        margin-left: 20px;
    }
    
    .m-l-15-lg {
        margin-left: 15px;
    }
    
    .m-l-10-lg {
        margin-left: 10px;
    }
    
    .m-l-5-lg {
        margin-left: 5px;
    }
    
    .m-l-0-lg {
        margin-left: 0px;
    }
}
.p-100 {
    padding: 100px;
}
.p-95 {
    padding: 95px;
}
.p-90 {
    padding: 90px;
}
.p-85 {
    padding: 85px;
}
.p-80 {
    padding: 80px;
}
.p-75 {
    padding: 75px;
}
.p-70 {
    padding: 70px;
}
.p-65 {
    padding: 65px;
}
.p-60 {
    padding: 60px;
}
.p-55 {
    padding: 55px;
}
.p-50 {
    padding: 50px;
}
.p-45 {
    padding: 45px;
}
.p-40 {
    padding: 40px;
}
.p-35 {
    padding: 35px;
}
.p-30 {
    padding: 30px;
}
.p-25 {
    padding: 25px;
}
.p-20 {
    padding: 20px;
}
.p-15 {
    padding: 15px;
}
.p-10 {
    padding: 10px;
}
.p-5 {
    padding: 5px;
}
.p-0 {
    padding: 0px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-t-95 {
    padding-top: 95px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-t-85 {
    padding-top: 85px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-t-75 {
    padding-top: 75px;
}
.p-t-70 {
    padding-top: 70px;
}
.p-t-65 {
    padding-top: 65px;
}
.p-t-60 {
    padding-top: 60px;
}
.p-t-55 {
    padding-top: 55px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-45 {
    padding-top: 45px;
}
.hybrid .p-t-40 {
    padding-top: 40px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-0 {
    padding-top: 0px;
}
.p-r-100 {
    padding-right: 100px;
}
.p-r-95 {
    padding-right: 95px;
}
.p-r-90 {
    padding-right: 90px;
}
.p-r-85 {
    padding-right: 85px;
}
.p-r-80 {
    padding-right: 80px;
}
.p-r-75 {
    padding-right: 75px;
}
.p-r-70 {
    padding-right: 70px;
}
.p-r-65 {
    padding-right: 65px;
}
.p-r-60 {
    padding-right: 60px;
}
.p-r-55 {
    padding-right: 55px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-r-45 {
    padding-right: 45px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-r-35 {
    padding-right: 35px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-b-95 {
    padding-bottom: 95px;
}
.p-b-90 {
    padding-bottom: 90px;
}
.p-b-85 {
    padding-bottom: 85px;
}
.p-b-80 {
    padding-bottom: 80px;
}
.p-b-75 {
    padding-bottom: 75px;
}
.p-b-70 {
    padding-bottom: 70px;
}
.p-b-65 {
    padding-bottom: 65px;
}
.p-b-60 {
    padding-bottom: 60px !important;
}
.p-b-55 {
    padding-bottom: 55px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-45 {
    padding-bottom: 45px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-l-100 {
    padding-left: 100px;
}
.p-l-95 {
    padding-left: 95px;
}
.p-l-90 {
    padding-left: 90px;
}
.p-l-85 {
    padding-left: 85px;
}
.p-l-80 {
    padding-left: 80px;
}
.p-l-75 {
    padding-left: 75px;
}
.p-l-70 {
    padding-left: 70px;
}
.p-l-65 {
    padding-left: 65px;
}
.p-l-60 {
    padding-left: 60px;
}
.p-l-55 {
    padding-left: 55px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-l-45 {
    padding-left: 45px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-35 {
    padding-left: 35px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-0 {
    padding-left: 0px;
}
@media (max-width: 579px) {
    .p-100-xs {
        padding: 100px;
    }
    
    .p-95-xs {
        padding: 95px;
    }
    
    .p-90-xs {
        padding: 90px;
    }
    
    .p-85-xs {
        padding: 85px;
    }
    
    .p-80-xs {
        padding: 80px;
    }
    
    .p-75-xs {
        padding: 75px;
    }
    
    .p-70-xs {
        padding: 70px;
    }
    
    .p-65-xs {
        padding: 65px;
    }
    
    .p-60-xs {
        padding: 60px;
    }
    
    .p-55-xs {
        padding: 55px;
    }
    
    .p-50-xs {
        padding: 50px;
    }
    
    .p-45-xs {
        padding: 45px;
    }
    
    .p-40-xs {
        padding: 40px;
    }
    
    .p-35-xs {
        padding: 35px;
    }
    
    .p-30-xs {
        padding: 30px;
    }
    
    .p-25-xs {
        padding: 25px;
    }
    
    .p-20-xs {
        padding: 20px;
    }
    
    .p-15-xs {
        padding: 15px;
    }
    
    .p-10-xs {
        padding: 10px;
    }
    
    .p-5-xs {
        padding: 5px;
    }
    
    .p-0-xs {
        padding: 0px;
    }
    
    .p-t-100-xs {
        padding-top: 100px;
    }
    
    .p-t-95-xs {
        padding-top: 95px;
    }
    
    .p-t-90-xs {
        padding-top: 90px;
    }
    
    .p-t-85-xs {
        padding-top: 85px;
    }
    
    .p-t-80-xs {
        padding-top: 80px;
    }
    
    .p-t-75-xs {
        padding-top: 75px;
    }
    
    .p-t-70-xs {
        padding-top: 70px;
    }
    
    .p-t-65-xs {
        padding-top: 65px;
    }
    
    .p-t-60-xs {
        padding-top: 60px;
    }
    
    .p-t-55-xs {
        padding-top: 55px;
    }
    
    .p-t-50-xs {
        padding-top: 50px;
    }
    
    .p-t-45-xs {
        padding-top: 45px;
    }
    
    .p-t-40-xs {
        padding-top: 40px;
    }
    
    .p-t-35-xs {
        padding-top: 35px;
    }
    
    .p-t-30-xs {
        padding-top: 30px;
    }
    
    .p-t-25-xs {
        padding-top: 25px;
    }
    
    .p-t-20-xs {
        padding-top: 20px;
    }
    
    .p-t-15-xs {
        padding-top: 15px;
    }
    
    .p-t-10-xs {
        padding-top: 10px;
    }
    
    .p-t-5-xs {
        padding-top: 5px;
    }
    
    .p-t-0-xs {
        padding-top: 0px;
    }
    
    .p-r-100-xs {
        padding-right: 100px;
    }
    
    .p-r-95-xs {
        padding-right: 95px;
    }
    
    .p-r-90-xs {
        padding-right: 90px;
    }
    
    .p-r-85-xs {
        padding-right: 85px;
    }
    
    .p-r-80-xs {
        padding-right: 80px;
    }
    
    .p-r-75-xs {
        padding-right: 75px;
    }
    
    .p-r-70-xs {
        padding-right: 70px;
    }
    
    .p-r-65-xs {
        padding-right: 65px;
    }
    
    .p-r-60-xs {
        padding-right: 60px;
    }
    
    .p-r-55-xs {
        padding-right: 55px;
    }
    
    .p-r-50-xs {
        padding-right: 50px;
    }
    
    .p-r-45-xs {
        padding-right: 45px;
    }
    
    .p-r-40-xs {
        padding-right: 40px;
    }
    
    .p-r-35-xs {
        padding-right: 35px;
    }
    
    .p-r-30-xs {
        padding-right: 30px;
    }
    
    .p-r-25-xs {
        padding-right: 25px;
    }
    
    .p-r-20-xs {
        padding-right: 20px;
    }
    
    .p-r-15-xs {
        padding-right: 15px;
    }
    
    .p-r-10-xs {
        padding-right: 10px;
    }
    
    .p-r-5-xs {
        padding-right: 5px;
    }
    
    .p-r-0-xs {
        padding-right: 0px;
    }
    
    .p-b-100-xs {
        padding-bottom: 100px;
    }
    
    .p-b-95-xs {
        padding-bottom: 95px;
    }
    
    .p-b-90-xs {
        padding-bottom: 90px;
    }
    
    .p-b-85-xs {
        padding-bottom: 85px;
    }
    
    .p-b-80-xs {
        padding-bottom: 80px;
    }
    
    .p-b-75-xs {
        padding-bottom: 75px;
    }
    
    .p-b-70-xs {
        padding-bottom: 70px;
    }
    
    .p-b-65-xs {
        padding-bottom: 65px;
    }
    
    .p-b-60-xs {
        padding-bottom: 60px;
    }
    
    .p-b-55-xs {
        padding-bottom: 55px;
    }
    
    .p-b-50-xs {
        padding-bottom: 50px;
    }
    
    .p-b-45-xs {
        padding-bottom: 45px;
    }
    
    .p-b-40-xs {
        padding-bottom: 40px;
    }
    
    .p-b-35-xs {
        padding-bottom: 35px;
    }
    
    .p-b-30-xs {
        padding-bottom: 30px;
    }
    
    .p-b-25-xs {
        padding-bottom: 25px;
    }
    
    .p-b-20-xs {
        padding-bottom: 20px;
    }
    
    .p-b-15-xs {
        padding-bottom: 15px;
    }
    
    .p-b-10-xs {
        padding-bottom: 10px;
    }
    
    .p-b-5-xs {
        padding-bottom: 5px;
    }
    
    .p-b-0-xs {
        padding-bottom: 0px;
    }
    
    .p-l-100-xs {
        padding-left: 100px;
    }
    
    .p-l-95-xs {
        padding-left: 95px;
    }
    
    .p-l-90-xs {
        padding-left: 90px;
    }
    
    .p-l-85-xs {
        padding-left: 85px;
    }
    
    .p-l-80-xs {
        padding-left: 80px;
    }
    
    .p-l-75-xs {
        padding-left: 75px;
    }
    
    .p-l-70-xs {
        padding-left: 70px;
    }
    
    .p-l-65-xs {
        padding-left: 65px;
    }
    
    .p-l-60-xs {
        padding-left: 60px;
    }
    
    .p-l-55-xs {
        padding-left: 55px;
    }
    
    .p-l-50-xs {
        padding-left: 50px;
    }
    
    .p-l-45-xs {
        padding-left: 45px;
    }
    
    .p-l-40-xs {
        padding-left: 40px;
    }
    
    .p-l-35-xs {
        padding-left: 35px;
    }
    
    .p-l-30-xs {
        padding-left: 30px;
    }
    
    .p-l-25-xs {
        padding-left: 25px;
    }
    
    .p-l-20-xs {
        padding-left: 20px;
    }
    
    .p-l-15-xs {
        padding-left: 15px;
    }
    
    .p-l-10-xs {
        padding-left: 10px;
    }
    
    .p-l-5-xs {
        padding-left: 5px;
    }
    
    .p-l-0-xs {
        padding-left: 0px;
    }
}
@media (min-width: 580px) and (max-width: 749px) {
    .p-100-sm {
        padding: 100px;
    }
    
    .p-95-sm {
        padding: 95px;
    }
    
    .p-90-sm {
        padding: 90px;
    }
    
    .p-85-sm {
        padding: 85px;
    }
    
    .p-80-sm {
        padding: 80px;
    }
    
    .p-75-sm {
        padding: 75px;
    }
    
    .p-70-sm {
        padding: 70px;
    }
    
    .p-65-sm {
        padding: 65px;
    }
    
    .p-60-sm {
        padding: 60px;
    }
    
    .p-55-sm {
        padding: 55px;
    }
    
    .p-50-sm {
        padding: 50px;
    }
    
    .p-45-sm {
        padding: 45px;
    }
    
    .p-40-sm {
        padding: 40px;
    }
    
    .p-35-sm {
        padding: 35px;
    }
    
    .p-30-sm {
        padding: 30px;
    }
    
    .p-25-sm {
        padding: 25px;
    }
    
    .p-20-sm {
        padding: 20px;
    }
    
    .p-15-sm {
        padding: 15px;
    }
    
    .p-10-sm {
        padding: 10px;
    }
    
    .p-5-sm {
        padding: 5px;
    }
    
    .p-0-sm {
        padding: 0px;
    }
    
    .p-t-100-sm {
        padding-top: 100px;
    }
    
    .p-t-95-sm {
        padding-top: 95px;
    }
    
    .p-t-90-sm {
        padding-top: 90px;
    }
    
    .p-t-85-sm {
        padding-top: 85px;
    }
    
    .p-t-80-sm {
        padding-top: 80px;
    }
    
    .p-t-75-sm {
        padding-top: 75px;
    }
    
    .p-t-70-sm {
        padding-top: 70px;
    }
    
    .p-t-65-sm {
        padding-top: 65px;
    }
    
    .p-t-60-sm {
        padding-top: 60px;
    }
    
    .p-t-55-sm {
        padding-top: 55px;
    }
    
    .p-t-50-sm {
        padding-top: 50px;
    }
    
    .p-t-45-sm {
        padding-top: 45px;
    }
    
    .p-t-40-sm {
        padding-top: 40px;
    }
    
    .p-t-35-sm {
        padding-top: 35px;
    }
    
    .p-t-30-sm {
        padding-top: 30px;
    }
    
    .p-t-25-sm {
        padding-top: 25px;
    }
    
    .p-t-20-sm {
        padding-top: 20px;
    }
    
    .p-t-15-sm {
        padding-top: 15px;
    }
    
    .p-t-10-sm {
        padding-top: 10px;
    }
    
    .p-t-5-sm {
        padding-top: 5px;
    }
    
    .p-t-0-sm {
        padding-top: 0px;
    }
    
    .p-r-100-sm {
        padding-right: 100px;
    }
    
    .p-r-95-sm {
        padding-right: 95px;
    }
    
    .p-r-90-sm {
        padding-right: 90px;
    }
    
    .p-r-85-sm {
        padding-right: 85px;
    }
    
    .p-r-80-sm {
        padding-right: 80px;
    }
    
    .p-r-75-sm {
        padding-right: 75px;
    }
    
    .p-r-70-sm {
        padding-right: 70px;
    }
    
    .p-r-65-sm {
        padding-right: 65px;
    }
    
    .p-r-60-sm {
        padding-right: 60px;
    }
    
    .p-r-55-sm {
        padding-right: 55px;
    }
    
    .p-r-50-sm {
        padding-right: 50px;
    }
    
    .p-r-45-sm {
        padding-right: 45px;
    }
    
    .p-r-40-sm {
        padding-right: 40px;
    }
    
    .p-r-35-sm {
        padding-right: 35px;
    }
    
    .p-r-30-sm {
        padding-right: 30px;
    }
    
    .p-r-25-sm {
        padding-right: 25px;
    }
    
    .p-r-20-sm {
        padding-right: 20px;
    }
    
    .p-r-15-sm {
        padding-right: 15px;
    }
    
    .p-r-10-sm {
        padding-right: 10px;
    }
    
    .p-r-5-sm {
        padding-right: 5px;
    }
    
    .p-r-0-sm {
        padding-right: 0px;
    }
    
    .p-b-100-sm {
        padding-bottom: 100px;
    }
    
    .p-b-95-sm {
        padding-bottom: 95px;
    }
    
    .p-b-90-sm {
        padding-bottom: 90px;
    }
    
    .p-b-85-sm {
        padding-bottom: 85px;
    }
    
    .p-b-80-sm {
        padding-bottom: 80px;
    }
    
    .p-b-75-sm {
        padding-bottom: 75px;
    }
    
    .p-b-70-sm {
        padding-bottom: 70px;
    }
    
    .p-b-65-sm {
        padding-bottom: 65px;
    }
    
    .p-b-60-sm {
        padding-bottom: 60px;
    }
    
    .p-b-55-sm {
        padding-bottom: 55px;
    }
    
    .p-b-50-sm {
        padding-bottom: 50px;
    }
    
    .p-b-45-sm {
        padding-bottom: 45px;
    }
    
    .p-b-40-sm {
        padding-bottom: 40px;
    }
    
    .p-b-35-sm {
        padding-bottom: 35px;
    }
    
    .p-b-30-sm {
        padding-bottom: 30px;
    }
    
    .p-b-25-sm {
        padding-bottom: 25px;
    }
    
    .p-b-20-sm {
        padding-bottom: 20px;
    }
    
    .p-b-15-sm {
        padding-bottom: 15px;
    }
    
    .p-b-10-sm {
        padding-bottom: 10px;
    }
    
    .p-b-5-sm {
        padding-bottom: 5px;
    }
    
    .p-b-0-sm {
        padding-bottom: 0px;
    }
    
    .p-l-100-sm {
        padding-left: 100px;
    }
    
    .p-l-95-sm {
        padding-left: 95px;
    }
    
    .p-l-90-sm {
        padding-left: 90px;
    }
    
    .p-l-85-sm {
        padding-left: 85px;
    }
    
    .p-l-80-sm {
        padding-left: 80px;
    }
    
    .p-l-75-sm {
        padding-left: 75px;
    }
    
    .p-l-70-sm {
        padding-left: 70px;
    }
    
    .p-l-65-sm {
        padding-left: 65px;
    }
    
    .p-l-60-sm {
        padding-left: 60px;
    }
    
    .p-l-55-sm {
        padding-left: 55px;
    }
    
    .p-l-50-sm {
        padding-left: 50px;
    }
    
    .p-l-45-sm {
        padding-left: 45px;
    }
    
    .p-l-40-sm {
        padding-left: 40px;
    }
    
    .p-l-35-sm {
        padding-left: 35px;
    }
    
    .p-l-30-sm {
        padding-left: 30px;
    }
    
    .p-l-25-sm {
        padding-left: 25px;
    }
    
    .p-l-20-sm {
        padding-left: 20px;
    }
    
    .p-l-15-sm {
        padding-left: 15px;
    }
    
    .p-l-10-sm {
        padding-left: 10px;
    }
    
    .p-l-5-sm {
        padding-left: 5px;
    }
    
    .p-l-0-sm {
        padding-left: 0px;
    }
}
@media (min-width: 750px) and (max-width: 979px) {
    .p-100-md {
        padding: 100px;
    }
    
    .p-95-md {
        padding: 95px;
    }
    
    .p-90-md {
        padding: 90px;
    }
    
    .p-85-md {
        padding: 85px;
    }
    
    .p-80-md {
        padding: 80px;
    }
    
    .p-75-md {
        padding: 75px;
    }
    
    .p-70-md {
        padding: 70px;
    }
    
    .p-65-md {
        padding: 65px;
    }
    
    .p-60-md {
        padding: 60px;
    }
    
    .p-55-md {
        padding: 55px;
    }
    
    .p-50-md {
        padding: 50px;
    }
    
    .p-45-md {
        padding: 45px;
    }
    
    .p-40-md {
        padding: 40px;
    }
    
    .p-35-md {
        padding: 35px;
    }
    
    .p-30-md {
        padding: 30px;
    }
    
    .p-25-md {
        padding: 25px;
    }
    
    .p-20-md {
        padding: 20px;
    }
    
    .p-15-md {
        padding: 15px;
    }
    
    .p-10-md {
        padding: 10px;
    }
    
    .p-5-md {
        padding: 5px;
    }
    
    .p-0-md {
        padding: 0px;
    }
    
    .p-t-100-md {
        padding-top: 100px;
    }
    
    .p-t-95-md {
        padding-top: 95px;
    }
    
    .p-t-90-md {
        padding-top: 90px;
    }
    
    .p-t-85-md {
        padding-top: 85px;
    }
    
    .p-t-80-md {
        padding-top: 80px;
    }
    
    .p-t-75-md {
        padding-top: 75px;
    }
    
    .p-t-70-md {
        padding-top: 70px;
    }
    
    .p-t-65-md {
        padding-top: 65px;
    }
    
    .p-t-60-md {
        padding-top: 60px;
    }
    
    .p-t-55-md {
        padding-top: 55px;
    }
    
    .p-t-50-md {
        padding-top: 50px;
    }
    
    .p-t-45-md {
        padding-top: 45px;
    }
    
    .p-t-40-md {
        padding-top: 40px;
    }
    
    .p-t-35-md {
        padding-top: 35px;
    }
    
    .p-t-30-md {
        padding-top: 30px;
    }
    
    .p-t-25-md {
        padding-top: 25px;
    }
    
    .p-t-20-md {
        padding-top: 20px;
    }
    
    .p-t-15-md {
        padding-top: 15px;
    }
    
    .p-t-10-md {
        padding-top: 10px;
    }
    
    .p-t-5-md {
        padding-top: 5px;
    }
    
    .p-t-0-md {
        padding-top: 0px;
    }
    
    .p-r-100-md {
        padding-right: 100px;
    }
    
    .p-r-95-md {
        padding-right: 95px;
    }
    
    .p-r-90-md {
        padding-right: 90px;
    }
    
    .p-r-85-md {
        padding-right: 85px;
    }
    
    .p-r-80-md {
        padding-right: 80px;
    }
    
    .p-r-75-md {
        padding-right: 75px;
    }
    
    .p-r-70-md {
        padding-right: 70px;
    }
    
    .p-r-65-md {
        padding-right: 65px;
    }
    
    .p-r-60-md {
        padding-right: 60px;
    }
    
    .p-r-55-md {
        padding-right: 55px;
    }
    
    .p-r-50-md {
        padding-right: 50px;
    }
    
    .p-r-45-md {
        padding-right: 45px;
    }
    
    .p-r-40-md {
        padding-right: 40px;
    }
    
    .p-r-35-md {
        padding-right: 35px;
    }
    
    .p-r-30-md {
        padding-right: 30px;
    }
    
    .p-r-25-md {
        padding-right: 25px;
    }
    
    .p-r-20-md {
        padding-right: 20px;
    }
    
    .p-r-15-md {
        padding-right: 15px;
    }
    
    .p-r-10-md {
        padding-right: 10px;
    }
    
    .p-r-5-md {
        padding-right: 5px;
    }
    
    .p-r-0-md {
        padding-right: 0px;
    }
    
    .p-b-100-md {
        padding-bottom: 100px;
    }
    
    .p-b-95-md {
        padding-bottom: 95px;
    }
    
    .p-b-90-md {
        padding-bottom: 90px;
    }
    
    .p-b-85-md {
        padding-bottom: 85px;
    }
    
    .p-b-80-md {
        padding-bottom: 80px;
    }
    
    .p-b-75-md {
        padding-bottom: 75px;
    }
    
    .p-b-70-md {
        padding-bottom: 70px;
    }
    
    .p-b-65-md {
        padding-bottom: 65px;
    }
    
    .p-b-60-md {
        padding-bottom: 60px;
    }
    
    .p-b-55-md {
        padding-bottom: 55px;
    }
    
    .p-b-50-md {
        padding-bottom: 50px;
    }
    
    .p-b-45-md {
        padding-bottom: 45px;
    }
    
    .p-b-40-md {
        padding-bottom: 40px;
    }
    
    .p-b-35-md {
        padding-bottom: 35px;
    }
    
    .p-b-30-md {
        padding-bottom: 30px;
    }
    
    .p-b-25-md {
        padding-bottom: 25px;
    }
    
    .p-b-20-md {
        padding-bottom: 20px;
    }
    
    .p-b-15-md {
        padding-bottom: 15px;
    }
    
    .p-b-10-md {
        padding-bottom: 10px;
    }
    
    .p-b-5-md {
        padding-bottom: 5px;
    }
    
    .p-b-0-md {
        padding-bottom: 0px;
    }
    
    .p-l-100-md {
        padding-left: 100px;
    }
    
    .p-l-95-md {
        padding-left: 95px;
    }
    
    .p-l-90-md {
        padding-left: 90px;
    }
    
    .p-l-85-md {
        padding-left: 85px;
    }
    
    .p-l-80-md {
        padding-left: 80px;
    }
    
    .p-l-75-md {
        padding-left: 75px;
    }
    
    .p-l-70-md {
        padding-left: 70px;
    }
    
    .p-l-65-md {
        padding-left: 65px;
    }
    
    .p-l-60-md {
        padding-left: 60px;
    }
    
    .p-l-55-md {
        padding-left: 55px;
    }
    
    .p-l-50-md {
        padding-left: 50px;
    }
    
    .p-l-45-md {
        padding-left: 45px;
    }
    
    .p-l-40-md {
        padding-left: 40px;
    }
    
    .p-l-35-md {
        padding-left: 35px;
    }
    
    .p-l-30-md {
        padding-left: 30px;
    }
    
    .p-l-25-md {
        padding-left: 25px;
    }
    
    .p-l-20-md {
        padding-left: 20px;
    }
    
    .p-l-15-md {
        padding-left: 15px;
    }
    
    .p-l-10-md {
        padding-left: 10px;
    }
    
    .p-l-5-md {
        padding-left: 5px;
    }
    
    .p-l-0-md {
        padding-left: 0px;
    }
}
@media (min-width: 980px) {
    .p-100-lg {
        padding: 100px;
    }
    
    .p-95-lg {
        padding: 95px;
    }
    
    .p-90-lg {
        padding: 90px;
    }
    
    .p-85-lg {
        padding: 85px;
    }
    
    .p-80-lg {
        padding: 80px;
    }
    
    .p-75-lg {
        padding: 75px;
    }
    
    .p-70-lg {
        padding: 70px;
    }
    
    .p-65-lg {
        padding: 65px;
    }
    
    .p-60-lg {
        padding: 60px;
    }
    
    .p-55-lg {
        padding: 55px;
    }
    
    .p-50-lg {
        padding: 50px;
    }
    
    .p-45-lg {
        padding: 45px;
    }
    
    .p-40-lg {
        padding: 40px;
    }
    
    .p-35-lg {
        padding: 35px;
    }
    
    .p-30-lg {
        padding: 30px;
    }
    
    .p-25-lg {
        padding: 25px;
    }
    
    .p-20-lg {
        padding: 20px;
    }
    
    .p-15-lg {
        padding: 15px;
    }
    
    .p-10-lg {
        padding: 10px;
    }
    
    .p-5-lg {
        padding: 5px;
    }
    
    .p-0-lg {
        padding: 0px;
    }
    
    .p-t-100-lg {
        padding-top: 100px;
    }
    
    .p-t-95-lg {
        padding-top: 95px;
    }
    
    .p-t-90-lg {
        padding-top: 90px;
    }
    
    .p-t-85-lg {
        padding-top: 85px;
    }
    
    .p-t-80-lg {
        padding-top: 80px;
    }
    
    .p-t-75-lg {
        padding-top: 75px;
    }
    
    .p-t-70-lg {
        padding-top: 70px;
    }
    
    .p-t-65-lg {
        padding-top: 65px;
    }
    
    .p-t-60-lg {
        padding-top: 60px;
    }
    
    .p-t-55-lg {
        padding-top: 55px;
    }
    
    .p-t-50-lg {
        padding-top: 50px;
    }
    
    .p-t-45-lg {
        padding-top: 45px;
    }
    
    .p-t-40-lg {
        padding-top: 40px;
    }
    
    .p-t-35-lg {
        padding-top: 35px;
    }
    
    .p-t-30-lg {
        padding-top: 30px;
    }
    
    .p-t-25-lg {
        padding-top: 25px;
    }
    
    .p-t-20-lg {
        padding-top: 20px;
    }
    
    .p-t-15-lg {
        padding-top: 15px;
    }
    
    .p-t-10-lg {
        padding-top: 10px;
    }
    
    .p-t-5-lg {
        padding-top: 5px;
    }
    
    .p-t-0-lg {
        padding-top: 0px;
    }
    
    .p-r-100-lg {
        padding-right: 100px;
    }
    
    .p-r-95-lg {
        padding-right: 95px;
    }
    
    .p-r-90-lg {
        padding-right: 90px;
    }
    
    .p-r-85-lg {
        padding-right: 85px;
    }
    
    .p-r-80-lg {
        padding-right: 80px;
    }
    
    .p-r-75-lg {
        padding-right: 75px;
    }
    
    .p-r-70-lg {
        padding-right: 70px;
    }
    
    .p-r-65-lg {
        padding-right: 65px;
    }
    
    .p-r-60-lg {
        padding-right: 60px;
    }
    
    .p-r-55-lg {
        padding-right: 55px;
    }
    
    .p-r-50-lg {
        padding-right: 50px;
    }
    
    .p-r-45-lg {
        padding-right: 45px;
    }
    
    .p-r-40-lg {
        padding-right: 40px;
    }
    
    .p-r-35-lg {
        padding-right: 35px;
    }
    
    .p-r-30-lg {
        padding-right: 30px;
    }
    
    .p-r-25-lg {
        padding-right: 25px;
    }
    
    .p-r-20-lg {
        padding-right: 20px;
    }
    
    .p-r-15-lg {
        padding-right: 15px;
    }
    
    .p-r-10-lg {
        padding-right: 10px;
    }
    
    .p-r-5-lg {
        padding-right: 5px;
    }
    
    .p-r-0-lg {
        padding-right: 0px;
    }
    
    .p-b-100-lg {
        padding-bottom: 100px;
    }
    
    .p-b-95-lg {
        padding-bottom: 95px;
    }
    
    .p-b-90-lg {
        padding-bottom: 90px;
    }
    
    .p-b-85-lg {
        padding-bottom: 85px;
    }
    
    .p-b-80-lg {
        padding-bottom: 80px;
    }
    
    .p-b-75-lg {
        padding-bottom: 75px;
    }
    
    .p-b-70-lg {
        padding-bottom: 70px;
    }
    
    .p-b-65-lg {
        padding-bottom: 65px;
    }
    
    .p-b-60-lg {
        padding-bottom: 60px;
    }
    
    .p-b-55-lg {
        padding-bottom: 55px;
    }
    
    .p-b-50-lg {
        padding-bottom: 50px;
    }
    
    .p-b-45-lg {
        padding-bottom: 45px;
    }
    
    .p-b-40-lg {
        padding-bottom: 40px;
    }
    
    .p-b-35-lg {
        padding-bottom: 35px;
    }
    
    .p-b-30-lg {
        padding-bottom: 30px;
    }
    
    .p-b-25-lg {
        padding-bottom: 25px;
    }
    
    .p-b-20-lg {
        padding-bottom: 20px;
    }
    
    .p-b-15-lg {
        padding-bottom: 15px;
    }
    
    .p-b-10-lg {
        padding-bottom: 10px;
    }
    
    .p-b-5-lg {
        padding-bottom: 5px;
    }
    
    .p-b-0-lg {
        padding-bottom: 0px;
    }
    
    .p-l-100-lg {
        padding-left: 100px;
    }
    
    .p-l-95-lg {
        padding-left: 95px;
    }
    
    .p-l-90-lg {
        padding-left: 90px;
    }
    
    .p-l-85-lg {
        padding-left: 85px;
    }
    
    .p-l-80-lg {
        padding-left: 80px;
    }
    
    .p-l-75-lg {
        padding-left: 75px;
    }
    
    .p-l-70-lg {
        padding-left: 70px;
    }
    
    .p-l-65-lg {
        padding-left: 65px;
    }
    
    .p-l-60-lg {
        padding-left: 60px;
    }
    
    .p-l-55-lg {
        padding-left: 55px;
    }
    
    .p-l-50-lg {
        padding-left: 50px;
    }
    
    .p-l-45-lg {
        padding-left: 45px;
    }
    
    .p-l-40-lg {
        padding-left: 40px;
    }
    
    .p-l-35-lg {
        padding-left: 35px;
    }
    
    .p-l-30-lg {
        padding-left: 30px;
    }
    
    .p-l-25-lg {
        padding-left: 25px;
    }
    
    .p-l-20-lg {
        padding-left: 20px;
    }
    
    .p-l-15-lg {
        padding-left: 15px;
    }
    
    .p-l-10-lg {
        padding-left: 10px;
    }
    
    .p-l-5-lg {
        padding-left: 5px;
    }
    
    .p-l-0-lg {
        padding-left: 0px;
    }
}

/*find store page footer email input */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell !important;
}

/* Margin and Padding End */

/*Change for Tablet Detail Compare Tray Pricing*/
.card .card-price > div,
.card .card-price .cta-btn-grey,
.card .card-price .cta-addtocart {
    height: 55px;
}
@media (min-width: 750px) and (max-width: 856px) {
    .card .card-price .product-pricing .current-price sup {
        font-size: 10px !important;
        top: -5px !important;
    }
    
    .hybrid .fnt-cir-txt {
        font-family: "HelveticaNeueW01-77BdCn_692722";
        font-size: 11px;
        margin-left: 56px;
        text-transform: uppercase;
    }
    
    .hybrid .fnt-cir-txt {
        font-size: 9px;
        margin-left: 36px;
        text-transform: uppercase;
    }
}
#phones_legacy .content-info,
#whyMetro_legacy .content-info {
    padding-left: 9px;
    padding-right: 9px;
}
.met-box {
    background-color: #f6f6f6;
    text-transform: uppercase;
    text-align: center;
}
.hybrid .p-b-60 {
    padding-bottom: 60px !important;
}
.why-metro-legacy-banner-links {
    padding-top: 16px;
    text-align: center;
}

.modal-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

/* css for iFrames across my account dashboard */

.co_amss_iframe {
	width: 660px;
    min-height: 350px;
}
