/* ==================================================
   GENERAL
================================================== */
body{
	background: url('/temi/Default/images/bg_wood.jpg') repeat fixed;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	font-size: 15px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}



/* ==================================================
   TOPINFO
================================================== */
.topbar {
    width: 100%;
    height: 35px;
    position: relative;
    z-index: 200;
	 color: #464545;
	 font-size: 14px;
    padding-top: 5px;
}
@media (max-width: 768px) {
	.topbar {
	    height: 100%;
	}
}





/* ==================================================
   TRASFORMAZIONI 2D
================================================== */
.rotazione{
	-ms-transform: rotate(-25deg); /* IE 9 */
	-webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
	transform: rotate(-25deg);
}





/* ==================================================
   INTRO
================================================== */
#intro {
    background: url('/temi/Default/images/bg_wood.jpg') repeat fixed;
    height: 550px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 768px) {
	#intro {
		height: 450px;
	}
}
#intro h1 {
    font-size: 65px;
    letter-spacing: -4px;
    line-height: 80px;
    text-align: center;
    text-shadow: 1px 1px 1px #787777;
    filter: dropshadow(color=#787777, offx=1, offy=1);
    padding-top: 70px;
    margin: 0 auto;
    z-index: 100;
    width: 100%;
}
@media (max-width: 768px) {
	#intro h1 {
	    font-size: 35px;
	    line-height: 50px;
	    padding-top: 30px;
	}
}
#intro h2 {
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
    text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 768px) {
	#intro h2 {
	    font-size: 18px;
	    line-height: 30px;
	}
}




/* ==================================================
   FONTS
================================================== */
.font-custom{
	font-family: 'Gravitas One', cursive;
}
.font-xxl{
	font-size: 33px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Gravitas One', cursive;
}
h2{
	color: #015eab;
	font-size: 22px;
}
h3{
	font-size: 20px;
}
.breadcrumb {
    font-size: 12px;
}


/* EFFETTO LINEE AI LATI DEL TESTO */
.h-custom-headline.accent {
    overflow: hidden;
}
.h-custom-headline.accent span {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
    background: #015EAB;
}
.h-custom-headline.accent span:before, .h-custom-headline.accent span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 9999px;
    display: block;
    margin-top: -1px;
    background: #015EAB;
}
.h-custom-headline.accent span:before {
    right: 100%;
    margin-right: 0.5em;
}
.h-custom-headline.accent span:after {
    left: 100%;
    margin-left: 0.5em;
}
/* EFFETTO LINEE AI LATI DEL TESTO */





.shadow-tb{
    -webkit-box-shadow: 0px 0px 7px 0px #818181;
    -moz-box-shadow: 0px 0px 7px 0px #818181;
    box-shadow: 0px 0px 7px 0px #818181;
}
p.text-justify{
	text-align: justify;
	line-height: 35px;
}




/* ==================================================
   MARGIN & PADDING
================================================== */
.centered{
	margin: 0 auto;
}
.padding30{
	padding: 0px 30px 0px 30px;
}
.padding20{
	padding: 20px;
}
.padding-tb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-t-20{
	padding-top: 20px;
}
.padding-b-20{
	padding-bottom: 20px;
}
.padding-t-40{
	padding-top: 40px;
}
.paddingB50{
	padding-bottom: 50px;
}
a{
	color: #015eab;
}
.margin-t-70{
	margin-top: 70px;
}
.margin-l-100{
	margin-left: 100px;
}
.margin-r-100{
	margin-right: 100px;
}
.margin-b-20{
	margin-bottom: 20px;
}
.marginT20{
	margin-top: 20px;
}
.marginT50{
	margin-top: 50px;
}
@media (max-width: 768px) {
	.marginT50{
		margin-top: 20px;
	}
}
.marginB20{
	margin-bottom: 20px;
}
.marginB50{
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.marginB50{
		margin-bottom: 20px;
	}
}
.text-white{
	color: #fff;
}
.text-blue{
	color: #015eab;
}
.text-black{
	color: #1A2F40;
}
.text-gray{
	color: #bdc3c7;
}
.text-beage{
	color: #582e1f;	
}
.link-white a{
	color: #fff;
}
.link-white a:hover{
	color: #000;
}





/* ==================================================
   COLORS
================================================== */
.bg-black{
	background: #1A2F40;
	height: auto;
}
.bg-white{
	background: #fff;
}
.bg-white07{
	background: #fff;
	opacity: 0.7;
}
.bg-white02{
	background: rgba(255,255,255,0.2);
}
.bg-grey{
	background: #fbfcf7;
}
.bg-grey05{
	background: rgba(2, 2, 2, 0.5);
}
.bg-blue{
	background: #073C63;
}
.bg-turquoise{
	background: #1abc9c;
}
.bg-alizarin{
	background: #e74c3c;
}
.bg-emerald{
	background: #2ecc71;
}
.bg-amethyst{
	background: #9b59b6;
}
.bg-pumpkin{
	background: #d35400;
}
.bg-asbestos{
	background: #7f8c8d;
}
.bg-belizehole{
	background: #2980b9;
}
.bg-beage{
	background: #f9ede5;
}
.triangle_bg_bottom {
    background: url(/temi/Default/images/triangle_bg_bottom2.png) repeat-x;
    /*background-color: #fff;*/
	top: -13px;
    width: 100%;
    height: 13px;
    position: relative;
    z-index: 400;
}
.triangle_bg_bottom-2{
    background: url(/temi/Default/images/triangle_bg_bottom3.png) repeat-x;
    /*background-color: #fff;*/
    width: 100%;
    height: 13px;
    position: relative;
    z-index: 400;
}





