a:focus, a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#000
}
ol, ul {
	list-style:none;
	margin:0;
	padding:0
}
body {
	margin:0;
	padding:0;
	color:#4a4a4a;
	font-family:Lato, sans-serif;
	font-size:13px;
	line-height:21px;
	position:relative;
	background:#f1f1f1;
	font-weight:400
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	margin:0;
	padding-bottom:15px;
	font-family:Lato, sans-serif
}
h1 {
	font-size:30px;
	line-height:35px
}
h2 {
	font-size:24px;
	line-height:28px
}
h3 {
	font-size:17px;
	line-height:24px
}
h4 {
	font-size:17px;
	line-height:20px
}
h5 {
	font-size:14px;
	line-height:20px
}
h6 {
	font-size:12px;
	line-height:20px
}
p.lead {
	font-size:20px;
	line-height:1.4
}
h3 code {
	font-size:14px;
	font-weight:400
}
.block-title-1 {
	display:block;
	font-family:Oswald, sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	margin:15px 20px 0 0;
	text-transform:uppercase
}
.block-title-2 {
	border-bottom:1px solid #cecece;
	font-size:13px;
	font-weight:700;
	margin:0 0 15px;
	padding:10px 0 0;
	position:relative;
	text-transform:uppercase
}
.block-title-3 {
	border-bottom:1px solid #cecece;
	font-weight:700;
	margin:0 0 15px;
	padding:10px 0 10px;
	position:relative;
	text-transform:uppercase
}
.block-title-4 {
	display:inline;
	font-size:20px;
	font-weight:700;
	letter-spacing:.2em;
	margin:0 auto;
	padding:0 12px;
	text-transform:uppercase
}
.block-title-5 {
	display:block;
	font-size:16px;
	margin:0 0 5px;
	font-weight:700;
	letter-spacing:.2em;
	padding:0;
	text-transform:uppercase
}
.border-title {
	border-bottom:1px solid #cecece;
	margin:0 0 15px;
	padding:10px 0 10px
}
.error label.error {
	color:red
}
.section-block {
	margin-bottom:30px
}
.uppercase {
	text-transform:uppercase
}
.underline {
	text-decoration:underline
}
.relative {
	position:relative
}
.no-margin {
	margin:0!important
}
.no-padding {
	padding:0!important
}
.no-margin-right {
	margin-right:0
}
.no-margin-left {
	margin-left:0
}
.no-margin-top {
	margin-top:0
}
.no-margin-bottom {
	margin-bottom:0
}
.no-border {
	border:0
}
.w100, .width100 {
	width:100%
}
.w50, .width50 {
	width:100%;
	display:block
}
.full-container {
	width:100%;
	display:block;
	clear:both
}
.float-right {
	float:right
}
.float-left {
	float:left
}
.maxheight100 {
	max-height:100px
}
.maxheight200 {
	max-height:200px
}
.maxheight300 {
	max-height:300px
}
.maxheight400 {
	max-height:400px
}
.maxheight500 {
	max-height:500px
}
.maxheight600 {
	max-height:600px
}
.maxheight700 {
	max-height:700px
}
.maxwidth100 {
	max-width:100px
}
.maxwidtht200 {
	max-width:200px
}
.maxwidth300 {
	max-width:300px
}
.maxwidth400 {
	max-width:400px
}
.maxwidth500 {
	max-width:500px
}
.maxwidth600 {
	max-width:600px
}
.maxwidth700 {
	max-width:700px
}
.padd {
	margin-top:60px
}
.globalPadding {
	margin:20px 0;
	overflow:hidden
}
.globalPaddingTop {
	padding:50px 0 0
}
.globalPaddingBottom {
	padding:0 0 50px
}
.hr2 {
	border-width:2px;
	border-color:#ddd
}
.hr3 {
	border-width:4px;
	border-color:#ddd
}
ul.list-dot li {
	list-style:inside disc
}
ul.list-number li {
	list-style:inside decimal
}
ul.list {
	list-style:disc;
	padding-left:40px
}
ul.list ul {
	list-style:circle;
	padding-left:40px
}
ul.list-check {
	list-style:none
}
ul.list-border li {
	border-bottom:1px solid #e0eded;
	display:block;
	padding:10px 15px
}
ul.list-border li:hover {
	background:#ebebeb
}
.transitionfx {
	transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-webkit-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	-ms-transition:all .25s ease 0s
}
.modal {
	overflow:auto
}
.modal-dialog {
	max-width:460px
}
.modal-header {
	border-bottom:1px solid #e5e5e5;
	color:#333;
	padding:5px 15px;
	margin-bottom:20px;
	background:#f5f5f5
}
.modal-title-site {
	color:#333;
	font-family:inherit;
	font-size:25px;
	font-weight:400;
	padding:13px 0;
	text-transform:capitalize
}
.modal-content {
	border:0 solid #ddd;
	border-radius:0;
	box-shadow:0 2px 5px rgba(0,0,0,.4)
}
.modal-footer {
	background:#eee;
	border-top:1px solid #e5e5e5;
	padding:10px 20px
}
.form-control:focus {
	box-shadow:none;
	outline:0 none
}
input[type=email], input[type=password], input[type=text] {
	border-color:#ddd;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	color:#888;
	font-size:14px;
	margin-bottom:10px;
	height:37px;
	width:100%
}
thead th {
	padding:8px 0
}
.btn {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	font-weight:400;
	line-height:1.4;
	padding:8px 12px;
	transition:all .25s linear 0s;
	-webkit-transition:all .25s linear 0s;
	-moz-transition:all .25s linear 0s;
	-ms-transition:all .25s linear 0s;
	-o-transition:all .25s linear 0s
}
.btn-lg {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	font-size:18px;
	line-height:1.33;
	padding:10px 16px
}
.btn-sm {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:13px;
	line-height:1.5;
	padding:4px 12px
}
.btn-xs {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	line-height:1.5;
	padding:1px 5px
}
.btn-lg {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:4px;
	font-size:16px;
	line-height:1.471;
	padding:10px 20px
}
.btn-thin {
	border:1px solid #bdc3c7;
	color:#bdc3c7;
	background:0 0
}
.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
	background:#a1a6a9
}
.btn-default.active[disabled], .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color:#bdc3c7
}
.btn-primary.active[disabled], .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color:#1abc9c
}
.btn-info {
	background-color:#3498db;
	color:#fff
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
	background-color:#5dade2;
	border-color:#5dade2;
	color:#fff
}
.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
	background:#2c81ba
}
.btn-info.active[disabled], .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color:#3498db
}
.btn-danger {
	background-color:#97ce03;
	color:#fff
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
	background-color:#333;
	border-color:#000;
	color:#fff
}
.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
	background:#c44133
}
.btn-danger.active[disabled], .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color:#e74c3c
}
.btn-success {
	background-color:#96cd00;
	color:#fff;
	border-color:#93c705
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
	background-color:#93c705;
	border-color:#96cd00;
	color:#fff
}
.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
	background:#27ad60
}
.btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color:#2ecc71
}
.btn-warning {
	background-color:#f1c40f;
	color:#fff
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
	background-color:#f5d313;
	border-color:#f5d313;
	color:#fff
}
.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
	background:#cda70d
}
.btn-warning.active[disabled], .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color:#f1c40f
}
.btn-inverse {
	background-color:#d20019;
	color:#fff
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open .dropdown-toggle.btn-inverse {
	background-color:#000;
	border-color:#415b76;
	color:#fff
}
.btn-inverse.active, .btn-inverse:active, .open .dropdown-toggle.btn-inverse {
	background:#2c3e50
}
.btn-inverse.active[disabled], .btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
	background-color:#34495e
}
.btn-stroke-dark, .btn-stroke-light {
	background:rgba(0,0,0,0);
	font-family:Oswald, Helvetica Neue, Arial, sans-serif;
	letter-spacing:2px;
	padding:15px 20px;
	text-align:center;
	border-radius:0;
	min-width:200px;
	text-transform:uppercase
}
.btn-stroke-dark {
	border:2px solid #2c3e50;
	color:#2c3e50!important
}
.btn-stroke-dark:hover {
	background:#2c3e50;
	color:#fff!important
}
.btn-stroke-light {
	border:2px solid #fff;
	color:#fff!important
}
.btn-stroke-light:hover {
	background:#fff;
	color:#2c3e50!important
}
.btn-site {
	padding:5px 0;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:18px;
	display:block;
	text-decoration:none;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}
