/*
Template Name: HTML Construction Template
Author: yaminncco

Colors:
	Body 		: #64728A
	Headers 	: #000
	Primary 	: #FFD626
	Dark     	: #001232
	Grey 		: #F8F8F8 #EEE

Fonts: Poppins

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Home
5 > About
6 > Numbers
7 > Portfolio
8 > Services
9 > Pricing
10 > Testimonial
11 > Partners
12 > Blog
13 > Blog post
14 > Blog sidebar
15 > Footer
16 > Responsive
17 > Accordion
18 > Owl theme
19 > Preloader
------------------------------------*/
/*------------------------------------*\
	General
\*------------------------------------*/
/* --- typography --- */
body {
	font-family: "Titillium Web", sans-serif;

    font-size: 19px;
    line-height: 32px;
	color: rgba(0, 0, 0, 0.9);
	letter-spacing: 0.3px;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 16px;
}

a {
	color: #000;
    text-decoration: none;
}

a:hover,
a:focus{
	color: #000;
    text-decoration: none;
    outline: none
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

.white-text {
	color: #FFF;
}

/* --- Section --- */

.section {
	position: relative;
}

.md-section {
	padding-top: 90px;
	padding-bottom: 90px;
}

.sm-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.xs-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* --- Background Section --- */

.bg-main {
	
}

.bg-grey {
	background-color: #F8F8F8;
}

.bg-red {
	background-color: #666;
}

/* --- Background Image Section --- */
.bg-img  {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
}

.bg-img.bg-half{
	width: 50%;
	background-attachment:scroll;
}

.bg-img.bg-half.bg-right {
	left: 50%;
}

.bg-img.overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.9;
}

.bg-img.overlay:after {
	/*background-color: #FFF;*/
}

.bg-img.bg-half.overlay:after {
	display: none;
}

@media only screen and (max-width: 991px) {
	.bg-img.bg-half.overlay:after {
		display: block;
	}
	.bg-img.bg-half {
		width: 100%;
	}
	.bg-img.bg-half.bg-right {
		left: 0%;
	}
}

/* --- Section Header --- */

.section-header {
	margin-top: 60px;
}

.title {
	position: relative;
	padding-left: 15px;
}

.text-center .title {
	display: inline-block;
}

.title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	/*background-color: #e34528;*/
	background-color: #0099da;
}

.sub-title {
	color: #64728A;
	margin-bottom: 0px;
}

/* --- Buttons --- */

.main-button , .secondary-button {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	border: 1px solid transparent;
	z-index: 1;
}

.main-button  {
	background-color: #001232;
	color: #FFF;
}

.secondary-button {
	background-color: #FFD626;
	color: #000;
}

.main-button:after  , .secondary-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0%;
	-webkit-transition: 0.2s height;
	transition: 0.2s height;
	z-index: -1;
}

.main-button:after  {
	background-color:#FFD626;
}

.secondary-button:after  {
	background-color:#001232;
}

.main-button:hover:after , .secondary-button:hover:after {
	height: 100%;
}

.main-button:hover {
	color: #000;
}

.main-button:focus {
	color: #FFF;
}

.secondary-button:hover {
	color: #FFF;
}

/* --- Text Link --- */

.text-link > span {
	position: relative;
	padding-right:5px;
	z-index: 1;
}

.text-link:hover > span {
	color: #000;
}

.text-link > span:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #FFD626;
	z-index: -1;
	-webkit-transition: 0.2s height;
	transition: 0.2s height;
}

.text-link:hover > span:after {
	height: 100%;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728A;
	background: #fff;
    padding-left: 15px;
	padding-right: 15px;
}

textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo {
	display: inline-block;
	margin-top: 5px;
}

.navbar-brand .logo > img {
    height: 90px;
    margin: 15px 30px 15px 50px;
}
@media(max-width: 767px){
	.navbar-brand .logo > img {
	    height: 40px;
	    margin: 5px 5px 5px 20px;
	    padding-bottom: 5px;
	}
}
/*------------------------------------*\
	Navigation
\*------------------------------------*/

#header {
	position:relative;
	z-index:10;
}

#header .navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
}

#header .nav li a:hover , #header .nav li a:focus {
	background-color: transparent;
}

