
input, textarea, button {
    /*-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0; 
	 outline: 0px solid #fff;
}
figure img{
	width:100%;
}
mark {
    background-color: yellow;
    color: black;
} 
textarea{
	border:#d9d9d9 solid 1px;
}
::-webkit-input-placeholder { /* WebKit browsers */
   font-style: italic;
   opacity:  1;
   color:#acacac;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-style: italic;
   opacity:  1;
   color:#acacac;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-style: italic;
   opacity:  1;
   color:#acacac;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-style: italic;
   opacity:  1;
   color:#acacac;
}
html,body{
	-webkit-text-size-adjust:  100%;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
html{
	background-color:#cecece;
}
 
@font-face {
    font-family: 'HelveticaLT55Roman';
    src: url('fonts/HelveticaLT55Roman.eot');
    src: url('fonts/HelveticaLT55Roman.eot') format('embedded-opentype'),
         url('fonts/HelveticaLT55Roman.woff2') format('woff2'),
         url('fonts/HelveticaLT55Roman.woff') format('woff'),
         url('fonts/HelveticaLT55Roman.ttf') format('truetype'),
         url('fonts/HelveticaLT55Roman.svg#HelveticaLT55Roman') format('svg');
}

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



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



body{
	font-family:'HelveticaLT55Roman', Arial;
	font-weight:normal;
	font-size:15px;
	line-height:24px;
	color:#262626;	
	margin:0 auto;	
	background-color:#fff;
	height:100%;
}
body.page{
	padding:0;
}
a{
	color:#0062ad;
}
a:hover{
	text-decoration:none;
	color:#456c73;
}
a:active ,
a:visited,
a:focus {
	text-decoration:none;
	outline:none;
}
.marginBottom30{
	margin-bottom:30px;
}
.clearBoth{
	clear:both;
}
.paddingTop35{
	padding-top:35px!important;
}
input,
textarea{
	outline:none;
}
img{
	height:auto;
}
a image{
	border:#fff solid 0px;
}
h1, h2, h3{
	margin:0;
	padding:0;
}
ul, li{
	list-style:none;
	margin:0;
	padding:0;
}

nav{
	display:block;
}
nav ul li{ 
	display:inline-block;
}

figure img{
	width:100%;
}
mark {
    background-color: yellow;
    color: black;
} 
textarea{
	border:#d9d9d9 solid 1px;
	font-size:14px;
	font-family:verdana,Arial;
	color:#262626;
	background-color:#f9f9f9;
}
.DesktoppaddingLeft15{
	padding-left:15px;
	position:relative;
}
#Header {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	border-bottom:5px solid #dae9f4;
}
#Header.logged {
	top: 32px;
}
#Header > .container {
    height: 126px;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}

#BgBannerSubpage, #Main {
	margin-top: 126px;
}
.LogoPage{	
	height:126px;
	display:block;
	line-height:120px;
}
.LogoPage img{
	vertical-align:middle;
}

.LogoPage.reset {
	height: 87px;
	line-height: 87px;
}
.LogoPage.reset img {
	height: 60px;
}
.MainMenu{	
	height:53px;
	line-height:53px;	
	clear:both;		
	float:right;	
}
.MainMenu.reset {
	/*height: 87px;
	line-height: 87px;*/
}	
.MainMenu li{
	vertical-align:middle;
}
#Main{
	min-height:570px;
}
.MainMenu ul li {
	padding-left:24px;
}

.MainMenu ul li a{
	font-family:'HelveticaNeueLTStdMd', Arial;
	font-size:17px;
	color:#262626;
	font-weight:normal;
	display: block;
	-moz-transition: color  1s;
	-webkit-transition:color 1s;
	-o-transition: color  1s;
	-ms-transition: color 1s;
	transition: color 1s;
}
.MainMenu ul li a:hover,
.MainMenu ul li a:active{
	color:#0062ad;
}
.MainMenu ul li.current-menu-item a,
.MainMenu ul li.current-menu-parent a,
.MainMenu ul li.current-menu-ancestor a {
	color:#f89822;
}
.MainMenu.Tablet a{

}
#BgBanner .sliders{
	height:562px;
	/*background-color:#76a0bf;
	border-top:#dae9f4 solid 5px;*/
}
.markten #BgBanner .sliders .parallax{
	position:inherit;
}
#BgBanner .sliders .parallax,
#BgBanner .slider_home .parallax{
	position:fixed;
	z-index:0!important;	
	width:100%;
}
#BgBanner.sticky .sliders .parallax{
	margin-top:-30px;
	-moz-transition: margin-top 0.5s;
	-webkit-transition: margin-top 0.5s;
	-o-transition: margin-top 0.5s;
	-ms-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
}
#BgBanner .ButtonsBlock{
	padding:30px 0 47px 0;
	/*background:#fff url('../../common/images/arrow_banner.png') no-repeat top center;*/
	background-color:#fff;
	position:relative;
	z-index:80!important;
	margin-top:1px;
}
#BgBanner .sliders ul {
	position:relative;		
	z-index:0!important;
}
#BgBanner .arrow_position {	
	position:absolute;
	bottom:0;
	width:100%;
	height:16px;
	background:url('../../common/images/bg_arrowBanner.png') no-repeat top center;
	z-index:500;
}
#BgBanner .sliders ul  li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:0;
	opacity:0;
}
#BgBanner .sliders ul  li.active{
	z-index:1;
}
#BgBanner .sliders ul  li .Image{
	height:562px;
	overflow:hidden;
	text-align:center;
}
#BgBanner .sliders ul  li img{
	width:auto;
}
#BgBanner .sliders ul  li .arrow{
	height:16px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:50;
	opacity:1;	
}
#BgBanner .sliders ul  li.Item_0 .arrow{
	background:url('../../common/images/arrow0_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_1 .arrow{
	background:url('../../common/images/arrow1_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_2 .arrow{
	background:url('../../common/images/arrow2_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_3 .arrow{
	background:url('../../common/images/arrow3_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_4 .arrow{
	background:url('../../common/images/arrow4_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_5 .arrow{
	background:url('../../common/images/arrow5_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.Item_6 .arrow{
	background:url('../../common/images/arrow6_active.png') no-repeat bottom center;
}
#BgBanner .sliders ul  li.active .arrow{
	opacity:1;	
}
#BgBanner .Buttons .Item{
	display:inline-block;
    margin: 18px 27px 0 6px;
	float:left;
	position:relative;
	padding-bottom:30px;
	overflow:hidden;
}
#BgBanner .Buttons .Item_6{
	margin-right:0;
}
#BgBanner .Buttons .Item .img_wrapper{
	display:block!important;
}
#BgBanner .Buttons .Item > div > img{
	margin-bottom:12px;
	position:absolute;
	top:0;
	left:0;
}
#BgBanner .Buttons .Item .hover{
	width:138px;
	height:134px;
}
#BgBanner .Buttons .Item > div > img.hover{
	opacity:0;
	-moz-transition: opacity  1s;
	-webkit-transition:opacity 1s;
	-o-transition: opacity  1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
