/********************************************************************************************************

1. CSS RESET

2. VARIABLES
2.1 CSS3 TRANSITIONS
3. GLOBAL THEME STYLES
4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE
5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS
6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER !important
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 FOOTER

8. COLLECTION PAGES
8.1 PAGES CONTENT
8.2 BREADCRUMBS
8.3 COLLECTION LISTING
8.4 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

********************************************************************************************************/



/********************************************************************************************************
                           1. CSS RESET
********************************************************************************************************/

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: 0px;*/
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.77em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
	line-height:inherit;
	font-weight:inherit;
}
b, strong {
	font-weight: bold;
	vertical-align:baseline;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}

hr {
  border: 0;height: 1px;background: #000;background-image: -webkit-linear-gradient(left, #fff, #000, #fff);
  }

/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/


/* 2.1 CSS3 TRANSITIONS */






/********************************************************************************************************
                                    3. GLOBAL THEME STYLES
********************************************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}



/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.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;
}



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #e7e7e7;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}
.addthis_toolbox .at300b {
	height: 21px;
}

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 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);
	}



/* misc */
#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(/images/bx_loader.gif) 50% 50% no-repeat #f2f2f2;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}



/* 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: 0;
	z-index: 1000;
	background: rgba(0,0,0,.7);
	display: none;
}
.top_pad .cart_popup {
	top: 50px !important;
}



/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
	}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	

-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;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}



/* NEWSLETTER POPUP */

#newsletter_popup__wrap {
    min-width: 830px;
    max-width: 830px;
}
#newsletter_popup__wrap .fancybox-inner {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}
#newsletter_popup__wrap #newsletter_popup {
    margin: 0 auto;
    padding: 28px 0 0 !important;
}

#newsletter_popup__wrap #newsletter_popup:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border: 14px solid;
    z-index: 2;
    border-color: transparent #ffffff #ffffff transparent;
}
#newsletter_popup__wrap #newsletter_popup:after {
    position: absolute;
    top: 0;
    left: 28px;
    height: 28px;
    right: 0;
    content: "";
    z-index: 0;
    background: #17a6f5;
    
-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;
	
}

.newsletter_popup_left {
    float:left;

    width:45%;
    max-width:286px;
    text-align:center;
}
.newsletter_popup_right {
    float:right;

    width:50%;
    max-width:360px;
}
#newsletter_popup * {
    color:#ffffff;

}
#newsletter_popup .logo {
    margin-top: 0px;
    position: relative;
}
#newsletter_popup .logo a {
    display: inline-block;
}
#newsletter_popup .logo img {
    width:100%;
}
#newsletter_popup h5 {
    font-size: 30px;
    font-weight:400;
    padding-top: 14px;
    padding-bottom: 17px;
    margin: 0;
}
#newsletter_popup h4 {
    font-size: 54px;
    line-height:53px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin: 0;
}
#newsletter_popup h4 span {
    font-size: 36px;
    display:block;
    line-height:1em;
}

#newsletter_popup p {
    font-size: 14px;
    line-height: 24px;
}

#newsletter_popup__wrap .fancybox-skin {
    position: relative;
    border-radius: 0px;
    padding: 0 !important;
    background: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


.newsletter_popup_inside {
    padding: 31px 50px 47px !important;
    background-color: #17a6f5;
}
#newsletter_popup .newsletter_form {
    position:relative;
    margin: 32px 0 0;
}
#newsletter_popup .newsletter_form .inner_bg {
    left:28px;
    top:0px;
    width:216px;
    height:60px;
    position:absolute;
    background:#ffffff;
}
#newsletter_popup form {
    position: relative;
    z-index: 1;
    padding-left:28px;
}
#newsletter_popup fieldset {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#newsletter_popup input[type=email],
#newsletter_popup input {
    width: 216px;
    height: 60px;
    font-size: 15px;
    line-height:18px;
    padding: 20px 17px;
    box-shadow:none !important;
    border: 0px;
  background:none;
    color: #000000;
  position:relative;
  z-index:1;
}
#newsletter_popup form .btn {
    font-size: 24px;
    width: 49px;
    height: 60px;
    text-align: center;
    padding: 0;
    color:#ffffff;
    background-color: #fe490c;
}
#newsletter_popup .btn i {
    line-height:60px;
}
#newsletter_popup form .btn:hover {
   background: #1f2f7d;
}

#newsletter_popup .newsletter_off__wrap {
    position:absolute;
    left:50%;
    bottom:-56px;
    -webkit-transform:translate(-50%,0);
    -moz-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    transform:translate(-50%,0);
}
#newsletter_popup .newsletter_off__wrap .btn {
    padding: 0 0 0 16px;
    height:50px;
    background: none;
}
#newsletter_popup .newsletter_off__wrap .btn:before {
    border:8px solid;
    border-color: transparent #ffffff #ffffff transparent;
}
#newsletter_popup .newsletter_off__wrap .btn:after {
    background: #fe490c;
    top:16px;
    width:18px;
}
#newsletter_popup .newsletter_off__wrap .btn span {
    background: #fe490c;
    height:50px;
    color:#ffffff;
    font-size: 18px;
    line-height:50px;
}
#newsletter_popup .newsletter_off__wrap .btn:hover:after,
#newsletter_popup .newsletter_off__wrap .btn:hover span {
    background: #1f2f7d;
}
#newsletter_popup form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid;
  z-index: 2;
  border-color: transparent #ffffff #ffffff transparent;
  transition: none;
}
#newsletter_popup form:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  top: 28px;
  content: "";
  z-index: 0;
  background: #ffffff;
  
