@charset "utf-8";


/* -- Mobile Devices */
.mobile_device  #header a.logo {
    display: block;
    width: 320px;
}

.mobile_device.shrink  #header a.logo {
    width: 196px;
}

.mobile_device #sm_menu_ham {
    top: 52px;
    right: 2.5%;
    display: block !important;
    height: 38px;
    width: 92px;
}

.shrink.mobile_device #sm_menu_ham {
    top: 19px;
}

#sm_menu_ham span {
    width: 74px;
    height: 4px;
}

.mobile_device #sm_menu_ham span:nth-child(2), 
.mobile_device #sm_menu_ham span:nth-child(3) {
    top: 16px;
}

.mobile_device #sm_menu_ham span:nth-child(4) {
    top: 32px;
}

.sm_menu_outer {
    background-color: rgba(27, 37, 45, 1);
}

.sm_menu_outer.active {
    display: block;
    padding: 60px 160px;
}

.sm_menu_outer nav.main_nav {
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.sm_menu_outer nav.main_nav ul.main_menu li.hasChild a {
    position: relative;
}

.sm_menu_outer nav.main_nav ul.main_menu a {
    font-size: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
}

nav.main_nav ul.main_menu .contact a {
    padding: 6px 18px;
}

.sm_menu_outer nav.main_nav ul.main_menu li.btn {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    margin: 5% auto auto auto;
}

.sm_menu_outer nav.main_nav .sf-menu .submenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(27, 37, 45, 1);
    padding: 42px 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.sm_menu_outer .sf-menu .submenu:before,
.sm_menu_outer .sf-menu .submenu:after,
.sm_menu_outer .sf-menu .submenu .inner_border:before,
.sm_menu_outer .sf-menu .submenu .inner_border:after {
    display: none;
}

.sm_menu_outer .sf-menu .submenu,
.sm_menu_outer .sf-menu .submenu .inner_border {
    border: none
}

.sm_menu_outer nav.main_nav .sf-menu .submenu ul {
    max-width: 320px;
    margin: auto;
}

.sm_menu_outer nav.main_nav .sf-menu ul li.back a:before {
    padding-right: 12px;
    content: '‹'
}

.sm_menu_outer nav.main_nav .sf-menu li.back a:after {
    padding-left: 12px;
    content: ' '
}

.sm_menu_outer nav.main_nav .sf-menu li.back a {
    padding: 24px 12px;
    font-size: 42px;
    color: #d1dc1a;
}

.sm_menu_outer nav.main_nav .sf-menu li.contact {
    margin-top: 18px;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
.mobile_device#partners_page .hero {
    padding-top: 0;
    min-height: auto;
}

.mobile_device#partners_page .hero .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: 100vh;
    padding-top: 184px;
}

.mobile_device#partners_page .hero .wrapper {
    width: 100%;
    padding-top: 5%;
}

.mobile_device#partners_page .hero .logos {
    padding-bottom: 15%;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
.mobile_device#contact_page .hero .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 466px;
    margin: auto;
    padding-top: 12px;
}

.mobile_device#contact_page .hero a.btn {
    width: 204px;
}

.mobile_device#contact_page .hero a.btn .opacity {
    opacity: 0.75;
}

.mobile_device#contact_page .hero a.btn .yellow {
    fill: #C9D41A;
}

.mobile_device#contact_page .hero a.btn .white {
    fill: #fff;
}

.mobile_device#contact_page .hero a.btn .black {
    fill: #1A252D;
}

.mobile_device#contact_page .hero a.btn:hover .yellow,
.mobile_device#contact_page .hero a.btn:active .yellow {
    fill: #99a4a6;
}

.mobile_device#contact_page .hero a.btn:hover .white,
.mobile_device#contact_page .hero a.btn:active .white {
    fill: #C9D41A;
}

.mobile_device#contact_page .hero a.btn:hover .black,
.mobile_device#contact_page .hero a.btn:active .black {
    fill: #C9D41A !important;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎                                         1820px >=x
*/
@media screen and (max-width:1820px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav ul.main_menu a {
        font-size: 32px;
    }
    
    nav.main_nav .sf-menu ul li a {
        font-size: 24px;
    }
    
    nav.main_nav ul.main_menu li {
        padding: 0 2.4%;
    }
    
    nav.main_nav ul.main_menu li.btn {
        width: 77px;
        flex-shrink: 0;
    }
/*   ⋮⋮⫸  end HEADER    */
}
/* 
     ⤴︎                                         
*/
/*  
     ⤵︎                                         1680px >=x
*/
@media screen and (max-width:1680px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav ul.main_menu li {
        padding: 0 2%;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story h1 {
        font-size: 188px;
    }
    
    #home_story h1 .small {
        font-size: 70px;
    }
    
    #home_story .outer_wrapper {
        font-size: 26px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 115px;
    }
    
    #specialties_section .col h2 {
        font-size: 50px;
    }
    
    #specialties_section .item h3,
    #specialties_section .col:nth-child(2) ul {
        font-size: 38px;
    }
    
    #specialties_section .item {
        font-size: 18px;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 30%;
    }
    
    #searching_options .outer_wrapper .col:nth-child(2) {
        width: 35%;
    }
    
    #searching_options a.browse_catalogue svg, 
    #searching_options a.ask_specialist svg {
        width: 178px;
    }

    #clients_section .container.logos .item {
        height: 138px;
    }
    
    #start_section img.arrow {
        top: -126px;
        width: 155px;
    }
    
    #start_section .container {
        padding-top: 208px;
        padding-bottom: 175px;
    }
    
    #start_section a.btn {
        width: 915px;
        height: 240px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    .partners_section h1 {
        font-size: 85px;
    }
    
    .partners_section h2 {
        font-size: 50px;
    }
    
    .partners_section p {
        padding-bottom: 24px;
        font-size: 24px;
    }
    
    .partners_section p .block {
        display: inline
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 154px;
    }
    
    .hero h2 {
        padding-bottom: 24px;
        font-size: 48px;
    }
    
    #fabrication_intro .text_wrapper,
    .dropdown_section .section_body {
        font-size: 26px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #port_post_info header h1 {
        font-size: 104px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero h1 .vertical span {
        top: -11px;
        font-size: 67px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        font-size: 154px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 67px;
    }
    
    #chronicles_page .hero h2 {
        padding-bottom: 24px;
        font-size: 48px;
    }
    
    .chronicles_section h1 {
        font-size: 118px;
    }
    
    .chronicles_section h2 {
        font-size: 50px;
    }

    .chronicles_section figure.col .bgImg {
        width: 336px;
        height: 336px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero h1 .vertical span {
        font-size: 67px;
    }
    
    .contact_slider,
    .contact_slider .slide,
    .contact_slider .slide .col {
        height: 576px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) img {
        width: 288px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) img {
        width: 304px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) img {
        width: 366px;
    }

    .contact_slider .slide header h1 {
        font-size: 90px;
    }
    
    .contact_slider .slide h2 {
        font-size: 50px;
    }
    
    .contact_slider .slide p {
        padding-bottom: 15px;
        font-size: 22px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    .prod_entry {
        width: 17%;
        margin: 0 1% 60px 1%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  GRAPHICS page

     ⤴︎   
*/
    #graphics_intro a.btn {
        width: 196px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end GRAPHICS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col {
        width: 35%;
    }
    
    #footer .col:nth-child(2) {
        width: 30%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #footer .col:nth-child(2) a {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    #footer .col:nth-child(2) a img {
        width: 62px;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎                                         
*/
/*  
     ⤵︎                                         1480px >=x
*/
@media screen and (max-width:1480px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav ul.main_menu a {
        font-size: 30px;
    }
    
    nav.main_nav ul.main_menu li {
        padding: 0 2.4%;
    }
    
    nav.main_nav ul.main_menu li.btn {
        width: 66px;
        flex-shrink: 0;
    }
    
    nav.main_nav .sf-menu ul li a {
        font-size: 24px;
    }
    
    .sf-menu .submenu,
    .sf-menu .submenu .inner_border {
        border-bottom-width: 2px;
    }
    
    .sf-menu .submenu:before, 
    .sf-menu .submenu:after, 
    .sf-menu .submenu .inner_border:before, 
    .sf-menu .submenu .inner_border:after {
        width: 2px;
    }
    
    .sf-menu .submenu .inner_border {
        padding-bottom: 12px;
        margin: 9px 8px 6px;
    }
    
    .sf-menu .submenu .inner_border:before {
        left: 8px;
    }
    
    .sf-menu .submenu .inner_border:after {
        right: 8px;
    }
    
    .sf-menu .submenu .inner_border:before, 
    .sf-menu .submenu .inner_border:after {
        bottom: 6px;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story figure.topBg.bgImg {
        height: 186px;
    }
    
    #home_story .outer_wrapper:before {
        top: -86px;
        height: 156px;
    }
    
    #home_story h1 {
        padding-bottom: 42px;
        font-size: 166px;
    }
    
    #home_story h1 .small {
        font-size: 60px;
    }

    #home_story h1 .small span:after {
        height: 8px;
    }
    
    #home_story .outer_wrapper {
        font-size: 26px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 108px;
    }
    
    .section_bg_title h1 .border:after,
    .section_title h1 .border:after {
        height: 7px;
    }
    
    #specialties_section .col h2 {
        font-size: 45px;
    }
    
    #specialties_section .item h3,
    #specialties_section .col:nth-child(2) ul {
        font-size: 34px;
    }
    
    #specialties_section .item h3 span {
        padding-right: 20px;
        background-size: 12px auto;
    }
    
    #specialties_section .item {
        font-size: 20px;
    }
    
    #specialties_section .col .outer_wrapper {
        padding-bottom: 95px;
    }

    #specialties_section .col:nth-child(1) h2 {
        padding-left: 6%;
    }

    #specialties_section .col:nth-child(3) h2 {
        padding-right: 6%;
    }
    
    #specialties_section .col:nth-child(1) .outer_wrapper {
        padding-left: 6%;
        padding-right: 0;
    }
    
    #specialties_section .col:nth-child(3) .outer_wrapper {
        padding-left: 0;
        padding-right: 6%;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 25%;
    }
    
    #searching_options .outer_wrapper .col:nth-child(2) {
        width: 50%;
    }
    
    #searching_options a.browse_catalogue svg, 
    #searching_options a.ask_specialist svg {
        width: 158px;
    }

    #clients_section .container.logos .col {
        padding: 15px 2%;
    }
    
    #start_section img.arrow {
        top: -118px;
        width: 140px;
    }
    
    #start_section .container {
        padding-top: 182px;
        padding-bottom: 138px;
    }
    
    #start_section a.btn {
        width: 858px;
        height: 220px;
    }
    
    #recent_work_section .slide h1 {
        font-size: 48px;
    }

    #recent_work_section .slide div.col {
        width: 40%;
        font-size: 22px;
    }

    #recent_work_section .slide figure.col {
        width: 60%;
    }

    #recent_work_section .slick-dots {
        left: 45%;
    }
    
    #recent_work_section a.btn {
        font-size: 30px;
    }
    
    #recent_work_section .slide figure.col img.back, 
    #recent_work_section .slide figure.col img.front {
        padding-top: 15%;
    }
    
    #recent_work_section .slick-arrow {
        top: 30px;
        width: 100px;
        height: 62px;
    }
    
    #recent_work_section .slick-prev {
        right: calc(2% + 66px);
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 138px;
    }
    
    .hero h2 {
        font-size: 45px;
    }
    
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero .title h1 {
        padding: 6px 72px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 66px;
    }
    
    #partners_page .hero .border {
        max-width: 278px;
    }
    
    .partners_section div.col {
        width: 45%;
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .partners_section div.col .outer_wrapper {
        padding-right: 4%;
    }
    
    .partners_section.reverse div.col .outer_wrapper {
        padding-left: 8%;
    }
    
    .partners_section figure.col {
        width: 55%;
        padding-top: 43px;
        padding-bottom: 43px;
        padding-right: 3%;
        padding-left: 3%;
    }
    
    .partners_section.reverse figure.col {
        padding-right: 3%;
        padding-left: 3%;
    }
    
    .partners_section h1 {
        padding-top: 0;
        font-size: 78px;
    }
    
    .partners_section h2 {
        font-size: 45px;
    }
    
    .partners_section p {
        padding-bottom: 20px;
        font-size: 23px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider {
        padding-top: 164px;
    }
    
    #portfolio_post .slider .large_images,
    #portfolio_post .slider {
        padding-bottom: 38px;
    }
    
    #portfolio_post .back_top_btn a span {
        padding-bottom: 0;
        border-bottom-width: 3px;
        font-size: 32px;
    }
    
    #port_post_info header h1 {
        font-size: 90px;
    }
    
    #port_post_info header h2 {
        font-size: 48px;
    }
    
    #port_post_info header .tags,
    #port_post_info div.col {
        font-size: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero h1 .vertical span {
        top: -10px;
        font-size: 60px;
    }
    
    .team_section .container {
        max-width: 972px;
    }
    
    .team_section h2 {
        top: 60px;
        left: -54px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero h1 .vertical span {
        top: -10px;
        font-size: 61px;
    }
    
    .contact_slider, 
    .contact_slider .slide, 
    .contact_slider .slide .col {
        height: 660px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) img {
        width: 302px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) img {
        width: 296px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) img {
        width: 396px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) .label {
        right: 46%;
    }
    
    .contact_slider .slide header h1 {
        font-size: 68px;
    }
    
    .contact_slider .slide.four .col.two {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .contact_slider .slide h2 {
        font-size: 38px;
    }
    
    .contact_slider .slide p {
        padding-bottom: 15px;
        font-size: 24px;
    }
    
    .contact_slider .slide.four .col.three {
        padding-top: 20px;
    }
    
    .contact_slider .slide.four .col.two:before,
    .contact_slider .slide.three .col.two:before,
    .contact_slider .slide.two .col.two:before {
        width: 200px;
        height: 238px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        font-size: 138px;
    }

    #chronicles_page .hero h1 .vertical {
        top: 43px;
        left: -66px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 61px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 45px;
    }
    
    .chronicles_section h1 {
        font-size: 100px;
    }
    
    .chronicles_section h2 {
        font-size: 43px;
    }
    
    .chronicles_section div.col {
        padding: 15px 24px;
    }
    
    .chronicles_section p {
        padding-bottom: 1.25rem;
        font-size: 1.25em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #products_page h1.page_title:before {
        height: 3px;
    }
    
    #products_page h1.page_title {
        padding-top: 10px;
        margin-bottom: 24px;
        font-size: 43px;
    }
    
    #products_page aside.sidebar {
        width: 184px;
    }
    
    #products_page .main_content {
        width: calc(100% - 232px);
    }
    
    #products_page .sidebar ul {
        font-size: 20px;
    }
    
    #products_page .sidebar ul li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .prod_entry {
        width: 22%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col {
        width: 35%;
    }
    
    #footer .col:nth-child(2) a img {
        width: 56px;
    }
    
    #footer .col:nth-child(3) {
        font-size: 26px;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎
