
/*
Resets and overrides
Links and type
Main layout
Secondary layout structures
Form elements
Miscellaneous

Colors:
d5eafd - светло голубой
b1d9fc - light blue like in menu
dee0e2 - grey - border block header
*/


/* Resets and overrides 

*/

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, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, 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, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




@font-face {
    font-family: 'Myriad';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadL';
    src: url('../fonts/myriadpro-light.eot');
    src: url('../fonts/myriadpro-light.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-light.woff') format('woff'),
         url('../fonts/myriadpro-light.ttf') format('truetype'),
         url('../fonts/myriadpro-light.svg#MyriadProLight') format('svg');
}



a{
	text-decoration:none;
	color: #0099eb;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}

a:hover{

	color:#0475b1;
	text-decoration:underline;
}

a:active{
	color:#d48b08;
}

h1{
	font-size:30px;
}

h2{
	font-size:23px;
	line-height:1.3em;
}

h3{
	font-size:20px;
}

h4{
	font-size:18px;
}

h5{
	font-size:16px;
}

h6{
	font-size:14px;
}







/* Main layout */

body{
	font-family: 'Myriad', Arial, Helvetica, Verdana, tahoma, sans-serif;
	font-size: 15px;
	line-height:1.5em;
	background:#fff; 
	color:#222;
	background: #e6e7e8; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
i{
	font-family: 'MyriadL',
}
.sprite{
	background-image:url('../img/sprite.png');
}

.roundc5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.sfont{
	
}

.pseudolink{
	border-bottom:1px dashed; 
	cursor:pointer;
}

#main{
	border:0px solid red;
	position:relative;
	width:100%;
	
}
#main-wrap{
	border:0px solid green;
	position:relative;
	width:100%;
	max-width:1980px;
	margin:0 auto;
	
}

.main-container{
	border:0px solid red;
	position:relative;
	margin:0 auto;
	
}
.main-container.content{
	background:rgba(255,255,255,0.5);
		background:none;
}

.main-container.content.main-catalog{
	background:none;
	background:#eae9e9;
	background:#fff;
}

.main-catalog .mainbody{
	background:none;
	
	margin-bottom:0px;
}

.container{
	width:1178px;
	width:910px;
	margin:0 auto;
	position:relative;
	border:0px solid red;
	background: #fff;
	padding:20px 25px 5px 25px;
}
.container.mainbody{
	background:#fff;
	background:rgba(255,255,255,0.7);
	background: url(../img/top_06.png) repeat-y center;
	
}


.islide .container{
	border:0px solid red;
	min-height:400px;
	margin-bottom:15px;
	padding-bottom:25px;
}

#slider1 .container{
	padding:0;
	width:960px;
}

#fast-form-folded{
	width:309px;
	height:61px;
	background: url(../img/form_06.png) no-repeat;
	position:absolute;
	right:-2px;
	top:0px;
	cursor:pointer;
	display:none;
}
#fast-form-folded:hover{
	opacity:0.8;
}
.topshow #fast-form-folded{
	display:block;
}
.unfolded{
	height:390px!important;
	top:-14px;
	
	opacity:1!important;
}






/* Velox styles */

.header-container .container{
	width:1230px;
	padding:0 0px 0px 0px;
}

#header{
	height:205px;
	background: url(../img/top_03-1.png) no-repeat center top;
}

#slogan{
	position:absolute;
	top: 105px;
	left:121px;
	font-size:14px;
	color:#721d23;
}
#slogan span{
	color:#e02040;
}
#logo{
	left:15px;
	top:-10px;
	position:absolute;
	display:block;
	z-index:22;
}

#top-contacts{
	position:absolute;
	top: 40px;
	width:266px;
	right:0;
}

.city{
	margin-left:28px;
	padding-top:10px;
}
.city .cname{
	width:93px;
	display:inline-block;
	vertical-align:top;
}
.city .ctel{
	width:140px;
	display:inline-block;
	vertical-align:top;
}

