@CHARSET "UTF-8";

@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/CenturyGothic.eot');
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/CenturyGothic.woff') format('woff'),
	url('../font/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Italic';
	src: url('../font/CenturyGothic(Italic).eot');
}

@font-face {
	font-family: 'CenturyGothic-Italic';
	src: url('../font/CenturyGothic(Italic).woff') format('woff'),
	url('../font/CenturyGothic(Italic).svg#CenturyGothic-Italic') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-BoldItalic';
	src: url('../font/CenturyGothic(Bold,Italic).eot');
}

@font-face {
	font-family: 'CenturyGothic-BoldItalic';
	src: url('../font/CenturyGothic(Bold,Italic).woff') format('woff'),
	url('../font/CenturyGothic(Bold,Italic).svg#CenturyGothic-BoldItalic') format('svg');
}       
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../font/CenturyGothic(Bold).eot');
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../font/CenturyGothic(Bold).woff') format('woff'),
	url('../font/CenturyGothic(Bold).svg#CenturyGothic-Bold') format('svg');
}
.c1 {
    display: table;
    #position: relative;
    height:100%;
    width: 100%;
    }
   
.c2 {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;

}

.c3 {
    #position: relative;
    #top: -50%;
}

body, html {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #ffffff;
	/*overflow-x: hidden;*/
	overflow: hidden;
}

#menu_container {
	position:fixed;
	height: 130px;
	width: 100%;
	z-index: 10;
}

#menu_container .scroll_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000
}

#menu_container .menu_centerer {
	float: left;
	position: relative;
	left: 50%;
}

#menu_container .menu {
	float: left;
	position:relative;
	left: -50%;
	top: 35px;
	min-width: 1024px;
}

#menu_container .menu a {
	float: left;
	margin-right: 65px;
	text-transform: uppercase;
	font-family: 'CenturyGothic';
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

#menu_container .menu a:HOVER {
	text-decoration:underline;
	color: #85e4ff;
}

#menu_container .menu a.active {
	text-decoration:underline;
	color: #85e4ff;
}

#logo_container {
	position:absolute;
	width: 259px;
	height: 84px;
	top: 100%;
	margin-top: -42px;
	left: 50%;
	margin-left: -129px;
}

#logo_container .shadow {
	position: absolute;
	width: 611px;
	height: 268px;
	background-image: url("../img/logo-shadow.png");
	top: -45px;
	left: -176px;
}

#logo_container .logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/logo.png");
}

#logo_container .line {
	position: absolute;
	top: 42px;
	height: 1px;
	background-color: #393940;
	margin: 0 5px;
	width: 1500px;
}

#navig_container {
	position: absolute;
	left: 640px;
	top: 21px;
}

#navig_container .button1 {
	height: 51px;
	width: 51px;
	cursor: pointer;
	background-image: url("../img/sipka-bttn.png");
	margin-bottom: 6px;
	background-position: 0px 0px;
}

#navig_container .button1:HOVER {
	background-position: 0px -51px;
}

#navig_container .button2 {
	height: 51px;
	width: 51px;
	cursor: pointer;
	background-image: url("../img/contact-bttn.png");
	margin-bottom: 6px;
	background-position: 0px 0px;
}

#navig_container .button2:HOVER {
	background-position: 0px -51px;
}

#navig_container .button .arrow_up {
	height: 9px;
	width: 18px;
	background-image: url("../img/arrow_up.png");
	margin: 0 auto;
}

#navig_container .button .nl {
	height: 20px;
	width: 21px;
	background-image: url("../img/nl.png");
	margin: 0 auto;
}

.main_screen {
	height: 700px;
	max-width: 1600px;
	min-width: 1024px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

.sub_screen {
	min-width: 1024px;
	margin: 0 auto;
}

#screen_1, #screen_3, #screen_5 {
	position:relative;
	overflow: hidden;
}

.fade_bg_container {
	position:absolute;
	top: 0;
	left: 0; 
	height:100%;
	width:100%;
}

.fading_bg {
	position:absolute;
	top: 0;
	left: 0; 
	height:100%;
	width:100%;
	background-position: center top; 
	background-attachment:fixed;
}

.text_container {
	position: absolute;
	left: -510px;
	top: 290px;
	width: 457px;
	line-height: 160%;
}
.centerer {
	position: relative;
	left: 50%;
	width: 0;
}

#screen_2 .title_line {
	width: 1020px;
	position: absolute;
	top: 110px;
	left: -510px;
}

#screen_2 .title_line .title {
	float: left;
	text-transform: uppercase;
	font-family: 'CenturyGothic';
	font-size: 22px;
	color: #ffffff;
}

#screen_2 .title_line .gallery_bttn_container {
	float: right;
}

#screen_2 .title_line .gallery_bttn_container .counter {
	float: right;
	font-family: 'CenturyGothic';
	font-size: 22px;
	color: #ffffff;
}

#screen_2 .title_line .gallery_bttn_container .buttons {
	float: right;
	position:relative;
	top: 4px;
	margin-right: 7px;
	
}

#screen_2 .title_line .gallery_bttn_container .buttons .button {
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#screen_2 .title_line .gallery_bttn_container .buttons .button .icon {
	width: 7px;
	height: 7px;
	background-image: url("../img/pager.png");
	margin: 0 auto;
}

#screen_2 .title_line .gallery_bttn_container .buttons .button:HOVER .icon {
	background-image: url("../img/active-pager.png");
}

