
body {
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
}

strong.logo {
	padding: 10px;
}

#header-logo {
	height: 120px;
}

#navbar-logo {
	margin-left: 0px !important;
	padding: 0px 15px !important;
	z-index: 1100 !important;
	position: relative;
}

#header2 {
	background-color: #000000;
	z-index: 1200;
}

#header-logo-responsive {
	height: 100px;
	padding: 8px 12px 8px 0;
	border: solid 8px #000;
	background: white;
}

#header-topBar {
	margin-top: 35px;
	/*height: 40px;*/
	background: #000;
	padding: 5px 0 5px 0;
	font-size: 1.15em;
	z-index: 500;	
	position: relative;
}

#header-topBar-container {
	padding-left: 315px !important;
	position: relative;
}

.header-topBar-item {
	color: #fff !important;
	margin-right: 20px;
}

.header-topBar-item a {
	text-decoration: none;
	color: #fff !important;
}

.header-topBar-item i {
	color: #B5312D !important;
	margin-right: 8px;
}

#header-social-list {
	display: inline-block;
	position: absolute;
	right: 7px;
}

#header-social-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header-social-list ul li:FIRST-CHILD {
	border-left: solid 0 #fff;
}

#header-social-list ul li {
	display: inline;
	padding-left: 12px;
	padding-right: 8px;
	border-left: solid 1px #fff;
}

#header-social-list ul li a {
	color: #fff;
}

#main-header-container {
	margin-top: -55px;
}

#main-menu {
	padding-top: 80px;
	z-index: 300;
	position: relative;
}

#menu-top {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-top li {
	display: inline;
	margin-right: 15px;
}

#menu-top li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.25em;
}

#menu-top-responsive {
	text-align: right;
}

#menu-top-responsive li a {
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
	color: #fff;
	font-weight: bold;
}

#menu-top-responsive li a:HOVER {
	color: #B5312D;
}

#menu-top-responsive li.active a {
	background-color: #000;
	color: #B5312D;
}

.responsive-menu-home {
	font-size: 22px;
}

h2.slide-title {
	line-height: 55px;
	margin-bottom: 8px !important;
	text-align: right;
	margin-top: -80px;
	z-index: 999;
	position: relative;
}

h2.slide-title a {
	text-decoration: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
	color: #fff;
	text-shadow: 3px 0 #000;
	text-transform: none !important;
	font-size: 1.1em;
}

h2.slide-title-sx {
	text-align: left;
	padding-left: 20px;
}

h2.slide-title-dx {
	padding-right: 20px;
}

.contextImg {
	margin-bottom: 15px;
}

.panel-group .panel {
    border-radius: 0 !important;
}

.panel-title a {
	text-decoration: none !important;
	color: #87B428 !important;
}

.box-container-simple-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.box-container-simple-list ul li a {
	text-decoration: none !important;
	color: #000 !important;
}

.gallery-item-row {
	padding-bottom: -2px !important;
} 

.gallery-item-col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.gallery-item-img {
	height: 70px;
	position: inherit;
	overflow: hidden;
}

.gallery-item-img a img {
	
}

#privacyModalButton {
	padding: 0;
}

.privacyModal-header h4 {
	font: 'Montserrat', sans-serif !important;
	color: #B5312D;
	font-size: 1.4em;
	font-weight: lighter;
	text-transform: uppercase;
}

.privacyModal-body {
	color: #898989 !important;
	text-align: justify !important;
}

.privacyModal-body p {
	color: #898989 !important;
	text-align: justify !important;
}

.privacy-note {
	color: #898989 !important;
}

.captcha-row {
	margin-bottom: 15px;
}

.privacy-radio-group {
	margin-bottom: 15px;
}

.privacy-radio-group label {
    display: block;
    font: 400 14px/14px 'Montserrat', sans-serif;
    color: #222;
    padding: 0;
    margin: 0 0 10px 0;
}

.privacy-label {
	float: left;
}

.text-privacy {
	float: left;
	margin: 0 8px 0 4px !important;
}

.button-form-contact {
	padding: 20px 54px !important;
	font: 700 16px 'Montserrat', sans-serif !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: 1px solid rgba(0,0,0,0) !important;
	background: #B5312D !important;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.button-form-contact:HOVER {
	border: 1px solid #000 !important;
	background: #fff !important;
	color: #000 !important;
}

