
body {
  background-color: #663e1b;
  font-family: 'Quicksand', Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
	font-size: 20px;
	letter-spacing: 1px;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Helvetica, sans-serif;
    font-weight: 300;
    color: #663e1b;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #663e1b;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #9C5931;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

label {
  font-weight:normal;
  color: #663e1b;
  font-weight: 300;
}


.btn-default {
  border-color: #663e1b;
  white-space: normal;
  background: #663e1b;
  color: #fff;
}


@media only screen and (max-width: 768px) {
  
  .btn-lg {
    font-size: 14px;
  }
  
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#header {
  padding: 50px;
  background-color: white;
  position: relative;
}

#header h2 {
  color: #663e1b;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
  font-family: 'Quicksand', serif;
  font-style: normal;
}

#logo {
  width:360px;
  position: absolute;
  left: 50%;
  margin-left: -180px !important;  /* 50% of your logo width */
  display: block;
}

#logo img {
  height:100%;
  margin:0 auto;
  display:block;
  margin-bottom:100px;
}


#hero {
  background: url(../img/bg.jpg) no-repeat center top;
  text-align:center;
  background-position: center center;
  min-height: 400px;
  max-height: 400px;
  width: 100%;
	
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer {
  background: #1E1816;
  color: #fff;
  font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

.footer p {
  color: #fff;
  font-size: 14px;
}

.tm-panel {
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
  font-size: 20px;
  color: #663e1b;
}

@media only screen and (max-width: 768px) {
  
  .tm-panel  {
    margin-top: 0px;
    margin-bottom: 0;
  }
  
  .tm-panel.no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
}

.tm-panel-border {
  border-bottom: 1px solid #663e1b;
}

.tm-panel h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

.tm-panel h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
  font-family: 'Quicksand', Helvetica, sans-serif;
  font-style: normal;
}

.tm-panel hr.short {
  width: 50px; 
  border-color: #663e1b;
  border-width: 1px; 
  margin: 30px auto;
}


#nextevent {
	background: #3c342f;
}

#nextevent h2 {
  color: #fff;
}

#nextevent h3, #nextevent p, #nextevent label {
	color: #fff;
} 

#nextevent hr.short {
  border-color: #fff;
}

#nextevent .btn-default {
    background: #fff;
    color: #663e1b;
}

#about {
  
}


h4.panel-title {
  font-family: 'Quicksand', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
}


/*---------------*/

#headerwrap {
  background: url(../img/bg.jpg) no-repeat center top;
  text-align:center;
  background-position: center center;
  min-height: 600px;
  max-height: 600px;
  width: 100%;
	
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.event_bg {  
  background-position: center center;
    
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.mask:before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
}

#title {
  padding: 20px; 
}

@media only screen and (max-width: 768px) {
  
  #headerwrap {
    height: 400px;
  }
  #title {
    margin-top: 0px;
    margin-bottom: 0;
  }
  
}

#headerwrap h1 {
	color: white;
	font-size: 90px;
	font-weight: 300;
  font-family: 'Quicksand', serif;
  
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6)
}

#headerwrap h2 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  line-height: 140%;
  font-family: 'Quicksand', serif;
  font-style: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6)
}

#headerwrap h3 {
  color: white;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
  font-family: 'Quicksand', serif;
  font-style: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6)
}

#headerwrap p {
  color: white;
}

@media only screen and (max-width: 768px) {
  #headerwrap h1 {
    font-size: 70px;
  }
  #headerwrap h2 {
    font-size: 22px;
  }
  #headerwrap h3 {
    font-size: 16px;
  }
}


#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

hr.short {
  width: 50px; 
  border-color: white;
  border-width: 1px; 
  margin: 30px auto;
  
}


/* Footer Wrap */

#f {
	background: #3c342f;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center
}

#f h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

#f i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

#f p {
	font-size: 20px;
	color: #f2f2f2;
}

#f img {
	text-align: center;
}

@media only screen and (max-width: 768px) {
  
  #f {
    margin: 0;
    padding: 0;
  }
  
}


/* MENU CONF*/

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #19110B;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #927D6A;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(28,27,35,0.5);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,1);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


