@media (min-width: 768px) {
	.navbar-brand {
		padding: 15px 8px;
		display: none;
	}
}
.navbar-brand {
	padding: 13px 6px;
}
.navbar {
	margin-bottom: 0px;
}

	.vt-fixed {
		display: none;
	}


/* V-T additional CSS */

.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
/*nop mrnu*/
.vt-navbar {
	border-bottom: 1px solid #e7e7e7;
}

.vt-nav>li>a {
	border-radius: 0 !important;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.vt-nav>li>a:hover {
	background-color: #fff;
    color: #213399;
	text-decoration: underline;
}

.vt-nav>li.active>a {
	background-color: #eeeeee;
	color: #333333;
}
.vt-nav>li.active>a:hover {
	background-color: #eeeeee;
	color: #333333;
}
/*header*/

.vt-header {
	height: 83px;
	background-image: url("../images/mobile/header-background.png");
	background-repeat: repeat-x;
}
.vt-logo {
	width: 154px;
	height: 83px;
	background-image: url("../images/mobile/logo.png");
	float: left;
}

.vt-no-paid {
    text-align: center;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #141414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#141414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#141414 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#141414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
	line-height: 18px;
	padding: 0px 12px 10px 12px;
    font-size: 15px;
    font-family: 'Russo One', sans-serif;
    color: #000;
    text-transform: uppercase;
}
.vt-no-paid a {
    color: #000;
    text-decoration: none;
}

.vt-carousel-back {
	background-image: url("../images/fire-left.png"), url("../images/fire-right.png"), url("../images/carousel-back.png");
	background-position: left top, right top, left top;
	background-repeat: no-repeat, no-repeat, repeat-x;
}

.vt-carousel-back .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.text-center {
	text-align: center;
}

.top-blue {
	border-top: 1px solid #213399;
}
.top-red {
	border-top: 1px solid red;
}
.vt-garantia {
    color: #fff;
    background-color: #e40f03;
    padding: 0px 12px;
    line-height: 24px;
    font-weight: bold;
    font-size: 12px;
}
/*map old*/
.map-header {
	height: 60px;
	background-image: url("../images/mobile/map-header-pattern.png");
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	position: fixed;
    top: 0;
	z-index: 1500;
	display: none;
}
.map-header-left {
	line-height: 60px;
	padding-left: 5px;
	width: 223px;
	float: left;
	height: 60px;
	background-image: url("../images/mobile/map-header-logo.png");
	background-position: left top;
	background-repeat: no-repeat;
}
.map-row {
	margin: 0;
}
.map-container {
	padding: 0;
}

.full-screen-container {
	position: absolute;
	 top:10px;
	 left:50px;
	 z-index: 999;
}
.vt-map {
	width: 100%;
	height: 600px;
}
.map-wrap .vt-map {
	width: 100%;
	height: 100%;
}
.mobile-wrap {
	height: 600px;
	position: absolute;
	top: 0;
	width: 100%;
}
.map-controlls {
	height: 600px;
	overflow-x: hidden;
}
#companies-container {
	margin-top: 20px;
}
.company-button:hover {
	cursor: pointer;
	text-decoration: underline;
}
.vt-map-table {
	margin-bottom: 0;
}

.vt-map-table th {
	width: 30%;
}

.vt-map-table td {
	width: 70%;
}
.map-caption {
	font-size: 12px;
}

.map-caption h5 {
	margin-top: 5px;
}
/*thumbnails height*/
.fixed-height .caption {
	height: 437px;
}
.fixed-height  h4 > a {
	color: #000;
}
.fixed-height h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.fixed-height p {
	overflow: hidden;
}

/*vixed*/
.fixed-phone {
	z-index:1001;
	right: 10px;
	bottom: 10px;
	position: fixed;
}
.element-wrap {
     border-radius: 100%;
	height: 65px;
	width: 65px;
background-color: rgba(251, 94, 9, 0.4);
  animation-name: glow;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;

}
.element {
cursor: pointer;
	text-align: center;
	display: table-cell;
	color: #fff;
vertical-align: middle;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  background-color: rgba(251, 94, 9, 0.4);
       border-radius: 100%;
	   
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;

}

