@font-face {
	font-family: "proxima_nova_semibold";
	font-weight: normal;
	font-style: normal;

	src: url("../fonts/proxima-nova-semibold.eot");
	src: url("../fonts/proxima-nova-semibold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/proxima-nova-semibold.woff2") format("woff2"),
	url("../fonts/proxima-nova-semibold.woff") format("woff"),
	url("../fonts/proxima-nova-semibold.ttf") format("truetype"),
	url("../fonts/proxima-nova-semibold.svg#proxima_nova_ltsemibold") format("svg");
}

@font-face {
	font-family: "proxima_nova_extrabold";
	font-weight: normal;
	font-style: normal;

	src: url("../fonts/proxima-nova-extrabold.eot");
	src: url("../fonts/proxima-nova-extrabold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/proxima-nova-extrabold.woff2") format("woff2"),
	url("../fonts/proxima-nova-extrabold.woff") format("woff"),
	url("../fonts/proxima-nova-extrabold.ttf") format("truetype"),
	url("../fonts/proxima-nova-extrabold.svg#proxima_nova_extrabold") format("svg");
}
@font-face {
	font-family: "proxima_nova_reg";
	font-weight: normal;
	font-style: normal;

	src: url("../fonts/proxima-nova-reg.eot");
	src: url("../fonts/proxima-nova-reg.eot?#iefix") format("embedded-opentype"),
	url("../fonts/proxima-nova-reg.woff2") format("woff2"),
	url("../fonts/proxima-nova-reg.woff") format("woff"),
	url("../fonts/proxima-nova-reg.ttf") format("truetype"),
	url("../fonts/proxima-nova-reg.svg#proxima_nova_rg") format("svg");
}


/* ---------------- Reset ---------------- */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, big, cite, code, del, em, img, small, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ul {
	list-style: disc;
	margin: 0 0 20px 40px;
}
ol {
	margin: 0 0 20px 40px;
}

li {
	margin: 0 0 10px;
}

:focus {
	outline: 0;
}

img {
	vertical-align: middle;
}

.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del, strike, s {
	text-decoration: line-through;
}

textarea {
	overflow: auto;
}

a.png img, a .png img, .png a img {
	cursor: pointer
}

html, body {
	height: 100%;
}

.dl-link {
	color: #222 !important;
	text-decoration: none !important;
	cursor: text !important;
	font-style: normal !important;
	font-weight: normal !important
}

.green{
	color: #6fac05;
}
.restore{
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 35px;
}

@font-face {
    font-family: 'BlocCRegular';
    src: url('/js/block/blocc-webfont.eot');
    src: url('/js/block/blocc-webfont.eot?#iefix') format('embedded-opentype'),
         url('/js/block/blocc-webfont.woff') format('woff'),
         url('/js/block/blocc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.block-title, .main-menu li a, .footer-phone, .recipes-name {
	font-family: BlocCRegular, Arial, Tahoma, sans-serif;
}
.block-title {
	font-size: 1.55em;
}

/* ---------------- Content ---------------- */
body {
	min-height: 100%;
	background: url(/images/body-bg.png) 0 0 repeat-x #ff900d;
	font: 13px/19px Arial, Tahoma, sans-serif;
	color: #000;
	min-height: 100%;
}

input.text, textarea, select {
	font: 14px/18px Tahoma, Arial, sans-serif;
	color: #000;
	border: 1px solid #e6e6f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top-color: #acadb1;
	padding: 2px 4px;
	margin:0 0 12px;
	background-color: #fff;
}

select{
	padding: 1px;
}

input, select {
	vertical-align: middle
}

a {
	text-decoration: underline;
	color: #2C95B3;
}
a:hover {
	text-decoration: none;
	color: #c7242c;
}
h1 {
	font-family: 'BlocCRegular', Arial, Tahoma, sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: normal;
    line-height: 36px;
}
h2 {
	margin-bottom: 20px;
	padding-top: 20px;
}
p {
	margin-bottom: 10px;
}
/* ---------------- Layout ---------------- */
#page {
	height: auto;
}
#main {
	background: #fff;
	overflow: hidden;
	padding:30px;
	margin: 0 auto;
	width: 940px;
}
#content {
	float: left;
	margin-right: -100%;
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 99;
}
#sidebar_l {
	float: left;
	width: 225px;
	margin: 0;
	padding: 0;
}
#sidebar_r {
	float: right;
	width: 220px;
	position: relative;
	z-index: 999;
}
#box {
	margin: 0;
}
#box2 {
	margin: 0 240px 0 0;
}
#header {
	background: #06370c;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}
