/*
Theme Name: EKB
Theme URI: https://wenthemes.com/item-themes/clean-commerce/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: Clean Commerce is a simple yet modern e-commerce WordPress theme. It is esthetically minimalist, fresh-faced and bright, elegantly styled and well developed, readily responsive e-commerce WordPress theme. It is a perfect theme for commercial endeavors of all kinds, from digital download shops to online commercial retail of all kinds. It integrates the industry standard WooCommerce e-commerce plugin, a wonderful solution for all your online commerce needs, which allows your users to browse your product catalogs in easy but stylish grace, add items to their shopping carts intuitively, and proceed to checkout and make payments, all right off your website. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=clean-commerce
Version: 13.1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: clean-commerce
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom by WEN Themes

СМЕНА цвета ---> с !#!01586f  на   #0b4480
				   !#!27d8da  на   #85b2e2
				   !#!159ea9  на   #1a518c
				   !#!20c2c7  на   #1e558f
				   !#!80C6FF  на   #5599e0
				   !#!22c9cd1c на  #025b7238	   
				   !#!d0690d   на  #5f9fe2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #001837;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

abbr[title] {
border-bottom: none;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

body {
    color: #111;
  /* font-family: 'Open Sans', sans-serif;*/
	font-family:"Rajdhani",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
	text-align: justify;
}


h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 10px 0;
}

h1
 {
    margin: 0 0 15px 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani',sans-serif;
    font-weight: 500;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3{
    font-size: 22px;
	text-align:center;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #f07d35 none repeat scroll 0 0;
    color: #222;
    padding: 0 5px;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color:#FBFBFB; /* Fallback for when there is no custom background color defined. */
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
a.button,
a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #f07d35 none repeat scroll 0 0;
    border: medium none;
  color: #ffffff;
    font-family: 'Rajdhani',sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 27px;
    border-radius: 12px;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #de5d0d;
    color: #fff;

}


input[type="button"]:focus,
input[type="reset"]:focus,
/*input[type="submit"]:focus,*/
button:active,
input[type="button"]:active,
input[type="reset"]:active
/*input[type="submit"]:active */ {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border:1px solid #f1f1f1;

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;

}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px 20px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #1e558f;
    text-decoration: inherit;
}

a:hover,
a:focus,
a:active {
    color: #f07d35;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

.main-navigation a {
margin-right: 25px;
margin-left: 25px;
margin: 0 auto;
}


/*--------------------------------------------------------------
## Secondary Menus
--------------------------------------------------------------*/

.header-social {
   text-align: center;
}

#header-nav {
    display: block;
    float: right;
    margin-top: 5px;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}

#header-nav ul {
    display: block;
    margin: 0;
    padding: 0;
}

#header-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
}

#header-nav li li {
    float: none;
    display: block;
}

#header-nav ul li li:first-child > a {
    border-left: none;
}

#header-nav ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px;
    padding: 2px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 99;
}

#header-nav ul ul a {
    border-bottom: 1px solid #dddddd;
    color: #fff;
    font-size: 14px;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
    border-left: none;
    border-right: none;
}

#header-nav .menu-toggle,
#header-nav .dropdown-toggle {
    display: none;
}

#header-nav ul li a:hover,
#header-nav li.current-menu-item a,
#header-nav li.current_page_item a,
#header-nav li:hover > a {
    color: #f07d35;
	
}

#mob-menu2,
#mobile-trigger2 {
    display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#main-nav {
    background: #0b4480;
    clear: both;
    display: block;
    float: left;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0,0,0,0.26);
   /* margin-bottom: 5px; */
	background: linear-gradient(to bottom, #85b2e2, #0b4480);
}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color: #fff;
    border:1px solid #E0E0E0;
    left: 0;
    margin: 0;
    min-width: 230px;
    position: absolute;
    top: 53px;
    z-index: 9999;
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
}

.main-navigation ul ul ul::before {
    display: none;
}

.main-navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
   /* margin-right: 50px;*/
}

.main-navigation li:active ul{
   background: linear-gradient(to bottom, #fefcea, #de5200)
}



.main-navigation li li {
    float: none;
    display: block;
    margin-right: 0;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation li::after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    /*content: "";*/
    display: block;
    height: 4px;
    position: absolute;
    right:-25px;
    top: 47%;
    width: 4px;
}

.main-navigation ul li a {
    color: #ffffff;
    display: block;
    font-family: "Rajdhani",sans-serif;
    font-size: 18px;
    padding: 14px 0;
    position: relative;
    z-index: 99;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 6px;
	margin-right: 25px;
	margin-left: 25px;
}

.main-navigation ul ul a {
    border-bottom: 1px solid #f2f2f2;
    color: #393939;
    font-size: 16px;
    height: auto;
    padding: 7px 20px;
    text-align: left;
    width: 100%;
    border-left: none;
    border-right: none;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    /*content: "\f107";*/
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 15px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
    padding-right: 30px;
}
.main-navigation li:hover:before,
.main-navigation li.current-menu-item:before,
.main-navigation li.current_page_item:before {
    opacity: 1;
    width: 100%;
}

.main-navigation li:active {
    background: #f07d35 none repeat scroll 0 0;
    color: #fff;
	
}
/*
.current-menu-item {     
background: linear-gradient(to bottom, #f3ec2a, #cc5a0a)
}
*/


/*.current_page_item, .current_page_parent {     
background: linear-gradient(to bottom, #f3ec2a, #cc5a0a);
   
}*/



#footer-widgets .footer-active-3 .current_page_item, #footer-widgets .footer-active-3 .current_page_parent  {
    background: none;
}



#footer-widgets a:hover,#footer-widgets .telephonesite2 a:hover {
    color: #f07d35;
}


/*.main-navigation li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 3px;
    background-color: #f07d35;
    -webkit-transition: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
    opacity: 0;
}*/

.main-navigation li li::before {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: 1px;
    height: 100%;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

.main-navigation li li:after {
    display: none;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

#mobile-trigger {
  display: none;
}

#mob-menu {
  display: none;
}

/*comment and post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 49%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 49%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
    content: "\f100";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.nav-links {
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}

/** pagination **/

.navigation,
.pagination {
    margin-top: 15px;
}

.nav-links{
    border-top: medium none;
    margin-bottom: 20px;
    padding: 20px 0;
    overflow: hidden;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 1.5;
    height: 33px;
}

.page-numbers.dots {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navigation .nav-links .page-numbers.current,



.navigation .nav-links a {
    background: #6c8eb2;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
    display: inline-block;
}
.navigation  span.meta-nav {
    display: none;
}
.navigation .nav-links .nav-next,
.navigation .nav-links .nav-next{
    float: right;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 30px;
}

.navigation .nav-links .nav-links a:hover,
.navigation .nav-links .nav-links a:hover {
    background: #00132c;
 }



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin:50px 0 0;
}

.widget:first-child {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.inline-blocks.forty.right.for__img img, .inline-blocks.left.forty.for__img img{
height: 500px;
}

.inline-blocks.sixty.right{
text-align: justify; 
padding-right: 3%;
}

.inline-blocks.left.sixty {
text-align: justify; 
padding-left: 3%;
}

.h2 {
font-size:1.8em;
padding:1% 10%
}

.orange {
	color: #f07d35;
}

#primary main {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

h1.entry-title {
    border-bottom: 3px double #ebe9eb;
    margin-bottom: 20px;
    padding-bottom: 10px;
	
    /* text-align: center; */
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rajdhani',sans-serif;
    color: rgb(25, 77, 134);
	
}

.woocommerce-products-header__title.page-title{
    /* text-align: center; */
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rajdhani',sans-serif;
    color: rgb(25, 77, 134);
}




.entry-header {
    margin-bottom: 15px;
}

.entry-footer > span ,
.entry-header .entry-meta span{
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-right: 15px;
    padding: 0 15px 0 0;
    text-align: center;
}

.entry-footer > span:last-child{
    border-right: none;
}

.cat-links > a {
    margin-left: 5px;
}

.cat-links > a:first-child {
    margin-left: 0;
}

.entry-title a {
    color: #001837;
}

.entry-title a:hover {
    color: #f07d35;
}

.sticky {
    display: block;
}

/*.hentry {
    margin: 30px 0 0;
}

.hentry:first-child {
    margin:0;
} */

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-footer > span a{
    color:#49616b;
}

.entry-footer   a:hover {
    color:#f07d35;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}

.home .entry-content-wrapper .entry-content {
    margin: 0;
}

.entry-footer > span::before,
.entry-header .entry-meta > span::before {
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right: 8px;
    content: "";
    color: #bdbdbd;
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

span.comments-link::before {
    content: "\f075";
}

.entry-footer > .cat-links::before {
    content: "\f07c";
}

.entry-header .entry-meta .byline::before {
    content: "\f007";
}

.entry-footer .edit-link::before{
    content: "\f044";
}

.entry-footer .tags-links::before{
    content: "\f02c";
}

.entry-header .entry-meta .posted-on::before {
    content: "\f017";
}

.entry-title {
    border-bottom: 3px double #ebe9eb;
}

.home .entry-title ,
.archive .entry-title {
    font-size: 26px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
    float: left;
}

#comments {
    margin-top: 30px;
    overflow: hidden;
}

#commentform label {
    display: inline-block;
    width: 100px;
    position: relative;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area form#commentform p {
    float: left;
    width: 33.33%;
}

.comment-notes {
    position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
    padding: 0 15px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    background-color: #ffffff;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.comment-author.vcard {
    font-size: 16px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}

.comment-metadata::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    content: "\f017";
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: normal;
    margin: 25px 0 0;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#commentform label {
    display: inline-block;
    width: 100px;
}

#commentform span.required {
    font-size: 19px;
    position: absolute;
    bottom: 2px;
    color: red;
}

.comment-content {
    clear: both;
    display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/
.float__left {
float: left;
}

.width__ten {
width: 10%;
}

.width__ninety {
  width: 90%;
 }
 
.padding-left__twenty {
padding-left: 20px;
}
 
.inline-blocks.forty img{
    margin: 5% 0;
}

.red {
color: #d80027;
}

.blockbackround.padding__two {
display: inline-block;
}

.padding__two {
padding: 2%;
}

.margin-top__one {
margin-top: 1%;
}

.text-align__left {
text-align: left;
}

.contentTitleh3 h3.text-align__left {
text-align: left;
}

.font-weight__bold {
font-weight: bold;
}

.list-style__none {
list-style: none;
}

.cursor__pointer {
cursor: pointer;
}

.main__table_catalog {
text-align: center; 
width: 100%;
}

#page {
    position: relative;
    width: 100%;
}

.container {
    width: 1500px;
    margin: 0 auto;
    padding-left:15px;
    padding-right: 15px;
    max-width: 100%;
}

#main-nav .container {
    width: 1400px;
    margin: 0 auto;
    padding-left:15px;
    padding-right: 15px;
    max-width: 100%;
    /* margin-top: 10px;
    margin-bottom: 5px;*/
}


.container::after,
.inner-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/
/*Tophead */

#tophead {
   /* background-color: #222;
    clear: both;
    float: left;
    width: 100%;
    padding: 5px 0;*/
}

.header-social {
    float: right;
    text-align: left;
}

#quick-contact {
    float: left;
    padding-bottom: 7px;
    padding-top: 8px;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}

#notice-ticker, .top-news a {
    color: #ffd700;
}

#quick-contact a, #quick-contact {
    color: rgba(255, 255, 255, 0.78);
}

#quick-contact a:hover{
    color: #fff;
}

#quick-contact li.quick-email::before {
    content: "\f0e0";
}

#quick-contact li.quick-call::before {
   /* content: "\f095";*/
}

#quick-contact li.quick-address::before {
    content: "\f041";
}

#quick-contact li::before {
    color: #f07d35;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}

#quick-contact li {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    list-style: outside none none;
  /*      margin-top: 2px;*/
 /*   margin-bottom: 2px;*/
}
#quick-contact li.quick-email {
margin-left: 20px;
}
#quick-contact li.quick-call a{
color:rgb(240, 125, 53);
}
#quick-contact li.quick-call a:hover{
color:white;
}

