/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.bx-wrapper {
    margin: 0;
    margin-bottom: 10px;
    border: none;
}
.bx-viewport {
    margin-left: 0 !important;
    border: none;
}
.top_title  h1{
    color: #1C324D !important;
}

.product-view .product-img-box .product-image #wrap {
    top: 295px !important;
    left: 295px !important;
}
.product-view .product-img-box .product-image {
    width: 408px !important;
    height: 408px !important;
}
.product-view .product-shop {
    width: 51% !important;
}
.product-view .product-img-box {
    width: 410px !important;
}
#cloud-zoom-big {
    width: 408px !important;
    height: 408px !important;
}
.container-slider {
    width: 415px !important;
}
@media only screen and (min-width: 768px) {
    span.toggle {display: none;}
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
      height: 100% !important;
      display: block !important;
      opacity: 1!important;
    } 
    
}
.gmap-list-marker-labels {
    display: none !important;
}

#scrollbar1 .overview .content .store a {
    color: #1C324D !important;
}

#scrollbar1 .overview .content .store a:hover {
    color: #009cde !important;
}

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 606px !important;}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 506px !important;}
        .sf-menu>li>a>span { width: 70px !important; }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
         .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 250px !important;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 180px !important;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        .bx-wrapper, .bx-viewport, .bx-wrapper img {height: 160px !important;}
    }


