/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h3 {
	font-size: 1.5em;
}
h2, h3 {
	color: #000;
	margin: 0 0 0 0;
	font-weight: 600;
	letter-spacing: 1px;
}
h3, .h3 {
	font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}


h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}


html, body{
	background:#fff;
	font-family: defaultFont;
	height: 100%;
}
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;
	font-family: defaultFont;
	color: #84c50c;
}

section {
	/*margin-bottom: 30px;*/
}

.fixed-menu {
	position: fixed;
	width: 100%;
	z-index: 2000;
	margin-top: 0px;
}

.border-line {
	border: solid 1px red;
}

.section-title {
	font-weight: bold;
	text-shadow: 0px 0px 2px #333;
	text-transform: uppercase;
}

.no-row {
	margin-left: 15px;
	margin-right: 15px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}


@font-face {
	font-family: 'defaultFont';
	src:
		url("../fonts/ArimoRegular.eot"),
		url("../fonts/ArimoRegular.woff") format("woff"),
		url("../fonts/ArimoRegular.ttf") format('truetype');
}

/*@font-face {*/
    /*font-family: 'Lora-Regular';*/
    /*src:url(../fonts/Lora-Regular.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
    /*font-family: 'Muli-Regular';*/
    /*src:url(../fonts/Muli-Regular.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
    /*font-family: 'Lato-Regular';*/
    /*src:url(../fonts/LatoRegular.ttf) format('truetype');*/
/*}*/
/*@font-face {*/
    /*font-family: 'Qlassik';*/
	/*!*src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype");*!*/
	/*src:*/
			/*url("../fonts/RobotoRegular/RobotoRegular.eot"),*/
			/*url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),*/
			/*url("../fonts/RobotoRegular/RobotoRegular.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
	/*font-family: 'ACLineRegular';*/
	/*src:url(../fonts/ACLineRegular.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
	/*font-family: 'AvatarRegular';*/
	/*src:url(../fonts/AvatarRegular.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
	/*font-family: 'BenderRegular';*/
	/*src:url(../fonts/BenderRegular.ttf) format('truetype');*/
/*}*/

.text-accent {
	color: #84c50c;
}

.text-bold {
	font-weight:bold;
}

.text-space {
	letter-spacing: 1px;
}

.text-upper {
	text-transform: uppercase;
}


h2, h3 {
	color: #000;
	margin: 0 0 0 0;
	font-weight: 600;
	letter-spacing: 1px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

/*--starts-logo--*/
.logo {
    text-align: center;
    padding: 25px 0 15px 0px;
    border-bottom: 1px solid #DEDEDE;
}
.logo a h1 {
    font-size: 32px;
    color: #000000;
    margin: 0;
    /*font-family: 'Lora-Regular';*/
    /*text-transform: uppercase;*/
	display: inline-block;
}

.logo .logo-text {
	margin: auto 50%;
}

.logo a:hover{
	text-decoration:none;
}
/*--end-logo--*/
/*--starts-top-header--*/
.top-header {
    /*background: #84c50c;*/
	position: relative;
	background-color: #ffffff;
	color: #333;
	/*background: rgba(132, 197, 12, 0.95);*/
	/*z-index: 100;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
    /*padding: 10px 0px;*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	/*box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);*/
	width: 100%;
}

.top-header a {
	color: #fff;
	/*color: #999;*/
	transition: color 0.25s ease;
	font-weight: 600;
	font-size: 1.5em;
	/*font-size: 90%; !important;*/
}

.top-header a:hover {
	color: #333; !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}

.top-header-main {
	background-color: rgba(132, 197, 12, 0.85);
	border-bottom: solid 1px rgba(150, 150, 150, 0.1);
	padding: 10px 0 0;
}

.bottom-header-main {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
}

/*.bottom-header-main div {*/
	/*!*border: solid 1px red;*!*/
	/*text-align: center;*/
	/*display: inline-block;*/
/*}*/

.bottom-header-main a {
	color: #84c50c;
}

.bottom-header-main .tagline {
	vertical-align: middle;
	/*text-transform: uppercase;*/
	font-weight: 600;
	color: #84c50c;
	font-size: 250%;
	letter-spacing:1px;
	/*padding-top: 20px;*/
	margin-top: 0px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}

.bottom-header-main .rezhim {
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	font-size: 100%;
	padding-top: 25px;
}

.bottom-header-main .phones {
	padding-top: 5px;
	font-size: 140%;
	text-align: right;
	border-left: solid 1px rgba(150, 150, 150, 0.1);
}

.bottom-header-main .phones a {
	font-size:115%;
}

.search-bar input[type="text"] {
	width: 100%;
	padding: 8px 45px 8px 8px;
	border: 1px solid #F5F5F5;
	background: none;
	outline: none;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.74);
	font-size: 0.875em;
	position: relative;
}
.search-bar input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 9px;
    right: 10%;
}
.search-bar {
    width: 93%;
    float: right;
}
/*----*/
.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 ;
		}
.item_add {
	color: #fff;
	border:none;
}	
.grid_1 img{
	margin-bottom:1em;
}
.box_1 {
	float: right;
}
.box_1 h3 {
	color: #702428 !important;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.drop {
    margin-top: 10px;
}

.add-to-cart-link-container {
	/*margin: 25px 0px 0px;*/
	text-align: center;
	border-top: solid 1px rgba(150, 150, 100, 0.2);
	background-color: #ccc;
	position: relative;
	height: 45px;
}

a.add-to-cart-link-a {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border: solid 1px #7dc52b;
	color: #fff;
	background-color: #84c50c;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 90%;
	transition: color 0.5s ease, background-color 0.75s;
}

.item_price {
	margin-top: 15px;
}

a.add-to-cart-link-a:hover {
	text-decoration: none;
	background-color: #FF7F00;
	border: solid 1px #ff8e2f;
}


a.simpleCart_empty {
    /*color: rgba(255, 255, 255, 0.6);*/
	font-size: 11px;
}
span.simpleCart_total {
	/*font-family: 'ACLineRegular', Sans-Serif;*/
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
    font-size: 14px;
}
.box_1 p {
	margin: 0px 0 0px 8px;
}	
.total {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	/*color: #fff;*/
}

.total .fa {
	vertical-align: middle;
	font-size: 150%;
	margin-right: 5px;
	/*color: red;*/
	/*border: solid 1px red;*/
}

