html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.5em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
}
b, strong {
	font-weight: bold;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}




input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}




.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}



/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}



/* fancybox styles */
#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-content {
	width: 100% !important;
	text-align: center;
}

#fancybox-title {
	left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
	margin: 0 0 0 -50% !important;
}



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #c1c1c1;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	}





















/* add to cart message */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 68px !important;
	z-index: 1000;
	background: rgba(51,51,51,.7);
	display: none;
  	width: 1230px;
  	left: 50%;
  	margin-left: -615px;
}



/* 3.1 HOVERS */
.hover__1 {
	overflow: hidden;
	position: relative;
}

.hover__1:before,
.hover__1:after {
	content: '';
	width: 100%;
	height: 50%;
	display: block;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.hover__1:before {
	top: -100%;
}
.hover__1:after {
	bottom: -100%;
}

.hover__1:hover:before {
	top: 0;
}
.hover__1:hover:after {
	bottom: 0;
}



.hover__2 {
	overflow: hidden;
	position: relative;
}

.hover__2:before,
.hover__2:after {
	content: '';
	width: 50%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.hover__2:before {
	left: -100%;
}
.hover__2:after {
	right: -100%;
}

.hover__2:hover:before {
	left: 0;
}
.hover__2:hover:after {
	right: 0;
}



.hover__3 {
	overflow: hidden;
	position: relative;
}

.hover__3:before {
	content: '';
	width: 100%;
	height: 0;
	display: block;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 50%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.hover__3:hover:before {
	height: 100%;
	top: 0;
}



.hover__4 {
	overflow: hidden;
	position: relative;
}

.hover__4:before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 50%;
	top: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.hover__4:hover:before {
	width: 100%;
	left: 0;
}



.hover__5 {
	overflow: hidden;
	position: relative;
}

.hover__5:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
	        box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	
}

.hover__5:hover:before {
	-webkit-box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	        box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	}



.hover__6 {
	overflow: hidden;
	position: relative;
}

.hover__6:before,
.hover__6:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,.1);
	position: absolute;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.hover__6:before {
	left: -100%;
	top: -100%;
}
.hover__6:after {
	right: -100%;
	bottom: -100%;
}

.hover__6:hover:before {
	left: 0;
	top: 0;
}
.hover__6:hover:after {
	right: 0;
	bottom: 0;
}



.hover__7 {
	overflow: hidden;
	position: relative;
}

.hover__7:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
	        box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	
}

.hover__7:hover:before {
	-webkit-box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	        box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	}



.hover__8 {
	overflow: hidden;
	position: relative;
}

.hover__8:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	        box-shadow: inset 0 0 0 300px rgba(0,0,0,.2);
	-webkit-transform: scale(.001);
	   -moz-transform: scale(.001);
	    -ms-transform: scale(.001);
	     -o-transform: scale(.001);
	        transform: scale(.001);
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	
}

.hover__8:hover:before {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	}








/***************************************************************************
                           4. TYPOGRAPHY
***************************************************************************/




body {
	font-family: Roboto;
	font-size: 13px;
	color: #2a495d;
}



/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
	margin: 15px 0;
	padding: 0 0 5px 0;
	font: 18px Roboto;
	color: #333333;
	text-transform: uppercase;
}

.column_center h2,
.column_center h3,
.column_center h4 {
	font-size: 15px;
}

.column_center h5,
.column_center h6 {
	font-size: 13px;
}