/* --- Top Navigation --- */
#top-navbar {
    position: relative;
	background-color: #fff;
	background-image: url(/../img-stile/testata.png);
	background-repeat: no-repeat;
	background-position: right;
}

#top-navbar .nav li a {
	color: #FFF;
}
#top-navbar .nav li a i {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	color: #FFD626;
	border: 2px solid #FFD626;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 14px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

#top-navbar .nav li a:hover i {
	background-color: #FFD626;
	color: #000;
}

/* --- Main Navigation --- */

#main-navbar {
	background-color: #FFF;
    border-bottom: 5px solid #0199da !important;
}

#main-navbar.fixed-navbar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

#main-navbar > div{
	height: 120px;
}
@media(max-width: 767px){
	#main-navbar > div{
		height: 80px;
	}
}
.header-brand{
	position: absolute;
    right: 0.5em;
    top: 0;
    height: 44px;
    line-height: 46px;
    margin: 0;
    color: #8F130D;
    text-align: right;
    font-size: 90%;
    font-weight: normal;
}
.header-lang{
	position: absolute;
    right: 278px;
    top: 0;
    width: 6em;
    height: 44px;
    line-height: 46px;
}
.header-lang > ul {
	display: inline-flex;
    text-align: right
}
.nav>li>a {
	padding:10px 5px;
}


@media (min-width: 768px){
	.navbar-right {
	    float: right!important;
	    margin: 30px;
	    font-size:24px;
	}
}

/* --- Default Dropdown --- */
@media only screen and (min-width: 768px) {
	.has-dropdown {
		position: relative;
	}
	.has-dropdown:after {
		font-family: 'FontAwesome';
		content: "\f0d7";
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
		position: absolute;
		right: 5px;
		font-size: 10px;
		color: #000;
		top: 15px;
	}
	.dropdown {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-10px);
			-ms-transform: translateX(-10px);
				transform: translateX(-10px);
		position: absolute;
		width: 250px;
		background-color: #FFF;
		border: 1px solid #EEE;
		-webkit-transition: 0.2s all;
			transition: 0.2s all;
	}

	.main-navbar > .has-dropdown > .dropdown .dropdown {
		top: 0px;
		left: 100%;
	}
	.has-dropdown:hover > .dropdown {
		opacity:1;
		visibility:visible;
		-webkit-transform: translateX(0px);
			-ms-transform: translateX(0px);
				transform: translateX(0px);
	}

	.dropdown li {
		border-bottom: 1px solid #EEE;
	}

	.dropdown li:nth-last-child(1) {
		border-bottom: 0px;
	}

	.dropdown li a {
		display: block;
		padding: 10px 10px;
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
	}

	.dropdown li a:hover {
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
		-webkit-box-shadow: -4px 0px 0px 0px #FFD626;
			box-shadow: -4px 0px 0px 0px #FFD626;
	}

}

/* --- Mobile Nav --- */
@media only screen and (max-width: 767px) {
	#main-navbar  {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.main-navbar {
		margin: 0px -15px;
		border-top: 1px solid #EEE;
		max-height: 0;
		overflow-y: scroll;
		-webkit-transition: 0.3s max-height;
		transition: 0.3s max-height;
	}

	.main-navbar li {
		border-bottom: 1px solid #EEE;
	}

	.main-navbar.main-navbar-collapsed {
		max-height: 500px;
	    background: #fff;
	    padding-left: 20px;
	}

	/* Mobile Dropdown */
	.has-dropdown {
		position: relative;
	}

	.has-dropdown:after {
		font-family: 'FontAwesome';
		content: "\f067";
		position: absolute;
		right: 10px;
		font-size: 10px;
		color: #000;
		top: 10px;
	}

	.has-dropdown.dropdown-collapsed:after {
		content: "\f068";
	}

	.has-dropdown.dropdown-collapsed  > .dropdown  {
		display:block;
	}

	.dropdown  {
		display: none;
		margin: 0px 15px 15px;
		border: 1px solid #EEE;
	}

	.dropdown li:nth-last-child(1) {
		border-bottom: 0px;
	}

	.dropdown li a {
		display: block;
		padding: 10px 10px;
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform;
	}

	.dropdown li a:hover {
		-webkit-transform: translateX(3px);
		    -ms-transform: translateX(3px);
		        transform: translateX(3px);
		-webkit-box-shadow: -4px 0px 0px 0px #FFD626;
			box-shadow: -4px 0px 0px 0px #FFD626;
	}
}

