* {
	box-sizing: border-box;
}

html, body {
	font-family: 'Open Sans', Arial, serif;
	font-size: 15px;
	color:#323232;
	width: 100%;
	height: 100%;
	background: #fff;
}

a {
	color: #419f53;
}

a:hover {
	color:#a65bb9
}

.swaip {
	background: url(../img/h.png) no-repeat;
	width: 32px;
	height: 32px;
	display: none;
	position: absolute;
	top: 14px;
}

body > nav {
    font-size: 16px;
	display: none;
}

.site-container {
	background: #fff!important;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.5);
}

.shadow-background {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
    display: none;
}

.shadow-background.active {
	display: block;
}

section,
.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

section.showall,
section.showall .wrapper {
	overflow:visible;
}

.site-wrapper {
	position: relative;
	background: #fff;
	margin: 0 auto;
}

header {
	background: url(../img/hbg.png) repeat-x 0 0;
	min-height: 153px;
}

header > .wrapper > nav {
	padding: 11px 0 0 0;
	margin: 0 0 11px 0;
}

nav ul {
	height: 35px;
	display: table;
}

nav ul > li {
	display: table-cell;
	vertical-align: middle;
}

nav ul > li a {
	font-weight: 300;
	font-size: 14px;
	color: #323232;
	margin-right: 35px;
}

nav ul > li.active a {
	text-decoration: none;
	color: #419f53;
}

header > .wrapper {
	position: relative;
}

nav > .snippet {
	position: absolute;
	top: 19px;
	right: 5px;
}

nav > .snippet .f,
nav > .snippet .c {
	background: url(../img/fc-snippet.png) 0 0;
	width: 24px;
	height: 22px;
	float: right;
	display: block;
	margin-left: 10px;
	position: relative;
	color: #323232;
}

nav > .snippet .c {
	background-position: -24px 0;
}

nav > .snippet span {
	font-size: 10px;
	display: block;
	background: #e5e5e5;
	border-radius: 5px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	position: absolute;
	top: 0;
	right: -5px;	
	text-align: center;
}

header ul.mid {
	overflow: hidden;
}

header ul.mid > li {
	width: 100%;
	text-align: center;
}

a.login {
	color: #323232;
	background: url(../img/login.png) left center no-repeat;
	padding-left: 37px;
}

ul.mon {
	display: table;
	margin: 15px auto 0;
}

ul.mon > li {
	display: table-cell;
	height: 41px;
	vertical-align: middle;	
	white-space: nowrap;
}

ul.mon > li:nth-child(2)  {
	border-right: 1px solid #e5e5e5;
	padding: 0 50px 0 50px;
}

ul.mon > li:nth-child(3) {
	padding-left: 20px;
	background: url(../img/cart-rur.png) right center no-repeat;
	padding-right: 12px;
}

ul.mon .count {
	color: #fff;
	background: #419f53 url(../img/cart.png) 12px center no-repeat;
	height: 41px;
	line-height: 41px;
	display: block;
	padding: 0 14px 0 39px;
	text-decoration: none;
}

.nav {
	overflow: visible;	
}

.nav .wrapper {
	padding: 21px 0 32px 0;
	position: relative;
	overflow: visible;
}

.nav .wrapper > ul {
	display: table;
	width: 100%;	
}

.nav .wrapper > ul > li {
	display: table-cell;
	vertical-align: middle;
}

.nav .wrapper > ul > li.desktop {
	width: 231px;
}

.adp-menu,
.menu {
	position: relative;
	color: #fff;
	background: #419f53;
	width: 231px;
	height: 57px;
	line-height: 57px;
	display: block;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	left: 0;
	z-index: 3000;
}

.adp-menu:hover,
.menu:hover {
	color: #fff;
}

.adp-menu > span,
.menu > span {
	background: url(../img/menu-deco.png) right center no-repeat;
	padding: 0 27px 0 0;
}

.adp-menu {
	display: none;
}

.nav form {
	position: relative;
}

.nav form ul {
	position: absolute;
	background: #fff;
	padding: 10px;
	z-index: 3000;
	left: 0;
	right: 0;
	top: 56px;
	border: 1px solid #e5e5e5;
	display: none;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);	
}

