body
{
	  
	color:#000;
	background-attachment:fixed;
	font-family:"Muli",sans-serif;
	font-size:16px;
	margin:0;
	overflow-x:hidden;
	line-height:24px;
}
h1,h2
{
	    font-size: 44px;
    line-height: 44px; 
    font-weight: 600;
    margin: 0 0 35px;
    color: #292929;
}

.btn
{
	border: 2px solid #559be3;
	line-height: 62px;
	display: inline-block;
	padding: 0 22px;
	margin-top: 10px;
}
a{
	text-decoration:none;
	color:var(--main-color);
}

.cleared
{
	clear:both;
}

.corp
{
	max-width:1200px;
	padding:0 20px;
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
} 

.header
{
	background-color:#333;
	position:absolute;
	z-index:20;
	left:0;
	right:0;
	max-width:1160px;
	margin:0 auto;
 
} 

#logo
{
	position:relative;
	text-align:left;
	width:410px;
	padding:28px 0; 
}  

#logo a
{
	color:#fff;
	
}
.header .info
{
	position:absolute;
	right:0;
	top:0;
	left:510px;
	bottom:15px;
} 
 
.toppis
{
	background-color:#131313;
	color:#fff;
	position:absolute !important;
	right:0;
	left:0px;
	top:0;
	height:59px; 
	border-radius:0 0 0 20px; 
	box-sizing:border-box;
	position:relative;
	float: left;   
	font-size: 18px;
	line-height: 25px;
	padding: 17px 0px 17px 35px;
  	color: #fff; 
}
.toppis:before
{
	position: absolute;
left: -41.3px;
top: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0px 48px 54px 0;
border-color: transparent #131313 transparent transparent;
}
.toppis strong
{
	color:#559be3;
}
.toppis .btn
{
	position:absolute;
	right:0;
	top:0;
	bottom:0;  
	background-color:#559be3;
	height: 59px;
	border-radius: 0 0 0 20px;
	font-size: 24px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 17px 40px;
	margin-left: -15px;
	box-sizing:border-box;
	margin-top: 0;
border: none;
	
}
.toppis .btn:before
{	
	position: absolute;
left: -41.3px;
top: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 0px 48px 54px 0;
	border-color: transparent #559be3 transparent transparent;
}
.info .tel
{
	position:absolute;
	top:60px;
	padding:18px 0;
	height:28px;
	line-height:28px;
	right:20px;
	color:#fff;
	font-size:27px;

}
.info .tel span
{
	font-size:24px;
}

#logo img
{
	width:100%; 
}

#nav
{
	background:linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
}
#nav:before
{

}
#nav .menu
{
	margin:0;
	padding:0;
	text-align:left;
	margin-top:0px;
	padding-left:0px;  
}

#nav .menu li
{
	display:inline-block;
	margin:0 2px -3px 0;
}

#nav .menu li a
{
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 19px;
	line-height: 23px; 
	font-weight: 600;
	padding: 10px 13px;
	z-index:2;
	text-decoration: none;
	overflow:hidden; 
}
#nav .menu li a:before
{
	content: '';
position: absolute;
z-index:-1;
left: 100%;
top: 0;
width: 180%;
height: 180%;
background-color: #fede00;
-webkit-transform: skew(45deg) translate3d(0, 0, 0);
-moz-transform: skew(45deg) translate3d(0, 0, 0);
-ms-transform: skew(45deg) translate3d(0, 0, 0);
-o-transform: skew(45deg) translate3d(0, 0, 0);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
background-color:#559be3;
transform-origin: 0 0;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
#nav .menu li.active a:before,
#nav .menu li:hover a:before
{
	-webkit-transform: skew(45deg) translate3d(-100%, 0, 0);
-moz-transform: skew(45deg) translate3d(-100%, 0, 0);
-ms-transform: skew(45deg) translate3d(-100%, 0, 0);
-o-transform: skew(45deg) translate3d(-100%, 0, 0);
opacity: 1;
}
#nav .menu li a:hover
{
	color:#000;
}

#nav .menu li a:hover,
#nav .menu li.active a
{
	box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	color:#fff;
}

#slide
{
	position:relative;
	left:0;
	right:0; 
	top:0;
	bottom:0;
	overflow:hidden;
	z-index:0;	
} 
#next,
#prev
{
	position:absolute;
	top:50%;
	height:40px;
	margin-top:-20px;
	left:50px;
	font-size:20px;
	line-height:40px;
	color:#fff;
	z-index:25;
	cursor:pointer;
}
#next i,
#prev i{
	font-size:40px;
	line-height:40px;
}
#next
{
	left:auto;
	right:50px;
}

