/*=================================================
||				Index 
==================================================*/
/*
|	1. Imports
|	2. Global
|	3. Colors
|
|	=============
|	SECTIONS
|	=============
|	4. Home
*/


/*=================================================
||				1. Imports 
==================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:200,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #313131;
}
.black{
	color: #313131;
}
.white{
	background: #fff ;
}
.purple{
	/*background: #4a148c;*/
	background: #c02c84;
}
.section-wrapper{
	/*
	padding-top: 90px;
	padding-bottom: 80px;
	*/
	
	padding-top: 45px;
	padding-bottom: 35px;
	
}

.section-wrapper-top{
	padding-top: 45px;	
}

.section-title{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
/*
.section-item-title{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.section-item-detail{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #999;
    letter-spacing: .39px;
}
*/
.underline{
	height: 2px;
	width: 50px;
	margin: 0px auto 60px;
}



.light-grey{
	background: #f3f3f3;
}

/*
.servizi{
	background: #ededed;
}
*/

.struttura-detail, .servizi-item-detail{
	color: #7f7f7f;
}

.struttura-detail{
	font-size: 16px;
	font-weight: 200;
	top: 0%;
	transform: translateY(0%);
	/*position: absolute;*/
	/*padding-left: 40px;*/
    /*line-height: 22px;*/
}

.servizi-item-title, .servizi-item-detail{
	text-align: center;
}

/*=================================================
||				3. Header
==================================================*/
.header
{
	background: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	/*text-transform: uppercase;*/

}



/*navbar*/
/*
.navbar-default .navbar-brand{
	border: 1px solid #fff;
	color: #fff;
	font-size: 30px;
	padding: 10px 20px;
	height: auto;
	font-weight: 200;
	letter-spacing: 3px;
}

.navbar-brand{
	font-family: 'Great Vibes', cursive;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #313131;
}
.navbar-fixed-top .navbar-toggle{
	border-color: #313131;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-top: 50px;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-default .navbar-toggle{
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover{
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
*/

/*Home*/
.header-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.header-table{
	display: table;
	/*height: 70vh;*/
	height: 100vh;
	width: 100%;
	
	
	font-size: 12px;
}

.header-title {
    display: block;
    /*text-transform: uppercase;*/    
    font-size: 5.25em;
    font-weight: 700;
	
	
	letter-spacing: 5px;
	font-family: 'Great Vibes', cursive;
}

.header-subtitle{
    font-size: 1.50em;
    font-weight: 300;
	text-transform: uppercase;
	
	letter-spacing: 3px;
}

.header-subtitle-small{
    font-size: 1.25em;
    font-weight: 300;
	text-transform: uppercase;
	
	letter-spacing: 3px;
}

/* Solo pc-desktop, per quelli minori di 768px valgono le proprietà riportate sopra */
@media(min-width:768px) {
    /*
	header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }
	*/

    .header-title {
        /*font-size: 4.75em;*/
		font-size: 9.25em;
    }

    .header-subtitle {
        font-size: 2.25em;
    }
	
	.header-subtitle-small {
        font-size: 1.75em;
    }
}

/*
.header-title{
	
	font-size: 120px;
	letter-spacing: 5px;
	font-weight: 200;
	font-family: 'Great Vibes', cursive;

}

.header-subtitle{
	font-size: 30px;
	letter-spacing: 3px;
}

.header-subtitle-small{
	font-size: 25px;
	letter-spacing: 3px;
}
*/
.stroke{
	/*font-size: 100px;*/
	font-weight: bold;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
	-1px 1px 0 #000, 3px 3px 5px #333;
}

.semi-transparent{
	background:rgba(255,255,255,0.1);
}

hr.short{
	margin: 25px auto 30px;
    padding: 0;
    max-width: 550px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
	color: #fff;	
}



/*=================================================
||				8. Note
==================================================*/
.note{
	color: #dadada;
}
.quote{
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding: 0px 145px;
}
.quoter{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}


/*=================================================
||				10. Footer
==================================================*/
footer{
	background: #eaeaea;
	padding: 20px 0px;
}
.copy{
	font-size: 14px;
	font-weight: 300;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}



.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #315189;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}


/*
.fb{
	background: #1976d2;
}
.twitter{
	background: #2CAAE1;
}
.google{
	background: #c62828;
}
.rss{
	background: #ff8f00;
}

.icon{
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 18px;
}
a .icon{
	color: #dadada;
}
*/
/*.social-icon{
	float: right;
}*/
/*
a .icon:hover{
	background: transparent;
}
a .fb:hover{
	color: #1976d2;
	border-color: #1976d2;
}
a .twitter:hover{
	color: #2CAAE1;
	border-color: #2CAAE1;
}
a .google:hover{
	color: #c62828;
	border-color: #c62828;
}
a .rss:hover{
	color: #ff8f00;
	border-color: #ff8f00;
}
*/
/*=================================================
||				11. Others
==================================================*/

/*Owl carousel*/
/*
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span{
	width: 20px;
	height: 8px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
}

.add .owl-prev:before
{
    content: url("../images/bleft.png");
}
.add .owl-next:before
{
    content: url("../images/bright.png");
}
.owl-next
{
	right: -90px;
}
.owl-prev
{
	left: -90px;
}
.add .owl-prev, .add .owl-next
{
	top: 25%;
}
.add-item{
	padding: 20px;
}
*/

/* Map new */
#map-canvas {
  	width: 100%; 
  	height: 400px;
	margin: 0;
	padding: 15px;
}


/*#####################
Additional Styles (required)
######################*/
#myCarouselGallery .thumbnail {
	margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control {
	color:#fff;
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}
.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}

@media (max-width: 960px){
	.nav>li{
		text-align: center;
	}
	.service-img{
		opacity: .2;
	}
	.fun-box{
		margin: 15px;
	}
	.quote{
		padding: 0 50px;
	}
	.portfolio .portfolio-item{
		margin: 15px;
	}
	.price-title, .price-list{
		text-align: center;
	}
	.options a{
		padding: 0 5px;
	}
	footer{
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	.navbar-default .navbar-brand{
		margin-left: 15px;
	}
		img.about-img {
	    width: 100%;
	    padding: 15px 15px 0px;
	}
	.quote{
		padding: 0 15px;
	}
} 
@media (max-width: 320px){
	
}