/*
    Theme Name: OnePage Fra_E_Sere
    Text Domain: goblank
    Description: OnePage Wp Theme
    Author: Dry Studio
    Author URI: www.drystudio.it
 */

/*----------------------- CSS RESET  ---------------------*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	padding: 0 35px;
	line-height: 1;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 20px;
	color: #000;

	background: #fff url("img/bg.png") repeat;
}
p, .longpage #content ul li {
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	/*letter-spacing: 0.5px;*/
	font-family: 'Futura', Arial, sans-serif;
}
h1 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 400;
}
h2 {
	font-size: 40px;
	line-height: 46px;
}
h3 {
	font-size: 35px;
	line-height: 41px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
a{color: #000;}
a:hover{color: #333;}
strong,b{font-weight: 600;}
::-webkit-input-placeholder {
   opacity:1;
   color:#AAA;
}
:-moz-placeholder { /* Firefox 18- */
   opacity:1;
   color:#AAA;
}
::-moz-placeholder {  /* Firefox 19+ */
  opacity:1; 
  color:#AAA;
}
:-ms-input-placeholder {  
  opacity:1;  
  color:#AAA;   
}
.vca-container > .vc_column_container, .vca-container > .pp-tableCell > .vc_column_container{
	max-width: 1170px;
	margin: 0 auto;
	float: none;
}
img,svg{
	max-width: 100%;
	height: auto;
}

#site-masthead {
	margin-top: 10px;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: unset;
	align-items: normal;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.longpage #site-masthead {
	margin-bottom: 50px;
}
#logo {
	z-index: 1002;
	height: 100%;
	width: 22%;
	padding: 25px 0 0 0;
	text-decoration: none;
}
#logo a {
	text-decoration: none;
	display: inline-block;
	width: 350px;
}
#logo span {
	position: relative;
	top: -25px;
	left: 15px;
	font-size: 25px;
}
#lgmbl{
	display: none;
}
#menu {
	height: 100%;
	width: 78%;
	text-align: right;
	padding: 24px 0 0 0;
}
#menu li, #menu > nav, #menu > ul{
	display: inline-block;
}
#langnav {
	margin-left: 45px;
}
#langnav li{
	margin-left: 15px;
	position: relative;
	display: inline-block;
}
#langnav li:last-child:before {
	position: absolute;
	height: 23px;
	width: 1px;
	bottom: -3px;
	left: -8px;
	background: #000;
	content: ' ';
}
.nav li{
	margin-left: 45px;
}
.nav li a, #langnav li a, #langnav span {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0;
	position: relative;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
.nav li a:before, #langnav li a:before  {
	position: absolute;
	height: 2px;
	width: 24px;
	bottom: -4px;
	left: 50%;
	background: #000;
	content: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: -12px;
}
.nav li a:hover:before, .nav li.active a:before, #langnav li a:hover:before {
	content: ' ';
}
.nav li a:hover, #langnav li a:hover {
	color: #333;
	/*background: none;
	background: -webkit-linear-gradient(left, #a3afd2 8%, #d29988 96%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;*/
}



#nav_mobile, .legal{
	display:none;
}
.gb_vc_titolo.cx{
	text-align: center;
}
.gb_vc_titolo.standard, .vca_txt_col .gb_vc_titolo.big{
	margin-bottom: 45px;
}
.vca_tre_cols .gb_vc_titolo.standard{
	margin: 25px 0 15px 0;
}
.vca_contacts_row .gb_vc_titolo.standard{
	margin: 25px 0 15px 0;
}
.vca_contacts_row .gb_vc_titolo.standard .title {
	color: #00a4df;
}
.gb_vc_titolo.big h1.title {
	font-size: 35px;
	line-height: 42px;
	font-family: 'Futura', Arial, sans-serif;
	color:#000;
}
.gb_vc_titolo.big .title {
	color:#be1621;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Futura', Arial, sans-serif;
	text-transform: uppercase;
}
.gb_vc_titolo.standard .title  {
	font-size: 25px;
	line-height: 30px;
}
.gb_vc_titolo.img{
	margin-bottom: 25px;
	position: relative;
}
.gb_vc_titolo.img span{
	display: none;
}
.gb_vc_titolo.img img{
	display: block;
}

.gb_vc_titolo.img:before {
	content: '';
	position: absolute;
	/*right: calc(100% + 20px);*/
	right: 100%;
	/*width: 0;*/
	transition: all 0.7s .4s;
	height: 2px;
	border-top: 2px solid #000;
	top: 50%;
	width: 70vw;
}

.gb_vc_btn_wrap{
	margin-top: 70px;
}

#content{
	margin-top: 130px;
}
.longpage #content{
	margin-top: 15px;
	margin-bottom: 25px;
}
.longpage #content h2{
	margin-bottom: 20px;
}
#content > .vc_row{
	max-width: 1600px;
	margin: 0 auto;
}
.vca-vpad-row{
	padding-top: 50px;
	padding-bottom: 0;
}
.vca_img_col{
	z-index: 6; /* le righe dei titoli immagine vanno sotto */
}
.vca_txt_col{
	padding-top: 75px;
}
.vca_who_row .vca_txt_col {
	padding-top: 100px;
}
.vca_txt_col .wpb_wrapper{
	max-width: 530px;
}

