@charset "UTF-8";
:root {

  --primary: #F6A417;
  --secondary: #307FA9;

  --custom-body-bg: #FFF;
  --custom-body-color: #757575;

  --custom-navbar-bg: #FFF;
  --custom-navbar-navlink: #5655aa;
  --custom-navbar-navlink-hover: #757575;
  --custom-navbar-social: #efd100;
  --custom-navbar-social-hover: #757575;

}

body {
    font-family: 'Dosis', sans-serif;
    color: #575756;
    font-size: 16px;
    font-weight: 500;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

/* Buttons override */
.btn {
	text-transform: uppercase;
    font-weight: 600;
}
.btn-lg {
	padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}
.btn-red {
	background-color: #dd5138;
	color: #fff;
}
.btn-yellow {
	background-color: #fcd93b;
	color: #2a2a2a;
	opacity: 0.8;
}
.btn-yellow:hover {
	opacity: 1;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
    opacity: 0.65;
}
.content-ct {
	text-align: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
	position: fixed;
	right: 30px;
	top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}
.side-menu ul li {
    text-align: right;
    margin: 10px 0;
}
.side-menu ul li a span {
	display: inline-block;
}
.side-menu ul li a span.menu-title {
	color: #fff;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #dd5138;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}
.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}
.side-menu ul li a span.dot {
    position: relative;
    background-color: #dd5138;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.side-menu ul li a:hover span.dot {
	transform: scale(1.8);
}


.hero-header {
	background: #307faa;
	min-height: 600px;
	padding: 5em;
	color: #fff;
}
.hero-header h1 {
	margin: 1em 0 0 0;
}
.hero-header h4 {
	font-weight: normal;
	opacity: 0.6;
    letter-spacing: 1px;
    margin: 2em 0;
}
.hero-header .logo {
	max-width: 250px;
}
.hero-header .btn {
	margin-top: 3em;
}
.hero-header .rocket {
	max-width: 100%;
}
.me-row {
	padding: 30px 0;
}
.row-title {
	font-weight: 400;
}
.feature {
	padding: 20px;
	margin-top: 30px;
}
.feature span {
	font-size: 5em;
    color: #016cc7;
}

.speaker .feature {
	width: 31.333333%;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  	margin-right: 20px;
  	border: 3px solid #f6f6f6;
    border-radius: 5px;
}
.speaker .feature:hover {
    box-shadow: 3px 3px 10px #ccc;
    transform: translateY(-10px);
}
.speaker-img {
	max-width: 40%;
    border: 4px solid #efefef;
    border-radius: 50%;
}
ul.speaker-social li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px;
}
ul.speaker-social li a {
	font-size: 0.2em;
	padding: 0 10px;
}
ul.speaker-social li a:hover {
	text-decoration: none;
}
a span.ti-facebook {
	color: #3b5998;
}
a span.ti-twitter-alt {
	color: #4099ff;
}

.tickets {
	background-color: #fcd93b;
}
.tickets .price {
	font-size: 4em;
	color: #dd5138;
    font-weight: 100;
}
.tickets .price sup {
	font-size: 0.4em;
}


.nav-tabs {
    margin-top: 20px;
}
.schedule .media {
	margin-top: 4em;
}
.schedule .media-object {
	max-width: 100px;
}
.schedule .media-heading {
	font-weight: 600;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}
.schedule .media-body h5 {
	text-transform: uppercase;
	font-weight: 600;
}


.footer {
    background-color: #2a2a2a;
    color: #fff;
}
.footer p {
    margin-bottom: 0;
}
.footer-credit {
    padding: 40px;
}
ul.footer-menu {
    text-align: right;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    font-size: 12px;
    color: #fcd93b;
    padding-right: 20px;
}
ul.footer-menu li a:hover {
    color: #dd5138;
}


.contact {
    background-color: #307FA9;
    color: #fff;
    padding: 1em;
    padding-top: 30px;
    padding-bottom: 30px;    
}
.contact h3 {
    margin-bottom: 30px;
}
.form-control {
    padding: 20px 15px;
    border: 3px solid #eee;
    background-color: #f9f9f9;
    box-shadow: none;
}
.help-block {
    font-size: 12px;
}
.form-control-feedback {
    top: 15px;
    right: 15px;
}

