@CHARSET "UTF-8";


@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'merriweather_sansregular';
    src: url('../fonts/merriweathersans-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansbookitalic';
    src: url('../fonts/merriweathersans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansbook';
    src: url('../fonts/merriweathersans-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansitalic';
    src: url('../fonts/merriweathersans-italic-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansXBdIt';
    src: url('../fonts/merriweathersans-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansextrabold';
    src: url('../fonts/merriweathersans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansbold_italic';
    src: url('../fonts/merriweathersans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'merriweather_sansbold';
    src: url('../fonts/merriweathersans-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweathersans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







body{
	font-family: 'merriweather_sansregular', sans-serif;
	color: #353130;
}

a {
    color: #8f8881;
}
a:hover {
    color: #8f8881;
}


#gc-header-row {
    background-color: #353130;
    padding-bottom: 40px;
}
.gc-header-logo {
	text-align: center;
	margin:20px 0px 40px 0px;
}
.gc-header-logo img {
	margin:0px auto;
}


.gc-menu-mobile {
	height:100%;
}

.navbar {
	border: 0px;
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
}
#navbar_top .navbar-collapse {
	text-align: center;
	margin-right: -15px !important;
    margin-left: -15px !important;
    padding: 0px;
}
#navbar_top .container-fluid {
	padding:0px !important;
}
.navbar {
	height:58px;
}
.navbar-nav {
	display:none;
}
.navbar-nav>li{
	
}
#navbar_top.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    padding-bottom: 20px;
    color: #b8afa6;
}
#navbar_top.navbar-default .navbar-nav>li>a:hover, #navbar_top.navbar-default .navbar-nav>li>a.menu_active {
	background: url(../images/menu_active.png) no-repeat center bottom;
}


.menu-english {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index:10000;
}
.menu-english img {
	width:100%;
	height:100%;
	border:0;
}
.menu-english a {
	text-decoration: none;
}




#gc-slide-row {
	position:relative;
	height: 800px;
}
#gc-slide-row .gc-over-text {
	position:absolute;
	top:10%;
	left:10%;
	width:80%;
	height: 80%;
	background-color: rgba(3,3,3,0.6);
	text-align: center;
	padding:100px 120px;
}
#gc-slide-row .gc-over-text .gc-title-slider-box hr {
	height:6px;
	background-color:#fff;
	width:10%;
	margin:0px auto;
}
#gc-slide-row .gc-over-text .gc-title-slider-box h2 {
    margin:50px auto;
    font-size: 76px;
    line-height: 100px;
    font-family: 'merriweather_sansbook';
    color: #fff;
}
#gc-slide-row .gc-over-text .gc-title-slider-box p {
    margin:20px auto;
    font-size: 36px;
    line-height: 50px;
    font-family: 'merriweather_sansbook';
    color: #fff;
}
#gc-slide-row .gc-slide-top {
	height: 100%;
    padding: 0;
}
.gc-carousel-box {
	height:100%;
}
/* .gc-active-title{
	display: inline-block !important;
} */


.carousel-inner {
	height: 100% !important;
	position: absolute !important;
}
.carousel-indicators {
	display:none;
}
.carousel-inner>.item {
	height:100%;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 100%;
}





#gc-container-center {
	position:relative;
	background-color: #b8afa6;
}









#gc-content-center-offset {
	background-color: #343434;
}

#gc-content-center {
	min-height:600px;
	padding:0;
}