/*  
/*  
     ⤵︎                                         1380px >=x
*/
@media screen and (max-width:1380px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav {
        width: 73%;
    }
    
    nav.main_nav ul.main_menu li {
        padding: 0 1.5%;
    }
/*   ⋮⋮⫸  end HEADER    */
}
/* 
     ⤴︎
/*  
/* 
     ⤵︎                                         1280px >=x
*/
@media screen and (max-width:1280px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav ul.main_menu li.btn,
    .shrink nav.main_nav ul.main_menu li.btn {
        width: 60px;
    }
    
    nav.main_nav .sf-menu ul li a {
        font-size: 20px;
    }
    
    .sf-menu .submenu,
    .sf-menu .submenu .inner_border,
    .shrink .sf-menu .submenu,
    .shrink .sf-menu .submenu .inner_border {
        border-bottom-width: 1px;
    }
    
    .sf-menu .submenu:before, 
    .sf-menu .submenu:after, 
    .sf-menu .submenu .inner_border:before, 
    .sf-menu .submenu .inner_border:after,
    .shrink .sf-menu .submenu:before,
    .shrink .sf-menu .submenu:after,
    .shrink .sf-menu .submenu .inner_border:before,
    .shrink .sf-menu .submenu .inner_border:after {
        width: 1px;
    }
    
    .sf-menu .submenu .inner_border,
    .shrink .sf-menu .submenu .inner_border {
        padding-bottom: 12px;
        margin: 9px 5px 3px;
    }
    
    .sf-menu .submenu .inner_border:before,
    .shrink .sf-menu .submenu .inner_border:before {
        left: 5px;
    }
    
    .sf-menu .submenu .inner_border:after,
    .shrink .sf-menu .submenu .inner_border:after {
        right: 5px;
    }
    
    .sf-menu .submenu .inner_border:before, 
    .sf-menu .submenu .inner_border:after,
    .shrink .sf-menu .submenu .inner_border:before,
    .shrink .sf-menu .submenu .inner_border:after {
        bottom: 3px;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story figure.topBg.bgImg {
        height: 156px;
    }
    
    #home_story .outer_wrapper:before {
        top: -70px;
        height: 118px;
    }
    
    #home_story h1 {
        font-size: 154px;
    }
    
    #home_story h1 .small {
        font-size: 53px;
    }
    
    #home_story .outer_wrapper {
        padding-top: 110px;
        font-size: 25px;
    }
    
    #home_story p {
        padding-bottom: 30px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 100px;
    }
    
    #specialties_section .col h2 {
        font-size: 42px;
    }
    
    #specialties_section .item h3,
    #specialties_section .col:nth-child(2) ul {
        font-size: 30px;
    }
    
    #partners_section .outer_wrapper .col {
        width: 16%;
    }
    
    #specialties_section .col:nth-child(1) .outer_wrapper {
        padding-left: 6%;
        padding-right: 0;
    }
    
    #specialties_section .col:nth-child(3) .outer_wrapper {
        padding-left: 0;
        padding-right: 6%;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 25%;
    }
    
    #searching_options .outer_wrapper .col:nth-child(2) {
        width: 50%;
    }
    
    #searching_options a.browse_catalogue svg, 
    #searching_options a.ask_specialist svg {
        width: 156px;
    }
    
    #partners_section .content {
        padding-bottom: 134px;
    }
    
    #start_section img.arrow {
        top: -100px;
        width: 118px;
    }
    
    #start_section .container {
        padding-top: 158px;
        padding-bottom: 118px;
    }
    
    #start_section a.btn {
        width: 764px;
    }
    
    #recent_work_section .slide h1 {
        font-size: 43px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 126px;
    }
    
    .hero h2 {
        font-size: 42px;
    }
    
    #fabrication_intro .text_wrapper,
    .dropdown_section .section_body {
        font-size: 26px;
    }
    
    .dropdown_section .text .container {
        padding-top: 58px;
        padding-bottom: 34px;
    }
    
    .dropdown_section .main_title h1,
    .dropdown_section .lists .titles h2 {
        font-size: 42px;
    }
    
    .dropdown_section .slider {
        padding-top: 53px;
        padding-bottom: 53px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    
    .partners_section h1 {
        font-size: 72px;
    }
    
    .partners_section h2 {
        font-size: 42px;
    }
    
    .partners_section p {
        font-size: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider .thumbs img {
        height: 156px;
    }
    
    #portfolio_post .slider .slick-arrow {
        width: 115px;
        height: 70px;
    }
    
    #portfolio_post .slider .slick-prev {
        left: 20px;
    }
    
    #portfolio_post .slider .slick-next {
        right: 20px;
    }
    
    #port_post_info header h1 {
        font-size: 77px;
    }
    
    #port_post_info header h1:after {
        height: 6px;
    }
    
    #port_post_info header h2 {
        padding-bottom: 24px;
        font-size: 45px;
    }
    
    #port_post_info header .tags,
    #port_post_info div.col {
        font-size: 24px;
    }
    
    #port_post_info a.btn {
        margin-top: 15px;
        padding: 6px 16px 11px 16px;
        font-size: 30px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    .team_section .container {
        max-width: 834px;
    }
    
    .team_section h1.main_title {
        font-size: 48px;
    }
    
    .team_section h2 {
        top: 48px;
        left: -45px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        font-size: 126px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 36px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 42px;
    }
    
    .chronicles_section h1 {
        padding: 0 24px 10px 24px;
        font-size: 90px;
    }
    
    .chronicles_section h2 {
        font-size: 38px;
    }
    
    .chronicles_section div.col {
        padding: 15px;
    }

    .chronicles_section figure.col .bgImg {
        border-width: 6px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    .prod_entry {
        width: 30%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col {
        width: 35%;
    }
    
    #footer .col:nth-child(2) a img {
        width: 54px;
    }
    
    #footer .col:nth-child(3) {
        font-size: 26px;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎

/*  
     ⤵︎                                         1170px >=x
*/
@media screen and (max-width:1170px) {
/*   ⋮⋮⫸  HEADER    */
    nav.main_nav ul.main_menu li.btn,
    .shrink nav.main_nav ul.main_menu li.btn {
        width: 55px;
    }
    
    nav.main_nav ul.main_menu li {
        padding: 0 10px;
    }
    
    nav.main_nav .sf-menu ul {
        width: calc(100% + 11px);
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #start_section a.btn {
        width: 707px;
    }
    
    #clients_section {
        padding-bottom: 90px;
    }

    #clients_section .container.logos .item {
        height: 118px;
    }
    
    #recent_work_section .slide h1 {
        font-size: 38px;
    }

    #recent_work_section .slide div.col {
        width: 40%;
        font-size: 20px;
    }
    
    #recent_work_section a.btn {
        border-width: 3px;
        font-size: 30px;
    }
    
    #recent_work_section a.btn span {
        border-bottom-width: 3px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO page

     ⤴︎   
