/* general */
html, body {
  height: 100%;
  font-family: 'Signika', sans-serif;
  width: 100%;
}
.circle {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -3px;
  background-color: #103F8D;
  color: #ffffff;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
}
.circle:hover, .circle:focus {
  text-decoration: none;
  color: #fff;
}
.breadcrumb{
  margin-bottom: 0; 
  border-radius: 0 
}
.breadcrumb>.active {
  color: #D6D6D6;
}
.toprg{
  margin-bottom: 40px;
}
.dropdown-menu{
  background-color: rgba(15, 62, 140, 0.58);
}
.dropdown-menu>li>a{
  color: #fff
}
.nav .item {
  position: inherit;
}
.nav .item:hover .item-sub {
  display: block;
}
.item-sub {
  background-color: rgba(16, 63, 142, 0.7);
  position: absolute;
  width: 100%;
  min-height: 200px;
  padding: 10px;
  z-index: 101;
  left: 0;
  display: none;
}
.item-sub .container {
  padding: 0 50px;
}
.item-sub a {
  display: block;
  border-radius: 50%;
  background-color: rgba(220, 220, 220, 0.58);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  line-height: 150px;
  margin: 10px auto;
}
.item-sub a:hover{
  background-color: rgb(220, 220, 220);
  color: #000;
}
.item-sub a .image-container {
  line-height: 100px;
}
.item-sub a img {
  width: 50%;
}
.item-sub a p {
  line-height: 1;
}
a {
  color: #103F8D;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}
.label-danger {
  background-color: #FF0700;
}
.btn{
  font-weight: 100;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-group-lg>.btn, .btn-lg {
  border-radius: 0;
  padding: 10px 27px;
  font-weight: 700
}
.btn-warning {
  color: #000;
  background-color: #F2D41A;
  border-bottom: 2px solid #CAAE00;
  border-top: none;
  border-right: none;
  border-left: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #CAAE00;
  border-color: #CAAE00;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
  color: #000;
  background-color: #A68D49;
  border-color: #A68D49;
}
.btn-primary{
  color: #fff;
  background-color: #103F8D;
  border-color: #103F8D;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover {
  color: #fff;
  background-color: #001F52;
  border-color: #001F52;
}
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #A68D49;
  border-color: #A68D49;
}

.btn-default {
  color: #000;
  background-color: #E4AF1B;
  border-color: #CEA534;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-default:hover {
  background-color: #EFBA31;
  border-color: #CCA945;
}


/* colores */
.colorone{
	background-color: #103f8d!important;
}
.colorone-a{
  color: #103f8d;
}
.colortwo{
	background-color: white
}
.colortwo-a{
	color: #fff!important
}
.colortree{
	color: #000
}
.colortree-b{
  background-color: #000
}
.color-four{
  background-color: #E8E8E8;
}

/* header */
.header{
  padding: 7px 0;
}
.header p{
  margin: 0 25px 0 0;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.navbar{
  border: 0px solid transparent;
  margin-bottom: 0
}
.navbar-default .navbar-nav>li>a {
  color: #000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #FFF;
  background-color: #103F8D;
}
.navbar-brand {
  height: 70px;
}
.mini-cart{
  font-size: 23px;
  padding-bottom: 20px!important;
}
.numb{
  font-size: 13px;
  position: absolute;
  top: 16px;
  right: 2px;
  background-color: #F2D41A;
  color: #000;
  padding: 1px 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
}
.outlet{
  background-color: #BA007C;
}
.outlet a{
  color: #fff!important
}
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0;
  }
  .nav .item .dropdown-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav .item:hover .item-sub {
    display: none;
  }
}


/* categoria */
.image-category{
  padding: 150px 0 50px;
  position: relative;
  overflow: hidden;
}
.image-category img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.thumbnail .lead{
  margin-bottom: 0;
  display: inline-block;
}
.thumbnail small{
  font-size: 95%;
  text-decoration: line-through;
}
.thumbnail span.label{
  position: absolute;
  font-size: 13px
}
.thumbnail .form-control{
  max-width: 210px
}
.thumbnail {
  background-color: #F7F7F7;
}
.thumbnail .btn-primary{
  margin-top: 20px
}
.overlay-blue {
  background: rgba(16, 63, 141, 0.24);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


/* producto */
.product-card{
  padding: 16px 22px 32px;
}
.product-card h1{
  font-size: 18px;
}
.product-destc{
  font-size: 12px;
  margin-bottom: 30px;
}
.group-product{
  margin: 40px 0;
  opacity: 0;
  transition: .6s;
}
.group-product.active {
  opacity: 1;
}
.group-product h3{
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
}
.group-product h4{
  display: inline-block;
  text-decoration: line-through;
  font-size: 15px;
  color: #CCC;
}
.group-product .label-danger{
  display: inline-block;
  font-size: 15px;
}
.group-product p{
  display: inline-block;
}
.minis img{
  max-width: 100px;
  border: 1px solid #BBB;
  cursor: pointer;
}
.minis i {
  font-size: 2em;
  vertical-align: middle;
  line-height: 67px;
}

a.video-src {
  display: inline-block;
  width: 90px;
  height: 67px;
  border: 1px solid #B7B7B7;
  text-align: center;
}

div#product-minis {
  margin: 10px auto;
}
.description-product{
  -webkit-box-shadow: inset 0px 0px 18px 0px rgba(50,50,50,0.19);
  -moz-box-shadow: inset 0px 0px 18px 0px rgba(50,50,50,0.19);
  box-shadow: inset 0px 0px 18px 0px rgba(50,50,50,0.19);
  padding: 30px 0;
  margin: 40px 0;
}
.progress-bar-warning {
  background-color: #FFDE00;
}
.progress {
  background-color: #FFFFFF;
}
.progress-bar{
  color: #000
}
.title-related{
  margin-bottom: 20px
}
.descropto-prod{
  background-color: #F7F7F7;
  max-width: 334px;
  margin: 30px auto 0;
}
.text-prod{
  padding: 20px 20px
}