.cart box_1 a:hover{
	text-decoration:none;
}
.box_1 a img {
	margin: 3px 0 0 10px;
}
/*----*/
.box {
    float: left;
    width: 11%;
    margin-right: 10%;
}
.box1{
	float:left;
	width:20.5%;
}
.cssmenu ul{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	/*color:#fff;*/
	display: block;
	margin:10px;
	font-size: 0.8125em;
}
.cssmenu li> a:hover {
	color: #ACEAFA;
	text-decoration:none;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown .scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width:75px;
	cursor: pointer;
	font-weight: 200;
	background: none;
	padding: 0;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top:0px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #73B6E1;
}
.dropdown.focus .carat{
	border-top-color: #73B6E1;
}
.dropdown.focus .carat:after{
	border-top-color: #73B6E1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected, .dropdown li {
    color: #000;
}
.dropdown .selected, .dropdown li {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
 .dropdown li {
    color: #fff;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 13px;
	right: 0;
	top: 27px;
	background: #73B6E1;
	overflow: hidden;
	opacity: 0;
	color: #fff;
	width: 90px;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	background:#000;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #73B6E1;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#73B6E1;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background:#73B6E1;
	color: #fff;
}
.header-bottom {
    padding: 18px 0px;
}
/*--end-bottom-header--*/
/*--banner-Part-starts-Here --*/
/*--banner-starts--*/
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 95.8%;
	left: 80%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrow.png") no-repeat left top;
	display: none;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 16.4%;
}
.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 img {
  height: auto;
  display: block;
  float: left;
  width: 100%;
  border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 101%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: center;
	margin: 0;
	display: block;
	padding: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#000;
}
.callbacks_here a:after{
	background:rgba(6, 107, 195, 0.85);
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/
/*--about-starts--*/
.about {
    padding: 1em 0px 1em 0px;
}
.about-left img{
	width:100%;
}
.about-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.about-left figure img {
	position: relative;
	display: block;
}
.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.about-left figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.about-left figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background-color: rgba(132, 197, 12, 0.85);
	/*background: rgba(6, 107, 195, 0.85);*/
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4,figure.effect-bubba h2 {
	padding-top: 22%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
	font-size: 1.8em;
}
figure.effect-bubba h4.gal {
	padding-top: 21%;
}
figure.effect-bubba p {
	padding: 0px 3.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p,figure.effect-bubba:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--about-end--*/
/*--product-starts--*/
.product-left {
    text-align: center;

}
.product-main {
    padding: 1em 0px 0em 0px;
    border:1px solid #ECEAEA;
}
.product {
    padding: 3em 0px 6em 0px;
}
.product-bottom h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
	max-height: 50px;
	height: 50px;
	vertical-align: middle;
	overflow: hidden;
    text-transform: uppercase;
}
.product-bottom h4 span{
    font-size: 17px;
    color: #000;
    margin: 5px 0 0 0;
}
.product-bottom h4 i {
    /*background: url(../images/cart-2.png) no-repeat;*/
    /*width: 20px;*/
    /*height: 15px;*/
    /*display: inline-block;*/
    /*margin-right: 4px;*/
    /*vertical-align: middle;*/
}
.product-left:hover .product-bottom h4 i{
	/*background: url(../images/cart-3.png) no-repeat;*/
}
.product-bottom {
    /*text-align: left;*/
    margin-top: 20px;
	padding: 0px 5px;
    /*padding-left: 30px;*/
}
.product-bottom p {
	font-size: 12px;
    color: #999;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
.product-one:nth-child(2){
	margin-top:30px;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin: 0 auto;
	/*max-width: 125px;*/
	max-height: 150px;
	min-height: 150px;
}
.product-left:hover img.zoom-img{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
	cursor:pointer;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 12px 0px;
}
.product-left:hover .product-bottom h3{
	/*color:#73B6E1;*/
	color: #ff8e2f;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-left:hover .product-bottom h4 span{
	/*color:#73B6E1;*/
	color: #ff8e2f;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-left:hover .product-main{
	/*border:1px solid #73B6E1;*/
	border: solid 1px #84c50c;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-left:hover .srch{
	display:block;
}
.srch {
    display: none;
    position: absolute;
    top: 18%;
    left: 16px;
}
.srch span {
    background: #73B6E1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
}
/*--product-end--*/
/*--information-starts--*/
.infor-left h3 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 0 0;
}
.infor-left ul li a span {
    background: url(../images/s-icons.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}
.infor-left ul li a span:hover {
	transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}
.infor-left ul li a span.fb{
	background-position:0px 0px;
}
.infor-left ul li a span.twit{
	background-position:-34px 0px;
}
.infor-left ul li a span.google{
	background-position:-68px 0px;
}
.infor-left ul {
    padding: 0;
    margin: 25px 0 0 0;
}
.infor-left ul li{
	display:block;
	list-style:none;
	margin-top:10px;
}
.infor-left ul li:nth-child(1){
	margin-top:0;
}
.infor-left ul li a h6 {
    color: #999;
    font-size: 13px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.infor-left ul li a h6:hover{
	color:#73B6E1;
}
.infor-left ul li a p {
    color: #999;
    font-size: 13px;
    margin: 0;
}
.infor-left ul li a p:hover{
	color:#73B6E1;
}
.infor-left ul li a:hover{
	text-decoration:none;
}
.infor-left h4 {
    color: #999;
    font-size: 13px;
    margin: 20px 0 0 0;
}
.infor-left h4 span {
    display: block;
    margin: 7px 0;
}
.infor-left h5 {
    font-size: 15px;
    color: #999;
    margin: 19px 0 0 0;
}
.infor-left p a {
    font-size: 13px;
    color: #999;
}
.infor-left p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
.infor-left p {
    margin: 6px 0 0 0;
}
.infor-top {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 3em;
}
/*--information-end--*/
/*--footer-starts--*/
.footer-left p{
	color:#000;
	font-size:15px;
}
.footer-left p a{
	color:#000;
}
.footer-left input[type="text"] {
    width: 47%;
    margin-right: 10px;
    color: #666;
    /*font-size: 11px;*/
    background: none;
    padding: 8px 10px;
    outline: none;
    border: none;
    border: 1px solid #84c50c;
    /*border: 1px solid #000;*/
}
.footer-left input[type=submit] {
    color: #333;
    padding: 6px 20px;
    /*font-size: 13px;*/
    cursor: pointer;
    border: 1px solid #333;
    background: none;
    outline: none;
}
.footer-left input[type=submit]:hover{
    background: #84c50c;
	color:#fff;
	border: 1px solid #84c50c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer{
	font-size: 12pt;
	/*padding:3em 0px 0px;*/
}
.footer-right {
    text-align: right;
}
.footer-right p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #000;
}
.footer-right p a{
	color: #000;
}
.footer-right p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
/*--footer-end--*/
/*--product-page-starts--*/
.prdt{
	padding:3em 0px;
}
.w_sidebar{
	/*border: 1px solid #EBEBEB;*/
}

.w_sidebar h3, .w_sidebar h5 {
	text-align: center;
}

.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}
.row1 {
    outline: none;
    padding: 20px;
    overflow: auto;
    height: 155px;
}
.row2 {
	height: 175px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 15px 20px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	/*text-transform: capitalize;*/
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #73B6E1;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #73B6E1;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #73B6E1;	
}
.sky-form .checkbox input + i:after {
	color: #73B6E1;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #73B6E1;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !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: #2da5da;
	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%;
}
.single {
	padding: 3em 0;
}
/*-- end scrollpane --*/
/*--product-page-end--*/
/*--breadcrumbs-starts--*/
.breadcrumbs-main {
    border-bottom: 1px solid #D6D6D6;
	margin-top: 10px;
	width: 100%;
}
.breadcrumb {
    background: none;
	margin: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #C3C3C3;
}
.breadcrumb li a {
    color: #242424;
}
.breadcrumb li a:hover {
    color: #73B6E1;
    text-decoration: none;
}
/*--breadcrumbs-end--*/
/*--contact-starts--*/
.contact{
	padding: 1em 0px;
}
.contact-top{
	text-align:center;
}
.contact-text{
	margin-top:4%;
}
.contact-right input[type="text"] {
	width: 32.51%;
	margin: 0px;
	color: #000;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #000;
}
.contact-right textarea {
	width: 100%;
	color: #000;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #000;
	margin-top: 1.4%;
}
.submit-btn input[type=submit] {
	color: #000;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	margin: 20px 0 0 0px;
	border: 1px solid #000;
	background: none;
	outline: none;
}
.submit-btn input[type=submit]:hover{
	background: #73B6E1;
	border: 1px solid #73B6E1;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5 {
    color: #73B6E1;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
}
.contact-right input[type="text"]:nth-child(2) {
	margin: 0 7px;
}
.address p{
	color: #999;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.address:nth-child(1){
	margin-bottom:2em;
}
/*--contact-end--*/
/*--map-starts--*/
.map iframe{
	width:100%;
	height:350px;
}
.map {
    padding-bottom: 3em;
}
/*--map-end--*/
/*--account-starts--*/
.account{
	padding:6em 0px;
}
.account-left h3 {
    font-size: 1.7em;
    color: #73b6e1;
    margin: 0 0 0 0;
}
.account-top,.register-top{
	text-align:center;
}
.account-main,.register-main{
	margin-top:4%;
}
.account-bottom {
    margin-top: 2.2em;
}
.account-left input[type="text"],.account-left input[type="password"],.account-left input[type="email"] {
    /*width: 90%;*/
    margin: 0px;
    color: #000;
    background: none;
    padding: 8px 10px;
    outline: none;
    border: 1px solid #000;
    font-size: 14px;
	margin-bottom:20px;
}
.address {
    margin-top: 10px;
}
.submit{
	margin:0 0 0 1em;
}
.address a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
	margin-right: 20px;
}
.address input[type="submit"] {
    background: #73B6E1;
    color: #FFF;
    font-size: 1em;
    padding: 0.5em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}
