/*@import "compass/css3";*/

body{
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
	background-color:#f5f5f5;
}

.header {
	border-bottom:1px solid #000;
	padding:1.5vw;
}
.logo {
	display:inline-block;
	height:4vw;
	width:12vw;
	text-align:center;
	vertical-align:top;
}
.logo img {
	height:4vw;
}

.pagetitle {
	border-left:1px solid #000;
	display:inline-block;
	height:4vw;
	width:80vw;
	text-transform:uppercase;
	line-height:4vw;
	box-sizing:border-box;
	padding-left:3vw;
	vertical-align:top;
	font-size:1.8vw;
	font-weight:600;
	letter-spacing:0.15vw;
}

.pagetitle_internal {
	border-left:1px solid #000;
	display:inline-block;
	height:4vw;
	width:15vw;
	text-align:left;
	text-transform:uppercase;
	line-height:4vw;
	box-sizing:border-box;
	padding-left:3vw;
	vertical-align:top;
	font-size:1.8vw;
	font-weight:600;
	letter-spacing:0.15vw;
}


.breadcrumb{
	display:inline-block;
	height:4vw;
	width:55vw;
	text-align:right;
	text-transform:uppercase;
	line-height:4vw;
	box-sizing:border-box;
	padding-left:3vw;
	vertical-align:top;
	font-size:1.1vw;
	font-weight:600;
}

.back{
	display:inline-block;
	height:4vw;
	width:10vw;
	text-align:right;
	text-transform:uppercase;
	line-height:4vw;
	box-sizing:border-box;
	padding-left:3vw;
	vertical-align:top;
	font-size:1.2vw;
	font-weight:600;
}

.back a{
	color:#c00;
	text-decoration:none;
}
.searchbar {
	z-index:1000;
	line-height:2.5vw;
	vertical-align:middle;
	display:inline-block;
	margin-right:1vw;
}
.menubar {
	position:absolute;
	vertical-align:middle;
	margin-top:-1.5vw;
	z-index:1000;
	background-color:#fff;
	border:1px solid #000;
	border-radius: 0px 1.5vw 1.5vw 0px;
	padding-top:0.2vw;
	padding-bottom:0.2vw;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	line-height:2.5vw;
	font-size:1vw;
}

.menubar a {
	color:#000;
	text-decoration:none;
	display:inline-block;
}

.leftmenu_voice {
	font-size:11px;
	font-weight:400;
	line-height:16px;
} 

.leftmenu_voice a {
	color:#000;
}

.leftmenu_voice a:hover {
	text-decoration:underline;
}

.searchbar #str{
	line-height:2vw;
	border-radius:1.5vw;
	font-size:22px;
	width:18vw;
	padding:2px;
	padding-left:25px;
	box-sizing:border-box;
}
.searchbar #img {
	position:absolute;
	margin-left:-17.5vw;
	width:20px !important;
	height:20px !important;
	margin-top:10px;
	z-index:1500;
}

.subheader_internal {
	height:10vw;
	background-color:#bbb;
	text-align:center;
	padding-top:5vw;
	color:#fff;
	font-size:3vw;
	font-weight:700;
	text-transform:uppercase;
}
.boxcontainer {
	text-align:center;
	padding:1vw;
	vertical-align:top;
	background-color:#f5f5f5;
	font-family:Roboto, sans-serif;
}
.boxcontainer .col{
	background-color:#fff;
	text-align:left;
	width:30vw;
	margin:1vw;
	border-radius:10px;
	padding-bottom:1vw;
	box-shadow:0px 0px 5px #999;
}
.boxcontainer .col .coltitle{
	background-color:#f0f;
	border-radius:10px;
	color:#fff;
	font-size:20px;
	font-weight:600;
	padding:1vw;
	padding-left:1vw;
}
.boxcontainer .col .colcontent{
	box-sizing:border-box;
	font-weight:700;
	width:46%;
	min-width:200px;
	font-size:18px;
	padding:0.4vw;
	padding-top:1.0vw;
	padding-left:1vw;
	color:#000;
	
}
.boxcontainer .col .colvoice{
	padding-top:0.3vw;

}


.boxcontainer .col .colvoice:before{
	content:url('../images/freccetta.jpg');
	position:absolute;
	width:20px;
	margin-left:0px;
	line-height:100%;
	margin-top:-3px;
}