-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;
	
}

#newsletter_popup .newsletter_error {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    color: #f00;
    position: absolute;
    left: 0px;
    right: 52px;
    max-width: 100%;
    bottom: -30px;
}
#newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
    padding-top: 7px;
}
#newsletter_popup__close {
    right: -17px !important;
    top: -14px !important;
    width: 37px;
    height: 39px;
    padding-top: 4px;
    padding-left: 0px;
    text-align: center;
    background: #fe490c;
    
-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;
	
}
#newsletter_popup__close:after {
    display: inline-block;
    font-size: 18px;
    content: 'x';
    color: #ffffff;
}
#newsletter_popup__close:hover {
    background: #1f2f7d;
}
.fancybox-overlay.fancybox-overlay-fixed {
    background: rgba(0,0,0,.5);
}

/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 500px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}




/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
	font: normal 15px "Noto Sans";
	color: #1f2f7d;
}



/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*margin: 15px 0;*/
	font: bold 27px/1.16em "Noto Sans";
	color: #1f2f7d;
}

h2,
h3,
h4 {
	font-size: 16px;
}

h5,
h6 {
	font-size: 14px;
}

.page_heading {
	margin: 0;
	font-size: 27px;
}
.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: #05830f;
	font-weight: bold;*/
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
	}

a:hover,
a:active {
	color: #1f2f7d;
}


/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 15px;
	color: #1f2f7d;
}

.car_name a {
	color: #1f2f7d;
	font-weight: bold;
}

.product_name a {
	color: #1f2f7d;
	
-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: #ff0000;
}


.product_desc {
	font-size: 15px;
	color: #babcbf;
}


.money {
	color: #00841d;
}
.compare-at-price {
	text-decoration: line-through;
	  color: #17a6f5;
}


/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
	padding:15px;
	margin-top:20px;
	background:#ffffff;
}

.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;
}



/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
}

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 #e7e7e7;
	font: normal 13px 'Arial';
	color: #1f2f7d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;

	}

.select_main{
margin:0 auto 1px;
width:217px; 
position:relative; 
border-top:1px solid #999a9a;
border-bottom:1px solid #fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	  height:34px;
	  line-height:18px;
	  padding:7px;
	}

select,
select.form-control {
	/*padding: 8px 3px;*/
	width:100%; 
height:24px; 
position:reative; 
border:none; 
cursor:pointer; 
opacity:1;
filter: alpha(opacity=1);
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]: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:focus,
.btn a,
.btn-info,
.btn-primary {
    position: relative;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 300;
    height: 56px;
    line-height: 54px;
    background: #fe490c;
    border: none !important;
    color: #ffffff !important;
    border-radius: 0px;
    box-shadow: none !important;
    
-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;
	
}


.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn-cart,
.btn-cart:focus {
	padding: 0;
	text-align: center;
	background: #adce0d;
}
.btn-cart i {
	width: 57px;
	font-size: 31px;
	vertical-align: middle;
	padding-bottom: 3px;
}

.btn:hover,
.btn-cart:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
      background: #1f2f7d;
      border: none !important;
}

.btn_corner,
.btn_corner:focus {
	position: relative;
	padding:0 0 0 28px;
	background: none !important;
	height: 80px;
	line-height: 80px;
}
.btn_corner span {
	height: inherit;
	line-height: inherit;
	padding: 0 25px 0 5px;
	font-size: 22px;
	display: block;
	background: #fe490c;
	
-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;
	
}
.btn_corner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 14px solid;
	z-index: 2;
	border-color: transparent #ffffff #ffffff transparent;
	transition: none;
}
.btn_corner:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	top: 28px;
	content: "";
	z-index: 0;
	background: #fe490c;
	
-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;
	
}

.btn_corner:hover span {
	background: #1f2f7d;
}
.btn_corner:hover:after {
	background: #1f2f7d;
}


/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #ffffff;
}
#wrapper2 {
	overflow: hidden;
}

.container {
	padding: 0;
}



/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}



/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
	padding-bottom: 13px;
	overflow: hidden;
	background: #17a6f5;
	z-index: 9;
}


header #logo {
	float: left;
	margin-top: 22px;
	position: relative;
	margin-left: -7px;
}
header #logo a {
	display: inline-block;
}
header #logo b {
	font-size: 92px;
	line-height: 1em;
	font-weight: 700;
	color: #000000;
}
header #logo b span {
	text-transform: capitalize;
}
header #logo img {
}



.custom_header {
	float: left;
	text-align: right;
	 overflow: hidden;
	padding-top: 54px;
}
.custom_header h3 {
	margin: -5px 0 0;
	font-size: 37px;
	line-height: 1em;
	color: #ffffff;
}
.custom_header h4 {
	margin: 0;
	font-size: 27px;
	color: #ffffff;
}
.custom_header h4 span {
	display: block;
	line-height: 1em;
}
.custom_header i {
	display: inline-block;
	margin-top: -4px;
	padding-right: 15px;
	font-size: 42px;
	color: #ff2400;
}

