/********* RESET  *********/
html,
body,
div,
span,
object,
iframe,
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,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img {
  height: auto;
  width: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
a img,
th img,
td img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
button {
  width: auto;
  overflow: visible;
}
ul{
	list-style: none;
}
/* global */
html{}
body {
  background: #fff url('../images/bg.png') repeat 0 0;
  color: #666666;
  font: normal 14px/18px Verdana, Geneva, sans-serif;
  min-width: 1000px;
  padding: 0;
}
a {
  color: #666666;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #666666;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 22px;
  line-height: 100%;
}
h2 {
  font-size: 19px;
  line-height: 100%;
}
h3 {
  font-size: 18px;
  line-height: 100%;
}
h4 {
  font-size: 16px;
  line-height: 100%;
}
h5 {
  font-size: 14px;
  line-height: 100%;
}
h6 {
  font-size: 12px;
  line-height: 100%;
}
/* sections */
#body,
#header,
#menu_header,
#slider,
#before_main_menu,
#content,
#sidebar,
#main,
#news,
#footer{}
#body{
    width: 1000px;
    margin: 0 auto;
}
#header{
    padding: 0 0 16px;
    width: 930px;
    margin: 0 auto;
}
#menu_header{
    width: 930px;
    margin: 0 auto;
}
#slider{
    width: 982px;  height: 280px;  margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 5;
    background: url('../images/banner-sh.png') no-repeat center bottom;
}
#before_main_menu{}
#content{
    padding: 20px 0 0;
    position: relative;
    background: #f8f8f8;
}
#sidebar{
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0;
    width: 223px;
    background: url('../images/l-1.png') no-repeat right bottom;
}
#main{
    vertical-align: top;
    margin: 20px 34px 0;
    font-size: 13px;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 700px;
}
#news{
    background: #f8f8f8;
}
#footer{
    border-top: 1px solid #999999;
    padding: 30px 30px 25px;
    color: #f8f8f8;
}
/* header */
.header-bg-top{

    height: 603px;
    background: url('../images/top-bg.png') repeat-x 0 0;
    position: relative;
    z-index: 10;
    margin: -18px 0 -11px;
}
.header-block-1,
.header-block-2,
.header-block-3{
    display: inline-block;
    vertical-align: top;
}
.header-block-1{
    width: 696px;
}
.header-block-2{
    display: inline-block;
    width: 170px;
    padding: 13px 0 0 16px;
    color: #fff;
}
.header-block-3{
    width: 194px;
    padding: 32px 0 0 12px;
    color: #fff;
}
.logo-header{
    display: block;
    width: 514px;
    height: 101px;
    margin: 28px 0 0 13px;
}
.hr{
    border-bottom: 2px solid #d7cecf;
	margin: 0 34px;
}
.slogan-header{
    color: #fff;
    font-size: 18px;
    text-align: right;
    margin: 10px 170px 0 0;

}
.search-header{
    position: relative;
}
.search-header .input-search{
    border: none;
    background: url('../images/sp.png') no-repeat 0px -37px;
    display: block;
    width: 162px;
    padding: 0 26px 0 8px;
    height: 27px;
    font-size: 13px;
}
.search-header .input-search:focus{
    border: none;
    outline: none;
}
.search-header .input-submit{
    position: absolute;
    top: 0px;
    left: 169px;
    border: none;
    background: none;
    display: block;
    width: 24px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
}
.search-header .input-submit:focus{
    border: none;
    outline: none;
}
.heder-phone{
    font-weight: bold;
    font-size: 13px;

    padding: 15px 0 3px 0;
    color: #f0efef;
}
.heder-phone a {
    color: #f0efef;
    text-decoration: none;
}
.heder-phone .phone-cod{
    font-size: 11px;
}
.header-adress{
    font-size: 11px;

    color: #aca7a9;
}
.cart-header{
    position: relative;
    height: 68px;
    color: #000;
}
.cart-header .cart-ico{
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 52px;
    height: 39px;
    background: url('../images/sp.png') no-repeat -339px 0px;
}
.cart-header .cart-info{
    position: absolute;
    top: 20px;
    left: 54px;
    width: 75px;
    font-weight: bold;
}
.cart-header .cart-info #countincart{
    font-size: 10px;
}
.cart-header .cart-info #totalallcart{
    font-size: 11px;
}
.cart-header .edit{
    position: absolute;
    top: 55px;
    left: 0px;
    font-size: 9px;
}
.cart-header .edit a{}
.cart-header .edit a:hover,
.cart-header .edit a:focus,
.cart-header .edit a:active{}
/* top-menu */
.menu-header{
    text-align: center;
    padding: 8px 0 11px;
}
.menu-header ul{
    display: inline-block;
}
.menu-header ul li{
    display: inline-block;
    vertical-align: top;
}
.menu-header ul li a{
    text-decoration: none;
    display: block;
    font-size: 13px;
    border: 1px solid transparent;
    font-weight: bold;
    padding: 10px 10px 8px;
    color: #fff;
}
.menu-header ul li a:hover,
.menu-header ul li a:focus,
.menu-header ul li a:active,
.menu-header ul li.active a{
    padding: 10px 12px 8px;
    margin: 0 -2px;
    border-color: #d0df9c;
    border-radius: 3px;
    background: #def58c;
	background: -moz-linear-gradient(top,  #def58c 0%, #b5e019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def58c), color-stop(100%,#b5e019));
	background: -webkit-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -o-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -ms-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: linear-gradient(to bottom,  #def58c 0%,#b5e019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def58c', endColorstr='#b5e019',GradientType=0 );
    color: #666666;
    position: relative;
}
.menu-header ul li a:hover:before,
.menu-header ul li a:focus:before,
.menu-header ul li a:active:before,
.menu-header ul li.active a:before{
    content: '';
    display: block;
    border-top: 1px solid #f1ffc1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    height: 3px;
}
/* before main menu */
.before-main-menu{
    height: 189px;
    position: relative;
    margin: -90px 0 0;
    z-index: 1;
}
.before-main-menu ul{
    padding: 107px 0 0;
    text-align: center;
}
.before-main-menu ul li{
    display:inline-block;
    width: 150px;
    background: #edecec;
    padding: 2px 5px;
    margin: 8px 16px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
}
.before-main-menu ul li a{
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    color: #365164;
    vertical-align: middle;
    display: inline-block;
}



.before-main-menu ul li:hover,
.before-main-menu ul li:focus,
.before-main-menu ul li:active,
.before-main-menu ul li.jshover a {
    border-color: #d0df9c;
	    background: #def58c;
	background: -moz-linear-gradient(top,  #def58c 0%, #b5e019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def58c), color-stop(100%,#b5e019));
	background: -webkit-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -o-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -ms-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: linear-gradient(to bottom,  #def58c 0%,#b5e019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def58c', endColorstr='#b5e019',GradientType=0 );}


/* sidebar */
.sidebar-block{
    padding: 0 15px 20px 37px;
}
.sidebar-block.nlp{
    padding: 0 0 20px 0;
}
.sidebar-block h3{
    font-size: 18px;
}
.sidebar-block .menu{
    font-size: 14px;
    padding: 19px 0 0 24px;
    width:160px;
}
.sidebar-block .menu li:hover,
.sidebar-block .menu li.active{
    width:160px;
    border-color: #d0df9c;
	background: #def58c;
	background: -moz-linear-gradient(top,  #def58c 0%, #b5e019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def58c), color-stop(100%,#b5e019));
	background: -webkit-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -o-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -ms-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: linear-gradient(to bottom,  #def58c 0%,#b5e019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def58c', endColorstr='#b5e019',GradientType=0 );

}

.sidebar-block .menu li{
    padding: 0 0 3px;
}
.sidebar-block .menu li a{
    text-decoration: none;
}
.sidebar-block .menu li > a:hover,
.sidebar-block .menu li > a:focus,
.sidebar-block .menu li > a:active,
.sidebar-block .menu li.active > a{
    text-decoration: underline;
    color: #666666;
}

.sidebar-block .menu li ul{
    padding: 3px 0 0 28px;
    font-size: 11px;
}
.sidebar-block .menu li.active ul{}
.sidebar-block .menu li ul li{
    padding: 0 0 1px;
}
.sidebar-block .menu li ul li a{
    color: #666666;
}
.sidebar-block .menu li ul li > a:hover,
.sidebar-block .menu li ul li > a:focus,
.sidebar-block .menu li ul li > a:active,
.sidebar-block .menu li ul li.active > a{
    text-decoration: underline;
}
/* main */
.inner-main{}
.inner-main h1,
.inner-main h2{
    font-size: 18px;
    padding: 0 0 15px;
    color: #365164;
}
.inner-main .text-content{
    padding: 12px 0 0 0;
}
.inner-main .text-content a{}
.inner-main .text-content a:hover,
.inner-main .text-content a:active,
.inner-main .text-content a:focus{}
.fancyb {
    display: inline-block;
    position: relative;
}
.fancyb img{
    width: 100%;
	height: 100%;
}

.product-desc{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 5px 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
/* PAGINATION  */
.yiiPager{
	position: relative;
	margin: 25px 0;
	text-align: center;
}
.yiiPager li {
	display: inline-block;
	margin-left: 4px;
}
.yiiPager li a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
	padding: 4px 6px;
	text-align: center;
}

.yiiPager li.selected a,
.yiiPager li a:hover ,
.yiiPager li a:focus ,
.yiiPager li a:active {
	border-color: #D80E30;
	text-decoration: none;
}

.yiiPager li.first,
.yiiPager li.last,
.yiiPager li.hidden{
	display: none;
}

/* BREADCRUMBS  */
.bread-crumbs{
	font-size: 16px;
	font-style: italic;
	margin: 10px 0;
}
.bread-crumbs li{
	display: inline-block;
	color: #777;
}
.bread-crumbs a{
	display: inline-block;
	color: #000;
	position: relative;
	margin-right: 33px;
}
.bread-crumbs a:before{
	content: '';
	color: #000;
	position: absolute;
	width: 33px;
	height: 7px;
	top: 50%;
	right: -33px;
	margin-top: -3px;
	background: url('../images/bread-crumbs.png') no-repeat 6px 0;
}
/* CATALOG  */

.product{
	margin: 20px 48px 15px 0;
	display: inline-block;
	width: 170px;
	height: 240px;
	vertical-align: top;
	position: relative;
	-webkit-box-shadow: 0 12px 35px 3px #c8c8c8;
	-moz-box-shadow: 0 12px 35px 3px #c8c8c8;
	box-shadow: 0 12px 35px 3px #c8c8c8;
	-webkit-transition: box-shadow 0.8s ease-in-out;
			-o-transition: box-shadow 0.8s ease-in-out;
			transition: box-shadow 0.8s ease-in-out;
}
.product:hover{
	-webkit-box-shadow: 0 12px 35px 3px #888;
	-moz-box-shadow: 0 12px 35px 3px #888;
	box-shadow: 0 12px 35px 3px #888;
}

.product.bestseller:before,
.images-product .big-img.bestseller:before{
	content: '';
	width: 72px;
	height: 72px;
	position: absolute;
	top: -4px;
	right: -4px;
	background: url('../images/bestseller.png') no-repeat 0 0;
}
.product.new-product:after,
.images-product .big-img.new-product:after{
	content: '';
	width: 72px;
	height: 72px;
	position: absolute;
	top: -4px;
	left: -4px;
	background: url('../images/new.png') no-repeat 0 0;
}

.product img{
	width: 170px !important;
	height: auto !important;
	border: none;
	margin: 0;
}
.product-count{
	font-size: 24px;
	line-height: 22px;
	display: inline-block;
	width: 150px;
}
.product .product-count{
    display: block;
    padding: 6px 0;
    width: 100%;
}
.add-to-cart {
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10;
	bottom: 5px;
}

.add-to-cart a,
.add-to-cart-link{
	background: #D80E30;
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	font-size: 18px;
	border: none;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.add-to-cart a:hover,
.add-to-cart-link:hover,
.delete:hover{
	color: #fff;
}
.delete{
	color: #D80E30;
	font-size: 12px;
}
.delete:hover{
	color: #D80E30;
	text-decoration: none;
}
.add-to-cart a:hover,
.add-to-cart-link:hover{
	opacity: 0.7;
	text-decoration: none;
}

.similar-product-title{
	margin-top: 25px !important;
}
.similar.product {
	box-shadow: 0 0 13px 1px #D6D6D6;
	display: inline-block;
	height: 232px;
	margin: 20px 16px 15px;
	position: relative;
	vertical-align: top;
	width: 170px;
}
.similar.product .product-count{
	display: block;
	padding: 5px 0
}
.similar.product img {
	border: medium none;
	height: auto;
	margin: 0;
	width: 140px;
}

.similar.product .add-to-cart {
	top: 196px;
}
.similar.product.bestseller:before,
.bestseller-mini:before{
	content: '';
	width: 55px;
	height: 55px;
	position: absolute;
	right: -3px;
	top: -3px;
	background: url('../images/sim-bestseller.png') no-repeat 0 0;
}
.similar.product.new-product:after,
.new-product-mini:after{
	content: '';
	width: 55px;
	height: 55px;
	position: absolute;
	left: -3px;
	top: -3px;
	background: url('../images/sim-new.png') no-repeat 0 0;
}
.images-product,
.content-product{
	display: inline-block;
	vertical-align: top;
}
.images-product{
	width: 280px;
	margin-right: 20px;
}
.images-product .big-img{
	display: block;
	width: 200px;
	margin-bottom: 10px;
	position: relative;
}
.images-product .big-img img{
	width: 200px;
	height: auto;
}
.images-product .small-img{
	display: inline-block;
	vertical-align: top;
	height: 70px;
	width: auto;
	margin-left: 1px;
}
.content-product{
	width: 350px;
}
.content-product h1{
	display: block;
	margin-top: 0 !important;
	line-height: 30px;
	text-align: left !important;
	overflow: visible !important;
}
/* CART */

.plus,
.minus{
	display: inline-block;
	vertical-align: middle;
	background: url('../images/p-m.png') no-repeat 0 0;
	width: 19px;
	height: 19px;
}
.minus{
	background-position: -11px 0;
}

.qnt_input {
	font-size: 20px;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 55px;
	background: none;
}

.cart-line,
.product-list-line{
	-webkit-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.cart-line{
	border-top: 1px dotted #d0e3e6;
}
.cart-block .cart-line:first-child{
	border-top: none;
}

.cart-line:hover,
.product-list-line:hover{
	background: rgba(230,230,230,0.3);
}

.cart-line-header,
.product-list-line-header{
	margin-bottom: 10px;
}
.cart-line-content,
.product-list-line-content{
	color: #686868;
}

.product-list-line-content {
    max-height: 72px;
    overflow: hidden;
}

.cart-line-img,
.cart-line-main,
.cart-line-title,
.cart-line-count,
.cart-line-qnt,
.cart-line-cq,
.product-list-line-img,
.product-list-line-main,
.product-list-line-title,
.product-list-line-count,
.product-list-line-qnt,
.product-list-line-cq{
	display: inline-block;
	vertical-align: top;
}


.cart-line-title,
.cart-line-count,
.cart-line-qnt,
.cart-line-cq,
.product-list-line-title,
.product-list-line-count,
.product-list-line-qnt,
.product-list-line-cq{
	vertical-align: top;
	width: 276px;
}

.cart-line-title,
.product-list-line-title{
	font-size: 18px;
}
.cart-line-footer,
.product-list-line-footer{
	padding-top: 10px;
	text-align: right;
}
.cart-line-img,
.product-list-line-img{
	width: 100px;
	margin-right: 20px;
	position: relative;
}
.cart-line-img > img,
.product-list-line-img > img {
	width: 100px;
	height: auto;
	border: none;
	-webkit-box-shadow: 0 4px 20px #afb7b8;
	-moz-box-shadow: 0 4px 20px #afb7b8;
	box-shadow: 0 4px 20px #afb7b8;
}
.cart-line-main,
.product-list-line-main{
	width: 560px;
}

.cart-line-title,
.product-list-line-title {
	width: 276px;
}
.cart-line-count,
.product-list-line-count{
	width: 140px;
	padding-left: 20px;
}
.cart-line-qnt,
.product-list-line-qnt{
	width: 110px;
}
.cart-line-qnt > .price,
.product-list-line-qnt > .price {
	font-size: 20px;
	padding-bottom: 5px;
}

.total{
	font-weight: normal !important;
	font-size: 20px;
	line-height: 28px;
}

.ordering-link {
	font-size: 18px;
	display: block;
	padding: 30px 0 10px;
}
/* news */
.news-block{
    width: 922px;
    margin: 0 auto;
    padding: 21px 39px;
}
.news-block h3{
    color: #365164;
}
.news-block .news{
    padding: 14px 0 0;
}
.news-block .news li{
    display: inline-block;
    width: 290px;
    min-height: 136px;
    background: url('../images/l-2.png')  no-repeat right top;
    margin: 0 4px 0 0;
    vertical-align: top;
}
.news-block .news li:last-child{
    background: none;
}
.news-block .news li .news-title{
    font-size: 12px;
    padding: 0 0 9px;
    width: 280px;
}
.news-block .news li .news-title a{
    color: #91ba0d;
}
.news-block .news li .news-title a:hover,
.news-block .news li .news-title a:focus,
.news-block .news li .news-title a:active{}
.news-block .news li .date-news{
    font-weight: bold;
    font-size: 11px;
    color: #999999;
    width: 280px;
}
.news-block .news li .content-news{
    padding: 10px 0 0;
    font-size: 12px;
    color: #666666;
    width: 280px;
}
/* footer */
.footer-block-1,
.footer-block-2,
.footer-block-3,
.footer-block-4{
    display: inline-block;
    vertical-align: middle;
}
.footer-block-1{
    width: 291px;
    padding: 0 0 0 7px;
    font-size: 11px;
    font-weight: bold;
}
.footer-block-1 a{
    font-size: 14px;
    text-decoration: none;
    color: #f8f8f8;
}
.footer-block-1 a:hover,
.footer-block-1 a:focus,
.footer-block-1 a:active{
	color: #414851;
	text-decoration: underline;
}
.footer-block-2{
    width: 195px;
}
.footer-block-2 .phone-ico{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 18px;
    background: url('../images/sp.png') no-repeat -155px 0;
}
.phones-f-b a {
    color: #f0efef;
    text-decoration: none;
}
.footer-block-2 .phones-f-b{
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 4px;
    line-height: 16px;
}
.footer-block-2 .phones-f-b b{
    display: block;
}
.footer-block-3{
    width: 295px;
}
.footer-block-3 .email-ico{
    display: inline-block;  vertical-align: middle;
    width: 18px;
    height: 15px;
    background: url('../images/sp.png') no-repeat -174px 0;
}
.footer-block-3 a{
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 6px;
    color: #f8f8f8;
}
.footer-block-3 a:hover,
.footer-block-3 a:focus,
.footer-block-3 a:active{
	color: #666666;
	text-decoration: underline;
}
.footer-block-4{
    font-size: 12px;
    position: relative;
    width: 132px;
}
.footer-block-4 span{}
.footer-block-4 .logo-web-studio{
    background: url('../images/sd.png') no-repeat 0 0;
    width: 41px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

/* contact form */
.form-contact{
	padding: 20px 0;
}
.form-contact div{
	margin-bottom: 10px;
}

.form-contact label{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 160px;
	font-weight: bold;
	color: #365164;
}
.textarea-form,
.input-form{
	border: 1px solid #3f352b;
	width: 250px;
	font-size: 12px;
}
.textarea-form{
	border: 1px solid #3f352b;
	width: 380px;
	font-size: 12px;
	height: 100px;
	margin-top: 4px;
}
.submit-form{
	padding: 6px 20px;
	border: none;
	background: #365164;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	margin-left: 123px;
}
input.error, textarea.error {
	border-color: red;
}
.flash-msg {
	text-align: center;
}
.flash-msg.success {
	color: green;
}
/* modal */
#modal-wrap {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}

#modal-msg {
    background-color: #fff;
    color: #000;
    border: 2px solid #f7e6f3;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 250px;
    width: 400px;
    z-index: 9999;
    display: none;
    padding: 20px 20px 10px 20px;
    text-align: center;
}
#modal-msg a.close {
    display: block;
    float: right;
    font-size: 26px;
    height: 26px;
    margin-right: -10px;
    margin-top: -20px;
    text-decoration: none;
}
#modal-msg .content { min-height: 60px; }
/* Skitter styles */
.box_skitter {position:relative;width: 932px;height:280px;margin: 0 auto;background: #202328;border-radius: 8px;}
.box_skitter img { max-width:none; } /* Tip for stildv */
.box_skitter ul {display:none;}
.box_skitter .container_skitter {overflow:hidden;position:relative;border-radius: 8px;}
.box_skitter .image {overflow:hidden;}
.box_skitter .image img {display:none;}
/* Box clone */
.box_skitter .box_clone {position:absolute;top:0;left:0;width:100px;overflow:hidden;display:none;z-index:20;}
.box_skitter .box_clone img {position:absolute;top:0;left:0;z-index:20;}
/* Navigation */
.box_skitter .prev_button {position:absolute;top:50%;left:35px;z-index:100;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/prev.png) no-repeat left top;}
.box_skitter .next_button {position:absolute;top:50%;right:35px;z-index:100;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/next.png) no-repeat left top;}
/* Thumbs */
.box_skitter .container_thumbs { position:relative;overflow:hidden;height:50px; }
.box_skitter .info_slide_thumb { height:50px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;overflow:hidden;top:auto;top:0;left:0;padding:0 !important;opacity:1.0; }
.box_skitter .info_slide_thumb .image_number { overflow:hidden;width:100px;height:50px;position:relative;margin:0 !important; padding:0 !important; -moz-border-radius:0 !important;-webkit-border-radius:0 !important;border-radius:0 !important;}
.box_skitter .info_slide_thumb .image_number img { position:absolute;top:-30px;left:-30px;height:100px;}
.box_skitter .box_scroll_thumbs { padding:0; }
.box_skitter .box_scroll_thumbs .scroll_thumbs { position:absolute;bottom:60px;left:50px;background:#ccc;background:-moz-linear-gradient(-90deg, #555, #fff);background:-webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));width:200px;height:10px;overflow:hidden;text-indent:-9999em;z-index:101; cursor:pointer;border:0px solid #333; }
/* Dots */
.box_skitter .info_slide_dots {position:absolute;display: block !important;bottom: 5px !important;left:0px !important;z-index:21;right: 0 !important;text-align: center;}
.box_skitter .info_slide_dots .image_number {display:inline-block;cursor:pointer;width: 11px;height: 11px;font-size: 0px;overflow:hidden;margin-left: 8px;cursor:pointer;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}
.box_skitter .info_slide_dots .image_number.image_number_select {background-position: -143px -43px;}
/* Loading */
.loading {position:absolute; top:50%; right:50%; z-index:10000; margin:-16px -16px;color:#fff;text-indent:-9999em;overflow:hidden;background:url(../images/ajax-loader.gif) no-repeat left top;width:32px;height:32px;}
/* Label */
.box_skitter .label_skitter 	{ z-index:150;position:absolute;bottom:0px;left:0px;display:none; }
.box_skitter .label_skitter 	{ z-index:150;position:absolute;bottom:0px;left:0px;color:#fff;display:none;opacity:0.8;background:#000; }
.box_skitter .label_skitter p 	{ padding:10px;margin:0;font:normal 22px arial,tahoma;letter-spacing:-1px; }
.box_skitter .info_slide * 		{ font-family:Consolas,arial,tahoma !important; }
.box_skitter .progressbar 		{ background:#000; position:absolute; top:5px;left:15px;height:5px; width: 200px; z-index:99; border-radius:20px; }
/* Preview slide */
.box_skitter .preview_slide { display:none; position:absolute; z-index:152; bottom:30px; left:-40px; width:100px; height:100px; background:#fff; border:1px solid #222; -moz-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; -webkit-box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; box-shadow:rgba(0,0,0,0.7) 2px 2px 5px; overflow:hidden; }
.box_skitter .preview_slide ul { height:100px; overflow:hidden; margin:0; list-style:none; display:block; position:absolute; top:0; left:0; }
.box_skitter .preview_slide ul li { width:100px; height:100px; overflow:hidden; float:left; margin:0; padding:0; position:relative; display:block; }
.box_skitter .preview_slide ul li img { position:absolute; top:0; left:0; height:150px; width:auto; }
/* Focus */
#overlay_skitter { position:absolute; top:0; left:0; width:100%; z-index:9998; opacity:1; background:#000; }
.box_skitter .focus_button {position:absolute;top:50%;z-index:100;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/focus-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button {position:absolute;top:50%;z-index:151;width:42px;height:42px;overflow:hidden;text-indent:-9999em;margin-top:-25px;background:url(../images/pause-button.png) no-repeat left top;opacity:0;}
.box_skitter .play_pause_button.play_button {background:url(../images/play-button.png) no-repeat left top;}
/* Example for dimenions */
.box_skitter_large {width: 932px;height:280px;}
.box_skitter_small {width:932px;height:280px;}


/* Share42 */
#share42 {padding: 6px 6px 0; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}


.button-news{
    display:table-cell;
    vertical-align:middle;
    width: 120px;
    background: #edecec;
    padding: 2px 5px;
    margin: 0 0px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
}
.button-news a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #365164;
    vertical-align: middle;
    display: inline-block;
}
.button-news:hover,
.button-news:focus,
.button-news:active,
.button-news.jshover a {
    border-color: #d0df9c;
	    background: #def58c;
	background: -moz-linear-gradient(top,  #def58c 0%, #b5e019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def58c), color-stop(100%,#b5e019));
	background: -webkit-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -o-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: -ms-linear-gradient(top,  #def58c 0%,#b5e019 100%);
	background: linear-gradient(to bottom,  #def58c 0%,#b5e019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def58c', endColorstr='#b5e019',GradientType=0 );}