html {
	position: relative;
	min-height: 100%;
}
body {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
}

.spacer {
	content: " ";
}

.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6, .page-header .h1, .page-header .h2, .page-header .h3, .page-header .h4, .page-header .h5, .page-header .h6 {
	/*font-family: 'Montserrat Subrayada', sans-serif;*/
	font-family: 'Oswald', sans-serif;
}
.page-header {
	border-bottom: 0;
	/*margin: 0;*/
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
}

.card {
	padding: 0 25px;
}

.dotted-line {
	border-top: 1px dotted black;
}

.card-selected-press {
	background-color: #eee;
	border-radius: 5px;
		-moz-border-radius: 5px; /* firefox */
		-webkit-border-radius: 5px; /* safari, chrome */
}
/*.card-selected-press > h4 {
	font-weight: bold;
}*/

.gallery-ctrl {
	cursor: pointer;
	color:#999;
}
.gallery-ctrl:hover {
	color: #000;
}

/* MODIFICHE A BOOTSTRAP */
.container {
	/*width: 1170px;*/
}
a, a:active, a:hover, a:visited {
	color: #000;
	font-weight: bold;
}
.navbar-default {
	border-bottom: 0px;
		box-shadow: none;
}
.navbar-nav > li {
	font-size: 16px;
}
.dropdown-menu {
	font-size: 16px;
	min-width: 80px;
}
@media(min-width:768px) {
	.navbar-nav > li {
		font-size: 12px;
	}
	.dropdown-menu {
		font-size: 14px;
	}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
}
.navbar-nav > li > a {
	line-height: 20px;
}
.navbar-default {
	/*background-image: linear-gradient(to bottom, #f8f8f8 0px, #f8f8f8 100%);*/
	background-image: linear-gradient(to bottom, #fff 0px, #fff 100%);
}
.page-header {
	padding-left: 30px;
}
@media(max-width: 768px){
	
}
@media(max-width: 992px){
	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.slideshow-btn {
	text-align: left;
	font-size: 12px;
}

.slideshow-btn a, .slideshow-btn a:hover, .slideshow-btn a:active, .slideshow-btn a:link, .slideshow-btn a:visited {
	font-weight: normal;
}

.cycle-slideshow {
	height: 300px;
}

@media(min-width:768px) {
	.cycle-slideshow {
		height: 550px;
	}
}

/* Override pagination style */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #000;
    border-color: #000;
}

.pagination>li>a, .pagination>li>span {
	color: #000;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #000;
}

.submenu-container {
	margin-bottom: 20px;
}

.submenu-container .submenu-item {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px;
	margin-left: 20px;
}
.submenu-container .submenu-item:first-child {
	margin-left: 0;
}
.submenu-container .submenu-item-active {
	font-weight: bold;
}

.video-item {
	margin-bottom: 20px;
}

.navbar .nav-logo-img {
	padding: 0 0 5px 8px;
}
@media(min-width:992px) {
	.navbar .nav-logo-img {
		padding: 0 0 5px 14px;
	}
}
@media(min-width:768px) {
	
}