.button-form-c {
	padding: 20px 54px !important;
	font: 700 16px 'Montserrat', sans-serif !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: 1px solid rgba(0,0,0,0) !important;
	background: #B5312D !important;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.button-form-c:HOVER {
	border: 1px solid #000 !important;
	background: #fff !important;
	color: #000 !important;
}



.disabled-btn {
	border-color: #000 !important;
	background-color: #e0e0e0 !important;
	color: #000 !important;
}

.disabled-btn:HOVER {
	border-color: #333 !important;
	background-color: #e0e0e0 !important;
	color: #000 !important;
}

.general-section {
	float: left;
	width: 100%;
	padding: 75px 0 75px 0;
}

.success-txt {
	color: #057C05 !important;
	font-weight: bold;
}

.warning-txt {
	color: #d2a90e !important;
}

.success-text {
	color: #B7D27E !important;
}

.warning-text {
	color: #d2a90e !important;
}

.login-page {
	padding: 75px 0 75px 0;
}

.form-group {
	margin: 0 0 20px 0 !important;
}

.login-page form input[type="text"], .register-section form input[type="text"], .blog-post-section form input[type="text"]{
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    font: 400 14px 'Open Sans', sans-serif;
    color: #777;
    margin: 0 0 2px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.login-page form select, .register-section form select, .blog-post-section form select {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    font: 400 14px 'Open Sans', sans-serif;
    color: #777;
    margin: 0 0 2px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.login-page form input[type="password"], .register-section form input[type="password"], .blog-post-section form input[type="password"] {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    font: 400 14px 'Open Sans', sans-serif;
    color: #777;
    margin: 0 0 2px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.login-page form input[type="submit"], .register-section form input[type="submit"], .blog-post-section form input[type="submit"] {
  	padding: 20px 54px !important;
	font: 700 16px 'Montserrat', sans-serif !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: 1px solid rgba(0,0,0,0) !important;
	background: #B5312D !important;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.login-page form input[type="submit"]:HOVER, .register-section form input[type="submit"]:HOVER, .blog-post-section form input[type="submit"]:HOVER {
   	border: 1px solid #000 !important;
	background: #fff !important;
	color: #000 !important;
}

.logi-page-link {
	padding-top: 25px;
}

.logi-page-link a {
	
}

.general-link {
	text-decoration: none;
	color: #B5312D;
}

.general-link:HOVER {
	text-decoration: none;
	color: #000;
}

.logi-page-link .lx-link {
	margin: 0 !imprtant;
	padding: 0 8px 0 0;
}

.logi-page-link .rx-link {
	margin: 0 !imprtant;
	padding: 0 0 0 9px;
	border-left: 1px #000 solid;
}

.pagination li.selected a {
	background-color: #B5312D !important;
}

.evNews-list-text-content {
	height: 158px;
	text-align: justify;
}

#user-tools {
	text-align: center;
	padding: 20px 0 20px 0;
}

#current-userArea-log {
	font-size: 1.7em;
	margin-bottom: 20px;
}

#user-tools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

#user-tools ul li {
	line-height: 40px;
}

.blog-small {
    padding: 75px 0 75px 0 !important;
}

.form-error-msg {
	color: #D92828;
}

.add-banner-section {
	float: left;
	width: 100%;
	padding: 45px 0 45px 0;
}

.add-banner-section .owl-buttons {
	display: block;
	text-align: center;
	font-size: 0;
	padding: 10px 0 10px 0;
}

.add-banner-section .owl-next {
	display: inline-block;
	width: 45px;
	height: 35px;
	margin: 0 0 0 5px;
}

.add-banner-section .owl-next:HOVER {
	background-color: #B5312D !important;
	color: #000 !important;
}

.add-banner-section .owl-next:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 18px;
	color: #777;
	line-height: 37px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}

.add-banner-section .owl-prev {
	display: inline-block;
	width: 45px;
	height: 35px;
	text-align: center;
}

.add-banner-section .owl-prev:before {
	content: "\f177";
	font-family: FontAwesome;
	font-size: 18px;
	color: #777;
	line-height: 37px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	background: #fff;
}