.boxcontainer .col .colvoice a{
	color:#555;
	line-height:100%;
	font-size:13px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-weight:500;
	padding-left:10px;
}





	.g2_fixedhead {
			width:100%;
			top:0px;
			background-color:#fff;
			z-index:100000;
			
		}
		.g2_header {
			background-color:#fff;
			margin:0px;
		}
		.g2_header .logotop{
			max-width:4vw;
			height:auto;
			vertical-align:middle;
		}
		.g2_header .g2_logo_cont {
			vertical-align:middle;
			height:6vw;
			padding-left:3vw;
			padding-right:3vw;
			display:inline-block;
			line-height:6vw;
		}
		.g2_header .g2_desc_cat {
			height:6vw;
			padding-left:2vw;
			padding-right:2vw;
			display:inline-block;
			vertical-align:middle;
			line-height:6vw;
			color:#fff;
			font-weight:bold;
			background-color:#007aff;
			font-size:1.3vw;
		}
		.g2_header .g2_welcome {
			height:6vw;
			padding-left:3vw;
			padding-right:3vw;
			display:inline-block;
			vertical-align:middle;
			line-height:6vw;
			color:#000;
			font-weight:bold;
			font-size:1.1vw;
		}
		.g2_topbar {
			background-color:#000;
			height:4vw;
			color:#fff;
			font-size:0.7vw;
			line-height:4vw;
		}
		.g2_top {
			display:inline-block;
			width:30%;
			text-align:left;
			line-height:3vw;
		}
		.g2_c1{
			text-align:left;
			width:5%;
		}
		.g2_c2 {
			width:70%;
			text-align:center;
		}
		.g2_c3 {
			width:25%;
			text-align:right;
		}
		.prodotto_nuovo .g2_tasto{
			text-align:center;
			display:inline-block;
			padding:0.4vw;
			text-decoration:none;
			background-color:#000;
			color:#fff;
			font-weight:500;
			font-size:0.8vw;
			line-height:0.8vw;
			
			border-radius:1.5vw;
			width:15vw;
		}
		
		.g2_top .g2_tasto{
			text-align:center;
			display:inline-block;
			vertical-align:middle;
			padding:0.4vw;
			text-decoration:none;
			padding-left:0px;
			padding-right:0px;
			background-color:#000;
			color:#fff;
			font-weight:500;
			font-size:0.8vw;
			line-height:0.8vw;
			margin:0.5vw;
			border-radius:1.5vw;
			width:18vw;
			}
		.g2_tasto img{
			max-width:31px;
			width:1.3vw;
			vertical-align:middle;
			margin-right:0.5vw;
		}
		.g2_tasto:hover{
			background-color:#333;
		}
		.g2_sustainability{
			background-color:#839d7d !important;
		}
		.g2_download {
			background-color:#c91f00 !important;
		}
		.g2_heromktd {
			background-color:#E65C01 !important;
		}

		.g2_carrello {
			line-height:2.5vw;
			display:inline-block;;
			background-color:#007aff;
			border-radius:1.5vw 0 0 1.5vw;
			padding-left:1vw;
			padding-right:1vw;
		}
		.g2_carrello img{
			vertical-align:middle;
			width:1.5vw;
			max-width:41px;
		}		
		.g2_heading {
			padding-top:2vw;
			padding-bottom:2vw;
			color:#fff;
			font-weight:600;
			font-size:3vw;
			text-align:center;
		}
		.g2_tasto_downloaditem{
			text-align:center;
			display:inline-block;
			vertical-align:middle;
			padding:0.4vw;
			text-decoration:none;
			padding-left:0px;
			padding-right:0px;
			background-color:#fff;
			color:#c91e00;
			border:3px solid #c91e00;
			text-transform:uppercase;
			font-weight:500;
			font-size:calc(10px + 0.5vw);
			line-height:calc(16px+0.5vw);
			margin:0.5vw;
			border-radius:1.5vw;
			width:calc(230px + 13vw);
		}



















@media screen and (min-width: 1500px) {
	.boxcontainer .col .colvoice a{
		font-size:15px;
	}
}


@media screen and (min-width: 1700px) {
	.boxcontainer .col .colvoice a{
		font-size:16px;
	}
}



.boxcontainer .col .colvoice a:hover{
	color:#000;
}
.subcol {
	margin-top:0.3vw;
	color:#333;
}
.banner {
	text-align:center;
}

