/*
Theme Name: Apotema Costruzioni
Author: Capolinea S.r.l.
Author URI: http://www.capolinea.it/
*/
/* COMMON */
body {   
	background-color: #fff;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px; 
	font-weight:300;
}	
.container { max-width: 1600px }
.lineabottom { border-bottom:1px solid #868788; }
.lineatop { border-top:1px solid #868788; padding: 10px; display:block }
h1 {
   /* color: #8A1833;
	font-family: 'Roboto Condensed', sans-serif;    
	font-size: 1.4rem;
    text-align: left;
	padding-top: 0.4rem;*/
}
h2 { color: #1f1e21;
	font-family: 'Roboto Condensed', sans-serif;    
	font-size: 1.8rem;
    text-align: left;
	/*padding-top: 0.4rem;*/
	font-weight:400;
}
h3 { color: #1f1e21;
	font-family: 'Roboto Condensed', sans-serif;    
	font-size: 2rem;
    text-align: left;
	font-weight:400;
}
h5 { color: #fff;
	font-family: 'Roboto Condensed', sans-serif;    
	font-size: 3rem;
    text-align: left;
	font-weight:300;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
h3, h4, h6 { 
}

p { margin-bottom: 0rem; margin-top: 0rem; font-size: 1.3rem; color: #868788; font-weight: 300; line-height:2.2rem; padding-bottom:3rem; font-family: 'Roboto Condensed', sans-serif; }
a { color: #8A1833; text-decoration: none }
a:hover {
    color: #8A1833;
    text-decoration: underline;
}
.testiform {
   font-size: 1.1rem !important;
   padding-bottom:0 !important;
   line-height: 1.6rem;
}
.carousel-control-next-icon {
	background-image: url("../img/avanti.svg");
}
.carousel-control-prev-icon {
	background-image: url("../img/indietro.svg");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.fondoscuro {
	background-color:#f5f5f5;
}
.logo {
	height: 55px;
}
.fondobottom {
	background-color:#ebecec;
}
.fondobottom p {
	color:#4a4a4a;
	font-size: 1.4rem !important;
    padding-bottom:0 !important;
}
.fondobottom a { color:#4a4a4a; }
.fondobottom a:hover { color:#000; }
.socialfooter ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 12px;
}
.socialfooter img {
    margin: 0 8px 0 0;
}
.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
	border:none;
	padding: 0;
	margin: 0;
	color:#4a4a4a;
	font-size: 1.4rem !important;
	font-weight: 300;
}
.btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
	border:none;
	text-decoration:underline;
}
#carouselExampleFade {
	margin-top: 104px;
}
.ancora {
    padding-top: 110px;
}
/*  menu  */
.nav-link  {
	font-size: 1.4rem;
}	
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.2rem 0 0.4rem 0; 
}
.navbar {
   padding: 1.0rem 1rem 1.5rem 1rem;
   background-color:#FFF;
   -webkit-box-shadow: -1px 3px 10px 0px #6E6E6E;
	-moz-box-shadow: -1px 3px 10px 0px #6E6E6E;
	-o-box-shadow: -1px 3px 10px 0px #6E6E6E;
	box-shadow: -1px 3px 10px 0px #6E6E6E;
	z-index: 1000;
}
@media (min-width: 576px) { 
.logo {
	height: 64px;
}
h2 { font-size: 2.24rem; }
p { font-size: 1.5rem; }
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}
}
@media (min-width: 768px) { 
h5 { font-size: 3rem; }
}
@media (min-width: 992px) { 
h5 { font-size: 4rem; }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	border-bottom: none;
}
}
@media (min-width: 1200px) { 
h5 { font-size: 5rem; }
}
@media (min-width: 2000px) {

}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}