#SlideImage .item
{
	width:100%;
	min-height:100%;
}
#SlideImage img
{
	min-height:100%;
	min-width:100%; 
}
.widget
{
	clear:both;
	display:block;

}  
.button a
{
	float:left;
	color:#fff; 
	background-color:var(--main-color);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 10px 0 0;
    min-width: 155px;
    padding: 14px 20px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	border:2px solid #f53535;
    vertical-align: top;
	font-weight:bold;
	border-radius:10px;
	box-shadow:0 0 10px #000;
} 
.button a:hover
{
	background-color:transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	border-color:#fff;
	
	background-color:rgba(0,0,0,0.4);
}
#bottom
{
	padding:50px 0 2px;
} 
.footer
{  
	color:#fff;
	padding:10px 0;
	line-height:20px; 
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	line-height:20px;
	font-size:14px;
	background-color:var(--hover-color);
}
.credit
{
	float:none;
	color:#444;
	line-height:20px;
	margin-top:5px;
	font-size:12px;
}
.credit a
{
	color:#aaa;
} 
.header .corp
{
	position:relative;  
}

form .itm
{
	position:relative;
}
input[type="text"], input[type="number"], input[type="password"],.form  textarea {
   appearance: none;
margin-bottom: 4px;
padding: 10px 15px;
font-size: 18px;
line-height: 24px;
background: #fff;
border: 1px solid #dbdbdb;
border-radius: 0;
color: #2b2b2b;
min-width: 100%;
box-sizing:border-box;
}
.form  textarea
{
	height:133px;

}
.form .g-recaptcha
{
	width:200px;
	height:60px;
	float:left;
	overflow:hidden;
}
.form .g-recaptcha iframe
{
	margin:-10px 0 0 -5px;
}
textarea
{
    font-size: 13px;
	font-family:"Source Sans Pro",sans-serif; 
}
input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
} 
select {
    appearance: none;
margin-bottom: 4px;
padding: 10px 15px;
font-size: 18px;
line-height: 24px;
background: #fff;
border: 1px solid #dbdbdb;
border-radius: 0;
color: #2b2b2b;
min-width: 100%;
box-sizing:border-box;
}  

input[type="submit"],
button,
input[type="button"]{
    background-color: #559be3; 
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
	float:right;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0 auto;
    padding: 0px 20px;
    text-align:right;
    text-transform: uppercase;
    vertical-align: middle;
	height:50px;
	line-height:50px;
	border:none;
    white-space: nowrap;
}  
.widget.page
{
	padding:50px 0;
	display:block;
}
/*
 *  Owl Carousel - Core
 */
.owl-nav
{
	display:none;
}
.owl-dots
{
	text-align:center;
}
.owl-dots .owl-dot
{
	display:inline-block;
	width:13px;
	height:13px;
	border-radius:100%;
	background-color:var(--bg-color);
	margin:0 3px;
}
.owl-dots .owl-dot.active
{
	background-color:var(--hover-color);
}
.gallery
{
	position:relative;
}
.gallery .itm
{
	width:33.3333%; 
	float:left;
	overflow:hidden;
	position:relative; 
	box-sizing:border-box;
	border:15px solid #fff;
}
.gallery .itm:nth-child(3n+1)
{
	clear:both;
	margin-left:0;
}
.gallery .itm:before
{
	content:"";
	padding-top:66%;
	display:block;
}

