::-moz-selection {
	background: #e1e1e1;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

a {
	color: #006227;
	text-decoration: none;
}

a, a:hover, a:active, a:focus {
	outline: medium none;
	text-decoration: none;
}

a:hover, a:focus {
	color: darkgray;
}

h1, .h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #006227;
	font-size: 40px;
	text-transform: none;
}

h2, .h2, h2 a {
	font-family: 'Montserrat', sans-serif;
	color: darkgray;
	text-transform: none;
	line-height: 125%;
	margin-bottom: 20px;
}

h3, h4, h5, h3 a, h4 a {
	color: #006227;
	font-family: 'Montserrat', sans-serif;
}

h3 {font-size: 28px;}

h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus {
	text-decoration: none;
	color: #333;
}

h2.inline-title, h3.inline-title, h4.inline-title { display: inline; color: black;  color: balck; font-size: 20px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {text-align: left;}

p {
    font-family: sans-serif;
}

.chromeframe {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0.2em 0;
	padding: 1em 0;
	background-color: #ccc;
	color: #000;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

.chromeframe a {
	font-size: 110%;
	color: #FF4500;
	font-weight: bold;
	text-decoration: underline;
}

.chromeframe a:hover {
	color: #FF8C00;
}

body {
	background-color: #FFFFFF;
	color: #5a5a5a;
	overflow-x: hidden;
	text-rendering: optimizelegibility;
}

/***** Logo *****/
#header-container, #header-top-bar {
	width: 100%;
	padding: 0;
	margin: 0;
}
#header-container {
	background-color: #fff;
}
#header-container .container {
	padding-left: 0;
	padding-right: 0;
}
#header-container .row {
	margin-left: 0;
	margin-right: 0;
}
#header-container #logo {
	position: relative;
	height: 100px;
	margin: 0;
}
#header-container #logo img {
    display: inline;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#header-top-bar {
    background-color: #f3f3f3;
    padding-top: 4px;
    position: relative;
    top: 0;
}
#header-top-bar a {
    color: #777;
}
#header-top-bar i {
    color: #006227;
    padding-right: 0;
}
#header-top-bar #header-contact ul {padding-top: 3px;}
#header-top-bar #header-contact a {font-size: 12px;}
#header-top-bar #header-social ul {
    float: right;
    padding-top: 4px;
}
#header-top-bar #header-social a {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
#header-top-bar #header-social a i {
    color: #777;
    font-size: 15px;
    font-weight: bold;
}
#header-top-bar  a:hover,
#header-top-bar #header-social a:hover i {
    color: #006227;
}
#header-top-bar .social-icon {display: none;}
#header-contact a:hover {color: #006227;}

#header-top-bar .mod-languages img {
    box-shadow: none !important;
}

@media (max-width: 767px) {
    #header-top-bar #header-social ul {
        float: left;
    }
}
@media (max-width: 991px) {
    #header-top-bar {
	    padding-top: 4px;
    }

    #header-top-bar #header-social a {
        margin-right: 0;
    }

    .mod-languages img {
        box-shadow: none !important;
    }

    #header-container #logo #link-logo-normal {display: none;}
    #header-container #logo #link-logo-black {display: block;}
}
@media (min-width: 992px) {
    #header-top-bar {
	    position: absolute;
    	left: 0;
    	top: 0;
    	z-index: 20;
    }

	#header-container {
	    position: absolute;
    	left: 0;
    	top: 40px;
    	z-index: 20;
    }

	#header-container,
	#header-container #logo img,
	#header-container #main-menu,
	#header-container .mod-languages {
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	#header-container #logo img {height: 85px;}

	#header-container.scrolling {
    	position: fixed;
    	top: 0;
    	z-index: 20;
		background-color: rgba(255, 255, 255, 1);
    	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	#header-container.scrolling #logo {height: 64px;}
	#header-container.scrolling #logo img {height: 50px;}

    #header-container #logo #link-logo-normal {display: block;}
    #header-container #logo #link-logo-black {display: none;}
    #header-container.scrolling #logo #link-logo-normal {
        display: none;
    }
    #header-container.scrolling #logo #link-logo-black {
        display: block;
    }
}

