/*
Theme Name: SIA stan
Author: Studio 906
Author URI: http://906.kz
Description: Специально для компании SIA
Version: 1.1
Text Domain: sia
*/

body {
	padding-top:40px;
	font-family: 'Open Sans', sans-serif;
}
#content_wrapper  {
	margin-top: 0px;
}
#header {
width: 100%;
min-height: 70px;
background: #5C5C5C;
position: fixed;
top: 0px;
z-index: 9999999999999999999999999999999;
}
/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999; 
	background-color: #fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image: url(img//loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
}    
   
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#statistic-banner { 
	background-image: url(img//statistic-banner.jpg); 
}

#call_to_action { 
	background-image: url(img//call-to-action.jpg); 
}

#video { 
	background-image: url(img//video_banner.jpg); 
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: disc outside;
}
li {
	margin: 0 0 0 40px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {
	background-color: #d7df21;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-theme:hover {
	background-color: #1292ac;
	color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
	outline: none;
}

/*------------------------------------------*/
/*	 Feature Section Basic Styles
/*------------------------------------------*/ 
   
.feature_image .img-responsive { 
	display: inline-block; 
	margin: 0 auto;
} 

.feature_description h2 {
	color: #222;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}

.feature_description p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
}  



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 1px 10px!important;
}  
     
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top { 
	background-color: #777777;
	border-bottom: 1px solid #8B8B8B;
	/* height: 85px; */
}

.navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #d7df21;
	background-color: transparent;
}
.navbar-nav > li > a:hover{color:#646464;}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #333;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

/*------------------------------------------*/
/*	 Intro Basic Settings
/*------------------------------------------*/

#intro {
	width: 100%;
	background-image: url(img//intro_header_bkg.png);
	background-color: #F9FF76;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	color: #4B4B4B;
	padding-top: 0px;
}

/*------------------------------------------*/
/*	 Intro Description 
/*------------------------------------------*/

#intro_description h1 {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	margin-top: 60px;
	margin-bottom: 5px;
}

#intro_description h2 { 
	font-size: 34px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 30px;
}

#intro_description p { 
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

/*------------------------------------------*/
/*	 Intro Store Icons
/*------------------------------------------*/

#intro_stores {
	margin-top: 50px;
}

#intro_stores a {
	margin-right: 5px;
}

#intro_stores a:last-child {
	margin-right: 0;
}

/*------------------------------------------*/
/*	 Intro Image
/*------------------------------------------*/

#intro_image .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   04. FEATURES LIST
   ========================================================================== */

#features .row {
	padding-top: 80px;
	padding-bottom: 80px;
}  
   
.features_title h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
} 
   
/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #d7df21;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	color: #333;
	font-weight: 700;
}

.feature-box-content p {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}



/* ==========================================================================
   05. CALL TO ACTION
   ========================================================================== */

#call_to_action {
	padding-top: 50px;
}   

#call_to_action .row {
	padding-bottom: 50px;
}

/*------------------------------------------*/
/*	 Call-To-Action Slogan
/*------------------------------------------*/  

#cta_slogan h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 2px;
}

#cta_slogan h2 span {
	color: #d7df21;
}

#cta_slogan p {
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;	
	line-height: 26px;
	margin-bottom: 0;
}

#cta_slogan p span {
	color: #d7df21;
	font-weight: 700;
}

/*------------------------------------------*/
/*	 Call-To-Action Button
/*------------------------------------------*/  

#cta_button a {
	margin-top: 5px;
}



/* ==========================================================================
   06. FEATURE ONE
   ========================================================================== */

#feature_one .row {
	padding-top: 120px;
	padding-bottom: 100px;
} 

/*------------------------------------------*/
/*	 Feature One Description
/*------------------------------------------*/	

#feature_1_description {
	margin-top: 100px;
}



/* ==========================================================================
   07. FEATURE TWO
   ========================================================================== */

#feature_two .row {
	padding-top: 120px;
	padding-bottom: 120px;
}   

/*------------------------------------------*/
/*	 Feature Two Description
/*------------------------------------------*/	

#feature_2_description {
	margin-top: 60px;
}



/* ==========================================================================
   08. STATISTIC BANNER
   ========================================================================== */

#statistic-holder {
	padding-top: 65px;
	padding-bottom: 65px;
} 

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-icon {
	color: #d7df21;
	font-size: 70px;
	font-family:  'Andika', sans-serif;
	line-height: 60px;	
}

.statistic-number {
	color: #fff;
	font-size: 70px;
	font-family:  'Andika', sans-serif;
	line-height: 70px;
	font-weight: 900;
}

.statistic-text {
	color: #fff;
	font-size: 18px;
	font-family:  'Andika', sans-serif;
	text-transform: uppercase;
}
 


