@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Crete+Round|EB+Garamond);

/* --------------------------------------------------------------------Fonts */
/* General */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	background-color: #052545;
	font-weight: 400;
	
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after { clear: both; 
}

.title {
	font-size: 58px;
	font-weight: 400;
	color: #FFF;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.3em;
}
.upbig{
	text-transform: uppercase;
}
.upspace{
	margin-top: 150px;	
}
.stitle{
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	letter-spacing: 0.2em;
}
footer{
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	background-color: #093F75;
	margin-top: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	bottom: 0px;
}
.hide {
  display: none !important; }

.txtnor {
	font-family: 'Crete Round', serif;
	font-size: 16px;
	letter-spacing: 0.2em;
}
.button {
	font-family: 'Crete Round', serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.hidebig{
	visibility: hidden;
}
.hidesmall{
	visibility: visible;
	
}
.txtfooter{
	font-family: 'Crete Round', serif;
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	letter-spacing: 0.1em;
}
.txtfooter a{
	color: #CCC;
	text-decoration: none;
}
.txtfooter a:hover{
	color: #6CF;
	text-decoration: none;
}
.txtfooter2{
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	color: #CCC;
	letter-spacing: 0.1em;
}
.txtfooter2 a{
	color: #CCC;
	text-decoration: none;
}
.txtfooter2 a:hover{
	color: #6CF;
	text-decoration: none;
}

#cookieBanner {
	font-family: 'Crete Round', serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	display: none;
	width: 100%;
	margin: 0px auto;
	padding: 12px;
	background-color: #ddd;
	border-bottom: solid 1px #ccc;
	z-index: 9999999999;
}

#cookieBannerClose {
	float: right;
	font-weight: bold;
	padding: 9px;
	background-color: #0F6;
	margin: 4px;
	height: 40px;
	width: 40px;
	border: 1px solid #FFF;
	font-size: 16px;
	text-decoration: none;
}

#cookieBannerActions {
	text-align: center;
	padding-top: 4px;
            }
.viniframe{
	width:100%;
	height:700px;
	frameborder:0;
	scrolling:No;
	seamless:seamless;
	marginheight:0;
	marginwidth:0;
            }
@media (max-width: 479px) { 
	
	.title {
	font-size: 32px;
	font-weight: 400;
	color: #FFF;
	font-family: 'EB Garamond', serif;
	letter-spacing: 0.3em;
}
footer{
	font-size: 12px;
	font-weight: 400;
	color: #CCC;
	background-color: #093F75;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}
.hidebig{
	visibility: visible;
	padding-bottom: 20px;
}
.hidesmall{
	display: none;
}
.upspace{
	margin-top: 10%;	
}
	}
