body{
	background:#fff;
	font-family: 'Lato', sans-serif;
}

.simbolo {
	display: grid !important;
}

.symbol.required:before {
	content: "*";
	display: inline;
	color: #E6674A;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

li.grid:last-child a {
    border-right: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
border-top: none;	
}
a:hover, a:focus {
	color:#000;
	text-decoration:none;
}
@font-face {
   font-family: 'Dosis-Regular';
   src: url(../fonts/Dosis-Regular.ttf) format('truetype');
}
@font-face {
   font-family: 'Dosis-Bold';
   src: url(../fonts/Dosis-Bold.ttf) format('truetype');
}
@font-face {
   font-family: 'Dosis-Medium';
   src: url(../fonts/Dosis-Medium.ttf) format('truetype');
}

h1,h2,h3,h4,h5,h6,label{
	margin:0;	
}
h1.b1,h2.b2,h3.b3 {
  margin-bottom:25px;
  display: block;
}
.cart.box_1 a {
	color: #333;
}
/*----*/
.logo img
{
	margin-top: 18px;
	margin-left: 10px;
}
.login a{
	font-size:13px;
	font-weight:500;
	border:1px solid #E4E4E4;
	padding:10px 15px;
	text-decoration:none;
}
.login a:hover{
	color:#333;
}
.item_add:hover{
	text-decoration:none;
}
.itemContainer{
	width:100%;
	float:left;
}
.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.itemContainer a{
	text-decoration:none;
}
.cartHeaders{
	width:100%;
	float:left;
}
.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}	
.grid_1 img{
	margin-bottom:1em;
}
.box_1{
  float: right;
  width: 10%;
  margin-top:2em;
  padding-right: 15px;
  text-align: right;
}
.box_1 h3{
  color: rgba(113, 111, 111, 1);
  font-size: 1em;
}
.box_1 h3 img{
	margin-left: 5px;
}
.glyphicon-shopping-cart:before {
  margin-left: 5px;
  font-size:1.2em;
}
.box_1 p a{
	color: rgba(204, 204, 204, 1);
  font-size: 0.8em;
}
.box_1 p a:hover{
	color:#ff5d56;
	text-decoration:underline;
}
.total {
  display: inline-block;
}
.header-bottom {
	border-bottom: 1px solid #eee;
	position: relative;
}
.logo h1 a{
	color: #F1F1F1;
	font-family: 'Dosis-Medium';
	font-size: 1.3em;
	font-weight: 100;
	padding: 0.5em 1.3em;
	text-decoration:none;
background:#28156F;	
display:inline-block;
}
.logo h1 a:hover{
	text-decoration:none;
}
.logo{
	float:left;	
}
 .top-nav {
    width: 49%;
    /* float: left; */
    text-align: center;
    margin: 0 auto;
}
.skyblue{
	float:left;
}
/*--- slider-css --*/
.rslides-banner{
	background-size:cover;
	min-height:585px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.banner-info {
	width: 59%;
	position: absolute;
	top: 37%;
	left: 20%;
	text-align: center;
	z-index: 1;
}
.banner-info h3{
	color: #FFF;
	font-weight: 700;
	font-size:3em;
	text-transform: uppercase;
		z-index: 999;
}
.banner-info p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 1.2em;
	width:70%;
	margin:0 auto;
	text-align: center;
	padding:1em 0 1.5em 0;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top:40%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 72px;
	width: 38px;
	background: transparent url("../images/sp.png") no-repeat -19px -7px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background: transparent url("../images/sp.png") no-repeat -77px -7px;
	right:0;
}
/*----*/
.items{
	padding:4em 0;
}
.feature-grid img {
	width: 100%;
	padding: 0em 2em 1em 2em;
}
.feature-grid {
	position: relative;
	border-bottom: 3px solid #fff;
	padding: 1em;
	border: 1px solid #ececec;
    margin: 0px 0px 30px 70px;
}
.feature-grid a {
	text-decoration: none;
}
.arrival-info 
{
	text-align: center;
	margin-top: 1em;
}
.arrival-info h4 
{
	color: #3f4042;
	font-size: 0.95em;
	font-family: 'Dosis-Bold';
	text-transform: uppercase;
}
.arrival-info p {
	color: #caccce;
	font-size: 1em;
	font-weight: 600;
	margin: 10px 0 5px;
}
span.pric1 {
	color: #ADADAD;
	font-size: 0.95em;
}
span.disc {
	color: rgba(7, 152, 40, 0.69);
	font-size: 0.85em;
}
/*
.feature-grid:hover {
	border-bottom:3px solid #28156F;
}*/
.btm-sec{
	margin-top:6em;
}
.glyphicon {
  top: 2px;
  margin-right:5px;
}
.glyphicon-eye-open:before{
  color:rgba(149, 148, 148, 0.81);
}
.viw{
  position: absolute;
  background: #eee;
  padding: 0.5em 2.3em;
  font-size:.9em;
  font-weight: 500;
  top: 35%;
  left:30%;
  display: none;
}
.viw:hover{
	text-decoration:underline;
}
.viw a{
	color:rgba(149, 148, 148, 0.81);
}
.viw a:hover{
	text-decoration:underline;
}
.feature-grid:hover div.viw{
	display:block;
}
/*----*/
.offers{
	padding-bottom:3em;
	padding-top: 20px;
}
.offers h3{
	text-align:center;
	font-family: 'Dosis-Medium';
	font-size:2.2em;
	position:relative;
}
.offers h3:after{
	content:'';
	display:inline-block;
	background:#eee;
	width:18%;
	height:2px;
	position:absolute;
	right:20%;
	top: 18px;
}
.offers h3:before{
	content:'';
	display:inline-block;
	background:#eee;
	width:18%;
	 height: 2px;
	position: absolute;
	left: 20%;
	top: 18px;
}
.offer-grids{
	margin-top:3em;
}
.offer-grid1,.offer-grid2{
	 padding:1.5em;
	 box-shadow:0px 1px 24px #eee;
	background:#eee;
}
.ofr-pic{
	float:left;
	width:40%;
}
.ofr-pic2{
	float:left;
	width:19.5%;
}
.ofr-pic-info{
	float:left;
	width:60%;
	padding-top: 23px;
}
.ofr-pic-info2{
	float:left;
	width:60%;
	padding-top: 23px;
	margin-right: 5em;
}
.ofr-pic-info h4,.ofr-pic-info  span{
	text-align:right;
}
.ofr-pic-info h4{
	color:#333;
	font-size:1.6em;
}
.ofr-pic-info2 h4{
	color:#333;
	font-size:1.6em;
}
.ofr-pic-info  span{
	display:block;
	font-size:2.2em;
	font-family: 'Dosis-Medium';
	color:#28156F;
	margin-top:0.5em;
}
.ofr-pic-info2  span{
	display:block;
	font-size:1.5em;
	font-family: 'Dosis-Medium';
	color:#28156F;
	margin-top:0.5em;
}
.ofr-pic-info p,.ofr-pic-info2 p{
	display:inline-block;
	text-decoration:none;
	font-family: 'Dosis-Medium';
	font-size:1.1em;
	background:#000;
	color:#fff;
	padding:0.5em 1.2em;
	margin-top: 5px;
	text-transform:uppercase;
	float:right;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.ofr-pic-info p:hover, .ofr-pic-info2 p:hover{
	background:#28156F;
}
.ofr-pic-info2 h5{
	display:block;
	font-size:2.5em;
	font-family: 'Dosis-Medium';
	color:#333;
}
.ofr-pic-info2 p{
	float:left;
	margin-top:2.2em;
}
/*----subscribe---*/
.subscribe{
	background:#373435;
	text-align:center;
	padding:2em 0;
}
.subscribe h3{
	color:#fff;
	padding-bottom:1em;
	margin:0;
	font-family: 'Dosis-Medium';
	font-size: 2.2em;
}
.subscribe form{
	width:50%;
	margin:0 auto;
}
input[type="text"],input[type="email"]
{
	padding: 10px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #464646;
	font-size: 1.1em;
	border: 1px solid rgba(85, 85, 85, 0.19);
	-webkit-appearance: none;
}
input[type="submit"]{
	outline:none;
	border:1px solid #fff;
	width:20%;
	padding:0.55em;
	background:none;
	margin-left:1em;
	color:#fff;
}
input[type="submit"]:hover{
	color:#333;
	border:1px solid #fff;
	background:#fff;
	transition:0.5s all;
		-webkit-transition:0.5s all;
		-moz-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
}

input[type="button"]{
	outline:none;
	border:1px solid #fff;
	width:20%;
	padding:0.55em;
	background:none;
	margin-left:1em;
	color:#fff;
}
input[type="button"]:hover{
	color:#333;
	border:1px solid #fff;
	background:#fff;
	transition:0.5s all;
		-webkit-transition:0.5s all;
		-moz-transition:0.5s all;
		-o-transition:0.5s all;
		-ms-transition:0.5s all;
}
/*----/subscribe---*/
/*--footer--*/
.footer{
	background:#eee;
	padding:2em 0;
	border-top:1px solid #c0c0c0;
}
.about-us h3{
	 color: #555;
	font-size:1.8em;
	font-family: 'Dosis-Medium';
	margin-bottom:1em;
}
.about-us p{
	line-height:1.7em;
	color:#7F7F7F;
	font-size:0.9em;
}
.ftr-grid h3 {
	font-size: 1.8em;
	color: #555;
	font-family: 'Dosis-Medium';
	margin: 0 0 1em;
}
ul.nav-bottom li {
	list-style: none;
	padding:2px 0;
}
ul.nav-bottom li a {
	text-decoration: none;
	color: #7F7F7F;
	font-size: 0.9em;
	display: inline-block;
}
ul.nav-bottom li a:hover{
	color: #28156F;
}
ul.nav-bottom li:nth-child(1){
	margin:0;
}
.copywrite{
	padding:1em 0;
	background:#28156F;
}
.copy{
	float:left;
}
.copy p{
	color:#fff;
	font-size:0.95em;
	padding-top:10px;
}
.copy p a{
	color:#fff;
}
.copy p a:hover{
	color:#28156F;
}
.social {
  margin: 0em 0;
  float: right;
}
.social i {
width: 27px;
height: 27px;
background: url('../images/social.png') no-repeat 0px 0px;
display: inline-block;
margin:0 5px;
}
a i.facebook{
background-position:-3px -2px;
}
a i.twitter{
background-position: -43px -3px;
}
a i.dribble{
background-position: -83px -3px;
}
a i.google{
background-position:-126px -2px
}
a i.youtube{
background-position:-167px -3px;
}
a i.facebook:hover{
background-position:-3px -36px;
}
a i.twitter:hover{
background-position: -43px -36px;
}
a i.dribble:hover{
background-position: -83px -36px;
}
a i.google:hover{
background-position:-126px -36px
}
a i.youtube:hover{
background-position:-167px -36px;
}
/*--product--*/
.product {
	padding:4em 0 3em;
}
.product-model-sec {
	margin: 4em 0 0 0;
	float: right;
}
.rsidebar {
	display: block;
	float: left;
	margin: 4em 2em 0% 0;
	width: 22%;
}
/*-----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate button{
	padding:10px;
	color:#fff;
	font-size:0.8em;
	cursor:pointer;
	margin: 32% auto 0 auto;
	display: block;
	border:none;
	width:60%;
	text-decoration:none;
	background:rgba(183, 183, 183, 0.93);
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-transform:uppercase;
}
.glyphicon-zoom-in:before {
  content: "\e015";
  color:#fff;
	font-size:0.9em;
}
.b-animate button:hover{
	background:#989898;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 420px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.product-grid {
	width: 30%;
	margin: 0 1% 4% 2%;
	float: left;	
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	min-height: 355px;
	border-bottom:2px solid #fff;
	border: 1px solid #ececec;
} 
/*
.product-grid:hover {
	z-index: 1;
	border-bottom:2px solid #28156F;
}*/
.more-product-info span {
	color:#fff;
	font-size:1em;
	font-weight:500;
	padding:5px 10px;
	display: block;
	background:#fa558f;
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
	z-index: 999;
}
.products-row a:hover{
	text-decoration:none;
}
.product-img img {
	width: 100%;
	padding:1em 2.5em 0; 
}
.product-info-cust {
	padding: 0.8em 1.2em;
} 

.product-info-cust.prt_name input[type="text"]
{
	border: 1px solid;
	width: 110px;
}


.product-info-cust.prt_name input[type="button"]
{
	width: 70px;
	margin-top: 18px;
	margin-left: 10px;
	border-radius: 2px;
	background: #373435;
	color: #fff;
	padding: 7px 0px;
	font-size: 1.1em;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: 2px solid #373435;
	
}

.product-info-cust.prt_name input[type="button"]:hover{
	background: transparent;
	color: #373435;
	border:2px solid #373435;	
	
}
.item_quantity {
  margin: 1em 0;
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
	  width: 51%;
	float: left;
}
.single-para .item_add
{
	background:#373435;
	color: #fff;
	padding: 12px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:2px solid #373435;
	margin:0;
}


.single-para .item_add:hover
{
	background: transparent;
	color: #373435;
	border:2px solid #373435;	
	
}
.prt_name{
	padding: 0.8em 1.2em;
	float:none;
}
.items{
	margin:10px 0 0px 17px;
}

.product-info-price {
	float: right;
	background: #fff;
	width: 27%;
	text-align: center;
	padding: 0.545em;
}
.product-info-cust h4{
	color: #3f4042;
	font-size: 0.95em;
	font-family: 'Dosis-Bold';
	text-transform: uppercase;
}
.product-info-cust p{
	 margin:5px 0;
	 letter-spacing:1px;
	 font-size:0.85em;
	 color:#C7C7C7;
}
span.item_price{
	color: #caccce;
	font-size: 1em;
	font-weight: 600;
	margin: 10px 0 5px;
	display:block;
}
p.pric1 {
	color: #ADADAD;
	font-size: 0.95em;
	display:inline-block;
}
p.disc {
	color: rgba(7, 152, 40, 0.69);
	font-size: 0.85em;
	display:inline-block;
}
.tab-grids {
	margin-top: 2em;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding:5px 20px 20px 10px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*----*/
ul.place{
	margin: 5px 0;
	background: #f9f9f9;
	width: 100%;  
	padding:0px 5px;
	  cursor: pointer;
}
ul.place li{
	display: inline-block;
	padding: 6px;
}
ul.place li {
	color: #8c8c8c;
	text-decoration: none;
	cursor: pointer;
}
ul.place li span{
	color: #f02b63;
}
ul.place li.sort{
	float:left;
}
ul.place li.by{
	float:right;
}
.single-bottom p{
	font-size:0.9em;
	padding:2px 10px;
}
.possible-about p{
	color:#727272;
	font-size:1em;
	line-height:1.5em;
}
.possible-about h4{
	color:#7db122;
	font-size:1.4em;
	
	font-weight:600;
	   padding: 0 0 0.3em;
}
ul.dropdown-menu1 li {
  list-style: none;
}
label.amount {
  color: #7c8389;
  margin-right: 5px;
}
span.amount {
  color: #7c8389;
}
.product-model h2,h2.top,.contact h3{
  font-size: 2.5em;
  font-family: 'Lato', sans-serif;
  color: #333;
  text-align:center;
}
ul.dropdown-menu1 li a:hover{
	color:#000!important;	
}
.glyphicon-minus:before {
	content: "\2212";
	color: #fff;
	font-size: 9px;
	background: #373435;
	padding: 1px 6px;
	margin-right: 5px;
}
.glyphicon-minus {
	top: -1px!important;
}
/**/
.sky-form .rating {
	font-size: 15px;
	color: #404040;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: left;
	height: -4px;
	cursor: pointer;
}
.rating {
	margin: 6px 0 0 0em;
}

.sky-form [class^="icon-"] {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/star.png) 0 -3px;
	float:left;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* checked state */
/**/
.sky-form .radio input + i:after {
	background-color: #2da5da;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .rating input:checked ~ label {
	color: #2da5da;	
	 background: url(../images/star.png) 0 -20px;
	display: -webkit-box;
}
.id h4{
	color: #777;
  font-size: 0.85em;
}
.item-list ul{
	padding-left:15px;
}
.item-list ul li {
	padding:2px 0;
	color:#999;
	font-size:0.9em;
}
.item-list ul li a{
	text-decoration:underline;
	color:#999;
	font-size:0.95em;
}
.cost{
	margin:0.3em 0 1em 0;
}
.prdt-cost{
	float:left;
	  margin-right: 13%
}
.prdt-cost ul li{
	display:block;
	font-family: 'Arimo', sans-serif;
	font-size:0.8em;
	padding:2px;
	color:#999;
}
.prdt-cost ul li.active{
	font-size:1.3em;
	color:red;
}
.prdt-cost ul a{
font-size: 0.8em;
  display: inline-block;
  background: #373435;
  padding: 0.6em 2em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-top:5px;
}
.prdt-cost ul a:hover{
	background: #333;
}
.glyphicon-map-marker:before {
  content: "\e062";
  color:#999;
  margin-right:8px;
}
.det {
  margin-top:4em;
	padding-right: 3em;
}
.form-control:focus{
	border-color:#ccc!important;
   outline: 0!important;
   webkit-box-shadow:none;
  box-shadow: none;
}
.single-bottom1 h6 {
  background: #F3F3F3;
  padding: 10px;
  color: #333;
  font-size: 1.35em;
  margin-top:2em;
  font-family: 'JosefinSans-Bold';
}
p.prod-desc {
  color: #999;
  padding-top: 5px;
  line-height: 1.8em;
  font-size:1em;
}
.pl-lft {
	float: left;
	width: 45%;
}
.pl-rgt {
	float: right;
	width: 55%;
	padding: 1.6em 0em 1.6em 1em;
}
.pro-tp p a{
	color: #6e7786;
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.8em;
	text-decoration:none;
}
.pro-tp p a:hover{
color:#8ce78a;
}
.pro-tp h6 a{
	color: #000;
	font-size: 1em;
	margin:0;
	font-weight:700;
	text-decoration:none;
}
.pro-tp h6 a:hover{
color:#8ce78a;
}
.pro-tp {
	margin: 0 0 2em;
}
.pr-btm h4 {
	color: #6e7786;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 1em;
}
.pr-btm h6 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 1em 0;
	color: #000;
}
.pr-btm p {
	color: #6e7786;
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.8em;
}
.pr-btm {
	text-align: center;
	margin:6em 0 0;
}
.pr-btm img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}
.bottom-cd.simpleCart_shelfItem {
	padding-right: 5em;
}
.grow {
	background-color: #8ce78a;
	padding: 1.3em 0;
}
.grow h2 {
	color: #fff;
	font-size: 2em;
	margin: 0;
	font-weight: 700;
}
.pro-du {
	padding: 4em 0;
}
.ca-rt {
	float: right;
	width: 42%;
	padding: 2em 0 0;
}
.top-sing {
	margin-bottom: 7em;
}
/*--single--*/
.single-top {
	width: 32%;
		margin-right: 5em;
}
.thumb-image { width: 323px;
	padding:1em;
 }