.nav form ul.active {
	display: block;
}

.nav form ul > li a {
	height: 20px;
    overflow: hidden;
    display: block;
}

.nav form ul > li a:hover {
	color: #419f53;
}

.nav form {
	position: relative;
}

.nav form > input {
	border: 1px solid #e5e5e5;
	height: 57px;
	line-height: 55px;
	width: 100%;
	padding: 0 20px;
}

.nav form > a {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 41px;
	line-height: 41px;
	padding: 0 10px 0 19px;
	text-decoration: none;
	background: #419f53;	
}

.nav form > a > input {
	background: #419f53 url(../img/search.png) right center no-repeat;
	color: #fff;
	padding: 0 54px 0 4px;
	height: 41px;
	line-height: 41px;	
	border: none;
	display: block;
	cursor: pointer;
}

.nav .hi-menu {
    display: none;
	left: 0;
	right: 0;
    background: #fff;
    height: 500px;
    z-index: 3001;
    position: absolute;
	top: 78px;
	padding: 40px;
}

.nav .hi-menu.active {
	display: block;
}

.nav .hi-menu  ul > li {
	width: 25%;
	float: left;
	position: relative;
}

.nav .hi-menu  ul > li:nth-child(4n+1) {
	clear: left;
}

.nav .hi-menu a {
	font-weight: 300;
	background: #fff;
	/*
	line-height: 40px;
	*/
	padding: 20px 30px 20px 16px;
	color: #323232;
	display: block;
	text-decoration: underline;
}

.nav .hi-menu ul > li:hover > a {
	background: #419f53;
	color: #fff;
	text-decoration: none;
}

.nav .hi-menu ul > li:hover > a.has-children {
	background: #419f53 url(../img/ng.png) right center no-repeat;	
} 

.nav .hi-menu li > ul {
	display: none;
	position: absolute;
	left: 300px;
	top: 0px;
	border-left: 1px solid #e5e5e5;
}

.nav .hi-menu ul > li:hover > ul {
	display: block;
}

ul.slides > li {
	position: relative;
}

ul.slides > li .content {
	width: 45%;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding: 80px 0 0 50px;
}

ul.slides > li .content b {
	font-family: "CenturyGothicRegular";
	font-size: 33px;
	color: #323232;
	margin: 0 0 35px;
	display: block;
}

ul.parts a.more,
ul.slides > li .content a.more {
	border: 1px solid #419f53;
	font-weight: 600;
	background: #419f53;
	color: #fff;
	padding: 24px 34px;
	display: block;
	float: left;
	margin: 35px 0 0 0;
	text-decoration: none;
}

ul.parts a.more:hover,
ul.slides > li .content a.more:hover {
	border: 1px solid #323232;	
	background: #fff;
	color: #323232;	
}

.flex-viewport {
	border: 1px solid #e5e5e5;
}

section.content .wrapper,
section.block .wrapper {
	padding: 38px 0;
}

section.nav + section.content .wrapper {
	padding: 0 0 38px;
}

section.content .wrapper p {
	margin: 15px 0 15px;
}

section .header {
	font-family: "CenturyGothicRegular";
	font-size: 33px;	
	background: #f9f9fb;
	color: #323232;
	display: block;
	padding: 16px 30px;
} 

section .slider {
	position: relative;
	z-index: 2000;
}

h1, h2, h3 {
	font-family: "CenturyGothicRegular";
	font-size: 33px;	
	color: #323232;	
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	margin: 30px 0 20px 0;
	font-size: 21px;
	font-weight: 600;	
}

h3 {
	margin: 25px 0 15px 0;
	font-size: 18px;
	font-weight: 600;	
}

h1.card {
	padding-left: 10px;
	text-transform: uppercase;
}

ul.card {
	display: table;
	width: 100%;
}

ul.card > li {
	vertical-align: top;
	position: relative;
	width: 50%;
	display: table-cell;
}

#cardslider {
	width: 515px;
}

div.props {
	overflow: hidden;
	margin-bottom: 50px;
}

dl.prop {
	border: 1px solid #e5e5e5;
	width: 115px;
	float: left;
}

