/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #dacece;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3e332e;
}

a{
  outline: 0;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}


div.container{
  width: 100%;
  margin: 0px;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 100%;
  height: 119px;
  background-image: url("../images/menu_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}
header img.logo{
  display: block;
  top: 21px;
  left: 39px;
  position: relative;
}
header p{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 625px;
  height: 41px;
  padding-right: 43px;
  border-bottom: 1px solid #9a1920;
  color: #FFF;
  line-height: 41px;
  font-size: 13px;
  text-align: right;
}
header p a{
  color: inherit;
  text-decoration: none;
}
header p a.facebook{
  color: inherit;
  text-decoration: none;
}
header p a.facebook i.facebookLogo{
  color: #9a1920;
}

div.menuHolder{
  position: absolute;
  top: 42px;
  right: 43px;
  width: 700px;
  height: 75px;
  z-index: 100;
}
nav{
  width: 700px;
  height: 75px;
}
nav ul{
  width: 700px;
  height: 75px;
  text-align: right;
}
nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 13px;
  height: 75px;
  line-height: 75px;
  margin-right: 15px;
}

nav ul li.menuArrow{
  padding-right: 10px;
  background-image: url("../images/menu-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

nav ul li a{
  color: inherit;
  text-decoration: none;
}

nav ul li:nth-child(3){
  display: none;
}
nav ul li:last-child{
  margin-right: 0px;
}

ul li.menuButton{
  display: none;
}


nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 60px;
  text-align: left;
  background-color: #FFFFFF;
  min-width: 160px;
}
nav ul li:hover>ul{
  display: block;
}

nav ul li ul li{
  display: block !important;
  float: none !important;
  list-style-type: none;
  text-transform: none;
  color: #3e332e;
  border-bottom: solid 1px #9a1920;
  font-size: 13px;
  line-height: 34px;
  height: 34px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 16px;
  padding-right: 34px;
  white-space: nowrap;
  min-width: 110px;
}
nav ul li ul li:last-child{
  border-bottom: none;
}
nav ul li ul li:hover{
  color: #FFFFFF;
  background-color: #9a1920;
}
nav ul li ul li.subMenuArrow{
  background-image: url("../images/submenu-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
}

nav ul li ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 0px;
  left: 160px;
  text-align: left;
  background-color: #FFFFFF;
}
nav ul li:hover>ul{
  display: block;
}
nav ul li ul li ul li{
  display: block !important;
  float: none !important;
  list-style-type: none;
  text-transform: none;
  color: #3e332e;
}
nav ul li ul li ul li:last-child{
  border-bottom: solid 0px #cfcad5;
}
nav ul li ul li ul li:hover{
  color: #FFFFFF;
  background-color: #686878;
}

/*      CONTENT      */
div.slideShowHolder{
  position: relative;
  width: 1089px;
  height: 439px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
div.slideShow{
  height: 439px;
  height: 0px;
  width: 1089px;
  position: relative;
  overflow: hidden;
  display: none;
}
div.slide{
  position: absolute;
}
div.slide img{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1089px;
  height: 439px;
  text-align: center;
}
div.fade{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1089px;
  height: 439px;
  background-image: url("../images/slider_fade.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

div.shadow{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1089px;
  height: 439px;
  background-image: url("../images/header_shadow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
div.slide div.slideText{
  position: absolute;
  left: 95px;
  top: 65px;
  width: 430px;
}
div.slide div.slideText h3{
  color: #FFFFFF;
  font-size: 39px;
  line-height: 39px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
div.slide div.slideText p{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}
div.slide div.slideText a.slideButton{
  display: inline-block;
  margin-top: 15px;
  height: 34px;
  line-height: 34px;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3e332e;
  text-decoration: none;
}

div.slideLeft, div.slideRight{
  position: absolute;
  top: 92px;
  left: -31px;
  width: 62px;
  height: 60px;
  background-image: url("../images/slide-prev.png");
  background-size: 100% 100%;
  cursor: pointer;
}
div.slideRight{
  left: auto;
  right: -31px;
  background-image: url("../images/slide-next.png");
}

div.content{
  position: relative;
  margin-top: -187px;
  width: 1089px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 110px;
  background-image: url("../images/content-bg-default.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
div.content.home{
  background-image: url("../images/content-bg-home.png");
}

div.centerContent{
  position: relative;
  width: 1089px;
  margin-left: auto;
  margin-right: auto;
}

article{
  width: 525px;
  margin-left: 45px;
  margin-right: 145px;
  text-align: left;
  float: left;
}

article h1{
  font-size: 30px;
  line-height: 30px;
  color: #3e332e;
  margin-bottom: 25px;
  font-weight: normal;
}
article h2{
  font-size: 20px;
  line-height: 20px;
  color: #524641;
  margin-bottom: 3px;
  font-weight: normal;
}
article h3{
  font-size: 16px;
  line-height: 16px;
  color: #524641;
  margin-bottom: 2px;
  font-weight: 700;
}

article a{
  color: inherit;
  text-decoration: underline;
}

article ul{
  margin-left: 18px;
}

aside{
  width: 340px;
  margin-top: 65px;
  float: left;
  color: #FFFFFF;
}

aside img{
  display: block;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 35px;
}
aside h2{
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: normal;
  margin-top: 13px;
}


/*      NEWS      */
a.newsItem{
  display: block;
  position: relative;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 10px;
  min-height: 180px;
  border-bottom: solid 1px #b9b2c0;
}
aside a.newsItem{
  min-height: 115px;
}
a.newsItem img{
  display: block;
  position: absolute;
  left: 2px;
  top: 13px;
  width: 124px;
  margin-top: 0px;
}
aside a.newsItem img{
  width: 80px;
}
a.newsItem span.title{
  display: block;
  margin-left: 139px;
  font-weight: 700;
  color: #3e332e;
  font-size: 21px;
}
aside a.newsItem span.title{
  color: #FFFFFF;
  margin-left: 95px;
}
a.newsItem span.intro{
  display: block;
  margin-left: 139px;
  color: #3e332e;
}
aside a.newsItem span.intro{
  margin-left: 95px;
  color: #FFFFFF;

}
a.backButton{
  display: inline-block;
  margin-top: 15px;
  height: 34px;
  line-height: 34px;
  padding-left: 35px;
  padding-right: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3e332e;
  text-decoration: none;
  background-image: url("../images/backbutton.png");
  background-repeat: no-repeat;
  background-position: left center;
}


/*      CONTACT      */
aside.contact h2{
  margin-bottom: 20px;
}
aside.contact p{
  float: left;
  width: 145px;
  font-size: 13px;
}
aside.contact p:nth-of-type(2){
  width: 195px;
}
aside.contact p.wide{
  width: 100%;
  margin-bottom: 20px;
}
aside.contact b{
  font-size: 16px; 
}
aside.contact a{
  color: #FFFFFF;
  text-decoration: none;
}
aside.contact a:hover{
  text-decoration: underline;
}
aside.contact p a{
  color: #3e332e;
  text-decoration: none;
}
aside.contact p a:hover{
  text-decoration: underline;
}
div.googleMaps{
  width: 340px;
  height: 225px;
  margin-top: 30px;
  margin-bottom: 3px;
}

div.contactForm{
  margin-top: 25px;
}
input.inputText, input.inputTextError{
  display: block;
  float: left;
  position: relative;
  border: none;
  background-color: #FFFFFF;
  height: 33px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 33px;
  width: 242px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
}
textarea.inputArea, textarea.inputAreaError{
  display: block;
  float: left;
  position: relative;
  border: none;
  background-color: #FFFFFF;
  height: 150px;
  font-family: 'Noto Sans';
  font-size: 14px;
  width: 504px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
input.inputTextError, textarea.inputAreaError{
  background-color: #9a1920;
  color: #FFFFFF;
}
input.submitButton{
  background-color: #3e332e;
  color: #FFFFFF;
  background-image: url("../images/submit_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: 'Lato';
  font-size: 14px;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 35px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 11px;
  float: right;
}



/*      FOOTER      */
footer{
  position: relative;
  width: 100%;
  background-color: #3e332e;
  height: 180px;
}
div.footerInfo{
  position: absolute;
  top: -60px;
  width: 1089px;
  height: 178px;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center;
}
img.footerPic{
  display: block;
  float: left;
  margin-left: 46px;
  margin-top: 30px;
  margin-right: 40px;
}
div.centerContent div.footerInfo div{
  float: left;
  width: 450px;
  margin-top: 26px;
  color: #3e332e;
  line-height: 20px;
}
div.footerInfo h3{
  color: #9a1920;
  font-weight: 700;
}

div.footerInfo div.contact p{
  float: left;
  margin-right: 30px;
  line-height: 24px;
}
div.footerInfo div.contact p span.contactIcon{
  width: 35px;
  text-align: center;
}
div.footerInfo div.contact p span.phone{
  font-size: 18px;
}
div.footerInfo div.contact p a{
  color: #9a1920;
  text-decoration: none;
}

div.centerContent div.footerInfo div.times{
  width: 370px;
}
div.centerContent div.footerInfo div.times div{
  float: left;
  width: 185px;
  margin: 0px;
}
p.timeLabel{
  float: left;
  width: 40px;
}
p.timeData{
  float: left;
  margin-right: 35px;
}

div.copyright{
  position: absolute;
  top: 120px;
  width: 100%;
  font-size: 12px;
  line-height: 50px;
  color: #aa9797;
  text-align: center;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #dbd0d0;
  text-decoration: none;
}