/*!
 * fullPage 2.7.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

@media print {
    html.fp-enabled,
    .fp-enabled body{
        overflow: visible !important;
        height: auto !important;
    }

    html {
        background: #fff;
        width: auto;
        height: auto;
        overflow: visible;
    }
    body {
        background: #fff;
        font-size: 20pt;
        width: auto;
        height: auto;
        border: 0;
        margin: 0 5%;
        padding: 0;
        overflow: visible;
        float: none !important;
    }

    #fp-nav,
    .fp-slidesNav,
    .fp-controlArrow{
        display: none !important;
    }
    /* Need to reduce the size of the fonts for printing */
    h1 { font-size: 28pt !important;  }
    h2 { font-size: 24pt !important; }
    h3 { font-size: 22pt !important; }
    h4 { font-size: 22pt !important; font-variant: small-caps; }
    h5 { font-size: 21pt !important; }
    h6 { font-size: 20pt !important; font-style: italic; }

    .fp-section,
    .fp-tableCell,
    .slimScrollDiv,
    .fp-scrollable{
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position:relative;
        float: none !important;
    }
    .fp-slidesContainer{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

        -webkit-transition: none !important;
           -moz-transition: none !important;
            -ms-transition: none !important;
                transition: none !important;
    }

    .fp-slides,
    .fp-slidesContainer{
        height: auto !important;
        width: 100% !important;
        float: none !important;
        overflow: hidden !important;
    }
    .fp-slides{
        height: 800px !important;
        width: 800px !important;
    }
    .fp-slide{
        float: none !important;
        width: 100% !important;
        position: static !important;
    }
    .fullpage-wrapper{
         float: none !important;

        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

      -webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
            transition: none !important;

        position: static !important;
        width: auto !important;
        height: auto !important;

        left: 0 !important;
        top: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        zoom: 1 !important;

        overflow: visible !important;
        display: block !important;

        text-align: left !important;
    }
    .fp-section{
        page-break-after: always !important;
    }
    .fp-slide{
        page-break-after: always !important;
    }

}
@font-face {
  font-family: 'cw-thin';
  src: url('/fonts/cw-thin.b0c5850a4c9f9c4cd3fc2d734f7d976c.eot'); /* IE9 Compat Modes */
  src: url('/fonts/cw-thin.b0c5850a4c9f9c4cd3fc2d734f7d976c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cw-thin.022618498989754c0f0b4985cd67853e.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cw-thin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cw-thin.2a1e68dd1c80af01d59aa3214b43d939.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'cw-light';
  src: url('/fonts/cw-light.d227db690a16a629bdb1ed76c9a9604f.eot'); /* IE9 Compat Modes */
  src: url('/fonts/cw-light.d227db690a16a629bdb1ed76c9a9604f.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cw-light.c5a46488c30af1d4d002c63cf6782c5b.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cw-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cw-light.779fc4800f3b622225f32313894afcf1.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'cw-book';
  src: url('/fonts/cw-book.10bc80f5e9624b4c924a54e23665f5ac.eot'); /* IE9 Compat Modes */
  src: url('/fonts/cw-book.10bc80f5e9624b4c924a54e23665f5ac.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cw-book.6575a5e1d9a68c5829407a702ba0e1d7.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cw-book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cw-book.b43d1c441600020a9b077010e430325f.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'cw-semi';
  src: url('/fonts/cw-semi.0e4302949132adefec25ad84afe10e02.eot'); /* IE9 Compat Modes */
  src: url('/fonts/cw-semi.0e4302949132adefec25ad84afe10e02.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/cw-semi.b266c3c1c8c9e49fc081a1439454b0b7.woff') format('woff'), /* Modern Browsers */
       url('/fonts/cw-semi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/cw-semi.ac44a941bd25d4ec94b2d009d73761b0.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body{
	text-rendering: optimizeLegibility;
	color:white;
	font-family: 'cw-book',sans-serif;
	font-size: 14px;
	background-color: black;
	min-width: 768px;
}
/*-- Navigation --*/

/*--
.branding {
    width: 115px;
    margin: 18px 0 4px 60px;
}
--*/
.branding {
    width: 180px;
    margin: 15px 0 5px;
}
#menu-container{
	position: absolute;
    z-index: 10;
    top: 0;
    background: rgba(0,0,0,1);
    width: 100%;
    margin: 0;
    padding:0;
	min-width: 768px;
}
#menu{
    float: right;
    margin: 0 60px 0 0;
    padding:0;
}
#menu li{
	display: inline-block;
	padding:0 20px;
}
#menu li a{
	display: inline-block;
	padding:18px 0 7px;
	color:white;
	text-decoration: none;
	font-size: 14px;
}
#menu li a:hover{
	border-bottom: solid 2px rgba(255,255,255,.5);
}
#menu li.active a{
	border-bottom: solid 2px #cd9646;
}
#menu li #nav-cta{
	padding:11px 24px 8px;
	color: white;
	outline:solid 2px #cd9646;
	outline-offset:-2px;
	font-family: "cw-semi";
	display: inline-block;
	text-decoration: none;
}
#menu li.active a#nav-cta{
	border:none;
}
#menu li a#nav-cta:hover{
	background-color: rgba(255,255,255,.15);
	border:none;
}
#menu li a#nav-cta:active{
	background-color: #cd9646;
}