/* --- Navbar Mobile Toggle --- */
@media only screen and (min-width: 768px) {
	.navbar-toggle-btn {
		display: none !important;
	}
}

.navbar-toggle-btn {
	position: relative;
	display: block;
	width: 50px;
	float: right;
	height: 50px;
	background: transparent;
	border: none;
}

.navbar-toggle-btn span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 10px;
	-webkit-transition: 0.2s background;
	transition: 0.2s background;
}

.navbar-toggle-btn span:after , .navbar-toggle-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s -webkit-transform;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
}

.navbar-toggle-btn span , .navbar-toggle-btn span:after , .navbar-toggle-btn span:before {
	height: 4px;
	width: 30px;
	background-color: #000;
}

.navbar-toggle-btn span:before {
	top: -10px;
}

.navbar-toggle-btn span:after {
	top: 10px;
}

.navbar-toggle-btn.toggle-btn-collapsed span {
	background: transparent;
}

.navbar-toggle-btn.toggle-btn-collapsed span:before {
	-webkit-transform: translateY(10px) rotate(45deg);
	    -ms-transform: translateY(10px) rotate(45deg);
	        transform: translateY(10px) rotate(45deg);
}

.navbar-toggle-btn.toggle-btn-collapsed span:after {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	    -ms-transform: translateY(-10px) rotate(-45deg);
	        transform: translateY(-10px) rotate(-45deg);
}


/* --- Navbar Search --- */
.navbar-search {
	position: relative;
	float: right;
	margin-left: 15px;
}

.navbar-search .search-btn {
	border: none;
	background: transparent;
	padding: 15px 10px;
	line-height: 20px;
	color: #000;
}

.navbar-search .search-form {
	display: none;
	position: absolute;
	width: 250px;
	background: #FFF;
	right: 50%;
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
	padding: 15px 10px;
	border: 1px solid #EEE;
}

.navbar-search .search-form form input {
	width: 100%;
}

.navbar-search:hover .search-form {
	display: block;
}

.search-toggle-btn {
	display: none;
	float: right;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	background: transparent;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 0px;
	border-top: 0px;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.navbar-search  .search-btn {
		display: none;
	}

	.search-toggle-btn {
		display: block;
	}

	.navbar-search {
		float: none;
		margin: 0px -15px;
	}

	.navbar-search .search-form {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		border-top: 1px solid #EEE;
	}

	.navbar-search.navbar-search-collapsed .search-form {
		display: block;
	}
}

/*------------------------------------*\
	Home
\*------------------------------------*/

.banner-area {
	position: relative;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.page-wrapper {
	position: relative;
	z-index: 1;
}

.page-wrapper .breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.page-wrapper .breadcrumb .breadcrumb-item.active {
	color: #64728A;
}

.page-wrapper .breadcrumb>li+li:before {
	color: #64728A;
}

#page-header .bg-img{
	background-attachment:scroll;
}

.main-slider{
	background-color: #ff0000c9;
    width: 50%;
}
@media (min-width: 768px){
	.lead {
	    font-size: 2em;
	    color: #fff;
	    padding: 10px;
	}
}

@media (max-width: 767px){
	.main-slider{
	    width: 90%;
	}
	.lead {
	    font-size: 2em;
	    color: #fff;
	    padding: 10px;
	}
}


#home-intro{

}
#home-intro-main{
	background-color:#FFF;
}
#home-intro-main > h1{
	color:#333;
	padding:10px;
	font-weight:normal;
	margin-top:20px;
	text-align:center;
}

/*------------------------------------*\
	About
\*------------------------------------*/

.about {
	margin-top: 15px;
	margin-bottom: 15px;
}

.about > img {
	width: 100%;
	border-bottom: 4px solid #e34528;
}

/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 70px;
}

.number i {
	position: absolute;
	left:0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #000;
	text-align: center;
}