*/
    #portfolio_entries article.entry {
        width: 25%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  GRAPHICS page

     ⤴︎   
*/
    #graphics_intro a.btn {
        width: 184px;
        height: 184px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end GRAPHICS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col,
    #footer .col:nth-child(2) {
        width: 33.333%;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎

/*  
     ⤵︎                                         1096px >=x
*/
@media screen and (max-width:1096px) {
/*   ⋮⋮⫸  HEADER    */
    #header a.logo {
        display: block;
        width: 320px;
    }

    .shrink  #header a.logo {
        width: 196px;
    }

    #sm_menu_ham {
        top: 52px;
        right: 2.5%;
        display: block !important;
        height: 38px;
        width: 92px;
    }

    .shrink #sm_menu_ham {
        top: 19px;
    }

    #sm_menu_ham span {
        width: 74px;
        height: 4px;
    }

    #sm_menu_ham span:nth-child(2), 
    #sm_menu_ham span:nth-child(3) {
        top: 16px;
    }

    #sm_menu_ham span:nth-child(4) {
        top: 32px;
    }

    .sm_menu_outer {
        background-color: rgba(27, 37, 45, 1);
    }

    .sm_menu_outer.active {
        display: block;
        padding: 60px 160px;
    }

    .sm_menu_outer nav.main_nav {
        width: 100%;
        max-width: 600px;
        margin: auto;
        text-align: center;
    }

    .sm_menu_outer nav.main_nav ul.main_menu li.hasChild a {
        position: relative;
    }

    .sm_menu_outer nav.main_nav ul.main_menu a {
        font-size: 38px;
        padding-top: 6px;
        padding-bottom: 6px;
        display: inline-block;
    }

    nav.main_nav ul.main_menu .contact a {
        padding: 6px 18px;
    }

    .sm_menu_outer nav.main_nav ul.main_menu li.btn {
        width: 60px;
        padding-left: 0;
        padding-right: 0;
        margin: 5% auto auto auto;
    }

    .sm_menu_outer nav.main_nav .sf-menu .submenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(27, 37, 45, 1);
        padding: 42px 30px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .sm_menu_outer .sf-menu .submenu:before,
    .sm_menu_outer .sf-menu .submenu:after,
    .sm_menu_outer .sf-menu .submenu .inner_border:before,
    .sm_menu_outer .sf-menu .submenu .inner_border:after {
        display: none;
    }

    .sm_menu_outer .sf-menu .submenu,
    .sm_menu_outer .sf-menu .submenu .inner_border {
        border: none
    }

    .sm_menu_outer nav.main_nav .sf-menu .submenu ul {
        max-width: 320px;
        margin: auto;
    }

    .sm_menu_outer nav.main_nav .sf-menu ul li.back a:before {
        padding-right: 12px;
        content: '‹'
    }

    .sm_menu_outer nav.main_nav .sf-menu li.back a:after {
        padding-left: 12px;
        content: ' '
    }

    .sm_menu_outer nav.main_nav .sf-menu li.back a {
        padding: 24px 12px;
        font-size: 42px;
        color: #d1dc1a;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story h1 {
        font-size: 139px;
    }
    
    #home_story h1 .small {
        font-size: 48px;
    }
    
    #home_story .outer_wrapper {
        padding-top: 110px;
        font-size: 25px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 86px;
    }
    
    #specialties_section .cols {
        display: block;
    }
    
    #specialties_section .col {
        width: 100%;
        overflow: hidden;
    }
    
    #specialties_section .col .outer_wrapper {
        padding-bottom: 30px;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    
    #specialties_section .col .inner_wrapper:before,
    #specialties_section .col .inner_wrapper:after {
        bottom: -300px !important;
        right: auto !important;
    }

    #specialties_section .col:nth-child(3) .inner_wrapper:before {
        left: -12px;
    }

    #specialties_section .col:nth-child(3) .inner_wrapper:after {
        left: 0;
    }
    
    #specialties_section .border_bottom,
    #specialties_section .border_bottom:after {
        top: -24px;
        bottom: -300px !important;
        width: 2px;
        height: auto;
        left: auto !important;
    }
    
    #specialties_section .border_bottom {
        right: 0 !important;
    }
    
    #specialties_section .border_bottom:after {
        right: -12px !important;
    }
    
    #specialties_section .item h3 span {
        padding-left: 22px;
    }
    
    #searching_options h1 {
        font-size: 38px;
    }
    
    #searching_options a.browse_catalogue svg, 
    #searching_options a.ask_specialist svg {
        width: 100%;
    }
    
    #clients_section .container.logos {
        padding: 10px;
    }
    
    #clients_section .container.logos .col {
        padding: 10px 1.5%;
    }
    
    #partners_section .outer_wrapper .col {
        width: 16%;
    }
    
    #specialties_section .col:nth-child(1) .outer_wrapper {
        padding-left: 6%;
        padding-right: 0;
    }
    
    #specialties_section .col:nth-child(3) .outer_wrapper {
        padding-left: 0;
        padding-right: 6%;
    }
    
    #home_story a.btn,
    #partners_section a.btn {
        font-size: 30px;
    }
    
    #start_section a.btn {
        width: 635px;
        height: 156px;
    }
    
    #recent_work_section .slide div.col,
    #recent_work_section .slide figure.col {
        width: 100%;
        overflow: hidden
    }
    
    #recent_work_section .slide div.col {
        display: block;
        padding: 67px 2.5% 38px;
        text-align: center;
    }
    
    #recent_work_section .slide div.col .outer_wrapper {
        display: block;
        height: auto !important;
        max-width: none;
        margin: auto;
    }
    
    #recent_work_section a.btn {
        margin-top: 10px;
    }
    
    #recent_work_section .slide h1, 
    #recent_work_section .slide p {
        padding-bottom: 15px;
    }
    
    #recent_work_section .slick-arrow {
        top: 94.5%;
        width: 83px;
        height: 53px;
    }
    
    #recent_work_section .slick-prev {
        left: 2%;
        top: 94.5%;
    }
    
    #recent_work_section .slide figure.col img.back, 
    #recent_work_section .slide figure.col img.front {
        padding-top: 20px;
        padding-bottom: 43px;
    }
    
    #recent_work_section .slick-dots {
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    
    #recent_work_section .slick-dots li {
        padding: 0 7px;
    }
    
    #recent_work_section .slick-dots button {
        width: 12px;
        height: 12px;
    }
    /* Spetialties section on mobile with Slick JS*/
    #props-ul {
        list-style: none;
        color: #fff;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
    }
    #props-ul li {
        margin-left: 0px;
        padding-bottom: 6px;
    } 
    #portfolio_entries article.entry {
        width: 33.333%;
    }

    #specialties_section .cols {
        max-height: 570px;
        overflow: hidden;
    }
    #specialties_section .col .outer_wrapper {
        height: 570px;
    }
    #specialties_section .slick-prev:before {
        top: 6.5% !important;
        left: 0px !important;
        z-index: 10 !important;
    }
    #specialties_section .slick-next:before{
        top: 5% !important;
        right: 0px !important;
    }
    #specialties_section .col h2 {
        padding-top: 6px !important;
    }
    #specialties_section .col .inner_wrapper:before, #specialties_section .col .inner_wrapper:after {
        content: none !important;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    #fabrication_intro .text_wrapper,
    .dropdown_section .section_body {
        font-size: 26px;
    }
    
    .dropdown_section .text .container {
        padding-top: 38px;
        padding-bottom: 24px;
    }
    
    .dropdown_section .main_title h1,
    .dropdown_section .lists .titles h2 {
        font-size: 38px;
    }
    
    .dropdown_section .slider {
        padding-top: 43px;
        padding-bottom: 43px;
    }
    
    .dropdown_section .slide div {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .dropdown_section .slick-arrow {
        width: 100px;
    }
    
    .dropdown_section .lists .content ul li:before {
        top: 8px;
        width: 9px;
        height: 9px;
    }
    
    .dropdown_section .lists .titles {
        padding: 27px 0;
    }
    
    .dropdown_section .lists .content .item {
        padding-top: 43px;
        padding-bottom: 66px;
    }
    
    .hero h1 {
        font-size: 114px;
    }
    
    .hero .border {
        max-width: 256px;
        height: 8px;
    }
    
    .hero h2 {
        font-size: 38px;
    }
    
    #props_page .hero .border {
        max-width: 224px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero .container {
        font-size: 28px;
    }
    
    #partners_page .hero .title h1 {
        padding: 5px 66px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 54px;
    }
    
    #partners_page .hero .border {
        max-width: 230px;
    }
    
    .partners_section figure.col {
        padding-top: 38px;
        padding-bottom: 38px;
        padding-right: 0;
        padding-left: 2%;
    }
    
    .partners_section.reverse figure.col {
        padding-right: 2%;
        padding-left: 2.5%;
    }
    
    .partners_section h1 {
        font-size: 62px;
    }
    
    .partners_section h1 .border {
        height: 5px;
    }
    
    .partners_section h1 span {
        padding-bottom: 2px;
    }
    
    .partners_section h2 {
        font-size: 37px;
    }
    
    .partners_section p {
        font-size: 20px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider {
        padding-top: 148px;
    }
    
    #portfolio_post .back_top_btn {
        padding-bottom: 30px;
    }
    
    #portfolio_post .back_top_btn a {
        padding: 11px 20px;
    }
    
    #portfolio_post .back_top_btn a span {
        border-bottom-width: 3px;
        font-size: 28px;
    }
    
    #portfolio_post .slider .large_images, 
    #portfolio_post .slider {
        padding-bottom: 24px;
    }
    
    #portfolio_post .slider .thumbs img {
        height: 130px;
    }
    
    #portfolio_post .slider .slick-arrow {
        width: 98px;
        height: 58px;
    }
    
    #portfolio_post .slider .slick-prev {
        left: 10px;
    }
    
    #portfolio_post .slider .slick-next {
        right: 10px;
    }
    
    #port_post_info header h1 {
        font-size: 67px;
    }
    
    #port_post_info header h1:after {
        height: 5px;
    }
    
    #port_post_info header h2 {
        font-size: 38px;
    }
    
    #port_post_info a.btn {
        font-size: 26px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-top: 156px;
    }
    
    #team_page .hero h1 .vertical span {
        top: -8px;
        font-size: 54px;
    }
    
    .team_section .container {
        max-width: 748px;
    }
    
    .team_section h2 {
        top: 42px;
        left: -40px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero {
        padding-top: 156px;
    }
    
    #contact_page .hero h1 .vertical span {
        top: -8px;
        font-size: 54px;
    }
    
    #contact_page .hero h1 .border {
        max-width: 256px;
    }
    
    #contact_page .hero h1 .border:after {
        height: 8px;
    }
    
    .mobile_device#contact_page .hero a.btn {
        width: 142px;
    }
    
    .mobile_device#contact_page .hero .btns {
        max-width: 318px;
    }
    
    #contact_page .hero .schedule {
        font-size: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero {
        padding-top: 156px;
    }
    
    #chronicles_page .hero h1 {
        font-size: 114px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 32px;
        left: -58px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 53px;
    }
    
    #chronicles_page .hero h1 .border span {
        max-width: 256px;
        height: 8px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 38px;
    }
    
    .chronicles_section h1 {
        font-size: 82px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #products_page main .container {
        padding-bottom: 66px;
    }
    
    #products_page h1.page_title {
        font-size: 48px;
    }
    
    #products_page .main_content {
        position: relative;
        width: 100%;
        padding-top: 72px;
    }
    
    #products_page aside.sidebar {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
    }
    
    #products_page .sidebar .wrapper {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        background-color: #1b252d;
        z-index: 99991;
        -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
                box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 90%;
    }
    
    #products_page .sidebar ul {
        width: auto;
        max-height: 90vh;
        padding: 66px 10vw 36px;
        margin: auto;
        overflow-y: auto;
    }
    
    #products_page .sidebar ul ul {
        max-height: inherit;
        padding: 0;
        padding-left: 24px;
    }
    
    #products_page .sidebar ul a {
        color: #fff;
    }
    
    #products_page .sidebar button.close_btn {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #CFDA1A url(../images/icon-cross.svg) no-repeat center center / 18px auto;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    .prod_entry {
        width: 30%;
    }
    
    #products_page.post main .container {
        width: 95%;
        max-width: 768px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col:nth-child(3) {
        font-size: 24px;
    }
    
    #footer .col:nth-child(2) a img {
        width: 44px;
    }
    
    .f_info {
        font-size: 22px;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎

/*  
     ⤵︎                                         980px >=x
*/
@media screen and (max-width:980px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story h1 {
        font-size: 144px;
    }
    
    #home_story h1 .small {
        font-size: 54px;
    }
    
    #home_story h1 .small span {
        padding-bottom: 8px;
    }
    
    #home_story h1 .small span:after {
        height: 8px;
    }
    
    #home_story .outer_wrapper {
        padding-bottom: 60px;
        font-size: 24px;
    }
    
    .section_bg_title {
        padding-bottom: 48px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 84px;
    }
    
    .section_bg_title h1 .border:after,
    .section_title h1 .border:after {
        height: 7px;
    }
    
    #specialties_section .cols {
        display: block;
    }
    
    #specialties_section .col {
        width: 100%;
        overflow: hidden;
    }
    
    #specialties_section .col h2 {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    #specialties_section .border_bottom,
    #specialties_section .border_bottom:after {
        top: -24px;
        bottom: -300px !important;
        width: 2px;
        height: auto;
        left: auto;
    }
    
    #specialties_section .col .inner_wrapper:before,
    #specialties_section .col .inner_wrapper:after {
        bottom: -300px !important;
    }
    
    #searching_options h1 {
        font-size: 40px;
    }
    
    #start_section a.btn {
        width: 558px;
        height: 136px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        padding-bottom: 6px;
        font-size: 130px;
    }
    
    .hero h1 .border {
        height: 8px;
    }
    
    #fabrication_intro .text_wrapper,
    .dropdown_section .section_body {
        font-size: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero p .block {
        display: inline
    }
    
    .partners_section .col {
        display: block !important;
        width: 100% !important;
        padding-left: 2.5% !important;
        padding-right: 2.5% !important;
    }
    
    .partners_section div.col .outer_wrapper {
        padding-right: 0;
        text-align: center;
        margin: auto;
    }
    
    .partners_section.reverse div.col .outer_wrapper {
        padding-left: 0;
    }
    
    .partners_section figure.col .outer_wrapper {
        max-width: 660px;
        margin: auto
    }
    
    .partners_section figure.col {
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }
    
    #image_optics.partners_section h1 span {
        width: auto
    }
    
    .partners_section#image_optics div.col {
        background-position: top center
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO page

     ⤴︎   
