html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    font-family:Quicksand;
    line-height: 1.4;
}

body {
    background:#000;
}

#fullPage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    color:#f96900;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container {
    background:#fff;
}
.wrapper {
}
#loading {
    height:69px;
    color:white;
    text-align:center;
    font-size:1.5em;
    line-height:69px;
}
.message {
    display: none;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #008000;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    max-width: 420px;
}
.message.error {
    margin:30px 20px 0;
    background: rgba(255, 0, 0, 0.2);
    color: #B90000;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    background: #F9F9F9;
    padding: 9px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    background: #FFF;
    z-index: 1;
}
.video-link-wrapper {
    position: absolute;
    bottom: 42%;
    left: 40%;
}
.video-link {
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    width: 255px;
    display:block;
    border:2px solid #fff;
    text-align:center;
}
.video-link:hover {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F96900;
}

.video-link .short {
    display:none;
}
#big-video-wrap video {

}
#big-video-vid {
    display:none;
}
#big-video-vid.vjs-has-started.vjs-playing {
    display:block;
}
#big-video-wrap video.paused {
    -webkit-filter:blur(5px) saturate(0);
    /*-webkit-transform:scale(1.2);*/
}
.profile-header {
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
    width: auto;
    width: 480px;
    border-radius: 500px 500px 500px 0;
    box-shadow: 0 1px 5px -2px;
}
.profile-header .content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.profile-header h1 {
    margin-top:0;
    padding: 5px 20px 5px 186px;
    background:rgba(0,0,0,.1);
    text-shadow: 0 1px 1px rgba(255,255,255,.3);
    font-weight: 400;
}
.profile-header h1 a, .profile-header h1 a span{
  font-weight:normal;
  }
.profile-image {
  float:left;
  overflow:hidden;
  margin-right:10px;
  margin-left:20px;
  padding:3px;
  width:150px;
  height:150px;
  border-radius:150px 150px 150px 0;
  background:#f96900;
}
.profile-image img {
  -webkit-border-radius: 500px 500px 500px 0;
  -moz-border-radius: 500px 500px 500px 0;
  border-radius: 500px 500px 500px 0;
}
.profile-info {
    padding-left: 210px;
}
.logo-icon {
    margin-right:10px;
    width:60px;
    height:60px;
}
.logo-name {
    height:40px;
}
.tagline {
    margin: 10px 80px;
    width: 300px;
    text-align:center;
    padding:0;
    color: #999;
    font-size: 1em;
    font-family: Roboto;
}
.tagline p {
    margin: 0;
    line-height: 1em;
    display:inline;
}

.tagline .t2 {
    display:inline;
    margin-left:10px;
    text-align: right;
}
.tagline strong {
    font-weight:normal;
    color: #666;
}
.bg {
    background-image: url(../img/bg.jpg);
    background-image: url(../img/cameras_00356626.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-blured {
    background:#eee;
    background: rgba(255, 255, 255, 0.6);
    background-image: url(../img/bg-blur.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-white-shade-50:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    content: '';
}
.bg-white-shade-50 > * {
    position: relative;
}
.bg-white-shade:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    content: '';
}
.bg-white-shade > * {
    position: relative;
}

.sidebar {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    padding-top: 2%;
    min-height: 800px;
    width: 420px;

    box-shadow: 0 1px 5px -2px;
    text-align: center;
}

.white-shade {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0;
    background:rgba(255,255,255,.7);
}

.invitation-form {
    position:absolute;
    top: 17px;
    right:131px;
    border-radius: 5px;
    text-align:center;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    border:1px solid #f96900;
    background:#fff;
    overflow:hidden;
}

.invitation-form:hover {
    border-radius: 10px;
}
.sidebar header {
    position:initial;
    top:30px;
    left:0;
    display:block;
}
.sidebar .footer {
    display:none;
}
.sidebar .divider {
    margin:0 auto;
    width:150px;
    height:1px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.1);
    background-size:222px 2px;
}
.content-slogan {
    color: #333;
    padding: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}
.marketing-copy {
    margin-top:30px;
    font-size: 1.3em;
}
.login-pane {
    position:absolute;
    right:20px;
    top:17px;
}
.section {
    color: #333;
    padding: 13px;
    text-align:center;
}

.content {
    background: #FFF;
    position: relative;
    bottom: 0;
    box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -90px;
}
:-moz-placeholder {
    color: #333;
    font-weight:normal;
    font-size:16px;
}
::-webkit-input-placeholder {
    color:#666;
    font-weight:normal;
    font-size:16px;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight:normal;
    font-size:16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-weight:normal;
    font-size:16px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-weight:normal;
    font-size:16px;
}
:-ms-input-placeholder {
    color: #666;
    font-weight:normal;
    font-size:16px;
}

input {
    margin: 10px 0 0;
    padding: 5px 5px;
    width: 300px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #999;
    background: transparent;
    color: #666;
    font-size: 1.375em;
    font-family: Quicksand;
    font-weight:normal;
    line-height: 30px;
}
input, textarea {
    color:#333;
    font-weight:normal;
    /* background-color: #eee; */
}
input:focus, textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #00D3FC;
    border-color: #f96900;
    background: rgba(255, 255, 255, 0.9);
}
a.action-btn {
    color:#333;
    text-decoration: none;
    font-size: 1.3em;
}
a.action-btn:hover {
    color:white;
}
.request-form {
    position:relative;
    margin:0 auto;
    padding: 0;
    margin-top:-170px;
    width:133px;
/*    -webkit-transform: all .2s ease;
       -moz-transform: all .2s ease;
        -ms-transform: all .2s ease;
         -o-transform: all .2s ease;
            transform: all .2s ease;*/
}