.number h3 {
	font-size: 28px;
	margin-bottom: 0px;
}

.number span {
	color: #000;
}

/*------------------------------------*\
	Portfolio
\*------------------------------------*/

#portfolio {
	padding-bottom: 0px;
}

.portfolio .portfolio-img  {
	position: relative;
	-webkit-transition:0.2s -webkit-transform;
	transition:0.2s -webkit-transform;
	transition:0.2s transform;
	transition:0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-img > img {
	width: 100%;
}

.portfolio:hover .portfolio-img {
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.portfolio .portfolio-links {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;

}

.portfolio .portfolio-links  a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #001232;
	background-color: #FFD626;
}

.portfolio:hover .portfolio-links  {
	opacity:1;
}

.portfolio .portfolio-links  a:hover {
	opacity:0.9;
}

.portfolio .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top:0;
	background: #001232;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.portfolio:hover .overlay {
	opacity: 0.8;
}

.portfolio .portfolio-content {
	position: absolute;
	bottom: 4px;
	left: 0px;
	right: 0px;
	border-top: 4px solid #FFD626;
	padding: 15px;
	background: #001232;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	z-index: 2;
	-webkit-transition: 0.2s -webkit-transform;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-content h3 {
	color: #FFF;
	margin-bottom: 10px;
}

.portfolio .portfolio-content span {
	color: #FFD626;
	text-transform: uppercase;
}

.portfolio:hover .portfolio-content  {
	-webkit-transform: translateY(calc(0% + 4px));
	    -ms-transform: translateY(calc(0% + 4px));
	        transform: translateY(calc(0% + 4px));
}

.view-all-portfolio {
	text-align:center;
	margin-top:60px;
}

/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: 0.2s -webkit-box-shadow;
	transition: 0.2s -webkit-box-shadow;
	transition: 0.2s box-shadow;
	transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}

.service i {
	position: absolute;
	left: 0;
	top: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	color: #FFD626;
	text-align: center;
}

.service .service-content {
	padding: 15px 15px 15px 70px;
}

.service:hover {
	-webkit-box-shadow: 0px 0px 10px 3px #EEE;
	        box-shadow: 0px 0px 10px 3px #EEE;
}


/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial .testimonial-quote {
	position: relative;
	margin-bottom: 30px;
	padding-top: 45px;
	text-align: center;
}

.testimonial .testimonial-quote:before {
	content: "\f10d";
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	font-family: 'FontAwesome';
	position: absolute;
	color: #000;
	font-size: 35px;
}

.testimonial .testimonial-meta {
	text-align: center;
	margin-bottom: 15px;
}

.testimonial .testimonial-meta h3 {
	margin-bottom: 5px;
}

.testimonial .testimonial-meta span {
	text-transform: uppercase;
}


/*------------------------------------*\
	Partners
\*------------------------------------*/

.partner {
	display: block;
	border: 2px solid transparent;
}

.partner:hover {
	border-color: #FFD626;
}

.partner > img {
	width: 100%;
}

/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog .blog-img {
	position: relative;
	border-bottom: 4px solid #FFD626;
}

.blog .blog-img > img {
	width: 100%;
}

.blog .blog-meta {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.blog .blog-meta li {
	display: inline-block;
	font-size: 14px;
}

/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
	margin-bottom:60px;
}

/* -- blog tags & share -- */

.blog-tags-share .tags {
	display: inline-block;
}

.blog-tags-share .tags .tags-list {
	display: inline-block;
}

.blog-tags-share .tags .tags-list li {
	display: inline-block;
	margin-left: 15px;
}

.blog-tags-share .share {
	float: right;
}

.blog-tags-share .share .share-list {
	display: inline-block;
}

.blog-tags-share .share .share-list li {
	display: inline-block;
	margin-left: 15px;
}

/* -- blog comments -- */

