
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
}
body {
	background:#555 url(../gfx/background.jpg) no-repeat center center;
    background-size: cover;
	font-family:'Merriweather', "Times New Roman", Times, serif;
	font-size: 16px;
}
a {
	outline:none;
}
table {
    border-collapse: collapse;
}
td {
    border: 1px solid #aaa;
    padding: 4px 16px;
}
#outer, .outer {
	/*border-collapse:collapse;*/
	width:100%;
	height:100%;
	padding: 0px 10px;
}
#outer {
	background: #555 url(../gfx/background.jpg) no-repeat center center; background-size: cover;/*transparent url(../gfx/shadow.png) no-repeat center center;*/
}
.top-menu {display: none;position: absolute;bottom: 45px;right: 10px;}
.top-menu {background: url(../gfx/menu-icon.png) no-repeat top left;font-family: 'Oswald','Century Gothic', Geneva,sans-serif !important;font-size: 12px;font-size: 13px;line-height: 12px;padding: 0px 0px 0px 10px;color: #f7f5e9;text-decoration: none;}
.top-menu:hover {background-position: bottom left !important;color: #ebe4bd !important;}

#nav {
	position:relative;
	max-width:1050px;
	width: 100%;
	height:120px;
	background:transparent url(../gfx/logo.png) no-repeat top left;
    background-size: 340px 120px;
	margin:auto;
}
.homelink {
	position:absolute;
	width:240px;
	height:50px;
	top:0;
	left:0;
	border:none;
}
#nav ul {
	position:absolute;
	width:950px;
	bottom:0;
	right:0;
	list-style-type:none;
	text-align:right;
}
#nav ul li {
	list-style:none; 
	display:inline;
	
}
#nav ul li a {
	display:inline-block;
	text-decoration:none;
	margin:0 8px;
	padding-bottom:20px;
}
#nav ul li a:hover, #nav ul li a.active {
    text-decoration: underline;
}
#shell {
	position:relative;
	max-width:1050px;
	width: 100%;
	height:auto;
	background:#111 url(../gfx/main_bg.jpg) no-repeat top right;
	margin:0 auto 50px auto;
    border: 1px #c0ab84 solid;
}
#shell img {
    max-width: 100%;
    height: auto;
    display: block;
}

#welcome {
	position:relative;
	max-width:1050px;
	width: 100%;
	height:auto;
	background:#fff;
	margin:0 auto 50px auto;
    border: 10px #fff solid;
}
#welcome img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    background: #fff;
}

#welcome img:hover {
    opacity:0.9;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
}

#splash, #main {
	position:relative;
	float:left;
	height:100%;
}
#splash {
	max-width:350px;
	width: 35%;
	background-repeat:no-repeat;
	background-position:top right;
    background-size: cover;
	min-height: 470px;
	position: relative;
}
#main {
	max-width:700px;
	width: 70%;
}
#content {
	position: relative;	
	height:438px;
	width:85%;/*80%;*/
	margin:60px 0 0 60px;
	overflow: auto;
	text-align:left;
	outline:none;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin:0 15px 15px 0;
	}
#content ul, #content ol {
	margin-left:25px;
	}

.clr {
	clear:both;
}
#footer {
	position:relative;
	max-width:1050px;
	margin:auto;
	font-size:8px;
	font-family:"Lato", Geneva, sans-serif;
    font-weight: 400;
	text-align:center;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#fff;
}
#footer a { 
    color:#fff; 
    text-decoration: none;
}

#footer a:hover { 
    color:#eee; 
    text-decoration: underline;
}


/* Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 11px;
	background: transparent url(../gfx/scroll_bg.png) center center repeat-y;
}
.vscrollerbar {
	width: 11px;
	background: #c0ab84;
	filter:alpha(opacity=59);
	-moz-opacity:.59;
	opacity:.59;
	cursor:move;
}
.vscrollerbasebeg {
	width: 11px;
	height: 10px !important;
	background: url(../gfx/scroll_begin-trans.png) 0 0 no-repeat;
}
.vscrollerbaseend {
	height: 11px;
	width: 11px;
	background: url(../gfx/scroll_end-trans.png) 0 0 no-repeat;
}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.hscrollerbase {
	height: 5px;
	background-color: #666667;
}
.hscrollerbar {
	height: 5px;
	background-color: black;
}
.scrollerjogbox {
	width: 11px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
#sidebar { position:absolute; top:0; right:0; width:200px; height:550px; font-size:13px; text-align:right; background-color:rgba(0,0,0,.6); }


.clear { clear: both; }

div, p, span, button, a, textarea, input, select { outline: none;}

.albumcontainer {
	margin-top: 20px;
}

.albumbox {
  margin: 10px auto;
  left:0px;
  right: 0px;
}

.albumbox img {
  /*
    margin: 0 2% 2% 0%; 
  width: 29%;
  padding: 0;
  border: 1px solid #eee;
    */
}