/* ==========================================================================
   09. FEATURE THREE
   ========================================================================== */

#feature_three .row {
	padding-top: 120px;
	padding-bottom: 80px;
}   

/*------------------------------------------*/
/*	 Feature Three Description
/*------------------------------------------*/	

#feature_3_description {
	margin-top: 90px;
}

/*------------------------------------------*/
/*	  Feature List Content
/*------------------------------------------*/

#feature_three_list {
	margin-top: 35px;
}

.list-item {
	margin-bottom: 18px;
}

.list-item i {
	color: #222;
	margin-right: 10px;
	font-size: 17px;
}

.list-item h5 {
	color: #222;
	font-size: 17px;
	font-weight: 500;
}



/* ==========================================================================
   10. VIDEO BANNER
   ========================================================================== */

#video {
	padding-top: 100px;
}

#video_title h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

#video_title h2 span {
	font-weight: 700;
}

#video_title p {
	color: #fff;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* ==========================================================================
   11. TESTIMONIALS ROTATOR
   ========================================================================== */
  
.testimonials {
	margin: 120px 8% 80px;
}

.slides {
	margin: 10px 0 200px;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #d7df21;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonials p {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 46px;
    padding-top: 10px;
}



/* ==========================================================================
   12. FEATURE FOUR
   ========================================================================== */
   
#feature_four {
	background-image: url(img//pattern.png);
	background-color: #d7df21;	
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom: 40px;	
	color: #fff;
}

/*------------------------------------------*/
/*	 Feature Four Image
/*------------------------------------------*/

#feature_4_image {
	margin-top: -120px;
}

/*------------------------------------------*/
/*	 Feature Four Description
/*------------------------------------------*/	

#feature_4_description {
	margin-top: 145px;	
}

#feature_4_description h2 {
	color: #fff;
}

#feature_4_description p {
	color: #fff;
}

/*------------------------------------------*/
/*	 Feature Four Stores Buttons
/*------------------------------------------*/

.stores {
	margin-top: 40px;
}

.stores a {
	margin-right: 8px;
}

.stores a:last-child {
	margin-right: 0;
}



/* ==========================================================================
   13. FAQs
   ========================================================================== */
 
#faq {
	padding-top: 100px;
}

#last_row {
	padding-bottom: 100px;
}

#faq h1 {
	color: #222;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	font-weight: 600;
	line-height: 26px;
}

.question p {
	color: #666;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
}



/* ==========================================================================
   14. NEWSLETTER
   ========================================================================== */

#newsletter {
	padding-top: 60px;
	padding-bottom: 80px;
	background-image: url(img//newsletter_bkg.jpg);
    background-repeat: repeat;
    background-position: center center;
}

#newsletter h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

#newsletter p {
	color: #999;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 0 20%;
}

.message {
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;	
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/
#newsletter form label {
	display:none;
}
#newsletter span.error {
	color:red;
	clear:both;
	float:none;
	display:block;
}
#newsletter form input[type="phone"] {
    background-color: #f0f0f0;
	width: 40%;
	color: #414141;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#newsletter form input[type="email"] {
    background-color: #f0f0f0;
	width: 40%;
	color: #414141;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#newsletter form input[type="submit"] {
	width: 16%;
	background-color: #d7df21;
	color: #fff;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
    margin-left: 10px;
    padding: 10px 15px;
	border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#newsletter form input[type="submit"]:hover {
	background-color: #1292ac;
}



/* ==========================================================================
   15. FOOTER
   ========================================================================== */

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #666;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	display: inline-block; 
	padding-left: 0;
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

/*------------------------------------------*/
/*	 Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
	text-align: center;
	color: #7f7f7f;
	font-size: 20px;
    line-height: 40px;
	margin: 0 15px;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Social Icons Hover 
/*------------------------------------------*/