#gc-content-center .gc-content-box1, #gc-content-center .gc-content-box2 {
	height: 480px;
}
#gc-content-center .gc-content-box1 .text-content {
	height: 100%;
	padding: 50px 50px;
	background-color: #e3e2e0;
	text-align: center;
}
#gc-content-center .gc-content-box1 .text-content h3 {
	margin: 10px auto 0px;
    font-size: 46px;
    line-height: 70px;
    color: #333;
    font-family: 'merriweather_sansbook';
}
#gc-content-center .gc-content-box1 .text-content p {
	margin:0px auto;
    font-size: 20px;
    line-height: 34px;
    color:#353130;
    font-family: 'merriweather_sansbook';
}
#gc-content-center .gc-content-box1 .text-content p a.gc-internal-link2, #gc-content-center .gc-content-box2 .text-content p a.gc-internal-link2 {
	display:block;
	padding-right: 50px;
	font-size:22px;
	color:#8a8076;
    font-family: 'merriweather_sansbook';
    background: url(../images/freccia_dx_2.png) no-repeat right center;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
}
#gc-content-center .gc-content-box1 .text-content p a.gc-internal-link2:hover, #gc-content-center .gc-content-box2 .text-content p a.gc-internal-link2:hover {
	text-decoration: none;
}
#gc-content-center .gc-content-box1 .text-content hr, #gc-content-center .gc-content-box2 .text-content hr {
	height:6px;
	background-color:#b8afa6;
	width:110px;
	margin:0px auto;
	border: 0;
}
#gc-content-center .gc-content-box1 .image-content {
	height:100%;
	overflow:hidden;
	padding:0;
}
#gc-content-center .gc-content-box1 .image-content img {
	width:auto;
	height:100%;
}


#gc-content-center .gc-content-box2 .text-content {
	height: 100%;
	padding: 50px 50px;
	background-color: #353130;
	text-align: center;
}
#gc-content-center .gc-content-box2 .text-content h3 {
	margin: 10px auto 40px;
    font-size: 46px;
    line-height: 70px;
    color: #fefefe;
    font-family: 'merriweather_sansbook';
}
#gc-content-center .gc-content-box2 .text-content p {
	margin:20px auto;
    font-size: 20px;
    line-height: 34px;
    color:#fefefe;
    font-family: 'merriweather_sansbook';
}
#gc-content-center .gc-content-box2 .image-content {
	height:100%;
	overflow:hidden;
	padding:0;
}
#gc-content-center .gc-content-box2 .image-content img {
	width:auto;
	height:100%;
	float:right;
}

#gc-content-center .gc-content-box2 .text-content p a.gc-internal-link {
	display:block;
	width:60%;
	padding-right: 50px;
	font-size:26px;
	color:#fefefe;
    font-family: 'merriweather_sansbook';
    background: url(../images/freccia_dx_2.png) no-repeat right center;
    margin-left: 20%;
    line-height: 60px;
    text-align: right;
}

#gc-content-center .gc-content-box1 .map-content {
	height:100%;
	padding:0;
}
#gc-content-center .gc-content-box1 .map-content iframe {
	width:100%;
	height:100%;
}


#gc-content-center .gc-content-box1 .text-content p a.gc-mail-link {
	color:#8f8881;
}
#gc-content-center .gc-content-box1 .text-content p a.gc-fb-link {
	color:#8f8881;
	padding-right:50px;
	line-height: 56px;
	background: url(../images/logo_fb.png) no-repeat right center;
	height: 56px !important;
    display: inline-block;
    margin-top:15px;
}




#gc-elenco-news{
	margin-top: 100px;
	margin-bottom: 100px;
}
#gc-elenco-news .sez-content1{
	margin: 20px auto;
    font-size: 20px;
    line-height: 34px;
    color: #353130;
    font-family: 'merriweather_sansbook';
    text-align: center;
}
#gc-elenco-news a.gc-internal-link2{
    display: block;
    padding-right: 50px;
    font-size: 22px;
    color: #8a8076;
    font-family: 'merriweather_sansbook';
    background: url(../images/freccia_dx_2.png) no-repeat right center;
    line-height: 50px;
    text-align: right;
    margin-top: 20px;
}
#gc-dettaglio-news{
	min-height: 500px;
}
#gc-dettaglio-news a.gc-fb-link{
	color: #8f8881;
    padding-left: 35px;
    line-height: 56px;
    background: url(../images/logo_fb.png) no-repeat left;
    background-size: 20%;
    height: 56px !important;
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
}
#gc-dettaglio-news-back a.gc-internal-link3{
    display: block;
    padding-left: 50px;
    font-size: 22px;
    color: #8a8076;
    font-family: 'merriweather_sansbook';
    background: url(../images/freccia_sx_2.png) no-repeat left;
    line-height: 50px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 50px;
}