.gallery .itm a
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	min-height:100%;
	background-position:center;
	background-size:cover;
}
.gallery .itm a img
{
	display:none;
} 
.form .span6 .span4
{
	margin:auto !important;
	float:none !important;
	width:100% !important;
} 

.form .extrafield label
{
	display:none;
}
#SlideImage .slogan
{
	position:absolute;
	text-align:left; 
	top:50%;
	margin-top:-50px;
	left:150px; 
	right:150px; 
	z-index:50;
	text-align:center;
	color:#fff;
} 

.smiller
{
	animation:zoomIn 1s;
} 
.bigger
{
	animation:scaleOut 1s;
} 
.inleft
{
	animation:fadeInLeft 1s;
}
.flip
{
	animation:flipInX 1s;
}
@-webkit-keyframes scaleOut {
 0% {
  opacity:0;
  -webkit-transform:scale3d(1.3,1.3,1.3);
  transform:scale3d(1.3,1.3,1.3)
 }
 50% {
  opacity:1
 }
}
@keyframes scaleOut {
 0% {
  opacity:0;
  -webkit-transform:scale3d(1.3,1.3,1.3);
  transform:scale3d(1.3,1.3,1.3)
 }
 50% {
  opacity:1
 }
}
#SlideImage .slogan span
{
	display:block;
	margin:10px 0; 
}
#SlideImage .slogan span.med
{
	font-size:40px;
	line-height:40px;
}
#SlideImage .slogan span.big
{
	font-size:80px;
	color:#559be3;
	line-height:80px; 
}

#SlideImage .slogan span.small
{
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	
}
#SlideImage .slogan .btn
{
	display:inline-block;
	padding:10px 20px;
	background-color:#559be3;
	color:#fff;
	text-transform:uppercase;
	margin:10px 0;
	line-height:20px;
}
.widget.pagerup
{
	padding-top:50px;
}
.widget.pagerdun
{
	padding-bottom:50px;
}
.widget h1
{
	font-size: 44px;
	line-height: 44px;
	text-transform:capitalize;
	font-weight: 600;
	margin: 0 0 15px;
	color: #292929;
}
.widget h2
{
	font-size: 34px;
	line-height: 34px;
	text-transform:capitalize;
	font-weight: 600;
	margin: 0 0 15px;
	color: #292929;
}
.category.home
{ 
	margin:0 auto;
	display:block;
	padding:0 20px;
	box-sizing:border-box;
	max-width: 1200px; 
	width: 100%;

}
.category.home .item
{
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:33.33333333%;
}

.category.home .item .img img
{
	width:100%;
}
.category.home .item:nth-child(2n+1) .img:after,
.category.home .item:nth-child(2) .img:before
{
	display:block;
	content:"";
	padding-top:75%;
}

