body {
	background:#ffffff;
    color: #525352;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height:22px;
}
a {
	color: #000;
	text-decoration: underline;
	outline:none !important;
	 -webkit-transition: all .4s;
	 -moz-transition: all .4s;
	 -o-transition: all .4s;
	 transition: all .4s;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clear {
	position: relative;
	clear: both;
	display: block;
}
/* Style.css */
h1{
	font-family: 'latobold';
	font-size:35px;
	line-height:40px;
	color:#2d3237;
	font-weight:normal;
	font-style:normal;
	margin:0 0 20px;
	padding:0 0 20px;
	text-transform:uppercase;
	border-bottom:1px solid #e1e1e1;
	display:inline-block;
}
h2{
	font-family: 'latobold';
	font-size:30px;
	line-height:35px;
	color:#484848;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
h3{
	font-family: 'latobold';
	font-size:26px;
	line-height:31px;
	color:#000;
	font-weight:normal;
	font-style:normal;
	margin:0;
}
h4{
	font-family: 'latobold';
	font-size:23px;
	line-height:28px;
	font-weight:normal;
	font-style:normal;
	color:#484848;
	margin:0;
}
h5{
	font-size:20px;
	font-weight:normal;
	line-height:25px;
	color:#000000;
	margin:0;
}
h6{
	font-size: 17px;
	line-height: 22px;
	color:#484848;
	font-weight:normal;
	margin:0;
}
.image-right{
	float: right;
	margin: 5px 0 15px 25px;
	padding:1px;
	border:1px solid #ccc;
}
.image-left{
	float: left;
	margin: 5px 25px 15px 0px;
	padding:1px;
	border:1px solid #ccc;
}
#content-wrapper article.content  hr{
	border: none;
	border-top: 1px solid #b0afaf;
	margin: 10px 0px;
	clear: both;
}
#content-wrapper article.content  .break{
	clear: both;
	margin: 20px 0px;
}
#content-wrapper article.content  .dark-text{
color: #000000;
}
#content-wrapper article.content  .title{
	position: relative;
}
#content-wrapper article.content  .title::after{
}
#content-wrapper article.content  .table-style{
	position: relative;
}
#content-wrapper article.content  table.table-style thead th{
	background: rgba(0,0,0,0.15);
	font-weight: bold;
	text-align: center;
}
#content-wrapper article.content  table.table-style thead th,
#content-wrapper article.content  table.table-style tbody td{
	padding: 8px 15px;
	border: 1px solid #ccc;
}

.yellow{
color:#ffd543;
}


/* end style */
.container {
	position:relative;
	/*width: 1000px;
	margin: 0 auto;
	padding:0;*/
}
header#header {
	position:relative;
	float:left;
	width:100%;
	background:url(../../images/new-images/header.jpg) center top repeat-x;
	z-index:3;
}
header#header div.header-logo {
position: relative;
float:left;
padding:23px 0 15px;
margin-left: -2px;
}
header#header div.header-logo img {
	display: block;
}
header#header nav.main-nav {
	position:relative;
	float:right;
}

/* ************************ */
/* ******** nav mobile ********* */
div.navigation{
	position: absolute;
	display:none;
	right: 15px;
  	top: 10px;
	
}
a.mobile-nav {
   position: relative;
   height:32px;
   width:32px;
   background: url(../../images/new-images/nav-icon.png) center right no-repeat #000;
   z-index:99;
   display: block;
}
.mm-menu.mm-theme-dark .mm-navbar a:hover{
      color: rgba(255, 255, 255, 0.85);
	  
	   }
.mm-menu.mm-theme-dark .mm-navbar a.mm-title {
  /*display: none;*/
}
.mm-close:after {
    font-size: 2em;}
	

 .mm-menu.mm-multiline .mm-listview > li > a{
	font-size:16px;
	text-transform: uppercase;
 	color:#fff;
	background:#898989;
 }
.mm-menu.mm-multiline .mm-listview > li > a:hover, .mm-menu.mm-multiline .mm-listview > li.selected > a{
 	color:#000;
	background:#ffd543;
 }
 .mm-menu.mm-theme-light {
    background: #f5f5f5;
}
/* ******* end nav mobile ****** */
/* ******************* */
/* ***** */
figure#slideshow {
	margin: 0;
	padding: 0;
	position:relative;
	z-index: 1;
    float:left;
	width:100%;
	overflow: hidden;
}
figure.slide-home{
	max-height:522px;
	min-height:300px;
}
figure.slide-page{
	max-height:300px;
	min-height:250px;
}
figure#slideshow .camera_wrap{
float:none !important;
    margin-bottom: 0 !important;
}
figure#slideshow .camera_overlayer{
}
figure#slideshow .camera_prev, 
figure#slideshow .camera_next{
	background:rgba(0,0,0,0.7);
	top:0;
	margin-top: 0;
}
figure#slideshow .camera_prev, 
figure#slideshow .camera_next{
	bottom:auto;
}
figure#slideshow .camera_prev{
	left: auto;
	right:41px;
}