/* Video */
/* set up the outer percentage width */
.parent {
  width:90%;
  margin:0 auto;
  position:relative;
  z-index:10;
}
/* set up the aspect ratio of the video */
.overlay {
  width:100%;
  height:0;
  padding-bottom:56.25%;
  overflow:hidden;
  position:relative;
  margin:0 auto;
}
/* hide the default video controls */
.overlay iframe {
  width:100%;
  height:180%;
  position:absolute;
  left:0;
  top:-40%;
  z-index:-1;
}
/* Use CSS art to draw the 'Play / Pause' button */
.playpause {
  width:65px;
  height:40px;
  background: rgba(0,0,0,0.8);
  border-radius:5px;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:100;
  opacity:1;
  cursor:pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.playpause:before {
  display:block;
  content:"";
  width:0;
  height:0;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:20px solid #fff;
  position:absolute;
  left:23px;
  top:10px;
}
.playpause.pause {
  opacity:0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.playpause.pause:before {
  display:block;
  content:"";
  width:6px;
  height:20px;
  border-left:6px solid #fff;
  border-right:6px solid #fff;
  border-width:0 6px;
}
.playpause:hover {
  background-color:#00adef;
}
.overlay:hover .playpause {
  opacity:1;
}
@media only screen and (max-width:768px) {
  .parent {
    width:90%;
    margin:0 auto;
  }
}
/* fixes for the iPhone and iPad to show default controls */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .overlay iframe {
    height:100%;
    top:0;
    z-index:200;
  }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .overlay iframe {
    height:100%;
    top:0;
    z-index:200;
  }
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .overlay iframe {
    height:100%;
    top:0;
    z-index:200;
  }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
  .overlay iframe {
    height:100%;
    top:0;
    z-index:200;
  }
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .overlay iframe {
    height:100%;
    top:0;
    z-index:200;
  }
}

/* cart */
.summary{
  padding: 10px 20px 30px;
}
.summary h1{
  text-transform: uppercase;
  font-size: 18px;
}
.summary hr{
  margin-top: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.45);
  margin-bottom: 30px;
}
.caja-cart{
  padding: 20px 15px;
}
.caja-mini-cart{
  border: 1px solid #E8E8E8;
  padding: 20px 0px;
  text-transform: uppercase;
}
.caja-mini-cart .cortp{
  padding: 15px 35px 0px 35px;
}
.caja-mini-cart p{
  margin: 0 0 3px 0;
  font-size: 12px;
}
.coupon-container {
  display: none;
}
.coupon-container.active {
  display: block;
}



/* foooter */
.footer{
  margin-top: 15px;
  padding-bottom: 20px;
}
.footer a{
  margin: 0 20px 0 0;
}
.footer p{
  margin-top:20px;
}
.footer small{
  color: #fff;
  margin: -8px 0px 15px 0px;
  display: block;
}
.footer small a{
  color: #fff;
  text-decoration: underline;
}
.prefooter{
  padding: 8px 0;
}
.prefooter img{
  max-width: 140px;
  max-height: 30px;
  margin-left: 10px
}
.prefooter p{
  display: inline-block;
  margin-bottom: 0;
  margin-top: 4px;
}
.opiniones{
  margin-top: 46px;
}


/* zoom */
.easyzoom {
  position: relative;

  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error  img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
  display: none;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
}
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}





