/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Mon, 15 Sep 2025 21:38:32 -0500*/
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font: 15px/24px 'Muli', sans-serif;
    font-weight: 400;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #666;
}

img {
    max-width: 100%;
    height: auto;
    /*-webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition:0.25s linear;
            transition:0.25s linear;*/
}

.img-left {
    float: left;
    margin-right: 40px;
    margin-bottom: 25px;
}

.img-right {
    float: right;
    margin-left: 40px;
    margin-bottom: 25px;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-dbl { margin-bottom: 60px !important; }
.margin-bottom-half { margin-bottom: 15px !important; }
.margin-bottom-mobile { margin-bottom: 0px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 30px !important; }
.padding-bottom { padding-bottom: 30px !important; }
.padding-bottom-dbl { padding-bottom: 60px !important; }
.padding-bottom-half { padding-bottom: 15px !important; }

.table {
    display: table;
}

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

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #E1E1E1;
    height: 1px;
    clear: both;
    position: relative;
}

hr.margin-half {
    margin-top: 25px;
    margin-bottom: 25px;
}

.border {
    border: 1px solid #E1E1E1;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
}

h1, .h1 { font-size: 18px; color: #333; margin-bottom: 40px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }
h4, .h4 { font-size: 12px; }
h5, .h5 { font-size: 11px; }
h6, .h6 { font-size: 10px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #999999; }

p { margin: 0 0 30px 0; }
.faso-user-p { margin: 0; padding: 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .txt-small { font-size: 85%; }
.txt-large { font-size: 120%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center, .text-right-left { text-align: right; }
.uppercase { text-transform: uppercase; }
.justify {
    text-align: justify;
    text-justify: inter-word;
}

@font-face {
    font-family: 'boldbrush';
    src: url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.eot');
    src: url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.woff2') format('woff2'),
         url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.woff') format('woff'),
         url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.ttf') format('truetype'),
         url('//facingsurvival.com/styles/shared/fonts/boldbrush-webfont.svg#new_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleur:before {
    content: 'F';
    font-family: 'boldbrush';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.fleur { color:#ED2024; }

.enso:before {
    content: 'B';
    font-family: 'boldbrush';
    font-size: 28px;
    font-style: normal;
    position: relative;
    top: 4px;
    left: 0;
    margin-right: 5px;
}

.dpw {
    position: relative;
    display: inline-block;
}

.dpw:before {
    content: 'D';
    font-family: 'boldbrush';
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    line-height: 0;
    position: relative;
    top: 15px;
    left: 0;
}

.boldbrush {
    font-family: 'boldbrush';
    font-size: 28px !important;
    font-style: normal;
    position: relative;
    top: 2px;
    left: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    color: #333;
    text-decoration: none;
    outline: 0;
    -webkit-transition:0.25s all linear;
            transition:0.25s all linear;
}

a:hover { color: #6E6E6E; }
a:hover, a:active, a:focus { outline: 0; }

a.link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*a img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
}

a:hover img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}*/

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list, .social-list, .subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.inline-list li {
    display: inline;
    margin: 0 10px;
}

.social-list li {
    float: left;
    margin: 0 10px;
}

.inline-list li:first-child, .social-list li:first-child {
    margin-left: 0px;
}

.inline-list li:last-child, .social-list li:last-child, .subnav li:last-child {
    margin-right: 0px;
}

.subnav {
    margin-bottom: 25px;
}

.subnav li {
    display: inline;
    margin-right: 20px;
    position: relative;
}

.subnav li:after {
    content: "|";
    position: absolute;
    top: -5px;
    right: -13px;
}

.subnav li:last-child:after {
    content: "";
}

.circle-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.circle-list li {
    position: relative;
    padding-left: 25px;
}

.circle-list li:before {
    content: '\f10c';
    position: absolute;
    top: 3px;
    left: 2px;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    width: 20px;
    height: 20px;  
}

.circle-list li a {
    font-weight: 400;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
    width: 100%;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 21px;
    position: relative;
}

.site-title {
    width: 518px;
    height: 37px;
    overflow: hidden;
    display: inline-block;
}

.site-title img {
    width: 518px;
    display: block;
}

.site-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333333;
    width: 463px;
    display: block;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu > li {
    display: inline-block;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

/*** SKIN ***/

.main-nav {
    float: right;
    /*margin-top: 15px;*/
}

.sf-menu {
    position: relative;
}

.sf-menu ul {
    min-width: 10em; /* allow long menu items to determine submenu width */
    *width: 10em; /* no auto sub width for IE7, see white-space comment below */
    top: 38px;
    left: -15px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding-top: 10px;
}

.sf-menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 13px;
    color: #4d4d4d;
    text-decoration: none;
    display: inline-block;
    position: relative;
    /*padding: 5px;*/
    /*border: 1px solid #4d4d4d;*/
}

.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
            transition: background .2s;
}

.sf-menu > li {
    margin-left: 20px;
}

.sf-menu > li > a:hover {
    color: #999;
}

.sf-menu li li a {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #333333;
}

.sf-menu li li a:hover {
    color: #999999;
}

.sf-menu > .selectednavlink > a {
    color: #444444;
}

.sf-menu ul .selectednavlink > a {
    color: #444444;
}

.sf-menu .emptynavlink {
    display: none !important;
    visibility: hidden;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
   
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 12px;
    background: #fff;
    overflow: auto;
    z-index: 99999;
}

.nav-wrapper {
    width: 100%;
    height: 100%;
    padding: 12px;
    position: relative;
    background-color: #eee;
}

.mobile-nav {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav ul ul {
    margin-left: 40px;
    margin-top: 10px;
}

.mobile-nav > ul > li {
    margin-bottom: 35px;
}

.mobile-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 10vmin;
    line-height: 8vmin;
    font-weight: 400;
    font-style: normal;
    color: #4d4d4d;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}

.mobile-nav ul li a:hover {
    color: #666;
}

.mobile-nav ul li li {
    position: relative;
}

.mobile-nav ul li li:before {
    content: '\f10c';
    position: absolute;
    top: 3px;
    left: -20px;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    width: 20px;
    height: 20px;  
}

.mobile-nav ul li li a {
    font-size: 18px;
}

.mobile-nav .selectednavlink a {
    color: #444444;
}

.mobile-nav .emptynavlink {
    display: none !important;
    visibility: hidden;
}

.nav-wrapper .close {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}

.nav-wrapper .close i {
    font-size: 24px;
    color: #333333;
    -webkit-transition:0.25s color linear;
            transition:0.25s color linear;
}

.nav-wrapper .close i:hover {
    color: #999999;
}

.hamburger {
    display: none;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
    color: #4d4d4d;
    -webkit-transition: 0.25s all linear;
            transition: 0.25s all linear;
}

.hamburger:hover {
    color: #666;
}

.hamburger i {
    font-size: 22px;
}

/* ==========================================================================
   Content
   ========================================================================== */

.supporters img {
    margin-right: 30px;
    margin-bottom: 30px;
}

.content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #fff;
}

.home .content {
    padding-top: 0px;
}

.page-title h1 {
    margin-bottom: 50px;
}

.spacer {
    padding-bottom: 50px;
}

/*.main {
    padding-bottom: 100px;
}*/

.usc-logos img {
    margin-bottom: 30px;
}

.usc-logos img:first-child {
    margin-right: 30px;
}

.hero-video {
    width: 100%;
    /*height: 540px;*/
    /*height: 100%;*/
    height: 720px;
    margin-bottom: 70px;
    background: #000;
    overflow: hidden;
    position: relative;
}

video {
    /*position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;*/
    width: 100%;
    height: auto;
    /*z-index: -100;*/
    /*transform: translateX(-50%) translateY(-50%);*/
}

.hero-holder {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
}

.hero-holder a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: 13px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 1px solid #fff;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 15px;
    background: none;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-down a {
    font-size: 38px;
    color: #fff;
}

.hero-section {
    margin: -50px 0 75px 0;
}

.hero-section, .hero-section .slick-slide {
    height: 550px;
}

.hero-section .slick-prev, .slick-next{
    z-index: 1;
}

.hero-section .slick-prev {
    left: 25px;
}

.hero-section .slick-next {
    right: 25px;
}

.hero-section .slick-prev:before {
    content: '\f104';
}

.hero-section .slick-next:before {
    content: '\f105';
}

.hero-section .slick-prev,
.hero-section .slick-next,
.hero-section .slick-prev:focus,
.hero-section .slick-next:focus{
    width: 35px;
    height: 35px;
    background: #333;
}

.hero-section .slick-prev:hover,
.hero-section .slick-next:hover{
    background: #777;
}

.hero-section .slick-prev:before,
.hero-section .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 1;
    color: #fff !important;
    padding:  5px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-section .slick-dots {
    margin: 0;
    padding: 0;
    bottom: 5px;
}

.hero-section .slick-dots li button:before {
    color: #fff !important;
    opacity: .50;
}

.hero-section .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1;
}

.hero-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover; !important;
}

.image img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.image--cover img{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.image--contain img{
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.image--cover.image--valign-top img {
    background-position: center top !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
    width: 100%;
    position: relative;
    font-size: 12px;
    padding: 50px 0;
    background: #666666;
    color: #bdbdbd;
}

.footer a {
    color: #bdbdbd;
    font-weight: 700;
}

.social {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.social li {
    font-size: 15px;
    display: inline-block;
    margin-right: 7px !important;
    margin-left: 7px !important;
}

.social li:first-child {
    margin-left: 0px !important;
}

.social li:last-child {
    margin-right: 0px !important;
}

.myic {
    margin-bottom: 10px;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog-sidebar h3 {
    margin-bottom: 20px;
}

.sidebar-list ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.sidebar-list ul li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
}

.sidebar-list ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #333333;
    position: absolute;
    top: 9px;
    left: 0;
}

.sidebar-list ul li a {
    padding-left: 20px;
    display: block;
}

.follow-link a {
    text-decoration: none;
    font-family: 'Muli', sans-serif;
}

.follow-link i {
    color: #333333;
    margin-right: 5px;
}

.post-comment {
    margin-bottom: 10px;
    padding: 20px;
}

.post-comment .avatar {
    margin-right: 12px;
    float: left;
}

.post-comment .post-message {
    margin-bottom: 20px;
}

.post-comment .post-meta {
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
}

.post-comment .post-body {
    overflow: hidden;
}

.post-message p:last-child {
    margin-bottom: 0px;
}

.blog-comment-odd {
    background: #F0F0F0;
}

.blog-comment-even {
    background: none;
}

.social-buttons {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}

.social-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-buttons li {
    line-height: normal;
    margin: 0;
    float: left;
    padding: 6px 10px;
}

.social-buttons li a {
    font-size: 25px;
    line-height: normal;
}

.post-nav {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    text-transform: lowercase;
}

.post-nav li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.social-helper {
    display: inline-block;
}

.share-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.share-buttons table {
    margin: 0 auto;
}

.related-posts {
    margin-bottom: 50px;
}

.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    margin-bottom: 10px;
}

.caption {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}

.success_message {
    font: 14px/24px 'Muli', sans-serif !important;
    font-weight: 400 !important;
    padding: 20px;
    background-color: #F0F0F0 !important;
}

.success_message h2 {
    font-size: 20px !important;
}

.success_message .blog_comment {
    border-bottom: none !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type='submit'] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 18px;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    background: #DDDDDD;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 12px 30px;
    max-width: 100%;
    -webkit-transition: 0.25s all linear;
            transition: 0.25s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover {
    color: #666666;
    background: #FFFFFF;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    text-align: center;
    padding-bottom: 25px;
    clear: both;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    float: left;
    list-style: none;
}

.pagination ul li a {
    text-decoration: none;
    padding: 10px 15px;
}

.pagination ul li a.current {
    font-weight: 700;
    background: #F0F0F0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #444444;
   text-transform: uppercase;
   font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444444;
   text-transform: uppercase;
   font-size: 12px; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;
   text-transform: uppercase;
   font-size: 12px;
}

:-ms-input-placeholder {  
   color: #444444;
   text-transform: uppercase;
   font-size: 12px;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
    font: 16px/24px 'Montserrat', sans-serif;
    font-weight: 400;
    color: #444444;
    text-transform: none;
    width: 100%;
    padding: 8px 15px;
    margin: 0;
    border: none;
    background: #eee;
    
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.25s background linear;
            transition:0.25s background linear;
}

input[type="text"]:focus, textarea:focus {
    background: #DDDDDD;
}

input[type="text"] {
    height: 42px;
}

textarea {
    height: 225px;
}

input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    
    input[type="submit"]::-moz-focus-inner {border:0;} /* ff specific stuff, yuck*/ 
    input[type="submit"]:focus {background:#DDDDDD;} /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

.select { 
    color: black; 
}

.form-item {
    margin-bottom: 25px;
}

.form-item.error input, .form-item.error textarea {
    border: 1px solid #ff0000;
}

.form-item.error label {
    color: #ff0000;
}

.radio-group {
    display: block;
    margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.alert {
    margin-bottom: 20px;
    display: block;
}

.alert label {
    color: #ff0000;
    display: block;
}

.signup-form {
    position: relative;
    display: inline-block;
}

.signup-form input[type='text'] {
    width: 350px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.signup-form .form-item {
    display: inline;
}

.signup-form button {
    height: 42px;
    line-height: 42px;
    width: 42px;
    border: 1px solid #FFFFFF;
    background: none;
    padding: 0;
    margin: 0;
}

.signup-form button i {
    color: #333333;
    font-size: 18px;
}

/* ==========================================================================
   Works
   ========================================================================== */

/*.works-section h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #E1E1E1;
    transform: translateX(-50%);
}*/

.works {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.works-item {
    display: inline-block;
    text-align: left;
    padding: 0 20px 20px 0;
}

.works-item img { height: 250px; width: auto; }
.works-item p:last-child { margin-bottom: 0 !important; }

.work-nav {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 0 30px;
    font-size: 12px;
    text-transform: lowercase;
}

.work-nav li {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.work-nav li:first-child {
    text-align: left;
}

.work-nav li:last-child {
    text-align: right;
}

.works-details span {
    display: block;
}

.works-details .works-price-currency-name {
    display: inline;
}



.works-image {
    float: left;
    width: 45%;
    height: auto;
}

.works-detail {
    /*background: none repeat scroll 0 0 #fff;*/
    float: right;
    /*height: 970px;*/
    padding: 100px 0 0;
    position: relative;
    text-align: left;
    width: 48%;
    z-index: 1;
}

.works-detail h2 {
    color: #16192a;
    font-size: 24px !important;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

.works-detail .works-meta {
    font: normal 14px/1.5em "Helvetica Neue", Helvetica, sans-serif !important;
    margin-bottom: 18px;
}

.works-detail .works-comments {
    margin-bottom: 18px;
}

.faso-workszoom-section-data .works-detail {
    padding: 0px;
}

/* ==========================================================================
   Works Thumbnails
   ========================================================================== */
   
.works figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.works figure img {
    position: relative;
    display: block;
    max-width: 100%;
}

.works figure figcaption {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.works figure figcaption::before,
.works figure figcaption::after {
    pointer-events: none;
}

.works figure figcaption,
.works figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.works figure h2,
.works figure p {
    margin: 0;
}

figure.hover-effect figcaption {
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}

figure.hover-effect:hover figcaption {
    opacity: 1;
}

figure.hover-effect .inner {
    padding: 20px;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
}

figure.hover-effect img {
    border: 1px solid #E1E1E1;
    opacity: 1;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

figure.hover-effect h2 {
    opacity: 0;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
    width: 100%;
    -webkit-transform: translate3d(0,15px,0);
            transform: translate3d(0,15px,0);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
            transition: opacity .25s, transform .25s;
}

figure.hover-effect:hover h2, figure.hover-effect:hover .details {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

figure.hover-effect .details {
    opacity: 0;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0,15px,0);
            transform: translate3d(0,15px,0);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
            transition: opacity .25s, transform .25s;
}

figure.hover-effect .details span {
    display: block;
}

figure.hover-effect .details span.works-price-currency-name {
    display: inline;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.row .row {
    width: auto;
    margin: 0 -30px !important;
}

*[class*='col-'] {
    float: left;
    padding: 0 30px;
    position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.cell { padding: 25px; position: relative; }
.centered { margin: 0 auto; position: relative; float: none; }

.grid { overflow: hidden; margin: 0; padding: 0; list-style: none; }
.grid-item { padding: 15px; margin: 0; float: left; }
.grid-item img { width: 100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after {
    clear: both;
}

/* ==========================================================================
   lightGallery Overrides
   ========================================================================== */

@font-face {
  font-family: 'lg';
  src: url("//facingsurvival.com/styles/shared/fonts/lg.eot?n1z373");
  src: url("//facingsurvival.com/styles/shared/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("//facingsurvival.com/styles/shared/fonts/lg.woff?n1z373") format("woff"), url("//facingsurvival.com/styles/shared/fonts/lg.ttf?n1z373") format("truetype"), url("//facingsurvival.com/styles/shared/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-backdrop {
    background: rgba(255, 255, 255, .9);
}

.lg-toolbar {
    background: rgba(255, 255, 255, .9);
}

.lg-toolbar .lg-icon {
    color: #444;
}

.lg-toolbar .lg-icon:hover {
    color: #444;
    opacity: .75;
}

.lg-sub-html {
    color: #444;
    width: 100%;
    white-space: normal;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .9);
}

.lg-image {
    padding-top: 47px;
    padding-bottom: 44px;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slide {
    padding: 0 20px;
}

.slick-slider .slick-list {
    margin: 0 -20px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Theme */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('//facingsurvival.com/styles/custom/facingsurvival/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-arrows {
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
    width: 48%;
    z-index: 9;
    padding-right: 30px;
}

.slick-arrows .slick-prev,
.slick-arrows .slick-next
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    
    
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #999;
    
    position: static;
    right: auto;
    left: auto;
    display: inline-block;
}

.slick-arrows .slick-prev:before,
.slick-arrows .slick-next:before
{
    content: '';
}
.slick-arrows .slick-prev:hover,
.slick-arrows .slick-next:hover
{
    color: #666;
    /*text-decoration: underline;*/
}
.slick-arrows .slick-prev:focus,
.slick-arrows .slick-next:focus
{
    color: #999;
    /*text-decoration: none;*/
}
.slick-arrows .slick-prev
{
    /*left: auto;*/
}
.slick-arrows .slick-next
{
    float: right;
    /*right: auto;*/
}


.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 32px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 15px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '&#226;?'';
}

.slick-next
{
    right: 15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '&#226;?';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    top: -14px;
    right: 0px;
    width: 48%;
    height: 20px;
    display: block;

    /*width: 100%;*/
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: left;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    padding: 0 !important;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 0 !important;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 7px;
    line-height: 16px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    background: none;
}

/* ==========================================================================
   Magnific Popup
   ========================================================================== */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #444;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 90%; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1280px) {

    .hero-video {
        height: auto;
    }
    
}

@media only screen and (max-width : 1140px) {
    
    .main-nav {
        display: none;
    }
    
    .hamburger {
        display: inline-block;
    }
    
}

@media only screen and (min-width : 993px) {

    .grid-item {
        width: 33.33333%;
    }
    
    .grid-item-2 {
        width: 50%;
    }
    
    .grid-item-4 {
        width: 25%;
    }
    
}

@media only screen and (max-width : 992px) {

    .grid-item {
        width: 33.33333%;
    }
    
    .signup-form input[type='text'] {
        width: 300px;
    }
    
}

@media only screen and (max-width : 768px) {

    .grid-item {
        width: 50%;
    }
    
    .signup-form input[type='text'] {
        width: 225px;
    }
    
    .hero-section, .hero-section .slick-slide {
        height: 450px;
    }
    
    .works-slider {
        margin-top: 70px;
    }
    
    .works-image {
        float: none;
        width: 100%;
    }
    
    .works-detail {
        float: none;
        height: auto;
        padding: 25px 0 0;
        width: 100%;
    }
    
    .slick-arrows {
        display: block;
        position: absolute;
        top: -55px;
        right: auto;
        left: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .slick-dots
    {
        position: absolute;
        top: -85px;
        right: auto;
        left: 0;
        width: 100%;
    }
    
}

@media only screen and (max-width: 640px) {

    *[class*='col-'] {
        float: none;
        width: 100%;
    }
    
    .text-right-center, .text-left-center {
        text-align: center;
    }
    
    .text-right-left {
        text-align: left;
    }
    
    .margin-bottom-mobile { margin-bottom: 30px !important; }
    
    .signup-form input[type='text'] {
        width: 300px;
    }
    
    .hero-section, .hero-section .slick-slide {
        height: 400px;
    }
    
    .works {
        text-align: center;
    }
    
    .works-item {
        padding: 10px;
    }
    
    .works-item img { height: auto !important; width: auto !important; }
    
    .footer .logo {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width : 575px) {

    .site-title {
        width: 195px;
    }
    
}

@media only screen and (max-width : 480px) {

    .grid-item {
        width: 100%;
    }
    
    .btn, input[type='submit'] {
        width: 100%;
    }
    
    .hero-section, .hero-section .slick-slide {
        height: 300px;
    }

    /*.header {
        text-align: center;
        height: auto;
    }*/
    
    /*.site-title, .main-nav {
        position: static;
        margin-bottom: 10px;
    }
    
    .site-title {
        margin-top: 20px;
    }*/
    
    .signup-form input[type='text'] {
        width: 250px;
    }
    
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