.banner img{
	width:94vw;
	margin:2vw;
}
.footercontainer {
	position:fixed;
	/*overflow:hidden;*/
	bottom:0px;
	height:3vw;
	left:0px;
	width:100vw;
	z-index:1001201000;
	background-color:#ebebeb;
}
.footer {
	box-sizing:border-box;
	height:12vw;
	background-color:#ebebeb;
	padding:2vw;
}
.tastofooter {
	padding:5px;
	padding-left:2vw;
	position:relative;
	z-index:1001201001;
	margin-top:-1.5vw;
	border-radius:0px 1.5vw 1.5vw 0px;
	background-color:#0460a6;
	display:inline-block;
	font-weight:500;
	color:#fff;
}

.tastofooter a{
	text-decoration:none;
	color:#fff;
}
.footer .col {
	width:31.0vw;
	display:inline-block;
	box-sizing:border-box;
	padding-left:3vw;
	padding-right:3vw;
	line-height:2vw;
	font-size:1.1vw;
}
.footer .col img {
	width:1.6vw;
	margin-right:1vw;
	vertical-align:middle;
	margin-top:-0.2vw;
}
.footer .col .voce {
	padding:0.5vw;
	padding-left:2vw;
	
}
.footer .col .top {
	border-bottom:1px solid #777;
}



.product {
	margin:auto;
	width:70vw;
	min-width:1100px;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:10px;
	margin-bottom:20px;
}
.product:after {
	content:url('../images/divisore_v2.png');
	width:90vw;
	position:absolute;
	overflow:hidden;
	left:5vw;
}
.product .copertina {
	width:18%;
	display:inline-block;
	min-height:50px;
}
.product .copertina .fotocopertina {
	width:100%;
	box-sizing:border-box;
	border-radius:10px;
	box-shadow: 2px 2px 0px #009fe3;
}
.product .mainbox {
	width:82%;
	box-sizing:border-box;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:20px;
	display:inline-block;
	vertical-align:top;
}
.product_title {	
	text-transform:uppercase;
	display:inline-block;
	border-radius:40px;
	padding:5px;
	padding-left:15px;
	line-height:14px;
	padding-right:10px;
	border:2px solid #000;
	background-color:#000;
	font-size:14px;
	font-weight:500;
	margin-top:0px;
	margin-bottom:10px;
	color:#fff;
}

.linkmore a {
	display:inline-block;
	padding:10px;
	text-align:center;
	height:20px;
	width:20px;
	margin-left:30px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:40px;
}

.product .linkmore a img{
	vertical-align:middle;
}
.product_body {
	clear:right;
}
.product .datasheet {
	width:30%;
	display:inline-block;
	vertical-align:top;
	min-height:50px;
	font-size:14px;
	font-weight:500;
}

.product .skus_box{
	width:70%;
	min-height:50px;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}
.product .skus_box .versione {
	box-sizing:border-box;
	text-align:center;
	color:#000;
	font-size:14px;
	width:25%;
	padding:10px;
	padding-right:0px;
	vertical-align:top;
	display:inline-block;
}
.product .skus_box .versione .versionecopertina{
	border-radius:10px;
	box-shadow: 2px 2px 0px #009fe3;

}
.versionsicons {
	box-shadow:none !important;
	margin-right:5px;
}
.product .skus_box .versione .versionecopertina{
	width:100%;
}
.product .sizes {
	margin-top:25px;
	padding:10px;
	background-color:#fff;
	border-radius:15px;
	box-shadow: 2px 2px 0px #009fe3;
}
.product b {
	font-weight:700;
}
.product .iconatessuto{
	width:50%;
}
.product .testotessuto{
	padding-top:1vw;
}
.product .icone_tecnologie{
	width:28%;
	padding:0.2vw;
}
.product .tecnologie_elenco {
	padding-top:10px;
}
.product .features_elenco {
	padding-top:10px;
}
.product .colori_elenco {
	padding-top:10px;
}

