html {
  background-color: #fff;
}

body {
  font-family: 'Oxygen', sans-serif;
  background-color: transparent;
  padding-top: 100px;
}

img {
  /*image-rendering: -moz-crisp-edges;*/
  /*image-rendering: -o-crisp-edges;*/
  image-rendering: -webkit-optimize-contrast;
  /*-ms-interpolation-mode:bicubic;
  -ms-interpolation-mode: nearest-neighbor;*/
}

/* ////// NAVBAR ////// */

.navbar-header {
  width: 30%;
}

.navbar-brand {
  padding: 23px 0 0 15px;
}

.navbar-brand img {
  width: 90%;
  max-height: 60px;
}

.navbar-nav > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.3em;
  font-weight: 700;
}


.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  color: #3DB7E7;
}

.navbar-nav.white {
  width: 100%;
  text-align: center;
}
.navbar-nav.white >li {
  float: none;
  display: inline-block;
}
.navbar-nav.white > li > a {
  color: #fff;
}

.navbar-nav.white > li > a:focus, 
.navbar-nav.white > li > a:hover {
  color: #0C3148;
}

.section {
  text-align: center;
  padding: 60px 0;
}

#first_section {
  background: #000 url("/images/first_section_bg.jpg") center center no-repeat;
  background-size: cover;
}

#first_section.interna {
  background-color: #0C3148;
  background-image: none;
  padding: 85px 0;
}

#first_section.interna .subtitle.green {
  font-size: 23px;
}

#first_section.interna .title.white {
  font-size: 42px;
  margin: 20px auto 20px;
  text-transform: none;
  max-width: 960px;
}

#first_section.interna .title.blue {
  font-size: 22px;
  margin: 12px auto 8px;
  max-width: 960px;
}


.green_section {
  background: #6bc04b url(/images/foto_home_green.jpg) left top no-repeat;
  background-size: 46.3%;
}

.bg_blue_section {
  background: #3db7e7 url(/images/foto_home_blue.jpg) left top no-repeat;
  background-size: 46.3%;
}


.green {
  color: #6bc04b;
}

.blue {
  color: #3db7e7;
}

.grey {
  color: #666;
}

.white-text, .white {
  color: #fff !important;
}

.uppercase {
  text-transform: uppercase;
}

.internal-text {
  font-size: 20px;
  padding-bottom: 10px
}

.intro-text-wrap {
  padding: 50px 0 0px;
  background-color: #e7e8e9;
  text-align: center; 
}

.intro-text {
  font-size: 24px;
  margin: 0 auto 60px;
  /*max-width: 960px;  */
  color: #666;
}

.intro-text u {
  text-decoration: none;  
}





.bold {
  font-weight: 700;
}

.logo_vertical {
  margin: 30px auto;
}

.logo_vertical img {
  max-width: 280px;
  width: 90%;
}

.title {
  margin-bottom: 0;
  font-size: 40px;
  /*letter-spacing: -0.05em;*/
  margin-top: 36px;
  line-height: 1.1em;
}

h2.highlight {
  /*background-color: #6bc04b;*/
  background-color: #3DB7E7;
  color: #fff;
  padding: 0px 8px 6px;
  font-size: 40px;
  /*font-weight: 700;*/
  font-weight: normal;
  text-transform: normal;
  display: inline-block;
  margin: 5px 0 10px;
  letter-spacing: -0.04em;
}

#logo-thinkermail img {
  margin-top: 20px;
  width: 100%;
  max-width: 360px;
}



.number-round {
  color: #fff;
  background-color: #3DB7E7;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 65px;
}

.green_section .number-round {
  background-color: #0c3148;
}

.blue_section .number-round {
  background-color: #fff;
  color: #0c3148;
}

.triangle {
  border-top: 45px solid #fff;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  height: 0;
  width: 0;
  margin: 0 auto;
}


.strategy-icon {
  height: 100px;
  width: 100px;
  border-radius: 120px;
  font-size: 60px;
  margin: 0px 0 10px;
  color: #fff;
  /*border: 5px solid #3db7e7;*/
  text-align: center;
  padding-top: 12px;
  background-color: #3db7e7;
}



#calculator {
  margin-top: 30px;
}

#calculator .row {
  /*margin-top: 10px;*/
}

.custom-form fieldset label {
  font-weight: normal;
  text-transform: uppercase;
  color: #888;
}

.custom-form fieldset input, 
.custom-form fieldset textarea {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  border: 0 none;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  border-bottom: 2px solid #3db7e7;
  padding: 5px 10px;
  font-size: 22px;
  height: 45px;
}

.custom-form fieldset input.form-control:focus, 
.custom-form fieldset textarea.form-control:focus {
  border-bottom-color: #6bc04b;
  box-shadow: 0 0 0 transparent;
}


.custom-form fieldset input.form-control::-webkit-input-placeholder, 
.custom-form fieldset textarea.form-control::-webkit-input-placeholder { 
  color: #bbb;
}
.custom-form fieldset input.form-control::-moz-placeholder, 
.custom-form fieldset textarea.form-control::-moz-placeholder { 
  color: #bbb;
}
.custom-form fieldset input.form-control:-ms-input-placeholder, 
.custom-form fieldset textarea.form-control:-ms-input-placeholder {
  color: #bbb;
}
.custom-form fieldset input.form-control:-moz-placeholder, 
.custom-form fieldset textarea.form-control:-moz-placeholder {
  color: #bbb;
}

.custom-form fieldset input.custom_button {
  background-color: #6bc04b;
  border: 0 none;
  padding: 7px 30px 10px;
  display: inline-block;
  height: 73px;
  border-radius: 9999px;
}