#top-email{
	right:7px;
	
	position:absolute;
	top:0;
	
	
}
#top-email a{
	display:block;
	background:#dfdfdf;
	color:#898585;
	text-decoration:none;
	height:32px;
	line-height:32px;
	padding:0 15px 0 15px;
}

#langs{
	position:absolute;
	top:0px;
	left:35px;
	font-size:14px;
	font-family:Times New Roman;
	color:#885e17;
}
#langs .active{
	color:#333;
	text-decoration:none;
}


.main-container.top-menu{
	
}





/* menu */

#top-menu{
	position:absolute;
	top:142px;
	left:0px;
	z-index:10;
	height:63px;
	border:0px solid red;
	width:100%;
	
}



.product-page #logo{
	width:165px;
	height:50px;
	left: 0px!important;
	top: 0px!important;
	text-align:center;
	background:#fff;
}
.product-page #logo img{
	
	margin-top:5px;
}

#menu{
	background:url(../img/top-menu-bg_03.png) 0 0px repeat-x;
	width:550px;
	height:40px;
	margin-left:165px;
	-webkit-border-radius: 0 5px 0 0 ;
	border-radius: 0 5px 0 0 ;
	-khtml-border-radius: 0 5px 0 0 ;
}
#menu > li{
	display:inline-block;
	float:left;
	margin-right:0px;
	position:relative;
	width:134px;
}
#menu > li > a{
	text-align:center;
	display:block;
	height:40px;
	padding:0 10px;
	color:#eee;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	text-shadow:1px 0px 1px #111;
	line-height:40px;
}
#menu > li.why-me a{
	line-height:1.2em;
	padding-top:3px;
	height:37px;
}
#menu > li.devider{
	height:40px;
	background:url(../img/devider.png?1) 0 -1px no-repeat;
	padding:0;
	width:4px;
}
#menu > li.active > a,#menu > li > a.active{
	color:#fff;
	background:url(../img/top-menu-bg_05.png) repeat-x;
}
#menu > li.active > a .triangle{
	
}

.topshow{
	position:fixed!important;
	top: 0px!important;
}
.topshow #logo img{
	height:38px;
}
.topshow #logo{
	left: 15px;
	top: -3px;
}
#top-menu .container{
	padding: 0px!important;
	min-height:10px!important;
	width:960px;
	margin:0 auto;
}
.product-page{
	top:0px!important;
}



.triangle{
	display:none;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 5px solid #e02040;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-10px;
	z-index:10;
}
#menu > li > .submenu{
	display:none;
}

#menu > li > a:hover{
	color:#fff;
	background:url(../img/top-menu-bg_05.png) repeat-x;
}
#menu > li > a:hover .triangle{
	display:block;
}
#menu > li.main > a{
	width:160px;
	height:52px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	padding:0px;
}

.submenu{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#eee;
	min-width:200px;
}
.submenu > li > a{
	display:block;
	padding:10px;
	text-decoration:none;
	color:#333;
}
.submenu > li > a:hover{
	text-decoration:none;
	color:#333;
	background:#caa462;
}
#menu > li:hover > .submenu{
	display:block;
	background:#e9dab6;
}
.submenu > li.active > a{
	color:red;
}


.top-menu-clone{
	position:fixed;
	left:0;
	top:-200px;
	width:100%;
	background: #202040;
	z-index:10;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,.7);
	box-shadow: 0 0px 10px rgba(0,0,0,.7);
}
.topshow{
	top:0px;
}