figure#slideshow .camera_next{
	right:0;
}
figure#slideshow .camera_pag {
  position: absolute;
  bottom:22px;
  width: 100%;
  text-align: center;
  
}
figure#slideshow .camera_wrap .camera_pag .camera_pag_ul{
  text-align: center;
}
figure#slideshow .camera_wrap .camera_pag .camera_pag_ul li{
	margin:0px 3px;
	webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 75px;
  height: 6px;
	  background: rgba(255,255,255,1);
	
}
.camera_wrap .camera_pag .camera_pag_ul li>span {
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 75px;
  height: 6px;
  left: 0px;
  top: 0px;
}
figure#slideshow  .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span{
	background: #ffd543;
	webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 75px;
  height: 6px;
  left: 0;
  top: 0;
}

/* ******************* */
#content-wrapper {
	position: relative;
	z-index:1;
    float:left;
	width:100%;
}
#content-wrapper article.content {
	position: relative;
	min-height:200px;
	padding:45px 0 40px;
}
#content-wrapper article.content header#content-header {
	position: relative;
}
#content-wrapper article.content header#content-header:after{
}
#content-wrapper article.content h2, #content-wrapper article.content h3, #content-wrapper article.content h4, #content-wrapper article.content h5, #content-wrapper article.content h6 {
	padding: 10px 0px 8px;
}
#content-wrapper article.content p {
	padding: 3px 0px 8px;
	margin:0;
}
#content-wrapper article.content ul {
	padding: 3px 0px 10px 17px;
	margin:0;
	list-style: none;
}
#content-wrapper article.content ul li {
	padding: 0px 0px 1px 17px;
	list-style: none;
	background: url(../../images/new-images/icon-list01.png) no-repeat left 5px;
}
#content-wrapper article.content ul li li {
	background: url(../../images/new-images/icon-list02.png) no-repeat left 7px;
	padding: 0px 0px 0px 10px;
}
#content-wrapper article.content ol {
	padding: 5px 0px 5px 35px;
	list-style: decimal-leading-zero;
}
#content-wrapper article.content ol li {
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}
/* ******************** */
#content-wrapper .box-contact{
	position:relative;
	float:left;
	width:100%;
	padding:5px;
	background:#b6b6b6;
	margin: 50px 0;
}
#content-wrapper .box-contact .contact{
	position:relative;
	float:left;
	width:100%;
	padding:25px 5px;
	border:1px solid #fff;
	text-align:center;
	color:#1b1d20;
}
#content-wrapper .box-contact a{
	color:#1b1d20;
}
#content-wrapper .box-contact .contact1{
    padding-bottom: 10px;
}
#content-wrapper .box-contact .contact2{
	background:url(../../images/new-images/icon-tel.png) no-repeat center top;
	padding-top:23px;
	padding-bottom: 7px;
}
#content-wrapper .box-contact .contact3{
	background:url(../../images/new-images/icon-mail.png) no-repeat center top;
	padding-top:25px;
}
#content-wrapper .box-contact span.name{
display:none;
}
/* ********************** */
.section-box{
	position:relative;
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:52px 0;
	border-top:1px solid rgba(0,0,0,.17);	
}
.section-box a.box {
    display: block;
    float: none;
	color: #525352;
	line-height:20px;
	padding-bottom:65px;
	text-align:center;
	text-decoration: none;
	position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	max-width:257px;
}

.section-box a.box p {
    margin: 0;
}
.section-box a.box img{
    width: 100%;
	max-width: 100%;
    height: auto;
    display: block;
}

.section-box a.box h2{
	margin:45px 0 20px;
	display: inline-block;
    font-size: 20px;
	line-height:25px;
    text-transform: uppercase;
    color: #2d3237;
    position: relative;
}
.section-box a.box .btn-link {
    font-family: 'latoregular';
    font-size: 13px;
    line-height:40px;
    text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    width:100px;
	height:41px;
    position: absolute;
	background:#2d3237;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	bottom:0;
	left:50%;
	margin-left:-50px;
}
.section-box a.box:hover .btn-link {
    color: #2d3237;
    background: #b6b6b6;
}

/* ******************* */
/* * footer * */
footer{
	position: relative;
	float:left;
	width:100%;
	background:#232629;
	color:#fff;
	padding:29px 0;
}
#ContainerBlockSocial{
position:relative;
float:left;
width:166px;
height:39px;
}