.address input[type="submit"]:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--account-end--*/
/*--start-checkout--*/
.ckeckout{
	padding:6em 0px;
}
.close1,.close2,.close3{
	background: url('../images/close.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
    right: 5px;
    top: 10px;
	-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;
}
.check-in {
	width:100%;
	margin: 2em 0 2em;
}
ul.unit {
    border: 1px solid #BCBBBB;
    padding: 10px 10px;
}
ul.unit li {
    display: inline-block;
    width: 25%;
    float: left;
}
ul.cart-header li p,ul.cart-header1 li p,ul.cart-header2 li p{
    font-size: 11px;
    line-height: 1.6em;
    color: #999;
    margin: 0;
}
ul.unit li span{
	display:inline-block;
	color:#000;
	font-size:1.2em;
	text-align:center;
}
ul.cart-header, ul.cart-header1 {
    padding: 1em;
    background: #f8f8f8;
    border-bottom: 1px solid #181b2a;
    margin-bottom: 20px;
}
ul.cart-header2{
	padding:1em;
	background:#f8f8f8;
}
ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li {
    display: inline-block;
    width: 25%;
    float: left;
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span{
	margin: 2.3em 0 0;
	display: block;
	color:#000;
	font-size: 1.05em;
	text-align: left;
}
span.cost {
    font-size: 1.4em !important;
    margin-top: 1.4em !important;
}
.in-check {
	margin-top: 2%;
}
.cart-header,.cart-header1,.cart-header2{
	position:relative;
}
.cart-items {
	padding: 0 1em;
}
.cart-items h3 {
    font-size: 2em;
    color: #000;
    margin: 0 0 0 0;
}
.ckeck-top{
	text-align:center;
	margin-bottom:4%;
}
span.name {
    font-size: 1.35em !important;
    margin-top: 1.45em !important;
}
/*--end-checkout--*/
/*--starts-single--*/
.tabs {
    margin-top: 4em;
}
.latestproducts {
    margin-top: 3.5em;
}
.single-para h2 {
    font-size: 2.2em;
    color: #000;
    margin: 0 0 0 0;
}
.star-on {
    padding-top: 1.3em;
}
.star-on ul {
    float: left;
    padding: 0;
	margin: 0;
}
.star-on ul li {
    vertical-align: sub;
}
ul.star-footer li {
    display: inline-block;
}
.star-on a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
}
.star-on a:hover {
    color: #73b6e1;
}
ul.star-footer li i {
    height: 16px;
    width: 16px;
    background: url("../images/star.png") no-repeat;
    display: inline-block;
}
.review {
    float: left;
    margin-left: 2em;
}
.single-para h5 {
    color: #000;
    font-size: 2.3em;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 17px 0 6px 0;
}
.single-para p {
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.available {
    padding: 1em 0;
}
.available ul{
	padding:0;
	margin:0;
}
.available ul li {
    list-style: none;
    padding: 0 0.5em 0 0;
    color: #4c4c4c;
    font-size: 1.1em;
    float: left;
    width: 100%;
    margin: 0.5em 0;
}
.available ul li select {
    outline: none;
    padding: 12px;
    border: none;
    background: #eeeeee;
    width: 77%;
    margin-left: 13%;
    cursor: pointer;
}
.available ul li.size-in select {
    margin-left: 16%;
}
ul.tag-men {
    padding: 0.3em 0;
    border-top: 1px solid #C4C3C3;
    border-bottom: 1px solid #C4C3C3;
    margin: 10px 0 0 0;
}
ul.tag-men li {
    list-style: none;
    color: #000;
    margin: 5px 0;
    font-weight: 300;
    font-size: 0.9em;
}
ul.tag-men li span.women1 {
    margin-left: 9em;
}
a.add-cart {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	/*background: #84c50c;*/
	/*padding: 0.7em 1em;*/
	/*font-size: 0.9em;*/
	/*text-transform: uppercase;*/
	margin-top: 2.1em;
	display: inline-block;
}
a.add-cart:hover {
	/*color: #333;*/
	/*background: #73b6e1;*/
	/*transition: 0.5s all;*/
	/*-webkit-transition: 0.5s all;*/
	/*-o-transition: 0.5s all;*/
	/*-moz-transition: 0.5s all;*/
	/*-ms-transition: 0.5s all;*/
}

/*--starts-slide--*/
.thumb-image { width: 305px; }

.thumb-image > img { width: 100%; }
/*--end-slide--*/
.menu_drop {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu_drop li.item1{
	background:rgba(0, 0, 0, 0.78);
}
ul.menu_drop li.item1 img, ul.menu_drop li.item2 img, ul.menu_drop li.item3 img, ul.menu_drop li.item4 img, ul.menu_drop li.item5 img{
	margin: -3px 10px 0 0;
}
ul.menu_drop li.item2{
	background:rgba(0, 0, 0, 0.83);
}
ul.menu_drop li.item3{
	background:rgba(0, 0, 0, 0.89);
}
ul.menu_drop li.item4{
	background:rgba(0, 0, 0, 0.94);
}
ul.menu_drop li.item5{
	background:#000;
}
ul {
	padding: 0;
	list-style: none;
}
.menu_drop > li > a {
    width: 100%;
    height: 3.2em;
    line-height: 3.5em;
    text-indent: 1.2em;
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	text-decoration:none;
} 
.menu_drop ul li a {
	background: #fff;
	width: 100%;
	height: 5em;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-size:13px;
	color: #878d95;
}
.menu_drop ul li a:hover{
	text-decoration:none;
}
.menu_drop > li > a:hover, .menu > li > a.active {
	background:#73b6e1;
	text-decoration:none;
}
.m_4{
	margin:3em 0 1em;
}
.m_4 p{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}
span.left_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom: 10px;
}
span.right_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right: 0;
	bottom: 10px;
}
.images_3_of_2 {
	width: 26.2%;
	float: left;
	margin-right: 2.6%;
}
.span_3_of_2 {
	width: 70.3333%;
}
.desc1 {
	display: block;
	float: left;
}
h3.m_2{
	text-align:center;
	margin:3em 0 2em;
	color: #656363;
	font-size: 1.5em;
	text-transform: uppercase;
}
/*--end-single--*/
/*--start-typo--*/
.pages {
	padding: 6em 0px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
h3.ghj {
    font-size: 1.8em;
    margin: 0 0 1em 0;
    color: #73B6E1;
}
.heading h2{
	font-size: 2.2em;
	margin: 0 0 0 0;
    color: #000;  
}
.typo-top{
	text-align:center;
}
.typo-bottom{
	margin-top:3%;
}
.table tr th {
    width: 50%;
}
/*--end-typo--*/
/*--starts-register--*/
.account-left ul{
	padding:0;
	margin:0;
}
.account-left ul li{
	list-style:none;
	display:inline-block;
}
.radio {
    margin-top: 0;
}
.account-left ul li:nth-child(1) {
    margin-right: 40px;
}
.account-left ul {
    padding: 0;
    margin: 10px 0 10px 20px;
}
.sky-form.checkbox {
    font-size: 0.85em;
    color: #999;
    margin: 0;
}
.account-left p{
	margin: 1.2em 0 2.2em 0;
	font-size:14px;
	line-height:1.8em;
	color:#999;
}
.account-right a{
	font-size:13px;
	padding:10px 12px;
	color:#fff;
	background:#73B6E1;
}
.account-right a:hover{
	text-decoration:none;
	background:#000;
}
.register{
	padding:6em 0px;
}
/*--end-register--*/
/*--media-quaries-starts-here--*/
@media (max-width:1440px){
.banner,.banner1,.banner2{
	min-height:570px;
}	
}
@media (max-width:1366px){
.banner, .banner1, .banner2 {
    min-height: 540px;
}
}
@media (max-width:1280px){
.logo {
    padding: 22px 0 17px 0px;
}
.single-para h2 {
    font-size: 2.1em;
}
.single-para h5 {
    font-size: 2.1em;
}
.contact,.pages,.account,.register,.ckeckout,.prdt {
    padding: 5em 0px;
}
.header-bottom {
    padding: 15px 0px;
}
.banner, .banner1, .banner2 {
    min-height: 505px;
}
.about {
    padding: 4.5em 0px 3em 0px;
}
.product {
    padding: 3em 0px 5em 0px;
}
.memenu>li>.mepanel {
    top: 45px !important;
}
}
@media (max-width:1024px){
.banner, .banner1, .banner2 {
    min-height: 408px;
}
.col-md-5.single-top-left{
	width: 51%;
}
.single-top-right{
	padding: 0;
	width: 47%;
	float: right;
}
.sky-form h4 {
    padding: 12px 20px;
    font-size: 15px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 1em 0;
}
.account-left h3 {
    font-size: 1.5em;
}
.contact, .pages, .account, .register, .ckeckout, .prdt {
    padding: 4em 0px;
}
.logo a h1 {
    font-size: 28px;
}
.logo {
    padding: 19px 0 12px 0px;
}
.top-header {
    padding: 7px 0px;
}
.header-bottom {
    padding: 11px 0px;
}
.header-right {
    padding: 0;
    width: 28%;
    float: right;
	margin-top: 20px;
}
.header-left {
    width: 72%;
    float: left;
}
.search-bar input[type="submit"] {
    right: 4%;
}
.dropdown div {
    left: 3px;
    top: 33px;
}
figure.effect-bubba h4,figure.effect-bubba h2  {
    font-size: 1.6em;
}
.memenu>li>.mepanel {
    width: 85% !important;
    top: 41px !important;
    padding: 20px 30px 20px 50px !important;
}
.callbacks_tabs a:after {
    height: 11px;
    width: 11px;
}
.product {
    padding: 2em 0px 4em 0px;
}
a.mask {
    padding: 0px 0px;
}
.product-bottom {
    margin-top: 13px;
    padding-left: 25px;
}
.product-main {
    padding: 1em 0px 1.9em 0px;
}
.infor-top {
    padding-bottom: 2.5em;
}
.single-para h2 {
    font-size: 1.9em;
}
.star-on {
    padding-top: 1.1em;
}
.single-para h5 {
    font-size: 1.9em;
}
.single-para p {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.available ul li select {
    padding: 8px;
    width: 75%;
}
.flex-control-thumbs li {
    width: 32.34% !important;
}
.thumb-image {
  width: 242px;
}
.map iframe {
    height: 300px;
}
.contact-right input[type="text"]:nth-child(2) {
    margin: 0 5px;
}
.contact-right input[type="text"] {
    padding: 11px 10px;
}
.address h5 {
    font-size: 1.3em;
}
.address p {
    font-size: 15px;
    margin: 10px 0 0 0;
}
.address:nth-child(1) {
    margin-bottom: 1.3em;
}
.contact-right textarea {
    width: 99.8%;
}
.heading h2 {
    font-size: 2.1em;
}
.cart-items h3 {
    font-size: 1.75em;
}
span.name {
    font-size: 1.25em !important;
    margin-top: 2.5em !important;
}
span.cost {
    font-size: 1.25em !important;
    margin-top: 2.45em !important;
}
.tabs {
    margin-top: 3em;
}
}
@media (max-width:768px){
.top-header-left{
	width: 80%;
	float:left;
}
.cart-items h3 {
    font-size: 1.7em;
}
.label {
    font-size: 67%;
}
.heading h2 {
    font-size: 2em;
}
.contact-right {
    margin-top: 20px;
}
.contact-right textarea {
    height: 11.7em;
}
.submit-btn input[type=submit] {
    font-size: 14px;
    margin: 13px 0 0 0px;
}
.map iframe {
    height: 250px;
}
.flex-control-thumbs li {
    width: 32.65% !important;
}
.single-para h2 {
    font-size: 1.7em;
}
.review {
    margin-left: 1.4em;
}
.single-para h5 {
    font-size: 1.8em;
}
.available ul li.size-in select {
    margin-left: 15%;
}
.p-left {
    width: 33.3% !important;
}
.prdt-right {
    margin-top: 2em;
}
.contact, .pages, .account, .register, .ckeckout, .prdt {
    padding: 3em 0px;
}
.box {
    width: 20%;
}
.logo a h1 {
    font-size: 22px;
}
.memenu {
    margin: 0px 0 0 0 !important;
}
.header-left {
    padding-left: 0;
}
.memenu>li>.mepanel {
    padding: 20px 30px 20px 22px !important;
}
.search-bar {
    width: 98%;
    margin-top: 6px;
}
.header-bottom {
    padding: 13px 0px 8px 0px;
}
.banner, .banner1, .banner2 {
    min-height: 305px;
}
.search-bar input[type="submit"] {
    top: 15px;
}
.about-left {
    width: 33.3%;
    float: left;
	padding: 10px;
	/*padding: 0 10px;*/
}
.about {
    padding: 3.5em 0px 1em 0px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
figure.effect-bubba h4,figure.effect-bubba h2  {
    font-size: 1.2em;
	padding-top: 17%;
}
figure.effect-bubba p {
    padding: 0px 0.5em;
    font-size: 13px;
}
.product-left {
    width: 25%;
    float: left;
    padding: 0 8px;
}
.mask img {
    /*width: 60%;*/
}
.product-bottom {
    margin-top: 9px;
    padding-left: 15px;
}
.product-bottom h3 {
    font-size: 15px;
}
.product-bottom h4 {
    margin: 4px 0 0 0;
}
.product-bottom p {
    font-size: 11px;
    margin: 4px 0 0 0;
}
.product-main {
    padding: 1em 0px 1.8em 0px;
}
.srch span {
    font-size: 13px;
    padding: 4px 12px;
}
.srch {
    left: 9px;
}
.infor-left {
    /*width: 25%;*/
    /*float: left;*/
    /*padding: 0 5px;*/
}
.infor-left ul li a span {
    width: 30px;
    height: 30px;
    background-size: 300%;
}
.infor-left ul li a span.twit {
    background-position: -30px 0px;
}
.infor-left ul li a span.google {
    background-position: -60px 0px;
}
.infor-left h3 {
    font-size: 1.34em;
}
.product {
    padding: 2em 0px 3em 0px;
}
.product-one:nth-child(2) {
    margin-top: 20px;
}
.infor-top {
    padding-bottom: 2em;
}
.footer-left {
    text-align: center;
}
.footer-right {
    margin-top: 22px;
	text-align:center;
}
.footer-right p {
    margin: 0px 0 0 0;
}
.footer {
    padding: 2em 0px;
}
.single-top-right {
    margin-top: 4%;
    width: 100%;
    float: left;
}
.single-top-left {
    width: 50%;
    float: left;
}
.single-right {
    margin-top: 4%;
}
.thumb-image {
    width: 305px;
}
.account-left {
    width: 50%;
    float: left;
}
.account-left input[type="text"], .account-left input[type="password"] {
    margin-bottom: 15px;
	width: 95%;
}
.account-bottom {
    margin-top: 1.4em;
}
.address input[type="submit"] {
    padding: 0.45em 1.1em;
}
.account-left p {
    font-size: 13px;
	margin: 1.2em 0 1.5em 0;
}
.account-main, .register-main {
    margin-top: 3%;
}
.account-right a {
    padding: 9px 10px;
}
.pagination {
    margin: 15px 0;
}
.menu_drop > li > a {
    font-size: 13px;
}
a.add-cart {
    font-size: 1em;
}
.tabs {
    margin-top: 2em;
}
}
@media (max-width:640px){

.mask img {
	width: 90%;
	max-height: 100px;
	min-height: 100px;

}

.product-bottom {
	font-size: 80%;
}

.dropdown .selected, .dropdown li {
    font-size: 11px;
}
a.add-cart {
    font-size: 13px;
}
.menu_drop > li > a {
    font-size: 12px;
}
.menu_drop > li > a img {
    width: 3.5%;
}
.single-top-left {
    width: 47% !important;
}
.cart-items h3 {
    font-size: 1.35em;
}
ul.unit li span {
    font-size: 1.1em;
}
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
    font-size: 1.1em;
}
.label {
    font-size: 56%;
}
.radio{
    font-size: 13px;
}
.account-left h3 {
    font-size: 1.35em;
}
.account-left input[type="text"], .account-left input[type="password"] {
    margin-bottom: 10px;
    width: 95%;
    font-size: 12px;
    padding: 7px 10px;
}
.address a {
    font-size: 13px;
    margin-right: 10px;
}
.address input[type="submit"] {
    font-size: 12px;
}
.heading h2 {
    font-size: 1.65em;
}
.address h5 {
    font-size: 1.25em;
}
.address p {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.map {
    padding-bottom: 2em;
}
.map iframe {
    height: 220px;
}
.contact-right input[type="text"]:nth-child(2) {
    margin: 0 4px;
}
.contact-right input[type="text"],.contact-right textarea {
    padding: 8px 10px;
    font-size: 13px;
}
.submit-btn input[type=submit] {
    padding: 7px 29px;
}
.flex-control-thumbs li {
    width: 32.5% !important;
}
.single-para h2 {
    font-size: 1.55em;
}
.dropdown {
    width: 67px;
}
.box {
    width: 23%;
}
a.simpleCart_empty {
    font-size: 10px;
}
.box_1 a img {
    margin: 3px 0 0 5px;
}
.logo a h1 {
    font-size: 21px;
}
.search-bar input[type="submit"] {
    background-size: 100%;
    width: 15px;
    height: 15px;
	top: 16px;
}
.memenu>li.showhide {
    height: 39px;
}
.memenu>li.showhide span.title {
    margin: 11px 0 0 25px;
}
.memenu>li.showhide span.icon1:after {
    top: 12px;
}
.memenu>li.showhide span.icon2:after {
    top: 23px;
}
.logo {
    padding: 14px 0 9px 0px;
}
.dropdown li {
    padding: 7px;
}
.banner, .banner1, .banner2 {
    min-height: 255px;
}
.callbacks_tabs a:after {
    height: 10px;
    width: 10px;
}
.callbacks_tabs {
    top: 99%;
}
.about {
    padding: 3em 0px 5px 0px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
figure.effect-bubba h4,figure.effect-bubba h2  {
    font-size: 1.1em;
    padding-top: 14%;
}
figure.effect-bubba p {
    padding: 0px 0.9em;
    font-size: 12px;
}
.product-bottom h3 {
    font-size: 13px;
}
.product-bottom {
    margin-top: 5px;
    padding-left: 10px;
}
.product-bottom p {
    font-size: 9px;
}
.product-bottom h4 span {
    font-size: 15px;
}
.product-bottom h4 i {
    margin-right: 2px;
}
.product-main {
    padding: 10px 0px 1.5em 0px;
}
.product-left {
    padding: 0 6px;
}
.srch {
    left: 7px;
}
.product-one:nth-child(2) {
    margin-top: 15px;
}
.product {
    padding: 2em 0px 2.5em 0px;
}
.infor-left {
	text-align: center;
    /*width: 50%;*/
    padding: 0 0 20px;
}
.infor-left h3 {
	font-size: 130%; !important;
	font-weight:bold;
}
.infor-left ul {
    margin: 16px 0 0 0;
}
.infor-left:nth-child(3),.infor-left:nth-child(4){
	margin-top:3.5%;
}
h3.ghj {
    font-size: 1.55em;
}
.thumb-image {
    width: 220px;
}
}
@media (max-width:480px){
.dropdown .selected, .dropdown li {
    font-size: 10px;
}
.single-top-left {
    width: 65% !important;
}
.radio {
    margin: 0;
}
.close1, .close2, .close3 {
    width: 20px;
    height: 20px;
    top: 5px;
    background-size: 100%;
}
ul.unit li {
    width: 25%;
    text-align: left;
}
span.name {
    font-size: 1em !important;
}
span.cost {
    font-size: 1.14em !important;
    margin-top: 2.6em !important;
}
ul.cart-header li p, ul.cart-header1 li p, ul.cart-header2 li p {
    font-size: 10px;
}
ul.unit li span {
    font-size: 14px;
}
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
    font-size: 13px;
}
.well {
    font-size: 15px;
}
.label {
    font-size: 39%;
}
h1.head {
    font-size: 28px;
}
h2.head {
    font-size: 26px;
}
h3.ghj {
    font-size: 1.45em;
}
.account-left {
    width: 100%;
    float: none;
}
.account-left:nth-child(2) {
    margin-top: 4%;
}
.account-left p {
    font-size: 13px;
}
.account-left h3 {
    font-size: 1.3em;
}
.heading h2 {
    font-size: 1.4em;
}
.address h5 {
    font-size: 1.15em;
}
.address p {
    font-size: 13px;
    margin: 3px 0 0 0;
}
.address:nth-child(1) {
    margin-bottom: 0;
}
.contact-right input[type="text"]:nth-child(2) {
    margin: 0 0 10px 0;
}
.contact-right input[type="text"] {
    width: 100%;
    margin: 0px 0 10px 0;
}
.contact-right textarea {
    margin: 0;
    height: 10.7em;
}
.submit-btn input[type=submit] {
    padding: 5px 20px;
    font-size: 12px;
    margin: 7px 0 0;
}
.map iframe {
    height: 190px;
}
.flex-control-thumbs li {
    width: 32.6% !important;
}
.single-top-right {
    margin-top: 5%;
}
.available ul li.size-in select {
    margin-left: 10%;
}
.available ul li select {
    padding: 6px;
}
.available ul li select {
    margin-left: 7%;
}
.single-para h2 {
    font-size: 1.35em;
}
.single-para h5 {
    font-size: 1.7em;
	padding: 10px 0 6px 0;	
}
.dropdown {
    width: 60px;
}
.box {
    width: 35%;
}
.memenu>li>a {
    padding: 10px 25px !important;
}
.memenu>li>a:hover {
    padding: 10px 25px !important;
}
span.simpleCart_total {
    font-size: 11px;
}
.box_1 a img {
    margin: 3px 0 0 2px;
    width: 33%;
}
a.simpleCart_empty {
    font-size: 9px;
}
.top-header {
    padding: 4px 0px;
}
.logo a h1 {
    font-size: 18px;
}
.memenu>li.showhide span.title {
    margin: 11px 0 0 20px !important; 
    font-size: 14px !important;
}
.memenu>li.showhide span.icon1:after {
    top: 12px !important;
	right: 20px !important;
}
.memenu>li.showhide span.icon2:after {
    top: 24px !important;
	right: 20px !important;
}
.memenu>li.showhide {
    height: 40px !important;
}
.header-right {
    width: 35%;
}
.header-left {
    width: 65%;
}
.search-bar input[type="text"] {
    padding: 7px 45px 7px 8px;
}
.search-bar input[type="submit"] {
    width: 13px;
    height: 13px;
    top: 15px;
}
.contact, .pages, .account, .register, .ckeckout, .prdt {
    padding: 2em 0px;
}
.search-bar {
    width: 100%;
    margin-top: 4px;
}
.banner, .banner1, .banner2 {
    min-height: 188px;
}
.callbacks_tabs a:after {
    height: 9px;
    width: 9px;
}
.callbacks_tabs {
    top: 97%;
}
.about {
    padding: 2.5em 0px 0px 0px;
}

.about-left {
    padding: 10px 15px; !important;
    width: 100%;
	margin-top:1.3em;
	padding-bottom: 10px;
}
.about-left:nth-child(1){
	margin-top:0;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}
figure.effect-bubba h4,figure.effect-bubba h2 {
    font-size: 1.5em;
	padding-top: 25%;
}
figure.effect-bubba p {
    font-size: 15px;
}
.product-left {
    padding: 0 10px;
    width: 50%;
}
.product-left:nth-child(3),.product-left:nth-child(4){
	margin-top:20px;
}
.srch {
    left: 10px;
}
.infor-left h3 {
    font-size: 1.3em;
}
.footer-right {
    margin-top: 10px;
}
.footer-left input[type="text"] {
    width: 55%;
    margin-right: 5px;
    padding: 7px 10px;
}
.footer {
    padding: 1.5em 0px;
}
.dropdown div {
    left: 0px;
    top: 27px;
}
.skyblue li>a, .skyblue>li.showhide span {
    font-size: 15px;
}
.p-left {
    margin: 0!important;
	padding: 0 5px !important;
}
.cart-items h3 {
    font-size: 1.2em;
}
}
@media (max-width:320px){
.top-header-left {
    padding: 0;
}
.box {
    width: 45%;
}
span.simpleCart_total {
    font-size: 10px;
}
.box_1 a img {
    width: 30%;
}
a.simpleCart_empty {
    font-size: 8px;
}
.logo a h1 {
    font-size: 16px;
}
.logo {
    padding: 10px 0 8px 0px;
}
.search-bar input[type="submit"] {
    width: 12px;
    height: 12px;
	top: 11px;
    right: 4%;
}
.memenu>li.showhide span.title {
    margin: 9px 0 0 12px !important;
    font-size: 12px !important;
}
.memenu>li.showhide span.icon1:after {
    top: 8px !important;
    right: 12px !important;
}
.memenu>li.showhide span.icon2:after {
    top: 20px !important;
    right: 12px !important;
}
.memenu>li.showhide {
    height: 33px !important;
}
.memenu>li>a {
    padding: 8px 25px !important;
	font-size: 14px !important;
}
.memenu>li>a:hover {
    padding: 8px 25px !important;
}
.header-left {
    width: 60%;
    padding-right: 10px;
}
.header-right {
    width: 40%;
}
.search-bar {
    margin-top: 3px;
}
.search-bar input[type="text"] {
    padding: 5px 20px 5px 8px;
    font-size: 11px;
}
.banner, .banner1, .banner2 {
    min-height: 125px;
}
.callbacks_tabs a:after {
    height: 8px;
    width: 8px;
}
.callbacks_tabs {
    top: 93%;
}
.about {
    padding: 2em 0px 0px 0px;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}
figure.effect-bubba h4,figure.effect-bubba h2 {
    font-size: 1.3em;
    padding-top: 20%;
}
figure.effect-bubba p {
    font-size: 14px;
}
.product-left {
    padding: 0 5px;
}
.product {
    padding: 1.5em 0px 1.5em 0px;
}
.product-bottom h3 {
    font-size: 12px;
}
.srch span {
    font-size: 11px;
    padding: 3px 7px;
}
.srch {
    left: 6px;
}
.product-bottom {
    margin-top: 2px;
    padding-left: 7px;
}
.product-main {
    padding: 9px 0px 1.3em 0px;
}
.product-left:nth-child(3), .product-left:nth-child(4) {
    margin-top: 12px;
}
.infor-left h3 {
    font-size: 1.1em;
}
.infor-left {
    width: 50%;
    padding: 0 5px;
}
.infor-left ul {
    margin: 11px 0 0 0;
}
.infor-left ul li a span {
    width: 25px;
    height: 25px;
}
.infor-left ul li a span.google {
    background-position: -50px 0px;
}
.infor-left ul li a span.twit {
    background-position: -25px 0px;
}
.infor-top {
    padding-bottom: 1.2em;
}
.footer-left input[type="text"] {
    width: 68%;
    margin-right: 3px;
    padding: 6px 10px;
    font-size: 9px;
}
.footer-left input[type=submit] {
    padding: 3px 10px 6px 10px;
    font-size: 11px;
}
.footer-right p {
    font-size: 12px;
}
.footer {
    padding: 1.2em 0px;
}
.p-left {
    width: 100% !important;
	margin-top:15px !important;
}
.p-left:nth-child(1){
	margin-top:0px !important;
}
.p-left img{
	width:50%;
}
.single-bottom ul li input[type="checkbox"]+label span:first-child {
    width: 15px;
    height: 15px;
}
.heading h2 {
    font-size: 1.25em;
}
.address h5 {
    font-size: 1em;
}
.address p {
    font-size: 12px;
}
.contact-right {
    margin-top: 15px;
}
.contact-right input[type="text"], .contact-right textarea {
    padding: 6px 10px;
    font-size: 11px;
}
.contact-right textarea {
    height: 9.7em;
}
.submit-btn input[type=submit] {
    padding: 5px 14px;
    font-size: 11px;
}
.map iframe {
    height: 155px;
}
.account-main, .register-main {
    margin-top: 4%;
}
.account-bottom {
    margin-top: 1em;
}
.account-left {
    padding: 0;
}
.address {
    margin-top: 4px;
}
.address input[type="submit"] {
    padding: 0.4em 1em;
}
.account-left p {
    font-size: 12px;
    margin: 7px 0 1.5em 0;
}
.account-right a {
    padding: 7px 6px;
    font-size: 12px;
}
.address a {
    font-size: 12px;
    margin-right: 10px;
}
.submit {
    margin: 0;
}
h1.head {
    font-size: 22px;
}
h2.head {
    font-size: 19px;
}
h3.head {
    font-size: 16px;
}
h4.head {
    font-size: 14px;
}
.label {
    font-size: 23%;
}
.pagination {
    margin: 8px 0;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 7px 12px;
    font-size: 15px;
}
ul.cart-header, ul.cart-header1 {
    padding: 5px;
    margin-bottom: 10px;
}
.alert {
    font-size: 14px;
	margin-bottom: 10px;
}
.well {
    font-size: 14px;
}
.cart-items {
    padding: 0;
}
ul.unit li span {
    font-size: 12px;
}
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
    font-size: 11px;
    text-align: center;
}
.close1, .close2, .close3 {
    width: 17px;
    height: 17px;
}
.account-left ul {
    margin: 3px 0 1px 20px;
}
.radio{
    margin: 0;
}
.account-left:nth-child(2) {
    margin-top: 4%;
}
.cart-items h3 {
    font-size: 1.1em;
}
.in-check {
    margin-top: 4%;
}
span.name {
    font-size: 12px !important;
}
span.cost {
    font-size: 1em !important;
    margin-top: 2.7em !important;
}
ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li {
    width: 25%;
}
ul.cart-header li p, ul.cart-header1 li p, ul.cart-header2 li p {
    font-size: 8px;
}
h3.ghj {
    font-size: 1.3em;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
    padding: 0em 0;
}
.single-top-left {
    width: 100% !important;
}
.single-para h5 {
    font-size: 1.5em;
}
.single-para p {
    font-size: 13px;
}
.available ul li {
    font-size: 1em;
}
ul.tag-men {
    margin: 0px 0 0 0;
}
.menu_drop > li > a {
    height: 2.8em;
    line-height: 3em;
    font-size: 11px;
}
.sky-form .radio, .sky-form .checkbox {
    font-size: 12px;
}
}
/*--media-quaries-end-here--*/

/* new styles */
.product-one > .product-left{
	margin-bottom: 20px;
}

.quantity{
	margin-top: 0px;
	margin-right: 10px;
	float: left;
}

#cart img,
.cart table img{
	height: 50px;
}

.del-item{
	cursor: pointer;
}

/*search*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	cursor: pointer;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
span.twitter-typeahead {
	width: 100%;
}
.input-group span.twitter-typeahead {
	display: block !important;
	height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
	top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
	border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
	height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
	top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
	height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
	top: 46px !important;
}
/*search*/

.drop > .btn-group > a{
	color: #fff;
	cursor: pointer;
	position: relative;
	top: -2px;
}
form .has-success .form-control{
	border-color: green;
}
form .has-error .form-control{
	border-color: red;
}
.has-error, .has-success{
	position: relative;
}
.form-control-feedback {
	right: 10px;
	top: 25px;
}

.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background-color:#fefefe;
	opacity: .7;
	display: none;
}
.preloader img{
	position:relative;
	left:50%;
	top:50vh;
	margin:-100px 0 0 -100px;
}


/* user-defined */

.about-left {
	padding: 10px;
}

a.phone {
	color: #000;
	letter-spacing: 1px;
	transition: color 0.25s ease;
}

a.phone:hover {
	color: #84c50c;
}

.nimpweb {
	color: #333;
}

.nimpweb a {
	text-decoration: none;
	padding: 20px;
	border: solid 1px transparent;
	transition: border-color 0.5s ease;
}

.nimpweb a:hover {
	border: solid 1px #84c50c;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.nimpweb span:nth-child(1) {
	color: #333;
}
.nimpweb span:nth-child(2) {
	 color: #333;
 }



.white-button {
	text-decoration: none;
	padding: 15px;
	text-align: center;
	color: #fff; !important;
	border: solid 1px #fff;
	transition: background-color 0.25s ease, border-color 0.5s ease;
}

.white-button:hover {
	background-color: #333;
	color: #fff;
	border-color: #000;
	/*border-color: #8021fd;*/
	text-decoration: none;
}

a.button7 {
	/*display: inline-block;*/
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #FDBE33 #000 #D77206;
	border-radius: 6px;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	transition: 0.2s;
}
a.button7:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
a.button7:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }

.orange-button {
	text-decoration: none;
	padding: 15px;
	text-align: center;
	color: #333; !important;
	border: solid 1px #f1a71b;
	background-color: #f1a71b;
	transition: background-color 0.25s ease, border-color 0.5s ease;
}

.orange-button:hover {
	background-color: #f3ab20;
	color: #fff;
	border-color: #fff;
	/*border-color: #8021fd;*/
	text-decoration: none;
}


.accent-button {
	/*display: inline-block;*/
	color: white;
	text-decoration: none;
	padding: .5em 2em;
	outline: none;
	border-width: 2px 0;
	border-style: solid none;
	border-color: #5ec526 #000 #295717;
	border-radius: 6px;
	background: linear-gradient(#5ec526, #5fb528) #5fb528;
	transition: 0.2s;
}
accent-button:hover { background: linear-gradient(#5ec526, #5fb528) #7ee02b; }
accent-button:active { background: linear-gradient(#4d9b27, #5fb528) #5fb528; }

.accent-button {
	text-decoration: none;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	border: solid 1px #5ec526;
	background-color: #84c50c;
	transition: background-color 0.25s ease, border-color 0.5s ease;
}

.accent-button:hover {
	/*bgc: #333;*/
	background-color: #333;
	border: solid 1px #fff;
}

.promotion {
	/*color: #ffffff;*/
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 20px;
	text-align: left;
	/*line-height: 22px;*/
	margin: 0;
	padding-top: 0px;
	position: relative;
}

.promotion a {
	text-transform: uppercase;
	font-size: 85%;
	margin: 50% auto;
}

.promotion .promo-left {
	display: inline;
	float: left;
	/*margin-top: -60px;*/
}

.promotion .promo-left .section-title {
	margin-left: 0px;
}

.promotion .promo-right {
	/*display: inline;*/
	/*float: right;*/
	/*vertical-align: middle;*/
	padding-top: 50px;
}

section.s_press, section.s_tableSize {
	margin: 20px 0px 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	font-size: 120%;
}

section.s_press p {
	margin: 10px 0px;
	text-align: justify;
}

section.s_press h1 {
	text-align: center;
	padding: 0px 0px 20px;
}

section.s_press h3 {
	margin: 10px 0px;
	text-align: left;
}

section.s_press ul {
	margin-left: 40px;
}

section.s_press ul li {
	list-style: square;
	padding-left: 5px;
}

.phone-container {
	position: absolute;
	z-index: 101;
	right: 0;
	top: 40px;
	width: 400px;
	background-color: transparent;
	border-radius: 0px 0px 15px 15px;
}

.phone-container .phones-wrapper {
	position: relative;
	background-color: #84c50c;
	color: #fff;
	padding: 10px;

}

.phone-container .phones-wrapper a {
	color: #fff;
}

/*.phone-container .phones-wrapper:before {*/
	/*content: '';*/
	/*z-index: 98;*/
	/*position: absolute;*/
	/*width: 65px;*/
	/*height: 100%;*/
	/*left: -65px;*/
	/*top: -18px;*/
	/*background-color: #84c50c;*/
	/*-webkit-transform: skewY(-150deg);*/
	/*-moz-transform: skewY(-150deg);*/
	/*-ms-transform: skewY(-150deg);*/
	/*-o-transform: skewY(-150deg);*/
	/*transform: skewY(-150deg);*/
	/*!*-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*!*/
	/*!*-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*!*/
	/*!*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*!*/
/*}*/

.news-container {
	margin: 20px 0px;
}

.news-container h3 {
	margin-bottom: 30px;
}

.news-link:hover {
	text-decoration: none;
}
.news-item {
	padding: 10px;
	text-decoration: none;
	color: #333;
	border: solid 1px transparent;
	transition: background-color 0.25s ease;
}

.news-item:hover {
	text-decoration: none;
	background-color: rgba(150, 150, 150, 0.1);
	border: solid 1px #ccc;
}

.news-item .news-date {
	color: #999;
	font-weight: 600;
	font-size: 90%;
}

.news-item .news-title {
	color: #666;
	font-size: 130%;
}

.news-item .news-image {
	text-align: center;
	margin: 5px 0px;
}

.news-item .news-summary {
	text-align: justify;
	color: #666;
}

.footer-warning {
	line-height: 30px;
	/*background: #333;*/
	color: #990000;
	text-align: center;
	margin-top:20px;
	padding: 10px 0;
	/*border-top: solid 1px rgba(150, 150, 100, 0.2);*/

}

.view-all-btn {
	margin-bottom: 30px;
}

#s_callorder {
	/*background-image: url(../images/sections/bg/s_order_call.jpg);*/
	background-color: #fafefa;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size:cover;
	background-size:cover;
	margin-bottom: 0px;
}

#s_callorder .call-order-wrap {
	position: relative;
	border-top: none;
	margin: 30px 0px;
	text-align: center;
	padding: 30px;
	border-left: solid 1px rgba(185, 185, 185, 0.1);
	border-right: solid 1px rgba(185, 185, 185, 0.1);
}

#s_callorder .call-order-wrap h2 {
	font: 700 36px/42px 'defaultFont';
}


#s_callorder .call-order-wrap input[type="text"], #s_callorder .call-order-wrap input[type="tel"]{
	position: relative;
	display: inline-block;
	margin: 20px 10px;
	padding: 15px 15px 15px 60px;
	border: solid 1px #84c50c;
	width: 95%;
	font: 18px 'defaultFont;

}

#s_callorder .call-order-wrap input[type="text"]:hover {
	-webkit-box-shadow: 1px 0px 5px rgba(132,197, 12, 0.5);
	-moz-box-shadow: 1px 0px 5px rgba(132,197, 12, 0.5);
	box-shadow: 1px 0px 5px rgba(132,197, 12, 0.5);
}

input.client_name {
	background: #fff url(../images/form-icons.png) -999px no-repeat;
	background-position: 18px 15px;
}

input.client_phone {
	background: #fff url(../images/form-icons.png) -999px no-repeat;
	background-position: 18px -68px;
}

#s_callorder .call-order-wrap input[type="submit"]{
	display: block;
	text-align: center;
	border: solid 1px #84c50c;
	color: #fff;
	padding: 15px 0;
	background-color: #84c50c;
	transition: color 0.25s ease, background-color 0.5s ease, border-color 0.6s ease;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 20px;
	width: 420px;
	font: 500 20px/24px 'defaultFont';
	text-transform: uppercase;
}

