﻿body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

#autocomplete {
    cursor: pointer;
}

h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
    word-spacing: -0.05em;
}

button,
input,
textarea {
    outline: 0;
}

#header {
    z-index: 1;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header h2 {
    margin-top: 20px;
    margin-left: 60px;
    padding: 0;
    width: 116px;
    height: 78px;
    background-image: url(/assets-2015/static/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

@media (max-width: 768px) {
    header h2 {
        margin-top: 8px;
        margin-left: 0;
        width: 80px;
        height: 63px;
    }
}

header nav {
    text-align: right;
}

header nav ul {
    margin-top: 30px;
    margin-right: 60px;
    padding: 0;
}

header nav ul li {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    list-style: none;
}

header nav ul li.sign-up {
    border: solid 3px #fff;
    border-radius: 2px;
}

header nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.mobile-menu {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 15px;
}

.mobile-menu div {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 26px;
    height: 4px;
    background-color: #fff;
}

.push {
    position: relative;
}

.no-scroll {
    overflow: hidden;
}

.panel {
    position: fixed;
    right: -285px;
    width: 285px;
    background-color: #565a5c;
    border-radius: 0;
    display: table;
    padding: 0 25px;
}

.panel ul {
    margin: 0;
}

.panel li {
    width: 100%;
    text-align: left;
}

.panel li a {
    font-size: 20px;
}

#menu .sign-up {
    margin-top: 20px;
}

.menuCloseButton,
.menuCloseButton:active,
.menuCloseButton:focus {
    color: #fff;
    font-size: 25px;
    padding: 0 0 50px 250px;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

.confirm {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #197b30;
    border-radius: 2px;
    color: #fff;
    background-color: #00a651;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.confirm:hover {
    color: #fff;
    text-decoration: none;
}

.confirm.go-back {
    border: solid 1px #888;
    background-color: #999;
    clear: both;
}

.input {
    border: solid 1px #ccc;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input:hover {
    border: solid 1px #999;
}

.realfictionLogo {
    max-width: 250px;
    width: 100%;
    height: 95px;
    background-image: url(/assets-2015/static/images/spotlights/realfiction/realfiction-soply-logo.png);
    margin-top: 0;
}

#intro {
    height: 900px;
    background-color: rgba(0, 0, 0, 0.55);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(161, 200, 236, 0.3)));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3));
    /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3));
    /* FF3.6+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3));
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3));
    /* W3C */
    overflow: hidden;
    color: #fff;
    text-align: center;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}

#intro.fallback {
    background-image: url('/assets-2015/poster.optimized.progressive.jpg');
    /* fallback */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(161, 200, 236, 0.3))), url('/assets-2015/poster.optimized.progressive.jpg');
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/poster.optimized.progressive.jpg');
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/poster.optimized.progressive.jpg');
    /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)) url('/assets-2015/poster.optimized.progressive.jpg');
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/poster.optimized.progressive.jpg');
    /* W3C */
    background-position: 50% 50%;
    background-size: cover;
}

#intro .hero {
    position: absolute;
    width: 100%;
    height: inherit;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#intro .video-js {
    z-index: -100;
    color: transparent;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url('/assets-2015/frame.optimized.progressive.jpg') 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
}

#intro video {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: 50% 35%;
    -moz-object-position: 50% 35%;
    -o-object-position: 50% 35%;
    -ms-object-position: 50% 35%;
    object-position: 50% 35%;
    display: none;
}

#intro .video-js .vjs-error-display {
    display: none;
}

#intro.realFictionIntro.fallback {
    /*background-color: rgba(0, 0, 0, 0.55);*/
    background-image: url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* fallback */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(161, 200, 236, 0.3))), url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* FF3.6+ */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)) url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(161, 200, 236, 0.3)), url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    /* W3C */
    background-position: 50% 50%;
    background-size: cover;
}