.fast-form{
	background:url(../img/form_06.png) no-repeat;
	height:390px;
	width:245px;
	position:absolute;
	top:50px;
	right:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow:hidden;
	-webkit-box-shadow: -5px 5px 10px rgba(0,0,0,.4);
	-moz-box-shadow: -5px 5px rgba(0,0,0,.4);
	box-shadow: -5px 5px 10px rgba(0,0,0,.4);
	z-index:99;
			-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.form-bottom{
	top:112px!important;
}
.fast-form.fixed{
	top:0px;
	height:47px;
}


.slide-heading{
	background:url(../img/heading-bg.png)repeat-x;
	height:35px;
	width:172px;
	position:absolute;
	top:0px;
	left:0;
	padding-left:34px;
	color:#fff;
	text-transform:uppercase;
	line-height:35px;
	font-size:16px;
	font-weight:400;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius:0 0 5px 0;
	-khtml-border-radius: 0 0 5px 0;
}

.iproducts ul{
	margin:40px 0 0px 0;
}
.iproducts ul li{
	width:170px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	opacity:1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.iproducts ul li:nth-child(5n){
	margin-right:0px;
}
.iproducts ul li:hover{
	opacity:0.8;
}
.iproducts ul li a{
	text-decoration:none;
}
.iproducts ul li h2{
	font-size:15px;
	font-weight:400;
	color:#6b6d71;
	line-height:1.1em;
	padding-top:10px;
}
.iproducts ul li img{
	height:155px;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius:0 10px 0 0;
	-khtml-border-radius:0 10px 0 0;
}
.pimage{
	width:170px;
	height:155px;
	overflow:hidden;
	text-align:center;
}

.fast-form.page-product{
	top:0px;
	
}

#fast-form-wrap{
	border:0px solid red;
	position:absolute;
	top:556px;
	width:5px;height:3px;
	left:50%;z-index:99;
}
#fast-form-wrap .fast-form{
	left:236px;	
}
.fast-form.page-product.fixed{
	position:absolute;
	left:236px;	
	top:0px;
}
#fast-form-wrap.fixed{
	border:0px solid red;position:fixed;width:5px;height:3px;left:50%;z-index:99;top:0;
}









/* CRUMBS */

.crumbs{
	font-size:13px;
}





/* MAIN BLOCKS */

.clearfix{
	clear:both;
}
.content-middle {
	border:0px solid red;
}

.index-side-block{
	border:0px solid green;
	background:none;
	
}
.side-left{
	float:left;
	width:30%;
}
.side-right{
	float:right;
	width:30%;
}
.index-middle-block {
	border:0px solid blue;
	width:70%;
	float:left;
	background:none;
	
}

.inner-block{
	padding:10px;
}

.side-left .inner-block{
	padding:0px 10px 0px 0px;
}
.side-right .inner-block{
	padding:0px 0px 0px 20px;
}
.index-middle-block .inner-block{
	padding:0px 0px 0px 0px;
	border-right:0px solid #ccc;
}




/* HEADINGS */

.block-header{
	padding:10px 10px 20px 0;
}
h2{
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
}
h3{
	font-size:16px;
	font-weight:700;
	line-height:1.5em;
}
h1{
	line-height:1.5em;
}


/* TEXT */

.text p{
	padding:0 0 15px 0;
}
.text ul{
	padding-left:25px;
	list-style:circle;
}




.asidearrow{
	position:absolute;
	right:-30px;
	top:0;
	z-index:2;
}

#asidedirmenu{
	width:261px;
	z-index:40;
	position:fixed;
	top:188px;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#asidedirmenu .asidearrow{
	display:none!important;
}
#asidedirmenu > li{
	margin-bottom:10px;
	font-size:0.9em;
}
#asidedirmenu li.active > a{
	font-weight:bold;
	
}	
#asidedirmenu > li > ul.subdirmenu{
	padding-left:20px;
}
#asidedirmenu > li > ul.subdirmenu > li.active > a{
	color: #2F6B69;
	font-weight:700;
}
.subdirmenu{
	line-height:1.5em;
}
.subdirmenu > li > a{
	font-size:0.9em;
}	
	
	




/* PAGE INNER PHOTOS */