.icon-service{
	width: 120px;
	height: 120px;
}
.icon-service .fa{
	position: relative;
	top: 30px;
}

.img-circle{
	border: 0px solid #015eab;
}
.img-thumbnail{
	border-radius: 0;
}
img.bordered:hover{
	border: 1px solid #015eab;
}
.borderBlu{
	border: 1px solid #015eab;
}
.border-beage{
	border: 2px solid #3A1B00;
}

.label-primary{
	border-radius: 0;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	width: auto;
	background: #073C63;
}
@media (max-width: 768px) {
	.label-primary{
		font-size: 20px;
	}
}
.label-custom{
	border-radius: 0;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	width: auto;
	background: #015eab;
}
@media (max-width: 768px) {
	.label-custom{
		font-size: 20px;
	}
}
.label-success{
	font-weight: 400;
	border-radius: 0;
	font-size: 16px;	
}
iframe{
	width: 100%;
}
.btn, .btn-primary, .btn-lg{
	border-radius: 0px;
	border: none;
	background: #015eab;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #3a1b00;
    border-color: #3a1b00;
}
.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0px;
	border: none;	
}
.hr-white{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 0px solid #fff;
}
.list-group-item{
	margin-top: 3px;
}
.banner{
	height: 200px;
	background: url(/temi/Default/images/banner-home.jpg) no-repeat;
	padding-top: 50px;
	line-height: 35px;
}







/* ==================================================
   NAV
================================================== */
.sticky-menu {
	position: fixed;
	top: 0;
	height: 45px;
	z-index: 500;
	margin: 0 auto;
	width: 100%;
	opacity: 1;
}
.sticky-menu nav{
	background: #073C63 !important;
}
@media (max-width: 768px) {
	.sticky-menu nav{
		background: #f2f2f2 !important;
	}
}
.sticky-menu nav li a{
	color: #fff !important;
}
@media (max-width: 768px) {
	.sticky-menu nav li a{
		color: #073C63 !important;
	}
}
.navbar-wrapper{
	padding: 0px 0px 0px 0px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-white{
	background: #fff;
	border: 0;
}
.navbar-brand{
	height: 100%;
}
@media (max-width: 768px) {
	.navbar-brand{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	.navbar-brand img{
		display: inline-block;
	}
}
.masthead-nav{
	padding-right: 0px;
	padding-top: 0px;
}
@media (max-width: 768px) {
	.masthead-nav{
		margin: 0 auto;
		width: 100%;
		display: inline-block;
	}
}
@media (max-width: 992px) {
	.masthead-nav{
		padding-right: 0px;
	}
}
.masthead-nav > li {
  display: inline-block;
}
@media (max-width: 768px) {
	.masthead-nav > li {
		margin: 0 auto;
		width: 100%;
		display: block;
		text-align: center;
		margin-left: 0px;
	}
}
.masthead-nav > li + li {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 768px) {
	.masthead-nav > li + li {
		margin-left: 0px;
	}
}
.masthead-nav > li > a {
  padding-right: 35px;
  padding-left: 35px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #015EAB; /* IE8 proofing */
  border: 0px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  color: #fff;
  background: #015eab;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  background: #015eab;
}
@media (max-width: 768px) {
	.masthead-nav > .active > a {
		background-color: #ecf0f1;
		color: #000;
		border-color: transparent;
	}
}
.navbar-toggle .icon-bar{
	background: #015eab;
	position: relative;
	top: 5px;
}
@media (max-width: 768px) {
	.navbar-toggle{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		display: inline-block;
		border: 1px solid #015eab;
	}
}





/* ==================================================
   BOTTONI HOVER.CSS
================================================== */
.hvr-sweep-to-right:before{
	background: #015eab !important;
}




/* ==================================================
   CAROUSEL
================================================== */
.owl-theme .owl-controls .owl-page span{
	background: #073C63 !important;
}




/* ==================================================
   FOOTER
================================================== */
@media (max-width: 992px){
	footer h3, footer h4, footer p{
		text-align: center;
	}
}





/* ==================================================
   PRODOTTI E MASONRY
================================================== */
.prodotto{
	margin-left: 55px;
	margin-top: 25px;
	border-top: 3px solid #015EAB;
	background: #FBFCF7;
}
@media (max-width: 768px){
	.prodotto{
		display: block;
		max-width: 500px;
		margin-left: 0px;
		margin: 0 auto;
	}
}
.prodotto h3 {
	font-size: 18px;
}
.prodotto p {
	font-size: 13px;
	line-height: 25px;
}