@media (max-width: 767px) {
	#header-container {padding: 1px 0;}
	#header-container #logo {
		height: 80px;
		margin-top: 3px;
	}
	#header-container #logo img {height: 60px;}

	h1, .h1 {font-size: 24px}

	h2, .h2 {font-size: 22px}

	h3, .h3 {font-size: 20px}

	h4, .h4 {font-size: 16px}
}

@media (max-width: 400px) {
	#header-container #logo {
		height: 70px;
		margin-top: 3px;
	}
	#header-container #logo img {height: 50px;}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header-container {padding: 1px 0;}
	#header-container #logo {
		height: 85px;
		margin-top: 3px;
	}
	#header-container #logo img {height: 70px;}

	h1, .h1 {font-size: 26px}

	h2, .h2 {font-size: 23px}

	h3, .h3 {font-size: 20px}

	h4, .h4 {font-size: 17px}
}

@media (min-width: 992px) and (max-width: 1199px) {
	h1, .h1 {font-size: 31px}

	h2, .h2 {font-size: 25px}

	h3, .h3 {font-size: 22px}

	h4, .h4 {font-size: 19px}
}

/** translate **/

.mod-languages {
	margin: 0;
	float: right;
}

.mod-languages a {
	color: lightgray;
	font-size: 17px;
	padding: 0 6px;
	text-transform: lowercase;
	font-weight: bold;
}

.mod-languages a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.mod-languages .lang-active a {color: black;}

.mod-languages img {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .mod-languages ul li:first-child a {
        margin-right: 5px;
    }
}

/***** Module Search *****/
.element-invisible { /* to remove search written */
	border: 0 none;
	height: 1px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none
}

#header-top-right {
	margin-top: 0;
}

#header-top-right .search {
	text-align: right;
}

#header-top-right .search input[type="text"] {
	border: 1px solid #DCDCDC;
	color: #696969;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 3px 10px;
	vertical-align: middle;
	font-size: 16px;
	width: 180px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset, 0 -1px 1px rgba(0, 0, 0, 0.1);
}

#header-top-right .search input[type="text"]:hover {
	border: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.7);
}

#header-top-right .search input[type="text"]:focus {
	border-color: rgba(82,168,236,0.8);
	background-color: rgba(255, 255, 255, 0.8);
	outline: 0 none;
	-webkit-box-shadow: 0 0 5px #5F9EA0;
	-moz-box-shadow: 0 0 5px #5F9EA0;
	box-shadow: 0 0 5px #5F9EA0;
}

/***** Search Page *****/
.search { line-height: normal; }

.search .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	height: 31px
}
.search .btn:hover {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.search .icon-search {
	background: url("../images/search.png") no-repeat scroll 50% 50%;
	height: 22px;
	width: 22px;
	display: inline-block;
}

.search label {
	font-size: 14px;
	font-weight: normal;
}

.search .result-title, .search .searchintro {
	font-size: 28px;
	color: #fd5434;
	text-decoration: underline;
	margin: 10px 0
}

.search .result-title a { color: #FF4500; }

.search .result-title a:hover { color: #A9A9A9; }

.search .badge {
	font-size: 25px;
	background-color: #FF4500
}

.search .chzn-container { vertical-align: middle; }

.search .chzn-container-single .chzn-single { line-height: 23px }

/***** Slideshow *****/
#slideshow-container {
	background-color: #fff;
	position: relative;
	min-height: 100px;
	margin-top: 138px;
}

#slideshow-only-background {
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: auto;
    height: 400px;
}
#slideshow-only-background::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/spattern.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#slideshow-only-background.background-lavori-realizzati {background-image: url("../images/backgrounds/lavori-realizzati.jpg");}
#slideshow-only-background.background-about-us {background-image: url("../images/backgrounds/about-us.jpg");}

@media (max-width: 767px) {
	#slideshow-container {min-height: 50px;}

	#slideshow-only-background {height: 300px;}
}

@media (max-width: 991px) {
	#slideshow-container {margin-top: 0;}
}

@media (min-width: 768px) and (max-width: 991px) {
	#slideshow-only-background {height: 350px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#slideshow-only-background {height: 400px;}
}

#slideshow-bottom {
	padding: 10px 0;
}