*/
    #portfolio_entries article.entry .wrapper {
        font-size: 17px;
    }

    #portfolio_entries article.entry h1 {
        font-size: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-top: 196px;
    }
    
    #team_page .hero h1 .vertical span {
        top: -10px;
        font-size: 66px;
    }
    
    #team_page .hero a.btn {
        margin-left: 24px;
        margin-right: 24px;
    }
    
    #team_page .hero h2 {
        font-size: 44px;
    }
    
    .team_section .container {
        max-width: 930px;
    }
    
    .team_section h1, .team_section h2 {
        font-size: 1.375em;
    }
    
    .team_section h1 {
        padding-top: 12px;
    }
    
    .team_section h2 {
        top: 40px;
        left: -36px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero h1 {
        padding-bottom: 6px;
    }
    
    #contact_page .hero h1 .border:after {
        height: 8px;
    }
    
    .contact_slider, 
    .contact_slider .slide, 
    .contact_slider .slide .col {
        height: 540px;
    }
    
    .contact_slider .slide.one .label {
        font-size: 26px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) .label,
    .contact_slider .slide.one .col:nth-child(3) .label {
        top: 12%;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label {
        bottom: 12%;
    }
    
    .contact_slider .slide.one .col:nth-child(1) img {
        width: 208px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) img {
        width: 212px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) img {
        width: 248px;
    }
    
    .contact_slider .slide.one .col .label span {
        padding: 6px 12px;
    }
    
    .contact_slider .slide.one .label {
        font-size: 24px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) .label:before {
        top: 35px;
        left: 32px;
        width: 30px;
        height: 76px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label:before {
        bottom: 14px;
        left: -34px;
        width: 39px;
        height: 126px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) .label:before {
        top: 14px;
        right: -77px;
        width: 82px;
        height: 168px;
    }
    
    .contact_slider .slide header h1 {
        font-size: 72px;
    }
    
    .contact_slider .slide h2 {
        font-size: 37px;
    }
    
    .contact_slider .slide.four .col.three h4 {
        font-size: 28px;
    }
    
    .contact_slider .slide p {
        padding-bottom: 16px;
        font-size: 23px;
    }
    
    .contact_slider .arrows a img {
        width: 96px;
    }
    
    .contact_slider .arrows a {
        margin: 0;
    }
    
    .contact_slider .slide.four .col.two:before, 
    .contact_slider .slide.three .col.two:before, 
    .contact_slider .slide.two .col.two:before {
        width: 200px;
        height: 200px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        padding-bottom: 6px;
        font-size: 130px;
    }
    
    #chronicles_page .hero h1 .border span {
        height: 8px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 44px;
    }
    
    #chronicles_page .hero a.btn {
        margin-left: 24px;
        margin-right: 24px;
    }
    
    .chronicles_section div.col {
        width: 80%;
        min-height: inherit;
        margin: auto auto 60px auto;
        padding-top: 48px;
        text-align: center;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        z-index: 4;
    }
    
    .chronicles_section figure.col {
        top: 24px;
        width: 100%;
        margin: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        z-index: 5;
    }
    
    .chronicles_section h1 {
        margin-top: 60px;
        margin-bottom: 48px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    
    .chronicles_section h1:before {
        top: -16px;
        bottom: -16px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 96px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col:nth-child(3) {
        font-size: 25px;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎

/*  
     ⤵︎                                         820px >=x
*/
@media screen and (max-width:820px) {
/*   ⋮⋮⫸  HEADER    */
    .mobile_device #sm_menu_ham,
    #sm_menu_ham {
        width: 82px;
    }

    #sm_menu_ham span {
        height: 3px;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    .section_bg_title h1,
    .section_title h1 {
        font-size: 82px;
    }
    
    #home_story figure.topBg.bgImg {
        height: 162px;
    }
    
    #home_story .outer_wrapper:before {
        top: -58px;
        height: 128px;
    }
    
    #home_story h1 {
        padding-bottom: 42px;
        font-size: 132px;
    }
    
    #home_story h1 .small {
        font-size: 50px;
    }
    
    #home_story h1 .small span:after {
        height: 6px;
    }
    
    #specialties_section .col h2 {
        padding: 24px 2.5% !important;
        font-size: 48px;
    }
    
    #searching_options .container,
    #searching_options .outer_wrapper {
        border-width: 3px;
    }
    
    #searching_options .container {
        padding: 6px;
    }
    
    #searching_options .outer_wrapper .col:nth-child(2) {
        width: 47%;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 26%;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #clients_section {
        padding-bottom: 92px;
    }
    
    #clients_section .container.logos .item {
        height: 128px;
    }
    
    #partners_section .outer_wrapper .cols {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    #partners_section .outer_wrapper .col {
        width: 33.333%;
        padding: 12px;
    }
    
    #partners_section .content {
        padding-bottom: 132px;
    }
    
    #start_section img.arrow {
        top: -106px;
        width: 128px;
    }
    
    #start_section a.btn {
        width: 582px;
        height: 142px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        margin-bottom: 30px;
        padding-bottom: 4px;
        font-size: 108px;
    }
    
    .hero h1 .border {
        height: 6px;
    }
    
    .dropdown_section .main_title h1, 
    .dropdown_section .lists .titles h2 {
        font-size: 44px;
    }
    
    .dropdown_section .main_title h1:before,
    .dropdown_section .lists .titles h2 {
        background-size: 24px auto;
    }
    
    .dropdown_section .lists .titles h2 {
        padding-right: 36px;
    }
    
    .dropdown_section .slider {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    .dropdown_section .lists .content ul .col_1_2,
    .dropdown_section .lists .content ul .col_1_3 {
        width: 100%;
    }
    
    .dropdown_section .lists .content .item {
        padding-top: 36px;
        padding-bottom: 60px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero .title h1 {
        padding: 6px 68px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 60px;
    }
    
    #partners_page .hero .border {
        max-width: 248px;
    }
    
    #partners_page .hero .container {
        font-size: 30px;
    }
    
    .mobile_device#partners_page .hero .logos {
        padding-bottom: 8%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/  
    #portfolio_post .slider .large_images, 
    #portfolio_post .slider {
        padding-bottom: 24px;
    }
    
    #portfolio_post .slider .thumbs img {
        height: 148px;
    }
    
    #port_post_info header h1 {
        font-size: 72px;
    }
    
    #port_post_info header h1:after {
        height: 6px;
    }
    
    #port_post_info header h2 {
        font-size: 42px;
    }
    
    #port_post_info a.btn,
    #portfolio_post .back_top_btn a span {
        font-size: 28px;
    }
    
    #port_post_info header .tags, 
    #port_post_info div.col {
        font-size: 24px;
    }

    #port_post_info .col {
        padding: 48px 2.5% 66px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-top: 188px;
    }
    
    #team_page .hero h1 .vertical span {
        top: -8px;
        font-size: 50px;
    }
    
    #team_page .hero h2 {
        font-size: 40px;
    }
    
    .team_section {
        padding-bottom: 0;
    }
    
    .team_section .container {
        max-width: 600px;
    }
    
    .team_section article {
        width: 50%;
        padding-bottom: 48px;
    }
    
    .team_section h2 {
        top: 50px;
        left: -44px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero {
        padding-top: 188px;
    }
    
    #contact_page .hero h1 {
        margin-bottom: 30px;
        padding-bottom: 4px;
    }
    
    #contact_page .hero h1 .vertical span {
        top: -8px;
        font-size: 50px;
    }
    
    #contact_page .hero h1 .border:after {
        height: 6px;
    }
    
    .contact_slider,
    .contact_slider .slide {
        height: auto;
    }
    
    .contact_slider .slide.one {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: relative;
        height: auto;
    }
    
    .contact_slider .slide.one .col {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 33.333% !important;
        padding: 108px 2.5%;
    }
    
    .contact_slider .slide.one .col:nth-child(1) .label {
        left: 24px;
        top: 40px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label {
        left: 38%;
        bottom: 24px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label span {
        width: 158px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) .label {
        right: 44%;
        top: 0;
    }
    
    .contact_slider .slide.popup {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 90vw;
        max-height: 90vh;
        z-index: 99999;
        background: none;
        overflow: auto;
        -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
           -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    
    .contact_slider .slide.two,
    .contact_slider .slide.three,
    .contact_slider .slide.four {
        background-image: url(../images/contact-bg-2.jpg) !important;
    }
    
    .contact_slider .slide.popup .col {
        height: auto
    }
    
    .contact_slider .slide.four .col.one,
    .contact_slider .slide.three .col.one,
    .contact_slider .slide.two .col.one {
        display: none !important;
    }
    
    .contact_slider .slide .col {
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        text-align: center;
        background: none !important;
    }
    
    .contact_slider .arrows {
        position: absolute;
        top: 12px;
        left: 0;
        text-align: center;
    }

    .contact_slider .slide.four .arrows {
        bottom: auto;
        left: 0
    }
    
    .contact_slider .slide.four .col.two,
    .contact_slider .slide.three .col.two,
    .contact_slider .slide.two .col.two {
        padding-top: 96px;
    }
    
    .contact_slider .slide.three .col.two,
    .contact_slider .slide.two .col.two {
        padding-bottom: 36px;
    }
    
    .contact_slider .arrows a img {
        width: 74px;
    }
    
    .contact_slider .slide.four .inner_cols {
        display: block
    }
    
    .contact_slider .slide.four .inner_col {
        width: 100%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero {
        padding-top: 188px;
    }
    
    #chronicles_page .hero h1 {
        margin-bottom: 30px;
        padding-bottom: 4px;
        font-size: 108px;
    }
    
    #chronicles_page .hero h1 .border span {
        height: 6px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 30px;
        left: -54px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 50px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 40px;
    }
    
    #chronicles_page .hero a.btn {
        margin-left: 24px;
        margin-right: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
    
    #props_page .hero .border {
        max-width: 218px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #products_page.post .outer_cols {
        margin-top: 36px;
    }
    
    #product_post .info {
        font-size: 20px;
    }
    
    #product_post .info h2 {
        font-size: 30px;
    }
    
    #product_post .info h4 {
        font-size: 22px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 84px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col {
        width: 100% !important;
    }
    
    #footer .col img.logo {
        width: 248px;
        margin: auto auto 30px auto;
    }
    
    #footer .col:nth-child(3) {
        padding-top: 42px;
        text-align: center;
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎

/*  
     ⤵︎                                         768px >=x
*/
@media screen and (max-width:768px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider .thumbs img {
        height: 128px;
    }
    
    #port_post_info .col {
        width: 100%;
        padding-bottom: 48px;
        text-align: center;
    }
    
    #port_post_info header h1:after {
        left: 50%;
        max-width: 160px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    
    #port_post_info .next {
        text-align: center;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
}
/* 
     ⤴︎
/* 

/*  
     ⤵︎                                         640px >=x
*/
@media screen and (max-width:640px) {
/*   ⋮⋮⫸  HEADER    */
    .mobile_device #header a.logo,
    #header a.logo {
        width: 288px;
    }
    
    #sm_menu_ham span {
        width: 72px;
    }
    
    .mobile_device #sm_menu_ham span:nth-child(2), 
    .mobile_device #sm_menu_ham span:nth-child(3),
    #sm_menu_ham span:nth-child(2), 
    #sm_menu_ham span:nth-child(3) {
        top: 14px;
    }
    
    .mobile_device #sm_menu_ham span:nth-child(4),
    #sm_menu_ham span:nth-child(4) {
        top: 28px;
    }
    
    .sm_menu_outer nav.main_nav ul.main_menu a,
    .sm_menu_outer nav.main_nav .sf-menu li.back a {
        font-size: 36px;
    }
    
    .sm_menu_outer nav.main_nav .sf-menu li.back a {
        padding: 12px;
    }
    
    .sm_menu_outer nav.main_nav ul.main_menu li.btn {
        width: 56px;
    }
    
    .sm_menu_outer.active {
        padding: 60px;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story figure.topBg.bgImg {
        height: 148px;
    }
    
    #home_story .outer_wrapper:before {
        top: -38px;
        height: 80px;
    }
    
    #home_story h1 {
        padding-bottom: 42px;
        font-size: 104px;
    }
    
    #home_story h1 .small {
        font-size: 46px;
    }
    
    #home_story .outer_wrapper {
        padding-top: 96px;
        font-size: 24px;
    }
    
    #home_story p {
        padding-bottom: 30px;
    }
    
    #home_story a.btn, 
    #partners_section a.btn {
        font-size: 32px;
        border-width: 3px;
    }
    
    #home_story a.btn span, 
    #partners_section a.btn span {
        border-width: 3px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 66px;
    }
    
    .section_bg_title h1 .border:after,
    .section_title h1:after {
        height: 5px;
    }
    
    #specialties_section .col h2 {
        font-size: 44px;
    }
    
    #specialties_section .col .outer_wrapper {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    #specialties_section .col:nth-child(1) .inner_wrapper:before,
    #specialties_section .col:nth-child(3) .inner_wrapper:before {
        left: -8px;
    }
    
    #specialties_section .border_bottom:after {
        right: -8px !important;
    }
    
    #specialties_section .item h3, 
    #specialties_section .col:nth-child(2) ul {
        font-size: 32px;
    }
    
    #specialties_section .item.opened .wrapper {
        padding-top: 3px;
    }
    
    #searching_options .wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    #searching_options .outer_wrapper .col:nth-child(2) {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 40%;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }
    
    #searching_options .outer_wrapper .col:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
    }
    
    #clients_section {
        border-bottom-width: 8px;
    }
    
    #clients_section .container.logos .wrapper {
        margin-bottom: 12px;
    }
    
    #clients_section .container.logos .col {
        width: 33.333%;
    }
    
    #clients_section .container.logos .item {
        height: 112px;
    }
    
    #partners_section .content .container {
        padding: 30px 18px;
        font-size: 22px;
    }
    
    #partners_section .content .container span.block {
        display: inline
    }
    
    #start_section a.btn {
        width: 444px;
        height: 110px;
    }
    
    #recent_work_section .slide h1 {
        font-size: 44px;
    }
    
    #recent_work_section .slide div.col {
        font-size: 21px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 92px;
    }
    
    .hero h2 {
        font-size: 36px;
    }
    
    #fabrication_intro .text_wrapper {
        padding-bottom: 36px;
    }
    
    .dropdown_section .main_title h1 {
        margin-top: 12%;
        margin-bottom: 12%;
    }
    
    .dropdown_section.opened .main_title h1 {
        margin: 18px auto;
    }
    
    .dropdown_section .lists .titles {
        display: none;
    }
    
    .dropdown_section .lists .content {
        background: none
    }
    
    .dropdown_section .lists .content .item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .dropdown_section .lists .item {
        width: 100% !important;
    }
    
    .dropdown_section .lists .container {
        width: 100%;
    }
    
    .dropdown_section .lists .item .title {
        position: relative;
        display: block;
        padding: 24px 2.5%;
        text-align: center;
        background: url(../images/Fabrication-title-bg.jpg) no-repeat center center / cover;
    }
    
    .dropdown_section .lists .item .title h2 {
        position: relative;
        display: inline-block;
        padding-bottom: 0;
        padding-right: 32px;
        font-size: 42px;
        line-height: 1em;
        text-transform: uppercase;
        color: #d3de1a;
        background: url(../images/icon-arrow-bottom.svg) no-repeat right center / 22px auto;
        cursor: pointer;
        z-index: 9;
    }
    
    #graphics_page .dropdown_section .lists .item .title h2,
    #props_page .dropdown_section .lists .item .title h2 {
        background: none;
        cursor: auto;
    }
    
    .dropdown_section .lists .content .list,
    #graphics_page .dropdown_section .lists .content .text_wrapper,
    #props_page .dropdown_section .lists .content .text_wrapper {
        padding: 18px 2.5% 30px;
        background-image: url(../images/Fabrication-text-bg.jpg);
    }

    .dropdown_section .lists .content ul .col_1_2 {
        width: 50%;
    }

    .dropdown_section .lists .content ul .col_1_3 {
        width: 33.333%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
    
    #props_page .hero .border {
        max-width: 184px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    .mobile_device#partners_page .hero .container {
        padding-top: 144px;
    }
    
    #partners_page .hero .title h1 {
        padding: 6px 54px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 52px;
    }
    
    #partners_page .hero .container {
        font-size: 25px;
    }
    
    #partners_page .hero .logos .col {
        width: 33.333%;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
    }
    
    .mobile_device#partners_page .hero .logos {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 30px;
    }
    
    .partners_section h1 {
        font-size: 66px;
    }
    
    .partners_section h2 {
        font-size: 40px;
    }
    
    .partners_section figure .slick-arrow {
        width: 96px;
        height: 58px;
    }
    
    .partners_section figure .slick-next {
        right: 9px;
    }
    
    .partners_section figure .slick-prev {
        left: 9px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider {
        padding-top: 172px;
    }
    
    #portfolio_post .back_top_btn {
        padding-bottom: 30px;
    }
    
    #portfolio_post .slider .slick-arrow {
        width: 102px;
        height: 64px;
    }
    
    #portfolio_post .slider .large_images, 
    #portfolio_post .slider {
        padding-bottom: 18px;
    }
    
    #portfolio_post .slider .thumbs img {
        height: 96px;
    }
    
    #port_post_info header h1 {
        font-size: 66px;
    }
    #portfolio_page .back_btn a {
        padding-bottom: 2px;
        font-size: 36px;
        border-bottom-width: 4px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-bottom: 48px;
    }
    
    #team_page .hero h1 .vertical span {
        font-size: 40px;
    }
    
    #partners_page .hero .border {
        max-width: 204px;
    }
    
    #team_page .hero span.block {
        display: inline;
    }
    
    #team_page .hero a.btn {
        margin: 0 12px 12px;
        font-size: 32px;
    }
    
    #team_page .hero a.btn:first-child {
        border-width: 3px;
    }
    
    #team_page .hero a.btn:first-child:after {
        height: 3px;
    }
    
    .team_section h1.main_title {
        font-size: 54px;
    }
    
    .team_section article {
        padding-left: 24px;
        padding-right: 24px;
    }
    
    .team_section h1, 
    .team_section h2 {
        font-size: 1.275em;
    }
    
    .team_section h2 {
        top: 40px;
        left: -42px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero h1 .vertical span {
        font-size: 34px;
    }
    
    .mobile_device#contact_page .hero .btns {
        max-width: 332px;
    }
    
    .mobile_device#contact_page .hero a.btn {
        width: 142px;
    }
    
    #contact_page .hero .schedule {
        font-size: 26px;
        padding-top: 24px;
    }
    
    .contact_slider .slide.one .col {
        width: 100% !important;
    }
    
    .contact_slider .slide.one .col img {
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact_slider .slide.one .col:nth-child(1) img {
        width: 242px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) .label {
        left: 38%;
    }
    
    .contact_slider .slide.one .col:nth-child(1) {
        padding-bottom: 48px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) {
        padding-top: 0;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label {
        left: 44%;
        bottom: 48px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) {
        padding-bottom: 60px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) .label {
        top: 24px;
    }
    
    .contact_slider .slide header h1 {
        font-size: 62px;
    }
    
    .contact_slider .slide h1:before {
        height: 6px;
    }
    
    .contact_slider .slide.three .emails {
        width: 100%;
        padding-bottom: 0;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        font-size: 92px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 25px;
        left: -48px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 44px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 36px;
    }
    
    #chronicles_page .hero a.btn {
        margin: 0 12px 12px;
        font-size: 32px;
    }
    
    #chronicles_page .timeline:after {
        width: 9px;
    }
    
    .chronicles_section h1 {
        font-size: 92px;
    }
    
    .chronicles_section h1:after {
        height: 5px;
    }
    
    .chronicles_section figure.col .bgImg {
        width: 260px;
        height: 260px;
        border-width: 5px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #products_page h1.page_title {
        font-size: 42px;
        padding-top: 24px;
    }
    
    #products_page .sidebar h2.catalog {
        font-size: 24px;
        line-height: 26px;
    }
    
    #products_page .sidebar h2.catalog:before {
        border-width: 25px 0 25px 18px;
    }
    
    .prod_entries {
        -webkit-column-gap: initial;
        -moz-column-gap: initial;
        column-gap: initial;
    }
    
    .prod_entry {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 18px;
    }
    
    .prod_thumbs_slider .thumb {
        max-width: 118px;
    }
    
    #product_post .info h2 {
        font-size: 26px;
    }
    
    #product_post .info {
        font-size: 18px;
    }
    
    #product_post .info h4 {
        font-size: 20px;
    }
    
    .prod_thumbs_slider .thumb {
        max-width: inherit;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 72px;
    }
    
    form.contact {
        padding-bottom: 84px;
    }
    
    form.contact .col {
        width: 100%;
    }
    
    form.contact fieldset .col:first-child input {
        margin-bottom: 9px;
    }
    
    form.contact legend, 
    form.contact label,
    form.contact button {
        font-size: 26px;
    }
    
    form.contact .btn {
        padding-top: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  GRAPHICS page

     ⤴︎   
*/
    #graphics_intro a.btn {
        width: 160px;
        height: 160px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end GRAPHICS page

     ⤴︎   
*/
}
/* 
     ⤴︎                                        
*/

