/*
Theme Name: Fort Theme
Theme URI: http://fort.co
Description: Responsive WordPress theme

Author: Fort Team
Author URI: http://fort.co
Version: 0.0.1
Copyright (C) 2017 Fort
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/

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

* {
    margin: 0;
    font-family: 'montserrathairline', sans-serif;
    letter-spacing: .03em;
    font-size: 100%;
    color: #f1f1f1;
}
body {
    color: #f1f1f1;
    background: #0e0e0e;
}
::selection {
    background: #fff;
    /* WebKit/Blink Browsers */
    color: #000;
}

::-moz-selection {
    background: #fff;
    /* Gecko Browsers */
    color: #000;
}

p {
    font-size: 16px;
    line-height: 140%;
}

a {
    text-decoration: none;
}
strong {
    font-family: 'montserratregular', sans-serif;    
}
header {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.loader{
  height: 10px;
  background-color: #000;
  position: absolute;
    z-index: 999999;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}
/*======================= */


/*         Buttons        */


/*======================= */


/* General button style (reset) */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 16px 60px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Pseudo elements for icons */

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
    content: "\e00d";
}

/* */

.btnn {
    
    margin: 60px 0 120px!important;
}

.vid-clos {
    
    background: url(img/close.png) no-repeat;
    background-size:cover;
    padding:10px;
    top:10px;
    right:10px;
    position: absolute;
    z-index:999;
    width:30px;
    height:30px;
    color:white;
    font-size:26px;
    cursor:pointer;
}

.fulscrn {
    display:none;
    position: fixed;
    z-index:9999999;
    top:0;
    width:100vw;
    bottom:0;
    background: white;
    overflow-x: hidden;
}
/* Button 4 */

.btn-4 {
    border: 2px solid #fff;
    color: #fff;
    overflow: hidden;
}

.btn-4:active {
    border-color: #fff;
    color: #000;
}

.btn-4:hover {
    background: none;
    border: 2px solid #f1f1f1;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4:active:before {
    color: #000;
}

.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}


/* ======================= */


/*        Navigation       */


/* ======================= */

.navigation {
    position: fixed;
    z-index: 999;
    right: 0;
    margin: 30px;
}


/* Hamburgar Manu */

.c-hamburger {
    display: block;
    background: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 auto;
    padding: 0;
    width: 66px;
    height: 66px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}


/* Span */

.c-hamburger span {
    display: block;
    position: absolute;
    top: 32px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f1f1f1;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}


/* stlye */