/*.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
}

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}*/

.section-overlay { position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}
.with-bg {
    background-repeat: no-repeat; background-size: cover; background-position: center center;
}
.btn-primary {
    color: var(--primary);
    background-color: var(--secondary);
    border-color: var(--secondary);
    font-weight: 700;
}
.section-textblock {
    background-color: #FFF;
    position: relative;
}
.section-textblock-container {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.section-textblock-title {
    font-weight: 700;
}
.section-textblock-image {
    width: 100%;
}
.section-textblock-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.col-lg-6.with-bg {
    min-height: 500px;
}
.section-regioni-container {
    padding: 50px;
    padding-bottom: 0;
    text-align: center;    
}
.section-regioni-title {
    font-weight: 700;
}
.section-regioni-map {
    margin-bottom: 50px;
}

.section-center-mode { text-align: center; }

.section-partners-title { color: var(--primary); font-weight: 700; }

.section-partners-container {
    padding-top: 50px;
    text-align: center;
}
.section-partners-elements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-partners-element {
    width: 25%;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.section-partners-element-40 {
    width: 40%;   
}
.section-partners-element img {
    max-height: 130px;
    width: auto;
}
.section-partners-description h3 { font-size: 24px; }

.section-news-title { color: var(--primary); font-weight: 700; }
.section-news-container {
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;    
}
.section-news-elements {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.section-news-element {
    width: 25%;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.section-news-element-image {
    height: 150px;
}
.section-news-element a h4 { color: #575756; margin-top: 15px; }
.section-news-element a .card-text {
    color: #575756;
    line-height: 120%;
    font-weight: 600;
}
.section-news-element a:hover { opacity: 0.8; }

.section-team-container {
    padding-bottom: 50px;
    text-align: center;
}

.section-team-title {
    color: var(--primary);
    font-weight: 700;
}
.section-servizi {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-servizi-title {
    color: var(--primary);
    font-weight: 700;
}
.section-gallery-title {
    color: var(--primary);
    font-weight: 700;
}
.section-servizi-container {
    text-align: center;
}
.section-gallery-container {
    text-align: center;
}

.feature h3 {
    margin-top: 10px;
}
.feature img { height: 80px; width: auto;}

.section-team-elements {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.section-team-element {
    width: 33%;
    padding: 20px;
    margin-bottom: 5px;
}
.section-element-team-title, .section-element-team-subtitle {
    font-weight: 800;
}
.section-element-team-tel, .section-element-team-email {
    font-weight: 600;
}

.footer h3 { font-size: 24px; }
.footer blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.footer .content-ct a {
    color: var(--primary);
}
.footer .footer-copyright a {
    color: var(--secondary);
}
.footer .content-ct a:hover, .footer .footer-copyright a:hover  { color: #FFF;}

header.menu-standard {
    background-color: var(--primary);
    padding-top: 15px;
    color: #FFF;
}
header.menu-standard .container { flex-direction: column; }
header.menu-standard .navbar-brand img { width: 90px; }

header.menu-standard .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}
header.menu-standard .navbar-dark .navbar-nav .dropdown-menu .nav-link {
    color: var(--secondary);
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;    
}
header.menu-standard .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--secondary);
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  .dropdown-toggle::after {
    display:none;
  }
  /*.dropdown>.dropdown-toggle:active {
    pointer-events: none; 
  }*/
  ul.dropdown-menu {
    margin-top: -4px;
    border-radius: 0;
  }

  .custom-news-title { max-width:960px; margin: 0 auto; font-weight: 700; text-align: center; margin-top: 30px; margin-bottom: 30px; }
  .custom-regione-title { max-width:960px; margin: 0 auto; font-weight: 700; text-align: center; margin-top: 30px; margin-bottom: 30px; }
  .custom-news-image {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
  .custom-news-image img {
    width: 100%;
    height: auto;
  }
  .custom-news-subtitle {
    font-weight: 700;
    margin-bottom: 10px;
  }  
  .custom-news-box {
    margin-bottom: 100px;
  }
  .custom-regione-box {
    margin-bottom: 100px;
  }
  .custom-regione-element { margin-bottom: 25px }
  .custom-regione-element .custom-regione-role { font-weight: 700; margin: 0; }
  .custom-regione-element .custom-regione-subtitle { font-weight: 700; margin: 0; }
  .custom-regioni-button a { font-size: 19px; }  
  .section-regioni-map-bg { background-repeat: no-repeat; background-position: left top; width:517px; height: 595px; background-size: auto;
    margin: 0 auto;
    margin-top: 25px; position: relative;
}
.markers img {
    position: absolute;
    width: 34px;
    height: auto;
    cursor: pointer;    
}

header.menu-lavagna {
    width: 100%;
    margin: 0 auto;
    padding-top:0px;
    color: #FFF;
    position: relative; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*min-height: 100vh;*/
    padding-top: 0px;    
}
@media (min-width:992px) {
    header.menu-lavagna {
        background-image: none !important;
    }    
}
.header-img { position:relative; top: 0; left: 0; width: 100%; }
.header-img img {
    width: 100%;
    height: auto;
}
header.menu-lavagna .container {
    flex-direction: column;
}
header.menu-lavagna .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}
header.menu-lavagna .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary);
}
header.menu-lavagna .navbar-dark .navbar-nav .dropdown-menu .nav-link {
    color: #424242;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
header.menu-lavagna .navbar-brand img {
    width: 200px;
}
header.menu-lavagna .navbar-brand {
    margin-top: 55px;
    margin-bottom: 30px;
}
h2.header-subtitle {
    margin-top: 0px;
    font-size: 48px;
    margin-bottom: 20px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 600;    
}
.header-socials img {
    width: 50px;
}
.header-socials a { margin-bottom: 5px; }
.header-socials {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 80px;
    top: calc(55% - 100px);
}
.header-socials a:hover { opacity: 0.8; }
.header-container {
    width: 100%;
    overflow: hidden;
}
header.menu-lavagna #mainNav {
    /*position: absolute;
    top: 60px;
    left: 0;*/
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;    
}
/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

.visible { display: block; }
.hidden { display: none; }
.mb90 { margin-bottom: 90px; }

.header-news-container {
    /*position: absolute;
    bottom: 10%;
    width: 80%;
    left: 10%;*/
    margin-top: 60px;
    width: 100%;
}
.section-newslider-container h3 {
        text-align: center;
}
.news-slider .section-news-element {
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    max-width: 600px;
}
.news-slider .section-news-element a  { 
    display: flex;
    flex-direction: row;    
}
.news-slider .section-news-element-body {
    width: 50%;
}
.news-slider .section-news-element-image {
    width: calc(50% - 20px);
    margin-right: 20px;
}
.news-slider .section-news-element a h4,.news-slider .section-news-element a .card-text {
    color: #FFF;
}

.bg-news {
    background-color: #575756;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-images-elements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.section-images-elements .mode-img {
    width: calc(33.3% - 10px);
    margin-bottom: 10px;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-images-elements .mode-img div { width: 100%; height: 100%; }
@media (max-width:1400px) {
    header.menu-lavagna .navbar-brand {
        margin-top: 15px;
        margin-bottom: 20px;
    }    
}
@media (max-width:1300px) {
    .header-news-container {
        margin-top: 10px;
        width: 100%;
    }    
}
@media (max-width:1200px) {
    header.menu-lavagna .navbar-brand img {
        width: 160px;        
    }
    h2.header-subtitle {
        font-size: 40px;
        margin-bottom: 5px;
    }    
}
@media (max-width:1100px) {
    h2.header-subtitle {
        font-size: 34px;
    }    
}
@media (max-width:992px) {
    .back-menu {
        width: 100%;
        height: 90px;
    }    
    .col-lg-6.with-bg {
        min-height: 450px;
    }    
    .section-partners-element, .section-news-element {
        width: 33.3%;
    }
    .section-partners-element img {
        max-height: 100px;
    }    
    .section-partners-element-40 {
        width: 400px;   
    }
    header.menu-standard {
        padding-top: 0;
        min-height: 90px;
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 0;     
    }    
    header.menu-standard .container {
        flex-direction: row-reverse;
        position: relative;
        padding-top: 15px;
    } 
    header.menu-lavagna { width: 100%; min-height: 200px; 
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;    
    }
    header.menu-lavagna .container {
        flex-direction: column;
        position: relative;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }    
    header.menu-standard .navbar-brand img {
        width: 60px;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,0);
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: 0;
    }
    ul.navbar-nav {
        margin-top: 20px;
    }     
    .navbar-dark .navbar-nav .dropdown-menu {
        display: block;
        width: calc(100% - 40px);
        padding-left: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }      
    .custom-news-image {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 20px;
    }    
    .header-socials {
        right: 45px;
        top: 45px;
    }
    
    header.menu-lavagna .navbar-brand img {
        width: 90px;
    }    
    .menu-lavagna .navbar-toggler { display: none; }
    header.menu-lavagna .navbar-brand {
        margin-top: 0;
        margin-bottom: 0;
        position: initial;
    }
    header.menu-lavagna .navbar-brand img {
        width: 160px;
    }    
    h2.header-subtitle {
        font-size: 42px;
        text-align: center;
        margin-top: 40px;
    }
      
    .header-container { overflow: inherit; } 
    header.menu-lavagna #mainNav {        
        width: 100%; position: absolute;
    }   
    header.menu-lavagna ul#menu-menu-1 {
        margin-top: 20px;
        background-color: #f6a417;
        z-index: 1;
        position: relative;
    }     
    header.menu-lavagna .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--secondary);
    }    
    header.menu-lavagna .navbar-dark .navbar-brand {
        top: -50px;
    }
    .header-news-container { display: none; }
}