.header_right__line1 {
	overflow: hidden;
}

.custom_header1 {
	margin-left: 78px;
}
.custom_header2 {
	padding-left: 40px;
}
.custom_header2 i {
	color: #00ff00;
}


.header_socials {
	float: right;
	margin-top: 58px;
}
.header_socials li {
	display: inline-block;
}
.header_socials li + li {
	padding-left: 1px;
}
.header_socials li a {
	font-size: 33px;
	color: #ffffff;
}
.header_socials li a:hover {
	color: #adce0d;
}



.header_user {
	 float: left;
	margin: 27px 0 0 100px;
}
.header_user li {
	 margin: 0 13px;
	display: inline-block;
	color: #1f2f7d;
}
.header_user li a {
	font-size: 13px;
	color: #ffffff;
}
.header_user li a:hover {
	color: #adce0d;
}
.header_user li a:before {
	font-size: 14px;
	margin: 0 6px 0 0;
	color: #adce0d;
	line-height: 1.5em;
	  font-family: FontAwesome;
}
.header_user li.user a:before {
	content: "\f007";
}
.header_user li.lock a:before {
	content: "\f023";
}
.header_user li.unlock a:before {
	content: "\f13e";
}


.header_currency {
	display: inline-block;
	margin: 30px 0px 0 20px;
	text-align: left;
}
.header_currency label {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 50px;
}
.header_currency .jq-selectbox__select {
	padding: 0 15px 0 1px;
}
.header_currency .jq-selectbox__select-text {
	font-size: 13px;
	line-height: 1.77em;
	color: #ffffff;
}
.header_currency .jq-selectbox__trigger i {
	right: 5px;
	top: 3px;
	font-size: 15px;
	color: #ffffff;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li {
	font-size: 12px;
	line-height: 16px;
	color: #1f2f7d;
}
.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
	color: #ffffff;
	background: #17a6f5;
}



.header_cart {
	float: right;
}
.header_cart a {
	display: block;
	padding: 0px 10px 0 20px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	font-size: 19px;
	color: #ffffff;
	background: #fe490c;
	
-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;
	
}
.header_cart a i {
	line-height: 80px;
	font-size: 40px;
	margin-right: 20px;
}
.header_cart a span.count {
	padding-right: 5px;
}
.header_cart a:hover {
	background: #0dce0f;
}


.header_search {
	float:right;
	margin-top:12px;
	padding-left: 28px;
	position: relative;
	z-index: 1;
}
.header_search form {
	position:relative;
	width:142px;
	padding-right:43px;
	background: #ffffff;
}
.header_search #search-field {
	border:none;
	height:60px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	position: relative;
	z-index: 10;
}
.header_search #search-field:focus {
	box-shadow: none !important;
}
.header_search #search-submit {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	font-size:21px;
	text-align: left;
	width:44px;
	padding:19px 0 0 3px;
	color:#fe490c;
	
-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:hover {
	color:#000000;
}

.header_search:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	top: 28px;
	content: "";
	z-index: 0;
	background: #ffffff;
}
.header_search:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 14px solid;
	z-index: 2;
	border-color: transparent #ffffff #ffffff transparent;
}

.inner_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	overflow: hidden;
	z-index: 1;
}
.inner_shadow:before {
	height: 100%;
	width: 150px;
	position: absolute;
	left: 9px;
	top: -42px;
	content: "";
	-webkit-box-shadow: inset 0 28px 23px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 28px 23px 6px rgba(0,0,0,0.15);
	box-shadow: inset 0 28px 23px 6px rgba(0,0,0,0.15);
	-webkit-transform: rotate(-45deg) translate(-25%);
	-moz-transform: rotate(-45deg) translate(-25%);
	-ms-transform: rotate(-45deg) translate(-25%);
	transform: rotate(-45deg) translate(-25%);
	
}

.header_isStuck {
	margin-top: -40px;
	z-index: 6;
}
.header_isStuck_inside {
	position: relative;
	z-index: 1100;
}
.header_isStuck_inside:before {
	position: absolute;
	z-index: -1;
	left: 297px;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: #1f2f7d;
}

.header_isStuck_ins:after {
	position: absolute;
	bottom: 0;
	left: 270px;
	width: 28px;
	top: 28px;
	content: "";
	z-index: 0;
	background: #1f2f7d;
}
.header_isStuck_ins:before {
	position: absolute;
	top: 0;
	left: 270px;
	width: 0;
	height: 0;
	content: "";
	border: 14px solid;
	z-index: 2;
	border-color: transparent #ffffff #ffffff transparent;
}



/* 7.2 MEGAMENU */
.megamenu_wr {
	float: left;
}
#megamenu {
	height: 80px;
	z-index: 999;
}



.sf-menu > li {
	float: left;
}
.sf-menu > li > a {
	height: 80px;
	font-size: 19px;
	display: block;
	margin: 0 10px 0 40px;
	line-height: 80px;
	position: relative;
	color: #ffffff;
}


.sf-menu > li > a.sf-with-ul:after {
	content: "\f101";
	padding-left: 5px;
	font-family: FontAwesome;
}