#s_callorder .call-order-wrap input[type="submit"]:hover {
	color: #fff;
	background-color: #84c50c;
	border-color: #fff;

}

#wrapTwo {
	margin: 0px;
	/*padding: 30px;*/
	height: 754px;
	overflow: hidden;
	background-color: #dbe1c0;

}

video {
	position: absolute;
	left: -550px;
	top: -25px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	object-fit: contain;
	/*width: 100%;*/
}

#wrapTwo .video-overlay {
	position: absolute;
	width: 2200px;
	height: 1054px;
	background: rgba(255,255,255,.75);
	left: -550px;
	top: 0;
	z-index: 4;
}

#wrapTwo .video-text {
	position: relative;
	z-index: 5;
	width: 100%;
	background: transparent;
	color: #333;
	overflow: visible;
	padding: 110px 0 0;
	font-size: 95%;
}

#wrapTwo .video-text p {
	font-size: 150%;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 10px;
	text-shadow: 0px 2px 3px rgba(50, 50, 50, 0.5);

}


#wrapTwo h3 {
	/*margin-bottom: 10px;*/
}

.s_tableSize h2 {
	margin-bottom: 20px;
	text-align: center;
}

.tbl-sizing {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333;
}

.tbl-sizing td,  .tbl-sizing th{
	border: solid 1px #333;
	text-align: center;
}

