/*
The Font is "Nunito" (it's a Google Font): light (300) and bold (700)
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,700');


/* Body
--------------------------------------------- */
* {
    transition: all .5s linear;
}
body {
	font-family: "Nunito", sans-serif;
	color: #000000;
	font-weight: 300;
	font-size: 16px;
}

b, strong {
	color: #2894ca;
	font-weight: 700;
}

/* Headings
--------------------------------------------- */
h1 {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
}

h2 {
	color: #000000;
	font-weight: 700;
	font-size: 22px;
}

h3 {
	color: #000000;
	font-weight: 700;
	font-size: 18px;
}

h4 {
	color: #98bdd0;
	font-weight: 700;
	font-size: 12px;
}

/* Buttons
--------------------------------------------- */
.button-blu {
	font-weight: 700;
	color: #ffffff;
	font-size: 15px;
	background-color: #2894ca;
	border-radius: 6px;
}

.button-blu:hover {
	color: #2894ca;
	background-color: #ffffff;
	border: 1px solid #2894ca;
}

.button-white {
	font-weight: 700;
	color: #2894ca;
	font-size: 15px;
	background-color: white;
	border-radius: 6px;
	border: 1px solid #2894ca;
}

.button-white:hover {
	color: #ffffff;
	background-color: #48a7d6;
}