.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
/*	color: #17a6f5;*/
}

.sf-menu .menu_badge {
	position: absolute;
	text-transform: none;
	right: 0px;
	top: 5px;
	display: block;
	padding: 1px 5px;
	border-radius: 2px 2px 2px 0px;
	line-height: 1em;
	background: #adce0d;
	font-size:9px;
	color: #000000;
}
.sf-menu .menu_badge:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	border: 2px solid;
	border-color: #adce0d transparent transparent  #adce0d;
}



.sf-menu > li > ul {
	width: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 80px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	display: none;
}
.sf-menu .submenu {
	padding: 29px 20px;
}
.sf-menu .submenu.container {
	border: 1px solid #e7e7e7;
	background: #ffffff;
}

.sf-menu .submenu a {
	color: #1f2f7d;
}
.sf-menu .submenu h3 a {
  	font-weight:400;
  	font-size:22px;
	color: #fe490c;
	text-transform: none;
	margin: 12px 0 7px;
}
.sf-menu .submenu a:hover {
	color: #1f2f7d;
}



/* CATALOG */
.megamenu__2 {
	width: 270px;
}
.megamenu__2__ins {
	display: block;
	background: #ff0000;
}
.sf-menu .megamenu__2 > a {
	position: relative;
	padding-left: 28px;
	margin: 0;
	font-size: 27px;
	font-weight: bold;
  	white-space: nowrap;
  	width:100%;
  	overflow:hidden;
  	text-overflow:ellipsis;
	color: #ffffff;
}
.megamenu__2__ins:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	top: 28px;
	content: "";
	z-index: 0;
	/*background: #ff0000;*/
}
.megamenu__2__ins:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 14px solid;
	z-index: 2;
	border-color: transparent #ffffff #ffffff transparent;
	transition: none;
}
.megamenu__2__ins .menu_badge {
	right: 6px;
}

.sf-menu > .megamenu__2.sfHover > a .megamenu__2__ins, 
.sf-menu > .megamenu__2.sfHover > a.sf-with-ul:after, 
.sf-menu > .megamenu__2 > a:hover .megamenu__2__ins, 
.sf-menu > .megamenu__2 > a.sf-with-ul:hover:after, 
.sf-menu > .megamenu__2 > a.active .megamenu__2__ins 
.sf-menu > .megamenu__2 > a.active.sf-with-ul:after {
	text-shadow: 1px 0px #000000;
}



/* COLLECTIONS */
.megamenu__2 h3 {
  	margin-bottom:9px;
	font-size: 14px;
	text-transform: uppercase;
}
.megamenu__2 h3 a {
	font-weight: bold;
}
.sf-menu > .megamenu__2 > a.sf-with-ul:after {
	content: "\f0c9";
	position: absolute;
	right: 20px;
	top: 3px;
	font-size: 21px;
	font-weight: normal;
}


.megamenu__2 .submenu li > a {
	display: block;
	padding: 2px 0px;
	background: #ffffff;
  	white-space:nowrap;
	
-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;
	
}

.megamenu__2 li + li {
  	border-top:1px solid #e7e7e7;
}
.sf-menu .megamenu__2 li > a {
  	display:block;
    position: relative;
    padding: 5px 10px 6px 22px;
  	font-size:15px;
  	
-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;
	
}
.sf-menu .megamenu__2 li > a:before {
    position: absolute;
  	left:-20px;
  	top:5px;
    padding-left: 22px;
  	font-family: FontAwesome;
  	font-size:12px;
  	color:#fe490c;
  	content:"\f061";
  	
-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;
	
}
.megamenu__2 .submenu li > a:hover {
  	padding-left:31px;
	color: #ffffff;
	background: #17a6f5;
}
.sf-menu .megamenu__2 li > a:hover:before { 
  	color: #ffffff;
  	left:-11px;
}



/* BLOG */
.megamenu__3 .blog_content {
	overflow: hidden;
}
.megamenu__3 .blog_img img {
	display: none;
  	max-width:100%;
}
.megamenu__3 .blog_content p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.2em;
  	color:#babcbf;
}
.megamenu__3 .blog_content strong {
 	line-height:inherit; 
  	font-weight:400;
  	color:#1f2f7d;
}
.megamenu__3 .blog_img img:first-child {
	display: inline-block;
  	margin:0px !important;
  	max-width:185px;
}
.megamenu__3 .blog_img {
	margin: 10px 0px;
  	text-align: center !important;
}
.megamenu__3 .submenu_ins {
  	border: 1px solid #e7e7e7;
}
.megamenu__3 .blog_date {
  	margin-top:2px;
  	font-size:15px;
  	color:#1f2f7d;
}
.megamenu__3 .blog_date i {
  	margin:5px 3px 0 0;
  	font-size:14px;
  	color:#adce0d;
}
.megamenu__3 .submenu .submenu_ins {
    padding: 17px 20px;
}
.sf-menu .megamenu__3 .submenu h3 {margin-top:2px;}


.megamenu__3 .btn {
    float: right;
    padding:0px 20px;
    height:55px;
    text-align:center;
    vertical-align:middle;
  	margin: 0 0 0 20px;
  	font-size:15px;
}
.megamenu__3 .btn i {
    line-height:55px;
  	padding-left:10px;
}
.megamenu__3 .blog_img_wrapper {margin:20px 0px 10px;}