/*-- Vertical Navigation  --*/
#fp-nav ul li .fp-tooltip{
	font-family: "cw-book";
}
/*--slide controls--*/

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color: white;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	background-color: #cd9646;
}
p{
	font-size: 16px;
	line-height: 26px;
}
.section, .slide{
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#sec-home{background-image: url("/img/home-hero.584861d9a15a21f626034ab00722cedf.jpg");}
#sec-about{background-image: url("/img/about-hero.ba4500acef3093f3b8d58f5e7a95d51d.jpg");background-position-x: 20%;}
#sec-subscribe{background-image: url("/img/behind-the-scenes.7591f3dc62a708f9c8957a0b8b4f4ddd.jpg");}
#ft-hands-free{background-image: url("/img/ft-hands-free.63dee1b4b1c6c32ee61f99c36e96f7cd.jpg");}
#ft-nohub{background-image: url("/img/ft-nohub.aa85d134dfa6053c28a7821d05d47109.jpg");}
#ft-devices{background-image: url("/img/ft-devices.a191ef06837a68e7bf73356f537ec920.jpg");}
#ft-access-anywhere{background-image: url("/img/ft-access-anywhere.f863092925f1a35cbc02f1773c6a776f.jpg");}
#ft-installation{background-image: url("/img/ft-installation.31d221c476357bbc8db5058b8312ab83.jpg");}
#ft-customize{background-image: url("/img/ft-customize.2eb0592be32cad41c231105d618ea083.jpg");}
#ft-notifications{background-image: url("/img/ft-notifications.a758ccda698aee4b35a70ca3859bb158.jpg");}
#ft-skylimit{background-image: url("/img/ft-skylimit.25cfa359d11d138367889a6059bcc6e5.jpg");}

.ft-icon{
	width: 600px;
	margin:30px auto 30px;
}
h1{
	font-size: 30px;
	font-family:'cw-book';
	margin-bottom: 10px;
}
.h-line {
    width: 50px;
    text-align: left;
    display: inline-block;
    border-color: #cd9646;
}
#sec-home h1{
	font-size:50px;
	font-family:'cw-light';
	text-align: center;
	color:white;
	margin: 0;
}
#sec-home h3{
	font-size:20px;
	font-family:'cw-semi';
	text-align: center;
	color:white;
	margin-top: 10px;
}
#sec-features h3{
	font-size:20px;
	font-family:'cw-semi';
	text-align: center;
	color:white;
	margin-top: 10px;
}
.ft-desc{
	font-size: 18px;
	margin: 0 auto;
	width:600px;
}
.sec-about-content{
	width:400px;
	text-align: left;
	padding-left: 60px;
}
.subscribe-box{
	background:rgba(0,0,0,.7);
	padding:30px 40px 40px 40px;
	width:330px;
	margin:0 auto;
}
.subscribe-box h1{
	margin-bottom:0;
}
.subscribe-box p{
	margin-top: 5px;
    margin-bottom: 35px;
}
.fk-input{
	background-color: white;
	color: rgb(150,150,150);
	width: 100%;
	font-size: 14px;
	font-style: italic;
	padding: 12px 0 6px;
	margin: 30px 0 20px;
}
.fk-input p{
	padding:0;
	margin:0;
}
.btn-line-gold{
	padding:14px 0 11px;
	width:100%;
	color: white;
	outline:solid 2px #cd9646;
	outline-offset:-2px;
	font-family: "cw-semi";
	display: inline-block;
	text-decoration: none;
}
.btn-line-gold:hover{
	background-color: rgba(255,255,255,.15)
}
.btn-line-gold:active{
	background-color: #cd9646;
	margin:0;
}


