/* start resets */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,figure,header,hgroup,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{font-size:100%;background:transparent;margin:0;padding:0}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
table{border-collapse:collapse;border-spacing:0}
input,select{vertical-align:baseline}
/* end resets */
/* Main body, somewhat universal */
body, html {

	height: 100%;
}
body {
	color: #000;
	background: #0a171d;
	font: 16px/25px Arial, sans-serif;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	font-weight: 400;
}
h1 {
	color: #B59F79;
	font-size: 24px;
}
h2 {
	color: #24211a;
	font-family: 'Arimo', sans-serif;
  font-size: 23px;
  font-weight: 400;
}
h3 {
	color: #ccc;
	font-size: 20px;
}
h4 {
	color: #ccc;
	font-size: 18px;
}
h5 {
	color: #ccc;
	font-size: 16px;
}
h6 {
	color: #ccc;
	font-size: 15px;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	margin: 10px 0;
	background-color: #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80); /* Old IE */
}

header {
  height: 245px;
  background: #000;
  position: relative;
  top: 0px;
  left: 0px;
  }
  
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a, a:link, a:active, a:hover, a:visited {
	outline: none;
	text-decoration: none;
}
a {
	color: #ccc;
}
a:hover {
	color: #696969;
}
input, input:focus,
textarea, textarea:focus {
	outline: none;
}
label,
button,
input[type=button],
input[type=submit] {
	cursor: pointer;
}
img {
	border: none;
	outline: none;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 20px 0;
}
p:first-child,

}
#noscript-padding {
	padding: 56px 0 0;
}
#noscript {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	color: #BB3535;
	text-align: center;
	padding: 15px 0 22px;
	background-color: #FFCFCF;
	border-bottom: 1px solid #BB3535;
	font: 14px Tahoma, Arial, sans-serif;
}
#noscript a {
	color: #BB3535;
	font-weight: bold;
}
#noscript a:hover {
	color: #e27e7e;
}

#mainwrapper {
  width: 100%;
  height: 100%;
  display: table;
  }
  
#maincontainer {
  display: table-cell;
  vertical-align: middle;
  }
  
#container {
  height: 595px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 0px auto;
  }

footer {
  clear: both;
  padding-top: 20px;
  color: #8c7752;
  margin: 0px;
  font-family: 'Arimo', sans-serif;
  height: 50px;
  overflow: hidden;
  }
  
.copyright {
  padding: 0px;
  color: #8c7752;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  }
  
.noveo {
  text-align: right;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  }
  
.noveo a {
  color: #8c7752;
  }
  
.powered, .powered a {
	font-size: 9px;
	color: #CCC;
  }
  
.wrapper {
	width: 980px;
	margin: 0 auto;
}

.topbox {
  height: 80px;
  position: relative;
  top: 0px;
  left: 0px;
  }
  
.shadowcontainer {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/shadow.png);
  z-index: 999;
  }
  
#logobox {
  padding-top: 10px;
  width: 339px;
  height: 60px;
  float: left;
  }

#menu1 {
  float: right;
  padding-top: 20px;
  }
  
#menu1 ul, #menu1 ul li {
   margin: 0px;
   padding: 0px;
   list-style: none;
  }  
  
#menu1 ul {
  float: right;
  margin: 0px;
  padding: 0px;
}

#menu1 ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  }
  
#menu1 ul li a {
  font-family: 'Arimo', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #a79472;
  text-decoration: none;
  display: inline-block;
  line-height: 60px;
  padding: 0px 25px;
  text-transform: lowercase;
  }
  
#menu1 ul li a:hover {
   color: #FFF;
  }
  
#slidercontainer {
  clear: both;
  width: 100%;
  height: 245px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  }
  
#slidercontainer * {
   height: 245px;
   margin: 0px;
   padding: 0px;
   list-style: none;
  } 
  
  
  
.inputbox {
   padding: 0px;
   width: 400px;
   float: left;
  }
  