/* SALE */
.megamenu__4 .product_img {
	text-align: center;
	margin-bottom: 10px;
}
.megamenu__4 .product_img a {
	display: block;
	padding: 10px 30px;
}
.megamenu__4 .product_img a:hover {
	background: #ffffff;
}
.megamenu__4 .product_name {
	font-size: 17px;
}
.megamenu__4 .product_price {
	margin: 5px 0 0;
}
.megamenu__4 .product_price .money {
	font-size: 25px;
}
.megamenu__4 .product_price .compare-at-price {
	font-size: 15px;
}

.megamenu__4 .prod_inside {
  border: 1px solid #e7e7e7;
} 
.megamenu__4 .product_info {
 	padding:0 20px 20px; 
}



/* STICK UP MENU STYLES */
.header_isStuck.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	margin-top: 0;
	background: #17a6f5;
	
-webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.25);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	z-index: 999;
}
.header_isStuck.isStuck .menu_badge {
	display: none;
}
.header_isStuck.isStuck #megamenu,
.header_isStuck.isStuck .sf-menu > li > a,
.header_isStuck.isStuck .header_cart a {
	height: 50px;
}
.header_isStuck.isStuck .sf-menu > li > a {
	line-height: 50px;
}
.header_isStuck.isStuck .sf-menu > li > ul {
	top: 50px;
}
.header_isStuck.isStuck .megamenu__2__ins:before,
.header_isStuck.isStuck .header_isStuck_ins:before {
	border-width: 8px;
}
.header_isStuck.isStuck .megamenu__2__ins:after,
.header_isStuck.isStuck .header_isStuck_ins:after {
	top: 16px;
	width: 16px;
}
.header_isStuck.isStuck .sf-menu .megamenu__2 > a {
	padding-left: 16px;
}
.header_isStuck.isStuck .megamenu__2__ins {
	padding-left: 12px;
}
.header_isStuck.isStuck .header_isStuck_inside:before {
	left: 286px;
}
.header_isStuck.isStuck .header_cart a,
.header_isStuck.isStuck .header_cart a i {
	line-height: 50px;
}



/* 7.3 NIVOSLIDER */
.slider_parallax_wr {
    width: 100%;
    top: -40px;
    height: 582px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
}
.slider_parallax_wr .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}
.nivoSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.nivoSlider img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
}
.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;
}



.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    text-align: center;
    display: none;
    height: 582px;
    top: 0;
}

.nivo-caption .container {
    position: absolute;
    display: inline-block;
    text-align: left;
    top: 50%;
    left:50%;
    padding-bottom: 7px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.nivo-caption a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.nivo-caption h3 {
    font-size: 105px;
    line-height: 1em;
    font-weight: bold;
    line-height: 1.15em;
    color: #17a6f5;
}
.nivo-caption h3 span {
    display: block;
    color: #fe490c;
}
.nivo-caption p {
    margin: 17px 0 0;
    max-width: 70%;
    font-size: 22px;
    color: #1f2f7d;
}

.nivo-directionNav a {
	display: block;
	vertical-align: top;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: #17a6f5;
    top: 270px;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
}
.nivo-directionNav a:hover {
	background: #1f2f7d;
}
.nivo-prevNav {
	left: 0;
}
.nivo-nextNav {
	right: 0;
}
.nivo-directionNav .nivo-prevNav i:before {
	content: "\f053";
}
.nivo-directionNav .nivo-nextNav i:before {
	content: "\f054";
}
.css-ie .nivo-prevNav {
  	left:16px;
}
.css-ie .nivo-nextNav {
  	right:16px;
}




/* 7.4 SHOWCASE */
#showcase {
	margin-bottom: 30px;
}

.custom_showcase a {
	position: relative;
	margin-top: -12px;
	display: block;
    -webkit-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    
-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;
	
}
.custom_showcase h4 {
	position: relative;
	margin: 0;
	text-align: center;
	padding: 24px 5px 25px;
	font-size: 20px;
	overflow: hidden;
	color: #ffffff;
}
.custom_showcase h4:before {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	-webkit-box-shadow: 0 1px 22px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 22px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 22px 3px rgba(0,0,0,0.15);
}

.custom_showcase__1 a,
.custom_showcase__4 a {
	background: #17a6f5;
}
.custom_showcase__2 a,
.custom_showcase__5 a {
	background: #adce0d;
}
.custom_showcase__3 a,
.custom_showcase__6 a {
	background: #fe490c;
}

.custom_showcase a:hover {
	background: #1f2f7d;
}
.custom_showcase .img_wr {
	position: relative;
	display: block;
}
.custom_showcase .img_wr:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border: 0px solid;
	z-index: 5;
	border-color: #f2f2f2 #ffffff #ffffff #f2f2f2;
	
-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 .img_wr:before {
	border: 16px solid;
	border-color: #f2f2f2 #ffffff #ffffff #f2f2f2;
}