dl.prop + dl.prop {
	margin-left: 40px;
}

dl.prop > dt,
dl.prop > dd {
	font-weight: 600;
	padding: 24px;
	text-align: center;
}

dl.prop > dt {
	color: #419f53;
	border-bottom: 1px solid #e5e5e5;	
}

dl.cprop,
dl.tbl {
	display: table;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 0;
	width: 80%;
	font-weight: 600;
}

dl.cprop {
	width: 100%;
	padding: 5px;
	margin: 20px 0 0 0;
}

dl.cprop + dl.cprop {
	margin: 0;
}

dl.cprop:last-child,
dl.tbl:last-child {
	border-bottom: none;
}

dl.cprop > dd,
dl.cprop > dt,
dl.tbl > dd,
dl.tbl > dt {
	width: 50%;
	display: table-cell;
}

dl.cprop > dd {
	text-align: right;
}

ul.card .price {
	margin: 20px 0 16px;
	text-align: center;
}

ul.card .price > span {
	font-family: "CenturyGothicRegular";
	font-size: 24px;
	color: #bababa;
	display: block;
}

ul.card .price > span + span {
	font-size: 33px;
	color: #323232;
	margin: 17px 0 0 0;
}

ul.card .price > span + span > em {
	background: url(../img/card-rur.png) no-repeat right center;
	font-weight: 400;
	font-style: normal;
	padding-right: 25px;
}

ul.card > li .spinner {
	position: relative;
	width: 106px;
	margin: 26px auto 28px;
	overflow: hidden;
}

ul.card > li .pnt {
	margin: 0 0 28px;
	text-align: center;
	font-weight: 300;
}

ul.rubrics {
    margin: 0 0 20px;
}

ul.rubrics.crop {
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}

.more-rubrics {
	font-size: 12px;
	margin: 0 0 10px;
	display: none;
	background: url(../img/crop.png) center bottom no-repeat;
	padding-bottom: 5px;
}

ul.rubrics.crop + .more-rubrics {
	display: block;
	text-align: center;
}

ul.rubrics > li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}

ul.rubrics > li a {
	font-size: 14px;
	padding: 3px 0 2px 0;
	color: #419f53;
	display: inline-block;
}

ul.rubrics > li a:after {
	color: #000;
	display: inline-block;
	content: ', ';
}

ul.rubrics > li:last-child a:after {
	content: '';
}

ul.rubrics > li a.active {
	color: #a65bb9;
	text-decoration: none;
}

.control {
	max-width: 387px;
	margin: 0 auto;
	vertical-align: top;
	overflow: hidden;
}

.control a {
	height: 58px;
	line-height: 58px;
	display: block;
	float: left;
}

.control a + a {
	margin-left: 16px;
}

.control a.cad {
	background: #419f53;
	width: 239px;
	text-align: center;
	color: #fff;
}

.control a.cad > span {
	font-family: "CenturyGothicRegular";
	background: url(../img/cad.png) left 50% no-repeat;	
	padding-left: 52px;
	height: 58px;
	display: inline-block;
	font-size: 19px;
}

.control .fav,
.control .cmp {
	background: url(../img/card-opt.png) no-repeat 0 0;
	width: 58px;
}

.control .fav.active,
.control .fav:hover {
	background-position: 0 -58px;
}

.control .cmp {
	background-position: -58px 0;
}

.control .cmp.active,
.control .cmp:hover {
	background-position: -58px -58px;
}

.control .subcontrol {
	overflow: hidden;
	margin: 0 0 24px 0;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 40px;
}

.share {
	border: 1px solid #e5e5e5;
	display: block;
	height: 43px;

	text-decoration: none;
	color: #323232;
	margin: 21px 0 10px 61px;
	padding: 0 11px 0 50px;	
	overflow: hidden;
	cursor: pointer;
}

.share > span {
	display: block;
	background: url(../img/share.png) 16px center no-repeat;
	margin: 0 0 10px -50px;
	padding-left: 50px;
	line-height: 43px;	
}

.share:hover {
	height:auto;
}

.control dl {
	overflow: hidden;
}