.page-inner-photos{
	margin-top:40px;
	padding-left:5px!important;
}
.page-inner-photos > li{
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	margin-bottom:20px;
	
}
.page-inner-photos > li img{
	 -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	border:1px solid transparent;
	opacity:0.8;
}
.page-inner-photos > li img:hover{
	  -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	 position: relative;
    z-index: 99;
	border:1px solid #a53d3c;
	opacity:1;
}
.sdfds{
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,.7);
	box-shadow: 0 0px 10px rgba(0,0,0,.7);
}
.page-inner-photos .page-foto-anons{
	display:block;
	font-size:0.8em;
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	line-height:1.5em;
	color:#666;
}
.page-inner-photos .page-foto-title{
	display:block;
	font-weight:700;
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom:5px;
}
	
	

/* PAGE FILES */

.page_add_files{
	border:1px solid #eee;
	padding:20px;
}
.page_add_files li{
		display:block;
		margin-bottom:15px;
		clear:both;
		border:0px solid;
		min-height:40px;
	}
	
.page_add_files li img{
	display:inline-block;
	padding-right:10px;
	vertical-align:top;
	float:left;
}
.page_add_files li div{
	display:inline-block;
	padding-left:0px;
	font-size:0.9em;
	color:#888;
	margin-bottom:10px;
}	
	
	
	
	
/* COMMON CSS FOR INNER ITEMS ON PAGE */	

.page-inner-items,.page-inner-dirs{
	margin-top:0px;
}
.page-inner-items .item-a-desc,.page-inner-dirs .dir-a-desc, .page-inner-items .item-a-image,#text-ava, .item-a-date{
	display:none;
}
.page-inner-dirs > h3{
	color:#888;
	font-size:1.2em;
}
#text-addfiles .page_add_files{
	margin-bottom:30px;
}
#text-addfiles{
margin-top:50px;
}





/* gallery */


.gallery-dirs .dir-a{
	display:inline-block;
	vertical-align:top;
	background:#eee;
	padding:10px;
	width:200px;
}
.gallery-dirs .dir-a:hover{
	background:#e0e0f2;
}
.gallery-dirs .dir-a-counter{
	font-size:0.9em;
	color:#888;
	padding-top:5px;
}
.dir-a-title{
	margin-top:5px;
}


.gallery-slider{
	padding:0!important;
	list-style:none!important;
}
.gallery-slider li{
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:30px;
	opacity:1;
		-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.gallery-slider li:hover{
	opacity:0.7;
}
.gallery-slider li img{
		-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-khtml-border-radius: 3px;
}
.gallery-slider li a{
	color:#666;
	text-decoration:none;
	font-size:0.8em;
}
#responsive-slider{
	min-height: 200px!important;
}
ul.menu{
	padding:0;
}



.advs{
	background:#202040;
	color:#fff;
}
.advs h2{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.advs h2 span{
	color:#e02040;
}
.advs ul li{
	display:inline-block;
	height:88px;
	width:245px;
	vertical-align:top;
	font-weight:700;
}
.advs ul li img{
	float:left;
	margin-right:5px;

}
.advs ul li span{
	font-weight:400;
	color:#eee;
	font-size:0.9em;
}




.publications-books  .item-a{
	width:130px;
	display:inline-block;
	border: 1px solid #f9ecc3;
	vertical-align:top;
	padding:15px;
	margin:0 10px 20px 0;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.publications-books  .item-a-image{
	float:left;	
	margin-right:10px;
	display:block;
}
.publications-books  .item-a-image img{
	width:100px;
}
.publications-books  .item-a-title{
	font-size:16px;
	font-weight:700;
}

.publications-books  .item-a:hover {
	border: 1px solid #c8211b;
}


.index-comments-block{
	display:none;
}




/* INDEX PAGE */
#why-we ul li{
	width:450px;
	display:inline-block;
	vertical-align:top;
	font-family:'MyriadL';
	font-size:18px;
	line-height:1.5em;
	margin-top:20px;
	margin-bottom:0px;
	position:relative;
}
#why-we ul li h1{
	font-family:'Myriad';
	font-size:19px;
	font-weight:700;
	color:#e30024;
	line-height:1.1em;
	margin-bottom:10px;
	width: 272px;
}
#why-we ul li .wwtext{
	padding-right:30px;
	line-height:1.3em;
	font-size:14px;
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	color:#555;
	text-align:justify;
	
}
#why-we ul li .wwtext p{
	padding-bottom:10px;
}
#why-we ul li .wwtext > div{
	padding-bottom:10px;
}
#why-we ul li img{
	position:absolute;
	right:45px;
	top:0;
	z-index:0;
}
.why-me-item-1 .heading-pad{
	height:192px;
}
.why-me-item-2 .heading-pad{
	height:192px;
}
.why-me-item-2 h1{
	width:150px;
}
.why-me-item-3 .heading-pad{
	height:130px;
}
.why-me-item-3 h1{
	width:336px;
}
.why-me-item-4 .heading-pad{
	height:130px;
}
.why-me-item-4 h1{
	width:330px;
}
.why-me-item-3 img{
	width:180px!important;
}
.why-me-item-4 img{
	width:180px!important;
}