/* Alerts */
.alert-global {
  top: 10px;
  z-index: 99999;
  border-radius: 5px;
  left: 10px;
  position: fixed;
  box-shadow: 0 0px 4px 0px #585858;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* Scroll */

::selection {
  background-color: #fff;
  color: #000;
}

::-webkit-scrollbar {
  background: #ddd;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #666;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.white-box-container {
  font-weight: 300;
  color: #888888;
  line-height: 1;
  padding: 0 25px;
}
.white-box-container h2 {
  margin-top: 0;
  font-size: 3em;
}
.white-box-container h3 {
  margin: 0;
}
.white-box p {
  font-size: 1.2em;
}
.white-box-container.border {
  border-left: 1px solid #F2D41A;
}
.white-box-container span {
  font-weight: 400;
  font-size: 1.3em;
}
.white-box-container .row {
  margin-top: 20px;
}
.white-box-container .row .row {
  margin-top: 0;
}
.white-box-container .row .col-md-4 {
  line-height: 80px;
}
.white-box-container .row img {
  vertical-align: bottom;
  max-width: 100%;
}
.white-box-container .color {
  color: #F2D41A;
}
.white-box-container .float {
  position: absolute;
  max-width: 100px;
  bottom: 20px;
  right: 20px;
}
.white-box-container img {
  max-width: 100%;
}
.white-box-container img.main0-logo {
  max-width: 240px;
}
.float-box-container {
  position: absolute;
  left: 10%;
  top: 15%;
  padding: 20px;
  width: 450px;
  color: #fff;
}
.float-box-container h2 {
  font-size: 50px;
  margin-top: 0;
  font-weight: 700;
  text-shadow: -1px 0 rgba(0,0,0,0.2), 0 1px rgba(0,0,0,0.2), 1px 0 rgba(0,0,0,0.2), 0 -1px rgba(0,0,0,0.2);
}

/* stores */
.store-content {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
#map-canvas {
  width: 100%;
  height: 450px;
}
.store-content button {
  width: 99%;
  margin: 7px 7px 7px 0;
  border-radius: 5px;
  background-color: #eee;
  text-align: left;
  overflow: hidden;
}
.store-content p {
  font-weight: 300;
  white-space: normal;
}
div::-webkit-scrollbar {
  width: 12px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #103F8D;
}

/* Linea hotelera */
.row-footer {
  margin-bottom: -30px;
}
.row-footer h2 {
  margin: 0;
}
.row-footer p {
  margin-top: 30px;
}
.v-middle {
  line-height: 300px;
}
.v-middle .content {
  vertical-align: middle;
  line-height: initial;
  display: inline-block;
}


/* atencion*/
.atencig{
  margin: 30px 0;
}
.atencig span{
  font-size: 43px;
  border-right: 1px solid #fff;
  padding-right: 26px;
}
.atencig img{
  border-right: 1px solid #fff;
  padding-right: 26px;
}
.modal-content{
  background-color: #002666;
  color: #fff;
}
.close{
  color: #FFFFFF;
  text-shadow: 0 0px 0 #fff;
}

/* checkout */
.step-checkout.active .step-title {
  background: #103F8D;
}
.step-checkout:first-child .step-title {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.step-checkout .step-content {
  background: #E8E8E8;
}
.sidebar .sidebar-content .media-price {
  color: #103F8D;
}
.color {
  color: #103F8D;
}
.step-checkout .btn-white, .sidebar .btn-white {
  color: #FFFFFF;
  background-color: #103F8D;
  border: none;
}
.step-checkout .btn-white.focus, .sidebar .btn-white.focus, .step-checkout .btn-white:focus, .sidebar .btn-white:focus, .step-checkout .btn-white:hover, .sidebar .btn-white:hover {
  color: #FFFFFF;
  background-color: #0041AE;
}
.btn-green {
  background-color: #F2D41A;
  border-color: #F2D41A;
  color: #000;
  font-size: 16px;
  font-weight: 700!important;
}
.btn-green:hover {
    color: #FFF;
    background-color: #A68D49;
    border-color: #A68D49;
}


/* Historia */
.historu{
  margin-bottom: -30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103f8d+0,274d8c+40,f7f74f+100 */
  background: #103f8d; /* Old browsers */
  background: -moz-linear-gradient(left,  #103f8d 0%, #274d8c 40%, #f7f74f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #103f8d 0%,#274d8c 40%,#f7f74f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #103f8d 0%,#274d8c 40%,#f7f74f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103f8d', endColorstr='#f7f74f',GradientType=1 ); /* IE6-9 */
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid rgb(242, 212, 26);
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    background-color: rgba(0, 0, 0, 0.62);
    color: #fff;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #F2D41A;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.modal-lg .close {
  color: #fff;
  opacity: .9;
}
.modal-lg .modal-header {
  padding: 3px 13px 0px 10px;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media(max-width: 768px) {
  .white-box {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #home .image.animate-left {
    left: 0;
  }
  #home .image.animate-right {
    right: 0;
  }
  .prefooter{
    text-align: center;
  }
  .prefooter img{
    float: none!important;
    margin-top: 15px;
  }
  .mini-cart {
    float: right;
    margin-right: 20px;
    padding: 18px 15px;
    position: relative;
    background: #fff!important;
    color: #103F8D!important;
  }
  #product-minis img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  a.video-src {
    height: 60px;
    float: left;
    margin-right: 3px;
  }
  .minis i {
    line-height: 60px;
  }
}

@media(max-width: 420px) {
  .float-box-container {
    width: 300px;
  }
  .float-box-container h2 {
    font-size: 35px;
  }
  .white-box-container h2 {
    font-size: 2em;
  }
  .white-box-container .row .col-md-4 {
    line-height: 45px;
  }
  .mini-cart {
    float: left;
    padding: 18px 10px;
    position: relative;
    margin: 0;
    background: #fff!important;
    color: #103F8D!important;
  }
  a.navbar-brand {
    float: left;
  }
}