/*
Project Name: Blank Template
Client: Your Client
Author: Your Name, THE CONFLUENCE
*/


/******************************************
/* SETUP     (Shim any browser-specific fixes here.)
/*******************************************/



/******************************************
/* BASE STYLES
/*******************************************/

body {
     color: #1f1f1f;
     background-image: url("http://theconfluencegroup.com/NorthernNights2017/images/Background.jpg");
     background-repeat: repeat !important;
     font-size: 100%;
     line-height: 1.4;
     font-family: 'Open Sans', sans-serif;
     font-weight: 300;
     line-height: 1.6em;
     letter-spacing: .5px;
}


/******************************************
/* LAYOUT
/*******************************************/

/*Center the container*/
#container {
    width: 100%;
	margin: auto;
}

header {
 display:block;
 background-color: #000;
 padding:20px 0;
 padding-left: 4%;
 top: 0;
 position:fixed;
 z-index:10;
 width: 100%;
 margin-top: 0 !important;
 border-bottom: 4px solid #00a79d;
 /*-webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
 -moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
 box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);*/
}

header li {
margin: 0 8px;
padding-top: 1px;
float: left;
display: inline;
}

header li a {
color: #fff;
font-family: 'Work Sans', sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.033em;
text-decoration: none;
text-transform: uppercase;
position: relative;
text-shadow: none;
-webkit-font-smoothing: antialiased !important;
}

header li a:hover {
    color: #966dac;
}

header li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1d1d1b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

header li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header div.logo {
float: right;
padding-right: 6.4%;
margin-top: 3px;
max-width:183px;
}

section {
	width: 75%;
    margin: 0 auto;
    max-width: 1000px;
}

.press-release{
    font-size:1em;
    padding:7%;
    border: 2px solid #e9e9e9;
    background-color:rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.specs{
    font-size:1em;
    padding: 7% 14% 7% 14%;
    border: 2px solid #e9e9e9;
    background-color:rgba(255, 255, 255, .7);
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

footer {
    color: #141414;
    display: block;
    margin-top: 33px;
    margin-bottom:0 !important;
    padding: 1%;
    padding-left: 2%;
    bottom: 0 !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}
    /*webkit-font-smoothing: antialiased !important;
    background-color: #f2f2f2 !important;
    background-size: cover;
    background-image: url("http://www.theconfluencegroup.com/EnchantedForest_2016/images/background02.jpg");
    border-top: 1px solid #141414;
}

footer li {
    float: right;
    display: inline
}

footer li a {
color: #141414;
padding: 4px;
font-family: 'Helvetica Neue', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
}

footer a {
    text-decoration: none;
}

footer div.gps {
    float: left;
    margin-top: 2.5px;
    text-decoration: none;
}

/******************************************/
/* ADDITIONAL STYLES
/*******************************************/

p {
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 47px;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px dotted #1d1d1b;
    -webkit-font-smoothing: antialiased !important;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 4%;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

h1 #span1 {
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
}

h1 #span2 {
	float: right;
    padding-top: 3.5%;
	vertical-align: baseline;
	margin: 0 auto;
	color: #141414;
	font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

h2 {
    color: #1d1d1b;
    font-size: 20px;
    margin-top:20px;
    font-family: 'Lato', 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    text-align: center;
}

h3 {
    color: #1d1d1b;
    font-size: 17px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .25px;
    text-align: center;
}

a {
    color: #966dac;
    font-weight: 700;
    text-decoration: underline;
    transition:color 0.15s ease-out;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
}

a:hover {
    color: #ff0000;
    cursor:pointer
}

img {
	width: 100%;
    z-index: 1;
}

b {
  font-weight:700;
  letter-spacing: .2px;
}

#img {
    margin-bottom: 3%;
}

#poster {
    width: 67%;
    margin-left: 16.5%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

#logo {
	width: 47%;
	margin-left:26.5%;
}

#logo-wht {
    width:47%;
    padding:4% 2%;
    margin-left:26.5%;
    background-image: url("http://theconfluencegroup.com/NorthernNights2017/images/WHT-Logo_bg.png");
}

.vid {
    clear:both;
    border:10px solid #f8f8f8;;
}

.sect.usage {
    font-size: 15px;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.logos {
    z-index: 0;
	padding-top: 50px;
    padding-bottom: 50px;
	margin-bottom: 50px;
	/*border-bottom: 1px solid #e9e9e9;*/
}

.images {
    text-align: center;
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
}
.hvr-icon-down:before {
  content: url(http://www.theconfluencegroup.com/officebud-e/images/download_blk.png);
  zoom: 50%;
  position: absolute;
  left: -21%;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 41px;
    height: 41px;
    display: block;
    text-decoration: none;
 ;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11.67px;
    top: 11px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.slicknav_menu {
    display:none;
    color: #141414;
}

.slicknav_menu .slicknav_btn {
    background: none;
    border: 1.5px solid #141414;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
		background-color: #f2f2f2;
	}
	
	.js .slicknav_menu {
		display:block;
        color:#141414;
		background-color: #f2f2f2;
		top: 0;
 		position:fixed;
 		z-index:10;
 		width: 100%;
        -webkit-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
        box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.63);
	}

.js .slicknav_menu div.logo {
		display:block;
		width:183px;
	}

/*******************************************/
