/*

	ZULU CRM BASE STYLESHEET

*/

/* Default Includes */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');

/* Default Styles - Do NOT Change */
* {
	margin:0;
	padding:0;
	border:none;
	box-sizing:border-box;
}
body,html {
	width:100%;
	height:100%;
	font-family:'proxima-nova',arial,sans-serif;
	font-size:16px;
	background-color:#000;
}

.cb.plain {
	display:none;	
}

/* Default HEAD / BODY / FOOT / BANNER */
.header,
.navigation,
.footer,
.copyright,
.body,sli
.banner {
	background-color:#FFF;
	padding:20px 0;
}
.footer {
	background-color:#2d3081;
}
.frame {
	width:1700px;
	margin:0 auto;
}
.navigation {
	padding:0;
}

/* Logo */
.logo {
	margin:0;
	height:80px;
	width:100%;
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.logo.text {
	text-indent:0;
	font-size:24px;
	height:auto;
}

/* Header */
.header .slogan {
	text-align:right;
}
.header .slogan p {
	margin:0 0 5px;
}
.header .slogan *:last-child {
	margin:0;
}
.header .head-cart-data {
	color:#999;
}
.header .head-cart-data .fa {
	color: #068ed0;
}

.headercol .col{
	width: 33.33%;
}
.headercol .col.vbottom img{
	vertical-align:top;
}

.toplinks {
	display:table;
	margin:0 0 0 auto;
	font-family: "rift-soft", sans-serif;
	padding: 15px 0 10px;
}
.toplinks * {
	vertical-align:middle;
}
.toplinks img {
	height:25px;
	width:auto;
}
.toplinks .box-yellow-special {
	padding:3px 15px;
	background-color:#febd12;
	border-color:#febd12;
	color:#000;
}
.toplinks .box-red-special {
	padding:3px 15px;
	background-color:#ee2124;
	border-color:#ee2124;
	color:#000;
}
.toplinks .box-yellow-special .fa, 
.toplinks .box-red-special .fa {
	position: relative;
	top: -2px;
	padding-right: 7px;
}
.toplinks b {
	padding: 0 15px;
	font-size:25px;
	color:#999;
	font-weight: 300;
	letter-spacing: 1px;
}


/* Navigation */
.navigation {
	background-color:#0089cf;
	
}
.navigation ul.menu .top-search{
	display: table;
	box-sizing: border-box;
	position: relative;
	width:100%;
	padding:5px 0 5px 5px;
}

.navigation ul.menu .top-search input{
	width: 85%;
	padding: 10px 18px 11px;
	background-color: #f3f3f3;
	color: #777777;
	border:none;
	display: table-cell;
	font-size: 12px;
}
.navigation ul.menu .top-search button{
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	background-color: #ee2124;
	vertical-align:top;
	/*transition-duration: 0.2s;*/
	padding: 10px 18px 11px;
	display: table-cell;
	width: 15%;
}
.navigation ul.menu .top-search button:hover{
	background-color: #ee2124;
	box-shadow: inset -25px 0 0 #ee2124, inset 25px 0 0 #ee2124;
}
.navigation ul.menu .top-search button:active{
	/*transform: scale(1.1,0.9);
	transition-duration: 0.02s;*/
}

/* Copyright */
.copyright {
	text-align:center;
	border-bottom:10px solid #2d3081;
	background-color:#2d3081;
	padding:20px 0;
	font-size:14px;
	color:#999;
}
.copyright p {
	margin:0;
}

/* Footer */
.footer {
	border-top:1px solid #2d3081;
	padding:60px 0 40px;
	color: #FFF;
}
.footer > .frame > .coltable > .col {
	padding:0 20px;
}
.footer > .frame > .coltable > .col:first-child {
	padding-left: 0;
}
.footer > .frame > .coltable > .col:last-child {
	padding-right: 0;
}

/* Footer Menu */
.footer .foot-menu {
	/*border-top:2px solid #EEE;*/
	padding-top:20px;
}
.footer .foot-menu > li,
.footer .foot-menu {
	list-style:none;
}
.footer .foot-menu > li a {
	/*border-bottom:1px solid #EEE;*/
	padding:8px 0;
	display:block;
}
.footer .foot-menu > li a:hover {
	border-color:#FFF;
	text-decoration:none;
	color:#FFF;
}
.footer .foot-menu > li:first-child {
	border-top:none;
}

/* Styles */
a.red, span.red, p.red {
	color:#c83127 !important;
}
a.green, span.green, p.green {
	color:#339900 !important;
}
a.blue, span.blue, p.blue, b.blue {
	color:#00A5CC !important;
}
a.orange, span.orange, p.orange {
	color: 	#c83127 !important;
}

div.infobox {
	background-color:#F8F8F8;
    padding: 15px;
	box-sizing:border-box;
}

/*Boxs*/
.container-style .col {
	padding:25px 5px;
	transition:all 0.2s ease-in-out 0s;
	box-sizing:border-box;
}
.container-style .col h3,
.container-style .col p,
.container-style .col a {
	text-decoration:none;
	text-shadow:0 0 10px #000;
	color:#FFF;
	margin:0;
}

#note_box {
	margin-bottom:10px;
	padding:15px;
	color:#999;
	border:1px solid #999;
}
#note_box a {
	color:inherit;
	text-decoration:underline;
}
.notification {
    color: #fff;
    display: none;
    margin: 0 0 15px;
    padding: 15px;
}
.notification.show {
    display: block;
}
.notification a {
    color: #fff;
}
.notification p {
    color: #fff;
    margin: 0;
}
.notification p.info {
    color: #fff;
}
.notification.red {
    background-color: #c00;
    border: 1px solid #972422;
}
.notification.green {
    background-color: #8aaa1f;
    border: 1px solid #759212;
}
.notification.warn {
    background-color: #e66700;
    border: 1px solid #c25904;
}


/*GENERAL*/
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
	font-family: "rift-soft", sans-serif;
	font-weight:400;
	margin:0 0 20px;
}
.h1,
h1 {
	font-size:40px;
	letter-spacing:-1px;
	line-height:40px;
	color:#2d3081;
}