.section,.slide{
	background-size: cover;
}
#section1{
	background-image: url("/img/ft-hands-free.63dee1b4b1c6c32ee61f99c36e96f7cd.jpg");
}
#section2{
	background-image: url("/img/ft-nohub.aa85d134dfa6053c28a7821d05d47109.jpg");
}
#section3{
	background-image: url("/img/ft-devices.a191ef06837a68e7bf73356f537ec920.jpg");
}
#section4{
	background-image: url("/img/ft-access-anywhere.f863092925f1a35cbc02f1773c6a776f.jpg");
}
#section5{
	background-image: url("/img/ft-installation.31d221c476357bbc8db5058b8312ab83.jpg");
}
#section6{
	background-image: url("/img/ft-customize.2eb0592be32cad41c231105d618ea083.jpg");
}
#section7{
	background-image: url("/img/ft-notifications.a758ccda698aee4b35a70ca3859bb158.jpg");
}
#section8{
	background-image: url("/img/ft-skylimit.25cfa359d11d138367889a6059bcc6e5.jpg");
}

.ft-box{
	background:rgba(0,0,0,.5);
	text-align: center;
	padding: 30px;
	position: absolute;
	color: white;
	width: 350px;
	right:200px;
	bottom: 100px;
}
.ft-box h1{
	font-size: 28px;
	font-family: 'cw-semi';
	display: inline-block;
}
.ft-box img{
	height:120px;
	margin: 10px auto 5px;
	display: inline-block;
}
.ft-box p{
	margin: 0;
}
#devices{
	right:200px;
	bottom: 100px;
}
#access-anywhere{
	left:200px;
	bottom: 100px;
}
#installation{
	left:200px;
	top: 100px;
}
#notifications{
	left:200px;
	bottom: 100px;
}
/*------------------------------Form Styles ------------------------------*/
input{
	padding:11px 3% 8px;
	width:94%;
	border:none;
	text-align: center;
	font-size: 14px;
	font-family: "cw-book",sans-serif;
}
input[type="submit"]{
	background-color: rgba(255,255,255,0);
	padding:11px 3% 8px;
	width: 100%;
	color: white;
	outline:solid 2px #cd9646;
	outline-offset:-2px;
	font-family: "cw-semi";
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
	cursor: pointer;
}
input[type="submit"]:hover{
	background-color: rgba(255,255,255,.15);
	border:none;
	cursor: pointer;
}
input[type="submit"]:active{
	background-color: #cd9646;
}
/*-- Responsive Styles --*/

@media (max-width: 960px) {
	.branding{
		margin-left: 20px;
	}
	#menu{
		margin-right:20px;
	}
	.ft-box.devices{
		right:50px;
		bottom:50px;
	}
}
@media (max-width: 768px) {
	body{
		min-width: 100%;
	}
	#sec-subscribe{background-image: url("../img/behind-the-scenes-mobile.105664723c3bbeed0a294c25ac0e34bb.jpg");}
}
@media (max-width: 480px) {
	.subscribe-box{
		background:rgba(0,0,0,.7);
		padding:40px 6% 50px;
		width:82%;
	}
}
