/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
::-moz-selection {
    background: #999999;
    text-shadow: none;
    color: #FFF
}

::selection {
    background: #999999;
    text-shadow: none;
    color: #FFF
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: 'latolight';
    src: url(../fonts/lato-light-webfont.eot);
    src: url(../fonts/lato-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/lato-light-webfont.woff2) format("woff2"), url(../fonts/lato-light-webfont.woff) format("woff"), url(../fonts/lato-light-webfont.ttf) format("truetype"), url(../fonts/lato-light-webfont.svg#latolight) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'latomedium';
    src: url(../fonts/lato-medium-webfont.eot);
    src: url(../fonts/lato-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/lato-medium-webfont.woff2) format("woff2"), url(../fonts/lato-medium-webfont.woff) format("woff"), url(../fonts/lato-medium-webfont.ttf) format("truetype"), url(../fonts/lato-medium-webfont.svg#latomedium) format("svg");
    font-weight: normal;
    font-style: normal
}

.wrapper:after,
.wrapper-feature:after,
header:after,
footer:after,
footer li:after,
footer nav:after,
.press-room:after {
    content: "";
    display: table;
    clear: both
}

body {
    background: #131415;
    color: #C3C3C3;
    font-size: 16px;
    font-size: 1em;
    font-family: "latolight";
    line-height: 1.2
}

a {
    color: #5B5B5B;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

a:hover {
    color: #C3C3C3
}

img {
    max-width: 100%;
    display: inline-block
}

p {
    line-height: 1.4
}

.left-photo {
    margin: auto;
    display: block
}

@media screen and (min-width: 651px) {
    .left-photo {
        float: left;
        margin-right: 4%
    }
}

.container {
    background: #131415;
    position: relative;
    z-index: 1000;
    margin-top: 327px
}

@media screen and (max-width: 650px) {
    .container {
        margin-top: 0
    }
}

.wrapper {
    max-width: 1090px;
    width: 100%;
    padding: 90px 20px;
    margin: 0 auto
}

@media screen and (min-width: 651px) {
    .wrapper {
        min-height: 500px
    }
}

@media screen and (max-width: 650px) {
    .wrapper {
        padding: 20px
    }
}

.wrapper-feature {
    max-width: 1200px;
    width: 100%;
    padding: 90px 20px;
    margin: 0 auto
}

@media screen and (max-width: 650px) {
    .wrapper-feature {
        padding: 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "latolight";
    font-weight: normal;
    margin: 0
}

h1 {
    font-size: 1.875em;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin-top: 36px
}

@media screen and (max-width: 650px) {
    h1 {
        margin-top: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        width: 100%;
        display: block;
        left: 0
    }
}

h2 {
    color: #EBEBEB;
    text-transform: uppercase;
    font-size: 1.25em;
    font-family: "latomedium"
}

h3 {
    color: #EBEBEB;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "latomedium"
}

header {
    background: rgba(19, 20, 21, 0.8);
    padding: 20px 35px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

@media screen and (max-width: 650px) {
    header {
        position: relative;
        padding: 20px
    }
}

header .mobile-nav {
    display: none;
    text-decoration: none
}

@media screen and (max-width: 650px) {
    header .mobile-nav {
        display: block;
        color: #C3C3C3;
        float: right;
        line-height: 2.625em
    }

    header .mobile-nav:hover,
    header .mobile-nav.active {
        color: #FFF
    }
}

@media screen and (max-width: 650px) {
    header .logo {
        float: left;
        width: 70%
    }

    header .logo img {
        display: block
    }
}

header nav {
    float: right;
    display: block
}

@media screen and (max-width: 650px) {
    header nav {
        float: none;
        display: none;
        padding-top: 20px;
        clear: both
    }
}

header nav ul,
header nav li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

header nav li {
    float: left
}

@media screen and (max-width: 650px) {
    header nav li {
        float: none;
        border-top: 1px solid #333
    }

    header nav li:last-of-type {
        border-bottom: 1px solid #333
    }
}

header nav li.current a {
    color: #FFF
}

header nav a {
    font-size: 0.875em;
    color: #C3C3C3;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 3em;
    text-decoration: none
}

@media screen and (max-width: 650px) {
    header nav a {
        display: block
    }
}

header nav a:hover {
    color: #FFF
}

@media screen and (max-width: 650px) {
    header nav a:hover {
        background: #222
    }
}

.mobile-nav {
    position: relative;
    padding-left: 30px
}

.mobile-nav span {
    float: left;
    left: 0;
    top: 20px
}

.mobile-nav span,
.mobile-nav span:before,
.mobile-nav span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 20px;
    background: #C3C3C3;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out
}

.mobile-nav span:before {
    top: -8px
}

.mobile-nav span:after {
    bottom: -8px
}

.mobile-nav.active span,
.mobile-nav.active span:before,
.mobile-nav.active span:after {
    background: #FFF
}

.mobile-nav.active span {
    background-color: transparent
}

.mobile-nav.active span:before,
.mobile-nav.active span:after {
    top: 0
}

.mobile-nav.active span:before {
    transform: rotate(45deg)
}

.mobile-nav.active span:after {
    transform: rotate(-45deg)
}

footer {
    min-height: 152px;
    background: #131415;
    position: relative;
    z-index: 1000
}

footer ul,
footer li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

footer li {
    width: 33%;
    text-align: center;
    display: block;
    float: left;
    position: relative
}

@media screen and (max-width: 650px) {
    footer li {
        width: 100%;
        float: none
    }
}

footer a {
    display: block;
    width: 100%;
    color: #BABABA;
    text-transform: uppercase;
    overflow: hidden
}

footer a img {
    opacity: .2;
    width: 100%;
    display: block;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

footer a p {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    letter-spacing: 0.2rem
}

@media screen and (max-width: 650px) {
    footer a p {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-align: center;
        width: 100%;
        display: block;
        left: 0
    }
}

footer a:hover {
    color: #FFF
}

footer a:hover img {
    opacity: 1
}

footer nav {
    background: #131415
}

footer .copyright {
    background: #FFF;
    color: #A0A0A0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
}

footer .copyright p {
    margin: 0;
    line-height: 50px
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(transparent 0%, #000 100%);
    background-image: -o-linear-gradient(transparent 0%, #000 100%);
    background-image: linear-gradient(transparent 0%, #000 100%)
}

@media screen and (max-width: 650px) {
    .caption {
        position: relative
    }
}

.caption h1,
.caption p {
    display: block
}

.caption h1 {
    color: #D1D1D1;
    font-size: 1.5em;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0
}

.caption p {
    color: #9C9C9C;
    font-size: 0.8125em
}

.item {
    position: relative;
    overflow: hidden
}

.owl-carousel {
    overflow: hidden
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl-carousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.page-header {
    height: 327px;
  position: fixed;
  padding-top: 86px;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(19, 20, 21,.6);
  background-blend-mode: overlay;
}

@media screen and (max-width: 650px) {
    .page-header {
        position: relative;
        height: 200px;
        padding-top: 0
    }
}

.page-header.about::after {
    background: url(../images/banners/about-joe-alblas.jpg) no-repeat center
}

.page-header.press-room-head::after {
    background: url(../images/banners/press-room.jpg) no-repeat center
}

.page-header.contact::after {
    background: url(../images/banners/contact-joe-alblas.jpg) no-repeat center
}

.page-header.client-list::after {
    background: url(../images/banners/client-list.jpg) no-repeat center
}

.page-header.features::after,
.page-header.northmen-a-viking-saga::after {
    background: url(../images/banners/features.jpg) no-repeat center
}

.page-header.television::after {
    background: url(../images/banners/television-h-cover.jpg) no-repeat center
}

.page-header.specials::after {
    background: url(../images/banners/special-header-cover.jpg) no-repeat center
}

.page-header.ad-the-bible-continues::after {
    background: url(../images/banners/ad-h-cover.jpg) no-repeat center
}

.page-header.america-the-story-of-us::after {
    background: url(../images/banners/america-h-cover.jpg) no-repeat center
}

.page-header.black-sails::after {
    background: url(../images/banners/black-sails-h-cover.jpg) no-repeat center
}

.page-header.book-of-negroes::after {
    background: url(../images/banners/book-of-negroes-h-cover.jpg) no-repeat center
}

.page-header.dredd-3d::after {
    background: url(../images/banners/dredd-h-cover.jpg) no-repeat center
}

.page-header.the-gunman::after {
    background: url(../images/banners/gunman-h-cover.jpg) no-repeat center
}

.page-header.homeland::after {
    background: url(../images/banners/homeland-h-cover.jpg) no-repeat center
}

.page-header.mankind-the-story-of-all-of-us::after {
    background: url(../images/banners/mankind-h-cover.jpg) no-repeat center
}

.page-header.miss-marple-a-carribbean-mystery::after {
    background: url(../images/banners/miss-marple-h-cover.jpg) no-repeat center
}

.page-header.outcasts::after {
    background: url(../images/banners/oucasts-h-cover.jpg) no-repeat center
}

.page-header.son-of-god::after {
    background: url(../images/banners/son-of-god-h-cover.jpg) no-repeat center
}

.page-header.strike-back-project-dawn::after {
    background: url(../images/banners/strike-back-h-cover.jpg) no-repeat center
}

.page-header.the-salvation::after {
    background: url(../images/banners/the-salvation-h-cover.jpg) no-repeat center
}

.page-header.about::after,
.page-header.press-room-head::after,
.page-header.contact::after,
.page-header.client-list::after,
.page-header.features::after,
.page-header.northmen-a-viking-saga::after,
.page-header.television::after,
.page-header.specials::after,
.page-header.ad-the-bible-continues::after,
.page-header.america-the-story-of-us::after,
.page-header.black-sails::after,
.page-header.book-of-negroes::after,
.page-header.dredd-3d::after,
.page-header.the-gunman::after,
.page-header.homeland::after,
.page-header.mankind-the-story-of-all-of-us::after,
.page-header.miss-marple-a-carribbean-mystery::after,
.page-header.outcasts::after,
.page-header.son-of-god::after,
.page-header.strike-back-project-dawn::after,
.page-header.the-salvation::after {
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.thirds {
    width: 30%;
    float: left
}

.thirds:nth-of-type(2) {
    margin: 0 4%
}

@media screen and (max-width: 768px) {
    .thirds {
        float: none;
        width: 100%
    }

    .thirds:nth-of-type(2) {
        margin: 0
    }
}

.fourths {
    width: 21%;
    float: left;
    margin-right: 4%
}

.fourths:last-of-type {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .fourths {
        width: 46%
    }

    .fourths:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    .fourths {
        width: 100%;
        margin-right: 0
    }
}

.thirds ul,
.thirds li {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.press-room {
    margin-bottom: 40px
}

.press-room img {
    float: left;
    width: 20%;
    margin-right: 4%
}

@media screen and (max-width: 650px) {
    .press-room img {
        width: 36%
    }
}

@media screen and (max-width: 480px) {
    .press-room img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.press-room .press-release {
    float: left;
    width: 76%
}

@media screen and (max-width: 650px) {
    .press-room .press-release {
        width: 60%
    }
}

@media screen and (max-width: 480px) {
    .press-room .press-release {
        float: none;
        width: 100%
    }
}

.feature {
    width: 21%;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
    text-align: center
}

.feature:nth-of-type(4n) {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .feature {
        width: 46%
    }

    .feature:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    .feature {
        width: 100%;
        margin-right: 0
    }
}

.feature img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature h3 {
    font-size: 0.9375em;
    color: #C3C3C3;
    font-family: "latolight";
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature a {
    color: #C3C3C3;
    text-decoration: none
}

.feature a:hover h3 {
    color: #FFF
}

.feature a:hover img {
    opacity: 1
}

.feature-gallery {
    width: 30%;
    float: left;
    margin-bottom: 40px
}

.feature-gallery:nth-of-type(3n-1) {
    margin: 0 4%
}

@media screen and (max-width: 640px) {
    .feature-gallery {
        width: 100%;
        float: none
    }

    .feature-gallery:nth-of-type(3n-1) {
        margin: 0;
        margin-bottom: 40px !important
    }
}

.feature-gallery img {
    opacity: 0.5;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.feature-gallery a:hover img {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .feature-gallery {
        float: none;
        width: 100%
    }

    .feature-gallery:nth-of-type(2) {
        margin: 0
    }
}

.social a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px
}

.social a img {
    opacity: 0.6;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.social a:hover img {
    opacity: 1
}

/*# sourceMappingURL=main.css.map */