.column_center .page_heading {
    margin: 0;
    padding: 12px 19px 15px;
    background: #002878;
    background: -webkit-linear-gradient(top, #002878 0%,#002878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002878), color-stop(100%,#002878));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
        background: linear-gradient(to bottom, #376482 0%,#376482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font: bold 18px Roboto;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
}
.column_center .page_heading a {
	float: right;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin: 15px 0;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #002878;
	text-decoration: none;
}
a:hover, a:focus {
	color: #f1ad4d;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}
.product_name a {
	font-weight: bold;
	color: #002878;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_name a:hover {
	color: #fdf49a;
}


.product_desc {
	font-size: 13px;
	color: #002878;
}


.money {
  	font: bold 20px/24px Roboto;
	color: #ff5f01;
}
.nev_price.money {
	color: #ef2626;
}
.compare-at-price {
	text-decoration: line-through;
  	color: #777777;
    font-weight: 300;
  	font-size: 17px;
}




.rte {
	    margin-top: -11px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte h1 {
	font-size: 19px;
}
.rte h2 {
	font-size: 17px;
}
.rte h3 {
	font-size: 16px;
}
.rte h4 {
	font-size: 14px;
}
.rte h5 {
	font-size: 13px;
}
.rte h6 {
	font-size: 12px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
  	font-family: Roboto; 
}


/***************************************************************************
                           5. FORMS & COMPONENTS
***************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: 13px;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #c1c1c1;
	font: normal 13px 'Arial';
	color: #777777;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
 	height: 34px;
  	line-height: 18px;
  	padding-top: 7px;
  	padding-bottom: 7px;
}
select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

.form-control:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	}


.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}

.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}



/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}


/* 5.3 BUTTONS */
.btn,
.btn a,
.btn-info,
.btn-primary {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    color: #f9b14c;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #2a495d 0%,#2a495d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    border: 1px solid #2a495d;
    padding: 5px 13px 7px;
    font-weight: bold;
}
.btn:after {
  	content: "\f0da";
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	display: inline-block;
	color: #ff5f01;
  	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn-cart {
	padding: 6px 15px 8px 50px;
	
background: #ff5f01;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
	 /* IE6-8 */
;
  	border: none;
	color: #ffffff;
  	font-weight: normal;
}
.btn-cart:after {
 	display: none; 
}
.btn-cart i {
	border-radius: 5px 0px 0px 5px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 38px;
	color: #ffffff;
  	
background: #3f3f3f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	 /* IE6-8 */
;
  	padding-top: 8px;
  	font-size: 18px;
}
.btn-cart span {
  	display: block;
	position: absolute;
	left: 38px;
	top: 12px;
	border: 5px solid;
	border-color: transparent transparent transparent #333333;
}
.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
       background: linear-gradient(to bottom, #d29d4e 0%,#f9b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #000000;
    border: 1px solid #333333;
}
.btn:focus {
	
background: #3f3f3f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	 /* IE6-8 */
;
  	border: 1px solid #333333;
}
.btn-cart:hover {
	
background: #3f3f3f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	 /* IE6-8 */
;
  	color: #ffffff;
  	border: none;
}
.btn-cart:hover i,
.btn-cart:focus i {
	
background: #ff5f01;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
	 /* IE6-8 */
;
}
.btn-cart:hover span,
.btn-cart:focus span{
	border-color: transparent transparent transparent #ff5f01;
}
.btn-cart:focus{
  	color: #ffffff;
  	border: none;
}



/***************************************************************************
                           6. GLOBAL PAGE LAYOUT
***************************************************************************/

html, body {
	height: 100%;
}

#wrapper {
	
	background-color: #eeeeee;
	
}

#wrapper2 {
	overflow: hidden;
}

.wrapper3 {
  	max-width: 1230px;
  	margin: 0 auto;
  	background: #ffffff;
}

.container {
	padding: 0;
}

#main {
	margin-top: -26px;
  	position: relative;
}

#main_content,
.column .widget {
	margin-bottom: 29px !important;
}





/* NO SIDEBAR */
.sidebar_none {
}


/* LEFT SIDEBAR */
.sidebar_left {
}
.sidebar_left .column_center {
	width: 100%;
}
.sidebar_left .column_center #main_content {
	margin: 0 0 0 25%;
}
.sidebar_left .column_left {
	margin-left: -100%;
	    margin-top: 25px;
}


/* RIGHT SIDEBAR */
.sidebar_right {
}


/* BOTH SIDEBARS */
.sidebar_both {
}
.sidebar_both .column_center {
	width: 100%;
}
.sidebar_both .column_center #main_content {
	margin: 0 25%;
}
.sidebar_both .column_left {
	margin-left: -100%;
}
.sidebar_both .column_right {
	margin-left: -25%;
}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {
	margin: 0;
}



/***************************************************************************
                           8. MAIN PAGE
***************************************************************************/

/* 8.1 HEADER */



















.shadow {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0)), color-stop(100%,rgb(238, 238, 238)));
}

.header_top {
  	padding-bottom: 4px;
  	background: #ffffff;
  	position: relative;
}
#header {
border-bottom: 1px solid #eeeeee;
    padding-top: 33px;
    background: #7F7F7F url(/assets/templates/site/images/fon.jpg) repeat center center scroll;
}


.header_center {
  	position: relative;
	padding-bottom: 34px;
}

#logo {
  	float: left;
  	margin-top: -7px;
  	z-index: 1;
  	position: relative;
}
#logo a {
	display: inline-block;
}
#logo b {
	font-size: 88px;
	line-height: 88px;
	font-weight: 900;
	text-transform: lowercase;
	color: #ff5f01;
  	letter-spacing: -4px;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
  	position: relative;
}
#logo span {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 17px;
	font-weight: 900;
	color: #002878;
  	margin: -6px 0px 0px 13px;
  	font-family:arial;
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
#logo b:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 14px 0;
	width: 0%;
	color: #45ac07;
	content: attr(data-hover);
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
}
#logo a:hover b::before {
	width: 101%;
}

.header_user {
	float: right;
	padding: 12px 0px;
}
.header_user li {
	display: inline-block;
  	margin: 0 7px;
}
.header_user li a {
	font-size: 13px;
	line-height: 13px;
	color: #ff5f01;
  	position: relative;
  	transition: all .6s ease;
}
.header_user li a:hover {
  	color: #45ac07;
}
.header_user li a i {
	margin: 0px 4px 0 0;
	line-height: 1.5em;
}
.header_user li a:after {
	position: absolute;
	content: "";
	left: 0;
  	width: 0%;
	bottom: -5px;
	border-bottom: 1px solid #ff5f01;
	transition: all .6s ease;
}
.header_user li a:hover:after {
	width: 100%;
  	border-color: #45ac07;
}