.blog-comments {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-comments .media .media-object {
	width: 60px;
}

.blog-comments  .media {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EEE;
}

.blog-comments > .media:last-child {
    border-bottom: 1px solid #EEE;
	padding-bottom: 30px;
}

.blog-comments .media .media-body .time {
    font-size: 12px;
    font-weight: 400;
}

.blog-comments .media .media-body .reply-btn {
	padding: 0px 10px;
	font-size: 12px;
}


/* -- blog reply form -- */

.reply-form form {
	margin-top: 30px;
}

.reply-form .input, .reply-form .input , .reply-form textarea {
	margin-bottom: 15px;
}

.reply-form .input, .reply-form .input {
    width: calc(50% - 8px);
}

.reply-form .input:nth-child(2) {
    margin-left: 11px;
}


/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
	margin-top: 30px;
    margin-bottom: 30px;
}

#aside  .widget:nth-child(1){
	margin-top: 15px;
}
#aside  .widget:nth-last-child(1){
	margin-bottom: 15px;
}

/* -- category sidebar -- */

.widget-category a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #EEE;
	margin: 12px 0px;
	color: #64728A;
	font-size: 14px;
	-webkit-transition: 0.2s color , 0.2s -webkit-transform;
	transition: 0.2s color , 0.2s -webkit-transform;
	transition: 0.2s transform , 0.2s color;
	transition: 0.2s transform , 0.2s color , 0.2s -webkit-transform;
}

.widget-category a span {
	float: right;
}

.widget-category a:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
	color: #000;
	-webkit-box-shadow: -4px 0px 0px 0px #FFD626;
	box-shadow: -4px 0px 0px 0px #FFD626;
	border-left: #FFD626;
}


/* -- posts sidebar -- */

.widget-post {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

.widget-post:nth-last-child(1) {
	border-bottom: 0px;
}

.widget-post  > a {
	position: relative;
	padding-left: 100px;
	display: block;
	min-height: 60px;
	margin-bottom: 5px;
}

.widget-post  > a  > span {
	display: inline-block;
}

.widget-post img {
	position:absolute;
	top:0;
	left:0;
}

.widget-post .blog-meta li {
    display: inline-block;
    font-size: 12px;
}

/* -- tags sidebar -- */

.widget-tags a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	margin: 2px 0px;
	border: 1px solid #EEE;
	color: #64728A;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.widget-tags a:hover {
	color: #000;
	background-color: #FFD626;
	border: 1px solid #000;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

.footer-widget {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* -- footer logo -- */
.footer-logo .logo {
	display: inline-block;
	margin-bottom: 30px;
}

.footer-logo .logo > img{
	max-height: 50px;
}

.footer-contact li {
	margin-top: 10px;
}

/* -- footer contact -- */
.footer-contact li a {
	color: #64728A;
}

.footer-contact li a i {
	color: #FFD626;
	margin-right: 15px;
}

/* -- footer links -- */
.footer-links li {
	margin-top: 10px;
}

.footer-links li a {
	display: inline-block;
	font-size: 14px;
	color: #64728A;
	-webkit-transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s color, 0.2s -webkit-transform;
	transition: 0.2s transform, 0.2s color;
	transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
	color: #FFF;
}

/* -- footer subscribe -- */
.footer-subscribe {
	position: relative;
	margin-top: 30px;
}

.footer-subscribe .input {
	padding-right: 125px;
}

.footer-subscribe button {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	padding: 0px 20px;
	background: #FFD626;
	border: none;
	color: #000;
	font-size: 14px;
}

/* -- footer social -- */
.footer-social {
	margin-top: 30px;
}

.footer-social li {
	display:inline-block;
}

.footer-social li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 30px;
	color: #FFD626;
	border: 2px solid #FFD626;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 14px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.footer-social li a:hover {
	background-color: #FFD626;
	color: #000;
}

/* -- Bottom Footer -- */
#footer #bottom-footer {
	background-color: rgba(0, 0, 0, 0.15);
}
#footer #bottom-footer a {
	color: #fff;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {

	#cta-2 {
		text-align:center;
	}

	#main {
		margin-bottom:30px;
	}


	.widget-post {
		min-height: 90px;
		padding-bottom: 30px;
	}

	.widget-post  > a {
		min-height: auto;
	}

	.widget-post .blog-meta {
		padding-left:100px;
	}
}

@media only screen and (max-width: 767px) {
	.section-header {
		margin-bottom:30px;
	}

	.home-wrapper h1 {
		font-size:28px;
	}


	.blog-tags-share .share {
		float:none;
		margin-top:15px;
	}

}