.tbl-sizing th {
	max-width: 150px;
	background-color: #cfcfcf;
}

.tbl-sizing td {
	padding: 5px;
}




.image-wrap {
	text-align: center;
}

/*.image-wrap img {*/
	/*float: left;*/
/*}*/

.accordion li div.content {
	display: none;
	padding: 10px 25px 30px;
	color: #6b97a4;
	font-size: 1em;
}
.accordion div.content {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	padding: 10px;
}
.accordion li div h4 {
	text-align: left;
}

.quantity input[type="number"] {
	line-height: 29px;
	margin-top: 33px;
}

.information {
	margin-top: 30px;
	padding-top: 20px;
	border: solid 1px rgba(150, 150, 150, 0.1);
}


.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}

.cart-form .form-group {
	margin: 5px 0px;
}

.cart-form .form-group input[type="text"] {
	width: 100%;
}


/*review form*/


#form-addReview {
	background-color: rgba(150, 150, 150, 0.1);
	border: solid 1px rgba(130, 130, 130, 0.3);
	padding: 10px 25px;
	display: none;
	/*opacity: 0;*/
}

#form-addReview input[type="text"], #form-addReview input[type="email"]{
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
}

#form-addReview input[type="submit"]{
}

#form-addReview textarea {
	width: 100%;
	padding: 5px 20px;
}