#intro.realFictionIntro .video-js {
    z-index: -100;
    color: transparent;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url('/assets-2015/static/realfiction_background.optimized.progressive.jpg') 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero {
    background-color: #000;
    background-size: cover;
    background-position: center;
    -webkit-transition: height 2s, background-image 0.2s;
    -moz-transition: height 2s, background-image 0.2s;
    -ms-transition: height 2s, background-image 0.2s;
    -o-transition: height 2s, background-image 0.2s;
    transition: height 2s, background-image 0.2s;
    height: 900px;
}

.hero h1 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0);
}

@media (max-width: 460px) {
    .hero h1 {
        font-size: 40px;
    }
}

.hero h3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .hero h3 {
        font-size: 35px;
        line-height: 1;
    }
}

.hero .hero-text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.hero .hero-text-2 {
    margin-bottom: 5px;
    color: #ccc;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 10px #000;
}

.hero .hero-button-container {
    margin-top: 60px;
    text-align: center;
}

.hero .hero-button {
    display: inline-block;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: solid 1px #197b30;
    border-radius: 2px;
    background-color: #00a651;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.hero .hero-button:hover {
    text-decoration: none;
}

.hero.hero-request {
    background-image: url(/assets-2015/static/images/hero-request.jpg);
}

.credit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.credit a {
    color: #fff;
}

.hero.hero-wedding {
    background-image: url(/assets-2015/static/images/spotlights/weddings/optimized/landing-cover-wedding--user-1378.jpg);
    background-position: 50% 40%;
}