.fb_button {
	background:#658ad0;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none
}
.btn-fb {
	background:#658ad0;
	color:#fff
}
.btn-fb:hover, .fb_button:hover {
	background:#4e6fae;
	color:#fff;
	text-decoration:none
}
.btn-tw {
	background:#1dadeb;
	color:#fff
}
.btn-tw:hover {
	background:#35c5ff;
	color:#fff;
	text-decoration:none
}
.required sup, p.required {
	color:#e74c3c
}
.pagination li.active a {
	box-shadow:0 0 9px rgba(0,0,0,.2) inset
}
.checkbox {
	padding-left:0;
	margin-left:0
}
legend {
	padding-bottom:10px
}
.alert {
	border:none;
	border-left:5px solid rgba(0,0,0,.1);
	border-radius:0
}
.alert .close {
	font-size:30px;
	line-height:20px
}
.navbar-tshop {
	width:100%;
	background:#fff
}
.menuWrap {
	border-top:1px solid rgba(0,0,0,.07)
}
.navbar-brand {
	padding:1px 10px;
	color:#fff;
	font-size:28px;
	font-weight:700
}
.navbar .navbar-top {
	height:30px;
	transition:all .1s ease-out 0s;
	-webkit-transition:all .1s ease-out 0s;
	-moz-transition:all .1s ease-out 0s;
	-ms-transition:all .1s ease-out 0s;
	-o-transition:all .1s ease-out 0s;
	font-size:11px;
	font-weight:400;
	line-height:11px;
	text-transform:capitalize;
	background:#4a2260
}
.navbar.stuck .navbar-top {
	margin-top:-30px
}
.nav>li.active, .nav>li:hover>a, .nav>li>a:focus, .nav>li>a:hover {
	color:#bce54e
}
.brandWrap {
	transition:all .2s ease-out 0s;
	-webkit-transition:all .2s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s;
	height:auto
}
#pager a.cycle-pager-active {
	background:rgba(195,139,51,.4) none repeat scroll 0 0
}
.megamenu .collapse, .megamenu .dropdown, .megamenu .dropup, .megamenu .nav {
	position:static;
	margin-top:0;
	float:none;
	text-align:center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.megamenu .container, .megamenu .navbar-inner {
	position:relative
}
.megamenu .dropdown-menu {
	left:auto
}
.megamenu .dropdown-menu>li {
	display:block;
	border-bottom:solid 1px #f5f5f5;
	padding:7px 5px
}
.megamenu .nav.pull-right .dropdown-menu {
	right:0
}
.megamenu .megamenu-content {
	padding:20px 30px
}
.megamenu .megamenu-content:after, .megamenu .megamenu-content:before {
	display:table;
	content:"";
	line-height:0
}
.megamenu .megamenu-content:after {
	clear:both
}
.megamenu.navbar .nav>li>.dropdown-menu:after, .megamenu.navbar .nav>li>.dropdown-menu:before {
	display:none
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	left:auto
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width:80%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width:80%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
	width:50%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
	width:40%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	left:auto
}
@media (max-width:969px) {
.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width:auto
}
.megamenu .megamenu-content {
	padding-left:0;
	padding-right:0
}
.megamenu .dropdown-menu>li>ul {
	display:block
}
.message-top {
	display:none
}
}
.megamenu-content img {
	max-width:100%
}
.megamenu-content ul li {
	border-bottom:1px solid #ededed;
	margin-bottom:5px;
	padding-bottom:5px
}
.megamenu-content ul li a {
	font-size:12px
}
.megamenu-content ul li a:hover {
	color:#e4ae61
}
.itemInMenu {
	margin-bottom:0!important
}
.itemInMenu .image {
	max-height:170px!important
}
.margin-top-10 {
	margin-top:10px
}
.social-icon li {
	display:inline-block
}
.social-icon li a {
	color:#fff;
	display:inline-block;
	font-size:18px;
	height:auto;
	margin-left:0;
	padding:6px 9px;
	position:relative;
	text-align:center;
	z-index:10;
	box-shadow:0 0 0 transparent inset;
	transition:all .2s ease-out 0s;
	-webkit-transition:all .21s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s
}
.social-icon li a:hover {
	opacity:.8;
	box-shadow:0 0 5px rgba(0,0,0,.4) inset
}
.navbar-toggle .icon-bar {
	border:solid 2px #98ce06
}
.userMenu li {
	display:block;
	float:left
}
.userMenu li a {
	color:#000;
	display:block;
	float:right;
	font-size:13px;
	line-height:30px;
	padding:0 0 0 17px;
	text-decoration:none;
	transition:opacity .2s ease-out 0s;
	-webkit-transition:opacity .21s ease-out 0s;
	-moz-transition:opacity .2s ease-out 0s;
	-ms-transition:opacity .2s ease-out 0s;
	-o-transition:opacity .2s ease-out 0s;
	text-transform:capitalize;
	font-family:Lato, sans-serif;
	text-transform:uppercase
}
.userMenu li a:hover {
	opacity:.9;
	color:#4a2260
}
.phone-number span {
	float:left
}
@media (min-width:979px) {
.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
	display:block;
	filter:none;
	opacity:1
}
.megamenu-content ul li a {
	transition:all .2s ease 0s;
	-webkit-transition:all .2s ease 0s;
	-moz-transition:all .2s ease 0s;
	-ms-transition:all .2s ease 0s;
	-o-transition:all .2s ease 0s;
	display:block;
	color:#333!important
}
.megamenu-content ul li a:hover {
	padding-left:5px
}
.megamenu-content ul li a.newProductMenuBlock:hover, .megamenu-content ul li.productPopItem a:hover {
	padding-left:0
}
.navbar.stuck .brandWrap {
	height:0;
	overflow:hidden
}
}
.navbar-nav>li>a {
	color:#fff;
	font-weight:500;
	font-family:Lato, sans-serif;
	font-size:13px;
	padding:10px 10px
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color:#bce54e;
	background:0 0
}
.search-box {
	float:right;
	height:48px;
	width:38px;
	margin-top:12px
}
.search-box.static-search {
	width:auto
}
.search-box.static-search #search-form {
	padding-right:0
}
.navbar-nav.navbar-right:last-child {
	margin-right:0
}
.search-box .input-group {
	margin-top:10px;
	max-width:34px;
	transition:all .3s ease-out 0s;
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .3s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s
}
.search-box:hover .input-group {
	max-width:183px
}
.search-box .form-control {
	width:0;
	padding:0;
	height:34px;
	border:0;
	opacity:0;
	transition:all .3s ease-out 0s;
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .3s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s
}
.search-box:hover .form-control {
	border:solid 1px #fff
}
.btn-nobg {
	background:0 0;
	color:#c38b33
}
.search-box:hover .btn-nobg {
	background:#fff
}
.search-box.static-search .input-group {
	margin-top:1px;
	transition:all .3s ease-out 0s;
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .3s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s
}
.search-box.static-search .form-control {
	width:auto;
	padding:0;
	height:33px;
	border:solid 1px #fff;
	opacity:1;
	transition:all .3s ease-out 0s;
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .3s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s
}
.search-box.static-search:hover .form-control {
	opacity:1;
	border:solid 1px #fff;
	color:#333;
	background:#fff
}
.search-box.static-search button {
	border:0!important;
	margin:0!important
}
.search-full {
	bottom:0;
	letter-spacing:1px;
	min-height:50px;
	position:absolute;
	right:0;
	text-align:right;
	white-space:nowrap;
	width:100%;
	z-index:10;
	display:none
}
.searchInputBox {
	display:block;
	max-width:90%;
	text-align:right;
	width:100%;
	background:#f5f5f5
}
.search-close {
	background:rgba(0,0,0,.3);
	display:table;
	float:right;
	font-size:32px;
	height:51px;
	padding:0 15px
}
.search-close i {
	display:table-cell;
	vertical-align:middle;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s
}
.search-close:hover i {
	transform:scale(1.15) rotate(-180deg);
	-webkit-transform:scale(1.1) rotate(-180deg);
	-moz-transform:scale(1.1) rotate(-180deg);
	-ms-transform:scale(1.1) rotate(-180deg);
	-o-transform:scale(1.1) rotate(-180deg)
}
.search-input {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:0 none;
	color:#333;
	font-family:sans-serif;
	font-size:20px;
	line-height:1.2;
	margin:0;
	outline:medium none;
	text-align:right;
	padding:13px 10px 13px 15px;
	width:100%;
	max-width:90%;
	background:#f5f5f5
}
.search-input::-webkit-input-placeholder {
color:rgba(255,255,255,.6)
}
.search-input::-moz-input-placeholder {
color:rgba(255,255,255,.6)
}
.searchInputBox .search-btn {
	background:orange none repeat scroll 0 0;
	border:medium none;
	color:rgba(255,255,255,.8);
	padding:17px 10px 13px 12px
}
.search-full.active {
	display:block
}
.navbar-cart {
	border-top:1px solid transparent;
	box-shadow:0 1px 0 rgba(255,255,255,.1) inset;
	max-height:340px;
	overflow-x:visible;
	padding-left:15px;
	padding-right:15px
}
.colorWhite, .colorWhite i {
	color:#fff!important
}
.promo-1 {
	color:#666;
	font-family:Oswald, Helvetica Neue;
	margin-bottom:15px;
	font-weight:lighter;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase
}
.promo-1sub {
	background:#f2f2f2;
	font-size:14px;
	letter-spacing:.5px;
	margin-bottom:15px;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase
}
.dropdown-left .dropdown-menu {
	left:0
}
.cartMenu {
	float:left;
	display:block
}
.cartMenu a.dropdown-toggle {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:12px;
	padding-right:12px;
	color:#000;
	font-size:24px;
	font-weight:400;
	font-family:Lato, sans-serif;
	line-height:20px;
	display:block
}
.cartMenu a.dropdown-toggle:hover i {
	color:#96c841
}
.cartMenu .dropdown-menu {
	padding-bottom:0;
	border-radius:0;
	margin-top:-2px
}
.miniCartTable {
	max-height:300px;
	width:100%;
	display:block;
	overflow-y:auto
}
.miniCartProductThumb {
	text-align:center
}
.cartMenu img {
	width:50px
}
.cartMenu h4 {
	padding-bottom:0;
	font-size:12px!important;
	font-weight:400
}
.miniCartDescription .size {
	color:#888;
	font-size:11px
}
.miniCartDescription .price {
	color:#444;
	font-size:15px;
	font-weight:700
}
.old-price {
	font-size:14px!important;
	font-weight:400;
	text-decoration:line-through;
	color:#999;
	font-weight:200;
	display:block;
	width:100%;
	text-align:left
}
.cartMenu table {
	width:100%;
	height:auto
}
.cartMenu table tr {
	border-bottom:solid 1px #ddd
}
.cartMenu table tr td {
	padding:5px 0
}
.miniCartFooter {
	background:#ecf0f1;
	padding:10px 10px 10px
}
.miniCartFooter .subtotal {
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:normal;
	margin-bottom:0;
	text-transform:uppercase
}
.miniCartFooterInMobile .subtotal {
	font-size:18px;
	color:#666
}
.miniCartTable .mCSB_container {
	margin-right:15px!important
}
.newProductMenuBlock {
	display:block;
	position:relative
}
.ProductMenuCaption {
	position:absolute;
	bottom:0;
	color:#fff;
	text-align:center;
	width:100%;
	padding:5px 0;
	font-weight:600px;
	text-transform:capitalize;
	font-size:16px;
	background:#000;
	background:rgba(0,0,0,.8);
	zoom:1
}
.ProductMenuCaption:nth-child(n) {
	filter:none
}
.ProductMenuCaption i {
	font-size:0;
	transition:all .2s ease-out 0s;
	-webkit-transition:all .2s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s
}
.newProductMenuBlock:hover i {
	font-size:16px
}
.newCollectionUl li {
	font-weight:600
}
.productPopItem {
	border:solid 1px #ddd
}
.productPopItem .productInfo {
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:-50px;
	padding:5px 0;
	position:relative;
	text-align:center;
	width:auto;
	z-index:4
}
.popProImg a {
	display:block;
	max-height:270px;
	overflow:hidden
}
.productPop h4 {
	bottom:0;
	color:#fff;
	font-size:14px;
	line-height:normal!important;
	padding:3px 0 0!important;
	position:absolute;
	width:100%;
	background:#000;
	background:rgba(0,0,0,.8);
	zoom:1
}
.productPop h4:nth-child(n) {
	filter:none
}
.productPop h4 a {
	color:#fff!important
}
.box-pagination {
	position:absolute;
	z-index:20;
	left:10px;
	bottom:10px
}
.swiper-container {
	background:#333
}
.swiper-wrapper {
	background:#fff
}
.swiper-pagination-switch {
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:8px;
	background:#222;
	margin-right:8px;
	opacity:.8;
	border:1px solid #fff;
	cursor:pointer
}
.swiper-visible-switch {
	background:#aaa
}
.swiper-active-switch {
	background:#fff
}
.arrow-left {
	background:url(../../images/arrows.png) no-repeat left top;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:10
}
.arrow-right {
	background:url(../../images/arrows.png) no-repeat left bottom;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:10
}
.swiper-container {
	width:100%;
	height:100%;
	height:490px;
	color:#fff;
	text-align:center
}
.swiper-slide {
	height:100%
}
.swiper-slide .slider-content {
	height:100%;
	display:block
}
.slide-2x {
	width:500px
}
.slide-4x {
	width:500px
}
.slide-1x {
	width:300px
}
.box-4in {
	display:block;
	float:left;
	height:50%;
	width:50%
}
.slider-box-bottom .box-4in, .slider-box-top .box-4in {
	height:100%
}
.box-4in .price, .box-text-table .dealprice {
	display:block;
	font-family:oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:lighter;
	margin-bottom:15px
}
.box-4in .btn {
	min-width:100px!important
}
.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
	bottom:5px;
	right:5px;
	top:auto
}
.box-slider-content {
	display:block;
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden
}
.box-text {
	bottom:100px;
	display:block;
	height:auto;
	left:18%;
	position:absolute;
	width:64%;
	z-index:10
}
.box-text.bottom-align {
	bottom:20px
}
.box-text h1, .box-text-cell-inner h1 {
	font-size:36px;
	letter-spacing:3px;
	font-family:Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase
}
.box-text p, .box-text-cell-inner p {
	font-family:Oswald;
	font-weight:lighter
}
.box-text .btn, .box-text-cell-inner .btn {
	margin-top:10px
}
.box-text-table {
	display:table;
	height:100%;
	width:100%;
	position:absolute;
	z-index:10
}
.box-text-cell {
	display:table-cell;
	height:100%;
	width:100%;
	vertical-align:middle
}
.box-text-cell-inner.dark {
	color:#2c3e50
}
.box-text-cell-inner {
	max-width:70%;
	display:block;
	margin-left:15%
}
.box-content-overly {
	background:rgba(0,0,0,0);
	height:100%;
	position:absolute;
	right:5px;
	top:0;
	visibility:hidden;
	transition:all .2s ease 0s;
	width:100%;
	z-index:5;
	transition:all .2s ease 0s;
	-webkit-transition:all .2s ease 0s;
	-moz-transition:all .2s ease 0s;
	-ms-transition:all .2s ease 0s;
	-o-transition:all .2s ease 0s
}
.box-content-overly.box-content-overly-white {
	opacity:0
}
.box-blank-url {
	display:block;
	height:100%;
	width:100%
}
.slider-box-top .box-content-overly {
	bottom:5px;
	top:auto
}
.box-slider-content:hover .box-content-overly {
	background:rgba(0,0,0,.3);
	visibility:visible
}
.box-slider-content:hover .box-content-overly-white {
	background:rgba(255,255,255,.8);
	visibility:visible;
	opacity:1
}
.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
	opacity:0;
	transition:all .2s ease 0s;
	-webkit-transition:all .2s ease 0s;
	-moz-transition:all .2s ease 0s;
	-ms-transition:all .2s ease 0s;
	-o-transition:all .2s ease 0s
}
.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
	opacity:1;
	display:block;
	color:#2c3e50
}
.box-slider-content .box-img {
	height:100%;
	display:block;
	position:relative;
	z-index:4;
	margin:0 5px 0 0
}
.box-img.last-child-slide {
	margin-right:0
}
.box-slider-content a.box-img img {
	width:100%;
	min-height:100%;
	height:auto
}
.box-slider-content .slider-box-top a.box-img {
	bottom:5px;
	height:100%;
	overflow:hidden
}
.box-4in.a a.box-img, .box-4in.b a.box-img {
	bottom:5px;
	height:100%;
	display:block;
	overflow:hidden
}
.slider-box-top {
	width:100%;
	height:50%;
	display:block;
	overflow:hidden
}
.slider-box-top .box-img {
	bottom:5px
}
.slider-box-bottom {
	width:100%;
	height:50%;
	display:block;
	overflow:hidden
}
h1.bolder-style {
	font-size:80px;
	font-weight:800;
	line-height:80px;
	padding-bottom:0;
	text-shadow:0 1px 3px rgba(0,0,0,.8), 0 0 1px #fff;
	-webkit-text-shadow:0 1px 3px rgba(0,0,0,.8), 0 0 1px #fff;
	text-transform:uppercase
}
h1.bolder-style.light, h1.bolder-style.light a {
	color:#fff
}
h1.bolder-style.dark, h1.bolder-style.dark a {
	color:#2c3e50;
	text-shadow:0 1px 3px rgba(255,255,255,.8), 0 0 1px #2c3e50;
	-webkit-text-shadow:0 1px 3px rgba(255,255,255,.8), 0 0 1px #2c3e50
}
.slider-box-top .bolder-sub a {
	color:#fff;
	font-size:16px;
	font-weight:400;
	letter-spacing:3.5px
}
.box-price-tag {
	position:absolute;
	right:50px;
	bottom:50px;
	z-index:10
}
.box-price-tag .price {
	background:#fff;
	color:#2c3e50;
	font-family:oswald;
	font-size:28px;
	font-weight:400;
	letter-spacing:2px;
	padding:0 10px
}
@media (max-width:991px) {
.swiper-container {
	height:490px
}
.slide-1x, .slide-2x, .slide-4x {
	width:490px
}
.box-text {
	bottom:10%!important
}
.navbar-brand img {
	width:200px!important
}
}
@media (max-width:767px) {
.swiper-container {
	height:350px
}
.slide-1x, .slide-2x, .slide-4x {
	width:350px
}
.box-text {
	bottom:10%
}
.box-text h1, .box-text-cell-inner h1 {
	font-size:26px
}
.btn-stroke-dark, .btn-stroke-light {
	padding:10px 20px;
	min-width:150px
}
h1.bolder-style {
	font-size:50px;
	line-height:50px
}
}
.sliderImg {
	background:url(../../images/site/loading1.gif) center center no-repeat
}
.banner {
	margin-top:-20px;
	-webkit-transition:all .1s ease-out 0s;
	-moz-transition:all .1s ease-out 0s;
	-ms-transition:all .1s ease-out 0s;
	-o-transition:all .1s ease-out 0s;
	transition:all .1s ease-out 0s
}
.banner-boxes {
	margin-top:80px
}
.banner.down {
	margin-top:26px
}
.banner, .slider, .slider-content, .slider-v2 {
	width:100%;
	display:block;
	max-height:540px;
	height:auto;
	overflow:hidden;
	position:relative
}
.slider-item {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden
}
.sliderImg {
	position:relative;
	top:0;
	left:0;
	z-index:1
}
.banner .sliderInfo {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2
}
.banner .sliderInfo .container {
	height:100%;
	dispay:block
}
.sliderText {
	display:block;
	-webkit-transform:translateX(-120px);
	-moz-transform:translateX(-120px);
	-o-transform:translateX(-120px);
	-ms-transform:translateX(-120px);
	transform:translateX(-120px);
	-webkit-transition:opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition:opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition:opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition:opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition:opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity:0;
	-ms-filter:"alpha(Opacity=0)"
}
.sliderText:nth-child(n) {
	filter:none
}
.slider-item.cycle-slide-active .sliderText {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity:1;
	-ms-filter:none;
	filter:none
}
.transformRight {
	display:block;
	-webkit-transform:translateX(120px);
	-moz-transform:translateX(120px);
	-o-transform:translateX(120px);
	-ms-transform:translateX(120px);
	transform:translateX(120px);
	-webkit-transition:opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition:opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition:opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition:opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition:opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity:0;
	-ms-filter:"alpha(Opacity=0)"
}
.slider-item.cycle-slide-active .transformRight {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity:1;
	-ms-filter:none;
	filter:none
}
.transformLeft {
	display:block;
	-webkit-transform:translateX(-120px);
	-moz-transform:translateX(-120px);
	-o-transform:translateX(-120px);
	-ms-transform:translateX(-120px);
	transform:translateX(-120px);
	-webkit-transition:opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition:opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition:opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition:opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition:opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity:0;
	-ms-filter:"alpha(Opacity=0)"
}
.slider-item.cycle-slide-active .transformLeft {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity:1;
	-ms-filter:none;
	filter:none
}
.sliderText .inner {
	padding:20px
}
.sliderText h1 {
	font-size:36px;
	font-weight:lighter
}
.sliderText.dark h1 {
	color:#fff;
	font-weight:900;
	font-family:Raleway, sans-serif
}
.sliderText.dark h1 span {
	font-family:Raleway, sans-serif!important;
	font-weight:300;
	color:#fff;
	text-transform:capitalize!important
}
.slide-link {
	color:#fff;
	letter-spacing:-.25px;
	font-size:16px
}
.sliderText {
	margin-top:15%
}
.sliderText.dark {
	color:#ddd;
	font-family:Raleway, sans-serif
}
.slider-item-img1 {
	background-size:cover
}
.slider-item-img2 {
	background-size:cover
}
.slider-item-img3 {
	background-size:cover
}
#pager2 {
	position:absolute;
	bottom:10px;
	z-index:100;
	width:100%;
	z-index:200;
	margin:0 auto;
	padding:0;
	text-align:center
}
#pager2 span {
	background:#77c466!important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
	display:inline-block;
	height:10px;
	margin:5px;
	text-indent:-9999px;
	width:10px
}
#pager2 span.cycle-pager-active {
	background:#ddd!important
}
.sliderControl {
	position:absolute;
	z-index:200;
	top:45%;
	display:inline-block;
	cursor:pointer;
	background:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#2c3e50;
	padding:0 5px
}
.sliderControl {
	opacity:1
}
.sliderControl:hover:nth-child(n) {
	filter:none
}
.sliderControl:hover {
	background:#fff;
	background:rgba(255,255,255,.6);
	zoom:1
}
.prevControl {
	left:20px;
	-webkit-transform:translateX(-50px);
	-moz-transform:translateX(-50px);
	-o-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	transform:translateX(-50px);
	-webkit-transition:opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition:opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition:opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition:opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition:opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity:0;
	-ms-filter:"alpha(Opacity=0)";
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	line-height:46px
}
.banner:hover .prevControl {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity:1;
	-ms-filter:none;
	filter:none
}
.nextControl {
	right:20px;
	-webkit-transform:translateX(50px);
	-moz-transform:translateX(50px);
	-o-transform:translateX(50px);
	-ms-transform:translateX(50px);
	transform:translateX(50px);
	-webkit-transition:opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition:opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition:opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition:opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition:opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity:0;
	-ms-filter:"alpha(Opacity=0)";
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	line-height:46px
}
.banner:hover .nextControl {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
	opacity:1;
	-ms-filter:none;
	filter:none
}
.sliderText.white {
	background:#fff;
	background:rgba(255,255,255,.8);
	zoom:1
}
.sliderText.white:nth-child(n) {
	filter:none
}
.sliderText h3.price {
	font-weight:lighter;
	font-size:22px;
	font-weight:lighter
}
.sliderTextFull {
	margin-top:4%;
	color:#fff
}
.sliderTextFull h3 {
	font-size:30px;
	line-height:32px;
	margin-top:0;
	color:#222;
	font-weight:300
}
.topAnima {
	opacity:0
}
.cycle-slide-active .topAnima {
	opacity:1;
	animation-name:fadeInUp;
	-webkit-animation-name:fadeInUp;
	animation-duration:1s;
	animation-delay:.3s;
	visibility:visible!important
}
.sliderTextFull .opacity0 {
	opacity:0!important
}
.cycle-slide-active .sliderTextFull .bottomAnima {
	opacity:1!important;
	animation-name:fadeInDown;
	-webkit-animation-name:fadeInDown;
	animation-duration:1s;
	animation-delay:.4s;
	-webkit-animation-duration:1s;
	visibility:visible!important
}
.sliderTextFull .inner.dark {
	display:block;
	margin:0 auto;
	padding:20px 10px;
	width:auto;
	background:#000;
	background:rgba(0,0,0,.8);
	zoom:1
}
.sliderTextFull .inner.dark:nth-child(n) {
	filter:none
}
.blankstyle h1 {
	display:block;
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1px;
	line-height:36px;
	opacity:1;
	padding:0;
	text-transform:uppercase
}
.color-white, .color-white h1, .color-white p {
	color:#fff
}
.color-black, .color-black h1, .color-black p {
	color:#000
}
#pager {
	position:absolute;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:200;
	margin:0 auto;
	padding:0
}
#pager a {
	color:#fff;
	display:block;
	text-shadow:1px 1px 2px rgba(0,0,0,.4);
	float:left;
	font-family:Oswald, Helvetica Neue;
	font-size:15px;
	font-weight:400;
	list-style:none outside none;
	padding:10px 0;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	width:33.333334%;
	background:rgba(0,0,0,.5)
}
#pager a.cycle-pager-active {
	color:#fff
}
.home-intro h2 {
	font-size:20px;
	font-weight:200;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	line-height:24px
}
.home-intro {
	background:#34373b;
	color:#fff;
	padding:15px 0 0
}
.home-intro h2 span {
	color:#ff7f00
}
.sectionCategory {
	background:#34373b;
	padding:60px 0;
	position:relative
}
.sectionCategoryIntro {
	color:#fff;
	max-width:600px;
	margin:0 auto
}
.sectionCategory .container {
	position:relative;
	z-index:5
}
.sectionCategoryIntro h1 {
	font-family:Oswald;
	font-size:22px;
	font-weight:lighter;
	letter-spacing:2px;
	margin-bottom:0;
	padding-bottom:5px;
	text-transform:uppercase
}
.sectionCategoryIntro p {
	color:#ddd
}
.sectionCategory .subCategoryThumb {
	height:100px!important
}
.owl-theme .owl-controls .owl-page span {
	box-shadow:0 1px 2px rgba(0,0,0,.4) inset
}
.show-case-wrapper {
	margin:0 auto 30px;
	float:none
}
#productShowCase .owl-controls {
	margin-top:0
}
.product-slide-inner {
	margin-top:12%;
	display:block;
	max-width:98%
}
@media (max-width:767px) {
.product-slide-inner {
	display:block;
	max-width:98%;
	margin:5% auto 0;
	text-align:center
}
#productShowCase .owl-controls {
	margin-top:10px
}
}
#productShowCase .btn-stroke-dark i {
	font-size:0;
	transition:font .3s ease
}
#productShowCase .btn-stroke-dark:hover i {
	font-size:inherit
}
#productShowCase .details-description {
	margin-bottom:15px
}
.product-slide-left {
	text-align:center
}
.product-slide-img {
	display:block;
	text-align:center
}
.product-slide-img img {
	display:block;
	text-align:center;
	margin:0 auto
}
#productShowCase .product-title {
	font-family:oswald;
	font-size:24px;
	font-weight:400;
	letter-spacing:.25px;
	line-height:36px;
	margin-bottom:0
}
.ps-nav {
	display:block;
	font-size:68px;
	height:auto;
	position:absolute;
	text-align:center;
	top:38%;
	width:auto;
	text-shadow:0 1px 0 rgba(0,0,0,.25)
}
#ps-next {
	right:0
}
#ps-prev {
	left:0
}
.boxes-title-1 {
	background:#ebebeb;
	font-family:Oswald;
	font-weight:400;
	letter-spacing:1px;
	margin-bottom:30px;
	padding:7px 0;
	text-align:center
}
.featuredImgLook2 .inner {
	border:solid 1px #ddd;
	padding:10px
}
.featuredImgLook2 .inner:hover {
	border:solid 1px #4ec67f
}
.img-link {
	display:block;
	overflow:hidden
}
.img-link img {
	width:100%
}
.featuredImgLook2 h3 {
	color:#2c3e50;
	font-weight:600;
	padding:20px 0;
	text-transform:uppercase
}
.featuredImgLook2 h3 span {
	color:#eb5e58;
	display:block;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:1px;
	text-transform:uppercase
}
.featuredImgLook2 .btn-link {
	border-radius:0;
	color:#7f8c8d;
	cursor:pointer;
	font-weight:400;
	text-transform:uppercase
}
.featuredImgLook2 p {
	color:#7f8c8d;
	margin-bottom:20px
}
@media(max-width:991px) {
.featuredImgLook2 .col-md-3 {
	margin-bottom:30px
}
}
@media(max-width:460px) {
.featuredImgLook2 .col-md-3 {
	width:100%
}
}
#imageShowCase {
	display:block;
	clear:both
}
#imageShowCase .product-slide h1 {
	text-transform:uppercase
}
#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
	opacity:1
}
.featuredImageLook3 .inner {
	display:block;
	position:relative;
	margin-bottom:30px
}
.image-show-case-wrapper .ps-nav {
	opacity:0;
	transform:scale(1.15);
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s
}
.image-show-case-wrapper:hover .ps-nav {
	transform:scale(1);
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1)
}
.featuredImageLook3 .inner .box-content-overly-white {
	right:0;
	text-align:center
}
.submini {
	height:2px;
	max-width:50px;
	margin:15px auto;
	background:#2c3e50;
	box-shadow:none;
	border:none
}
.featuredImageLook3 .inner .img-title {
	background:none repeat scroll 0 0 rgba(0,0,0,.8);
	padding:10px 0;
	bottom:0;
	color:#fff;
	display:block;
	font-size:20px;
	font-family:Oswald;
	font-weight:400;
	letter-spacing:3px;
	position:absolute;
	text-align:center;
	text-shadow:1px 0 2px #555;
	text-transform:uppercase;
	width:100%;
	z-index:100;
	transition:opacity .2s linear, visibility .2s linear
}
.featuredImageLook3 .inner:hover .img-title {
	visibility:hidden;
	opacity:0
}
.img-block {
	display:block;
	overflow:hidden
}
.featuredImageLook3 .inner .box-text-cell-inner h1 {
	font-size:20px
}
.featuredImageLook3 .inner:hover .box-content-overly-white {
	opacity:1;
	background:rgba(255,255,255,.8);
	visibility:visible
}
.image-show-case-wrapper .owl-pagination {
	margin-top:-40px!important;
	position:relative;
	text-align:center;
	z-index:50;
	margin-bottom:40px
}
.product-slide .box-content-overly {
	text-align:center;
	visibility:visible;
	color:#fff
}
@media (max-width:650px) {
.featuredImageLook3 .inner .box-text-cell-inner h1 {
	font-size:18px;
	margin-bottom:0;
	padding-bottom:0
}
.featuredImageLook3 .inner .box-text-cell-inner p {
	margin-bottom:0;
	padding-bottom:0;
	font-size:14px
}
hr.submini {
	margin-top:5px;
	margin-bottom:5px
}
featuredImageLook3 .inner .img-title {
	font-size:18px;
	letter-spacing:2px
}
}
@media (max-width:500px) {
.featuredImageLook3 .box-content-overly {
	display:none
}
.featuredImageLook3 .inner .img-title {
	font-size:16px;
	letter-spacing:1px
}
}
.section-block {
	margin-bottom:30px
}
.section-title {
	font-size:22px;
	line-height:24px;
	margin:30px 0 30px;
	padding:0
}
.section-title span {
	color:#3d3d3d;
	display:inline-block;
	width:auto;
	font-family:Lato, sans-serif;
	font-weight:300;
	font-size:28px
}
.bara {
	padding:30px 10px
}
.section-title.style2, .style2 .section-title {
	font-size:25px;
	font-weight:700;
	line-height:28px;
	margin:0;
	padding:0;
	position:relative;
	border:none;
	color:#000;
	text-transform:uppercase
}
.section-title-style2, .section-title.style2 {
	position:relative
}
.section-title-style2:after, .section-title.style2:after, .style2 .section-title:after {
	content:"";
	display:block;
	height:1px;
	margin-left:20%;
	position:absolute;
	top:28px;
	width:60%;
	z-index:1
}
.section-title-style2 span, .section-title.style2 span {
	display:inline-block;
	position:relative;
	width:auto;
	z-index:2
}
, .section-title.style2 span, .style2 .section-title span {
color:#2c3e50;
display:table;
position:relative;
z-index:2;
background:#fff;
padding:5px 15px;
text-align:center;
text-transform:uppercase;
width:auto;
margin:0 auto
}
.productslider {
	width:100%;
	display:block
}
#productslider .item {
	background:#fff
}
#productslider .owl-item {
	background:#fff;
	border-right:solid 1px #ddd!important;
	padding:10px
}
#productslider .owl-wrapper-outer {
	border:solid 1px #ddd!important
}
.item {
	display:block;
	height:auto;
	transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s
}
#SimilarProductSlider .item {
	height:auto!important
}
.product {
	display:block;
	height:auto;
	transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
	background:#fff;
	padding:10px 7px;
	margin:5px
}
.product:hover {
	background:#fff
}
.add-fav {
	border-radius:5px;
	height:30px;
	line-height:31px;
	position:absolute;
	right:14px;
	bottom:15px;
	text-align:center;
	width:30px;
	z-index:10;
	background:#222;
	color:#fff
}
.list-view .product .add-fav {
	right:40px;
	top:8px
}
.add-fav i {
	webkit-transform:scale(1) rotate(0);
	-moz-transform:scale(1) rotate(0);
	-o-transform:scale(1) rotate(0);
	-ms-transform:scale(1) rrotate(0);
	transform:scale(1) rotate(0);
	transition:all .3s ease
}
.add-fav:active i {
	webkit-transform:scale(.85) rotate(0);
	-moz-transform:scale(.85) rotate(4deg);
	-o-transform:scale(.85) rotate(0);
	-ms-transform:scale(.85) rrotate(0);
	transform:scale(.85) rotate(4deg)
}
.item.list-view .item h4 {
	max-height:none
}
.item.list-view .grid-description {
	display:none
}
.list-description {
	display:none
}
.item.list-view .list-description {
	display:block
}
.item.list-view {
	display:block;
	height:auto;
	width:100%!important;
	overflow:hidden;
	width:100%;
	margin-bottom:20px
}
.item.list-view .image {
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	max-height:260px;
	max-width:200px;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	padding-right:20px;
	background:#fff
}
.item.list-view .image a {
	display:block;
	max-height:100%;
	height:100%;
	max-height:100%!important
}
.item.list-view .image img {
	max-height:260px;
	width:auto!important
}
.item.list-view h4 {
	height:auto;
	margin:45px 0 5px;
	font-size:24px
}
.item.list-view h4 a {
	font-weight:600
}
.item.list-view .description {
	text-align:right
}
.item.list-view .description p {
	text-align:right;
	max-height:200px;
	min-height:10px
}
.item.list-view .price {
	font-size:22px;
	text-align:right
}
.item.list-view .action-control {
	text-align:right
}
.item.list-view .product {
	padding-right:20px;
	min-height:260px;
	border:1px solid #eee
}
.item:hover .action-control {
	border-bottom-color:#fff
}
.product-box .item {
	margin:0 10px
}
.product-box .item:hover {
	box-shadow:0 0 25px rgba(0,0,0,.15);
	background:#fff
}
.image {
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100%;
	max-height:240px;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s
}
.image a {
	display:block;
	overflow:hidden
}
.image a img {
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	max-height:240px;
	margin:0 auto;
	width: 250px;
	height: 200px;
}
.product:hover .image a img {
	transform:scale(1.15) rotate(-1.5deg);
	-webkit-transform:scale(1.1) rotate(-1.5deg);
	-moz-transform:scale(1.1) rotate(-1.5deg);
	-ms-transform:scale(1.1) rotate(-1.5deg);
	-o-transform:scale(1.1) rotate(-1.5deg)
}
.promotion {
	position:absolute;
	z-index:10;
	left:0;
	height:20px;
	width:auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	top:0
}
.description {
	margin:0 5px 0 5px;
	min-height:35px;
	text-align:left
}
.promotion {
	line-height:18px
}
.new-product {
	color:#fff;
	display:inline-block;
	float:left;
	font-size:14px;
	font-weight:lighter;
	height:100%;
	padding:3px 10px;
	background:#eb5e58!important
}
.discount {
	background:#f2fef2;
	border-radius:3px;
	color:#51aa1b;
	display:inline-block;
	float:left;
	font-size:12px;
	font-weight:lighter;
	height:100%;
	padding:3px 5px;
	border:solid 1px #51aa1b;
	line-height:12px;
	font-weight:600
}
.item h4 {
	margin:0;
	min-height:25px;
	height:46px;
	overflow:hidden;
	display:block;
	line-height:13px;
	margin:25px 0 0;
	padding:0
}
.item h4 a {
	color:#2c3e50;
	font-family:Raleway, sans-serif;
	font-weight:400;
	text-decoration:none
}
.description p {
	color:#7f8c8d;
	font-size:14px;
	min-height:40px;
	max-height:90px;
	overflow:hidden;
	line-height:18px
}
.price {
	font-size:18px;
	font-weight:700;
	color:#2c3e50;
	float:left;
	width:60%
}
.action-control {
	border:0;
	display:block;
	height:auto;
	padding:5px 0 10px;
	width:100%
}
.action-control a {
	cursor:pointer
}
.cart a {
	font-size:20px;
	color:#2c3e50;
	margin:0 0;
	display:inline-block;
	transition:all .3s ease-out 0s;
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .13s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s
}
.load-more-block {
	padding-bottom:30px;
	position:relative
}
.load-more-block .btn-thin {
	background:#fff;
	z-index:2;
	position:relative
}
.load-more-block:after {
	background:none repeat scroll 0 0 #ddd;
	content:"";
	display:block;
	height:1px;
	margin-left:30%;
	position:absolute;
	top:18px;
	width:40%;
	z-index:1
}
.featureImg a {
	display:block;
	overflow:hidden
}
.featureImg a img {
	transition:all .4s ease 0s;
	-webkit-transition:all .4s ease 0s;
	-moz-transition:all .4s ease 0s;
	-o-transition:all .4s ease 0s;
	-ms-transition:all .4s ease 0s
}
.featureImg a img:hover {
	transform:scale(1.1) rotate(-1.1deg);
	-webkit-transform:scale(1.1) rotate(-1.1deg);
	-moz-transform:scale(1.1) rotate(-1.1deg);
	-ms-transform:scale(1.1) rotate(-1.1deg);
	-o-transform:scale(1.1) rotate(-1.1deg)
}
.parallax-section {
	width:100%;
	display:block;
	clear:both;
	height:auto
}
.parallax-image-1 {
	background:url(../../default/images/parallax/parallax.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed
}
.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
	background-attachment:scroll!important
}
.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios {
	background-size:100% auto!important;
	background-attachment:scroll!important;
	background-position:center center
}
.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
	background-size:cover!important;
	background-attachment:scroll!important;
	background-position:center center
}
.parallax-image-1.isios {
	background-color:#734e48;
	background-repeat:no-repeat
}
.parallax-image-2.isios {
	background-size:auto 100%!important
}
.parallaxPrce {
	font-size:52px;
	color:#fff
}
.parallax-content h2 {
	color:#fff;
	display:inline-block;
	font-size:32px;
	line-height:32px;
	margin:0 auto;
	max-width:900px;
	padding:5px 10px;
	text-align:center
}
.parallax-content h3 {
	color:#ddd;
	display:inline-block;
	font-size:20px;
	font-weight:lighter;
	margin-bottom:20px;
	max-width:900px;
	padding:0 10px;
	text-align:center
}
.btn-discover {
	background:none repeat scroll 0 0 rgba(0,0,0,0);
	border:2px solid #fff;
	border-color:rgba(255,255,255,.7);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	color:#fff;
	font-size:22px;
	padding:10px 57px;
	text-decoration:none;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}