/***** Top information *****/
#topinfo-container {
	padding: 30px 0;
}

@media (max-width: 767px) {
	#topinfo-container {padding: 20px 0;}
}

@media (max-width: 991px) {
	#topinfo-container {margin-bottom: 0;}
}

/***** Main *****/
#main-container {
	padding: 0;
}

#main-container h1 {
	margin: 0 0 10px;
}

#main-container ul {
	list-style: square outside none;
}

#main-container h2 a, #main-container h3 a {
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

.separator-center {
	color: #dfdfdf;
	background-color: #bebebe;
	height: 2px;
	width: 120px;
	margin: 30px auto 35px;
	border: none;
}

#main-container img {
	margin: 20px 0px;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#main-container a img {
	margin: 0;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-ms-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}

#main-container a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.presentation-image {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.presentation-image figcaption {
    background-attachment: scroll;
    background-color: rgba(59, 88, 126, 0.8);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.presentation-image figcaption .hover-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
    -o-transform: translate(-50%, -50%); /* Opera */
}
.presentation-image figcaption .hover-content a {
    color: #333;
    margin-right: 3.5px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.presentation-image figcaption .hover-content a:hover {
    color: #006227;
}
.presentation-image figcaption .hover-content .icon-block {
    background-attachment: scroll;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    height: 3em;
    line-height: 3.3em;
    text-align: center;
    width: 3em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.presentation-image figcaption .hover-content .icon-block .fa {
    color: #333;
    padding: 0;
}
.presentation-image figcaption .hover-content .icon-block:hover .fa {
    color: #006227;
}
.presentation-image:hover figcaption {
    margin: 0.5em;
    opacity: 1;
}

.hover-image-effect img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hover-image-effect:hover img {
    transform: rotate(-3deg) scale(1.2);
    -ms-transform: rotate(-3deg) scale(1.2); /* IE 9 */
    -moz-transform: rotate(-3deg) scale(1.2); /* Firefox */
    -webkit-transform: rotate(-3deg) scale(1.2); /* Safari and Chrome */
    -o-transform: rotate(-3deg) scale(1.2); /* Opera */
}

/***** Article *****/
#mainarticle {
	margin: 100px 0 40px;
	text-align: justify;
}

#mainarticle h3 {
	margin-top: 40px;
	font-weight: bold;
	position: relative;
	margin-bottom: 12px;
}

#mainarticle h4 {
	color: #555;
	font-size: 22px;
	font-weight: bold;
	margin-top: 6px;
}

#mainarticle .article-image {
	margin: 5px 20px 10px 0;
}

#mainarticle .item-page ul {
	margin: 25px 0;
}

#mainarticle .list-group-item {
	border: none;
	padding-left: 0;
	padding-right: 0;
}

#mainarticle .intro-second-list {margin-top: 40px;}

@media (max-width: 991px) {
	#mainarticle {margin: 70px 0 10px;}

	#mainarticle h3 { margin-top: 30px; }
}

@media (min-width: 992px) {
	#mainarticle {
		font-size: 16px;
		line-height: 1.5em
	}
}

/***** Intro article *****/