#quick-contact li:first-child {
    border: medium none;
    margin-left: 0;
    padding: 0;
}

/*#cart-seciton*/

#cart-section li {
    float: left;
    list-style: outside none none;
    padding: 10px;
}

#cart-section {
    clear: both;
    float: right;
}

#right-header {
    float: right;
    padding: 0 15px;
}

#cart-section {
    clear: both;
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

#cart-section .cart-icon strong ,
#cart-section .wishlist-count {
    border: 2px solid #f07d35;
    color: #f07d35;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 8px;
    position: relative;
    transition: all 200ms ease-out 0s;
    z-index: 10;
    font-weight: bold;
}

#cart-section .wishlist-count {
    margin-top: 3px;
    position: relative;
}

#cart-section .wishlist-count::after {
    content: "\f08a";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: -13px;
    right: 5px;
    font-size: 13px;
}

#cart-section .cart-icon {
    display: inline-block;
    line-height: normal;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 12px;
    padding: 0;
    position: relative;
}

#cart-section .cart-icon-handle{
    border: 2px solid #f07d35;
    border-bottom: 0;
    right: 50%;
    margin-right: -8px;
    top: -6px;
    height: 8px;
    width: 16px;
    position: absolute;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-social-wrapper {
    float: right;
    margin-top: 2px;
}

.header-social-wrapper .widget.clean_commerce_widget_social ul li {
    margin: 0;
}

.header-social-wrapper .clean_commerce_widget_social ul li a::before {
    font-size: 14px;
    line-height: 2.1;
}

/*Masthead*/

#masthead {
    background: #ffffff none repeat scroll 0 0;
    clear: both;
    padding: 8px 0;
    width: 100%;
    z-index: 99999;
	background-image: url(/assets/bg-lightl-shum.jpg);
}

.custom-logo-link {
    float: left;
    margin-right: 15px;
}

#site-identity {
    float: left;
	/*padding-top: 10px;*/

}

.site-branding {
    float: left;
    font-size: 2.3em;
    line-height: 0.8;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 15px;
}

.site-branding a{
    color: rgb(25, 77, 134);
}

.site-branding a:hover{
    color:#f07d35;
}

.site-title {
    /*font-size: 36px;*/
    font-weight: bold;
	font-size: 1.3em;
   /* font-family: 'Open Sans', sans-serif;*/
	font-family:'Rajdhani',sans-serif;
    margin-top: 0;
	color: rgb(25, 77, 134);

}

.site-description {
    color: rgb(95, 159, 226);
    font-size: 0.5em;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2.2px;
	text-indent: 0px;
}

.header-search-box {
    float: right;
    position: relative;
	 max-height: 60px;
}

.header-search-box > a {
    /*background: #fff none repeat scroll 0 0;*/
    color: #ffffff;
    display: block;
    padding: 20px 10px;
}

.header-search-box > a i {
    font-size: 17px;
	font-weight: bold;
}

.header-search-box > a:hover {
    background: #5f9fe2 none repeat scroll 0 0; /*#f07d35*/
    color: #fff;
	max-height: 60px;
}

.header-search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 15px;
    position: absolute;
    right: 7%;
    top: 48px;
    width: 300px;
    z-index: 9999;
}

.header-search-box .search-box-wrap {
    right: 2.6%;
    width: 369px;
}

.header-search-box .search-form input.search-field {
    height: auto;
    padding: 10px 22% 10px 18px;
    width: 71%;
}

.search-form input.search-field,
.woocommerce-product-search input.search-field {
     padding: 10px 22% 10px 18px;
    width: 71%;
    background: #f0f0f0 none repeat scroll 0 0;
    border: medium none;
}

.search-submit,.woocommerce-product-search input[type="submit"] {
    border-radius: 0;
    height: 44px;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-form,
.woocommerce-product-search {
    position: relative;
}

.search-form .search-submit,.woocommerce-product-search input[type="submit"] {
    border: medium none;
    color: #ffffff;
    font-weight: 500;
    height: auto;
    padding: 7px 9px;
    right: 0;
    border-radius: 0;
}

.page-title {
    border-bottom: 2px solid #025c72;
    padding-bottom: 15px;
	color: #194d86;
}



/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/

.clean_commerce_widget_social {
    clear: both;
    overflow: hidden;
}

.clean_commerce_widget_social ul {
    margin: 0;
}

.clean_commerce_widget_social li a {
    background: #222222 none repeat scroll 0 0;
    display:block;
    height: 30px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.clean_commerce_widget_social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}


.footer-adress {
    color: #fff;
    font-size: 24px;
}

.widget-area .clean_commerce_widget_social li,
#footer-widgets .clean_commerce_widget_social li {
    padding: 0;
}

.widget-area .clean_commerce_widget_social li::before,
#footer-widgets .clean_commerce_widget_social li::before {
    display: none;
}

.clean_commerce_widget_social ul li a::before {
    font-size: 16px;
}

.clean_commerce_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}


.clean_commerce_widget_social ul li a::before {
    color: #ffffff;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.8;
    text-shadow: -2px 1px 1px #222222;
}
.clean_commerce_widget_social ul li a:hover::before {
    text-shadow: none;
}
.clean_commerce_widget_social ul li a:hover {
    background-color: #001837;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.clean_commerce_widget_social ul li a:hover::before {
    color: #fff;
}

.clean_commerce_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.clean_commerce_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.clean_commerce_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.clean_commerce_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.clean_commerce_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.clean_commerce_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.clean_commerce_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.clean_commerce_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.clean_commerce_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
}

.clean_commerce_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.clean_commerce_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.clean_commerce_widget_social ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.clean_commerce_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.clean_commerce_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.clean_commerce_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.clean_commerce_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.clean_commerce_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.clean_commerce_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.clean_commerce_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.clean_commerce_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.clean_commerce_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.clean_commerce_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.clean_commerce_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.clean_commerce_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.clean_commerce_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.clean_commerce_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.clean_commerce_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.clean_commerce_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.clean_commerce_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.clean_commerce_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.clean_commerce_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.clean_commerce_widget_social ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
}

.clean_commerce_widget_social ul li a[href*="wordpress.org"]:hover,
.clean_commerce_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.clean_commerce_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.clean_commerce_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.clean_commerce_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.clean_commerce_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.clean_commerce_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.clean_commerce_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.clean_commerce_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.clean_commerce_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.clean_commerce_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.clean_commerce_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.clean_commerce_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #001837;
}

.clean_commerce_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.clean_commerce_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.clean_commerce_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.clean_commerce_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.clean_commerce_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.clean_commerce_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.clean_commerce_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.clean_commerce_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.clean_commerce_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.clean_commerce_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
}

.clean_commerce_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.clean_commerce_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.clean_commerce_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.clean_commerce_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#001837;
}

.clean_commerce_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}

/*--------------------------------------------------------------
## Main Content Style By WEN Themes
--------------------------------------------------------------*/

#primary {
    float: left;
   /* padding-left: 15px;
    padding-right: 15px;*/
    width: 70%;
}

#content {
    clear: both;
    padding: 0px 0;
}

.home.home-content-not-enabled #content {
    display: none;
}
/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/
.sidebar {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    height: 100%;
    margin-top: 10px;
	margin-bottom: 30px;
}

#sidebar-primary {
    float: right;
	/*border: 1px solid #046479;
    border-radius: 14px;
	background: #a8e3e433;*/
}

#sidebar-secondary {
    float: left;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}

.sidebar .widget-title {
    border-bottom: 2px double #025c72;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
	color: #1a518c;
	font-weight: 400;
	font-family: 'Rajdhani',sans-serif;
}

.sidebar ul {
    list-style: circle;
    padding: 0;
    margin: 0;
	padding-left: 18px;
}

.sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.sidebar ul li {
    padding-bottom: 5px;
   /* padding-left: 18px; */
    padding-top: 5px;
    position: relative;
}

/*.sidebar ul li::before {
    color: #222222;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 8px;
}*/

.sidebar a {
    color: #001837;
}

.sidebar a:hover,
.sidebar a:active {
   color: #f07d35;
}

.sidebar .widget {
  /*  background: #fff none repeat scroll 0 0; */
   
	/* padding: 7px 20px 20px 20px; */
}

/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {
    background: #f07d35 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}

.widget_calendar #today {
    background: #f07d35 none repeat scroll 0 0;
    color: #ffffff;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.widget .tagcloud a:hover {
    border: 1px solid #4fc3dd;
    color: #4fc3dd;
}

.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}

.woocommerce ul.products li.product mark,
.woocommerce ul.products li.product ins,
.clean-corporate-woocommerce ul.products li.product mark,
.clean-corporate-woocommerce ul.products li.product ins{
    background: #fa6f6f none repeat scroll 0 0;
    border-radius: 14px;
    color: #ffffff;
    font-weight: normal;
    margin: 0 5px;
    text-decoration: none;
}

.woocommerce .reviewer {
    color: #777777;
    font-size: 13px;
    font-style: italic;
}

.woocommerce ul.products li.product h3 {
    font-family: open sans;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ffa500;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000000
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 8px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 4px;
}

.woocommerce .quantity .qty {
    border: 1px solid #dddddd;
    height: 33px;
    text-align: center;
    width: 3.631em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #272727;
    font-size: 20px;
	font-weight: 600;
}
.related.products {
    clear: both;
}
.woocommerce div.product  .button {
    vertical-align: middle;
    float: left;
    font-weight: normal;
}
.woocommerce ul.products li.product .price {
    color: #272727;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    /*background: rgb(251, 251, 251);*/
    float: left;
    list-style-type: none;
    padding: 25px 0 25px 0 ;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .price ins {
    color: #222222;
}

.woocommerce ul.products li.product .button {
    background: #f07d35 none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight:500;
    line-height: 1.5;
    margin: 10px auto 15px;
    padding: 6px 17px;
    text-align: center;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
    border-radius: 27px;
}

.woocommerce ul.products li.product .button:hover {
    background-color:#ff4922;
}

.woocommerce ul.products li.product:hover img {
    /*opacity: 0.7;*/
	transition: 0.4s;
	transform: scale(1.1, 1.1);
}

.woocommerce ul.products li.product .button::before,
button.single_add_to_cart_button::before {
   /* content: "\f217";*/
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
}

.woocommerce span.onsale {
    background-color: #fa6f6f;
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 15px 0 30px;
}

.woocommerce .star-rating {
    margin-bottom: 10px;
    margin-top: 10px;
}

#reviews .comment-form {
    margin: 0;
}

.woocommerce ul.products li.product a {
    text-align: center;
    text-decoration: none;
}

.woocommerce a.added_to_cart.wc-forward {
    color: orange;
    margin-bottom: 5px;
    margin-top: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-size: 15px;
    font-weight: 500;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: right;
    height: auto;
    margin-left: 4px;
    padding: 3px;
    width: 60px;
}

.product_list_widget > li {
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}

/*woocommerce button custom color*/
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    border: 1px solid #ddd;
    padding: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 12px;
    box-shadow: inherit;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 15px;
    background-color: #1a518c;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    box-shadow: none;
    color: #fff;
    border: none;
    background-color: #f07d35;

}

.yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    opacity: 0.7;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist {
    background-color: #222;
    border-radius: 0;
    box-shadow: inherit;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 15px;
    font-family: 'Rajdhani',sans-serif;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;

}

.yith-wcwl-add-to-wishlist a.add_to_wishlist::before {
    content: "\f004";
    display: inline;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs .panel{
    background-color: #fff;
    padding: 15px;
    border-top:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    float: left;
    margin: 0 2px;
}
.woocommerce span.onsale {
    padding: 0;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    border-radius: 0;
    height: 31px;
    margin-top: 1px;
    padding-left: 15px;
    width: auto;
}

.woocommerce-info {
    border-top-color: #ffa500;
}

.woocommerce-info::before {
    color: #ffa500;
}

.woocommerce input#billing_phone {
    padding: 5px;
    border: 1px solid #ddd;
}

