/*
  Theme Name: IKO.kiev.ua (Based on SeaWave BaseTheme v. 4.5)
  Description: IKO
  Author: SeaWave
  Author URI: http://seawave.org.ua
  Version: 1.0 (on SWBT 4.5)
*/

/*---Fonts Count: 11 + 3 ---*/

/*
    ---Fonts---
    Arial
    Arial Black
    Comic Sans MS
    Courier New
    Georgia
    Impact
    Times New Roman
    Trebuchet MS
    Verdana
	
    serif — шрифты с засечками на концах;
    sans-serif — шрифты без засечек;
    cursive — шрифты курсивного начертания;
    fantasy — декоративные шрифты;
    monospace — моноширинный шрифт(с буквами одинаковой ширины)
    
    ---User Fonts---

*/

/* MAIN BASE THEME PRESETS */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color:transparent;	
	font-size: 100%;
	vertical-align: baseline;
}

html
{
	min-width: 240px;
}

body 
{
	line-height: 1;
}

ol,
ul 
{
	list-style: none;
	line-height: 12px;
}

blockquote,
q 
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td 
{
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 
{
	clear: both;
}

html 
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust:100%;
}

a:focus 
{
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section 
{
	display: block;
}

audio,
canvas,
video 
{
	display: inline-block;
}

audio:not([controls]) 
{
	display: none;
}

img 
{
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

a
 {
	text-decoration:underline;
	outline:none;
}

	
	/* :active Определяет стиль активной ссылки */

	a:link	/* Определяет стиль активной ссылки, при нажатии */
	{
		color:rgb(0, 85, 204);
	}

	a:hover	/* Определяет стиль при наведении */
	{
		color:rgb(204, 0, 0);
	}

	a:visited /* Определяет стиль посещенной ссылки */
	{
		color:rgb(153, 0, 153);
	}

	a:visited:hover	/* Определяет стиль посещенной ссылки при наведении */
	{
		color:rgb(204, 0, 0);
	}
	
	a img
	{
		border:none;
	}	

/* MAIN CURRENT THEME PRESETS */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


html 
{
	font:14px 'Scada', Verdana, Arial, sans-serif; /* Font I */
	min-width: 240px;
	height: 100%;
}

body
{
	background-color:rgb(255, 255, 255);
	height: 100%;
}

#wrapper
{
	height: 100%;
}


#menu-wrap-container
{
	background-repeat: repeat-y;
	position: relative;
}

#header-wrap-container
{
	width:100%;
	min-height:360px;

	border-top: solid 1px rgba(0, 0, 0, 0.4);
	border-bottom: solid 1px rgba(0, 0, 0, 0.4);
	
	background-color: rgb(233, 236, 241);
}

	#header-wrap-container2
	{
		background: url('images/header.jpg') center center no-repeat;
	}

#main-wrap-container
{
	background-color: rgb(255, 255, 255);			
}

	#main-wrap-container2
	{
		overflow: hidden;
		background: url('images/light.png') no-repeat center top;			
	}

#footer-wrap-container
{
	height:40px;
}

/* MAIN STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.ru-color{
	background-color:#f0f8ff
}

.ua-color{
	background-color:#fffff0
}


		#contacts-container
		{
			position: fixed;
			top: 0px;
			z-index: 11;
			width: 100%;
		}
		
			#contacts
			{
				background-color: rgba(255, 255, 255, 0.9);
				margin: 2px 5px;
				padding: 2px 4px;
				width: 200px;
				height: 48px;
				line-height: 20px;
				
				position: absolute;
				right: 0px;
				
				border: solid 1px rgba(0, 0, 0, 0.3);
				
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-khtml-border-radius: 20px;
				-o-border-radius: 20px;
				-ms-border-radius: 20px;
				-icab-border-radius: 20px;
				border-radius: 20px;						
			}	
			
					#contacts div,  #contacts img
					{
						float:left;
						display: block;
					}
					
					#contacts img
					{
					}
					
					#contacts div.contacts-telephone
					{
						padding-left:3px;
						width:151px;
						font: 15px Tahoma, Verdana, Arial, sans-serif; /* Font I */
						color:rgb(0, 0, 255);
						text-align:center;
					}
					
						#contacts div.contacts-telephone a
						{
							text-decoration: none;	
						}					
					
					#contacts div.contacts-description
					{
						padding-left:3px;
						width:151px;				
						font: 8px 'Scada', Verdana, Arial, sans-serif; /* Font I */
						text-align:center;
					}	
										
					#contacts div.contacts-email
					{
						display: block;
						padding-left:33px;
						width:151px;				
						font: 12px 'Scada', Verdana, Arial, sans-serif; /* Font I */
						text-align:center;
					}			

	#menu
	{
		overflow: hidden;
		padding-right: 200px;
	}

		#menu ul li
		{
    		float:left;
			display:block;
			text-align:center;
			padding:0px 15px;
		}
			
			#menu ul li a
			{
				color: rgb(255, 255, 255);
			}
			
			#menu ul li a, #menu ul li span
			{
				line-height:40px; 
				height: 40px;
			}
			
@media only screen and (max-width:500px)
{
			#contacts
			{
				margin: 2px auto;
				position: static;
			}	
	#menu
	{
		margin-top: 40px;
		padding-right: 0px;
	}
			
		#menu ul li
		{
    			float:none;
		}			
}				
			
	#header-top-shadow								
	{
		height:20px;
		width:100%;
		background:url('images/shadow20_2.png') repeat-x center center;	
	}
	
	#header-bottom-shadow
	{
		height:20px;
		width:100%;		
		background:url('images/shadow20.png') repeat-x center center;		
	}
			
	#header
	{
		margin: 0 auto;
		min-height: 320px;		
		color: rgb(255, 255, 255);
		position:relative;
		overflow: hidden;
		padding:0px 50px;
	}
	
	@media only screen and (max-width:1044px)
	{	

	#header
	{
		padding:0px;
	}

	}
	
		#header-left-container
		{
			width:400px;
			position:absolute;
			top:0;
			left:50px;
		}

		@media only screen and (max-width:1044px) and (min-width:721px)
		{

		#header-left-container
		{
			left:0;
		}
			
		}	
		
		@media only screen and (max-width:720px)
		{

		#header-left-container
		{
			position: static;
			display: inline;
			width:100%;
		}
			
		}		
		
			#header-left
			{
				margin: auto auto;
				padding: 0px 5px 0px 5px;
				max-width:390px;
				position: relative;
			}
				
				#logotype
				{
					
					max-width:390px;
				}
					
					#logotype img,
					#logotype a img
					{
						width:100%;
					}
					
				#logotype-description
				{
					position:absolute;
					max-width:380px;
					bottom:25px;
					
					text-align:right;
					font: 17px 'Scada', Verdana, Arial, sans-serif; /* Font I */
				}
					
					#logotype-description-span
					{
						background:rgba(255, 0, 0, 0.7);
						padding:2px;
						line-height:26px;
					}
						
					#logotype-description-span-name
					{
						font-size:19px;
						font-weight:bold;
					}					
			
			#header-left-sale
			{
				margin: 0px auto;
				max-width:390px;
				background: url('images/xtremesale.jpg') center center no-repeat;
				border: 5px solid rgba(255, 255, 255, 0.5);
			}
				#header-left-sale a
				{
					display: block;
					height:70px;
					max-width:370px;
					background-color: rgba(255, 255, 255, 0.3);
					color: rgb(255, 255, 255);
					padding:15px 10px 15px 10px;
					text-align: center;
				}

					#header-left-sale a span
					{
						font: 17px 'Scada', Verdana, Arial, sans-serif; /* Font I */		
										
						background:rgba(255, 0, 0, 0.45);
						padding:2px;
						line-height:26px;
					}
			
		#header-right-container
		{
			margin-left:400px;
		}
		
		@media only screen and (max-width:720px)
		{
			
		#header-right-container
		{
			margin-left: 0px;
			display: inline;
			width: 100%;
		}
		
		}
		
			#header-right
			{
				padding:5px 0px;
				overflow: hidden;
			}
			
				div.header-longbox-container
				{
					width:100%;
					float: left;
					display: block;						
				}
			
					div.header-longbox
					{
						background-color:rgba(255, 255, 255, 0.9);
						min-height:30px;
						font-size:16px;
						border:1px solid rgba(0, 0, 0, 0.3);		
						margin:0px 5px 10px 5px;	
					}

				div.header-mediumbox-container
				{
					float:left;
					display:block;
					width:50%;
				}

				@media only screen and (max-width:1044px)
				{

				div.header-mediumbox-container
				{
					float:left;
					display:block;
					width:100%;						
				}
					
				}				
		
					li.header-mediumbox, li.header-mediumbox-current
					{
						background-color:rgba(255, 255, 255, 0.8);
						min-height:30px;
			    			text-align: center;
			    			margin: 0px 5px 10px 5px;
			    			font-size:16px;
		    			
					}
					
					div.header-longbox div,
					li.header-mediumbox a, li.header-mediumbox div, li.header-mediumbox-current div
					{
						width:100%;
						line-height: 30px; 
						text-align:center;
						color:rgb(0, 0, 0);
					}
					
			#header-right2
			{
				padding:5px 0px;
				overflow: hidden;
				
			}
					

	#main
	{
		width:100%;
		position: relative;
	}

		#message-container
		{
			min-width:240px;
			margin-right:240px;
            
            text-align: center;
            
            font-size: 18px;
		}

			#message
			{
				background-color: #FFFFAA;
                padding: 10px 0px;
                margin: 5px;
			}
            
                .message-text,
                .message-contact
                {
                    font-size: 20px;
                    margin-bottom: 5px;
                }
                
                .text-button-message
                {
                    background: #AAD7FF; /* Фолбэк для старых браузеров */
					background: -webkit-linear-gradient(top, #AAD7FF 0%, #40A5FF 100%); /* Safari 5.1-6, старые Chrome */
					background: -moz-linear-gradient(top, #AAD7FF 0%, #40A5FF 100%); /* Firefox 3.6-15 */
					background: -o-linear-gradient(top, #AAD7FF 0%, #40A5FF 100%); /* Opera 11.1-12 */
					background: linear-gradient(to bottom, #AAD7FF 0%, #40A5FF 100%); /* Современные браузеры */

                }
                
                .text-button-message:hover
                {
					background: #91C2E6; /* Фолбэк для старых браузеров */
					background: -webkit-linear-gradient(top, #91C2E6 0%, #3692E6 100%); /* Safari 5.1-6, старые Chrome */
					background: -moz-linear-gradient(top, #91C2E6 0%, #3692E6 100%); /* Firefox 3.6-15 */
					background: -o-linear-gradient(top, #91C2E6 0%, #3692E6 100%); /* Opera 11.1-12 */
					background: linear-gradient(to bottom, #91C2E6 0%, #3692E6 100%); /* Современные браузеры */
                }
                
            
		#content-container
		{
			min-width:240px;
			margin-right:240px;
			min-height: 1780px;
		}

			#content
			{
				
			}
			
		#sidebar-container
		{
			width:240px;
			position: absolute;
			top:0;
			right:0;
		}
			
			#sidebar
			{
				overflow: hidden;
			}

				div.sidebar-block-container
				{
					width:100%;
					display: block;
					margin: 10px 0;
				}
							
					div.sidebar-block
					{
												
					}
				
						div.sidebar-block-title
						{
							border-bottom: 3px solid rgb(255, 0, 0);
							text-transform: uppercase;
							padding: 3px;
						}
						
						.sidebar-block-content-term
						{
							text-align: center;
						}
						
						.sidebar-block-content-image
						{
							text-align: center;
							padding: 10px;
						}

						.sidebar-block-content-image2
						{
							text-align: center;
							padding: 10px 20px;
						}
						
						.sidebar-pdficon
						{
							width:64px;
							display: block;
							margin: 10px auto;
						}
		
		a span.a-podbor
		{
		}
		
		@media only screen and (max-width:720px)
		{
			
			
			#message-container
			{
				width:100%;
			}	
            		
			#content-container
			{
				width:100%;
			}				
			
			#sidebar-container
			{
				width:100%;
				position: static;
			}
			
				div.sidebar-block-container
				{
					width:50%;
					float: left;
				}

					div.sidebar-block
					{
						width:240px;
						margin: 0 auto;
					}

		}	
		
		@media only screen and (max-width:500px)
		{
				div.sidebar-block-container
				{
					width:100%;
				}
		}		
		
	#footer
	{
		margin:0px auto;
		
		text-align:center;
		min-height:20px;			
		padding:10px 0px;
		color:rgb(255, 255, 255);
		
		line-height: 20px;
		
		background:url('images/line2px.png') no-repeat center top;
		
		text-shadow: 1px 1px 2px rgb(0, 0, 0);
	}					


/* EXTRA STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.propertiestable
{
	display: inline-block;
	width:240px;
	overflow: hidden;
	font:11px 'Arimo', Verdana,Arial,sans-serif; /* Font II */			
}

	.toprowparameter-propertiestable
	{
		width:152px;
		background-color: rgb(221, 4, 51);
		float:left;
		border-bottom: 1px solid rgb(150, 150, 150);
		color: rgb(255, 255, 255);
		text-align: center;
		padding: 2px 0px;
		
		-moz-border-radius: 10px 0px 0px 0px;
		-webkit-border-radius: 10px 0px 0px 0px;
		-khtml-border-radius: 10px 0px 0px 0px;
		-o-border-radius: 10px 0px 0px 0px;
		-ms-border-radius: 10px 0px 0px 0px;
		-icab-border-radius: 10px 0px 0px 0px;
		border-radius: 10px 0px 0px 0px;			
	}
	.toprowvalue-propertiestable
	{
		width:88px;
		background-color: rgb(221, 4, 51);
		float:left;
		border-bottom: 1px solid rgb(150, 150, 150);
		color: rgb(255, 255, 255);
		text-align: center;
		padding: 2px 0px;
		
		-moz-border-radius: 0px 10px 0px 0px;
		-webkit-border-radius: 0px 10px 0px 0px;
		-khtml-border-radius: 0px 10px 0px 0px;
		-o-border-radius: 0px 10px 0px 0px;
		-ms-border-radius: 0px 10px 0px 0px;
		-icab-border-radius: 0px 10px 0px 0px;
		border-radius: 0px 10px 0px 0px;	
	}

		.rowparameter-propertiestable
		{
			width:148px;
			background-color: rgb(200, 200, 200);
			float:left;
			border-bottom: 1px solid rgb(150, 150, 150);
			text-align: left;
			padding: 2px;
		}

		.rowvalue-propertiestable
		{
			width:88px;
			background-color: rgb(255, 255, 255);
			float:left;
			border-bottom: 1px solid rgb(150, 150, 150);
			text-align: center;
			padding: 2px 0px;
		}
	
	.bottomrow-propertiestable
	{
		background-color: rgb(221, 4, 51);
		width:236px;
		float:left;
		color: rgb(255, 255, 255);
		text-align: center;
		padding: 2px;
		overflow: hidden;
		
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		-khtml-border-radius: 0px 0px 10px 10px;
		-o-border-radius: 0px 0px 10px 10px;
		-ms-border-radius: 0px 0px 10px 10px;
		-icab-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;	
	}

.rowvalue-propertiestable img
{
	display: block;
	margin: 0 auto;
}
	
.rows25px
{
	line-height: 25px;
}
	
.rows3-line_height48px
{
	line-height: 48px;
}
	
.rows3-height48px
{
	height:48px;
}

.search-query
{
	text-transform: uppercase;
}
	
/* MENU STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

			#menu ul li.menu-imageplace-1
			{
				background:url('images/menu1.jpg') no-repeat;	
			}
			
			#menu ul li.menu-imageplace-1:hover
			{
				background:url('images/menu1_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-2
			{
				background:url('images/menu2.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-2:hover
			{
				background:url('images/menu2_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-3
			{
				background:url('images/menu3.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-3:hover
			{
				background:url('images/menu3_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-4
			{
				background:url('images/menu4.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-4:hover
			{
				background:url('images/menu4_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-5
			{
				background:url('images/menu5.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-5:hover
			{
				background:url('images/menu5_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-6
			{
				background:url('images/menu6.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-6:hover
			{
				background:url('images/menu6_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-7
			{
				background:url('images/menu7.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-7:hover
			{
				background:url('images/menu7_hl.jpg') no-repeat;			
			}

			#menu ul li.menu-imageplace-8
			{
				background:url('images/menu8.jpg') no-repeat;			
			}
			
			#menu ul li.menu-imageplace-8:hover
			{
				background:url('images/menu8_hl.jpg') no-repeat;			
			}			

/* POST STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.post
{
	width:100%;	
}

	.post-content
	{
		margin: 0;
		padding: 0px 20px 20px 20px;
		border: 0;
		background-color:transparent;	
		font-size: 100%;
		vertical-align: baseline;	

		font: 15px 'Arimo', Verdana,Arial,sans-serif; /* Font II */		
		color:rgb(0, 0, 0);
		line-height: 30px;
		text-align: justify;
	}

	@media only screen and (max-width:500px)
	{
		.post-content
		{
			padding: 0px;			
		}
	}
		
		.post-content p 
		{ 
			margin: 0 0 10px 0; 
			vertical-align: baseline;
		}

		.post-content a 
		{ 

		}

		.post-content a:hover 
		{

		}	

		/* Users Styles */
		.post-content .default-text
		{
			text-align:justify;
		}

		.post-content .bold-text
		{
			font-weight:bold;
		}

		.post-content span.italic-text
		{
			font-style:italic;
		}

		.post-content .small-text
		{
			font-size:10px;
		}

		.post-content h1, .post-content .h1-text
		{
			font:18px 'Scada', Verdana, Arial, sans-serif; /* Font I */	
			margin: 0 0 10px 0; 
			padding: 5px 0; 
			font-size: 20px;
		}

		.post-content h2, .post-content .h2-text
		{
			font:bold 22px 'Scada', Verdana, Arial, sans-serif; /* Font I */	
			margin: 30px 0 10px 0; 
			padding: 5px 0; 
			text-align: center;
		}

		.post-content h3, .post-content .h3-text
		{
			font:14px 'Scada', Verdana, Arial, sans-serif; /* Font I */	
			margin: 0 0 10px 0; 
			padding: 5px 0; 
			font-size: 20px;
		}

		.post-content h4, .post-content .h4-text
		{
			margin: 0 0 10px 0; 
			padding: 5px 0; 
			font-size: 18px;
		}

		.post-content h5, .post-content .h5-text
		{
			margin: 0 0 10px 0; 
			padding: 5px 0; 
			font-size: 16px;
		}

		.post-content .special1-text
		{
			padding: 1px;
			font-style: italic;
			font-weight: bold;
		}

		.post-content .special2-text
		{
			padding: 1px;
			font-style: italic;
			font-weight: bold;
			color: rgb(255, 0, 0);			
		}

		.post-content .special3-text
		{
		}

		.post-content .special4-text
		{
		}

		.post-content .special5-text
		{
		}

		.post-content .special6-text
		{
		}

		.post-content pre { background: rgb(238, 238, 238); padding: 15px; overflow: auto; margin: 0 0 15px 0; border: 1px solid rgb(221, 221, 221); }

		.post-content pre code { font-size: 11px; }

		.post-content code { background: rgb(238, 238, 238); font: 12px Verdana, Arial, sans-serif; color: rgb(14, 48, 74); } /* Font XIV */

		.post-content acronym, abbr { border-bottom: 1px dotted rgb(81, 64 ,49); cursor: help; }

		.post-content ins { text-decoration: underline; }

		.post-content del { text-decoration: line-through; }

		.post-content ul li
		{
			padding: 5px; 
			list-style-type: disc;
			list-style-position: inside;
			margin-left:10px;
			line-height: 18px;
		}

		.post-content p img.per50
		{
			min-width:240px;
			width:50%;
			max-width: 250px;
			display: block;
			margin: 10px;
			border: 5px solid rgba(0, 0, 0, 0.7);

			border-radius: 125px 125px 125px 125px;
			-moz-border-radius: 125px 125px 125px 125px;
			-webkit-border-radius: 125px 125px 125px 125px;
		}

		.post-content p img.per25
		{
			min-width:240px;
			width:25%;
			max-width: 100%;
			display: block;
			margin: 10px;
		}
		
		.post-content p img.per100
		{
			width:100%;
			min-width: 240px;
			max-width: 500px;
			display: block;
			margin: 0 auto;
		}

		.post-content p img.per100-800
		{
			width:100%;
			min-width: 240px;
			max-width: 800px;
			display: block;
			margin: 20px auto;
			

			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;			
		}

		.post-content p img.per100-500
		{
			width:100%;
			min-width: 240px;
			max-width: 500px;
			display: block;
			margin: 20px auto;
			

			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;			
		}
		
		.post-content p img.per100-350
		{
			width:100%;
			min-width: 240px;
			max-width: 350px;
			display: block;
			margin: 20px auto;
			

			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;			
		}

		@media only screen and (max-width:490px)
		{

		.post-content p img.per50
		{
			float:none;
			margin: 10px auto;
			width:96%;
			border: 2% solid rgba(0, 0, 0, 0.7);
		}
			
		}

		@media only screen and (max-width:360px)
		{

		.post-content p img.per25
		{
			float:none;
			margin: 10px auto;
			width:100%;
		}
			
		}

		/* WordPress Styles */
		.alignright
		{
		    float:right;
		    margin: 5px 0 20px 20px;
		}

		.alignleft 
		{
		    float:left;
		    margin: 5px 20px 20px 0;
		}

		.aligncenter 
		{
		    display: block;
		    margin: 5px auto 5px auto;
		}

		.alignnone 
		{
		    margin: 20px;
		}

		.wp-caption {
		    background: rgb(255, 255, 255);
		    border: 1px solid rgb(240, 240, 240);
		    max-width: 96%; /* Image does not overflow the content area */
		    padding: 5px 3px 10px;
		    text-align: center;
		}

		.wp-caption img {
		    border: 0 none;
		    height: auto;
		    margin:0;
		    max-width: 98.5%;
		    padding:0;
		    width: auto;
		}

		.wp-caption p.wp-caption-text {
		    font-size:11px;
		    line-height:17px;
		    margin:0;
		    padding:0 4px 5px;
		}

	.post-title, .post-footer
	{
		margin:5px 0px;
	}
	
		.post-title h1, .post-title h2  /* Для всех заголовков публикаций */
		{
			text-align:center;
			font-size:26px;
			font:25px 'Scada', Verdana, Arial, sans-serif; /* Font I */				
		}
		
			.post-title h1 a, .post-title h2 a
			{
				text-decoration:none;
			}
			
	.sertikikatimg
	{
		display: block;
		margin: 10px auto;
		width: 590px;
		padding:4px;
		border: 1px dotted rgb(0, 0, 0);
		background-color: rgb(255, 255, 255);
    	}

	.carimg
	{
		margin: 10px auto;
		width: 350px;
    	}

    	@media only screen and (max-width:880px) { .sertikikatimg {width: 100%; float:none;}}
    	@media only screen and (max-width:630px) { .carimg {width: 100%; float:none;}}

/* SIDEMENU STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
		
	ul.menu-ul-sidemenu
	{

	}
		
	ul.menu-ul-sidemenu li
		{
			border-bottom:1px dotted rgb(0, 0, 0); /* For IE */	
					
			display:block;
    			float:left;
			width:100%; /* Width */
			height:30px; /* Height */	
			border-bottom:1px dotted rgba(0, 0, 0, 0.7);	
			padding: 5px 0px;
		}
		
			ul.menu-ul-sidemenu li a
			{
				display:block;
				color:rgb(0, 64, 128); /* Color */
				text-decoration:underline;
				font-size:15px;
				text-transform:uppercase;
			}	

			ul.menu-ul-sidemenu li div
			{
				display:block;
				color:rgb(245, 121, 33);
				text-decoration:underline;
				font-size:15px;
				text-transform:uppercase;
			}
			
		ul.menu-ul-sidemenu li:hover
		{
			display:block;
    			float:left;
			background-color:rgb(255, 255, 170);
		}	
		
			ul.menu-ul-sidemenu li a, ul.menu-ul-sidemenu li div
			{
				display:block;			
				text-decoration:underline;
				height:30px; /* Height */	
				text-align:left;
				background:url('images/bullet.png') no-repeat;						

			}	

			ul.menu-ul-sidemenu li.current-menu-item div
			{
				text-decoration:none;
			}					

.sidebar-mediumbox,
.sidebar-mediumbox-current
{
	text-align:left;
	padding: 3px 3px 3px 23px;
}


/* ONE PRODUCT STYLES (One product in catalog) (+some SINGLEPRODUCT) */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.taxonomy-product-category-viewframe,
.singleproduct-product-category-viewframe
{
	overflow: hidden;
}

	.taxonomy-product-category-viewframe-left-container,
	.taxonomy-product-category-viewframe-right-container,
	.singleproduct-product-category-viewframe-left-container,
	.singleproduct-product-category-viewframe-right-container
	{
		float:left;
		width: 50%;
		text-align: center;
	}
	
@media only screen and (max-width:800px)
{
	.taxonomy-product-category-viewframe-left-container,
	.taxonomy-product-category-viewframe-right-container,
	.singleproduct-product-category-viewframe-left-container,
	.singleproduct-product-category-viewframe-right-container
	{
		width: 100%;
	}
}
		
		.taxonomy-product-category-viewframe-left,
		.singleproduct-product-category-viewframe-left
		{
			min-height: 150px;
		}
						
		.taxonomy-product-category-viewframe-right,
		.singleproduct-product-category-viewframe-right
		{
			min-height: 150px;
		}

.taxonomy-product-category-products-container,
.singleproduct-product-category-products-container
{
}

	.taxonomy-product-category-products,
	.singleproduct-product-category-products
	{
		overflow: hidden;
	}

.oneproduct
{
	float:left;	
}

@media only screen and (max-width:523px) 						{ .oneproduct {width:100%;} }	/* 1 */
@media only screen and (min-width:524px) and (max-width:746px) 	{ .oneproduct {width:50%;} }		/* 2 */
@media only screen and (min-width:747px) and (max-width:969px) 	{ .oneproduct {width:33.33%;} }	/* 3 */
@media only screen and (min-width:970px) and (max-width:1192px) 	{ .oneproduct {width:25%;} }		/* 4 */
@media only screen and (min-width:1193px) and (max-width:1415px) 	{ .oneproduct {width:20%;} }		/* 5 */
@media only screen and (min-width:1416px) and (max-width:1638px) 	{ .oneproduct {width:16.66%;} }	/* 6 */
@media only screen and (min-width:1639px) and (max-width:1861px) 	{ .oneproduct {width:14.29%;} }	/* 7 */
@media only screen and (min-width:1862px) and (max-width:2084px) 	{ .oneproduct {width:12.5%;} }	/* 8 */
@media only screen and (min-width:2084px) 						{ .oneproduct {width:12.5%;} }	/* 8+ */

		.oneproduct-title
		{
		}
		
			.h-oneproduct-title
			{
				font-size:12px;
				min-height:62px;				
			}

		.oneproduct-content
		{
		}
	
		.oneproduct-content-photo
		{
		}
		
			.oneproduct-content-photo-img-container
			{
				margin:5%;
				display: block;
				position: relative;
			}
			
			.oneproduct-content-photo-img-container a
			{
				display: block;
			}			
		
				.oneproduct-content-photo-img
				{
					width: 100%;
					display: block;
				}
				
				.oneproduct-content-photo-img-description
				{
					position:absolute;
					top: 0px;
					font-family: 'Scada', Verdana, Arial, sans-serif; /* Font I */
					font-size: 14px;
					background-color: rgba(0, 0, 0, 0.5);
					color: rgb(255, 255, 255);
					width: 100%;
					min-height: 40px;
					line-height: 20px;
					text-align: center;
				}
				
				.oneproduct-content-photo-img-onbase,
				.singleproduct-content-photo-img-onbase
				{
					position: absolute;
					right: 0px;
					bottom: 0px;
					width: 13%;
					height: 17%;
				}
				
				.oneproduct-content-photo-img-samokleujayasia
				{
					position: absolute;
					left: 2px;
					bottom: 2px;
					width: 70px;
					height: 25px;					
				}
				
				.singleproduct-content-photo-img-samokleujayasia
				{
					position: absolute;
					left: 2px;
					bottom: 2px;
					width: 200px;
					height: 70px;					
				}
				
					.oneproduct-content-photo-img-onbase img,
					.singleproduct-content-photo-img-onbase img
					{
						display: block;
						width: 100%;
					}				
				
		.oneproduct-content-price
		{
		}
	
		.oneproduct-content-add
		{
		}
	
		.oneproduct-content-buybutton
		{
		}

		.oneproduct-footer,
		.singleproduct-footer
		{
			height: 170px;
			margin: 0px 3px 0px 3px;
		}
		
			.oneproduct-term,
			.singleproduct-term,
			.term
			{
				border:1px dotted rgb(200, 200, 200);
				background-color: rgba(200, 200, 200, 0.3);
				padding: 2px;
				margin-bottom:2px;
				font-family: 'Scada', Verdana, Arial, sans-serif; /* Font I */
				font-size: 11px;
				line-height: 16px;
			}
			
			.term
			{
				display: inline-block;
			}
				.oneproduct-term a,
				.singleproduct-term a,
				.term a
				{			
					color: rgb(0, 0, 0);
				}

				.oneproduct-term a:hover,
				.singleproduct-term a:hover,
				.term a:hover
				{			
					color: rgb(204, 0, 0);
				}
				
				
/* SINGLE PRODUCT STYLES (Single product on the page) */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.singleproduct
{

}

	.singleproduct-content
	{
	
	}
	
		.singleproduct-content-all
		{
			margin: 0px 0px 10px 0px;
		}
	
		.singleproduct-content-photos
		{
		}

			.singleproduct-content-photo
			{
				position: relative;
			}

				.singleproduct-content-photo img
				{
					display: block;
					width:100%;
				}
	
		.singleproduct-content-price
		{
		}
	
		.singleproduct-content-add
		{
		}

		.singleproduct-content-buybutton
		{
		}

		.singleproduct-content-propertiestable,
		.singleproduct-content-buttonback
		{
			text-align: center;
		}

		.singleproduct-content-buttonback .button-buttonback		
		{
			color: rgb(255, 255, 255);
			text-decoration: none;
		}

/* PAGE NAVI STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi-container
{
	float:left;
	width:800px;
	height:30px;
	text-align:center;
}

	.wp-pagenavi 
	{
		font-size:10px;
		display: inline-block;
	}

	.wp-pagenavi a, .wp-pagenavi span 
	{
		background-color: rgb(5, 75, 145);	
		text-decoration: none;
		background-color: rgba(5, 75, 145, 0.6);
		padding: 3px 5px;
		margin: 2px;
		color:rgb(255, 255, 255);
	}

	.wp-pagenavi a:hover
	{
		background-color: rgb(5, 75, 145);
		color:rgb(255, 255, 255);
	}

	.wp-pagenavi span.current
	{
		background-color: rgb(5, 75, 145);
	}

	.wp-pagenavi span.current 
	{

	}

.pages /* Для навигации по страницам */
{
	margin-top:10px; /* Margin */
	width:100%;
	text-align:center;
}


/* BUTTON & BOXes STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.button,
a.button
{
	padding: 5px 10px;
	color: rgb(0, 0, 0);
	cursor: pointer;
}

.box,
.box-button
{
background: rgb(247,4,57); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,4,57,1) 0%, rgba(221,4,51,1) 44%, rgba(186,0,37,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,4,57,1)), color-stop(44%,rgba(221,4,51,1)), color-stop(100%,rgba(186,0,37,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,4,57,1) 0%,rgba(221,4,51,1) 44%,rgba(186,0,37,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,4,57,1) 0%,rgba(221,4,51,1) 44%,rgba(186,0,37,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,4,57,1) 0%,rgba(221,4,51,1) 44%,rgba(186,0,37,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,4,57,1) 0%,rgba(221,4,51,1) 44%,rgba(186,0,37,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70439', endColorstr='#ba0025',GradientType=0 ); /* IE6-9 */
}

	.box-button:hover
	{
background: rgb(193,3,45); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,3,45,1) 0%, rgba(168,3,36,1) 44%, rgba(132,0,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,3,45,1)), color-stop(44%,rgba(168,3,36,1)), color-stop(100%,rgba(132,0,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1032d', endColorstr='#840018',GradientType=0 ); /* IE6-9 */
	}
	
	.box-button-current
	{
background: rgb(193,3,45); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(193,3,45,1) 0%, rgba(168,3,36,1) 44%, rgba(132,0,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,3,45,1)), color-stop(44%,rgba(168,3,36,1)), color-stop(100%,rgba(132,0,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(193,3,45,1) 0%,rgba(168,3,36,1) 44%,rgba(132,0,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1032d', endColorstr='#840018',GradientType=0 ); /* IE6-9 */
	}


.boxtext,
.boxtext-button,
.boxtext-button:hover,
.boxtext-button-current,
.text-button-message
{
	font-family: 'Scada', Verdana, Arial, sans-serif; /* Font I */
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
	
	.boxtext span,
	.boxtext-button a
	{
		color:rgb(0, 0, 0);		
	}

	.boxtext-button:hover a,
	.boxtext-button-current span
	{
		color:rgb(255, 96, 0);
		/* color: lightgreen; */
	}

.boxborder,
.boxborder-button
{
    border: 1px solid rgb(186,0,37);
}

	.boxborder-button:hover
	{
		border: 1px solid rgb(186,0,37);		
	}
	
	.boxborder-button-current
	{
		border: 1px solid rgb(186,0,37);
	}


.boxborderradius,
.boxborderradius-button,
.boxborderradius-button:hover,
.boxborderradius-button-current
{
				-moz-border-radius: 7px;
				-webkit-border-radius: 7px;
				-khtml-border-radius: 7px;
				-o-border-radius: 7px;
				-ms-border-radius: 7px;
				-icab-border-radius: 7px;
				border-radius: 7px;	
}


.boxshadow,
.boxshadow-button,
.boxshadow-button:hover,
.boxshadow-button-current
{

		    		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;		
				-o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-khtml-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				
				/* For IE not use filters, becasure it add size to width */
}


/* BYUFORM STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#byuform
{
    background-color:rgb(255, 255, 255); /* For IE + Video */

    border: solid 1px rgb(0, 0, 0); /* Параметры рамки вокруг + Video*/
    display:none;
    position: fixed;

    width: 400px; /* Ширина слоя в пикселах */
    height: 260px; /* Высота слоя в пикселах */

    left: 50%; /* Положение слоя от левого края */
    top: 50%; /* Положение слоя от верхнего края */

    margin-left: -200px; /* Отступ слева */
    margin-top: -130px;	/* Отступ сверху */
    padding: 10px; /* Поля вокруг текста */
    overflow: auto; /* Добавление полосы прокрутки */ 	

    z-index:99;
	
	/* 
		FOR No Video Content (Flash Content)
	
		background-color:rgba(255, 255, 255, 0.98);
        	border: solid 1px rgba(0, 0, 0, 0.5); 
    
		-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);		
		-khtml-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
   		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
	*/	


		box-shadow: 0 1px 2px 0 rgb(0, 0, 0); /* For IE + Video */
		-moz-box-shadow: 0 1px 2px 0 rgb(0, 0, 0);
		-webkit-box-shadow: 0 1px 2px 0 rgb(0, 0, 0);		
		-o-box-shadow: 0 1px 2px 0 rgb(0, 0, 0);
		-khtml-box-shadow: 0 1px 2px 0 rgb(0, 0, 0);

		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-icab-border-radius: 2px;
		border-radius: 2px;	
}
	
	.byuform-close
	{
		
	}

		.byuform-close-image
		{
			padding:0px;
			margin:0px 0px 0px 384px;
			width:16px;
			cursor:pointer;
		}
		
		.byuform-content
		{
			float:left;
			padding:0px;
			background-color:transparent;
			width:400px;
		}
		
			.byuform-content-code, .byuform-content-title
			{
				margin:10px 0px;
			}
			
			.byuform-content-divform
			{
				float:left;
			}
			
				.byuform-content-formform-telephone
				{
					width:256px;
					margin:5px 70px;
					font:18px Verdana,Arial,sans-serif;	
					text-align:center;
				}
			
				.byuform-content-formform-buybutton
				{
					width:260px;
					margin:5px 70px;
					
				}


/* LIGHTSLIDER STYLES */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* CORE CSS!!! Should NOT EDIT!!! */
						.lSSlideOuter {
						    overflow: hidden;
						    -webkit-touch-callout: none;
						    -webkit-user-select: none;
						    -khtml-user-select: none;
						    -moz-user-select: none;
						    -ms-user-select: none;
						    user-select: none;
						}
						.lightSlider:before, .lightSlider:after {
						    content: " ";
						    display: table;
						}
						.lightSlider {
						    overflow: hidden;
						}
						.lSSlideWrapper {
						    max-width: 100%;
						    overflow: hidden;
						    position: relative;
						}
						.lSSlideWrapper > .lightSlider:after {
						    clear: both;
						}
						.lSSlideWrapper .lSSlide {
						    -webkit-transform: translate(0px, 0px);
						    -ms-transform: translate(0px, 0px);
						    transform: translate(0px, 0px);
						    -webkit-transition: all 1s;
						    -webkit-transition-property: -webkit-transform,height;
						    -moz-transition-property: -moz-transform,height;
						    transition-property: transform,height;
						    -webkit-transition-duration: inherit;
						    transition-duration: inherit;
						    -webkit-transition-timing-function: inherit;
						    transition-timing-function: inherit;
						}
						.lSSlideWrapper .lSFade {
						    position: relative;
						}
						.lSSlideWrapper .lSFade > * {
						    position: absolute !important;
						    top: 0;
						    left: 0;
						    z-index: 9;
						    margin-right: 0;
						    width: 100%;
						}
						.lSSlideWrapper.usingCss .lSFade > * {
						    opacity: 0;
						    -webkit-transition-delay: 0s;
						    transition-delay: 0s;
						    -webkit-transition-duration: inherit;
						    transition-duration: inherit;
						    -webkit-transition-property: opacity;
						    transition-property: opacity;
						    -webkit-transition-timing-function: inherit;
						    transition-timing-function: inherit;
						}
						.lSSlideWrapper .lSFade > *.active {
						    z-index: 10;
						}
						.lSSlideWrapper.usingCss .lSFade > *.active {
						    opacity: 1;
						}
/* END OF CORE*/










/* User Styles */
a.lightslider-slide,
a:hover.lightslider-slide
{
	position: relative;
	display: block;
	color: rgb(255, 255, 255);	
	margin: 0px auto;
	width:200px;
}

	div.lightslider-img
	{
		width:200px;
		height:150px;	
	}

	div.lightslider-desc
	{
		position:absolute;
		bottom: 0px;
		height:30px;
		font-family: 'Scada', Verdana, Arial, sans-serif; /* Font I */
		font-size: 14px;
		background-color: rgba(0, 0, 0, 0.5);
		width:190px;
		padding: 5px
	}

#lightslider-product li
{
	padding: 0px; 
	margin:0px;	
	list-style-type: none;
	list-style-position: inside;
	width: 100%;
}

a.lightslider-product-slide,
a:hover.lightslider-product-slide
{
	position: relative;
	display: block;
	color: rgb(255, 255, 255);	
	margin: 0px auto;
}

	div.lightslider-product-img,
	div.lightslider-product-img img,
	div.lightslider-product-description
	{
		width: 100%;
	}

	div.lightslider-product-description
	{
		position:absolute;
		top: 0px;
		height:30px;
		font-family: 'Scada', Verdana, Arial, sans-serif; /* Font I */
		font-size: 150%;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 5px 0px;
		line-height: 30px;
	}
	
#lightslider-pbj
{
	width: 200px;
}

#lightslider-pbj li
{
	padding: 0px; 
	margin:0px;	
	list-style-type: none;
	list-style-position: inside;
	width: 200px;
}

a.lightslider-pbj-slide,
a:hover.lightslider-pbj-slide
{
	display: block;
}

	div.lightslider-pbj-img,
	div.lightslider-pbj-img img
	{
		width: 200px;
		height: 130px;
	}

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}


/* Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    overflow: hidden;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}


/* Slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* Vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}


@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
