@charset "utf-8";
/* CSS Document */

* {margin:0px; padding:0px;}


.frame_contain{
	position:relative;
	overflow:hidden;
	float:right;
	width:75%;
	height:69%;
	right:1%;
	top:2%;
	background-color:#000;
	border-top:solid 3px #ffd62a;
	border-bottom:solid 3px #ffd62a;
	}


.service_frameL{ 
	position:absolute;
	overflow:hidden;
	float:right;
	width:100%;
	height:100%;
	background-color:#000;
	}

/* QUESTE CLASSI SOLO Nel caso non cia sia una gallery ma solo una foto */

.service_img_body{
	position:relative;
	width:100%;
	height:100%;
	min-width:680px;
	background-color:transparent;
	}
#service_image{
	position:absolute;
	width:100%;
	height:auto;
	margin:auto auto auto auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}

/*==========*/

#gallery_servL{
	position:relative;
	width:100%;
	height:100%;
	}

.side_service_contain{
	position:absolute;
	overflow:hidden;
	width:40%;
	height:70%;
	min-width:360px;
	margin-top:1%;
	left:0px;
	background-color:transparent;
	background-image:url(../images_main/service_panel.png);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:100;
	}
	
.service_title{
	position:relative;
	width:58%;
	height:58px;
	margin-left:30px;
	margin-top:15px;
	background-image:url(../images_main/TTL_banner.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-color:transparent;
	}

.service_title h3{
	margin-left:12%;
	font-family:"exo-regular";
	font-size:22px;
	line-height:46px;
	font-weight:normal;
	font-style:normal;
	color:white;
	}

.service_body{
	position:absolute;
	overflow-y:auto;
	width:68%;
	height:50vh;
	min-width:245px;
	margin-top:0px;
	margin-right:inherit;
	margin-left:10px;
	}
	
.service_list{
	position:relative;
	width:100%;
	height:auto;
	background-color:transparent;
	}

.service_list li{
	position:relative;
	width:92%;
	height:28px;
	margin-top:17px;
	margin-left:2%;
	list-style:none;
	-moz-transform:skew(-25deg);
	-webkit-transform:skew(-25deg);
	-o-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	transform:skew(-25deg);
	background:rgba(30,30,30,0.6);
	cursor:pointer;
	}
	
.service_list li:hover{
	background:rgba(30,170,200,0.8);
	}

#service_ON{
	background:rgba(30,110,200,0.6);
	}

.service_list a{
	position:absolute;
	width:100%;
	height:100%;
	border:none;
	text-decoration:none;
	background-color:transparent;
	}

.service_list p{
	position:relative;
	font-family:"exo-regular";
	font-size:15px;
	line-height:28px;
	color:white;
	-moz-transform:skew(25deg);
	-webkit-transform:skew(25deg);
	-o-transform:skew(25deg);
	-ms-transform:skew(25deg);
	transform:skew(25deg);
	}

.service_ico{
	position:relative;
	float:left;
	width:30%;
	height:100%;
	margin-left:-10px;
	-moz-transform:skew(25deg);
	-webkit-transform:skew(25deg);
	-o-transform:skew(25deg);
	-ms-transform:skew(25deg);
	transform:skew(25deg);
	background-color:transparent;
	}

.service_ico img {
	position:absolute;
	height:100%;
	width:auto;
	margin:auto auto auto auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	border:none;
	}


/*=== Single service DESCRIPTION ===*/

.service_DST_body{
	position:absolute;
	width:50%;
	height:420px;
	min-width:360px;
	right:12%;
	background-color:transparent;
	z-index:50;
	}

.top_SERV_title{
	position:relative;
	width:94%;
	height:30px;
	margin-left:2%;
	-moz-transform:skew(-25deg);
	-webkit-transform:skew(-25deg);
	-o-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	transform:skew(-25deg);
	background-color:#ffd62a;
	}

.top_SERV_title h3{
	position:relative;
	font-family:"exo-regular";
	font-size:19px;
	text-align:center;
	line-height:30px;
	color:#666;
	-moz-transform:skew(25deg);
	-webkit-transform:skew(25deg);
	-o-transform:skew(25deg);
	-ms-transform:skew(25deg);
	transform:skew(25deg);
	}

.middle_SERV_text{
	display:none;
	position:relative;
	overflow:auto;
	width:72%;
	height:300px;
	margin-left:6%;
	padding:15px 18px 15px 30px;
	background:rgba(30,30,30,0.8);
	}

.middle_SERV_text p{
	font-family:"exo-regular";
	font-size:14px;
	line-height:20px;
	text-align:justify;
	color:white;
	}

.down_btn{
	position:relative;
	width:120px;
	height:40px;
	margin-top:-2px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	background-image:url(../images_main/btn_DWN_Y.png);
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	}

.down_btn p{
	position:relative;
	font-family:"exo-regular";
	font-size:15px;
	line-height:22px;
	text-align:center;
	color:#555;	
	}


/*=============*/


@media screen and (orientation:portrait){
	
	.side_service_contain{
		position:relative;
		margin-top:0;
		width:100%;
		height:14%;
		background-image:url(../images_main/stripes_panel.png);
		background-repeat:repeat;
		background-size:6%;
		}
	.service_title{
		width:35%;
		height:40px;
		min-width:240px;
		margin-top:0;
		}
	.service_title h3{
		font-size:20px;
		line-height:40px;
		}
	.service_body{
		overflow:visible;
		width:98%;
		height:52px;
		margin-top:2px;
		margin-right:1%;
		margin-left:1%;
		}
	.service_list li{
		float:left;
		width:13%;
		height:44px;
		margin-top:3px;
		margin-left:1%;
		}
	.service_list p{
		display:none;
		}
	.service_ico{
		width:90%;
		height:100%;
		margin-left:0px;
		}
	.service_ico img{
		width:100%;
		height:auto;
		}
	.frame_contain{
		float:none;
		width:100%;
		height:60%;
		right:0%;
		top:1%;
		}
	.service_DST_body{
		right:0%;
		}
}


@media screen and (orientation:portrait) and (max-height:620px){
	service_DST_body{
		width:98%;
		}
	.middle_SERV_text{
		height:230px;
		}
	}


/*Inside are the service elements (middle body) only,
for PC, tablet and smartphone*/