.woocommerce .select2-container .select2-choice {
    border: 1px solid #ddd;
    border-radius: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid #ddd;
    border-top:2px solid #ddd;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: outside none none;
}

.woocommerce-checkout #payment,
.woocommerce table {
    background: none repeat scroll 0 0 #ffffff;
}

.woocommerce table.shop_table {
    border: medium none;

}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce caption,
.woocommerce th,
.woocommerce td {
    font-weight: 400;
    padding: 5px;
   text-align: center;
}

.woocommerce table.shop_table th {
    font-weight: normal;
    padding: 6px 12px;
    font-size: 16px;
}

.woocommerce table.shop_table td {
    padding: 5px;
    text-align: center;
}

.woocommerce a.remove {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff !important;
    margin: 0 auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 10px 20px;
    text-align: center;
}

.woocommerce div.product .product_title {
    clear: none;
    font-size: 28px;
    margin: 0 0 40px 0px;
    padding: 10px 0 10px 0;
	border-bottom: 2px double #025c72;
	color: #1a518c;
	font-weight: bold;
}

.page-numbers {
    background: none repeat scroll 0 0 #ffffff;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin-top: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}


.woocommerce ul.products li.product .onsale{
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 8px;
    margin: 0;
    min-height: 20px;
    padding: 40px 0 0;
    right: -40px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: -12px;
    transform: rotate(51deg);
    width: 95px;
    font-weight: bold;
}
.woocommerce ul.products li.product span.onsale {
    background-color: #ff6000;
    color: #ffffff;
    position: absolute;
    z-index: 99;
}
.cart button.single_add_to_cart_button {
    margin-left: 15px;
}

.actions  p {
    margin: 0;
}

table.shop_table.cart thead {
    background: #f07d35 none repeat scroll 0 0;
    color: #ffffff;
}

.checkout h3 {
    font-size: 20px;
}

#ship-to-different-address .checkbox + br {
    display: none;
}

.checkout-button.button.alt.wc-forward {
    display: inline-block;
    width: auto;
}

.authorbox {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
}

.authorbox img {
    border-radius: 100%;
}

.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0;
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}

.authorbox .author-bio-posts-content {
    margin-top: 10px;
}

.authorbox .author-bio-posts-content p {
    margin: 0;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    margin-bottom: 0;
    /*margin-top: 20px;*/
	font-weight: 600;
}

/*woocommerce form */

#review_form_wrapper #commentform {
    margin: 0 -15px;
}

p.comment-form-rating {
    clear: both;
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
    padding: 10px 15px;
}

.woocommerce .star-rating span::before {
       color: #ffd353;
}

.woocommerce-message::before {
    color: #ffa500;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 13px;
    margin: 10px auto 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1.8% 2.992em 0;
    width: 32.05%;
	/*border: 1px solid #025c726e;*/
	box-shadow: 5px 7px 18px 0px #9c9da5;
	padding-top: 0px;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce-message {
   border-top-color: #ffa500;
}



/*--------------------------------------------------------------
## Footer Style By WEN Themes
--------------------------------------------------------------*/
#colophon {
    background-color: #312e2e;
    clear: both;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 0;
    border-top: 1px solid #202020;
}

.site-info {
    font-size: 13px;
}

#colophon a {
    color:#aaa;
}

#colophon a:hover {
    color: #fff;
}


.footer-left {
    float: left;
}

.footer-right {
    float: right;
    margin-top: 5px;
}

.inline-blocks-all.footer-right a {
      float: right;
}


.colophon-column {
    float: left;
    text-align: center;
    width: 33.33%;
}

.colophon-grid-2 .colophon-column:first-child {
    text-align: left;
}

.colophon-grid-2 .colophon-column:nth-child(2n) {
    float: right;
    text-align: right;
}

#footer-widgets {
 background-image: url(/assets/rubber_grip.png);
    /*background: #111 none repeat scroll 0 0;*/
    overflow: hidden;
    padding: 50px 0;
    color: #fff;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 2px 15px;
    position: relative;
	    padding-bottom: 4%;
}

#footer-widgets ul li::before {
    color: #f07d35;
    content: ".";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 35px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 5px;
}

#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 15px;
    width: 20%;
	/*border-right: 1px dotted;*/
}

#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    /*width: 33.33%;*/
	width: 35%;
    margin-right: 5%;
}
#footer-widgets .footer-active-3:last-child {
	border-right: none;
	/*width:25%;*/
	}
#footer-widgets .footer-active-4 {
    width: 25%;
}

#footer-widgets .widget-title {
    
    color: #dddddd;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#footer-widgets a {
   color: #aaa;
}

/*Footer Navigation*/

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#footer-navigation li a {
    color: #ffffff;
    display: block;
    padding: 5px 10px;
}

#footer-navigation ul {
    margin: 0;
}

/*Scrollup Style*/

.scrollup {
    background-color: #1e558f;
    bottom: 80px;
    color: #1e558f;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 4px 10px;
    position: fixed;
    right: 32px;
    text-align: center;
	border-radius: 14px;
	box-shadow: #001837 3px 3px 10px;
	    z-index: 9999;
}

.scrollup:hover {
    background-color:#333;
	 
}

.scrollup i {
    color:#fff;
    font-size:32px;
    padding-bottom: 3px;

}



/*--------------------------------------------------------------
##  layout sidebar By WEN Themes
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns .sidebar{
    float: right;
}

.three-columns-enabled .sidebar{
     width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style By WEN Themes
--------------------------------------------------------------*/

/*Basic Breadcrumb */
#breadcrumb {
    background: #fff;
    padding: 15px 0;
    color: #f07d35;
    clear: both;
    border-bottom: 3px double #ddd;
}

#breadcrumb .container > div {
    overflow: hidden;
}

#breadcrumb {
    margin: 0;
}

#breadcrumb .breadcrumbs li,
#breadcrumb li {
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 10px;

}

#breadcrumb .breadcrumbs li.trail-item.trail-end::after {
    display: none;
}

#breadcrumb .breadcrumbs li:after,
#breadcrumb li::after {
    content: "\f101";
    margin-left: 10px;
    font-family: 'FontAwesome';
    color: #222;
}

#breadcrumb li:last-child::after {
    content:"";
}

#breadcrumb .breadcrumbs  .trail-items {
    margin: 0;
    padding: 0;
}

#breadcrumb a,
#breadcrumb .breadcrumbs li::after {
    color:#222222;
}

#breadcrumb a:hover {
    color:#f07d35;
}

/*Error 404 Page*/

section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.archive.woocommerce img,.archive.woocommerce-page img {
    height: 90%;
}

.archive.woocommerce-page .description img {
       height: auto;
}

/*contact form 7*/

.wpcf7-form {
    max-width: 875px;
}

.popup-box .wpcf7 {
    margin: 0 auto;
 	padding: 6px;
 	text-align: center;
}

/*.wpcf7 input {
  
}*/

.wpcf7 input.wpcf7-submit {
    width: auto;
}


/*--------------------------------------------------------------
### Rrecent post widget style By WEN Themes
--------------------------------------------------------------*/


.clean_commerce_widget_recent_posts .recent-posts-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.clean_commerce_widget_recent_posts .recent-posts-title a {
    color: #000;
}

.clean_commerce_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 10px;
}

.clean_commerce_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}

.clean_commerce_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:5px;
    content: "\f017";
}

/*--------------------------------------------------------------
## featured-porduct-carousel-slider
--------------------------------------------------------------*/

#featured-carousel-carousel {
    clear: both;
    overflow: hidden;
    position: relative;
}

#featured-carousel {
    clear: both;
    padding: 30px 0;
    position: relative;
    background-color: #fff;
}

#featured-carousel .featured-porduct-carousel-content,
#featured-carousel  a {
    color: #fff;
}

#featured-carousel .featured-carousel-item {
    float: left;
    position: relative;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
}

#featured-carousel .slick-prev.slick-arrow,
#featured-carousel .slick-next.slick-arrow {
    background-color: #ff9813;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 27px;
    font-weight: normal;
    line-height: 0.8;
    padding: 17px 13px;
    position: absolute;
    text-align: center;
    top: 42%;
    z-index: 999;
    opacity: 0;
    transition: 0.2s ease-out 0s;
}

#featured-carousel .slick-prev.slick-arrow {
    left: 0;
}

#featured-carousel .slick-next.slick-arrow {
    right:0;
}

#featured-carousel  .featured-product-carousel-wrapper:hover .slick-prev.slick-arrow,
#featured-carousel  .featured-product-carousel-wrapper:hover .slick-next.slick-arrow{
    opacity: 1;
}

#featured-carousel  .featured-product-carousel-wrapper .slick-list {
    margin: 0 -15px;
    overflow: hidden;
    padding: 0;
}

#featured-carousel .featured-product-carousel-wrapper {
    overflow: hidden;
}

#featured-carousel .featured-carousel-item  {
    line-height: 1;
    text-align: center;
}

#featured-carousel .featured-carousel-item .featured-carousel-item-thumb {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

 #featured-carousel .featured-carousel-item:hover img {
    filter: blur(2px);
    transform: scale(1.15);
}


#featured-carousel .featured-carousel-item img {
    transition: transform 0.2s ease-out 0s;
    width: 100%;
}

#featured-carousel .featured-carousel-item .img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#featured-carousel .featured-carousel-item .featured-product-title {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    margin:0;
}

#featured-carousel .featured-carousel-item .featured-product-title::before {
    background: #fc8401;
    content: "";
    height: 100%;
    left: 0;
    opacity:0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
    width: 100%;
    z-index: -1;
}

#featured-carousel .featured-carousel-item:hover .featured-product-title::before  {
    opacity: 0.4;
}

#featured-carousel .featured-carousel-item .featured-product-title span {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 50%;
    font-size: 24px;
    left: 0;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    transform: translateY(50%);
    white-space: normal;
    width: 100%;
    z-index: 3;
}

/*--------------------------------------------------------------
##  Media Queries By WEN Themes
--------------------------------------------------------------*/

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:4000px) {
	.site-image img {
	max-height: 600px;	
	}
}