#BgBanner .Buttons .Item:hover > div > img.hover, #BgBanner .Buttons .Item.active > div > img.hover{
	opacity:1;
}
#BgBanner .Buttons .Item  .title{
	display:block;
	width:100%;
	clear:both;
	text-align:center;
	font-family: 'HelveticaLT55Roman', Arial;
	font-size:15px;
	margin-top:6px;
	position:absolute;
	bottom:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #939393;
}
#BgBanner .Buttons .Item   .title  .icon{
	display:inline-block;
	background:url('../../common/images/common.png') no-repeat 0 3px;
	width:20px;
	height:15px;
}
#BgBanner .Buttons .Item:hover{
	overflow:inherit;
}
#BgBanner .Buttons .Item:hover   .title  .icon, #BgBanner .Buttons .Item.active   .title  .icon{
	background-position:-31px 3px;
}
#BgBanner .Buttons .Item:hover   .title, #BgBanner .Buttons .Item.active   .title {
	color:#f89822;
	font-weight: bold;
}
#BgBanner .Buttons .Item ul{	
	opacity:0;
	position:absolute;
	z-index: 999;
	top:164px;
	left:-43px;
	padding:16px 0px 0px 0px;
	width:215px;
	background:url('../../common/images/arrow_sub.png') no-repeat left top;
	/*-moz-transition: opacity  1s;
	-webkit-transition:opacity 1s;
	-o-transition: opacity  1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;*/
	border-bottom:#fff solid 3px;
}
/*#BgBanner .Buttons .Item:hover ul{
	opacity:1;
}*/
#BgBanner .Buttons .Item ul li{
	background:url('../../common/images/bg_item_slider.png') repeat-y;
	padding:0;
	width:100%;
	text-align:center;
	font-size:15px;
	font-family:'HelveticaLT55Roman', Arial;
	width:215px;
}
#BgBanner .Buttons .Item ul li:hover{
	background:url('../../common/images/bg_item_slider_hover.png') repeat-y;
}
#BgBanner .Buttons .Item ul li a{
	width:100%;
	display:block;
	padding:11px 0;
	color:#0062ad;
}
#BgBanner {
	position:relative;
}
.page-template-template-market  #BgBanner {
	margin-top:126px;
}
#BgBanner .TextBannerBlock {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	padding:112px 0 0 0;
}
#BgBanner .TextBannerBlock{
	opacity:0;
}
#BgBanner .TextBannerBlock .text,
#BgBanner .slider_home .text{
	font-family:'HelveticaNeueBold',Arial;
	font-size:60px;
	line-height:120px;
	color:#fff;	
	padding-bottom:7px;
}
#BgBanner .TextBannerBlock .detail{
	background-color:#f89822;
	color:#fff;
	font-family:'HelveticaNeueBold',Arial;
	font-size:22px;
	padding:0 20px;
	text-align:center;
	line-height:48px;
	display:inline-block;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
#BgBanner .TextBannerBlock .detail:hover,
#BgBanner .TextBannerBlock .detail:active {
	background-color:#df891f;
}
#BgBanner .TextBannerBlock .detail .icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:url('../../common/images/common.png') no-repeat -27px -15px;
}
#productsHomepage{
	background-color:#ebf3f9;
	padding:56px 0 26px 0 ;
	position:relative;
	z-index:50!important;
}
.productsItems .Item{
	margin-bottom:30px;
	cursor:pointer;
}
.productsItems .Item .Image{
	position:relative;
}
.productsItems .Item .Image img{
	width:100%;
}
.productsItems  .ProductName{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url('../../common/images/bg_product.png') repeat;
	padding-bottom:10px;
}
.productsItems  .ProductName h2{
	color:#fff;
	font-size:20px;
	font-family:'HelveticaNeueBold', Arial;
	padding:15px 18px 5px 18px;
	float:left;
}
.productsItems  .ProductName .hiddenTag{	
	overflow:hidden;
	padding:0 18px;
	clear:both;
	height:0;
}
.productsItems  .ProductName .ingress,
.productsItems  .ProductName .detail{
	font-size:15px;
	color:#fff;
}
.productsItems  .ProductName .detail{
	padding-top:10px;
	padding-bottom:5px;	
	font-family:'HelveticaNeueBold', Arial;
	font-size:14px;
}
.productsItems  .ProductName .detail .icon{
	display:inline-block;
	width:20px;
	height:16px;
	background:url('../../common/images/common.png') no-repeat 8px -18px;
}
#Partner{
	padding:45px 0 8px 0;
	position:relative;
	background-color:white;
	clear:both;
	z-index:50;
}

#Partner .Title{
	padding-bottom:20px;
	font-family:'HelveticaNeueBold', Arial;
	font-size:24px;
	color:#f89822;
}
#Partner .TitleSlideHome{
	padding-top:36px;
}
#Partner .Items{
	line-height:138px;
	text-align:center;
	overflow:hidden;
}
#Partner .Items .Item{
	float:left;
	margin:auto;
	margin-right:30px;
}
#Partner .Items .Item.LastItem{
	margin-right:0px;
}
#Partner .Items img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#NewsHomepage{
	padding:30px 0 52px 0;
	position:relative;
	background-color:white;
	z-index:50;
}
#NewsHomepage .title{
	padding-bottom:22px;
}
#NewsHomepage  .EventBlock .title{
	margin-left:20px;
}

#NewsHomepage .title a{
	color:#f89822;
	font-family:'HelveticaNeueBold', Arial;
	font-size:24px;
}
#NewsHomepage .NewsBlock img{
	max-width:200px;
	margin-right:34px;
	float:left;
}

#NewsHomepage h3{
	color:#000;
	font-family:'HelveticaNeueBold', Arial;
	font-size:18px;
	margin-bottom:10px;
}
#NewsHomepage .text{
	font-size:15px;
	margin-bottom:8px;
}
#NewsHomepage  .detail{
	color:#0062ad;
	font-family:'HelveticaNeueBold', Arial;
	font-size:14px;
}
#NewsHomepage  .detail:hover{
	text-decoration:underline;
}
#NewsHomepage .EventBlock .DateBig{
	width:91px;
	height:128px;
	float:left;
	margin-right:16px;
	margin-left:18px;
}
#NewsHomepage .EventBlock .DateBig span{
	font-size:26px;
}
#NewsHomepage .date {
	color:#939393;
	font-size:15px;
}
#RepreProHomepage{
	background-color:#ebf3f9;
	position:relative;
	z-index:50;
}
#RepreProHomepage{
	padding:60px 0 75px 0;
	overflow:hidden;
}
#RepreProHomepage .Item{	
	cursor:pointer;	
	text-align:center;
	position:relative;
	padding-bottom:30px;
	min-height:55px;
}
#RepreProHomepage .Item img{
	max-width:100%;
	width:100%;
	max-height:100%;
}
#RepreProHomepage .Item h2{
	background-color:#5d93bc;
	color:#fff;
	font-family: 'HelveticaNeueLTStdMd';
	font-size:15px;
	text-align:center;
	line-height: 18px;
    padding: 10px 0px 10px;
	position:absolute;
	bottom:0;
	width:100%;
}


#Footer{		
    color: #fff;    
	background-color:#1c659c;
	line-height:66px;
}
#Footer .Bottom{
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:70px;
}
#Footer .Bottom a{
	color:#fff;
	line-height:66px;
}
#Footer .Bottom a:hover{
	text-decoration:underline;
}
#Footer.sticky{
	position:fixed;
	width:100%;
	bottom:0;
}
#BgBannerSubpage{
	position:relative;
	height:209px;
	margin-bottom:20px;
	overflow:hidden;
	border-top:5px solid #dae9f4
}
#BgBannerSubpage img{
	/*width:100%;*/
	width:auto;
	height:100%;
}
 #BgBannerSubpage .banner {
	height:204px;
}


.contentBreadcrum{
	position:absolute;
	bottom:14px;
	left:0;
	width:100%;
}
.TextBannerBlock{
	position:absolute;
	width:100%;
	top:77px;
	left:0;
	text-align:center;
}
.TextBannerBlock .text{
	color: #fff;
    font-family: "HelveticaNeueBold",Arial;
    font-size: 40px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#Breadcrum  .Breadline{
	line-height:24px;
	font-family: 'HelveticaNeueLTStdMd',Arial;
	font-size:13px;	
	color:#fff;
	font-weight:normal;
}
#Breadcrum  #Breadline span{
	color:#fff;
}
#Breadcrum .col-sm-12 > span {
    margin-left: -9px;
}

#Breadcrum  a,
#Breadcrum  span{
	padding:3px;
	padding:3px;
	color:#f89822;
}
#Breadcrum  span{
	color:#fff;
	font-family: 'HelveticaNeueLTStdMd',Arial;
}
.breadcrumb_last{
	color:#fff!important;
}
#Breadcrum  a.FirstItem{
	margin-left:-9px;
}
#ContentDetail,
.page{
	padding:27px 0;
	color:#262626;
}
#NewsPage.page{
	padding-top:27px;
}
#NewsDetailPage.page{
	padding-top:29px;
}
#ProductsPage.page{
	padding-top:27px;
	padding-bottom:0px;
}
#ProductsDetailPage{
	background-color:#fff;
}
h1.Title{
	color:#e41e13;
	font-size:36px;
	line-height:44px;
	font-family: 'OpenSans-Light',Arial;	
	padding-bottom:22px;
}