.thumb-image > img { width: 100%; }
.single-top-in {
	width: 61%;
}
.imagezoom-view{
position: absolute;
	left: 650.5px!important;
	top: 150px!important;
	width: 495px;
	height: 390px!important;
	z-index: 2147483647;
	overflow: hidden;
	border: none;
	background: rgb(0, 0, 0);
}
 ul.star-footer li{
	display:inline-block;
	
}
 ul.star-footer li i{
	height: 16px;
	width: 16px;
	background: url("../images/img-sprite.png") no-repeat -261px -106px  ;
	display: inline-block;
}
.single-para h4 {
	color: #000;
  font-size: 2em;
   font-family: 'Dosis-Medium';
}
p.para {
  font-size: 1em;
  color:#BDBCBC;
  line-height: 1.8em;
}
.single-para h5 {
  color:#28156F;
  font-size: 2em;
  border-bottom: 1px solid #C4C3C3;
  padding:1em 0;
  margin:1em 0 0.5em;
}
.prdt-info-grid{
	margin:1.5em 0;
}
.prdt-info-grid ul li{
	display:block;
	color:#BDBCBC;
	font-size:0.9em;
	padding:2px 0;
}
.check p {
	font-size: 0.85em;
	display: inline-block;
	color: #999;
}
.navbar-form {
	padding: 0!important;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btm-grid{
	border:1px solid #fff;
	padding:1em;
	width: 20%;
	float:left;
}
.btm-grid:hover{
	border:1px solid #eee;
}
.btm-grid a{
		text-decoration:none;
}
.btm-grid h4{
	color:#3f4042;
	font-size:1.3em;
	display:block;
font-family: 'Dosis-Medium';	
}
.btm-grid span{
	color:#BDBCBC;
	font-size:1.3em;
	padding:4px 0;
	font-weight:500;
	display:inline-block;
}
/*--//single--*/
.bottom-prdt{
	margin-top:2em;
	padding-top:2em;
	border-top:1px solid #eee;
}
/*----*/
.pages {
	padding: 0em 0px 3em;
}
h3.ghj {
	color: #000;
	font-size: 2em !important;
	margin: 0 0 1em;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
.breadcrumb {
	margin:3em 0 2em!important;
}
.table {
	margin-bottom: 0;
}
.b4,.b5,.b6 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.bs-example h1, .bs-example hh2, .bs-example h3, .bs-example h4, .bs-example h5, .bs-example h6 {
  margin: 0 0 10px;
}
/*-- --*/
/*---start-contact----*/
.contact {
  padding-bottom: 3em;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
}	
.span_2_of_3 {
	width: 70%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 30%;
	padding:1.5%; 
}
.span_2_of_3  h4,
.span_1_of_3  h4 {
	font-size: 1.3em;
	padding: 0.5em 0;
	color: #373435;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}

.contact-form span{
	/*display:block;*/
	padding-bottom: 4px;
	font-size: 0.9em;
	padding-bottom:5px;
	color: #012231;
	text-transform: uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
			padding: 10px;
			display: block;
			width: 98%;
			margin-top: 4px;
			border: none;
			outline: none;
			color: #464646;
			font-size: 1.1em;
			border: 1px solid rgba(85, 85, 85, 0.19);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}

.contact-form input[type="submit"]{
	background:#373435;
	color: #fff;
	padding: 12px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:2px solid #373435;
	margin:0;
}
.contact-form input[type="submit"]:hover{
	background: transparent;
	color: #373435;
	border:2px solid #373435;
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size: 1em;
	color: rgba(85, 81, 81, 0.84);
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#012231;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.company_address p span:hover{
	color:#00B895;
}
.map iframe{
	width:100%;
	border:none;
}
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}
.cart-sec{
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:2em;
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	margin-top: 3em;
}
.check-sec{
	padding:5em 0 0;
}
.cart-item-info h3{
	font-size:1em;	
}
.cart-item-info h3 a
{
	color:#000;
	font-weight: bold;
}
.cart-item-info h3 span
{
	display:block;
	font-weight:400;
	font-size: 0.8em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin: 3em 0;
}
.delivery p {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 
.closeProduct{
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top:45px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
a.order 
{
	background:#373435;
	padding:10px 20px;
	font-size:1em;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	font-weight: 600;  
	margin-bottom:2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:2px solid #373435;
	text-align:center;
}
a.order:hover{
	background: transparent;
	color: #373435;
	border:2px solid #373435;
}

.client-info{
	margin-top:2em;
}

.total-item,.cart-items{
	margin-top:0em;
	padding-bottom:2em;
}

.total-item h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:4em;
}
a.cpns{
	background:#28156F;
	color:#fff;
	padding: 10px;
	font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background:#204056;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#373435;
	padding:10px 20px;
	font-size:1em;
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	font-weight: 600;  
	margin-bottom:2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:2px solid #373435;
	text-align:center;
	
}
a.continue:hover{
	background: transparent;
	color: #373435;
	border:2px solid #373435;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 
  font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}


.cart-items h1 {
  font-size: 1.5em;
  margin-bottom:2em;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* border-bottom-right-radius: 50%; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
li.last_price span {
  margin-top: 0.4em;
  display: inherit;
}
/*--login--*/
.login_sec{
padding: 0em 0 3em 0;
}
.log{
margin:1em 0 0em 0;
padding:0;
}
.login_sec h2{
  font-size: 2.3em;
  font-family: 'Dosis-Bold';
  color: #333;
}
.login-right h3{
	text-transform: uppercase;
  font-size: 1.4em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #333;
  margin-bottom:0.5em;
}
.log p{
color: #A7A7A7;
line-height:1.8em;
font-size:1em;
}
.reg-right{
padding:2em 0 0 3em;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color: #3498db;
width: 96%;
font-size: 0.8125em;
padding: 0.5em;
}
.log p span{
display:inline-block;
cursor:pointer;
color:#1a1818;
text-decoration:underline;
}
.log h5{
color: #5d5959;
font-size:1.3em;
padding-bottom:10px; 
}
.log form {
margin-top:2em;
}
.log form input[type="text"],.log form input[type="password"] {
width: 90%;
padding: 8px;
font-size: 1em;
font-weight: 400;
border: 1px solid #D6D6D6;
outline: none;
color: #5d5959;
margin-bottom:2em;
}
.log form input[type="submit"]{
display:inline-block;
  background: #373435;
  padding: 0.6em 2em;
  font-size:1em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border:none;
  outline:none;
  margin-right:2em;
  margin-bottom:1em;
  transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.log form input[type="submit"]:hover,a.acount-btn:hover{
	background:#28156F;
	color:#fff;
	text-decoration:none;
}
.log a{
text-decoration:underline;
font-size:0.85em;
font-weight:400;
color:#7b7a7a;
}
a.acount-btn {
  display:inline-block;
  background: #373435;
  padding: 0.6em 2em;
  font-size:1em;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border:none;
  outline:none;
  margin-bottom:1em;
  transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
}
.login-right p {
color: #999;
display: block;
font-size: 0.9em;
margin: 0 0 2em 0;
line-height: 1.7em;
}
.registration{
	padding: 0em 0% 3em 0;
}
.registration h2{
	font-size:1.8em;
	color: #333;
	text-transform:capitalize;
	margin-bottom: 4%;
	font-family: 'Dosis-Bold';
	font-weight:300;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	color: #777777;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float:left;
	margin-left:20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
.radio{
	margin-top:0;
}
.radio, .checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.checkbox{
	font-size:0.9em;
	color:#999;
	margin:0;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
}
.registration_form input[type="submit"]{
	font-size: 0.75em;
  display: inline-block;
  background: #373435;
  padding: 0.8em 2em;
  color: #fff;
  text-decoration: none;
  border:none;
  text-transform:uppercase;
  font-weight: 500;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;	
}
.registration_form input[type="submit"]:hover{
	background:#28156F;
}
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #999;
}
.terms:hover{
	text-decoration:none;
	color:#333;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}

@media (min-width: 	1700px){
	.top-nav {
    width: 35%;
}
}
/*--//login--*/
/*--responsive--*/
@media (max-width: 1440px){
}
@media (max-width: 1366px){
.top-nav {
	width: 52%;
}
}
@media (max-width: 1280px){
.top-nav {
    width: 70%;
    float: left;
}
.banner-info {
	width: 60%;
		top: 43%;
}

.memenu{
	margin: 0 auto !important;
    float: none;
    height: 85px;
}
.banner-info h3 {
	font-size: 2.7em;
}
.banner-info p {
	font-size: 1em;
	width: 80%;
}
.ofr-pic-info h4 {
	font-size: 18px;
}
.ofr-pic-info span {
	font-size: 1em;
}
.ofr-pic-info2 h5 {
	font-size: 2em;
}
.about-us p {
	font-size: 0.9em;
}
ul.nav-bottom li a {
	font-size: 0.95em;
}
.single-top-in{
	width:44%;
}
}
@media (max-width: 1080px)
{
	.top-nav {
		width: 59%;
	}
	.rslides-banner {
		min-height: 420px;
	}
	.banner-info h3 {
		font-size: 2.2em;
	}
	.single-para h4 {
		font-size: 1.6em;
	}
	.single-top-in {
		width: 53%;
	}
	.single-para h5 {
		padding: 1em 0;
		margin: 0em 0 0.5em;
	}
	p.para {
		font-size: 0.95em;
	}
	.prdt-info-grid ul li {
		font-size: 0.83em;
	}
}
@media (max-width: 1024px){
.top-nav {
	width: 58%;
}
.rslides-banner {
	min-height: 385px;
}
.banner-info {
	width: 61%;
}
.thumb-image {
	width: 290px;
	padding: 1em;
}
.single-top {
	width: 34%;
	margin-right: 5em;
}
.imagezoom-view{
position: absolute;
	left: 340.5px!important;
	top: 150px!important;
	width: 495px;
	height: 390px!important;
	z-index: 2147483647;
	overflow: hidden;
	border: none;
	background: rgb(0, 0, 0);
}
.item_add {
	padding: 0.5em 1em;
}
}
@media (max-width: 991px){
.top-nav {
	width: 56%;
}
.banner-info h3 {
	font-size: 2em;
}
.feature-grid {
	width: 22%;
	float: left;
	padding: 0 0px;
	margin: 0 10px;
}
.viw {
	top: 30%;
	left: 18%;
}
.offers h3 {
	font-size: 2em;
}
.offers h3:before {
	left: 13%;
}
.offers h3:after {
	right: 13%;
}
.offer-grid1 {
	margin-bottom: 2em;
}
.ofr-pic{
	float: left;
	width: 15%;
}
.ofr-pic2 {
	float: left;
	width: 15%;
}
.about-us {
	width: 25%;
	float: left;
	padding-left:0;
}
.ftr-grid {
	width: 25%;
	float: left;
}
.product-info-cust p {
	letter-spacing: 0px;
	font-size: 0.7em;
}
.rsidebar {
	margin: 2em 0em 0% 0;
	width: 100%;
}
.span_1_of_3 {
	width: 100%;
	padding: 1.5% 0;
}
.span_2_of_3 {
	width: 100%;
	padding: 1.5% 0;
}
.product-model h2, h2.top, .contact h3 {
	font-size: 2em;
}
.single-top-in {
	width: 53%;
	float: left;
}
.single-top {
	width: 47%;
	float: left;
	margin-right: 0em;
}
.btm-grid {
	width: 33%;
	float: left;
}
}
@media (max-width: 800px){
.top-nav {
	width: 49%;
}

.single-top {
	width: 100% !important;
	}

.single-para .item_add{
	width: 100%;
}
.banner-info {
	width: 75%;
	left: 13%;
	top: 30%;
}
.single-top {
	margin-right: 0em;
}
}
@media (max-width: 768px){
.feature-grid {
	width: 45%;
	margin: 1em 1em;
}
.product-grid{
	text-align: center;
}
.opcoes .product-grid {
    width: 95%;
    margin: 0 1%;
}
.memenu {
    float: left; 
    height: auto;
}
.fabricantes-lista {
    height: auto !important;
    width: 100%;
    /* float: left; */
    padding: 20px 0;
}

.subscribe input[type="button"]{
	width: 100%;
	margin-left: 0px;
}
img{
	max-width: 100%;
}

.slick-dots{
	z-index: -9;
	position: relative !important;
	padding: 15px 0 !important;
}
.logo {
    margin-bottom: 20px;
    width: 100% !important;
    text-align: center;
}
.viw {
	top: 40%;
	left: 36%;
}
.single-para h4 {
	font-size: 1.27em;
}
p.para {
	font-size: 0.9em;
}
.btm-grid h4 {
	font-size: 1.1em;
}
.contact {
	padding-bottom: 0em;
}
.subscribe form {
	width: 80%;
}
.subscribe form input[type="text"] {
	width: 100%;
}
.single-top {
	margin-right: 0em;
}
.imagezoom-view{
position: absolute;
	left: 340.5px!important;
	top: 150px!important;
	width: 200px!important;
	height: 390px!important;
}
}
@media (max-width:736px){
.top-nav {
	width: 46%;
}
}
@media (max-width: 667px){
.top-nav {
	width: 43%;
}
}
@media (max-width: 640px){
.top-nav {
	width: 42%;
}
.about-us {
	width: 50%;
}
.footer {
	padding: 2em 0 0;
}
.ftr-grid {
	width: 50%;
	margin-bottom:2em;
}
.rslides-banner {
	min-height: 285px;
}
.b-animate button {
	font-size: 0.7em;
}
.item_quantity {
	width:44%;
}
ul.place li.sort {
	font-size: 0.85em;
}
.single-top {
	width: 50%;
	margin: 0 auto;
	float:none;
}
.thumb-image {
	width: 262px;
	padding: 1em;
}
.single-top-in {
	width: 100%;
	float: none;
	margin-top: 2em;
}
.form-control {
	width: 84%;
	margin-right:5%;
	float: left;
}
.navbar-form .form-group {
	margin-bottom: 0px;
}
.login_sec h2 {
	font-size: 2em;
}
.registration h2 {
	font-size: 1.6em;
}
span.item_price {    
	margin: 6px 0 0px;
}
}
@media (max-width: 600px){
.top-nav {
	width: 39%;
}
}
@media(max-width:480px){
.logo h1 a {
	font-size: 1em;
	padding: 0.3em 4.85em;
}
.top-nav {
	width: 36%;
}
.box_1 {
	width: 26%;
	margin-top: 1em;
}
.banner-info h3 {
	font-size: 1.3em;
}
.banner-info p {
	font-size: 0.85em;
	width: 94%;
}
.feature-grid {
	    width: 45%;
    margin: 0em 0.5em;
    min-height: 200px;
}
.offers h3 {
	font-size: 1.3em;
}
.offers h3:before,.offers h3:after {
	top: 10px;
}
.ofr-pic {
	width: 23%;
}
.ofr-pic-info {
    width: 76%;
    padding-top: 0 !important;
}
.ofr-pic-info span {
	font-size: 1.6em;
}
.ofr-pic-info h4 {
	font-size: 1.1em;
}
.ofr-pic-info p, .ofr-pic-info2 p {
	font-size: 0.85em;
}
.ofr-pic-info2 h4 {
	color: #333;
	font-size: 1.2em;
}
.ofr-pic-info2 span {
	font-size: 1.3em;
}
.ofr-pic-info2 h5 {
	font-size: 1.6em;
}
.ofr-pic2 {
	width: 20%;
}
.about-us {
	width: 100%;
	margin-bottom: 1em;
}
.ftr-grid {
	width: 100%;
	margin-bottom: 1em;
	padding: 0;
}
.ftr-grid h3 {
	font-size: 1.4em;
	margin: 0px 0 0.5em;
}
.product-model-sec {
	margin: 2em 0 0 0;
	padding: 0;
}
.product-grid {
	width: 46%;
}
.form-control {
	width: 79%;
}
.single-para h5 {
	font-size: 1.5em;
}
.btm-grid {
	width: 50%;
}
.span_2_of_3 h4, .span_1_of_3 h4 {
	font-size: 1.1em;
}
.company_address p {
	font-size: 0.85em;
}
.contact-form input[type="submit"] {
	padding: 7px 26px;
	font-size: 1em;
}
.cart-item-info {
	width: 100%;
}
.delivery p {
	font-size: 0.8em;
}
.delivery span{
	font-size: 0.8em;
}
.single-top {
	width: 70%;
	margin: 0 auto;
	float: none;
}
.rslides-banner {
	min-height: 240px;
}
.viw {
	top: 35%;
	left: 0;
	 font-size: 1em;
} 
.subscribe form input[type="submit"] {
	width: 24%;
}
.subscribe h3 {
	padding-bottom: 0.5em;
	font-size: 2em;
}
.registration_left {
	width: 100%;
}
.registration_left {
	width: 100%;
	margin-left: 0%;
	margin-top:2em;
}
.copywrite{
	text-align:center;
}
.copy {
	float:none;
}
.copy p {
	font-size: 0.9em;
}
.social{
	float:none;
	margin-top:1em;
}
.item_quantity {
	padding: 6px 10px;
}
.items {
	margin: 0;
		padding: 0em 0 3em;
}
.btm-sec {
	margin-top: 1em;
}
input.item_add.items {
	padding: 0.7em 2em;
	font-size: 0.85em;
	margin: 12px 0 0 17px;
}
}
@media (max-width: 414x){
.logo h1 a {
	font-size: 1em;
	padding: 0.3em 3.9em;
}
}
@media(max-width:375px){
.logo h1 a {
	font-size: 1em;
	padding: 0.3em 3.4em;
}
.top-nav {
	width: 42%;
}
.box_1 {
	width: 27%;
    position: absolute;
    right: 0;
    bottom: 10px;
}
}
}
@media(max-width:320px){
.logo h1 a {
	font-size: 1em;
	padding: 0.3em 2.66em;
}
.box_1 {
  width: 33%;
  margin: 1em;
}
.feature-grid {
	width: 100%;
	margin: 1em 0em 1.5em;
}
.viw {
	font-size: 1.1em;
}
.ofr-pic {
	width: 35%;
	float: none;
	margin: 0 auto;
}
.ofr-pic-info {
	width: 100%;
	margin-left: 0em;
}
.ofr-pic-info span {
	font-size: 1.4em;
}
.ofr-pic-info2 h4 {
	font-size: 1.1em;
}
.ofr-pic-info2 {
	float: left;
	width: 100%;
	padding-top:10px;
	margin-right: 0;
}
.form-control {
	width: 69%;
	margin-left: 0.5em;
}
.top-sing {
	margin-bottom: 2em;
}
.ofr-pic2 {
	width: 35%;
	float: none;
	margin: 0 auto;
}
.product-grid {
	width: 100%;
	margin: 0 0% 4% 0;
}
.btm-grid {
	width: 100%;
}
.single-top {
	width: 100%;
}
.thumb-image {
	width: 222px;
	padding: 1em;
}
.cart-item {
	width: 50%;
	margin-right: 0em;
}
.check-sec {
	padding: 2em 0 0;
}
.banner-info h3 {
	font-size: 1em;
}
.banner-info {
	width: 90%;
	left: 6%;
	top: 31%;
}
.rslides-banner {
	min-height: 195px;
}
.callbacks_nav {
	top: 40%;
	left: 0px;
	height: 72px;
	width: 22px;
	background: transparent url("../images/sp.png") no-repeat -13px -6px;
	background-size: 84px;
}
.callbacks_nav.next {
	background: transparent url("../images/sp.png") no-repeat -44px -4px;
	background-size: 88px;
}
.subscribe form {
	width: 100%;
}
.subscribe form input[type="text"] {
	width: 100%;
	margin-bottom:1em;
}
.subscribe form input[type="submit"] {
	width: 39%;
}
.item_quantity {
	width: 61%;
}
}
.logo
{
	margin-bottom: 20px;	
	width: 20%;
}
.logoBsn 
{ 
	margin-top: 17px;
	margin-left: 0px;
	transform: scale(1);
	transition: transform 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);;
}
@media (min-width: 768px) 
{
  .logoBsn {
	 margin-left: 35px; }
}

a:hover .logoBsn 
{
	transform: scale(1.4); 
}
.body{
	min-height:900px;
}
.body section, .section.group
{
	padding-top:65px;
	
}


/*******blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#006632;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #006632;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #006632;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date 
{
  background: #28156F;
  border-bottom: 5px solid #D4D0E2;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #373435  !important;
  border-color: #373435   !important;
  color: #fff;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
	display: inline-block;
	margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#006632;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#006632;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #33AFC7 ;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #33AFC7  transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}




#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-control.left, .carousel-control.right{
	position: absolute;
	top: 50%;
	background-color: #19431D;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	margin-left: 35px;
}
.carousel-control .icon-prev
{
	background-color: #343D46;
	height: 35px;
	width: 35px;
	border-radius: 100px;	
}
.carousel-control .icon-next
{
	background-color: #343D46;
	height: 35px;
	width: 35px;
	border-radius: 100px;
}

/*************************
********* Fotos Empresa CSS ******
**************************/

#portfolio_page {
	margin-top: 115px;
	padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}

.portfolio-filter > li {
	display: inline-block;
}

.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
	color:#fff;
	background: #006632;
	border: 1px solid #006632;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.recent-work-wrap
{
	margin: 5px;
	position: relative;
}

.recent-work-wrap img
{
	width: 100%;
	border-radius: 5px;
}

.recent-work-wrap .recent-work-inner{
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align:center;
}

.recent-work-wrap .recent-work-inner p 
{
	margin-bottom: 10px;
}

.recent-work-wrap .recent-work-inner h3{
	margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
	font-size: 24px;
	color: #fff;
}

.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #28156F;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 10px 30px 30px 30px;
	border-radius: 5px;
}
.recent-work-wrap .overlay .preview i
{
	font-size: 100px;	
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap .overlay .preview-midias {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 45px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}

.recent-work-wrap:hover .overlay {
	opacity: 1;
}

/***** Fim Fotos Empresa CSS ******/


a.btn.btn-primary.readmore
{
	color: #28156F;
}
a.btn.btn-primary.readmore
{
	color: #28156F;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}


a.btn.btn-primary.readmore
{
	background:#373435;
	color: #fff;
	padding: 12px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:2px solid #373435;
	border-radius: 0px; 
}

a.btn.btn-primary.readmore:hover {
	background: transparent;
	color: #373435;
	border: 2px solid #373435;
}

/* Slide Fabricantes */

.fabricantes-lista {
	/*height: 250px;*/
	margin-bottom: 30px;
}

.opcoes .product-grid {
    width: 18%;
    min-height: auto !important;
    margin: 0 1%;
}

#Table_01 td {
    position: relative;
}

.overlay-texto {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    font-size: 30px;
    align-items: center;
    /* align-self: center; */
    /* alignment-baseline: hanging; */
    padding-top: 18%;
    align-self: center;
    /* display: inline-flex; */
    /* dominant-baseline: central; */
    left: 0;
    text-align: center;
    align-content: center;
}

.opcoes .item_quantity, .opcoes .item_add.items{
		display: none;
}
.fabricantes-slide div.img-container {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	padding:8px;
	background-color:#eee;
}
.single-para  .prdt-info-grid ul
{
	    padding: 0px;
}
.bottom-prdt .btm-grid-sec .btm-grid img
{
	width:100%;
}