@media only screen and (max-width:1300px) {
	.site-image img {
	max-height: 450px;	
	}
    .container {
        width: 97%;
    }
    .comments-area form#commentform p {
        float: left;
        width: 100%;
    }

    #comments input {
        width: 100%;
    }

    #comments input#submit {
        width: auto;
    }

    .site-header {
        padding: 15px 0 10px;
    }


    .right-header {
        width: auto;
    }

    .main-navigation ul li li a {
        margin: 0;
    }

    .authorbox  .author-info,
    .authorbox  .author-bio-posts-content {
        float: left;
        max-width:70%;
        width: 70%;
    }

}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {
    .main-navigation ul > li ul  {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li:hover > ul  {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

    .inner-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    #primary,
    .sidebar,
    #colophon {
        padding-left: 10px;
        padding-right: 10px;
    }

    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    body.three-columns-enabled #primary,
    body.three-columns-enabled #content .sidebar,
    body #content #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:900px) {


    body{
        padding-top: 0;
    }

    #page {
        margin-top:45px;
    }

    #main-nav,
    #header-nav {
        display: none;
    }

    #right-header {
        float: none;
        padding: 0 15px;
        width: 100%;
    }

    #cart-section {
        clear: both;
        float: none;
        text-align: center;
    }

    #cart-section li {
        display: inline-block;
        float: inherit;
        list-style: outside none none;
        padding: 10px;
    }


  /*Moblile menu*/

    a#mobile-trigger {
        display: block;
        float: left;
        padding-left:25px;
    }

    .sidr-main-open  a#mobile-trigger{
       padding-left:278px;
    }

    .mobile-nav-wrap {
        background: #242424  none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 6px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .logged-in .mobile-nav-wrap {
        /*top: 45px;*/
        height: 49px;
		top: 0px;
    }

    #mobile-trigger i {
        background-color: #fa5742;
        box-shadow: 0 1px 2px #242424 ;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }

    /*#top-nav*/

    #header-nav {
        display: none;
    }

    #mobile-trigger2 {
        text-align: right;
        transition: inherit;
        padding-right: 25px;

    }

    .sidr2-open   #mobile-trigger2{
       padding-right:278px;
    }

    #mobile-trigger2 i {
        background-color: #383433;
        box-shadow: 0 1px 2px #242424 ;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    a#mobile-trigger2 {
        float: right;
        display: block;
    }

    /*Mobile Menu*/

    #primary,
    .sidebar {
        width: 100%;
    }

    .clean_commerce_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }

    .site-branding {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .custom-logo-link,
    .site-logo-link,
    #site-identity {
        float: none;
        margin-right: 0;
        display: block;
        clear: both;
    }

    .clean_commerce_widget_products_slider .side-banner {
        padding-left: 20px;
    }

    #featured-carousel .featured-product-carousel-wrapper .slick-list{
        margin-left:10px;
        margin-right: 10px;
    }

    #featured-carousel .featured-carousel-item  {
        padding-left:10px;
        padding-right: 10px;
    }


}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:768px) {
        .woocommerce ul.products li.product,
        .woocommerce-page ul.products li.product,
        .woocommerce .related ul.products li.product,
        .woocommerce-page .related ul.products li.product {
        margin: 0 0 20px;
        width: 48.05%;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {


    .site-header {
        position: inherit;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size:16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

    #quick-contact li {
        font-size: 13px;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-top: 2px;
    }

    #footer-widgets,
    #colophon {
        margin-left: 0;
        margin-right: 0;
    }

    #featured-carousel .featured-product-carousel-wrapper .slick-list {
        margin: 0;
    }

    #featured-carousel .slick-prev.slick-arrow {
        left: 10px;
    }

    #featured-carousel .slick-next.slick-arrow {
        right: 10px;
    }

    #featured-carousel .slick-prev.slick-arrow,
    #featured-carousel .slick-next.slick-arrow {
        bottom:0;
        opacity: 1;
        top: inherit;
    }

    body .sidebar,
    body #primary {
        width: 100%;
    }

    .site-content {
        padding-top: 15px;
    }

    #content {
        clear: both;
        padding-top: 20px;
    }

    #primary article.hentry {
        overflow: hidden;
        padding: 10px;
    }


    /*footer widget area*/

    .sibebar {
        margin-top: 15px;
    }

    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%;
    }

    #footer-widgets .footer-active-1 {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both;
    }

    .widget.clean_commerce_widget_services .service-block-item {
        width: 50%;
    }

    .widget {
        margin: 15px 0 0;
    }

    #footer-widgets {
        padding: 30px 15px;
    }

    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }

    #colophon .colophon-column,
    #colophon .colophon-grid-2 .colophon-column,
    #colophon .colophon-grid-3 .colophon-column,
    #colophon .colophon-grid-4 .colophon-column {
        float: left;
        width: 100%;
    }

    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }

    .copyright {
        margin-bottom: 5px;
    }

    .entry-footer > span {
        border-right: medium none;
        border-top: 1px solid #dddddd !important;
        display: block;
        float: left;
        padding: 10px 15px;
        width: 100%;
    }

    .entry-footer {
        border: none;
    }


}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {

    .page-title {
        font-size: 30px;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
   .sidr-main-open a#mobile-trigger2 {
        float: right;
        display: block;
        float: left;
        clear: both;
        padding-left: 260px;
    }

    .sidr-main-open a#mobile-trigger {
        float: right;
        display: block;
        float: left;
        clear: both;
        padding-left: 260px;
    }

    .sidr2-open a#mobile-trigger {
        float: left;
        padding-left: 5px;
    }

    .sidr2-open a#mobile-trigger2 {
        padding-right: 270px;
    }

    .site-branding {
        text-align: center;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #fff;
        margin-top: 15px;
    }

    .site-description {
        margin-bottom: 0;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }

    .social-links {
        float: right;
        max-width: 208px;
        text-align: right;
    }

    .social-links .clean_commerce_widget_social li {
        display: inline-block;
        float: none;
    }

    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }

    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }


    #tophead {
        text-align: center;
    }

    #quick-contact {
        float: none;
        clear: both;
    }

    .header-social-wrapper .clean_commerce_widget_social li {
        float:none;
        display: inline-block;
    }

    #quick-contact li {
        display: inline-block;
        float: none;
        font-size: 13px;
    }

    .header-social-wrapper {
        float: none;
        margin-top: 2px;
    }

    #cart-section .cart-icon {
        margin-left: 0;
        margin-right: 0;

    }

    #cart-section li {
        padding:10px 5px;
    }

   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
   .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
        margin: 0 0 20px;
        width: 100%;
    }
	
	
	.site-branding {
		    font-size: 1.9em;

	}
	
	#popup-box-4 {
	width: 370px !important;
    left: 2px !important;
	
		}
	.Russia_map {
	display: none;
	}
	
	.zagolovok {
		font-size: 14px;
	}
	
	.pos_city a {
		    font-size: 12px;
		}
}

/*--------------------------------------------------------------
## Region Choose
--------------------------------------------------------------*/

.region-check select {
background: #3e3e3e;
color: #fff;
border: 1px solid #22222200;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
background-image: url(/assets/rubber_grip.png);
}
.region-check select:active {
border: 1px solid #22222200;
}
.region-check select:hover {
border: 1px solid #22222200;
}

	.flex-container {
display: -webkit-flex; 
display: flex;
}

.flex-container-wrap {

 flex-wrap: wrap;
}

.flex-container.center {
justify-content: center;
}

.flex-block {
display: -webkit-flex; 
-webkit-justify-content: flex-start;
display: flex;
justify-content: flex-start;
align-items: center;
	}
	
.region-check {
display: -webkit-flex; 
-webkit-justify-content: flex-start;
display: flex;
justify-content: flex-start;
align-items: center;
flex-grow: 1;
	}
#quick-contact {
justify-content: flex-end;
flex-grow:2;
	}

.pre-header {
    width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    padding-bottom: 0.1%;
    padding-top: 0.1%;
	display: block;
	}
#pre-header	{
	/*background-image: url(/assets/rubber_grip.png);*/
    clear: both;
    display: block;
    float: left;
     width: 100%;
	background: linear-gradient(to top, #61a1e4, #08325f);
}
.quick-call {
font-size: 18px;
font-weight: bold;
}	
.quick-call a {
    color: rgb(255, 255, 255);
}	

a.popup-link-4 {
 color:#fff;
 padding: 5px 5px;
 text-decoration:none;
 text-align:center;
  display: block;
 font: 400 16px tahoma;

}
a.popup-link-4:hover {
color:#f07d35;
}


.popup-link-4::before {
	content: "\f041";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 22px;
    margin-right: 2px;
}
#popup-box-4 {
     background: #4a4848;
	    background-image: url(/assets/rubber_grip.png);
	border-radius: 15px;
}

.zagolovok {
color:#fff;	
font-size: 24px;
margin-bottom: 20px;
}	

.pos_city a{
color:#fff;	
font-size: 18px;
margin-left: 30px;	
}	
.pos_city a:hover{
color:#f07d35;		
}	
.pos_city a::before {
	content: "\f10c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 5px;
}
.pos_city::before {
	color:red;
}

.pos_city_2 a{
	float: right;
	color: #c3c3c3;		
	font-size: 18px;
    padding-bottom: 10px;
    margin-right: 10px;
	    margin-top: 6px;
}
	
.pos_city_2 a:hover{
color: #f07d35;		
}	

#popup-box-4 .close {
padding: 10px 20px 10px 10px;
color: #c3c3c3;
}

#popup-box-4 .close:hover {
	color: #f07d35;
}

.Russia_map {
width:56%;
Float:right;
}

/*--------------------------------------------------------------
## Pop up start
--------------------------------------------------------------*/ 
#popup-star1{
 visibility: hidden;
  animation: poyavitsa 15s 2s ease-in-out;
  }
  
#popup-star {
  display: table;
  position: absolute; 
  top: 1px;
  left: 50%;
  margin-left:-420px;
  z-index: 100;
  width: 225px;
  animation: opustit 3s 1s cubic-bezier(0.4, 0, 1, 1), podnyat 4s 13s ease-in-out;
  cursor: pointer;
}

#popup-star::before {
     content: '';
    position: absolute;
    left: -26px;
    border: 16px solid transparent;
    border-right: 10px solid rgba(240, 125, 53, 0.74);
   }
@keyframes poyavitsa {   
  from {visibility: hidden;}  
  to {visibility: visible;} 
}

@keyframes opustit {   
  from {top: -35px;}  
  to {top: 1px;} 
}

@keyframes podnyat {   
  from {top: 1px;}  
  to {top: -35px;} 
}

#popup-star figure {
  display: block;
  vertical-align: middle;
  margin: 0px;
}
 #popup-star figcaption {
  margin: 0 auto;
  border-style: solid; 
  border-color: rgba(240, 125, 53, 0.74);
  
}

#popup-star figcaption {
  padding: 2%;
  cursor: default;
}
#popup-star figcaption {
  position: relative;
  border-width: 2px;
  font-size: 14px;
  color: #fff;
}

/*--------------------------------------------------------------
## Block with video
--------------------------------------------------------------*/

.video-main {
	width: 100%;
    height: 10vh;
    position: relative;
    overflow: hidden;
}

.video-main-bg {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#55 {
	display: flex; 
}

 #fancybox-wrap{
background:#15567E;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;   
}

#fancybox-outer{
background:none;
}

#fancybox-outer>div, #fancybox-content,  #contact_form_pop_up{
background:none;
border:none;
}

#contact_form_pop_up{
padding: 20px 0px 0px 20px;
}

  /*--------------------------------------------------------------
## Pop up
--------------------------------------------------------------*/