.addReviewButton {
	margin-bottom: 10px;
}

.no-product-comment {
	margin: 10px 0px;
	padding: 5px 0px;
	border-bottom: solid 1px rgba(150, 150, 150, 0.2);
}

.new-product-comment {
	margin: 10px 0px;
	border-botton: solid 1px rgba(150, 150, 150, 0.2);
}

.product-comment-container {
	border-top: solid 1px rgba(150, 150, 150, 0.2);
	padding: 10px 0;
}

.product-comment-container .product-comment-header {
	display: inline;
}

.product-comment-header .title {
	font-weight: 700;
	font-size:150%;
	letter-spacing: 1px;
	display: inline-block;
}

.product-comment-header .date {
	display: inline-block;
	font-size: 90%;
	color: #999
}

.product-comment-body {
	margin: 5px 10px;
	font-size:16px;
}


.centered {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 1054px;
}


.s_catalog {
	margin-top: 30px;
	padding: 10px 0;
	background-color: #fafefa;
}

.s_catalog + div  {
	text-align: center;
}

.s_catalog .cat-wrapper {
	text-align: center;
	/*border: solid 1px blue;*/
	background-color: #ccc;
	/*margin: 0 auto;*/
}

.s_catalog .cat-block {
	position: relative;
	display: inline-block;
	border: solid 1px rgba(150, 150, 150, 0.3);
	background-color: #89c718;
	cursor: pointer;
	transition: background-color 0.5s;
	/*height: 120px;*/
	/*width: 320px;*/
	/*margin: 10px;*/
}

