/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
margin:0;
padding:0;
color: #FFFFFF;
background-color: #999999;
line-height: 1.500;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

@font-face { font-family: 'BentonSans-Regular'; src: url('fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/BentonSans-Regular.otf') format('opentype'), url('fonts/BentonSans-Regular.woff') format('woff'), url('fonts/BentonSans-Regular.ttf') format('truetype'), url('fonts/BentonSans-Regular.svg#BentonSans-Regular') format('svg'); font-weight: normal; font-style: normal; }

@font-face {
  font-family: 'BentonSans-Light';
  src: url('fonts/BentonSans-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/BentonSans-Light.otf')  format('opentype'),
	     url('fonts/BentonSans-Light.woff') format('woff'), url('fonts/BentonSans-Light.ttf')  format('truetype'), url('fonts/BentonSans-Light.svg#BentonSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, p, td, td p {
font-family:  Verdana, sans-serif, 'BentonSans-Regular';
font-size: 15px;
}

h1, h2, h3, h4, h5, h6, p {
margin-bottom:15px;
}

h1 {
font-size:34px;
font-weight:normal;
color:#c77649;
}

a:active, a:focus { 
outline: 0; 
}

.bg {
position:fixed;
width:100%;
height:100%;
top:0;
background-position:top center;
background-repeat:no-repeat;
background-size:cover;
}

/*@media screen and (max-width: 1024px) { 
  img.bg {
    left: 50%;
    margin-left: -512px;  
  }
} */

#topwrapper {
display:none;
}

#headerwrapper {
position: relative;
width: 100%;
height:auto;
z-index:1;
padding-left:10px;
padding-right:10px;
}

#header {
width:100%;
max-width:1024px;
height:auto;
margin-left:auto;
margin-right:auto;
padding:30px 20px 30px 20px;
}

#header img {
max-width:100%;
height:auto;
display:block;
}

#navwrapper {
position: relative;
width: 100%;
height:auto;
background-color:#383838;
-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 4px 7px 0px rgba(50, 50, 50, 0.75);
z-index:1;
padding-left:10px;
padding-right:10px;
height:60px;
z-index:300;
}



#contentwrapper {
position: relative;
width: 100%;
height:auto;
z-index:1;
padding-left:10px;
padding-right:10px;
}

#sliderwrapper {
width:100%;
max-width:1024px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#sfeer {
width:100%;
max-width:1024px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#sfeer img {
max-width:100%;
height:auto;
display:block;
}

#content {
width:100%;
max-width:1024px;
height:auto;
min-height:300px;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
margin-left:auto;
margin-right:auto;
padding: 40px 20px 40px 20px;
}

#content img {
max-width:100%;
height:auto;
padding:10px;
}

#content strong {
color:#c77649;
}

#content a {
color:#c77649;
text-decoration:none;
}

#content a:hover {
text-decoration:underline;
}

#home-content {
width:100%;
max-width:1024px;
height:auto;
padding-left:50px;
padding-right:50px;
margin-left:auto;
margin-right:auto;
margin-top:10%;
margin-bottom:20px;
text-align:center;
}

#home-content h1 {
font-size:40px;
background-color:#383838;
width:auto;
display:  inline-table;
padding-left:50px;
padding-right:50px;
line-height:55px;
color:#FFFFFF;
}

#home-content > div {
font-family: 'BentonSans-Light';
margin-top:-40px;
margin-bottom:0;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.5);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
border: solid 3px #FFFFFF;
color:#FFFFFF;
text-align:center;
padding:43px 30px 43px 30px;
}

#home-content p:first-child {
font-size:40px;
}

#home-content img {
max-width:100%;
height:auto;
}

#home-content a:last-of-type {
color:#FFFFFF;
text-decoration:none;
}

#footerwrapper {
position: relative;
width: 100%;
height:auto;
z-index:1;
background-image:url(../layout/footer.png);
background-repeat:no-repeat;
background-position:bottom center;
padding-left:10px;
padding-right:10px;
}

#footer {
width:100%;
max-width:1024px;
min-height:58px;
padding-bottom:32px;
margin-left:auto;
margin-right:auto;
line-height:25px;
text-align:center;
color:#FFFFFF;
text-transform:uppercase;
font-size:13px;
}

#footer a {
text-decoration:none;
color:#FFFFFF;
}

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

.clear {
clear:both;
}

p.mx_buttons {
position:relative;
z-index:2;
}

#sfeer p.mx_buttons {
position:absolute;
top:10px;
left:45%;
}

@media screen and (max-width: 700px) {

#navwrapper {
display:none;
}

#topwrapper {
display:block;
width:100%;
height:50px;
background-color:#383838;
position:relative;
padding-top:13px;
padding-left:13px;
}

#topwrapper img {
width: auto;
height:24px;
}

#home-content {
    padding-left: 25px;
    padding-right: 25px;
}

#home-content h1 {
font-size:30px;
}

#home-content p:first-child {
font-size:30px;
}

} /* end mediaquery */

@media screen and (max-width: 500px) {

#home-content {
    padding-left: 15px;
    padding-right: 15px;
}

#home-content h1 {
font-size:25px;
}

#home-content p:first-child {
font-size:25px;
}

} /* end mediaquery */