@CHARSET "UTF-8"; 

/* MAIN /////////////////////////////////////// */



@font-face {
    font-family: "circular";
    //src: url("fonts/dinpromedium.ttf");
    src: url("fonts/univers-condensed-webfont.ttf");
}

@font-face {
    font-family: "circular";
    src: url("fonts/universbi.ttf");
    // src: url("fonts/SimplonBP-Bold.otf");
    //src: url("fonts/universbi.ttf");
    
    font-weight: bold;
    color:#fdeb40;
}

@font-face {
    font-family: "daft";
    src: url("fonts/DaftBrush.ttf");
}
.footer {
	margin-top:100px;
}



/*
@font-face {
    font-family: "circular";
    src: url("fonts/Atlas_Regular.ttf");
}

@font-face {
    font-family: "circular";
    src: url("fonts/Atlas_Bold.ttf");
    font-weight: bold;
}
*/

@font-face {
    font-family: "circular";
    src: url("fonts/Atlas_Medium_It.ttf");
    font-style: italic;
}

@font-face {
    font-family: "circular";
    src: url("fonts/CircularStd-BoldItalic.otf");
    font-weight: bold;
    font-style: italic;
}

body {
	font-family: "circular", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height:19px;
	color:#222;
	background-color:#eee;
	margin:0px;
	height:100%;
}

h1 {
	font-size:30px;
	
}

.wrapper {
	width:960px;
	height:100%;
	position:absolute;
	padding:30px;
	top:0px;
	left:50%;
	margin-left:-480px;
}

img {
	border:none;
}

/* LINKS  ///////////////////////////////////// */

a {
	color:#000;
}


hr {
	//margin-top:30px;
	color: #f00;
	background-color: #fff;
	height: 1px;
	border:none;
}


/* POSTS ///////////////////////////////////// */
.posts {
	position:relative;
	margin-left:60px;
	//margin-top:60px;
	height:0px;
}

.post {
	position:absolute;
}

.post p {
	margin:10px 0 0 0;
}
.post-header {
	line-height:30px;
	font-size:22px;
	margin-top:10px;
	color:#222;
	font-weight:bold;
	//color:#fdeb40;
}

.post-content {
	width:100%;
	line-height:19px;
	margin-top: -8px;
}

.post .image-correct {
	overflow:hidden;
	width:300px;
	height:169px;
}

/*.c .img {
	overflow:hidden;
	width:300px;
	height:169px;
}*/

.posts_head {
	font-size:30px;
	font-weight:bold;
	width:100%;
	margin-bottom: 20px;
}

/* PAGES ///////////////////////////////////// */

.page {
	position:relative;
	width:100%;
	margin-top: 30px;
}

.page-header {
	line-height:25px;
	font-size:22px;
	margin-top:10px;
	color:#222;
	font-weight:bold;
}

.page-content {
	width:1120px;
}

.page .image-correct {
	overflow:hidden;
	
}

// VIMEO /////////////

.gallery_vimeo {	
	border:1px;
	width:900px;
}

.gallery_vimeo iframe {
	pointer-events: all;
}

.gallery {
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	pointer-events: none;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale'); */
	background: none !important;
}

.gallery-background {
	//z-index:-10;
	background:white;
	opacity: .9;
	height:100%;
	width:100%;
	position:fixed;
	//position:absolute;
	left:0px;
	top:0px;
	cursor: pointer; 
	cursor: hand;
}

.c {
	//margin-bottom:10px;
	position:absolute;
	margin-top:20px;
}

.c3 {
	width:500px;
	display:inline-table;
	margin-top:20px;
	margin-left:30px;
}

.c3-container {
	width:500px;
	display:inline-table;
	margin-left:0px;
}

.c3-container .c3 .image-correct, .c3-container .c3 .image-correct img {
	//float:right;
}

.c3:first-of-type {margin-left:0px;}

.c2 {
	width:500px;
	display:inline-table;
	margin-top:20px;
	margin-left:30px;
}

.c2-container {
	width:500px;
	display:inline-table;
	margin-top:20px;
	margin-left:0px;
}

.c2:first-of-type {margin-left:0px;}


.ci {
	//margin-bottom:10px;
	position:absolute;
	margin-top:20px;
}

.cc {
	display:block;
	max-width:600px;
	//width:100%;
	//margin-top:0px;
	
}

.logo {
	padding-top: 10px;
	font-size:14px;
	margin:0px;
}

.logo h1 {
	font-weight:normal;
	font-size: 30px;
	  line-height: 35px;
}

.logo_image {
	margin-top:30px;
	width:600px;
	height:112px;
	position:absolute;
	left:50%;
	top:0px;
	//margin-left:-522px;
	background-image:url("images/logo.png");
	z-index:-10;
}

.close_video {
	position:absolute;
	width:83px;
	height:25px;
	background-image:url("images/close.png");
	visibility:hidden;
	pointer-events:none;
}