.add-banner-section .owl-next:hover:before {
	border: 1px solid #000;
	color: #000;
}

.add-banner-section .owl-prev:hover:before {
	border: 1px solid #000;
	color: #000;
}

.card-section-title {
	text-transform: uppercase; 
}

.card-section-status {
	text-transform: uppercase;
	float: right;
}

.card-panel-body {
	padding: 0 !important;
}

.no-margin-botton {
	margin-bottom: 0 !important;
}

.card-value {
	text-transform: uppercase;
}

.border-int-card {
	border-top: 2px solid #5C5C5C !important;
}

.ok-response {
	margin-top: 40px !important;
	text-align: center !important;
	color: green !important;
	font-size: 22px !important;
	text-transform: uppercase;
}

.ko-response {
	margin-top: 40px !important;
	text-align: center !important;
	color: #FE0000 !important;
	font-size: 22px !important;
	text-transform: uppercase;
}

.banner-img-div {
	max-height: 150px;
	max-width: 360px;
	overflow: hidden !important;
}

.homeBox-img-div {
	max-height: 263px !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

.gtranslate-div {
	padding-top: 11px;
	text-align: right;
}

.homeBox-p {
	height: 150px;
}

.user-area-return {
	display: block;
	margin-top: -20px !important;
}

.user-area-return a {
	text-decoration: none;
	color: #DF1111;
	font-style: italic;
	text-decoration: none !important;
}

.user-area-return a:HOVER {
	color: #fff;
}

#inner-banner {
	text-align: center !important;
}

#inner-banner h1 {
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
}

#tessera-detail-box {
	width: 100%;
	height: 348px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.border-success {
	border: solid 2px #35AA47;
}

.border-warning {
	border: solid 2px #FFA500;
}

.border-danger {
	border: solid 2px #CC1D1D;
}

#tessera-detail-box table {
	position: absolute; 
	bottom: 10px;
}

.int-card-table {
	bottom: 40px !important;
}

#tessera-detail-box table tr {
	border: 0px solid white;
}

#tessera-detail-box table tr td {
	border: 0px solid white;
	line-height: 7px;
}

.card-label {
	text-align: right;
}

.verify-card-p {
	text-transform: uppercase;
	text-align: center;
}

.verify-card-p span {
	font-size: 1.4em !important;
}

.verify-card-p span.info-message {
	font-size: 1.1em !important;
}

.search-result-list {
	margin: 0;
	padding: 0;
	list-style-type: none;ì
}

.search-result-list-label {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.margin-top-15 {
	margin-top: 15px;
}

.search-result-list-value {
	padding-left: 10px;
}

.no-result-search {
	text-transform: uppercase;
	font-size: 1.3em !important;
	text-align: center;
}

.img-home-container {
	height: 278px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}


.img-home-container img {
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 360px;
}

.img-newsEventi-container {
	height: 380px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}


.img-newsEventi-container img {
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 535px;
}

.homeBox-text-box h3 {
	height: 60px;
}

.footer-text-content {
	clear: both;
	color: #fff !important;
}

.footer-text-content p {
	color: #fff !important;
}

.verify-card-radio-div {
	background-color: #292929;
	width: 205px;
	padding: 1px 15px;
	opacity: 0.8;
    filter: alpha(opacity=80); 
}

.detail-row-page {
	margin-bottom: 15px;
}

.detail-row-page b {
	display: inline-block;
	margin-right: 15px;
}

.detail-row-page b i {
	color: #B5312D;
	margin-right: 4px !important;
}

.search-form .selector select {
    line-height: 38px;
    opacity: 100 !important;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.contact-page .captcha-row {
	margin-top: 20px !important;
}

select.ui-datepicker-year {
	height: 18px !important;
}

.col-slide img {
	border: solid 2px #000;
}

.col-slide-sx {
	padding-right: 2px !important;
}

.col-slide-rx {
	padding-left: 2px !important;
}

#gallery-home {
	margin-bottom: 50px;
}

.row-gallery {
	padding: 0 15px 0 15px !important;
}

.col-gallery {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.home-gallery-item {
	/*height: 260px;*/
	overflow: hidden;
}

.gallery-page-item {
	overflow: hidden;
}

.home-gallery-item img {
	width: 100%;
	height: auto;
}

.attivita-list-row {
	margin-bottom: 30px;
}

.attivita-list-item {
	height: 180px;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 500;
	margin-bottom: 25px;
	border: solid 4px #000;
}

.attivita-list-item a {
	margin: auto !important;
}

.attivita-list-item img {
	height: 100%;
	width: auto;
	position: relative;
	z-index: 100;
	margin: auto !important;
}

.attivita-list-item h3 {
	font-size: 1.1em;
	z-index: 800;
	margin-top: -46px;
	background-color: #B5312D;
	opacity: 0.8;
	padding: 4px 4px 8px 4px;
	text-align: center;
	height: 48px;
}

.attivita-list-item h3 a {
	text-decoration: none;
	color: #fff;
}

#main-page-menu {
	
}

#main-page-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-page-menu ul li {
	margin-bottom: 2px;	
}