@keyframes glow {
  0% {
    transform: scale(1);
    background-color: rgba(251, 94, 9, 0.4);
  }
  50% {
  }
  100% {
    transform: scale(.8);
    background-color: rgba(251, 94, 9, 0.2);
  }
}

@keyframes stretch {
  0% {
    transform: scale(.8);
    background-color: rgba(251, 94, 9, 0.4);
  }
  50% {
  }
  100% {
    transform: scale(1);
    background-color: rgba(251, 94, 9, 0.7);
  }
}
.vt-fixed {
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	z-index:999;
	right: 10px;
	top: 15px;
	position: fixed;
	width: 36px;
	padding: 8px 0px 5px 5px;
}

.vt-fixed  .at-share-btn {
	border-radius: 3px;
}
/**/
.category_h1 {
	color: #999;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.home_h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

.wrap-home {
	padding-bottom: 30px;
}

.product_h1 {
	font-size: 24px;
	font-weight: bold;
}

.wrap-product {
	padding-top: 5px;
	padding-bottom: 30px;
}

.wrap-category {
	padding-bottom: 30px;
}

.wrap-footer {
	background: ##f8f8f8;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrap-rights {
	border-top: 1px solid #ccc;
	padding-top: 25px;
	padding-bottom: 35px;
	background-color: #e6e6e6;
}
/*
 * Style tweaks
 * --------------------------------------------------
 */

body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */

  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    left: 0;
  }

  .row-offcanvas-left {
    right: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    left: -75%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    right: -75%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    left: 75%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    right: 75%; /* 6 columns */
  }
  .right-menu-fixed {
	display: none;
	z-index: 1050;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 75%;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #ccc;
	overflow: auto;
  }
  .fade-products {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1000;
	opacity: 0.5;
	display: none;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
	height: 100%;
	background: #fff;
	z-index: 1040;
    width: 75%; /* 6 columns */
  }
  
/*
 * Map Off Canvas
 * --------------------------------------------------
 */

  .map-row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .map-row-offcanvas-right {
    right: 0;
  }

  .map-row-offcanvas-left {
    left: 0;
  }

  .map-row-offcanvas-right
  .map-sidebar-offcanvas {
    right: -75%; /* 6 columns */
  }

  .map-row-offcanvas-left
  .map-sidebar-offcanvas {
    left: -75%; /* 6 columns */
  }

  .map-row-offcanvas-right.active {
    right: 75%; /* 6 columns */
  }

  .map-row-offcanvas-left.active {
    left: 75%; /* 6 columns */
  }
  .map-fade-products {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1000;
	opacity: 0.5;
	display: none;
  }
  .map-sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 75%; /* 6 columns */
  }
  
  /**/
.map-header-right {
	text-align: right;
	line-height: 60px;
	padding-right: 5px;
	width: 100px;
	height: 60px;
	float: right;
}
.vt-pull {
	position: absolute;
	 top:10px;
	 right:10px;
	 z-index: 999;
}
.map-wrap {
	padding-top: 50px;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 1050;
}


.map-wrap .vt-pull {
	display: none;
}
.map-wrap .full-screen-container {
	display: none;
}
.map-wrap .map-controlls {
	height: 100%;
}

.map-wrap .map-container {
	height: 100%;
}
.map-header-display {
	display: block;
}
.map-wrap .map-row {
	height: 100%;
}
.map-wrap .mobile-wrap {
	display: none;
}

.leaflet-popup-content {
	padding: 0px !important;
}
 .images-table {
   border: 1px solid #ddd;
   text-align: center;
}

 .images-table th {
   border: 1px solid #ddd;
   text-align: center;
}

 .images-table td {
   border: 1px solid #ddd;
   text-align: center;
}

.float-message {
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
	position: fixed;
	bottom: -463px;
	right: 50%;
	margin-right: -150px;
	z-index: 1000;
	width: 300px;
}

.float-message-active {
	bottom: 0px;
}
.fixed-translate {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #e7e7e7;
	border-top: 1px solid #ccc;
	padding: 10px;
	z-index: 1000;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
#overflow {
overflow-x: hidden;
}