.introarticle {
    position: relative;
    margin: 50px auto;
    text-align: center;
}
.header-intro {
    color: #7f7e7e;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.header-homepage {font-size: 50px;}

.subheader-intro {
    color: #006227;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.text-intro {
    text-align: center;
}

.text-intro::after {
    background: #dfdfdf;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
    width: 115px;
}
.welcomebox {
    background-color: #f7f7f7;
    color: #111;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    padding: 40px;
    margin-bottom: 30px;
}
#underarticle-readmore {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.btn {
    border-radius: 0;
    letter-spacing: 2px;
}
.btn-main {
    color: #fff;
    background-color: #006227;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0.8em 1.5em 0.7em;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-main:hover, .btn-main:focus {
    background-color: #333;
    color: #fff;
}
.btn-main i {
    color: #fff;
}

#main-container .span-title {color: #006227;}

@media (max-width: 767px) {
    .header-intro {
        font-size: 35px;
        margin-top: 60px;
    }

    .header-homepage {font-size: 35px}

    .subheader-intro {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-intro {
        font-size: 40px;
        margin-top: 70px;
    }

    .header-homepage {font-size: 45px}

    .subheader-intro {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .text-intro {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .introarticle {
        margin: 30px auto;
    }

    .welcomebox {
        font-size: 14px;
        line-height: 1.6em;
        padding: 30px 35px;
    }

    #underarticle-readmore {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .btn-main {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .introarticle {
        margin: 40px auto;
    }

    .welcomebox {
        line-height: 1.7em;
        padding: 35px;
    }
}

/***** Product Pages *****/

.product-page { margin-bottom: 100px }

.product-page h3 {
    font-size: 20px;
    line-height: 28px
}

.img-product-page {
    position: relative;
    float: right;
    margin: 0 0 30px 40px;
}

.brochure {
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
}

.img-product-page img { margin: 0 !important }

@media (max-width: 1200px) {
    .img-product-page img { width: 300px }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-product-page img { width: 250px }

    .img-product-page { margin: 0 0 20px 30px }
}

@media (max-width: 767px) {
    .product-page h3 { font-size: 18px }

    .img-product-page {
        text-align: center;
        margin: 0 0 20px;
        float: none;
    }
}

/***** bottomainarticle *****/

#bottomainarticle-container {padding-bottom: 20px;}

@media (max-width: 767px) {
    #bottomainarticle-container {margin-top: 20px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    #bottomainarticle-container {margin-top: 40px;}
}

/***** bottomain *****/
#bottomain-container {
	position: relative;
	margin: 0 0 100px;
}

/***** bottominformation *****/
#bottominformation-container {
    background-color: #f8f8f8;
	padding: 70px 0 110px;
}

@media (max-width: 767px) {
    #bottominformation-container {
        padding: 0 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #bottominformation-container {
        padding: 0 0 50px;
    }
}

/***** extrabottominformation *****/
#extrabottominformation-container {
	background-color: #f7f7f7;
	padding: 50px 0;
}

/***** Lateral block *****/
#side-container {margin: 65px 0 40px}

.giweather .giw-copyright {display: none;}

@media (max-width: 991px) {
	#side-container {margin: 40px 0 30px}
}

/***** Footer *****/
#footer-container {
	background-color: #1a1a1a;
	color: #929292;
	position: relative;
}

#footer-content {
    padding: 3em 0 4em;
}

#footer-container h3 {
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-style: normal;
	margin-bottom: 30px;
}

#footer-container h4, #footer-container h4 a {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	margin-top: 27px;
	margin-bottom: 20px;
}

#footer-container h3, #footer-container h4 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	padding-bottom: 15px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

#footer-container h3::after, #footer-container h4::after {
    background-color: #006227;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 75px;
}

#footer-container a, #footer-container span {
	color: #fff;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

#footer-container .footer-contact-address ul {padding-left: 0;}

#footer-container .footer-contact-address li {
	line-height: 2em;
	list-style: none;
}

#footer-container .footer-contact-address a, #footer-container .footer-contact-address span {
	color: #929292;
}

#footer-container .footer-contact-address a:hover {
	color: #fff;
}

#footer-container a:hover, #footer-container a:focus, #footer-container a:active {
	color: #006227;
}