.fast-form-arrow{
	background:url(../img/arrows.png) no-repeat center bottom;
	height:16px;
	width:22px;
	position:absolute;
	top:5px;
	right:5px;
	display:none;
}

.fixed .fast-form-arrow{
	display:block;
}

.fast-form-arrow.up{
	background:url(../img/arrows.png) no-repeat center top;
}

#trigger-fade{
	cursor:pointer;
}




#clients .container{
	background:#d1d3d4;
}
.clientstext{
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	font-size:14px;
	line-height:1.5em;
	width:600px;
	padding-top:30px;
}



#contacts-bottom h1{
	font-size:16px;
	font-weight:700;
}
#contacts-bottom h2{
	color:#e40022;
	font-size:15px;
	padding-top:5px;
}
#contacts-bottom .stext{
	font-size:14px;
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	line-height:1.2em;
}
.callback{
	color:#00adef;
	font-weight:700;
	font-family:'Myriad';
	font-size:14px;
	text-decoration:none;
	padding-top:10px;
	display:block;
}
.temail{
	color:#00adef;
	font-family:'Myriad';
	font-size:14px;
	text-decoration:none;
	font-style:italic;
	
}
.email-block{
	padding-top:0px;
}


.top-contacts{
	width:270px;
	position:absolute;
	top:5px;
	right:23px;
	text-align:right;
	z-index:100;
	line-height:1.2em;
	font-size:14px;
	
}
.top-contacts h1{
	color:#e6143a;
	font-size:25px;
}
.top-contacts h1 span{
	font-weight:700;
}
.top-address{
	padding-top:10px;
}



#cmtformwrap2{
	padding:59px 17px 0 17px;
}
#cmtformwrap2 input,#cmtformwrap2 textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style:italic;
	font-size:12px;
	color:#444;
	margin-bottom:10px;
	padding:3px;
	width:195px;
}
#cmtformwrap2 textarea{
	margin-bottom:2px;
}

.two-columns{
	-moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}
.product-desc{
	width:660px;
	font-size:13px;
	font-family:Arial, 'MyriadL';
	line-height:1.4em;
	color:#666;
}
.product-desc > div,.product-desc > p{
	padding-bottom:10px;
}
.product-info h1{
	font-size:16px;
	font-family:'Myriad';
	line-height:1.2em;
	font-weight:700;
	width:350px;
	padding:35px 0 10px 0;
}

.product-title{
	position:absolute;
	top:0px;
	left:0;
	z-index:2;
	color:#fff;
}
.product-title .pt-part1{
	background:#b90e2e;
	padding:4px 30px 12px 40px;
	font-size:45px;
	font-weight:700;
	min-width:600px;
	max-width:605px;
	line-height:0.8em;
}
.product-title .pt-part2{
	background:#f72d67;
	padding:7px 30px 15px 40px;
	font-size:40px;
	font-weight:400;
	width:530px;
}