/*  
     ⤵︎                                         639px >=x
*/
@media screen and (max-width:639px) { 
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #recent_work_section .slide figure.col img.front {
        /*display: none;*/
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO page

     ⤴︎   
*/  
    
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO page

     ⤴︎   
*/
}
/* 
     ⤴︎
*/

/*  
     ⤵︎                                         480px >=x
*/
@media screen and (max-width:480px) {
    #products_page .sidebar ul ul li a {
        font-size: 16px;
    }

    #products_page .sidebar h2.catalog {
        color: #1b252d;
        background-color: transparent;
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    #products_page .sidebar h2.catalog:before {
        display: none;
    }

    #products_page aside.sidebar {
        width: 100%;
    }

    #products_page .sidebar .wrapper {
        width: 100%;
    }

    #recent_work_section .slide figure.col img.front {
        left: 0;
    }
    #specialties_section .col .outer_wrapper {
        height: unset;
    }
    #specialties_section .cols {
        max-height: unset;
    }
    #fabrication_intro .text_wrapper p {
        display: none;
    }

    #specialties_section .slick-arrow {
        position: absolute;
        top: 16px;
        width: 138px;
        height: 78px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        text-indent: -9999em;
        overflow: hidden;
        cursor: pointer;
        z-index: 9;
    }

    #contact_page #start_section .container {
        padding-top: 118px;
    }

    #specialties_section .slick-prev {
        left: 2%;
        top: 91.4%;
    }

    #specialties_section .slick-arrow {
        top: 20px;
        width: 88px;
        height: 54px;
    }

    #specialties_section .slick-prev {
        right: calc(2% + 66px);
        background-image: url(../images/Element_Arrow_Next_Left.png);
    }

    #specialties_section .slick-next {
        right: 2%;
        background-image: url(../images/Element_Arrow_Next_Right.png);
    }

    #fabrication_intro .text_wrapper {
        padding-bottom: 0;
    }

    #fabrication_intro .section_title {
        padding-bottom: 38px;
    }

    .mobile_hide {
        display: none !important;
    }