.header_currency {
  	float: right;
  	margin-top: 15px;
  	margin-left: 7px;
}
.header_currency .jq-selectbox {
	width: 53px;
}
.header_currency .jq-selectbox__select {
	height: 25px;
	padding: 0 9px 0 5px;
}
.header_currency .jq-selectbox__select-text {
	font-size: 13px;
	line-height: 13px;
	color: #ff5f01;
}
.header_currency .jq-selectbox__trigger i {
	right: 0px;
	top: -2px;
	font-size: 15px;
	color: #777777;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	background: #333333;
  	padding: 10px 0px;
}
.header_currency .jq-selectbox__dropdown ul li {
  	color: #ffffff;
  	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
  	color: #ff5f01;
}



.header_cart {
  	float: right;
  	width: 31%;
}
.header_cart a {
  	display: block;
	font-size: 13px;
	line-height: 49px;
	color: #ff5f01;
	
background: #1f1f1f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #1f1f1f 0%,#0b0b0b 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#0b0b0b));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #1f1f1f 0%, #0b0b0b 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #1f1f1f 0%,#0b0b0b 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #1f1f1f 0%,#0b0b0b 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #1f1f1f 0%,#0b0b0b 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#0b0b0b',GradientType=0 );
	 /* IE6-8 */
;
  	position: relative;
}
.header_cart a i {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 12px 13px;
	color: #ffffff;
  	font-size: 26px;
  	margin-right: 17px;
}
.header_cart a b {
	font-weight: normal;
}
.header_cart a span.cart-total-items {
  	margin-right: 5px;
}
.header_cart a span.count {
}
.header_cart .abs {
  	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	bottom: 0;
	
background: #3f3f3f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	 /* IE6-8 */
;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	;
  	z-index: 0;
}
.header_cart a:hover .abs {
	width: 100%;
}
.header_cart .abs + div {
 	position: relative;
  	z-index: 1;
  	line-height: inherit;
}

.header_search {
    float: right;
    position: relative;
    width: 21.6%;
    background: #002878;
    background: -webkit-linear-gradient(top, #002878 0%,#002878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002878), color-stop(100%,#002878));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #376482 0%,#376482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding: 4px;
    margin-top: 5px;
}
.header_search form {
  	position: relative;
  	padding-left: 44px;
}
.header_search #search-field {
	    float: left;
    padding: 10px;
    height: 34px;
    line-height: 20px;
    border: none;
    width: 75.7%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}
.header_search #search-submit {
    float: right;
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0 7px 0;
    width: 24.3%;
    color: #ffffff;
    background: #002878;
    background: -webkit-linear-gradient(top, #002878 0%,#002878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002878), color-stop(100%,#002878));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
       background: linear-gradient(to bottom, #376482 0%,#376482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.header_search #search-submit:before,
.header_search #search-submit:after {
    display: none; 
}
.header_search #search-submit i {
    left: -100%;
    top: 0;
    font-size: 30px;
    color: #ffffff;
    height: 100%;
    line-height: 35px;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  	
background: #3f3f3f;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
	 /* Opera 11.10+ */
    background: linear-gradient(to bottom, #376482 0%,#376482 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	 /* IE6-8 */
;
}
.header_search #search-submit:hover i {
    left: 50%;
    margin-left: -50%;
}
.header_search #search-submit:focus {
  	color: #ffffff;
}
.header_search #search-submit span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
	line-height: 19px;
}
.header_search #search-submit:hover span {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}


.header_search form:before {
  position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    padding-top: 9px;
    text-align: center;
    vertical-align: baseline;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #376482 0%,#376482 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    color: #ffffff;
    font-size: 17px;
    line-height: 40px;
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.custom_header1 {
}



/* 8.2 NAVIGATION */
#navigation {
  	float: right;
	position: relative;
	z-index: 99;
  	margin-top: 45px;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.header_center.isStuck {
	width: 100%;
	left: 0;
	top: 0;
  	z-index: 102;
  	padding-bottom: 0px;
}
.header_center.isStuck .wrapper3 {
  	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    box-shadow: 0 1px 5px rgba(0,0,0,0.35);
  	position: relative;
  	background: none;
}
.header_center.isStuck .wrapper3 .nav_bg {
  	z-index: 0;
  	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0; 
  	background: #ffffff;
  	opacity: .97;
}
.header_center.isStuck #logo {
 	margin-top: 5px;
  	margin-bottom: 5px;
}
.header_center.isStuck #logo b {
 	font-size: 40px;
  	line-height: 40px;
}
.header_center.isStuck #logo b:before {
 	margin-top: -7px;
}
.header_center.isStuck #logo a:hover b:before {
  	width: 110%;
}
.header_center.isStuck #logo span {
     font-size: 21px;
    margin-top: 0px;
    font-family: arial;
}
.header_center.isStuck #navigation {
 	margin-top: 25px; 
}
#navigation nav {
	height: 30px;
}
.sf-menu li {
	position: relative;
}