.bigimage_container {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	margin:auto;
	text-align:center;
	z-index:1001201010;
	display:none;
}
.bigimage_container img{
	height:80vh;
	margin-top:3vw;
}
.bigimage_background {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:10000;
	opacity:0.8;
	display:none;

}
.bigimage_close {
	position:fixed;
	right:10px;
	top:10px;
	z-index:10002;
	display:none;
}
.bigimage_close a{
	color:#fff;
	font-size:6vw;
}
.versionsicons{
	border:0px !important;
	vertical-align:middle;
}
#sfondonero {
	display:none;
	position:fixed;
	width:100%; height:100%;
	top:0px;left:0px;
	background:url('../images/alone.png');
	z-index:10000;
}
#boxtaglie {
	display:none;
	position:fixed;
	width:70vw;
	min-height:50vh;	
	top:25vh;
	left:15vw;
	background-color:#fff;
	box-sizing:border-box;
	padding:25px;
	z-index:10001;
}
.boxtaglia {
	display:inline-block;
	padding:15px;
	vertical-align:top;
	padding-top:0px;
	
}

.boxtaglia h3{
	margin:0px;
	padding:0px;
}
.boxtaglia input{
	width:50px;
	text-align:center;
	font-size:16px;
	padding:5px;
	
}

.tasto_taglie {
	display:inline-block;
	border-radius:40px;
	padding:5px;
	padding-right:15px;
	padding-right:15px;
	line-height:30px;
	padding-right:10px;
	border:2px solid #000;
	background-color:#ddd;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:20px;
	min-width:150px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}

.save {
	background-color:#0a0;
	color:#fff;
	}
.cancel {
	background-color:#c00;
	color:#fff;
	}

.clear {
	color:#000;
	}










.testata {
	margin:auto;
	width:80vw;
	min-width:1200px;
}
.testata img {
	width:100%;
}



.subheadings {
	margin:auto;
	width:80vw;
	margin-top:40px;
	text-align:center;
	min-width:1200px;
}
.subheadings .subheading {
	text-align:left;
	display:inline-block;
	width:25%;
	margin-left:4%;
	margin-right:4%;
	border-bottom:1px solid #999;
	color:#999;
	margin-bottom:5%;
	padding-bottom:1%;
	font-size:20px;
}

.tecnologie_elenco_inner img{
	width:60px;
	vertical-align:middle;
	margin:5px;
}

.tecnologie_elenco_inner .iconatessuto_small{
	width:170px !important;
	vertical-align:middle;
	margin:5px;
	margin-right:5px;

}

.subtestate {
	margin:auto;
	width:80vw;
	min-width:1200px;
}
.subtestate .testatasub {
	display:inline-block;
	width:44%;
	margin:3%;
}
.subtestate .testatasub img{
	width:100%;
}

.lineheading2 {
	width:80vw;
	margin:auto;
	text-align:center;
	}
		
.lineheading  {
    margin-top:40px;
    margin-bottom:40px;
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color:#999;
    background-color:#fff;
    padding:10px;
}
/*.lineheading:before, .lineheading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 35%;
    height: 1px;
    content: '\a0';
    background-color: #999;
*/
}
.lineheading:before {
    margin-left: -37%;
    text-align: right;
}
.lineheading:after {
    margin-left: 2%;
    text-align: left;
}



.variante {
	margin:auto;
	width:80vw;
	min-width:1200px;
	padding-bottom:3vw;
}
.titolovariante{
	text-align:center;
	padding-bottom:1vw;
}

.variante .fotovariante {
	box-sizing:border-box;
	padding:10px;
	display:inline-block;
	
	
}
.fotovariante img{
	width:100%;
	border-radius:10px;
	box-shadow: 2px 2px 0px #009fe3;
}
.uno {
	width:100%;
}
.due {
	width:50%;
}
.tre {
	width:26%;
	padding:1%;
}
.quattro {
	width:25%;
}
.mezza {
	width:40vw;
	min-width:599px;
	display:inline-block;	
	overflow:hidden;
}
.quarto {
	width:20vw;
	min-width:299px;
	display:inline-block;	
	overflow:hidden;
}


