/*
Theme Name: Tribal Tourism
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/HomepageBaukasten-Bold.woff2') format('woff2'),
        url('fonts/HomepageBaukasten-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
      font-family: 'Gotham Book';
    src: url('fonts/HomepageBaukasten-Book.woff2') format('woff2'),
        url('fonts/HomepageBaukasten-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: "Helvetica", "Arial", sans-serif;
}
.pillar{
    height: 500px;
    width: 100%;
    background-color: #555;
}
body{
    margin: 0px;
}
.bg_fx{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured_section{
    width: 100%;
    height: 100vh;
    display: table;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
}
.featured_section h1{
  font-family: 'Gotham Bold';
    font-size: 100px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.23px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    line-height: 100px;
    text-transform: uppercase;
}
.featured_section h2{
text-shadow: 0 2px 46px #e45900;
      font-family: 'Gotham Bold';
    text-transform: uppercase;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #face00;
}
.featured_section .tbl_row{
    display: table-row;
}
.featured_section .tbl_cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}
.secondary_header{
    height: 450px;
    width: 100%;
    display: block;
}
.source{
    font-family: 'Source Sans Pro', sans-serif;
}
.fancy_section{
    width: 100%;
    min-height: 100px;
    padding: 100px 0px;
    background-color: #eee;
}

.fancy_section.bg_yel{
    background-color: #ffc72a;
    background-image: url('img/yel_pattern.svg');
}
.fancy_section.bg_ora{
    background-color: #ce4c27;
    background-image: url('img/ora_pattern.svg');
}
.fancy_block{
    width: 100%;
    min-height: 392px;
    position: relative;
    display: inline-block;
}
.fancy_img{
    position: absolute;
    z-index: 0;
    top: 0px;
    right: 0px;
    width: 578px;
    min-height: 392px;
    height: 100%;
}
.left_fancy{
    box-shadow: 18px 18px 12px -8px rgba(0, 0, 0, 0.3);
    border: solid 6px #544c40;
    background-color: #ffc72a;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    min-height: 292px;
    margin-bottom: 50px;
    left: 0px;
    width: 100%;
    max-width: 602px;
    padding: 40px;
}
.fancy_section.bg_ora .left_fancy{
  box-shadow: 18px 18px 12px -8px rgba(0, 0, 0, 0.5);
  border: solid 6px #ffffff;
  background-color: #ce4c27;
  color: #fff;
}
.fancy_section.bg_ora .left_fancy h2,
.fancy_section.bg_ora .left_fancy p{
    color: #fff;
}
.fancy_section.bg_yel .left_fancy{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #544c40;
}
.left_fancy h2{
      font-family: 'Gotham Bold';
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #433c30;
}
.left_fancy p{
    opacity: 0.8;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #544c40;
    padding: 0px;
    margin: 0px;
}
.left_fancy ul{
  opacity: 0.8;
  margin: 25px 0px 0px 20px;
  padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal;
color: #ffffff;
}
.fancy_cta{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    height: 21px;
    text-align: right;
}
.fancy_cta a{
    display: inline-block;
}
.fancy_cta a:hover,
.fancy_cta a:active,
.fancy_cta a:focus{
    text-decoration: none;
}
.fancy_cta table{
      font-family: 'Gotham Bold';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #5e5648;
}
.fancy_cta table td{
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.fancy_cta table td img{
    margin-left: 10px;
}
.fancy_cta table td:hover{
    color: #fff;
    transition: 0.5s;
}

.sub_intro_section{
    width: 100%;
    text-align: center;
    padding: 100px 0px;
}
.sub_intro_section h4{
      font-family: 'Gotham Bold';
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffc72a;
}
.sub_intro_section h2{
      font-family: 'Gotham Bold';
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #433c30;
}
.sub_intro_section p{
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    max-width: 720px;
    margin: 25px auto 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ac9b81;
}

.the_footer{
     background-color: #433c30;
     position: relative;
     padding: 40px 50px;
     color: #fff;
     display: table;
     width: 100%;
}
.the_footer .tbl_row{
    display: table-row;
}
.the_footer .tbl_cell{
    display: table-cell;
}
.the_footer a,
.the_footer a:hover{
    color: #fff;
    text-decoration: none;
}
.footer_right{
    text-align: right;
}
.tbl_cell p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.footer_right img{
    position: relative;
    margin-left: 4px;
    top: -2px;
}
.scroll_block{
  background-color: #ce4c27;
  cursor: pointer;
  bottom: 40px;
  right: 35px;
  width: 40px;
  height: 40px;
      transition: 1s;
  position: fixed;
  z-index: 50;
}
.scroll_block img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.scroll_block.scrolled{
    transition: 1s;
    bottom: 140px;
}
.the_header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 8000;
    padding: 30px 50px 25px;
    transition: 0.5s;
}
.top_logo{
    width: 240px;
    height: 84px;
    margin-right: 50px;
    transition: 0.5s;
}
.the_header.scrolled .top_logo{

}

.top_logo img{
    width: 100%;
    height: auto;
}

.logo_light{
    display: block;
}
.logo_dark{
    display: none;
}

.the_header.scrolled .logo_light{
    display: none;
}
.the_header.scrolled .logo_dark{
    display: block;
}
















.top_nav{
    vertical-align: middle;
}
.top_nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.top_nav ul li{
    display: inline-block;
}
.top_nav ul li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 9px 17px;
    display: block;
    border: solid 2px transparent;
    transition: 0.5s;
}
.top_nav ul li a:hover,
.top_nav ul li.current_page_item a{
    border: solid 2px #ffffff;
    text-decoration: none;
    background-color: rgba(206, 76, 39, 0.3);
    transition: 0.5s;
}
.the_header.scrolled .top_nav ul li a{
    color: #ce4c27;
    background-color: transparent;
    transition: 0.5s;
}

.mobile_menu #menu-main-menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mobile_menu{
    text-align: center;
    padding-top: 90px;
}
.mobile_menu #menu-main-menu li a{
    padding: 10px 17px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    border: solid 2px #ce4c27;
    display: inline-block;
    font-family: 'Gotham Bold';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}
.mobile_menu #menu-main-menu li a:hover,
.mobile_menu #menu-main-menu li a:focus,
.mobile_menu #menu-main-menu li a:active,
.mobile_menu #menu-main-menu li.current-menu-item a{
    text-decoration: none;
    border: solid 2px #ffffff;
    transition: 0.5s;
}


.burger_light{
    display: block;
}
.burger_dark{
    display: none;
}
.the_header.scrolled .burger_light{
    display: none;
}
.the_header.scrolled .burger_dark{
    display: block;
}



.mobile_burger{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    cursor: pointer;
    display: none;
}
.mobile_burger img{
    width: 100%;
    height: 100%;
}
.the_header.scrolled .mobile_burger{
    background-image: url('img/burger_orange.svg');
}

.mob_fb_icon{
    width: 40px;
    height: 40px;
    background-image: url(img/fb_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}
.fb_icon:hover{
      background-color: rgba(206, 76, 39, 0.3);
      transition: 0.5s;
}

.fb_icon{
    position: absolute;
    top: 55px;
    right: 50px;
    width: 40px;
    height: 40px;
    background-image: url('img/fb_white.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}
.the_header.scrolled .fb_icon{
    top: 40px;
    transition: 0.5s;
    background-image: url('img/fb_orange.svg');
}
.the_header.scrolled .top_nav ul li a:hover,
.the_header.scrolled .top_nav ul li.current_page_item a{
    border: solid 2px #cd4c26;
    transition: 0.5s;
}
.inside_header{
    display: block;
    width: 100%;
    min-height: 10px;
}
.the_header.scrolled{
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    padding: 17px 50px 17px;
}

.card_thumbnail{
    width: 100%;
    height: 200px;
    background-color: #444;
}
.mini_yel_info{
    background-color: #ffc72a;
    height: 100px;
    width: 100%;
    padding: 20px;
}
.big_yel_info{
  background-color: #ffc72a;
  min-height: 442px;
  width: 100%;
  padding: 40px;
  position: relative;
}
.big_yel_info h3{
      font-family: 'Gotham Bold';
font-size: 28px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #433c30;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.big_yel_info p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #544c40;
    padding: 0px;
    margin: 0px;
}
.big_yel_info .fancy_cta{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.mountains_section{
    padding: 217px 20px;
    background-color: #eee;
    background-image: url('img/image_bg_001-compressor.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}








.mountains_section.aca{
    background-image: url('img/image_bg_002-compressor.jpg');
}
.orange_cube{
    padding: 50px 40px;
    color: #fff;
    background-color: #ce4c27;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ce4c27;
    position: relative;
}
.orange_drop{
    position: absolute;
    border: solid 6px #ce4c27;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -15px;
    right: -15px;
}
.my_quote{
    width: 40px;
    height: auto;
    position: absolute;
    left: 40px;
    top: -17px;
}
.orange_cube h4{
    font-family: 'Gotham Bold';
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
text-transform: uppercase;
letter-spacing: normal;
color: #ffffff;
margin: 0px 0px 4px 0px;
padding: 0px;
}
.orange_cube h6{
    font-family: 'Gotham Book';
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #ffffff;
margin: 0px 0px 21px 0px;
padding: 0px;
}
.orange_cube p{
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal;
color: #ffffff;
margin: 0px;
padding: 0px;
}
.mini_yel_info h4{
    padding: 0px;
    margin: 0px 0px 6px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #433c30;
}
.mini_yel_info p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #544c40;
}
.card_wrap{
    margin-bottom: 30px;
}
.famous_section{
    padding-bottom: 70px;
}













.yellow_service_info{
    background-color: #ffc72a;
    padding: 100px 0px 150px;
    color: #544c40;
}
.yellow_service_info h2{
    font-family: 'Gotham Bold';
    font-size: 38px;
    margin: 0px;
    padding: 0px 0px 80px 0px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #433c30;
}
.service_inner_box{
    width: 100%;
    min-height: 100px;
}
.service_inner_box .tbl_row{
    display: table-row;
}
.service_inner_box .tbl_cell{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.service_inner_box .tbl_cell img{
    width: 100%;
    height: auto;
}
.service_inner_box .tbl_cell.w_502{
    width: 502px;
}
.service_inner_box .tbl_cell.w_60{
    width: 60px;
}
.service_inner_box .tbl_cell p{
    font-family: 'Gotham Book';
    font-size: 18px;
    padding: 0px;
    margin: 0px 0px 60px 0px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #544c40;
    text-align: left;
}
.service_list{
    box-shadow: 0 12px 16px -8px rgba(0, 0, 0, 0.5);
    border: solid 6px #544c40;
    background-color: #ffc72a;
    display: block;
    padding: 40px;
    min-height: 220px;
    width: 100%;
}
.service_inner_box .tbl_cell .service_list p{
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.service_inner_box .tbl_cell .service_list ul{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #544c40;
}















.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover{
    cursor: default;
    border: solid 2px #ffc72a;
    background-color: #ffc72a;
    border-radius: 0px;
    font-family: 'Gotham Bold';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}
.nav-tabs>li>a{
    margin: 0px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    border-radius: 0px;
    font-family: 'Gotham Bold';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #544c40;
    text-decoration: none;
    text-transform: uppercase;
        transition: 0.5s;
}

.service_nav .nav.nav-tabs{
    display: inline-block;
}
.service_nav{
    padding: 60px 0px;
    text-align: center;
}
.service_trigger{
    display: none;
    padding: 20px;
    text-align: left;
    font-family: 'Gotham Bold';
    border: solid 2px #ffc72a;
    background-color: #ffc72a;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.service_trigger.active{
    border: solid 2px #544c40;
}
.down_drop {
    width: 18px;
    height: 11px;
    position: absolute;
    top: 27px;
    right: 40px;
    background-image: url('img/arrow_down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service_trigger.active .down_drop{
    background-image: url('img/arrow_up.svg');
}
.services_dropdown{
  box-shadow: 9px 9px 6px -8px rgba(0, 0, 0, 0.3);
  border: solid 2px #544c40;
  background-color: #ffffff;
  min-height: 100px;
  padding: 32px 20px 10px 20px;
  position: absolute;
  top: 62px;
  right: 15px;
  left: 15px;
  display: none;
  z-index: 100;
}
.services_dropdown ul{
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    font-family: 'Gotham Bold';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #544c40;
}
.services_dropdown ul li a{
    color: #544c40;
    text-decoration: none;
    display: block;
    margin-bottom: 22px;
}
.services_dropdown.active{
    display: block;
}
.show_mobile{
    display: none;
}

.home_card{
    width: 100%;
    height: 440px;
    position: relative;
    background-color: #eee;
    padding: 68px 40px;
    cursor: pointer;
}




.home_section{
    padding: 0px 0px 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.card_001{
    background-image: url('img/card_001.png');
}
.card_002{
    background-image: url('img/card_002.png');
}
.card_003{
    background-image: url('img/card_003.png');
}


.card_001 .card_icon{
    background-image: url('img/icon_001_white.svg');
      transition: 0.4s;
}
.card_002 .card_icon{
    background-image: url('img/icon_002_white.svg');
      transition: 0.4s;
}
.card_003 .card_icon{
    background-image: url('img/icon_003_white.svg');
      transition: 0.4s;
}

.home_card.card_001:hover .card_icon{
    background-image: url('img/icon_001_yellow.svg');
      transition: 0.4s;
}
.home_card.card_002:hover .card_icon{
    background-image: url('img/icon_002_yellow.svg');
      transition: 0.4s;
}
.home_card.card_003:hover .card_icon{
    background-image: url('img/icon_003_yellow.svg');
      transition: 0.4s;
}





.card_icon{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.home_card h3{
    font-family: 'Gotham Bold';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.home_card p{
    opacity: 0.8;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.yel_border{
    border: solid 6px #ffc72a;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: 0.4s;
    opacity: 0;
}

.home_card:hover .yel_border{
  top: -13px;
  left: -13px;
      transition: 0.4s;
      opacity: 1;
}
.home_card .fancy_cta{
    position: absolute;
    z-index: 599;
    bottom: 40px;
    right: 40px;
}
.home_card .fancy_cta table{
    color: #ffc72a;
}
.home_card:hover .fancy_cta table{
    color: #ffffff;
}
.cta_strip{
    padding: 46px 0px;
    background-color: #ffc72a;
}
.cta_strip h2{
      font-family: 'Gotham Bold';
font-size: 28px;
font-weight: bold;
font-stretch: normal;
padding: 0px;
margin: 0px;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #433c30;
}


.cta_strip .fancy_cta {
    display: inline-block;
    width: 100%;
    margin: 3px 0px 0px 0px;
    height: 21px;
    text-align: right;
}

.contact_strip{
    background-color: #ce4c27;
    color: #fff;
    padding: 100px 5px;
}
.contact_strip.yell{
    background-color: #ffc72a;
    color: #433c30;
}
.contact_strip.yell h2{
    color: #433c30;
}
.contact_strip.yell h3{
    color: #ce4c27;
}
.contact_strip h2{
    font-family: 'Gotham Bold';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0px 0px 50px 0px;
    padding: 0px;
}
.contact_strip h3{
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffc72a;
    margin: 0px;
    padding: 0px;
}
.person_cube{
    width: 100%;
    min-height: 100px;
    margin-top: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
.person_cube h4{
    margin: 0px;
    font-size: 16px;
 font-weight: bold;
    padding: 0px;
}
.person_cube h5{
    margin: 2px 0px 0px 0px;
    padding: 0px;
}
.person_cube p{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
}
.person_cube p a{
    text-decoration: none;
    color: #fff;
}
.contact_strip.yell .person_cube p a,
.contact_strip.yell .person_cube p{
    color: #433c30;
}

.close_mobile{
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    position: absolute;
    background-image: url('img/close.svg');
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mobile_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #ce4c27;
    z-index: 9999;
    display: none;
}

.scroller_section{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin-bottom: 40px;
}
.scroller_section h4{
    font-family: 'Gotham Bold';
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #face00;
      cursor: pointer;
}
.scroller_cube{
  width: 40px;
  height: 40px;
  background-image: url('img/scroller.svg');
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}




@media (max-width: 992px){
  .scroller_section{
      margin-bottom: 20px;
    }
  .contact_strip {
    padding: 70px 5px 45px 5px;
  }
  .person_cube {
    margin-bottom: 25px;
  }
  .mobile_burger{
      display: block;
  }
  .cta_strip{
      padding: 41px 5px;
  }
  .the_header.scrolled {
    padding: 10px 20px 10px;
  }
  .cta_strip h2 {
    font-size: 24px;
  }
  .cta_strip .fancy_cta {
      display: inline-block;
      width: 100%;
      margin: 20px 0px 0px 0px;
      text-align: left;
  }
  .home_card{
      margin-bottom: 30px;
  }
  .famous_section .show_mobile{
      width: 100%;
      height: auto;
  }
  .service_trigger{
      display: block;
  }
  .show_mobile{
      display: block;
      width: 100%;
      height: auto;
  }
  .famous_section{
      padding-left: 5px;
      padding-right: 5px;
  }
  .sub_intro_section {
    width: 100%;
    text-align: center;
    padding: 70px 20px;
}
.mountains_section {
    padding: 97px 20px;
        background-attachment: inherit;
  }
  .big_yel_info {
      min-height: inherit;
    }
    .big_yel_info .fancy_cta {
    position: relative;
    bottom: 0px;
    right: 0px;
}
  .service_nav .nav.nav-tabs{
      display: none;
  }
  .secondary_header {
    height: 250px;
  }
  .fb_icon,
  .top_nav{
      display: none;
  }
  .top_logo {
    width: 180px;
    height: 64px;
    margin-right: 0px;
    transition: 0.5s;
}
.the_header {
    padding: 10px 20px 10px;
  }
  .the_footer .tbl_row,
  .the_footer .tbl_cell {
      display: block;
      text-align: left;
  }
  .the_footer {
      background-color: #433c30;
      position: relative;
      padding: 40px 20px;
    }
    .footer_logo{
        margin-bottom: 30px;
    }
  .tbl_cell.footer_right p{
      text-align: left;
  }
  .featured_section h1{
      font-family: 'Gotham Bold';
      font-size: 42px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 1.35px;
      text-align: center;
      color: #ffffff;
  }

  .fancy_img {
      display: none;
  }
  .scroll_block {
    right: 20px;
  }
  .service_inner_box .tbl_cell img {
    margin-bottom: 40px;
  }
  .fancy_block {
    min-height: inherit;
  }
  .left_fancy {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    min-height: 292px;
    margin-bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    padding: 44px 20px;
}
  .service_inner_box .tbl_cell p {
    margin: 0px 0px 40px 0px;
  }
  .yellow_service_info {
      padding: 74px 5px 70px;
  }
  .fancy_section {
      padding: 70px 5px;
  }
  .yellow_service_info h2 {
    font-size: 32px;
    padding: 0px 0px 40px 0px;
}
    .service_inner_box .tbl_row,
    .service_inner_box .tbl_cell {
        display: block;
    }
    .service_inner_box .tbl_cell.w_502 {
    width: 100%;
}
.service_inner_box .tbl_cell.w_60 {
    display: none;
}
}

@media (max-width: 768px){
    .mountains_section{
        background-image: url('img/tribal_mobile-compressor.png');
    }
    .featured_section{
      background-image: url('img/group-7-compressor.png')!important;

    }
}