#ContentDetail h2{
	font-size:26px;
	padding-bottom:10px;
}
#ContentDetail h3,
#ContentDetail h4,
#ContentDetail h5,
#ContentDetail h6{
	font-size:20px;
	color:#e41e13;
	padding-bottom:10px;
}
#ContentDetail .Date{
	padding-bottom:0px;
	font-size:13px;
	color:#84b4bd;
	font-family: 'PT_Sans-Web-Regular', Arial;
	margin-bottom:10px;
}
#ContentDetail h1.Title{
	padding-bottom:20px;
}

#ContentDetail img.Right{
	margin:0px 0 20px 30px;
	float:right;
}
#ContentDetail img.Left{
	margin:0px 30px 20px 0px;
	float:left;
}
#ContentDetail  h1.Title{
	padding-bottom:8px;
}
.ImageColRight  {
	padding-top:10px;
	padding-left:30px;
	float:right;
}
.ImageColRight .bx-pager a{ 
	display: inline-block;
    margin-left: 20px;
    overflow: hidden;
	margin-bottom:10px;
	border:#dae9f4 solid 3px;
	
}
.ImageColRight .bx-pager a.FirstItem,
.ImageColRight .bx-pager a:nth-child(4){
	margin-left:0;
}
.ImageColRight .bx-pager a img{ 
	width:104px;
	margin:0;
}
.ImageColRight img{
	max-width:100%;
}
.ImageColRight.Phone{
	/*padding:10px 0 20px 0;*/
	width:100%;
}
#ContentDetail.subpage h1.Title  {
	padding-bottom:20px;
}
#ContentDetail.subpage p{
	padding-bottom:35px;
}
/*---------News page--------------*/
.NewsItem .Image{
	max-width:313px;
	overflow:hidden;
	min-height:100px;
	padding-top:13px;
}
.NewsItem .Image img{
	max-width:313px;
	width:100%;
}
.NewsItem .InfoNews {
	line-height:24px;	
}
.NewsItem .InfoNews h2{
	padding-bottom:0px;
}
.NewsItem .InfoNews h2 a{
	color:#f89822;
	font-size:20px;	
	font-family:'HelveticaNeueBold', Arial;
}
.NewsItem .InfoNews h2 a:hover{
	text-decoration:underline;
	color:#f89822;
}
.NewsItem .InfoNews  .Date{
	color:#a4b6c3;
	font-size:13px;
	padding-bottom:4px;
	margin:0;
}
.NewsItem .InfoNews .Ingress{
	padding-bottom:5px;
	margin:0;
}
.NewsItem .InfoNews .ViewMore a{
	color:#0062ad;
	font-family:'HelveticaNeueBold', Arial;
	font-size:15px;
}
 .LineNews{
	clear:both;
 }
 .LineNews div,
.LineNews div{
	height:1px;
	background-color:#dce8ea;
	margin:31px 0 23px 0; 
}
.NewsItem .InfoNews h2 a:hover,
.NewsItem .InfoNews .ViewMore a:hover{
	
	text-decoration:underline;
}
.NewsItem.LastItem .LineNews div{
	margin-bottom:17px;
}
.Pagination .pages a,
.Pagination .pages span{
	font-size:12px;
	color:#545454;
	font-family:Arial;
	display:inline-block;
	padding:3px 11px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
.Pagination .pages a:hover{
	background-color:#edf4fa;	
}
.Pagination .pages span{
	color:#fff;
	background-color:#f89822;
	padding:3px 11px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
.Pagination .narrow{
	text-align:right;
}
.Pagination .narrow a{
	color:#fff;
	background-color:#f89822;
	font-family:Arial;
	font-size:12px;
	padding:1px 0px;
	margin-left:7px;
	margin-bottom:7px;
	width:81px;
	display:inline-block;
	text-align:center;	
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
.Pagination .narrow a:hover{
	background-color:#df891f;
}
/*---------News detail page ------------*/
#NewsDetailPage .Date{
	color:#a4b6c3;
	padding-bottom:6px;
	font-size:13px;
	margin-bottom:0;
}
#NewsDetailPage .ingress{
	font-family: 'HelveticaNeueLTStdMd',Arial;
	color:#8f8f8f;
	font-size:20px;
	line-height:30px;
	padding-bottom:27px;
}
#NewsDetailPage  h1.Title{
	padding-bottom:10px;
}
.NarrowsNewsDetail{
	padding-top:10px;
	overflow:hidden;
	margin-bottom:30px;
}
.NarrowsNewsDetail .button{
	display:inline-block;
	 width:157px;	
	 color:#0062ad;

}
.NarrowsNewsDetail .button a{
	color:#0062ad;
	font-size:15px;
	font-family:'HelveticaNeueBold', Arial;
}
.NarrowsNewsDetail  .prev{
	background-color: #dae9f4;
	text-align:center;
	height:38px;
	line-height:40px;
	padding:0 15px;
	width:auto;
	float:left;
	font-family:'HelveticaNeueBold', Arial;
	font-size:15px;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
.NarrowsNewsDetail  .next{
	background:#dae9f4;
	text-align:right;
	width:auto;
	padding:0 15px;
	text-align:center;
	float:right;
	 height:38px;
	 line-height:40px;
	 font-family:'HelveticaNeueBold', Arial;
	 font-size:15px;
	 -moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}
.NarrowsNewsDetail .icon{
	display:inline-block;
	width:20px;
	height:15px;
	background:url('../../common/images/common.png') no-repeat -5px -105px;
}
.NarrowsNewsDetail .next .icon {
	background-position:-28px -105px;
}
.NarrowsNewsDetail  .prev:hover,
.NarrowsNewsDetail  .next:hover,
.NarrowsNewsDetail  .prev:hover a,
.NarrowsNewsDetail  .next:hover a{	
	background-color:#c4d1db;
}

/*------------Products page----------------*/

 

.introProducts{
	font-size:16px;
	line-height:28px;
	color:#262626;
}
.introProducts .tl {
    background: none repeat scroll 0 0 #106aae;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0 10px;
}
.introProducts a{
	color:#0062ad;
}
.introProducts .detail{
	line-height:40px;
	color:#0062ad;
	font-family:'HelveticaNeueBold', Arial;
	font-size:15px;
	background-color:#dae9f4;
	display:block;
	text-align:center;
	clear:both;
	margin-top:10px;
	margin-bottom:30px;
	float:left;
	padding:0 22px 0 17px;
}
.introProducts .detail .icon{
    background: url("../../common/images/common.png") no-repeat scroll -7px -105px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    width: 13px;
}
.share-opt {
	overflow:hidden;
	padding: 0 0 25px;
}
.share-opt a {
	/*background:  url('../../common/images/icon-share.png') 0 0 no-repeat;*/
	float: left;
	display: block;
	width: 49px;
	height: 49px;	
	margin-right: 14px;

}
.share-opt a img{
	margin:0;
}
.share-opt a:hover {
	background-position: left bottom;
}
.share-opt a.item-02 {
	background-position: -62px 0;
}
.share-opt a.item-02:hover {
	background-position: -62px bottom;
}
.share-opt a.item-03 {
	background-position: -127px 0;
}
.share-opt a.item-03:hover {
	background-position: -127px bottom;
}


.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #106aae !important;
}
.tooltip-inner {
	background-color: #106aae;
	border-radius: 0;
	padding: 7px 10px;
}

#ProductsPage .Item{
	border:#dae9f4 solid 3px;
	overflow:hidden;
	padding:13px;
	cursor:pointer;
	margin-bottom:30px;
	min-height:173px;
	box-sizing: content-box;
}
#ProductsPage .Item img{
	max-width:138px;
	float:left;
	margin-right:20px;
	max-height:130px;
}
#ProductsPage .Item h2{
	color:#f89822;
	font-size:20px;
	font-family:'HelveticaNeueBold', Arial;
	margin-bottom:9px;
}
#ProductsPage .Item .ingress{
	font-size:15px;
	line-height:24px;
	color:#262626;
	max-height: 96px;
    overflow: hidden;
}
#ProductsPage .LineNews div{
	margin:40px 0 30px 0;
}
#ProductsPage .LineNews.small div {
	margin:20px 0 0;
}