.sf-menu > li {
	float: left;
  	margin-left: 26px;
}
.sf-menu > li ~ li {
}
.sf-menu > li > a {
	    position: relative;
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    color: #2a495d;
    padding-left: 19px;
}
.sf-menu > li > a:before {
	position: absolute;
	content: "\f0da";
	left: 0;
	top: 2px;
	font-size: 15px;
	line-height: 15px;
	color: #002878;
  	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sf-menu > li > a > span {
 	position: relative; 
}
.sf-menu > li > a > span::before {
	position: absolute;
	top: -1px;
	left: 0;
	overflow: hidden;
	max-width: 0;
	color: #f1ad4d;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
  	white-space: nowrap;
}
.sf-menu > li > a:hover > span::before,
.sf-menu > li > a:focus > span::before {
	max-width: 100%;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {
	color: #f1ad4d;
}


.sf-menu ul {
  	display: none;
	width: 180px !important;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1000;
	padding: 10px 15px; 
	background: #2656b5;
}
.sf-menu ul li {
	padding: 5px 0px;
}
.sf-menu ul li a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
	color: #fde718;
}
.sf-menu > li > a.sf-with-ul:after {
	position: relative;
	content: "\f105";
	padding-left: 5px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	color: #333333;
  	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sf-menu > li > a.sf-with-ul:hover:after,
.sf-menu > li.active > a.sf-with-ul:after,
.sf-menu > li.sfHover > a.sf-with-ul:after {
	color: #fde718;
}



/* 8.3 NIVOSLIDER */
.nivoSlider {
	width: 100%;
	height: 468px;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	    height: 438px;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
	}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
	height: 100%;
	position: relative;
	z-index: 1;
  	margin-top: 30px;
  	min-height: 315px;
}

.nivoSlider {
}

.nivo-caption {
	position: absolute;
	z-index: 8;
	display: none;
	left: 8%;
	top: 10%;
	width:50%;
}
.nivo-caption h3 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fdb852;
    font-family: 'Univers N W02 320 Cd Lt',Arial;
}
.nivo-caption h4 {
	text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.nivo-caption h2 {
	font-size: 65px;
	line-height: 60px;
	color: #ff5f01;
	margin-bottom: 4px;	
  	margin-top: -2px;
  	padding:0px;
  	font-weight: bold;
}
.nivo-caption p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 21px;
    display: block;
    font-weight: bold;
    padding-bottom: 9px;
    color: #fdb852;
    max-width: 60%;
}
.nivo-caption .btn {
	    font-size: 18px;
    line-height: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 30px 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 1px;
    color: #ffffff;
    background: #002878;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#002878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #185987 0%,#004677 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
}
.nivo-caption .btn:after {
  	display: none;
}
.nivo-caption .btn:hover {
 	
   background: #fde71a;
    background: -webkit-linear-gradient(top, #fde71a 0%,#fde71a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde71a), color-stop(100%,#fde71a));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #FDE71A 0%,#FDE71A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
  
}

.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 60px;
	height: 68px;
	z-index: 9999;
	text-align: center;
	font-size: 48px;
	color: #333333;
  	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nivo-directionNav a:hover i {
	color: #fbee91;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 59px;
}



/* 8.4 SHOWCASE */
#showcase {
  	margin-top: 20px;
  	margin-bottom: 30px;
}
.wrapper3 {
 	position: relative; 
}
.custom_showcase {
 	margin-top: 20px; 
}
.custom_showcase a {
  	display: block;
  	padding-right: 10px;
	    background: #2a495d;
  	position: relative;
	    color: #000;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.custom_showcase a:hover {
 	 background: #376482;
	    color: #fff;
}
.custom_showcase img {
	float: left;
  	margin-right: 20px;
}
.custom_showcase p {
	color: #ffffff;
  	margin: 0px;
  	padding-right: 25px;
}
.custom_showcase i {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 29px;
	color: #ffffff;
}
.custom_showcase h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	margin: 0;
  	padding-top: 18px;
	text-transform: uppercase;
	color: #fff;
}
.custom_showcase h3:hover {color: #fff;}
.main_content {
 	position: relative 
}




















.main_content .shadow {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: -39px;
    z-index: 0;
    background: -webkit-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: -moz-linear-gradient(top, rgba(209,209,209,0) 0%, rgba(209,209,209,.9) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: linear-gradient(to bottom, rgba(209,209,209,0) 0%,rgb(215, 227, 238) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241, 173, 77, 0)), color-stop(100%,rgba(42, 73, 93, 0.34)));
    width: 100%;
    height: 35px;
    background: url(/assets/templates/site/images/footer_line.png);
}
.shadow2 {
position: absolute;
    left: 0;
    top: 26px;
    right: 0;
    z-index: 0;
    height: 7986px;
    background: url(/assets/templates/site/images/bac.jpg) repeat;
}
.main_content .shadow3 {
	bottom: 0px;
  	top: auto;
}


















.main_content .shadow3 {
    bottom: 0px;
    top: auto;
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,.9) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0)), color-stop(100%,rgba(213, 233, 252, 0.42)));
}

.banner {
 	margin: 30px 0px 30px; 
}