.control .d1,
.control .d2,
.control .d3 {
	background: url(../img/d1.png) no-repeat 0 0;
	padding-left: 44px;
	height: 65px;
	display: block;
	margin: 0 50px 0 71px;
}

.control .d2 {
	background: url(../img/d2.png) no-repeat 0 0;	
}

.control .d3 {
	background: url(../img/d3.png) no-repeat 0 0;	
}

ul.parts {
	background: #f9f9fb;
	width: 100%;
	display: table;
	overflow: hidden;
	min-height: 460px;	
}

ul.parts > li:first-child {
	background: url(../img/menu.jpg) 0 0  no-repeat;
	background-size: cover;
}

ul.parts > li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 100px 80px;
}

ul.parts p {
	margin: 10px 0;
	font-size: 15px;
	font-weight: 300;
}

ul.feats {
	width: 100%;
	display: table;
	margin: 80px 0;
}

ul.feats > li {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.feats > li img {
	display: block;
	margin: 0 auto 32px;
}

section.content .discount > span,
section.content .filter,
section.content .sorter {
	font-size: 14px;
	padding: 5px 7px 5px 30px;
	background: #f7f7f7;
	overflow: hidden;
	margin: 0 0 40px 0;
}

section.content .filter #prop_price {
	width: 300px;
	margin: 0 20px;
}

section.content .discount,
section.content .sorter {
	margin: 0 0 7px 0;	
}

section.content .filter .container,
section.content .sorter .container {
	display: table;
	float: left;
}

section.content .filter .container > span,
section.content .sorter .container > span {
	vertical-align: middle;
	display: table-cell;
}

section.content .filter .container > span input[type=text] {
	color: #323232;
    height: 40px;
    line-height: 40px;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
	width: 90px;
	text-align: center;
	padding: 0 10px;
}

section.content .sorter .container > span:first-child {
	padding-right: 10px;
}

section.content .sorter .container > span > a {
	color: #323232;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 16px;
	margin-left: 5px;
	display: block;
	border: 1px solid #f7f7f7;
}

section.content .sorter .container > span.active > a {
	color:#419f53;
	border: 1px solid #419f53;
	background: #fff url(../img/deco_sort.png) right 0px no-repeat;
	text-decoration: none;
}

section.content .sorter .container > span.active.desc > a {
	background-position: right -40px; 
}

section.content .sorter .container > span.active {
	-webkit-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    -moz-box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
    box-shadow: 0px 10px 20px -5px rgba(65,159,83,0.25);
}

ul.cat:after, ul.cat:before {
    display: table;
    content: '';
    clear: both;
}

ul.cat {
	margin: 28px -7px 14px;
	z-index: 1300;
}

ul.cat.owl-carousel {
	margin: 28px 0 14px;
}

ul.cat li {
    width: 25%;
	font-weight: 300;
    color: #323232;
    float: left;
	padding: 0 7px;
	margin-bottom: 14px;
}

ul.cat.owl-carousel li {
	width: 300px;
	padding: 0;
}

ul.cat li .frame {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	padding: 70px 18px 27px;
	position: relative;
	z-index: 1320;
}

ul.cat.owl-carousel li .frame {
	margin: 0 10px;
}

ul.cat li .frame .badge {
	position: absolute;
	top: 18px;
	left: 0px;	
}

ul.cat li .frame .badge > span {
	padding: 9px 15px;
	display: block;
	background: #f8da13;
	font-family: "CenturyGothicRegular";
	color: #323232;
	font-size: 14px;
}

ul.cat li .frame .badge > span.hit {
	background: #a65bb9;
	color: #fff;
}

ul.cat li .frame .desc {
	height: 60px;
	overflow: hidden;
}

ul.cat li .frame .cad {
	width: 41px;
	height: 41px;
	position: absolute;
	top: 18px;
	right: 18px;
	background: #419f53 url(../img/cad.png) 50% 50% no-repeat;
}

ul.cat li .frame .cad:hover {
	background-color: #a65bb9;
}

ul.cat li .frame img {
	margin: 10px auto;
	display: block;
}

ul.cat li .frame .counter {
	height: 60px;
	margin: 10px 0 0 0;
	position: relative;
}