.s_catalog .inner-container {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	text-align: center;
	border: solid 1px #fff;
	vertical-align: middle;
	/*border: solid 1px rgba(137, 199, 24, 0.3);*/
}

.s_catalog .inner-container .text-container {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	/*margin-top: 20px;*/
}

.s_catalog a {
	color: #fff;
	font-size: 100%;
}

.s_catalog .cat-block:hover {
	/*background-color: #89c718;*/
}
.s_catalog .cat-block a:hover {
	color: #333;
	text-decoration: none;
}

.catalog-button {
	outline: none;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-appearance: none;
	cursor: pointer;
	border: 0;
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	/*font-size: 16px;*/
	font-weight:600;
	/*font: 700 12px defaultFont;*/
	text-shadow: 0 0px 0 rgba(0,0,0,.5);
	background: #f1a71b;
	background: linear-gradient(#F3AE0F, #E38916) #E38916;
	/*background: #84c50c;*/
	/*border: solid 1px #5fc53a;*/
	/*background: #f39520;*/
	/*border: 1px solid #f3ab20;*/
	margin: 5px;
	padding: 40px 10px;
	max-width: 300px;
	height: 130px;
	max-height: 130px;
	width: 100%;
	text-transform: uppercase;
	/*width: 450px;*/
	border-radius: 20px;
	box-shadow: 0 5px 10px #582d10;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.catalog-button:hover {
	/*font-size: 80%;*/
	background: linear-gradient(#f59500, #f5ae00) #f59500;
}

.catalog-button:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*box-shadow: inset 0 65px 55px rgba(72, 255, 99, 0.8);*/
	/*box-shadow: inset 0 65px 55px rgba(255,215,79,.8);*/
}

.catalog-button:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.catalog-button:hover:after {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
}

.scroll-menu {
	/*background: #89c718;*/
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(137,199,24, 0.9);
	padding-top: 15px;
	box-shadow: 1px 1px 4px rgba(100, 100, 100, 0.5);
	font-size:22px;
	z-index: 200;
	border-bottom: solid 1px rgba(100, 100, 100, 0.1);
}

.scroll-menu a.item {
	color: #fff;
	border: solid 1px transparent;
	padding: 5px 0px;
}

.scroll-menu button7 {
	font-weight: 700;
}

.scroll-menu-item {
	line-height: 25px;
}

.scroll-menu-item a.big-menu-item {
	font-size: 120%;
	color: #fff;
	margin-top: 5px;
}

.scroll-menu-item .border-menu-item {
	color: #990000;
	border: solid 1px #990000;
	padding: 5px 20px;
	font-weight: 600;
}

.mmenu-item {
	margin-top: 8px;
}


#s-review {
	padding: 50px 0px;
	position: relative;
	background-color: #fff;
}
#s-review .review-container {
	text-align: center;
}
#s-review .review-container .owl-dots {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	display: inline; }
#s-review .review-container .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #3e3e3e;
	border-radius: 10em;
	display: inline-block;
	margin: 5px;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	-o-transition: background-color 0.5s ease, transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
#s-review .review-container .owl-dots .owl-dot.active {
	background-color: #666;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3); }
#s-review .review-container:before, #s-review .review-container:after {
	position: absolute;
	font-family: 'fontawesome';
	color: #666;
	font-size: 48px;
	margin: 5% auto; }
#s-review .review-container:before {
	content: '\f10d';
	left: -60px; }
#s-review .review-container:after {
	content: '\f10e';
	right: -60px;
	top: 10px; }
