/*================================
 *
 *
 * 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;
}
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;
}
.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;
}
/*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: 100px;
  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 15px;
  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 13px;
}
.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;
}
.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;
}