@media (max-width: 767px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
    }
    .speaker .feature {
        width: 100%
    }
    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }
    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
    .col-lg-6.with-bg {
        min-height: 350px;
    }
    .section-partners-element, .section-news-element {
        width: 50%;
    }
    .section-partners-element-40 {
        width: 400px;   
    }   
    .section-team-element {
        width: 50%;
    }      
    .section-images-elements .mode-img {
        width: calc(50% - 10px);
        height: 200px;
    }     
    .header-socials img { width: 35px; }
}
@media (max-width:650px) {
    header.menu-lavagna .navbar-brand img {
        width: 120px;
    }    
    h2.header-subtitle {
        font-size: 24px;
    }    
}
@media (max-width:560px) {
    .section-regioni-map-bg {
        zoom: 0.7;
    }    
}

@media (max-width:478px) {
    .section-regioni-map-bg {
        zoom: 0.6;
    }      
    .section-textblock-container {
        padding: 12px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .section-partners-element {
        width: 100%;
        max-width: 220px;
    }    
    .section-news-element {
        width: 100%;
    }
    .section-partners-element img {
        max-height: 100%;
    }    
    .section-partners-description h3 { font-size: 18px; }
    .section-partners-element-40 {
        max-width: 400px;   
    }      
    .section-partners-element {
        padding: 20px;
    } 
    .section-team-element {
        width: 100%;
    }        
    header.menu-lavagna {
        min-height: 170px;    
    }
    header.menu-lavagna #mainNav {
        width: 90%;
        left: 5%;
    }
    .section-images-elements .mode-img {
        width: calc(50% - 10px);
        height: 130px;
    }       
    h2.header-subtitle {
        margin-top: 15px;
    }       
    .header-socials {
        right: 25px;
    }    
    .header-socials img {
        width: 30px;
    }    
}
@media (max-width:420px) {
    header.menu-lavagna .navbar-brand img {
        width: 85px;
    }    
}
@media (max-width:360px) {
    .section-regioni-map-bg {
        zoom: 0.5;
    }       
    h2.header-subtitle {
        margin-top: 10px;
        font-size: 20px;
    }
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
    }
    .speaker .feature {
        width: 49%;
        margin-right: 7px;
    }
    ul.footer-menu {
        margin-top: 0;
    }
}


/* iPad Landscape */

@media (min-width: 992px) and (max-width: 1199px) {
    .speaker .feature {
        width: 49%;
        margin-right: 9px;
    }
}