/* Custom */
.stroke {
 -webkit-text-stroke: 0.2px #fff; /* stroke color and weight */
}
.formblack{
  outline: solid 1px #aaa;
}
.roundedinputX {
    border-radius: 4px !important;
}
/*--------------------------------------------------
    [4. About Section]
----------------------------------------------------*/
/*Adding background image that would only show on hover*/
.arch-service {
  padding: 0;
  position: relative;
}
.arch-service-1 {
  background: url(../img/iStock-485328608.jpg) no-repeat 80% 0 / cover;
}
.arch-service-2 {
  background: url(../img/pexels-photo-196649.jpeg) no-repeat 30% 0 / cover;
}
.arch-service-3 {
  background: url(../img/pexels-photo-502632.jpeg) no-repeat 80% 0 / cover;
}

.arch-service-in {
  padding: 100px 30px;
  transition: opacity 0.4s ease-in-out;
}

/*Adding colors over the background image*/
.img-hover-1 {
  background: #363643;
}

.img-hover-2 {
  background: #33333f;
}

.img-hover-3 {
  background: #30303b;
}

.img-hover-4 {
  background: #2d2d37;
}

/*Changing opacity on hover so the image shows*/
.arch-service:hover .arch-service-in {
  opacity: 0.8;
    transition: opacity 0.4s ease-in-out;
}

.arch-service-in .icon {
  color: #c74645;
  font-size: 30px;
}

.arch-service-in h3 {
  color: #fff;
  font: 700 26px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  margin: 20px 0 25px;
}

.arch-service-in p {
  font-size: 13px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.5);
}

.arch-service-in .arch-service-btn {
  background: transparent;
  border: none;
  color: #c94645;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0;
}

.arch-service-in .arch-service-btn:hover,
.arch-service-in .arch-service-btn:focus  {
  color: #fc5b5a;
}

/*Modal popup window controls*/
.modal-body {
  padding: 0;
  background: #33333f;
  border-radius: none;
}

.modal-body .modal-top img {
  width: 100%;
  margin-top: -20px;
}

.modal-body p {
  color: rgba(255,255,255,.5);
  text-align: left;
}

.modal-bot {
  text-align: center;
  padding: 0 50px 20px;
}

.modal-body .modal-bot h3 {
  letter-spacing: 1px;
}

.modal-body .modal-bot img {
  width: 100%;
}

.modal button.close {
    background: #c94645;
    color: #fff;
    height: 50px;
    width: 50px;
    opacity: 1;
    font-size: 16px;
}

@media (max-width: 768px) {
  .modal-body .modal-top img {
    margin-top: -40px;
  }

  .modal button.close {
      position: absolute;
      width: 30px;
      height: 30px;
      font-size: 14px;
      top: 0;
      right: 10px;
      z-index: 2;
  }
}

/*Shipping Content*/
/* Main Services */
.shipping-service-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
/*.shipping-service-img-wrapper:after {
  content: "";
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/
.shipping-service img {
  width: 100%;
  height: auto;
  transition: all .3s;
}
.shipping-service:hover img {
  transform: scale(1.1,1.1);
}
.shipping-service .shipping-service-text {
  padding: 35px 60px 65px;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.shipping-service .shipping-service-text--noborder {
  border-left: none;
}
.shipping-service-text h3 {
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.shipping-service-text p {
  margin-bottom: 25px;
}
.shipping-service-text .shipping-service__more {
  color: #f00;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px){
  .shipping-service {
    margin-bottom: 30px;
  }
}

/* Shiping types */
.shiping-types {
  padding: 95px 0 0;
}
.shiping-types .shiping-type {
  padding: 30px 20px;
  background: #f8f8f8;
  min-height: 400px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: all .5s ease-in-out 0s;
}
.shiping-type-img {
  text-align: center;
  position: absolute;
  right: -70%;
  width: 100%;
  opacity: 1;
  transition: all .5s ease-in-out;
}
.shiping-type-text {
  position: absolute;
  text-align: center;
  top: 0;
  left: -20%;
  padding: 150px 10px;
  width: 100%;
  transition: all .5s ease-in-out;
}
.shiping-type-text h3 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px;
}
.shiping-type-text h3 strong {
  display: block;
}
.shiping-type a {
  color: #2c2c2c;
}
.shiping-type:hover a,
.shiping-type a:hover {
  text-decoration: none;
  color: #fff;
}
.shiping-type-text p.default-p {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 auto;
}

/* Hiding the hover text */
.shiping-type-text p.onhover-p {
  display: none;
  color: #fff;
  opacity: .6;
  max-width: 70%;
  margin: 0 auto;
}