.gc-content-box {
	background-color: #e3e2e0;
}
.gc-content-box h1 {
	margin: 80px auto 40px auto;
    text-align: center;
    font-size: 46px;
    color: #333;
    font-family: 'merriweather_sansbook';
}
.gc-content-box p {
	margin: 20px auto;
    font-size: 20px;
    line-height: 34px;
    color: #353130;
    font-family: 'merriweather_sansbook';
    text-align: center;
}
.gc-content-box a.link1 {
	font-size: 34px;
	font-family: 'merriweather_sansbold';
	color:#945252;
}
.gc-content-box img {
	width:100%;
}
.gc-content-box .map-content {
	height:500px;
	padding:0;
	margin-top:50px;
	margin-bottom:80px;
}
.gc-content-box .map-content iframe {
	width:100%;
	height:100%;
}





#gc-content-center .gc-gallery-content {
	padding-left: 15px;
    margin-top: 50px;
    width: 100%;
    float: left;
}
#gc-content-center .gc-gallery-content .gc-gallery-item-box {
	position: relative;
	margin-bottom: 80px;
}
.gc-gallery-item-box img.ante {
	width:100%;
}
.gc-gallery-item-box span.title {
	display: block;
    line-height: 30px;
    height:60px;
    width:100%;
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    text-align: center;
    background-color: #ddd;
    position:absolute;
    bottom:-60px;
    left:0;
    transition: background-color 0.2s ease-in-out;
}
.gc-gallery-item-box .overbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(200,200,200,0.6);
	text-align: center;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.2s linear;
}
.gc-gallery-item-box .overbox span {
	display: inline-block;
    margin: 20% auto 0 auto;
    padding-right: 40px;
    background: url(../images/zoom_ico3.png) no-repeat right center;
    font-size: 18px;
    font-family: 'open_sansbold', sans-serif;
    line-height: 36px;
}
.gc-content-box .gc-gallery-item-box:hover {
	cursor:pointer;
}
.gc-content-box .gc-gallery-item-box:hover .overbox {
	visibility: visible;
  	opacity: 1;
}

#gc-content-center .gc-gallery-content .gc-gallery-custom {
	display: inline-block;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 50px;
}
#gc-content-center .gc-gallery-content .gc-gallery-custom img {
	width:44%;
	margin:0 2.6%;
}
#gc-content-center .gc-video-content {
	margin: 60px 0px 30px 0px;
	text-align: center;
}
#gc-content-center .gc-video-content iframe {
	margin: 0px auto;
	width: 800px;
	height: 450px;
}

#gc-gallery-pagine{
	margin-bottom: 200px;
}
#gc-gallery-pagine .gc-image-box{
	margin-bottom: 30px;
}











p.gc-info-contacts {
	margin-top: 80px;
	float: left;
    width: 100%;
}
p.gc-info-contacts span.title {
	color:#777;
	font-family: 'open_sansbold', sans-serif;
    line-height: 30px;
    font-size: 22px;
    margin:0;
}
p.gc-info-contacts span.content {
	color:#777;
	font-family: 'open_sansregular', sans-serif;
    line-height: 24px;
    font-size: 16px;
}
p.gc-info-contacts a {
	color: #945252;
	font-family: 'open_sansregular', sans-serif;
	display: block;
    font-size: 28px;
    line-height: 50px;
    margin: 10px 0px;
}


.gc-map-iframe {
	margin-top:40px;
}
.gc-map-iframe iframe {
	width:100%;
	height:500px;
}