/*   ⋮⋮⫸  HEADER    */
    .mobile_device #header a.logo,
    #header a.logo {
        width: 204px;
    }
    
    .mobile_device.shrink #header a.logo,
    .shrink #header a.logo {
        width: 176px;
    }
    
    .mobile_device #sm_menu_ham,
    #sm_menu_ham {
        top: 40px;
        width: 52px;
        height: 30px;
    }
    
    .shrink.mobile_device #sm_menu_ham,
    .shrink #sm_menu_ham {
        top: 18px;
    }
    
    #sm_menu_ham span {
        width: 52px;
    }
    
    .mobile_device #sm_menu_ham span:nth-child(2), 
    .mobile_device #sm_menu_ham span:nth-child(3),
    #sm_menu_ham span:nth-child(2), 
    #sm_menu_ham span:nth-child(3) {
        top: 12px;
    }
    
    .mobile_device #sm_menu_ham span:nth-child(4),
    #sm_menu_ham span:nth-child(4) {
        top: 24px;
    }
    
    .sm_menu_outer nav.main_nav ul.main_menu a,
    .sm_menu_outer nav.main_nav .sf-menu li.back a {
        font-size: 30px;
    }
    
    .sm_menu_outer nav.main_nav ul.main_menu li.btn {
        width: 48px;
    }
/*   ⋮⋮⫸  end HEADER    */
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #home_story figure.topBg.bgImg {
        height: 112px;
    }
    
    #home_story h1 {
        padding-bottom: 30px;
        font-size: 78px;
    }
    
    #home_story h1 .small {
        font-size: 36px;
    }
    
    #home_story h1 .small span:after {
        height: 4px;
    }
    
    #home_story .outer_wrapper {
        padding-top: 84px;
        font-size: 20px;
    }
    
    #home_story p {
        padding-bottom: 24px;
    }
    
    #home_story a.btn, 
    #partners_section a.btn {
        font-size: 28px;
    }
    
    .section_bg_title h1,
    .section_title h1 {
        font-size: 60px;
    }
    
    .section_bg_title h1 .border:after,
    .section_title h1:after {
        height: 4px;
    }
    
    #specialties_section .col h2 {
        font-size: 40px;
    }
    
    #specialties_section .item h3, 
    #specialties_section .col:nth-child(2) ul {
        font-size: 28px;
    }

    #specialties_section .col:nth-child(2) ul {
        padding-bottom: 0;
    }

    #specialties_section .col:nth-child(2) ul li,
    #specialties_section .item {
        padding-bottom: 0;
    }

    #specialties_section .col .outer_wrapper {
        padding-bottom: 20px;
    }
    
    #searching_options h1 {
        font-size: 34px;
    }
    
    #searching_options .outer_wrapper .col:nth-child(1), 
    #searching_options .outer_wrapper .col:nth-child(3) {
        width: 60%;
    }
    
    #clients_section {
        padding-bottom: 72px;
    }
    
    #clients_section .container.logos .col {
        width: 50%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    
    #clients_section .container.logos .item {
        height: 96px;
    }
    
    #partners_section .content .container {
        padding: 30px 18px;
        font-size: 20px;
    }
    
    #partners_section .outer_wrapper .col {
        width: 33%;
    }

    #partners_section .outer_wrapper .col img {
        max-width: 100px;
    }

    #partners_section .outer_wrapper .cols {
        padding-bottom: 0;
    }
    
    #start_section img.arrow {
        top: -88px;
        width: 94px;
    }
    
    #start_section a.btn {
        width: 296px;
        height: 74px;
    }
    
    #start_section .container {
        padding-top: 144px;
        padding-bottom: 104px;
    }
    
    #recent_work_section .slick-dots {
        bottom: 12px;
    }
    
    #recent_work_section .slick-dots li {
        padding: 0 6px;
    }
    
    #recent_work_section .slick-dots button {
        width: 12px;
        height: 12px;
    }
    
    #recent_work_section a.btn {
        font-size: 28px;
        display: none;
    }
    
    #recent_work_section .slick-arrow {
        top: 91.4%;
        width: 88px;
        height: 54px;
    }
    
    #recent_work_section .slick-prev {
        left: 2%;
        top: 91.4%;
    }
    
    #recent_work_section .slide div.col {
        font-size: 20px;
    }
    
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 84px;
    }
    
    .hero h1 .border {
        height: 4px;
        max-width: 168px;
    }
    
    .hero h2 {
        font-size: 32px;
    }
    
    .hero p {
        font-size: 1.125em;
    }
    
    #fabrication_intro .text_wrapper,
    .dropdown_section .section_body {
        font-size: 20px;
    }
    
    .dropdown_section .main_title h1, 
    .dropdown_section .lists .titles h2 {
        font-size: 40px;
    }
    
    .dropdown_section .main_title h1 {
        padding: 6px 48px 6px 24px;
    }
    
    .dropdown_section .main_title h1:before {
        right: 6px;
    }
    
    .dropdown_section .main_title h1:before, 
    .dropdown_section .lists .titles h2 {
        background-size: 20px auto;
    }
    
    .dropdown_section .lists .content ul li:before {
        top: 7px;
        width: 8px;
        height: 8px;
    }
    
    .dropdown_section .slider {
        padding-bottom: 84px;
    }
    
    .dropdown_section .slick-arrow {
        position: absolute;
        top: auto;
        bottom: 12px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .dropdown_section .slick-arrow {
        width: 102px;
    }

    .dropdown_section .slick-prev {
        left: 2.5%;
    }

    .dropdown_section .slick-next {
        right: 2.5%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
    #portfolio_post .slider {
        padding-top: 144px;
    }
    
    #portfolio_post .back_top_btn {
        padding-bottom: 24px;
    }
    
    #portfolio_post .back_top_btn a {
        padding: 12px 18px;
    }
    
    #portfolio_post .slider .slick-arrow {
        width: 92px;
        height: 48px;
    }
    
    #portfolio_post .slider .large_images, 
    #portfolio_post .slider {
        padding-bottom: 12px;
    }
    
    #portfolio_post .slider .thumbs img {
        height: 88px;
    }
    
    #port_post_info header h1 {
        font-size: 60px;
    }
    
    #port_post_info header h2 {
        padding-bottom: 24px;
        font-size: 36px;
    }
    
    #portfolio_page .back_btn a {
        font-size: 32px;
    }
    
    #port_post_info header .tags, 
    #port_post_info div.col {
        font-size: 20px;
    }
    
    #port_post_info a.btn {
        margin-top: 6px;
        border-width: 3px;
        font-size: 26px;
    }
    
    #port_post_info a.btn span {
        border-width: 3px;
    }
    
    #portfolio_post .back_top_btn a span {
        font-size: 26px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-top: 168px;
    }
    
    #team_page .hero h1 .vertical span {
        font-size: 40px;
    }
    
    .team_section h1.main_title {
        font-size: 44px;
    }
    
    .team_section article {
        width: 100%;
        max-width: 248px;
        padding-bottom: 30px;
    }
    
    .team_section h2 {
        top: 44px;
        left: -50px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero {
        padding-top: 168px;
    }
    
    #contact_page .hero h1 {
        font-size: 66px;
    }
    
    .mobile_device#contact_page .hero .btns {
        max-width: 280px;
    }
    
    .mobile_device#contact_page .hero a.btn {
        width: 128px;
    }
    
    #contact_page .hero .schedule {
        font-size: 24px;
        padding-top: 18px;
    }
    
    .contact_slider .slide h1:before {
        height: 4px;
    }
    
    .contact_slider .slide header h1 {
        font-size: 60px;
    }
    
    .contact_slider .slide h2 {
        font-size: 34px;
    }
    
    .contact_slider .slide p {
        padding-bottom: 16px;
        font-size: 21px;
    }
    
    .contact_slider .slide.four .col.two {
        padding-bottom: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero {
        padding-top: 168px;
        padding-bottom: 48px;
    }
    
    #chronicles_page .hero h1 {
        margin-bottom: 18px;
        font-size: 80px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 22px;
        left: -40px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 40px;
    }
    
    #chronicles_page .hero h2 {
        font-size: 32px;
    }
    
    #chronicles_page .hero p {
        font-size: 1.125em;
    }
    
    .chronicles_section h1 {
        font-size: 84px;
    }
    
    .chronicles_section div.col {
        width: 95%;
    }
    
    .chronicles_section figure.col .bgImg {
        width: 224px;
        height: 224px;
    }
    
    .chronicles_section h2 {
        font-size: 38px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    .prod_thumbs_slider {
        padding-bottom: 36px;
    }
    
    #product_post .info .col {
        width: 100% !important;
        padding-bottom: 30px;
    }
    
    #product_post .info .item,
    #product_post .keywords ul li {
        display: inline-block;
        vertical-align: top;
        width: 45%;
    }
    
    #product_post .info .col.keywords {
        padding-bottom: 0;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 54px;
    }
    
    form.contact {
        padding-bottom: 72px;
    }
    
    form.contact legend, 
    form.contact label,
    form.contact button {
        font-size: 24px;
    }
    
    form.contact legend small, 
    form.contact label small {
        font-size: 17px;
    }
    
    form.contact input, 
    form.contact textarea {
        padding: 12px;
        margin-bottom: 24px;
    }
    
    form.contact .btn {
        padding-top: 12px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  GRAPHICS page

     ⤴︎   
*/
    #graphics_intro a.btn {
        width: 148px;
        height: 148px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end GRAPHICS page

     ⤴︎   
*/
/*   ⋮⋮⫸  FOOTER    */
    #footer .col img.logo {
        width: 206px;
        margin-bottom: 24px;
    }
    
    #footer .col:nth-child(2) a img {
        width: 48px;
    }
    
    #footer .col:nth-child(3) {
        font-size: 23px;
    }
    
    #footer .col:nth-child(3) p {
        padding-left: 18px;
    }
    
    #footer .col:nth-child(3) p span {
        width: 18px;
        background-size: 15px auto
    }
