@charset "UTF-8";
/* CSS Document 
 * ADONIS 2020
 */
 
  /* ==========================================================================
    image styles
    ========================================================================== */
 img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

img.max-w-100 { 
  max-width: 100%;
}

img.max-w-75 { 
  max-width: 75%;
}

img.max-w-50 { 
  max-width: 50%;
}

img.max-w-25 { 
  max-width: 25%;
}

img.max-w-20 { 
  max-width: 20%;
}

img.max-w-15 { 
  max-width: 15%;
}

 /* ==========================================================================
    added accordion icons
    ========================================================================== */
.panel-group .panel-toggle:after {/* symbol for "opening" panels */ font-family: 'FontAwesome';  /*essential for enabling glyphicon */content: "\f146"; /* adjust as needed, taken from bootstrap.css */ float: right; /* adjust as needed */ color: #43C330; /* adjust as needed */}
.panel-group .panel-toggle.collapsed:after {/* symbol for "collapsed" panels */content: "\f0fe";}


/* ==========================================================================
   DropDown Menu
   ========================================================================== */
.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu{top:0;left:100%;margin-top:-5px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover > a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
   
/* ==========================================================================
   Principal
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p, ul, li, table {
  font-family: 'Lato', sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 58px;
  line-height: 58px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 46px;
  color: #000000;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
}

h4 {
  letter-spacing: 1px;
  color: #31363a;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #000000;
}

p, table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

p.lead, p.lead_libre{
  color: #00A500;
  font-weight: 400;
}

a {
  color: #00A500;
}

a:hover {
  transition: all 0.35s ease-in-out;
  color: #626c72;
  text-decoration: none;
}

.bold {
  font-weight: 400;
}

.thin {
  font-weight: 300;
}

.small {
  font-size: 13px;
  font-weight: 100;
  color: #626c72;
}

.btn-main {
	background: #00A500 repeat scroll 0 0;
    border: none;
    font-weight: 900;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 2em;
}

.btn-main:hover {
	background: #43C330 repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
}
.btn-home {
	background: #00A500 repeat scroll 0 0;
    border: none;
    font-size: 1.8em;
    font-weight: 900;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-home:hover {
	background: #999 repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
}
.btn-other {
	background: #43C330 repeat scroll 0 0;
    border: none;
    font-weight: 900;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2em;
}

.btn-other:hover {
	background: #4cae4c repeat scroll 0 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.35s ease-in-out;
}

.more:hover {
  opacity: 0.6;
  transition: all 0.35s ease-in-out;
}

.dropdown-backdrop {
  position: static;
}

.mycontainer {
    margin: auto;
    width: 75%;
    padding: 10px;
	min-width: 250px;
}

.container ul, .container li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #626c72;;
  font-family: 'Lato', sans-serif;
}

[class^="fa-"], [class*=" fa-"] {
 vertical-align: middle;
}

::selection {
	background: #00A500; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #00A500; /* Firefox */
	color: #FFFFFF;
}

/* ==========================================================================
   Margini
   ========================================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}
.margin-120 {
    margin-bottom: 100px !important;
}


/* ==========================================================================
   Colori
   ========================================================================== */

.black {
  color: #31363a;
}

.dark-gray {
  color: #626c72;
}

.gray {
  color: #a5b2b9;
}

.light-gray {
  color: #dfe5e8;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #00A500;
}

.green {
  color: #00A500;
}

/* ==========================================================================
   Quote Section styles
   ========================================================================== */
#quote {
  background: url(../images/quote-bg.png) no-repeat;
  background-size: cover;
}

.quote-source {
  background: #00A500;
  text-align: center;
  padding: 12px 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ==========================================================================
   Content Styles
   ========================================================================== */
   
.section {
  padding: 10px 0;
}

#content1 {
  background: #ffffff;
  margin-top: 90px;
}

#content2 {
  background-color: #ebebeb;
  margin-top: 90px;
}

#content1 h2, #content2 h2 {
  font-size: 34px;
  font-weight: 500;
  color: #00A500;
}

#content1 h3, #content2 h3 {
  
}

#page-title {
  background: #ffffff;
  margin-top: 50px;
}

#message {
  background: #a5b2b9;
}


/*.highlights:hover i {
  color: #626c72;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}*/

.highlights h3 {
  margin-top: 0px;
}

.highlights-icons {
  padding-top: 10px;
}

#twitter {
  background: #515961;
}

.latest-twitter {
  position: relative;
  padding: 10px 10px 10px 10px;
  background: #525961;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.twitter-timeline a, .latest-twitter a {
  color: #00A500;
}