/*
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
--------------------------------------------- */
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-40 {
	margin-top: 40px;
}
/***************************/
.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;
}
/*********************/
.hero-area {
	background-image: url('../img/hero-img-dark.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
}
.hero-heading {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 400;
}
.hero-para {
	color: #FFFFFF;
	font-weight: 600;
}
input[type=search] {
	background: #ffffff;
	border-radius: 0;
	border: 0;
	border-color: #2894ca;
	border-style: solid;
	border-width: 1px 0;
	box-shadow: none !important;
	color: #2894ca;
}
.input-group-addon {
    font-size: 28px;
    color: #2894ca;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
	border-radius: 6px;
	border-color: #2894ca;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
.search-btn {
	border: 0;
	width: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 46px;
	margin-left: -31px;
}
.hero-feature-area {
	position: relative;
	z-index: 1008 !important;
}
.sar-dar {
	background: #2894ca;
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sar-dar > a:hover {
	text-decoration: none;
}
.sar-dar:hover {
	box-shadow: 1px 1px 15px whitesmoke, -1px -1px 15px whitesmoke;
}
.blue-transparent-area {
	background: #2894ca;
	opacity: 0.78;
	margin-top: 80px;
}
.hero-icon {
	position: relative;
	width: 50%;
	display: block;
	margin: auto;
	z-index: 1010 !important;
	opacity: 1 !important;
}
.hero-icon-area {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 5px;
	position: relative;
	z-index: 1010 !important;
	opacity: 1 !important;
}
.hero-icon-name {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-top: -10px;
	position: relative;
	z-index: 1010 !important;
	opacity: 1 !important;
}
.hero-next-icon > img:hover {
	border-radius: 50%;
	box-shadow: 2px 2px 2px #2894ca, -2px -2px 2px #2894ca;
}
.stacks {
	background: #2894ca;
	opacity: 0.78;
	/*text-align: center;*/
	padding: 20px 0;
	box-shadow: 0 1px whitesmoke;
}
.stacks:hover {
	box-shadow: 1px 1px 15px whitesmoke, -1px -1px 15px whitesmoke;
}
.stacks > a:hover {
	color: white;
	text-decoration: none;
}
.hero-icon1 {
	position: relative;
	width: 50px;
	z-index: 1010 !important;
	opacity: 1 !important;
	margin-top: -10px;
}
.hero-icon-area1 {
	color: #FFFFFF;
	font-size: 30px;
	position: relative;
	z-index: 1010 !important;
	opacity: 1 !important;
	margin: 0 10px;
}

/***********************************************/
.content1 {
	padding: 20px 0;
	position: relative;
}
.content1-heading {
	font-size: 40px;
	color: #2894ca;
	font-weight: 400;
}
.line-horiz {
	color: #2894ca;
	width: 200px;
	display: block;
	margin: auto;
}
.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;
}
.content1-completo-btn {
	background: #2894ca !important;
	color: #FFFFFF;
	padding: 10px 40px;
	display: block;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #2894ca;
}
.content1-completo-btn:hover {
	background: #ffffff !important;
	color: #2894ca;
}
.content2 {
	background: #FAFAFA;
	padding: 20px 0;
}
.content2-list > li {
	background: url(../img/ico-list-check.png) no-repeat left top;
  padding: 3px 0px 3px 40px;
  list-style: none;
  margin: 20px 0; 
  font-size: 17px;
}
.circle-step-number {
	background: transparent;
	border: 1px solid #2894ca;
	border-radius: 50%;
	width: 20px;
	padding: 8px 16px;
	color: #2894ca;
	font-size: 24px;
}

/**********************************/
.footer1 {
	background: #2894ca;
	padding: 0 0 20px;
}
.footer1-logo > img {
	display: block;
	width: 200px;
	margin-top: -8px;
	margin-bottom: 10px;
}
.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;
}
/*****************Media Queries**********************/
@media only screen and (min-width: 768px) {
	.border-left-md {
		border-left: 1px solid #cccccc;
	}
	.pull-right-md {
		float: right;
	}
	.sar-dar {
		margin-top: -35px;
	}
	.content2-list > li {
		margin-left: 45px;
	}
	.text-right-md {
		text-align: right;
	}
	.text-left-md {
		text-align: left;
	}
	#for-md {
		display: block;
	}
	.for-xs {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.hero-icon {
		width: 200px;
	}	
	.hero-area {
		height: auto;
		width: 100%;
	}
	#for-md {
		display: none;
	}
	.for-xs {
		display: block;
	}
	.text-center-sm {
		text-align: center;
	}
	.img-center-sm {
		display: block;
		margin: auto;
		width: 200px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.text-center-xs {
		text-align: center;
	}
	.extra-margin-bottom {
		margin-bottom: 30px;
	}
	.img-center-xs {
		display: block;
		margin: auto;
		width: 200px;
		margin-bottom: 10px;
	}
} 
@media only screen and (max-width: 480px) {
	.stacks {
		padding-left: 5%;
	}
}
@media only screen and (min-width: 480px) {
	.stacks {
		padding-left: 25%;
	}
}