/*   ⋮⋮⫸  end FOOTER    */
}
/* 
     ⤴︎
*/


/*  
     ⤵︎                                         479px >=x
*/
@media screen and (max-width:479px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero .title h1 {
        padding-left: 42px;
        padding-right: 42px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 36px;
    }
    
    #partners_page .hero .border {
        max-width: 170px;
    }
    
    #partners_page .hero .container {
        font-size: 22px;
    }
    
    #partners_page .hero .logos .col {
        padding-left: 9px;
        padding-right: 9px;
        padding-bottom: 9px;
    }
    
    .partners_section h1 {
        font-size: 56px;
    }
    
    .partners_section h2 {
        font-size: 36px;
    }
    
    .partners_section p {
        font-size: 20px;
    }
    
    .partners_section .slider {
        padding-bottom: 60px;
    }
    
    .partners_section figure .slick-arrow {
        top: auto;
        bottom: 12px;
        width: 96px;
        height: 48px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .partners_section figure .slick-next {
        right: 9px;
    }
    
    .partners_section figure .slick-prev {
        left: 9px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO page

     ⤴︎   
*/
    #portfolio_entries article.entry {
        width: 50%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO page

     ⤴︎   
*/
}

/*  
     ⤵︎                                         380px >=x
*/
@media screen and (max-width:380px) {
/*  
     ⤵︎ 

       ⋮⋮⫸ HOMEPAGE

     ⤴︎   
*/
    #clients_section {
        border-bottom-width: 6px;
    }
    
    #clients_section .container.logos .item {
        height: 78px;
    }
    
    #recent_work_section .slide h1 {
        font-size: 40px;
    }
    
    #recent_work_section .slide div.col {
        padding-bottom: 24px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
    .hero h1 {
        font-size: 72px;
    }
    
    .hero h2 {
        font-size: 28px;
    }
    
    .dropdown_section .lists .content ul .col_1_2, 
    .dropdown_section .lists .content ul .col_1_3 {
        width: 100%;
    }
    
    .dropdown_section .lists .content ul {
        max-width: 288px;
        margin: auto;
    }
    
    .dropdown_section .lists .content ul li {
        padding-right: 0 !important
    }
    
    .dropdown_section .main_title h1, 
    .dropdown_section .lists .titles h2,
    .dropdown_section .lists .item .title h2 {
        font-size: 35px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
    #props_page .hero .border {
        max-width: 144px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/  
    #port_post_info .col {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    #port_post_info header h1 {
        font-size: 54px;
    }
    
    #port_post_info header h2 {
        font-size: 34px;
    }
    
    #portfolio_page .back_btn a {
        font-size: 30px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero {
        padding-top: 168px;
    }
    
    #team_page .hero h1 .vertical span {
        font-size: 34px;
    }
    
    #team_page .hero a.btn {
        font-size: 28px;
    }
    
    .team_section h1.main_title {
        font-size: 40px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero {
        padding-top: 168px;
    }
    
    #contact_page .hero h1 {
        font-size: 60px;
    }
    
    #contact_page .hero h1 .vertical span {
        top: -5px;
        font-size: 28px;
    }
    
    #contact_page .hero h1 .vertical {
        padding-left: 0;
        padding-right: 0;
    }
    
    .contact_slider .slide button.close_btn {
        right: 6px;
        width: 36px;
        height: 36px;
    }
    
    .contact_slider .arrows {
        padding-left: 12px;
        text-align: left;
    }
    
    .contact_slider .slide header h1 {
        font-size: 54px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 {
        font-size: 64px;
    }
    
    #chronicles_page .hero h1 .vertical {
        top: 16px;
        left: -34px;
    }
    
    #chronicles_page .hero h1 .vertical span {
        font-size: 34px;
    }
    
    #chronicles_page .hero h2,
    #chronicles_page .hero a.btn {
        font-size: 28px;
    }
    
    .chronicles_section h1 {
        padding-bottom: 6px;
        font-size: 74px;
    }
    
    .chronicles_section h1:after {
        height: 4px;
    }
    
    .chronicles_section figure.col .bgImg {
        width: 188px;
        height: 188px;
    }
    
    .chronicles_section div.col {
        padding-top: 42px;
    }
    
    .chronicles_section p {
        padding-bottom: 1rem;
        font-size: 1.25em;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #products_page main .container {
        width: 95%;
        padding-bottom: 48px
    }
    
    #products_page h1.page_title {
        font-size: 36px;
    }
    
    #products_page .intro {
        padding-bottom: 12px;
        font-size: 1.125em;
    }
    
    .prod_entry {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 48px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
}
/* 
     ⤴︎
*/

/*  
     ⤵︎                                         319px >=x
*/
@media screen and (max-width:319px) {
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
    #start_section a.btn {
        width: 258px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION

     ⤴︎   
*/
    .hero h1 {
        font-size: 64px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
    #partners_page .hero .title h1 {
        padding-left: 36px;
        padding-right: 36px;
    }
    
    #partners_page .hero .title h1 .vertical {
        font-size: 34px;
    }
    
    #partners_page .hero .container {
        font-size: 21px;
    }
    
    #partners_page .hero .logos .col {
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 6px;
    }
    
    .partners_section h1 {
        font-size: 49px;
    }
    
    .partners_section h2 {
        font-size: 30px;
    }
    
    .partners_section p {
        font-size: 18px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/  
    #portfolio_post .back_top_btn a span {
        font-size: 24px;
    }
    
    #portfolio_post .back_top_btn a {
        padding: 9px 12px;
    }
    
    #portfolio_post .slider .slick-arrow {
        width: 72px;
        height: 36px;
    }
    
    #portfolio_post .slider .slick-next {
        right: 3px;
    }
    
    #portfolio_post .slider .slick-prev {
        left: 3px;
    }
    
    #port_post_info header h1 {
        font-size: 48px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
    #team_page .hero h1 .vertical span {
        font-size: 34px;
    }
    
    .team_section article {
        max-width: 218px;
        padding-bottom: 24px;
    }
    
    .team_section h2 {
        top: 38px;
        left: -44px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
    #contact_page .hero {
        padding-top: 148px;
    }
    
    #contact_page .hero h1 {
        font-size: 52px;
    }
    
    #contact_page .hero .schedule {
        font-size: 22px;
    }
    
    #contact_page .hero .schedule {
        font-size: 24px;
        padding-top: 18px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) img,
    .contact_slider .slide.one .col:nth-child(2) img {
        width: 182px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) img {
        width: 238px;
    }
    
    .contact_slider .slide.one .label {
        font-size: 22px;
    }
    
    .contact_slider .slide.one .col:nth-child(1) .label:before {
        top: 33px;
        left: 24px;
    }
    
    .contact_slider .slide.one .col:nth-child(2) .label span {
        width: 146px;
    }
    
    .contact_slider .slide.one .col:nth-child(3) .label {
        top: 10px;
    }
    
    .contact_slider .slide header h1 {
        font-size: 48px;
    }
    
    .contact_slider .slide h2 {
        font-size: 32px;
    }
    
    .contact_slider .slide.four .col.three h4 {
        font-size: 26px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
    #chronicles_page .hero h1 .vertical {
        position: static;
        display: block;
    }
    
    #chronicles_page .hero h1 .vertical span {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
    #product_post .info .item, #product_post .keywords ul li {
        width: 100%;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
    #projectform_page .hero h1 {
        font-size: 36px;
    }
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
}
/* 
     ⤴︎
*/