@media only screen and (max-width: 480px) {
	#numbers [class*='col-xs'] {
		width:100%;
	}
	.number {
		text-align: center;
		padding: 0;
	}
	.number i {
		position: static;
	}

	.widget-post {
		min-height: auto;
		padding-bottom: 5px;
	}
	.widget-post  > a {
		min-height: 60px;
	}
	.widget-post .blog-meta {
		padding-left: 0px;
		margin-top: 15px;
	}

}

/*------------------------------------*\
	Accordion
\*------------------------------------*/

.accordion .panel {
    border-radius: 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.accordion .panel-heading {
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #EEE;

}

.accordion .panel-heading  .panel-title {
	font-weight:400;
}

.accordion .panel-heading  .panel-title > a {
    display: block;
    padding: 10px 15px;
    background-color: #FFD626;
    color: #000;
}

.accordion .panel-heading .panel-title > a.collapsed {
    background-color: #FFF;
}

.accordion .panel-heading .panel-title > a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .panel-heading .panel-title > a.collapsed:after {
	content: "\f067";
}

/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000;
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	border: none;
    background: #000;
    color: #FFF;
  	padding: 0px;
  	width: 30px;
  	height: 60px;
  	line-height: 60px;
	border-radius:0;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #000;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff94;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-animation: preload-rotate 10s linear infinite;
	        animation: preload-rotate 10s linear infinite;
}
.preloader span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #000;
	position: absolute;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.preloader span:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: 1s preload-scale ease-in-out infinite;
	        animation: 1s preload-scale ease-in-out infinite;
}
.preloader span:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.06s ease-in-out infinite;
	        animation: 1s preload-scale 0.06s ease-in-out infinite;
}
.preloader span:nth-child(3) {
	bottom: 0;
	-webkit-animation: 1s preload-scale 0.11s ease-in-out infinite;
	        animation: 1s preload-scale 0.11s ease-in-out infinite;
}
.preloader span:nth-child(4) {
	bottom: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.17s ease-in-out infinite;
	        animation: 1s preload-scale 0.17s ease-in-out infinite;
}

@-webkit-keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

#numbers{
	padding: 25px;
}
.get-lead{
	width:100%;
	/*background-color:#e34528;*/
	background-color:#0099DA;
	color:#fff;
	font-size:1.5em;
	border-radius: 5px
}
#leadacquisition{
    margin-bottom: 30px;
    border: #f8f8f8 1px solid;
    border-radius: 5px;
}	
#couponrequired{
    margin-bottom: 30px;
    border: #f8f8f8 1px solid;
    border-radius: 5px;
}
.gap-mt30{
	margin-top:30px!important;
}	
.gap-mb30{
	margin-bottom:30px!important;
}	
#sendlead{
	padding-top:10px;
	margin: 20px;
}
.sub-lead{
	color: #fff;
	background-color: #e34528;
    border-color: #e34528;
    font-size: 24px;
    margin-top: 20px;
}

.text-light{
	color:#fff;
}



.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}


.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 35px;
    margin-bottom: 30px!important;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 0.95em;
    min-width:151px;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 36px;
}


.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-us{
	color:#383838;
	font-size:2em;
	padding: 10px 0px 10px 0px;
}
#aboutus-video{
    margin-left: 5vh;
}
#aboutus-desc{
	margin-right: 5vh;
}
.description-section{
	margin-left: 5vh;
    margin-right: 5vh;
}


@media(max-width: 991px){
	#aboutus-video{
	    margin-left: 5vh;
	    margin-right: 5vh;
	}
	#aboutus-desc{
	    margin-left: 5vh;
		margin-right: 5vh;
	}
	.about-us {
    	font-size: 1.2em;
	}
}

.product-card{
	min-height:65vh;
	background-color:#fff;
}
.product-image{
	height: 40vh;
    position: relative;
}
.bg-img.bg-full {
    width: 100%;
    background-attachment: scroll;
}

.product-card-description {
	display: flex;
	flex-direction: column;
}

.description-section {
	display: flex;
	column-gap: 20px;
}