#ProductsPage .LineNews.marginTop0 div{
	margin:0px 0 0px 0;
}
/*-------Product detail page------------*/

#ProductsDetailPage  h1.Title{
	padding-bottom:6px;
}
#ProductsDetailPage  .bxslider{
	position:relative;
	overflow: hidden;
	height:255px;
	border:#dae9f4 solid 3px;
	margin-bottom:20px;
	width:370px;
}
#ProductsDetailPage  .bxslider li{
	position:absolute;
	top:0;
	left:0;
}
#ProductsDetailPage .bx-controls{
	display:none;
}
#ProductsDetailPage .ImageColRight ul li{
	list-style:none;
	background:none;
}
#ProductsDetailPage .ImageColRight .bx-wrapper{	
	margin-bottom:20px;
	overflow:hidden;
}

#ProductsDetailPage .ImageColRight ul li{
	padding-left:0;
	text-align:center;
	width:100%!important;
	height:250px;
}
#ProductsDetailPage .ImageColRight ul li img{
	max-width:333px;
	margin:0;
	width:auto;
	max-width:100%;
	max-height:100%;
	vertical-align:center;
}
#ProductsDetailPage .bx-pager a{
	display:inline-block;
	width:110px;
	height:69px;
	overflow:hidden;
	border:3px solid #dae9f4;
	margin:0 10px;
	height:55px;
}
#ProductsDetailPage .bx-pager .FirstItem{
	margin-left:0;
}
#ProductsDetailPage .bx-pager .LastItem{
	margin-right:0;
}
#ProductsDetailPage .bx-pager img{
	max-width:94px;	
}
#ProductsDetailPage .ImageColRight{
	padding-left:0px;
}
#ProductsDetailPage .bxslider li{
		position:relative;
	}
	
#ProductsDetailPage .bxslider .iconZoom{
	opacity: 0.6;
	filter: alpha(opacity=60);
	display:block;
	position:absolute;
	width:370px;
	height:250px;
	display:none;
	cursor:pointer;
	background:#106aae url("../../common/images/icon_searchViewPro.png") center center no-repeat; 
}
#ProductsDetailPage .bxslider li:hover .iconZoom{
	display:block;
}

#ContentDetail .ImageColRight{
		float:right;
		margin-left:20px;
		padding-top:0;
		margin-top:0;
	}
.paddingBottom10{
	padding-bottom:10px!important;
}
#SwitchTabs{
	margin:20px 0;
}
#SwitchTabs .headers li{
	display:inline-block;
	margin-right:3px;
	cursor:pointer;
	color:#0062ad;
	font-size:15px;
	font-family: 'HelveticaNeueLTStdMd',Arial;
	padding:0 18px;	
}
#SwitchTabs .contentBlocks {
	position:relative;
	min-height:100px;
	width:100%;
	border:#dae9f4 solid 3px;
	border-top:#dae9f4 solid 0px;
}
#SwitchTabs .contentBlocks > div{
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:12px 20px;
}
#SwitchTabs .contentBlocks > div.Current{
	display:block;
}
#SwitchTabs .headers{
	background:url("../../common/images/bg_tabs.png") 0 1px repeat-x ;
	line-height:43px;
}
#SwitchTabs .headers li .icon{
	display:inline-block;
	width:16px;
	height:20px;
	background:url("../../common/images/common.png") no-repeat -110px 5px; 
}
#SwitchTabs .headers li.docmument .icon{
	background-position:-158px 5px;
}
#SwitchTabs .headers li.technique .icon{
	background-position:-212px 5px;
}
#SwitchTabs .headers li.Current{
	border:#dae9f4 solid 3px;
	border-bottom:#dae9f4 solid 0px;
	background-color:#fff;
	padding:0 15px;	
}
#SwitchTabs .contentBlocks h2,
#SwitchTabs .contentBlocks h3{
	color: #f89822;
    font-family: "HelveticaNeueBold",Arial;
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
	
}
#SwitchTabs .contentBlocks .docmument h2 {
	/*margin-top: 33px;
    padding-bottom: 20px;*/
}
#SwitchTabs .contentBlocks ul{
	margin-bottom:20px;
}
#SwitchTabs .contentBlocks ul li{
	line-height:24px;
	background:url("../../common/images/icon_liTab.png") no-repeat 0 3px;
	padding-left:17px;	
}
#SwitchTabs .contentBlocks .docmument li{
	background:none;
	padding-left:5px;
	border-bottom:#dae9f4 solid 1px;
	margin-bottom:8px;
	padding-bottom:8px;
	overflow:hidden;
}
#SwitchTabs .contentBlocks .docmument li span {
	color: #0062ad;
}
#SwitchTabs .contentBlocks .docmument li a:hover{
	color:#262626;
}
#SwitchTabs .contentBlocks .docmument li .icon{
	background:url("../../common/images/common.png") no-repeat 0px -140px;
	width:30px;
	height:30px;
	display:inline-block;
	float:left;
	margin-right:7px;
}
#SwitchTabs .contentBlocks .docmument li .docx,
#SwitchTabs .contentBlocks .docmument li .doc {
	background-position: -5px -239px;
}
#SwitchTabs .contentBlocks .docmument li .file {
	background-position: 0px -272px;
	height: 25px;
}
#SwitchTabs .contentBlocks .docmument li .xls,
#SwitchTabs .contentBlocks .docmument li .xlsx,
#SwitchTabs .contentBlocks .docmument li .csv {
	background-position: 0 -299px;
}

#SwitchTabs  .ChooseTypeBlock{
	height:50px;
	width:100%;
	margin-bottom:30px;
}

#SwitchTabs .ChooseTypeBlock .sbHolder{	
	background:#f1f1f1 url("../../common/images/arrow_selection_blue.png") no-repeat right 12px;	
	border: 0px solid #dae9f4;
	line-height: 44px;
	height: 44px;
    border-radius: 5px;
}
#SwitchTabs  .ChooseTypeBlock .sbSelector{
	color: #262626;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 40px;
}
#SwitchTabs  .ChooseTypeBlock .sbOptions {
	top: 40px !important;
}
#SwitchTabs  .ChooseTypeBlock  .sbOptions a{
	font-size:14px;
}

#SwitchTabs .technique .results {
	display:none;
	position: relative;
}
#SwitchTabs .technique .results .ChooseTypeBlock {
	position: absolute;
	top: -72px;
	right: 0px;
	width: auto;
}
#SwitchTabs  .ChooseTypeBlock .text{
	display:inline-block;
	padding-right:20px;
	font-size:15px;
	line-height:38px;
	float:left;
}
#SwitchTabs  .ChooseTypeBlock .selectBlock{
	display:inline-block;
	min-width:450px;
}
#SwitchTabs  .ChooseTypeBlock .TypesBlock {
	float:right;
}
#SwitchTabs  .ChooseTypeBlock .TypesBlock .iconFile{
	background:url("../../common/images/common.png") no-repeat 0px -190px;
	width:30px;
	height:30px;
	display:inline-block;
	margin-left:5px;
}

#SwitchTabs  .ChooseTypeBlock .TypesBlock .docx,
#SwitchTabs  .ChooseTypeBlock .TypesBlock .doc,
#SwitchTabs  .ChooseTypeBlock .TypesBlock .file  {
	background-position: -5px -239px;
}
/*#SwitchTabs  .ChooseTypeBlock .TypesBlock .file {
	background-position: 0px -272px;
	height: 25px;
}*/
#SwitchTabs  .ChooseTypeBlock .TypesBlock .xls,
#SwitchTabs  .ChooseTypeBlock .TypesBlock .xlsx,
#SwitchTabs  .ChooseTypeBlock .TypesBlock .csv {
	background-position: 0 -299px;
}