#gc-footer-row {
	background-color: #353130;
	text-align: center;
	color: #b8afa6;
	padding: 40px 0px 80px 0px;
	font-size:14px;
	font-family: 'merriweather_sansbook';
}
#gc-footer-row .logo_caravatti {
	display:block;
	margin:20px auto 80px auto;
}
#gc-footer-row > div > span {
	display: inline-block;
    margin: 0px 30px;
}
#gc-footer-row a {
	display: inline-block;
    margin: 0px 30px;
    color:#b8afa6;
}
.gc-global-logo {
	position:relative;
	margin-right: 40px;
}
.gc-global-logo img {
	position:absolute;
	right: -36px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
}







a.gc-content-link {
	display: inline-block;
	font-family: 'open_sansbold', sans-serif;
    float: right;
    font-size: 18px;
    padding-right: 56px;
    color: #555;
    line-height: 46px;
    height: 46px;
    background: url(../images/arrow_right_ico.png) no-repeat right center;
    margin-top: 30px;
}
a.gc-content-link:hover {
	text-decoration: none;
}
a.gc-content-download {
	display: inline-block;
	font-family: 'open_sansbold', sans-serif;
    float: right;
    font-size: 18px;
    padding-right: 56px;
    color: #555;
    line-height: 46px;
    height: 46px;
    background: url(../images/arrow_down_ico.png) no-repeat right center;
}
a.gc-content-download:hover {
	text-decoration: none;
}




.modcontatti-box {
	width: 100%;
	height: 500px;
	padding: 0px;
	margin:0;
}
.modcontatti-box .info-row {
	height: 28px;
	margin-top: 10.5px;
	text-align: left;
}
.modcontatti-box .info-text {
	margin-top: 20px;
	height: 190px;
	text-align: left;
}
.modcontatti-box .info-rowinfo {
	text-align: left;
}
.modcontatti-box span.title {
	font-size:15px;
	color:#5a5454;
	display: block;
	height: 20px;
	margin-bottom: 20px;
}
.modcontatti-box span.label {
	font-size: 12px;
	color: #666;
	width: 90px;
	line-height: 28px;
	padding-left: 10px;
	display: block;
	float: left;
	text-align: right;
}
.modcontatti-box input[type=text] {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	width: 380px;
}
.modcontatti-box textarea {
	width: 861px !important;
	height: 120px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}
.modcontatti-box input[type=checkbox] {
	float: left;
	margin-top: 5px;
}
.modcontatti-box span.button {
	display: block;
	float: left;
	height: 26px;
	background-color: #404040;
	color: #fff;
	font-size: 12px;
	width: 100px;
	text-align: center;
	line-height: 26px;
	margin: 6px 0px 0px 4px;
	cursor: pointer;
}
.modcontatti-box span.info-privacy {
	font-size: 9px;
	display: block;
	float: left;
	width: 240px;
	margin: 5px 0px 0px 2px;
}




div.gc-modulo-info {
	margin-top:80px;
}






img.image-zoom {
	cursor:pointer;
}


#gc-modal-box {
	z-index: 30;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	border:2px solid #333;
	position:fixed;
	top:50%;
	left:50%;
	min-width:100px;
	min-height:100px;
	max-height:95%;
	max-width:95%;
	background-color: #fff;
	display:none;
	padding:10px;
	overflow:hidden;
}





.gc-image-box{
	margin-bottom: 10px;	
}

.gc-image-box img{
	padding: 2px;
    border: 1px solid #ccc;
}












@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }









#banner_adv_ck {
	position:fixed;
	bottom:0px;
	left:0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding:15px 40px 30px 40px;
  	width:100%;
  	color:#fff;
  	background-color: #333;
  	font-size:12px;
  	font-family:Arial, sans-serif;
  	line-height: 16px;
  	z-index:1000;
}
#banner_adv_ck a {
	color:#fff;
}
#banner_adv_ck span.bnd_close {
	position:absolute;
	bottom:10px;
	right:10px;
	width:25px;
	height:25px;
	background: url(../images/bndc.png) no-repeat center center;
	cursor:pointer;
}










.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