/* Delivery types Hover effect */
.shiping-type:hover {
  background: #fc3030;
  transition: all .5s ease-in-out 0s;

}
.shiping-type:hover .shiping-type-img {
  right: 0;
  opacity: .3;
}
.shiping-type:hover .shiping-type-img img {
  margin: 0 auto;
}
.shiping-type:hover .shiping-type-text {
  left: 0;
  top: 0;
  z-index: 15;
  transition: all .5s ease-in-out 0s;
}
.shiping-type:hover .shiping-type-text h3 {
  color: #fff;
}

/* Hiding the default p */
.shiping-type:hover .shiping-type-text p.default-p {
  display: none;
}

/* Showing the hover p */
.shiping-type:hover .shiping-type-text p.onhover-p {
  display: block;
  opacity: .7;
}

/* Responsive */
@media (max-width: 992px) {
  .shiping-type-img {
    width: 50%;
    right: 0;
    transition: all 1s ease-in-out 0s;
  }
  .shiping-type-text {
    width: 50%;
    left: 0;
    transition: all 1s ease-in-out 0s;
  }
  .shiping-type:hover .shiping-type-img {
    width: 100%;
    right: 0;
    transition: all 1s ease-in-out 0s;
  }
  .shiping-type:hover .shiping-type-text {
    width: 100%;
    left: 0;
    transition: all 1s ease-in-out 0s;
  }
}

.our-services {
  padding: 85px 0 0;
  background: url(../img/regenerative_medicine_patient_reported_outcome_measures_PROMS.jpg) no-repeat scroll right top / cover;
  position: relative;
  z-index: 1;
}
.our-services:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: -1;
}
.service-item .item-in {
 /* border: 1px solid rgba(0,0,0,.4);*/
  background-color: rgba(0,0,0,.4);
  /*border-top: none;*/
  position: relative;
  padding: 40px 20px 30px;
  text-align: center;
  margin-bottom: 90px;
}
.service-item .item-in:after,
.service-item .item-in:before {
  position: absolute;
  content: "";
  /*background: rgba(255,255,255,.2);*/
  width: 30%;
  height: 1px;
  top: 0;
  z-index: 1;
}
.service-item .item-in:after {
  right: 0;
}
.service-item .item-in:before {
  left: 0;
}
.service-item .item-in span {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -25px;
  color: #fff;
}
.service-item .item-in h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}
.service-item .item-in p {
  color: rgba(255,255,255,.8);
}
.service-item .item-in h3,
.service-item .item-in .fa {
  color: #fff;
}
/*End Shipping Content*/

/* General */
body {
  font-family: "Proxima Nova Reg", Arial, sans-serif;
  color: #999;
}
/*Open Sans"*/

@font-face {
  font-family: 'Proxima Nova Reg';
  font-style:  normal;
  font-weight: 400;
  src: url(../fonts/ProximaNovaReg.ttf) format('truetype');
}
@font-face {
  font-family: 'Proxima Nova Light';
  font-style:  normal;
  font-weight: 400;
  src: url(../fonts/ProximaNovaLight.ttf) format('truetype');
}
@font-face {
  font-family: 'Gotham Rounded Book';
  font-style:  normal;
  font-weight: 400;
  src: url(../fonts/GothamRoundedLight.otf) format('opentype');
}