ul.cat li .frame .counter .pnt {
	font-size: 12px;
	text-align: right;
}

ul.cat li .frame .counter .price {
	font-family: "CenturyGothicRegular";
	font-size: 27px;
	bottom: 3px;
	right: 0px;
	text-align: right;
	background: url(../img/li-rur.png) right center no-repeat;
	padding-right: 23px;
	position: absolute;
}

.spinner {
	position: absolute;
	left: 0;
	bottom: 0;
}

.spinner > span {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	width: 40px;
	height: 39px;
	float: left;
	text-align: center;
	line-height: 39px;
	font-weight: 300;
}

.spinner > span.dec,
.spinner > span.inc {
	cursor: pointer;
	width: 33px;
	background: url(../img/spinner.png) no-repeat 0 0;
	border: 1px solid #c7c7c7;
}

.spinner > span.inc {
	background-position: 0 -39px;
}

.spinner > span.dec:hover,
.spinner > span.inc:hover {
	background-color: #419f53;
}

ul.reviews > li {
	padding: 45px 0 0 0;
}

ul.reviews > li:nth-child(n+3) {
	display: none;
}

ul.reviews.active > li:nth-child(n+3) {
	display: block;
}

a.r-review, a.d-review {
	background: url(../img/ricons.png) 0 0 no-repeat;
	width: 24px;
	height: 23px;
	display: block;
	float: right;
	margin: 5px 5px 0px 0;
	opacity: 0.7;
}

a.r-review:hover, a.d-review:hover {
	opacity: 1;
}

a.r-review {
	background-position: -24px 0;
}

ul.reviews .comment {
	margin: 18px 0 0 88px;
	background: #f9f9fb;
	max-width: 820px;
	font-weight: 300;
	padding: 25px;
}

ul.reviews .comment > div {
	overflow: hidden;
}

ul.reviews .author {
	font-weight: 300;	
	padding: 0 0 0 88px;
}

ul.reviews .author .name {
	display: block;
	padding: 10px 0 0 0;
}

ul.reviews .author .l {
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-radius: 100%;
	font-size: 30px;
	font-weight: 300;
	background: #f9f9fb;
	float: left;
	margin-left: -88px;
}

ul.reviews div.reply {
	margin: 14px 0 0 182px;	
	padding-left: 81px;
	background: url(../img/reply.png) 0 0 no-repeat;
	min-height: 68px;
}

ul.reviews div.reply > .reply{
	display: block;
	background: #e0f0e3;
	padding: 25px;
}


ul.rates {
	display: table;
	width: 100%;
	margin: 30px 0 0 0;
}