.inputbox input {
  padding: 5px;
  border: 1px solid #B59F79;
  border: 1px solid #696a68;
  margin: 2px;
  display: block;
  float: left;
  width: 170px;
  background: #4c4e4a;;
  color: #B59F79;
  font: normal 12px arial;
  box-shadow: 0 0 3px #272b25 inset;
 -moz-box-shadow: 0 0 3px #272b25 inset; 
 -webkit-box-shadow: 0 0 3px #272b25 inset; 
  color: #dfe1dd;
  }
  
.inputbox input {  
  border-color: #5d533d;
  box-shadow: 0 1px 3px #a39e8a inset, 0 0 0 #FFFFFF, 0 1px 0 #eae3ca, 0 0 0 #FFFFFF;
  font-size: 18px;
  left: -1px;
  margin: 0 5px 10px 0px;
  min-height: 22px;
  background: #eaeaea;
  width: 170px;
  border-radius: 3px 3px 3px 3px;
  color: #776c55;
  display: inline-block;
  font: normal 13px arial;
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  vertical-align: middle;
  }
  
.inputbox input:focus {
  border: 1px solid #B59F79;
  background: #FFF;
  }
  
/* .inputbox textarea {
  width: 356px;
  height: 35px;
  padding: 2px 5px;
  background: #4c4e4a;;
  color: #B59F79;
  font: normal 12px arial;
  box-shadow: 0 0 3px #272b25 inset;
 -moz-box-shadow: 0 0 3px #272b25 inset; 
 -webkit-box-shadow: 0 0 3px #272b25 inset; 
  color: #dfe1dd;
  margin: 2px;
  font: normal 12px arial;
  display: block;
  float: left;
  border: 1px solid #696a68;
  margin-bottom: 5px;
  }
  
  */
  
.inputbox textarea {  
  border: 1px solid #5d533d;
  box-shadow: 0 1px 3px #a39e8a inset, 0 0 0 #FFFFFF, 0 1px 0 #eae3ca, 0 0 0 #FFFFFF;
  font-size: 18px;
  left: -1px;
  margin: 0 8px 8px 0px;
  min-height: 22px;
  background: #eaeaea;
  width: 360px;
  height: 35px;
  border-radius: 3px 3px 3px 3px;
  color: #776c55;
  display: inline-block;
  font: normal 13px arial;
  padding: 4px 6px;
  vertical-align: middle;
  }
  
  
.inputbox textarea:focus {
  border: 1px solid #B59F79; 
  }
  
.inputbox .errorframe {
  border: 1px solid red;
  background: #fff4f4;
  }
  
  span.error {
    font-size: 10px;
    float: left;
    width: 10px;
    color: red;
    display: block;
    }
  
input.submit {
    border-radius: 3px 3px 3px 3px;
    background-color: #d3cfc3;
    background-image: linear-gradient(to bottom, #d3cfc3, #9a9381);
    background-repeat: repeat-x;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset, 0 0 0 #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 #FFFFFF;
    color: #5d533d;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    padding: 5px 20px;
    border: 1px solid #5d533d;
  }
  
input.submit:hover {
   background: #d3cfc3;
  }
  
#slidercontainer img {
   width: 100%;
   width: auto;
   display: block;
   margin: 0px auto;
  }
  
.titlecontainer {
  width: 100%;
  background: url(../images/shadow.png);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 998;
  }
  
.pagetitle {
  text-align: center;
  padding: 20px 0px;
  font-size: 30px; 
  font-family: 'Arimo', arial;
  font-weight: 400;
  color: #b59f79;
  }
  
.maincontainer {
  height: 260px;
  background: #8e7f69 url(../images/canvas.jpg);
  padding-top: 20px;
  overflow: hidden;
  }
    
.col-right {
  width: 360px;
  float: right;
  padding-top: 10px;
  }
  
.col-center {
  width: 140px;
  width: 160px;
  float: right;
  height: 210px;
  height: auto;
 /* overflow-y: hidden; */
  padding-top: 10px;
  position: relative;
  top: 0px;
  left: 0px;
  }
  
