﻿
/* theme overrides */

.page-banner-section { margin-top:171px; }
.page-banner-section ul.page-depth li:before { margin:0 5px 0 3px; }

.top-line a,
.footer-widget a {
    color: #fff;
    text-decoration: none;
}
.top-line a:hover,
.footer-widget a:hover { text-decoration:underline; }

.copyright a {
    color:#ea7500;
    text-decoration:none;
}

.navbar-nav { margin-top:10px; }

footer .up-footer img { margin:0; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color:#fff;
    color:#ea7500 !important;
}
.navbar-default .navbar-nav > .active > a.impresa,
.navbar-default .navbar-nav > .active > a.impresa:hover,
.navbar-default .navbar-nav > .active > a.impresa:focus {
    color:#fd3e50 !important;
}

.free-quote-section input[type="text"],
.free-quote-section textarea,
.free-quote-section select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.free-quote-section textarea {
    height: 260px;
}

.free-quote-section input[type="submit"] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #ea7500;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

/* custom */

.footer-logo {
    float:left;
    margin:10px 10px 0 0;
    background:#fff;
    border:1px solid #666;
    padding:4px 10px;
}
.footer-logo img {
    display:block;
}

.privacy-box {
    display: block;
    background-color: #fafafa;
    padding: 10px;
    border: 1px solid #ddd;
    height: 140px;
    overflow-y: auto;
    margin-bottom: 20px;
    font-size:11px;
}
.privacy-box  p { font-size:11px; }

.success-box {
    position:relative;
    padding:30px;
    background:#fff;
    border:1px solid #ea7500;
    font-size:14px;
    text-align:center;
}
.success-box i {
    display:block;
    min-width:60px;
    text-align:center;
    position:absolute;
    right:-20px;
    bottom:-10px;
    font-size:30px;
    color:#fff;
    background:#ea7500;
    
    -webkit-border-radius:5000px;
    border-radius:5000px;

    border:1px solid;
    padding:14px;
}

.home-banner {
    margin-top:30px;
    padding:10px;
    border:2px solid #fd3e50;
    text-align:center;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.services-offer-section {
    display:block;
    padding:20px 20px 30px 20px;
    text-decoration:none;
    text-align:left;
    border-left:1px solid #fff;
    border-right:1px solid #fff;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.services-offer-section:hover,
.services-offer-section:focus {
    text-decoration:none;
    background-color: #fafafa;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.services-offer-section:hover .home-banner { background:#fff; }

.services-offer-section .offer-post { margin-top:30px; }

.services-offer-section2 { padding:30px 0; }
.services-offer-section2 h3 {
    display: block;
    color: #fff;
    margin-top: 0;
}
.services-offer-section2 .services-post { margin:10px 0; }

.services-page-section .contact-info ul.information-list li a {
    margin-left:10px;
}

.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
    color:#fff;
}
.services-page-section ul.side-navigation-list li a:hover:after,
.services-page-section ul.side-navigation-list li a.active:after {
    color:#fff;
}

.progetti-box {

}
.progetti-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.progetti-list {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
.progetti-list li {
    display:block;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #ddd;
}
.progetti-list li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.progetti-list li a {
    display:block;
    background:#efefef;
    padding:10px;
    color:#222;
    border:1px solid #ddd;
    text-align:center;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.progetti-list li a:hover {
    text-decoration:none;
    background:#ea7500;
    color:#fff;
    border-color:#ea7500;
}

.progetti-list li a img {
    display:block;
    width:100%;
    margin-bottom:10px;
}

.flexslider.re-slider {
    background-color:#efefef;
    border:1px solid #ddd;
    padding:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
    background:transparent;
}
.flex-direction-nav a { height:48px !important; }
.flexslider.re-slider .slides img { margin-bottom:0 !important; }

/* ### */

/* commons */

.animationload {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}

.loader {
	width:200px;
	text-indent:-99999;
	height:200px;
	font-size:0;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(/user/Assets/img/loader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.relative { position:relative; }

.form-error {
    position:absolute;
    top:12px;
    right:20px;
    color:#ea7500 !important;
    font-size:11px;
}
.form-error-alt {
    color:#ea7500 !important;
    font-size:11px;
}

.mr0 { margin-right:0 !important; }
.ml0 { margin-left:0 !important; }