/* @override http://192.168.0.63/themenos/css/style.css */
/* @override http://192.168.0.63/themenos/css/style.css */

@import url(bootstrap-theme.min.css);

@font-face {
	font-family: 'VistaSansLight';
	src: url('../fonts/VistaSanLig.eot');
	src: local('☺'), url('../fonts/VistaSanLig.woff') format('woff'), url('../fonts/VistaSanLig.ttf') format('truetype'), url('../fonts/VistaSanLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:focus {
	outline: 0 none;
}

@charset "UTF-8";
body {
	color: #5a5a5a;
	font-family: "VistaSansLight", "Open Sans Condensed","Helvetica Neue",sans-serif;
	font-size: 14px;
}

body > .container a {
	color: #68635c;
}
body > .container a:hover {
	text-decoration: none;
	color: #827e73;
}
/****** Regole per la slide in homepage ******/
html, body.index {
	height: 100%;
}
.carousel, .carousel .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
body.index .menu_container {
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100%;
	z-index: 1;
}
body.index .menu_container .navbar-default {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	border: 0 none;
}

body.index .navbar-collapse.collapsing,
body.index .navbar-collapse.collapse.in {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
h1, .h1 {
  font-size: 32px;
}
/******/

.header {	
	/*background: url("../images/logo_texture.png") no-repeat scroll left bottom #b8b1a2;*/
	background-color: #FFF;
	padding-bottom: 70px;
	padding-top: 40px;
	
}
.centrato {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}
.more_top {
	margin-top: 20px;
}
.more_top h2 {
	font-size: 22px;
}
/*
.more_top p {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
*/
.menu_container {
	border-bottom: 1px solid #d7d0c7;
	margin-bottom: 30px;
}

.menu_container .navbar {
	margin-bottom: -1px;
}

.navbar {
	border-radius: 0;
}

.navbar-brand {
	margin-bottom: 8px;
	margin-top: 10px;
	padding: 0 15px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -19px;
	/******* 05-02-2018  ********/
	/**** LOGO CENTRATO ****/
	width: calc(100% - 80px);
	text-align: center;
}
.horizontal-menu
{
	text-align: center;
	color: gray;
	text-transform: uppercase;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.horizontal-menu a {
	color: gray;
}
.horizontal-menu a:hover {
	text-decoration: none;
	color: #ee3c2b;
}
.horizontal-menu .current
{
	color: #ee3c2b;
}

.thumb {
	display: inline-block;
	height: 176px;
	width: 275px;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thumb2 {
	width: 20%;
	height: auto;
	padding: 3px;
}

/* @group Overlayer thumbs */
.thumb.video:after, .thumb.picture:after {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.0);
	display: block;
	font-family: 'Glyphicons Halflings';
	font-size: 60px;
	height: 100%;
	line-height: 150px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s;
}
.thumb.video:after {
	content: "\e059";
}
.thumb.picture:after {
	content: "\e060";
}
.thumb.video:hover:after, .thumb.picture:hover:after {
	opacity: 0;
}

.thumb-150 {
	display: inline-block;
	width: 300px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

.thumb-100 {
	display: inline-block;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}

.thumb-responsive {
	margin-top: 2px;
	margin-left: 2px;
	width: calc(100% / 3 - 2px);
	height: 260px;
}

/* Schermi grandi */
@media (min-width: 768px) {
.thumb-responsive {
	width: calc(100% / 3 - 2px);
	height: 260px;
}
}

/* Schermi medi */
@media (max-width: 1024px){
.thumb-responsive {
	width: calc(100% / 2 - 2px);
	height: 220px;
}
}

/* Schermi piccoli */
@media screen and (max-width: 480px) {
.thumb-responsive {
	width: calc(100% / 1 - 2px);
	height: 260px;
}
}
/* @end */

table.valign_middle > tbody > tr > td {
	vertical-align: middle;
}

.underline{
	border-bottom: 1px solid silver;
}

.black {
	/*background-color: #b8b1a2;*/
	background-color: #dedad0;
	color: #7e7e7e;
}
.black > .container a {
	color: #827e73;
}
.black a:hover {
	text-decoration: none;
	color: #68635c;
}
.logo_footer {
	background: url("../images/logo_footer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 150px;
	height: 164px;
	display: block;
	position: absolute;
	z-index: 1;
	float: left;
	top: -14px;
}	
footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .sooca {
	margin-left: 190px;
}
footer p {
	line-height: 18px;
	font-size: 80%;
	padding-bottom: 4px;
}
footer a {
	color: white;
}
footer a:hover {
	color: gray;
	text-decoration: none;
}

/* @group Footer in basso */
@media (min-width: 768px) {
	html {
		height: 100%;
	}
	body {
		min-height:100%;
		position:relative;
	}
	body > .container {
		/* padding: 10px; */
		/* padding-bottom: 150px; */ /* Height of the footer element */
	}
	body > footer {
		width: 100%;
		height: 150px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width: 767px){
	.logo_footer{
		display: none;
	}
	footer .sooca{
		margin-left: 0;
	}
}
/* @end */

/* @group Bottoni */
.button_black {
	background-color: white;
	color: #333;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	margin-left: 2px;
	font-size: 16px;
	text-align: center;
	line-height: 23px;
}
.rounded_left{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.rounded_right{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.button_black a {
	color: #FFF;
}
/* @end */

/* @group Scritta Themenos */
body.index .navbar-brand img {
	/* display:none; */
}

body.index .navbar-brand:after {
	/*content: "Themenos";*/
	/* line-height: 46px; */
}
/* @end */

/* @group Altezza elementi menu */
.navbar-brand {
	height: 85px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-bottom: 17px;
		padding-top: 17px;
	}

	.navbar-brand {
		height: 85px;
	}
}
/* @end */

/* @group Padding bootstrap */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* @end */

/* @group Video responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%; //rapporto 16:9
	/*padding-bottom: 75%; //rapporto 4:3 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* @end */

.archivio_news {
  list-style: none outside none;
  padding: 0;
}

@media screen and (max-width: 480px) {
.header {
	padding-bottom: 0px;
	padding-top: 0px;

}	
.header img {
	padding: 25px;
}
}

.og-grid  {
	padding: 0 0 20px;
}
.og-grid li {
	margin-top: 0;
}
.row-collaboratori .og-grid-img {
	height: 150px;
	width: 150px;
	overflow: hidden;
}

.row-collaboratori .og-grid-img img {
	transition: all 0.5s;
}

.row-collaboratori .og-grid-img:hover img {
	height: 170px;
	width: 170px;
	margin: -10px 0 0 -10px;
}
.news-testo {
	padding-right: 15%;
}

.navbar-default {
	background-image: none;
	box-shadow: none;
	background-color: #fff;
	border: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-image: none;
	box-shadow: none;
	background-color: #fff;
	color: #C60B2B;
}

ul.no-margin {
	padding-left: 15px;
}

/* Modifichiamo il background della gallery **/
.mfp-bg {
	background: #FFF;
	opacity: 1;
}
.mfp-figure:after {
	box-shadow: none;
}
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 19px solid #3f3f3f;
}
.mfp-arrow::before, .mfp-arrow .mfp-b {
    border-top-width: 18px;
    border-bottom-width: 18px;
    opacity: 0.7;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 27px;
}
.mfp-arrow::after, .mfp-arrow .mfp-a {
    border-top-width: 16px;
    border-bottom-width: 16px;
    top: 2px;
}
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
    border-left: 19px solid #3f3f3f;
}
.mfp-arrow::before, .mfp-arrow .mfp-b {
    border-top-width: 18px;
    border-bottom-width: 18px;
    opacity: 0.7;
}


.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {

    border-left: 17px solid white;
    margin-left: 35px;

}
.mfp-arrow::after, .mfp-arrow .mfp-a {
    border-top-width: 16px;
    border-bottom-width: 16px;
    top: 2px;
}

.fcontatti h5 {
	margin-top: 0;
}

/* https://stackoverflow.com/questions/22462142/how-to-keep-bootstrap-3-navbar-as-collapsed-for-all-screen-sizes */

.navbar-header {
	float: none;
}
.navbar-left,.navbar-right {
/*	float: none !important; */
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-nav {
	float: none !important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in{
	display:block !important;
}


/* google maps black and white */
/* https://coderwall.com/p/ehis_g/google-maps-iframe-in-black-and-white */
.black-white, .google-maps {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* https://stackoverflow.com/questions/29732159/is-left-aligning-the-button-of-a-twitter-bootstrap-navbar-possible */

.navbar-toggle.navbar-left {
  float: left;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.fascia-titolo {
	background: rgba(0,0,0,0.5);
	width: 100%;
	display: block;
	margin-top: calc(50% - 80px);
	height: 40px;
	color: #fff;
	line-height: 39px;
	opacity: 0;
	transition: opacity 0.5s ease;
	overflow: hidden;
}

.thumb:hover .fascia-titolo {
	background: rgba(0,0,0,0.5);
	width: 100%;
	display: block;
	margin-top: calc(50% - 80px);
	height: 40px;
	color: #fff;
	line-height: 39px;
	opacity: 1;
}

.menu-language {
	margin-top: 16px;
}

.text-justify {
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

/* Schermi grandi */
@media (min-width: 768px) {
.heigth-min-100 {
	min-height: 460px;
}
}
/* @end */