* {
    font-weight: 300;
}

.gray {
    background: #282b2d;
}

.gray2 {
    background: #f1f1f1;
}

.sticky {
    background: #515151;
    position: fixed;
    top: 0px;
    width: 100%;
    display: none;
    z-index: 9999;
}

.main {
    width: 1050px;
    margin: 0 auto;
    height: auto;
}

.top .logo {
    /*width: 149px;*/
    /*height: 22px;*/
    /*background: url('../img/logo.png') left center no-repeat;*/
    /*padding: 25px 20px;*/
    display: inline-block;
    padding-right: 20px;
    border: 0px;
    border-right: 1px rgba(255, 255, 255, 0.3) solid;
    box-sizing: content-box;
    vertical-align: middle;
}

.top .logo img {
    margin: 25px 20px
}

.top .nav,
.top .nav-sticky
{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.top .nav a,
.top .nav-sticky a
{
    margin-left: 60px;
    color: #fafafa;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.top .nav a:hover,
.top .nav-sticky a:hover
{
    text-decoration: none;
}

.top .top-cta {
    font-family: Lato;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fafafa;
    margin-left: 50px;
    padding-top: 5px;
    line-height: 30px;
}

.top .top-cta .btn {
    display: block;
    background: #abc733;
    text-align: center;
    margin-top: 5px;
    font-family: Lato;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    border-radius: 0px !important;
}

.sticky .top .logo {
    border: 0px;
    box-shadow: 0px 0px 0px !important;
}

.sticky .top .logo img {
    margin: 15px 0px;
    border: 0px;
}

.sticky .top .top-cta {
    padding-top: 0px !important;
    line-height: 20px !important;
}

.hero {
    width: 100%;
    /*min-height: 300px;*/
    display: block;
    background: url('../img/hero.png') left top no-repeat;
    background-size: cover;
    text-align: center;
    /*padding: 200px 0px 150px;*/
    position: relative;
    /*height: 550px;*/
    overflow: hidden;

}

.hero > video {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    left: 0px;
    top: 0px;
}

.hero > .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;

}

.hero > .content {
    /*position: relative;*/
    /*top: 0px;*/
    /*left: 0px;*/
    z-index: 8000;
    width: 100%;
    text-align: center;
    padding: 200px 0px 150px;
}

.hero .text {
    position: relative;
    /*margin: 0px auto;*/
    padding: 30px 40px;
    background-color: rgba(0,0,0,0.5);
    color: #fafafa;
    display: inline-block;
    text-align: center;
    /*position: absolute;*/
    /*top: 200px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*left: 0;*/
    /*right: 0;*/
}

.hero .text .headline {
    line-height: 55px;
    font-family: Lato;
    font-size: 36px;
    text-transform: uppercase;
}

.hero .text .subheadline {
    margin-top: 15px;
    line-height: 25px;
    font-family: Lato;
    font-size: 18px;
    color: #ddd;
}

.hero .btn {
    display: inline-block;
    background: #abc733;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    padding: 12px 40px;
    color: #000;
    /*font-weight: bold;*/
    border-radius: 0px !important;
}

.about {
    padding: 70px 0px 50px;
}

.about .text {
    min-width: 500px;
    max-width: 55%;
    display: inline-block;
    vertical-align: top;
}

.about .text > .headline {
    line-height: 50px;
    font-family: Lato;
    font-size: 39px;
    color: #fafafa;
    margin-bottom: 30px;
}

.about .text > .subheadline {
    /*line-height: 40px;*/
    font-family: Lato;
    font-size: 18px;
    color: #ccc;
}

.about .checkboxes {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 40px;
}

.about .checkboxes li {
    margin-bottom: 25px;
    font-size: 16px;
    color: #ccc;
    list-style: none;
}

.about .checkboxes li > i {
    border: 2px #abc733 solid;
    color: #abc733;
    border-radius: 25px;
    padding: 5px;
    margin-right: 20px;
    vertical-align: middle;
}

.about .checkboxes li > i:after {
    vertical-align: middle;
}

.filter-area {
    padding: 50px 0px;
}

.filter-area > .headline {
    line-height: 50px;
    font-family: Lato;
    font-size: 39px;
    color: #222;
    display: inline-block;
}

.filter-area .filters > a {
    line-height: 50px;
    font-family: Lato;
    font-size: 15px;
    color: #222;
    padding: 4px 10px;
    margin-left: 15px;
}

.filter-area .filters > a:hover {
    background-color: #abc733;
    text-decoration: none;
}


.filter-area .filters > a.active {
    color: #222;
    background-color: #abc733;
}

.products {
    padding-bottom: 30px;
}

.grid-item { width: 33.333%; margin-bottom: 20px; }
.grid-item--width2 { width: 50%; }

.connect {
    width: 30%;
    margin-right: 40px;
    padding: 40px 0px;
    display: inline-block;
    vertical-align: top;
}

.connect > .headline {
    line-height: 50px;
    font-family: Lato;
    font-size: 36px;
    color: #fafafa;
    font-weight: normal;
    margin-bottom: 30px;
}

.connect > .subheadline {
    /*line-height: 40px;*/
    font-family: Lato;
    line-height: 30px;
    font-size: 15px;
    color: #aaa;
}

.connect .email-input {
    margin-top: 30px;
    display: block;
    text-align: left;
    background: #fff;
    color: #777;
    padding: 10px 15px;
    width: 100%;
}

.connect .btn {
    display: block;
    background: #abc733;
    text-align: center;
    margin-top: 15px;
    padding: 10px 15px;
    font-family: Lato;
    font-size: 18px;
    color: #fafafa;
    font-weight: bold;
    border-radius: 0px !important;
}

.testimonials {
    display: inline-block;
    vertical-align: top;
    padding: 40px 50px 60px;
    width: 65%;
    background-color: #000;
    color: #fafafa;
}

.footer {
    padding: 30px 0px 30px;

}

.footer-nav {
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;
}

.footer-nav .logo {
    display: inline-block;
    padding-right: 20px;
    border: 0px;
    box-shadow: 1px 0px 1px rgba(255, 255, 255, 0.5);
    box-sizing: content-box;
    vertical-align: middle;
}

.footer-nav .logo img {
    margin: 25px 20px
}

.footer-nav .nav {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-top: 25px;
}

.footer-nav .nav a {
    margin-left: 60px;
    color: #888;
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-nav .nav a:hover {
    text-decoration: none;
}

.copyright {
    font-family: Lato;
    font-size: 13px;
    color: #888;
    margin-top: 30px;
    display: inline-block;
}

.social {
    float: right;
    margin-top: 15px;
}


/*---------------*/
/***** Effects *****/
/*---------------*/
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

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

.grid figure figcaption {
    /*padding: 2em;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

figure.effect-zoe figcaption {
    position: absolute;
    top: 0;
    opacity: 1;
    /*padding: 1em;*/
    /*height: 3.75em;*/
    background: #fff;
    color: #3c4a50;

    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;

    /*-webkit-transition: -webkit-transform 0.35s;*/
    /*transition: transform 0.35s;*/
    /*-webkit-transform: translate3d(0,100%,0);*/
    /*transform: translate3d(0,100%,0);*/
}

figure:hover figcaption {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
}

.buttons {
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    padding: 30px 0px;
}

.buttons > span.title {
    line-height: 50px;
    font-family: Lato;
    font-size: 39px;
    color: #fafafa;
    margin-bottom: 30px;
    vertical-align: middle;
    text-decoration: none !important;
}

i.arrow {
    border: 2px #fafafa solid;
    color: #fafafa;
    border-radius: 25px;
    padding: 5px;
    margin-left: 30px;
    vertical-align: middle;
}
