@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-12-12 09:35:28
 * @version $Id$
 */
.cs_nmb{
	margin-bottom: 0;
}
.cs_nav{
	box-shadow: 0 0 10px #E8E5E9;
}
.cs_nav_main{
	margin: 0 auto;
	max-width: 1400px;
	height: 90px;
}
.cs_nav_main .cs_logo{
	/*height: 54px;*/
	margin-top: 18px;
}
.cs_nav_item{
	height: 90px;
}

.cs_nav_item a{
	display: inline-block;
	height: 100%;
	line-height: 90px;
	color: #111111;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
}
.cs_nav_item.active a, .cs_nav_item:hover a{
	color: #D72951
}


.header .header-menu {position: relative;}
.header .header-menu:hover .submenu{display:block}
.header .header-menu:hover .submenu a{color:#727272}
.header .header-menu .submenu{min-width:100%;color:#727272;position:absolute;left:-1px;top:58px;padding:10px 0;background:#ffffff;display:none;text-align:center;border:1px solid #e5e5e5;border-top-color:#ffffff;z-index:51}
.header .header-menu .submenu.position-r{left:auto;}
.header .header-menu .submenu a{height:26px;line-height:26px;display:block;white-space:nowrap;text-align:center;overflow:hidden}
.header .header-menu.header-lang .submenu a{position:relative}
.header .header-menu.header-lang .active_lang:before{content:'';position:absolute;background:url(/Public/static/images/TB1VfuYjOqAXuNjy1XdXXaYcVXa-12-10.svg) no-repeat center;width:10px;height:8px;left:10px;top:10px}
.header .header-menu.header-lang .big_lang_img{width:25px;vertical-align:middle}
.header .header-menu.header-lang .small_lang_img{width:18px;vertical-align:middle}
.header .header-menu.header-lang .submenu a{text-align: left; padding-left: 25px;}

.list-inline>li {padding-right: 0px;padding-left: 0px;}


.cs_footer{
	background: #262626;
	padding: 30px 0 60px 0 ;
}

.cs_footer .cs_section_box{
	margin: 0 auto;
	width: 1200px;
}
.cs_footer_item{
	float: left;
	width: 20%;
	text-align: center;
	color: #fff;
}
.cs_footer_item h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.cs_footer_item a{
	display: block;
	color: #D6D6D6;
	font-size: 14px;
	line-height: 30px;
}
.cs_footer .cs_footer_copyright{
	border-top: 1px solid #545454;
	line-height: 45px;
	text-align: center;
	color: #9B9B9B;
	margin-bottom: 0;
}

.cs_footer .cs_footer_copyright a{
	color: #9B9B9B;
	/*text-decoration: ;*/
}

.marketing-button{
    margin-bottom: 8px;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;        
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    background-color: #D72850;
    color: #ffffff;
    border: 1px solid #D72850; 
    font: 400 13.3333px Arial;
    outline:none;
    min-width: 126px;
    font-size: 16px;
}
.marketing-btn{
    margin-bottom: 8px;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;        
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    background-color: #ffffff;
    color: #D72850;
    border: 1px solid #D72850; 
    font: 400 13.3333px Arial;
    outline:none;
    min-width: 126px;
    font-size: 16px;
}