.vca_head_row .wpb_single_image {
	margin-bottom: 60px;
	margin-top: 35px;
}
.vca_head_row .gb_vc_titolo.big h2.title {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.vca_head_row .gb_vc_titolo.standard .title{
	font-size: 28px;
	line-height: 33px;
}
.vca_head_row .gb_vc_titolo.big h1.title {
	max-width: 790px;
}
.vca_hero_desktop{
	display: block;
}
.vca_hero_mobile{
	display: none;
}


.vca_big_contacts_links p, .vca_big_contacts_links p a {
	color: #be1621;
	text-decoration: none;
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	font-weight: 400;
}
.vca_big_contacts_links p a{

}
.vca_big_contacts_links p a:hover{
	text-decoration: underline;
}
.vca_copyrights_info{
	margin: 0;
}
.vca_copyrights_info p{
	font-size: 13px;
	line-height: 16px;
}

.gb_vc_vertical_sep {
	border-top: 2px solid #000;
	margin: 70px 0 25px 0;
}
.wpb_text_column.vca_footer_txt {
	margin: 0 0 15px 0;
}

.btn {
	padding: 8px 50px;
	background: #00a4df;
	border-radius: 12px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 300;
	letter-spacing: 1px;
}
.btn:hover {
	background: #000;
	/*background: -webkit-linear-gradient(left, #a3afd2 8%, #d29988 96%);*/
	color: #fff;
}

.std_cnt {
	margin: 0 auto;
	max-width: 900px;
	min-height: 300px;
}
.user_cnt h1{
	margin-bottom: 45px;
}
.user_cnt ul, .user_cnt ol {
	list-style: square none outside;
	margin: 10px 10px 25px 35px;
}
.user_cnt li{
	margin: 7px 0;
}
.user_cnt ol {
	list-style: lower-latin none outside;
}


@media (max-width: 1600px) {
	#content > .vc_row{
		max-width: 1200px;
	}
	.vca_head_row .wpb_single_image {
		margin-top: 25px;
	}
	.vca_head_row .gb_vc_titolo.big h1.title {
		max-width: 930px;
	}
}

@media (max-width: 1250px) {
	#content > .vc_row > .vc_column_container > .vc_column-inner{
		padding: 0;
	}
	.nav li {
		margin-left: 25px;
	}
	#langnav {
		margin-left: 10px;
	}
}

@media (max-width: 1080px) {

}

/* mobile menu */
@media (max-width: 1115px) {
	#site-masthead {
		margin-top: 0;
	}
	#logo {
		width: 70%;
		padding-top: 20px;
	}
	#menu {
		display: none;
	}
	body{
		padding: 0;
	}
	#header_wrapper, #content{
		padding: 0 25px;
	}
}

@media (max-width: 800px) {

}

@media (max-width: 767px) {
	#content > .vc_row, #content .vc_inner  {
		display: flex;
	}
}


@media (max-width: 700px) {
	#content > .vc_row, #content .vc_inner  {
		flex-direction: column;
	}
	#content .vca_half_left .vc_inner {
		flex-direction: column-reverse;
	}
	.vca_txt_col > .vc_column-inner > .wpb_wrapper {
		max-width: 100%;
		padding-left: 100px;
	}
	.vca-vpad-row {
		padding-top: 0;
	}
	.vca_img_col{
		margin-top: 35px;
	}

	.wpb_text_column.vca_footer_txt {
		margin: 0 25px 15px 25px;
	}
	.vca_copyrights_info {
		margin: 0 25px;
	}
	.vca_hero_desktop{
		display: none;
	}
	.vca_hero_mobile{
		display: block;
	}
}

@media (max-width: 550px) {
	#lgmbl{
		display: block;
	}
	#lgdsk{
		display: none;
	}
	#logo a {
		width: 240px;
	}
	#content {
		margin-top: 80px;
	}
	.gb_vc_titolo .title{
		max-width: 100%;
	}
	.gb_vc_titolo.big .title {
		font-size: 25px;
		line-height: 34px;
	}
	.gb_vc_titolo.big h1.title {
		font-size: 30px;
		line-height: 38px;
	}
	.gb_vc_titolo.standard .title {
		font-size: 20px;
		line-height: 26px;
	}
	.vca_head_row .gb_vc_titolo.standard .title {
		font-size: 23px;
		line-height: 30px;
	}
	.vca_txt_col > .vc_column-inner > .wpb_wrapper {
		padding-left: 50px;
	}
	.vca_big_contacts_links p, .vca_big_contacts_links p a {
		font-size: 18px;
	}
	#back_to_top {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 380px) {

}

@media (max-width: 340px) {
	#logo a {
		width: 210px;
	}
	.vca_txt_col > .vc_column-inner > .wpb_wrapper {
		padding-left: 15px;
	}
	.vca_big_contacts_links p, .vca_big_contacts_links p a {
		font-size: 16px;
	}
}