.wpcf7 {
color:#fff;
/*width:280px; /*ширину задаём такую, как нам нужно в случае с всплывающей формой можно вообще не задавать*/
/*padding:0px!important;/*нулевой отступ для всплывающей формы, а если форма на странице, то нужно задать 20px*/
overflow:hidden;
 padding: 10px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, select.wpcf7-form-control.wpcf7-select{
border:1px solid red;
padding:4px;
border-radius:5px;
border:1px solid #f1f1f1;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus{
border:1px solid #fff;
-moz-box-shadow: 0 0 6px #fff;
-webkit-box-shadow: 0 0 6px #fff;
box-shadow:0 0 6px #fff;   
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, select.wpcf7-form-control.wpcf7-select {
/*width:270px;*/
width: 60%;
}

.wpcf7-submit{
background: linear-gradient(#f1f1f1, #8b8b8b), #f1f1f1;
color:#000;
text-transform:uppercase;
float:right;
margin-top:20px;
margin-bottom: 5px;
}

.wpcf7-submit:hover{
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow:0 0 6px #000;  
background-image: linear-gradient( #8b8b8b, #f1f1f1), #8b8b8b;
}

.wpcf7-submit:focus{
	outline-style: none;
	}
	
  /*--------------------------------------------------------------
## Block with podbor pod nuzgdi
--------------------------------------------------------------*/



 .contentTitleh3 {
	  text-align: center;
  }
  .contentText{
	  text-align: center;
  }
    
  .flexstart {
		display: inline-flex;
	justify-content: space-around; /*start;*/
	width: 100%;
   }
   .flexstart1 {
		display: inline-flex;
	justify-content: space-around;
	width: 100%;
   }
 .content-podbor {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  
 .image-text-container .content-podbor {
	     padding: 40px;
    background: rgba(124, 124, 125, 0.64);
    border-radius: 40px;
}  
.Novosti-kompanii h2 { 
text-align: center;
}  
.middlebutton {
	margin-top:30px;
}

.middlebutton.fourrules {
	margin-top:0px;
    float: left;
    display: inline-block;
	width: 98%;
    margin-left: 20px;
}
.middlebutton.fourrules a.popup-link-3 {
	        width: 30%;
    float: left;
		}
		
a.popup-link-3, a.popup-link-9, a.popup-open-1, a.popup-open-2, a.popup-open-3, a.popup-open-4, a.popup-open-5, a.popup-open-6, a.popup-open-7, a.popup-open-8, a.popup-open-9, a.popup-link-8, input[type="submit"].wpcf7-form-control.wpcf7-submit {
 color:#194d86;
 padding: 10px 32px;
 text-decoration:none;
 text-align:center;
  display: block;
 font: 400 16px tahoma;
 border: 2px solid #194d86;
 border-radius: 15px;
     background: none;
}
a.popup-link-3:hover, a.popup-link-9:hover, a.popup-open-1:hover, a.popup-open-2:hover, a.popup-open-3:hover, a.popup-open-4:hover, a.popup-open-5:hover, a.popup-open-6:hover, a.popup-open-7:hover, a.popup-open-8:hover, a.popup-open-9:hover, a.popup-link-8:hover, input[type="submit"].wpcf7-form-control.wpcf7-submit:hover  {
background-position: 0 0;
color:#fff;
background: #1e558f; 
transition: all 0.7s ease 0s;
border: 2px solid #337AB7;
}	

.iconblock-1 {
    margin:10px 0;
    transition: all 0.7s ease 0s;
    text-align:center;
	/*max-width: 290px;*/
	width: 290px;
     /*margin-left: 70px;*/

}
.iconblock-1 i, 
.iconblock-1 .icon {
    font-size:74px;
    color:#5f9fe2;
   /* border: 6px double #5599e0;*/
    display: block;
    height: 74px;
    width:74px;
    margin:0 auto;
    text-align: center;
    padding:18px;
    border-radius:100px;
    box-sizing: content-box;
}
.iconblock-2 i, 
.iconblock-2 .icon {
    font-size: 20px;
    color: #5f9fe2;
    border: 6px double #5599e0;
    /* display: block; */
    height: 20px;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    box-sizing: content-box;
	
}


/*.iconblock-1:hover i, 
.iconblock-1:hover .icon{
    transition: all 0.7s ease 0s;
    border: 6px double #fff;
    color:#fff;
    background: #1a518c; 
}*/
.iconblock-1 h3{
    transition: all 0.7s ease 0s;
    color: #1a518c;
    position: relative;
    display:inline-block;    
    margin:0 0 6px 0;
    padding:6px;
    font-size:20px;
}    
.iconblock-1:hover h3{
    color: #000;
}    
.iconblock-1 h3:before {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height:2px;
    background: #337AB7;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(6px);
}
.iconblock-1:hover h3:before,
.iconblock-1:focus h3:before {
    opacity: 1;
    transform: translateY(0px);
}

.iconsborder {
	width: 50%;
    background-color: #e0eaec;
    border-radius: 50%;
    height: 100%;
    padding: 8% 10%;
    border: 5px solid #025b72;
    margin: auto;
}

.iconsbordersquared {
	width: 100%;
    background-color: #e0eaec;
    height: 100%;
    padding: 8% 10%;
    border: 2px solid #025b72;

}
.iconsbordersquared-block {
    width: 350px;
    height: 150px;
	    margin: 2%;
}

 /*--------------------------------------------------------------
## Block with tovar mainpage
--------------------------------------------------------------*/ 

.main-inline-block .inline-blocks .woocommerce.columns-1 ul.products li.product {
padding-right: 10px; 
padding-left: 10px; 
min-height: 312px;
}



.woocommerce ul.products li.product a img {
    width: 65%;

}
  
.woocommerce.columns-3 {
	  width: 90%;
	  margin: 0 auto;
	}  
  
 
.woocommerce.columns-3 ul.products li.product a img {
	width: 60%;
	margin: 0 auto;
}


.blockbackmain {
	position: relative;
    padding: 1em;
    margin: 1em 10px 4em;
    background: #f6fdff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	
}

.site-content-image{
	    /*background-image: url(/assets/Fon.png);*/
    background-size: 50%;
    opacity: 0.3;
	position: absolute;
	    height: 100%;
    width: 100%;
	    z-index: -800;
}

.drop-shadow {
    position: relative;
    padding: 1em;
    margin: 7px 0 1em 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    background-image: url(/assets/bg-lightl-shum.jpg);

}

.woocommerce.columns-3 ul.products li.product:hover img {
    transition: 0.4s;
	transform: scale(1.1, 1.1);
}

.woocommerce.woocommerce-page.woof_shortcode_output {
margin-top: 30px;

}

 /*--------------------------------------------------------------
## Block middle header
--------------------------------------------------------------*/ 

#middle-call::before {
    color: #1e558f;
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 36px;
    margin-right: 5px;
	}
	
#middle-mail::before {
    color: #1e558f;
    content: "\f0e0";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 36px;
    margin-right: 5px;
	}
#clock::before {
    color: #1e558f;
    content: "\f017";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 36px;
    margin-right: 5px;
	}
#clock{
	display: inline-block;
	margin-right: 12px;
	}


.inline-block	{
	float: right;
    margin-left: 0px;
    font-size: 18px;
    width: auto;
}	

#middle-worktime {
margin-right: 35px;
    margin-top: 10px;
}		

.worktime-block{
    font-weight: bold;
    color: #1e558f;
}		

#midlle-contacts {
	justify-content:flex-end;
}	

.site-branding-logo {
    max-width: 100px;
	display: -webkit-inline-box;
    float: left;
	margin-right: 15px;
	}


	a.popup-link-1 {
 color:#1a518c;
 padding: 10px 20px;
 text-decoration:none;
 text-align:center;
  display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#1a518c 50%,#1a518c);
 background-position: 100% 0;
 background-size: 300% 100%;
 transition: all .2s ease-in;
 font: 600 16px tahoma;
 border: 2px solid #1a518c;
 border-radius: 15px;
}
a.popup-link-1:hover {
background-position: 0 0;
color:#fff;
}
	a.popup-link-2 {
 color:#f07d35;
 padding: 10px 32px;
 text-decoration:none;
 text-align:center;
  display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#f07d35 50%,#f07d35);
 background-position: 100% 0;
 background-size: 300% 100%;
 transition: all .2s ease-in;
 font: 600 16px tahoma;
 border: 2px solid #f07d35;
 border-radius: 15px;
}
a.popup-link-2:hover {
background-position: 0 0;
color:#fff;
}	

	a.popup-link-6 {
 color:#f07d35;
 padding: 10px 32px;
 text-decoration:none;
 text-align:center;
  display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#f07d35 50%,#f07d35);
 background-position: 100% 0;
 background-size: 300% 100%;
 transition: all .2s ease-in;
 font: 600 16px tahoma;
 border: 2px solid #f07d35;
 border-radius: 15px;
 width:30%;
}
a.popup-link-6:hover {
background-position: 0 0;
color:#fff;
}	

	.headskidkasite {
		    margin-right: 20px;
	}	
	.telephonesite, .telephonesite2 {
		font-size: 24px;
        padding-left: 5px;
		color:rgb(25, 77, 134);
		font-weight:600;
	
}		


#footer_telephonesite a, #footer_mailsite a,#footer-widgets .telephonesite2 a,#footer-widgets .telephonesite2{
color: #fff
}	

.footer_contacts_widg{
color: #aaa
}	

.container.footer_contacts_widg {
margin-bottom:4%;
}

/*--------------------------------------------------------------
## <!-- Картинка на главной	-->
--------------------------------------------------------------*/ 

#nav_menu-2 {
min-height: 250px;
}
  .site-image {
	width: 100%;
    margin: 0 auto;
	position:relative;
  }
  .site-image img {
/*	max-width: 1800px;*/
	min-width: 100%;
  }
  
	#second_image {
	background: url(/assets/frontpage_part2.jpg) center no-repeat;
	opacity:0.8;	
  }
	
.image-center {
  display: block;
  margin: auto;
}
.image-text-container {
	text-align: right;
	color:white;
 position:absolute;
 display: block;
 right: 5%;
 bottom:30px;
}

#second_image .image-text-container {
	top: 30px;
}
.image-text-container h2{
	font-weight: bold;
    text-transform: uppercase;
	font-size:30px;
}
.image-text-container-text {
	text-align: right;
	font-size: 24px;
}

.image-text-container-href{
	margin-top:80px;
	text-align: right;
	font-size: 1.5em;
	padding: 0 30px 0 0 ;
	color: #f6f7f7
}
.image-text-container-href a{
	color: white;
}
.image-text-container-href a:hover{
	color: #f07d35;
}
@media only screen and (min-width: 2000px) {
.image-text-container {
right: 20%;}
}
@media only screen and (min-width: 1800px) {
.image-text-container {
right: 10%;}
}

:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.about {
    padding: 10vh 0 15vh;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(/assets/about-bg.png);
	position:relative;
}


.about__title {
    margin-left: 10%;
}

.about__wrap::before {
    content: "";
    display: block;
    width: 25%;
    height: 93%;
    border: 10px solid #85b2e2;
    position: absolute;
    left: 3%;
    top: 5%;
	z-index:-10;
}

.title--line::before {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background-color: #f07d35;
    position: absolute;
    left: 0px;
    top: 20vh;
}

.about__photos {
width: 30%;
    padding-top: 2rem;
    padding-right: 2rem;
    margin-left: 5%;
}

.about__photos-item {
    margin-bottom: 3%;
    margin-left: auto;
    text-align: right;
}

.about__photos-item.second img {
max-height:220px;
}

.about__content {
    width: 60%;
    padding-left: 50px;
}

/*--------------------------------------------------------------
## H1 H2 H3 and others main css
--------------------------------------------------------------*/ 
#post-267 h1.entry-title, #post-273 h1.entry-title {
    border-bottom: none; 
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rajdhani',sans-serif;
    color: rgb(25, 77, 134);
}


.fa.colored {
    background: #4071a2;
}

.fa.colored {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    margin: 0 20px 20px 0;
}

		#accordions-517 {
			text-align: left;
			background:rgba( 255, 255, 255, 0) url() repeat scroll 0 0;
			padding: 0;}
				
		#accordions-517 .accordions-head {
			position:relative;
			color: rgb(255, 255, 255); 
			background: rgb(73, 116, 160);
			padding-left: 25px;}		
			
		#accordions-517 .accordion-content {
				background:#ffffff none repeat scroll 0 0;
				color:#333333;}
				
		#accordions-517 .accordion-icons {
				color:	rgb(255, 255, 255);}
		
		#accordions-517	.accordions-head-title	{
		padding: 0px;}
		
		#accordions-517 .accordions-head:hover {
				border: 1px solid #fff; }
	
#ui-id-1::before,#ui-id-3::before,#ui-id-5::before,#ui-id-7::before {
content:'';
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1em;
background: #85b2e2;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}
 
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #dddddd;
}



.ymaps{
    margin-bottom: 20px;
}

.left {
	float:left;
}

.right {
	float:right;
}


.left:after {
	content:'';
	clear:both;
}



#slider_670 .sa_hover_container {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#slider_670 .sa_hover_container:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  }
 .home .entry-content-wrapper .entry-content p{
 font-size: 20px;
 }

.copyright { 
font-size: 13px;
}

.Catalog-tovarov h1 { 
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rajdhani',sans-serif;
    color: #5f9fe2;
	text-shadow: 1px 1px 2px rgb(82, 95, 97);
	font-size: 34px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { 
font-size: 1.2em;
min-height: 83px;
}
.contentTitleh3 h3 {
text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Rajdhani',sans-serif;
    color: rgb(25, 77, 134);
    /*text-shadow: 1px 1px 2px rgb(82, 95, 97);*/
	font-size: 32px;
}

.contentTitleh3.page h3 {
	font-size: 24px;
}

#second_image .contentTitleh3 h3 {
    color: rgb(255, 255, 255);
	padding-top: 20px;
}


span.contentTitleh3 {
	text-align: center;
    padding-right: 10px;
	padding-left: 10px;
    font-family: 'Rajdhani',sans-serif;
    color: #5f9fe2;
	font-size: 22px;
}

span.contentTitleh3.page   {
	font-size: 18px;
	}

#second_image span.contentTitleh3 {
 color: rgb(255, 255, 255);
}