#footer-intro p {
	text-align: left;
}

#footer-socials {
    margin-top: 3em
}

#footer-socials ul li .icon-block {
    background: none;
    border: 1px solid #4d4d4d;
    font-size: 17px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer-socials ul li .icon-block .fa {
    padding-right: 0;
}
#footer-socials ul li:hover .icon-block .fa {
    color: #fff;
}
#footer-socials ul li:last-child {
    margin-right: 0;
}
#footer-socials ul li:hover .icon-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
#footer-socials ul li:hover .icon-tripadvisor {
    background-color: #589442;
    border-color: #589442;
}
#footer-socials ul li:hover .icon-twitter {
    background-color: #2ba9e1;
    border-color: #2ba9e1;
}
#footer-socials ul li:hover .icon-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
}
#footer-socials ul li:hover .icon-youtube {
    background-color: #ec1c24;
    border-color: #ec1c24;
}

#footer-container .social-icon { display: none; }

.fa {
	color: #006227;
	padding-right: 5px
}

#footer-container .social-icon { display: none; }

#footer-contact .list-inline a:hover .fa {
	color: #fff;
}

.shareaholic-share-buttons-container { z-index: 10 !important }

#footer-container .TA_certificateOfExcellence {margin: 25px 0 20px 0}
#footer-container .TA_certificateOfExcellence li {list-style: none;}

#footer-container .shareaholic-canvas { margin-top: 5px; }

#footer-container #bottommenu ul {
    padding: 0;
}

#footer-container #bottommenu ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    position: absolute;
    top: 6px;
    left: 0;
}

#footer-container #bottommenu ul li {
	padding: 1px 0
}
#footer-container #bottommenu ul li.active a {
	color: #929292;
}

#footer-container #bottommenu ul a {
    color: #006227;
    padding: 5px 0 5px 15px
}

#footer-container #bottommenu ul a:hover,
#footer-container #bottommenu ul a:focus {
    color: #fff;
    background: none;
}

@media (max-width: 991px) {
	#footer-intro p { padding-left: 0 }
}

#footer-container #copyright-info {
    background-color: #333;
    padding: 15px 0;
    position: relative;
}
#footer-container #copyright-info #copyright-block p {
    color: #929292;
    margin-bottom: 0;
}

#footer-container #copyright-info #extra-link ul {
    margin-bottom: 0;
    text-align: right;
}
#footer-container #copyright-info #extra-link ul li {
    display: inline-block;
    margin-right: 14px;
    list-style: none;
}
#footer-container #copyright-info #extra-link ul li:last-child {
    margin-right: 0;
}
#footer-container #copyright-info #copyright-block a, #footer-container #copyright-info #extra-link ul li a {
    color: #929292;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer-container #copyright-info #copyright-block a:hover,
#footer-container #copyright-info #extra-link ul li a:hover,
#footer-container #copyright-info #extra-link ul li a:focus {
    color: #006227;
    background-color: none;
}

@media (max-width: 767px) {
    #footer-container h4, #footer-container h4 a {
        margin-top: 40px;
    }

    #footer-container #copyright-info #copyright-block p {
        margin-bottom: 7px;
        margin-top: 7px;
        text-align: center;
    }

    #footer-container #copyright-info #extra-link ul {
        margin-bottom: 7px;
        margin-top: 15px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer-container .TA_certificateOfExcellence {margin-top: 98px}
}
@media (min-width: 992px) {
    #footer-container .TA_certificateOfExcellence {margin-top: 72px}
}

/***** Contact page *****/

.contact-block #textcontact ul {
	padding-left: 0;
}

.contact-block #textcontact li {
	line-height: 2em;
	list-style: none;
}

.contact-block #textcontact a {
    color: #7a7a7a;
    font-weight: bold;
}

.contact-block #textcontact a:hover {
    color: #006227;
}

textarea { resize: vertical; }

.contact-block {
	margin-bottom: 60px;
	padding: 0 10px
}