#screen_2 .title_line .gallery_bttn_container .buttons .button.active .icon {
	background-image: url("../img/active-pager.png");
}

#screen_2 .gallery {
	width: 1020px;
	position: absolute;
	top: 175px;
	left: -510px;
	white-space: nowrap;
}
#screen_2 .overflow_hidden {
	overflow: hidden;
}

#screen_2 .gallery .gallery_entry_container {
	width: 239px;
	height: 239px;
	display: inline-block;
	margin-right: 21px;
	position: relative;
}

#screen_2 .gallery .gallery_entry_container .mask {
	position: absolute;
	background-image: url("../img/gallery-mask.png");
	background-position: 0px 0px;
	width: 239px;
	height: 239px;
	top: 0;
	left: 0;
	display: block;
}

#screen_2 .gallery .gallery_entry_container .mask:HOVER {
	background-position: 0px -239px;
}

#screen_2 .gallery .gallery_entry_container .image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.static_bg {
	position: absolute;
	left:0;
	top:0;
	height: 1500px;
	width: 100%;
	background-attachment:fixed;
}

#screen_4 {
	background-color: #1e233c;
	height: 630px;
}

#screen_6 {
	background-color: #ffffff;
	height: 630px;
	color: #000000;
}

#screen_7 {
	background-color: #000000;
	height: 680px;
}

.form_container {
	position: absolute;
	top: 90px;
	left: -510px;
	width: 1020px;
}

.contact_datail {
	float:left;
	width: 510px;
	font-family: 'CenturyGothic';
	font-size: 14px;
	color: #ffffff;
}

.contact_datail .icon {
	margin: 0 20px 0 25px;
	float:left;
}

.contact_datail .text {
	float:left;
}

.form_container .form_line {
	background-color: #2b2b2b;
	height: 1px;
}

.form_container .form {
	margin-top: 45px;
	/*padding-left: 8px;*/
}

.form_container .form .left {
	width: 330px;
	float: left;
}

.form_container .form .right {
	float:right;
}

.form_container .form .form_section_title {
	margin-bottom: 27px;
	font-family: 'CenturyGothic';
	font-size: 22px;
	color: #ffffff;
}

.form_container .text_field {
	height: 27px;
	width: 297px;
	background-color: #151515;
	border: 1px solid #363636;
	margin-bottom: 10px;
	position: relative;
}

.form_container .text_field input {
	height: 11px;
	width: 276px;
	border: none;
	outline: none;
	background-color: transparent;
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #595959;
	text-transform: uppercase;
	position: relative;
	left: 10px;
}

.form_container .text_field input:FOCUS {
	color: #ffffff;
}

.form_container .text_area {
	height:140px;
	width: 610px;
	background-color: #151515;
	border: 1px solid #363636;
	margin-bottom: 27px;
}

.form_container .text_area textarea {
	height: 124px;
	width: 590px;
	border: none;
	outline: none;
	background-color: transparent;
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #595959;
	position: relative;
	top: 8px;
	left: 10px;
	resize: none;
}

.form_container .text_area textarea:FOCUS {
	color: #ffffff;
}

.form_container .submit_bttn {
	width: 161px;
	height: 39px;
	background-image: url("../img/submit-bttn.png");
	float: right;
	cursor: pointer;
	background-position: 0px 0px;
}

.form_container .submit_bttn:HOVER {
	background-position: 0px -39px;
}

.form_container .submit_bttn .text {
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #595959;
	text-align: center;
	text-transform: uppercase;
}

.form_container .rights {
	float: left;
	margin-top: 18px;
	font-family: 'CenturyGothic';
	font-size: 11px;
	color: #ffffff;
}

.form_container .creator {
	float: right;
	margin-top: 18px;
	font-family: 'CenturyGothic';
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.wezeo_logo {
	display: inline-block;
	width: 95px;
	height: 14px;
	background-image: url("../img/wezeo.png");
	margin-left: 10px;
	position: relative;
	top: 3px;
}

#view_actual, #view_total {
	width: 24px;
	display: inline-block;
}

#view_actual {
	text-align: right;
}

#preloader {
	position:fixed;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

#preload {
	margin: 0 auto;
	width: 128px;
	height: 128px;
	display: block;
}

#result {
	float:right;
	text-align: left;
	font-family: 'CenturyGothic';
	font-size: 13px;
	color: #ffffff;
	margin-right: 100px;
	position: relative;
	top: 10px;
}

#left_gall_arrow {
	position: absolute;
	width: 63px;
	height: 63px;
	margin-top: -32px;
	top: 50%;
	left: -32px;
	background-image: url("../img/sipka_left.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
}

#right_gall_arrow {
	position: absolute;
	width: 63px;
	height: 63px;
	margin-top: -32px;
	top: 50%;
	right: -32px;
	background-image: url("../img/sipka_right.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
}

#left_gall_arrow:HOVER {
	background-image: url("../img/sipka_left_hover.png");
}

#right_gall_arrow:HOVER {
	background-image: url("../img/sipka_right_hover.png");
}

#video_button {
	display:block;
	position: relative;
	left:-4px;
	width: 187px;
	height: 51px;
	margin-top: 32px;
	background-image: url("../img/but_play.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor:pointer;
}

#video_button:HOVER {
	background-image: url("../img/but_play_hover.png");
}