.tohome{
	height:50px;
	width:100px;
	background:#000;
	color:#fff;
	display:inline-block;
	text-decoration:none!important;
	text-align:center;
	font-size:13px;
	line-height:80px;
	display:none;
	background:none;
	background-image:url('../img/icon_03.png');
		background-color:rgba(0,0,0,0.8);	
	background-repeat: no-repeat;
	background-position: 40px 7px;
}

.toup{
	height:50px;
	width:65px;
	background:#000;
	background:none;
	color:#fff;
	display:inline-block;
	text-decoration:none!important;
	text-align:center;
	font-size:13px;
	line-height:80px;
	display:none;
	background-image:url('../img/icon_05.png');
		background-color:rgba(0,0,0,0.8);	
	background-repeat: no-repeat;
	background-position: 22px 7px;
}
.logo-cover{
	font-size:0;
	font-family:Arial, Helvetica, Verdana, tahoma, sans-serif;
	background:none;
}
.logo-cover:hover{
	background:#000;
	background:rgba(0,0,0,0.8);
}
.logo-cover:hover  .lc-item{
	display:inline-block;
}
.lc-item:hover{

	background-position: 22px 5px;
}
.tohome:hover{
	background-position: 40px 5px;
}


/* FOOTER */

.main-container.footer{
	
	
}
.main-container.footer .container{
	padding: 0px 45px 0px 45px;
	height:209px;
	
}
.main-container.footer .container div{
	z-index:2;
}
.bottom-img{
	position:absolute;
	bottom:0;
	left:13px;
	z-index:1;
}

.footer-bottom-block{
	position:absolute;
	bottom:50px;
	left:45px;
}














/* BUTTONS */

.btn {
	text-transform:uppercase;
	padding: 9px 15px;
	font-size: 12px;
	line-height: 100%;
	text-shadow: 0 1px #e41349;
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	
	border:1px solid #7b0117;
	background: #f52d66; /* Old browsers */
background: -moz-linear-gradient(top,  #f52d66 0%, #c0223d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f52d66), color-stop(100%,#c0223d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f52d66 0%,#c0223d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f52d66 0%,#c0223d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f52d66 0%,#c0223d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f52d66 0%,#c0223d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f52d66', endColorstr='#c0223d',GradientType=0 ); /* IE6-9 */

	
	
}
.btn['disabled'] {
	box-shadow: none;
	
}
.btn:active {
	
}
.btn, .btn:hover, .btn:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.btn-blue {
	background-color: #f9ecc3;
	box-shadow: 0px 3px 0px 0px #e1d09a;
	color: #a6171b;
}
.btn-blue:hover {
	background-color: #c8211b;
}
.btn-blue:active {
	box-shadow: 0px 1px 0px 0px #3293ba;
}

.btn-primary{
	font-weight:400;
}



/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:block!important;}
li.bjqs-slide{position:absolute; display:none;display:block;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;
	text-indent:-9999px;
}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;
	padding-left:25px;
	padding-top:10px;
}
ol.bjqs-markers.h-centered{
	text-align: left;
	position:absolute;
	bottom:10px;
	left:25px!important;
}
ol.bjqs-markers li{
	display:inline-block;
	margin-right:13px;
}
ol.bjqs-markers li a{
	display:inline-block;
	height:12px;
	width:12px;
	background:#e20017;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
	
	text-indent:-9999px;
	
	-moz-box-shadow: 1px 1px 3px #999;
-webkit-box-shadow: 1px 1px 3px #999;
box-shadow: 1px 1px 3px #999;
}
ol.bjqs-markers li.active-marker a{
	background:#21bef3;
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



.page-product ol.bjqs-markers{
	position:absolute;
	z-index:2;
	bottom:15px;
	left:0;
	text-align:left;
}