/*#SwitchTabs  .ChooseTypeBlock .TypesBlock .iconFile.doc{
	background-position:0px -238px; 
}*/
#SwitchTabs .technique table{
	border:#fff solid 0;
	margin-bottom:25px;
	width:100%;
}
#SwitchTabs .technique table th{
	background-color:#106aae;
	color:#fff;
	 
	padding-left:15px;
	font-size:15px;
}
#SwitchTabs .technique table td{
	 
	padding-left:15px;
	border:#fff solid 0;
	background-color:#f5f8fa;
	font-size:15px;
}
#SwitchTabs .technique table tr:nth-child(even) td{
	background-color:#e8f0f6;
}
#Subpage .LeftCol{
	margin-right:60px;
	width:300px;
	float:left;
}

#Subpage .LeftCol .menu {
    background: none repeat scroll 0 0 #dae9f4;
   /* margin-right: -30px;*/
    overflow:hidden;
	padding:10px 0 10px 0;
}

#Subpage .Text.wp-editor {
	overflow:hidden;
}
#Subpage .LeftCol ul li a{
	padding:12px 30px 10px;
	display:inline-block;
	width:100%;
}

#Subpage .LeftCol ul li  a.none-impo {
	display: none !important;
}

#Subpage .LeftCol ul li a:hover{
	background-color:#edf4fa;
}
#Subpage .LeftCol ul li a{
	font-family: "HelveticaNeueBold",Arial;
    font-size: 15px;
	color:#0062ad;
	
}
#Subpage .LeftCol ul li ul li a{
	 font-family: 'HelveticaNeueLTStdMd',Arial;
	 font-size:15px;
	 padding:11px 30px 10px 45px;
}
#Subpage .LeftCol ul li ul li ul li a{
	 font-size:13px;
}
#Subpage .LeftCol .sub-menu .sub-menu li a {
    padding-left: 60px;
}
#Subpage .LeftCol ul li ul ul{
	/*display:block!important;*/
}
/*#Subpage .LeftCol ul li.current-menu-item  ul{
	display:block;
}*/

 
#Subpage .LeftCol > ul > li.current-menu-ancestor > a, #Subpage .LeftCol > ul > li.current_page_ancestor > a {
	color:#f89822;
}


#Subpage .LeftCol ul li.current-menu-item > a, 
#Subpage .LeftCol ul li.current-page-ancestor > a,
#Subpage .LeftCol ul li.current-menu-ancestor > a {
	color:#f89822;
}

#Subpage .LeftCol > ul > li {
    display: none;
}
#Subpage .LeftCol > ul > li.current-menu-ancestor, 
#Subpage .LeftCol > ul > li.current-menu-parent, 
#Subpage .LeftCol > ul > li.current_page_parent, 
#Subpage .LeftCol > ul > li.current-menu-item, 
#Subpage .LeftCol > ul > li.current-page-item {
    display: block;
}

#Subpage .LeftCol > ul > li > a, 
#Subpage .LeftCol > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    display: none;
}
#Subpage .LeftCol > ul > li.menu-item-has-children > a {
    display: block;
}
#Subpage .LeftCol > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
    display: block;
}
#Subpage .LeftCol > ul > li.menu-item-has-children > .sub-menu > li.current_page_item.menu-item-has-children .sub-menu, 
#Subpage .LeftCol > ul > li.menu-item-has-children > .sub-menu > li.current-menu-parent.menu-item-has-children .sub-menu {
    display: block;
}
#Subpage .LeftCol > ul > li > .sub-menu li a {
    display: block;
}

#lang_sel_list{
	text-align:right;
	padding:35px 0 10px 0;
	-moz-transition: padding 1s;
	-webkit-transition:padding 1s;
	-o-transition: padding 1s;
	-ms-transition:padding 1s;
	transition:padding 1s;
	border: 0;
}
#lang_sel_list ul, #lang_sel_list li{
	float:right;
}
#Header.sticky #lang_sel_list{
	padding-top:20px;
}
.languagePhone{
	float:right;
}
.slider_home{
	position:absolute;
	top:0px;
	left:0;
	height:555px;
	line-height:555px;
	width:100%;
	z-index:50;
	overflow:hidden;
	
}
.slider_home .Image{
	width:100%;
	height:100%;
	background-size:cover!important;
	height:555px;
}
#BgBanner .slider_home .text{
	text-align:center;	
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	line-height:555px;
}
#BgBanner .slider_home .text span{
	line-height:70px;
	display:inline;
}







.gform_wrapper{
	border-top:#dae9f4 solid 1px;
	padding-top:35px;
}
.gform_wrapper .gform_title{
	color: #0062ad;
    font-family: 'HelveticaNeueBold',Arial;
    font-size: 26px;
    margin-bottom: 38px;
    text-align: left;  
}
.gform_wrapper ul li{
	margin-bottom:10px;
	min-height:35px;
	 font-family: 'HelveticaLT55Roman'Arial;
	font-size:14px;
	background:none;
	padding-left:0;
}
.gform_wrapper ul li:after {
	content:" "; 
	display:block; 
	height:0;
	font-size:0; 
	clear:both; 
	visibility:hidden;
}
.validation_error {
    display: none;
}

 