.request-form input {
    width: 300px;
}
.request-form .btn {
    border:0;
}
.request-form.opened .btn {
    border:1px solid #f96900;
}
/*
.invitation-form:hover .request-form,
.invitation-form.open .request-form {
        -webkit-transform: all .2s ease;
       -moz-transform: all .2s ease;
        -ms-transform: all .2s ease;
         -o-transform: all .2s ease;
            transform: all .2s ease;
    margin-top:0;
    padding:20px;
    width:310px;
}*/
.form-msg {
    margin:10px 0 30px;
    color: #666;
    font-weight:normal;
    font-size: .7em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:1.2em;
    text-align: left;
    width:310px;
}
.btn {
    top: 15px;
    padding: 5px 25px 6px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.2em;
    font-family: Quicksand, Helvetica;
    cursor: pointer;
    font-weight: 600;

    background: #FFF;
    border: 1px solid;
    color: #F96900;
}
.opened .btn:hover, .opened .btn:focus {
    outline: 0;
    background: #f96900;
    color: #fff;
}
.btn .join {
    display:inherit;
}
.btn .processing {
    display:none;
}
.btn.processing .join {
    display:none;
}
.btn.processing {
    background: #eee;
    font-size: 1em;
    line-height:2em;
    cursor: progress;
}
.btn.processing .processing {
    display:inherit;
}
.btn.btn-login {
    width: auto;
    font-size: 1.2em;
    display: inline-block;
    padding: 3px 20px;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    border-color: #777;
    text-shadow: none;
    color: #333;
    border: 0;
    font-weight: 600;
}
.btn.btn-login:hover {
    background:rgba(0,0,0,.4);
    color:#fff;
    /*border-color: #636363;*/
}
.carousel-indicators {
    padding:0;
}
.item div {
    margin:10px 100px;
    display:table;
}

.item div h2 {
    display:table-cell;
    vertical-align: middle;
    border-right:1px solid #eee;
    margin:0;
    padding-right:50px;
    width:200px;
    text-align:right;
}
.item div ul {
    display:table-cell;
    vertical-align:middle;
    list-style:none;
}
.item div ul li {
    padding:10px 0;
}

/* =========================  */
 .social {
    position:absolute;
    bottom:40px;
    width:420px;
    text-align: center;
}
.social ul {
    margin:0;
    padding:0;
}
.social ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom:0;
    width: 65px;
    height: 65px;
    background-image: url(../img/social-icons.png);
    background-size:299.5px 212.5px;
}
.social ul li a {
    display: block;
    width: 65px;
    height: 65px;
    text-indent: -9999em;
}
.social ul li.facebook {
    background-position: -78px 73px;
}
.social ul li.twitter {
    background-position: 0 73px;
}
.social ul li.google {
    background-position: 143px 73px;
}
.social ul li.blog {
    margin-right: 0;
    background-position: 65px 73px;
}
.social ul li.facebook:hover {
    background-position: -78px 139px;
}
.social ul li.twitter:hover {
    background-position: 0 139px;
}
.social ul li.google:hover {
    background-position: 143px 139px;
}
.social ul li.blog:hover {
    background-position: 65px 139px;
}
.social ul li.facebook:active {
    background-position: -78px 205px;
}
.social ul li.twitter:active {
    background-position: 0 205px;
}
.social ul li.google:active {
    background-position: 143px 205px;
}
.social ul li.blog:active {
    background-position: 65px 205px;
}

.footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right:5px;
    font-size: .8em;
    color: #666;
    background:rgba(255,255,255,.8);
}

