html {
    min-width: 300px;
}


.clear {
	clear: both;
}


.top-bar .item:not(:first-child) {
    margin-left: 20px;
}
.top-bar .item.left {
    float: left;
}
.top-bar .item.right {
    float: right;
}


.loading .logo {
    height: 123px !important;
}


.navbar-default {
    max-height: 110px;
}
.navbar-default:not(.fixed-nav) .navbar-nav {
    margin-top: 45px;
}
.navbar-default .container {
    position: relative;
}
.navbar-angle {
    height:90px;
    width:90px;
    position:absolute;
    bottom: -57px;
    left: 5px;
    overflow:hidden;
    z-index: -1;
}
.navbar-default:not(.fixed-nav) .navbar-angle:after{
    height:100%;
    width:100%;
    position:relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content:'';
    display:block;
    position:absolute;
    top:-75%;
    background-color: #fff;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-default.fixed-nav .navbar-brand {
    padding: 2px 15px;
}
.fixed-logo {
    height: 56px;
}
.dropdown-menu {
    top: 86%;
}
.navbar-default.fixed-nav .dropdown-menu {
    top: 100%;
}
.navbar-default .navbar-toggle {
    margin-top: 20px;
}


.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
}
.rev_slider h2, 
.quote h2 {
    font-size: 4em !important;
    text-align: center;
}
.rev_slider h6 {
    font-size: 2em !important;
    text-align: center;
}



/* === COLORS === */
.slider .banner h2, 
.slider .banner .link {
    color: #fff;
    border-color: #fff;
}
.slider .banner .link:hover {
    background-color: #fff;
    color: #000;
}

.catalogues .brochure {
    background-color: #f0f0f0;
}
.catalogues .brochure .title-box {
    font-size: 11pt;
}
.top-bar a {
    text-decoration: none;
    color: #70B7FF;
}
.top-bar a:hover {
    color: #f0f0f0 !important;
}

/* blue */
.catalogues .brochure .title-box, 
.about-us figure span, 
.about-us figure::before, 
.about-us figure::after,
.about-us .services-box h4::after, 
.cd-top {
    background-color: #1860AA !important;
}
.catalogues .brochure .content a {
    color: #1860AA !important;
}

/* rosso */
.navbar-nav > li > .dropdown-menu,
.titles h2::after, 
.home-services figure::before, 
.home-services h4::after, 
.catalogues .boxes, 
.progress .progress-bar, 
ul.filter li .current,
.fancybox-close, 
footer .top-footer .box-content i, 
footer .top-footer .box-content::after, 
button[type="submit"] {
    background-color: #e42a47 !important;
}
.home-services .service:hover h4,
.navbar-default .navbar-nav > li a:hover,
.navbar-nav > li > .dropdown-menu li a:hover, 
.panel-title > a i, 
.panel-title > a:hover, 
button[type="submit"]:hover, 
footer .top-footer .box-content a:hover { 
    color: #e42a47 !important;
}
/* === /COLORS === */



.catalogues {
    margin-top: 0px;
}

.home-services .service:hover figure img { 
	transform: translateY(15px); opacity:0.5; 
}


.background1 {
    background-image: url("../img/vintage_01.jpg");
}


.overlay-blue { 
	position:relative;
}
.overlay-blue .container { 
	position:relative; 
	z-index:2;
}
.overlay-blue:after { 
	content:''; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	z-index:1; 
	position:absolute; 
	left:0; 
	top:0; 
	background: #0469B6; 
}


.photos li {
    margin-bottom: 3%;
    height: 200px;
    overflow: hidden;
}
.center-crop {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner {
    position: relative;
}
.banner .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/azienda-caption.png) no-repeat center center;
    background-size: cover;
}


/* === AZIENDA === */
#azienda .banner .caption {
	background-image: url(../img/azienda-caption.png);
}


/* === SERVIZI === */
#servizi .banner .caption {
	background-image: url(../img/servizi-caption.png);
}
.text-content figure {
    height: 400px;
    overflow: hidden;
}
.text-content .content-side-menu ul::after {
    background: #FFF url("../img/logo.png") no-repeat scroll center center;
    background-size: auto 80%;
}
.title-bar {
    text-align: center;
    margin: 20px auto;
}
.title-bar h2 {
    margin: 20px;
}
.services .icons {
    width: 100%;
}
.services .icons img {
    display: block;
    margin: 0 auto;
}
.photo {
	margin-top: 30px;
    padding: 40px 40px 20px;
    background-color: rgba(24, 96, 170, .06);
}
.photo .title {
    text-align: center;
    font-size: 1.5em;
    padding: 10px 0 20px;
    color: rgb(24, 96, 170);
}