.hero.hero-events {
    background-image: url(/images/spotlights/events/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-birthday-photo {
    background-image: url(/images/spotlights/birthday-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-conference-photo {
    background-image: url(/images/spotlights/conference-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-corporate-event-photo {
    background-image: url(/images/spotlights/corporate-event-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-event-photo {
    background-image: url(/images/spotlights/event-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-sport-photo {
    background-image: url(/images/spotlights/sport-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

.hero.hero-party-photo {
    background-image: url(/images/spotlights/party-photo/original.jpg);
    background-position: 50% 40%;
    position: relative;
}

@media (max-width: 768px) {
    .hero,
    #intro {
        height: 630px !important;
    }
}

@media (max-width: 440px) {
    .hero,
    #intro {
        height: 430px !important;
    }
}

.hero-md {
    height: 510px;
}

.hero-lg {
    height: 630px;
}

.va-container {
    display: table;
    width: 100%;
}

.va-container .va-middle {
    display: table-cell;
    vertical-align: middle;
}

.bg-xs {
    background-color: #f0f0f0;
}

.bg-sm {
    background-color: #f9f9f9;
}

.hero .va-middle.text-shadow-large {
    text-shadow: 0 0px 100px #000;
}

.hero-wedding .hero-text-2 {
    color: #fefefe;
}

.hero-form-realfiction select[name=briefType] {
    width: 208px;
}

.hero-form-realfiction select[name=creativeType] {
    width: 145px;
}

.hero-form--clone {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 300ms ease-in-out;
}

.hero-form--clone.hero-form {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.hero-form--stick {
    transform: translateY(0%);
}

.locations {
    position: absolute;
    top: -999em;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    min-width: 280px;
    background-color: #fff;
}

.pac-container {
    margin-top: 72px;
    margin-left: -1px;
    min-width: 330px;
    border: solid 1px #ccc;
    border-radius: 0;
    box-shadow: none;
}

.pac-container .pac-item {
    border-top: 0;
    border-bottom: solid 1px #ccc;
    width: 360px;
    color: #ccc;
    font-size: 13px;
    line-height: 50px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    cursor: pointer;
}

.pac-container .pac-item:hover {
    background-color: #ff4539;
    color: #fff;
}

.pac-container .pac-item:hover .pac-item-query {
    color: #fff;
}

.pac-container .pac-item:hover .pac-item-query .pac-matched {
    color: #fff;
}

.pac-container .pac-item .pac-icon {
    display: none;
}

.pac-container .pac-item .pac-item-query {
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    font-size: 15px;
}

.pac-container .pac-item .pac-item-query .pac-matched {
    color: #333;
}

.pac-container .pac-item .pac-item-query:hover {
    color: #fff;
}

.pac-container .pac-item.pac-item-selected,
.pac-container .pac-item.pac-item-selected:hover {
    background-color: #ff4539;
    color: #fff;
}

.pac-container .pac-item.pac-item-selected .pac-item-query,
.pac-container .pac-item.pac-item-selected:hover .pac-item-query {
    color: #fff;
}

.pac-container .pac-item.pac-item-selected .pac-matched,
.pac-container .pac-item.pac-item-selected:hover .pac-matched {
    color: #fff;
}

.hero-form__locations {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #ccc;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 600;
    text-align: left;
    text-rendering: optimizeLegibility;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.hero-form__locations:hover {
    background-color: #ff4539;
    color: #fff;
}

.hero-form__locations.hero-form__your-current-location {
    background-image: url(/assets-2015/static/images/icons/location.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
}

.hero-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-bottom: solid 1px #ccc;
    color: #555;
    background-color: #f0f0f0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-form {
        padding-left: 0;
        padding-right: 0;
    }
}

.hero-form h4 {
    color: #79645f;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.hero-form select {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    border-radius: 2px;
    width: 180px;
    background-color: #fff;
    background-image: url(/assets-2015/static/images/down-grey.png);
    background-size: 26px 8px;
    background-position: center right;
    background-repeat: no-repeat;
    color: #555;
    font-size: 16px;
}

.hero-form .hero-form__location {
    display: inline-block;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    width: 240px;
    background-color: #fff;
    text-align: left;
    background-image: url(/assets-2015/static/images/icons/search.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
}

.hero-form .hero-form__location input {
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-form select,
    .hero-form .input {
        display: block;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .hero-form .confirm {
        display: block;
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
    }
}

.hero-form .hero-form--further {
    display: inline-block;
    margin-bottom: 5px;
}

.hero-form .hero-form--further h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #4a4f55;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.hero-form .hero-form--further h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #4a4f55;
    font-size: 15px;
    font-weight: 600;
    padding-left: 6px;
}

.hero-form .hero-form--further ol {
    text-align: left;
    margin-bottom: 30px;
}

.hero-form .hero-form--further .section-headline-text {
    margin-bottom: 20px;
    color: #a39693;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}

.hero-form .hero-form--further select {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.hero-form .hero-form--further textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 2px;
    color: #443e3d;
}

.hero-form .hero-form--further #currencies {
    width: 38%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 9px 0 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
}

.hero-form .hero-form--further textarea:hover {
    border: solid 1px #999;
}

.hero-form .hero-form--further .button {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.hero-form .hero-form--further .button:hover {
    border: solid 1px #999;
}

.hero-form .hero-form--further .input-date {
    padding-right: 45px;
    background-image: url(/assets-2015/static/images/calendar.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
    color: #333;
    text-align: left;
    font-size: 16px;
    padding-bottom: 9px;
}

.hero-form .hero-form--further .input-location {
    padding-right: 45px;
    background-image: url(/assets-2015/static/images/location.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
    color: #999;
}

.hero-form .hero-form--further .input-budget {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
    width: 100%;
    background-position: -3px center;
    background-size: 26px 16px;
    background-repeat: no-repeat;
    color: #443e3d;
    font-size: 15px;
    font-weight: 600;
    width: 60%;
    display: inline-block;
}

.hero-form .hero-form--further .input-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    background-position: center left;
    background-size: 26px 16px;
    background-repeat: no-repeat;
    color: #443e3d;
    font-weight: 600;
}

.hero-form .hero-form--further .confirm {
    margin-top: 30px;
    text-align: center;
}

.hero-form .hero-form--further label.error {
    display: block;
    margin-top: 5px;
    color: #ff4539;
    transition: all 1s;
}

.form {
    margin-top: 30px;
    margin-bottom: 120px;
}

.form .fieldset {
    margin-bottom: 30px;
}

.form .label {
    margin-bottom: 5px;
    color: #79645f;
    font-size: 20px;
}

.form .dropdown {
    display: inline-block;
}

.form .button {
    display: inline-block;
    border: solid 1px #0072bc;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    background-color: #fff;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.form .button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form .button.state {
    background-color: #4e89c8;
    color: #fff;
}

.form .button.disable {
    border: solid 1px #d6ccca;
    color: #d6ccca;
}

.form .button.options {
    margin-top: -4px;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-right: 40px;
    background-image: url(/assets-2015/static/images/down.png);
    background-position: center right;
    background-size: 26px 8px;
    background-repeat: no-repeat;
}

.form .button.options.state {
    background-image: url(/assets-2015/static/images/down-state.png);
}

.form .radio-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.form .input-dates {
    padding-right: 45px;
    background-image: url(/assets-2015/static/images/calendar.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
    color: #999;
}

.form .input-location {
    padding-right: 45px;
    background-image: url(/assets-2015/static/images/location.png);
    background-position: center right;
    background-size: 30px 16px;
    background-repeat: no-repeat;
    color: #999;
}

.form .input-budget {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #0072bc;
    border-radius: 2px;
    width: 180px;
    background-image: url(/assets-2015/static/images/sterling.png);
    background-position: center left;
    background-size: 26px 16px;
    background-repeat: no-repeat;
    color: #443e3d;
    font-size: 15px;
    font-weight: 600;
}

.form button {
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.form textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
    border: solid 1px #0072bc;
    border-radius: 2px;
    color: #443e3d;
    font-size: 15px;
    font-weight: 600;
}

.form textarea:hover {
    border: solid 1px #999;
}

.notice h3 {
    margin-top: 40px;
    color: #79645f;
    font-size: 20px;
    font-weight: 600;
}

.notice span {
    color: #bbb5ac;
    font-size: 15px;
    font-weight: 600;
}

.section-headline-text {
    margin-bottom: 60px;
    color: #a39693;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
}

section.why p,
section.why ul {
    text-align: justify;
    margin-top: 40px;
    color: #a39693;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 768px) {
    .section-headline-text,
    section.why p,
    section.why ul {
        font-size: 15px;
        line-height: 1.25;
    }
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: solid 1px #ccc;
}

section h3 {
    margin-bottom: 10px;
    color: #4a4f55;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

section h3 a {
    border-bottom: solid 2px #4a4f55;
    color: #4a4f55;
    transition: all 0.5s;
}

section h3 a:hover {
    border-bottom: solid 2px #4a4f55;
    color: #4a4f55;
    text-decoration: none;
}

@media (max-width: 768px) {
    section h3 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

section.how-it-works {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: solid 1px #ccc;
}

section.how-it-works h3 {
    color: #555;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .section-headline-text {
    margin-bottom: 40px;
    color: #a39693;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .how-it-works__image {
    margin-top: -30px;
    margin-bottom: -15px;
    text-align: center;
}

section.how-it-works .how-it-works__image img {
    width: 200px;
    height: 200px;
}

section.how-it-works .big-number {
    margin-top: -20px;
    margin-bottom: 20px;
    color: #a39693;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .how-it-works__text-1 {
    color: #ff4539;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .how-it-works__text-2 {
    margin-top: -5px;
    color: #9fa5ac;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .how-it-works__text-3 {
    margin-top: 80px;
    color: #a7a089;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

section.how-it-works .how-it-works__text-3 a {
    color: #a7a089;
    text-decoration: underline;
    transition: all 0.5s;
}

section.how-it-works .how-it-works__text-3 a:hover {
    color: #4a4f55;
}

section.realfiction h3 {
    color: #e2c675;
}

section.realfiction h4 {
    margin-bottom: 15px;
    color: #555;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35em;
}

section.realfiction .section-headline-text {
    margin-bottom: 40px;
    color: #999;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

section.realfiction iframe {
    margin-bottom: 30px;
}

section.realfiction p {
    color: #999;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

section.realfiction.odd p {
    text-align: right;
}

section.realfiction.odd h4 {
    text-align: right;
}

section.realfiction p.text-align-center {
    text-align: center;
}

section.realfiction img {
    margin-top: 30px;
    border-radius: 2px;
    width: 100%;
}


/* 960x540 */

section.realfiction .video-player {
    width: 458px;
    height: 258px;
    background-image: url('/assets-2015/static/realfiction_background.optimized.progressive.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

section.realfiction .video-player .container {
    position: absolute;
    width: 100%;
    height: inherit;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
}

section.realfiction .video-player .video-js {
    /*z-index: -100;*/
    color: transparent;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url('/assets-2015/static/realfiction_background.optimized.progressive.jpg') 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

section.realfiction .video-player video {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: 50% 35%;
    -moz-object-position: 50% 35%;
    -o-object-position: 50% 35%;
    -ms-object-position: 50% 35%;
    object-position: 50% 35%;
}

section.realfiction .video-player .video-js .vjs-error-display {
    display: none;
}

section.products {
    text-align: center;
}

section.products h4 {
    margin-bottom: 30px;
    color: #ff4539;
    font-size: 25px;
    font-weight: 600;
}

section.products img {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
}

section.products p {
    margin-bottom: 30px;
    color: #555;
    font-size: 15px;
    font-weight: 600;
}

section.products a {
    display: block;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s;
}

section.products a:hover {
    color: #555;
}

section.customers-partners ul {
    padding-left: 0;
}

section.customers-partners ul li {
    margin-bottom: 15px;
    list-style: none;
}

section.customers-partners ul li img {
    max-width: 105px;
    height: auto;
    width: 100%;
}

section.curated-photographers {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f0f0f0;
}

section.curated-photographers h3 {
    padding: 0;
    margin-bottom: 10px;
    color: #4a4f55;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

section.curated-photographers h3 a {
    border-bottom: solid 2px #4a4f55;
    color: #4a4f55;
    transition: all 0.5s;
}

section.curated-photographers h3 a:hover {
    border-bottom: solid 2px #4a4f55;
    color: #4a4f55;
    text-decoration: none;
}

section.curated-photographers .section-headline-text {
    margin-bottom: 60px;
    color: #a39693;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

section.curated-photographers .curated-photograhers-card {
    margin-bottom: 25px;
    border-radius: 2px;
    min-height: 418px;
}

@media (max-width: 768px) {
    section.curated-photographers .curated-photograhers-card {
        min-height: auto;
    }
}

section.curated-photographers .curated-photograhers-card .curated-photograhers-card__photo {
    max-height: 239px;
    overflow: hidden;
}

section.curated-photographers .curated-photograhers-card .curated-photograhers-card__photo img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    width: 100%;
    height: auto;
    /* min-height: 245px; */
    background-color: #b7b7b7;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile {
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    width: 100%;
    background-color: #fff;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photograhers-card__profile__photo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 66px;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photograhers-card__profile__photo img {
    border-radius: 100%;
    width: 46px;
    height: 46px;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photographers-card__profile__text {
    display: table-cell;
    vertical-align: middle;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photographers-card__profile__text h4 {
    margin-bottom: 2px;
    color: #262626;
    font-size: 15px;
    font-weight: 600;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photographers-card__profile__text .curated-photographers-card__profile__text--location {
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photographers-card__profile__text--hire {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__profile .curated-photographers-card__profile__text--hire a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: solid 1px #197b30;
    border-radius: 2px;
    color: #fff;
    background-color: #00a651;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

section.curated-photographers .curated-photograhers-card .curated-photographers-card__tag {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    border-bottom: solid 1px #b7b7b7;
    border-left: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    background-color: #fff;
    background-image: url(/assets-2015/static/images/tag.png);
    background-size: 45px 16px;
    background-position: center left;
    background-repeat: no-repeat;
    color: #5c5250;
    font-size: 12px;
    font-weight: 600;
}

section.curated-photographers .see-more-photographers {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.curated-photographers .see-more-photographers a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    background-color: #262626;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

section.curated-photographers .see-more-photographers a:hover {
    text-decoration: none;
}

.calendar table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.fc-unthemed {
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 15px;
    padding: 20px;
    border: solid 1px #b7b7b7;
    border-radius: 2px;
    background-color: #fff;
}

.fc-unthemed:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 30px;
    width: 0;
    height: 0;
    border-color: transparent transparent #aaa transparent;
    border-style: solid;
    border-width: 8px;
}

.fc-unthemed:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 31px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 7px;
}

.fc-unthemed .fc-toolbar .fc-left h2 {
    margin-bottom: 15px;
    color: #555;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.fc-unthemed .fc-toolbar .fc-right button {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.fc-unthemed .fc-toolbar .fc-right button:hover {
    color: #555;
    border: solid 1px #999;
}

.fc-unthemed .fc-toolbar .fc-right .fc-button-group {
    display: inline-block;
}

.fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-prev-button:before {
    content: '\2190';
}

.fc-unthemed .fc-toolbar .fc-right .fc-button-group .fc-next-button:before {
    content: '\2192';
}

.fc-unthemed .fc-view-container {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 268px;
}

.fc-unthemed .fc-view-container thead .fc-day-header {
    width: 38px;
    height: 45px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.fc-unthemed .fc-view-container tbody .fc-row {
    margin-top: -1px;
}

.fc-unthemed .fc-view-container tbody .fc-day-number {
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    border: solid 1px #ddd;
    width: 38px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    transition: all 0.1s;
}

.fc-unthemed .fc-view-container tbody .fc-past {
    color: #ccc;
    cursor: default;
}

.fc-unthemed .fc-view-container tbody .fc-today {
    background-color: #f0f0f0;
}

.fc-unthemed .fc-view-container tbody .fc-today:hover,
.fc-unthemed .fc-view-container tbody .fc-future:hover {
    background-color: #ff4539;
    color: #fff;
    cursor: pointer;
}

.fc-unthemed .fc-view-container tbody .fc-other-month {
    border-bottom: 0;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

#footer {
    padding: 30px;
    text-align: center;
    color: #F0F0F0;
    background-color: #171717;
}

#footer * {
    color: #F0F0F0;
    background-color: #171717;
}

#footer .menu,
#footer .social-links,
#footer .attributions {
    list-style: none;
    padding: 0;
}

#footer .menu-item,
#footer .social-link,
#footer .attribution {
    display: inline-block;
    margin: 0 0.4em;
}

#footer .social-links {
    margin-bottom: 32px;
}

#footer .social-link {
    background-image: url('/assets-2015/social-icons@2x.png');
    background-size: 32px 160px;
    width: 32px;
    height: 32px;
}

#footer .social-link.facebook {
    background-position: 0 0;
}

#footer .social-link.twitter {
    background-position: 0 -32px;
}

#footer .social-link.instagram {
    background-position: 0 -128px;
}

#footer .social-link.google-plus {
    background-position: 0 -64px;
}

#footer .social-link.linkedin {
    background-position: 0 -96px;
}

#footer .social-links a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#footer .social-links span {
    display: none;
}

#footer .attribution.stripe img {
    width: 119px;
}

#footer .attribution.payment-card img {
    height: 32px;
}

#footer .attribution.comodo-ssl img {
    width: 114px;
}