#s-review .review-container .review-item .review-author {
	text-align: center;
	font-size: 150%;
	font-style: italic;
	font-weight: 600; }
#s-review .review-container .review-item .review-text {
	text-align: justify;
	color: #333;
	padding: 10px 20px;
	font-size: 22px;
}


.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
	margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; }

.list-box {

}

.list-box li {
	margin-left: 30px;
	padding-left: 10px;
	list-style-type: disc;
}


.s-ipr {
	/*padding: 30px 0px;*/
	font-size: 120%;
	color: #333;
	/*max-height: 170px;*/
	margin-top: 20px;
}

.s-ipr .section-title {
	text-align: left;
	margin-left: 0px;
	letter-spacing: 5px;
}

.s-ipr p{
	text-align: justify;
	line-height: 1.5em;
}

.s-ipr a {
	/*color: #990000;*/
	/*text-decoration: underline;*/
	/*font-size: 110%;*/
	font-weight: 600;
	transition: color 0.75s ease;
}

.s-ipr a:hover {
	text-decoration: none;
	/*color: #333;*/
}


.main-slider {
	position: relative;
}

.main-slider h3 {
	position: absolute;
	color: #333;
	text-shadow: 0px 0px 4px rgba(100, 100, 100, 0.5);
	font-size: 16px;
}


.s-feedback {
	width: 100%;
	border-left: solid 1px rgba(150, 150, 150, 0.1);
}

.s-feedback h3 {
	margin-left: 10px;
}

.s-feedback h5 {
	color: #ccc;
	margin-bottom: 10px;
}

.s-feedback input[type="text"],  .s-feedback input[type="email"], .s-feedback textarea {
	width: 100%;
	/*border: solid 1px #84c50c;*/
	border: solid 1px #ccc;
	/*box-shadow: 0 0 1px rgba(50, 50, 50, 0.5);*/
}

.s-feedback input[type="text"]:active, .s-feedback input[type="text"]:hover,
.s-feedback input[type="email"]:active,.s-feedback input[type="email"]:hover,
.s-feedback textarea:active,.s-feedback textarea:hover {
	box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
}

.s-feedback input[type="text"],  .s-feedback input[type="email"] {
	padding: 5px;
	border-radius: 2px;
}

.s-feedback textarea {
	height: 170px;
}


.s-tags {
	line-height: 30px;
}

.s-tags h3 {
	font-size: 150%;
	margin-bottom: 30px;
	color: #666;
}

.s-tags h3 .fa {
	color: #84c50c;
	font-size: 90%;
}

.title-slide {
	/*height: calc(100vh - 166px);*/
}

.title-slide img{
	width: 100%;
	margin-top: 130px;
}

.slide-content {
	/*height: calc(100vh - 156px - 170px);*/
	/*height: calc(68vh);*/
	padding-top: 30px;
}


.bottom-header-main .phones .hidden-call {
	display: none;
	border-top: solid 1px rgba(150, 150, 150, 0.2);
	padding-top: 10px;
	margin-top: 5px;
}

.title-slide img {
	display: none;
}


.blink-text {
	text-align: center;
	font-size: 2em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	animation: blur 2s ease-out infinite;
	text-shadow: 0px 0px 5px #fff, 0px 0px 7px #fff;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}

@keyframes blur {
	from {
		text-shadow:0px 0px 10px #fff,
		0px 0px 10px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 5px #fff,
		0px 0px 10px #fff,
		0px 0px 10px #fff,
		0px 0px 10px #7B96B8,
		0px 0px 20px #7B96B8,
		0px 10px 30px #7B96B8,
		0px 10px 30px #7B96B8,
		0px 10px 30px #7B96B8,
		0px 10px 30px #7B96B8,
		0px -10px 30px #7B96B8,
		0px -10px 30px #7B96B8;
	}
}

.simpleCart_shelfItem h1 {
	font-size: 150%;
}


@media all and (max-width: 1200px) {
	.scroll-menu {
		font-size: 80%;
	}

}

@media screen and (max-width: 1024px) {
	.slide-image {
		display: none;
	}

	.slide-outer {
		width: 100%;
	}

	.s-tags h3 {
		font-size: 150%;
		padding-left: 30px;
	}

	.s-ipr {
		margin-top: 20px;
	}

	.menu-container .menu ul > li > a {
		font-size: 70%;
	}

	.menu-container .menu ul > li .button7 {
		font-size: 80%;
		padding: 0.5em 0.5em;
	}
}


@media all and (min-width: 1024px) {
	.title-slide img {
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.slide-image {
		display: none;
	}

	.scroll-menu {
		font-size: 65%;
	}

	.scroll-menu ul li:nth-child(2) {
		display: none;
	}

	.centered {
		width: 760px;
	}

	.s-ipr {
		margin-top: 20px;
	}

	.title-slide {
		font-size: 90%;
	}

	#s-review .review-container:before, #s-review .review-container:after {
		content: '';
	}

	.centered {
		width: 940px;
	}

	.s_catalog a {
		font-size: 80%;
		padding-top: 5px;
	}

}


@media all and (max-width: 768px) {

	.scroll-menu {
		display: none;
	}

	.total {
		margin-top: 0px;
	}

	.image-wrap .col-sm-4, .image-wrap .col-sm-6 {
		text-align: center; !important;
	}

	.accordion li div.content a {
		text-align: center;
	}

	.tbl-sizing {
		font-size: 12px;
	}
	.bottom-header-main .tagline {
		text-align: center;
		font-size: 18px;
	}

	.bottom-header-main .rezhim {
		text-align: center;
		border: solid 1px red;
	}

	.product-bottom .item_price small {
		display: none;
	}

	.product-bottom h3 {
		font-size: 80%;
	}

	.product-bottom h4 {
		font-size: 90%;
	}

	.add-to-cart-link-container {
		margin-top: 10px;
	}

	.add-to-cart-link-a span {
		display: none;
	}

	.slide-wrapper .slide-image {
		/*display: none;*/
	}

	.slide-wrapper .s-tags {
		font-size: 75%;
	}

	.slide-wrapper .s-tags h3 {
		text-align: left;
		margin-left: 10px;
	}
	.slide-wrapper .s-tags .fa {
		font-size: 65%;
	}

	.s_catalog a {
		font-size: 90%;
	}


	.centered {
		width: 765px;
	}

	.s-ipr {
		font-size:90%;
		max-height:none;
		/*flex: 0 0 auto;*/
		/*max-height: 400px;*/
	}

	.promotion .promo-right {
		text-align: center;
	}

	#wrapTwo {
		height: auto;
	}

	#wrapTwo .centered {
		width: 100%;
		/*height: auto;*/
		font-size: 80%;
	}

	#wrapTwo .video-text {
		padding: 30px 0 0;
	}

	.phones .row {
		text-align: center;
	}

	.bottom-header-main .phones {
		border: none;
	}

	.phones .hidden-call {
		display: block;
	}

	#s-review .review-container:before, #s-review .review-container:after {
		content: '';
	}
	video {
		display: none;
		/*visibility: hidden;*/
		/*opacity: 0;*/
	}

	.blink-text {
		animation: none;

	}

}



@media screen and (max-width: 568px) {
	h1, h2, h3, h4 {
		text-align: center;
	}
	.tbl-sizing th {
		display: none;
		font-size: 80%;
	}

	.box_1 {
		margin-top: -35px;

	}
	.centered {
		width: 568px;
	}

	#s-review .review-container:before, #s-review .review-container:after {
		content: '';
	}


	video {
		display: none;
	}

}

@media screen and (max-width: 480px) {
	.tbl-sizing {
		font-size: 9px;
	}

	#s_callorder .call-order-wrap input[type="submit"] {
		width: 240px;
	}

	.centered {
		width: 340px;
		height: auto;
	}

	video {
		display: none;
	}

	.h2 {
		font-size: 14px;
	}

	/*.promotion {*/
		/*width: 80%;*/
		/*padding: 20px 0px;*/
	/*}*/

	.promotion .promo-right {
		padding-top: 20px;
	}

	#wrapTwo h2.section-title {
		margin: auto;
		font-size: 14px;
	}

	/*.catalog-button {*/
		/*max-width: 265px;*/
		/*max-height: 120px;*/

	/*}*/

	/*#wrapTwo .video-text {*/
		/*font-size: 9px;*/
		/*padding-right: 10px;*/
		/*padding-right: 75px;*/
	/*}*/


	#callorder {
		z-index: 2005;
	}

	#s_callorder .call-order-wrap {
		padding: 0;
		border: none;

	}

	#s_callorder .call-order-wrap h2 {
		font-size: 14px;
	}

	#s_callorder .call-order-wrap input[type="submit"] {
		margin-left: 12px;
	}

	/*#s_callorder .call-order-wrap p, #s_callorder .call-order-wrap h4 {*/
		/*width: 78%;*/
	/*}*/

	.bottom-header-main .tagline {
		font-size: 16px;
		text-align: left;

	}

}


@media screen and (max-width: 360px) {
	.centered {
		width: 360px;
	}

	.owl-carousel {
		/*max-width: 300px;*/
	}

}

.error-message {
  color: red;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}