.gform_wrapper ul li label{
	color:#262626;
	font-size:16px;
	display:inline-block;
	 font-family: 'HelveticaLT55Roman',Arial;
	font-weight:normal;
	float:left;
	width:30%;
	padding-right:4%;
}
.gform_wrapper ul li .ginput_container{
	float:left;
	width:70%;	
}
.gform_wrapper ul li input,
.gform_wrapper ul li textarea{
	width:100%;
	padding:0;
	height:35px;
	background-color:#f9f9f9;
	border:#d9d9d9 solid 1px;
	border-bottom:#d9d9d9 solid 0px;
	border-right:#d9d9d9 solid 0px;
	padding: 0 10px;
}
.gform_wrapper ul li textarea {
	max-height: 180px;
}
.recaptchatable #recaptcha_response_field {
	border:#d9d9d9 solid 1px!important;
}
table#recaptcha_table{
	width:100%;
	border: none !important;
}
.gform_wrapper ul li textarea{
	height:auto;
}
.gform_wrapper .gform_footer{
	clear:both;
	text-align:right;
	padding-top:30px;
}
.gform_wrapper .gform_footer input{
	background-color:#f89822;
	text-align:center;
	padding:0 20px;
	height:45px;
	color:#fff;
	font-family: 'HelveticaNeueBold',Arial;
    font-size: 16px;
	border:#fff solid 0;
	-moz-transition: background-color  1s;
	-webkit-transition:background-color 1s;
	-o-transition: background-color  1s;
	-ms-transition:background-color 1s;
	transition:background-color 1s;
}
.gform_wrapper .gform_footer input:hover,
.SearchForm .BtnSearch:hover,
#SearchHeaderSubpage .BtnSearch:hover{
	background-color:#df891f;
}
.wp-editor .gform_wrapper .gfield_error .ginput_container input[type="text"], 
.wp-editor .gform_wrapper .gfield_error .ginput_container textarea, 
.gform_wrapper .gfield_error .ginput_container input[type="text"], 
.gform_wrapper .gfield_error .ginput_container textarea, input.error, 
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text {
    border: 1px solid #ff0000 !important;
}
.validation_message {
    background: none repeat scroll 0 0 #eb3c00;
    clear: left;
    color: #ffffff;
    display: block;
    float: right;
    font-family:Verdana;
    font-size: 11px;
    height:25px;
    line-height:25px;
	padding:0 10px;
	margin-bottom:5px;
}
.gform_wrapper ul li.calendar{
	/*overflow:hidden;*/
	position:relative;
}
.gform_wrapper ul li.calendar .ginput_container{
	position:relative;
}
.gform_wrapper .ui-datepicker-trigger{
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:0;
}
.gform_wrapper ul li.radioGroups  .ginput_container li ,
.gform_wrapper ul li.checkboxGroups .ginput_container li {
	display:inline-block;
	margin-right:30px;
	white-space:nowrap;
	padding-left:0;
	margin-bottom:0;
}
.gform_wrapper ul li input[type="checkbox"], 
.gform_wrapper ul li input[type="radio"] {
    height: 18px;
    width: 18px;
	margin-right:10px;
}
.gform_wrapper ul li.radioGroups  ul,
.gform_wrapper ul li.checkboxGroups ul{
	padding-bottom:0;
}
.gform_wrapper ul li.radioGroups  .ginput_container li label,
.gform_wrapper ul li.checkboxGroups .ginput_container li label{
	float:none;	
	width:100%;
}
.gform_wrapper .recaptchatable #recaptcha_image{
	border:#fff solid 0px!important;
}
.gform_wrapper .recaptchatable #recaptcha_response_field{
	height:35px;
	background-color:#f9f9f9;
	border:#d9d9d9 solid 1px !important;
	border-bottom:#d9d9d9 solid 0px !important;
	border-right:#d9d9d9 solid 0px !important;
	padding: 0 10px;
}
.gform_wrapper .recaptchatable a, .recaptchatable a:hover{
	font-size:12px;
	color:#0062ad;
}
.wp-editor #recaptcha_image img {
	margin: 0;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	padding-bottom: 0 !important;
    padding-top: 0 !important;
    background: none;
}
/*-----Style Select dropdown-----------*/
.sbHolder{		
	font-size: 12px;
	font-weight: normal;
	line-height: 38px;
	height: 38px;
	position: relative;
	width: 100%;
	background-color:#f1f1f1;	
	background:#f1f1f1 url("../../common/images/arrow_selection.png") no-repeat right 12px;
	outline:none;
	border:#a2a2a2 solid 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sbSelector{
	display: block;
	height: 38px;
	left: 0;
	line-height: 41px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
	color: #262626;
	font-size: 16px;
	font-family:"HelveticaLT55Roman",​Arial;
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #262626;
	outline: none;
	text-decoration: none!important;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px!important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 0px;
	margin:2 0px;
	background:none!important;
	padding-left:0!important;
}
.sbOptions li.current,
.sbOptions li a.sbFocus,
.sbOptions li:hover{
	background-color:#dedede;
	color:#106aae;
}
.sbOptions a{
	font-family:"HelveticaLT55Roman",Arial;
	font-size:16px;
	color:#262626;
	display: block;
	outline: none;
	padding: 3px 0 3px 10px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #262626;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #106aae;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
.gform_wrapper .sbHolder ul {
	padding-bottom: 0;
}
.gform_wrapper .sbHolder ul li {
	margin-bottom: 0;
	min-height: auto;
}
.gform_wrapper .sbOptions a {
	line-height: 32px;
}
/*-----end Style Select dropdown-----------*/



/*--------For tablet-------------*/
@media screen and (max-width: 1200px){
	#BgBanner .arrow_position{
		display:none;
	}
}
@media screen and (max-width: 1169px){
	body,html{
		background-color:#fff;
	}	
	.pro-wrapper .col-sm-4 {
		width: 32.9%;
	}
	#BgBannerSubpage {
		height: auto;
	}
	.TextBannerBlock {
		top: 33%;
	}
	.MainMenu ul li{
		padding-left:10px;
	}
	.MainMenu ul li a{
		font-size:15px;
		/*font-family: arial*/
	}
	#Partner .Title,
	#NewsHomepage .title a{
		font-size:22px;
	}	
	#Partner .Items  img{		
		/*margin:0 10px;*/
	}	
	.productsItems .ProductName h2{
		font-size:18px;
	}
	
	#RepreProHomepage .Item h2{
		font-size:16px;
		/*line-height:35px;*/
	}
	#ProductsDetailPage .bxslider{
		width:284px;
		height:220px;
	}	
	#ProductsDetailPage .ImageColRight.tablet .Right a img{
		margin:0;
		width:98px;
	}
	#ProductsDetailPage .ImageColRight{
		width:100%;
		margin:auto;
		padding:0;
		position:relative;		
		overflow:hidden;
	}
	#ProductsDetailPage .ImageColRight .bx-pager{
		width:284px;
		background-color:#fff;
	}
	#ProductsDetailPage .ImageColRight .bx-pager a{	
		border:3px solid #dae9f4;
		width:81px;
	}
	#ProductsDetailPage .ImageColRight .bx-wrapper{
		/*float:left;*/
		float:right;
	}
	#ProductsDetailPage .ImageColRight .bx-wrapper img{
		float:right;
		max-width:339px;
	}
	#ProductsDetailPage .ImageColRight .bx-pager a img{
		max-width:95px;
	}
	#ProductsDetailPage .ImageColRight ul li img {
		max-width: 333px;
		margin:0;
		float:right;
	}
	#ProductsDetailPage .bxslider .iconZoom{
		width:284px;
		height:220px;
	}
	.ImageColRight .bx-pager a img{
		width:75px;
	}
	
	
	
	.SliderHomePage .bx-prev{
		left:0;
	}
	.SliderHomePage .bx-next{
		right:0;
	}
	.ImageColRight{
		padding-left:0;
	}
	.ImageColRight img{
		max-width:100%;
		width:100%;
	}
	#ProductsDetailPage .ImageColRight ul li{
		text-align:left;
	}	

	#BgBanner .Left .detail{
		right:-49px;
		background:url("../../Common/Images/bt_bannerTablet.png") no-repeat scroll right top rgba(0, 0, 0, 0);
		padding-top:0;
		bottom:18px;
	}
	.SliderHomePage .bx-wrapper {
		width: 750px;
	}
	#Breadcrum #Breadline{
		 padding: 12px 0 10px 0;
	}
	#Breadcrum .symbol{
		height:46px;
	}
	#ProductsDetailPage h1.Title{
		padding-bottom:15px;
	}
	#Partner .TitleSlideHome{
		padding-top:39px;
	}
	.NewsItem .InfoNews h2{
		line-height:24px;
	}
	.NewsItem .InfoNews.DesktoppaddingLeft15{
		padding-left:30px;
	}
	.NewsItem .Image{
		padding-top:10px;
	}
	.NewsItem .LineNews div{
		margin-bottom:19px;
	}
	#NewsPage h1.Title{
		padding-bottom:27px;
	}

	
	#Partner{
		padding-bottom:33px;
	}
	/*#BgBanner .Buttons .Item > div > img{
		display:none;
	}*/
	#Partner .Items {
		line-height: 80px;
	}
	#Partner .Items .Item {
		margin-right: 25px;
	}
	#BgBanner .Buttons .Item .hover{
		width:105px;
		height:105px;
		overflow:hidden;
	}
	#BgBanner .Buttons .Item > div > img{
		width:100%;
	}
	#BgBanner .Buttons .Item ul{
		top:130px;
		left:-60px
	}
}