.foo_social.ico-facebook:hover {color: #3b5998;}
.foo_social.ico-twitter:hover {color: #00a9ed;}
.foo_social.ico-behance:hover {color: #00a8e7;}
.foo_social.ico-google-plus:hover {color: #cd1111;}
.foo_social.ico-linkedin:hover {color: #015886;}
.foo_social.ico-dribbble:hover {color: #d92d84;}
.foo_social.ico-instagram:hover {color: #beb3a8;}
.foo_social.ico-pinterest:hover {color: #ac281a; }
.foo_social.ico-dropbox:hover {color: #008ad2;}
.foo_social.ico-skype:hover {color: #00a9ed; }
.foo_social.ico-youtube:hover {color: #cd1b20;}
.foo_social.ico-tumblr:hover {color: #3a5976;}
.foo_social.ico-vimeo:hover {color: #00adee;}
.foo_social.ico-flickr:hover {color: #d2d2d2; }
.foo_social.ico-github:hover {color: #222; }
.foo_social.ico-renren:hover {color: #364a83;}
.foo_social.ico-vk:hover  {color: #3b5998;}
.foo_social.ico-xing:hover  {color: #015f5e;}
.foo_social.ico-weibo:hover {color: #be4443; }
.foo_social.ico-rss:hover {color: #ff6600;}
.foo_social.ico-digg:hover  {color: #222;}
.foo_social.ico-deviantart:hover {color: #57675d;}
.foo_social.ico-envelope:hover {color: #999; }
.foo_social.ico-delicious:hover {color: #0A0A0A;}



/* ==========================================================================
   16. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(img//back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(202, 202, 25, 0.95);
}

nav a#pull {  
    display: none;  
}




/* ==========================================================================
   STYLE CHANGER 
   ========================================================================== */

#stlChanger {
	color:#cecece;
	font-size: 14px;
	overflow:hidden;
	position:fixed;
	top: 80px;
	left:0;
	z-index:9999999;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger,
 #stlChanger .buts {
	position:relative;
	overflow:hidden;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger {
	min-width: 220px;
	min-height: 220px;
}

#stlChanger a:hover {text-decoration:none;}

#stlChanger .blockChanger {
	width: 170px;
}

#stlChanger .chBody {
	background: #444;
	width: 180px;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 0 6px 6px 0;
}

#stlChanger .chBut {
	background: #444;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index:1000000;
	text-align: center;
	border: 1px solid #222;
	border-left: none;
	border-radius: 0px 4px 4px 0px;
}

#stlChanger .chBut i {
	color:#fff;
	font-size: 28px;
	margin: 6px;
}

#stlChanger .stBlock {
	position:relative;
	overflow:hidden;
}

#stlChanger p {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#stlChanger h4 {
	color: #444;
	font-size: 18px;
	background: #444;
	font-weight: 900;
	line-height: 22px;
	display:block;
	margin-top: 0;
	padding: 8px 10px 9px;
}

.layout_color {
	background: url(img//light.jpg) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color { background-position: 0 top;}
.layout_color:hover { background-position: 0 bottom;}

a.t_layout {
	color: #fff;
	font-size: 14px; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
}

a.t_layout.t_Layout_act {
	color: #777;
}

a.t_layout:hover {
	color: #aaa;
}

a.t_layout.t_Layout_act:hover {
	color: #777;
}

#stlChanger .stBgs a  {
	text-decoration:none;
	width: 45px;
	height: 45px;
	float:left;
	padding:0;
	margin: 3px 3px 0 0;
	cursor:pointer;
	opacity: 1;
}

#stlChanger .stBgs a:hover {
	opacity: 0.7;
}

#stlChanger .btn-theme {
	font-size: 16px;	
	padding: 6px 10px;
}
nav#navigation-menu {
}
#contacts{
background-image: url(img//pattern.png);
background-color: #D7DF21;
background-size: cover;
color:white!important;
}
#contacts .feature-box-icon, #contacts .feature-box-content a, #contacts .feature-box-content p {
color: #555;
}
#contacts .feature-box-content a{
border-bottom: 1px dashed #464646;
}
#contacts .feature-box-icon{
vertical-align:top;
font-size: 55px;
}
.features_list li .feature-box {
    padding: 2px 8px;
}
.container .sidebar {
margin: 0px;
}
.container .sidebar {
    /* background: #fff; */
    /* box-shadow: 0px 0px 10px rgb(207, 207, 207); */
}
ul#cats li ul li {
    list-style-type: disc;
}
ul#cats li ul li ul li {
    list-style-type: circle;
    margin-left: 20px;
}
ul#cats li {
    margin-left: 0px;
    margin-left: 20px;
}
ul#cats {
    margin-bottom: 40px;
}
section#breadcrumbs {
    margin: 100px 0px 0px 0px;
}
.product .images {
    background: #fff;
}
section.br_block{
    background: #fff;
    /* border-radius: 20px; */
    margin: 5px 0px 0px 0px;
    border-bottom: solid 1px #E7E7E7;
}
#breadcrumbs {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 17px;
    overflow: hidden;
}
#breadcrumbs li {
    float: left;
    padding-right: 15px;
    margin: 0px;
}
.mt100{margin-top:100px;}
 .single-item {
    height: 270px;
    overflow: hidden;
}
 .single-item .si-image {
    display: block;
    background: #fff;
    overflow: hidden;
    line-height: 200px;
	
    height: 200px;
    text-align:center;
}
 .single-item .si-image img {
    width: 200px;
}
 .single-item .si-title {
    text-align: center;
    width: 100%;
    float: left;
}
.single-item .price {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #7C7C7C;
    float: left;
    display: block;
    text-align: center;
}
.product .info_block .price {
    width: 100%;     
	font-weight: 700;     
	font-size: 20px;     
	
    color: #40A022;     
	     
	float: left;     
	display: block;     
}
#catalog_slider .catalog_title {
    color: #D7DF21;
    margin: 0px 0px 30px 0px;
}
#catalog_slider {
    background: #404040;
    box-shadow: inset 0px 0px 20px #010101;
    padding: 20px 0px;
}
#catalog_slider .single-item {
height: 270px;
overflow: hidden;
margin-right: 10px;
}
#catalog_slider .single-item .si-image {
display: block;
background: #FFF;
overflow: hidden;
line-height: 200px;
text-align: center;
height: 200px;
box-shadow: 0px 0px 10px #000;
}
#catalog_slider .single-item  .si-image img {
width: 200px;
}
#catalog_slider .single-item .si-title {
text-align: center;
width: 100%;
float: left;
color: #fff;
}
#catalog_slider  .single-item .price {
width: 100%;
font-weight: 700;
font-size: 20px;
color: #D7DF21;
float: left;
display: block;
text-align: center;
}
.owl-buttons {
    color: #D7DF21;
    font-size: 64px;
    position: absolute;
    margin: -210px 0px 0px -70px;
    width: 112%;
    z-index: 1;
}
#catalog_slider .owl-buttons .owl-prev {
    float: left;
}
#catalog_slider .owl-buttons .owl-next {
    float: right;
}
#catalog_slider .owl-carousel .owl-wrapper-outer{
	z-index: 10;
}
.fl{float:left;}
.fr{float:right;}
a#logo {
    float: left;
    margin-right: 50px;
}
ul.nav.navbar-nav {
    float: right;
}
.owl-item {cursor: -webkit-grab; }
.owl-item:active {cursor: -webkit-grabbing; }
.list_products {
    /* background: #fff; */
    border-bottom-left-radius: 20px;
    padding: 10px;
    border-bottom-right-radius: 20px;
}
.single-item .si-image {
    border: 1px solid rgb(224, 224, 224);
}
article.product {
    background: #fff;     
	border-radius: 20px;     
    padding: 20px;
}
img.selected.wp-post-image {
    padding: 20px;
    border: 1px solid rgb(224, 224, 224);
}
.price del {
    color: red;
}
.price ins {
    color: #258B11;
    text-decoration: none;
}
#catalog_slider .single-item .si-title:hover {color: #F5FF00;}
#catalog_slider a h4 {
    color: #fff;
}
#catalog_slider a:hover {
    color: white;
}
#orderForm .error {
    display: none;
    color:red;
}
#orderForm .modal-body {
	overflow:hidden;
}
#orderForm .modal-body div {
    margin: 10px 0px;
}
.categories a.product_cat {
overflow: hidden;
width: 120px;
min-height: 180px;
text-align: center;
margin: 0px 10px;
display: inline-block;
}
section.categories {
background: #e6f0a3; /* Old browsers */
background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #c3d825 60%, #dbf043 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(60%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 60%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 60%,#dbf043 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#c3d825 60%,#dbf043 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#c3d825 60%,#dbf043 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */

    text-align: center;
	margin: 0px 0px 0px 0px;
	/* border-radius: 20px; */
	padding: 30px 0px;
}
section.home-categories {
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

    text-align: center;
	margin: 0px 0px 0px 0px;
	/* border-radius: 20px; */
	padding: 30px 0px;
}
section.categories a {
color: #3D3D3D;
font-weight: 400;
font-style: italic;
}
.categories a.product_cat img {
    width: 100%;
}
.cat_desc {
text-align: left;
}
.cat_child img {
width: 23px;
}
section.categories .cat_child_link {
    margin: 0px 10px;
}
.content {
border-bottom: 1px solid #D3D3D3;
}
.categories .cat_img {
min-height: 150px;
overflow: hidden;
line-height: 150px;
}
.h{opacity:0!important;}
.dn{display:none;}
.desc_menu_item {
cursor: pointer;
display: inline-block;
color: #808080;
margin-right:40px;
}
.desc_menu {
border-bottom: 1px solid #646464;
margin-bottom: 40px;}
.desc_menu .active {
color: #000;
}
.description ul {
list-style: initial;
padding-left:20px;
}
.result-nav .page-numbers {
    padding: 5px 13px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0px 0px 0px 30%;
}

.content table td {
    padding: 10px;
    border: 1px solid rgba(130, 130, 130, 0.27);
}
.content table tr:nth-child(even) td, #main table tr.even td {
    background: rgba(219, 225, 48, 0.2);
}

#features li {
    list-style: none;
}

.navbar-nav > li {
    margin: 0px;
}
.navbar-nav > li.current-menu-item {
    background: #ffffff0f;
}

.result-nav {
    text-align: center;
}