* {
	font-family: 'Cairo', sans-serif;
}
h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
}
html, body {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header_top {
	margin-top: 6px;
	margin-bottom: 0px;
	color: #ccc;
	border-bottom: 1px solid #e7e7e7;
}
.header_top a {
	color: #acaca7;
}
.h_menu4 .navbar {
	width: 100%;
	display: block;
	border-radius: 0;
}
.h_menu4 .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.h_menu4 .navbar-default .navbar-nav > li:last-child > a {
	border: 0
}
.h_menu4 .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration: none;
	background: #0074ab;
}
.h_menu4 .nav > li {
	float: none;
	display: inline-block;
	margin-right: -4px;
}
.h_menu4 .navbar-default .navbar-toggle {
	border: none;
	width: 100%;
}
.h_menu4 .navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
	margin: 5px auto;
}
.header-bottom {
	margin: 10px 0px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.h_menu4 .navbar-nav {
	float: none;
	display: block;
}
.logo {
	float: left;
	width: 100%;
	overflow: hidden;
}
.logo img {
	max-width: 75%;
}
.banner {
	height: 90px;
	width: 100%;
	background: #e7e7e7;
}
.banner p {
	text-align: center;
	padding-top: 30px;
}
ul.shopping_grid {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
ul.shopping_grid li {
	float: left;
	background: #eee;
	padding: 25px 20px 0;
	border-right: 1px solid #f7f7f7;
	font: 600 15px/15px 'Lato', sans-serif;
	min-height: 70px;
	color: #000;
}
ul.shopping_grid li img {
	margin-top: -4px;
}
ul.shopping_grid a li:hover {
	color: #d5cd25;
}
ul.shopping_grid li:hover span.m_1 {
	color: #000;
}
span.m_1 {
	color: #d5cd25;
}
/* start h_menu */

.header_bottom_right {
	float: right;
	width: 53%;
}
.h_menu4 {
	width: 100%;
	padding: 0px 0;
	margin: 0px auto;
	margin-bottom: 13px;
}
.btn-inline a, .btn-inline span {
	position: inherit !important;
	z-index: 1000;
	padding: 10px;
}
.btn-inline a {
	color: #fff;
	float: right !important;
	padding: 13px;
}
.margin-bottom-20px {
	margin-bottom: 20px;
}
.btn-inline a:hover {
	text-decoration: none;
	color: #000;
}
.btn-inline span {
	float: left !important;
}
.header-top {
	width: 100%;
	padding: 5px 17px;
	height: auto;
	overflow: hidden;
	background: #f2f4f7;
	font-weight: bold;
	border-bottom: 1px solid #e1e6ec;
	font-size: 12px;
	margin: 0px auto;
}
.header-top a:hover {
	background: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.toggleMenu {
	display: none;
	background: #d5cd25;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
}
.nav {
	list-style: none;
 *zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 13em;
	z-index: 888;
}
.nav li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
	padding: 15px 15px;
}
.nav li:nth-child(1) {
	margin: 0
}
ul.nav li.active a, .nav li a:hover {
	color: #fff;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li.hover > ul {
	left: -1px;
	top: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li.hover ul {
	left: 100%;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.nav > li > li > a {
	font-size: 1em;
	padding: 10px 30px;
	display: block;
	color: #555;
	background: #fff;
	position: relative;
	z-index: 9999;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	margin: 0;
	text-transform: lowercase;
}
.nav > li > li > a> .search {
	float: right;
}
.nav li li {
	border-top: none;
}
.nav li li:hover {
	border-top: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li a {
	text-transform: capitalize;
	font-size: 0.85em;
	border-top: 1px solid #e8ebf1;
	border-left: 1px solid #e8ebf1;
	border-right: 1px solid #e8ebf1;
}
.nav li li a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav > li > ul {
	position: absolute;
	left: -9999px;
	padding: 0;
	z-index: 9999;
	background: #fff;
}

/***** Media Quries *****/

@media screen and (max-width: 768px) {
.h_logo4 {
	text-align: center;
	float: none;
	margin: 4% 0;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
/*--.h_menu4{

		float: none;

	}--*/

.toggleMenu {
	padding: 5px 10px;
	width: 100%;
}
.nav li a {
	margin: 10px 15px;
}
.nav {
	background: #fff;
}
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 64% 50% !important;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}

@media screen and (max-width: 640px) {
.toggleMenu {
	width: 100%;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
}

@media screen and (max-width: 480px) {
.toggleMenu {
	width: 100%;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
}

@media screen and (max-width: 320px) {
.toggleMenu {
	width: 100%;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
}
/*--slider--*/

/*--- slider-css --*/

.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	height: auto;
}
.slider-area {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	padding: 20px;
	border: 1px solid #e1e6ec;
	margin-top: 35px;
	margin-bottom: 35px;
}
.main-home {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0;
}
.ads {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.ads img {
	max-width: 100%;
	display: block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	margin: 0px auto;
	display: block;
	height: auto;
	/* float: left; */

	width: 100%;
	border: 0;
}
.no-margin {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0
}
.margin-top-30px {
	margin-top: 30px
}
.owl-dots {
	display: none !important
}
.contact-item {
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	border: 1px solid #e1e6ec;
	height: 100%;
	background: #f2f4f7;
}
.caption {
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align: center;
}
.caption h3 {
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p {
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin: 1em 0 1.5em 0;
}
.Add-to-cart, .buy_product {
	position: absolute;
	top: -1px;
	font-size: 18px;
	width: 50px;
	right: -1px;
	height: 50px;
	text-align: center;
	color: #353535;
	line-height: 50px;
	border: 1px solid #e1e6ec;
	text-decoration: none;
	background: rgba(242, 244, 247, 0.34);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.Add-to-cart:hover, .buy_product:hover {
	background: #017eba;
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.buy_product {
	top: 48px;
}
.news-letter-area {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin: 50px 0;
}
a.morebtn {
	background: #3D3D3D;
	padding: 0.8em 0;
	display: block;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #FFF;
	width: 20%;
	margin: 0 auto;
	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;
}
a.morebtn:hover {
	background: #585686;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 7%;
	opacity: 0.9;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 59px;
	width: 60px;
	background: url("../images/arrows.png") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:hover {
	background: url("../images/arrows2.png") no-repeat left top;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 7%;
}
.banner_desc {
	background: rgba(125, 128, 51, 0.59);
	display: block;
	z-index: 2;
	text-shadow: none;
	margin: 0;
	max-width: none;
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	padding: 20px;
}
.banner_desc h1 {
	color: #fff;
}
.banner_desc h2 {
	color: #fff;
	margin-top: 1em;
}
.column_center {
	background: #dee9f1;
	background: -moz-linear-gradient(45deg, #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #dee9f1), color-stop(57%, #f1ede9), color-stop(100%, #f9eae4));
	background: -webkit-linear-gradient(45deg, #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
	background: -o-linear-gradient(45deg, #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
	background: -ms-linear-gradient(45deg, #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
	background: linear-gradient(45deg, #dee9f1 50%, #f1ede9 57%, #f9eae4 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9f1', endColorstr='#f9eae4', GradientType=1 );
	padding: 10px 0;
}
.search {
	float: right;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 300px;
	border-radius: 50px;
	margin: 15px 0;
}
 .search input::-webkit-input-placeholder {
 color:#000;
}
.login-menu {
	text-align: right;
}
.search input[type="submit"] {
	background: url(../images/search.png) no-repeat center center;
	padding: 11px 26px;
	border: none;
	top: 0px;
	right: 0px;
	cursor: pointer;
	position: absolute;
	outline: none;
	width: auto;
}
.search input[type="text"] {
	display: block;
	padding: 10px 15px;
	background: #f2f4f7;
	border: 1px solid #e1e6ec;
	color: #000;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	border-radius: 50px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.search input[type="text"]:focus {
	background: #fff;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.search input .main {
	padding: 1em 0 2em;
}
h3.menu_head {
	background: #4c4c4c;
	padding: 1em 0 1em 2em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
}
.sidebar_box {
	padding-right: 0;
	padding-left: 0;
}
.menu {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	line-height: 3.5em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #3e3f3f;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	font-weight: 800;
}
.menu > li > a img {
	vertical-align: baseline;
	margin-right: 5px;
}
.menu ul li a {
	width: 100%;
	display: block;
	position: relative;
	font: 800 15px/15px 'Lato', sans-serif;
	color: #3e3f3f;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	line-height: 3.5em;
	text-indent: 1.2em;
}
.menu ul li a:hover {
	background: #d5cd25;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu > li > a:hover, .menu > li > a.active {
	background: #fff;
	border-right: 5px solid #d5cd25;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu ul.kid-menu li a {
	border-bottom: none;
}
.delivery {
	margin-top: 2em;
	text-align: center;
}
.delivery img {
	width: 100%;
	display: inline-block;
}
.delivery h3 {
	color: #909191;
	text-transform: uppercase;
	font: 300 35px/35px 'Lato', sans-serif;
}
.delivery h4 {
	color: #909191;
	text-transform: uppercase;
	font: 800 30px/30px 'Lato', sans-serif;
}
.twitter {
	margin-top: 4em;
	padding-right: 4%;
}
.twitter h3 {
	font: 800 20px/20px 'Lato', sans-serif;
	color: #d5cd25;
	margin-bottom: 1em;
}
ul.twt1 {
	padding: 0;
	list-style: none;
	margin-bottom: 2em;
}
i.twt {
	width: 35px;
	height: 30px;
	background: url(../images/img-sprite.png)no-repeat -2px -1px;
	float: left;
	margin-right: 4%;
}
ul.twt1 li.twt1_desc {
	overflow: hidden;
	font: 600 14px/14px 'Lato', sans-serif;
	font-style: italic;
	line-height: 1.5em;
	color: #909191;
}
.clients {
	text-align: center;
	margin-top: 4em;
}
.clients h3 {
	font: 600 20px/20px 'Lato', sans-serif;
	color: #d5cd25;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.clients h4 {
	height: 525px;
	font-weight: bold;
	text-align: center;
	background: #f6f3f3;
	font: 500 13px/13px 'Lato', sans-serif;
	font-style: italic;
	color: #000;
	line-height: 1.8em;
	padding: 2em;
	padding-top: 233px;
	width: 100%;
}
ul.user {
	padding: 0;
	margin: 0;
	list-style: none;
}
i.user_icon {
	width: 35px;
	height: 32px;
	background: url(../images/img-sprite.png)no-repeat -45px -3px;
	float: left;
	margin-right: 10%;
}
ul.user li.user_desc {
	float: left;
}
ul.user li.user_desc p {
	font: 700 13px/13px 'Lato', sans-serif;
	margin-top: 15px;
}
ul.user li.user_desc p a {
	color: #000;
}
.icon {
	width: 115px;
	height: 115px;
	display: inline-block;
	border: 1px solid #c4c4c4;
	border-radius: 620px;
	margin-bottom: 1.5em;
	padding: 26px 0px;
}
.btm-info h4 {
	color: #333;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: 600;
}
.pic-grid img {
	width: 100%;
}
.pic-grid {
	text-align: center;
}
.pic-grid h4 {
	margin-top: 19px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	padding: 3px;
	color: #651d2b;
}
.pic-grid a {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	padding: 12px;
	margin-top: 18px;
	background: #d5cd25;
}
.bottom-grid p {
	color: #999;
	margin-bottom: 18px;
	font-size: 1.9em;
	line-height: 0.8em;
}
.pic-grid p {
	color: #651d2b;
	font-size: 0.9em;
	line-height: 1.7em;
	margin-bottom: 12px;
}
.extra {
	background: #efefef;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/

/*	Stroke

/*-----------------------------------------------------------------------------------*/

.video {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.video iframe {
	display: block;
}
.b-link-stroke {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
}
.b-link-stroke .b-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 12em;
	left: 0;
	text-align: center;
	color: #ffffff;
}
.callbacks_container {
	position: relative
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(213,205,37, 0.59);
	cursor: pointer;
	z-index: 44446;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.b-link-stroke:hover .b-top-line {
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.b-link-stroke:hover .b-bottom-line {
	bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*-----------------------------------------------------------------------------------*/

/*	Animation effects

/*-----------------------------------------------------------------------------------*/

.b-animate-go {
	text-decoration: none;
}
.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden; /* lt-ie9 */
}
/* lt-ie9 */

.b-animate-go:hover .b-animate {
	visibility: visible;
}
.b-from-left {
	position: relative;
	left: -100%;
}
.b-animate-go:hover .b-from-left {
	left: 0;
}
.b-from-right {
	position: relative;
	right: -100%;
}
.b-animate-go:hover .b-from-right {
	right: 0;
}
.b-from-top {
	position: relative;
	top: -100%;
}
.b-animate-go:hover .b-from-top {
	top: 0;
}
.b-from-bottom {
	position: relative;
	bottom: -100%;
}
.b-animate-go:hover .b-from-bottom {
	bottom: 0;
}
.b-scale {
	position: relative;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
}
.b-animate-go:hover .b-scale, h1 {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.grid-about2 img {
	margin: 20px 0px;
	position: relative;
	border: 2px solid #fff;
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
}
.grid_1 img{ width: 100%;
}
.container-item img { height: 250px !important}  
.container-item{ overflow: hidden;
height: auto;
width: 100%;
display: block;
border: 1px solid #eee;
}

.grid_1 img:hover {
	background: #000;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.grid_1 {
	position: relative;
	min-height: 1px;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.top_grid1-box1 img {
	display: block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}
.grid_2 {
	padding: 1em 1em 1em;
	width: 212px;
}
.title-item a {
	font: 600 15px/15px 'Lato', sans-serif;
	color: #797979;
	line-height: 1.2em;
	text-decoration: none;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.grid-about {
	padding: 1em 1em 1em;
}
.grid-about p {
	color: #797979;
	line-height: 1.7;
	margin-bottom: 25px;
	font-size: 14px;
}
.grid-about h3 {
	color: #d5cd25;
	line-height: 35px;
}
.grid-about a {
	color: #fff;
	background: #d5cd25;
	padding: 7px;
}
.grid_2 h3 {
	color: #d5cd25;
	line-height: 44px;
}
.grid_2 a {
	color: #fff;
	background: #d5cd25;
	padding: 7px;
}
ul.grid_2-bottom {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.grid_2-bottom li.grid_2-left {
	float: left;
	padding-right: 11%;
}
ul.grid_2-bottom li.grid_2-left p {
	border-bottom: 0;
	font: 400 20px/20px 'Lato', sans-serif;
	color: #d5cd25;
	margin: 1px 0 0 0;
	padding-bottom: 0;
}
ul.grid_2-bottom li.grid_2-right {
}
ul.grid_2-bottom li.grid_2-left p small {
	font: 700 15px/15px 'Lato', sans-serif;
	vertical-align: text-top;
}
.btn.btn-primary {
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	padding: 0px 0;
	position: relative;
	letter-spacing: 0;
	background: #f2f4f7;
	border: 1px solid #e1e6ec;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.flex-container {
	flex-wrap: wrap;
	display: flex;
}
.item-col {
	flex-wrap: wrap;
	margin: 15px 0px;
}
.btn {
	display: inline-block;
	padding: 4px 7px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 1px 1px 0px #cccccc;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background: #017eba;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn.btn-primary:hover:before {
	width: 100%;
	bottom: 0;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.name-prod {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	float: left;
	font-size: 14px;
}
.details-area-prod {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	padding: 20px 10px;
}
.price-prod {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	float: right;
	text-align: right;
	color: #017eba;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}
.btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
}
.owl-div {
	border: 1px solid #d6dce4;
	margin-top: 22px;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
}
h3.head {
	color: #017eba;
	font-weight: bold;
	margin-top: 20px;
}
.box_1 {
	padding: 0;
}
.top_grid1 {
	background: #f0f0f0;
}
.top_grid1-box {
	padding: 0;
}
.top_grid1-box1 {
	padding-right: 10px;
}
.top_grid2-box2 {
	padding-left: 0;
}
.grid-background {
	background: #fff;
	width: 80%;
	height: 80%;
}
.top_grid2 {
	margin-top: 15px;
}
.about-pics {
	margin-left: -15px;
	margin-right: -15px;
}
.top_grid2 img {
	width: 100%;
}
h4.head {
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 0px 0 0 20px;
}
span.m_2 {
	color: #d5cd25;
	border-left: 6px solid #d5cd25;
	padding-left: 6px;
}
.newsletter {
	background: #8e9138;
	text-align: center;
	margin-top: 35px;
	font: 500 13px/13px 'Lato', sans-serif;
	color: #000;
	line-height: 1.8em;
	padding: 2em;
}
.newsletter h1 {
	font-size: 29px;
	font-weight: bold;
}
.newsletter h1:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsletter p {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 12px;
}
.newsletter input[type="email"] {
	display: inline-block;
	padding: 13px 25px;
	margin-bottom: 9px;
	background: #f3ea2f;
	color: #000;
	width: 95%;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.newsletter input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	margin-bottom: 9px;
	background: #787c27;
	color: #FFF;
	width: 95%;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.newsletter input[type="submit"]:hover, .page-not-found a:hover, .register-but form input[type="submit"]:hover, .acount-btn:hover, .login-right input[type="submit"]:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
	text-decoration: none;
	background: #000;
}
.footer_bg {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	min-height: 37px;
}
.footer {
	color: #323a45;
	min-height: auto;
	overflow: hidden;
	padding: 3em 0;
	margin: 0px;
	margin: 0px auto;
	width: 100%;
}
.copy-right {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	margin-top: 8px;
	font-size: 14px;
	padding: 0 10px;
}
.social-footer {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.social-footer ul {
	width: 100%;
	list-style: none
}
.social-footer ul li {
	display: inline-block
}
.social-footer ul li a {
	display: block;
	font-size: 16px;
}
.social-footer ul li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	display: block;
	border-radius: 50%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fa-facebook {
	background: #3a589b;
}
.fa-twitter {
	background: #598dca;
}
.fa-google-plus {
	background: #d6492f;
}
.fa-linkedin {
	background: #007ab9;
}
.fa-youtube {
	background: #cf3427;
}
.social-footer ul li a:hover i {
	background: #d5cd25;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.f_grid1 h3, .f_grid3 h3 {
	color: #fff;
	font: 400 25px/25px Lato, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.grid1 {
	margin-top: 14px;
}
.f_grid1 p {
	color: #fff;
	font: 700 14px/14px 'Lato', sans-serif;
	line-height: 1.5em;
	margin-top: 2em;
}
ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.social li {
	margin-bottom: 1em;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.social li a:hover p {
	color: #ccc;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
p.m_3 {
	overflow: hidden;
	font: 700 13px/13px 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	margin: 0;
	color: #fff;
}
i.fb, i.tw, i.google, i.instagram {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right: 10px;
}
i.fb {
	background-position: -98px -8px;
}
i.tw {
	background-position: -130px -8px;
}
i.google {
	background-position: -162px -8px;
}
i.instagram {
	background-position: -194px -8px;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}
ul.list h4 {
	color: #017eba;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
ul.list li {
	margin: 15px;
    float: right;
}
ul.list li a {
	cursor: pointer;
	color: #323a45;
	font-weight: normal;
	font-size: 13px;
}
ul.list li p {
	margin: 0;
}
ul.list1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list1 li p {
	margin: 0;
	color: #fff;
	line-height: 1.5em;
}
.footer_bottom {
	background: #007bb6;
	padding: 1em 0;
	margin: 0px auto;
	width: 100%;
}
.cssmenu {
	float: right;
	color: #fff;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #afafaf;
	display: block;
	margin: 0 17px;
}
.cssmenu ul li a:hover {
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	text-align: center;
	border-radius: 50%;
}
ul.list li a:hover {
	color: #007bb6;
	text-decoration: none;
	background: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy {
	float: left;
	margin-top: 8px;
}
i.fb, i.tw, i.google, i.instagram {
	width: 30px;
	height: 30px;
	float: left;
	background: url(../images/img-sprite.png)no-repeat;
	margin-right: 10px;
}
i.fb {
	background-position: -98px -8px;
}
i.tw {
	background-position: -130px -8px;
}
i.google {
	background-position: -162px -8px;
}
i.instagram {
	background-position: -194px -8px;
}
ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.social li {
	margin-bottom: 1em;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li a:hover {
	text-decoration: none;
}
ul.social li a:hover p {
	color: #d5cd25;
}
.copy p {
	color: #8e9138;
	font-size: 14px;
}
.copy p a {
	color: #d5cd25;
}
.copy p a:hover {
	color: #dee9f1;
}
/*--single--*/

.images_3_of_2 {
	width: 37.2%;
	float: left;
	margin-right: 2.6%;
}
.span_3_of_2 {
	width: 59.3333%;
}
.desc1 {
	display: block;
	float: left;
}
.span_3_of_2 h1 {
	color: #5E5D5D;
	text-transform: uppercase;
	font: 400 25px/25px Lato, sans-serif;
	margin-bottom: 1em;
}
p.availability {
	color: #3e3f3f;
	font: 500 15px/15px 'Lato', sans-serif;
	font-weight: normal;
}
.price_single {
	font-size: 1.3em;
	margin: 0.5em 0 1.5em;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #3e3f3f;
	font: 500 25px/25px 'Lato', sans-serif;
}
span.actual {
	color: #d5cd25;
	font: 500 25px/25px 'Lato', sans-serif;
	margin-right: 5%;
}
.price_single a {
	color: #3e3f3f;
	font: 500 13px/13px 'Lato', sans-serif;
}
.price_single a:hover {
	color: #d5cd25;
}
h2.quick {
	color: #3e3f3f;
	font: 600 16px/16px 'Lato', sans-serif;
	text-transform: uppercase;
}
p.quick_desc {
	color: #3e3f3f;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
	margin-bottom: 2em;
}
.wish-list {
	padding: 15px 0;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}
.wish-list li a {
	color: #d5cd25;
	font: 500 14px/14px 'Lato', sans-serif;
	padding-left: 22px;
	text-decoration: underline;
}
.wish-list li a:hover {
	text-decoration: none;
}
.wish-list li.wish {
	background: url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare {
	background: url(../images/compare.png) no-repeat 0;
	margin-right: 0;
}
.wishlist i {
	font-size: 16px !important
}
ul.size {
	padding: 0;
	list-style: none;
	margin-top: 2em;
}
ul.size h3 {
	color: #3e3f3f;
	font: 600 16px/16px 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font: 500 14px/14px 'Lato', sans-serif;
	background: #DFDFDF;
	padding: 5px 10px;
}
ul.size li a:hover {
	background: #d5cd25;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.quantity_box {
	margin: 2em 0;
}
ul.product-qty {
	padding: 0;
	list-style: none;
	float: left;
}
.product-qty span {
	color: #3e3f3f;
	font: 600 16px/16px 'Lato', sans-serif;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
a.btn.bt1.btn-primary.btn-normal.btn-inline {
	padding: 15px 40px;
}
/******** SAP ************/

.sap_tabs {
	padding: 1em 0 4em;
	margin-top: 3em;
}
.sap_tabs {
	margin-top: 3em;
}
.facts {
	border: 1px solid #ddd;
}
ul.tab_list li a {
	color: #777;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list {
	list-style: none;
	padding: 1em;
}
.top1 {
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child {
	border-left: none;
}
.resp-tab-item {
	color: #777;
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	background: #fff;
	width: 33.33333%;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #000;
}
.resp-tab-active {
	background: #f84545;
	text-shadow: none;
	color: #fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
h2.resp-accordion {
	font-size: 1em;
	margin: 0px;
	padding: 10px 15px;
	background: #f84545;
	margin: 10px 0;
	color: #fff;
}
h2.resp-accordion:hover {
	background: #000;
	text-shadow: none;
	color: #FFF;
}

@media only screen and (max-width:480px) {
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
.copy p a {
	color: #8e9138;
	font: 300 7px/1px 'Lato', sans-serif;
	text-transform: uppercase;
}
.sap_tabs {
	padding-top: 0;
}
.resp-tabs-container {
	padding: 10px;
}
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
h3.single_head {
	color: #5E5D5D;
	text-transform: uppercase;
	font: 400 25px/25px Lato, sans-serif;
	margin-bottom: 1em;
}
/*--about--*/

.about {
	padding: 2em 0;
}
.span1 h3, h3.m_3 {
	text-align: center;
	text-transform: uppercase;
	font: 300 25px/25px Lato, sans-serif;
	margin-bottom: 1.5em;
	color: #000;
}
.span1 h4 {
	color: #000;
	font: 400 16px/25px Lato, sans-serif;
	line-height: 1.5em;
	margin-top: 1em;
}
.span1 h5 {
	color: #000;
	font: 400 20px/20px 'Lato', sans-serif;
}
.span1 p {
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
p.m_4 {
	margin-bottom: 1em;
}
.about_bottom {
	margin-top: 5em;
}
ul.about_box {
	padding: 0;
	list-style: none;
}
ul.about_box li.box_img {
	width: 25%;
	float: left;
	margin-right: 5%;
}
ul.about_box li.box_desc {
	overflow: hidden;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
ul.about_box h4 {
	margin-top: 1em;
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.feature h4 {
	color: #000;
	font: 300 20px/25px Lato, sans-serif;
	text-transform: uppercase;
}
.feature p {
	color: #999;
	font: 300 16px/25px Lato, sans-serif;
	line-height: 1.8em;
}
.about_box1 {
	margin-bottom: 2em;
}
/*--contact--*/

p.comment-form-author {
	margin-bottom: 2em;
}
.contact-form label {
	display: block;
	font-size: 0.8125em;
	color: #000;
	text-transform: uppercase;
}
.contact-form input[type="text"] {
	padding: 10px;
	width: 95%;
	color: #9198A3;
	font: 300 16px/25px Lato, sans-serif;
	background: #fff;
	outline: none;
	display: block;
	border: 1px solid #eee;
}
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #eee;
	outline: none;
	color: #9198A3;
	font: 300 16px/25px Lato, sans-serif;
	-webkit-appearance: none;
	resize: none;
	height: 150px;
}
.contact-form input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	background: #d5cd25;
	color: #FFF;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.contact-form input[type="submit"]:hover, .page-not-found a:hover, .register-but form input[type="submit"]:hover, .acount-btn:hover, .login-right input[type="submit"]:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
	text-decoration: none;
	background: #fff;
}
i.pin_icon {
	width: 24px;
	height: 35px;
	background: url(../images/img-sprite.png)no-repeat -234px -4px;
	float: left;
	margin-right: 10px;
}
i.phone {
	width: 24px;
	height: 27px;
	background: url(../images/img-sprite.png)no-repeat -6px -48px;
	float: left;
	margin-right: 10px;
}
i.mail {
	width: 24px;
	height: 20px;
	background: url(../images/img-sprite.png)no-repeat -51px -50px;
	float: left;
	margin-right: 10px;
}
.contact_address, .contact_email {
	overflow: hidden;
	font: 300 16px/25px Lato, sans-serif;
	color: #999;
	line-height: 1.5em;
}
.contact_email {
	cursor: pointer;
}
.contact_email:hover {
	color: #000;
}
.address {
	margin-bottom: 1.5em;
}
.contact_right h3 {
	font: 300 20px/25px Lato, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.map iframe {
	width: 100%;
	border: none;
}
.page-not-found {
	text-align: center;
}
.page-not-found h1 {
	font: 300 150px/150px Lato, sans-serif;
	color: #000;
	margin-bottom: 0.5em;
}
.page-not-found a {
	color: #fff;
	background: #d5cd25;
	text-decoration: none;
	padding: 15px 40px;
	font: 300 16px/16px Lato, sans-serif;
}
/*--register--*/

.register-top-grid h3, .register-bottom-grid h3 {
	color: #d5cd25;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0;
	font-weight: 600;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color: #999;
	font: 300 14px/25px Lato, sans-serif;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid #EEE;
	outline-color: #FF5B36;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
	font: 300 14px/25px Lato, sans-serif;
	color: #555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
:focus {
	outline: 0 !important;
}
/*-- news-letter-starts-here --*/

.news-letter {
	background-color: #007bb6;
	overflow: hidden;
	padding: 15px;
	height: auto;
	width: 100%;
}
.join h6 {
	font-size: 14px;
	color: #fff;
	float: right;
	margin: 13px;
	letter-spacing: 0;
	padding: 0;
}
.join a {
	color: #fff;
	text-decoration: underline;
}
footer {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	background: #f2f4f7 url(img/bg-header.png) center top repeat-x
}
.join input[type="text"] {
	border: none;
	width: 28%;
	color: #000;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 14px;
	padding: 10px 10px;
	background: #ffffff;
}
.join input[type="submit"] {
	outline: none;
	cursor: pointer;
	width: 12%;
	padding: 3px 8px;
	color: #000;
	border: 1px solid #efefef;
	background: #fff;
	font-size: 19px;
	font-weight: 400;
	margin: 0px 0 0 -3px;
	-webkit-apperance: none;
}
.join input[type="submit"]:hover {
	background-color: #ccc;
}
/*-- news-letter-ends-here --*/

.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.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;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color: #00BFF0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.register-but {
	margin-top: 1em;
}
.register-but form input[type="submit"] {
	background: #d5cd25;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.8em 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;
}
.register-but input[type="submit"]:hover {
	background: #000;
}
div.register-bottom-grid {
	margin-top: 3em;
}
/*--login--*/

.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color: #d5cd25;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 0.5em;
}
.login-left p, .login-right p {
	color: #999;
	display: block;
	font: 300 16px/25px Lato, sans-serif;
	margin: 0 0 1.5em 0;
	line-height: 1.8em;
}
.acount-btn {
	background: #d5cd25;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 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;
}
.acount-btn:hover, .login-right input[type="submit"]:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	padding: 0 0 1.5em 0;
}
.login-right span {
	color: #555;
	font: 300 14px/25px Lato, sans-serif;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.login-right input[type="text"] {
	border: 1px solid #DDDBDB;
	outline-color: #fb4d01;
	width: 96%;
	font-size: 0.8125em;
	padding: 10px;
}
.login-right input[type="submit"] {
	background: #d5cd25;
	color: #FFF;
	font-size: 0.8em;
	padding: 0.7em 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;
}
.login-right input[type="submit"]:hover {
	background: #000;
}
a.forgot {
	font: 300 14px/25px Lato, sans-serif;
}
h4.title {
	color: #000;
	margin-bottom: 0.5em;
	font: 300 18px/25px Lato, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #DFDDDD;
	padding-bottom: 13px;
}
p.cart {
	color: #999;
	line-height: 1.8em;
	font: 300 16px/25px Lato, sans-serif;
}

/*--responsive design--*/

@media(max-width:1366px) {
.banner_desc h1 {
}
}

@media(max-width:1024px) {
.banner_desc h1 {
	font: 300 43px/43px 'Lato', sans-serif;
}
.banner_desc {
	top: 23%;
	left: 10%;
	width: 39%;
}
.btn.btn-primary {
	padding: 7px 18px;
}
.banner_desc h2 {
	font: 300 18px/23px 'Lato', sans-serif;
}
.f_grid1 h3, .f_grid3 h3 {
	font: 400 20px/25px Lato, sans-serif;
}
.span_3_of_2 {
	width: 51.3333%;
}
.images_3_of_2 {
	width: 45.2%;
	margin-right: 2.6%;
}
.span_3_of_2 h1 {
	font: 400 22px/22px Lato, sans-serif;
	margin-bottom: 1em;
}
}

@media(max-width:800px) {
.nav > li {
	float: none;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
.toggleMenu {
	text-align: center;
}
.toggleMenu:hover {
	color: #000;
}
ul.nav {
	background: #d5cd25;
	padding-top: 1em;
}
.nav > li {
	margin: 1em 0;
}
.banner_desc h1 {
	font: 300 32px/32px 'Lato', sans-serif;
}
.content_right {
	margin-top: 4em;
	padding: 0;
}
.box_2, .top_grid1-box1 {
	margin-bottom: 2em;
	padding-top: 2em;
}
.grid_1 {
	text-align: center;
}
.f_grid1 {
	margin-bottom: 2em;
}
.f_grid2 {
	margin: 0 0 2em;
	width: 90%;
	padding: 0 15px;
}
.box_1 {
	padding: 0 15px;
}
.footer {
	min-height: 620px;
	padding: 1em 0 0;
}
.f_grid1 p {
	margin-top: 1em;
}
.f_grid1 {
	border-right: none;
}
.footer_bottom {
	text-align: center;
}
.cssmenu {
	float: none;
}
.copy {
	float: none;
	padding-top: 15px;
}
.single_right {
	margin-top: 4em;
}
.span_2 {
	margin: 3em 0;
}
.span1 h3, h3.m_3 {
	margin-bottom: 1em;
}
.about_bottom {
	margin-top: 3em;
}
.span_3 {
	margin-top: 3em;
}
.contact_right {
	margin-top: 3em;
}
.map {
	margin-top: 2em;
}
}

@media(max-width:640px) {
.logo {
	margin-top: 7px;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
ul.shopping_grid li {
	padding: 10px 5px 0;
	min-height: 38px;
	font: 600 14px/14px 'Lato', sans-serif;
}
.logo img {
	width: 70%;
}
.toggleMenu {
	font-size: 1.1em;
}
.banner_desc h1 {
	font: 300 25px/25px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 15px/20px 'Lato', sans-serif;
}
.banner_desc {
	top: 20%;
}
.images_3_of_2 {
	width: 100%;
	margin-right: 0;
	float: none;
}
.span_3_of_2 {
	width: 100%;
}
.span_3_of_2 {
	width: 100%;
	float: none;
}
.resp-tab-item {
	padding: 10px 3px;
}
}
main {
	padding: 1em 0 3em;
	overflow: hidden;
	height: auto;
	width: 100%;
}
.sidebar {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0
}

@media(max-width:480px) {
.logo {
	width: 53%;
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
.header-top {
	height: auto;
	overflow: hidden;
}
.logo img {
	width: 100%;
}
.banner_desc {
	left: 13%;
}
.banner_desc h1 {
	font: 300 18px/18px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 13px/17px 'Lato', sans-serif;
}
.cssmenu ul li a {
	margin: 0 5px;
	line-height: 1.8em;
}
.login-left {
	padding: 0 15px;
	margin-bottom: 3em;
}
.about {
	padding: 3em 0;
}
.login-right form {
	padding: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
}
}

@media(max-width:320px) {
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
.logo {
	width: 70%;
	float: none;
	margin: 0 auto;
}
.header-top {
	overflow: hidden;
	height: auto;
}
ul.shopping_grid {
	float: none;
	margin-top: 10px;
	text-align: center;
}
.header_top {
	margin: 10px 0;
}
ul.shopping_grid li {
	display: inline-block;
	float: none;
}
.toggleMenu {
	font-size: 1em;
	padding: 3px;
}
.callbacks_nav {
	left: -17px;
}
.banner_desc h1 {
	font: 300 14px/15px 'Lato', sans-serif;
}
.banner_desc h2 {
	display: none;
}
.banner_desc {
	top: 30%;
}
.stay {
	font: 800 12px/13px 'Lato', sans-serif;
}
.stay_right {
	width: 55%;
}
.menu > li > a {
	line-height: 2.5em;
	text-indent: 1em;
	font-size: 13px;
}
.delivery h3, .delivery h4 {
	font: 300 25px/25px 'Lato', sans-serif;
}
.twitter {
	margin-top: 2em;
	padding-right: 0;
}
.clients {
	margin-top: 2em;
}
.clients h3 {
	margin-bottom: 1em;
}
.top_grid2 {
	margin-top: 0;
}
h4.head {
	font: 700 16px/30px 'Lato', sans-serif;
	padding: 0px 0 0 20px;
}
.main {
	padding: 1em 0 1em;
}
.content_right {;
	margin-top: 2em;
}
ul.list {
	float: none;
	width: 100%;
}
.footer {
	min-height: 725px;
}
.feature h4 {
	font: 300 15px/15px Lato, sans-serif;
}
ul.about_box li.box_desc {
	font: 300 15px/25px Lato, sans-serif;
}
.map iframe {
	min-height: 200px;
}
.contact-form input[type="text"], .contact-form textarea {
	width: 100%;
}
.page-not-found h1 {
	font: 300 90px/90px Lato, sans-serif;
}
}
.user-menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.user-menu li {
	display: inline-block;
}
.user-menu li a {
	display: block;
	font-size: 13px;
	margin-right: 5px;
	padding: 10px;
}
.user-menu li a i.fa {
	margin-right: 5px;
}
.header-right ul.list-inline {
	margin: 0;
	text-align: right;
}
.header-right ul.list-inline li a {
	display: block;
	padding: 9px;
}
.header-right ul.list-inline li ul a {
	padding: 5px 15px;
}
.header-right ul.list-inline li ul {
	border: medium none;
	border-radius: 0;
	left: 50%;
	margin-left: -50px;
	min-width: 100px;
	text-align: center;
}
.header-right ul.list-inline {
	margin: 0;
	text-align: left;
}
.header-right ul.list-inline li a {
	display: block;
	padding: 9px;
}
.header-right ul.list-inline li ul a {
	padding: 5px 15px;
}
.header-right ul.list-inline li ul {
	border: medium none;
	border-radius: 0;
	left: 50%;
	margin-left: -50px;
	min-width: 100px;
	text-align: center;
}
.header-area {
	background: none repeat scroll 0 0 #f4f4f4;
}
.header-area a {
	color: #888;
}
.user-menu ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.user-menu li {
	display: inline-block;
}
.contact-info li a, .contact-info li span {
	font-size: 13px;
	padding: 6px;
	display: inline-block;
}
.user-menu li a:hover {
	color: #f3ea2f
}
.user-menu li a i.fa {
	margin-right: 5px;
	font-size: 13px;
}
.owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 100px;
	right: 0;
}
.owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 100px;
	left: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #1b242f;
	font-size: 14px;
	margin: 5px 0px;
	padding: 2px 8px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*notification*/

.wishlist {
	margin-top: 22px;
	margin-left: 22px;
}
#top_menu .nav > li, ul.top-menu > li {
	float: left;
}
.notify-row {
	float: left;
	margin-top: 15px;
	margin-left: 92px;
}
.notify-row .notification span.label {
	display: inline-block;
	height: 18px;
	width: 20px;
	padding: 5px;
}
ul.top-menu > li > a {
	color: #666666;
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #666666 !important;
	padding: 2px 6px;
	margin-right: 15px;
}
ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
	border: 1px solid #b6b6b6 !important;
	background-color: transparent !important;
	border-color: #b6b6b6 !important;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #b6b6b6 !important;
}
.notify-row .badge {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 100;
}
.dropdown-menu.extended {
	left: -59px;
	max-width: 205px !important;
	min-width: 160px !important;
	top: 42px;
	width: 235px !important;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
	border: none !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.dropdown-menu>li {
	display: block !important
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.dropdown-menu.extended {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
}
}
.dropdown-menu.extended li p {
	background-color: #F1F2F7;
	color: #666666;
	margin: 0;
	padding: 10px;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}
.dropdown-menu.extended li p.green {
	width: 204px;
	text-align: center;
	background-color: #d5cd25;
	color: #fff;
}
.dropdown-menu.extended li p.yellow {
	background-color: #fcb322;
	color: #fff;
}
.dropdown-menu.extended li a {
	border-bottom: 1px solid #EBEBEB !important;
	font-size: 12px;
	list-style: none;
}
.dropdown-menu.extended li a {
	padding: 15px 10px !important;
	width: 100%;
	display: inline-block;
}
.dropdown-menu.extended li a:hover {
	background-color: #F7F8F9 !important;
	color: #2E2E2E;
}
.dropdown-menu.tasks-bar .task-info .desc {
	font-size: 13px;
	font-weight: normal;
}
.dropdown-menu.tasks-bar .task-info .percent {
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: 600;
	padding-left: 10px;
	margin-top: -4px;
}
.dropdown-menu.extended .progress {
	margin-bottom: 0 !important;
	height: 10px;
}
.dropdown-menu.inbox li a .photo img {
	border-radius: 2px 2px 2px 2px;
	float: left;
	height: 40px;
	margin-right: 4px;
	width: 40px;
}
.dropdown-menu.inbox li a .subject {
	display: block;
}
.dropdown-menu.inbox li a .subject .from {
	font-size: 12px;
	font-weight: 600;
}
.dropdown-menu.inbox li a .subject .time {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right: 5px;
}
.dropdown-menu.inbox li a .message {
	display: block !important;
	font-size: 11px;
}
.top-nav {
	margin-top: 7px;
}
.top-nav ul.top-menu > li .dropdown-menu.logout {
	width: 268px !important;
}
.top-nav li.dropdown .dropdown-menu {
	float: right;
	right: 0;
	left: auto;
}
.dropdown-menu.extended.logout > li {
	float: left;
	text-align: center;
	width: 33.3%;
}
.dropdown-menu.extended.logout > li:last-child {
	float: left;
	text-align: center;
	width: 100%;
	background: #a9d96c;
	border-radius: 0 0 3px 3px;
}
.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
	color: #fff;
	border-bottom: none !important;
	text-transform: uppercase;
}
.dropdown-menu.extended.logout > li:last-child > a:hover > i {
	color: #fff;
}
.dropdown-menu.extended.logout > li > a {
	color: #a4abbb;
	border-bottom: none !important;
}
.full-width .dropdown-menu.extended.logout > li > a:hover {
	background: none !important;
	color: #50c8ea !important;
}
.dropdown-menu.extended.logout > li > a:hover {
	background: none !important;
}
.dropdown-menu.extended.logout > li > a:hover i {
	color: #50c8ea;
}
.dropdown-menu.extended.logout > li > a i {
	font-size: 17px;
}
.dropdown-menu.extended.logout > li > a > i {
	display: block;
}
.top-nav ul.top-menu > li > a {
	border: 1px solid #eeeeee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
	background: none;
	margin-right: 0;
}
.top-nav ul.top-menu > li {
	margin-left: 10px;
}
.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
	border: 1px solid #F1F2F7;
	background: #F1F2F7;
}
.top-nav .dropdown-menu.extended.logout {
	top: 50px;
}
.top-nav .nav .caret {
	border-bottom-color: #A4AABA;
	border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
	border-bottom-color: #000;
	border-top-color: #000;
}
.log-arrow-up {
	background: url("../img/arrow-up.png") no-repeat;
	width: 20px;
	height: 11px;
	position: absolute;
	right: 20px;
	top: -10px;
}
/*----*/



.notify-arrow {
	border-style: solid;
	border-width: 0 9px 9px;
	height: 0;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	left: 81px;
	top: -18px;
	transition: all 0.25s ease 0s;
	width: 0;
	z-index: 10;
	margin-top: 10px;
	opacity: 1;
}
.notify-arrow-yellow {
	border-color: transparent transparent #FCB322;
	border-bottom-color: #FCB322 !important;
	border-top-color: #FCB322 !important;
}
.notify-arrow-green {
	border-color: transparent transparent #d5cd25;
	border-bottom-color: #d5cd25 !important;
	border-top-color: #d5cd25 !important;
}
.badge {
	left: 18px;
	display: inline-block;
	min-width: 10px;
	padding: 4px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #d5cd25;
	border-radius: 10px;
	position: absolute;
	top: 7px;
}

/*-- responsive-mediaquries --*/

@media(max-width:1024px) {
.caption {
	width: 63%;
	top: 31%;
	left: 19%;
}
}

@media(max-width:768px) {
.caption {
	width: 70%;
	top: 22%;
	left: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
a.morebtn {
	width: 26%;
}
.callbacks_nav {
	top: 55%;
}
}

@media(max-width:640px) {
.copy p a {
	color: #8e9138;
	font: 300 7px/1px 'Lato', sans-serif;
	text-transform: uppercase;
}
.caption {
	width: 70%;
	top: 12%;
	left: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
a.morebtn {
	width: 30%;
}
.callbacks_tabs a:after {
	height: 10px;
	width: 10px;
}
}
.register{font-size: 14px;
    color: #333;
    margin: 10px;
    display: block;
}
#searchbuttons{text-align: center;
    margin-top: 0;
    padding: 30px 0;
    background: #f5f5f5;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
#searchbuttons input[type="text"]{    padding: 8px 15px 9px;
    border: 1px solid #ededed;
    border-radius: 4px;width: 50%;
}
.login button{ width: 100% !important}
.register{ text-align: center}
.register a{ text-align: center;
color: #333;
	font-size: 14px;
text-decoration: none;
}
.forget{ font-size: 14px;
text-decoration: none;
color: #333;
	float: left;
}
.remember{ font-size: 14px;
}
.remember input{ margin-left: 4px;
}

#searchbuttons input[type='button'],.login button{    background: #017eba;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
    border-radius: 4px;
    font-size: 15px;
	    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
#searchbuttons input[type='button']:hover,.login button:hover{ background: #e1001a;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
#right-panel h2{ font-weight: bold;
line-height: 2;
margin-bottom: 20px;
color:#017eba;
}
ul#places { list-style: none}
#places li{ width: 50%;
	    display: inline-block;
margin-bottom: 30px;	
}
#places li label{    font-weight: 300;
    color: #9c9c9c;}
#places li label b{ color: #000}
@media(max-width:480px) {
.copy p a {
	color: #8e9138;
	font: 300 7px/1px 'Lato', sans-serif;
	text-transform: uppercase;
}
.caption {
	width: 70%;
	top: 14%;
	left: 13%;
}
.callbacks_nav {
	top: 60%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.5em 0;
}
.caption h3 {
	font-size: 1.4em;
}
a.morebtn {
	width: 40%;
	font-size: 0.8em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	left: 4px;
}
}

@media(max-width:320px) {
.copy p a {
	color: #8e9138;
	font: 300 7px/1px 'Lato', sans-serif;
	text-transform: uppercase;
}
.caption {
	width: 70%;
	top: 14%;
	left: 13%;
}
.callbacks_nav {
	top: 63%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.2em 0;
}
.caption h3 {
	font-size: 1em;
}
a.morebtn {
	width: 50%;
	font-size: 0.8em;
	padding: 0.6em 0.5em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	left: 4px;
}
}
/*--flexisel--*/

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.extra .owl-theme .owl-nav {
	display: none;
}
.extra .owl-carousel .owl-item img {
	width: 280px;
	padding: 0px;
	height: 220px;
}
.extra p a {
	text-decoration: underline;
}
.owl-carousel div img {
	width: 100%;
}
.nav {
	font-size: 12px;
}
.slider-area .owl-prev {
	position: absolute;
	top: 45%;
	left: 10px;
	width: 45px;
	text-indent: 200px;
	height: 45px;
	overflow: hidden;
	background: rgba(255,255,255,.7) url(img/left.png) center center no-repeat;
}
.slider-area .owl-next {
	position: absolute;
	top: 45%;
	right: 10px;
	width: 45px;
	overflow: hidden;
	text-indent: 200px;
	height: 45px;
	background: rgba(255,255,255,.7) url(img/right.png) center center no-repeat;
}
.navbar-default {
	float: right;
	background: none;
}
.navbar {
	position: relative;
	min-height: 10px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover {
	text-decoration: underline;
	color: #e1001a;
}
.nav-bottom {
	font-size: 18px;
	font-weight: bold;
}
.nav-bottom li a {
	color: #000;
	display: inline-block;
}
.nav-bottom li {
	float: none;
	display: inline-block;
}
.nav-bottom {
	text-align: center
}
.navbar-default .navbar-toggle {
	margin: 12px auto;
	border-color: #ddd;
}

@media (max-width: 480px) {
.navbar-default .navbar-toggle {
	margin: 12px auto;
	display: block;
	border-color: #ddd;
}
}
.predcramp-section {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin: 0px 0;
}
.predcramp-section ul {
	list-style: none
}
.predcramp-section ul li {
	display: inline-block;
}
.predcramp-section ul li a {
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 15px;
}
.predcramp-section ul li span {
	display: block;
	font-size: 14px;
	padding: 10px 0px;
}
.bred-cramp {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	background: #eee;
}
.no-padding {
	padding: 0
}
main {
	width: 100%;
	display: block;
	overflow: hidden;
	height: auto;
	padding: 30px 0;
}
.center-div {
	float: none;
	display: block;
	margin: 0 auto;
}
.login {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 40px 20px;
}
.form-page input[type=radio], .form-page input[type=checkbox] {
	margin: 3px 5px 0 0;
	float: left;
	border: 1px solid #ccc;
	border-radius: 0;
}
.margin-bottom-10px {
	margin-bottom: 10px;
}
.title {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
#map {
        height: 400px;
        width: auto;
                
      }
.map-area{ overflow: hidden;
height: auto;
width: 100%;
padding: 20px;
border: 1px solid #ededed;
}
.title h4, .title h3 {
	color: #000;
	font-weight: bold;
}
.title h1 a, .title h1, .title h2 {
	color: #017eba;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.no-margin-bottom {
	margin-bottom: 0
}
.category-product {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.details-product h4 {
	font-weight: bold;
}
.category-product ul {
	list-style: none
}
.category-product ul li {
	display: inline-block;
}
.category-product ul li a:hover {
	color: #fe3f51;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.category-product ul li a, .category-product ul li span {
	display: block;
	font-size: 11px;
	color: #a2a2a2;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.form-control {
	padding: 10px;
	border-radius: 0;
	height: auto;
	box-shadow: none;
	    border-radius: 4px;
	border: 1px solid #dcdcdc;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-control:focus {
	
}
.form-page button, .register {
}
.form-page button:hover, .register:hover {

}
.form-page .register:hover {
	text-decoration: none;
	color: #000;
}
.mail-list {
	overflow: hidden;
	height: auto;
	width: 100% !important;
	display: block;
	position: relative;
}
.mail-list input {
	display: block;
	width: 100% !important;
	padding: 5px 10px;
}
.mail-list input:focus {
	background: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mail-list button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 20px 9px;
	background: #e84c3d;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mail-list button:hover {
	background: #149ada;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.login label {
	font-weight: normal
}
.about-us {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.about-us article {
	font-size: 14px;
	line-height: 2;
	color: #000;
}
.margin-top-20px {
	margin-top: 20px;
}
.payment_bar {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	padding: 0 0 10px;
	margin-top: 20px;
}
.bank_details {
	overflow: hidden;
	height: auto;
	padding: 15px 15px;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #eee;
}
.name_acc {
	overflow: hidden;
	height: auto;
	width: 145px;
	float: left;
	font-weight: normal;
	font-size: 13px;
	line-height: 2.5;
}
.name_a {
	overflow: hidden;
	height: auto;
	float: left;
	line-height: 1.3;
	width: 210px;
}
.name_a input {
	width: 100%;
}
#submit_coupon {
	color: #fff
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: white;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.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 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.login-box, .lang {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin: 4px 0
}
.lang {
	float: right;
	width: auto;
	margin-left: 10px;
}
.login-box ul, .lang ul {
	list-style: none
}
.login-box ul li, .lang ul li {
	display: inline-block
}
.login-box ul li a, .lang ul li a {
	display: block;
	color: #323a45;
	font-size: 13px;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: normal;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.login-box ul li a:hover, .lang ul li a:hover {
	text-decoration: none;
	color: #e84c3d;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.count {
	overflow: hidden;
	height: auto;
	width: auto;
	float: right;
}
.count label {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
}
.count select {
	background: #ffffff;
	padding: 5px 15px;
	width: 123px;
	border-radius: 50px;
	margin-right: 5px;
	border: 1px solid #e1e6ec;
	color: #323a45;
	font-weight: 400;
}
.header-top .col-md-6:nth-child(2) {
	padding-right: 0
}
.header-top .col-md-6:nth-child(1) {
	padding-left: 0
}
.nav-container {
	background: #017eba;
	margin-bottom: 15px;
}
.menu-mid-header {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	padding: 0px 0;
}
header {
	overflow: visible;
	height: auto;
	width: 100%;
	background: url(img/bg-header.png) center top repeat-x;
	padding-top: 5px;
}
.menu-mid-header ul {
	list-style: none;
	float: right;
}
.menu-mid-header ul li {
	display: inline-block
}
.menu-mid-header ul li a {
	color: #3E3E3E;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
.menu-mid-header ul li a:hover {
	color: #1f7ed2
}
.form-contact {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.form-contact label {
	text-align: right;
	line-height: 2.4;
	font-size: 16px;
}
.form-contact select {
	width: 100%;
	padding: 9px 10px;
	display: block;
	border: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.form-contact select:focus {
	border-color: #ffab27;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,171,39,.075), 0 0 8px rgba(255,171,39,.6);
	box-shadow: inset 0 1px 1px rgba(255,171,39,.075), 0 0 8px rgba(255,171,39,.6);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#owl-select .item {
	margin-left: 5px;
	margin-right: 5px;
}
.panel-heading {
	padding: 0
}
.panel-title > a {
	width: 100%;
	padding: 10px 15px;
	display: block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.panel-title > a:hover {
	background: #d5cd25;
	text-decoration: none !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bx-viewport img {
	width: 100%
}
#table_result td {
	text-align: left !important;
	vertical-align: middle !important;
}
.total-cost {
	overflow: hidden;
	width: 100%;
	display: block;
	height: auto;
}
.total-cost h2 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.total-cost ul {
	list-style: none;
}
.total-cost ul li {
	display: block;
	margin-bottom: 20px;
}
.total-cost ul li span:nth-child(1) {
	font-weight: 700;
	min-width: 155px;
	display: table-cell;
}
.total-cost ul li span {
	color: #333;
	font-size: 16px;
	display: table-cell;
}
.total_row {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 30px;
	font-size: 15px;
	color: #000;
}
.total_row .row {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.map {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 7px;
}
.map iframe {
	display: block;
}
.send-message {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	border: 1px solid #eee;
	padding: 30px 20px;
}
.send-message input {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.send-message textarea {
	height: 100px;
	resize: vertical;
	box-shadow: none;
	border: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.send-message button, .button {
	width: 100%;
	display: block;
	padding: 10px;
	border: 1px solid #017eba;
	background: #017eba;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.send-message button:hover, .button:hover {
	    border: 1px solid #e1001a;
    color: #000;
    background: #e1001a;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.information-area {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.information-area ul {
	list-style: none;
}
.information-area ul li {
	display: block;
	clear: both;
	margin-bottom: 5px;
	line-height: 2;
}
.information-area ul li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ddd;
	font-size: 17px;
	color: #545454;
	margin-right: 10px;
}
.information-area ul li span, .information-area ul li a {
	color: #1F1F1F;
	font-size: 14px;
	text-decoration: none;
}
.row-shop {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	/* margin: 15px 0; */

	position: relative;
	/* padding-bottom: 15px; */

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.padding-right-5px {
	padding-right: 5px;
}
.delete-item {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.delete-item i {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #eeeeee;
}
.delete-item:hover i {
	color: #000
}
.row .row-shop:last-child {
	border-bottom: 0
}
.row-shop:hover {
	box-shadow: 0px 0px 1px 3px #e4e4e4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.row-shop:hover .delete-item {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.img-item {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.img-item img {
	max-width: 100%;
	display: block;
	max-height: 100px;
}
.item-name {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.item-name h4 a {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}
.item-name p, .total-price p {
	color: #a9a9a9;
	font-size: 14px;
	margin-bottom: 4px;
}
.item-name p span, .total-price p span {
	text-transform: uppercase;
}
.total-price p {
	font-size: 18px;
	font-weight: 700;
}
.total-price {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 37px 0px;
	text-align: right;
}
.total {
	overflow: hidden;
	background: #f1f1f1;
	padding: 20px;
	display: block;
	margin-top: 30px;
}
.total p {
	color: #000;
	font-weight: 700;
	text-align: center;
}
.slider-zoom-div {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.category {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 17px;
}
.category ul {
	list-style: none;
}
.category ul li {
	display: inline-block;
}
.category ul li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding-left: 0;
	color: #a9ab48;
}
.category ul li span {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #333;
}
.price {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-size: 17px;
	margin-top: 20px;
	color: #fe3f51;
}
.cart-link {
	display: inline-block;
	width: auto;
	min-width: 170px;
	border: 2px solid rgba(80, 80, 80, 0.64);
	padding: 8px 15px 11px;
	text-align: center;
	color: #505050;
	text-decoration: none;
	border-radius: 1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cart-link:hover {
	background: #fe3f51;
	text-decoration: none;
	color: #fff !important;
	border: 2px solid #fe3f51;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ratting {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin: 15px 0;
	font-size: 14px;
}
.ratting a {
	display: inline-block;
	text-decoration: none;
	color: #555;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.share-area {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin: 15px 0;
}
.share-area ul {
	list-style: none;
}
.share-area ul li {
	display: inline-block;
}
.share-area ul li a {
	display: block;
	text-decoration: none;
}
.share-area ul li a i {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #545454;
	background: #dddddd;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.share-area ul li a i:hover {
	color: #ffffff;
	background: #D5DB0C;
	border: 1px solid #6c6f29;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.details-product {
	overflow: hidden;
	margin-top: 30px;
	display: block;
	height: auto;
	width: 100%;
	padding: 5px 0;
	margin-bottom: 20px;
}
.details-product article {
	margin-top: 5px;
	line-height: 2;
	color: #a7a7a7;
	font-size: 13px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME

===================================*/



.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	left: -5px;
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/

	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */



.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */



.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */



.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.slider-product {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
}
.slider-product .bx-wrapper {
	margin-bottom: 5px;
}
.slider-product #bx-pager .active img {
	border: 3px solid #DC3D40
}
.slider-product #bx-pager img {
	border: 3px solid #e2e2e2
}
.slider-product .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: 5px solid #fff;
	border: 2px solid #e2e2e2;
	left: 0;
	background: #fff;
}
.slider-product #bx-pager a {
	display: inline-block
}
.slider-product #bx-pager img {
	display: block;
}
.title-product {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.iner_page {
	overflow: hidden;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 15px;
}
.title_h2 {
	margin-bottom: 15px;
	border-bottom: 1px dashed #a9a9a9;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.header_tr td {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #017eba !important;
}
#table_result .fa-trash-o{    width: 30px;
    COLOR: #000;
    font-size: 19px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#table_result .fa-trash-o:hover{ color: #E10509;}
#table_result input{ width: 100% !important;
border: 1px solid #eee;
padding: 10px 15px;}
.login_cart{    overflow: hidden;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 50px;
    margin-top: 20px;
	margin-bottom: 20px
}
.details-link {
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	color: #000;
	background: #d5cd25;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
}
a.btn.btn-primary {
	display: block !important;
	padding: 10px !important;
}
.send-message input {
	width: 100%;
	display: block;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid #ededed;
	box-shadow: none;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.send-message input:focus {
	box-shadow: none;
	border-bottom: 1px solid #e1001a;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
 input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
font-size: 13px !important;
color: #cecece !important;
 -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 transition: all 300ms ease-in-out;
}
textarea:focus{border-bottom: 1px solid #e1001a;
	box-shadow: none !important;
 -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 transition: all 300ms ease-in-out;
}
input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder { box-shadow: none !important;
color: #e1001a !important;
 -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 -ms-transition: all 300ms ease-in-out;
 -o-transition: all 300ms ease-in-out;
 transition: all 300ms ease-in-out;
}

/*--------------------------small screen----------------------------------*/

@media (max-width: 1200px) and (min-width: 992px) {
}

/*--------------------------Tab style----------------------------------*/

@media (max-width: 992px) and (min-width: 768px) {
}

/*--------------------------mobile style----------------------------------*/

@media (max-width: 768px) and (min-width: 168px) {
	.slider,.main-home{ padding: 0 15px;}	
	.mash-menu .mash-brand, .mash-menu .mash-list-items{ text-align: center}
.contact-item {
	height: auto
}
.logo {
	width: 100%;
	display: block;
	text-align: center;
}
.logo img { max-width: 50%
}
	.header-bottom{padding: 0 15px;}
.middle-menu {
	margin: 0 auto;
	width: 100%;
	display: block;
}
.navbar-default {
	float: none;
	width: 100%;
}
.navbar-default .navbar-toggle {
	float: none;
	display: block;
	margin: 0 auto;
}
.search {
	float: none;
	display: block;
    width: 80%;
    margin: 15px auto;
}
.middle-menu {
	margin-top: 10px;
}
.b-link-stroke {
	margin-bottom: 0
}
.middle-menu .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	border: none;
	overflow-x: hidden;
}
.middle-menu .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.middle-menu .navbar-nav {
	width: 100%
}
.header-top {
	text-align: center
}
.text-top-header {
	margin-bottom: 10px;
}
.h_menu4 .nav > li {
	display: block;
}
.footer {
	padding: 0 30px !important;
	min-height: inherit !important;
}
}
