body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background: #fff;
}

h1, h2, h3, h4 {
	letter-spacing: 0.04em;
	text-align: left;
	font-weight: 400;
}

h1 {
	font-size: 3em;
	margin: 1em 0 0 0 ;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
	margin: 0;
}

h3 {
	font-size: 1.3em;
}

a {
	-webkit-transition:  all .2s ease;
	-moz-transition:  all .2s ease;
	-o-transition:  all .2s ease;
	transition: all .2s ease;
	color: #34302c;
}

a:hover, a:focus {
	text-decoration: none;	
}

p {
	font-size: 20px;
	color: #34302c;
	text-align: left;
}

p a {
    color: #99662F !important;
    font-weight: 400;
}

p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

b {
	font-weight: 400 !important;
}

img {
	width: 100%;
}

.ease {
	opacity: 0;
}


.calender .col-md-2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	border-left: 2px solid #99662d;
}

.calender .col-sm-2.last {
	border-right: 2px solid #99662d;
}


.calender-table span {
    background: rgba(23, 48, 51, 1) !important;
    color: #fff;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.calender-table p {
	padding: 10px;
	word-break: break-all;
	-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; 


}



.calender p {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.seperator {
    width: 100%;
    display: block;
    position: relative;
}

.seperator.small {
    height: 50px;
}


.seperator.medium {
    height: 100px;
}

.seperator.big {
    height: 200px;
}


header {
    padding: 0;
    margin: 26px 0 22px 0;
    position: relative;
    background: rgba(23, 48, 51, 1);
    border-bottom: 6px solid #99662d;
    height: 129px;
}

.header-wrapper {
	position: relative;
}

.logo {
	float: left;
}

.logo img {
    width: 240px;
}


.meta-nav {
    position: absolute;
    right: 15px;
    top: -23px;
}

.meta-nav .fa {
	font-size: 20px;		
	color: #99662d;
	margin: 1px 0px 0 6px;
}

.meta-nav .fa:hover {
	color: rgba(23, 48, 51, 1) ;
}

.meta-nav-mobile {
	display: none;		
}

#lang.active {
	display: none;
}

#lang {
    margin-right: 20px;
    color: #99662d;
    font-weight: 500;
    font-size: 16px;
    top: -1px;
    position: relative;
	display: inline-block;
}

#lang:hover {
	color: rgba(23, 48, 51, 1);
}

nav {
    float: right;
    position: relative;
}

.header-wrapper li ul {
 background: rgba(23, 48, 51, 0.7);
 z-index: 999;
}

.header-wrapper li {
  position: relative;
  display: inline-block;
  list-style: none;
}

.header-wrapper li a {
    color: #fff;
    font-size: 20px;
    transition: background .2s;
    padding: 5px 0px 5px 20px;
    display: inline-block;
}

.header-wrapper li a:not(:only-child):after {
  display: inline-block;
  padding-left: .5em;
  color: black;
}

.header-wrapper li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

a.btn {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  background: #173033;
  color: #FFF;
}

.btn-form:hover, a.btn:hover {
  color: #173033 !important;
}

.btn-form:hover, a.btn:hover {
	color: rgba(255,255,255, 0.6)
}

.btn-form {
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s ease all;
	background: #173033;
	color: #FFF;
	margin: 0 !important;
	box-shadow: none !important;
}


.form-control {
    height: 43px;
    font-size: 17px;
}
    
.detail h3 {
	color: #99662d;
}

.detail .fa {
	margin-right: 10px;	
}

.social-media a {
	font-size: 50px;
	margin-right: 20px;		
}

.detail-cta {
	margin: 2em 0;	
}

a.btn:focus {
  color: #FFF;
}

.btn {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.04);
  z-index: 2;
  margin: 0 10px;
}

.btn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  border-radius: 3px;
  background-color: #fff;
  z-index: -1;
}

.btn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}


a.btn.sec {
	  background: #99662d;
}

a.btn.sec:hover {
	color: #99662d;
}

.cta  {
    background: rgba(23, 48, 51, 0.2);
    position: fixed;
    height: 200px;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.cta h1 {
    margin: 0.2em 0 0.4em 0;
    text-align: center;
    font-weight: 300;
}

.nav-container {
    top: -18px;
    position: relative;
}


#nav:checked + .nav-open {
	transform: rotate(45deg);
}
#nav:checked + .nav-open i {
	background: #fff;
	transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
	transform: translateY(12px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
	opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
	transform: translateY(-4px) rotate(90deg);
}
#nav:checked ~ .nav-container {
	z-index: 9990;
	opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
	opacity: 1;
	transform: translateY(0);
}
.hidden {
	display: none;
}

.back {
    color: #99662d;
    font-size: 34px; 
}

video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('../img/mobile.png') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}

.stopfade { 
   opacity: 0.5;
}

.header-image {
	position: relative;
}