.c-hamburger--htx {
    background-color: none;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
    background-color: none;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/* Navigator */

.reveal-nav {
    position: fixed;
    background: rgba(14, 14, 14, .9);
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    text-align: right;
    transition: all 1s;
}

.reveal-nav nav {
    margin-top: 120px;
    margin-right: 80px;
}

.reveal-nav nav a {
    position: relative;
    display: block;
    margin: 1vw 25px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 28px;
    transition:color .6s ease-in-out;
}

.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.reveal-nav nav a:hover,
.reveal-nav nav a:focus {
    outline: none;
    color: #fff!important;
    font-family: 'montserratlight', sans-serif;
}

.reveal-nav nav ul li {
    display: block;
    color: #fff!important;
}

/* ====================== */


/*   Home Page Sections   */


/*======================= */


/* main section */

.home-bg-vd {
    position: relative;
    margin: 0;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-bg-vd video {
    position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: auto;
     z-index: -1000;
     overflow: hidden;
    background-size: cover;
}

.home-sec {
    width: 100%;
    text-align: center;
}

.home-sec img {
    width: 30vw;
    margin-bottom: 2.8vw;
}

.home-sec h3 {
    font-family: 'montserrathairline', sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 1.5vw;
    margin-bottom: 50px;
}

.home-sec h3 span {
    font-family: 'montserratregular', sans-serif;
    font-weight: 900;
    display: block;
    letter-spacing: 2px;
}

.home-sec a {}

.home-sec p {
    margin-left: -55px;
}


/* ======================= */


/*        Portfolio        */


/* ======================= */


/* featured Word */

.home-portfolio-items {
    margin: 0;
}

.home-portfolio-items figure {
    position: relative;
    width: 50%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    opacity: .9;
    float: left;
    cursor: pointer;
    transition: all .9s ease-in-out;
}

.home-portfolio-items img {
    opacity: .9;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    transition: all 1.9s ease-in-out;
}

.home-portfolio-items figcaption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s ease-in-out;
    opacity: 0;
}

.home-portfolio-items figcaption h3 {
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
}

.home-portfolio-items figcaption h3 span {
    font-family: 'montserratlight', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

.home-portfolio-items figure:hover figcaption {
    opacity: 1;
    padding: 200px 0 0;
}

.home-portfolio-items figure:hover img {
    transform: scale(1.05);
}


/*=======================*/


/*      Blog Section     */


/*=======================*/
.post-holder {
    width: 80vw;
    margin: 0 auto 190px;
}
.post-holder h2 {
    margin-bottom: 30px;
    font-size: 3em;
    font-family: 'montserratbold', sans-serif;
    text-transform: uppercase;
}
.post-items {
    margin-bottom: 120px;
}
.post-item {
    width: 100%;  
    margin-bottom: 20px;
    background: #f1f1f1;
    position: relative;
}
.post-item ::selection {
    background: #000;
    /* WebKit/Blink Browsers */
    color: #fff;
}

.post-item ::-moz-selection {
    background: #000;
    /* Gecko Browsers */
    color: #fff;
}
.post-item p {
    color: #222!important;
    margin-bottom: 20px;
    font-style: italic;
}
.head-on-img-item,
.head-on-img {
    position: absolute;
    background: rgba(0,0,0,.45);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 6vh 3vw 0;
    transition: .6s ease-in-out;
}
.pol *{
    font-family: 'montserratregular', sans-serif;
    text-transform: none!important;
}
.head-on-img:hover{
    background: rgba(0,0,0,.2);
}
.head-on-img-item:hover {
    background: rgba(0,0,0,.3);
}
.head-on-img h3 span{
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #fff;
    color: #0e0e0e;
    padding: 6px 10px;
   
}
.head-on-img h1 {
    text-transform: uppercase;
    font-family: 'montserratbold', sans-serif;
    font-size: 2.3em;
    line-height: 120%!important;
     margin: 20px 0 0;
}
.head-on-img-item h1 a{
    font-style: normal;
    font-family: 'montserratbold', sans-serif;
}
.item-txt {
    margin: 100px 50px 40px;
}
.item-date {
    font-family: 'montserratbold', sans-serif;    
}
.col-item-excerpt {
    border-bottom: 2px dotted #fff;
    padding-bottom: 10px;
}
.item-excerpt {
    font-family: 'montserratlight', sans-serif; 
    border-bottom: 2px dotted #000;
}
.head-on-img-item a,
.post-item a p,
.post-item a {
    font-family: 'montserratregular', sans-serif; 
    font-style: italic;
    color: #222!important;
    font-size: 1em;
}

.col-post-items {
    margin: 0;
}
.post-item-c,
.col-post-item {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    position: relative;
    height: 42vh;
    overflow: hidden;
}
.post-item-c img,
.col-post-item img{
    max-width:100% !important;
    height: auto;
    display: block;
}
.post-item-c img:hover,
.col-post-item img:hover{
    transform: scale(2);
}
.head-on-img-item h3 span{
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    font-style:normal;
    font-size: .8em;
    background: #fff;
    color: #0e0e0e;
    padding: 6px 10px;
   
}

.head-on-img-item h1 {
    text-transform: uppercase;
    font-style:normal;
    font-family: 'montserratbold', sans-serif;
    font-size: 2.3em;
    line-height: 120%!important;
     margin: 20px 0;
}

.head-on-img-item a,
.head-on-img-item p {
    font-style: italic;
    font-size: 1em;
    color: #f1f1f1!important;
    margin-bottom: 10px;
}



/*=======================*/
/*          Pages        */
/*=======================*/

.page-header {
 /*   background: linear-gradient(rgba(14, 14, 14, 0.7), rgba(14, 14, 14,1)), url(img/about-storytellers.jpg) no-repeat fixed; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.page-head {
    width: 50vw;
    text-align: center;
}

.page-head img {
    padding-bottom: 30px;
    width: 46vw;
}

.page-head h1 {
    font-family: 'montserratblack', sans-serif;
    font-size: 6vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 5vw;
    margin-bottom: 30px;
}

.page-head h3 {
    font-family: 'montserrathairline', sans-serif;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 1.2em;
    margin-bottom: 14px;
}

.page-head p {
    font-family: 'montserrathairline', sans-serif;
    line-height: 140%;
}

.page-container {}
.content-container {
    padding: 0 90px;
}
.page-container h2 {
    font-size: 44px;
    font-family: 'montserrathairline', sans-serif;
    margin-bottom: 20px;
}

.page-container h2 span {
    display: block;
    font-family: 'montserratregular', sans-serif;
}

.page-container h3 {
    font-size: 56px;
    text-transform: uppercase;
    font-family: 'montserratbold', sans-serif;
    margin-bottom: 20px;
}

.page-container h4 {
    font-size: 18px;
    font-family: 'montserratregular', sans-serif;
    margin-bottom: 10px;
}

.page-container p {}
.page-container a {    font-family: 'montserratlight', sans-serif;   }
.page-sep {
        margin: 90px 0 270px 0;
        padding: 0 90px;
        position: relative;
    }
.page-sep p {

}
.page-sep h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'montserrathairline', sans-serif;
}
.page-sep h5 {
    margin-bottom: 10px;
}

.page-section {
    padding: 0 90px;
    position: relative;
}

/*====== Our Way =====*/
.shared-img {
    padding: 0 4vw;
}
.shared-img img{
   width: 100%!important;
}
.our-way-content {
    padding: 10vw 30px 30px;
}
.our-way-content h2 {
    margin-bottom: 10px;
}
.our-way-content h2 span {
    display: inline-block;
}

.our-way--hold {
    padding: 0 90px;
}
.our-way--hold img {
    margin: 20px 0;
    width: 16vw;
}
.our-way--hold p {
    margin-bottom: 10px;
}
.our-way--hold ul {
    margin-bottom: 10px;
}
.our-way--hold li {
    margin-bottom: 6px;   
    font-size: .9em;
    font-family: 'montserratregular', sans-serif;
}
.img--fill img{
    width: 100%;
}
.hold-img-bg {
    background: linear-gradient(rgba(14, 14, 14, 0.6), rgba(14, 14, 14,.6)), url(img/holdthefort-img.png) no-repeat fixed;
    background-size: cover;
    padding: 180px 0;
    margin: 0;
}
.our-way-review {
    padding: 15vw 90px 30px;
}
.our-way-review h3,
.our-way-review h3 span{
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.fort-review-img {
    margin: 0;
}
.fort-review-img img {
    width: 100%;
    display: block;
}
.our-way-review h5 {
    font-size: 18px;
    line-height: 24px;
}
.bg-our-way {
    padding: 0!important;
    margin: 0!important;
}
/*====== About Section =====*/

.home-section h2 {
    font-family: 'montserratregular', sans-serif;
    font-size: 56px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.home-section p {
    font-family: 'montserrathairline', sans-serif;
    font-weight: 900;
    line-height: 140%;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.home-container {
    width: 60vw;
    margin: 0 auto;
}

.about-second-sec {}

.about-brand-purpose {
    width: 70vw;
    padding: 180px 0;
    margin: 0 auto;
}

.about-brand-purpose h3 {
    font-size: 56px;
    text-transform: none;
    font-family: 'montserratbold', sans-serif;
}

.about-brand-purpose h4 {
    font-size: 36px;
    margin-bottom: 16px;
    font-family: 'montserrathairline', sans-serif;
}

.about-sec-one {
    width: 90vw;
    margin: 0 auto;
}

.about-sec-img {
    overflow: hidden;
}
.bg-about-sec {
    background: url(img/about-storytellers.jpg) no-repeat fixed;
    background-size: cover;
    background-position: -600px;
    padding: 90px 0;
}
.about-sec-img img {
    width: 101%;
    margin: 0;
    padding: 0;
}
.about--content {
    padding: 6vw 60px 60px 0;
}
.about--content h2 {
    font-size: 2.6vw;
}
.fort-stroy-section {
    background: linear-gradient(rgba(14, 14, 14, 0.1), rgba(14, 14, 14, .1)), url(img/FORT%20STORY.jpg) no-repeat fixed;
    background-size: cover;
}

.fort-story {
    padding: 180px 120px 90px;
}
.fort-story h1 {
    font-size: 2.6em;
    margin-bottom: 30px;
}
.story-head {
    margin-left: 120px;
}

.story-head h3 {
    font-family: 'montserratbold', sans-serif;
    font-size: 3.3vw;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.story-content {
    float: left;
    margin-left: 30vw;
    width: 46%;
}

.story-content span {
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}


/* Leadership Section */

.leadership-container {
    padding: 180px 30px;
    text-align: center;
}
.leadership-tab {
    padding-top: 40px;
    text-align: left;
}

.leader-items{
    padding: 0 90px;
    margin: 90px 0 0;
}

.leader-item {
    cursor: pointer;
    padding: 0 8px;
}
.leader-item h4,
.leader-item h5 {
    padding: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.leader-item h4 {
    font-size: 1.6em;
    letter-spacing: 2px;
    font-family: 'montserratlight', sans-serif;
}
.leader-item h5 {
    font-size: .9em;
    letter-spacing: 4px;
    color: #ccc;
    font-family: 'montserratlight', sans-serif;
}
.leader-item img {
    opacity: .9;
    width: 100%;
    display: block;
    height: auto;
    transition: .9s ease-in-out;
}
figcaption.lead-title { 
    margin: 20px 0 60px;
}

.leader-item img:hover{
        opacity: .8;
}

.leader-bio-holdr {
    visibility: hidden;
    position: fixed;
    z-index: 999999999;
    background: rgba(14,14,14,0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;


    align-items: center;
    
    
}
.openn {
    visibility: visible!important;
}
.leader-bio {

    background: #f1f1f1;
    position: relative;
    padding: 60px 40px;

}
.leader-bio h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.leader-bio h5 {
    margin-bottom: 30px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'montserratlight', sans-serif;
}
.leader-bio p {
    text-align: left;
}
.leader-bio p span {
    display: block;
    margin-bottom: 20px;
}
.leader-bio *{
    color: #0e0e0e!important;
}
.closer {
    background: url(img/close.png) no-repeat;
    cursor: pointer;
    background-size: cover;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 60px;
    right: 60px;
    z-index: 99;
}

.fortreview {
    padding: 0 120px;
}

.fortreview h3 {
    font-family: 'montserratregular', sans-serif;
    margin-bottom: 30px;
}

.fortreview h3,
.fortreview h3 span {
    letter-spacing: .2em;
}

.fortreview h5 {
    margin-bottom: 10px;
    line-height: 160%;
}

.fortreview-content {
    width: 45%;
    margin: 20vh 0;
    float: left;
}

.fortreview-img {
    width: 50%;
    float: right;
}

.fortreview-img img {
    width: 100%;
}

.network-section {
    padding: 180px;
    text-align: center;
}


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

.blog-section {
    padding-bottom: 180px;
}


/*==== Portfolio =======*/

.portfolio-container {

}
.featured-work-holdr {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 180px;
}
.featured-work-holdr h2 {
    font-size: 2.8em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'montserratlight', sans-serif;
}
.featured-work-items {
    margin-bottom: 160px;
}
.featured-work-item {
    position: relative;
    overflow: hidden;
    height: 28vw;
}
.port-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.port-img img {
    width: 100%;
    height: auto;
  display: block;
}
.all-work-items {
    padding: 0;
    margin-bottom: 60px;
}

.all-work-item {
    position: relative;
    height: 20vw;
    overflow: hidden;
}
.all-work-item img{
    width: 100%;
    height: auto;
    transform: scale(1.2);
    display: block;
}
.featured-work-tint {
    position: absolute;
    background: rgba(241,241,241,.0);
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s ease-in-out;
}
.featured-work-tint a {
    text-align: center;
}

.on-featured {
    opacity: 0;
    padding: 0 30px;
    margin: 0 auto;
    width: 80%;
    transition: .8s ease-in-out;
}
.on-featured h3 {
    margin-bottom: 8px;    
}
.on-featured h3 a{
    font-size: 1.8em;

    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
}
.on-featured a{
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'montserratlight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.featured-work-tint:hover {
    background: rgba(0,0,0,.3);   
}
.featured-work-tint:hover .on-featured {
    opacity: 1;
    transform: scale(1.1);
}
a.fill-div-d {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
a.fill-div {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.work-categories {
    margin-bottom: 60px;
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    padding: 25px 0;
}
.work-categories ul {
    margin: 0;
    padding: 0;
}
.work-categories ul li{
    display: inline-block;
}
.flit{ 
    font-size: 1.2em;
    text-transform: uppercase;
    margin-right: 20px;    
}
.work-categories li a{
    font-family: 'montserratlight', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    margin: 0 15px;
}
.cat-header {
    text-align: center;
}
.cat-header {
    background: #0e0e0e;;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.cat-head {
    width: 50vw;
}

.cat-head h1 {
    font-family: 'montserratbold', sans-serif;
    font-size: 6vw;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 5.4vw;
    margin-bottom: 30px;
}

.cat-head h3 {
    font-family: 'montserrathairline', sans-serif;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 1.2em;
    margin-bottom: 14px;
}

.cat-head p {
    font-family: 'montserrathairline', sans-serif;
    line-height: 140%;
}
/*===== Single Work Page ====*/
.single-work-bg {
    padding: 60px;
    margin-bottom: 180px;
}
.single-work-bg *{
    font-family: 'montserrathairline', sans-serif;
}
.single-work-bg img{
    max-width: 100%;
    height: auto;
    display: block;
}

.portfolio_top_details {
    margin-bottom: 10px;
}
.single-work-bg h1,
.single-work-bg h2,
.single-work-bg h3,
.single-work-bg h4,
.single-work-bg h5,
.single-work-bg h6,
.single-work-bg p {
    margin-bottom: 10px;
}
.work-video { 
    position:relative;
    overflow:hidden;
    height: 70vh;
    margin-bottom: 60px;
}
.work-video .ratio {
    display:block;
    width:100%;
    height:auto;
}

.work-video iframe { 
    position:absolute;
    top:0;left:0;
    width:100%; 
    height:100%;
}

.portfolio_top_details h3 {
    font-size: 2em;
    font-family: 'montserratregular', sans-serif;
}
.portfolio_top_details p {
    font-family: 'montserrathairline', sans-serif;
}
.work-details {
    padding: 0 30px;
    margin-bottom: 30px;
}
.work-details h3 {
    font-family: 'montserratlight', sans-serif;
    font-size: 2.6em;
}
.work-details p {
    font-size: 1.1em;
    color: #ccc;
}
.work-content {
    padding-top: 48px;
    width: 40%;
    float: left;
}
.work-content p span{
    font-family: 'montserratregular', sans-serif;    
}
.work-content p {
    margin-bottom: 1px;
}
.work-content a {
    font-family: 'montserratlight', sans-serif;      
}
.work-credits {
    margin: 30px 0 10px;
    padding: 20px 30px;
}
.work-credits label {
    font-family: 'montserratregular', sans-serif;
}

.credits-item {
    padding: 30px 0;
}

.credits-item {

}

.credits-items h4 {
    font-family: 'montserratlight', sans-serif;      
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.credits-items table {
    margin-bottom: 20px;
}

.credits-items table tr td{
    padding-right: 10px;
    color: #ccc;
    font-size: .86em;
    letter-spacing: 2px;
    font-family: 'montserratlight', sans-serif; 
}
.credits-items table tr {
    padding-bottom: 20px;
}
.credits-items strong {
    font-family: 'montserratlight', sans-serif; 
    letter-spacing: 2px;
}
.ac label {
    font-size: 2em;
    padding: 20px 0 0;
    font-family: 'montserratlight', sans-serif; 
}
.ac-label {
    text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: .7em .4em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: none;
  transition: all .6s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
  background-color: none;
    color: #ccc;
    
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2em;
  text-align: center;
    font-size: 1em;
  font-family: 'montserratlight', sans-serif;   
    color: black;
  background-color: #fff;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #d8d8d8;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}

.work-image-item {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    max-height: 24vw;
}
.work-image-item-full {
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 50vw;
}
.work-image-item-full img,
.work-image-item img{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: block!important;
}

.full {
    width: 100%;
}
.half {
    width: 50%;
}
/*===== Single Post Page ====*/
.single-work-content{
    width: 80vw;
    margin: 0 auto;
    padding-top: 120px; 
}
.single-work-content&::after {
    clear: both;
    content: "";
    display: table;
}
.single-page-content {
    width: 70vw;
    margin: 0 auto;
    padding-top: 120px;
}
.single-page-bg {
    background: #fff;
    padding: 60px;
}
.single-page-bg p {
    line-height: 160%;
}
.single-page-bg br {
    display: block;
    margin-bottom: 10px;
}
.single-page-bg *{
    color: #0e0e0e;
    background: #fff;
}
.leader-bio ::selection,
.single-page-content ::selection {
    background: #0e0e0e;
    /* WebKit/Blink Browsers */
    color: #f1f1f1;
}

.leader-bio ::-moz-selection,
.single-page-content ::-moz-selection {
    background: #0e0e0e;
    /* Gecko Browsers */
    color: #f1f1f1;
}
.post-header {
    padding: 0;
    margin: 0;
}
.post-title {
    padding: 40px;
    overflow: hidden;
}
.post-title h3 {
    font-size: 4em;
    font-family: 'montserratblack', sans-serif;
    letter-spacing: 1px;
    line-height: 1em;
}
.post-img {
    height: 60vh;
    overflow: hidden;
}

.post-img img {
    width: auto;
    height: 100%;
}
.single-page-bg h4 {
    font-size: 2.9em;
    font-family: 'montserratbold', sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.single-page-bg p {
    
}
.post-meta {
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #0e0e0e;
}
.post-meta img {
    width: 50px;
    height: auto;
    margin-right: 10px;
    border-radius: 50%;
}
.post-meta *{
    font-family: 'montserratregular', sans-serif;
}
.author-avatar ba{
    font-family: 'montserratbold', sans-serif;
    font-size: 1.2em;
    padding-left: 10px;
}
.author-avatar {
    margin-bottom: 20px;
}
.post-entry {
    margin-bottom: 30px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-family: 'montserratregular', sans-serif;
    margin: 10px 0!important;
}
.post-entry h1 {
    font-size: 2.4em;
}
.post-entry h2 {
    font-size: 2em;
}
.post-entry h3 {
    font-size: 1.8em!important;
}
.post-entry h4 {
    font-size: 1.8em!important;
}
.post-entry h5 {
    font-size: 1.2em!important;
}
.post-entry h6 {
    font-size: 1.1em!important;
}
br {
    display: block;
    margin-bottom: 10px;
}
.post-entry span strong,
.post-entry strong {
    font-family: 'montserratbold', sans-serif!important;    
}
.post-entry span strong,
.post-entry p strong {
    font-family: 'montserratregular', sans-serif!important;    
}
.p1 {
  font-family: 'montserratlight', sans-serif!important;     
}
.post-entry span,
.post-entry p {
    font-family: 'montserratlight', sans-serif!important;   
    font-size: .9em;
    line-height: 150%;
    margin-bottom: 16px;
}
.post-entry ul {
    margin: 10px 0;
}
.post-entry li {
    margin-bottom: 10px;
    font-size: .9em;
    line-height:150%;
    font-family: 'montserratlight', sans-serif!important; 
}
.post-entry img {
    width: 100%;
    height: auto;
}
.article-footer a{
    font-family: 'montserratbold', sans-serif!important;   
    font-size: 1.3em;
    font-style: italic;
}
.comment-section {
    background: #fff;
    margin-bottom: 180px;
}
.on-comment-section {
    padding: 60px;
}
.on-comment-section *{
    font-family: 'montserratregular', sans-serif; 
    color: #0e0e0e!important;
}
.on-comment-section h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.logged-in-as {
    margin-bottom: 30px;
}
.comment-section label {
    display: block;
    margin-bottom: 20px;
}
.comment-section textarea{
    background: none;
    outline: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.comment-section input[type="submit"] {
    font-family: 'montserratlight', sans-serif; 
    background: #0e0e0e;
    color: #fff!important;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 18px 20px;
    margin-top: 10px;
}
.comments-area {
    
}
.comments-title{
    font-size: 1em;
    font-family: 'montserratlight', sans-serif; 
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}
.comments-area ol {
    margin: 0;
    padding: 0;
}
.comment-list li{
    display: block;
    margin-bottom: 10px;
}
.comment-list li .comment {
    padding: 10px;
}
.comment-details {
    background: #f6f6f6;
    float: left;
    width: 90%;
    padding: 0 20px 10px;
}
.comment-author {
    float: left;
    width: 5%;
}
.comment-meta {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d0d0d0;   
    font-size: 14px;
}
.comment-meta .fn {
    font-family: 'montserratlight', sans-serif;    
    font-size: 1.3em!important;
    font-style: normal;
    
}
.work-mg {
    margin-bottom: 60px;
}
.comment-date {
    font-size: .8em!important;    
}
.comment-content {
    padding:0 0 10px 0;
}
.comment-content p{
    font-size: .9em!important;
    font-family: 'montserratlight', sans-serif; 
}
.reply a{
    font-size: 1em!important;   
    color: #666!important;
    margin-top: 10px;
}

.clearfix {
  &::after {
    clear: both;
    content: "";
    display: table;
  }
}

.page-o-container&::after {
    clear: both;
    content: "";
    display: table;
}

/*======================*/


/*    Contact Page      */


/*======================*/

.google-maps {}

#map {
    width: 100%;
    height: 70vh;
}

.contact-details {
    background: #1f1f1f;
    padding: 180px;
    text-align: center;
}

.contact-details h3 {
    font-size: 1.9em;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-details p {}

.contact-details p span {
    display: block;
    font-family: 'montserratlight', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contact-form-sec {}

.contact-form {
    padding: 180px 0;
    width: 50vw;
    margin: 0 auto;
}

.contact-form form label {
    display: block;
    margin: 10px 0;
    font-size: 0.9em;
    cursor: pointer;
}

.contact-form input[type="text"],
.contact-form textarea {
    background: none;
    outline: none;
    border: 1px solid #999;
    width: 100%;
    padding: 22px 10px;
}

.contact-form ul {
    margin: 0;
    padding: 0;
}

.contact-form ul li {
    display: inline-block;
    text-transform: uppercase;
}

.contact-form li {
    margin-right: 10px;
    color: red;
}

.contact-form li span {
    font-family: 'montserratlight', sans-serif;
}

.contact-form input[type="submit"] {
    padding: 18px 20px;
    font-family: 'montserratlight', sans-serif;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background: #333;
    border: none;
}

.checkinp {
    margin: 30px 0;
}


/*======================*/


/*       Footer         */


/*======================*/

footer {
    background: #0e0e0e;
    color: #ccc;
}

.footer-container {
    padding: 20px 10px 0 30px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo {
    margin: 90px 0 120px;
    text-align: left;
}

.footer-logo h4 {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: none;
    padding-bottom: 10px;
    font-family: 'montserrathairline', sans-serif;
}

.footer-logo img {
    height: 5.6vh;
    margin-bottom: 1vh;
}

footer nav a {
    position: relative;
    display: inline-block;
    margin: 15px 10px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1.2em;
}

footer nav a:hover,
footer nav a:focus {
    outline: none;
}

/* footer items */

.footer-clocks {
    width: 50%;
    float: right;
}


/*  Footer Clocks */

.footer-clock {
    padding-top: 60px;
    width: 16.333%;
    float: left;
}

.footer-clock h5 {
    font-size: .7em;
    font-family: 'montserratlight', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.clock {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #dbdbdb;
    background-color: none;
    position: relative;
}

.clock .hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    transform-origin: center bottom;
    border-radius: 40px;
}

.clock .m-hand-n,
.clock .m-hand-l,
.clock .m-hand,
.clock .m-hand-o,
.clock .m-hand-p,
.clock .m-hand-q{
    height: 22px;
    width: 3px;
    background-color: #dbdbdb;
    z-index: 4;
}
.clock .h-hand-n,
.clock .h-hand-l,
.clock .h-hand,
.clock .h-hand-o,
.clock .h-hand-p,
.clock .h-hand-q{
    height: 15px;
    width: 3px;
    background-color: #dbdbdb;
    z-index: 3;
}

.clock .center {
    background-color: #dbdbdb;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.footer-nav {
    margin-top:20vw;
    padding: 30px 80px;
}
.footer-bottom {
    background: #0e0e0e;
    padding: 28px 60px;
}
.footer-nav p,
.footer-bottom p {
    font-size: 12px!important;
    font-family: 'montserratlight', sans-serif;
}
.footer-nav p {
    font-size: .8em!important;
}
.footer-nav a,
.footer-bottom a {
    color: #ddd;
    margin-left: 30px;
    text-decoration: none;
}
 
.footer-bottom-social {
    text-align: right;
}

.footer-bottom-social i {
    font-size: 24px;
    margin-left: 0px;
    transition: .3s ease-in-out;
}

.footer-bottom-social i:hover {
    color: #c8c8c8;
}
.post-data a{
    font-family: 'montserratregular', sans-serif!important;
    font-size: .9em;
}
.post-data {
    font-family: 'montserratbold', sans-serif!important;
}
@media only screen and (max-width : 1200px) {
    
    
    p{
        font-size: 15px;
    }
    .navigation {
        margin: 10px;
    }
    .reveal-nav nav {
        margin-top: 100px;
        margin-right: 50px;
    }

    .reveal-nav nav a {
        margin: 14px 20px;
        font-size: 32px;
    }
    
   /* Page */

    .page-head h1 {
        font-size: 8vw;
        line-height: 6.4vw;
    }

    .page-section {
        padding: 0 20px;
        position: relative;
    }
    
    .page-sep {
        margin: 90px 0 180px 0;
        padding: 0 30px;
    }
    .page-sep h4 {
        font-size: 18px;
    }
    .page-sep h5 {
        margin-bottom: 10px;
    }
    
    /* About */
    .about--content {
        padding: 10px;
    }
    .about--content h2 {
        font-size: 2em;
    }
    .about--content h4 {
        font-size: 1em;
    }
    .fort-stroy-section {
        background-position: center;
    }

    .fort-story {
        padding: 280px 30px 90px;
    }
    .fort-story h1 {
        font-size: 2em;
    }
    .story-head {
        margin-left: 80px;
    }

    
    .bg-about-sec {
        background-position: -600px;
        padding: 90px 0;
    }
    
    /* Leadership Section */

    .leadership-container {
        padding: 120px 30px;
    }
    .leadership-tab {
        padding-top: 10px;
        text-align: left;
    }
    ul.tabs {
        margin: 0px 30px 0 0;
        padding: 20px 0 0;
        width: 100%;
        text-align: center;
    }

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 20px 10px 20px;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        border-bottom: 4px solid rgba(0,0,0,0);
        text-transform: uppercase;
        transition: .3s ease-in-out;
        border-right: 0px;
    }

    ul.tabs li.current {
        margin-bottom: 10px;
        padding: 20px 10px 30px;
        border-bottom: 4px solid #f1f1f1;
        border-right: 0px;   
    }
    ul.tabs li h5 {
        font-size: .7em;
        letter-spacing: 2px;
    }
    ul.tabs li h4 {
        letter-spacing: 1px;
        font-size: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
        
    }
    .tab-content {
        display: none;
        padding: 15px;
        width: 100%;
    }
  
    .leadership-c {
        animation: fadeInLoad .9s;
    }
    .leader-img {
        height: 460px;
    }
    .leader-img img {
        min-width: 100%;
        opacity: .9;
        max-width: none;
        margin: 0 -25%;
    }
    .leader-content {
        height: auto;    
    }
    .leader-content p {
        padding: 0px 30px;
        font-size: 14px;
        line-height: 140%;
    }
    .fortreview {
        padding: 0 120px;
    }

    .fortreview h3 {
        font-family: 'montserratregular', sans-serif;
        margin-bottom: 30px;
    }

    .fortreview h3,
    .fortreview h3 span {
        letter-spacing: .2em;
    }

    .fortreview h5 {
        margin-bottom: 10px;
        line-height: 160%;
    }

    .fortreview-content {
        width: 45%;
        margin: 20vh 0;
        float: left;
    }

    .fortreview-img {
        width: 50%;
        float: right;
    }

    .fortreview-img img {
        width: 100%;
    }

    .network-section {
        padding:0 90px 180px;
        text-align: center;
    }
    .about-brand-purpose {
        padding: 120px 0;
        margin: 0 auto;
    }

    .about-brand-purpose h3 {
        font-size: 38px;
    }

    .about-brand-purpose h4 {
        font-size: 32px;
    }
    
    /* Contact */
    
    #map {
        width: 100%;
        height: 60vh;
    }

    .contact-details {
        padding: 120px;
    }

    .contact-details h3 {
        font-size: 1.4em;
    }

    .contact-form {
        padding: 120px 0;
        width: 70vw;
    }
    
    
    /*==== Portfolio =======*/

    .featured-work-holdr h2 {
        font-size: 2.4em;
    }
    .featured-work-items {
        margin-bottom: 120px;
        padding-left: 0;
    }
    .featured-work-item {
        height: 28vw;
    }
    .all-work-items {
        padding: 0;
        margin-bottom: 60px;
    }

    .all-work-item {
        height: 20vw;
    }

 
    .on-featured h3 a{
        font-size: 1.5em;
    }
    .on-featured a{
        font-size: .8em;
    }

    .featured-work-tint:hover {
        background: rgba(0,0,0,.7);   
    }
    .featured-work-tint:hover .on-featured {
        opacity: 1;
        transform: scale(1.1);
    }

    .work-categories {
        margin-bottom: 40px;
        border-bottom: 1px solid #383838;
        border-top: 1px solid #383838;
        padding: 20px 0;
    }
    .work-categories ul {
        margin: 0;
        padding: 0;
    }
    .work-categories ul li{
        display: inline-block;
    }
    .flit{ 
        font-size: 1.2em;
        text-transform: uppercase;
        margin-right: 20px;    
    }
    .work-categories li a{
        font-size: .9em;
    }
    
    .work-image-item {
        height: 24vw;
    }
    .work-image-item-full {
        height: 46vw;
    }
    
    /*===== Single Post Page ====*/
    .single-page-content {
        width: 90vw;
    }
    
    .hold-img-bg {
        padding: 120px 0;
        margin: 0;
    }
    .our-way-review {
        padding: 6vw 30px 30px;
    }
    .our-way-review h3{
        font-size: 2.4em;
    }    
    .our-way-review h5 {
        font-size: 1em;
    }
    
    
    
    
    
    /* == Blog ==*/
    .post-holder {
        width: 90vw;
        margin: 0 auto 190px!important;
    }
    .post-holder h2 {
        margin-bottom: 30px;
        font-size: 3em;
        font-family: 'montserratbold', sans-serif;
        text-transform: uppercase;
    }
    .post-items {
        margin-bottom: 120px;
    }
    .post-item {
        margin-bottom: 10px;
    }

    .head-on-img-item,
    .head-on-img {
        padding: 40px;
    }
    .head-on-img h3 span{
        font-size: 0.8em;
    }
    .head-on-img h1 {
        font-size: 1.6em;
         margin: 30px 0 0;
    }
    .item-txt {
        margin: 40px 30px;
    }

    .head-on-img-item a,
    .post-item a p,
    .post-item a {
        font-size: .9em;
    }

    .col-post-items {
        margin: 0;
        padding: 0;
    }
    .post-item-c,
    .col-post-item {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
        position: relative;
        height: 280px;
        overflow: hidden;
    }
    .post-item-c img,
    .col-post-item img{
        max-width:100% !important;
        height: auto;
        display: block;
    }
    .post-item-c img:hover,
    .col-post-item img:hover{
        transform: scale(2);
    }
    .head-on-img-item h3 span{
        font-family: 'montserratregular', sans-serif;
        text-transform: uppercase;
        font-style:normal;
        font-size: .8em;
        background: #fff;
        color: #0e0e0e;
        padding: 6px 10px;

    }
    .head-on-img-item h1 {
        font-size: 1.4em;
        line-height: 120%!important;
         margin: 16px 0 8px;
    }
    .head-on-img-item a,
    .head-on-img-item p {
        font-size: .9em;
    }
    
    .single-page-bg h4 {
        font-size: 2.4em;
    }
    
    
    /* == Footer ==*/
    .footer-clocks {
        width: 40%;
        float: right;
    }
    
    .leader-item h4 {
        font-size: 1.2em;
    }
    .leader-item h5 {
        font-size: .7em;
    }
    
    /* === single Work ===*/
    .work-details h3 {
        font-family: 'montserratlight', sans-serif;
        font-size: 2em;
    }
    .ac label {
        font-size: 1.6em;
    }
    
    .post-title h3 {
        font-size: 3.4em;
        font-family: 'montserratblack', sans-serif;
        letter-spacing: 1px;
        line-height: .9em;
    }
    
}
@media only screen and (max-width : 979px) {
    .navigation {
        margin: 0px;
    }
     
    .fort-story {
        padding: 200px 30px 90px;
    }
    .fort-story h1 {
        font-size: 2em;
    }
    .story-head {
        width: 70%;
        margin-left: 80px;
    }
    
    .bg-about-sec {
        background-position: -400px;
        padding: 90px 0;
    }
    
    .page-sep {
        padding: 0 20px;
        margin: 60px 0;
    }
    
    /*====== Our Way =====*/
    .shared-img {
        padding: 0 10px;
        
    }

    .our-way-content {
        padding: 30px;
    }
    
    .our-way--hold {
        padding: 0 60px 60px;
        width: 100%;
    }
    
    .our-way-review {
        padding: 0 60px 30px!important;
    }
    
    .bg-our-way {
        padding: 90px 0;
    }
    .img--fill {
        width: 100%;
        padding: 0 30px;
    }
    .bg-our-way {
        background-size: cover;
        padding: 90px 0;
        margin: 180px 0;
        width: 100%;
    }
    
    /* Contact */

    .contact-details {
        background: #1f1f1f;
        padding: 120px 60px;
        text-align: center;
    }

    .contact-details h3 {
        font-size: 1.2em;
        margin-bottom: 2px;
    }

    .contact-details p span {
        font-size: .8em;
        letter-spacing: 2px;
        margin-bottom:0;
    }


    .contact-form {
        width: 85vw;
        margin: 0 60px;
    }

    .contact-form form label {
        display: block;
        margin: 10px 0;
        font-size: 0.9em;
        cursor: pointer;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        background: none;
        outline: none;
        border: 1px solid #999;
        width: 100%;
        padding: 22px 10px;
    }

    .contact-form ul {
        margin: 0;
        padding: 0;
    }

    .contact-form ul li {
        display: inline-block;
        text-transform: uppercase;
    }

    .contact-form li {
        margin-right: 10px;
    }

    .contact-form li span {
        font-family: 'montserratlight', sans-serif;
    }

    .contact-form input[type="submit"] {
        padding: 18px 20px;
        font-family: 'montserratlight', sans-serif;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        background: #333;
        border: none;
    }

    .checkinp {
        margin: 30px 0;
    }
    
        /*==== Portfolio =======*/

    .featured-work-holdr h2 {
        font-size: 2.4em;
    }
    .featured-work-items {
        margin-bottom: 120px;
        padding-left: 0;
    }
    .featured-work-item {
        height: 28vw;
    }
    .all-work-items {
        padding: 0;
        margin-bottom: 60px;
    }

    .all-work-item {
        height: 20vw;
    }

 
    .on-featured h3 a{
        font-size: 1.5em;
    }
    .on-featured a{
        font-size: .8em;
    }

    .featured-work-tint:hover {
        background: rgba(0,0,0,.7);   
    }
    .featured-work-tint:hover .on-featured {
        opacity: 1;
        transform: scale(1.1);
    }

    .work-categories {
        margin-bottom: 40px;
        border-bottom: 1px solid #383838;
        border-top: 1px solid #383838;
        padding: 20px 0;
    }
    .work-categories ul {
        margin: 0;
        padding: 0;
    }
    .work-categories ul li{
        display: inline-block;
    }
    .flit{ 
        font-size: 1.2em;
        text-transform: uppercase;
        margin-right: 20px;    
    }
    .work-categories li a{
        font-size: .9em;
    }
    
    /* == Blog ==*/
    .post-holder h2 {
        margin-bottom: 30px;
        font-size: 2em;
        font-family: 'montserratbold', sans-serif;
        text-transform: uppercase;
    }
    .post-items {
        margin-bottom: 120px;
    }
    .post-item {
        margin-bottom: 10px;
    }

    .head-on-img-item,
    .head-on-img {
        padding: 30px;
    }
    .head-on-img h3 span{
        font-size: 0.8em;
    }
    .head-on-img h1 {
        font-size: 1.3em;
         margin: 18px 0 0;
    }
    .head-on-img-item a,
    .post-item a p,
    .post-item a {
        font-size: .9em;
    }

    .col-post-items {
        margin: 0;
        padding: 0;
    }
    .post-item-c,
    .col-post-item {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
        position: relative;
        height: 230px;
        overflow: hidden;
    }
    .post-item-c img,
    .col-post-item img{
        max-width:100% !important;
        height: auto;
        display: block;
    }
    .post-item-c img:hover,
    .col-post-item img:hover{
        transform: scale(2);
    }
    .head-on-img-item h3 span{
        font-family: 'montserratregular', sans-serif;
        text-transform: uppercase;
        font-style:normal;
        font-size: .8em;
        background: #fff;
        color: #0e0e0e;
        padding: 6px 10px;

    }
    .head-on-img-item h1 {
        font-size: 1.4em;
        line-height: 120%!important;
         margin: 16px 0 8px;
    }
    .head-on-img-item a,
    .head-on-img-item p {
        font-size: .9em;
    }
    
    .item-excerpt {
        border-bottom: 1px dotted #000;
    }
    .item-txt {
        margin: 30px;
    }

    .item-txt p {
        margin: 10px 0;
        padding: 0;
    }
    
    .item-date {
        font-size: 12px;
    }
    
    /*== Footer ==*/
    .footer-clocks {
        width: 50%;
        float: right;
    }
    
    .footer-logo {
        margin: 90px 0 120px;
        text-align: left;
    }

    .footer-logo h4 {
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: none;
    }

    .footer-logo img {
        height: 5.6vh;
        margin-bottom: 1vh;
    }
    
    .page-container {}
    .content-container {
        padding: 0 90px;
    }
    .page-container h2 {
        font-size: 24px;
    }

    .page-container h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .page-container h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .ac-label:after, .ac-input:checked + .ac-label:after {
      line-height:2.2em;
        font-size: .8em;
    }
    .our-way--hold {
        margin-bottom: 60px;
    }
    .footer-container {
        padding: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .single-work-bg {
        padding: 10px;
        margin-bottom: 180px;
    }
    
    .post-title h3 {
        font-size: 2.6em;
        font-family: 'montserratblack', sans-serif;
        letter-spacing: 1px;
        line-height: .9em;
    }
    
    .post-img {
        height: 400px;
    }

}

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

    
    /* Navigator */

    .reveal-nav nav {
        margin-top: 110px;
        margin-right: 30px;
    }

    .reveal-nav nav a {
        margin: 14px 20px;
        font-size: 24px;
    }

    .page-sep {
        padding: 0 20px;
        margin: 0;
    }
    .footer-nav {
        text-align: center;
        padding:0;
    }
    /* ====================== */


    /*   Home Page Sections   */


    /*======================= */

    .single-page-bg h4 {
        font-size: 1.6em;
    }
    /* main section */

    .home-bg-vd {
        position: relative;
        margin: 0;
        height: 100vh;
        padding: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .home-sec {
        width: 100%;
        text-align: center;
    }

    .home-sec img {
        width: 220px;
        margin-bottom: 30px;
    }

    .home-sec h3 {
        font-size: 14px;
    }

    .home-sec h3 span {
        letter-spacing: 2px;
        margin-bottom: 4px;
    }
    
    /* Leadership Section */

    .leadership-container {
        padding: 120px 0;
        text-align: center;
    }
    .leadership-tab {
        padding-top: 40px;
        text-align: left;
    }
    ul.tabs {
        margin: 0px 30px 0 0;
        padding: 20px 0 0;
        width: 100%;
        list-style: none;
        text-align: center;
    }

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 20px 10px 20px;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer;
        border-bottom: 4px solid rgba(0,0,0,0);
        text-transform: uppercase;
        transition: .3s ease-in-out;
        border-right: 5px;
    }

    ul.tabs li.current {
        margin-bottom: 10px;
        padding: 20px 10px 30px;
        border-bottom: 4px solid #f1f1f1;
        border-right: none;
        background: #191919;
    }
    ul.tabs li h5 {
        font-size: .7em;
        letter-spacing: 2px;
    }
    ul.tabs li h4 {
        letter-spacing: 1px;
        font-size: .9em;
        margin-bottom: 0;
        padding-bottom: 0;
        
    }
    .tab-content {
        display: none;
        padding: 15px;
        width: 100%;
        transition: 6s ease-in-out;
    }
    .tab-content.current {
        display: inherit;
    }
    .leadership-c {
        animation: fadeInLoad .9s;
    }

    @keyframes fadeInLoad {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .leader-img {
        overflow: hidden;
    }
    .leader-img img {
        min-width: 100%;
        opacity: .9;
        max-width: none;
        margin: 0 -25%;
        height: 560px;
    }
    .leader-content {
        height: auto;    
    }
    .leader-content p {
        padding: 0px 30px;
        font-size: 14px;
        line-height: 140%;
    }
    .page-section {
        padding: 0 10px;
        position: relative;
    }
    /* About */
    .about--content {
        padding: 10px 90px;
    }
    .about--content h2 {
        font-size: 2em;
    }
    .about--content h4 {
        font-size: 1em;
    }
    .fort-stroy-section {
        background-position: right;
    }

    .fort-story {
        padding: 90px 0 60px;
    }

    .fort-story h3 {
        font-size: 3em;
    }
    .bg-about-sec {
        background-position:0;
        padding: 40px 10px;
    }
    
    /* Leadership Section */

    ul.tabs li h5 {
        font-size: .7em;
        letter-spacing: 2px;
    }
    ul.tabs li h4 {
        letter-spacing: 1px;
        font-size: .8em;
        margin-bottom: 0;
        padding-bottom: 0;
        
    }
    .tab-content {
        display: none;
        padding: 15px;
        width: 100%;
    }
    .leadership-c {
        animation: fadeInLoad .9s;
    }
    .leader-img {
        margin-bottom: 30px;
    }
    .leader-img img {
        min-width: 100%;
        opacity: .9;
        max-width: none;
        margin: 0 -25%;
    }
    .leader-content {
        height: auto;    
    }
    .leader-content p {
        padding: 0px 30px;
        font-size: 14px;
        line-height: 140%;
    }


    .network-section {
        padding:0 30px 180px;
    }
    .about-brand-purpose h3 {
        font-size: 28px;
    }
    .about-brand-purpose h4 {
        font-size: 26px;
    }
    
    /*====== Our Way =====*/
    .shared-img {
        padding: 0 4vw;
    }
    .shared-img img{
       width: 100%!important;
    }
    .our-way-content {
        padding: 10vw 30px 30px;
    }
    .our-way-content h2 {
        margin-bottom: 10px;
    }
    .our-way-content h2 span {
        display: inline-block;
    }

    .our-way--hold {
        padding: 60px 30px;
    }
    .our-way--hold img {
        margin: 20px 0;
        width: 30vw;
    }
    .img--fill {
        padding: 0 30px;
    }
    .img--fill img{
        width: 100%;
    }
    .our-way-review {
        padding: 0 40px;
        margin-top: 120px;
        margin-bottom: 120px;
        
    }
    .our-way-review h3,
    .our-way-review h3 span{
        letter-spacing: 10px;
        margin: 30px 0 20px;
    }
    .our-way-review h5 {
        font-size: 18px;
        line-height: 24px;
    }
    
    
    /* Contact */
    
    /* Contact */
    
    #map {
        height: 50vh;
    }

    .contact-details p {
        margin-bottom: 30px;
    }
    
    .contact-form {
        width: 84vw;
        margin: 0 40px;
    }

    .contact-form form label {
        display: block;
        margin: 10px 0;
        font-size: 0.9em;
        cursor: pointer;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        background: none;
        outline: none;
        border: 1px solid #999;
        width: 100%;
        padding: 22px 10px;
    }

    .contact-form ul {
        margin: 0;
        padding: 0;
    }

    .contact-form ul li {
        display: inline-block;
        text-transform: uppercase;
    }

    .contact-form li {
        margin-right: 10px;
        color: red;
    }

    .contact-form li span {
        font-family: 'montserratlight', sans-serif;
    }

    .contact-form input[type="submit"] {
        padding: 18px 20px;
        font-family: 'montserratlight', sans-serif;
        text-transform: uppercase;
        outline: none;
        cursor: pointer;
        background: #333;
        border: none;
    }

    .checkinp {
        margin: 30px 0;
    }
    
    /*==== Portfolio =======*/

    .featured-work-holdr h2 {
        font-size: 2.4em;
    }

    .featured-work-item {
        height: 300px;
    }

    .all-work-item {
        height: 280px;
    }

 
    .on-featured h3 a{
        font-size: 2em;
    }
    .on-featured a{
        font-size: .8em;
    }

    .featured-work-tint:hover {
        background: rgba(0,0,0,.7);   
    }
    .featured-work-tint:hover .on-featured {
        opacity: 1;
        transform: scale(1.1);
    }

    .work-categories {
        margin-bottom: 40px;
        border-bottom: 1px solid #383838;
        border-top: 1px solid #383838;
        padding: 20px 0;
    }
    .work-categories ul {
        margin: 0;
        padding: 0;
    }
    .work-categories ul li{
        display: inline-block;
    }
    .flit{ 
        font-size: .9em;
        text-transform: uppercase;
        margin-right: 5px;  
    }
    .work-categories li a{
        font-size: .7em;
        font-family: 'montserratregular', sans-serif;
        padding: 0;
        margin-right: 0;
    }
    
    .work-image-item {
        min-height: 260px;
        max-height: 260px;
        
    }
    .work-image-item-full {
         min-height: 260px;
         max-height: 260px;
    }
    
    /*===== Single Post Page ====*/
    .single-page-content {
        width: 100%;
    }
    
    .col-1-1 {
        margin: 0;
        padding: 0;
        width: 98%!importnat;
    }
    /* == Blog ==*/
    
    .post-items {
        margin-bottom: 120px;
    }
    .post-item {
        margin-bottom: 10px;
    }

    .head-on-img-item,
    .head-on-img {
        padding: 30px;
    }
    .head-on-img h3 span{
        font-size: 0.8em;
    }
    .head-on-img h1 {
        font-size: 1.3em;
         margin: 18px 0 0;
    }
    .head-on-img-item a,
    .post-item a p,
    .post-item a {
        font-size: .9em;
    }

    .col-post-items {
        margin: 0;
        padding: 0;
    }
    .post-item-c,
    .col-post-item {
        margin: 0 0 10px;
        padding: 0;
        float: left;
        width: 100%;
        position: relative;
        height: 220px;
        overflow: hidden;
    }
    .post-item-c img,
    .col-post-item img{
        max-width:100% !important;
        height: auto;
        display: block;
    }
    .post-item-c img:hover,
    .col-post-item img:hover{
        transform: scale(2);
    }
    .head-on-img-item h3 span{
        font-family: 'montserratregular', sans-serif;
        text-transform: uppercase;
        font-style:normal;
        font-size: .8em;
        background: #fff;
        color: #0e0e0e;
        padding: 6px 10px;

    }
    .head-on-img-item h1 {
        font-size: 1.4em;
        line-height: 120%!important;
         margin: 16px 0 8px;
    }
    .head-on-img-item a,
    .head-on-img-item p {
        font-size: .9em;
    }
    
    .item-excerpt {
        border-bottom: 1px dotted #000;
    }
    .item-txt {
        margin: 30px;
    }

    .item-txt p {
        margin: 10px 0;
        padding: 0;
    }
    
    .item-date {
        font-size: 12px;
    }
    
    /*== Footer ==*/
    .footer-clocks {
        width: 100%;
        margin-bottom: 60px;
        float: right;
    }
    
    .footer-clock h5 {
        font-size: .6em;
        font-family: 'montserratlight', sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .clock {
        width: 70px;
        height: 70px;
        margin: 0 auto 30px;
        border-radius: 50%;
        border: 3px solid #dbdbdb;
        background-color: none;
        position: relative;
    }

    .clock .hand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
        transform-origin: center bottom;
        border-radius: 40px;
    }

    .clock .m-hand {
        height: 30px;
        width: 4px;
        background-color: #dbdbdb;
        z-index: 4;
    }

    .footer-logo {
        margin: 30px 0;
        text-align: center;
    }

    .footer-logo h4 {
        font-size: .8em;
        letter-spacing: 1px;
        text-transform: none;
    }

    .footer-logo img {
        height: 4vh;
        margin-bottom: 1vh;
    }
    
    .footer-bottom {
        background: #0e0e0e;
        text-align: center;
        padding: 28px 0;
    }
    .footer-container {
        padding: 20px 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .footer-bottom p {
        font-size: 12px;
        font-family: 'montserratlight', sans-serif;
    }

    .footer-bottom a {
        color: #ddd;
        margin-left: 30px;
        text-decoration: none;
    }

    .footer-bottom-social {
        padding: 10px 0 0;
        text-align: center;
    }

    .footer-bottom-social i {
        font-size: 24px;
        margin-left: 0px;
        transition: .3s ease-in-out;
    }

    .footer-bottom-social i:hover {
        color: #c8c8c8;
    }
    
    .leadership-container {
        padding: 70px 20px 0;
        text-align: center;
    }
    .leader-items{
        padding: 0;
        margin: 0;
    }
    .leader-item {
        padding: 0;
    }
    .closer {
        background: url(/web/20170912141803im_/http://fort.co/wp-content/themes/forttheme/img/close-b.png) no-repeat;
        cursor: pointer;
        background-size: cover;
        position: absolute;
        height: 30px;
        width: 30px;
        top: 30px;
        right: 30px;
        z-index: 99;
    }
    .leader-bio {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        max-height: 100vh;
        overflow-y: scroll;
    }
    .single-work-content{
        width: 100%;
        padding: 30px 0 10px;
    }
    
    .work-details h3 {
        font-size: 1.6em;
    }
    .single-work-bg {
        padding: 10px;
        margin-bottom: 180px;
    }
    .post-title h3 {
        font-size: 2.4em;
        font-family: 'montserratblack', sans-serif;
        letter-spacing: 0;
        line-height: 1em;
    }
    .post-img {
        width: 100;
        height: auto!important;
        overflow: hidden;
    }
    .post-img img{
        width: 100%;
        height: auto;
    }
    .post-title{
        padding: 20px 0 0;
    }
    .single-page-bg {
        padding: 10px 20px;
        margin: 0;
    }
}

@media only screen and (max-width : 480px) {
    .page-head {
        width: 70vw;
    }
    .page-head h1 {
        font-size: 42px;
        line-height: 36px;
    }
    .page-sep {
        padding: 0;
        padding-right: 20px;
    }
    .page-container h3 {
        font-size: 1.8em;
        text-align: left;
    }

    /* About */
    .about--content {
        padding: 10px;
    }
    .about--content h2 {
        font-size: 1.5em;
    }
    .about--content h4 {
        font-size: 1em;
    }
    .fort-stroy-section {
        background-position: -600px;
    }

    .fort-story {
        padding: 90px 0 30px;
    }

    .fort-story h3 {
        font-size: 2em;
    }
    .fort-story h1 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    .story-head {
        margin-left: 20px;
        width: 90%;
    }
    .about-brand-purpose h3 {
        font-size: 1.4em;
    }
    .about-brand-purpose h4 {
        font-size: 1.2em;
        line-height: 1.
    }
    .about-brand-purpose {
        width: 80vw;
        padding: 60px 0;
        margin: 0 auto;
    }
    
    .our-way-review {
        padding: 0 10px;
        margin-top: 60px;
        margin-bottom: 60px;
        
    }
    .our-way-review h3 {
        font-size: 1.6em!important;
    }
    
    .bg-our-way {
        background-size: cover;
        padding: 30px 0 80px;
        margin: 120px 0;
    }
    .our-way-review {
        padding: 20px;
    }
    .our-way-review h3,
    .our-way-review h3 span{
        letter-spacing: 10px;
        margin-bottom: 20px;
        
    }
    .our-way-review h5 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .our-way-content {
        padding: 10vw 0 30px;
    }
    
    .our-way-content h2 {
        margin-bottom: 10px;
        font-size: 2em;
    }
    
    .our-way-content h2 span {
        display: block;
    }
    
    .our-way--hold {
        padding: 0px;
    }
    .our-way--hold img {
        margin: 20px 0;
        width: 50vw;
    }
    
    .img--fill {
        margin: 30px 0 0;
        padding: 0;
        width: 100%;
    }
    
    /* Contact */

    .contact-details {
        padding: 90px 60px;
    }
    
    .contact-form {
        width: 80vw;
        margin: 0 20px;
    }
    
        
    /*==== Portfolio =======*/

    .featured-work-holdr h2 {
        font-size: 2.4em;
    }

    .featured-work-item {
        height: 200px;
    }

    .all-work-item {
        height: 200px;
    }

 
    .on-featured h3 a{
        font-size: 2em;
    }
    .on-featured a{
        font-size: .8em;
    }

    .featured-work-tint:hover {
        background: rgba(0,0,0,.7);   
    }
    .featured-work-tint:hover .on-featured {
        opacity: 1;
        transform: scale(1.1);
    }

    .work-categories {
        margin-bottom: 40px;
        border-bottom: 1px solid #383838;
        border-top: 1px solid #383838;
        padding: 20px 0;
    }
    .work-categories ul {
        margin: 0;
        padding: 0;
    }
    .work-categories ul li{
        display: inline-block;
    }
    .flit{ 
        font-size: .9em;
        text-transform: uppercase;
        margin-right: 5px;  
    }
    .work-categories li a{
        font-size: .7em;
        font-family: 'montserratregular', sans-serif;
        padding: 0;
        margin-right: 0;
    }
    .work-image-item {
        min-height: 220px;
        max-height: 220px;
        
    }
    .work-image-item-full {
         min-height: 220px;
         max-height: 220px;
    }
    .col-d {
        margin:0;
        padding: 0;
    }

}

@media only screen and (max-width : 320px) {
        .page-head h1 {
            font-size: 36px;
            line-height: 30px;
        }
}

.reveal-nav nav li a{
  padding: 6px 28px !important;
}