@import url(https://fonts.googleapis.com/css?family=Karla);

/* HTML5 Boilerplate Reset Code ========================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; font-family: sans-serif; color: #222; }

::-moz-selection { background: #E82C25; color: #fff; text-shadow: none; }
::selection { background: #E82C25; color: #fff; text-shadow: none; }

a { text-decoration:none; color:#DCD47C; }
a:hover { outline: 0; }
a:focus { outline: thin dotted; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
p { margin: 0;}
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
li { list-style:inside none; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #262E16; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* change here ================================================== */
html { height: 100%; background: #000; }
body { font: 14px Karla, sans-serif; font-weight: 400; }

#main-header { position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; }
#main-header .bg-sapce { width: 100%; padding: 20px 0px; }
#main-header .bg-sapce #logo { margin-left: 0px; }
#main-header .bg-sapce .content-space { margin: 0 auto; padding: 0; color: #fff; text-transform: uppercase; }
#mainfooter { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 9100; background: #262E16; }
#mainfooter .content-space { padding-left: 10px; }
#mainfooter .onright { float: right; padding-left: 10px; display: block;  }

#galleryspace { top: 0px; }
#galleryspace figure { display: none; position: relative; background: #000; }
#galleryspace figure img { position: absolute; top: 0; left: 0; }
#galleryspace figure.active { display: block; z-index: 9000; top: 0; left: 0; }
#galleryspace figure.active figcaption { position: fixed; top: 85%; display: block; color: #fff; width: 100%; text-transform: uppercase; }
#galleryspace figure figcaption p { width: 60%; margin: 0px auto; text-align: center;  }

#btn_prev, #btn_next { cursor: pointer; background: url("imgs/arrows.png") no-repeat; height: 133px; outline: medium none; overflow: hidden; position: absolute; text-indent: -9999px; top: 40%; width: 66px; z-index: 9000; }
#btn_prev { left: 0; }
#btn_next { right: 0; background-position: 0 -133px; }
#btn_next:hover { right: 0; background-position: -66px -133px; }
#btn_prev:hover { background-position: -66px 0px; left: 0; }

#loading { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: #262E16; z-index: 9200; }
#loading p { color: #fff; position: absolute; top: 50%; left: 0; right: 0; text-align: center; text-transform: uppercase; }

/* menus ======================================= */
.menu { float: left; margin: 0; padding: 0; }
.menu li a, .menu li { float: left; text-transform: uppercase; }
.menu li { position: relative; padding: 5px 10px; }
.menu li a { padding: 3px 5px; text-decoration: none; color: #FFF; text-shadow: 0 0 2px #444; -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; }
.menu li a:hover { background: #000; }

.menu li ul { display: none; left: 0; position: absolute; bottom: 100%; background: url(imgs/transparent.gif); }
.menu li:hover ul { display: block; width: 140px; }
.menu li ul a { white-space: pre; }
.menu li ul a:hover { background: #262E16; }

.content-space_box {
	color: #EAEAEA;
	position: absolute;
	top: 369px;
	left: 95px;
	right: 20;
	width: 827px;
	height: 342px;
	overflow: scroll;	
}
.container-text {
	color: #DAD3BC;
	position: relative;
	top: 110px;
	left: 50px;
	width: 1000px;
	height: 600px;
	overflow: scroll;
}

.container-text2 {
	color: #DAD3BC;
	position: relative;
	padding-top: 70px;
	left: 50px;
	width: 1000px;
	height: 800px;
	clear: both;
	overflow: scroll;
}
.container-text3 {
	color: #DAD3BC;
	position: relative;
	top: 110px;
	left: 100px;
	width: 1000px;
	height: 800px;
	overflow: scroll;
}

figcaption {
  padding: 5px;
  font-family: 'Helvetica', sans-serif;
  font-size: 9px;
  font-weight: 10;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}
.green {
	color: #92b655;
}
.container-text blockquote table tr td h1 .green {
	color: #92b655;
}
green_lighter {
	color: #88aa50;
}

.credit {
	font-size: small;
	margin-top: 6px;
	color: #CDCDCD;
}

.caption {
	margin-top: 12px;
	color: #FFFFCC;
}

.parag {
	margin-top: 36px;
}

.parag p {
	margin-bottom: 18px;
	text-align: left;
}
.beauty p {
	margin-bottom: 18px
}

.beauty td {
	padding-left: 15%;
	padding-right: 15%;
}

.botnav {
	height: 100px;
}

/* Bottom navbar soso ======================================= */

#mainfooter2 { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 9100; background: #262E16; }
#mainfooter2 .content-space2 { padding-left: 10px; }
#mainfooter2 .onright2 { float: right; padding-left: 10px; display: block;  }

/* menus2 ======================================= */
.menu2 { float: left; margin: 0; padding: 0; }
.menu2 li a, .menu2 li { float: left; text-transform: uppercase; }
.menu2 li { position: relative; padding: 5px 10px; }
.menu2 li a { padding: 3px 5px; text-decoration: none; color: #FFF; text-shadow: 0 0 2px #444; -moz-transition: 0.2s ease-in; -webkit-transition: 0.2s ease-in; }
.menu2 li a:hover { background: #000; }

.menu2 li ul { display: none; left: 0; position: absolute; bottom: 100%; background: url(imgs/transparent.gif); }
.menu2 li:hover ul { display: block; width: 140px; }
.menu2 li ul a { white-space: pre; }
.menu2 li ul a:hover { background: #262E16; }



/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #262E16;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* Style the links inside the navigation bar */


.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #262E16;
  color: #CCFF00;
}

/* Add a green background color to the active link */
.navbar a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the navbar (.icon) */
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the navbar with JavaScript when the user clicks on the icon. This class makes the navbar look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* KEF ======================================= */
.centre {align-items: center;
margin-left: auto;
margin-right: auto;
}
