﻿body {
	background: #000000 url("../images/site_bg.jpg") no-repeat;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	min-width: 1280px;
	padding: 0;
	color: #ffffff;
}

/** Header **/
/* Navigation */
.navbar { 
	min-width: 1600px;
	height: 200px;
	overflow: hidden;
}
.navbar .nav { 
	display: block;
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
.navbar .nav li {
	height: 200px;
	line-height: 0;
}
.navbar .nav li a {
	display: inline-block;
	width: 320px;
	height: 200px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/menu/menu_sprite.jpg);
}
.navbar .nav li a.art {
	width: 640px;
	height: 200px;
	background-position: 0 -200px;
}
.navbar .nav li.active a.art {
	width: 640px;
	height: 200px;
	background-position: 0 0;
}
.navbar .nav li a.unity {
	background-position: -640px -200px;
}
.navbar .nav li.active a.unity {
	background-position: -640px 0;
}
.navbar .nav li a.about {
	background-position: -960px -200px;
}
.navbar .nav li.active a.about {
	background-position: -960px 0;
}
.navbar .nav li a.contacts {
	width: 640px;
	height: 200px;
	max-width: 640px;
	background-position: -1280px -200px;
}
.navbar .nav li.active a.contacts {
	background-position: -1280px 0;
}
/* End navigation */
/** End header **/

/** Titles and texts **/
.text-center {
	text-align: center;
}
/** End titles and texts **/

/** Gallery **/
.tab-pane {
	margin-bottom: 78px;
}
.gallery-image {
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
	cursor: pointer;
}
.gallery-image img,
#unity img {
	width: 200px;
	height: 200px;
}
/** End gallery and restaraunt **/

iframe {
	border: 0;
}

#about {
	height: 800px;
	background-image: url(../images/About_background.jpg);
}
#contacts {
	height: 800px;
	background-image: url(../images/Contacts_background.jpg);
}
.content-text {
	padding: 60px 30px 30px;
}

body.modal-lock { 
	overflow: hidden;
}
.modal-scroll {
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 800px;
	margin: 0;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	min-height: 600px;
	z-index: 1050;
	background: transparent;
}

#viewerModal .modal {
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -620px;
	width: 1240px;
	color: #000000 !important;
}
#viewerModal .modal-body {
	margin-bottom: 50px;
}
.viewer-container {
	width: 1000px;
	height: 600px;
}

.unity-preview {
	cursor: pointer;
}

iframe {
	max-width: 100%;
	vertical-align: middle;
}

.unity-close {
	position: absolute;
	bottom:5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
}