.contvideo {
	margin:auto;
	text-align:center;
	padding:10px;
	padding-bottom:5vw;
}
.exclusive {
	text-align:center;
	display:inline-block;
	width:100px;
}
.exclusive img {
	width:80%;
	vertical-align:middle;
}
.info {
	position:absolute;
	margin-top:10px;
	margin-left:10px;
}
.howmanyfound {
	font-size:20px;
	color:#fff;
	padding:0px;
	margin:0px;
	line-height:20px;
}
.exclusive_color {
	position:absolute;
	width:80px;
	margin-top:-10px;
	margin-left:-5px;
}
.exclusive_color img{
	width:100%;
	border:0px !important;
}
.new_color {
	vertical-align:middle;
	width:40px;
	border:0px !important;
	margin-top:-2px;
}
.prodotto_nuovo{
	line-height:40px;
	display:inline-block;
	padding-left:30px;
	float:right;
}
.prodotto_nuovo img{
	height:30px;
	vertical-align:middle;
}
.desc_prod {
	font-weight:400;
	font-size:13px;
	padding-bottom:20px;
}
.desc_prod em {
	font-weight:bold;
	color:#900;
}
.feat_desc {
	margin-top:10px;
}
.pack_desc {
	text-align:center;
	padding-top:10px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
}

.doors_product{
	border:0px !important;
	vertical-align:middle;
	width:16px;
	margin-bottom:3px;
}

.exclusiveprodver {
	height:25px;
	vertical-align:middle;
	margin-right:30px;
}

.newprodver {
	height:18px;
	vertical-align:middle;
	margin-right:30px;
	margin-bottom:3px;
}
.tabtaglie {
	width:100%;
	max-width:100%;
}
.familyprod {
	vertical-align:middle;
	height:20px;
	margin-right:20px;
	margin-bottom:3px;
}
.linktocart {
	position:fixed;
	background-color:#fff;
	right:0px;
	box-shadow:-2px 2px 5px #000;
	top:50%;
	padding:10px;
	border-radius:10px 0px 0px 10px;
}
.export_container {
	float:right;
}
.export {
	padding:10px;
	display:inline-block;
	margin:10px;
	background-color:#fff;
	border:1px solid #090;
	color:#000;
	font-weight:600;
	text-decoration:none;
	font-size:12px;
}

.export:hover{
	background-color:#eef;
}

.export img{
	width:22px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:4px;
}



#admintopbar {
	z-index:100120101;
	position:fixed;
	top:0px;
	left:0px;right:0px;;
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:500;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

.ticketicon{
	display:inline-block;
	text-align:left;
	position:absolute;
	z-index:10012010;
	margin-left:-25px;
	margin-top:-5px;
	border:0px;	
}
.ticketicon img {
	position:absolute;
	border:0px !important;
}
.ticketicon span {
	margin-left:30px;
	display:none;
	color:#000;
	padding:4px;
	background-color:#fbf600;
	border:1px solid black;border-radius:10px;
	font-size:10px;
	font-weight:bold;
	box-shadow:0px 0px 5px #000;
}


.show {
	display:inline;
}
.hide{
	display:none;
}

.ticketicon:hover > span { display:inline-block; }

#hoverticket {
	display:none;
	background:url('../images/alone.png');
	z-index:100000000000000;
	top:0px;left:0px;bottom:0px;right:0px;
	position:fixed;
	text-align:center;
}
.openticket {
	position:relative;
	width:700px;
	height:500px;
	border:1px dotted #fff;
	top:50vh;
	left:50vw;
	margin-left:-350px;
	margin-top:-250px;
	background:url('../images/alone.png');
	color:#fff;
}
.openticket h1{
	color:#ff0;
}

#closeticket {
	width:20px;
	text-align:right;
	position:absolute;
	margin-top:10px;
	margin-left:320px;
}

#closeticket img {
	width:20px;
}
.openticket #ticket_insert_link{
	display:inline-block;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	padding:5px;
	background-color:#ff9;
	border:0px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	text-decoration:none;
	color:#444;
}

.openticket  #ticket_insert_link:hover {
	background-color:#ff0;
	color:#000;
}
.linkticket {
	color:#ddd;
	font-weight:bold;
	text-decoration:none;
}
.linkticket:hover {
	color:#fff;
	text-decoration:underline;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  width:50vw;
  min-width: 700px;
  margin: 0 auto;
}
















/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }















/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== &quot;Hinge&quot; close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.teamline {
	position:absolute;
	width:40px;
	height:40px;
	border:0px;
	right:10px;
	margin-top:30px;
	margin-right:-2px;
}
.icon_over_pic {
	width:100%;
	position:absolute;
	text-align:right;
	padding-right:20px;
	box-sizing:border-box;
	padding-top:5px;
}

.icon_over_pic img, .icon_over_pic_in img{
	width:40px;
	vertical-align:middle;
}
.icon_over_pic_in {
	display:inline-block;
}

.icontext {
	width:40px;
	vertical-align:middle;
}