@font-face {
	font-family: 'Walkway';
	src:  url('Walkway.ttf') format('truetype');
}


body{ 
	background:#010101 url('background_dark2.jpg') no-repeat fixed left top;
	color:#ddd;
	font-family:'Walkway', sans-serif;
	letter-spacing:0.5px;
}

p {
	margin:0;
	padding:0;
}

.siteHeader a{
	font-size:32px;
	position:fixed;
	margin:8px 0 0 85px;
	color:#939191;
	text-decoration:none;
}

.siteHeader a:hover{
	opacity:0.6;
	cursor:pointer;
}


.menu{
	text-align:right;
	width:210px;
	height:200px;
	margin:60px 0 0 159px;
	line-height:21px;
	float:left;
	position:fixed;
}

.menu a{
	font-size:18px;
  text-decoration:none;
	color:#ddd;
	opacity:0.6;
}

a:hover{
	opacity:1;
}

.highlight a{
	opacity:1;
}

.item{
  width:800px;
}

.porthole{
margin:30px 0px 0px 400px;
}

.owl-carousel{
	width:800px !important;
}

.owl-theme .owl-controls .owl-buttons div{
	background-color:#ddd !important;
	color:black !important;
	font-weight:bold;
	padding:3px 10px !important;
	margin:-2px !important;
	  border-radius:0 !important;
opacity:1 !important;
	font-size:20px !important;
	}

.owl-theme .owl-controls .owl-page span{
background-color:#939191 !important;
border: dashed #939191 1px;
padding:1px;
width:0!important;
border-radius:0 !important;
}

.description{
	margin-top:10px;
}

.description a{
	      color:#939191;
				  opacity:0.4;
			  text-decoration:none;
	}
.description a:hover{
	text-decoration:underline;
	opacity:1;
}

.owl-pagination{
	width: 750px;
	float: right;
}

.owl-buttons{
	width:50px;
float:left;
}

.owl-prev{
	display:none !important;
}

.owl-next{
	float:left;
}