@media only screen and (max-width: 1024px) {
	#BgBanner .sliders .parallax,
	#BgBanner .slider_home .parallax{
		position:relative;
	}
		#BgBanner .sliders ul li .Image{
		background-size:auto 100%!important;
	}
}
@media only screen and (max-width: 939px) {
	#Subpage .LeftCol{
		width:230px;
	}
	#Subpage .Text.wp-editor {
		margin-left: 0px;
	}
	.LogoPage{
		width:162px;
		height: 100px;
		line-height: 100px;
	}
	#BgBanner .TextBannerBlock {
		padding-top: 72px;
	}
	#BgBanner .sliders, #BgBanner .sliders ul li .Image {
		height: 408px;
	}

	#BgBanner .TextBannerBlock .text {
		font-size: 44px;
	}
	.MainMenu{
		height: 100px;
		line-height: 110px;
	}
	.LogoPage img{
		max-width:100%;
	}
	.MainMenu ul li {
		padding-left: 5px;
	}
	.MainMenu ul li a{
		font-size:13px;
	}
	#RepreProHomepage .Item h2{
		font-size:14px;
		/*line-height:28px;*/
	}
	.productsItems .ProductName h2{
		font-size:14px;
		padding:10px 10px 5px 10px;
	}
	.productsItems .ProductName .hiddenTag{
		padding-left:10px;
		padding-right:10px;
	}
	.productsItems .ProductName .ingress, 
	.productsItems .ProductName .detail{
		font-size:13px;
		line-height:18px;
	}
	.productsItems .ProductName .detail{
		padding-top:3px;
		padding-bottom:0px;
	}
	#BgBanner .sliders ul{
		/*left:-350px;*/		
	}
	#productsHomepage{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	#Partner{
		padding-top: 20px;
		padding-bottom: 10px
	}
	#Partner .Title{
		bottom:10px;
	}
	#Partner .Items{
		line-height:inherit;
	}
	#NewsHomepage{
		padding-top:20px;
		padding-bottom:30px;
	}
	#RepreProHomepage{
		padding-top:30px;
		padding-bottom:15px;
	}
	#ProductsDetailPage  .ImageColRight.tablet .Left{
		width:64%;
		float:left;
		margin-right:3%;
	}
	#ProductsDetailPage  .ImageColRight.tablet .bxslider{
		width:340px;
		float:right;
		
	}
	#ProductsDetailPage .ImageColRight.tablet .Right{
		width:29%;
		float:left;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a{
		clear:both;
		display:block;
		width:98px;
		height:70px;
		margin-bottom:19px;
		border:#eff4f6 solid 1px;
		padding:1px;
		overflow:hidden;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a img{
		margin:0;
		width:98px;
	}
	
	#ProductsDetailPage .bxslider .iconZoom {
		height: 220px;
		width: 340px;
	}
	#SwitchTabs .ChooseTypeBlock .selectBlock{
		min-width:350px;
	}
	.gform_wrapper{
		padding-left:20px;
		padding-right:20px;
	}
	.pro-wrapper .col-sm-4 {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 49%;
	}
	.pro-wrapper .col-sm-6 {
		display: inline-block;		
		vertical-align: top;
		width: 50%;
	}
	#BgBanner .TextBannerBlock .detail{
		font-size:18px;
	}
	#BgBanner .TextBannerBlock{
		padding-top:50px;
	}
	#BgBanner .TextBannerBlock .text{
		line-height:100px;
	}
	#BgBanner .sliders ul li.active .arrow{
		display:none;
	}
	#BgBanner .Buttons .Item{
		width:82px;
		margin-left:0;
	}
	#BgBanner .Buttons .Item > div > img,
	#BgBanner .Buttons .Item > div > img.hover{
		width:100%;
		height:auto;
	}
	#BgBanner .Buttons .Item .hover {
		height: 90px;
		width: 82px;
	}
	#BgBanner .Buttons .Item ul{
		left:-70px;
		top: 114px;
	}
	#BgBanner .Buttons .Item .title .icon{
		display:none;
	}
	#BgBanner .Buttons .Item ul{
		display:none;
	}
	#BgBanner .Buttons .Item .title{
		display:none;
	}
	#BgBanner .Buttons .Item{
		padding-bottom:0;
	}
}
@media (max-width: 767px){
	#Header {
		position: relative;
	}
	#Header > .container {
		height: 105px;
	}
	#BgBannerSubpage, #Main {
		margin-top: 0;
	}
	#BgBannerSubpage {
		height: auto;
	}
	.TextBannerBlock {
		top: 35%
	}
	#Subpage .LeftCol{
		display:none!important;
	}
	.iconMenuPhone {
		background-image: url("../../common/images/common.png");
		background-position: 0 -56px;
		cursor: pointer;
		display: block;
		height: 34px;
		left: 0;
		top: 0;
		width: 40px;
		position:absolute;
		z-index:200;
	}
	.LogoPage{
		padding-top:0;
		padding-bottom:0;
		display: inline;
		margin: auto;
	}
	.ItemLogo{
		text-align:center;
		padding-bottom:20px;
	}
	.pro-wrapper .col-sm-4 {
		width:49%;
	}
	#MainMenu{
		position:absolute;
		left:-270px;
		top:0;		
		width:270px;
		height:100%;
		background-color:#1c659c;
		z-index:1001;
		padding:20px 0;
	}
	#MainMenu ul li{
		width:100%;
		
		border-bottom:#a3c7ce solid 1px;
	}
	#MainMenu ul li a {
		line-height: 33px;    	
        padding:5px 20px 5px 20px;
		display:block;
	}
	#MainMenu ul li:hover,
	#MainMenu ul li:active{
		background-color:#ebf3f9;
	}
	#MainMenu ul li:hover a{
		color:#6c645d;
	}
	#MainMenu ul li.current-menu-item > a,
	#MainMenu ul li.current-menu-parent > a,
	#MainMenu ul li.current-menu-ancestor > a
	{
		background-color:#f89822;
	}
	#MainMenu ul li.current-menu-item:hover > a,
	#MainMenu ul li.current-menu-parent:hover > a,
	#MainMenu ul li.current-menu-ancestor:hover > a
	{
		color:#fff;
	}
	#MainMenu ul li a{
		color:#fff;
		font-size:17px;
		line-height:41px;
		font-family: "HelveticaNeueLTStdMd",Arial;
		display:block;
		width:100%;
	}
	#MainMenu ul li ul{
		display:none;
	
	}
	#MainMenu ul li ul li a{
		padding-left:40px;
	}
	#MainMenu ul li ul li ul li a{
		padding-left:60px;
	}
	#MainMenu ul li.current-menu-item > ul,
	#MainMenu ul li.current-menu-parent > ul,
	#MainMenu ul li.current-menu-ancestor > ul
	{
		display:block;
		background-color:#ebf3f9;
	}
	#MainMenu ul li.current-menu-item > ul li a,
	#MainMenu ul li.current-menu-parent > ul li a{
		 color: #6c645d;
	}
	#MainMenu ul li.current-menu-item > ul li a:hover,
	#MainMenu ul li.current-menu-parent > ul li a:hover,
	#MainMenu ul li.current-menu-ancestor > ul li a:hover{
		color:#337ab7;
	}
	#MainMenu ul li.current_page_ancestor > ul > li.current-menu-item > a{
		background-color:#ebf3f9;
		color:#337ab7;
	}
	#MainMenu ul li.current_page_ancestor > ul > li.current_page_ancestor > a{
		background-color: #ebf3f9;
		color:#337ab7;
	}
	#MainMenu ul li.current_page_ancestor  a{	
		color:#6c645d;
	}
	#MainMenu ul li.current_page_ancestor > ul > li.current-menu-item > ul li a{
		padding-left:60px;
	}
	/*#BgBanner .sliders, #BgBanner .sliders ul li .Image {
		height: 350px;
	}*/
	.languagePhone {		
		position: absolute;
		right: 20px;
		top: 0;
	}
	#BgBanner .sliders .parallax ,
	#BgBanner .slider_home .parallax {
		position: relative;
	}
	.productsItems .ProductName h2 {
		font-size: 18px;
	}
	.productsItems .ProductName .ingress, .productsItems .ProductName .detail {
		color: #fff;
		font-size: 15px;
		line-height:22px;
	}
	.pro-wrapper .col-sm-4 {
		width: 100%;
	}
	#NewsHomepage .EventBlock{
		clear:both;
	}
	#NewsHomepage .NewsBlock,
	#RepreProHomepage .Item{
		margin-bottom:15px;
	}
	#NewsHomepage .NewsBlock img{
		max-width:100%;
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	#NewsPage .NewsItem .Image img {
		margin-bottom: 14px;
	}
	 .ImageColRight {
		margin-bottom: 22px;
		margin-top: 10px;
		 float: right;
		margin-left: 20px;
	}
	.NarrowsNewsDetail {
		background-color: #dae9f4;
		margin-top: 0;
		overflow: hidden;
		padding-top:0;
	}
	
	#ProductsDetailPage .ImageColRight.tablet .Left{
		width:100%;
		margin:0;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right{
		width:340px;
		float:none;
		margin:auto;
		clear:both;
	}
	#ProductsDetailPage .ImageColRight.tablet .bxslider{
		float:none;
		margin:auto auto 20px auto;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a{
		clear:inherit;
		display:inline-block;
		margin-left:20px;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a.FirstItem{		
		margin-left:0px;
	}
	#SwitchTabs .ChooseTypeBlock{
		height:auto;
	}
	#SwitchTabs .ChooseTypeBlock .text{
		width:100%;
	}
	
	#SwitchTabs .ChooseTypeBlock .selectBlock{
		min-width:350px;
	}
	.gform_wrapper .gform_title{
		font-size:20px;
		margin-bottom:10px;
	}
	.gform_wrapper ul li label{
		font-size:15px;
		width:95%;
	}
	.gform_wrapper ul li .ginput_container{
		width:100%;
		margin-bottom:7px;
	}
	.RelatedArticles ul li{
		margin-bottom:10px;
	}
	.gform_wrapper ul li input,
	.gform_wrapper ul li textarea{
		padding-left:10px;
	}
	#Subpage .LeftCol{
		padding:0;
		background-color:transparent;
		margin-bottom:22px;
	}
	#Subpage .LeftCol > ul > li > a{
		text-transform:none;
		color:#262626;		
		font-size:15px;
		line-height:40px;
		background-color:#dae9f4;
		-webkit-border-radius:5px;
		-moz-border-radius:5px; 
		border-radius:5px;
		margin-bottom:10px;
		display:block;
		padding-bottom:3px;
		padding-top:3px;
		cursor:pointer;
	}

	#Subpage .LeftCol > ul > li .icon{		
		width:13px;
		height:13px;
		display:inline-block;
		margin:10px 10px 0 17px;
	}
	#Subpage .LeftCol > ul > li.show > div{
		margin-bottom:3px;
	}
	#Subpage .LeftCol > ul > li.show  .icon{
		background-position: -57px -116px;
	}
	#Subpage .LeftCol ul li ul{
		background-color:#fff;
		-webkit-border-radius:5px;
		-moz-border-radius:5px; 
		border-radius:5px;
		border:#edf3f4 solid 1px;
		display:none;
		margin-bottom:15px;
	}
	#Subpage .LeftCol ul li ul li{
		border-bottom:#edf3f4 solid 1px;
		padding:5px 15px;
	}
	#Subpage .LeftCol ul li ul li:hover{
		background-color:#edf4fa;
	}
	#Subpage .LeftCol ul li ul li.LastItem{
		border-bottom:#edf3f4 solid 0px;
	}
	#Subpage .LeftCol ul li ul li a{
		line-height:30px;
		display:block;
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#Partner .Items .Item{
		width:48%!important;
		margin-right:4%;
		margin-bottom:15px;
	}
	#Partner .Items .Item.Item-1,
	#Partner .Items .Item.Item-3,
	#Partner .Items .Item.Item-5{
		margin-right:0;
	}
	.LogoPage {
		display: block;
		height: 100px;
		line-height: 100px;
		overflow: hidden;
		width: 150px;
		margin: auto;
	}
	.LogoPage img{
		max-width:100%;
	}
	#Partner .Items  .Item-2.LastItem,
	#Partner .Items  .Item-4.LastItem{
		margin:auto;
		float:none;
	}
	#NewsHomepage .EventBlock .title,
	#NewsHomepage .EventBlock .DateBig	{
		margin-left: 0px;
	}
	#RepreProHomepage .col-sm-2{
		width:50%;
		float:left;
	}
	#RepreProHomepage .block_2,
	#RepreProHomepage .block_4{
		clear:left;
	}
	#BgBanner .Buttons .Item .title{
		display:none;
	}
	#BgBanner .Buttons .Item{
		width:10%;
		margin-right:20px;
		padding-bottom:0;
	}
	#BgBanner .Buttons .Item .hover{
		height:60px;
		width:auto;
	}
	#BgBanner .Buttons .Item_6{
		margin-right:0!important;
	}
}

