@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'Visitor';
    src: url('font/visitor1.ttf');
         url('font/visitor1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	overflow-y: scroll;
	width: 100%;
	font-family: "Visitor";
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	background: #000 url(../img/background.png) top center no-repeat;
	padding-top: 127px;
	color: #c0c0c0;
}

a {
	text-decoration: none;
	color: #0072ff;
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;	
}

a:hover {
	color: rgb(60,60,60);
}

li {
	list-style-type: none;
}

.container {
	margin: auto;
	width: 750px;
}

header {
	background-image: url(../img/header.png);
	height: 173px;
	position: relative;
}


.menu {
	float: right;
	background-image: url(../img/menu_bg.png);
	width: 553px;
	height: 100px;
	padding: 14px 0 0 37px;
	margin: -16px 6px 0 0;
}

.menu li {
	height: 86px;
	display: inline-block;
	margin: 0;
	padding: 0px;
	width: 129px;
	position: relative;
	background-image: url(../img/link_bg.png);
	box-shadow: 0 0 10px #000 inset;
}

.menu li div {
	position: absolute;
	font-family: 'Visitor';
	width: 100%;
	text-align: center;
	z-index: 5;
	margin-top: 28px;
	text-shadow: -1px -1px 0px #000;
	color: #3e3e3e;
	font-size: 25px;
}

.menu li span {
	position: absolute;
	height: 86px;
	width: 129px;
	background-image: url(../img/hover.png);
	opacity: 0;
	box-shadow: 0 0 10px #000;
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;	
	transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
}

.menu li:hover span {
	opacity: 1;
}

.content {
	background:  url(../img/border2.png) repeat-x center bottom, url(../img/body.png) no-repeat center bottom;
	background-color: #1b1b1b;
	border-radius: 0 0 13px 13px;
	box-shadow: 
		0 1px 0 rgba(255,255,255,0.05) inset,
		0 0 18px rgba(0,0,0,0.6);
	margin-left: 9px;
	padding: 15px;
	text-shadow: 0 0 1px rgba(0,0,0,0.75);
	position: relative;
}

.bottom {
	height: 40px;
	background: url(../img/bottom.png) top center no-repeat;
}
footer {
	height: 25px;
	margin-top: 25px;
	padding-top: 10px;
	background: url(../img/footer_bg.png) no-repeat center top;
	position: relative;
	text-align: center;
	color: #0072ff;
}

.spot {
	background-image: url(../img/spot.png);
	height: 49px;
	width: 158px;	
	position: absolute;
	left: 50%;
	margin-left: -79px;
	top: -48px;
	animation: 3s test ease-in;
}

@keyframes test {
	0%{
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.button {
	margin-top: 5px;
	margin-right: 15px;
	border-radius: 5px;
	color:#1b1b1b;
	box-shadow: 
		1px 1px 0 rgba(255,255,255,0.1) inset,
		0 0 5px rgba(0,0,0,0.5),
		0 0 0 1px #080707, 
		0 -2px 0 rgb(0,47,86), 
		0 0 0 2px rgb(0,47,86), 
		0 0 4px 2px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0 rgba(255,255,255,0.1);
	padding: 0px 16px;
	width: 91px;
	height: 26px;
	font-size: 24px;
	border: none;
	background: rgb(0,47,86);
	transition: background 200ms;
	-moz-transition: background 200ms;
	-webkit-transition: background 200ms;
	-ms-transition: background 200ms;
	-o-transition: background 200ms;
	font-family: 'Visitor';
}

.button:hover {
	background: #005194;
}

.form input[type='text'], .form input[type='email'], .form textarea {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    color: #CCCCCC;
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 10px;
    text-shadow: -1px -1px 0 #000000;
}

.form {
	margin: 0 auto;
	width: 600px;
	position: relative;
}
.form input:focus, .form textarea:focus {
	background: rgba(0,0,0,0.3) !important;
	border-color: rgba(0,0,0,0.5);
}

label {
    color: #454545 !important;
    display: block;
    font-size: 1em;
    font-family: 'Visitor';
    font-weight: 700;
    margin: 0 0 5px 0;
}

.form textarea {
	height: 100px;
	max-width: 600px;
	min-width: 600px;
	max-height: 200px;
}

.grid .row:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}


.row {
	margin: 10px 0px;
}
#logo {
	position: absolute;
	left: 9px;
	top: 25px;
}

/* Galerie Styles */
.clear {
    clear:both;
}