.custom_showcase .inner_shadow {
	width: 110px;
	height: 100px;
	bottom: auto;
}
.custom_showcase .inner_shadow:before{
	width: 300px;
	height: 150px;
	left: -57px;
	top: -57px;
	box-shadow: inset 0 0px 0px 0px rgba(0,0,0,35);
	
-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 .inner_shadow:before{
	box-shadow: inset 0 18px 52px 2px rgba(0,0,0,0.35);
}

.custom_showcase a:after {
	/*content: "";*/
	position: absolute;
	width: 49px;
	height: 49px;
	/*left: -10px;
	top: -10px;*/
	border:0px solid;
	border-color: #f2f2f2 transparent transparent #f2f2f2;
	transition: all .1s ease;
	transition-delay: .5s;
}
.custom_showcase a:hover:after {
	border:11px solid;
	border-color: #f2f2f2 transparent transparent #f2f2f2;
	transition-delay: 0s;
}



/*BANNERS*/
.banner  {
	margin-top: 30px;
}
.banner a {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner_ins {
	position: absolute;
	left: 44px;
	right: 41%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	
-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;
	
}
.banner_ins * {
	margin: 4px 0;
	color: #ffffff;
}
.banner_ins h5 {
	font-size: 22px;
	font-weight: normal;
}
.banner_ins h3 {
	font-size: 40px;
}
.banner_ins h4 {
	font-size: 47px;
	font-weight: normal;
}
.banner .btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.banner a img {
	transition: all 2s ease;
}



/*CUSTOM BOTTOM*/
#custom_bottom {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	padding-bottom: 119px;
	background: url(/images/custom_bottom_bg.jpg) 50% 0 no-repeat #cbb6a3;
}
.custom_bottom {
	padding-top: 83px;
}
.custom_bottom h3 {
	font-size: 54px;
	color: #17a6f5;
}
.custom_bottom p {
	font-size: 22px;
	color: #ffffff;
}
.custom_bottom__2 h3 {
	font-size: 54px;
	color: #fe490c;
}
.custom_bottom .btn_corner {
	margin-top: 15px;
}
.custom_bottom .btn_corner span {
	background: #adce0d;
}
.custom_bottom .btn_corner:after {
	background: #adce0d;
}
.custom_bottom .btn_corner:hover span {
	background: #fe490c;
}
.custom_bottom .btn_corner:hover:after {
	background: #fe490c;
}



/*HOMEPAGE SERVICES*/
.block_services {
	margin-top: 31px;
	padding-bottom: 25px;
	background: #7fbc31;
	-webkit-box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
	box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
}
.block_services * {
	color: #ffffff;
}
.block_services h3 {
	position: relative;
	margin: 0 0 19px;
	padding: 26px 29px 24px;
}
.block_services h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .2;
	border-bottom: 1px solid #000000;
}
.block_services a {
	display: block;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.block_services i {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	margin-right: 17px;
	line-height: 78px;
	text-align: center;
	font-size: 42px;
	border-radius: 50%;
	color: #ffffff;
	background: #fe490c;
	transform-style: preserve-3d;
	
-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;
	
}
.services_left {
	font-size: 22px;
}
.block_services p {
	margin: 0;
}

.block_services a:hover i {
	box-shadow:inset 0 0 10px 1px rgba(0,0,0,.50);
	transform: rotateY(180deg);
}

.block_services .services {
	padding: 10px 32px;
}

.services__2 i {
	background: #17a6f5;
}
.services__3 i {
	background: #1f2f7d;
}

/*HOMEPAGE MAP */
.homepage_map {
	margin-top: 31px;
	-webkit-box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
	box-shadow: 0 0px 14px 0px rgba(0,0,0,0.10);
}
.homepage_map .page_heading {
	position: relative;
	font-size: 27px;
	padding: 26px 29px 24px;
	color: #ffffff;
	background: #1f2f7d;
}
.homepage_map #google_map {
	height: 338px !important;
	border: 1px solid #ccc;
}
.homepage_map .page_heading:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
	border-bottom: 1px solid #adce0d;
}


/* 7.5 MAIN PRODUCT LISTING */

.product .prod_inside {
	padding: 20px 15px 30px;
}
.prod_img_wr {
	position: relative;
	display:block;
}
.product .product_img a {
	display: block;
	position: relative;
	padding: 12px 0;
}
.product .product_price {
	position: relative;
	padding-top: 28px;
}
.product .product_price .money {
	font-size: 28px;
}
.product .product_price .compare-at-price {
	display: block;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}
.product .product_links form {
	display: inline-block;
	margin-right: 2px;
}

.product .product_links {
	margin-top: 12px;
	padding-left: 2px;
}
.product .product_links span {
	display: none;
}
.product .product_links a:after {
	padding-left: 8px;
	content: "\f054";
	/*content: "\f095 ";*/
	font-family: FontAwesome;
}


.product_listing_main {
	background:#ffffff;
} 
.product_listing_main .product {
	margin: 30px 0 0 0;
	position: relative;
}
.product_listing_main .product:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e7e7e7;
}

.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	height: 23px;
	line-height: 23px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 7px;
	position: absolute;
	top: 9px;
	z-index: 100;
	background: #17a6f5;
	color: #ffffff;
}
.product_listing_main .product_img span.new {
	left: 15px;
}
.product_listing_main .product_img span.sale {
	background: #fe490c;
	right: 15px;
}

.product_listing_main .product_info {
	padding: 0 13px;
}