.header-image h1 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}


.calender-mobile  {
	display: none;
}

footer {
    padding-top: 7em;
}


#player {
    position: absolute;
    bottom: 102px;
	left: 15px;
    background: none;
    border: none;
    font-size: 40px;
    color: #fff;
	outline: none;
	cursor: pointer;
}

#player:hover {
	opacity: 0.9;		
}












.teaser {
	margin-top: 15px;
}

.teaser .col {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.teaser figure {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    max-height: 360px;
    height: auto;
    background: #173034;
    text-align: center;
    cursor: pointer;
}

.teaser figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.teaser figure figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.teaser figure figcaption::before,
.teaser figure figcaption::after {
	pointer-events: none;
}

.teaser figure figcaption,
.teaser figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.teaser figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.teaser figure h2 {
    font-weight: 500;
    background: rgba(23, 48, 51, 0.5);
    text-align: center;
    bottom: 0;
    font-size: 22px;
    position: absolute;
    width: 100%;
}


.teaser figure h2 {
	margin: 0;
}

figure {
	background: #2f3238;
}

figure img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption {
	padding-top: 10%;
}

figure h2 {
	position: relative;
	padding: 0.5em 0;
}

figure p {
    display: inline-block;
    padding: 8px;
    background: rgba(23, 48, 51, 0.5);
    color: #fff;
    text-transform: none;
    font-weight: 500;
    width: 80%;
    font-size: 18px !important;
    margin: 2px 10%;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-650px,0,0);
}

figure p:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

figure p:nth-of-type(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure p:nth-of-type(4) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


figure:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure:hover p:nth-of-type(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


figure:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}







.cta-form {
	margin-bottom: 20px;
	font-size: 18px;
}




/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.scroll {
		display: block;
	}

	.header-wrapper li a {
		padding: 5px 0px 5px 10px !important;
	}
	.calender .col-md-2 {
		border: none;
	}
	



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.logo img {
    	width: 200px;
	}
	
	.meta-nav {
	    display: none;
    }
    
    
    	#lang {
	    color: #fff;
		font-size: 27px;
    }
    
	header {
	    padding: 0;
	    margin: 0;
	    height: 70px;
	}
	
	.header-image {
	    margin-top: 15px;
    }
	    
	.cta h1 {
		margin: 20px;
		font-size: 28px;
	}
	
	.btn {
	    padding: 8px 15px;
	    margin: 0 6px;
	}

	#player {
	    bottom: 142px;
	    left: 42%;
	    text-align: center;
	}
	
	.second-level {
		display: none;
	}

	nav {
		top: -2px;
	}

	.nav-container {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background: #173034;
		opacity: 0;
		transition: all 0.2s ease;
	  }
	  .nav-container ul {
		position: absolute;
		top: 300px;
		transform: translateY(-50%);
		width: 100%;
		right: 15px;
	  }
	  .nav-container ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	  }
	  .nav-container ul li:nth-child(1) a {
		transition-delay: 0.2s;
	  }
	  .nav-container ul li:nth-child(2) a {
	    transition-delay: 0.3s;
	  }
	  .nav-container ul li:nth-child(3) a {
	    transition-delay: 0.4s;
	  }
	  .nav-container ul li:nth-child(4) a {
	    transition-delay: 0.5s;
	  }
	  .nav-container ul li:nth-child(5) a {
	    transition-delay: 0.6s;
	  }
	
	  .nav-container ul li:not(:first-child) {
	    margin-left: 0;
	  }
	  .nav-container ul li a {
	    padding: 10px 25px;
	    opacity: 0;
	    color: #fff;
	    font-size: 30px;
	    font-weight: 400;
	    transform: translateY(-20px);
	    transition: all 0.2s ease;
	  }
	  .nav-open {
		position: relative;
		right: 0;
		top: 8px;
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	  }
	  .nav-open i {
	    display: block;
	    width: 30px;
	    height: 4px;
	    background: #fff;
	    border-radius: 4px;
	    margin-left: 0;
	  }
	  .nav-open i:nth-child(1) {
	    margin-top: 16px;
	  }
	  .nav-open i:nth-child(2) {
	    margin-top: 4px;
	    opacity: 1;
	  }
	  .nav-open i:nth-child(3) {
	    margin-top: 4px;
	  }
	  
	html { 
		background: url("../img/mobile.png") #000 no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#bgvid { display: none; }
	
	.col-sm-4 {
		margin-bottom: 10px;
	}
	
		
	.meta-nav-mobile {
		display: block;
		position: fixed;
		
		bottom: 20px;
		right: 15px;
	}

	.meta-nav-mobile a {
		color: #fff;
		font-size: 30px;
		margin-left: 15px;
	}

	
	.grid figure {
	display: inline-block;
	float: none;
	margin: 10px auto;
	width: 100%;
	}
	
}	