@media (max-width: 640px){
	.pro-wrapper .col-sm-6 {
		display: inline-block;		
		vertical-align: top;
		width: 100%;
	}
	#BgBanner .Buttons .Item {
		margin-right: 23px;
	}
	#SwitchTabs .headers li {
		width: 100%;
		padding: 0;
	}
	#SwitchTabs .headers li.Current {
		border: none;
		color: #F9A22F;
		padding: 0;
	}
	#SwitchTabs .headers {background: none}
	#SwitchTabs .contentBlocks {border-width: 3px;}
	#SwitchTabs .ChooseTypeBlock .selectBlock {
		min-width: 100%;
	}
	#SwitchTabs .technique .results .ChooseTypeBlock {
		position: relative;
		top: 0;
		width: 100%;
		overflow:hidden;
	}
	#SwitchTabs .technique table{
		width:100%!important;
	}
	#SwitchTabs .technique table td{
		font-size:13px;
		line-height:15px;
	}
	
}
@media (max-width: 570px){ 
	#BgBanner .sliders, #BgBanner .sliders ul li .Image {
		height: 230px;
	}
	#BgBanner .TextBannerBlock .text,
	#BgBanner .slider_home .text	{
		line-height: 40px;
		font-size: 24px;
	}
	#BgBanner .TextBannerBlock .detail {
		font-size: 17px;
    	line-height: 40px;
	}
}
@media (max-width: 480px){
	.TextBannerBlock {
		top: 22%;
	}
	.TextBannerBlock .text,
	#BgBanner .slider_home .text{
		font-size:20px;
	}
	#BgBanner .TextBannerBlock {
		padding-top: 42px;
	}

	/*#BgBanner .TextBannerBlock .text{
		font-size:36px;
		line-height:40px;
	}*/
	
	.gform_wrapper {
		padding: 20px 0;
	}
	#BgBanner .Buttons .Item{
		margin-right:18px;
	}
	#BgBanner .ButtonsBlock{
		padding:0;
	}
}
@media (max-width: 360px){
	#BgBanner .Buttons .Item {
		margin-right: 13px;
	}
	#SwitchTabs .technique table td{
		font-size:12px;
		line-height:15px;
	}
	#SwitchTabs .technique table td{
		padding-left:5px;
		padding-right:5px;
	}
	#ProductsDetailPage  .ImageColRight.tablet .bxslider,
	#ProductsDetailPage .ImageColRight.tablet .Right{
		width:320px;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a{
		margin-left:10px;
	}
 }
@media (max-width: 320px){ 
	#BgBanner .sliders, #BgBanner .sliders ul li .Image {
		height: 160px;
	}
	#BgBanner .Buttons .Item {
		margin: 18px 6px 0;
	}
	#Footer * {
		line-height: 22px !important;
	}
	#Footer .Bottom {
		padding: 20px 0;
	}
	.pro-wrapper .col-sm-4 {
		width: 100%;
	}
	.NarrowsNewsDetail .next{
		font-size:13px;
	}
	#ProductsDetailPage  .ImageColRight.tablet .bxslider,
	#ProductsDetailPage .ImageColRight.tablet .Right{
		width:280px;
	}
	#ProductsDetailPage .ImageColRight.tablet .Right a{
		width:85px;
	}
}
/*------Format for IE 8--------------*/
.isIE8 .row{
	width:1200px;
}
.isIE8 .col-md-1,
.isIE8 .col-sm-1{
	width:70px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-2,
.isIE8 .col-sm-2{
	width:200px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-3,
.isIE8 .col-sm-3{
	width:270px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-4,
.isIE8 .col-sm-4{
	width:370px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-5,
.isIE8 .col-sm-5{
	width:470px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-6,
.isIE8 .col-sm-6{
	width:570px;
	float:left;
	padding:0 15px;
}
.isIE8 .col-md-7,
.isIE8 .col-sm-7{
	width:670px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-8,
.isIE8 .col-sm-8{
	width:770px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-9,
.isIE8 .col-sm-9{
	width:870px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-10,
.isIE8 .col-sm-10{
	width:970px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-11,
.isIE8 .col-sm-11{
	width:1070px;
	padding:0 15px;
	float:left;
}
.isIE8 .col-md-12,
.isIE8 .col-sm-12{
	width:1170px;
	float:left;
	padding:0 15px;
}
.isIE8  .container{
	width:1200px;
	margin:auto;
}
.isIE8  .col-sm-6.col-md-4{
	width:400px;
}
.isIE8  .ImageColRight .bx-pager a{ 
	display: block;
    margin-left: 20px;
    overflow: hidden;
	margin-bottom:10px;
	border:#dae9f4 solid 3px;
	float:left;
	min-width:102px;
}
.isIE8  .ImageColRight .bx-pager a.FirstItem{
	margin-left:0;
}
.isIE8  .col-sm-4.col-sm-offset-1{
	margin-left:100px;
}
/*------End format for IE 8--------------*/