@charset "UTF-8";
/* CSS Document */


/* STRUTTURA: Pagine Contenuti  */

.mainPage {
	float:left;
	width: 100%;
}

.Container {
	padding: 20px;
	background-color: transparent;
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.Col-Middle {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.Break-Images {
	width:100%;
	float:left;
	padding: 0px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.Bk-Im-01 {
	background-image: url("../images/section/DC-Studio-Nature-Studio-WebSite.jpg");
}

.Bk-Im-02 {
	background-image: url("../images/section/DC-Studio-Nature-Servizi-WebSite.jpg");
}

.Bk-Im-03 {
	background-image: url("../images/section/DC-Studio-Nature-Filosofia-WebSite.jpg");
}

.Bk-Im-04 {
	background-image: url("../images/section/DC-Studio-Nature-Contatti-WebSite.jpg");
}

.Bk-Im-05 {
	background-image: url("../images/section/DC-Studio-Nature-Normative-WebSite.jpg");
}

.Break-Images-2 {
	width:100%;
	float:left;
	padding: 0px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	background-image: url(../images/section/Eure-Inox-Materiali-Head.jpg);
}

.Full-Images-100-Bkg {
	width:100%;
	float:left;
	padding: 0px;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;

	margin-bottom:20px;
}

.Full-Images-01 {
	background-image: url("../images/servizi/Dc-Studio-ServiziCommercialista-360-interno.jpg");
	
}
.Full-Images-02 {
	background-image: url("../images/DC-Studio-Cod-Etico-Pages.jpg");
	
}

.Section-Title {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.Sec-Title-Ins {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.Mrg-Line {
	padding: 0 0px;
}

.Section-Line {
	
	margin-top: 0px;
	margin-bottom: 0px;
}

.Mrg-Line-Page {
	padding: 0 40px;
}

.Section-Line-Page {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
}


.Foto-Addjust{
	float:left;
	width:100%;
	height:480px;
	object-fit:cover;
}

.homeContenutoTestoFR {
	float: left;
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #ECF5EF;
}

/* ||||||||||||||||||    MEDIA QUERY  |||||||||||||||| */

/* SMARTPHONE PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	
.Container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.Col-Middle {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
.Mrg-Line {
	padding: 0 20px;
}

.Mrg-Line-Page {
	padding: 0 20px;
}

.Sec-Title-Ins {
	padding-right: 20px;
	padding-left: 20px;
}

.Full-Images-100-Bkg {
	height: 240px;
}	
	
}



/* SMARTPHONE LANDSCAPE */
@media only screen and (min-width: 481px) and (max-width: 768px) {

.Container {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.Col-Middle {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.Mrg-Line {
	padding: 0 20px;
}

.Mrg-Line-Page {
	padding: 0 20px;
}

.Sec-Title-Ins {
	padding-right: 20px;
	padding-left: 20px;
}

	.Full-Images-100-Bkg {
	height: 360px;
}	
	
}



/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
.Container {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

.Col-Middle {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.Mrg-Line {
	padding: 0 20px;
}

.Mrg-Line-Page {
	padding: 0 20px;
}

.Sec-Title-Ins {
	padding-right: 20px;
	padding-left: 20px;
}

}


/* DESKTOP */
@media only screen and (min-width: 1025px) {
	
	
}