#main-page-menu ul li a {
	padding: 6px 10px;
	background-color: #000;
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
	font-size: 1.35e;
	text-transform: uppercase;
	display: block;
}

#main-page-menu ul li a:HOVER{
	background-color: #333;
	color: #B5312D;
	/*transition-delay: 0.2s*/
}

#main-page-menu ul li a.selected {
	background-color: #B5312D;
	opacity: 0.8;
	color: #fff;
	/*transition-delay: 0.2s*/
}

.languages-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.languages-list li {
	display: inline;
	margin-right: 10px;
}

.languages-list li a img{
	height: 19px;
}

.attivita-form-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.footer-logo a img {
	height: 100px;
}

.main-page-form {
	background: #6D6D6D;
	padding: 0 20px 20px 20px;
}

.main-page-form label {
	color: #fff !important;
}

.mainPage-text-box {
	margin: 0 0 15px 0;
	text-align: justify;
}

#captcha-form-control {
	margin: 5px 0 5px 0 !important;
}

.homePage-news {
	padding: 40px 0 100px 0 !important;
}

.access-newsletter-home {
	padding: 25px 0 0 0;
}

.access-newsletter-home ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.access-newsletter-home ul li {
	display: inline;
	margin-right: 15px;
}

.access-newsletter-home ul li a {
	text-decoration: none;
	color: #fff;
}

.access-newsletter-home ul li a:HOVER {
	text-decoration: none;
	color: #B5312D;
}

.access-newsletter-home ul li a i {
	margin-right: 4px;
}

.access-newsletter-home-responsive {
	padding: 20px 0 20px 0;
}

.access-newsletter-home-responsive ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.access-newsletter-home-responsive ul li {
	display: inline;
	margin-right: 15px;
}

.access-newsletter-home-responsive ul li a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 1.3em;
}

.access-newsletter-home-responsive ul li a:HOVER {
	color: #B5312D !important;
}

.access-newsletter-home-responsive ul li a i {
	margin-right: 4px;
}

.panel-title a {
	color: #B5312D !important;
}

.box-container-simple-list ul li {
	margin: 4px 0 !important;
}

.categoria-attivita {
	margin: 0 0 10px 0 !important;
}

.categoria-attivita b i {
	color: #B5312D !important;
	margin-right: 6px;
}

.categoria-attivita b a {
	text-decoration: none;
	color: #777788 !important;
	float: right;
}

.categoria-attivita b a:HOVER {
	color: #B5312D !important;
}

.attivita-text-box {
	text-align: justify;
}

.avatar-box {
	text-align: center;
	margin-bottom: 15px;
}

.avatar-box img {
	width: auto !important;
	height: 80px  !important;
	display: inline-block !important;
	
}

.avatar-box-list {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	
}

.recensione-text-content {
	text-align: center;
}

.label-box {
	background-color: #B5312D;
	color: #fff;
	/*width: 120px;*/
	padding: 4px;
	text-align: center;
	z-index: 1100;
	position: relative;
	float: right;
	margin-bottom: -16px;
	margin-right: -8px;
	
	-webkit-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	-moz-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
}

.label-box a {
	text-decoration: none !important;
	color: #fff;
}

.label-box a:HOVER {
	color: #fff;
}

.label-box a:AFTER {
	color: #fff;
}

