/* ==================================================================
Giorgio Valentini CSS
021 Studio copyrights

================================================================== */

/*@font-face {
  font-family: VirginiaLight;
  src: url('../fonts/VirginiaLight.otf')  format('opentype');
}*/
@font-face {
  font-family: GeosansLight;
  src: url('../fonts/GeosansLight.ttf')  format('truetype');
}

/* ==================================================================
Basic Document Styles
================================================================== */


html,
body {
    margin: 0;
    padding: 0;
/*    overflow:hidden;*/
	font: 18px/24px 'GeosansLight', Fallback, sans-serif;
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/* Image Background */
	background-color: white;
/*	background: url('../img/') center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#loader {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 9;
}

#loader > div {
	margin-left: auto;
	margin-right: auto;
}

/* Hack iPhone */
#loader.unvisible {
	display: none;
}

#fullpage, #fp-nav, #menu, #footer {
  display: none;
}

.fp-easing {
	-webkit-transition: all 0.7s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.7s ease-out;
}

.row > div {
   height: 100%;
}

.vfull {
	position: absolute;
	top: 0;
	height: 100%;
}

.vfull > div {
	padding: 0;
}

.vmax > div {
	padding: 0;
}

.vmiddle > div {
	height: 100%;
	display: table;
	vertical-align: middle;
}

.vmiddle > div > div {
	display: table-cell;
	vertical-align: middle;
}

.vbottom > div {
	height: 100%;
	display: table;
	vertical-align: bottom;
}

.vbottom > div > div {
	display: table-cell;
	vertical-align: bottom;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.img-center {
	margin: 0 auto;
}

.img-logo{
	margin-top: 40px;
}

.padbot {
	padding-bottom: 60px;
}

.padtop {
	padding-top: 20px;
}

		
/* ==================================================================
Typography
================================================================== */

h1, h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	color: #000;
/*	color: #C11B17;*/
}

p {
	font: 15px 'GeosansLight', Fallback, sans-serif;
	line-height: 25px;
	color: #000;
}

p.contact {
	font-size: 22px;
}

p.ft-style {
	font-size: 12px;
	margin-top: 50px;
}

.grey-typo {
	color:#999999;
}

span.uppercase {
    text-transform: uppercase;
}

a {
	color: #000;
}

a:hover {
	color: #9498a1;
	text-decoration: none;
}

/* ==================================================================
Sections
================================================================== */

#homeSection {
	background: url('../img/FV.jpg') center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#homeSection .vmiddle > div {
	height: 90%;
}

#homeSection .row:nth-child(2) img {
	margin-top: 2%;
	margin-bottom: 5%;
}

#homeSection a:hover {
	color: #9498a1;
	opacity: 0.80;
}

#homeSection .menu {
	position: absolute;
	bottom: 20px;
}

#homeSection .menu li {
	color: #000;
}

#homeSection .menu a:hover {
	color: #9498a1;
	opacity: 0.75;
}
/* ==================================================================
Menu
================================================================== */

#menu {
	background: white;
	opacity: 0.90;
	position: absolute;
	top: -50px;
	z-index: 7;
}

/* menu class */

.menu {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

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

.menu li {
	display:inline-block;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 450;
	margin: 10px;
}

.menu li.active {
	color: #9498a1;
	opacity: 0.75;
}

.menu a {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.menu a:hover {
	color: #9498a1;
}

/* ==================================================================
Footer
================================================================== */

#footer {
	position: fixed;
	bottom: 1%;
	display: block;
	vertical-align: bottom;
	z-index: 7;
	width: 100%;
	height: auto;
}

#footer ul {
	width:100%;
	list-style-type: none; 
}

li.typo-footer {
	font: 11px 'GeosansLight', Fallback, sans-serif;
	color: #3b60aa;
	text-transform: initial;
	text-align: center;
}

/* ==================================================================
@Media
================================================================== */

@media screen and (max-width: 767px) {
	
	html, body {
		background-color: white;
		background: none;
		overflow-x: hidden;
		overflow-y: visible;
	}
	
	#fp-nav, #menu > ul {
		display: none;
	}
  
	#homeSection {
		background: none;
		margin-top: 40px;
	}
	
	#homeSection .row:nth-child(2) {
		margin-left: 5%;
		margin-right: 5%;
	}
  
	#homeSection .row:nth-child(2) img {
		margin-top: 3% !important;
		margin-bottom: 3% !important;
	}

	#pageSection .row:nth-child(1) {
		margin-left: 1%;
		margin-right: 1%;
	}
  
	#pageSection .row:nth-child(2) {
		margin-left: 1%;
		margin-right: 1%;
	}
  
	p {
		font-size: 14px;
		line-height: 20px;
	}
	
	p.copy {
		font-size: 11px;
	}
	
	.padbot {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1200px) {

	p {
		font-size: 18px;
	}
}