/*Base*/
#AC-body body
{
    margin: 0;
    padding: 0;
}

#AC-body .showDesktop
{
    display: block;
}

#AC-body .showMobile
{
    display: none;
}

#AC-body h1, h2, h3, h4, h5, p, a
{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#AC-body a:hover, a:focus, a:active, a:visited
{
    text-decoration: none;
}

/*Fonts*/

@font-face {
    font-family:'NeutraDisplay-Thin';
    src: url('../fonts/p Thin.eot');
    src: url('../fonts/p Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/p Thin.woff2') format('woff2'),
    url('../fonts/p Thin.woff') format('woff'),
    url('../fonts/p Thin.ttf') format('truetype'),
    url('../fonts/p Thin.otf') format('opentype'),
    url('../fonts/p Thin.svg#p Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family:'NeutraDisplay-Titling';
    src: url('../fonts/p Titling.eot');
    src: url('../fonts/p Titling.eot?#iefix') format('embedded-opentype'),
    url('../fonts/p Titling.woff2') format('woff2'),
    url('../fonts/p Titling.woff') format('woff'),
    url('../fonts/p Titling.ttf') format('truetype'),
    url('../fonts/p Titling.otf') format('opentype'),
    url('../fonts/p Titling.svg#p Titling') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family:'NotCourierSans';
    src: url('../fonts/s.eot');
    src: url('../fonts/s.eot?#iefix') format('embedded-opentype'),
    url('../fonts/s.woff2') format('woff2'),
    url('../fonts/s.woff') format('woff'),
    url('../fonts/s.ttf') format('truetype'),
    url('../fonts/s.otf') format('opentype'),
    url('../fonts/s.svg#s') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'NotCourierSans-Bold';
    src: url('../fonts/NotCourierSans.eot');
    src: url('../fonts/NotCourierSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotCourierSans.woff2') format('woff2'),
    url('../fonts/NotCourierSans.woff') format('woff'),
    url('../fonts/NotCourierSans.ttf') format('truetype'),
    url('../fonts/NotCourierSans.otf') format('opentype'),
    url('../fonts/NotCourierSans.svg#NotCourierSans') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

.section-1
{
    background-color: #e2231a;
    background-color: #000000;
    padding-bottom: 35px;
}

.sec-1-symbol
{
    padding-top: 15px;
}

.symbol-section-1 img
{
    width: 100%;
}

.mid-section-1
{
    padding-top: 175px;
}

.mid-section-1-text
{
    font-family: "NeutraDisplay-Thin";
    color: white;
    font-size: 50px;
    line-height: 54px;
    padding-left: 50px;
}

.mid-section-1-text span
{
    font-family: "NeutraDisplay-Titling";
}

.little-arrow-sec-1
{
    text-align: center;
    padding-top: 240px;
}

.section-2
{
    padding-top: 80px;
    padding-bottom: 100px;
}

.sec-2-title
{
    text-align: center;
/*     color: #e2231a; */
    color: #000000;
    font-family: "NeutraDisplay-Thin";
    font-size: 45px;
}

.sec-2-title span
{
    font-family: "NeutraDisplay-Titling";
}

.wedo-div
{
    padding: 95px 20px 0px 20px;
}

.wedo-text
{
    text-align: center;
    padding-top: 40px;
    font-family: "NotCourierSans";
    word-spacing: 5px;
}

.section-3
{
    padding-top: 80px;
    padding-bottom: 100px;
    /* background-color: #eaeaea; */
}

.sec-3-title
{
    text-align: center;
    color: black;
    font-family: "NeutraDisplay-Thin";
    font-size: 45px;
}

.sec-3-title span
{
    font-family: "NeutraDisplay-Titling";
}

.mid-section-3
{
    padding-top: 15px;
}

.sec-3-item
{
    padding-top: 80px;
}

.sec-4-title
{
    text-align: center;
    color: white;
    font-family: "NeutraDisplay-Thin";
    font-size: 45px;
}

.section-4
{
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: black;
}

.sec-4-title span
{
    font-family: "NeutraDisplay-Titling";
}

.mid-section-4
{
    padding-top: 95px;
}

.sec-4-item
{
    text-align: center;
}

.sec-4-item-title
{
    color: white;
    font-family: "NotCourierSans-Bold";
}

.sec-4-item-text
{
    color: white;
    font-family: NotCourierSans;
    padding-top: 30px;
}

.sec-4-item-text a
{
    color: white;
}

.sec-4-item-symbols
{
    padding-top: 30px;
}

.maps
{
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

#map
{
    width: 100%;
    height: 585px;
}

.topArrow
{
    text-align: right;
    padding-top: 30px;
}

.scrollTop
{
    cursor: pointer;
}

.footer
{
    color: white;
    text-align: center;
    font-family: "NotCourierSans-Bold";
}

@media (max-width: 991px)
{
    .mid-section-1-text
    {
        font-size: 44px;
    }
}

@media (max-width: 767px)
{
    #AC-body .showDesktop
    {
        display: none;
    }

    #AC-body .showMobile
    {
        display: block;
    }

    .mid-section-1
    {
        padding-top: 80px;
    }

    .mid-section-1-text
    {
        padding-left: 0px;
        padding-top: 50px;
        font-size: 50px;
    }

    .symbol-section-1 img
    {
        width: 50%;
    }

    .little-arrow-sec-1
    {
        padding-top: 175px;
    }

    .sec-2-title
    {
        font-size: 50px;
    }

    .wedo-text
    {
        padding-top: 0px;
        font-size: 20px;
    }

    .wedo-div
    {
        padding-top: 60px;
    }

    .sec-3-item
    {
        padding-top: 40px;
    }

    .sec-3-title
    {
        font-size: 50px;
    }

    .mid-section-4
    {
        padding-top: 80px;
    }

    .sec-4-item-text
    {
        padding-top: 0px;
    }

    .sec-4-item-text
    {
        padding-bottom: 30px;
    }

    .sec-4-title
    {
        font-size: 50px;
    }

    .sec-4-item-title
    {
        font-size: 20px;
    }

    .sec-4-item-text
    {
        font-size: 20px;
    }

    .topArrow img
    {
        width: 56px;
    }

    .footer
    {
        padding-top: 30px;
    }
}

@media (max-width: 600px)
{
    .symbol-section-1 img
    {
        width: 60%;
    }

    .mid-section-1-text
    {
        font-size: 40px;
    }

    .wedo-text
    {
        padding-top: 0px;
        font-size: 18px;
    }

    .sec-4-item-title
    {
        font-size: 18px;
    }

    .sec-4-item-text
    {
        font-size: 18px;
    }
}

@media (max-width: 460px)
{
    .symbol-section-1 img
    {
        width: 70%;
    }

    .mid-section-1-text
    {
        font-size: 35px;
    }

    .wedo-text
    {
        padding-top: 0px;
        font-size: 16px;
    }

    .sec-4-item-title
    {
        font-size: 16px;
    }

    .sec-4-item-text
    {
        font-size: 16px;
    }
}




/* WIDGET STORIES */

#fastoryWidgetFrameContainer #fastoryButtonFrame {
	
	right: 95px !important;

}





/**** GALLERY / PORTFOLIO ****/

.gallery-container {
    padding: 80px 0;
    
    background-color: #eaeaea;
}

.gallery-container .container {
    max-width: 1300px;
    width: 100%;
}

.gallery-container .sec-3-title {
    padding-bottom: 65px;
}

.gallery-item-container {
    position: relative;
    margin: 15px 0;
}

.gallery-item-img-container {
    position: relative;
    width: 100%;
    
    background-position: center;
    background-size: cover;
    
    /* transition-timing-function: ease-in;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; */
}
.gallery-item-img-container svg { width: 100%; }

.gallery-item-img-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255,255,255,0.3); */
    background-color: #ffffff;
    content: "";
    opacity: 0;
    transition-timing-function: ease-in;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.gallery-item-img-container:hover::after {
    opacity: 0.6;    
}


.gallery-item-container:hover .gallery-item-img-container {
    /* background-size: 130%; */
}

.gallery-item-title-container {
    position: relative;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    
    font-family: "NotCourierSans";
    word-spacing: 5px;
    font-size: 16px;
    
    padding: 5px 10px;
    
    min-height: 58px;
}

.gallery-item-title-container.haslink {
    padding-right: 50px;
}

.gallery-item-title-container .link-container {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    
    width: 28px;
    height: 28px;
    
    background-image: url("../images/link@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery-item-title-container .link-container:hover {
    background-image: url("../images/hover-link@2x.png");
}

@media (max-width: 767px) {
    .gallery-item-title-container {
        min-height: inherit;
    }
}


@media (max-width: 500px) {
    .gallery-container .sec-3-title {
        font-size: 45px;
    }
}