.custom_button {
  background-color: #6bc04b;
  color: #fff;
  border: 0 none;
  padding: 17px 30px 20px;
  display: inline-block;
  font-size: 20px;
  border-radius: 9999px;
}

.custom_button:hover, #calculator fieldset input.custom_button:hover {
  background-color: #0c3148;
  color: #fff;
  text-decoration: none;
}

.bottom_button {
  background-color: #6bc04b;
  color: #fff;
  font-size: 25px;
  /*border: 4px solid #368a16;*/
  /*border: 3px solid #ccc;*/
}

.bottom_button:hover {
  color: #fff;
  background-color: #0c3148;
  /*border: 3px solid #fff;*/
}

.green_section .custom_button, .blue_section .custom_button {
  background-color: #fff;
  color: #0c3148;
}

.green_section .custom_button:hover, .blue_section .custom_button:hover {
  color: #fff;
  background-color: #0c3148;
}




.subtitle {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15em;
}

.subtitle.text-left {
  text-align: left;
}

.description-container {
  margin: 15px 0 25px;
}

.description-container .description-text {
  font-size: 15px;
  text-align: justify;
  color: #666;
}

.description-container .glyphicon {
  font-size: 40px;
  float: left;
  margin-right: 15px;
  margin-bottom: 100px;
  margin-top: 5px;
  color: #3DB7E7;
}

.numeroni {
  font-size: 80px;
  color: #3DB7E7;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}



.numerini {
  text-align: center;
  font-size: 60px;
  color: #3DB7E7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.servizi_aggiuntivi ul {
  padding-left: 25px;
}
.servizi_aggiuntivi ul li {
  padding-top: 3px;
  font-size: 15px;
}

.servizi_aggiuntivi .subtitle {
  margin: 30px 0 5px;
}

.small {
  font-size: 36px;
  padding-right: 5px;
}

.blue_section {
  background-color: #3db7e7;
  padding: 30px 0 60px;
}

.two_title h2 {
  margin-top: 24px;
  font-size: 32px;
}

.two_title p {
  padding: 29px 0;
  font-size: 18px;
  color: #333;
}

.blue_section .two_title p{
  color: #fff;
}

.blue_section .numeroni {
  color: #fff;
}

.change {
  text-align: center;
  margin-top: 20px;
}
del.previous {
  display: inline;
  padding-right: 20px;
}
.increase-label {
  display: inline-block;
  background-color: #6bc04b;
  padding: 5px 10px;
  border-radius: 130px;
}
.increase-label .text {
  display: inline;
}
.increase-label .glyphicon {
  color: #fff;
}

.graph-color {
  background-color: #6bc04b;
  display: inline-block;
  padding: 5px 10px 4px;
  border-radius: 30px;
  color: #333;
}
.graph-color .glyphicon {
  color: #fff;
}







/* LIST ROWS */

.list-row {
  clear: both;
  /*max-width: 960px;*/
  margin: 0 auto 20px;
}

.list-icon {
  font-size: 90px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #3DB7E7;  
}

.list-left .list-icon {
  float: left;
  margin-right: 40px;
}

.list-right .list-icon {
  float: right;
  margin-left: 40px;  
}

.list-title {
  font-size: 30px;
  font-weight: bold;
  color: #6bc04b;
}

.list-text {
  font-size: 20px;
  padding-right: 130px;
  padding-left: 130px;
}





/* EXPAND BOXES */

.exp-box {
  margin: 80px auto 0px;
  background-color: #e2e3e4;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*div.text-center:nth-child(2) .exp-box {
  margin: 50px auto 30px;
}*/

.exp-box .title {
  color: #6bc04b;
  margin: 10px auto 10px;
  font-size: 28px;
  font-weight: bold;
}

.exp-box .icon {
  background-color: #fff;
  color: #3db7e7;
  border: 5px solid #3db7e7;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 120px;
  font-size: 70px;
  margin: -60px auto 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.exp-box .icon img {
  max-width:80px;
  max-height:80px;
  vertical-align: text-top;
}

.exp-box .text {
  padding-bottom: 20px;
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*div.text-center:hover .icon {
  color: #fff;
  background-color: #3db7e7;
}
*/
div.text-center .exp-box:hover {
  background-color: #0C3148;
  margin-top: 70px;
  position: absolute;
  border-radius: 6px;
  z-index: 20;
  margin-left: -15px;
  border: 2px solid #fff;
}

/*div.text-center:nth-child(2):hover .exp-box {
  margin-top: 40px;
}*/


div.text-center .exp-box:hover .text {
  color: #fff;
  overflow: visible; 
  white-space: normal;
  height:auto;
}

div.plus {
  position: absolute;
  top: 35px;
  left: -25px;
}











/* BLOG ITEMS */

.blog-list-title, .blog-list-title a {
  font-size: 30px; 
  margin-top: 14px; 
  margin-bottom: 1px;
  color: #3db7e7;
  text-align: left;
}

.blog-list-title a:hover {
	text-decoration: none;
}


.blog-list-text {
	padding-top: 20px;
	font-size: 16px;
	text-align: justify;
}

.blog-text {
	padding-top: 20px;
	font-size: 16px;
	text-align: justify;
}

.blog-text p, .blog-list-text p {
  margin-bottom: 20px;
}

.blog-date {
	color: #999;
	font-size: 15px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

.blog-date span {
	font-size: 12px;
  display: none;
}

.custom_button_blog {
	background-color: #3db7e7;
}

hr.blog-list-divider {
  margin: 60px 0 40px;
  border-top-color: #ddd;
}

.share-text {
  font-size: 18px;
  color: #6bc04b;
  padding-bottom: 5px;
  font-weight: bold;
}

hr.blog-divider {
  margin: 20px 0 20px;
  border-top-color: #ddd;
}