#ContainerBlockSocial .addthis_toolbox .at300b {
 background-image: url(../../images/new-images/net.png);
 background-repeat: no-repeat;
 width:39px;
 height:39px;
 margin: 0;
 padding: 0;
 display: inline-block;
 overflow: hidden;
 -webkit-transition: none .4s;
 -moz-transition: none .4s;
 -o-transition: none .4s;
 transition: none .4s;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_facebook,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_facebook {
 background-position:0 0;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_facebook:hover,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_facebook:hover {
 background-position:0 -39px;
 transition:.3s all ease;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_twitter,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_twitter {
  background-position:-43px 0px;
  margin-left:4px;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_twitter:hover,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_twitter:hover {
  background-position:-43px -39px;
 transition:.3s all ease;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_linkedin,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_linkedin {
 background-position:-127px 0;
  margin-left:3px;
  }
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_linkedin:hover,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_linkedin:hover {
 background-position:-127px -39px;
 transition:.3s all ease;
  }
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_google_plusone,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_google_plusone {
    background-position:-86px 0;
    margin-left:3px;
}
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_32x32_styleaddthis_button_google_plusone:hover,
#ContainerBlockSocial .addthis_toolbox .at300b.addthis_button_google_plusone:hover {
background-position:-86px -39px;
 transition:.3s all ease;
}
#ContainerBlockSocial .addthis_toolbox .at300b > span, #___plusone_0 {
    display: none !important;
    opacity: 0;
    width: 39px !important;
    height: 39px !important;
}
/* ************* */
footer span.name{
display:none;
}
footer a{
	color:#fff;
}
footer .contact1{
	background:url(../../images/new-images/icon-map1.png) no-repeat center left;
	padding-left:32px;
}
footer .contact2{
	background:url(../../images/new-images/icon-tel1.png) no-repeat center left;
	padding-left:32px;
	margin-left:50px;
}
footer .contact3{
	background:url(../../images/new-images/icon-mail1.png) no-repeat center left;
	padding:10px 0 10px 42px;
    float: right;
}
.net{
    margin-top: 12px;
}
/* ********* */
.back-to-top {
	position: fixed;
	right: 32px;
	bottom: 50px;
	width: 44px;
	height: 50px;
	display: none;
	opacity: .9;
	/*padding: 15px;*/
	background: url(../../images/new-images/icon-top.png) no-repeat center #484848;
	text-indent: -9999px;
	z-index: 500;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
  box-sizing: border-box;
}
.back-to-top:hover {
	opacity: 1;
	display: block;
}

#fancybox-wrap{
z-index:5011 !important;
}

#footerSlideContainer{
right: 15px!important;
bottom: 10px!important;
}
.footerSlideButton1 {
color: #bdbdbd!important;
}
.footerSlideButton1:hover {
color: #d81233!important;
}
.icon-logo-online{
font-size: 1.4em;
}


div#_atssh {
  display: none;
}

div.cc-cookies {
    width: 100%;
}
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}

blockquote {
padding: 0 15px 0 15px;
line-height: 22px;
position: relative;
margin-bottom: 8px;
display: inline-block;
font-size: 15px;
color:#1b1d1e;
margin-top: 5px;
  border-left: none;
}
blockquote:before {
display: inline-block;
content: "\201C";
font-size: 32px;
position: relative;
top: 4px;
color: #808a91;
font-family:"serif";
font-weight:bold;
line-height: 12px;
padding:0 2px;
}
blockquote:after {
display: inline-block;
content: "\201D";
font-size: 32px;
position: relative;
top: 4px;
right:0;
color: #808a91;
font-family:"serif";
font-weight:bold;
line-height: 12px;
padding:0 2px;
}

/* ******************** */
@media (max-width:1199px){
    header#header div.header-logo {
     width: 24%;
	}
	header#header div.header-logo img {
      width:100%;
	}
	header#header nav.main-nav .sf-menu > li > a{
	 font-size: 14px;
	 padding: 41px 8px 25px;
	}
	#content-wrapper .tiret {
     display: block;
     color: transparent;
     height: 0;
	}
	footer .contact1 {
      width: 118%;
	}
}
@media (max-width:991px){
	header#header {
      background: url(../../images/new-images/header.jpg) no-repeat -300px 0;
	}
	.section-box a.box03 , .section-box a.box04{
		margin-top:40px;
	}
	.net {
     margin-top: 0;
     margin-bottom: 20px;
	}
}
@media (max-width:767px){
	.section-box a.box{
		max-width:257px;
	}
	.section-box a.box img{
		max-width:257px;
	}
	.section-box a.box02{
		margin-top:40px;
	}
	header#header div.header-logo {
     width: 42%;
	}
	footer .contact1 {
      width: 100%;
	  padding-left:35px;
	}
	footer .contact2 {
     margin-left: 0;
	  padding-left:35px;
	}
	footer .contact3 {
     margin-left: 0;
	 float:left;
	  padding-left:35px;
	}
}

@media (max-width:480px){
    header#header div.header-logo {
     width: 80%;
	}
	.image-left, .image-right {
		float: none;
		margin: 15px auto;
		display: table;
       max-width: 100%;
	}
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 18px;
	}
	.section-box a.box h2, footer h2{
		font-size: 22px;
	}
	#content-wrapper article.content header#content-header:after, .section-box a.box01 h2:after, footer h2:after{
		font-size: 18px;
	}
	footer .box-bizbook .txt-biz{
		font-size: 18px;
	}
}


.sf-menu > li {
   border-left: 1px solid #fcfcfc !important; 
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.selected > a, .sf-menu > li.active > a {
    color: #ffffff !important;
    
}