.category.home .item .testo
{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:50%;
	background-color:#559be3;
	padding:50px;
	box-sizing:border-box;
	color:#fff;
}
.category.home .item:nth-child(2) .testo
{
	top:0;
}
.category.home .item .testo .tit
{
	font-size:30px;
	line-height:34px;
	margin:0 0 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.category.home .item .testo .tit span
{
	display:block;
	font-size:34px;
	line-height:40px;
}
.category.home .item .testo a
{
	color:#fff;
}
.category.home .item .testo .intro
{
	height:150px;
	line-height:25px;
	text-align:center;
	font-size:18px;
	overflow:hidden;
	margin-bottom:10px;
}
.category.home .item .testo p
{
	margin:0;
} 
.widget.mezzo
{
	padding:75px 0 60px;
	margin:50px 0;
	background-image:url('../images/block-bg-1-1.jpg');
	background-attachment:fixed;
	font-size:16px;
	line-height:24px;
}
.widget.mezzo .custom
{
	max-width:1200px;
	color:#fff;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 20px;
}
.mezzo .tit
{
	text-align:center;
	font-size:44px;
	font-weight:600;
	line-height:44px;
	margin:0 0 5px;
}
.mezzo p
{
	margin:0;
}

.mezzo .tit span
{
	color:#559be3
}
.lista ul,
.mezzo ul
{ 
	list-style:none;
	margin:50px 0 35px;
	font-size:18px;
	clear:both;
	padding:0;
}
.lista ul li,
.mezzo ul li
{
	line-height:26px;
	margin:8px 0 0;
	font-weight:bold;
	width:33.33333%;
	float:left;
}

.lista ul
{
	margin:0;
	font-size:16px;
}
.lista ul li
{
	float:none;
	display:block;
	width:100%;
}
.lista li:before,
.mezzo ul li:before
{
	content:"\f00c";
	font-family:'Font Awesome 5 Pro';
	font-weight:normal;
	padding-right:10px;
	color:#559be3;
}
.map .widget
{
	clear:none;
}
.map
{
	height:480px;
	background-color:#2c2c2c;
}
.category.home .item .img
{
	overflow:hidden;
}
.category.home .item .img img
{
	transition:all 0.3s ease-in-out;
}
.category.home .item:hover .img img
{
	transform:scale(1.1,1.1);
}
.stsli
{
	background-image:url('../images/banner-bg.png');
	padding:50px 0;
	margin-top:-1;
	color:#fff;
	position:relative;
	z-index:25;
	overflow:visible; 
}
.stsli .tit
{
	width:25%;
	box-sizing:border-box;
	padding-right:25px;
	
	float:left;
}

.stsli .txt
{
	width:25%;
	padding:0 25px;
	float:left;
	font-size: 16px;
    line-height: 24px;
}
.stsli .txt p
{
	margin:0;
}
.stsli .tit .b1
{
	font-size: 34px;
	line-height:34px;
	margin:0;
	
}
.stsli .tit .b2
{
	text-align:right;
	margin:0;
	line-height:44px;
	font-size:44px;
	color:#559be3;
}
.stsli .img
{
	float:left; 
	box-sizing:border-box;
	width:370px;
}
.stsli .img img
{
	margin:-75px 0 -90px;
}

.stsli .btn
{
	border: 2px solid #559be3;
	line-height: 62px;
	display: inline-block;
	padding: 0 22px;
	float: right;
	margin-top: 10px;
}


.widget.sotto
{
	padding:75px 0 60px;
	margin:50px 0;
	background-image:url('../images/block-bg-2.jpg');
	background-attachment:fixed;
	font-size:16px;
	line-height:24px;
}
.widget.sotto .custom
{
	max-width:1200px;
	color:#fff;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 20px;
}
.sotto .tit
{
	text-align:center;
	font-size:44px;
	font-weight:600;
	line-height:44px;
	margin:0 0 5px;
}
.sotto p
{
	margin:0;
}

.sotto .tit span
{
	color:#559be3
}
.sotto .itm
{
	width:25%;
	float:left;
	padding:15px; 
	box-sizing:border-box;
}
.sotto .itm .inf
{
	margin-top:18px;
	margin-bottom:18px;
	line-height:20px;
}
.sotto .passaggi
{
	margin-top:50px;
}
.sotto .itm:nth-child(2n) .inf
{
	margin-top:60px;
}
.sotto .itm .inf .numb
{
	width: 40px;
	height: 40px;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	float:left;
	margin-right:10px;
	background-color:#559be3 !important;
	line-height:40px;
}
.widget .titol
{
	    font-size: 44px;
    line-height: 44px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    margin: 0 0 35px;
	text-align:center;
}
.widget .info
{
	    font-size: 20px;
    line-height: 26px;
	text-align:center;
    margin-bottom: 26px;
    font-style: italic;
	margin-top:-30px;
}
.scegliere
{
	margin-top:125px;
}
.scegliere .itm
{
	width:33.333333%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;
	text-align:center;
}
.scegliere .itm .spacer
{
	border:1px solid #dcdcdc;
	padding:0 30px 30px;
}
.scegliere .itm .title
{
	margin: 20px auto 23px;
text-transform: uppercase;
font-size: 30px;
}
.scegliere .text
{
	font-size: 18px;
line-height: 24px;
}
.scegliere .itm .icon
{
	margin-top:-65px; 
	margin-bottom:30px;
	width:130px;
	height:130px;
	line-height:130px;
	padding:4px;
	border-radius:100%;
	border:1px solid #dcdcdc;
	background-color:#fff;
	margin-left:auto;
	text-align:center;
	margin-right:auto;
	box-sizing:border-box;
}
.scegliere .itm .icon i
{
	background-color:#559be3;
	color:#fff;
	display:block;
	line-height:120px;
	margin:0 auto;
	border-radius:100%;
	height:120px;
	font-size:60px;
	width:120px;
}
.map .inside
{
	padding:68px 15px 55px 0;
	float:right;
	width:470px;
}
.map .inside .footer-phone
{
	margin-bottom: 62px;
	font-size: 34px;
	line-height: 1em;
	color:#fff;
}
.map .inside .footer-phone .h-phone
{
	color:#fff;
	margin:0;
    font-size: 28px;
}
.map .inside .footer-phone .h-phone span
{
	color:#559be3;
}
.map .contact-info
{
margin:0 0 40px;
padding-left: 50px;
position: relative;
font-size: 18px;
line-height: 22px;
color:#fff;
text-align: left;
}
.map .contact-info i
{
	position: absolute;
top: 0;
left: 0;
font-size: 36px;
line-height: 1em;
color: #559be3;
}
.social-links
{
	margin-top:68px;
}

.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul li {
  display: inline-block;
  margin: 0 7px 0px 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .social-links ul li {
    margin: 0 4px 3px 0;
  }
}
.social-links ul li:last-child {
  margin-right: 0;
}
.social-links ul li a {
  font-size: 26px;
  line-height:45px;
  color:#292929;
  background-color:#559be3;
  border-radius:100%;
  width:45px;
  height:45px;
  overflow:hidden;
  display:block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.social-links ul li a i
{
	line-height:46px;
} 

.social-links ul li a:hover {
  color: #2c2c2c;
}
.link a {
  font-size: 34px;
  line-height: 1em;
  color: #fede00;
  text-decoration: none;
  padding: 0 4px 0 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #2c2c2c;
}
a.icon-facebook-logo:hover {
  color: #3b5998 !important;
}
a.icon-twitter-logo:hover {
  color: #55acee !important;
}
a.icon-google-plus-logo:hover {
  color: #dd4b39 !important;
}
a.icon-linkedin-logo:hover {
  color: #4875B4 !important;
}
a.icon-pinterest-logo:hover {
  color: #C92228 !important;
}
a.icon-instagram-logo:hover {
  color: #4E433C !important;
}

.banner
{
	height:343px; 
}
.pagina
{
	padding-top:0px;
	padding-bottom:20px;
	margin-top:-150px;
	position:relative;
}
.breadcrumbs ul
{
	margin:0; 
	padding:0;
	color:#fff; 
background-color: transparent;
	display: inline-block;
	padding: 18px 0;
	border-radius: 0;
	margin: 0;
	width: 100%;
}
.breadcrumbs ul li
{
	display:inline-block;
	text-transform:capitalize;
}
.breadcrumbs a
{
	color:#fff;
}
.breadcrumbs ul li a,
.breadcrumbs ul li
{
	    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none; 
}
.breadcrumbs ul li:before
{
	content:"/";
	padding: 0 10px;
margin-left: -4px;
}
.breadcrumbs ul li:first-child:before
{
	padding:0;
	content:"";
	margin:0;
}
h1.titolo,
h1.title
{
	    text-align: center;
    color: #fff;
    font-size: 44px;
	margin:0 0 47px;
    line-height: 44px;
}
.blog .descr
{
	text-align:center;
}
.item-page .body
{
	padding-top:100px;
}

.item-page .body .titol
{
	font-size: 44px;
	line-height: 44px;
	font-weight: 600;
	margin: 0 0 35px;
	margin-bottom: 35px;
	color: #292929;
}

.item-page .body .titol,
.blog .descr h2
{
	margin-bottom:5px;
}

.item-page .body p,
.blog .descr p
{
	margin-top:0;
	margin-bottom:10px;
}

.category.servizi .item
{
	width:33.3333333%;
	box-sizing:border-box;
	padding:0 15px;
	float:left;
	margin-top:30px;
}
.category.servizi .item img
{
	width:100%;
}
.category.servizi .item .testo
{
	background-color:#2c2c2c;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	padding: 33px 35px 40px;
	text-align:center;
}
.category.servizi .item .testo .tit
{
	text-transform: uppercase;
line-height: 1.2;
margin-bottom: 14px;
font-size: 30px;
height:72px;
color:#559be3;
}
.category.servizi .item .testo .intro
{
	height:78px;
}
.item-page.contatti .chiama
{
	font-size:28px;
	font-weight:600;
	line-height:48px;
}
.contatt .sfnd
{
	background-color:#efefef;
	padding:20px;
}
.contatt .contact-info
{ 
padding-left: 50px;
position: relative;
font-size: 16px;
line-height: 22px;
color: #000;
text-align: left;
}
.contatt i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 1em;
    color: #559be3;
}
.item-page .body h2
{
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	margin:15px 0 5px; 
	color: #292929;
}
.item-page .body h2 
{
	margin-top:0;
}
.item-page .body .sfndo
{
	margin:50px 0; 
	position:relative;
	color:#fff; 
}
.item-page .body .sfndo .testo
{
	width:50%;
	padding:60px 50px;
	box-sizing:border-box;
	margin-left:50%;
}
.item-page .body .sfndo .testo h2
{
	color:#fff;
}
.item-page .body .sfndo .imager
{
	position:absolute;
	top:0;
	bottom:0;
	overflow:hidden;
	right:50%;
}
.item-page .body .sfndo .imager img
{
	min-height:100%;
}

.item-page .body .sfndo:before
{
	content:"";
	position:absolute;
	left:-1000px;
	right:-1000px;
	top:0;
	bottom:0;
	background-color:#2b2b2b;
	z-index:-1;
}
.item-page .imageSprit
{
	display:block;
	clear:both;
	text-align:center;
	position:relative;
	margin:50px 0;
}
.item-page .imageSprit:before
{
	content:"";
	position:absolute;
	left:0;
	width:50%;
	border-right:150px solid #fff;
	top:50%;
	margin-top:-0.5px;
	height:1px;
	background-color:#a1a1a1;
	z-index:-1;
	box-sizing:border-box;
}
.item-page .imageSprit:after
{
	content:"";
	position:absolute;
	right:0;
	width:50%;
	border-left:150px solid #fff;
	top:50%;
	margin-top:-0.5px;
	height:1px;
	background-color:#a1a1a1;
	z-index:-1;
	box-sizing:border-box;
}
.item-page .imageSprit img
{
	border-radius:100%;
	overflow:hidden;
	border:1px solid #efefef;
	padding:10px;
	background-color:#fff;
}
.item-page.cert .gallery .itm
{
	width:25%;
	clear:none;
}
.item-page.cert .gallery .itm:nth-child(4n+1)
{
	clear:both;
}
.item-page.offi .cols img
{
	box-sizing:border-box;
	padding:10px;
	width:50%;
	display:inline-block;
	margin-right:-4px;
}
.item-page .image
{
	width:30%;
	float:left;
	margin:100px 20px 20px 0;
}

.item-page .image img
{
	width:100%;
}
.botter video
{
	max-height:370px;
	padding:0 17px;
	box-sizing:border-box;	
}




.popup {
  position: fixed;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
right: 20px;
  margin: auto;
  text-align: center;
  max-width: 800px;
  background: #fff;
  z-index: 501;
  padding: 50px 20px;
  border: 1px solid #eee;
}
.sf {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 500;
}
.popup i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}



.popup .tit {
  color: #64b9ef;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 12px;
  line-height:1.2;
}
.popup p {
  margin: 0;
  max-width: 450px;
  margin: auto;
  font-size: 20px;
}

.popup img {
    width: 100%;
    max-width: 450px;
}

.imgoff {
  margin: 40px auto 0;
  text-align: center;
  display: block;
  clear: both;
}
.imgoff img {
  max-height: 600px;
  height: 500px;
  width: 100%;
  object-fit: cover;
}