@charset "UTF-8";
/* CSS Document */
body, html {
	font-family: 'Raleway', sans-serif;
}
strong{
	font-weight: 800;
}
p{
	color: #616161;
	font-size: 15px;
}
a:hover{
	text-decoration: none;
}
h1{
	font-weight: 800;
}
.glyphicon{
	font-size: 17px;
}
.bg-blu{
	background: #2091bf;
	color: #fff;
}
.btn-secondary{
	background: rgba(255,255,255,0.00);
	color: rgba(255,255,255,1.00);
	transition: all 0.3s;
}
.dropdown-menu{
	right: 0;
	left: auto;
	box-shadow: none;
	border-radius: 0;
	margin: 5px 0 0;
	border: 1px solid #2091bf;
}
.dropdown-menu li a {
	float: none;
}
.btn-secondary:hover, .btn-secondary:focus{
	color: rgba(255,255,255,1);
}
.bg-blu a .glyphicon, .bg-blu a{
	color:rgba(255,255,255,1);
	opacity: 0.7;
	margin: 6px 12px;
	transition: all 0.3s;
}.bg-blu a .glyphicon:hover, .bg-blu a:hover{
	color:rgba(255,255,255,1);
	opacity: 1;
	margin: 6px 12px;
}
.bg-pattern{
	background: url(../img/pattern.png);
	padding: 20px 0;
	color: #fff;
}
.navbar-brand{
	height: auto;
	padding: 15px 0;
}
.navbar-default{
	background: #fff;
	border-radius: 0;
	border-bottom: 8px solid #e7e7e7;
}
.navbar-default .navbar-nav li a{
	background: #fff;
	transition: all 0.3s;
	font-weight: 600;
	font-size: 16px;
	color: auto;
	border: 1px solid rgba(0,0,0,0.00);
}
.navbar-toggle{
	margin-top: 70px;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active{
	background: #e7e7e7;
}
.navbar{
	margin-bottom: 0;
}
.carousel-caption{
	text-align: right;
	text-shadow: none;
	padding-bottom: 0px;
}
.carousel-caption p, .screen{
	display: none;
}
.carousel-caption h2{
	font-size: 25px;
}
.btn-primary{
	background: rgba(255,255,255,0.36);
	color: #323232;
	border: 3px solid #fff;
	border-radius: 0;
	transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus{
	background: rgba(255,255,255,1.00);
	border: 3px solid #fff;
	color: #323232;
}
.color-red{
	color: #bd252b;
}
.color-blu{
	color: #2091bf;
}
.carousel-inner > .item > img{
	width: 100%;
}
.font-28{
	font-size: 28px;
}
.bg-grey{
	background: #e7e7e7;
}
.bg-grey p{
	margin-top: 20px;
}
.btn-success{
	background: #2091bf;
	border: 2px solid #2091bf;
	border-radius: 0;
	color: auto;
	transition: all 0.3s;
}
.btn-success:hover, .btn-success:focus, .btn-success:active:hover{
	background: transparent;
	border: 2px solid #2091bf;
	border-radius: 0;
	transition: all 0.3s;
	color: #2091bf;
}
.text-right{
	text-align: center;
}
.border-grey{
	border: 1px solid #e7e7e7;
	border-bottom:6px solid #2091bf;
	margin-bottom: 45px;
	margin-left: 20px;
	margin-right: 20px;
}
.border-grey img{
	width: 100%;
}
.border-grey hr{
	margin-bottom: 0;
}
.border-grey p{
	color: #2091bf;
	background: rgba(0,0,0,0.00);
	margin: 0;
	padding-bottom: 10px;
	transition: all 0.3s;
}
.border-grey p:hover, .border-grey a:hover{
	background: #e7e7e7;
	color: #333;
}
#bg-cta{
	background: url(../img/slide-cta.jpg) no-repeat;
	background-size: cover;
	padding-top: 30px;
}
.bg-img{
	padding: 50px 0;
	height: 300px;
}
#bg-cta p{
	color: #fff;
}
.bg-img .border-right{
	border-right-color: #fff;
}
/* Parallax Section */
#bg-wegabat{
	background: #dedede;
	background-size: cover;
	background-attachment: fixed;
}
#bg-contatti{
	background: url(../img/parallax-contatti.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.parallax {
	color: #333;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #333;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column {
	margin: 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*.border-blu{
	border-top: 4px solid #2091bf;
	margin: 0;
}*/
footer .glyphicon, .bg-img .glyphicon{
	background-color: #2091bf;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
}
footer{
	border-top: 3px solid #333;
}
.menu-top a, .menu-top img, .menu-top span{
	float: left;
}
.btn-secondary span{
	float: none;
}
.pad-5{
	padding-top: 5px;
}
.pad-10{
	padding-top: 5px;
	padding-bottom: 10px;
}
.pad-20{
	padding: 20px;
}
.float-left{
	float: left;
	display: table;
	padding-left: 10px;
	padding-right: 10px;
}
table{
	width: 100%;
}
table thead{
	background-color: #2091bf;
	color: #fff;
	font-weight: 700;
}
table tbody td{
	border-bottom: 1px solid #dedede;
}
td{
	padding: 5px 10px;
}
tbody tr:hover{
	background-color: #dedede;
}
.scrolltotop {
    position:fixed;
	right:2.5%;
	bottom:100px;
    display:none;
    opacity:0.7;
	background: #eee;
	font-size: 16px;
	text-align:center;
	padding:25px;
	color:#000;
	text-decoration:none;
	z-index: 999;
}
.scrolltotop a{
	color:#000;
	text-decoration:none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.navbar-default .navbar-nav li a{
	margin-top: 70px;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active{
	background: #fff;
	color: #2091bf;
	border: 1px solid #e7e7e7;
}
	.navbar-nav li{
		margin: 0;
	}
	.text-right{
		text-align: right;
	}
	.border-right{
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.carousel-caption{
	padding-bottom: 70px;
	right: 15%;
}
.carousel-caption p{
	font-size: 18px;
	color: #fff;
	display: block;
}
	.screen{
		display: block;
	}
.carousel-caption h2{
	font-size: 34px;
}
	.btn-lg-screen {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.navbar-brand{
	padding:15px 35px ;
}
	.navbar-right{
		padding-right: 35px;
	}
/* Parallax Section */
	
.parallax {
	text-align: right;
	padding-right: 200px;
	padding-top: 5px;
}
#bg-cta{
	padding-top: 100px;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#bg-wegabat{
	background: url(../img/slide-wegabat.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
	.parallax_description {
	text-align: right;
	padding-right: 200px;
	padding-left: 0;
	width: 45%;
}
}

@media only screen and (min-width: 954px) {
	.navbar-nav li{
		margin: 0 20px;
	}
}
