@charset "UTF-8";
/* CSS Document */

.navb {
	border-bottom: 10px;
	border-color:#FBE724;
}

.fonav {
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	color:#D9C06F;
}

.logo {
	width:50%;
	margin-top:0px;
	margin-bottom:500px;
	
}

section {
    min-height: auto !important;
}

h1 {
	font-size:43px;
	font-family: 'Nunito', sans-serif;
	margin-top:120px;
	margin-bottom:25px;
	text-align: center;
	color:#D9C06F;
}

h3 {
	font-size:28px;
	font-family: 'Nunito', sans-serif;
	margin-top:40px;
	margin-bottom:20px;
	text-align: right;
	color:#D9C06F;
	
}

h2 {
	font-size:33px;
	font-family: 'Nunito', sans-serif;
	margin-top:80px;
	margin-bottom:20px;
	text-align: right;
	color:#D9C06F;
	
}

h4 {
	font-size:19px;
	font-family: 'Nunito', sans-serif;
	margin-top:40px;
	margin-bottom:20px;
	text-align: center;
	color:#D9C06F;
	
}

.element {
	width: 100px; 
	height: 100px; 
	margin: 5px;
}

#element img:hover { 
	width: 110px; 
	height: 110px; 
	margin: 5; 
}

.element2 {
	width: 200px; 
	height: 100px; 
	margin: 5px;
}

#element2 img:hover { 
	width: 210px; 
	height: 110px; 
	margin: 5; 
}

.element4 {
	width: 300px; 
	height: 100px; 
	margin: 5px;
}

#element4 img:hover { 
	width: 310px!important; 
	height: 110px; 
	margin: 5; 
}


.element3 {
	width: 500px; 
	height: 500px; 
	margin: 5px;
}

#element3 img:hover { 
	width: 510px; 
	height: 510px; 
	margin: 5; 
}

.testo {
	font-size:20px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 200;
	margin-top:20px;
	text-align: center;
	margin-bottom:50px;
	color:#EDEDED;
}


privacy {
	font-size:12px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 100;
	margin-top:0px;
	text-align: left;
	margin-bottom:0px;
	color:#fff;
}


.testocall {
	font-size:30px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 300;
	margin-top:20px;
	text-align: center;
	margin-bottom:50px;
	color:#EDEDED;
}

.testodx {
	font-size:17px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	margin-top:10px;
	text-align: right;
	
}

.testosx {
	font-size:25px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 200;
	margin-top:20px;
	text-align: left;
	margin-bottom:50px;
	color:#EDEDED;

}

.spazio {
	margin-bottom:0px;
	margin-top:60px;
}

.bb {
    background: #fff;
    color: #444;
    padding: 100px 0 150px 0;
    background-image: url(img/motore);
	width: 40
}

.tcontatti{
	font-size:24px;
	font-family: 'Yantramanav', sans-serif;
	margin-top:0px;
	margin-bottom:25px;
	text-align: center;
	
}

.tfoot{
		font-size:20px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 200;
	margin-top:50px;
	text-align: center;
	margin-bottom:0px;
	color:#EDEDED;
}

.tfoot2{
		font-size:20px;
	font-family: 'Nunito', sans-serif;
	margin:auto;
	font-weight: 200;
	margin-top:5px;
	text-align: center;
	margin-bottom:0px;
	color:#EDEDED;
}