.btn-discover:hover {
	color:#fff;
	border-color:rgba(255,255,255,.7)
}
.parallax-content {
	text-align:center;
	padding:100px 0
}
.brand-carousel li {
	float:left;
	display:inline-block;
	margin:10px
}
.brand-carousel li img {
	max-width:100%;
	width:100%
}
.carousel-nav {
	font-size:26px;
	margin-left:10px;
	padding-bottom:3px;
	padding-top:3px
}
.parallax-image-2 {
	background:url(../../default/images/slider/banner2.jpg) fixed;
	background-attachment:fixed;
	background-size:cover
}
.parallax-section-overley {
	height:100%;
	background:rgba(74,24,96,.7);
	text-shadow:0 1px 1px rgba(0,0,0,.33)
}
h1.xlarge {
	color:#333;
	font-size:44px;
	font-weight:800;
	padding-bottom:0;
	line-height:normal
}
h1.xlarge span {
	color:#ca0016
}
h1.x2large {
	color:#fff;
	font-size:56px;
	line-height:normal;
	font-weight:800;
	padding-bottom:0;
	text-shadow:0 1px 3px rgba(0,0,0,.8), 0 0 1px #fff;
	text-transform:uppercase
}
h5.parallaxSubtitle {
	font-size:20px;
	font-weight:200;
	color:#fff
}
.gap {
	height:30px;
	width:100%;
	clear:both;
	display:block
}
.footer {
	background:#fff;
	height:auto;
	position:relative;
	width:100%
}
.footer p {
	margin:0
}
.footer img {
	max-width:100%;
	width: 56px;
	height: 55px;
}
.footer h3 {
	color:#434242;
	font-size:18px;
	font-weight:400;
	line-height:27px;
	margin-top:20px
}
.footer ul {
	font-size:13px;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-top:15px;
	color:#666
}
.footer ul li a {
	padding:0 0 5px 0;
	display:inline-block
}
.footer a {
	color:#666
}
.supportLi h4 {
	font-size:20px;
	font-weight:lighter;
	line-height:normal;
	margin-bottom:0!important;
	padding-bottom:0
}
.newsLatterBox input#appendedInputButton {
	background:#fff;
	display:inline-block;
	float:left;
	height:30px;
	clear:both;
	width:100%
}
.newsLatterBox .btn {
	border:medium none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	height:40px;
	padding:0;
	width:100%;
	color:#fff;
	background:#4a2260
}
.newsLatterBox {
	overflow:hidden
}
.bg-gray {
	background-image:-moz-linear-gradient(center bottom, #bbb 0, #f0f0f0 100%);
	box-shadow:0 1px 0 #b4b3b3
}
.social li {
	background:none repeat scroll 0 0 #ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	float:left;
	height:25px;
	line-height:24px;
	margin:0 8px 0 0;
	padding:0;
	text-align:center;
	width:25px;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s
}
.social li a {
	color:#fff
}
.social li:hover {
	background:#333
}
.social li a i {
	font-size:12px;
	color:#fff
}
.footer-bottom {
	background:#fff;
	padding-top:15px;
	padding-bottom:15px
}
.footer-bottom p.pull-left {
	padding-top:6px
}
.paymentMethodImg img {
	margin-left:5px
}
.stuck {
	box-shadow:0 0 15px #ccc;
	min-height:60px!important;
	margin-top:0!important
}
.stuck .navbar-nav {
	margin-top:5px
}
footer ul li a:hover {
	color:#96cd00
}
.miniCartDescription a, .miniCartQuantity a, .remove_link {
	color:#666
}
.inner-box {
	background:#fff;
	border-radius:3px;
	padding:20px;
	box-shadow:0 0 5px #eee
}
.breadcrumb {
	border:1px solid #ddd;
	background:#fff
}
.breadcrumb li a {
	color:#98ce06
}
.main-container {
	min-height:580px
}
.subCategoryList .thumbnail {
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in
}
.tree .dropdown-menu {
	position:relative!important;
	float:none!important;
	box-shadow:none!important;
	border-right:0!important;
	border-bottom:0!important;
	border-top:0!important
}
.open-tree>.dropdown-menu {
	display:block
}
.dropdown-menu-tree {
	display:none;
	margin-bottom:20px
}
.open-tree>.dropdown-menu-tree {
	display:block
}
.tree>li.active>a, .tree>li.active>a:focus, .tree>li.active>a:hover {
	background:#f5f5f5;
	color:#222
}
.tree>li.active>a {
	border-bottom:solid 1px #ddd;
	border-radius:0
}
.nav-stacked.tree>li a:hover {
	color:#333;
	font-weight:700
}
.tree>.active>a>.badge {
	background:#4a2260;
	color:#fff
}
.category-level-2 {
	margin-left:13px;
	margin-top:15px
}
.category-level-2 li {
	margin-top:5px
}
.category-level-2 li a {
	font-weight:400!important;
	padding:2px 15px
}
.category-level-2 li a:hover {
	color:#98ce06!important
}
.category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a, .category-level-2 li a.active {
	font-weight:700!important;
	color:#93c73e
}
.priceFilterBody .form-inline .form-group {
	max-width:30%;
	float:left
}
.priceFilterBody .sp {
	padding:10px
}
.subCategoryThumb {
	height:80px;
	display:block;
	max-width:100%;
	overflow:hidden;
	margin-bottom:15px
}
.subCategoryThumb img {
	max-width:100%
}
.subCategoryList {
	margin-top:30px;
	overflow:hidden
}
.color-details {
	border-top:1px solid #ddd;
	padding-top:10px
}
.productFilter {
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	clear:both;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px
}
.productFilter p {
	display:block;
	font-size:14px;
	margin-top:6px
}
.change-view {
	margin-right:10px
}
.subCategoryTitle {
	font-size:13px;
	color:#444;
	font-weight:600
}
.change-view a {
	border:1px solid #ccc;
	display:inline-block;
	font-size:18px;
	font-weight:400;
	height:34px;
	line-height:23px;
	margin-left:5px;
	overflow:hidden;
	padding:5px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px
}
.productFilter input, .productFilter select {
	font-size:13px
}
.categoryFooter {
	border-top:solid 1px #eee;
	padding-top:20px;
	margin-top:-20px
}
.nav-stacked>li {
	border-bottom:solid 1px #eee
}
.nav-stacked>li a {
	font-size:13px;
	border-radius:0
}
.nav-stacked>li a:hover {
	color:#333
}
.nav-stacked>li.active, .nav-stacked>li.active a {
	color:#222;
	transition:all .2s ease-in;
	font-weight:700
}
.panel-title {
	color:inherit;
	font-size:16px;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	color:#fff;
	font-size:15px
}
.clearFilter {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	line-height:normal;
	padding:2px 5px;
	text-transform:capitalize
}
.labelRounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px
}
.clearFilter:hover {
	opacity:.7
}
.collapseWill i {
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	margin-right:5px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	font-size:14px;
	font-weight:300;
	color:#f82369;
	margin-right:10px
}
.collapseWill.pressed i {
	margin-right:5px;
	-webkit-transform:rotate(0);
	-moz-transform:rotate(0);
	-o-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0)
}
.minus {
	display:block
}
.collapseWill .minus {
	display:none!important
}
.collapseWill.collapsed .minus {
	display:none!important
}
.color-filter small {
	border:1px solid #ddd;
	display:inline-block;
	height:14px;
	margin:0 3px 0 1px;
	width:14px
}
.categoryFilter {
	padding-bottom:20px;
	border-bottom:solid 1px #ddd;
	margin-bottom:20px;
	display:block;
	width:100%;
	height:50px
}
.categoryFilter .minict_wrapper {
	max-width:180px;
	max-height:28px;
	height:28px!important
}
.categoryFilter .minict_wrapper input {
	height:28px!important;
	font-size:12px!important
}
.categoryFilter .minict_wrapper ul li {
	font-size:12px!important
}
.nav-tabs>li, .nav-tabs>li.active {
	background:0 0
}
.nav-tabs>li>a {
	border:0;
	border-radius:0
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a {
	color:#fff!important;
	border:0;
	border-radius:0;
	background:#98ce06
}
.sp-wrap {
	border:none!important
}
.sp-thumbs {
	text-align:center!important
}
.sp-large a img {
	width:100%
}
.sp-wrap {
	z-index:10;
	width:100%;
	background:0 0!important
}
.sp-large {
	max-width:90%
}
.sp-thumbs {
	position:absolute;
	right:0!important;
	text-align:left;
	bottom:140px!important;
	width:100px!important;
	z-index:70
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	border:2px solid #eee;
	display:inline-block;
	margin-bottom:10px;
	float:right;
	margin-right:0!important;
	transition:margin .2s ease 0s
}
.sp-current, .sp-thumbs a:active, .sp-thumbs a:hover, sp-current:visited {
	border:2px solid #785343!important
}
.sp-thumbs a:hover {
	margin-right:4px!important
}
.sp-thumbs img {
	height:auto!important;
	width:100px!important
}
.style2 .sp-thumbs {
	top:0!important;
	width:19%!important
}
.style2 .sp-thumbs img {
	height:100px!important;
	max-width:100%
}
.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
	float:left!important;
	width:100%
}
.style2 .sp-large {
	border:1px solid #ddd;
	max-width:80%;
	text-align:center
}
.product-title {
	font-size:25px;
	font-weight:500;
	letter-spacing:.25px;
	line-height:1;
	margin-bottom:0;
	text-transform:capitalize
}
.product-price {
	color:#333;
	font-size:15px;
	font-weight:700;
	padding-right:10px;
	line-height:12px;
	display:block;
	width:100%;
	text-align:left;
	margin:0 0 15px 0
}
.price-standard {
	color:#999;
	font-size:16px;
	font-weight:400;
	text-decoration:line-through
}
.product-code {
	font-family:oswald, Helvetica Neue, Arial, sans-serif;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:1px;
	margin:0 0 5px;
	padding:0;
	text-transform:uppercase
}
.nav-tabs {
	margin-bottom:20px;
	border-bottom:3px solid #98ce06
}
.product-tab {
	width:100%;
	display:inline-block;
	clear:both;
	background:#fff;
	padding:10px
}
.nav-tabs li a {
	font-family:Oswald, sans-serif;
	font-size:14px;
	font-weight:200;
	letter-spacing:2px;
	margin:0;
	text-transform:uppercase
}
.color-details {
	margin-top:14px
}
.swatches {
	margin:.5em 0;
	padding-left:0
}
.swatches li {
	border:2px solid #fff;
	display:inline-block;
	margin:2px 1px;
	vertical-align:top;
	list-style:none
}
.swatches .selected, .swatches li:hover {
	border:2px solid #b2b2b2
}
.swatches a {
	background-position:center center;
	background-repeat:no-repeat;
	border:2px solid #fff;
	box-shadow:1px 1px 2px #c5c5c5;
	display:block;
	height:33px;
	text-align:center;
	transition:all .25s ease 0s;
	width:33px
}
.swatches a img {
	height:29px;
	width:29px
}
.filterBox {
	display:inline-block;
	margin-right:20px
}
.cart-actions {
	margin-top:0;
	margin-bottom:10px;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #ddd;
	padding-bottom:12px;
	clear:both
}
.cart-actions .btn-cart, .cart-actions .wishlist, .cart-actions button {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	color:#fff;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
	line-height:1em;
	margin:0 20px 0 0;
	padding:14px 20px;
	text-transform:uppercase;
	transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-webkit-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	-ms-transition:all .25s ease 0s
}
button.first {
	margin-right:20px;
	margin-bottom:10px
}
.cart-actions .wishlist {
	background:#333;
	line-height:1em;
	text-decoration:none;
	border:solid 2px #222
}
.cart-actions .wishlist:hover {
	background:#fff;
	color:#666;
	border:solid 2px #ccc
}
.incaps {
	display:block;
	float:left;
	font-family:Oswald, sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	margin:15px 20px 0 0;
	text-transform:uppercase
}
.incaps i {
	font-size:20px
}
.color-in {
	color:#4cc94a
}
.color-out {
	color:red
}
.product-share {
	border-bottom:1px solid #ddd;
	clear:both;
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:14px;
	width:100%
}
.socialIcon a {
	background:#ccc;
	color:#fff;
	display:inline-block;
	font-size:22px;
	padding:6px 3px;
	margin-right:10px;
	text-align:center;
	width:35px;
	transition:all .15s ease-in-out 0s;
	-moz-transition:all .15s ease-in-out 0s;
	-webkit-transition:all .15s ease-in-out 0s;
	-o-transition:all .15s ease-in-out 0s;
	-ms-transition:all .15s ease-in-out 0s
}
.socialIcon a:hover {
	color:#fff
}
.recommended {
	border-top:solid 4px #98ce06;
	margin-top:20px;
	padding-top:20px;
	margin-bottom:20px
}
.recommended h1 {
	text-align:center;
	margin-bottom:0;
	padding-bottom:0
}
#SimilarProductSlider .item {
	padding:30px 0 0;
	margin:10px;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center
}
.recommended .description {
	min-height:70px
}
.product-image {
	max-width:100%
}
.product-image img {
	max-width:100%
}
#SimilarProductSlider .product-image img {
	max-height:200px
}
.quanitySniper {
	height:30px;
	padding:0;
	text-align:center;
	width:40px
}
tr.CartProduct td {
	text-align:center
}
tr.CartProduct td:nth-child(2) {
	text-align:left
}
.cartTable {
	border-top:solid 1px #ebedef
}
.cartTableHeader {
	background:#f5f5f5
}
.cartFooter {
	padding:20px;
	border-top:solid 1px #eee;
	background:#f5f5f5;
	display:inline-block;
	width:100%
}
#cart-summary tr td:nth-child(2) {
	text-align:right
}
.caps {
	border-top:0 none;
	font-weight:400;
	line-height:24px;
	margin:0 0 16px;
	overflow:hidden;
	padding:0 0 16px;
	text-align:right;
	text-transform:uppercase
}
.rightSidebar #cart-summary {
	margin-top:0
}
.rightSidebar #cart-summary tr:first-child td {
	border:none
}
.cartMiniTable {
	padding:10px;
	background:#fff
}
.rightSidebar img {
	max-width:100%
}
.categoryListPanel {
	background:#ebedef
}
.section-title-inner span i {
	color:#96cd00;
	margin-right:10px
}
.contentBox {
	margin-bottom:15px
}
.rightSidebar .product-image img {
	float:left;
	max-width:100%;
	width:90px;
	margin-right:10px
}
.rightSidebar .product {
	padding:10px 0
}
.rightSidebar .item {
	border-bottom:1px solid #ddd;
	margin-bottom:0
}
.rightSidebar .item h4 {
	margin-top:0
}
.item h4 a {
	font-weight:500;
	font-size:14px;
	color:#2d2d2d;
	text-transform:uppercase;
	line-height:20px
}
.couponForm input[type=text] {
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	height:33px
}
.couponForm .btn {
	border-radius:0 3px 3px 0
}
p.success div.success, span.success {
	color:#8bb418
}
#total-price {
	font-size:22px;
	font-weight:700
}
.orderStep {
	clear:both;
	display:inline-block;
	height:auto;
	padding:0;
	margin-bottom:30px;
	width:100%
}
.orderStep li {
	display:inline-block;
	float:left;
	height:auto;
	margin:0;
	min-height:55px;
	padding:0;
	width:20%
}
.orderStep li.active a {
	color:#fff;
	background:#91c63a
}
.orderStep li.active a {
	position:relative
}
.orderStep li.active a:after {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(136,183,213,0);
	border-width:10px;
	margin-left:-10px
}
.orderStep li.active a::after {
	border-top-color:#91c63a!important
}
.orderStep li a {
	background:#eff0f2;
	display:inline-block;
	font-size:14px;
	height:100%;
	line-height:normal;
	padding:20px 0 0;
	text-align:center;
	vertical-align:middle;
	width:100%;
	text-transform:uppercase;
	font-size:13px
}
.orderStep li a i {
	background:rgba(0,0,0,.05)
}
.orderStep li.active a i {
	background:rgba(0,0,0,.1);
	color:#fff
}
.orderStep li a i {
	border-radius:0;
	display:block;
	font-size:20px;
	height:auto;
	left:0;
	line-height:40px;
	margin-top:-20px;
	padding:0;
	text-align:center;
	width:auto;
	float:none!important
}
.orderStep li a span {
	display:block;
	padding:5px 0
}
.paymentBox {
	margin-bottom:30px;
	display:block
}
.checkoutReview .CartProductThumb a img {
	width:50px
}
.myAccountList li {
	text-align:center
}
.myAccountList li a {
	font-size:14px;
	display:block
}
.myAccountList .thumbnail {
	padding:10px 0 0
}
.myAccountList .thumbnail:hover {
	background:#f5f5f5
}
.myAccountList li a i {
	display:block;
	clear:both;
	font-size:44px;
	margin-bottom:10px
}
.block-title-2, .formBox h3, h2.block-title-2 {
	border-bottom:1px solid #cecece;
	font-size:17px;
	font-weight:700;
	margin:0 0 15px;
	padding:10px 0;
	position:relative;
	text-transform:uppercase
}
.panel-footer-address .btn {
	margin-right:5px
}
.CartProductThumb a img {
	width:86px;
	max-width:100%
}
tr.CartProduct {
	border-bottom:1px solid #e7e9ec
}
tr.CartProduct td {
	padding:10px 0
}
.cartTableHeader {
	text-transform:uppercase;
	font-weight:700;
	font-size:14px
}
.innerPage {
	padding-top:30px
}
.parallaxOffset {
	margin-top:-21px;
	-webkit-transition:all .1s ease-out 0s;
	-moz-transition:all .1s ease-out 0s;
	-ms-transition:all .1s ease-out 0s;
	-o-transition:all .1s ease-out 0s;
	transition:all .1s ease-out 0s
}
.parallaxOffset.down {
	margin-top:28px
}
.parallax-image-aboutus {
	background:url(../../default/images/site/about-bg.jpg) no-repeat 50% -80px fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	overflow:hidden
}
.parallax-image-aboutus .parallax-content {
	padding:150px 0
}
.title-big {
	font-size:48px;
	font-weight:700;
	margin-bottom:15px
}
.padding-top-30 {
	padding-top:30px
}
.form-newsletter input {
	margin-bottom:20px
}
.hr30 {
	margin-top:30px;
	margin-bottom:30px
}
.hr40 {
	margin-top:40px;
	margin-bottom:40px
}
.whitebg {
	background:#fff;
	display:block
}
.fixedContent {
	position:fixed;
	top:0;
	width:100%;
	display:block
}
.wrapper.contact-us {
	background:#edeef0;
	display:block;
	position:relative;
	width:100%;
	z-index:4
}
.h1error {
	font-size:80px;
	font-weight:700;
	margin:0 auto;
	padding:20px;
	text-align:center
}
.err404 {
	font-weight:lighter
}
.pace .pace-progress {
	background:#fff;
	background:rgba(255,255,255,.8);
	position:fixed;
	z-index:2000;
	top:0;
	left:0;
	height:2px;
	-webkit-transition:width 1s;
	-moz-transition:width 1s;
	-o-transition:width 1s;
	transition:width 1s
}
.pace-inactive {
	display:none
}
.btn-primary, .product:hover .add-fav.active, .product:hover .add-fav:hover {
	background-color:#99cf09;
	color:#fff;
	border-color:#8fc208
}
.transitionfx {
	display:block;
	padding:20px 0;
	border-bottom:solid 5px #ddd
}
table {
	background-color:#fff
}
.clr {
	clear:both
}
.p-detail {
	background:#623d2d none repeat scroll 0 0;
	border-bottom:2px dotted;
	border-radius:3px 3px 0 0;
	color:#fff;
	margin-bottom:-1px;
	padding-top:10px;
	text-align:center;
	text-transform:capitalize
}
.panel-heading-custom .panel-title a {
	display:block
}
.panel-heading-custom .panel-title a:hover {
	color:#000
}
.grid-description {
	display:none
}
.size {
	display:none
}
.list-view .size {
	display:block
}
.addto .button {
	margin-bottom:5px
}
.site-color {
	color:#c38b33!important
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	background-color:#333;
	border-color:#222;
	color:#fff
}
.cart-actions button {
	background:#98ce06 none repeat scroll 0 0;
	border:2px solid #84af3c
}
.pagination>li>a, .pagination>li>span {
	color:#666
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#61ad50;
	border-color:#61ad50
}
.contact-form, .contact-info {
	display:block;
	margin-bottom:20px
}
.contact-form h2, .contact-info h2 {
	border-bottom:1px solid #ddd;
	color:#333;
	margin-top:25px;
	padding-bottom:10px;
	text-transform:uppercase
}
.form-horizontal .form-group-lg .control-label {
	color:#666;
	font-size:14px;
	font-weight:400;
	padding-top:11px;
	text-align:left
}
.form-horizontal .form-group-lg .form-control, .input-lg {
	border-radius:3px;
	font-size:14px;
	height:43px
}
.form-control:focus {
	border-color:#93c73f
}
.cont-add dl {
	border-bottom:1px solid #eee;
	padding-bottom:20px
}
.cont-add dt {
	clear:left;
	color:#77c466;
	float:left;
	font-size:25px;
	line-height:47px;
	overflow:hidden;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:70px
}
.cont-add dd {
	color:#666;
	font-size:14px;
	line-height:24px;
	margin-left:85px
}
.dt-sc-social-icons {
	display:block;
	line-height:0;
	margin:0;
	padding:0;
	text-align:center
}
.dt-sc-social-icons li {
	display:inline-block;
	margin:0 2px;
	position:relative
}
.dt-sc-social-icons li a {
	width:50px;
	height:50px;
	line-height:50px;
	background:#c9984b;
	color:#fff;
	display:block;
	font-size:20px
}
.dt-sc-social-icons li a:hover {
	background:#333
}
.account-menu {
	display:block;
	background:#fff;
	padding:10px
}
.account-menu li {
	display:block;
	border-bottom:solid 1px #f1f1f1
}
.account-menu li:last-child {
	border:none
}
.account-menu li a {
	display:block;
	font-size:16px;
	line-height:30px;
	padding:10px;
	color:#333
}
.account-menu li a i {
	color:#93c705;
	margin-right:10px
}
.account-menu li a:hover, .account-menu li.active a {
	background:#93c705;
	color:#fff
}
.account-menu li a:hover i, .account-menu li.active a i {
	color:#fff
}
.block-title-2 {
	padding:10px 0!important
}
.navbar {
	min-height:100px;
	border-radius:0
}
.product-name a {
	color:#333;
	font-weight:700
}
.owl-theme .owl-controls .owl-buttons div {
	background:#d9ac34!important
}
.owl-theme .owl-controls .owl-page span {
	background:#d9ac34!important
}
.badge {
	background-color:#e8ae53
}
label {
	display:block
}
.form-control-static {
	background:#f5f5f5;
	padding:8px 10px;
	font-weight:400
}
.my-btn {
	border:none
}
.my-btn .icon-bar {
	border-color:#fff!important
}
.f-cate {
	column-count:3
}
.f-link {
	column-count:2
}
.block-element label {
	font-size:13px!important
}
.block-element .checkbox {
	border-width:2px!important;
	height:20px!important;
	width:20px!important
}
@media (min-width:1800px) {
.banner, .slider, .slider-content, .slider-v2 {
	max-height:700px
}
.sliderImg {
	width:100%
}
}
@media only screen and (max-width :1224px) {
input.quanitySniper {
	width:35px!important
}
}
@media (max-width:1024px) {
.navbar.stuck .navbar-top {
	margin-top:0!important
}
.header-version-2 .banner {
	margin-top:130px!important
}
.social li {
	margin:0 6px 0 0
}
.cartMenu.static-search-box a.dropdown-toggle {
	padding-left:10px;
	padding-right:10px
}
.search-box.static-search .form-control {
	max-width:104px
}
}
@media (max-width:979px) and (min-width:768px) {
.cartMenu a.dropdown-toggle {
	height:50px
}
.cartRespons {
	display:none
}
}
@media (max-width:979px) {
.subCategoryThumb img {
	height:100%!important
}
.container {
	width:100%!important;
	max-width:900px!important
}
.category-top {
	margin-top:30px
}
.cartRespons {
	font-size:0
}
.hidden-xs .cartMenu .dropdown-toggle {
	padding-bottom:9px;
	padding-top:16px
}
.sliderText {
	margin-top:6%
}
.header-version-2 .sliderText {
	margin-top:10%
}
.sliderText .inner {
	padding:15px
}
.sliderTextFull {
	margin-top:15%
}
.sliderText h1 {
	font-size:30px
}
.sliderText.white h1 {
	padding-bottom:0
}
.sliderText.white h3.price {
	font-size:18px;
	padding-bottom:0
}
.sliderText.white .inner {
	padding:5px 0
}
h1.xlarge {
	font-size:36px
}
.sliderTextFull h3 {
	font-size:18px;
	line-height:20px;
	padding-bottom:5px
}
.sliderInfo .btn-lg, .sliderText.white .btn {
	font-size:14px;
	line-height:1.471;
	padding:5px 15px
}
#pager2 {
	bottom:0
}
#pager2 span {
	border-width:1px;
	height:10px;
	width:10px
}
.sliderControl {
	border-radius:2px;
	padding:0 2px;
	top:45%
}
.sliderControl .fa-3x {
	font-size:2.5em
}
#pager a {
	font-size:14px;
	padding:5px 0;
	font-weight:400
}
}
@media (max-width:767px) and (min-width:0) {
.hidden-xs {
	display:none!important;
	visibility:hidden!important
}
}
@media (max-width:767px) {
.static-search.navbar-formbox {
	margin:0;
	padding:0;
	max-width:100%
}
.static-search.navbar-formbox {
	margin:0;
	max-width:100%;
	padding:0;
	width:100%
}
.static-search.navbar-formbox .navbar-form {
	margin:0;
	padding:0;
	border:0;
	box-shadow:none
}
.search-box.static-search .input-group {
	max-width:100%;
	width:100%
}
.search-box.static-search .form-control {
	max-width:100%;
	width:100%
}
.search-box.static-search:hover .form-control {
	max-width:100%;
	width:100%
}
.userMenu li a {
	padding-top:3px;
	line-height:normal;
	text-transform:capitalize
}
.phone-number i.glyphicon-phone-alt {
	padding-top:2px!important
}
.navbar-brand {
	padding:15px
}
.miniCartFooter {
	background:#ecf0f1!important;
	border-top:2px solid #ddd!important;
	margin-top:10px!important
}
.cartMenu table tr {
	border-bottom:solid 1px rgba(255,255,255,.1)
}
.cartRespons {
	font-size:14px
}
.navbar-cart {
	padding-right:0;
	padding-left:0
}
.navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#fff;
	background:rgba(210,0,25,.7)!important
}
.miniCartFooter .btn {
	color:#fff!important
}
.dropdown-header, .miniCartProduct, .miniCartProduct .price, .miniCartProduct .size, .miniCartProduct a, .miniCartProduct p {
	color:#666
}
.megamenu-content ul li, .megamenu-content ul li a, .megamenu-content ul li p, .navbar-nav .dropdown, .navbar-nav .dropdown a {
	color:#fff
}
.searchInputBox {
	max-width:80%
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width:100%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width:100%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-50width .dropdown-menu {
	width:100%;
	left:0;
	right:0
}
.megamenu .dropdown.megamenu-40width .dropdown-menu {
	width:100%;
	left:0;
	right:0
}
.megamenu-content ul {
	margin-bottom:15px
}
.megamenu-content ul li {
	border-color:rgba(255,255,255,.2)
}
.sliderTextFull .inner.dark {
	max-width:100%;
	padding:5px
}
.parallaximg.ismobile {
	margin-top:0!important
}
h1.xlarge {
	font-size:20px;
	font-weight:600;
	line-height:normal;
	padding-bottom:0
}
.sliderTextFull h3 {
	font-size:16px;
	line-height:normal;
	margin-bottom:5px;
	margin-top:0;
	padding-bottom:0
}
.sliderText h1 {
	font-size:24px;
	padding-bottom:0
}
.sliderInfo .btn-lg {
	font-size:12px;
	padding:5px 10px
}
.sliderText .inner {
	padding:5px
}
.sliderText h3.price {
	font-size:16px;
	padding-bottom:2px
}
.featureImg a {
	margin-bottom:20px
}
.navbar-top i {
	font-size:16px;
	font-style:normal;
	font-weight:400;
	line-height:1;
	padding:3px 0 0
}
.text-left-xs {
	text-align:left!important
}
.ps-nav {
	top:34%
}
.ps-nav img {
	width:80px
}
}
@media (max-width:580px) {
.xs3Response . {
width:50%!important
}
.sliderTextFull {
	color:#fff;
	margin-top:12%
}
.parallax-content h2 {
	color:#fff;
	display:inline-block;
	font-size:20px;
	line-height:22px
}
.parallax-content h3 {
	font-size:16px;
	line-height:normal
}
.section-title.style2, .style2 .section-title {
	font-size:24px
}
.section-title-style2:after, .section-title.style2:after, .style2 .section-title:after {
	margin-left:10%;
	top:32px;
	width:80%
}
.orderStep li a span {
	font-size:11px
}
.categoryFooter .pagination {
	margin-bottom:10px
}
.sp-thumbs {
	bottom:0!important
}
.CartProductThumb a img {
	margin-right:5px
}
#pager2 {
	bottom:0
}
#pager2 span {
	border-width:1px;
	height:10px;
	width:10px
}
.sliderControl {
	border-radius:2px;
	padding:0 2px;
	top:45%
}
.sliderControl .fa-3x {
	font-size:2em
}
#pager a {
	font-size:14px;
	padding:5px 0;
	font-weight:400
}
.ps-nav {
	top:28%
}
.ps-nav img {
	width:80px
}
#imageShowCase .product-slide h1 {
	font-size:18px;
	letter-spacing:1px;
	line-height:22px
}
.colorWhite, .colorWhite i {
	color:#dda348!important
}
.navbar-toggle .icon-bar {
	border:2px solid #98ce06!important
}
}
@media (max-width:480px) {
#pager a {
	font-size:12px
}
.navbar-toggle {
	background:0 0!important
}
h1.xlarge {
	font-size:24px;
	font-weight:800;
	line-height:normal;
	padding-bottom:0
}
h1.x2large {
	font-size:38px
}
.title-big {
	font-size:38px
}
.sliderTextFull h3 {
	font-size:16px;
	line-height:normal;
	margin-bottom:2px;
	margin-top:0;
	padding-bottom:0
}
.sliderText h1 {
	font-size:24px;
	line-height:26px;
	padding-bottom:0
}
.sliderInfo .btn-lg {
	font-size:12px;
	padding:4px 8px
}
.sliderText .inner {
	padding:2px
}
.sliderText h3.price {
	font-size:16px;
	padding-bottom:2px
}
.supportLi h4 {
	font-size:14px
}
.cartTableHeader {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase
}
.CartProduct .delete i {
	font-size:16px!important
}
.CartProductThumb a img {
	max-width:60px!important
}
.CartDescription h4 a {
	font-size:14px!important;
	line-height:normal
}
.cart-actions .btn-cart, .cart-actions .wishlist, .cart-actions button {
	margin:0 20px 0 0;
	font-size:15px
}
.search-box .input-group {
	margin-top:13px
}
.navbar-brand.windowsphone {
	display:block;
	float:left
}
.navbar-brand.windowsphone img {
	max-width:65px
}
.featuredPostContainer.globalPadding {
	padding:10px 0!important
}
.breadcrumb>li {
	font-size:12px
}
.item.list-view h4 {
	font-size:20px;
	line-height:18px
}
.item.list-view .description {
	clear:both;
	display:block;
	float:none;
	padding-top:5px
}
.item.list-view .image {
	display:block;
	float:none;
	max-height:500px;
	max-width:100%;
	overflow:hidden;
	padding-right:0;
	text-align:center
}
.item.list-view .action-control, .item.list-view .description, .item.list-view .description p, .item.list-view .price, .item.list-view h4, .list-description {
	text-align:center
}
.item.list-view h4 {
	min-height:24px
}
.col-xs-mini-6 {
	width:50%
}
.col-xs-min-12 {
	width:100%
}
.home-intro h2 {
	font-size:18px;
	font-weight:200;
	letter-spacing:1px
}
.f-cate {
	column-count:2
}
}
@media (max-width:400px) {
#pager a {
	font-size:10px
}
.container {
	min-width:310px
}
.cartFooter .box-footer div {
	width:100%;
	text-align:center;
	padding-bottom:5px
}
.navbar-brand {
	padding:0 0 0 10px
}
.navbar-brand img {
	width:200px!important
}
.navbar-nav {
	margin-top:0
}
.cartMenu {
	width:100%;
	float:none;
	margin-left:7px!important
}
.navbar-header.isios .navbar-brand img {
	max-width:60px!important
}
.navbar-header .navbar-toggle {
	margin-right:10px;
	padding:9px 2px
}
.xs3Response .item, .xsResponse .item {
	width:100%!important
}
.cartFooter {
	padding:5px 0
}
.checkoutReview th {
	font-size:13px
}
.col-xs-mini-6 {
	width:100%
}
.box-heading h3::before {
	display:none
}
.box-heading h3::after {
	display:none
}
.block-explore {
	margin-bottom:20px
}
}
@media (max-width:320px) {
.container {
	width:100%!important;
	max-width:320px!important
}
.banner {
	width:100%!important;
	max-width:320px!important;
	overflow:hidden!important
}
}
@media (min-width:991px) and (max-width:1200px) {
.navbar-brand img {
	width:142px!important
}
.navbar-nav>li>a {
	font-size:11px!important
}
.cartMenu a.dropdown-toggle {
	font-size:12px!important
}
}
.sp-large a {
	opacity:1!important
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color:transparent;
	border-color:transparent
}
#error {
	color:red;
	font-weight:700;
	font-size:13px;
	display:none
}
.nav>li.active..megamenu-content ul li a {
color:#333
}
.dropdown-menu {
	color:#333;
	font-size:13px
}
.address-panel .panel {
	min-height:250px
}
.address-panel .panel:hover {
	border-color:#c38b33
}
.address-panel .panel:hover.panel-default>.panel-heading {
	background:#c38b33;
	color:#fff
}
.short-link {
	display:block;
	margin-bottom:20px
}
.short-link a {
	color:#666;
	font-size:12px;
	font-weight:400;
	letter-spacing:-.2px;
	padding:7px 10px;
	text-transform:uppercase;
	font-family:Lato, sans-serif
}
.short-link a:hover {
	color:#96c841
}
.coupon-block {
	background-color:#f82369;
	color:#fff;
	font-weight:600;
	padding:10px;
	text-align:center;
	width:100%;
	z-index:99;
	transition:all .2s ease-in-out .2s
}
.coupon-block p {
	margin-bottom:0;
	font-family:Lato, sans-serif;
	font-weight:500;
	font-size:14px
}
.coupon-block a.close {
	border:0 none;
	color:#fff;
	float:right;
	font-size:25px;
	font-weight:300;
	margin-top:-28px;
	opacity:1
}
.main-menu {
	border-bottom:1px solid #aadb25;
	border-top:solid 1px #aadb25;
	background:#96cd00
}
.h-menu a {
	font-size:20px;
	padding:10px;
	line-height:27px
}
.cartMenu .dropdown-menu {
	min-width:320px
}
.miniCartFooter a {
	font-size:12px;
	line-height:16px
}
.notification {
	background:rgba(0,0,0,0) url(../../default/images/noti-bell-icon.svg) no-repeat scroll 0 10px;
	filter:grayscale(100%);
	height:23px;
	margin:11px;
	width:18px
}
.wistlist_img {
	background:rgba(0,0,0,0) url(../../default/images/heart.svg) no-repeat scroll 0 12px;
	filter:grayscale(100%);
	height:18px;
	margin:12px;
	width:20px
}
.cartMenu .cart {
	background:rgba(0,0,0,0) url(../../default/images/cart.svg) no-repeat scroll 0 1px;
	height:28px;
	margin-left:10px;
	margin-right:0;
	margin-top:2px;
	width:20px
}
.search-btn {
	background:rgba(0,0,0,0) url(../../default/images/search.svg) no-repeat scroll 3px 10px;
	cursor:pointer;
	height:22px;
	position:relative;
	width:38px
}
.owl-pagination {
	display:none
}
.owl-next {
	position:absolute;
	right:-4px;
	top:27%;
	background:#f5f5f5!important
}
.owl-prev {
	position:absolute;
	left:-4px;
	top:27%;
	background:#f5f5f5!important
}
.CartDescription h4 a {
	font-size:13px;
	color:#666
}
.panel-default>.panel-heading {
	background-color:#4a2260;
	color:#fff
}
.panel-title>a {
	color:#666;
	font-size:16px
}
.h-menu {
	display:inline-block;
	margin-top:5px
}
.shipping_method input[type=radio], input[type=checkbox] {
	margin:4px 7px 0
}
.header.active {
	left:0;
	position:fixed;
	top:-93px;
	width:100%;
	z-index:999;
	transition:all .2s ease-in-out .2s
}
.header {
	transition:all .2s ease-in-out .2s
}
.size-btn .btn-default {
	background:0 0;
	border:solid 1px #ccc;
	color:#666
}
.size-btn .btn-default:hover {
	background:#cccc
}
.size-btn .btn-link:hover {
	color:#333
}
.notify {
	background-color:#98ce06;
	border-radius:100%;
	color:#fff;
	font-size:12px;
	height:20px;
	padding:0;
	position:absolute;
	right:3px;
	text-align:center;
	top:-7px;
	width:20px
}
.out {
	display:none;
	transition:all .2s ease-out .2s
}
.sliderImg {
	margin-top:0!important
}
.btn-white {
	background:#fff none repeat scroll 0 0;
	color:#333
}
.lastUnit, .line {
	overflow:hidden
}
.graph {
	background:rgba(0,0,0,0) url(../images/dots-sprite.png) repeat-x scroll -6px -221px
}
.graph .state {
	height:36px
}
.unit {
	float:left
}
.size1of3 {
	width:33.3333%
}
.graph .state ul {
	border-left:1px dotted #ccc
}
.graph .state .processed {
	background-position:4px 0
}
.graph .order-step {
	background-attachment:scroll;
	background-clip:border-box;
	background-color:rgba(0,0,0,0);
	background-image:url(../images/dots-sprite.png);
	background-origin:padding-box;
	background-repeat:no-repeat;
	background-size:auto auto;
	display:inline-block;
	height:22px;
	margin-top:7px;
	text-align:center;
	width:30px
}
.processed {
	color:#f36;
	font-size:13px
}
.fk-text-center {
	text-align:center
}
footer h3 {
	color:#434242;
	font-size:17px;
	font-weight:400
}
.f-bottom .media-left {
	float:left;
	margin-right:15px;
	border:solid 1px #ddd;
	border-radius:50%;
	box-shadow:0 2px 0 #ddd
}
.f-bottom {
	display:block;
	padding-bottom:30px;
	padding-top:30px
}
.f-bottom p {
	font-size:13px
}
.m-footer {
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd
}
.use-link {
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	min-height:200px
}
.social li {
	text-align:right;
	display:inline-block;
	float:none
}
.sliderInfo .inner {
	padding-left:17%
}
#accordionNo .panel-title {
	color:#333
}
#accordionNo .panel-heading {
	border-bottom:solid 1px #ddd
}
#accordionNo .panel {
	border-radius:0
}
.dropdown-tree i {
	color:#98ce06;
	margin-right:10px
}
.no-padding {
	padding:0
}
.m-1 {
	margin:-1px
}
.parallax-image-aboutus:before {
	content:"";
	height:100%;
	width:100%;
	background:rgba(0,0,0,.5);
	position:absolute
}
.page-title, .page-title h1 {
	color:#fff
}
.page-title h1 {
	text-transform:uppercase;
	font-weight:800
}
.inner-brid {
	background:0 0;
	border:none;
	color:#fff
}
.inner-brid li.active {
	color:#fb7ea7
}
.inner-brid li a {
	color:#fff
}
.detail-price {
	margin:15px 0
}
.detail-price .price-sales {
	font-size:22px;
	font-weight:20px
}
.std .price {
	display:block;
	width:100%;
	float:none
}
.checkout-box {
	box-shadow:0 1px 2px 0 rgba(0,0,0,.2);
	background:#fff none repeat scroll 0 0;
	display:block;
	margin-bottom:20px
}
.ordersetup {
	clear:both;
	display:block;
	height:auto;
	margin-bottom:8px;
	padding:0;
	width:100%
}
.ordersetup a {
	background:#f5f5f5 none repeat scroll 0 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	color:#444;
	display:block;
	font-size:16px;
	font-weight:600;
	line-height:23px;
	padding:15px 10px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff
}
.scr {
	display:block;
	padding:0
}
.scr li {
	display:block;
	margin-bottom:10px;
	font-size:13px
}
.scr li i {
	color:#f82369;
	margin-right:10px
}
.ordersetup a i {
	color:#93c705
}
.address-div.active, .address-div:hover {
	background:#fafafa none repeat scroll 0 0
}
.address-div {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding:10px;
	display:inline-block;
	width:100%
}
.userInfo {
	display:block;
	margin-bottom:20px
}
.my-table thead th {
	background:#f5f5f5
}
.bottom-tr {
	background:#fafafa
}
.category-level-2 li.active a {
	font-weight:700;
	color:#f82369
}
.p-size {
	font-size:12px;
	font-weight:700;
	color:#333;
	float:right;
	width:50%;
	text-align:right;
	height:40px;
	vertical-align:middle;
	padding:0 5px;
	text-transform:capitalize;
	line-height:25px
}
.p-size span {
	color:#aaa;
	display:block;
	line-height:14px;
	font-weight:400
}
.ch-qt {
	float:left;
	width:50%
}
.ch-qt button {
	padding:4px 8px
}
.ch-size {
	float:right;
	width:50%;
	text-align:right
}
.ch-size select {
	padding:5px;
	font-size:12px
}
.mps {
	display:block;
	padding-top:5px;
	height:54px
}
.ch-size .select {
	height:29px!important
}
.ch-size .select select {
	padding:3px 5px!important;
	border-radius:3px!important
}
.ch-size .select .arrow {
	height:18px!important;
	background:0 0!important;
	right:0!important
}
.ch-size .select:before {
	width:24px!important
}
.brands-list {
	height:250px;
	overflow:hidden
}
.miniCartQuantity a {
	font-size:12px
}
.brand-carousel .owl-buttons {
	display:none
}
.box-heading {
	position:relative;
	padding:50px 0
}
.box-heading h3 {
	font-size:25px;
	font-weight:700;
	line-height:28px;
	padding:5px 10px;
	color:#000;
	text-transform:uppercase
}
.box-heading h3:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:32%;
	height:1px
}
.box-heading h3:after {
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:32%;
	height:1px
}
.inners {
	position:relative;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in
}
.inners:before {
	background:rgba(0,0,0,.4);
	height:100%;
	width:100%;
	position:absolute;
	content:"";
	top:0
}
.inners:after {
	content:'';
	width:90%;
	height:90%;
	top:50%;
	left:50%;
	border:5px solid rgba(255,255,255,.5);
	transform:translate(-50%, -50%);
	position:absolute;
	transition:all .5s ease 0s
}
.inners:hover::after {
	width:100%;
	height:100%
}
.overly {
	position:absolute;
	left:10%;
	top:30%;
	z-index:99
}
.overly .explore-title {
	color:#fff;
	font-size:25px;
	font-weight:300
}
.overly h2 {
	color:#f7a501;
	margin-bottom:6px;
	padding-bottom:0
}
.overly a {
	color:#fff;
	font-size:15px;
	border:solid 1px #fff;
	padding:5px
}
.home-made {
	display:block;
	margin:30px 0
}
.home-made h3 {
	padding:5px 10px;
	color:#333;
	font-size:25px
}
.out-of {
	position:absolute;
	width:100%;
	background:rgba(255,255,255,.8);
	left:0;
	top:0;
	height:100%;
	text-align:center;
	z-index:99;
	font-family:20px;
	text-transform:uppercase;
	padding-top:60%;
	font-weight:700
}
.out-stock {
	position:absolute;
	left:10px;
	top:10px;
	background:#ee1c29;
	height:50px;
	width:50px;
	font-size:11px;
	border-radius:50%;
	z-index:999;
	color:#fff;
	line-height:10px;
	text-align:center;
	vertical-align:middle;
	padding:13px 0
}
.teka:after {
	content:'';
	width:90%;
	height:90%;
	top:50%;
	left:50%;
	border:5px solid rgba(255,255,255,.5);
	transform:translate(-50%, -50%);
	position:absolute;
	transition:all .5s ease 0s
}
.teka:hover::after {
	width:100%;
	height:100%
}
.tag-list ul {
	padding:10px
}
.tag-list h2 {
	background:#f5f5f5;
	font-weight:700;
	color:#222;
	border-bottom:solid 1px #ddd;
	padding:10px 15px;
	font-size:13px
}
.tag-list ul li {
	display:inline-block;
	background-color:#f1f1f1;
	border-radius:5px;
	color:#999;
	margin:3px
}
.tag-list ul li a {
	color:#999;
	padding:7px
}
.tag-list ul li:hover {
	background:#333
}
.tag-list ul li:hover a {
	color:#fff
}
.my-menu {
	overflow-x:scroll
}
.mCSB_container.mCS_no_scrollbar li {
	padding:5px 0 5px 10px;
	border-bottom:1px solid #f9eded
}
.mCSB_container.mCS_no_scrollbar li:hover {
	margin-left:3px;
	transition:all ease-in-out .2s
}
.pro-duct {
	margin-bottom:30px
}
.btn-danger {
	border-color:#98ce06
}
.about-pagee p {
	font-size:15px;
	line-height:24px
}
.member-box {
	text-align:center
}
.member-box h3 {
	margin-top:17px;
	margin-bottom:12px
}
.memb {
	text-align:center
}
.gallery-box {
	margin-bottom:30px;
	position:relative;
	transition:all ease-in-out .3s;
	overflow:hidden
}
.gallery-box img {
	outline:10px solid rgba(255,255,255,.5);
	outline-offset:-6px
}
.gallery-box i {
	position:absolute;
	top:100%;
	left:41%;
	color:#fff;
	background:rgba(119,196,102,.9);
	padding:10px;
	border-radius:30px;
	font-size:17px;
	cursor:pointer;
	transition:all ease-in-out .3s
}
.gallery-box:hover i {
	display:inline;
	transition:all ease-in-out .3s;
	position:absolute;
	top:42%;
	left:41%;
	color:#fff;
	background:rgba(119,196,102,.9);
	padding:10px;
	border-radius:30px;
	font-size:17px;
	cursor:pointer
}
.article-caption {
	background:#fff;
	padding:10px 10px;
	padding-bottom:0
}
.article-box {
	margin-bottom:30px;
	background:#fff;
	padding:10px;
	box-shadow:0 1px 6px 3px #eee;
	transition:all ease-in-out .1s
}
.article-caption a {
	font-size:14px
}
.article-box:hover {
	box-shadow:0 1px 8px 1px #ddc8c8;
	transition:all ease-in-out .1s
}
.article-title h2 {
	text-align:center
}
.post_detail.post_date {
	width:30%;
	float:none;
	margin:auto;
	margin-bottom:auto;
	margin-bottom:10px
}
.post_info_date {
	color:#be9656
}
.post_info_date::before {
	border-color:#be9656
}
.post_info_date::before {
	content:"";
	border-bottom:1px solid #be9656;
	border-bottom-color:#be9656;
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	z-index:0
}
.post_info_date span {
	display:inline-block;
	padding:0 1.2em;
	background:#fff;
	position:relative;
	z-index:2;
	left:34%
}
.post_info_date {
	font-family:Lustria, Georgia, Arial, Verdana, sans-serif;
	font-style:italic;
	color:#be9656;
	position:relative;
	display:block
}
.article-desp {
	margin-top:30px
}
.article-detail-box {
	margin-top:20px;
	margin-bottom:40px
}
.article-desp p {
	text-align:justify
}
.dropdown-menu.scroll-pane.my-menu {
	overflow:hidden
}
.act-box {
	padding:20px;
	box-shadow:0 0 15px #ddd;
	text-align:center;
	min-height:235px;
	line-height:24px;
	font-size:14px;
	color:#666;
	border-top:solid 5px #77c466;
	border:none
}
.act-box h4 {
	color:#333;
	border-bottom:solid 1px #ddd;
	margin-bottom:15px
}
.peralex {
	background:url(../images/peralex-bg.jpg) 0 0 no-repeat;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:30px
}
.peralex {
	text-align:center;
	color:#fff
}
.peralex h1 {
	border-bottom:dashed 1px #fff;
	margin-bottom:20px
}
.b-video {
	border:solid 1px #ddd;
	padding:5px;
	background:#fff
}
.related-product ul {
	list-style:none
}
.related-product ul li {
	padding:10px 0;
	border-bottom:solid 1px #ddd
}
.related-product ul li .media-body, .related-product ul li .media-left {
	display:table-cell;
	vertical-align:middle
}
.related-product ul li .media-left {
	padding-right:10px
}
.related-product ul li .media-heading {
	border:none;
	font-size:14px;
	padding:0
}
.btndisabled button {
	cursor:default;
	opacity:.7;
	overflow:hidden;
	clip-rule:evenodd;
	empty-cells:hide;
	pointer-events:none
}
.message-top {
	padding:5px;
	background:#797373
}
.mini-search {
	border:none;
	box-shadow:none;
	height:40px
}
.mini-search:focus {
	border-color:#e2e2e2!important
}
.ui-autocomplete {
	width:400px!important
}
.search-btn2 {
	border:transparent;
	background-color:transparent!important;
	color:#000!important;
	height:40px!important;
	border-left-color:transparent!important
}
.forgot {
	font-size:16px;
	color:#555;
	margin:0
}
.verification {
	font-size:16px;
	color:#555;
	margin:0
}
.c-red {
	color:red
}
.input-style {
	border-color:#ddd!important;
	-webkit-border-radius:3px 0 0 3px!important;
	-moz-border-radius:3px 0 0 3px!important;
	border-radius:3px 0 0 3px!important;
	border-style:solid!important;
	border-width:2px 1px 1px 2px!important;
	color:#888!important;
	font-size:14px!important;
	margin-bottom:0!important;
	height:37px!important
}
.andr:before {
	right:1px!important;
	width:36px!important;
	bottom:6px!important
}
.youtubesection {
	padding:30px 0;
	background:#fa0001;
	margin-bottom:30px;
	border-top:dotted 7px #fff;
	border-bottom:dotted 7px #fff;
	position:relative
}
.youtubesection h4 {
	text-transform:uppercase;
	color:#fff;
	margin-top:15px
}
.go-btn {
	display:inline-block;
	padding:10px 25px;
	color:#fff;
	font-weight:600;
	border:solid 2px #fff;
	border-radius:25px;
	text-transform:uppercase;
	outline:0
}
.go-btn:hover {
	background:#fff
}
@media (max-width:969px) {
.header.active {
	position:relative
}
}
.innerPage {
	background:#fff;
	margin-bottom:20px
}
.st_lks a {
	vertical-align:top;
	padding:7px 5px;
	line-height:14px;
	border-radius:4px;
	background:#96cd00
}
.whatsapp-iconn {
	width:15px !important;
	height: 15px;
}
.youtubesection img {
	width:200px;
	height: 84px;
}
.promotion img {
	width: 250px;
	height: 200px;
}
@media (min-width:993px) and (max-width:1200px) {
.nav-menu .nav>li>a {
	padding:15px 15px
}
.main-header .header-search-box {
	padding-left:0;
	width:50%
}
.main-header .shopping-cart-box {
	float:right;
	width:25%
}
.box-vertical-megamenus .vertical-menu-content {
	display:none
}
.home .box-vertical-megamenus .vertical-menu-content {
	display:none
}
#home-slider .slider-left {
	display:none
}
#home-slider .header-top-right {
	width:100%;
	margin:0;
	border-top:none;
	padding:0 15px
}
#home-slider .header-top-right .header-banner, #home-slider .header-top-right .homeslider {
	border-top:3px solid #f36
}
.service .service-item {
	padding:0;
	overflow:hidden
}
.service .service-item .icon {
	width:100%;
	text-align:center;
	padding-bottom:15px;
	height:auto
}
.service .service-item .info {
	width:100%;
	padding:0;
	margin:0;
	text-align:center
}
.product-list li .product-star {
	float:left
}
.latest-deals .count-down-time span {
	font-size:12px
}
.product-list.grid li {
	width:50%
}
.subcategories li a {
	padding:0 10px
}
#left_column .block .block_content {
	padding:10px
}
#left_column .block .title_block {
	font-size:14px;
	padding-left:10px
}
.layered .layered_subtitle {
	font-size:14px
}
.check-box-list input[type=checkbox]+label span.button {
	margin-right:5px
}
.special-product .special-product-left {
	width:100%
}
.special-product .special-product-right {
	margin-left:0;
	margin-top:10px
}
.sortPagiBar .sort-product {
	margin-top:20px
}
.product-tab .nav-tab>li>a {
	padding:0 10px
}
#product .pb-right-column .product-comments .comments-advices a {
	padding:0 5px
}
#main-menu .navbar .navbar-nav>li>a {
	padding:0 10px
}
.hot-deals-box .hot-deals-tab-content-col {
	padding-left:15px
}
.hot-deals-box .hot-deals-tab-content {
	padding:30px
}
.box-products .box-product-content .box-product-adv {
	width:20%;
	padding-right:5px
}
.box-products .box-product-content .box-product-list {
	width:80%;
	margin:0;
	float:left;
	padding-left:5px
}
.box-products .box-product-content .box-product-list .product-list li {
	padding-bottom:5px
}
}
@media (min-width:768px) and (max-width:992px) {
.home .box-vertical-megamenus .vertical-menu-content {
	display:none
}
.vertical-megamenus-ontop .box-vertical-megamenus .vertical-menu-content {
	display:block
}
.top-header a {
	border-right:1px solid #e0e0e0;
	padding-right:5px;
	margin-left:5px
}
.main-header .logo {
	width:100%;
	text-align:center
}
.main-header .header-search-box {
	padding-left:30px;
	padding-right:15px
}
.main-header .shopping-cart-box {
	margin-left:0;
	width:37.667%
}
.box-vertical-megamenus {
	padding-bottom:0
}
.box-vertical-megamenus .vertical-menu-content {
	min-width:270px;
	display:none
}
.nav-menu .nav>li>a {
	padding:15px 5px
}
#home-slider .slider-left {
	height:3px
}
.header-top-right .header-banner {
	display:none
}
.header-top-right {
	margin-left:0;
	padding:0 15px;
	width:100%;
	border-top:none
}
.header-top-right .homeslider .content-slide {
	margin-right:0
}
.service .service-item {
	padding:0 10px
}
.service .service-item .icon {
	width:100%;
	text-align:center
}
.service .service-item .info {
	width:100%;
	padding-left:0;
	text-align:center;
	margin-left:0;
	margin-top:50px
}
.page-top .page-top-left {
	width:100%
}
.page-top .page-top-right {
	width:100%;
	margin-top:30px
}
#trademark-list #payment-methods {
	width:100%;
	float:left
}
.category-banner {
	display:none
}
.floor-elevator {
	display:none
}
.show-brand .navbar-brand {
	padding:0 0 0 10px
}
.header-top-right .homeslider {
	width:100%
}
.product-featured .banner-featured {
	display:none
}
.product-featured .product-featured-content .product-featured-list {
	margin-left:0
}
.product-list.grid li {
	width:50%
}
.subcategories li a {
	padding:0 10px
}
#left_column .block .block_content {
	padding:10px
}
#left_column .block .title_block {
	font-size:14px;
	padding-left:10px
}
.layered .layered_subtitle {
	font-size:14px
}
.check-box-list input[type=checkbox]+label span.button {
	margin-right:5px
}
.special-product .special-product-left {
	width:100%
}
.special-product .special-product-right {
	margin-left:0;
	margin-top:10px
}
.sortPagiBar .sort-product {
	margin-top:20px
}
.trademark-info {
	width:100%;
	float:left;
	padding:0 20px
}
.trademark-product {
	width:100%;
	float:left;
	padding:0 20px
}
.trademark-product .product-item {
	width:50%
}
.product-list li .product-star {
	float:left
}
.product-tab .nav-tab>li {
	width:100%;
	float:left;
	margin-bottom:2px
}
.product-tab .nav-tab>li>a {
	width:100%
}
.product-tab .nav-tab>li.active>a {
	height:48px
}
.product-tab .tab-container {
	margin-top:2px
}
#product .pb-right-column .product-comments .comments-advices a {
	padding:0 5px
}
.products-block .products-block-left {
	width:100%
}
.products-block .products-block-right {
	margin:0;
	width:100%
}
#main-menu .navbar .navbar-nav>li>a {
	padding:0 5px
}
.box-products .box-product-content .box-product-adv {
	display:none
}
.box-products .box-product-content .box-product-list {
	width:100%;
	margin:0
}
.hot-deals-box .hot-deals-tab-content-col {
	padding-left:15px
}
.hot-deals-box .hot-deals-tab-content {
	padding:30px
}
.navbar-nav>li>a {
	padding:10px
}
.userMenu li a {
	font-size:11px;
	padding:0 0 0 11px
}
.table-responsive {
	border:1px solid #ddd;
	margin-bottom:15px;
	overflow-x:auto;
	overflow-y:hidden;
	width:100%
}
.navbar-collapse {
	padding:0
}
.navbar-nav>li>a {
	padding:4px;
	font-size:12px
}
}
@media (min-width:481px) and (max-width:767px) {
.home .box-vertical-megamenus .vertical-menu-content {
	display:none
}
.category-featured>.nav-menu>.container {
	padding-left:0
}
.top-banner {
	display:none
}
.top-header .nav-top-links, .top-header .support-link, .top-header .user-info {
	width:100%;
	float:left
}
.main-header .logo {
	text-align:center
}
.main-header .header-search-box {
	width:100%;
	padding-left:15px;
	padding-right:15px
}
.main-header .header-search-box .form-inline .form-category {
	display:none
}
.main-header .header-search-box .form-inline .input-serach {
	width:calc(100% - 50px);
	padding-top:10px
}
.main-header .shopping-cart-box {
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	width:100%
}
#box-vertical-megamenus {
	width:50%;
	height:50px;
	float:left
}
#box-vertical-megamenus .box-vertical-megamenus {
	right:0;
	padding-bottom:0
}
.box-vertical-megamenus .vertical-menu-content {
	border-right:1px solid #eee;
	display:none
}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
	visibility:hidden;
	display:none
}
.box-vertical-megamenus .vertical-menu-content ul li a.parent:before {
	display:none
}
.popular-tabs .nav-tab li {
	padding:0
}
#home-slider .header-banner {
	display:none
}
#home-slider .header-top-right {
	padding-right:15px;
	padding-left:15px;
	margin:0;
	border-top:none
}
.header-top-right .homeslider {
	width:100%
}
#home-slider .header-top-right .homeslider .content-slide {
	margin-right:0
}
#home-slider .slider-left {
	height:3px
}
.service {
	display:none
}
.nav-menu .navbar-brand, .nav-menu .toggle-menu {
	display:block
}
.nav-menu .navbar-collapse {
	position:absolute;
	left:0;
	right:0;
	top:50px;
	margin-right:0;
	margin-left:0;
	padding:0 15px
}
.nav-menu .navbar-collapse {
	margin-top:0
}
.nav-menu .nav>li>a {
	padding:5px 15px
}
.nav-menu .navbar-brand {
	padding-left:30px
}
.popular-tabs .nav-tab li {
	width:100%;
	float:left
}
.container {
	padding-left:15px;
	padding-right:15px
}
.floor-elevator {
	display:none
}
.category-banner {
	display:none
}
.product-featured .banner-featured {
	display:none
}
.product-featured .product-featured-content .product-featured-list {
	margin-left:0
}
.banner-bottom {
	display:none
}
.trademark-info {
	padding-left:30px!important;
	padding-right:30px!important
}
.trademark-product .image-product {
	width:40%
}
.trademark-product .info-product {
	padding-left:10px
}
.page-top-right {
	margin-top:30px
}
.main-header .shopping-cart-box:hover .cart-block {
	opacity:0;
	visibility:hidden
}
.product-featured .product-featured-content {
	width:100%
}
.popular-tabs .owl-controls {
	top:-15px
}
.category-slider {
	margin-top:30px
}
.subcategories li a {
	padding:0 10px
}
.popular-tabs .owl-controls .owl-next, .popular-tabs .owl-controls .owl-prev {
	top:-15px
}
.center_column {
	margin-top:30px
}
#product .pb-right-column {
	margin-top:30px
}
.product-tab .nav-tab>li {
	width:100%;
	float:left;
	margin-bottom:2px
}
.product-tab .nav-tab>li>a {
	width:100%
}
.product-tab .nav-tab>li.active>a {
	height:48px
}
.product-tab .tab-container {
	margin-top:2px
}
.product-list li .product-star {
	float:left
}
.breadcrumb {
	line-height:20px
}
.breadcrumb .navigation-pipe:before {
	padding:0
}
#main-menu .navbar-header {
	display:block;
	margin:0;
	background:#f36;
	color:#fff;
	margin-left:15px
}
#main-menu .navbar-header .navbar-brand {
	padding:0;
	padding-left:10px;
	line-height:50px;
	color:#fff;
	font-size:14px;
	font-weight:700
}
#main-menu .navbar-header .fa {
	line-height:inherit;
	color:#fff;
	font-size:17px
}
#main-menu .navbar-header .navbar-toggle {
	border:none;
	padding:0;
	margin-top:12px
}
#main-menu .navbar-default .navbar-toggle:focus, #main-menu .navbar-default .navbar-toggle:hover {
	background:0 0
}
#main-menu .navbar-collapse {
	padding:0 15px;
	margin-left:15px;
	margin-right:0;
	background:#eee
}
#main-menu .container-fluid {
	padding-right:15px;
	padding-left:15px
}
#main-menu .navbar-collapse.in {
	overflow-y:inherit
}
#main-menu .navbar .navbar-nav>li {
	border-bottom:1px solid #cacaca
}
#main-menu .navbar .navbar-nav>li.active, #main-menu .navbar .navbar-nav>li:hover {
	background:0 0
}
#main-menu .navbar .navbar-nav>li>a {
	margin:0;
	padding:10px;
	border-right:none;
	position:relative
}
#main-menu .navbar .navbar-nav>li.active>a, #main-menu .navbar .navbar-nav>li:hover>a {
	color:#333;
	border-right:1px solid transparent
}
#main-menu .dropdown-menu {
	position:inherit;
	opacity:1;
	visibility:inherit;
	display:none
}
#main-menu li.dropdown>a:after {
	position:absolute;
	top:9px;
	right:10px
}
#main-menu .dropdown.open>.dropdown-menu {
	display:block
}
#main-menu li.dropdown:before {
	display:none
}
#main-menu li.dropdown:hover:before {
	display:none
}
#main-menu .navbar-nav>li>.mega_dropdown {
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0);
	width:100%!important;
	left:0!important;
	top:0;
	padding:15px 0;
	border:1px solid #eee
}
#main-menu .dropdown-menu {
	border:1px solid #eee
}
#main-menu .dropdown-menu.container-fluid {
	padding:15px;
	border:1px solid #eee
}
#footer2 .footer-top .footer-menu li {
	display:block;
	width:100%;
	line-height:30px
}
#footer2 .footer-top .footer-social {
	margin-top:20px;
	float:left
}
#footer2 .footer-row .form-subscribe {
	width:auto
}
#footer2 .footer-row .form-subscribe .form-group {
	margin-bottom:0
}
#footer2 .footer-row {
	padding:20px 0
}
#footer2 .widget-body {
	padding-bottom:20px
}
#footer2 .widget-title {
	padding-bottom:10px
}
#footer2 .footer-bottom .footer-payment-logo {
	float:left;
	margin-top:10px
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box {
	padding:10px
}
.hot-deals-box .hot-deals-tab-content-col {
	padding-left:15px
}
.hot-deals-box .hot-deals-tab-content {
	padding:10px
}
.box-products .box-product-head {
	float:left;
	height:auto;
	width:100%
}
.box-products .box-tabs {
	float:left;
	margin-top:10px
}
.box-products .box-tabs>li {
	display:block;
	width:100%
}
.box-products .box-tabs li>a {
	border:none;
	padding:0
}
.box-products .box-product-head .box-title {
	padding-left:0;
	width:100%;
	float:left
}
.box-products .box-tabs li>a:before {
	left:0;
	right:0
}
.box-products .box-product-content .box-product-adv {
	display:none
}
.box-products .box-product-content .box-product-list {
	margin-left:0;
	float:left;
	overflow:hidden;
	width:100%
}
.dropdown-toggle.cart {
	position:absolute;
	right:12px;
	top:0
}
.h-menu {
	margin-right:33px;
	display:inline
}
.cartMenu {
	display:block;
	float:right;
	width:400px
}
.header.active {
	top:-1px
}
.short-link {
	display:none
}
.navbar-brand {
	padding:0
}
.user-get {
	margin-top:15px
}
.notify {
	right:-4px;
	top:-15px
}
.bara br {
	display:none
}
}
@media (max-width:480px) {
.top-banner {
	display:none
}
.top-header .nav-top-links, .top-header .support-link, .top-header .user-info {
	width:100%;
	float:left
}
.main-header .logo {
	text-align:center;
	margin-top:10px
}
.main-header .header-search-box {
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-top:30px
}
.main-header .header-search-box .form-inline .form-category {
	display:none
}
.main-header .header-search-box .form-inline .input-serach {
	width:calc(100% - 50px);
	padding-top:10px
}
.main-header .shopping-cart-box {
	padding-left:15px;
	padding-right:15px;
	margin-left:0;
	width:100%;
	margin-top:30px
}
.nav-top-menu {
	background:0 0
}
#box-vertical-megamenus {
	width:50%;
	height:50px;
	float:left
}
#box-vertical-megamenus .box-vertical-megamenus {
	right:0;
	padding-bottom:0
}
.box-vertical-megamenus .vertical-menu-content {
	border-right:1px solid #eee;
	display:none
}
.box-vertical-megamenus .title {
	color:#fff;
	padding-left:10px;
	padding-right:10px
}
#box-vertical-megamenus .vertical-menu-content {
	min-width:290px;
	display:none
}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
	visibility:hidden;
	display:none
}
.box-vertical-megamenus .vertical-menu-content ul li a.parent:before {
	display:none
}
.popular-tabs .nav-tab li {
	padding:0
}
#home-slider .header-banner {
	display:none
}
#home-slider .header-top-right {
	padding-right:15px;
	padding-left:15px;
	margin:0;
	border-top:none
}
.header-top-right .homeslider {
	width:100%
}
#home-slider .header-top-right .homeslider .content-slide {
	margin-right:0
}
#home-slider .slider-left {
	height:3px
}
.service {
	display:none
}
.nav-menu .navbar-brand, .nav-menu .toggle-menu {
	display:block
}
.nav-menu .navbar-collapse {
	position:absolute;
	right:0;
	top:50px;
	margin-right:0;
	margin-left:0;
	padding:0 15px;
	left:0;
	right:0
}
.nav-menu .navbar-collapse>ul {
	margin-top:0
}
.nav-menu .navbar-brand {
	margin-left:-10px
}
.popular-tabs .nav-tab li {
	width:100%;
	float:left
}
.page-top-right {
	margin-top:30px
}
.content-page {
	margin-top:0
}
.container {
	padding-left:15px;
	padding-right:15px
}
.floor-elevator {
	display:none
}
.category-banner {
	display:none
}
.product-featured .banner-featured {
	display:none
}
.product-featured .product-featured-content .product-featured-list {
	margin-left:0
}
.product-featured .product-featured-content {
	width:100%
}
.banner-bottom {
	display:none
}
.trademark-info {
	padding-left:30px!important;
	padding-right:30px!important
}
.trademark-product .image-product {
	width:40%
}
.trademark-product .info-product {
	padding-left:10px
}
#introduce-box {
	margin-top:30px
}
#introduce-box .introduce-title {
	margin-top:30px
}
#trademark-list #payment-methods {
	display:block;
	width:100%
}
.product-list li .product-star {
	float:left;
	width:100%;
	text-align:left
}
.product-list li .content_price {
	float:left;
	width:100%
}
.latest-deals {
	padding-bottom:15px
}
.main-header .shopping-cart-box:hover .cart-block {
	opacity:0;
	visibility:hidden
}
.category-featured>.nav-menu>.container {
	padding-left:0
}
.category-slider {
	margin-top:30px
}
.category-slider .owl-controls .owl-next, .category-slider .owl-controls .owl-prev {
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	padding-top:3px
}
.subcategories li.current-categorie {
	width:100%
}
.subcategories li.current-categorie a {
	width:100%;
	text-align:center
}
.subcategories li.current-categorie:after {
	right:50%;
	content:"\f0d7";
	top:36px
}
.subcategories li {
	width:100%
}
.subcategories li a {
	width:100%;
	padding:0 10px
}
.sortPagiBar .show-product-item, .sortPagiBar .sort-product {
	margin-top:20px
}
.product-list.list .left-block {
	width:100%;
	position:relative
}
.product-list.list .right-block {
	width:100%
}
.product-list.list .add-to-cart {
	bottom:0;
	left:0;
	width:50%;
	top:inherit
}
.product-list.list .quick-view {
	bottom:0;
	right:0;
	top:inherit
}
.nav-menu .nav>li>a {
	padding:5px 15px
}
.popular-tabs .owl-controls .owl-next, .popular-tabs .owl-controls .owl-prev {
	top:-15px
}
.center_column {
	margin-top:30px
}
#product .pb-right-column {
	margin-top:30px
}
.product-tab .nav-tab>li>a {
	padding:0 10px
}
.product-list li .product-star {
	float:left
}
.product-tab .nav-tab>li {
	width:100%;
	float:left;
	margin-bottom:2px
}
.product-tab .nav-tab>li>a {
	width:100%
}
.product-tab .nav-tab>li.active>a {
	height:48px
}
.product-tab .tab-container {
	margin-top:2px
}
#product .pb-right-column .product-comments .comments-advices a {
	width:100%;
	float:left;
	padding:0
}
.breadcrumb {
	line-height:20px
}
.breadcrumb .navigation-pipe:before {
	padding:0
}
#main-menu .navbar-header {
	display:block;
	margin:0;
	background:#f36;
	color:#fff;
	margin-left:15px
}
#main-menu .navbar-header .navbar-brand {
	padding:0;
	padding-left:10px;
	line-height:50px;
	color:#fff;
	font-size:14px;
	font-weight:700
}
#main-menu .navbar-header .fa {
	line-height:inherit;
	color:#fff;
	font-size:17px
}
#main-menu .navbar-header .navbar-toggle {
	border:none;
	padding:0;
	margin-top:12px
}
#main-menu .navbar-default .navbar-toggle:focus, #main-menu .navbar-default .navbar-toggle:hover {
	background:0 0
}
#main-menu .navbar-collapse {
	padding:0 15px;
	margin-left:15px;
	margin-right:0;
	background:#eee
}
#main-menu .container-fluid {
	padding-right:15px;
	padding-left:15px
}
#main-menu .navbar-collapse.in {
	overflow-y:inherit
}
#main-menu .navbar .navbar-nav>li {
	border-bottom:1px solid #cacaca
}
#main-menu .navbar .navbar-nav>li.active, #main-menu .navbar .navbar-nav>li:hover {
	background:0 0
}
#main-menu .navbar .navbar-nav>li>a {
	margin:0;
	padding:10px;
	border-right:none;
	position:relative
}
#main-menu .navbar .navbar-nav>li.active>a, #main-menu .navbar .navbar-nav>li:hover>a {
	color:#333;
	border-right:1px solid transparent
}
#main-menu .dropdown-menu {
	position:inherit;
	opacity:1;
	visibility:inherit;
	display:none
}
#main-menu li.dropdown>a:after {
	position:absolute;
	top:9px;
	right:10px
}
#main-menu .dropdown.open>.dropdown-menu {
	display:block
}
#main-menu li.dropdown:before {
	display:none
}
#main-menu li.dropdown:hover:before {
	display:none
}
#main-menu .navbar-nav>li>.mega_dropdown {
	-webkit-transform:translate(0, 0);
	-moz-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0);
	width:100%!important;
	left:0!important;
	top:0;
	padding:15px 0;
	border:1px solid #eee
}
#main-menu .dropdown-menu {
	border:1px solid #eee
}
#main-menu .dropdown-menu.container-fluid {
	padding:15px;
	border:1px solid #eee
}
.page-heading {
	font-size:16px
}
.page-heading span {
	padding:0
}
.page-order ul.step li {
	width:100%;
	display:block;
	text-align:left;
	border-bottom:none;
	border-left:3px solid #eee;
	padding-left:20px;
	margin-top:10px
}
.page-order ul.step li.current-step {
	border-left:3px solid #f36;
	border-bottom:none
}
#footer2 .footer-top .footer-menu li {
	display:block;
	width:100%;
	line-height:30px
}
#footer2 .footer-top .footer-social {
	margin-top:20px;
	float:left
}
#footer2 .footer-row .form-subscribe {
	width:auto
}
#footer2 .footer-row .form-subscribe .form-group {
	margin-bottom:0
}
#footer2 .footer-row {
	padding:20px 0
}
#footer2 .widget-body {
	padding-bottom:20px
}
#footer2 .widget-title {
	padding-bottom:10px
}
#footer2 .footer-bottom .footer-payment-logo {
	float:left;
	margin-top:10px
}
.box-products .box-product-head {
	float:left;
	height:auto
}
.box-products .box-product-head .box-title {
	float:left;
	width:100%
}
.box-products .box-tabs {
	float:left;
	margin-top:10px
}
.box-products .box-tabs>li {
	display:block;
	width:100%
}
.box-products .box-tabs li>a {
	border:none;
	padding:0
}
.box-products .box-product-head .box-title {
	padding-left:0
}
.box-products .box-tabs li>a:before {
	left:0;
	right:0
}
.box-products .box-product-content .box-product-adv {
	display:none
}
.box-products .box-product-content .box-product-list {
	margin-left:0;
	float:left;
	overflow:hidden;
	width:100%
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box {
	padding:10px
}
.hot-deals-box .hot-deals-tab-content-col {
	padding-left:15px
}
.hot-deals-box .hot-deals-tab-content {
	padding:10px
}
.navbar-brand {
	padding:2px
}
.short-link {
	display:none!important
}
.navbar-right {
	display:inline-block;
	vertical-align:middle!important
}
.short-link {
	display:none!important
}
.navbar-brand {
	padding:1px 0 0 10px
}
.cartMenu {
	margin-left:0!important
}
.open .cart {
	margin-left:10px
}
.dropdown-toggle.cart {
	position:absolute;
	right:12px;
	top:0
}
.h-menu {
	margin-right:33px;
	display:inline
}
.h-menu a {
	margin-top:0;
	line-height:18px
}
.cartMenu h4 {
	font-size:10px
}
.coupon-block p {
	font-size:13px
}
.userMenu li a {
	font-size:16px
}
.header.active {
	top:0
}
.user-get {
	margin-top:15px
}
.notify {
	right:-4px;
	top:-15px
}
.bara br {
	display:none
}
}
.footable {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	border:solid #ccc 1px;
	border-radius:0;
	font-size:14px
}
.footable.breakpoint>tbody>tr>td.expand {
	background:url(img/plus.png) no-repeat 5px center;
	padding-left:40px
}
.footable.breakpoint>tbody>tr.footable-detail-show>td.expand {
	background:url(img/minus.png) no-repeat 5px center
}
.footable.breakpoint>tbody>tr.footable-row-detail {
	background:#ebedef
}
.footable>tbody>tr:hover {
	background:#fbf8e9
}
.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail) {
	cursor:pointer
}
.footable>tbody>tr>td, .footable>thead>tr>th {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:10px;
	text-align:left
}
.footable>tbody>tr>td.footable-cell-detail {
	border-left:none
}
.footable>thead>tr>td, .footable>thead>tr>th {
	background-color:#ebeded;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	border-top:none;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.footable>thead>tr:first-child>td.footable-first-column, .footable>thead>tr:first-child>th.footable-first-column {
	-moz-border-radius:0 0;
	-webkit-border-radius:0 0;
	border-radius:0 0
}
.footable>thead>tr:first-child>td.footable-last-column, .footable>thead>tr:first-child>th.footable-last-column {
	-moz-border-radius:0 0;
	-webkit-border-radius:0 0;
	border-radius:0 0
}
.footable>thead>tr:first-child>td.footable-first-column.footable-last-column, .footable>thead>tr:first-child>th.footable-first-column.footable-last-column {
	-moz-border-radius:6px 0;
	-webkit-border-radius:6px 0;
	border-radius:6px 0
}
.footable>tbody>tr:last-child>td.footable-first-column {
	-moz-border-radius:0 0 0 6px;
	-webkit-border-radius:0 0 0 6px;
	border-radius:0 0 0 6px
}
.footable>tbody>tr:last-child>td.footable-last-column {
	-moz-border-radius:0 0 6px 0;
	-webkit-border-radius:0 0 6px 0;
	border-radius:0 0 6px 0
}
.footable>tbody>tr:last-child>td.footable-first-column.footable-last-column {
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px
}
.footable>tbody>tr>td.footable-first-column, .footable>thead>tr>td.footable-first-column, .footable>thead>tr>th.footable-first-column {
	border-left:none
}
.footable>tbody img {
	vertical-align:middle
}
.footable>tfoot>tr>td, .footable>tfoot>tr>th {
	background-color:#dce9f9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image:-webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:-moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:-ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:-o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:linear-gradient(to bottom, #ebf3fc, #dce9f9);
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	border-top:1px solid #ccc;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	padding:10px
}
.icr {
	position:relative;
	display:inline-block;
	vertical-align:top;
	cursor:pointer
}
.icr.disabled {
	cursor:default;
	opacity:.5
}
.icr__text {
	position:relative;
	display:block
}
.icr__checkbox, .icr__radio {
	position:absolute;
	display:block;
	top:0;
	left:0
}
.icr__checkbox, .icr__radio {
	background:url(../../images/icr-cloudy-skin.png) no-repeat
}
.icr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:0 25px 10px 0;
	color:#555
}
.icr__text {
	padding:2px 0 0 22px
}
.icr__checkbox {
	width:18px;
	height:18px;
	background-position:0 0
}
.icr.enabled:hover .icr__checkbox {
	background-position:-50px 0
}
.icr.checked .icr__checkbox {
	background-position:-100px 0
}
.icr.enabled.checked:hover .icr__checkbox {
	background-position:-150px 0
}
.icr__radio {
	width:18px;
	height:18px;
	background-position:0 -50px
}
.icr.enabled:hover .icr__radio {
	background-position:-50px -50px
}
.icr.checked .icr__radio {
	background-position:-100px -50px
}
.icr.enabled.checked:hover .icr__radio {
	background-position:-150px -50px
}
.footable>thead>tr>th>span.footable-sort-indicator {
	width:16px;
	height:16px;
	display:block;
	float:right;
	background:url(img/sorting_sprite.png) no-repeat top left
}
.footable>thead>tr>th.footable-sortable:hover {
	cursor:pointer
}
.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator {
	background-position:0 -16px
}
.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator {
	background-position:0 -32px
}
body, html {
height:100%: width:100%
}
.sp-wrap {
	display:none;
	line-height:0;
	font-size:0;
	background:#eee;
	position:relative;
	margin:0 25px 15px 0;
	border:1px solid #e4e4e4;
	float:left
}
.sp-large {
	position:relative;
	overflow:hidden
}
.sp-large a img {
	max-width:100%;
	height:auto;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in
}
.sp-large a {
	display:inline-block
}
.sp-thumbs {
	width:100%;
	text-align:left
}
.sp-thumbs img {
	width:50px;
	height:50px
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	border:2px solid #eee;
	display:inline-block;
	float:right;
	margin-right:5px
}
.sp-current, .sp-thumbs a:active, .sp-thumbs a:hover {
	border:2px solid #222
}
.sp-zoom {
	position:absolute;
	left:0;
	top:0;
	cursor:zoom;
	cursor:-webkit-zoom-out;
	cursor:-moz-zoom-out;
	display:none
}
.productThumb {
	border-top:1px solid #ddd;
	padding-top:10px
}
.productThumb .sp-thumbs {
	bottom:auto!important;
	position:relative;
	right:0!important;
	text-align:left;
	width:100%!important;
	z-index:70
}
.productThumb .sp-thumbs img {
	width:50px;
	height:50px
}
.productThumb .sp-thumbs a:link, .productThumb .sp-thumbs a:visited {
	border:2px solid #eee;
	display:inline-block;
	float:left;
	margin-right:5px
}
.productThumb .sp-thumbs a, .productThumb .sp-thumbs a:hover, .sp-current, .sp-thumbs a:active {
	border:2px solid #222;
	margin-right:10px!important
}
.style3 .sp-large {
	border:1px solid #ddd;
	max-width:100%!important
}
.mCSB_container {
	width:auto;
	margin-right:30px;
	overflow:hidden
}
.mCSB_container.mCS_no_scrollbar {
	margin-right:0
}
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right:30px
}
.mCustomScrollBox>.mCSB_scrollTools {
	width:16px;
	height:100%;
	top:0;
	right:0
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:auto
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin:20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px
}
.mCSB_scrollTools .mCSB_dragger {
	cursor:pointer;
	width:100%;
	height:30px
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
	top:100%;
	margin-top:-40px
}
.mCSB_horizontal>.mCSB_container {
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-bottom:0
}
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-right:0;
	margin-bottom:30px
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin:0 20px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
	width:30px;
	height:100%
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	margin-left:-40px;
	float:right
}
.mCustomScrollBox {
	-ms-touch-action:none
}
.mCustomScrollBox>.mCSB_scrollTools {
	opacity:.75;
	filter:"alpha(opacity=75)";
	-ms-filter:"alpha(opacity=75)"
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity:1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)"
}
.mCSB_scrollTools .mCSB_draggerRail {
	background:#000;
	background:rgba(0,0,0,.4);
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#fff;
	background:rgba(255,255,255,.75);
	filter:"alpha(opacity=75)";
	-ms-filter:"alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(255,255,255,.85);
	filter:"alpha(opacity=85)";
	-ms-filter:"alpha(opacity=85)"
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(255,255,255,.9);
	filter:"alpha(opacity=90)";
	-ms-filter:"alpha(opacity=90)"
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:.4;
	filter:"alpha(opacity=40)";
	-ms-filter:"alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position:0 0
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position:0 -20px
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:0 -40px
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position:0 -56px
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity:.75;
	filter:"alpha(opacity=75)";
	-ms-filter:"alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity:.9;
	filter:"alpha(opacity=90)";
	-ms-filter:"alpha(opacity=90)"
}
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
	background:#000;
	background:rgba(0,0,0,.15)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#000;
	background:rgba(0,0,0,.75)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(0,0,0,.85)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(0,0,0,.9)
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px 0
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -20px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -40px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -56px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
	width:4px;
	background:#fff;
	background:rgba(255,255,255,.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:4px;
	background:#fff;
	background:rgba(255,255,255,.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:4px;
	margin:6px 0
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:4px;
	margin:6px auto
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(255,255,255,.85)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(255,255,255,.9)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-32px 0
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-32px -20px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-40px -40px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-40px -56px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
	width:8px;
	background:#c38b33;
	background:rgba(0,0,0,.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:8px;
	background:#4a2260;
	background:rgba(74,34,96,.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:8px;
	margin:6px 0
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:8px;
	margin:6px auto
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(0,0,0,.85)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(0,0,0,.9)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-112px 0
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-112px -20px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-120px -40px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-120px -56px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width:4px;
	background:#fff;
	background:rgba(255,255,255,.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:6px;
	background:#fff;
	background:rgba(255,255,255,.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:4px;
	margin:6px 0
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:6px;
	margin:5px auto
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(255,255,255,.85)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(255,255,255,.9)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-16px 0
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-16px -20px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-20px -40px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-20px -56px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width:4px;
	background:#000;
	background:rgba(0,0,0,.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:6px;
	background:#000;
	background:rgba(0,0,0,.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:4px;
	margin:6px 0
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:6px;
	margin:5px auto
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(0,0,0,.85)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(0,0,0,.9)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-96px 0
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-96px -20px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-100px -40px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-100px -56px
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background:#fff;
	background:rgba(255,255,255,.1)
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:2px
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:2px;
	margin:7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background:#000;
	background:rgba(0,0,0,.15)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:2px;
	background:#000;
	background:rgba(0,0,0,.75)
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width:100%
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:100%;
	height:2px;
	margin:7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgba(0,0,0,.85)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background:rgba(0,0,0,.9)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
	background-position:-80px 0
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
	background-position:-80px -20px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position:-80px -40px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
	background-position:-80px -56px
}
body, html {
	border:0;
	margin:0;
	padding:0
}
.smart-wrap {
	padding:0 20px
}
.smart-forms, .smart-forms * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.smart-forms {
	font-family:inherit;
	line-height:1.231;
	font-size:13px;
	color:#000
}
.smart-container {
	background:#fff;
	margin:50px auto;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,.65);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.65);
	-o-box-shadow:0 1px 5px rgba(0,0,0,.65);
	box-shadow:0 1px 5px rgba(0,0,0,.65)
}
.wrap-0 {
	max-width:952px
}
.wrap-1 {
	max-width:852px
}
.wrap-2 {
	max-width:652px
}
.wrap-3 {
	max-width:452px
}
.smart-forms .section {
	margin-bottom:22px
}
.smart-forms .smart-link {
	color:#eb3f7d;
	text-decoration:none
}
.smart-forms .smart-link:hover {
	text-decoration:underline
}
.smart-forms .tagline {
	height:0;
	border-top:1px solid #d9dde5;
	text-align:center
}
.smart-forms .tagline span {
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	padding:0 15px;
	background:#fff;
	color:#848484;
	top:-10px
}
.smart-forms .field {
	display:block;
	position:relative
}
.smart-forms .field-icon i {
	color:#a2a6a8;
	position:relative;
	top:0
}
.smart-forms .field-label {
	display:block;
	margin-bottom:7px
}
.smart-forms .field-label.colm {
	padding-top:12px
}
.smart-forms .field-label em {
	color:#e74c3c;
	font-size:14px;
	font-style:normal;
	display:inline-block;
	margin-left:4px;
	position:relative;
	top:3px
}
.smart-forms .form-header {
	overflow:hidden;
	position:relative;
	padding:25px 30px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0
}
.smart-forms .form-header h4 {
	font-family:'Open Sans', sans-serif;
	text-align:left;
	font-weight:300;
	font-size:32px;
	padding:0;
	margin:0
}
.smart-forms .form-header h4 i {
	font-size:38px;
	position:relative;
	margin-right:10px;
	top:2px
}
.smart-forms .header-primary {
	background-color:#eb3f7d;
	border-top:1px solid #23e0ba;
	border-bottom:5px solid #16a085
}
.smart-forms .header-lite {
	background:#f3f5fa;
	border-top:1px solid #23e0ba;
	border-bottom:1px solid #d9dde5
}
.smart-forms .header-lite:before {
	content:"";
	background-color:#eb3f7d;
	position:absolute;
	height:8px;
	z-index:1;
	top:0;
	right:0;
	left:0
}
.smart-forms .header-primary h4 {
	color:#fff
}
.smart-forms .header-lite h4 {
	color:#5d6a87;
	padding-top:5px
}
.smart-flat, .smart-flat .form-header {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.smart-forms .form-body {
	padding:40px 30px;
	padding-bottom:20px
}
.smart-forms .form-footer {
	overflow:hidden;
	padding:6px 0 0
}
.smart-forms input[type=search] {
	-webkit-appearance:textfield
}
.smart-forms ::-webkit-search-cancel-button, .smart-forms ::-webkit-search-decoration {
-webkit-appearance:none
}
.smart-forms input::-webkit-input-placeholder, .smart-forms textarea::-webkit-input-placeholder {
color:#919da8
}
.smart-forms input:focus::-webkit-input-placeholder, .smart-forms textarea:focus::-webkit-input-placeholder {
color:#d6dbe0
}
.smart-forms input:-moz-placeholder, .smart-forms textarea:-moz-placeholder {
color:#919da8
}
.smart-forms input:focus:-moz-placeholder, .smart-forms textarea:focus:-moz-placeholder {
color:#d6dbe0
}
.smart-forms input::-moz-placeholder, .smart-forms textarea::-moz-placeholder {
color:#919da8;
opacity:1
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
color:#d6dbe0;
opacity:1
}
.smart-forms input:-ms-input-placeholder, .smart-forms textarea:-ms-input-placeholder {
color:#919da8
}
.smart-forms input:focus:-ms-input-placeholder, .smart-forms textarea:focus:-ms-input-placeholder {
color:#d6dbe0
}
.smart-forms button, .smart-forms input, .smart-forms label, .smart-forms select, .smart-forms textarea {
	font-family:inherit;
	color:#333;
	outline:0
}
.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select-multiple select, .smart-forms .select>select, .smart-forms input[type=button], .smart-forms input[type=search], .smart-forms input[type=submit] {
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:transparent;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.smart-forms input[type=search]::-webkit-search-cancel-button, .smart-forms input[type=search]::-webkit-search-decoration, .smart-forms input[type=search]::-webkit-search-results-button, .smart-forms input[type=search]::-webkit-search-results-decoration {
display:none
}
.smart-forms .field-label, .smart-forms .option, .smart-forms .switch {
	font-size:14px
}
.smart-forms .button, .smart-forms .checkbox, .smart-forms .radio, .smart-forms .switch>label {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none
}
.smart-forms .button, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .notification, .smart-forms .radio, .smart-forms .select-multiple select, .smart-forms .select>select, .smart-forms .tooltip, .smart-forms input[type=button].button, .smart-forms input[type=search].gui-input, .smart-forms input[type=submit].button {
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	outline:0
}
.smart-forms .select-multiple select, .smart-forms .select>select {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none
}
.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select, .smart-forms .select-multiple select, .smart-forms .select>select {
	background:#fff;
	position:relative;
	vertical-align:top;
	border:1px solid #cfcfcf;
	display:-moz-inline-stack;
	display:inline-block;
	color:#666;
	outline:0;
	height:42px;
	width:100%
}
.smart-forms .gui-input, .smart-forms .gui-textarea {
	padding:10px
}
.smart-forms .gui-textarea {
	resize:none;
	line-height:19px;
	overflow:auto;
	max-width:100%;
	height:96px
}
.smart-forms .input-hint {
	padding:10px;
	display:block;
	margin-top:-4px;
	line-height:16px;
	position:relative;
	background:#eb3f7d;
	border:2px solid #bdc3c7;
	border-top:1px solid #bdc3c7;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	font-size:11px;
	color:#777
}
.smart-forms .select {
	border:0;
	z-index:10
}
.smart-forms .select>select {
	display:block;
	padding:9px 10px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline:0;
	text-indent:.01px;
	z-index:10;
	margin:0
}
.smart-forms .select>select::-ms-expand {
display:none
}
.smart-forms .select:after, .smart-forms .select:before {
	content:'';
	position:absolute;
	pointer-events:none;
	z-index:15
}
.smart-forms .select:before {
	top:2px;
	right:2px;
	width:34px;
	bottom:2px;
	background:#ddd;
	border-left:1px solid #d3dae7;
	-webkit-border-radius:0 1px 1px 0;
	-moz-border-radius:0 1px 1px 0;
	-o-border-radius:0 1px 1px 0;
	border-radius:0 1px 1px 0
}
.smart-forms .select .arrow {
	position:absolute;
	top:9px;
	right:5px;
	width:24px;
	height:24px;
	color:#333;
	pointer-events:none;
	z-index:16
}
.smart-forms .select .arrow:after, .smart-forms .select .arrow:before {
	content:'';
	position:absolute;
	font:12px Consolas, monospace;
	font-style:normal;
	pointer-events:none;
	left:6px
}
.smart-forms .select .arrow:before {
	content:'\25BC';
	bottom:4px
}
.smart-forms .select .double:after {
	content:'\25B2';
	top:-1px
}
.smart-forms .select .double:before {
	content:'\25BC';
	bottom:-1px
}
.smart-forms .select-multiple select {
	width:100%;
	height:123px;
	padding:10px
}
.smart-forms .file {
	display:block;
	width:100%
}
.smart-forms .file .gui-file {
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity:0;
	z-index:11;
	bottom:0;
	right:0
}
.smart-forms .file .button {
	float:none;
	height:38px;
	line-height:34px;
	padding:0 16px;
	position:absolute;
	right:3px;
	top:2px;
	z-index:9
}
.smart-forms .file .gui-file:hover+.gui-input, .smart-forms .gui-input:hover, .smart-forms .gui-input:hover~.input-hint, .smart-forms .gui-textarea:hover, .smart-forms .gui-textarea:hover~.input-hint, .smart-forms .select-multiple select:hover, .smart-forms .select>select:hover {
border-color:##98ce06
}
.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select-multiple select:focus, .smart-forms .select>select:focus {
	border-color:#c7b392;
	color:#3c3c3c
}
.smart-forms .gui-textarea:focus {
	height:120px
}
.smart-forms .select>select:focus {
	z-index:10
}
.smart-forms .gui-input:focus~.field-icon i, .smart-forms .gui-textarea:focus~.field-icon i {
color:#eb3f7d
}
.smart-forms .file .gui-file:focus+.gui-input, .smart-forms .gui-input:focus~.input-hint, .smart-forms .gui-textarea:focus~.input-hint, .smart-forms .select-multiple select:focus {
border-color:#eb3f7d
}
.smart-forms .select>select:focus+.arrow {
	color:#c7b392
}
.smart-forms .option {
	position:relative;
	padding-right:15px;
	display:inline-block;
	vertical-align:middle
}
.smart-forms .option>input {
	position:absolute;
	height:inherit;
	width:inherit;
	opacity:0;
	left:0
}
.smart-forms .checkbox, .smart-forms .radio {
	position:relative;
	margin-right:6px;
	background:#fff;
	display:inline-block;
	border:3px solid #b5c1c7;
	margin-bottom:0;
	margin-top:0;
	height:21px;
	width:21px;
	top:4px
}
.smart-forms .checkbox:before, .smart-forms .radio:before {
	content:'';
	display:none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;
	padding:0;
	margin:0
}
.smart-forms input:checked+.checkbox:before, .smart-forms input:checked+.radio:before {
	display:block
}
.smart-forms .checkbox:before {
	position:absolute;
	top:4px;
	left:3px;
	width:6px;
	height:3px;
	border:solid #98ce06;
	border-width:0 0 3px 3px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.smart-forms input:checked+.checkbox, .smart-forms input:checked+.radio {
	border:3px solid #61ad50
}
.smart-forms .radio {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px
}
.smart-forms .radio:before {
	margin:4px;
	width:7px;
	height:7px;
	background:#61ad50;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px
}
.smart-forms input:hover+.checkbox, .smart-forms input:hover+.radio {
	border-color:#62d0ba
}
.smart-forms input:focus+.checkbox, .smart-forms input:focus+.radio {
	border-color:#eb3f7d
}
.smart-forms input:focus+.radio:before {
	background:#eb3f7d
}
.smart-forms input:focus+.checkbox:before {
	border-color:#eb3f7d
}
.smart-forms .switch {
	cursor:pointer;
	position:relative;
	padding-right:10px;
	display:inline-block;
	margin-bottom:5px;
	height:26px
}
.smart-forms .switch>.switch-label {
	cursor:pointer;
	display:inline-block;
	position:relative;
	height:25px;
	width:58px;
	color:#fff;
	font-size:10px;
	font-weight:700;
	line-height:20px;
	text-align:center;
	background:#b5c1c7;
	border:2px solid #b5c1c7;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	-webkit-transition:.3s ease-out;
	-moz-transition:.3s ease-out;
	-o-transition:.3s ease-out;
	transition:.3s ease-out;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px
}
.smart-forms .switch>.switch-label+span {
	display:inline-block;
	padding-left:5px;
	position:relative;
	top:-7px
}
.smart-forms .switch>.switch-label:before {
	content:attr(data-off);
	position:absolute;
	top:1px;
	right:3px;
	width:33px
}
.smart-forms .switch>.switch-label:after {
	content:"";
	margin:1px;
	width:19px;
	height:19px;
	display:block;
	background:#fff;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px
}
.smart-forms .switch>input {
	-webkit-appearance:none;
	position:absolute;
	width:inherit;
	height:inherit;
	opacity:0;
	left:0;
	top:0
}
.smart-forms .switch>input:focus {
	outline:0
}
.smart-forms .switch>input:focus+.switch-label {
	color:#fff;
	border-color:#a1a6a9;
	background:#a1a6a9
}
.smart-forms .switch>input:focus+.switch-label:after {
	background:#fff
}
.smart-forms .switch>input:checked+.switch-label {
	border-color:#eb3f7d;
	background:#eb3f7d;
	padding-left:33px;
	color:#fff
}
.smart-forms .switch>input:checked+.switch-label:before {
	content:attr(data-on);
	left:1px;
	top:1px
}
.smart-forms .switch>input:checked+.switch-label:after {
	margin:1px;
	width:19px;
	height:19px;
	background:#fff
}
.smart-forms .switch>input:checked:focus+.switch-label {
	background:#16a085;
	border-color:#16a085
}
.smart-forms .switch-round>.switch-label {
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	border-radius:13px
}
.smart-forms .switch-round>.switch-label+span {
	top:-2px
}
.smart-forms .switch-round>.switch-label:before {
	width:33px
}
.smart-forms .switch-round>.switch-label:after {
	width:19px;
	color:#b5c1c7;
	content:"\2022";
	font:20px/20px Times, Serif;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-o-border-radius:13px;
	border-radius:13px
}
.smart-forms .switch-round>input:checked+.switch-label {
	padding-left:33px
}
.smart-forms .switch-round>input:checked+.switch-label:after {
	color:#eb3f7d
}
.smart-forms .button {
	border:0;
	height:42px;
	color:#243140;
	line-height:1;
	font-size:15px;
	cursor:pointer;
	padding:0 18px;
	text-align:center;
	vertical-align:top;
	background:#bdc3c7;
	display:inline-block;
	-webkit-user-drag:none;
	text-shadow:0 1px rgba(255,255,255,.2)
}
.smart-forms .button:hover {
	color:#243140;
	background:#cacfd2
}
.smart-forms .button:active {
	color:#1d2938;
	background:#a1a6a9
}
.smart-forms a.button, .smart-forms label.button, .smart-forms span.button {
	line-height:42px;
	text-decoration:none
}
.smart-forms .button i {
	font-size:14px
}
.smart-forms .button-list .button {
	margin-bottom:5px
}
.smart-forms .btn-primary {
	background-color:#eb3f7d
}
.smart-forms .btn-primary:focus, .smart-forms .btn-primary:hover {
	background-color:#48c9b0
}
.smart-forms .btn-primary:active {
	background-color:#16a085
}
.smart-forms .btn-primary, .smart-forms .btn-primary:active, .smart-forms .btn-primary:focus, .smart-forms .btn-primary:hover {
	color:#fff;
	text-shadow:0 1px rgba(0,0,0,.08)
}
.smart-forms .btn-rounded {
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px
}
.smart-forms .button-left, .smart-forms .button-right {
	position:relative;
	z-index:9
}
.smart-forms .button-left:before, .smart-forms .button-right:before {
	content:'';
	z-index:-1;
	width:32px;
	height:32px;
	position:absolute;
	background-color:inherit;
	border-color:inherit;
	border:none;
	top:5px
}
.smart-forms .button-left {
	border-left-width:0;
	padding:0 18px 0 7px;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	margin-left:20px
}
.smart-forms .button-left:before {
	left:-15px;
	-webkit-border-radius:2px 5px 0 5px;
	-moz-border-radius:2px 5px 0;
	-o-border-radius:2px 5px 0 5px;
	border-radius:2px 5px 0 5px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.smart-forms .button-right {
	padding:0 7px 0 18px;
	border-right-width:0;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	margin-right:20px
}
.smart-forms .button-right:before {
	right:-15px;
	-webkit-border-radius:5px 2px 5px 0;
	-moz-border-radius:5px 2px 5px 0;
	-o-border-radius:5px 2px 5px 0;
	border-radius:5px 2px 5px 0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.smart-forms .btn-pointed.button-left, .smart-forms .btn-pointed.button-right {
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px
}
.smart-forms .btn-rounded.button-left {
	-webkit-border-radius:0 22px 22px 0;
	-moz-border-radius:0 22px 22px 0;
	-o-border-radius:0 22px 22px 0;
	border-radius:0 22px 22px 0
}
.smart-forms .btn-rounded.button-right {
	-webkit-border-radius:22px 0 0 22px;
	-moz-border-radius:22px 0 0 22px;
	-o-border-radius:22px 0 0 22px;
	border-radius:22px 0 0 22px
}
.smart-forms .pushed {
	-webkit-box-shadow:inset 0 -.3em 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset 0 -.3em 0 rgba(0,0,0,.2);
	-o-box-shadow:inset 0 -.3em 0 rgba(0,0,0,.2);
	box-shadow:inset 0 -.3em 0 rgba(0,0,0,.2);
	position:relative
}
.smart-forms .pushed:active {
	-webkit-box-shadow:inset 0 -.15em 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset 0 -.15em 0 rgba(0,0,0,.2);
	-o-box-shadow:inset 0 -.15em 0 rgba(0,0,0,.2);
	box-shadow:inset 0 -.15em 0 rgba(0,0,0,.2);
	top:2px
}
.smart-forms .pushed.button-left:before {
	-webkit-box-shadow:inset .35em 0 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset .35em 0 0 rgba(0,0,0,.2);
	-o-box-shadow:inset .35em 0 0 rgba(0,0,0,.2);
	box-shadow:inset .35em 0 0 rgba(0,0,0,.2)
}
.smart-forms .pushed:active.button-left:before {
	-webkit-box-shadow:inset .2em 0 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset .2em 0 0 rgba(0,0,0,.2);
	-o-box-shadow:inset .2em 0 0 rgba(0,0,0,.2);
	box-shadow:inset .2em 0 0 rgba(0,0,0,.2)
}
.smart-forms .pushed.button-right:before {
	-webkit-box-shadow:inset -.35em 0 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset -.35em 0 0 rgba(0,0,0,.2);
	-o-box-shadow:inset -.35em 0 0 rgba(0,0,0,.2);
	box-shadow:inset -.35em 0 0 rgba(0,0,0,.2)
}
.smart-forms .pushed:active.button-right:before {
	-webkit-box-shadow:inset -.2em 0 0 rgba(0,0,0,.2);
	-moz-box-shadow:inset -.2em 0 0 rgba(0,0,0,.2);
	-o-box-shadow:inset -.2em 0 0 rgba(0,0,0,.2);
	box-shadow:inset -.2em 0 0 rgba(0,0,0,.2)
}
.smart-forms .form-footer .button {
	margin-right:10px;
	margin-bottom:5px
}
.smart-forms .align-right .button {
	margin-right:0;
	margin-left:10px
}
.smart-forms .facebook, .smart-forms .facebook:focus, .smart-forms .facebook:hover, .smart-forms .googleplus, .smart-forms .googleplus:focus, .smart-forms .googleplus:hover, .smart-forms .twitter, .smart-forms .twitter:focus, .smart-forms .twitter:hover {
	color:#fff;
	text-shadow:0 1px rgba(0,0,0,.08)
}
.smart-forms .facebook {
	background-color:#3b5998
}
.smart-forms .twitter {
	background-color:#00acee
}
.smart-forms .googleplus {
	background-color:#dd4b39
}
.smart-forms .facebook:focus, .smart-forms .facebook:hover {
	background-color:#25385f
}
.smart-forms .twitter:focus, .smart-forms .twitter:hover {
	background-color:#00749f
}
.smart-forms .googleplus:focus, .smart-forms .googleplus:hover {
	background-color:#8d2418
}
.smart-forms .span-left {
	padding-left:52px;
	text-align:left
}
.smart-forms .btn-social {
	position:relative;
	margin-bottom:5px
}
.smart-forms .btn-social i {
	font-size:22px;
	position:relative;
	top:2px
}
.smart-forms .btn-social span {
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	display:inline-block;
	text-align:center;
	position:absolute;
	width:42px;
	left:0
}
.smart-forms .twitter span {
	background-color:#009ad5
}
.smart-forms .facebook span {
	background-color:#31497d
}
.smart-forms .googleplus span {
	background-color:#c03121
}
.smart-forms .rating {
	position:relative
}
.smart-forms .rating.block {
	display:block;
	margin:10px 0
}
.smart-forms .rating label {
	color:#b5c1c7
}
.smart-forms .rating label i {
	font-size:17px;
	text-align:center;
	color:inherit
}
.smart-forms .rating label span {
	font:22px/22px Times, Serif
}
.smart-forms .rating-star {
	margin-left:4px
}
.smart-forms .rating-input {
	position:absolute;
	left:-9999px;
	top:auto
}
.smart-forms .rating-input:checked~.rating-star, .smart-forms .rating:hover .rating-star:hover, .smart-forms .rating:hover .rating-star:hover~.rating-star {
color:#eb3f7d
}
.smart-forms .rating-star, .smart-forms .rating:hover .rating-star {
	width:18px;
	float:right;
	display:block;
	cursor:pointer;
	color:#b5c1c7
}
.smart-forms .rating:after, .smart-forms .rating:before {
	display:table;
	content:"";
	line-height:0
}
.smart-forms .rating:after {
	clear:both
}
.smart-forms .rating .lbl-text {
	font-size:14px;
	display:inline-block;
	float:left
}
.smart-forms .rating-wrapper {
	position:relative;
	display:inline-block;
	margin-top:0;
	float:right
}
.smart-forms .rating label span {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 1px rgba(255,255,255,0);
	-webkit-transition:margin .6s, opacity .6s;
	-moz-transition:margin .6s, opacity .6s;
	-ms-transition:margin .6s, opacity .6s;
	-o-transition:margin .6s, opacity .6s;
	transition:margin .6s, opacity .6s;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	white-space:nowrap;
	position:absolute;
	padding:5px 10px;
	font-weight:700;
	background:#34495e;
	font-size:11px;
	margin-left:-5px;
	margin-bottom:15px;
	display:block;
	left:-9999px;
	color:#fff;
	opacity:0;
	z-index:10
}
.smart-forms .rating label:hover span {
	bottom:100%;
	opacity:1;
	left:auto;
	margin-bottom:5px
}
.smart-forms .rating label span:before {
	content:'';
	position:absolute;
	border-top:4px solid #34495e;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	left:8px;
	top:100%
}
.smart-forms .append-picker-icon, .smart-forms .prepend-picker-icon, .smart-forms .smart-widget {
	position:relative;
	display:block
}
.smart-forms .append-picker-icon input, .smart-forms .prepend-picker-icon input, .smart-forms .smart-widget .field input {
	width:100%
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	position:absolute;
	height:42px;
	top:0
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon .gui-input, .smart-forms .sm-left .field input, .smart-forms .sm-right .button {
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-top-left-radius:0;
	-moz-border-bottom-left-radius:0;
	-o-border-top-left-radius:0;
	-o-border-bottom-left-radius:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.smart-forms .append-picker-icon .gui-input, .smart-forms .prepend-picker-icon button, .smart-forms .sm-left .button, .smart-forms .sm-right .field input {
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-top-right-radius:0;
	-moz-border-bottom-right-radius:0;
	-o-border-top-right-radius:0;
	-o-border-bottom-right-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.smart-forms .prepend-picker-icon button, .smart-forms .sm-left .button {
	left:0
}
.smart-forms .append-picker-icon button, .smart-forms .sm-right .button {
	right:0
}
.smart-forms .prepend-picker-icon, .smart-forms .sml-50 {
	padding-left:50px
}
.smart-forms .prepend-picker-icon button, .smart-forms .sml-50 .button {
	width:50px
}
.smart-forms .sml-80 {
	padding-left:80px
}
.smart-forms .sml-80 .button {
	width:80px
}
.smart-forms .sml-120 {
	padding-left:120px
}
.smart-forms .sml-120 .button {
	width:120px
}
.smart-forms .append-picker-icon, .smart-forms .smr-50 {
	padding-right:50px
}
.smart-forms .append-picker-icon button, .smart-forms .smr-50 .button {
	width:50px
}
.smart-forms .smr-80 {
	padding-right:80px
}
.smart-forms .smr-80 .button {
	width:80px
}
.smart-forms .smr-120 {
	padding-right:120px
}
.smart-forms .smr-120 .button {
	width:120px
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button {
	background:#bdc3c7;
	text-shadow:0 1px rgba(255,255,255,.2);
	text-align:center;
	cursor:pointer;
	color:#243140;
	border:0
}
.smart-forms .append-picker-icon button:hover, .smart-forms .prepend-picker-icon button:hover {
	color:#243140;
	background:#cacfd2
}
.smart-forms .append-picker-icon button:active, .smart-forms .prepend-picker-icon button:active {
	color:#1d2938;
	background:#a1a6a9
}
.smart-forms .append-icon, .smart-forms .prepend-icon {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:100%
}
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
	top:0;
	width:42px;
	height:42px;
	color:inherit;
	line-height:42px;
	position:absolute;
	text-align:center;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;
	pointer-events:none;
	z-index:9
}
.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
	position:relative;
	font-size:14px;
	vertical-align:initial
}
.smart-forms .prepend-icon .field-icon {
	left:0
}
.smart-forms .append-icon .field-icon {
	right:0
}
.smart-forms .prepend-icon>input, .smart-forms .prepend-icon>select, .smart-forms .prepend-icon>textarea {
	padding-left:36px
}
.smart-forms .append-icon>input, .smart-forms .append-icon>textarea {
	padding-right:36px;
	padding-left:10px
}
.smart-forms .append-icon>textarea {
	padding-right:36px
}
.smart-forms .tooltip {
	position:absolute;
	z-index:-1;
	opacity:0;
	color:#fff;
	width:184px;
	left:-9999px;
	top:auto;
	font-size:11px;
	font-weight:400;
	background:#34495e;
	-webkit-transition:margin .6s, opacity .6s;
	-moz-transition:margin .6s, opacity .6s;
	-ms-transition:margin .6s, opacity .6s;
	-o-transition:margin .6s, opacity .6s;
	transition:margin .6s, opacity .6s
}
.smart-forms .tooltip>em {
	padding:12px;
	font-style:normal;
	display:block;
	position:static
}
.smart-forms .tooltip:after {
	content:'';
	position:absolute
}
.smart-forms .gui-input:focus+.tooltip, .smart-forms .gui-textarea:focus+.tooltip, .smart-forms .option:hover .tooltip, .smart-forms .select>select:focus~.tooltip {
opacity:1;
z-index:999
}
.smart-forms .tip-left {
	top:1px;
	margin-right:-20px
}
.smart-forms .tip-left:after {
	top:12px;
	left:100%;
	border-left:8px solid #34495e;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-left, .smart-forms .gui-textarea:focus+.tip-left, .smart-forms .select>select:focus~.tip-left {
margin-right:5px;
right:100%;
left:auto
}
.smart-forms .tip-right {
	top:1px;
	margin-left:-20px
}
.smart-forms .tip-right:after {
	top:12px;
	right:100%;
	border-right:8px solid #34495e;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-right, .smart-forms .gui-textarea:focus+.tip-right, .smart-forms .select>select:focus~.tip-right {
left:100%;
margin-left:5px
}
.smart-forms .tip-right-top {
	bottom:100%;
	margin-bottom:-20px
}
.smart-forms .tip-right-top:after {
	top:100%;
	right:12px;
	border-top:8px solid #34495e;
	border-right:8px solid transparent;
	border-left:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-right-top, .smart-forms .gui-textarea:focus+.tip-right-top, .smart-forms .select>select:focus~.tip-right-top {
right:0;
left:auto;
margin-bottom:10px
}
.smart-forms .option .tooltip, .smart-forms .tip-left-top {
	bottom:100%;
	margin-bottom:-20px
}
.smart-forms .option .tooltip:after, .smart-forms .tip-left-top:after {
	top:100%;
	left:12px;
	border-top:8px solid #34495e;
	border-right:8px solid transparent;
	border-left:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-left-top, .smart-forms .gui-textarea:focus+.tip-left-top, .smart-forms .option:hover .tooltip, .smart-forms .select>select:focus~.tip-left-top {
left:0;
right:auto;
margin-bottom:10px
}
.smart-forms .option:hover .tooltip {
	left:-10px
}
.smart-forms .tip-right-bottom {
	top:100%;
	margin-top:-20px
}
.smart-forms .tip-right-bottom:after {
	right:12px;
	bottom:100%;
	border-bottom:8px solid #34495e;
	border-right:8px solid transparent;
	border-left:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-right-bottom, .smart-forms .gui-textarea:focus+.tip-right-bottom {
	margin-top:10px;
	left:auto;
	right:0
}
.smart-forms .tip-left-bottom {
	top:100%;
	margin-top:-20px
}
.smart-forms .tip-left-bottom:after {
	left:12px;
	bottom:100%;
	border-bottom:8px solid #34495e;
	border-right:8px solid transparent;
	border-left:8px solid transparent
}
.smart-forms .gui-input:focus+.tip-left-bottom, .smart-forms .gui-textarea:focus+.tip-left-bottom {
	margin-top:10px;
	right:auto;
	left:0
}
.smart-forms .smart-list {
	list-style:none;
	margin:0;
	padding:0
}
.smart-forms .smart-list li {
	margin-bottom:20px
}
.smart-forms .form-msg {
	display:none
}
.smart-forms .notification {
	color:#444;
	padding:15px;
	position:relative
}
.smart-forms .notification p {
	margin:0;
	padding:0 15px;
	padding-left:5px;
	line-height:normal
}
.smart-forms .notification .close-btn {
	margin-top:-7px;
	padding:inherit;
	position:absolute;
	text-decoration:none;
	font:bold 20px/20px Arial, sans-serif;
	opacity:.65;
	color:inherit;
	display:block;
	right:1px;
	top:14%
}
.smart-forms .notification .close-btn:hover {
	opacity:1
}
.smart-forms .alert-info {
	color:#163161;
	background-color:#cfe6fc
}
.smart-forms .alert-success {
	color:#363;
	background-color:#d2f7ad
}
.smart-forms .alert-warning {
	color:#c60;
	background-color:#fae7a2
}
.smart-forms .alert-error {
	color:#900;
	background-color:#fbdbcf
}
.smart-forms .notification ul {
	margin-left:1.3em;
	list-style-position:inside;
	margin-top:10px
}
.smart-forms .state-error .checkbox, .smart-forms .state-error .gui-input, .smart-forms .state-error .gui-textarea, .smart-forms .state-error .radio, .smart-forms .state-error input:focus+.checkbox, .smart-forms .state-error input:focus+.radio, .smart-forms .state-error input:hover+.checkbox, .smart-forms .state-error input:hover+.radio, .smart-forms .state-error.select-multiple>select, .smart-forms .state-error.select>select {
	background:#feefe9;
	border-color:#e46b66
}
.smart-forms .state-error .gui-input~.field-icon i, .smart-forms .state-error .gui-textarea~.field-icon i {
color:#e74c3c
}
.smart-forms .state-error.select .arrow {
	color:#e74c3c
}
.smart-forms .state-error.select:before {
	border-left:1px solid #e46b66
}
.smart-forms .state-error .gui-input~.input-hint, .smart-forms .state-error .gui-textarea~.input-hint, .smart-forms .state-error.file .gui-file:hover+.gui-input {
border-color:#e46b66
}
.smart-forms .state-error+em {
	display:block!important;
	margin-top:6px;
	padding:0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	line-height:normal;
	color:#c00;
	font-size:.85em
}
.smart-forms .state-success .checkbox, .smart-forms .state-success .gui-input, .smart-forms .state-success .gui-textarea, .smart-forms .state-success .radio, .smart-forms .state-success input:focus+.checkbox, .smart-forms .state-success input:focus+.radio, .smart-forms .state-success input:hover+.checkbox, .smart-forms .state-success input:hover+.radio, .smart-forms .state-success.select-multiple>select, .smart-forms .state-success.select>select {
	background:#eafcd8;
	border-color:#2ecc71
}
.smart-forms .state-success .gui-input~.field-icon i, .smart-forms .state-success .gui-textarea~.field-icon i {
color:#2ecc71
}
.smart-forms .state-success.select .arrow {
	color:#2ecc71
}
.smart-forms .state-success.select:before {
	border-left:1px solid #2ecc71
}
.smart-forms .state-success .gui-input~.input-hint, .smart-forms .state-success .gui-textarea~.input-hint, .smart-forms .state-success.file .gui-file:hover+.gui-input {
border-color:#2ecc71
}
.smart-forms .button[disabled], .smart-forms .state-disabled .button, .smart-forms .switch>input[disabled]+label, .smart-forms input[disabled]+.checkbox, .smart-forms input[disabled]+.radio {
	cursor:default;
	opacity:.5
}
.smart-forms .file .gui-file[disabled]+.gui-input, .smart-forms .file .gui-file[disabled]:hover+.gui-input, .smart-forms .gui-input[disabled], .smart-forms .gui-input[disabled]~.input-hint, .smart-forms .gui-textarea[disabled], .smart-forms .gui-textarea[disabled]~.input-hint, .smart-forms .select-multiple select[disabled], .smart-forms .select>select[disabled] {
background-color:#f4f6f6;
border-color:#d5dbdb!important;
cursor:default;
color:#d5dbdb;
opacity:.7
}
.smart-forms .select>select[disabled]+.arrow, .smart-forms input[disabled]~.field-icon i, .smart-forms textarea[disabled]~.field-icon i {
opacity:.4
}
.ui-helper-hidden {
	display:none
}
.ui-helper-hidden-accessible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.ui-helper-reset {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
	content:"";
	display:table;
	border-collapse:collapse
}
.ui-helper-clearfix:after {
	clear:both
}
.ui-helper-clearfix {
	min-height:0
}
.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0)
}
.ui-front {
	z-index:100
}
.ui-datepicker {
	width:18em;
	margin-top:14px;
	display:none;
	background:#fff;
	position:relative;
	font:14px/1.55 Roboto, Arial, Helvetica, sans-serif;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,.3);
	-o-box-shadow:0 0 4px rgba(0,0,0,.3);
	box-shadow:0 0 4px rgba(0,0,0,.3);
	border:5px solid #eb3f7d;
	z-index:9999!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	text-align:center;
	color:#666
}
.ui-datepicker:before {
	content:"";
	bottom:auto;
	border:solid;
	border-width:16px;
	border-color:transparent transparent #eb3f7d;
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) #eb3f7d rgba(255,255,255,0);
	position:absolute;
	margin-left:-10px;
	display:block;
	top:-32px;
	left:10%;
	height:0;
	width:0
}
.ui-datepicker a {
	color:#404040;
	text-align:center
}
.ui-datepicker .ui-state-disabled span {
	color:#d9dde5
}
.ui-datepicker .ui-datepicker-header, .ui-timepicker-div .ui-widget-header {
	position:relative;
	background:#eb3f7d;
	line-height:27px;
	font-size:15px;
	padding:10px
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
	width:34px;
	height:34px;
	display:block;
	font-size:14px;
	position:absolute;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	top:19.5%
}
.ui-datepicker .ui-datepicker-prev {
	left:2px
}
.ui-datepicker .ui-datepicker-next {
	right:2px
}
.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center;
	color:#fff
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0
}
.ui-datepicker select.ui-datepicker-month-year {
	width:100%
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width:49%
}
.ui-datepicker table {
	width:100%;
	font-size:.9em;
	margin:0 0 .4em;
	border-collapse:collapse
}
.ui-datepicker th {
	padding:.5em .3em;
	text-align:center;
	font-weight:700;
	border:0
}
.ui-datepicker td {
	border:0;
	padding:2px 5px
}
.ui-datepicker td a, .ui-datepicker td span {
	padding:.25em;
	display:block;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.ui-datepicker td a:hover, .ui-datepicker td span:hover {
	background:#d7dcde
}
.ui-datepicker .ui-state-disabled span:hover {
	background:0 0
}
.ui-datepicker .ui-state-highlight, .ui-datepicker-today a, .ui-datepicker-today a:hover {
	font-weight:700;
	background:#eb3f7d!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#fff
}
.cal-widget .ui-datepicker {
	width:100%;
	margin-top:0
}
.cal-widget .ui-datepicker:before {
	display:none
}
.ui-datepicker.ui-datepicker-multi {
	width:auto
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.333%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
	font-size:0
}
.ui-datepicker-buttonpane {
	border-top:1px solid #d9dde5;
	padding:10px
}
.ui-datepicker-buttonpane button {
	padding:8px 12px;
	margin-right:.2em;
	position:relative;
	line-height:normal;
	display:inline-block;
	-webkit-user-drag:none;
	text-shadow:0 1px rgba(255,255,255,.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	vertical-align:middle;
	background:#bdc3c7;
	text-align:center;
	overflow:visible;
	cursor:pointer;
	color:#243140;
	border:0
}
.ui-datepicker-buttonpane button:hover {
	color:#243140;
	background:#cacfd2
}
.ui-datepicker-buttonpane button:active {
	color:#1d2938;
	background:#a1a6a9
}
.ui-monthpicker .ui-datepicker-header {
	margin-bottom:3px
}
.smart-forms .slider-wrapper, .smart-forms .sliderv-wrapper {
	background:#e2e8f1;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.smart-forms .ui-slider {
	position:relative;
	text-align:left
}
.smart-forms .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.5em;
	height:1.5em;
	cursor:default;
	background:#fff;
	text-decoration:none;
	border:2px solid #98ce06;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-ms-touch-action:none;
	touch-action:none;
	margin-top:-3px;
	outline:0
}
.smart-forms .ui-slider .ui-slider-handle:before {
	content:'';
	width:6px;
	height:6px;
	position:absolute;
	background-color:#98ce06;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	z-index:2;
	left:5px;
	top:5px
}
.smart-forms .ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
	background-color:#98ce06;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle, .smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit
}
.smart-forms .ui-slider-horizontal {
	height:.4em
}
.smart-forms .ui-slider-horizontal .ui-slider-handle {
	top:-.3em;
	margin-left:-.6em
}
.smart-forms .ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%
}
.smart-forms .ui-slider-horizontal .ui-slider-range-min {
	left:0
}
.smart-forms .ui-slider-horizontal .ui-slider-range-max {
	right:0
}
.smart-forms .sliderv-wrapper, .smart-forms .ui-slider-vertical {
	width:.5em;
	height:100px
}
.smart-forms .ui-slider-vertical .ui-slider-handle {
	left:-.45em;
	margin-left:0;
	margin-bottom:-.6em
}
.smart-forms .ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%
}
.smart-forms .ui-slider-vertical .ui-slider-range-min {
	bottom:0
}
.smart-forms .ui-slider-vertical .ui-slider-range-max {
	top:0
}
.smart-forms .slider-input {
	color:#f6931f!important;
	border:0;
	background:0 0
}
.smart-forms .slider-group .sliderv-wrapper {
	height:150px;
	float:left;
	margin:15px
}
.smart-forms .ui-slider .ui-state-active {
	cursor:-webkit-grabbing;
	cursor:-moz-grabbing;
	cursor:grabbing
}
.smart-forms .slider-tip {
	display:block;
	position:absolute;
	text-align:center;
	font:10pt Tahoma, Arial, sans-serif;
	background:#34495e;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	padding:10px;
	color:#fff
}
.smart-forms .slider-wrapper .slider-tip {
	top:-50px;
	left:-15px
}
.smart-forms .slider-wrapper .slider-tip:after {
	content:'';
	position:absolute;
	top:98%;
	left:35%;
	border-top:8px solid #34495e;
	border-right:8px solid transparent;
	border-left:8px solid transparent
}
.smart-forms .sliderv-wrapper .slider-tip {
	left:30px;
	top:-12px
}
.smart-forms .sliderv-wrapper .slider-tip:after {
	content:'';
	position:absolute;
	top:30%;
	right:98%;
	border-right:8px solid #34495e;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle {
	border-color:#ed9c28
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before, .smart-forms .yellow-slider .ui-slider .ui-slider-range {
	background-color:#ed9c28
}
.smart-forms .red-slider .ui-slider .ui-slider-handle {
	border-color:#e74c3c
}
.smart-forms .red-slider .ui-slider .ui-slider-handle:before, .smart-forms .red-slider .ui-slider .ui-slider-range {
	background-color:#e74c3c
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle {
	border-color:#9b59b6
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before, .smart-forms .purple-slider .ui-slider .ui-slider-range {
	background-color:#9b59b6
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle {
	border-color:#3498db
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before, .smart-forms .blue-slider .ui-slider .ui-slider-range {
	background-color:#3498db
}
.smart-forms .black-slider .ui-slider .ui-slider-handle {
	border-color:#34495e
}
.smart-forms .black-slider .ui-slider .ui-slider-handle:before, .smart-forms .black-slider .ui-slider .ui-slider-range {
	background-color:#34495e
}
.smart-forms .green-slider .ui-slider .ui-slider-handle {
	border-color:#2ecc71
}
.smart-forms .green-slider .ui-slider .ui-slider-handle:before, .smart-forms .green-slider .ui-slider .ui-slider-range {
	background-color:#2ecc71
}
.ui-timepicker-div .ui-widget-header {
	position:relative;
	line-height:27px;
	font-size:15px;
	padding:10px
}
.ui-timepicker-div dl {
	text-align:left;
	border:1px solid #d9dde5;
	border-width:1px 0 0;
	padding:15px 10px;
	padding-bottom:15px;
	margin:0
}
.ui-timepicker-div dl dt {
	float:left;
	clear:left;
	padding:0 0 0 5px
}
.ui-timepicker-div dl dd {
	margin:0 10px 15px 40%
}
.ui-timepicker-div td {
	font-size:90%
}
.ui-tpicker-grid-label {
	background:0 0;
	border:none;
	margin:0;
	padding:0
}
.ui-timepicker-div .ui_tpicker_unit_hide {
	display:none
}
.ui-timepicker-rtl {
	direction:rtl
}
.ui-timepicker-rtl dl {
	text-align:right;
	padding:0 5px 0 0
}
.ui-timepicker-rtl dl dt {
	float:right;
	clear:right
}
.ui-timepicker-rtl dl dd {
	margin:0 40% 10px 10px;
	background:#e2e8f1;
	position:relative;
	top:6px
}
.ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_millisec, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second {
	background:#e2e8f1;
	position:relative;
	top:5px
}
.ui-timepicker-div.ui-timepicker-oneLine {
	padding-right:2px
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
	display:none
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
	display:block;
	padding-top:2px
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
	text-align:right
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
	display:inline-block;
	margin:0
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
	content:':';
	display:inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
	content:'.';
	display:inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
	display:none
}
.ui-autocomplete {
	position:absolute;
	top:0;
	left:0;
	cursor:default;
	z-index:10000000;
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	outline:0;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	border:1px solid #bbb;
	border-top:0;
	background:#fff;
	max-height:100px;
	overflow-x:hidden;
	overflow-y:auto
}
.ui-autocomplete .ui-menu {
	position:absolute
}
.ui-autocomplete .ui-menu-item {
	position:relative;
	margin:0;
	padding:8px 10px;
	cursor:pointer;
	min-height:0;
	border-bottom:1px solid #dce1ee;
	-webkit-box-shadow:inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.5);
	-o-box-shadow:inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.5);
	box-shadow:inset 0 1px #fff, inset 0 0 0 1px rgba(255,255,255,.5)
}
.ui-autocomplete .ui-menu-divider {
	margin:5px 0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:1px 0 0;
	border-color:#ddd
}
.ui-autocomplete .ui-menu-item:hover {
	background:#dce1ee
}
.custom-combobox {
	position:relative;
	padding-right:46px;
	display:block
}
.custom-combobox-toggle {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin-left:-1px;
	padding:0;
	z-index:10;
	width:46px;
	line-height:40px;
	height:100%;
	text-align:center;
	background:#eb3f7d;
	border:2px solid #bdc3c7;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	cursor:pointer;
	color:#adb4b8;
	border-left:0
}
.custom-combobox-input.gui-input {
	margin:0;
	padding:5px 10px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px
}
.smart-forms .progress-section {
	display:none
}
.smart-forms .progress-bar {
	position:relative;
	background:#edf0f8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.smart-forms .progress-bar .percent {
	position:absolute;
	display:inline-block;
	top:-3px;
	right:-24px;
	font-size:9px;
	color:#93a2aa
}
.smart-forms .progress-bar>.bar {
	width:60%;
	height:7px;
	display:block;
	background-size:16px 16px;
	background-color:#bdc3c7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}
.smart-forms .bar-primary>.bar {
	background-color:#eb3f7d
}
.smart-forms .bar-blue>.bar {
	background-color:#3498db
}
.smart-forms .bar-black>.bar {
	background-color:#34495e
}
.smart-forms .bar-green>.bar {
	background-color:#2ecc71
}
.smart-forms .bar-purple>.bar {
	background-color:#9b59b6
}
.smart-forms .bar-red>.bar {
	background-color:#e74c3c
}
.smart-forms .bar-yellow>.bar {
	background-color:#ed9c28
}
.smart-forms .progress-bar>.bar, .smart-forms .progress>button[type=submit], .smart-forms .progress>button[type=submit]:hover, .smart-forms .ui-slider .ui-slider-range {
	background-size:16px 16px;
	background-image:-webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,.3) 25%, rgba(255,255,255,.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.3) 75%, rgba(255,255,255,.3));
	background-image:-moz-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,.3) 25%, rgba(255,255,255,.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.3) 75%, rgba(255,255,255,.3));
	background-image:-o-linear-gradient(top left, transparent, transparent 25%, rgba(255,255,255,.3) 25%, rgba(255,255,255,.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.3) 75%, rgba(255,255,255,.3));
	background-image:linear-gradient(to bottom right, transparent, transparent 25%, rgba(255,255,255,.3) 25%, rgba(255,255,255,.3) 50%, transparent 50%, transparent 75%, rgba(255,255,255,.3) 75%, rgba(255,255,255,.3))
}
.smart-forms .progress-animated>.bar, .smart-forms .progress>button[type=submit], .smart-forms .progress>button[type=submit]:hover {
	-webkit-animation:sfprogress .6s linear infinite;
	-moz-animation:sfprogress .6s linear infinite;
	-o-animation:sfprogress .6s linear infinite;
	animation:sfprogress .6s linear infinite
}
.smart-forms .progress>button[type=submit]:hover {
	cursor:wait
}
@-webkit-keyframes sfprogress {
from {
background-position:0 0
}
to {
	background-position:-16px 0
}
}
@-moz-keyframes sfprogress {
from {
background-position:0 0
}
to {
	background-position:-16px 0
}
}
@-o-keyframes sfprogress {
from {
background-position:0 0
}
to {
	background-position:-16px 0
}
}
@keyframes sfprogress {
from {
background-position:0 0
}
to {
	background-position:-16px 0
}
}
.clone-widget {
	padding-right:100px;
	position:relative
}
.clone-widget .button {
	position:absolute;
	right:0;
	top:0
}
.clone-widget .clone {
	right:50px
}
.smart-forms .map-container {
	padding:10px;
	border:2px solid #bdc3c7
}
.smart-forms #map_canvas {
	width:100%;
	height:300px;
	overflow:hidden
}
.smart-forms .block {
	display:block
}
.smart-forms .frm-row {
	margin:0 -10px
}
.smart-forms .frm-row:after, .smart-forms .frm-row:before, .smart-forms .slider-group:after, .smart-forms .slider-group:before {
	display:table;
	content:"";
	line-height:0
}
.smart-forms .frm-row:after, .smart-forms .slider-group:after {
	clear:both
}
.smart-forms .frm-row .colm {
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	float:left
}
.smart-forms .frm-row .colm1 {
	width:8.33%
}
.smart-forms .frm-row .colm2 {
	width:16.66%
}
.smart-forms .frm-row .colm3 {
	width:25%
}
.smart-forms .frm-row .colm4 {
	width:33.33%
}
.smart-forms .frm-row .colm5 {
	width:41.66%
}
.smart-forms .frm-row .colm6 {
	width:50%
}
.smart-forms .frm-row .colm7 {
	width:58.33%
}
.smart-forms .frm-row .colm8 {
	width:66.66%
}
.smart-forms .frm-row .colm9 {
	width:75%
}
.smart-forms .frm-row .colm10 {
	width:83.33%
}
.smart-forms .frm-row .colm11 {
	width:91.66%
}
.smart-forms .frm-row .colm12 {
	width:100%
}
.smart-forms .frm-row .colm1-5 {
	width:20%
}
.smart-forms .frm-row .colm1-8 {
	width:12.5%
}
.smart-forms .spacer {
	border-top:1px solid #d9dde5;
	display:block;
	height:0
}
.smart-forms .spacer-t10 {
	margin-top:10px
}
.smart-forms .spacer-b10 {
	margin-bottom:10px
}
.smart-forms .spacer-t15 {
	margin-top:15p
}
.smart-forms .spacer-b15 {
	margin-bottom:15px
}
.smart-forms .spacer-t20 {
	margin-top:20px
}
.smart-forms .spacer-b20 {
	margin-bottom:20px
}
.smart-forms .spacer-t25 {
	margin-top:25px
}
.smart-forms .spacer-b25 {
	margin-bottom:25px
}
.smart-forms .spacer-t30 {
	margin-top:30px
}
.smart-forms .spacer-b30 {
	margin-bottom:30px
}
.smart-forms .spacer-t40 {
	margin-top:40px
}
.smart-forms .spacer-b40 {
	margin-bottom:40px
}
.smart-forms .frm-row .pad-l10 {
	padding-left:10px
}
.smart-forms .frm-row .pad-r10 {
	padding-right:10px
}
.smart-forms .frm-row .pad-l20 {
	padding-left:20px
}
.smart-forms .frm-row .pad-r20 {
	padding-right:20px
}
.smart-forms .frm-row .pad-l30 {
	padding-left:30px
}
.smart-forms .frm-row .pad-r30 {
	padding-right:30px
}
.smart-forms .frm-row .pad-l40 {
	padding-left:40px
}
.smart-forms .frm-row .pad-r40 {
	padding-right:40px
}
.smart-forms .bdl {
	border-left:1px solid #d9dde5
}
.smart-forms .bdr {
	border-right:1px solid #d9dde5
}
.smart-forms .fine-grey {
	color:#919da8
}
.smart-forms .small-text {
	font-size:11px;
	font-style:normal
}
.smart-forms .text-align {
	height:42px;
	line-height:42px
}
.smart-forms .align-right {
	text-align:right
}
.smart-forms .align-center {
	text-align:center
}
.smart-forms .price-box {
	padding:30px;
	text-align:center;
	position:relative;
	border:1px solid #d0d6df;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.05);
	-moz-box-shadow:0 2px 0 0 rgba(0,0,0,.05);
	-o-box-shadow:0 2px 0 0 rgba(0,0,0,.05);
	box-shadow:0 2px 0 0 rgba(0,0,0,.05)
}
.smart-forms .price-box p {
	line-height:1.5em;
	color:#526066;
	margin-bottom:0
}
.smart-forms .price-box h5 {
	text-transform:uppercase;
	font-weight:300;
	margin:0;
	font-size:15px;
	color:#bacdd6;
	letter-spacing:2px
}
.smart-forms .price-box h4 {
	font-size:60px;
	font-weight:300;
	margin:0;
	color:#547698
}
.smart-forms .selected-box h4 {
	color:#eb3f7d
}
.smart-forms .price-box h4 sup {
	position:relative;
	font-size:30px;
	vertical-align:top;
	top:15px
}
.smart-forms .price-box h4 .per-month {
	font-size:14px
}
.smart-forms .expand {
	height:50px;
	line-height:50px!important
}
.smart-forms .ribbon, .smart-forms .ribbon-large {
	width:75px;
	height:78px;
	overflow:hidden;
	position:absolute;
	right:-2px;
	top:-2px;
	z-index:1
}
.smart-forms .ribbon-inner {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,.15);
	-moz-box-shadow:0 2px 0 0 rgba(0,0,0,.15);
	-o-box-shadow:0 2px 0 0 rgba(0,0,0,.15);
	box-shadow:0 2px 0 0 rgba(0,0,0,.15);
	-webkit-transform:translate3d(0, 0, 0);
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#eb3f7d;
	letter-spacing:4px;
	text-align:center;
	position:relative;
	font-weight:700;
	font-size:14px;
	padding:7px 0;
	width:100px;
	color:#fff;
	z-index:1;
	left:3px;
	top:6px
}
.smart-forms .ribbon-inner:after, .smart-forms .ribbon-inner:before {
	content:"";
	border-top:3px solid #16a085;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	position:absolute;
	bottom:-3px
}
.smart-forms .ribbon-inner:before {
	left:0
}
.smart-forms .ribbon-inner:after {
	right:0
}
.smart-forms .ribbon-large {
	width:115px;
	height:118px
}
.smart-forms .ribbon-large .ribbon-inner {
	width:160px;
	left:-8px;
	top:28px
}
.smart-forms .sfcode {
	padding-left:24px
}
.smart-forms .captcode {
	padding:0;
	position:relative
}
.smart-forms .captcode:hover {
	background:#bdc3c7!important
}
.smart-forms .captcode img {
	position:relative;
	top:-2px;
	left:1px
}
.smart-forms .refresh-captcha {
	position:absolute;
	background:#eb3f7d;
	border:3px solid #16a085;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	right:-15px;
	height:32px;
	width:32px;
	top:4px
}
.smart-forms .refresh-captcha i {
	position:absolute;
	text-align:center;
	line-height:26px;
	font-size:17px;
	color:#fff;
	left:24%
}
.smart-forms .refresh-black {
	background:#34495e;
	border-color:#2c3e50
}
.smart-forms .refresh-blue {
	background:#3498db;
	border-color:#2c81ba
}
.smart-forms .refresh-green {
	background:#2ecc71;
	border-color:#27ad60
}
.smart-forms .refresh-purple {
	background:#9b59b6;
	border-color:#8e44ad
}
.smart-forms .refresh-red {
	background:#e74c3c;
	border-color:#c44133
}
.smart-forms .refresh-yellow {
	background:#ed9c28;
	border-color:#d58512
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.smart-forms .captcode, .smart-forms .option, .smart-forms .rating, .smart-forms .switch {
	-webkit-animation:bugfix infinite 1s
}
}
@-webkit-keyframes bugfix {
from {
padding:0
}
to {
	padding:0
}
}
.smart-forms .switch {
	margin-right:10px;
	margin-bottom:5px
}
.smart-forms .option {
	margin-right:15px
}
.smart-forms .switch-round>.switch-label:after {
	font:20px/18px Times, Serif
}
@media (max-width:800px) {
.smart-forms .frm-row {
	margin:0
}
.smart-forms .frm-row .colm {
	width:100%;
	float:none;
	padding:0
}
.smart-forms .bdl {
	border-left:0
}
.smart-forms .bdr {
	border-right:0
}
.smart-forms .align-right {
	text-align:left
}
}
.toast-title {
	font-weight:700
}
.toast-message {
	-ms-word-wrap:break-word;
	word-wrap:break-word
}
.toast-message a, .toast-message label {
	color:#fff
}
.toast-message a:hover {
	color:#ccc;
	text-decoration:none
}
.toast-close-button {
	position:relative;
	right:-.3em;
	top:-.3em;
	float:right;
	font-size:20px;
	font-weight:700;
	color:#fff;
	-webkit-text-shadow:0 1px 0 #fff;
	text-shadow:0 1px 0 #fff;
	opacity:.8;
	line-height:1
}
.toast-close-button:focus, .toast-close-button:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.4
}
.rtl .toast-close-button {
	left:-.3em;
	float:left;
	right:.3em
}
button.toast-close-button {
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0;
	-webkit-appearance:none
}
.toast-top-center {
	top:0;
	right:0;
	width:100%
}
.toast-bottom-center {
	bottom:0;
	right:0;
	width:100%
}
.toast-top-full-width {
	top:0;
	right:0;
	width:100%
}
.toast-bottom-full-width {
	bottom:0;
	right:0;
	width:100%
}
.toast-top-left {
	top:12px;
	left:12px
}
.toast-top-right {
	top:12px;
	right:12px
}
.toast-bottom-right {
	right:12px;
	bottom:12px
}
.toast-bottom-left {
	bottom:12px;
	left:12px
}
#toast-container {
	position:fixed;
	z-index:999999;
	pointer-events:none
}
#toast-container * {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#toast-container>div {
	position:relative;
	pointer-events:auto;
	overflow:hidden;
	margin:0 0 6px;
	padding:15px 15px 15px 50px;
	width:300px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	background-position:15px center;
	background-repeat:no-repeat;
	-moz-box-shadow:0 0 12px #999;
	-webkit-box-shadow:0 0 12px #999;
	box-shadow:0 0 12px #999;
	color:#fff;
	opacity:.8
}
#toast-container>div.rtl {
	direction:rtl;
	padding:15px 50px 15px 15px;
	background-position:right 15px center
}
#toast-container>div:hover {
	-moz-box-shadow:0 0 12px #000;
	-webkit-box-shadow:0 0 12px #000;
	box-shadow:0 0 12px #000;
	opacity:1;
	cursor:pointer
}
#toast-container>.toast-info {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div {
	width:300px;
	margin-left:auto;
	margin-right:auto
}
#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div {
	width:96%;
	margin-left:auto;
	margin-right:auto
}
.toast {
	background-color:#030303
}
.toast-success {
	background-color:#51a351
}
.toast-error {
	background-color:#bd362f
}
.toast-info {
	background-color:#2f96b4
}
.toast-warning {
	background-color:#f89406
}
.toast-progress {
	position:absolute;
	left:0;
	bottom:0;
	height:4px;
	background-color:#000;
	opacity:.4
}
@media all and (max-width:240px) {
#toast-container>div {
	padding:8px 8px 8px 50px;
	width:11em
}
#toast-container>div.rtl {
	padding:8px 50px 8px 8px
}
#toast-container .toast-close-button {
	right:-.2em;
	top:-.2em
}
#toast-container .rtl .toast-close-button {
	left:-.2em;
	right:.2em
}
}
@media all and (min-width:241px) and (max-width:480px) {
#toast-container>div {
	padding:8px 8px 8px 50px;
	width:18em
}
#toast-container>div.rtl {
	padding:8px 50px 8px 8px
}
#toast-container .toast-close-button {
	right:-.2em;
	top:-.2em
}
#toast-container .rtl .toast-close-button {
	left:-.2em;
	right:.2em
}
}
@media all and (min-width:481px) and (max-width:768px) {
#toast-container>div {
	padding:15px 15px 15px 50px;
	width:25em
}
#toast-container>div.rtl {
	padding:15px 50px 15px 15px
}
}
.navbar-nav li.active .dropdown-menu li a {
	color:#666;
}
.dropdown-menu li a:hover {
	color: #bce54e !important;
}
.applocation {
margin:20px 0;
background:#fff url(../images/light.png) no-repeat -39px 0;
overflow:hidden;
padding:50px 0;
box-shadow: 0 0 15px #ddd;
border-radius:4px;
}
.manage {
margin-top:75px;
padding:0 50px;	
	}
.manage h1 {
text-transform:uppercase;
font-weight:bold;
color:#000;	
	}	
.whatsaap {
position:fixed;
top:60%;
right:0;
z-index:999;	
	}