#footer {
	background: #fff;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 20px 30px;
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

/* ---------------- Elements ---------------- */

.mangoes-logo {
	float: left;
	padding: 15px 0;
}
.mangoes-logo, .mangoes-logo img {
	width:208px;
	height:36px;
	display: block;
}
#parallax {
	width:940px;
	height:300px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}
.main-menu {
	padding-top: 22px;
	float: left;
}
.main-menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.main-menu a{
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	letter-spacing: .5px;
	padding: 25px 0 20px;
	margin: 0 10px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.main-menu li a:hover, .main-menu li.active a{
	color: #ffcc00;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.main-menu li.active a{
	border-top: 4px solid;
}
.product-small-grid {
	width: 850px;
	margin: 0 auto 10px;
	display: block;
	overflow: hidden;
}
.product-grid {
	display: block;
	overflow: hidden;
}
.product-small-block{
	text-align: center;
	width: 120px;
	display: block;
	float: left;
	margin-right: 20px;
}
.product-small-block a{
	display: block;
	border: 2px solid #fff;
	color: #2c95b3;
	padding: 10px;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.product-small-block a:hover{
	border: 2px solid #b4c4c8;
	color: #c7242c;
	-webkit-transition: all 1s ease;
}
.product-small-img {
	width: 100px;
	height: 100px;
}
.main-items-grid {
	width: 940px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.main-text {
	display: block;
	float: left;
	width: 360px;
	margin-right: 20px;
	padding-right: 20px;
}
.news-grid {
	display: block;
	background: #faf8ea;
	width: 260px;
	padding: 20px 20px 10px;
}
.teasers-grid {
	display: block;
	float: left;
	width: 220px;
}
.teasers-grid img{
	margin-bottom: 15px;
}
.news-date-bg{
	background: url(/images/news-date-bg.png) 0 0 no-repeat;
	display: block;
	width:58px;
	height:58px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 12px
}
.news-date-title {
	padding: 0 0 20px 10px;
	vertical-align: middle;
}
.news-date-title a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.news-date-title a:hover{
	border-bottom: 0 none;
}
.counters {
	width: 50px;
	display: block;
	float: left;
	margin-top: 7px;
}
.copyright {
	width: 190px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
.dev {
	width: 140px;
	display: block;
	float: left;
	position: relative;
	padding-left: 55px;
}
.dev a {
	color:	#666;
	text-decoration: none;
}
.dev .logo{
	background: url('/images/dl.png') 0 0 no-repeat;
	width: 43px;
	height: 41px;
	display: block;
	position: absolute;
	top: -2px;
	left: 5px;
}
.footer-phone {
	width: 170px;
	display: block;
	float: left;
	position: relative;
	padding-left: 20px;
	line-height: 22px;
	font-size: 21px;
	color: #D81206;
}
.footer-phone .ico{
	background: url('/images/phone-ico.png') 0 0 no-repeat;
	width: 14px;
	height: 17px;
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
}
.recipes-block-grid {
	overflow: hidden;
}

.recipes-block {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.recipes-block-img {
	width: 220px;
	height: 169px;
	margin-right: 20px;
	float: left;
}
.recipes-block-img img {
	width: 220px;
	height: 169px;
}
.recipes-block-title {
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px;
}
.recipes-block h3 {
	margin-bottom: 5px;
}
.recipes-block ul {
	list-style: square;
	margin: 0 0 15px;
	display: inline-block;
}
.recipes-block ul li{
	margin: 0 15px;
}
.recipes-block-description {
	float: left;
	width: 460px;
}
.recipes-block span {
	font-size: 1.17em;
	font-weight: bold;
}
.recipes-block p {
	margin-bottom: 0;
}
.send-form td {
	padding: 3px 0;
}
.labeltd {
	padding-right: 10px !important;
}
.warnText {
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #f6f5e1;
	color: #D81206;
	font-size: 11px;
}
#recipes {
	width: 220px;
	height: 169px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.recipes-name {
	display: block;
	padding: 2px 5px 5px;
	background: #000;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 210px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	text-align: right;
}
.lightbox-links a {
	width: 50px;
	height: 72px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	background: #fff;
	display: inline-block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	box-shadow: 0px 1px 4px #ccc;
}

/* Social button */
.social-bt {
	width: 225px;
	margin-right: 50px;
	float: left;
	margin-top: 2px;
}
.facebook, .vkontakte, .instagram, .twitter {
	width: 45px;
	height: 50px;
	display: inline-block;
	font-size: 9px;
	text-decoration: none;
    text-align: center;
}
.facebook i, .vkontakte i, .instagram i, .twitter i {
	background: url(/images/soc-bt.png) 50% 0 no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.facebook i{
	background-position: 0 -32px;
}
.vkontakte i{
	background-position: -32px -32px;
}
.instagram i{
	background-position: -64px -32px;
}
.twitter i{
	background-position: -96px -32px;
}
.facebook, .vkontakte, .instagram, .twitter {
	margin-right: 10px;
}
.instagram {
	margin-right: 0;
}

.where-buy td{
	padding: 10px 20px 10px 0;
}

/* Path */
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb ul{
	list-style: none;
	margin: 0 !important;
	font-size: 12px;
	padding: 0;
}
.breadcrumb ul li{
	display: inline;
	color: #666;
	padding-right: 5px;
}
.breadcrumb ul li span{
	font-size: 14px;
	color: #8E969B;
}
.breadcrumb ul li a{
	color: #666;
}
.breadcrumb-arrow {
	font-size: 14px;
}

.buy-item {
	width: 210px;
	height: 80px;
	display: block;
	margin: 0 20px 30px 0;
	padding: 10px 0;
	float: left;
	border-top: 3px solid #eee;

}
.buy-item p {
	font-weight: normal;
	font-size: 12px;
}
blockquote {
	font-size: 16px;
	line-height: 22px;
	padding-right: 100px;
	padding-left: 20px;
	margin: 40px 0 20px;
	border-left: 6px solid #eee;
	display: block;
	color: #666;
}
.profit {
	margin: 40px 0;
	border-top: 1px solid #eee;
}
.profit td{
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #eee;
}
.profit-splash {
	margin: 30px 0;
}
.profit-warning {
	padding: 15px 15px 5px 15px;
	background: #F5F5EA;
	margin-bottom: 20px;
	color: #666;
	text-shadow: 1px 1px #fff;
	font-size: 11px;
	line-height: 14px;
}
.profit-warning ul{
	margin: 0;
	padding: 0;
	padding-left: 17px !important;
}
.profit-warning ul li{
	margin-bottom: 10px;
}
.gallery {
	width: 100%;
}
.gallery td {
	padding: 10px;
}
.slide {
	width: 940px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #FFF;
	margin-bottom: 10px;
}

.adv a{
	display: inline-block;
	width: 250px;
	height: 250px;
	-moz-box-shadow:  0px 0px 4px #ccc;
	-ms-box-shadow:  0px 0px 4px #ccc;
	-webkit-box-shadow:  0px 0px 4px #ccc;
	box-shadow:  0px 0px 4px #ccc;
}
.submappage {
	height: 100% !important;
}
.submapmain {
	width: 100% !important;
	min-height: 100%;
    height: auto !important;
    height: 100% !important;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	z-index: 1;
}
.submapheader {
	z-index: 999;
	width: auto !important;
	min-width: 940px;
}
.submapfooter {
	z-index: 999;
	height: 42px;
	width: 100% !important;
	min-width: 940px;
	padding: 20px 0 !important;
	position: absolute !important;
	bottom: 0;
	left:0;
}
.submapfooter  .counters {
	margin-left: 30px;
}
.np_network_block {
	position: absolute;
	top: 54px;
	left: 70px;
	z-index: 999;
	background: #fff;
	padding: 20px;
	border: 1px solid #D9DFD1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.ymaps-controls__control {
	top: 54px !important;
}
.ymaps-controls__toolbar  {
	top: 44px !important;
}
.np_network_wrap {
}
#np_map_geocode {
	width: 100%;
	height: 100%;
	margin:0;
	position: absolute;
	top: 0px;
	left: 0;
}

@media screen and (min-width:1200px) {
	/* .main-menu{
		width: 595px;
		margin: 0 auto;
	}*/
	.dev {
		padding-top: 3px;
	}
	.footer-phone {
		width: 170px;
	}
}
.submapbody #page{
	/*height: auto !important;**/
	overflow: hidden;
	min-height: 100%;
}
.submapbody #footer{
	position:relative !important;
	margin-top: -83px !important;
}
.submapbody #content{
	padding-bottom: 120px;
	clear:both;
}
.submapbody #np_map_geocode{
	bottom: 258px;
	height: auto;
}

.prod-gallery {
	width: auto;
}
.prod-gallery  td img {
	border: 1px solid #EEE;
}
.prod-gallery  td {
	padding: 10px 10px 20px 0;
}
/* Submenu */
.sub-menu-wrap {
	background: #E0EBE0;
	position: relative;
	padding: 0 30px;
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
}
.sub-menu {
	padding-left: 260px;
	list-style: none;
	margin:0;
}
.sub-menu li {
	padding: 0;
	margin: 0;
	margin-left: -10px;
	margin-right: 20px;
	float: left;
}
.sub-menu li a {
	color: #465048;
	text-decoration: none;
	padding: 7px 10px;
	display: block;
}
.sub-menu li a:hover {
	text-decoration: underline;
}
.sub-menu li.active a {
	font-weight: bold;
}
/* News */
.nc_news {
	border-top: 1px dashed #CCC;
	padding-top: 18px;
	margin-top: 10px;
}
.news-item {
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.news-item p small {
	color: #666;
}
/* Documents */
.doc-wrap {
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 30px;
}
.doc-item {
	display: block;
	width: 160px;
	float: left;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.doc-item a {
	width: 150px;
	height: 200px;
	text-align: center;
}
.doc-item img {
	margin-bottom: 15px;
}

/* Articles */
.articles-wrap {
	overflow: hidden;
}
.articles-item {
	width: 200px;
	float: left;
	margin: 0 30px 30px 0;
}
.articles-item img {
	width: 200px;
	margin-bottom: 10px;
}

.delivery-car {
	margin-top: 30px;
}
.main-bottom-text {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.main-middle-col {
	display: block;
	float: left;
	width: 280px;
	margin-right: 40px;
	overflow: hidden;
}

/* ------------- Nutrition Facts -------------------- */
.productDescriptionTable {
	width: 340px;
	padding: 3px;
	border: 2px solid black;
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 1.3;
}
.pDH1 {
	font-weight: 900;
	font-size: 24pt;
	line-height: 1;
}
.pDcategory {
	font-size: 9pt;
	font-weight: bold;
	border-top: 13px solid black;
	border-bottom: 2px solid black;
	line-height: 1.5;
}
.pDcalories1 {
	width: 130px;
	line-height: 1.5;
	font-size: 10pt;
	padding-top: 5px;
	border-bottom: 5px solid black;
}
.pDcalories2 {
	width: 250px;
	text-align: right;
	font-size: 10pt;
	padding-top: 5px;
	border-bottom: 5px solid black;
}
.pdDailyTh {
	text-align: right;
	font-size: 9pt;
	font-weight: 900;
	line-height: 1.5;
	border-bottom: 2px solid black;
}
.pDdaily {
	width: 100%;
	font-size: inherit;
	line-height: 1.5;
	border-bottom: 11px solid black;
}
.pDDblank {
	width: 20px;
	border-bottom: 0px solid black;
}
.pDD1 {
	border-bottom: 2px solid black;
}
.pDD2 {
	text-align: right;
	border-bottom: 2px solid black;
	font-weight: bold;
}
.pDvitamins {
	font-size: inherit;
	line-height: 1.5;
	width: 100%;
	border-bottom: 2px solid black;
}
.pDV1 {
	width: 48%;
}
.pDV2 {
	width: 4%;
	text-align: center;
}
.pDV3 {
	text-align: right;
}
.pDlink {
	font-size: 8pt;
	line-height: 1.5;
	padding-top: 5px;
}
.pDL1 {
	vertical-align: top;
}
.pDcaloriesTable {
	font-size: 8pt;
	line-height: 1.5;
	border-bottom: 5px solid black;
}
.pCDth {
	border-bottom: 1px solid black;
}
.pDC1 {
	width: 140px;
	border-bottom: inherit;
}
.pDC2 {
	width: 100px;
	border-bottom: inherit;
}
.pDC3 {
	width: 80px;
	border-bottom: inherit;
}
.pDC4 {
	border-bottom: inherit;
}
.pDcaloriesTable2 {
	width: 100%;
	font-size: 9pt;
	line-height: 2;
	border-bottom: 13px solid black;
}
.pDC2 {
	width: 30%;
	text-align: center;
}
/* ----------- END Nutrition Facts --------------- */

.langs {
	font-size: 19px;
	display: block;
	float: right;
	overflow: hidden;
	width: 55px;
	height: 100%;
	margin-top: 22px;
	text-align: center;
	letter-spacing: .5px;
	border-left: 1px solid rgba(255,255,255,.3);
}
.langs a {
	font-family: "BlocCRegular", Arial, Tahoma, sans-serif;
	padding-left: 20px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .5s ease;
	   -moz-transition: color .5s ease;
	     -o-transition: color .5s ease;
	        transition: color .5s ease;
}
.langs a:hover {
	color: #fc0;
}

.partners-wrap {
	text-align: center;
	margin-top: 55px;
}
.partners-wrap h2 {
    padding-bottom:0px;
    display: block;
    font-family: "proxima_nova_extrabold", Arial !important;
    font-size:40px !important;
    margin-bottom: 40px;

   /* font-family: 'BlocCRegular', Arial, Tahoma, sans-serif;
    font-size: 36px;
    font-weight: normal;

    line-height: 36px;*/
}
.grid {
	overflow: hidden;
	margin-bottom: 30px;
}
.grid-item {
	width: 16.6%;
	height: 150px;
	text-align: center;
}
.grid-item--width2 {
	width: 50%;
}
.filter-button-group {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	border: 0 solid #ccc;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.filter-button-group button {
	font-size: 14px;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 20px;
	color: #3c434a;
	border: 0;
	border-right: 1px solid #c9d7da;
	outline: 0;
	background-color: #e9edf1;
}
.filter-button-group button:last-child {
	border-right: 0;
}
.filter-button-group button:hover {
	cursor: pointer;
	background-color: #DAE0E2;
}
.filter-button-group button.is-checked {
	color: #fff;
	background-color: #c7242c;
}



.div-teaser-grid {
text-align:left;
margin-bottom:30px;
text-align: justify;
}

.div-teaser-grid:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.div-teaser {
width: 224px;
height: 113px;
background-position: center bottom;
background-color: transparent;
background-repeat:no-repeat;
position:relative;

}
.div-teaser-grid a:first-child {
    margin-left:0px;
}
.div-teaser-text {
font-family:'proxima_nova_semibold', Arial;
font-size:18px;
color:#e4f0e3;
margin:28px 0 0 18px;
width:105px;
position:absolute;
line-height:1.1;
text-align: left;
}

.a-no-href{
text-decoration:none;
display:inline-block;
/* margin-left:10px;  */
}

.teasers-inside .a-no-href {
	margin-left:0px;
}

.div-about {
text-align:center;
}

.div-about-text {

margin: 0 auto;
}

.div-about-text {
margin-left:0px;
}



.div-about-text-column {
display: inline-block;
width: 340px;
padding-bottom:35px;
text-align: left;
vertical-align: top;
margin-left: 50px;
font-family: "proxima_nova_reg", Arial;
font-size:15px;
line-height:1.5;


}

.title-h2 {
padding-bottom:50px;
display: block;
font-family: "proxima_nova_extrabold", Arial !important;
font-size:40px !important;

}

.about-cont-image {
text-align:center;
margin-bottom:60px;

}


.news-content
{
  background-color:#faf8ea;
  height:55px;
  text-align:center;

}
.news-content-inside{
  width:880px;
  margin:0 auto;
  text-align:left;
  padding-top:17px;


}
.news-date{
   margin:0 50px 0 10px;
   font-family: "proxima_nova_reg", Arial;
   font-size:14px;

}

.news-title{
    font-family:'proxima_nova_semibold', Arial;
    font-size:18px;
    border-bottom:1px solid #cae0c6;
    color:#088136;
    text-decoration:none;

}
.news-title:hover{
   border-bottom-color:#edc3ba;
}

.news-title:after{
   width:30px;
   height:20px;
   content:'';
   background:url('/img/green-arrow.png') no-repeat;
   position: absolute;
   margin: 6px 0 0 10px;

}


.news-block{
    float:right;
    vertical-align:bottom;
}

.news-all{

    color:#c7242c;
    text-decoration:none;
    font-family: "proxima_nova_reg", Arial;
    font-size:14px;
    margin-left:10px;
    border-bottom:1px solid #edc3ba;
}
.news-all:hover{
   border-bottom-color:transparent;
}

.about-company-title-text{
   font-family: Tahoma;
   font-size:14px;
}

.margin-en {
		margin-top: 50px;

}