.line {
	position: relative;
	overflow: hidden;
	text-align: center;
    margin-bottom: 20px;
	z-index:1;

}
.line:before,
.line:after,
.line-text:before,
.line-text:after {
	content: "";
	background: #5f9fe2;
    vertical-align: middle;
}

#second_image .line:before,
#second_image .line:after,
#second_image .line-text:before,
#second_image .line-text:after {
	background: rgb(255, 255, 255);
}

.line:before,
.line:after {
	display: inline-block;
    width: 10%;
    height: 2px;
}
.line:before {
	margin-left: -100%;
}
.line:after {
	margin-right: -100%;
}
.line-text {
	display: inline-block;
	position: relative;
}
.line-text:before,
.line-text:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.line-text:before {
	margin-right: .5em;
}
.line-text:after {
	margin-left: .5em;
}

li.cat-item {
font-size: 18px;
font-weight: 600;	
}
ul.children li.cat-item {
	font-weight: 200;
}

ul.children li.cat-item a {
color:grey;	
}
ul.children li.cat-item a:hover {
color: #f07d35;
}

.footer-active-3 li.cat-item  {
font-weight: 200;
}


ul#menu-menu-3 {
	font-weight: 400;
}

.footer-active-3.footer-widget-area ul.product-categories li.cat-item {
	font-weight: 400;
}


/*--------------------------------------------------------------
## Menu #f07d35
--------------------------------------------------------------*/ 

.menu > a:hover {
    background: #5f9fe2 none repeat scroll 0 0;
    color: #fff;
}
	
.main-navigation li:hover {
     background: #5f9fe2 none repeat scroll 0 0;
    color: #fff;
	
}

/*--------------------------------------------------------------
## About US and News/Articles
--------------------------------------------------------------*/ 
.cn-more-info.cn-button.wp-default.button {
	color:#000;
}


/** pagination **/

.navigation,
.pagination {
        margin-left: 10%;
    margin-right: 10%;
}

.more-link{
border-top: 1px solid black;
}
.inline-blocks .numbers {
	margin-top: 0px;
	text-shadow: 0px 0px 0px black;
	font-size: 32px;
	color: #f07d35;
	font-weight: 400;
}

.numbers {
    color: #5f9fe2;
	text-shadow: 1px 1px 2px black;
	margin-right: 10px;
    margin-left: 10px;
	margin-top: 30px;
	    text-align: center;
		    min-width: 130px;
}

.numbers p  {
	font-size: 40%;
	text-shadow: none;
	color: #111;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#blockaboutlogo{
	max-width:250px;
		width:100%;
		
}

#blockabout{
	width:100%;
	
	float: right;
}

.post {
vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1em;
     background: #fff;
   
	
}


.blockbackround {
    background: #f6fdff;
border: 1px solid #5f9fe2;
border-radius:30px;
    margin-top: 30px;
	margin-bottom: 30px;
	}
#flex-block-center	{
	justify-content: center;
	flex-wrap: wrap;
	}
	
#block2 {
justify-content:space-around; 
flex-direction: column;	
}
#blockabout {
font-size: 22px;	
}
#blockabout2 {
/*align-items: flex-start;*/
/*justify-content: flex-start;*/
    width: 100%;
	margin-top: 30px;
	}
	
#okompanii {
    margin: 20px
	}
	
		.relative {
	position:relative;
	z-index:1;
}

.parag {
    position: absolute;
    color: red;
    z-index: -1;
    top: 0px;
}

.line.half{
margin-bottom: 100px;
	}
	
.line.half:before, .line.half:after  {
	width: 5%;
	}
	
/*--------------------------------------------------------------
## Steps for Discount
--------------------------------------------------------------*/ 
/*--------------------------------------------------------------
## Side bar widget 2 (Каталог)
--------------------------------------------------------------*/ 

#woocommerce_product_categories-4 {
	text-align:left;
}

/*--------------------------------------------------------------
## Side bar widget 1 (Фильтр)
--------------------------------------------------------------*/ 
#woof_widget-2 {
	border: 1px solid #046479;
    border-radius: 14px;
    background: #a8e3e433;
}

.berocket_aapf_widget-title::before {
	
	}
.berocket_aapf_widget-title {
	border-bottom: 1px solid #fff !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    position: relative;
    color: #000 !important;
    font-weight: 400 !important;
	font-size: 18px !important;
}

.widget_title{
border-bottom: 2px double #025c72;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #1a518c;
    font-weight: 400;
    font-family: 'Rajdhani',sans-serif;
}

.attributes_filter{
padding-bottom: 20px;
}

#primary_2, #primary_3 {
border: 1px solid #025b72;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border-radius: 10px;
    background: #025b721c;
    padding-top: 10px;
}
#primary_2	button, #primary_2 a.button, #primary_2 a.button:visited, #primary_2 input[type="button"], #primary_2 input[type="reset"], #primary_2 input[type="submit"] {
background: rgb(25, 77, 134) none repeat scroll 0 0;
}
 #primary_2 button:hover,#primary_2 a.button:hover,#primary_2 input[type="button"]:hover,#primary_2 input[type="reset"]:hover,#primary_2 input[type="submit"]:hover{
background-color: rgb(118, 164, 214);
 }
/*--------------------------------------------------------------
## Карточка товара
--------------------------------------------------------------*/ 

.woocommerce div.product div.images img {
    max-width: 250px;
    margin: 0 auto;
}

.woocommerce-tabs {
	margin-top: 20px;
	}
	
	.label {
		font-size: 14px;
	}
	
	.sku_wrapper {
	display: none;	
	}	
	.woocommerce-product-gallery__image {
	    border: 1px solid #9c9da5;
		padding-bottom: 2px;
    padding-top: 2px;
	}	
	.woocommerce-product-gallery__wrapper {
	box-shadow: 1px 3px 12px 0px #9c9da5;
	}	
	
.variations	table {
	
}

#wpcf7-f891-p814-o6, #wpcf7-f891-p845-o6 {
color: black;
}
#wpcf7-f891-p814-o6 .wpcf7, #wpcf7-f891-p814-o6 .wpcf7-form, #wpcf7-f891-p845-o6 .wpcf7, #wpcf7-f891-p845-o6 .wpcf7-form{
color: black;
 max-width: 100%;
}



#wpcf7-f891-p814-o6 .oprosnii_list_tovar_contacts, #wpcf7-f891-p845-o6 .oprosnii_list_tovar_contacts{
background: #80808038;
    padding: 1.5%;
    border: 1px solid grey;
	
}
#wpcf7-f891-p814-o6 .wpcf7-form-control-wrap input[type="text"], #wpcf7-f891-p845-o6 .wpcf7-form-control-wrap input[type="text"] {
	width:100%;
	height: 2em;
}

#wpcf7-f891-p814-o6 .wpcf7-form-control-wrap textarea, #wpcf7-f891-p845-o6 .wpcf7-form-control-wrap textarea{
	width:100%;
 }
 
 #wpcf7-f891-p814-o6 input[type="text"],  #wpcf7-f891-p814-o6 input[type="text"], #wpcf7-f891-p814-o6 input[type="email"], #wpcf7-f891-p814-o6 input[type="tel"],  #wpcf7-f891-p814-o6 textarea, #wpcf7-f891-p814-o6 select {
border: 1px solid rgba(25, 77, 134, 0.25);
}

#wpcf7-f891-p845-o6 input[type="text"],  #wpcf7-f891-p845-o6 input[type="text"], #wpcf7-f891-p845-o6 input[type="email"], #wpcf7-f891-p845-o6 input[type="tel"],  #wpcf7-f891-p845-o6 textarea, #wpcf7-f891-p845-o6 select {
border: 1px solid rgba(25, 77, 134, 0.25);
}

 

#wpcf7-f891-p814-o6 .oprosnii_list_tovar_contacts .wpcf7-form-control-wrap input[type="text"], #wpcf7-f891-p845-o6 .oprosnii_list_tovar_contacts .wpcf7-form-control-wrap input[type="text"] {
	width:60%;
}

#wpcf7-f891-p814-o6  .pop_up_form_text, #wpcf7-f891-p845-o6 .pop_up_form_text{
margin-left: 0px;
}

.catalog_table.no-border td, .catalog_table.no-border th{
	border: 1px solid #fffefe;
}

.color_oprosnii_list {
    background: rgba(25, 77, 134, 0.0784313725490196);
    padding: 2%;
    padding-bottom: 15%;
    border-radius: 1%;
}

.color_oprosnii_list table.catalog_table.no-border  {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}

.color_oprosnii_list .catalog_table.no-border td, .color_oprosnii_list .catalog_table.no-border th {
border: 1px solid rgba(255, 255, 255, 0);
}

a.down_opros_list {

	padding:1.5%;
	background-position: 0 0;
    color: #1e558f;
    transition: all 0.7s ease 0s;
    border: 2px solid #337AB7;
}

a.down_opros_list:hover {
    background-position: 0 0;
    color: #fff;
    background: #1e558f;
    transition: all 0.7s ease 0s;
    border: 2px solid #337AB7;
}

.margin-tab {
	    margin-top: 3%;
    margin-bottom: 2%;
}
/*--------------------------------------------------------------
## Католог товара
--------------------------------------------------------------*/ 

.inline-blocksv2 {text-align: justify;
display: inline-block;
margin-right: 3px;
    margin-left: 3px;
width: 60%;
vertical-align: top;}


#price_name {
	margin-top: 20px;
	color: #111;
   font-weight: 400;
   font-size: 16px;
   padding-right: 10px;
	}
	
.kontact_table td, th {
	border: 0px solid #ddd; font-size: 18px;
	} 
	
.dark_table{
	font-weight:600;
	} 
	
.grey_light {
	padding-bottom:2%;
	}
	
.flex-container.fwrap2 a {
	font-size:20px;
	}	
	
/*	.woocommerce-Price-amount::before {
		content: "от";
		padding-right: 5px;
		font-family: 'Rajdhani',sans-serif;
		font-weight: 400;
	}
	*/ 
	
#primary_3 .wpcf7 input[type="text"], #primary_3 .wpcf7 input[type="email"], #primary_3 .wpcf7 input[type="tel"], #primary_3 .wpcf7 textarea	 {
	width: 95%;
	max-height: 100px;
	}
#primary_3 .pop_up_form_text,#primary_3 .forfile{
	margin-left: 0px;
	}
	
#primary_3	.for_button {
     margin-left: 40px; 
    float: left;
	}
	
#primary_3	label {
    color: #000;
    font-family: 'Rajdhani',sans-serif;
}
#primary_3 .attributes_filter {
     padding-bottom: 0px;
	}
#primary_3	.wpcf7-response-output{
margin-top: 200px;
}

.woocommerce-page ul.products .product.berocket_lgv_list:nth-child(n)  {
	    box-shadow: none;
		width: 20%;
		padding: 0px;
		display: none;
		max-height: 100px;
}
.woocommerce-page ul.products .product.berocket_lgv_list a img {
width: 100%;
}
.lgv_description_simple, .lgv_meta_simple {
display: none;
}
.berocket_lgv_additional_data  {
    margin-top: 15px;	
}
.berocket_lgv_additional_data a:hover, .berocket_lgv_additional_data a:focus {
color: #f07d35;
}
.berocket_lgv_additional_data .lgv_price{
    font-size: 16px;
    color: #0a7688;	
	font-weight: 600;
}

.catalog_text_main {
font-size: 16px;
text-align:justify;
}
.catalog_ul_main{
margin-left:10px;
font-size: 16px;
}
.catalog_img_v1{
	float:left;
	margin-right: 25px;
	/*padding-top: 20px;*/
}

.squared   {
	counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	margin-left: 1em;
 }
 .squared  li:before {
	 text-align: center;
    font-weight: bold;
	  line-height: 2em;
	 height: 2em;
    width: 2em;
	 margin-top: -1.3em;
	 top: 50%;
	 left: -1.2em;
	  position: absolute;
	 content: counter(li);
	 counter-increment: li;
     display: block;
    text-decoration: none;
    cursor: text;
	background:rgb(30, 85, 143);
    
    margin-bottom: 10px;
	color:white;
}

 .squared li {
    position: relative;
    display: block;
    text-decoration: none;
    cursor: text;
  
    text-align: justify;
    margin-bottom: 10px;
	border: 1px solid rgb(30, 85, 143);
	padding: 10px 10px 10px 30px;
}