.h2,.h3,
h2,h3 {
	font-size:28px;
	font-weight:800;
}
.h2 .capsule,
h2 .capsule {
    color: #999;
    font-size: 14px;
    font-weight: 300;
	border:none;
	padding:0;
	overflow:visible;
}
.h2, h2 {
	color: #ee2124;
}
.h3,
h3 {
	font-weight:300;
	color: #febd12;
}
.h4,.h5,
h4,h5 {
	color:#FFF;
	font-size:20px;
	font-weight:800;
}
h5 {
	font-weight:300;
}
p {
	margin:0 0 15px;
	padding:0;
	color:#000;
}
a {
	color:#80C536;
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}
a:hover {
	color:#80C536;
	text-decoration:underline;
	text-decoration:none;
}
hr {
	border:0;
	margin:30px auto;
	border-bottom:2px dotted #EEE;
}
b {
	font-weight:bold;
	font-weight:800;
}
.bold {
	font-weight: bold;
}
.caption {
	color:#999;
	font-size:14px;
	font-weight:300;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.no-padding,
.pad-0 {
	padding:0 !important;
}
.pad-right-10 {
	padding-right:10px;
}
.pad-right-20 {
	padding-right:20px;
}
.pad-left-10 {
	padding-left:10px;
}
.pad-left-20 {
	padding-left:20px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.marg-bottom-5 {
	margin-bottom: 5px;
}
.no-margin,
.margin-0 {
	margin:0;
}
.clearfix {
	clear:both;
}
.hide {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.overflow-hidden {
	overflow:hidden;
}
.text-right {
	text-align:right;
}
.display-inline {
	display:inline;
}
.display-block {
	display:block;
}
.display-inline-table {
	display:inline-table;
}
.display-inline-block {
	display:inline-block;
}
.list-no-style {
	list-style:none;
}
.no-underline {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
.center {
	text-align:center;	
}
.no-bg {
	background-color:transparent;	
	border:none;
	padding:0px;
}
.text-mini {
	font-size:10px !important;
}
.text-small {
	font-size:12px !important;
}
.text-regular {
	font-size:14px !important;
}
.text-medium {
	font-size:22px !important;
}
.text-large {
	font-size:28px !important;
}
.text-justify {
	text-align:justify;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.relative {
	position: relative;
}

/*Quick Links*/
ul.quick-links {
	list-style:none;
	overflow:hidden;
	margin:0.5em 0;
}
ul.quick-links li {
	float:left;
}
ul.quick-links li a, ul.quick-links li button {
	background-color:#068ed0;
	background-image:none;
	padding:5px 12px;
	border-radius:5px;
	margin-right:10px;
	font-size:13px;
	display:block;
	color:#FFF;
	text-decoration:none;
	transition:background-color 0.2s ease-in-out 0s;
}
ul.quick-links.large li a, ul.quick-links.large li button {
	font-size:18px;
	background-color:#315480;
}
ul.quick-links li a:hover,
ul.quick-links li a.sel,
ul.quick-links li button:hover,
ul.quick-links li button.sel {
	background-color:#000;
}

/*Banner*/
.banner {
	background-color:#EEE;
	padding:20px 0;
}
.banner .slider-wrapper {
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}
.banner .slider-image-wrapper {
	height: 600px;
}
/*Select List*/
.section-select {
	background-color: #eee;
	padding: 110px 0 80px !important;
	/*background-image:url(images/bg-notes.png);
	background-position: center;
	background-size:100% auto;
	background-repeat: no-repeat;*/
}


.sellist {
	padding: 30px 40px 0;
}
.sellist .col {
	padding: 30px;
}
.sellist .col .sli {
	
	background-color: #fff;
}
.sellist .col .sli img {
	width: 100%;
	vertical-align: top;
	transition:all 2s 0s;
}

.bt-h2 {
	font-size: 16px;
	letter-spacing: 2px;
	padding: 8px 20px;
	background-color: #aaa;
	position: relative;
	margin-left: 5px;
	top: -6px;
}
.bt-h2:hover {
	background-color: #aaa;
	box-shadow: inset -70px 0 0 #444, inset 70px 0 0 #444;
}
.sellist .col .sli .sli-text {
	padding: 20px;
}
.sellist .col .sli .sli-text h3 {
	font-size: 26px;	
	font-weight: 800;
	text-transform: none;
	letter-spacing: 1px;
	margin: 4px 0 8px;
	color:#555;
}
.sellist .col .sli .sli-text p {
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: 200;
	color:#808080;
}



/*Image Wrapper*/
.image-wrapper img:not([class]) {
	width:100%;
	vertical-align:top;
}
.image-wrapper.iw-border img:not([class]),
img.border {
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

/*Border*/
.image-wrapper img:not([class]) {
	width:100%;
	vertical-align:top;
}
.image-wrapper.iw-border img:not([class]),
img.border {
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
}

/*FAQ*/
.faq {
	cursor:pointer;
}
.faq h3::before {
	transition:all 0.3s ease-in-out 0s;
	font-family: FontAwesome;
	content: "\f059";
	padding-right:10px;
}
.faq h3 {
	cursor:pointer;
	margin:0;
	font-size:20px;
	letter-spacing:0;
	transition:all 0.3s ease-in-out 0s;
}
.faq .faq-inner {
	padding-top:15px;
}
.faq .faq-inner *:last-child {
	margin:0;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*CHECKOUT BUTTON*/
a.checkout-bt, button.checkout-bt {
	background-color:#0054a6;
	padding:10px 0;
}
.basket-box .fa.icon {
	font-size:60px;
	color:#FFF;
}
.basket-box > .col-info {
	padding-left:10px;
}
.basket-box > .col-info h2 .fa {
	display:none;
}
.basket-box > .col-info h2,
.basket-box > .col-info p {
	margin:0;
	padding:0;
}
.basket-box > .col-info h2 {
	font-weight:600;
}
.basket-box > .col-info h2 .price {
	font-weight:300;
	font-size:14px;
}
.basket-box > .col-info .button {
	font-size:12px;
	background-color:#c83127;
	border:none;
	color:#FFF;
	border-radius:15px
}
.basket-box > .col-info .button:hover {
	background-color:#900;
	text-shadow:none;
}
.basket-box > .col-info .button .fa {
	color:#FFF;
}

/* Buttons */
.button {
	display:inline-block;
	box-sizing:border-box;
	background-color:#82c341;
	border-radius: 5px;
	padding:4px 8px;
	color:#FFF;
	text-decoration:none;
}
.button > .fa {
	transition: all 0.2s ease-in-out 0s;
}
.button.red {
	background-color:#972422;
	color:#FFF !important;
}
.button.fb {
	background-color:#3B5998;
}
button.bt-xs,
.button.bt-xs {
	font-size: 12px;
	padding: 5px 10px;
}
button.bt-grey,
.button.bt-grey {
	background-color:#FFF;
	color:#000;
	border:1px solid #CCC;
}
button.bt-orange,
.button.bt-orange {
	background-color:#F26A21;
}
button.bt-green,
.button.bt-green {
	border-color:#829e06;
	background-color:#9BBC08;
}
button.bt-white,
.button.bt-white {
	border-color:#FFF;
	background-color:#FFF;
}
.button.bt-red {
	background-color:#C00;
}
.button.bt-sq.bt-red {
	background: #7F1D22 !important;
}
.button.bt-block {
	display:block;
	text-align:center;
}
.button.bt-outline {
	border-color:#068ed0;
	color:#068ed0;
	background:none;
}
.button.bt-outline.bt-white {
	color:#FFF;
	border-color:#FFF;
}
.button:hover{
	background-color:#5A892B;
	color:#FFF;
}
.button.bt-sq:hover {
	background-color:#1d1b1c !important;
	color:#FFF;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
button.grey {
	background-color: #ddd;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#c83127;
}
.blue {
	color:#007BC4;
}
.text-bold {
	font-weight:bold;
}

/*Cart Object*/
.cart-object {
	width:100%;
}
.cart-object .c-info {
	width:60%;
}
.cart-object .c-info .info {
	font-size:12px;
}
.cart-object .c-price,
.cart-object .c-image {
	width:20%;
}
.cart-object .c-price {
	text-align:right;
	color:#999;
	font-size:12px;
}
.cart-object .c-image img {
	width:100%;
	vertical-align:top;
	border:1px solid #EEE;
}

/*CONTENT BLOCK*/
.cb {
/*	border:1px solid #EEE;*/
	border-radius:5px;
	position:relative;
	min-height:47px;
}
.cb.plain {
	min-height: 0;
	border-radius: 0;
}
.cb.inline {
	position: absolute;
	top: 0;
	left: 0;
}
.cb .cb-title {
	border-bottom:1px solid #EEE;
	background-color:#FFF;
	background-color:rgba(117,53,148,0.8);
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.2s ease-in-out 0s;
	color:#FFF;
}
.cb .cb-title .cb-link {
	position:absolute;
	top:5px;
	right:5px;
}
.cb .cb-title:hover {
	opacity:1;
}
.cb .button.bt-outline,
.cb .button {
	border: 1px solid #FFF;
	color: #FFF;
}
.cb .button.bt-outline:hover,
.cb .button:hover {
	color:rgb(117,53,148);
	background-color: #FFF;
}
.cb.plain .button {
	background-color:rgba(117,53,148,0.8);
	color: #FFF;
	border: none;
}
.cb.plain .button:hover {
	background-color:rgba(117,53,148,1);
	color: #FFF;
}
.cb.cb-menu .button {
	font-size: 12px;
}*/

/*FORM*/
.form_table {
	padding:10px;
	margin:1em 0;
	border:2px solid #EEE;
	background:#FFF;
	background-repeat:repeat;
}
.form_table hr {
	margin:20px 0;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#068ed0
}
.form-block {
	overflow:hidden;
	display:block;
	border:2px solid #EEE;
}
.form-block.style {
	border:none;
}
.field-checkbox {
	min-height:42px;
}
.form-block .field {
	float: left;
	width:33.33%;
	padding:5px 10px;
	box-sizing:border-box;
}
.form-block .field label {
	font-weight:300;
	color:#999;
}
.form-block .field label em {
	font-weight:800;
	color:#F00;
	font-style: normal;
	font-size: 14px;
}
.form-block .field.wauto {
	width:auto;
}
.form-block .field.full {
	width:100%;
	/*float:none;*/
}
.form-block.filter .field {
	min-height:0;
	display:inline-block;
	width:auto;
}
.form-block.filter .field select {
	display:inline-block;
	width:auto;
	border-radius:5px;
}
.form-block.filter .field label {
	display:inline-block;
	font-size:14px;
}
.form-block .value {
	font-weight:800;
	margin:15px 0 0;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field label.inline, .form-block .field input[type="radio"], .form-block .field input[type="checkbox"] {
	display:inline-block;	
}
.form-block .field.textarea {
	width:100%;	
}
.form-block .field.single,
.form-block.single .field {
    box-sizing: border-box;
    float: none;
    width: 100%;
	padding:10px;
}
.form-block.float .field {
	float: left;
	display:block;
}
.form-block .field.w100 {
	width: 100%;
}
.form-block .field.w50 {
	width: 50%;
}
.form-block .field.w25 {
	width: 25%;
}
.form-block .field.w75 {
	width: 75%;
}
.form-block .field.w33 {
	width: 33.33%;
}
.form-block .field.w66 {
	width: 66.66%;
}
.field.submit {
	width:100%;
	margin: 10px 0 0;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	font-size:14px;
}
.form_subcaption {
	background-color:#EEE;
	border:1px solid #EEE;
	padding:10px;
	margin-top:10px;
	font-size:14px;
	font-weight:600;
}
input,select,textarea {
	font-family:montserrat,proxima-nova,'Open Sans',Arial,sans-serif;
	transition:all 0.2s ease-in-out 0s;
	font-weight:200;
	font-size:14px;
}
input[type="submit"],
button {
    background-color: #82c341;
	border:none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 7px 30px;
	font-weight:300;
	font-size:18px;
	font-family:montserrat,proxima-nova,'Open Sans',Arial,sans-serif;
	transition:all 0.4s ease-in-out 0s;
}
input[type="submit"]:hover,
button:hover {
    background-color: #fff;
	box-shadow:0 0 8px rgba(0,0,0,0.35);
	color:#82c341;
	border-radius:5px;
	background-position:-100px 0px;
	border:#ee2124;
}
input[type="submit"]:active,
button:active {
	box-shadow:inset 0 -5px 0 rgba(0,0,0,0.2);
	transition:all 0s ease-in-out 0s;
	position:relative;
	top:1px;
}
input[type="submit"]:disabled,
button.disabled {
	background-color:#AAA;
	border:1px solid #999;
	color:#777;
}
.sidebox input[type="submit"] {
	width:100%;
	box-sizing:border-box;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	border-color:#068ed0;
	color:#000;
}
input[type="text"],input[type="number"],input[type="password"],textarea,select {
	background-color:rgba(255,255,255,0.90);
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	padding:8px 5px;
	border:1px solid #CCC;
	color:#999;
}
select {
	width:100%;
	padding:7px 5px !important; 
}
.form-block .field-data { /*field data*/
	background-color:#F5F5F5;
	border-radius:5px;
	padding:15px 10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#068ed0;
	border-bottom:1px solid #CCC;
	margin-bottom:7px;
	padding-bottom:7px;
}

/*Alert*/
.alert {
	padding:20px;
	color:#FFF;
}
.alert.alert-danger {
	background-color:#C00;
}
.alert.alert-success {
	background-color:#76AB00;
}

/*Cart Add*/
.cart {
	color:#FFF;
	font-weight:300;
	padding-top:0;
}
.cart .button,
#head .b-button {
	background-color:#FFF;
	border-radius:4px;
	color:#000;
	font-size:11px;
	padding:2px 4px;
	text-shadow:none;
}
.cart .button:hover {
	background-color:#068ed0;
	color:#FFF;
	text-decoration:none;
}

/*Add to cart*/
.denote {
	color:#C00;
}

/*Panel*/ 
.panel.plain {
	background-color:#FFF;
	padding:20px;
}
.panel h2 {
	color:#000;
}
.panel .bord {
	width:60px;
	border-top:5px solid #068ed0;
	margin:15px 0 20px;
}

/*Feature*/
.feature-rich {
	border: 1px solid #EEE;
	margin: 0 0 20px;
}
.feature-rich .c-img {
	width: 25%;
}
.feature-rich .c-img img {
	width: 100%;
	vertical-align: top;
}
.feature-rich p,
.feature-rich h3 {
	margin: 0;
}

/*Item box*/
.item-box {
	border:2px solid #DDD;
	padding:10px;
	margin:0 0 10px;
}
.item-box.hvr:hover {
	border-color:#CCC;
}
.item-box > a {
	text-decoration:none;
}
.item-box .search-field select,
.item-box .search-field input {
	display:inline-block;
	width:74%;
	box-sizing:border-box
}
.item-box .search-field input[type=submit] {
	width:25%;
	box-sizing:border-box
}

/*Event box*/
.event-box .c-eb-image {
	width:20%;
	padding-right:10px;
}
.event-box p,
.event-box h4 {
	margin:0;
}
.event-box h4 {
	font-size:18px;
	margin:0 0 7px;
}
.event-box .opt.opt-bord {
	display:inline-block;
	padding:3px 10px 5px;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	width:32%;
	box-sizing:border-box;
	text-align:center;
	margin:0;
	padding:3px;
}
ul.member-menu li a {
	padding:8px;
	background-color: #068ed0;
	color:#FFF;
	display:block;
	text-decoration:none;
    border-radius: 4px;
}
ul.member-menu li a:hover {
	background-color:#666;
}


/*Button*/
.button-plain {
	padding:6px 15px;
	background-color:#068ed0;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#c83127;
	text-shadow:0 -1px 0 #900;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:4px;
}

/*Gallery*/
ul#gallery {
	margin-top:10px;
	display:block;
}
ul#gallery li {
	float:left;
	width:169px;
	list-style:none;
	margin-right:8px;
	margin-bottom:5px;
}
img.gallery-image {
    border: 2px solid #DDD;
	transition:all 0.2s ease-in-out 0s;
}
img.gallery-image:hover {
	border-color:#068ed0;
}
.gallery-image > li {
	width:25%;
	float:left;
	list-style:none;
}
.gallery-image > li img {
	width:100%;
}

/*FB Icons*/
.share-icons a:hover {
	position:relative;
	top:1px;
}

/*Button List*/
.button-list {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.button-list li {
    float: left;
    list-style: outside none none;
    margin: 0 !important;
}
.button-list li i {
    color: #999;
}
.button-list li i, .button-list li a {
    border-color: #eee #eee #eee #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: 300;
    padding: 3px 8px;
    transition: all 0.2s ease-in-out 0s;
}
.button-list li.selected a, .button-list li a:hover {
    background-color: #068ed0;
    border-color: #068ed0;
    color: #fff;
}
.button-list li:first-child i, .button-list li:first-child a {
    border-bottom-left-radius: 5px;
    border-left-color: #eee;
    border-top-left-radius: 5px;
}
.button-list li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*SUB CATEGORY*/
.sub-category {
	display:block;
	overflow:hidden;
}
.sub-category h2 {
	color:#F19F09;
}
.sub-category a {
	font-size:14px;
}
.sub-category ul {
	display:block;
	list-style:none;
}
.sub-category ul li {
	float:left;
	width:20%;
}
.sub-category ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	border:1px solid #FFF;
	background-color: #EF9E29;
	padding:5px 10px;
	box-sizing:border-box;
	transition:all 0.3s ease-in-out 0s;
	text-align:center;
}
.sub-category ul li a:hover {
	background-color: #fcb352;
	border-radius:5px;
	background-position: left;
	color:#FFF;
}

/*HTML Style*/
.html-style {
	margin:0 0 30px;
}
.html-style ul {
	list-style:square;
}

/*UL Bullet List*/
.bullet-list {
	margin: 0 0 15px;	
}
.html-style ul,
ul.bullet li,
ul.bullet-list li {
	list-style:none;
}
.html-style ul li,
ul.bullet li,
ul.bullet-list li {
	position:relative;
	margin-left:25px;
	margin-bottom:5px;
}
.html-style ul li::before,
ul.bullet li::before,
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f054";
	color:#068ed0;
	padding-right:10px;
	position:absolute;
	left:-20px;
	top:5px;
}
.html-style ol li {
	padding-left:0;
	list-style-position:inside;
}
ul.bullet.bl-bold li,
ul.bullet-list.bl-bold li {
	font-weight:600;
	color:#068ed0;
}

.product-box .bullet {
	padding-top:10px;
}
ul.bullet li::before {
    color: #068ed0;
}
.product-box li ul li {
    font-size: 13px;
	margin:0 0 10px 25px;
}
ul.bullet li {
    list-style: outside none none;
    margin-bottom: 10px;
}


/*Data List*/
ul.data-list {
	list-style:none;
	margin:10px 0;
	border-radius:10px;
	background-color:#F5F5F5;
}
ul.data-list li {
	padding:5px;
	border-top:1px dotted #EEE;
}
ul.data-list li.first {
	border-top:none;
}
ul.data-list li hr {
	margin:8px 0;
}
ul.data-list li h3 {
	color: #444444;
    font-size: 16px;
    font-weight: bold;
}

/*Panel*/
.panel.red {
	border:2px solid #c31e58;
	color:#c31e58;
}
.panel.txt-lg {
	font-size:20px;
}
.panel .panel-title {
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border:1px solid #068ed0;
	background-color:#068ed0;
	padding:10px;
	color:#FFF;
}
.panel .panel-body {
	border:1px solid #EEE;
	padding:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.panel .panel-body .form-block {
	border:0;	
}
.panel .panel-body .form-block .field {
	padding:5px;
}
.panel .panel-body .form-block .field.textarea-full, .panel .panel-body .form-block .field.textarea-full textarea {
	width:100%;
}
.panel .panel-body .form-block .field textarea {
    height: 60px;
}
.panel .panel-body .form-block .field.captcha {
    width: auto;
}
.panel .panel-body .form-block .field.captcha input {
    width: 50px;
}
.panel .panel-body .form-block .field.captcha label, .panel .panel-body .form-block .field.captcha input {
    display: inline-block;
}

/*Price box*/
.price-box {
	margin: 0 0 20px;
}
.price-box p {
	font-size:20px;
	margin: 0;
}

/*UC Container*/
.uc-container {
	background-color:#FFF;
	margin:20px auto 0;
	padding:20px;
	text-align:center;
	max-width:600px;
	width:100%;
	border-radius:20px;
	box-shadow:0 0 10px #DDD;
}
.uc-container > *:last-child {
	margin:0;
}
.uc-container .logo {
	background-position:center;
}

/*Global*/
.zulu-global {
	padding:10px 0;
	text-align:center;
	background-color:#FFF;
	font-size:14px;
}
.zulu-global > *:last-child {
	margin-bottom:0;
}
.zulu-global.global-danger {
	color:#FFF;
	background-color:#B3222A;
}

/*Horizontal Product List*/
ul.product-box {
	display:block;
	list-style:none;
	overflow:hidden;
	margin:15px 0px;
	background-color:#FFF;
}
ul.product-box.table {
	width:100%;
	display:table;
}
.product-box li a{
	text-decoration:none;	
}
.product-box > li {
	float: left;
    list-style: none outside none;
	width:25%;
	box-sizing:border-box;
	padding:0px;
}
.product-box > li > .box {
	position: relative;
}
.product-box.row5 > li {
	width:20%;
}
.product-box.row1 > li {
	width:100%;
}
.product-box.row1 > li .box {
	display:table;
	width:100%;
}
.product-box.row1 > li .box .title,
.product-box.row1 > li .box .image,
.product-box.row1 > li .box .options {
	width:20%;
	display:table-cell;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.product-box.row1 > li .box .options {
	text-align: right;
}
.product-box.row1 > li .box .options .bt {
	display: inline-block;
}
.product-box.row1 > li .box a {
	box-sizing:border-box;
}
.product-box.row1 > li .box p.title {
	width:40%;
	text-align:left;
	padding-left:20px;
	box-sizing:border-box;
}
ul.product-box.table > li {
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.product-box li .box .spec {
	text-align:center;
}
.product-box li .box .spec li {
	display:inline-block;
	font-size:12px;
	color:#999;
	margin:0 5px;
}
.product-box li:hover .box {
	box-shadow:inset 0 0 10px #eee;
}
.product-box.stack li.block {
	width:100%;
	float:none;
	margin:1em 0;
	padding:1em 0;
	border-top:2px solid #EEE;
	overflow:hidden;
}
.product-box.stack li.block:first-child {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.product-box li img {
	vertical-align:top;
	width:100%;
}
.product-box li .inner {
	padding:8px;
	border:1px solid #EEE;
	transition:background-color 0.5s ease-in-out 0s,border-color 0.5s ease-in-out 0s;
	text-shadow:0 1px 0 #FFF;
}
.product-box li .inner p {
	margin:0;
}
.product-box li:hover .inner {
	border-color:#DDD;
	background-color:#F4F4F4;
}
.product-box li p {
	margin:0.3em 0;
	font-size:14px;
	font-weight:600;
	color:#333;
}
.product-box li p.price-result {
	color:#000;
	font-weight:700;
	font-size:18px;
	text-align:center;
	padding-top:15px;
}
.product-box li p.price-result i {
	font-size:12px;
	color:#999;
	font-weight:300;
}
.product-box.row1 li p.price-result i {
	display: block;
}
.product-box.category-box .title {
	min-height: 0;
}
.product-box.category-box .title a {
	display: block;
}
.layout-selector {
	display:inline-block;
}
.layout-selector .button {
	border-width:1px;
	display: inline-block;
	font-size: 12px;
	font-weight:300 !important;
}
.layout-selector .button:first-child {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.layout-selector .button:last-child {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.product-box li ul li {
	font-size:13px;
}
.product-box .image {
	margin: 0 0 20px;
}
.product-box .title {
	text-align:center;
	overflow:hidden;
	position:relative;
	min-height: 72px;
}
.product-box .title .white-ghost {
	display:block;
	height:10px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.product-box .title a {
    font-size: 20px;
    font-weight: 300;
	color:#068ed0;
    text-decoration: none;
	line-height:16px;
	letter-spacing:-0.5px;
	line-height:22px;
}
.product-box .price {
	font-size:14px;
	font-weight:700;
	color:#999;
}
.product-box li:hover .title a {
	color:#000;
}
.product-box .sub {
	font-weight:600;
	font-size:14px;
	color:#BBB;
}
.product-box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.product-box .options {
	overflow:hidden;
	font-size:14px;
	text-align:center;
	display:table;
	width:100%;
}

/*Product Gallery*/
ul.product-gallery {
	list-style:none;
	overflow:hidden;
}
ul.product-gallery li {
	float:left;
	width:75px;
	padding:4px;
}
ul.product-gallery li img {
	width:73px;
	border:1px solid #FFF;
	transition:all 0.2s ease-in-out 0.0s;
}
ul.product-gallery li img:hover {
	box-shadow:0 0 12px #ddd;
}

/*Support Ticket Sys*/
.support-ticket-container {
	width:auto;
}
.support-ticket-container .panel-body {
	font-size:12px;
	height:453px; 
	overflow-x:hidden; 
	overflow-y: scroll;
}
.support-ticket-container .row {
	width:auto;
}
.support-ticket-container .list-group-item {
}

.support-ticket-container textarea {
	resize: none;
}

/*BreadCrumb*/
p.breadcrumb {
	font-size:14px;
	color:#AAA;
	margin:0 0 15px;
	font-weight: 300;
}
p.breadcrumb a {
	color:#AAA;
}
p.breadcrumb b {
	color:#CCC;
}
p.breadcrumb .bc-slash {
	padding: 0 5px;
	color: #DDD;
}
p.breadcrumb .current {
	color:#068ed0;
}

/*Capsule*/
.capsule {
	display:inline-block;
	border:1px solid #999;
	overflow:hidden;
	color:#999;
}
.capsule .capsule-text {
	padding:10px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	color:#068ed0;
}
.capsule .capsule-text.fill {
	background-color:#f26a21;
	font-weight:600;
	color:#FFF;
}
.capsule .capsule-text.nopad {
	padding:0;
}
.capsule.plain {
	padding:5px 10px;
}
p.highlight {
	padding:4px;
	border:1px solid #ee2124;
	border-radius:10px;
	text-align:center;
	color:#068ed0;
	display:inline-block;
	font-weight:400;
}
p.highlight a {
	text-decoration:underline;
}

/*Product Feature*/
.section-product-feature {
	background-color: #EEE;
}

/*Map / Form*/
.section-contact-map,
.section-contact-form {
	background-color:#82c341;
}
.section-white {
	background-color:#FFF;
}
.section-dark {
	background-color:#f2f2f2;
}
.section-contact-form h2 {
	font-weight:300;
	color:#FFF;
}
.section-contact-form .form-wrapper {
	background-color:#FFF;
}
.section-contact-map {
	position:relative;
}
.section-contact-map h2 {
	position:absolute;
	top:1;
	z-index:100;
	color:#FFF;
	width:100%;
	text-align:center;
	padding:20px 0;
	text-shadow:0 0 10px rgba(0,0,0,0.4);
}
#map_canvas {
    display: block;
    height: 400px;
    position: relative;
    width: 100%;
}

/* Body Full Width*/
body.frame-full-width .body {
	padding:0;
}
body.frame-full-width .body .frame {
	padding:40px 0;
}

/*Product Info*/
.section-product-top {
	margin:0;
	background-image:url(images/bg-head.jpg);
	padding:20px 0 30px;
}
.section-product-info {
	margin:0;
}
.section-product-top .col.text-right > div,
.section-product-top .col.text-right > input,
.section-product-top .col.text-right > p {
	display:inline-block;
}
.section-product-info .cart-buttons {
	font-size:18px;
}
.section-product-info .col-image {
	position:relative;
	padding-right:20px;
}
.section-product-top .capsule {
	font-size:18px;
}
.section-product-top .capsule-text {
	padding:5px 10px;
}
.section-product-top .attribute {
	padding-right:10px;
}
.section-product-top .attribute label {
	padding-right:10px;
	font-weight:800;
}
.section-product-top .attribute select {
	width:auto;
}
.section-product-top button {
	padding:4px 15px;
	font-size:16px;
}

/*List*/
ul.list {
	list-style:square;
	font-size:14px;
	margin:1em 0;
}
ul.list li {
	margin:0.5em 0;
	margin-left:15px;
}

/*Bulk Table*/
div.bulktable table {
	width:100%;
	border-collapse: collapse;
}
div.bulktable table th,
div.bulktable table td {
	padding:5px 10px;
	border: 1px solid #EEE;
	width: 50px;
}
div.bulktable table th {
	background-color: #F8F8F8;
	color:#999;
	font-weight: 300;
}
div.bulktable table td input {
	width: 100%;
	text-align:center;
}
div.bulktable table tbody td.label {
	color:#068ed0;
	font-weight: 300;
}

/*PROMO BOX*/
.promo-box {
	
	box-shadow:0px 20px 20px rgba(0,0,0,0.25);
}
.promo-box .col {
	border-bottom:8px solid #2E318B;
}
.promo-box img {
	width:100%;
}
.promo-box .pinner {
	padding:20px;
	min-height:350px;
	border-right:10px solid #eee;
	background-color:#f8f8f8;
}
.promo-box .pinner.anti-border {
	border-right:0px solid #fff;
}
.promo-box h3 {
	text-transform:uppercase;
	padding:12px 0 10px;
	text-align:center;
	font-weight:600;
	font-size:30px;
	color:#fff;
	background-color:#2E318B;
}
.promo-box .pinner h4 {
	color:#2E318B;
	font-size:16px;
	margin-bottom:10px;
}

/*Attribute Select*/
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-block.attribute-select {
	border:1px solid #DDD;
	padding:10px;
}
.form-block.attribute-select label {
	font-size:12px;
}
.form-block.attribute-select .field.submit,
.form-block.attribute-select .field {
	padding: 5px;
}
.form-block.mode-bulk .field.submit,
.form-block.attribute-select.mode-list .field.submit,
.form-block.attribute-select.mode-list .field {
	padding:0
}
.form-block.mode-bulk .bulktable {
	margin: 0 0 10px;
}
.form-block.attribute-select.mode-list .field {
	margin:0 0 10px;
}
.price-box .attribute-loader,
.form-block.attribute-select .attribute-loader {
	color:#999;
	animation:rotating 1s linear infinite;
	padding:0 10px;
}
.form-block.attribute-select .field.submit {
	margin:0;
}
.form-block.attribute-select p {
	margin: 0;
}
.product-box .options-price {
	font-size: 16px;
	min-height: 40px;
}
.attribute-select .attribute-label {
	margin:0;
	padding-left: 10px;
}
.price-box .attribute-label {
	color:#666;	
	margin: 0;
}
.price-box .attribute-label .price {
	font-weight:800;
}
.product-box .options-price .price-highlight,
.price-box .attribute-label .price-highlight {
	font-weight:300;
	background-color:#C00;
	border-radius:3px;
	padding: 5px 10px;
	color:#FFF;
	display: inline-block;
}
.product-box .options-price .stock.in,
.price-box .attribute-label .stock.in {
	color:#76AB00;
}
.product-box .options-price .stock.out,
.price-box .attribute-label .stock.out {
	color:#C00;
}

/*Post Wrap*/
.post-wrap .post-item {
	border:2px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
.post-wrap .col {
	padding:10px;
}
.post-item > a {
	text-decoration:none;
}
.post-item .post-image.date-label {
	position:relative;
}
.post-item .post-image.date-label .date {
	display:block;
	padding:5px 10px !important;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	top:0;
	left:0;
	margin:0;
	opacity:0.5;
	transition:all 0.2s ease-in-out 0s;
}
.post-item .post-image.date-label .date {
	opacity:1;
}
.post-item .post-body {
	padding:10px 20px;
}
.post-item .post-body *:last-child {
	margin:0;
}
.post-wrap .post-item:hover {
	border-color:#068ed0;
}
.post-wrap .post-item .feature-image {
	width:100%;
	vertical-align:top;
}

/*Post Page*/
.post-content ul:not([class]) {
	list-style:square;
}
.post-content ol:not([class]),
.post-content ul:not([class]) {
	margin:40px 0;
}
.post-content ul:not([class]) li,
.post-content ol:not([class]) li {
	margin-left:40px;
}
.post-content ol:not([class]) li {
	margin-bottom:10px;
}


/*Adjacent Highlight*/
.capsule-container {
	position:relative;	
}
.capsule-container .wrap {
	position:absolute;
	top:0;
	right:0;
}
.capsule-container .wrap .capsule {
	float:left;
	margin:0 0 0 10px;
	transition:all 0.2s ease-in-out 0s;
}
.capsule-container .wrap .capsule:hover {
	background-color:#FFF;
	border-color:#FFF;
	color:#000;
}

/*Span Float*/
ul.span-float {
	overflow:hidden;
	list-style:none;
}
ul.span-float li {
	float:left;
	padding-right:10px;
}

/*Sidebox Image*/
.sidebox-image {
	border:1px solid #999;
	margin-bottom:10px;
	vertical-align:top;
}

/*Info Block*/
.info-block {
	margin:1em 0;
	overflow:hidden;
}
.info-block .block {
	padding:10px;
	margin:10px;
	width:190px;
	border:1px solid #DDD;
	float:left;
	position:relative;
}
.info-block .block:first-child {
	margin-left:0;
}
.info-block .block.no-top {
	padding-top:0;
}
.info-block .block p {
	margin:5px 0;
}
.info-block.coltable > .col {
	padding:5px;
}
.info-block.coltable > .block {
	width:100%;
	margin:0;
	float:none;
	box-sizing:border-box;
}

/*Testimonial*/
.testimonial {
}
.testimonial *:last-child {
	margin-bottom:0;
	text-align:center;
}
.testimonial blockquote > p {
	font-size:20px;
	line-height:34px;
	font-style:normal;
}
.testimonial blockquote > p i {
	font-size:32px;
	color:#FFF000;
	position:relative;
	top:-10px;
	left:-10px;
}
.testimonial blockquote > footer > p {
	font-style:normal;
	font-weight:100;
}
.testimonial blockquote > footer > p.auth > * {
	display:inline-block;
	vertical-align:middle;
}
.testimonial blockquote > footer > p.auth img {
	margin-right:20px;
	max-width:150px;
}
.testimonial blockquote > footer > p.auth .rating {
	color:#EEC700;
	font-size:18px;
}
.testimonial blockquote > footer > p.auth .rating .fa {
	margin-right:3px;
}
.testimonial blockquote > footer > .divider {
	height:3px;
	width:80px;
	background-color:#068ed0;
	display:inline-block;
	margin:20px 0;
}
.testimonial *:last-child { 
	text-align:left;
}

/*Box*/
.box-container > .col {
	padding:10px;
}
.box-container > .box {
	margin:0 0 20px;
}
.box {
	margin-right: 20px;
	background-color: #9c3b96;
	border-radius: 5px;
	padding: 15px;
}
.box h3 p{
	color: #FFF;
}
.box.topleft {
	border:2px solid #000;
	margin-right: 20px;
	background-image:url(images/test-image.png)
	
}


.box.box-small {
	padding: 5px;
	font-size: 14px;
}
.box *:last-child {
	margin:0;
}
.box.box-info {
	background-color:#C00;
	border-color:#900;
	color:#FFF;
}
.box.box-danger {
	background-color:#C00;
	border-color:#900;
	color:#FFF;
}
.box.box-yellow > *,
.box.box-info > *,
.box.box-danger > * {
	color:#FFF;
}

/*Columns*/
.column.col-center {
	margin:0 auto;
}
.column.w12 {
	width:100%;
}
.column.w8 {
	width:75%;
}
.column.w7 {
	width:58.33%;
}
.column.w6 {
	width:50%;
}
.column.w4 {
	width:33.33%;
}
.column.w3 {
	width:25%;
}
.column.w2 {
	width:16.66%;
}
.column.w1 {
	width:8.33%;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable > .col {
	display:table-cell;
	box-sizing:border-box;
	vertical-align:top;
}
.coltable.float {
	overflow:hidden;
}
.coltable.float > .col {
	float:left;
	display:block;
}
.coltable.inline-block > .col {
	display:inline-block;
}
.coltable.pad > .col,
.coltable.padcol > .col {
	padding:10px;
}
.coltable.pad20 > .col {
	padding:20px;
}
.coltable > .col.sidepad {
	padding:0 20px;
}
.coltable.nopad > .col {
	padding:0px !important;
}
.coltable.col1 > .col {
	width:100%;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33.33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable.col5 > .col {
	width:20%;
}
.coltable.col6 > .col {
	width:16.666%;
}
.coltable > .col.w80 {
	width:80%;
}
.coltable > .col.w75 {
	width:75%;
}
.coltable > .col.w66 {
	width:66.666%;
}
.coltable > .col.w50 {
	width:50%;
}
.coltable > .col.w33 {
	width:33.333%;
}
.coltable > .col.w30 {
	width:30%;
}
.coltable > .col.w25 {
	width:25%;
}
.coltable > .col.w20 {
	width:20%;
}
.coltable > .col.center {
	text-align:center;
}
.coltable > .col.vmiddle,
.coltable.vmiddle > .col {
	vertical-align:middle;
}
.coltable > .col.hcenter {
	text-align: center;
}
.coltable > .col.vbottom,
.coltable.vbottom > .col {
	vertical-align:bottom;
}
.coltable > .col.vtop,
.coltable.vtop > .col {
	vertical-align:top;
}
.coltable.page-structure > .col {
	vertical-align: top;
}
.coltable.page-structure > .col.col-sidebox {
	width: 20%;
}
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
	padding-right: 20px;
	box-sizing: border-box;
}

/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0 0;
}
ul.spec-list li p {
	float:left;
	width:30%;
}
ul.spec-list li p.value {
	width:70%;
}
ul.spec-list li p.label {
	color:#999;
	font-weight:300;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
}
ul.spec-list li:first-child {
	border-top:1px dotted #CCC;
}
ul.spec-list li:last-child {
	border-bottom:none;
}

/*Input Labels*/
.input-labels {
	border: 1px solid #EEE;
	background-color:#F8F8F8;
	margin: 0 0 10px;
}
.input-labels h4 {
	padding: 10px 10px 0;
	font-size: 16px;
	margin: 0;
	
}
.input-labels .form-block {
	padding:0;
	margin: 0;
	border: none;
}
.input-labels .form-block .field {
	padding: 10px;
}

/*Sidebox*/
.sidebox {
	border: 2px solid #EEE;
	margin: 0 0 20px;
}
.sidebox .sidebox-top {
	padding: 10px;
	background-color: #EEE;
	color: #999;
	font-weight: 300;
}
.sidebox .sidebox-body {
	padding: 10px;
}
.sidebox .form-block {
	border: none;
	padding: 0;
	margin: 0;
}
.sidebox .form-block .field {
	margin: 0 0 10px;
	padding: 0;
}
.sidebox .form-block .field.submit {
	margin-bottom:0;
}
.sidebox .form-block .field.submit button,
.sidebox .form-block .field.submit input[type=submit] {
	width: 100%;
}
.sidebox .links:not(:last-child) {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #EEE;
}
.sidebox .links li {
	list-style: none;
}
.sidebox .links li > a {
	display: block;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #FFF;
	transition:all 0.2s ease-in-out 0s;
}
.sidebox .links li > a:hover {
	border-bottom-color: #068ed0;
	color: #068ed0;
	text-decoration: none;
}

/*Banner*/
.banner .slide,
.banner .slide-image {
	position:relative;
}
.banner .slide .slide-inner {
	position:absolute;
	display:table;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
	background-color:rgba(0,0,0,0.3); /*overlay if required*/
}
.banner .slide .slide-inner * {
	vertical-align:middle;
}
.banner .slide .slide-inner .slide-cell {
	display:table-cell;
	vertical-align:middle;
}
.banner .slide .slide-inner *:last-child {
	margin-bottom:0;
}
.banner .slide .slide-inner h2,
.banner .slide .slide-inner .h2,
.banner .slide .slide-inner p,
.banner .slide .slide-inner .p,
.banner .slide .slide-inner h3,
.banner .slide .slide-inner .h3 {
	color:#FFF;
}

/*Product Table*/
table.product {
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border-collapse:collapse;
}
table.product td {
	background-color:#F3F3F3;
	padding:5px;
	border-bottom:1px solid #FFF;
}
table.product td.right {
	text-align:right;
}
table.product td.center {
	text-align:center;
}
table.product td.left {
	text-align:left;
}
table.product thead td {
	font-size:12px;
	color:#068ed0;
	font-weight:800;
	background-color:#EEE;
	border-bottom:2px solid #FFF;
}
table.product .textbox-qty {
	width:30px;
	text-align:center;
	padding:4px;
}

.video-overlay {
	color: #068ed0;
    position: absolute;
    top: 30%;
    width: 100%;
}

.responsive {
	width:100%;
	vertical-align:top;
}

/* Wish List List */
.wishlist-list > .coltable {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.wishlist-list > .coltable > .col.image {
	width: 150px;
	padding-right: 5px;
}
.wishlist-list > .coltable > .col.image img {
	vertical-align: middle;
}
.wishlist-list > .coltable > .col.title, .coltable.wishlist > .col.price {
	padding-left: 5px;
}
.wishlist-list > .coltable > .col.price .price-highlight {
	font-weight:bold;
	color:#C00;
}
.wishlist-list > .coltable > .col.quantity {
    padding-left: 10px;
}
.wishlist-list > .coltable > .col.quantity input {
    width: 100px;
    text-align: center;
    margin: auto;
    display: inline-block;
}
.wishlist-list > .coltable > .col.remove {
	vertical-align: bottom;
}

/******* RESPONSIVE OVERRIDE **************/
@media screen and (max-width: 1320px) {
	.frame,
	.frame-width,
	.section {
		width:1200px;
	}
}
@media screen and (max-width: 1220px) {
	.frame,
	.frame-width,
	.section {
		width:100%;
	}
}
@media screen and (max-width: 1120px) {
	#head .top-search label {
		display:none;
	}
	#head .top-search button {
		width:30%;
	}
	.product-box li p.price-result {
		top:10px;
		right:10px;
		font-size:12px;
	}
	.product-box li .title a {
		font-size:16px;
		letter-spacing:-1px;
	}
	.product-box .title {
		padding:0;
	}
	.product-box .button {
		font-size:12px;
	}
	#head .head-right .button {
		font-size:12px;
	}
	#head .head-center quote {
		font-size:13px;
	}
	#head .head-top {
		height:auto;
		padding:10px 0 0;
	}
	.banner .slider-image-wrapper {
		height: 500px;
	}
	.headercol .col.vbottom {
		display:none;	
	}

}
@media screen and (max-width: 1020px) {
	.frame,
	.frame-width,
	.section {
		width:100%;
	}
	.header, .copyright, .body, .banner {
		padding:10px;
	}
}
@media screen and (max-width: 800px) {
	#content > .frame-width:first-child {
		padding-top:10px;
	}
	.h1, h1 {
		font-size:36px;
		line-height:32px;
	}
	.h2, h2, .h3, h3  {
		font-size:26px;
		line-height:22px;
	}
	.product-badge {
		width:50px;
		height:50px;
		background-size:contain;
		top:-2px;
		left:-2px;
	}
	.section-product-top,
	.section-product-info {
		padding:10px;
	}
	.section-product-top {
		padding-bottom:20px;
	}
	#content > .frame-width {
		box-sizing:border-box;
	}
	.mobile-responsive {
		width:100%;
		vertical-align:top;
	}
	
	#content {
		width:100%;
		border-radius:0;
	}
	.sidebox input[type="text"],
	.sidebox input[type="password"],
	.sidebox textarea {
		width:100%;
		padding:10px 0;
	}
	#base-menu {
		display:block;
		position:static;
		margin:0;
		width: auto;
		height: 40px;
		text-align:center;
	}
	.float-left,
	.float-right {
		float:none;
	}
	
	.module_select,
	.module_select table {
		width:auto;
	}
	.product-box li {
		box-shadow:none;
		border-color:#EEE;
		margin:0;
		width:25%;
		box-sizing:border-box;
		display:inline-block;
		vertical-align:top;
	}
	.product-box li .sub-title {
		font-size:11px;
		min-height:30px;
	}
	#banner-inner,
	.frame,
	.frame-width,
	.section {
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	.coltable.home-icons {
		display:block;
		overflow:hidden;
	}
	.coltable.home-icons > .col {
		width:50% !important;
		float:left;
	}
	.resp-mobile {
		width:100%;
		box-sizing:border-box;
	}
	.product-box li {
		width:33%;
	}
	.product-box .bullet {
		display:none;
	}
	.product-box li .box {
		height:auto;
	}
	#footer #footer-nav .col.girl img {
		width:100%;
	}
	#footer #footer-nav h3 {
		font-size:20px;
	}
	#head .head-nav ul.menu {
		padding:0;
	}
	.logo h1 {
		background:none;
		position:static;
		padding:0;
		width:100%;
	}
	#head .logo {
		width:25%;
	}
	#head .head-center > .coltable > .col {
		display:block;
		width:100%;
		text-align:center;
	}
	#head .head-center {
		display:none;
	}
	ul.gallery-list li {
		width:50%;
	}
	.gallery-image > li {
		width:50%;
	}
	.banner .slider-image-wrapper {
		height: 400px;
	}
	.coltable.wishlist > .col.image {
		width: 100px;
	}
	.coltable.wishlist > .col.image img {
		width: 100%;
	}
	.coltable.wishlist > .col.remove button {
		font-size: 12px;
		padding: 7px 20px;
	}
	.toplinks img {
		display:none;
	}
	
}
@media screen and (max-width: 700px) {
	body,html {
		font-size:14px;	
	}
	.h1, h1 {
		font-size:32px;
		line-height:28px;
	}
	.h2, h2 {
		font-size:22px;
		line-height:20px;
	}
	.h3, h3 {
		font-size:18px;
		line-height:16px;
	}
}
@media screen and (max-width: 640px) {
	.product-box li .sub-title {
		font-size:10px;
	}
	.product-info .cont-info,
	.product-info .cont-image {
		display:block;
		width:100%;
		padding:0;
	}
	.sub-category ul li a {
		font-size:12px;
	}
	.product-box div.options {
		font-size:12px;
	}
	.product-box .cart-add a {
		font-size:12px;
	}
	.html-style img {
		width:100%;
		vertical-align:top;
	}
	.template-divider h2 b,
	.template-divider h2 {
		font-size:14px;
	}
	.column.col-center {
		width:100% !important;
	}
	.coltable.wishlist > .col {
		float:left;
	}
	.coltable.wishlist > .col.image {
		padding-right: 5px;
		width: 33.33% !important;
	}
	.coltable.wishlist > .col.image img {
		width: 100%;
	}
	.coltable.wishlist > .col.title, .coltable.wishlist > .col.price, .coltable.wishlist > .col.quantity {
		padding-left: 5px;
		width: 66.66% !important;
	}
	.coltable.wishlist > .col.price, .coltable.wishlist > .col.quantity {
		width: auto !important;
	}
    .coltable.wishlist > .col.price, .coltable.wishlist > .col.quantity input {
		width: 75px;
        height: 30px;
        font-size: 12px;
	}
	.coltable.wishlist > .col.remove {
		width: 100% !important;
		text-align: right !important;
	}
}
@media screen and (max-width:580px) {
	.opt {
		display:block;
		text-align:center;
		margin:0 0 5px;
	}
	.gallery-image > li {
		width:100%;
	}
	.section {
		padding:8px;
	}
	.cart-buttons,
	.section-product-top {
		text-align:center;
	}
	.section-product-top .capsule {
		font-size:14px;
	}
	.section-product-info .col-image {
		padding-right:0;
	}
	.text-right {
		text-align:center;
	}
	.image-container {
		margin-top:0;
	}
	.news-block .news-info {
		padding-left:0;
	}
	.coltable > .col {
		display:block;
		width:100% !important;
	}
	.contact-container .contact-form, .contact-container .contact-map {
		width:300px;	
	}
	.pad-left-20 {
		padding-left:0;
		padding-top:20px;
	}
	.pad-right-20 {
		padding-right:0;
		padding-bottom:20px;
	}
	.footer {
		padding:20px 0;
	}
	.footer .frame > .coltable > .col {
		padding-top:40px;
	}
	.footer .frame > .coltable > .col:first-child {
		padding-top:0;
	}
	.item-box .search-field input[type="submit"],
	.item-box .search-field select, .item-box .search-field input {
		width:100%;
	}
	.product-box li .box p.price-result, .product-box li .box p.stock {
		display:inline-block;
		width:auto;
	}
	.header .logo {
		background-position:center;
	}
	.header .slogan * {
		text-align:center;
	}
	.banner .slider-image-wrapper {
		height: 300px;
	}
	.coltable.wishlist > .col.remove button {
		font-size: 12px;
		padding: 7px 20px;
	}
}
@media screen and (max-width: 400px) {
	ul.gallery-list li {
		width:100%;
	}
	img.gallery {
		width:100%;
	}
	.container-style .col {
		display:block;
		width:100%;
	}
	ul.product-box.home > li,
	.product-box li {
		width:100%;
	}
	.product-box li .title a {
		font-size:13px;
	}
	.product-box .cart-add a {
		font-size:10px;
	}
	.form-block {
		padding:10px;
	}
	.form-block .field {
		margin:0 0 10px 0;
		float:none;
		width:100% !important;
		padding:0;
		box-sizing:border-box;
	}
	.form-block .field input,
	.form-block .field select,
	.form-block .field textarea{
		width:100% !important;
		box-sizing:border-box;
	}
	.coltable.wishlist > .col.title, .coltable.wishlist > .col.price {
		font-size: 14px;
	}
}