.col-left, .col-left2 {
   margin-right: 520px;
   font-size: 16px;
   font-weight: 400;
   font-family: 'Arimo', sans-serif;
   line-height: 20px;
   text-align: justify;
  }
  
.col-left2 {
  margin-right: 460px;
  padding-top: 10px;
  }

.col-left h2 {
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 25px;
 /* background: url(../images/titleshadow.png) no-repeat left bottom; */
  }
  
.col-left h2 b {
   font-weight: 700;
   /*color: #BFC9C0; */
  }
  
.col-left h2 span {
   font-size: 17px;
 /*  font: bold 16px arial;
 color: #BFC9C0; */
 

  }
  
.contactform {
  background: url(../images/transparent.png);
  background: none;
  padding: 10px 20px 0px 20px;
  height: 200px;
  color: #aa9673;
  padding: 0px 20px;
  height: 210px;
  }
  
.contactform label {
  font: normal 12px arial;
  width: 60px;
  display: inline-block; 
  }
  
.sendmessage {
  text-align: center;
  padding: 20px;
  border: 2px solid #bfc9c0;
  background: #d0d7d1;
  color: #0a171d;
  font-size: 14px;
  margin: 20px;
  box-shadow: 0px 0px 10px #000;
  }
  
#pageDescription {
  width: 100%;
  height: 210px;
  overflow-y: auto;
  color: #000; 
  text-shadow: 1px 1px 1px #b2ad99;
  }
  
.contentbox {
  padding-right: 20px;
  }
  
  
/* Content, more specific */
/* Contact form */
.c-f {
	
}
.c-f .labels {
	width: 90px;
	padding-left: 30px;
}
.c-f .inputs {
	width: 184px;
}
.c-f label, .c-f input {
	display: block;
}
.c-f label {
	color: #696969;
	line-height: 32px;
	margin: 0 15px 4px 0;
}
.c-f input {
	height: 25px;
	margin: 0 0 4px;
}
.c-f input,
.c-f textarea {
	width: 176px;
	background-color: #ccc;
	border: 1px solid #696969;
	padding: 3px;
	font: 12px Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 24px;
}
.c-f .focus,
.c-f input:focus,
.c-f textarea:focus {
	box-shadow: 0 0 4px 0 #000;
	behavior: url(pie.htc);
}
.c-f textarea {
	min-height: 150px;
	resize: vertical;
	overflow: auto;
}
.c-f .submit {
	display: block;
	width: 86px;
	background-color: #ccc;
	border: 1px solid #696969;
	color: #696969;
	font-size: 15px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: -20px;
	right: 1px;
	cursor: pointer;
}
.sending {
	width: 86px;
	position: absolute;
	bottom: -20px;
	right: 1px;
}
/* Error messages */
.inputs fieldset {
	position: relative;
}
.inputs fieldset span {
	position: absolute;
	top: 2px;
	left: -150px;
}
.inputs fieldset label.error {
	position: absolute;
	top: 0;
	left: -157px;
	background-color: #FF2525;
	border-radius: 3px;
	box-shadow: 0 0 5px 1px #696969;
	behavior: url(pie.htc);
	line-height: 31px;
	font-size: 13px;
	width: 130px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}
#success,
#failed {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	text-align: center;
	padding: 40px 10px;
}
#failed {
	color: red;
}
#success p,
#failed p {
	text-align: center;
}
/* End contact form */
/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: #444 !important;
		text-shadow: none;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after {
		content: " (" attr(href) ")";
	}
	abbr:after {
		content: " (" attr(title) ")";
	}
	.ir a:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3{
		page-break-after: avoid;
	}
}
/* End print styles */


ul.mini, ul.mini li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  
/*ul.mini {
  height: 210px;
  overflow: hidden;  
  } */ 
  
ul.mini li {
   width: 120px;
   margin-bottom: 20px;
   margin-bottom: 5px;
   margin-bottom: 0px;
  }
  
ul.mini li a {
    display: block;
    width: 120px;
  }
  