div.nomargin{
    margin-right:0px;
}

#gallery:hover .pic {
	opacity: 0.5;
}

#gallery .pic:hover {
	opacity: 1;
}

.pic{
    float:left;
    margin:0 15px 15px 0;
    border:5px solid #005194;
    border-radius: 5px;
    width:200px;
    height:250px;
    box-shadow: 
    	0 0 5px rgb(0,0,0),
    	0 0 1px rgba(255,255,255,0.1) inset,
    	0 0 5px rgb(0,0,0) inset;
    ;
    transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -o-transition: opacity 400ms;
}

#jquery-lightbox {
	text-shadow: none;
}
.pic a{
    width:200px;
    height:250px;
    text-indent:-99999px;
    display:block;
}

.copyright {
	position: absolute;
	left: 0px;
	font-size: 14px;
}

.footer_links {
	font-size: 14px;
}


/* Submenu */
.submenu {
	float: left;
	height: 328px;
	width: 125px;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	background: url(../img/submenu.png) transparent top right no-repeat;
}

.submenu li {
	margin: 3px 0px;
}
.submenu li a {

	font-size: 18px;
}
.submenu li:hover a {
	margin-left: 15px;
	color: rgb(60,60,60);
}

/* Home */
#content_inner {
	float: right;
	padding: 10px 10px 0 10px;
	width: 554px;
	background: url(../img/home.png) no-repeat;
}

.home_text {
	margin-top: 15px;
	font-family: 'Open Sans';
	color: #c0c0c0;
	font-size: 14px;
}

.title_name {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
    display: inline-block;
    float: left;
    font-weight: 700;
    line-height: 0.75em;
    margin-right: 0.25em;
    padding: 0.25em;
    color: rgb(0,114,255);
    font-family: "Visitor";
}

/* About */
#about {
	font-size: 14px;
	font-family: 'Open Sans';
}

.title {
	display: block;
	background: rgba(0,0,0,0.15);
	box-shadow: 
		0 0 3px rgba(0, 0, 0, 0.6), 
		0 0 1px rgba(255, 255, 255, 0.06) inset;
	height: 43px;
	padding: 10px 0 0 17px;
	font-size: 24px;
	margin-bottom: 10px;
}

.luxs {
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0.6;
	transition-duration: 300ms;
}

.luxs:hover {
	opacity: 1;
}

#loader {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	display: none;
}

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }
	
	50% {
		-moz-transform: rotate(180deg) scale(0.5);
	}
	
    100% {
        -moz-transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
    }
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-error {
	color: #333;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.04) 10%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgb(16,16,14);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0 rgb(16,16,14);
	background: -o-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0 rgb(16,16,14);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0 rgb(16,16,14);
	background: linear-gradient(top, rgba(255,255,255,0.04) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0 rgb(16,16,14);
	border-radius: 4px;
	box-shadow:  0 -36px 0 rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(29, 190, 36,0.6) inset, 0 0 0 2px rgb(0, 0, 0) inset, 0 0 0 3px rgba(255, 255, 255, 0.05) inset;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	display: none;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
    margin-right:0 !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(0,0,0,0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
    overflow-y: hidden;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Blog Styles */

.blog {
	position: relative;
	padding-left: 10px;
}

.blog_post {
	position: relative;
	font-family: 'Open Sans';
	font-size: 13px;
	padding-top: 10px;
	box-shadow:
	 0 -1px 0 rgba(0,0,0,0.5);
	border-top: 1px solid rgba(255,255,255,0.05);
}

.blog_image {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
    padding: 10px;
    overflow: hidden;
}

.blog_image div {
	overflow: hidden;
	max-height: 222px;
	max-width: 100%;
}

.blog_post h2 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 22px;
	font-family: 'Visitor';
}

.blog_post_info {
	position: absolute;
    right: 0;
    top: 12px;
}

.blog_post p {
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

.comment {
	background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
    color: #CCCCCC;
    margin-bottom: 2em;
    min-height: 132px;
    padding: 10px;
    text-shadow: -1px -1px 0 #000000;
    max-width: 100%;
    min-height: 108px;
}

.comment .avatar {
	float: left;
	background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
    padding: 10px;
    height: 88px;
    margin-right: 10px;
    display: block;
}

.comment p {
	margin-bottom: 0px;
	font-family: 'Open Sans';
	font-size: 13px;
}

h3 {
	margin: 0px;
}