.rounded {
counter-reset: li; 
list-style: none; 
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded li {
position: relative;
display: block;
text-decoration: none;
border-radius: .3em;
/*transition: .3s ease-out;*/
cursor:text;
padding-left: 20px;
text-align:justify;
margin-bottom: 10px;
}
/*.rounded p:hover {color:#001837;}*/
/*.rounded a:hover:before {transform: rotate(360deg);}*/
.rounded li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #1e558f69;
height: 2em;
width: 2em;
line-height: 2em;
/*border: .3em solid white;*/
text-align: center;
font-weight: bold;
border-radius: 2em;
/*transition: all .3s ease-out;*/
}


.catalog_ul_second {
    padding:0;
    list-style: none;
}
.catalog_ul_second li{
    padding:6px;
}
.catalog_ul_second li:before {
    padding-right:10px;
    font-weight: bold;
    color: #1e558f;
    content: "\f10c";
    transition-duration: 0.5s;
    font-family: FontAwesome;
}
.catalog_ul_second li:hover:before {
    color: #0b4480;
}

a.popup-link-5, a.hrefs, a.hrefs:visited, a.popup-link-5:visited {
color: #1e558f;
border-bottom: 1px solid currentColor;
cursor: pointer;
font-weight: 600
}
a.popup-link-5:hover, a.hrefs:hover, a.hrefs:active, a.popup-link-5:active {
    color: #f07d35;
}

.outofimg {
margin-top: -80px;
padding-top: 80px;
}
.alertonimg {
	    display: none;
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.82);
	top:70px;
	height:100%;
	padding: 4em 0;
	font-weight: 600;
	
}

.woocommerce ul.products li.product a .outofimg img {
 /*margin-top: 80px !important;*/
}	

/*--------------------------------------------------------------
## breadcrumb
--------------------------------------------------------------*/ 	
	
	
	.trail-items li::after {
	   content: "\00BB" !important;
	}
	
.breadcrumbs li:first-child:before {
	content: "\f015 ";
	font-family: FontAwesome;
	padding-right: 3px;
	color:#222222;
		}
.breadcrumbs li:first-child:before:hover {
	color:#f07d35;
		}
/*--------------------------------------------------------------
## popup-box-1
--------------------------------------------------------------*/ 			
#popup-box-1, #popup-box-2, #popup-box-3, #popup-box-5, #popup-box-6  {
	text-align: center;
		}
		
#popup-box-1, #popup-box-5, #popup-box-2, #popup-box-3, #popup-box-6  .wpcf7-submit {
	margin-right: 190px;
	}
#popup-box-1 label, #popup-box-3 label, #popup-box-2 label , #popup-box-5 label, #popup-box-6 label{
			color:#000;
			font-family: 'Rajdhani',sans-serif;
			} 
.pop_up_form_h3 {
	color: rgb(25, 77, 134);
	font-size: 1.9em;
	padding-left: 20px;
	}		
.pop_up_form_text {
color: black;
font-size: 12px;
float: left;
margin-left: 140px;
margin-top: -10px;
	}	
	
.pop_up_form_text.size2	 {
font-size: 16px;	
color: rgb(25, 77, 134);
 }	
.pop_up_form_politika {	
float: left;
font-size: 11px;
} 

.pop_up_form_h4 {	
color: black;
} 
.forfile::before {
	clear:both;
} 

.forfile {
	Float:left;
	margin-left:120px;
} 
.for_button {
margin-left:160px;
} 
/*--------------------------------------------------------------
## popup-box-2
--------------------------------------------------------------*/ 
#popup-box-2 textarea, #popup-box-5 textarea, #popup-box-6 textarea, #popup-box-3 textarea{
	max-height: 100px;
	}
/*--------------------------------------------------------------
## popup-box-4	
--------------------------------------------------------------*/ 			

		
#popup-box-4 .close {
		top: 5px;
    right: 10px;
	box-shadow: none;
background-color:#fff0;
    color: #ffffff;
	font-size: 18px;
}			
#popup-box-4 .close:hover{
   background-color: #fff0;
}	

/*--------------------------------------------------------------
## Галерея товара
--------------------------------------------------------------*/ 

.pswp__bg {
	opacity: 0.5!important;
}
.pswp {
	width: 60%;
    height: 60%;
	margin-left: 25%;
	margin-top: 10%;
	}
/*--------------------------------------------------------------
## Область применения
--------------------------------------------------------------*/ 	
	
.service-icon {
     opacity: 0.8
	 
}
.iconblock-3 {
	position:relative;
}
.title_wrap {
	position:absolute;
	top: 2px;
	text-align:center;
	font-size:36px;
}

h6.services-macros {
	font-size:34px;
	font-weight:600;
	text-transform: uppercase;
	color:#ffffff;
}

h6.services-macros:hover {

	color:#f07d35;
}	
.content_wrap {
position:absolute;
top: 40px;
text-align:center;
font-size:26px;
color:#ffffff;
}

.inline-blocks{
	display:inline-block;
text-align: center;
padding-right: 3px;
padding-left: 3px;
}
.content-podbor .inline-blocks{
	padding-bottom: 50px;
}

.main-inline-block{
display:block;
text-align: center;
}
figure.effect-ming h2 {
word-spacing: 5px;
}

	
.grid figure p.obl_primenen {  
    left: 15px;
    bottom: 5px;
    position: absolute;
    }
	
.grid figure p.obl_primenen a{  
	font-size:12px;
    color: white;
	 padding-top: 200px;
    padding-left: 320px;}
	
	.main-inline-block-right {
text-align: right;
display:block;
margin-right: 10px;
}
.main-inline-block-right a{
font-size:20px;
}

.main-inline-block-left {
display:block;
text-align: left;
vertical-align: top;}
	
	
.inline-blocks-all-product {
	display:inline-block;
width:100%;
text-align:justify;
}

.inline-blocks-left-product  {
width:50%;	
Float:left;	
border: 1px solid #dddddd;
}	

ul.products.show {
	display:block;
	    margin-left: 15%;
}
	
.berocket_lgv_additional_data {
    max-width: 100%;
}

.inline-blocks-all  {
	display:inline-block;
width:100%;

}

.inline-blocks-left {
width:50%;	
Float:left;	
}

.all {
width:100%;	
}
.thirty  {
width:33%;	
Float:left;	
}


.inline-blocks.thirty .grid figure p {
	/*font-size:1.2em;*/
}

#ui-id-2 a, a.aclass {
	color:rgb(73, 116, 160);
}
#ui-id-2 a:hover, a.aclass:hover{
	color: #f07d35;
}
    
.catalog_table th:first-child {
	width:45%;

}
tr.catalog_table_tr1 {
	text-align:center;
	font-weight:600;
	font-size:1.2em;
	    background: rgb(230, 230, 230);
}	 

td.catalog_table_td1 {
vertical-align: top;
    padding-left:1.5em;

}	 

.margin1{
margin-bottom: 1%;
}	
.textjustify {
text-align:justify;
}	

.sixtyseven {
width:67%;
}	

.catalog_table td{
	text-align: left;
	}	
.catalog_table p{
	    text-indent: 0px;
	}	
.catalog_table .woocommerce-Price-amount.amount{
	    font-size: 16px;
	}			
		
	
img.image.aligner {
	    width: 70%;
    max-height: 250px;
}
.forty {
width:40%;
}

.sixty {
width:60%;	
}
.poscenter {
background-position: center; 
}

 p.site-tsite-branding-logoitle{
    text-indent: 0px;
	    font-size: 1.3em;
    font-weight: 600;
	margin: 0px;
   }
 
 p {
    text-indent: 20px;
   }
   
#wpcf7-f481-o6 p {
    text-indent: 0px;
   }
   
   
   
   
 /*--------------------------------------------------------------
## tabs
--------------------------------------------------------------*/ 	  
   
  .tabs ul{
    list-style-type: none;
	cursor: pointer;
}
.tabs__content{
    display: none;
	/*border: 10px solid #f0f0f0;*/
	/*background:#f0f0f0;*/
	padding-top: 0.2em;
}
.tabs__content:first-of-type{
    display: block;
}

.tabs__caption li:last-of-type{
    border-right: none;	
}

.tabs__caption {
	width:100%;
		margin-bottom:0px;
	padding-left:0px;
	padding-bottom: 2.5em;
	min-height: 2em;
	    margin: 0;
	}
	
.tabs__caption li {
	    border-right: 1px solid white;
	    width: 33.33%;
		display: block;
    float: left;
	background: #8faac7;
	color: white;
	text-transform: uppercase;
		text-align: center;
		padding: 0.5em;
    line-height: 1.4em;
    height: 2.2em;
}

.tabs__caption::after  {
	clear:both;
	}
.tabs__caption li:hover, 
.tabs__caption .active {	
	background:#1e558f;
}
	ul.tabs__caption.half li{	
   width:45%;
   }
   
   
   .pop_up_form_h4 .wpcf7-form-control-wrap.tel-909 input[type="tel"] {
	float: left;
	    width: 50%;
		border: 1px solid #6c8eb2;
		margin-top: 6px;
}

#ui-id-4 div.wpcf7-response-output {
	margin: 2.8em 0.5em 1em;
}
#ui-id-4 input[type="submit"].wpcf7-form-control.wpcf7-submit{
    float: left;
    margin-top: 5px;
	margin-left: 6px;
}
#ui-id-4 input[type="submit"].wpcf7-form-control.wpcf7-submit:after {
	content: '';
clear:both;}

 /*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/ 	

.footer-active-3.footer-widget-area {

text-align: left;

}

#footer-widgets .container .inner-wrapper .footer-active-3.footer-widget-area:first-child {
/*	width:25%;*/
	}
	
.VK_link .fa-vk	{
	padding-right: 5%;
    font-size: 16px;
}	
	
	ul.tabs__caption.half li{	
   width:50%;
   }
   
   
   ul.tabs__caption.chetvert li{	
   width:25%;
   }	
	
	
	/*--------------------------------------------------------------
## @Media
--------------------------------------------------------------*/ 	 

/**
 * Min-width: 360px
 */

@media screen and ( min-width: 360px ) {
	
	.about {
    background-image: none;

}

.about__wrap::before {
    width: 95%;
}

.about__photos-item.second {
display:none;
}

.about__photos, .about__content {
width: 100%;
}

.about__content {
    padding-left: 0px;
}

.flex-block {
flex-wrap: wrap;
justify-content: space-evenly;
	}

.site-image img {
    max-height: 450px;
    min-height: 250px;
    min-width: 100%;	}

.site-title {
	font-size: 0.9em;	
	margin-top: 2%;
    margin-bottom: 5%;}

.telephonesite {
		font-size: 24px;}
		
.contentTitleh3 h3 {
	font-size: 24px;}	
	
span.contentTitleh3 {
	font-size: 14px;}
	
.image-text-container h2{
	font-size:18px;}
	
.image-text-container-text {
	font-size: 16px;}
	
#middle-call::before {
    font-size: 26px;}
	
.image-text-container-href{
	margin-top:10px;
	padding: 0 5px 0 0 ;
	font-size: 1.0em;}
	
.thirty  {
width:100%;	}

figure.effect-ming h2 {
	font-size: 1.1em;}
	
.numbers {
font-size: 24px;}	

body {
	line-height: 1.1;}

#midlle-contacts {
    margin-top: 4%;}
	
	#blockabout2 {
	flex-wrap: wrap;
    flex-direction: column;
	width: 100%;
	}
	
#blockaboutlogo	 {
	display:none;}
	
#blockabout {
	font-size: 16px;
	line-height: 1.3;}
	
.flex-container-wrap {
	flex-wrap: wrap;}
	
.iconsbordersquared-block {
    height: 110px;}
	
.inline-blocks .numbers {
	font-size: 24px;}
	
