/* Fullscreen video pages */

html #contents{
    font-family: 'HirukoPro-ExtraLight', sans-serif !important;
    font-weight: 100 !important;	
}

#contents span:first-child {
    border: none;
    display: block;
    text-align: center;
}

.btn.btn-light{
  border: 2px solid #eee;
  background: none !important;
  color: #fff;
  display: inline;
  box-shadow: 6px 5px 11px rgba(0,0,0,.25);
  margin: 0px 5px;
}

.btn.btn-outline{
  border: 2px solid #333;
  background-color: transparent;
}

.btn.btn-light.btn-block, .btn-block{ display: block; }

.btn.btn-bg-light{
  border: 0;
  background: rgba(255,255,255,.8) !important;
  text-shadow: none;
  color: #333 !important;
  box-shadow: 4px 5px 8px rgba(0,0,0,.2);
}

.btn.btn-lg.w-20{
	min-width: 20%;
    display: inline-block;
    width: auto;
}

.fs-nav .btn-light.btn-lg{
	padding: 14px 50px;
	font-size: 18px;
  display: inline-block;
  width: auto;
  margin: 5px;
}

@media only screen and (max-width: 768px) {
  .fs-nav .btn-light.btn-lg{
    width: 90%; display: auto;
    font-size: 16px;
  }
}
.fs-nav{
  padding: 20% 0 33% 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fs-nav{ margin-top: -10%; }

.home .fs-nav{ padding: 9% 0 14% 0; }

.fs-nav-headline,
.fs-nav h1 { text-align: center;  color: #eee; }

.fs-nav .intro{ margin-top:25px; }

@media only screen and (min-width: 990px) {
  .fs-nav-headline,
  .fs-nav h1 { line-height: 1em; font-size: 3em; }
  .fs-nav-headline,
  .fs-nav h1 {font-size: 100px;}
  .fs-nav .intro{ font-size: 25px; }
  .btn-wrap .subhead { font-size: 14px; }
}

.fs-nav .intro,
.fs-nav-headline,
.fs-nav .btn-light,
.fs-nav *{ text-shadow: 0px 2px 4px rgba(0,0,0,.4); color: #eee; }

.page-template-template-full-video .fluid-width-video-wrapper{
  box-shadow: 0px 3px 15px rgba(0,0,0,.15);
}
.page-template-template-full-video .module,
.page-template-template-fullwidth-party-services .module{
  background-color: #fff;
  background-color: rgba(255,255,255,.88);
}

.page-template-template-fullwidth-party-services
section.fs-nav:after {
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}


body .bg-trans-dark{ background-color: rgba(0,0,0,.85) !important; }
body .bg-trans-light{ background-color: rgba(255,255,255,.9) !important; }


#side-nav{
    display: inline-block;
    position: fixed;
    width: auto;
    right: 0px;
    z-index: 2;
    padding: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    top: 110px;
}

#side-nav button{ display: block; }

#side-nav ul{ 
	list-style-type: none; 
	padding: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
    transition: all .2s ease-in-out;
    border: 0;
    margin-top: 60px;
    border-radius: 0;
    right: -200px;
}

#side-nav ul.active{ right: 0px; }

#side-nav ul li{
	text-align: right;
}

#side-nav ul li a{
	border-radius: 0;
	color: #ddd;
    padding: 3px 12px 4px 20px;
    text-align: right;
    display: block;
    text-transform: uppercase;
    min-width: 90px;
    background-color: rgba(0,0,0,.8);
}

#side-nav ul li:first-child a{ padding-top: 8px }
#side-nav ul li:last-child a{ padding-bottom: 9px }

#side-nav ul li a:hover{ 
	color: #222;
	background-color: #eee;
}

@media only screen and (max-width:768px){
  #side-nav{ top: 170px; }
}


.t-w, 
text-white,
.module-title.t-w,
.bg-trans-dark .t-w{ color: #fff; }

hr.t-w {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0; 
}

.short-description .btn-success{ display: none; }



/* login form */

form.post-password-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,1);
  padding: 15% 0;
  text-align: center;
  z-index: 1;
}

form.post-password-form label:before {
    content: "\1F512";
    color: #fff;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* text-indent: -900px; */
    /* padding-left: 0px; */
    position: relative;
    left: -10px;
    font-size: 25px;
}