.label-box-mainPage {
	background-color: #B5312D;
	color: #fff;
	padding: 4px 8px;
	text-align: center;
	z-index: 1100;
	position: relative;
	float: right;
	margin-bottom: -16px;
	margin-right: -8px;
	clear: inherit;
	
	-webkit-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	-moz-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
}

#responsive-LanguageSelector {
	padding: 25px 0 15px 0;
}

#banner-responsive {
	margin-top: 135px !important;
}

h2.banner-responsive-title {
	line-height: 55px;
	text-align: right;
	text-align: center;
	background-color: #B5312D;
	padding: 15px 0;
	
	-webkit-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	-moz-box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
	box-shadow: -3px 3px 5px 1px rgba(179,172,179,0.85);
}

h2.banner-responsive-title a {
	text-decoration: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif !important;
	color: #fff;
	text-shadow: 3px 0 #000;
	text-transform: none !important;
	font-size: 1.50em;
}

.top-banner-responsive {
	margin-bottom: 25px !important;
}

.homePage-spot {
	padding-top: 50px;
	text-align: center;
}

.homePage-spot h3 {
	font-weight: bolder;
	text-transform: uppercase;
}

.page-breadcrumb {
	list-style-type: none;
	margin: 0;
	padding: 0 0 25px 0;
}

.page-breadcrumb li {
	display: inline;
}

.page-breadcrumb li a {
	text-decoration: none;
	color: #B5312D;
	font-weight: bold;
	text-transform: uppercase;
}

.page-breadcrumb li span {
	text-decoration: none;
	color: #6D6D6D;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.main-page-mainLink {
	display: inline-block;
	float: right;
	text-align: right;
}

.main-page-mainLink a {
	text-decoration: none !important;
	color: #BC4542;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.main-page-mainLink a:HOVER {
	color: #BC4542;
}

.main-page-swichLink {
	display: inline-block;
	float: right;
	text-align: right;
	border: none !important;
}

.main-page-swichLink li a {
	padding: 0 0 0 15px !important;
	margin: 0 !important;
	border: none !important;
	text-decoration: none !important;
	color: #BC4542;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.main-page-swichLink a:HOVER {
	color: #BC4542;
}

.owl-nav {
	text-align: center;
}

h3.homeBoxRelated-title {
	font: 700 36px/36px 'Montserrat', sans-serif;
	color: #222;
	margin: 60px 0 15px 0;
	text-transform: uppercase;
	position: relative;
}

.newsletterGroup-checkboxList input {
	width: auto;
	float: left;
	margin-right: 10px !important;
}

.newsletterGroup-checkboxList label {
	width: auto;
	text-transform: uppercase;
	font-weight: normal;
}

.LanguageSelector-header2 {
	padding-top: 15px; 
}

#add-review-home {
	text-align: center;
	font-style: italic;
}
.frame.contextImg
{
	position: relative;
}
.fancybox-media .play-button
{
	width: 60px !important;
	height: 60px !important;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50%  - 30px);
	transform: unset;
	z-index: 1000;
}

a.see-more-btn
{
	color: #fff;
	font-size: 20px;
	background-color: #B5312D;
	padding: 5px 25px;
	display: inline-block;
	margin-top: 15px;
}
a.see-more-btn:hover
{
	color: #fff;
	text-decoration: none;
}
#gallery-list-pagination .summary
{
	display: none;
}
#gallery-list-pagination .pager
{
	width: 100%;
	float: left;
	text-align: center;
}
#gallery-list-pagination .pager ul li.selected a
{
	color: #fff;
}
#gallery-list-pagination .pager ul li a
{
	border-color: #B5312D;
	color: #B5312D;
	margin: 0 3px;
	transition-duration: 0.3s;
}
#gallery-list-pagination .pager ul li a:hover
{
	background-color: #B5312D;
	color: #fff;
}
.text-box.homeBox-text-box
{
	padding: 25px 15px !important;
}
.campers-theme .homePage-news.blog-post-section .post-box .text-box .btn-row
{
	margin-top: -2px !important;
}
.collapse-text-review
{
	display: none;
}
.recensione-text-content .see-more-btn.review-btn
{
	font-size: 16px;
	margin-bottom: 15px;
}
#collapse-boxGallery .panel-body
{
	height: 450px;
	overflow-y: scroll;
}