/***************Custom CSS*********************/
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-70 {
	margin-top: 70px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-top-90 {
	margin-top: 90px;
}
.white-color {
    color: #fff;
}
.blue-color {
    color: #2894ca;
}
.text-bold {
	font-weight: bold;
}
/***************************/
.navbar {
	border-radius: 0;
	background: #FFFFFF;
	margin-bottom: 0;
	padding: 1px 0;
}
.navbar-brand > img {
	width: 200px;
	margin-top: -8px;
}
.navbar-btn {
	padding: 8px 18px !important; 
	font-weight: 400; 
	font-size: 14px; 
	margin-top: 7px;
	background: #2894ca;
	color: white;
	border-radius: 6px;
	border: 1px solid white;
}
.navbar-btn:hover {
	background: #ffffff;
	color: #2894ca;
	border: 1px solid #2894ca;
}
.icon-bar {
	background: #2894ca;
}
.navbar-nav > li > a {
	font-size: 16px;
	padding: 0 35px;
	font-weight: 700;
}
.line-height-li {
	line-height: 50px !important;
}
.navbar-nav > li > a:hover {
    background: transparent;
}
.navbar-item-bar {
	color: #cccccc;
	font-size: 30px;
	line-height: 48px;
	font-weight: 100;
}
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
@media only screen and (min-width: 768px) {
    .border-left-md {
        border-left: 1px solid #cccccc;
    }
}
/********Page Heading**********/
.page-heading {
    background: url(images/page-heading.png) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}
.page-heading h1 {
    font-size: 40px;
}
/********Steps**********/
@media only screen and (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}
.circle-step-number {
    background: transparent;
    border: 1px solid #2894ca;
    border-radius: 50%;
    width: 20px;
    padding: 8px 16px;
    color: #2894ca;
    font-size: 24px;
}
@media (min-width: 768px) {
    .text-right-md {
		text-align: right;
	}
}
@media only screen and (max-width: 768px) {
	.text-center-xs {
		text-align: center;
	}
	.img-center-xs {
		display: block;
		margin: auto;
		width: 200px;
		margin-bottom: 10px;
    }
}
/************jumbotron****************/
.jumbotron {
    padding: 40px 0;
    background: whitesmoke;
    margin-bottom: 0;
}
.jumbotron p {
    font-size: 16px;
}
.jumbotron button {
    background: #2894ca;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 10px 60px;
}
.jumbotron button:hover {
    background: #fff;
    color: #2894ca;
    border: 1px solid #2894ca;
}
/***********services***************/
.services {
    padding: 40px 0;
}
.services p {
    font-size: 16px;
}
hr {
    border-color: #2894ca;
    display: block;
    width: 250px;
    margin: 30px auto;
}
.come-funziona-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.come-funziona-ul li {
    background: url(images/bullet-yes.svg) no-repeat;
    background-position: top left;
    background-size: 30px;
    padding-left: 40px;
}
/********preventivi-page-content***********/
.preventivi-page-content {
	padding: 40px 0;
}
.preventivi-page-content p {
	font-size: 18px;
}
.nav-tabs {
	border-bottom: 1px solid #2894ca;
	max-width: 407px;
	margin: 20px auto;
}
.nav-tabs>li>a {
	color: gray;
	font-size: 18px;
	font-weight: bold;
}
.nav-tabs>li>a:hover {
	border-color: transparent;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #2894ca;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #2894ca;
}
.btn-dropdown {
	font-size: 18px;
	color: #2894ca;
	background: transparent;
	line-height: 12px;
	border-radius: 0;
	border-bottom: 1px solid #2894ca;
	padding: 5px 0;
}
.dropdown-menu {
    left: 104px;
    z-index: 10001;
    font-size: 18px;
    background-color: whitesmoke;
}
.panel2 {
    background: #E9F4FA;
    border-radius: 6px;
}
.content1-date {
    font-size: 16px;
    line-height: 16px;
    color: black;
}
.content1-area-name {
    font-weight: 600;
    font-size: 18px;
    color: #2894ca;
    line-height: 18px;
}
.content1-person-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: black;
}
.content1-scheda-img {
    margin-top: -7px;
}
.content1-scheda-text {
    font-weight: 600;
    font-size: 18px;
}
.content1-scheda-text2 {
    font-weight: 400 !important;
    font-size: 12px;
}
.content1-label {
    color: #2894ca;
    font-weight: 600;
}
.content1-btn {
    background: transparent !important;
    color: #2894ca;
    padding: 8px 40px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.content1-btn:hover {
    background: #ffffff !important;
    color: #2894ca !important;
}
.label {
    display: inline;
	padding: 0 .2em;
    font-weight: 400;
}
.pagination {
	display: block;
	margin: auto;
	width: 257px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
	text-decoration: none;
	font-size: 18px;
}
.pagination a.active {
	background-color: #2894ca;
	border-radius: 50%;
    color: white;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}
.testimonianze-page-content {
	padding: 40px 0;
}
.testemonial-text {
	padding: 20px 10px;
	background: #e9f4fa;
	border-radius: 6px;
	font-size: 18px;
	margin-bottom: -5px;
}
.piani-adesione-page-content {
	padding: 40px 0;
}
table {
	border: none;
}
table td {
	font-size: 16px;
	border: 2px solid #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
table tr:nth-child(even) {
	background-color: whitesmoke;
}
table tr:nth-child(odd) {
	background-color: #e9f4fa;
}
table img {
	width: 30px;
}
table button {
	border: none;
	background: #2894ca;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
}
table button:hover {
	border: 1px solid #2894ca;
	background: #fff;;
	color: #2894ca;
	padding: 10px 30px;
	border-radius: 4px;
}
.text-deleted {
	text-decoration: line-through;
}
.table-font-14 {
	font-size: 14px;
}
.enterprise-edition-page-content {
	padding: 40px 0;
}
@media (max-width: 768px) {
	.desktop-table {
		display: none;
	}
}
@media (min-width: 768px) {
	.mobile-table {
		display: none;
	}
}

/***************footer*******************/
.footer1 {
	background: #2894ca;
	padding: 0 0 20px;
}
.footer1-logo > img {
	display: block;
	width: 200px;
	margin-top: -8px;
	margin-bottom: 10px;
	margin-left: -20px;
}
.footer1-links {
	color: white;
}
.footer1-links > img {
	margin-top: 5px;
	margin-right: 10px;
}
.footer1-links:hover {
	color: white;
}
.footer1-heading {
	color: white;
	font-weight: 600;
	font-size: 22px;
}
.footer1-reg-btn {
	border: 1px solid white;
	border-radius: 6px;
	background: transparent;
	color: white;
	margin-top: 5px;
	padding: 10px 30px;
}
.footer1-reg-btn:hover {
	background: white;
	color: #2894ca;
}
.footer2 {
	background: #124259;
	color: white;
	padding: 20px 0;
}
.footer2 p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: -2px;
}
.footer2 a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
}