.banner a {
  	display: block;
	padding: 19px 15px 24px 26px;
	
background: #ff5f01;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
	 /* IE6-8 */
;
}
.banner a:hover {
  	
background: #7c7c7c;
	 /* Old browsers */
background: -webkit-linear-gradient(top, #7c7c7c 0%,#434343 100%);
	 /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#434343));
	 /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #7c7c7c 0%, #434343 100%);
	 /* FF3.6+ */
background: -ms-linear-gradient(top, #7c7c7c 0%,#434343 100%);
	 /* IE10+ */
background: -o-linear-gradient(top, #7c7c7c 0%,#434343 100%);
	 /* Opera 11.10+ */
background: linear-gradient(to bottom, #7c7c7c 0%,#434343 100%);
	 /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#434343',GradientType=0 );
	 /* IE6-8 */
; 
}
.banner h2 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 58px;
	line-height: 60px;
	color: #ffffff;
}
.banner h2 span {
	font-size: 46px;
	line-height: 48px;
	display: block;
	margin-top: -10px;
}
.banner h4 {
	margin: -4px 0 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 23px;
	color: #333333;
}
.banner p {
  	margin: 0px;
	color: #ffffff;
}



/* 8.5 MAIN PRODUCT LISTING */
.product > div {
 	border: 1px solid #c1c1c1;
  	margin-top: 30px;
  	padding: 20px 20px 23px;
}

.product .product_img {
  	position: relative;
}
.product .product_img .sale {
  	position: absolute;
  	left: 0px;	
  	top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 6px;
	display: block;
	z-index: 1;
	color: #ffffff;
  	font: bold 15px/18px Roboto;
  	background: #ef2626;
}
.product .product_img a {
	display: block;
  	padding: 0 10px;
}

.product .product_info {
  	padding-top: 17px;
}

.product .product_links .btn {
  	margin-top: 9px;
}
.product .product_links form + .btn {
  	float: right;
}
.product_listing_main .product_links form {
	display: inline-block;
}



/* 8.6 FOOTER */
footer {
  	padding-bottom: 16px;
	    background: #002878;
    background: -webkit-linear-gradient(top, #002878 0%,#002878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002878), color-stop(100%,#002878));
    background: -moz-linear-gradient(top, #7c7c7c 0%, #434343 100%);
    background: -ms-linear-gradient(top, #7c7c7c 0%,#434343 100%);
    background: -o-linear-gradient(top, #7c7c7c 0%,#434343 100%);
        background: linear-gradient(to bottom, #28475f 0%,#2a495d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#434343',GradientType=0 );
}

.footer_block h3 {
  	padding-top: 26px;
	text-transform: uppercase;
	margin: 0 0 13px;
	padding-right: 20px;
	color: #fff;
	font: bold 18px/20px Roboto;  	
}
.footer_block ul li {
	padding-bottom: 10px;
}
.footer_block ul li a {
	font-size: 15px;
  	line-height: 22px;
	font-weight: bold;
	position: relative;
	padding-left: 19px;
	color: #fff;
}
.footer_block ul li a:after {
  	position: absolute;
	left: 0;
	top: 2px;
	font-family: "FontAwesome";
	font-size: 15px;
	line-height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: -1px;
	content: "\f0da";
	font-weight: normal;
	color: #fab24d;
}
.footer_block ul li a:hover {
	color: #f1ad4d;
}
.footer_block ul li a:hover:after {
	color: #333333;
}

.footer_block .socials li a {
 	padding-left: 0px; 
}
.footer_block .socials li a:after {
 	 display: none;
}
.footer_block .socials li a i {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #fab24d;
  	padding-right: 10px;
  	padding-top: 3px;
  	width: 18px;
}
.contacts_company,
.contacts_phone,
.contacts_email span {
 	font-size: 15px;
  	font-weight: bold;
  	padding-bottom: 4px;
  	color: #fff;
}
.contacts_phone a {
 	font-size: 15px;
  	font-weight: bold;
  	color: #333333;
}
.contacts_email a {
 	text-decoration: underline; 
}
.contacts_email a:hover {
 	text-decoration: none; 
}

.bottom_wrapper3 {
	background: none;  
}

.copyright p {
  	margin: 21px 0px 40px;
}
.copyright a {
}
.copyright a:hover {
}



/***************************************************************************
                           9. COLLECTION PAGES
***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {
	margin-top: 15px;
	list-style-type: none;
}
ul.tags li {
	float: left;
  	margin: 3px 3px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	background: #333333;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #ff5f01;
	color: #ffffff;
}



.collection_info {
	margin-top: 15px;
}
.collection_info .collection_img {
	text-align: center;
}
.collection_info .collection_desc .rte {
	margin: 0;
}



.sort_by {
	margin: 15px 0;
	padding: 10px 0;
	border: 1px solid #c1c1c1;
	border-width: 1px 0;
	text-align: right;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}



/* 9.2 BREADCRUMBS */
.breadcrumb {
	margin: 30px 0 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffffff;
  	border: 3px solid #333333;
}
.breadcrumb a:hover {
 	color: #333333; 
}


/* 9.3 COLLECTION LISTING */
.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 9.4 PAGINATION */

#pagination {
	display: inline-block;
	overflow: hidden;
	margin: 30px 0 0 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	border-left: 1px solid #ffffff;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 18px;
	color: #ffffff;
	background: #333333;
  	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

#pagination span a:hover,
#pagination span.current {
	background: #ff5f01;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



/***************************************************************************
                           10. SIDEBAR WIDGETS
***************************************************************************/

.column .widget {
}

.column .widget h3.widget_header {
    margin: 0;
    padding: 12px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
        background: linear-gradient(to bottom, #2a495d 0%,#2a495d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font: bold 18px Roboto;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
}


/* 10.1 LINKS LIST */
.column .widget ul.list {
	border-bottom: 1px solid #c1c1c1;
}
.column .widget ul.list li {
}
.column .widget ul.list li a {
    color: #ffffff;
    display: block;
    font: bold 15px/18px Roboto;
    border-bottom: 1px solid #fff;
    background: #376482;
    padding: 11px 15px 11px 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {
      background: #fdb852;
    color: #000;
}


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {
 	margin-bottom: 30px; 
}
.product_listing_sidebar .product > div {
  	padding-bottom: 15px;
}

.product_listing_sidebar .product_info {
  	margin-top: 17px;
}

.product_listing_sidebar .product_links form {
	display: inline-block;
}



/***************************************************************************
                           11. SEARCH RESULTS PAGE
***************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 0 34px 0 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #ff5f01;
}
#searchresults .search-form button:hover {
	color: #ef2626;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #c1c1c1;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #c1c1c1;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



/***************************************************************************
                           12. PRODUCT PAGE
***************************************************************************/

.product_wrap {
}



/* 12.1 PRODUCT IMAGES */
.product_img_big {
	max-height: 345px;
	overflow: hidden;
	border: 1px solid #c1c1c1;
}



.product_img_thumbs {
	max-height: 120px;
	padding: 12px 0 0 0;
}
.product_img_thumbs__list a {
	width: 107px !important;
	display: block;
}
.product_img_thumbs__list a img {
	width: 100%;
}
.product_img_thumbs__list a:after {
  	position: absolute;
  	left:0px;
  	right: 1px;
  	top: 0px;
  	bottom: 0px;
  	content: "";
	border: 1px solid #c1c1c1;
}



.bx-wrapper {
	max-width: 345px !important;
}
.bx-pager {
	display: none !important;
}

.bx-wrapper .bx-controls-direction a {
	width: 30px;
	height: 0;
	display: block;
	overflow: hidden;
	margin: -15px 0 0 0;
	padding: 30px 0 0 0;
	position: absolute;
	top: 50%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABZlJREFUeNrsWu9LW1cYvt6oGbpGh424pdGudtCCcbpqv2wZ+9E5EDbNhsvwg/phdIpuf4Df3R+wgX7YKIID/aCt4NyEisKCQsGyCNMEDaHTJLRLuq5xpGaQufcN75EYjDnn3Jt82O4DD3i9OffNc8657znnfVKi8KEa+ArwIvAC0Aq00L04MAoMAR8Ad4F/KvoA47QCm4CXgXZgDd17DNwHBoC/An+h73EmSvLcfwl4DdhCQnmAwr3A+8CIpNBLwBvAt6mjeYAdvQpcBgZFBeP/ncR6yS+9B/QQjzjbYNyPgC7gFcm4fuAd4O3T4ppOaYBT9QNgN7BKw3TEts1AM416Ms/ncareBA4Dz2uIe54GqoJG/dlZgpnYdxT90Ah8DvjbGaJR7OdAt45xsbMrgduZok1Z00lvsQwN9Hxfjml8U2exDFfp+fdOE/wmTeNCAUf6KY10Jj6maVwoNFNGT3e2mpGNnUrh4aRYmdnYVYS4Lop1LPiabDa22WxmgY/XUyyGG7LZ2Gq1mgQ+foVipQVX0zorjImJiZadnZ1PBwYGbALNWiimldZZYYyNjdUFAgFHd3e3RaAZxrLiC90O/ExG7ODg4HX8OxgMxhobG28LNP8O+ALwKxmxo6Oj6Q7e2tpKNDU1+QSaj5bSdlFabDQajbvd7mXBR1ykbaK02FAolOzp6QkKPqJJFdgyniq2s7Pzx42Njbhg4Au0N5YW29HRsevz+ZKCcS+r9C4VUyw7FNiLLBZhVzNOPXmzcV9f36vsemVlJSgplu3oaniz8cjISB27XlhYeCIpNr2jw9TemWNPfQIHBwepSCQSg95tKCsrK4VkUQdILS4uPpQI/A/wRZ64iUTiyO/3J2A2VZvNZrW9vf358vLyI+jwvyTipjDgG7TRzguv13uQKbqtrc0mKRrPy+eI+Y8/fn8yU7TT6bRIiv7dRFsv7tOJTqLx6IgrBPf6rZNon0pHNyFMTk6Gh4eHl2G6pd8lh8MhepwLUaVCCPPz8/H+/v5gPB5P4XVra2uF4CMCJjpCvSYaHEd6c3MzbDKZktDrHsHmK5gWgO8Kn+5hpNfW1uKHh4ep3t7ePcHm0yW0zftCdD3WABzdb4BlwK8FSjhagcWAL1VKIF6lePBSzCjVoIoFjBVlp6X7lEgKjT2KxbBMNahCw0+xjo+HESq2FRoe5WQlM0gFt0LjDsU6sfDvUcGtsUBB7wKXcvR+BS2PhcD3uLDkKuKFqODWoHPQn4E/nVHE26XV4qrOcfHIegs3bLkEJ6nmVKLjSN8lsWftu7GquE1xm3Uc2VtUz1JyCWaifVRwwyWrSkOC+oGmMc9mH0Xfoy9oVeRr0/iKfEvTOJF907BacuA/Y6apyv8MxpTO+L/hHgrCcA8Vwz08jmu4hzqPtOEeCrmHgo5hJjS5h4KOYSbk3UN0CtExRBdCMriUe4hOITqG6EJIxk27h9hjDuBbvK3m5ubeq62ttWioSVvoPX4Z+Alvo9nZ2Ut2u92soSaNK8E2Cn6dzW8erK+vh10uV31lZaVZg+g/aAfl4C5Ira4edHV1VVksllINoh+h4PdFFvpIJJKE4HsaRf9NgrkL8bFYLLW0tPRUo+hnKPhDhdNq0VF0CQk+JxJXB9Eqt3uYDXQO0UFk1+gsCmRvbvcwG+gcooPIrtFZFMjeNdLHQ8zSbrc7nanRckHrJRwOy9qY3MAsPTQ0lM7UaLmg9RKNRlO87dU8taacYpkxzsSi3yTwiHh2rYlXLDPGmVj0mwQe8VjlqRLoLFahmPtFFovYF3YPmVOoQSwrEgi5h8wp1CAWEZD62dLMzMz1qampIGTlmOSrKPWzpfHxcdv09PQTj8eTkIw7ariHRYDhHhYhruEest433EOdYLiH2acYxXAPDfeQZ5013MNs/CvAAN+q3yxd1e4sAAAAAElFTkSuQmCC) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 10px;
	background-position: 0 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: -30px 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 10px;
	background-position: 0 -30px !important;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -30px -30px !important;
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: 20px;
}



.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
.product_wrap .product-price .compare-at-price {
}

#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 9px 0px 8px;
	outline: none;
	text-align: center;
}

#purchase .variants-wrapper {
	display: inline-block;
	margin: 15px 10px 0 0;
}
#purchase .variants-wrapper select {
	width: auto;
	height: 37px;
	max-width: 150px;
	padding: 9px 6px;
}

#purchase #add-to-cart {
	margin: 15px 10px 0 0;
}



    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #c1c1c1;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}



.product_image-additioanl a {
	width: 33%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}



/* 12.3 PRODUCT PAGINATION */
.product_wrap .pagination__product {
	width: 100%;
	margin: 15px 0;
}
.product_wrap .pagination__product ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px !important;
}
.product_wrap .pagination__product ul li.left-arrow {
	float: left;
}
.product_wrap .pagination__product ul li.right-arrow {
	float: right;
}



/* 12.4 RELATED PRODUCTS */
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

ul.product_listing_related {
	list-style-type: none;
}


/***************************************************************************
                           13. BLOG
***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {
}

.blog-article {
	padding: 15px 0 0 0;
}

.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #c1c1c1;
}

.blog-article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 13.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 2px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}



#comments ul {
	list-style-type: none;
}


.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}


/***************************************************************************
                           14. CUSTOMER PAGES
***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account .money {
  	font-size: 13px;
}

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #777777;
}
.customer_name a {
	float: right;
}



/* 14.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}


ul.address {
	list-style-type: none;
}

.template-customers-order .money {
 	 font-size: 13px;
}

/* 14.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}



/***************************************************************************
                           15. CART PAGE
***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c1c1c1;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin-top: 15px;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #ff5f01;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #c1c1c1;
	color: #888;
}

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 9px 5px 8px;
	text-align: center;
}

.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #c1c1c1;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0;
}

.cart_instructions textarea {
	width: 100%;
}

#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



/* 15.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}



/***************************************************************************
                           16. CONTACTS PAGE
***************************************************************************/

.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #c1c1c1;
}

.contact-form textarea {
	width: 100%;
}
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */

.accordion li > a {
     display: block;
    position: relative;
    color: #ffffff;
    display: block;
    font: bold 15px/18px Roboto;
    border-bottom: 1px solid #ffffff;
    background: #8aaeff;
    padding: 11px 15px 11px 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
color: #3e5706; */
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    /* background: url(../img/active.png) repeat-x; */
    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: #ff5f01;
    color: #fff;
}

.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	
	font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}

/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;

	background-repeat: no-repeat;
	background-image: url(../img/icons.png);
	background-position: 0px 0px;
}

.accordion li.files > a:before { background-position: 0px 0px; }
.accordion li.files:hover > a:before,
.accordion li.files:target > a:before,
.accordion li.files > a.active:before { background-position: 0px -24px; }

.accordion li.mail > a:before { background-position: -24px 0px; }
.accordion li.mail:hover > a:before,
.accordion li.mail:target > a:before,
.accordion li.mail > a.active:before { background-position: -24px -24px; }

.accordion li.cloud > a:before { background-position: -48px 0px; }
.accordion li.cloud:hover > a:before,
.accordion li.cloud:target > a:before,
.accordion li.cloud > a.active:before { background-position: -48px -24px; }

.accordion li.sign > a:before { background-position: -72px 0px; }
.accordion li.sign:hover > a:before,
.accordion li.sign:target > a:before,
.accordion li.sign > a.active:before { background-position: -72px -24px; }

/* Sub Menu */

.sub-menu li a {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}
.modx-evo-actives{


    background: #a5cd4e;
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%);
    background: #ff5f01 !important;
    color: #18EA09 !important;
}
.B_homeCrumb{
color:#333333;
}
.B_crumb{
color:#333333;
}
.modx-evo-text-contact{
    width: 456px;
    float: left;
}
.modx-evo-form{
width: 400px;
    float: left;
}
.modx-evo-text-form{
    margin-top: 17px;
}
.modx-evo-contacts-title{
font-size: 17px;
    font-weight: 600;
    font-family: arial;
}
.sitemap ul{ padding:10px; list-style-type:none; margin:10px 20px;}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { padding:10px; list-style-type:none; margin:10px 20px; border-left: 3px solid #ccc;}
.sitemap ul li { padding:2px;}
.sitemap a{color:#666;}
.sitemap a:hover{color:#B2C629;}
.modx-evo-phoneheader{
   margin-left: 55px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
	font-family:arial;

}
.modx-evo-span-podb-iss{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.modx-evo-size-block{
width:300px;
}
.grid_4{
    float: left;
    min-height: 1px;
    margin-left: 20px;
	       width: 110px;
}
.box-03{
    text-align: center;
}
.modx-grid_4{
width: 58px;
    float: left;
}
.box-03_cnt{
    font-size: 15px;
    text-align: center;
}
.modx-evo-shema-span{
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.modx-evo-news-img{
    width: 250px;
    float: left;
	    padding: 5px;
}
.modx-evo-news-title-s{
float: left;
    width: 520px;
    font-size: 15px;
    font-weight: 600;
    color: #002878;
}
.modx-evo-news-p{
 float: left;
  
    width: 605px;
    margin-top: 6px;
    height: 81px;
    overflow: hidden;
    padding: 0px;
}
.blog-article{
    float: left;
    width: 100%;
    margin: 3px 0px 0px 0px;
}
.modx-evo-product .modx-evo-product_img a {
    display: block;
    padding: 0px;
}
.modx-evo-submit-servise {
      font-size: 24px;
    line-height: 28px;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fde718;
    border-bottom: 5px solid rgba(167, 152, 10, 0.17);
    font-family: arial;
    color: #000;
    width: 253px;
    height: 37px;
    display: block;
    margin: -18px auto 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modx-evo-submit-servise:hover {
       font-size: 24px;
    line-height: 28px;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #e800d9;
    border-bottom: 5px solid #991d8a;
    font-family: arial;
    color: #ffffff;
    width: 253px;
    height: 37px;
    display: block;
    margin: -18px auto 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.modx-evo-bt-serv-si{

    margin-top: 97px;
    text-align: center;
    float: left;
    width: 100%;
}
.wt_by {
    width: 17%;
}
.wt_by_link{text-transform: uppercase;}
.modx-evo-serach-word-block{
    margin-top: 7px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    width: 100%;
    float: left;
}
.modx-evo-search-man{
    width: 68px;
    float: left;
}
.modx-evo-search-word-text{
    float: left;
    margin-top: 28px;
    font-size: 20px;
    font-weight: 600;
}
.modx-evo-content-categor-serv{
    width: 100%;
    float: left;
    margin-top: 5px;
}
.modx-evo-title-popular-ser{
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    height: 50px;
}
.modx-evo-block-popular-serv{
width:100%;
	float:left;
	    border-top: 2px solid #000;
	    margin-top: 21px;
}
.modx_evo_gal_tpl{float: LEFT;
	list-style: none;    margin: 5px;}
.modx_evo_ul_nav_beack{
    background-color: #E7E8F1;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    padding-top: 25px;
    padding-bottom: 15px;
    /* width: 970px; */
    /* margin-left: -15px; */
    margin-top: 3px;
    border-bottom: 5px solid #002878;
    padding-left: 21px;
}
@font-face{font-family:"Univers N W02 320 Cd Lt";src:url("/assets/templates/site/fonts/ec4ea8f5-4145-4af9-aaaa-bec8b143930b.eot?#iefix");src:url("/assets/templates/site/fonts/ec4ea8f5-4145-4af9-aaaa-bec8b143930b.eot?#iefix") format("eot"),
		url("/assets/templates/site/fonts/57e60dd5-084b-448a-a471-b674908c0f46.woff") format("woff"),url("/assets/templates/site/fonts/0bab6cfc-6703-4b55-86ae-e28e5da30554.ttf") format("truetype"),
		url("/assets/templates/site/fonts/1bc5b8f8-bdd0-46a7-97a5-d91d68aac68f.svg#1bc5b8f8-bdd0-46a7-97a5-d91d68aac68f") format("svg");}