.vjs-control-bar {
    display:none !important;
}
#big-video-vid_html5_api {
    background:transparent;
}
.gps_ring {
    height: 18px;
    width: 180px;
    position: absolute;
    left: 50%;
    /* top:214px; */
    -webkit-animation: pulsate 1s ease;
    -webkit-animation-iteration-count: infinite;
    opacity: 1.0;
    color:#ccc;
    text-align:center;
    margin-left: -90px;
    cursor:pointer;
}
.gps_ring:hover {
    color:#f96900;
}
@-webkit-keyframes pulsate {
    0% { margin-top:0;  }
    50% { margin-top:5px;}

}
/* Portrait tablet to landscape and desktop */
/*
 @media (max-width: 979px) {
    .bg {
        background-image:none;
    }
    .bg-blured {
        background-image:none;
    }

    body {
        margin:0;
        background-image: url(../img/bg-blur.jpg);
        background-position:center;
        background-size:cover;
    }
    .container {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        height: auto;
        height: 30px;
        height: auto;
        background:transparent;
    }
    .profile-header.bg-blured {
        position: initial;
        margin: 0 auto;
        border-radius: 0;
    }
    .container .footer {
        display:none;
    }
    header {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .logo {
        margin: 20px auto;
        width: 400px;
    }
    .tagline {
        margin:0 auto;
        width:auto;
    }
    .sidebar {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        margin: 0;
        margin-top: 0;
        padding: 0;
        padding-top: 25px;
        width: 100%;
        background:transparent;
        box-shadow:none;
    }
    .bg-white-shade-50:before {
        background: transparent;
    }

    .social {
        position: relative;
        top:0;
        margin: 50px auto;
        width: auto;
    }
    .sidebar .footer {
        position: inherit;
        top: 0;
        left: 0;
        display: block;
        padding: 20px;
        width: auto;
        text-align: center;
        font-weight: normal;
        font-size: 12px;
    }
    .video-link-wrapper {
        position:relative;
        margin:0 auto;
        top:0;
        left:0;
    }
    .video-link {
        background: rgba(0,0,0,.5);
        color: #fff;
        padding: 20px;
        border-radius: 100px;
        width: 255px;
        display:block;
    }

}
*/

/* Landscape phones and down */
@media (max-width: 850px) {
    body {
        background:#fff;
    }
    .gps_ring {
        display:none;
    }
    .content-slogan {
        text-align:center;
    }
    .container {
        position:initial;
        background:transparent !important;
    }
    .content {
        margin:0;
        box-shadow:none;
    }
    .stretch {
        display:none;
    }
    #big-video-wrap {
        display:none;
    }
    header {
        position:initial;
        margin: 0 auto;
        text-align:center;
        box-shadow:none;
    }
    .logo {
        width:auto;
        margin: 20px auto;
        width: auto;
    }
    .logo-icon {
        display:block;
        margin: 20px auto;
        width: 120px;
        height: 120px;
    }
    .logo-name {
        display:block;
        margin:20px auto;
    }
    .invitation-form {
        position:initial;
        width: auto;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 0;
        margin: 10px;
        padding:10px !important;
        border-radius:10px !important;
    }
    .invitation-form:hover,
    .invitation-form.open {
        background: rgba(255, 255, 255, 0.8);
        box-shadow:none;
    }

    .message {
        width:auto;
    }
    .form-msg {
        width:auto;
    }
    .request-form {
        width: auto !important;
        margin: 0 !important;
        padding:0 !important;
    }
    .request-form .form-controls {
        opacity:1 !important;
    }
    .request-form .btn {
        border:1px solid #f96900 !important;
    }
    .request-form input {
        width:100%;
        width: 98%;
    }
    .login-pane {
        position:initial;
        text-align:center;
    }
    .video-link-wrapper {
        position:initial;
        margin-top:20px;
    }
    .video-link {
        margin: 0 auto;
    }

    .video-link span.short {
        display:block;
    }
    .video-link span.full {
        display:none;
    }
    .marketing-copy {
        position:initial;
        overflow:visible;
        background:none;
        width:100% !important;
        opacity:1 !important;

    }
    .marketing-copy .section {
        width: auto;
        position:auto;
        display:block;
        color: #999;
        font-weight: normal;
        font-size: 20px;
        text-align:center;
        padding:15px 20px;
    }
    .marketing-copy .section.active {
        color:#333;
    }
    .item div {
        margin:10px 60px;
    }
    .item div h2 {
        display:block;
        border-right:0;
        margin:0;
        padding-right:0;
        width:initial;
        text-align:center;
    }
    .item div ul {
        display:block;
        padding:0;
    }

    .footer {
        position: initial;
        margin: 20px;
        text-align: center;
    }
}