/* Thanks for watching the source code - Made by We Brand Creative */

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

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

body {
	font: 13px "Century Gothic";
	color: #181313;
	background: #000;
}

p {
	margin: 0 0 13px 0;
}

a {
	color: #181313;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus,
a:hover,
a:active {
	outline:0;
}

h1 {
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	display: block;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #181313;
}

#background {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}

/*
****** NAVIGATION
*/

#content {
	position: fixed;
	z-index: 5;
	bottom: 25%;
	left: 50%;
	width: 1340px;
	height: 215px;
	margin: 0 0 -350px -350px;
	padding: 140px 0 0 0;
  display: none;
}

.navigation {
	margin: 0;
	padding: 0;
	float: left;
	font: 17px "Century Gothic Bold";
	text-transform: uppercase;
	text-align: center;
/*  background-image: url(../img/00-socialbar.png);
*  background-repeat: no-repeat;
*  background-position: -300 0;
*/

}

.navigation li {
	margin: 30px 27px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

.navigation li a {
	color: #ebebde;
	text-shadow: 2px 4px 5px black;
}

.navigation li a:hover {
	text-decoration: none;
}

.navigation li.last {
	background: none;
	padding: 0;
}

.navigation li.logo {
	margin: 10px 0 0 0 !important;
	padding: 0;
}

.navigation li.logo a {
	height: 60px;
	padding: 0;
	display: block;
	text-indent: -9999px;
}

.navigation li.logo.facebook a {width: 60px; margin: 0 5px 0 240px !important; background: url(../img/fb-icon.png); }
.navigation li.logo.instagram a { width: 60px; margin-right: 5px; background: url(../img/insta-icon.png); }
.navigation li.logo.email a { width: 60px; margin-right: 5px; background: url(../img/email-icon.png); }


.gplus {
	display: none;
}

.copyright {
	margin: 22px 0 0 0;
	float: right;
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #5ad9d1;
}

/*
****** CONTENT
*/

.center {
	position: relative;
	z-index: 9999;
	width: 620px;
	margin: 10px auto;
}

.content {
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 190px;
	bottom: 213px;
	background: url(../img/content_bg.png) repeat-y center top;
	display: none;
}

.content_half {
	width: 50%;
	float: left;
}

.content_half img {
	margin: 0 0 15px 0;
}

.event {
	margin: 0 0 20px 0;
	font-family: "Century Gothic";
	font-size: 13px;
	text-transform: uppercase;
	color: #271f1f;
}

.event h3 {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic Bold";
	font-weight: normal;
}

.event a {
	text-decoration: none;
	color: #251e1e;
}

.event a:hover {
	text-decoration: underline;
}

table {
	margin: 0 0 20px 0;
}

td {
	padding: 2px 45px 2px 0;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	padding: 0 0 3px 0;
	border: 1px solid #271f1f;
	background: none;
	font-weight: bold;
	border-radius: 9999px;
	line-height: 0;
}

.close:hover {
	color: #ebebde;
	border-color: #ebebde;
}

.content.connect {
	height: 110px;
}

.content.connect .center {
	width: 960px;
}

/* Thanks for watching the source code - Made by We Brand Creative */