/* === GALLERY === */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}


.internal-header {
    padding-top: 185px;
    background-image: url("../img/vintage_01.jpg");
    background-position: center center !important;
}
.internal-header .title {
    float: none;
    text-align: center;
}


/* === PARTNERS === */
#partner .gallery {
	padding-bottom: 0px;
}
#partner .logos {
    background: transparent;
}


/* === CONTATTI === */
.contact-us #map {
    height: 400px;
    margin-top: 0px;
}
.contact-us .contact-form {
    max-width: 960px;
}
.contact-us .contact-form input[type="text"] {
    width: 100%;
}
.contact-us .contact-form textarea {
    resize: vertical;
	min-height: 42px;
}
.contact-us .error {
    font-size: 10pt;
    color: #a00;
}
button[type="submit"] {
    color: #fff;
    transition: .2s;
}
button[type="submit"]:hover {
    background-color: #fff !important;
}




.styled-list li {
    list-style: square;
    margin: 10px 20px 0;
    padding-left: 10px;
    font-family: "Merriweather",serif;
	clear: both;
}
.last-section {
    padding-bottom: 100px;
}


footer {
    padding-top: 0px;
}
footer .sub-footer {
    margin-top: 0px;
    margin-bottom: 30px;
}
footer .top-footer {
    margin-top: 60px;
    margin-bottom: 0px;
}
footer .top-footer .box-content p {
    font-family: "Montserrat",sans-serif;
    opacity: 1;
	padding-left: 54px;
}
footer .top-footer .box-content p a {
    text-decoration: none;
    color: #fff;
}


#converprint-logo {
  width: 75px;
  height: 19px;
  vertical-align: bottom;
  position: relative;
  margin: 0 auto;
}
#converprint-logo a {
  width: 75px;
  height: 19px;
  display: inline-block;
  background: url('../img/converprint-sprite.png') no-repeat transparent;
  border: none;
  transition: all 0.3s ease 0s;
}
#converprint-logo a:hover {
  background-position: 0 -19px;
}

#converpress {
  width: 75px;
  height: 19px;
  vertical-align: bottom;
  position: relative;
  margin: 0 auto;
}
#converpress .logo {
  width: 75px;
  height: 19px;
  display: inline-block;
  background: url('../img/sprite_converpress.png') no-repeat transparent;
  border: none;
  transition: all 0.3s ease 0s;
}
#converpress .logo:hover {
  background-position: 0 -19px;
}


.cd-top {
    width: 50px;
    padding: 5px 0px;
    bottom: 60px;
    right: 30px;
}



#cookie_bar {
	position: fixed;
	bottom: 0px;
	background-color: #1860AA;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	z-index: 9;
}
#cookie_bar a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}
#cookie_bar .accetta {
	border: 1px solid;
	border-radius: 2px;
	padding: 2px 5px;
	font-weight: bold;
}





@media only screen and (max-width: 639px), only screen and (max-device-width: 639px) {
    
	#azienda .banner .caption,
	#servizi .banner .caption {
        background-image: url(../img/banner_caption_logo.png);
    }
    
}

@media only screen and (max-width: 989px), only screen and (max-device-width: 989px) {
    
    .navbar-brand img { height: auto; }
    .navbar-brand img { max-width: 120px; }
    .navbar-angle { display: none; }
    .navbar-default:not(.fixed-nav) .navbar-nav {
        margin-top: 14px;
    }
    
    .about-us .left-image, 
    .about-us .left-image figure { 
        max-width: 100%; 
    }
    
}
    
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    
    .photos li {
        margin-bottom: 5%;
    }
    
    footer .sub-footer .creation { 
        display: inline-block;
        float: right; 
        margin: 15px auto 5px;
    }
	
    .slider{ width:100%; height:250px;}
    
    .quote h5 {
        font-size: 1em !important;
    }
    .quote h2 {
        font-size: 2em !important;
    }
    
    .text-content, .upcoming-projects { padding-top: 50px; }
    .logos, .gallery { padding: 0; }
    .last-section, .upcoming-projects { padding-bottom: 50px; }
    .about-us { padding: 50px 0; }
    
}