.albumbox img:hover{
  /*
    opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
    */
}

.albumbox li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.album { 
  display: inline-block;
    min-width: 100px;
    max-width: 150px;
  width: 23%;
    text-align: center;
  padding: 0 15px 30px 0;
  float: left;
}

.album img {     
    max-width: 100%;
    border: 2px solid #ebe4bd;
    /*border-radius: 10px;*/
}
.album a { color: #121212; text-decoration: none;}
.album a span{ text-transform: uppercase; font-size: 11px; }
.album a:hover span { color: #ebe4bd; }


.btn-dark {
	cursor: pointer;
	padding: 12px 16px; /*21px*/
	display: inline-block;
	background:#333;
	letter-spacing: 1px;
	font-weight: 300;
	color:#fff;
	font-size: 10px;
	line-height:12px;
	border:0.5px solid #fff;
	outline: none;
	position: relative;
	overflow:hidden;
    text-decoration:none!important;
    text-transform:uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.btn-dark:hover {
	background:#000;
	color:#fff!important;
}


/*** media ***/

/* width : 1000px ----------- */
@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px){

	.top-menu {display: block;}
	#nav ul {display: none;width: 100%;bottom: auto;top: 86px;left: 0px;right: 0px;background: rgba(0, 0, 0, 0.9);border: 1px solid #c0ab84;z-index: 999;} /*width: auto; */
	#nav ul li {display: block;clear: both;}
	#nav ul li a {display: block;padding: 8px 10px;margin: 0px 10px;border-bottom: 1px solid #666;}
	#nav ul li:last-child a {border-bottom: 0px;}

	#content {margin: 30px 0px 0px 30px;/*height: 100%;*/}

	#nav ul li a:hover, #nav ul li a.active { background: none;}
}

/* width : 900px ----------- */
@media only screen and (max-width : 900px),
only screen and (max-device-width : 900px){

	#splash img {position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;height: 100%;display: block;}

	#content {height: 400px;}
}


/* width : 765px ----------- */
@media only screen and (max-width : 768px),
only screen and (max-device-width : 768px){

	body {background: #555 url(../gfx/background.jpg) repeat top center;}
	#shell {background: #111 url(../gfx/main_bg.jpg) repeat-y top right;padding: 30px 0px;top: 85px;}
	#splash {display: block;clear: both;float: none;margin: 0px auto 20px;width: 100%;}
	#splash img {min-height: 470px;display: block;}
	#main {display: block;clear: both;width: 100%;text-align: left;}

	#outer { background: transparent;}

	#content_mcontentwrapper {height: auto !important;width: 100% !important;}
	#content {margin: 0px auto;width: auto;padding: 0px 40px 20px !important; height: auto;}

	.vscrollerbase {display: none !important;}

	#shell.page-index {background: #111 url(../gfx/main_bg.jpg) no-repeat top right  !important;padding: 0px !important;top: auto !important;}

	#nav {position: fixed;top: -14px;left: 20px;right: 20px;width: initial;z-index: 9;}
	.nav-bg {background: rgba(0, 0, 0, 0.85);position: fixed;content: '';top: 0px;left: 0px;right: 0px;bottom: 0px;width: 100%;height: 86px;z-index: 9;}
}


/* width : 480px ----------- */
@media only screen and (max-width : 480px),
only screen and (max-device-width : 480px){

	#nav {background-size: 65% auto;background-position: center left;}
	#splash {margin: 0px 20px 20px 20px;width: initial;}
    #footer { font-size:7px; letter-spacing: 0px;}
    
    #main {
        max-width: 370px;
    }
    
    #content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
    margin: 0 0 15px 0;
}
}