.description-section .col-xs-12 {
	display: flex;
	flex-grow: 1;
}

.description-section .col-xs-12 .card {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.description-section .col-xs-12 .card .product-card {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}


.product-card-title{
	padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    height: 104px;
    word-break: break-word;
}
.product-card-text{
	padding: 20px;
    color: #000;
	flex-grow: 1;
}

.product-card-cta{
	margin-top:20px;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding: 10px;
}
.product-card-cta>a{
	font-size: 24px;
    color: #fff;
}

.error{
	border: #ee0c36 1px solid !important;
}
.error-text{
    color: #ee0c36 !important;
    font-size: 15px;
}

.pad-lr-0{
	padding-left:0px;
	padding-right:0px;
}

.card{
	margin-top:30px;
   width: 95%;
}
@media(max-width: 767px){
	.card{
	   width: 100%;
	}
	
	.description-section {
	    margin-left: 0px; 
	    margin-right: 0px; 
	}
	#aboutus-video {
    	margin-left: 0px; 
	    margin-right: 0px; 
	}
	
}
.aboutus-desc{
	margin-right: 5vh;
}
.description-section{
	margin-left: 5vh;
    margin-right: 5vh;
}


@media(max-width: 1199px){
	#aboutus-video{
	    margin-left: 5vh;
	    margin-right: 5vh;
	}
	.aboutus-desc{
	    margin-left: 5vh;
		margin-right: 5vh;
	}
	.about-us {
    	font-size: 1.2em;
	}
}
.form-label{
    color: #fff;
    background-color: #0199da;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 1.3em;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.list-square {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-square-item {
  padding-left: 1em; 
  text-indent: -.7em;
}

.list-square-item::before {
  content: "■";
  color: red; 
  padding-right: 10px;
}

.btn-primary {
    color: #fff;
    /*background-color: #e34528;
    border-color: #e34528;*/
    background-color: #0099DA;
    border-color: #0099DA;
}
.btn-primary:active{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.input-group-sm>.form-control{
	font-size:1.5rem;
}

.brochure{
	display: block;
    border: 2px solid transparent;
}

.brochure-img{
	display: block;
    width: 100%;
} 
#leadacquisition {
	z-index:9;
}
#couponrequired{
	z-indez:9:
}
#numbers {    
	position: fixed;
    bottom: 0px;
	right: 5%;
   	left: 5%;
    z-index: 8;
} 
#footer {
	z-index:200; position:relative;}

@media (min-width: 1200px){
	#leadacquisition {
	    z-index: 9;
	    width: 100%;
	    padding-left: 20%;
	    padding-right: 20%;
	}
	#couponrequired{
		z-index: 9;
	    width: 100%;
	    padding-left: 20%;
	    padding-right: 20%;
	}
	.container-form {
	    width: 1170px;
	}
}
@media (min-width: 992px){
	#leadacquisition {
	    z-index: 9;
	    width: 100%;
	    padding-left: 15%;
	    padding-right: 15%;
	}
	
	#couponrequired{
		z-index: 9;
	    width: 100%;
	    padding-left: 15%;
	    padding-right: 15%;
	}
	.container-form  {
	    width: 970px;
	}
}
@media (min-width: 768px){
	#leadacquisition {
	    z-index: 9;
	    width: 100%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
	#couponrequired{
		z-index: 9;
	    width: 100%;
	     padding-left: 10%;
	    padding-right: 10%;
	}
	.container-form  {
	    width: 750px;
	}
}
@media (max-width: 468px){
	body {
		font-size:16px;
	}	
	.description-section {
    	margin-left: 0px; 
    	margin-right: 0px; 
	}
	.form-label {
	 font-size:16px;
	}
	#numbers{
		padding: 10px;
	}
	.container-form  {
	    width: 100%;
	}
	.get-lead{
		font-size:16px!important;
	}
	.secondary-button{
		padding: 0px 15px;
	}
	#leadacquisition {
	    z-index: 9;
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#couponrequired{
		z-index: 9;
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.hero-slider .content p {
	    font-size: 18px !important;
	}
   
}
#home-intro-main > p{
	color: #333;
	padding: 0 10px 10px 10px;
}
#leadeicma-top {
}