.parallax { 
    /* The image used */
    background-image:url();

    /* Set a specific height */
    height: 50px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


a {
	color:#D9C06F;
}

body, html, .main {
    height: 100%;
    /*overflow-x: hidden;*/
}

section {
    min-height: 100%;
}

.center {
    display: block;
	margin: auto;
	margin-bottom:60px
}

.freccia{
	background-image:url(../img/freccdx.png);
	height: 100px;

}


.carousel-control {
		opacity:1;
}
	

p {
	font-family: 'Yantramanav', sans-serif;
}

.imgsez {
	margin-top:130px;
}

div.gallery {
    margin: 50px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
	margin-top:50px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: max;
}

div.desc {
    padding: 15px;
    text-align: center;
    background-color:rgba(236,236,236,1.00);
}

.photogallery {
    background-size: cover;
    padding: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all ease-in-out 0.40s;
    -moz-transition: all ease-in-out 0.40s;
    -o-transition: all ease-in-out 0.40s;
    -ms-transition: all ease-in-out 0.40s;
    transition: all ease-in-out 0.40s;
}

.photogallery:hover {
	filter:grayscale(0%);
	-moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}

.hover-photogallery{
	height:300px;
}

.back1 {
	background-color:#212223;
}

.back2 {
	background-color:#1c1c1e;
}

.back3 {
	background-color:#1c1c1e;
}

.sforo {
	background-image:url(../img/sezioni/sforo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}


.sfarg {
	background-image:url(../img/sezioni/posate.jpg);
	background-position: right;
	background-repeat: no-repeat;
}


.sfbro {
	background-image:url(../img/sezioni/sfbro.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.sfchie {
	background-image:url(../img/sezioni/sfchie.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}
.sfsax {
	background-image:url(../img/sezioni/sax.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}
.sfnic {
	background-image:url(../img/sezioni/sfnic.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.sfnicfree {
	background-image:url(../img/sezioni/sfarg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.sfnicelet {
	background-image:url(../img/sezioni/coll2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.sfpall {
	background-image:url(../img/sezioni/palla.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.sfrut {
	background-image:url(../img/sezioni/cinta.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}


.centro {
    display: block;
    margin: auto;

}

a:focus, a:hover {
    color:#D9C06F;
    text-decoration: underline;
}


/* navbar-------------------------------------------------*/

.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #212223;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-background {
	background-color: #212223;
}

.navbar-default {
    background-color: transparent;
    border:0px;
}

#product-example{
	position: relative;
}

#product-example img{
	position: absolute;
}

.animate-product{

}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #212223;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-container.fixed-theme {
    padding: 10px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #D9C06F;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #D9C06F;
    white-space: nowrap;
	
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #D9C06F;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #D9C06F;
}

.img-top-pag{
	margin-bottom:150px; 
	margin-top:160px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #333;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #B1984C;
    background-color: transparent;
}

/*parte delle sezioni*/
@media screen and (max-width: 1000px) {
    .sfarg {
        background-image:none;
		
    }
    .img-top-pag{
	margin-bottom:60px; 
	margin-top:60px;
	max-width: 140px;
}
h1 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    color: #D9C06F;
}
}

@media screen and (max-width: 1000px) {
    .sforo {
        background-image:none;
		
    }
}

@media screen and (max-width: 1000px) {
    .sfnic {
        background-image:none;
		
    }
}

@media screen and (max-width: 1000px) {
    .sfchie {
        background-image:none;
		
    }
    .sfsax {
	background-image:none;
	
}
}

@media screen and (max-width: 1000px) {
    .sfbro {
        background-image:none;
		
    }
}

/*=================================================================
	Banner
==================================================================*/

.popup {
    max-width: 320px;
    height: auto;
    width:300px;
    position: fixed;
    z-index: 1000;
    right: -578px;
    bottom: 0;
	box-shadow:0px 0px 20px rgba(0,0,0,0.50);
	background:#fff;
}

.banner-content {
	background-color:#fff;
	padding:15px;
	text-align:center;
}

.banner-content h3 {
	letter-spacing:2px;
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	margin:5px 0;
	color:#94c523;
}

.divisore {
	border-bottom:dashed 10px #009ED6;
}

.banner-content a {
	color:#444;
	border-bottom:1px dashed #444;
}

.banner-content a:hover {
	color:rgba(144,8,46,1.00);
	border:none;
}

.popup i {
    font-size: 1.5em;
    position: absolute;
    padding: 0px;
	color:#000;
	z-index:999;
}

.popup i:hover {
    cursor: pointer;
	color:rgba(238,123,0,1);
}