.loader-icon {
	border-color: #fff;
	border-right-color: #fff100;
	/*border-bottom-color: #148ec8;*/
	border-left-color: #fff100;
}

a:hover{
	color:#fff100 !important;
}

section{
	background-color:#f0f1f1;
}

section.testo{
	padding:40px 0;
}

section.testo p{
	font-weight:600;
}

.header-style1 .navbar-default {
	border-bottom:none;
}

.navbar-nav > li > a {
	font-weight:700;
}

.navbar-nav > li.current-menu-item > a span {
	padding-bottom:2px;
	border-bottom:#fff100 1px solid;
}

.page-title-section2{
	padding:0;
	text-align:left;
}

.cover-background{
	background-position:right !important;
}

.page-title-section2 .container{
	position:relative;
	height:30vh;
}

.page-title-section2 .container .row{
	position:absolute;
	left:15px;
	bottom:20px;
}

.page-title-section2 h1{
	color:#fff100;
	margin-bottom:10px;
	font-size:28px;
	font-weight:normal;
}

.page-title-section2 h2{
	margin:0;
	font-size:14px;
	font-weight:normal;
}

.testo h6{
	font-size:18px;
	margin-bottom:10px;
}

.testo p strong{
	font-weight:900;
}

.primary-list li {
	margin-left:15px;
	color:#616161;
	font-weight:600;
	margin-top:5px;
	list-style-type:square;
}

.primary-list li i {
    color: #616161;
	font-size:8px;
}

footer h3::after {
    background: #fff100;
}

footer .container a{
	color:#999;
}

.footer-bar{
	font-size:13px;
	background-color:#626062;
	color:#fff;
}

.footer-bar ul{
	margin-left:20px;
	margin-right:20px;
	display:inline;
}

.footer-bar ul li{
	display:inline;
	margin:0 8px;
}

.footer-bar ul li a{
	color:#fff;
}

.padding-carousel{
	padding-top:70%;
	padding-bottom:5%;
}

/***** STILE DA CSS ONE PAGE *****/
.btn.white {
    background: #fff;
    border: 2px solid #232323;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #232323;
}

.btn {
    display: inline-block;
    font-size: 14px;
    padding: 9px 22px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
    color: #232323;
    letter-spacing: .5px;
    line-height: inherit;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.btn.white {
	background: #fff;
	border: 2px solid #232323;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
	color: #232323;
}

.btn.white:hover, .btn.white:active {
	background: #232323;
	color: #fff;
	border-color: #232323;
}

.btn.white:hover span, .btn.white:active span {
	color: #fff;
}

.btn.white:focus {
	background: #232323;
	color: #fff;
	border-color: #232323;
}

.btn.white:focus span {
	color: #fff;
}

.btn.white span {
	color: #232323;
}
/***** FINE STILE DA CSS ONE PAGE *****/


@media screen and (min-width: 480px) {
	.cover-background{
		background-position:center !important;
	}
	
}

@media screen and (min-width: 576px) {
	.padding-carousel{
		padding-top:60%;
		padding-bottom:10%;
	}
	
}

@media screen and (min-width: 768px) {
	.page-title-section2 .container{
		height:40vh;
	}
	
	.page-title-section2 .container .row{
		bottom:40px;
	}
	
	.page-title-section2 h1{
		font-size:48px;
	}
	
	.page-title-section2 h2{
		font-size:16px;
	}
	
}

@media screen and (min-width: 992px) {
	header.scrollHeader .navbar-default {
		background-color:#f0f1f1;
	}
	
	.menu_area-light .navbar-nav > li > a {
		color: #fff100;
	}

	.menu_area-light .navbar-nav > li > a:hover {
		color: #bbb !important;
	}

	.menu_area-light.scrollHeader .navbar-nav > li.current-menu-item > a span {
		border-bottom-color: #232323;
	}

	.menu_area-light .navbar-nav li > ul {
		background: #f0f1f1;
	}
	
	.menu_area-light .navbar-nav li > ul a:hover {
		color: #000 !important;
	}
	
	/*.home .menu_area-light .navbar-nav > li > a{
		color:#000;
	}*/
	
	.padding-carousel{
		padding-top:50%;
		padding-bottom:10%;
	}
	
	.page-title-section2 .container{
		height:50vh;
	}
	
	.page-title-section2 h1{
		font-size:64px;
	}
	
	.page-title-section2 h2{
		font-size:20px;
	}
	
}

@media screen and (min-width: 1200px) {
	.page-title-section2 .container{
		height:92vh;
	}
	
}