.product-listing__collection .product_listing_main .product:last-child:after {
	display:none;
}
.product-listing__collection .product_listing_main {
	padding-bottom:30px;
}


.product_listing_related .product_info {
	padding:0px;
}
.product_listing_related .product .prod_inside {
	padding:0;
}
.product_listing_related .product {
	margin-bottom:30px;
}

.product_listing_related .product:last-child:after {
  	display:none;
}




/* HOMEPAGE CAROUSEL */
.index-scope {
	background: #ffffff;
	  -webkit-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
	  -moz-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
	  box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
	}
.index-scope .page_heading {
	padding: 27px 27px 22px;
}
.index-scope .bx-wrapper {
	max-width: 100% !important;
	padding: 0;
	border-top: 1px solid #e7e7e7;
}
.index-scope .row {
	margin: 0;
}


.homepage_carousel .product {
	margin: 0;
	padding: 0;
	width: 234px !important;
}

.index-scope .bx-controls a {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: absolute;
	right: 20px;
	top: -60px;
	z-index: 99;
	color: #1f2f7d;
	border:1px solid #e7e7e7;
	
-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;
	
}

.index-scope .bx-controls a:hover {
    color: #fe490c;
}

.index-scope .bx-controls a:before {
	display: block;
	font: 15px/40px 'FontAwesome';
}

.index-scope .bx-prev:before {
	content: '\f053';
	padding: 0 1px 0 0;
}
.index-scope .bx-next:before {
	content: '\f054';
	padding: 0 0 0 1px;
}

.index-scope .bx-controls .bx-prev {
	right: 70px;
}



/*HOMEPAGE BESTSELLERS*/
.specials {
	margin-top: 30px;
}
.specials .product .product_img a {
	padding-bottom: 14px;
}
.specials .product .prod_inside {
	padding-bottom: 28px;
}



/* BOTTOM SOCIAL BLOCK*/
.social_blocks {
	margin-top: 30px;
}
.social_blocks .inside {
	padding-bottom: 8px;
	min-height: 250px;
	background: #ffffff;
    -webkit-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
    box-shadow: 0 4px 14px 0px rgba(0,0,0,0.10);
}

.social_blocks .fb_iframe_widget {
	width: 100% !important;
	overflow: hidden;
}

.social_blocks h2 {
	margin: 0;
	padding: 26px 29px 24px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 27px;
	color: #1f2f7d;
}
.socials_widget_wr {
	padding: 22px 22px;
}
.social_blocks__2 .socials_widget_wr {
  background: #ffeeee;
	margin: 10px 15px;
	padding:5px;
	border: 2px solid #ff0000;
	border-radius: 4px;
}

.social_blocks__3 .footer_contacts {
	padding: 16px 29px 24px;
}
.social_blocks__3 .footer_contacts li + li {
 	margin-top: 15px; 
}


/* 7.6 FOOTER */
footer {
	padding-bottom: 40px;
}

footer .copyright {
	margin-top: 25px;
	opacity: .6}
footer .copyright p {
	margin: 0;
	font-size: 11px;
	color: #000000;
}
footer .copyright a {
	color: #000000;
}
footer .copyright a:hover {
	color: #fe490c}

.messenger {
  float:right;
  padding-right:5px;
	margin-top: -27px;
}
	

/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #ff0000;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}



/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 PAGES CONTENT */
ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #1f2f7d;
	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;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #adce0d;
	color: #ffffff;
}


.collection_info {
	margin-top: 15px;
}
.collection_info .collection_img {
	text-align: center;
	margin-bottom:15px;
}
.collection_info .collection_desc .rte {
	margin: 0;
}



.sort_by {
	margin: 15px 0;
	padding: 10px 0;
	border: 1px solid #e7e7e7;
	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;
}



/* 8.2 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 5px 0 10px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#17a6f5;
	padding:10px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 2px;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	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;
	;
}
.breadcrumb a:hover {
	color:#000000;
}



/* 8.3 COLLECTION LISTING */
.collection_listing .collection {
	margin: 30px 0 0 0;
}



/* 8.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 {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #1f2f7d;
	color: #ffffff;
	
-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;
	;
}

#pagination span.current,
#pagination span a:hover {
	background: #adce0d;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}


/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget .product {
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #d4d4d4;
}
.sidebar_widget .product ~ .product {
	margin: 1px 0 0 0;
}

.sidebar_widget .product {
	margin-top:30px;
}
.sidebar_widget .product_img {
	width:100%;
	text-align:center;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:center;
}

.sidebar_widget .product_links {
	padding-top: 10px;
}
.sidebar_widget .product_links form {
	display: inline-block;
}
.sidebar_widget .product_links a {
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 27px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}



/* 9.1 LINKS LIST */
.sidebar_widget {
	margin-bottom:20px;
}
.sidebar_widget ul {
}
.sidebar_widget ul li {
}
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 10px;
	color:#ffffff;
	background: #17a6f5;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	background:#fe490c;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	padding: 15px;
	background: #ffffff;
}
.sidebar_widget .product ~ .product {
	margin: 10px 0 0 0;
}

.sidebar_widget .product_price {
	padding-top:10px;
}
.sidebar_widget .product_price .compare-at-price {
	position:static;
}