ul.rates > li {
	font-family: "CenturyGothicRegular";
	font-weight: 600;	
	font-size: 21px;
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

ul.rating-top {
	display: table;
	font-weight: 300;
	height: 32px;
	margin: 45px 0 0 0;
	width: 100%;
}

ul.rating-top > li {
	padding: 0 0 0 30px;
	display: table-cell;
	vertical-align: middle;
}

ul.rating-top > li:first-child {
	width: 213px;
}

ul.rating-top > li:last-child a{
	display: block;
	float: right;
	background: #419f53;
	color: #fff;
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
}

ul.rating-top > li .show-all {
	padding: 0 0 0 11px;
}

.rating {
	margin: 33px 0 0 10px;
}

.callback-form .rating {
	margin: 0 0 10px 0;	
}

ul.rating-top > li .rating {
	margin: 0;
}

ul.cross-ratings {
	display: table;
	width: 340px;
	margin: 33px 0 0 0;
}

ul.cross-ratings + ul.cross-ratings {
	margin: 13px 0 0 0;	
}

ul.cross-ratings > li {
	font-size: 15px;
	font-weight: 300;
	display: table-cell;
	text-align: center;
}

ul.cross-ratings > li:nth-child(3) {
	width: 255px;
}

ul.cross-ratings .bar {
	height: 5px;
	width: 100%;
	background: #e5e5e5;
}

ul.cross-ratings .bar > span {
	background: #439b54;
	height: 5px;
	display: block;
}

.rating > span {
	background: url(../img/rate.png) no-repeat -237px 0;
	width: 213px;
	height: 32px;
	display: block;
}

.rating > span a {
	display: block;
	width: 33px;
	height: 32px;	
	float: left;
}

.rating > span a + a {
	margin-left: 12px;
}

.rating > span.vote-1 {
	background-position: -192px 0;
}

.rating > span.vote-2 {
	background-position: -147px 0;
}

.rating > span.vote-3 {
	background-position: -102px 0;
}

.rating > span.vote-4 {
	background-position: -57px 0;
}

.rating > span.vote-5 {
	background-position: -12px 0;
}

.author-rating {
	margin: 17px 0 0;
	display: block;
}

.author-rating > span {
	background: url(../img/rate-small.png) no-repeat -121px 0;
	width: 109px;
	height: 16px;
	display: block;
}

.author-rating > span.vote-1 {
	background-position: -98px 0;
}

.author-rating > span.vote-2 {
	background-position: -75px 0;
}

.author-rating > span.vote-3 {
	background-position: -52px 0;
}

.author-rating > span.vote-4 {
	background-position: -29px 0;
}

.author-rating > span.vote-5 {
	background-position: -6px 0;
}

footer {
	font-size: 16px;
	background: #f7f7f7;
}

footer .wrapper {
	padding: 95px 0 0 0;
}

footer > .wrapper > ul {
	width: 100%;
	display: table;
}

footer > .wrapper > ul > li {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

footer > .wrapper > ul > li {
	padding-left: 90px;
}

footer > .wrapper > ul > li:first-child {
	padding: 0;
}

a.logo {
	display: block;
	background: url(../img/logo.png) 0 0 no-repeat;
	width: 171px;
	height: 175px;
	margin: 0 auto;
}

a.phone {
	font-family: "CenturyGothicRegular";
	font-size: 34px;
	color: #323232;
	text-decoration: none;
	display: block;
	margin: 0 0 38px;
}

ul.app,
ul.socials {
	margin: 0 0 38px;
	overflow: hidden;
}

ul.app > li,
ul.socials > li {
	float: left;
	margin: 0 10px 0 0;
}

ul.socials a {
	background: url(../img/socials.png) 0 0 no-repeat;
	display: block;
	width: 39px;
	height: 38px;	
}

ul.socials li:hover a {
	background-position: 0 -38px;	
}

ul.socials .vk a {
	background-position: -39px 0;
}

ul.socials .vk:hover a {
	background-position: -39px -38px;	
}

ul.socials .fb a {
	background-position: -78px 0;
}

ul.socials .fb:hover a {
	background-position: -78px -38px;	
}

ul.socials .yt a {
	background-position: -117px 0;
}

ul.socials .yt:hover a {
	background-position: -117px -38px;	
}

ul.app a {
	background: url(../img/app.png) 0 0 no-repeat;
	display: block;
	width: 122px;
	height: 40px;
}

ul.app .gp a {
	background-position: 0px -40px;		
}

footer .blocks > ul {
	margin: 10px 0 40px 0;
	padding: 0;
}

footer .blocks a {
	color: #419f53;
	font-weight: 300;
}

.cpr {
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	display: block;
	margin: 0 0 20px;
}

ul.breadcrumbs {
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
}

ul.breadcrumbs > li {
	float: left;
}

ul.breadcrumbs > li + li:before {
	content: '/';
	padding: 0 10px;
}

ul.breadcrumbs > li a {
	font-size: 15px;
	font-weight: 300;
	color: #419f53;
}

ul.breadcrumbs > li:last-child  a{
	color: #323232;
	text-decoration: none;	
}

/* effects */
.tzn-bg {
	-webkit-transition: background 0.5s ease-out 0.1s;
    -moz-transition: background 0.5s ease-out 0.1s;
    -o-transition: background 0.5s ease-out 0.1s;
    transition: background 0.5s ease-out 0.1s;		
}

.tzn-op {
	-webkit-transition: opacity 0.5s ease-out 0.1s;
    -moz-transition: opacity 0.5s ease-out 0.1s;
    -o-transition: opacity 0.5s ease-out 0.1s;
    transition: opacity 0.5s ease-out 0.1s;		
}