@media (min-width: 768px) {
  .g-blur { overflow: hidden; }
  .g-blur .wrapper,
  .g-blur .outside-more-articles {
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="7" /></filter></svg>#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-filter: blur(7px);
    -moz-filter:blur (7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
  body.header-fixed-space-v2.g-blur { padding-top: 0; }
}

p,
li,
li a {
  color: #fff;
}

li {
  color: #000;
}

a {
  color: #333;
  text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #3196D2;
  text-decoration: underline;
}

/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #3196D2;
}
::selection {
  color: #fff;
  background: #3196D2;
}

/* Slick slider */
.slick-slide {
  outline: none;
}
.slick-dots {
  padding: 40px 0 0;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #676767;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  background: #3196D2;
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 2;
}
.slick-arrow:hover {
  color: #111;
  background: #3196D2;
}

/* Sky Form Styles */
.sky-form .input input,
.sky-form .textarea textarea,
.sky-form .input input:hover,
.sky-form .textarea textarea:hover {
  color: #aaa;
  border-color: #aaa;
  border-radius: 30px;
  background: transparent;
}
.sky-form .textarea textarea,
.sky-form .textarea textarea:hover {
  border-radius: 20px;
}
.sky-form .input input:focus,
.sky-form .textarea textarea:focus {
  color: #aaa;
  border-color: #aaa;
}

.btn-u {
  color: #fff;
  background: #3196D2;
}
.btn-u:hover,
.btn-u:focus {
  color: #fff;
  background: #2c87bd;
}
.btn-u.btn-brd {
  color: #fff;
  border: solid 1px rgba(255,255,255,.5);
}
.btn-u.btn-brd:hover,
.btn-u.btn-brd:focus {
  color: #fff;
  background: #2c87bd;
  border: solid 1px transparent;
}
.btn-u-upper {
  text-transform: uppercase;
}
.btn-u-lg,
a.btn-u-lg,
.btn-u.btn-brd {
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 40px;
}
@media (max-width: 500px) {
  .btn-u-lg,
  a.btn-u-lg,
  .btn-u.btn-brd {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* General use classes */
.g-padding-0 {
  padding: 0;
}
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.g-margin-0 {
  margin: 0;
}

@media (min-width: 600px) {
  .visible-2xs {
    display: none;
  }
}
@media (max-width: 600px) {
  .hidden-2xs {
    display: none;
  }
  .col-2xs-12 {
    width: 100%;
  }
  .text-center--2xs {
    text-align: center;
  }
}
@media (min-width: 500px) {
  .visible-3xs {
    display: none;
  }
}
@media (max-width: 500px) {
  .hidden-3xs {
    display: none;
  }
  .col-3xs-12 {
    width: 100%;
  }
  .text-center--3xs {
    text-align: center;
  }
}

.g-color-default { color: #3196D2 !important; }
.g-color-white { color: #fff !important; }
.g-color-white--dark { color: rgba(255,255,255,.7) !important; }
.g-color-white--darker { color: rgba(255,255,255,.5) !important; }
.g-color-white--darkest { color: rgba(255,255,255,.3) !important; }
.g-color-logofirst { color: #12435A !important; }
.g-color-logosecond { color: #3196D2 !important; }
.g-color-logolight { color: #c1dff1 !important; }
.g-color-lightred { color: #f1c1c7 !important; }
.g-color-black { color: #000 !important; }
.g-color-logored { color: #FBB7B7 !important; }
.g-color-logogreen { color: #DBF2D6 !important; }
.g-color-logobluenew { color: #1d5a7e !important; }
.g-color-logofirstlight { color: #a0b3bd !important; }
.g-color-logosecondlight { color: #acd5ed !important; }
.g-color-greennew { color: #3c5413 !important; }
.g-color-brownnew { color: #544b13 !important; }
.g-color-purplenew { color: #54133c !important; }
.g-color-logoreddark { color: #54141c !important; }
.g-color-logogreendark { color: #0e3e20 !important; }
.g-color-logogreenlight { color: #8a9871 !important; }
.g-color-green { color: #6fb679 !important; }


.g-bg-default { background-color: #3196D2 !important; }
.g-bg-dark { background-color: #2c2c2c !important; }
.g-bg-gray { background-color: #505050 !important; }
.g-bg-gray--light { background-color: #e5e5e5 !important; }
.g-bg-black { background-color: #000 !important; }
.g-bg-darkblue { background-color: #133c54 !important; }
.g-bg-darkerblue { background-color: #091e2a !important; }
.g-bg-darkeblue { background-color: #3196D2 !important; }
.g-bg-bluenew { background-color: #133c54 !important; }
.g-bg-bluenewnew { background-color: #1d5a7e !important; }
.g-bg-greennew { background-color: #3c5413 !important; }
.g-bg-brownnew { background-color: #544b13 !important; }
.g-bg-purplenew { background-color: #54133c !important; }
.g-bg-logoreddark { background-color: #54141c !important; }
.g-bg-logogreendark { background-color: #0e3e20 !important; }
.g-bg-top { background-color: #333333 !important; }
.g-bg-logored { background-color: #FBB7B7 !important; }
.g-bg-logogreen { background-color: #DBF2D6 !important; }
.g-bg-transgray {  background-color: rgba(0,0,0,.4) !important;}


.g-block-middle {
/*   position: relative;
  top: 50%;
  transform: translateY(-50%); */
}

i.icon-lg {
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 73px;
  font-weight: 600;
  border-width: 3px;
  margin-bottom: 25px;
}
i.icon-color-default {
  border-color: #3196D2;
  font-style: normal;
}

.g-margin-side-auto {
  margin-left: auto;
  margin-right: auto;
}
.g-max-width--770 {
  max-width: 770px;
  position: relative;
}

.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}
.g-va-top {
 vertical-align: top;
}
.g-va-middle {
 vertical-align: middle;
}
.g-va-bottom {
 vertical-align: bottom;
}

.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px !important;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

.g-pb-5 { padding-bottom: 5px;}
.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-25 { padding-bottom: 25px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}

.g-pl-10 { padding-left: 10px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}

.g-pr-10 { padding-right: 10px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}

.g-mt-0 { margin-top: 0px !important;}
.g-mt-10 { margin-top: 10px !important;}
.g-mt-20 { margin-top: 20px !important;}
.g-mt-30 { margin-top: 30px !important;}
.g-mt-40 { margin-top: 40px !important;}
.g-mt-50 { margin-top: 50px !important;}
.g-mt-60 { margin-top: 60px !important;}
.g-mt-70 { margin-top: 70px !important;}
.g-mt-80 { margin-top: 80px !important;}
.g-mt-90 { margin-top: 90px !important;}
.g-mt-100 { margin-top: 100px !important;}
.g-mt-140 { margin-top: 140px !important;}
.g-mt-uniqimg { margin-top: 140px !important;}
.g-mt-header { margin-top: 200px !important;}

.g-mb-0 { margin-bottom: 0px !important;}
.g-mb-5 { margin-bottom: 5px !important;}
.g-mb-10 { margin-bottom: 10px !important;}
.g-mb-15 { margin-bottom: 15px !important;}
.g-mb-20 { margin-bottom: 20px !important;}
.g-mb-25 { margin-bottom: 25px !important;}
.g-mb-30 { margin-bottom: 30px !important;}
.g-mb-35 { margin-bottom: 35px !important;}
.g-mb-40 { margin-bottom: 40px !important;}
.g-mb-45 { margin-bottom: 45px !important;}
.g-mb-50 { margin-bottom: 50px !important;}
.g-mb-55 { margin-bottom: 55px !important;}
.g-mb-60 { margin-bottom: 60px !important;}
.g-mb-65 { margin-bottom: 65px !important;}
.g-mb-70 { margin-bottom: 70px !important;}
.g-mb-75 { margin-bottom: 75px !important;}
.g-mb-80 { margin-bottom: 80px !important;}
.g-mb-85 { margin-bottom: 85px !important;}
.g-mb-90 { margin-bottom: 90px !important;}
.g-mb-95 { margin-bottom: 95px !important;}
.g-mb-100 { margin-bottom: 100px !important;}
.g-mb-180 { margin-bottom: 100px !important;}

.g-ml-10 { margin-left: 10px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media (max-width: 991px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .g-3xs-mr-0 {
    margin-right: 0;
  }
  .g-3xs-mb-20 {
    margin-bottom: 20px;
  }
  .g-3xs-mb-30 {
    margin-bottom: 30px;
  }
}

.g-section-bg-gray {
  background: #f8f8f8;
}

.g-display-inline-block {
  display: inline-block;
}
.g-display-table {
  display: table;
  width: 100%;
}
.g-display-td {
  display: table-cell;
}

.g-text-top {
  vertical-align: top;
}
.g-text-middle {
  vertical-align: middle;
}
.g-text-bottom {
  vertical-align: bottom;
}

.g-textarea-noresize {
  resize: none;
}

/* Headings */
h1,
.h1
 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Proxima Nova Reg';
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: 'Proxima Nova Reg';
}

h3 {
  color: #111;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  font-family: 'Proxima Nova Reg';
}

/* Header */
@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: 720px;
  }
}
@media (min-width: 768px) {
  .one-page-header .navbar-nav {
    padding: 0;
    position: relative;
    top: 23px;
  }
}
@media (max-width: 991px) {
  .one-page-header .menu-container:before,
  .one-page-header .menu-container:after {
    content: " ";
    display: table;
  }
  .one-page-header .menu-container:after {
    clear: both;
  }
  .one-page-header > .navbar-default > .container {
    width: inherit;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .one-page-header > .navbar-default > .container > .navbar-header,
  .one-page-header > .navbar-default > .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Logo */
.one-page-header .navbar-brand {
  padding: 10px 15px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .one-page-header .navbar-brand {
    padding: 20px 15px;
  }
}
.navbar-brand > img {
  width: 130px;
}
@media (max-width: 767px) {
  .one-page-header .navbar-brand {
    padding-left: 0;
  }
}

/* Navbar Toggle */
.one-page-header .navbar-toggle {
  border: none;
  margin-right: 3px;
  padding-right: 0;
}

.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
  background: none;
}

/* Navbar */
.one-page-header {
  border-bottom: none;
  background: rgba(255,255,255,.7);
  margin-bottom: 0;
}
.one-page-header .container {
  position: relative;
}
.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
  color: #383339;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.one-page-header .navbar-nav > li > a {
  color: #383339;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1205px) {
  .one-page-header .navbar-nav > li > a {
    padding: 0 10px;
  }
}

.one-page-header .navbar-nav > li > a span[data-hover] {
  color: #383339;
  position: relative;
  display: inline-block;
  transition: transform .3s;
}

.one-page-header .navbar-nav > li > a span[data-hover]:before {
  position: absolute;
  top: 100%;
  font-weight: bold;
  color: #3196D2;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  transition: color .1s;
}

.one-page-header .navbar-nav > li > a:hover span[data-hover] {
  transform: translate3d(0, -100%, 0);
  font-weight: bold;
}

.one-page-header .navbar-nav > .active > a span[data-hover],
.one-page-header .navbar-nav > .active > a:hover span[data-hover],
.one-page-header .navbar-nav > .active > a:focus span[data-hover],
.one-page-header .dropdown-menu > .active > a span[data-hover],
.one-page-header .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header .dropdown-menu > .active > a:focus span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover span[data-hover],
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus span[data-hover] {
  color: #3196D2;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .one-page-header .navbar-nav > li > a span[data-hover]:before {
    content: "";
    display: none;
    top: 0;
  }
  .one-page-header .navbar-nav > li > a:hover span[data-hover] {
    transform: translate3d(0, 0, 0);
    transition: color .3s;
    color: #3196D2;
    font-weight: bold;
  }
}

.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus,
.one-page-header .dropdown-menu > .active > a,
.one-page-header .dropdown-menu > .active > a:hover,
.one-page-header .dropdown-menu > .active > a:focus,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:hover,
.one-page-header.top-nav-collapse .dropdown-menu > .active > a:focus {
  z-index: 1;
  background: none;
  font-weight: bold;
}

/* Responsive Navbar */
@media (max-width: 991px) {
  /* Responsive code for max-width: 991px */
  .one-page-header .navbar-header {
    float: none;
  }

  .one-page-header .navbar-toggle {
    display: block;
    margin: 26px 0 5px;
  }
  .one-page-header .navbar-collapse {
    padding: 0;
  }
  .one-page-header .navbar-collapse.collapse {
    display: none !important;
  }

  .one-page-header .navbar-collapse.collapse.in {
    display: block !important;
  }

  .one-page-header .navbar-nav {
    margin: 0;
    float: none !important;
    top: 0;
    padding: 10px 0;
  }

  .one-page-header .navbar-nav > li {
    float: none;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 5px 0;
  }

  .navbar-default .navbar-nav > li > a::before {
    content: '';
  }
}

@media(min-width: 991px) {
  .one-page-header.navbar {
    padding: 4px 0;
    transition: background .3s ease-in-out,padding .3s ease-in-out;
  }
}

@media (max-width: 768px) {
  .one-page-header .navbar-nav {
    padding-left: 15px;
  }
  .one-page-header .navbar-nav > li > a:before {
    content: "";
  }
}

/* Navbar */
@media (min-width: 991px) {
  .one-page-header.navbar .navbar-nav {
    float: right;
  }
  .one-page-header-style-2.navbar .navbar-nav {
    float: left;
    margin-left: 25px;
  }
}

/* Dropdown Menu */
.one-page-header .dropdown-menu,
.one-page-header.top-nav-collapse .dropdown-menu {
  border: none;
  background: none;
  box-shadow: none;
  float: none;
}
.one-page-header .navbar-nav a.dropdown-toggle {
  color: #fff !important;
}
.one-page-header.top-nav-collapse .navbar-nav a.dropdown-toggle {
  color: #777 !important;
}
.one-page-header .dropdown-menu .active > a,
.one-page-header .dropdown-menu li > a:hover {
  background: none;
  filter: none !important;
  transition: all 0.1s ease-in-out;
}
.one-page-header .dropdown-menu li > a:focus {
  background: none;
  filter: none !important;
}
@media (min-width: 991px) {
  .one-page-header .dropdown-menu,
  .one-page-header.top-nav-collapse .dropdown-menu {
    padding-top: 12px;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    top: 100%;
  }

  .one-page-header.top-nav-collapse .dropdown-menu {
    padding-top: 7px;
  }

  .one-page-header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .one-page-header .open > .dropdown-menu {
    display: none;
  }

  .one-page-header .dropdown-menu > li {
    background: rgba(0,0,0,.4);
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li {
    background: #fff;
  }

  .one-page-header .dropdown-menu > li:first-child {
    padding-top: 15px;
  }

  .one-page-header .dropdown-menu > li:last-child {
    padding-bottom: 15px;
  }

  .one-page-header .dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a {
    color: #777;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
    color: #72c02c;
  }
}
@media (max-width: 991px) {
  .one-page-header .dropdown-menu {
    position: relative;
  }

  .one-page-header .dropdown-menu a {
    color: #fff !important;
    padding: 10px 20px;
    background: none !important;
  }

  .one-page-header.top-nav-collapse .dropdown-menu > li > a {
    color: #777 !important;
  }

  .one-page-header .dropdown-menu a:hover,
  .one-page-header.top-nav-collapse .dropdown-menu > li > a:hover {
    color: #72c02c !important;
  }
}

/* Fixed Header */
.one-page-header.top-nav-collapse {
  box-shadow: 0 0 3px #b5b5b5;
 /*
 background: rgba(255,255,255,.9);
*/
  background: rgba(255,255,255); 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 768px) {
  .one-page-header.top-nav-collapse {
    padding: 0;
  }
}

.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav > li > a,
.one-page-header.top-nav-collapse .navbar-nav > li > a:before {
  color: #fff;
}

.one-page-header.top-nav-collapse .navbar-brand {
  color: #fff !important;
}

/* Navbar Toggle */
.one-page-header.navbar-default .navbar-toggle .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
  background: #383339;
}
.one-page-header.navbar-default .navbar-toggle:hover .icon-bar,
.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #3196D2;
}

.header-buttons {
  float: right;
  position: relative;
  top: 9px;
}
@media (max-width: 991px) {
  .header-buttons {
    float: none;
    top: 0;
    padding: 20px 0 40px;
  }
  .header-buttons .btn-u-lg,
  .header-buttons a.btn-u-lg,
  .header-buttons .btn-u.btn-brd {
    width: 100%;
    text-align: center;
    font-size:20px;
  }
}
/* Header END */

/* Promo section */
.promo-section {
  position: relative;
  overflow: hidden;
  background: #111;
}

.promo-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 700px;
}
.promo-item .container {
  height: 100vh;
  min-height: 700px;
}
.promo-item-content {
  position: relative;
  top: 100px;
/*
  transform: translateY(-50%);
*/
  width: 80%;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 991px) {
  .promo-item-content {
    width: 100%;
  }
}
.promo-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}
.promo-section h3 {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.promo-section h3 strong {
  font-weight: 700;
}
.promo-section p {
  max-width: 70%;
  margin: 0 auto 35px;
}

.promo-section .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  border-top: solid 1px rgba(255,255,255,.2);
}
.promo-section h1 {
  font-size: 72px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Gotham Rounded Book' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.promo-section h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Proxima Nova Reg' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .promo-section .slick-dots {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .promo-section .slick-dots {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .promo-section .slick-dots {
    width: 1170px;
  }
}
.promo-section .slick-dots li {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  vertical-align: top;
  margin: -2px 40px 0;
  padding: 10px 0 0;
  border-top: solid 3px transparent;
  color: #fff;
}
.promo-section .slick-dots .slick-active {
  color: #fff;
  border-color: #3196d2;
}
@media (max-width: 992px) {
  .promo-section h3 {
    font-size: 30px;
  }
  .promo-section .slick-dots {
    bottom: 0;
    border: none;
  }
  .promo-section .slick-dots li {
    border-color: #fff;
    margin: -2px 20px 0;
    padding: 0;
  }
  .promo-section .slick-dots span {
    display: inline-block;
    text-indent: -10000px;
    width: 30px;
  }
}
@media (max-width: 600px) {
  .promo-section h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .promo-section p {
    width: 100%;
  }
}

/* Infoblock trio */
.infoblock-trio {
  display: flex;
}
.infoblock-trio-col {
  width: 33.3%;
}
.infoblock-trio p {
  margin-bottom: 30px;
}

.infoblock-trio-col-1 {
  display: flex;
  flex-direction: column;
}
.infoblock-trio-col-1-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 10%;
  min-height: 350px;
}
.infoblock-trio-col-1-content {
  height: calc(100% - 506px);
  padding: 10px 10px 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .infoblock-trio-col-1-image {
    min-height: 350px;
    height: 350;
    width: auto;
    background-position: 50% 20%;
  }
  .infoblock-trio-col-1-content {
    height: auto;
  }
  .infoblock-trio-col-1-content .g-block-middle {
    position: static;
    transform: translateY(0);
  }
}

.infoblock-trio-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infoblock-trio-col-2-content {
  padding: 10px 10px 10px;
  border-bottom: solid 1px #b8182d;
  background: transparent;
  transition: background .3s;
}
.infoblock-trio-col-2-content:hover {
  background: #b8182d;
}
.infoblock-trio-col-2 .infoblock-trio-col-2-content:last-child {
  border-bottom: none;
}
.infoblock-trio-col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infoblock-trio-col-3-content {
  padding: 10px 10px 10px;
  border-bottom: solid 1px #29ba5f;
  background: transparent;
  transition: background .3s;
}
.infoblock-trio-col-3-content:hover {
  background: #29ba5f;
}
.infoblock-trio-col-3 .infoblock-trio-col-3-content:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .infoblock-trio {
    flex-wrap: wrap;
  }
  .infoblock-trio-col-1 {
    width: 100%;
  }
  .infoblock-trio-col-2,
  .infoblock-trio-col-3 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .infoblock-trio p {
    margin-bottom: 15px;
  }
  .infoblock-trio-col-1-content,
  .infoblock-trio-col-2-content,
  .infoblock-trio-col-3-content {
    padding: 50px 15px;
  }
}
@media (max-width: 650px) {
  .infoblock-trio {
    display: block;
  }
  .infoblock-trio-col {
    width: 100%;
  }
  .infoblock-trio-col-2-content {
    height: auto;
  }
  .infoblock-trio-col-2-content .g-block-middle {
    position: static;
    transform: translateY(0);
  }
}

/* Infoblocks */
.infoblocks {
  position: relative;
  padding-top: 130px;
}
.infoblocks .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 780px;
  margin: 0 auto;
  padding: 0;
}
.infoblocks .slick-dots:before {
  content: "";
  position: absolute;
  top: 4.6px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px);
  display: block;
  width: calc(100% - 130px);
  height: 4px;
  border-bottom: 1px solid #ececec;
}
.infoblocks .slick-dots li {
  width: 260px;
  height: auto;
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  vertical-align: top;
  margin: 0;
}
.infoblocks .slick-dots li strong {
  font-weight: 600;
}
.infoblocks .slick-dots .slick-active {
  color: #3196D2;
}
.infoblocks .slick-dots li span {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin: 3px auto 19px;
  vertical-align: middle;
}
.infoblocks .slick-dots .slick-active span {
  width: 17px;
  height: 17px;
  display: block;
  border: 3px solid #3196D2;
  border-radius: 10px;
  margin: 0 auto 15px;
}
.infoblocks .slick-dots .slick-active .greenitem{
  color: #3c5413;
}
.infoblocks .slick-dots .slick-active .greenitem span{
  color: #3c5413;
}
.infoblocks .slick-dots .slick-active .greenitem span {
  width: 17px;
  height: 17px;
  display: block;
  border: 3px solid #3c5413;
  border-radius: 10px;
  margin: 0 auto 15px;
}
@media (max-width: 800px) {
  .infoblocks {
    padding-top: 0;
  }
  .infoblocks .slick-dots {
    width: auto;
    position: static;
    padding-top: 30px;
  }
  .infoblocks .slick-dots:before {
    display: none;
  }
  .infoblocks .slick-dots li {
    width: 30px;
  }
  .infoblocks .slick-dots li strong {
    display: none;
  }
  .infoblocks .slick-dots li span {
    border-color: #d8d8d8;
  }
}

.infoblock {
  display: flex;
}
.infoblock-img,
.infoblock-content {
  width: 50%;
}
.infoblock-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.infoblock-content {
  padding: 100px 50px;
}
.infoblock-content p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .infoblock-content{
    padding: 50px 15px;
  }
}
@media (max-width: 699px) {
  .infoblock {
    display: block;
  }
  .infoblock-img {
    width: 100%;
    height: 360px;
  }
  .infoblock-content {
    width: 100%;
  }
}

/* Projects Section */
.project-item__content {
  background: #fafafa;
  padding: 30px 30px 20px;
}
@media (max-width: 991px) {
  .project-item__content {
    padding: 15px;
  }
}

/* Action Section */
.action-section {
  position: relative;
  display: table;
  width: 100%;
  background: url(../img-temp/2.jpg) no-repeat 50% 50% / cover;
}
.action-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17,17,17,.5);
}
.action-section-inner {
  display: table-cell;
  height: 700px;
  vertical-align: middle;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .action-section-inner {
    height: 300px;
  }
}

/* Testimonials Section */
.testinomials-nav .slick-list {
  width: 645px;
  margin: 0 auto;
  padding: 0 !important;
}
.testinomials-nav-item {
  width: 99px !important;
  cursor: pointer;
  opacity: .3;
  transition: opacity .3s;
}
.testinomials-nav-item.slick-current {
  opacity: 1;
}
.testinomials-nav {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .testinomials-nav {
    display: none;
  }
}
.testinomials-nav-item {
  margin: 0 15px;
}
.testinomials-content .slick-dots {
  padding-top: 30px;
}
.testinomials-content .slick-dots li {
  background: #d8d8d8;
}
.testinomials-content .slick-dots li.slick-active {
  background: #3196D2;
}

.testimonials-item__author-photo {
  width: 90px;
  margin: 0 auto 20px;
}
.testimonials-item__author {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.testimonials-item__author em {
  font-style: normal;
  color: #3196D2;
}
@media (max-width: 767px) {
  .testinomials-nav .slick-list {
    width: 475px;
  }
}

/* Brands Section */
.brands-list {
  margin: 0;
}
.brand-item {
  height: 200px;
  padding: 10px;
  border: solid 1px #ececec;
  margin-left: -1px;
  margin-bottom: -1px;
}
.brand-item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

/* Pricing Section */
.pricing-list {
  margin: 0 -15px;
}
.pricing-item {
  background: #fff;
  margin: 0 15px;
}
.pricing-item-header {
  background: #3196D2;
  color: #fff;
  padding: 40px;
}
.pricing-item-header h3 {
  color: #fff;
}
.pricing-item-header strong {
  display: block;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
}
.pricing-item-body {
  padding: 40px;
}
.pricing-item-body ul {
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.pricing-item-body li {
  margin-bottom: 20px;
}

/* Login Section */
.login-section .sky-form .input input,
.login-section .sky-form .input input:hover {
  border-color: #424242;
}
.login-section .sky-form .input input:focus {
  border-color: #424242;
}
.login-section {
}
.login-section .btn-u-lg {
  padding: 15px 25px;
}
@media (max-width: 600px) {
  .login-section .btn-u-lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .login-section .btn-u-lg {
    padding: 10px 15px;
  }
}

/* Pre-Footer */
.pre-footer .container {
  border-top: solid 1px #373737;
}
.pre-footer li {
  margin-bottom: 10px;
}

/* Footer */
.footer .container {
  border-top: solid 1px #373737;
}
.footer p {
  margin: 0;
  padding-top: 10px;
}
.footer a {
  color: #fff;
}
.footer i.icon-bg-u {
  background: transparent;
  border: solid 1px #fff;
  text-align: center;
  color: #b6b8c1;
  transition: all 0.3s ease-in-out 0s;
}
.footer i.icon-bg-u:hover {
  background: #2c87bd;
  color: #fff;
}
@media (max-width: 600px) {
  .footer .text-right {
    text-align: center;
  }
}

/*  */
.g-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62,71,87,.5);
  z-index: 9992;
}
@media (max-width: 600px) {
  .g-popup-wrapper {
    display: none !important;
  }
}

.g-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62,71,87,.5);
  z-index: 9992;
}
@media (max-width: 600px) {
  .g-popup-wrapper {
    display: none !important;
  }
}

/* Wait FB Block */
.g-popup {
  z-index: 9993;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.g-popup--fb {
  width: 465px;
  background: #fff;
}
.g-popup--fb-title {
  background: #4867aa;
  color: #fff;
  position: relative;
}
.g-popup--fb-title:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 52px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0,0,0,0);
  border-right: 22px inset rgba(0,0,0,0);
  border-top: 22px solid #4867aa;
}
.g-popup--fb__logo {
  display: block;
  padding: 25px 30px;
}
.g-popup--fb-message {
  border-top: solid 1px rgba(255,255,255,.3);
  padding: 30px;
  font-size: 20px;
  line-height: 1.3;
}
.g-popup--fb-widjet {
  padding: 45px 30px 30px;
}
.g-popup__close {
  color: #333;
  position: absolute;
  line-height: .9;
  font-size: 26px;
  opacity: 1;
  top: -13px;
  right: -13px;
  border-radius: 50%;
}
.g-popup__close:hover {
  text-decoration: none;
  color: #333;
}
.g-popup--fb__close,
.g-popup--fb__close:hover {
  color: #4867aa;
  background: #fff;
}

/* Login Pop up */
.cd-user-modal-container .cd-switcher a {
  height: 60px;
  line-height: 60px;
}
.cd-form input {
  border-radius: 30px;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.social-login a,
.cd-form input[type="submit"] {
  border-radius: 30px;
  padding: 15px 40px;
}
.cd-form input[type="submit"] {
  font-size: 12px;
  font-weight: bold;
}
/*CUSTOM: Changing promo text size because it is too big on mobile*/
@media only screen and (max-width: 768px) {
.g-mt-header { margin-top: 0px !important;}
.g-mt-uniqimg { margin-top: 0px !important;}
.shipping-service .shipping-service-text {
  padding: 35px 60px 65px;
  border-left: 0px solid #f2f2f2;
  border-bottom: 0px solid #f2f2f2;
/*  background-color: #1d5a7e;
*/}
}
/*CUSTOM: Changing promo text size because it is too big on mobile*/
@media only screen and (max-width: 500px) {

.promo-section h1 {
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Gotham Rounded Book' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.promo-section h3 {
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Proxima Nova Reg' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.g-mt-header { margin-top: 0px !important;}
.g-mt-uniqimg { margin-top: 0px !important;}
.shipping-service .shipping-service-text {
  padding: 35px 60px 65px;
  border-left: 0px solid #f2f2f2;
  border-bottom: 0px solid #f2f2f2;
/*  background-color: #1d5a7e;
*/}
}
/*CUSTOM: Changing promo text size because it is too big on really small mobile*/
@media only screen and (max-width: 250px) {
h1{
  font-size: 30px;
}
.promo-section h1 {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Gotham Rounded Book' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.promo-section h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-family: 'Proxima Nova Reg' !important;
  text-transform: none !important;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.g-mt-header { margin-top: 0px !important;}
.g-mt-uniqimg { margin-top: 0px !important;}
.shipping-service .shipping-service-text {
  padding: 35px 60px 65px;
  border-left: 0px solid #f2f2f2;
  border-bottom: 0px solid #f2f2f2;
/*  background-color: #1d5a7e;*/
}
}
