﻿/*----------------------------------------
    GENERAL
----------------------------------------*/
body {
    font-family: open sans,sans-serif;
    color: #C43939;
    background-color: #C43939;
}
h1, h2, h3, h4, h5, h6 {
    font-family: open sans,sans-serif;
    font-weight: 800;
    color: #444;
}
a {
	color:#ffffff;
}
a:hover {
	color:#ffffff;
}
.btn-lg {
    padding: 25px;
}
.color {
    color: #2ecc71;
    font-weight: 300;
}
.img-center {
    margin: 0px auto;
}
.uppercase {
    text-transform: uppercase;
}
#cookie-bar.fixed {
    z-index: 10;
}
a.yellow_link  {
    color: #ffd14c;
}
a.yellow_link:hover {
  color: #ecc23e;
	text-decoration:none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary-alt,
.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt:focus {
    background-color: #7b2020;
    border-bottom: #C43939;
    border-color: #C43939;
}
.btn:hover, .btn:focus {
    color: #fff;
}

/*----------------------------------------
    HEADER
----------------------------------------*/
#header-3 {
    background: #fff;
    padding: 25px 0px;
}
.header-3-logo h1 {
    font-weight: 700;
}
.header-3-contact a {
    color: #f53535;
}
.header-3-contact a:hover {
    color: #C43939;
	text-decoration:none;
}
.top-email {
  font-family: open sans,sans-serif;
  margin-top: 26px;
}
/*----------------------------------------
    HERO
----------------------------------------*/
#hero-3 {
    background: url('../img/hero-bg-openday.jpg') no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 450px;
    padding: 100px 0px;
}
.hero-3-titolo {
    font-size: 60px;
	color: #C43939;
    line-height: 0.75em;
}
.hero-3-sottotitolo {
    font-size: 59px;
    color: #ffffff;
    background-color: #C43939;
    width: 310px;
    margin: 0;
    /* letter-spacing: 1px; */
    padding: 0 0 10px 0;
    line-height: 80px;
}
.hero-3-intro .lead {
    font-family: open sans,sans-serif;
}
.hero-3-intro-item-icon {
    float: left;
}
.hero-3-intro-item-text {
    font-size: 18px;
    margin-left: 60px;
}
.hero-3-form {
    background: #C43939;
    border-radius: 6px;
    text-transform: uppercase;
}
.no-text-transform {
	text-transform: none;
}
.hero-3-form-heading {
    background: #922929;
    color: #fff;
    padding: 25px;
    text-align: center;
}
.hero-3-form-heading:before {
    content: "";
    position: absolute;
    top: 103px;
    right: 100px;
    border-width: 20px 20px 0px 20px;
    border-style: solid;
    border-color: #922929 transparent;
    display: block;
}
.hero-3-form-heading:after {
    content: "";
    position: absolute;
    border-width: 15px 15px 0px 15px;
    border-style: solid;
    border-color: #922929 transparent;
    display: block;
}
.hero-3-form form {
    color: #fff;
    padding: 10px 25px 25px;
}
.hero-3-form button {
    margin-top: 25px;
}
.contact-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: none;
    padding: 25px;
}
.contact-error {
	background:rgba(255,0,0,0.9);
}
#newList li {
	color:#fff;
}
.form-control {
	color: #999;
}
.form-control:focus {
    color: #999;
}
.lead {
  margin-top: 50px;
}
/*----------------------------------------
    FOOTER
----------------------------------------*/
.footer-note p,
.footer-note a {
    color: #C43939;
}
.footer-note a:hover {
    color: #8d2828;
}
.footer-social li > a {
    background: #C43939;
}


/*----------------------------------------
    PRELOADER
----------------------------------------*/
#preloader {
    background: #333 url('../img/loader-openday.gif') no-repeat center center;
}

/*----------------------------------------
    RECAPTCHA
----------------------------------------*/
.g-recaptcha-outer {
}
.g-recaptcha-inner {
}

@media (min-width: 768px) and (max-width: 991px) {
.g-recaptcha {
     transform:scale(0.77);-webkit-transform:scale(0.77);
     transform-origin:0 0;-webkit-transform-origin:0 0;
}
}

@media (min-width: 200px) and (max-width: 767px) {
.g-recaptcha {
     transform:scale(0.77);-webkit-transform:scale(0.77);
     transform-origin:0 0;-webkit-transform-origin:0 0;
}
}

/*----------------------------------------
    COOKIE POPUO
----------------------------------------*/
.eupopup-button_1, .eupopup-button_2, .eupopup-button:hover, .eupopup-button:focus {
    color: #C43939;
}

/*----------------------------------------
    MEDIA QUERIES
----------------------------------------*/
@media (min-width: 320px) and (max-width: 480px) {
    #header-3 {
        padding: 10px 0px;
    }
    .header-3-logo h1 {
        font-size: 24px;
    }
    #hero-3 {
        padding: 20px 0px;
    }
    .hero-3-intro {
        margin-bottom: 25px;
        text-align: center;
    }
    .hero-3-intro h2 {
        font-size: 55px;
    }
    .hero-3-sottotitolo {
        width: 85%;
        margin:auto;
    }
    /* .hero-3-form-heading:before {
        top: 116px;
    } */
}
@media (min-width: 600px) and (max-width: 640px) {
    /* .hero-3-form-heading:before {
        top: 83px;
    } */
    #hero-3 {
        padding: 50px 0px 80px;
    }
}
@media (min-width: 769px) and (max-width: 980px) {
    .hero-3-form-heading:before {
        top: 136px;
    }
    .col-sm-7 {
        padding-left: 80px;
    }
}
@media (max-width: 768px) {
    .hero-3-form-heading:before {
        top: 83px;
    }
}
@media (min-width: 768px) {
    .col-testo {
        padding-left: 80px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1040px;
    }
}


/*----------------------------------------
    RETINA
----------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	#hero-3 {
		background: url('../img/hero-bg-openday-retina.jpg') no-repeat;
	}
}