/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #adce0d;
}
#searchresults .search-form button:hover {
	color: #1f2f7d;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	margin-top:15px;
	list-style-type: none;
	padding: 15px 10px 15px;
	background: #ffffff;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
}
#searchresults ol li + li {
	border-top: 1px solid #e7e7e7;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}



/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/

.product_wrap {
}



/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	width: 345px !important;
	height: auto !important;
	position: relative !important;
	background:#ffffff;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
	border: 1px solid #e7e7e7;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	margin: -1px 0 0 0 !important;
}



/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
}

#elevatezoom_gallery {
}
#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	background:#ffffff;
	border: 1px solid #e7e7e7;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,.7);
	
-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 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;
	
}
.product_images .bx-controls a:hover {
	background: rgba(0,0,0,1);
	}

.product_images .bx-controls a:before {
	font: 10px/21px 'FontAwesome';
	color: #ffffff;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}
.product_images .bx-controls a.bx-prev:before {
	content: '\f053';
}
.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}
.product_images .bx-controls a.bx-next:before {
	content: '\f054';
}



/* 11.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;
	font-size:25px;
}
.product_wrap .product-price .compare-at-price {
	font-size:20px;
}



#purchase {
}
#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 0 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 {
	height: 37px;
	margin: 15px 10px 0 0;
	padding: 0px 15px;
	line-height:37px;
}


    
.product_wrap .product_details {
	margin: 15px 0 0 0;
	padding: 10px 0 15px 0;
	border: 1px solid #e7e7e7;
	border-width: 1px 0;
}
.product_wrap .product_details > div {
	padding: 5px 0 0 0;
}

.product_wrap #product_description {
}
.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}



/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}



/* 11.4 RELATED PRODUCTS */
.widget_related_products {
}
.widget_related_products h3 {
	font-size:20px;
	margin: 30px 0;
}

ul.product_listing_related {
	list-style-type: none;
}
ul.product_listing_related .product {
}

ul.product_listing_related .product_img {
}
ul.product_listing_related .product_name {
}
ul.product_listing_related .product_price {
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */
#blog {
}

.blog-article {
	padding: 15px;
	background:#ffffff;
	margin-top:20px;
}

.article {
	padding:15px;
	margin-top:20px;
	background:#ffffff;
}
.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
}

.article_header .product_name {
	font-size:20px;
}
.article_header .product_name a {
	font-size:20px;
}
.article_header .product_name a:hover {
}

.blog-article_meta-comments {
	float: right;
	padding: 7px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 12.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 7px 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;
}
#comments .comment-author {
	word-wrap: break-word;
}
.comment-form {
}

.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;
}

.comment-submit {
}



/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */
.customer_account {
}

.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: #1f2f7d;
}
.customer_name a {
	float: right;
}




/* 13.3 ADDRESSES */
.customer_addresses {
}

.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li {
}
.customer_addresses ul.customer_addresses_actions li a {
}
.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;
}


.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}


ul.address {
	list-style-type: none;
}




/* 13.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}

#order_details {
	margin: 30px 0 0 0;
}

#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}

.template-customers-order .page_heading {
	font-size: 20px;
}
.template-customers-order .main_content {
	padding:15px;
	margin-top:15px;
	background:#ffffff;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
	margin-top:20px;
	padding:15px;
	background:#ffffff;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
}
.cart-list > .row + .row {
	border-top: 1px solid #e7e7e7;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a {
	width: 195px;
	display: block;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin: 0 10px 0 0;
}

.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: #adce0d;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #e7e7e7;
	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 #e7e7e7;
}
.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;
}




/* 14.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

.contact-scope #google_map {
	margin: 15px 0;
}


.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #e7e7e7;
}


.contact-form textarea {
	width: 100%;
}




/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}



.zoom:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        
}



/*-----------------------------------------------------------------*/
nav {
  text-align: center;
  /*padding: 40px 0 0;*/
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
  display: block;
  color: #ffffff;
}
.topmenu > li {
  display: inline-block;
  position: relative;
}
.topmenu > li > a {
  /*position: relative;*/
  padding: 10px 15px;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 3px;
}
.topmenu > li > a:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 70%;
  width: 10px;
  height: 10px;
  background: #17a6f5;
  border-radius: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: .3s;
}
.topmenu li:hover a:before {
  transform: translate(-50%, 0);
  opacity: 1;
}
.submenu_lite {
  position: absolute;
  display: block;
  z-index: 40;
  left: 50%;
  top: 70%;
  width: 230px;
  padding: 5px 0 5px;
  margin-top: 5px;
  background: #17a6f5;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(255,0,0,.5);
  box-sizing: border-box;
  visibility: hidden;
  transform: translate(-50%, 20px);
  transition: .2s;
}
.topmenu > li:hover .submenu_lite {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.submenu_lite a {
  color: #ffffff;
  /*font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 5px;
  transition: .2s linear;*/
}
.submenu_lite a:hover {background: #fe490c;}
/*---------------------------------------------------------------------------------------------*/

#line_block { 
        width:200px; 
        background:#fff;
        float:left; 
        text-align:center;
        margin: 0 15px 15px 0;
        padding: 10px;  
        font-weight:bold;  
        border: 1px solid #d4d4d4;   
        }

       