ul.mini li a img {
   display: block;
   width: 120px;
   width: 115px;
  }
  
#intro {
  width: 100%;
  height: 100%;
  overflow: hidden;

  }
  
#intro a {
  display: block;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  

  }
  
#intro a img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
.galeriabox ul, .galeriabox ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  
.galeriabox ul {
   position: relative;
   top: 0px;
   left: 0px;
   width: 340px;
   width: 355px;
   height: 210px;
   height: 220px;
  }
  
.galeriabox ul li {
   position: absolute;
   left: 0px;
   top: 0px; 
  }
  
.galeriabox ul li div {
   display: none;
  }
  
.galeriabox ul li img {
   width: inherit;
   height: inherit;
  }
  
#introlink {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: url(../images/none.gif);
  cursor: pointer;
  }
  
  
  
  
  
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #b2ad99;
	position: relative;
/*  box-shadow: 0px 0px 5px #847f69 inset; */
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
  border-radius: 3px 3px 3px 3px;
    background-color: #d3cfc3;
    background-image: linear-gradient(to bottom, #d3cfc3, #9a9381);
    background-repeat: repeat-x;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset, 0 0 0 #FFFFFF, 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 #FFFFFF;
    border: 1px solid #5d533d;
    


}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


#picbox2 {
  width: 340px;
  height: 210px;
  overflow: hidden;
  }

#picbox2 ul, #picbox2 ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  
#picbox2 ul li a {

  }
  
#picbox2 ul li a img {
  }
  
.col-center .bx-controls {
  width: 20px;
  height: 100%;
  
}

.col-center .bx-controls a {
   color: #000;
  }
  
.col-center .bx-wrapper {
  padding-left: 20px;
  }
  
.col-center a.bx-next {
  display: inline-block;
  width: 38px;
  height: 10px;
  background: url(../images/arrow3.png) no-repeat left top;
  text-indent: -100px;
  overflow: hidden;
  position: absolute;
  left: 60px;
  top: -5px;
  }
  
.col-center a.bx-next:hover {
  background: url(../images/arrow3.png) no-repeat right top;
  }
  
.col-center a.bx-prev {
  display: inline-block;
  width: 38px;
  height: 10px;
  background: url(../images/arrow3.png) no-repeat left bottom;
  text-indent: -100px;
  overflow: hidden;
  position: absolute;
  left: 60px;
  /*bottom: -15px; */
  top: 230px;
  }
  
.col-center a.bx-prev:hover {
  background: url(../images/arrow3.png) no-repeat right bottom;
  }
  
  
  
  
/*   COOKIE   */

.cookieFormcontainer {
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
background: #132831;  
z-index: 9999999;
  }

.cookieForm {
width: 880px;
margin: 0px auto;
display: block;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
padding: 10px 20px 20px 20px;
color: #b59f79;
text-decoration: none;

line-height: 1em;
}
h3.cookie_title {
	color: #2f3d5b;
	font-size:16px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(214, 214, 214);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	display:none
}
.cookieText {
text-align: justify;
float: left;
width: 760px;
}
.cookie_link {
	color: #c3beb0;
	text-decoration: none;
 
}
.button {
color: #0a171d;
background-color: #bab4a5;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
padding: 4px 6px;
float: right;
cursor: pointer;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.button:hover {background:#d9d5cb;}




#intro2 {
  width: 100%;
  height: 100%;
 /* background: #0a171d url(../images/intro1.jpg) no-repeat center center;           */
 background-color: red;
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1111;
  }
  
#introshadow {
  width: 100%;
  height: 100%;
  background: #0a171d; 
  position: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1110;
  }
  
body #intro2 {
 /*   background: #0a171d url(../images/intro1.jpg) no-repeat center center fixed;
    background-size: cover; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro1.jpg',sizingMethod='scale');


    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/intro1.jpg',sizingMethod='scale')";       */
}



.col-right ul, .col-right ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  
  
  
@media screen and (max-width: 999px) {

.cookieFormcontainer {
  display: none;
  
} 


}
  