.contact-block h2 {
	margin-bottom: 30px;
	text-align: center;
}

.contact-form legend {
	padding-left: 10%;
	font-size: 14px;
	text-align: right;
	border: none;
	margin: 0
}

.contact-form .star {
	color: red
}

.contact-form label {
	margin: 0;
	font-weight: normal;
}

.contact-block .list-inline a:hover .fa {color: darkgray;}

.form-horizontal .control-label { text-align: left !important; } /* to avoid a problem with IE8 */

.contact-form input, .contact-form textarea {
	padding: 3px 2px 3px 8px;
	border: 1px solid darkgray;
	margin: 5px 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: border 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s;
	-ms-transition: border 0.2s linear 0s;
	transition: border 0.2s linear 0s;
}

.contact-form input {
	width: 100%;
    height: 45px;
}

.contact-form textarea {
	width: 100%;
	height: 250px
}

.contact-form input:hover, .contact-form textarea:hover {
	border: 2px solid lightgray;
	background-color: rgba(255, 255, 255, 0.7);
}

.contact-form input:focus, .contact-form textarea:focus {
	border: 2px solid dimgray;
	background-color: rgba(255, 255, 255, 0.8);
	outline: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-form .form-actions {
	margin: 0 auto;
	text-align: center;
}

.contact-form button {
	margin-top: 50px;
}

.contact-form .btn {
	font-size: 16px;
}

#system-message-container #system-message {
	margin-bottom: 3em;
}

#system-message-container .alert {
	margin: 0 0 60px;
}

#system-message-container .alert p {
	margin: .5em;
}

#system-message-container .alert-error {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #eb0000;
	text-shadow: 1px 1px 1px #FFFFFF
}

#system-message-container .alert-message {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8;
	color: #3c763d;
	text-shadow: 1px 1px 1px #FFFFFF
}

#system-message-container .alert-message .alert-heading {
	color: #124c13;
	font-size: 105%;
}

#jform_contact_email_copy, .contact-form fieldset {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#jform_contact_email_copy {
	width: auto;
    height: auto;
}

.hasTooltip { display: inline-block !important; } /* to avoid a problem with mootools-more and bootstrap3 */

.contact-form #jform_contact_privacy {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	vertical-align: middle;
}

.contact-form #jform_contact_privacy_info {
	font-style: italic;
	line-height: 1.3em;
	font-size: 14px;
}

.contact-form input.invalid,
.contact-form textarea.invalid,
.contact-form select.invalid,
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

#mainarticle .contact-block h2 {
	color: #006227;
	font-size: 30px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.contact-block {margin-bottom: 30px;}
	.contact-block h2 {margin-top: 40px;}
	.contact-block h2 {margin-bottom: 20px;}
}

/***** Breadcrumb *****/
#breadcrumb-box {
	float: left;
	width: 100%;
	height: 20px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	margin: 8px 0 0 0;
	font-size: 13px;
	color: darkgray;
}

#breadcrumb-box .breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#breadcrumb-box .breadcrumb li {
	float: left;
	padding: 0 2px
}

#breadcrumb-box .breadcrumb a { display: inline-block; }

#breadcrumb-box .breadcrumb span.divider { padding-left: 6px }

#breadcrumb-box .breadcrumb span.divider img { margin-bottom: 3px }


#bando-regionale {
    margin-top: 2rem;
}

#bando-regionale,
#bando-regionale h5 {
    text-align: center;
}

#bando-regionale h5 {
    text-transform: uppercase;
}

#bando-regionale img {
    margin: 0 auto;
}


/***** Bootstrap override *****/
.container-fluid {padding: 0 !important;}

.list-group, .img-thumbnail, .thumbnail {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.img-thumbnail {border: none;}

.thumbnail {
	background-color: transparent;
	border: none
}

blockquote {
	font-size: 16px;
	line-height: 21px;
	font-variant: small-caps;
	margin: 50px 0 20px
}