.parag {
	width:100%;
	border-top: 100px solid rgba(30, 85, 143, 0.72);
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;}
	
#accordions-517 .accordions-head {
			font-size: 16px; }
			
#accordions-517 .accordion-content {
			font-size:14px;}
			
.middlebutton.fourrules	.textfourrules {
			float: left;
			width: 70%;
			margin-left: 20px;
			padding-top: 1%;}
			
.middlebutton.fourrules a.popup-link-3 {
	        width: 50%;
			margin-left: 10%;
			margin-top: 2%;}
			
#ui-id-4  input[type="submit"].wpcf7-form-control.wpcf7-submit{
    float: right;}
	
#ui-id-4 .wpcf7-form-control-wrap.tel-909 input[type="tel"] {
	    width: 100%;}
		
#popup-star1 {
	display:none;}
	
#accordions-517 .accordion-icons {
			font-size:20px;}
			
p.site-tsite-branding-logoitle{
	    font-size: 0.9em;}
		
.catalog_text_main .flex-container, .fwrap2 {
    flex-wrap: wrap;}
	
.iconsborder {
    width: 20%;
    padding: 0.5% 1.2%;
	border: 2px solid #025b72;
}
	
.forty {
    width: 100%;
    min-height: 200px;
	background-position: center;}
	
.sixty {
	width:100%;}
	
.contentTitleh3.page h3 {
	font-size: 20px;}
	
.textbenefits {
    width: 20%;
    font-size: 0.6em;
    text-align: center;
    margin: auto;}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { 
	font-size: 1.0em;}

.catalog_text_main {
font-size: 14px;}
	
.catalog_ul_main {
	font-size: 14px;}
	
#price_name {
   font-size: 12px;}
   
.catalog_table .woocommerce-Price-amount.amount{
	    font-size: 12px;}	
		
.inline-blocks-left {
	width:100%;	}

.newsimg {
	float:left; display:inline-block; width:100%;}
	
.thirtyfive {
    width: 30%;}
	
	.contactcity.left.fiftyfv {
    font-size: 0.6em;}
	
	.contactcity {
    margin-top: 10%;
    margin-left: 2%;}
	
.fiftyfv {
    width: 65%;}
	
.thirtytr {
    width: 33%;}
	
.all {
    width: 100%;}
	
.popup-box	 {
    width: 350px;
	left: 2%;}
.woocommerce-page .iconsborder img {
max-width: 90%;
        height: auto;
}
	
.iconsborder img {
	margin: 2% 7% 0 7%;}	
	
	td.WDTD {
 font-size: 0.5em; }
 
 table {
		overflow-x: auto;
		display: block;
		border-color: white;
	}
	
	    
}

/**
 *  Min-width: 411px
 */
@media screen and ( min-width: 411px ) {


}

/**
 *  Min-width: 601px
 */

@media screen and ( min-width: 601px ) {
	
	.about {
    background-image: url(/assets/about-bg.png);
}

	.about__wrap::before {
    width: 25%;
}

.about__content {
    padding-left: 50px;
}

.about__photos-item.second {
display:block;
}

}

/**
 *  Min-width: 768px
 */
@media screen and ( min-width: 768px ) {

.about__photos{
width: 30%;
}

.about__content {
width: 60%;
}
}

/**
 * Min-width: 992px
 */
 
@media screen and ( min-width: 992px ) {
	
#footer-widgets .footer-active-3:last-child {
	border-right: none;
	width:40%;
	}
	
#footer-widgets .container .inner-wrapper .footer-active-3.footer-widget-area:first-child {
	width:20%;
	}
	
.middlebutton.fourrules .textfourrules {
    width: 43%;
    padding-top: 1%;
}
	
.popup-box	 {
    width: 600px;
	left: 30%;}
	
#popup-box-5.popup-box	 {
	left: 35%;}
	
#popup-box-7.popup-box	 {
	left: 0px;}
	
.fiftyfv {
    width: 55%;}

.contactcity.left.fiftyfv {
    font-size: 1.6em;}

.thirtyfive {
    width: 35%;}


.way p{
	font-size:2em;}
	
.newsimg {
	width:15%;}

.textbenefits {
    width: 15%;
    font-size: 1.1em;}

.iconsborder {
	width: 12%;
	border: 5px solid #025b72;
}

.site-image img {
    max-height: 450px;
   /* max-width: 1800px;*/
    min-width: 100%;	
}

.site-title {
	font-size: 1.3em;
	margin-top: 0;}
	
.telephonesite {
		font-size: 24px;}
		
.contentTitleh3 h3 {
	font-size: 32px;}		
		
span.contentTitleh3 {
	font-size: 22px;}
	
.image-text-container h2{
	font-size:30px;}
	
.image-text-container-text {
	font-size: 24px;}
	
#middle-call::before {
    font-size: 36px;}
	
.image-text-container-href{
	margin-top:80px;
	padding: 0 30px 0 0 ;
	font-size: 1.5em;}
	
.thirty  {
width:33%;	}

figure.effect-ming h2 {
	font-size: 1.7em;}
	
.numbers {
font-size: 2.4em;
min-width: 230px;}	

body {
line-height: 1.5;}

#midlle-contacts {
    margin-top: 0px;}
	
#footer-widgets .footer-widget-area {
/*border-right: 1px dotted;*/
    width: 20%;
}

#footer-widgets .footer-widget-area:nth-child(2n) {
border-right: 1px dotted;
    border-left: 1px dotted;
    padding-right: 2%;
    padding-left: 2%;
    width: 25%;
}

#blockabout2 {
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 30px;
	flex-direction: row;
	}
	
#blockaboutlogo	 {
display:block;
	}	
	
#blockabout {
	font-size: 22px;}

.flex-container-wrap {
	flex-wrap: nowrap;}
	
.iconsbordersquared-block {
    height: 150px;}
	
.inline-blocks .numbers {
	font-size: 32px;}
	
#accordions-517 {
	width: 700px;}
	
#accordions-517 .accordions-head {
			font-size: 24px; }
			
#accordions-517 .accordion-content {
			font-size:20px;}
	
	.parag {
	width:600px;
	   left: 50%;
    margin-left: -300px;
	border-top: 130px solid rgba(30, 85, 143, 0.72);
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;}
	
.middlebutton.fourrules	.textfourrules {
    width: 43%;
	padding-top: 1%;}
	
.middlebutton.fourrules a.popup-link-3 {
	        width: 30%;
			margin-left: 0px;
			margin-top: 0px;}
			
#ui-id-4  input[type="submit"].wpcf7-form-control.wpcf7-submit{
    float: left;}
	
#ui-id-4 .wpcf7-form-control-wrap.tel-909 input[type="tel"] {
	    width: 50%;}
		
#popup-star1 {
	display:block;}
	
#accordions-517 .accordion-icons {
			font-size:26px;}
			
p.site-tsite-branding-logoitle{
	    font-size: 1.3em;}
		
.catalog_text_main .flex-container {
    flex-wrap: nowrap;}
	
.forty {
	width:40%;
	background-position: right;}
	
.inline-blocks-left.textjustify.sixty {
	width:60%;
	padding-left: 20px; }
	
.inline-blocks.left.sixty {
	width:60%;}
	
.inline-blocks.sixty.right {
	width:60%;}	
	
.contentTitleh3.page h3 {
	font-size: 24px;}
	
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { 
	font-size: 1.2em;
	min-height: 83px;}

.catalog_text_main {
font-size: 16px;}
	
.catalog_ul_main {
	font-size: 16px;}
	
#price_name {
   font-size: 16px;}
	
.catalog_table .woocommerce-Price-amount.amount{
	    font-size: 18px;}	

img.iconclock {
	    width: 200%;}	
		
.tabs__caption li {
    height: 3.3em;}		
	
.inline-blocks-left {
	width:50%;	}	
	
.inline-blocks-left.width__ninety {
	width:90%;	}	
	
a.popup-link-8, a.popup-link-9 {
	width: 35%;	}
	
a.popup-link-7 {
	width: 55%;
	float:left;
	margin-bottom:3%;}
	
	
.tabs__caption li {
    height: 2.2em;}
	
.iconsborder img {
	margin: 5% 5% 0% 5%;}
	
	#nav_menu-2 {
 min-height: 250px; 
}

td.WDTD {
 font-size: 0.8em; 
}
table {
display: table;}
	
}


/**
 * Min-width: 1200px
 *
 */
@media screen and ( min-width: 1200px ) {

}
/**
 * Min-width: 1500px
 *
 */
 
@media screen and ( min-width: 1500px ) {

.site-image img {
   max-height: 600px;
   }
   
.title--line::before {
    top: 16vh;
}

.about__photos {
    width: 35%;
}

.about__photos-item.second img {
    max-height: 320px;
    width: 80%;
}

.about__content {
    padding-top:15vh;
}
	}	


/*! jQuery UI - v1.12.0-rc.2 - 2016-04-21
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit 
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none;
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}

.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94,158,214);
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-icon-background,.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .003;
	filter: Alpha(Opacity=.3);
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

.accordions .accordions-head .ui-accordion-header-icon {
  display: none;
}

.accordions-lazy {
  text-align: center;
} 
 
 
.accordions .accordions-head {
  cursor: pointer;
  padding: 10px;
}

.accordions .accordions-head-title {
  padding: 0 10px;
}


.accordions .accordions-head .accordion-minus{
	display:none;
	}

.accordions .accordions-head.ui-state-active .accordion-plus{
	display:none;
	}

.accordions .accordions-head.ui-state-active .accordion-minus{
	display:inline-block;
	}


.accordions .accordion-content {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
}

.accordions .accordions-head-title, .accordions .accordion-icons {

}


.accordions .accordion-icons.left {
  float: left;
}

.accordions .accordion-icons.right{
float: right;
}




.accordions-themes{}

/*########### flat ##############*/
.accordions-themes.flat{}

.accordions.flat .accordions-head {

}



/*########### flat ##############*/
.accordions-themes.rounded{}

.accordions.rounded .accordions-head {
  border-radius: 35px;
}

.accordions.rounded .accordion-content{
  border-radius: 35px;
}


/*########### semi-rounded ##############*/
.accordions-themes.semi-rounded{}

.accordions.semi-rounded .accordions-head {
  border-radius: 8px;
}

.accordions.semi-rounded .accordion-content{
  border-radius: 8px;
}


/*########### shadow ##############*/
.accordions-themes.shadow{}

.accordions.shadow .accordions-head {
  box-shadow: 1px 7px 4px -4px rgb(129, 129, 129);
  margin: 10px 0;
}

.accordions.shadow .accordion-content{

}


/*########### rounded-top ##############*/
.accordions-themes.rounded-top{}

.accordions.rounded-top .accordions-head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordions.rounded-top .accordion-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}





/*########### border-bottom ##############*/
.accordions-themes.border-bottom{}

.accordions.border-bottom .accordions-head {
  border-bottom: 1px solid #666;
}

.accordions.border-bottom .accordion-content{

}



/*########### border-top ##############*/
.accordions-themes.border-top{}

.accordions.border-top .accordions-head {
  border-top: 1px solid #666;
}

.accordions.border-top .accordion-content{

}

.accordions-tabs {
  border: medium none !important;
  border-radius: 0 !important;
}
	
.accordions-tabs .ui-tabs-nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
}
	
.accordions-tabs .tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
}
	
.accordions-tabs .ui-tabs-nav li a {
outline: medium none;
width: 100%;
}

.accordions-tabs .accordions-tab-icons {
  padding: 0 5px;
}

.accordions-tabs .accordions-tab-icons.accordions-tab-minus {
  display: none;
}

.accordions-tabs .tabs-content {
  border-radius: 0;
  padding: 10px;
}



/*Themes Flat*/
.accordions-tabs.flat {
  border: medium none;
}

.accordions-tabs.flat .tabs-nav {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
}	

.woocommerce button.button.alt {
        display: block;
    text-align: center;
    margin: 10px auto;
    padding: 15px 30px;
}
.woocommerce div.product .button {
    float: none;
}