@media (min-width: 768px){
	#leadeicma-top {
	    width: 100%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
	#leadeicma-bottom {
	    width: 100%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
}
@media (min-width: 992px){
	#leadeicma-top {
	    width: 100%;
	    padding-left: 15%;
	    padding-right: 15%;
	}
	
	#leadeicma-bottom {
	    width: 100%;
	    padding-left: 15%;
	    padding-right: 15%;
	}
}
@media (min-width: 1200px){
	#leadeicma-top {
	    width: 100%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	#leadeicma-bottom {
	    width: 100%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
}

.navbar .navbar-nav li a {
    font-family: "Titillium Web", sans-serif !important;
    font-size: 19px !important;
    color: #000!important;
    text-transform: uppercase !important;
    padding: 10px 5px !important;
}
.pb-5p{
	padding-bottom: 5%;
}
.mh-58{
	min-height:58vh;
}

.section-pad-0 {
    padding: 0px 0px !important;
}
.sweet-alert {
    width: 50%;
    left: 40%;
}
.relative{
	position:relative;
} 
.leadtttld{
    position: absolute;
    display:none;
    top: 0px;
    background-color: #55555587;
    height: 100%;
}
#leadtttld:hover > .leadtttld{
	display:block;
}
.pistons{
    position: absolute;
    display:none;
    top: 0px;
    background-color: #55555587;
    height: 100%;
}
#pistons:hover > .pistons{
	display:block;
}
.segway{
    position: absolute;
    display:none;
    top: 0px;
    background-color: #55555587;
    height: 100%;
}
#segway:hover > .segway{
	display:block;
}
.batteries{
    position: absolute;
    display:none;
    top: 0px;
    background-color: #55555587;
    height: 100%;
}
#batteries:hover > .batteries{
	display:block;
}
.hero-slider .slider-item:before{
    background: none!important;
}
.slide-text{
	/*background-color: #00000082;*/
    border-radius: 10px;
    padding: 15px;
}
@media(max-width: 468px ){
	.batteries > img{
		width: 70%;
    margin: 1% 15%;
	}
	.segway > img{
		width: 70%;
    margin: 1% 15%;
	}
	.pistons > img{
		width: 70%;
    margin: 1% 15%;
	}
	.leadtttld > img{
		width: 70%;
    margin: 1% 15%;
	}
}
#slide{
	z-index:9;
	background: url(/img-stile/HEADER_EICMA19_4.jpg) no-repeat center center;
 			height: 650px;
}
.slider-item{
	position:relative;
}
.slide-content {
    position: absolute;
    z-index: 10;
    top: 8vw;
    width: 30%;
    left: 34%;
    color: #fff;
    font-size: 20px;
}
.btn-slide-white{
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s ease;
    border-radius: 3px;
    padding: 16px 50px;
    font-weight: 700;
}
.btn-slide-white:hover{
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #fff;
    transition: all .3s ease;
    border-radius: 3px;
    padding: 16px 50px;
    font-weight: 700;
}
.slide-content p{
	font-size: 20px;
 			font-weight: normal;
}
@media(max-width: 1200px){
	.slide-content {
	    position: absolute;
	    z-index: 10;
	    top: 10vw;
	    width: 50%;
	    left: 24%;
	    color: #fff;
	    font-size: 20px;
	}
}
@media(max-width: 991px){
	.slide-content {
	    position: absolute;
	    z-index: 10;
	    top: 22vw;
	    width: 60%;
	    left: 20%;
	    color: #fff;
	    font-size: 20px;
	}
}
@media(max-width: 768px){
	.slide-content {
	    position: absolute;
	    z-index: 10;
	    top: 20vw;
	    width: 75%;
	    left: 15%;
	    color: #fff;
	    font-size: 20px;
	}
}
@media(max-width: 468px){
	.slide-content {
	    position: absolute;
	    z-index: 10;
	    top: 40vw;
	    width: 100%;
	    left: 0;
	    color: #fff;
	    font-size: 20px;
	}
}
p {
    font-family: "Source Sans Pro", sans-serif;
    color: #848484;
    font-size: 20px;
    text-align: justify;
}

.justify {
	text-align: justify;
}
