@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
}

@font-face {
    font-family: 'major_snafuregular';
    src: url('/fonts/major_shift-webfont.eot');
    src: url('/fonts/major_shift-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/major_shift-webfont.ttf') format('truetype'),
         url('/fonts/major_shift-webfont.svg#major_snafuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typeography */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
    background: transparent;
    height: 100%;
    margin: 0px;
    overflow-x: hidden; 
    overflow-y: auto;
    padding: 0px;
    width: 100%;
}

.no-gutter > [class*='col-'] {
    padding-left:0;
    padding-right:0;
}

@media screen and (max-device-width: 1024px) {
    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
    
p, h1, h2, h3, h4, h5, h6, a, body, html, li {
    font-family: 'Roboto' !important;
    font-weight: 400;
    letter-spacing: 1px;
}

a {
    color: #aa1010;
}

a:hover {
    color: #b51515;
    text-decoration: none;
}

p {
    line-height: 175%;
    overflow: hidden;
    white-space: normal;
}

hr.heading-hr {
    margin: 0 auto;
    width: 60px;
}

span.mtn {
    font-family: 'major_snafuregular';
    font-size: 1.1em;
    text-transform: uppercase;
}

section.copy span.mtn {
    font-size: 16px;
}

hr.heading-rule {
    text-align: center;
    width: 100px;
}

div.arrow-up {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0; 
    width: 0; 
}

.lg-text {
    font-size: 35px;
    font-weight: 700px;
}

/* Text Colors */

.red {
    color: #aa1010;
}

a.blue, span.blue, p.blue {
    color: #288dc1;
}

hr.blue {
    border-color: #288dc1 !important;
}

/* Buttons */

button.btn-primary, a.btn-primary {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-style: italic;
    color: #aa1010;
    font-weight: 900 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.btn-primary:hover, .btn-primary:active:focus, .btn-primary:active, .btn-primary:focus {
    /* background-color: #b51515 !important;
    border-color: #5b1515 !important; */
    background-color: transparent;
    text-decoration: underline;
    color: #aa1010;
}

button.btn-primary.blue, a.btn-primary.blue {
    background-color: transparent;
    border-color: transparent;
    color: #288dc1;
}

.btn-primary.blue:hover, .btn-primary.blue:active:focus, .btn-primary.blue:active, .btn-primary.blue:focus {
    /* background-color: #2a9ad4 !important;
    border-color: #2a9ad4 !important;
    color: #fff; */
    background-color: transparent;
    text-decoration: underline;
}

 /* Row with equal height columns */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Page Content */

div#page-content {
    background: #FFF;
    min-height: calc(100vh - 720px);
    width: 100%;
}

div#page-content.no-banner {
    border-top: 1px solid #f0f0f0;
    min-height: calc(100vh - 420px);
}

/* Flexible iFrame */

.Flexible-container {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-backdrop.in {
    opacity: 0.75;
}

/* Header */

header {
    border-bottom: 2px solid #333;
}

header nav, header nav .navbar-header {
    background: #FFF;
    height: 120px;
}

.navbar {
    border-radius: 0;
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;

    /* position: fixed; */
    /* top: 0;
    z-index: 10;
    width: 100%; */
}

/* @media (min-width: 700px) {
    div#page-content {
        margin-top: 120px;
    }
} */

.navbar-brand {
    line-height: 120px;
    max-width: 350px;
    padding: 0 0 0 20px;
}

#header-mtn-logo {
    bottom: 0;
    padding-left: 30px;
    position: absolute;
    vertical-align: bottom;
}

button.navbar-toggle {
    margin: 25px 30px 0 0;
}

button.navbar-toggle .fa-bars {
    font-size: 2em;
}

header nav ul.nav {
    margin-top: 65px;
}

nav .navbar-header span.icon-bar {
    color: #000;
}

#main-nav ul li {
    margin: 0;
    min-width: 90px;
    padding-bottom: 5px;
}

#main-nav ul hr.heading-hr {
    border-top: 1px solid #FFF;
    display: none;
    margin: 10px auto;
}

#main-nav ul li a {
    border-bottom-color: #FFF;
    color: #808080;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;       
    margin-right: 8px;
    text-align: center;
    text-transform: uppercase;
	-moz-transition: font-weight 0.4s;
    -webkit-transition: font-weight 0.4s;
    transition: font-weight 0.4s;
}

#main-nav>ul>li>a:hover, #main-nav a.active {
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    -moz-transition: font-weight 0.4s;
    -webkit-transition: font-weight 0.4s;
    transition: font-weight 0.4s;
}

#main-nav li.dropdown div.dropdown-menu {
    border-radius: 0;
    float: none;
    left: 50%;
    right: auto;
    top: 56px;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#main-nav .nav .open>a, #main-nav .nav a:focus {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

#main-nav div.dropdown-menu {
    border: 1px solid #808080;
    padding: 0;
    width: 230px;
}

#main-nav div.sub-menu>ul:before {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    content: "";
    height: 0;
    position: absolute;
    right: 101px;
    top: -13px;
    width: 0;
    z-index: 9999;
}
#main-nav div.sub-menu>ul:after {
    border-color: transparent transparent #808080 transparent;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: 99px;
    top: -15px;
    width: 0;
    z-index: 9998;
}

#main-nav div.dropdown-menu ul {
    display: table;
    height: 100%;
    padding: 0 10px;
    width: 100%;
}

#main-nav div.dropdown-menu ul li {    
    display: table-row;
    min-width: 100%;
}

#main-nav div.dropdown-menu ul li a {
    border-bottom: 1px solid #808080;
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#main-nav div.sub-menu ul li:last-child a {
    border-bottom: none;
}

#services-dropdown li {
    height: 60px;
}

#portfolio-dropdown li {
    height: 50px; 
}

#portfolio-dropdown div.sub-menu-graphic {
    background-image: url(/assets/header/portfolio.png);
}

#about-dropdown li {
    height: 75px;   
}

#info-dropdown div.sub-menu-graphic {
    background-image: url(/assets/header/info.png);
}

#contact-dropdown {  
    background-image: url(/assets/header/contact.jpg);
    right: -83px; 
}

#contact-dropdown h2 {
    color: #FFF;
    font-style: italic;
    margin-top: 90px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}

#contact-dropdown button {
    display: block;
    margin: 0 auto;
}

#blog-dropdown {
    background-image: url(/assets/header/blog.jpg);
    right: 7px;
}

#blog-dropdown img {
    display: block;
    height: 260px;
    margin: 0 auto;
    width: 260px;
}

#main-nav div.sub-menu ul li a {
    font-size: 16px;
}

#main-nav div.sub-menu ul li a span.glyphicon {
    font-size: 12px;
    padding: 0 0 2px 5px;
}

#main-nav div.sub-menu h2 {
    color: #aa1010;
    margin: 10px;
}

#main-nav div.sub-menu ul {
    list-style: none;
}

#main-nav div.sub-menu ul li {
    font-size: 18px;
}

#main-nav div.sub-menu ul li a:hover {
    color: #000;
    font-weight: bold;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#main-nav div.level-3-menu {
    background-color: #fff;
    border: 1px solid #808080;
    border-top: 0;
    display: none;
    height: 299px;
    left: 227px;
    position: absolute;
    top: 0;
    width: 300px;
}

#main-nav div.sub-menu div.level-3-menu a.category-link {
    background: #f0f0f0;
    border: 0;
    color: #aa1010;
    display: block;
    margin: 0;
    padding: 10px 0 5px 10px;
    text-align: left;
}

#main-nav div.sub-menu div.level-3-menu ul {
    height: auto
}

#main-nav div.level-3-menu li {
    height: auto;
}

#main-nav div.sub-menu div.level-3-menu ul li a {
    font-size: 14px;
    padding: 7px;
    text-align: left;
}

#main-nav #staging div.dropdown-menu {
    max-width: 100vw;
    padding: 5px 10px;
    width: 600px;
}

#main-nav #staging div.dropdown-menu div.menu-col {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

#main-nav #staging div.dropdown-menu a.sub-category {
    color: #aa1010;
    display: block;
    font-size: 13px;
    margin: 5px 10px;
    padding-top: 6px;
    text-align: left;
}

#main-nav #staging div.dropdown-menu a.sub-category span {
    display: inline-block;
    max-width: calc(100% - 30px);
    padding-left: 3px;
    vertical-align: middle;
}

#main-nav #staging div.dropdown-menu ul {
    height: auto;
    margin-left: 15px;
    padding: 0 5px;
}

#main-nav #staging div.dropdown-menu li a {
    border: none;
    font-size: 11px;
    height: auto;    
    padding: 0 0 3px 0;
    text-align: left;
}

#main-nav #staging div.dropdown-menu:before {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    content: "";
    height: 0;
    position: absolute;
    right: 293px;
    top: -13px;
    width: 0;
    z-index: 9999;
}

#main-nav #staging div.dropdown-menu:after {
    border-color: transparent transparent #808080 transparent;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: 291px;
    top: -15px;
    width: 0;
    z-index: 9998;
}

#main-nav .header-icon {
    display: inline-block;
    filter: invert(56%) sepia(0%) saturate(1740%) hue-rotate(319deg) brightness(90%) contrast(75%);
    max-height: 25px;
    vertical-align: middle;
}

#main-nav div.dropdown-menu a.sub-category:hover .header-icon {
    filter: none;
}

#main-nav #rigging div.dropdown-menu li {
    height: 100px;
}

#main-nav #our-company div.dropdown-menu li {
    height: 60px;
}

#main-nav #mtn-shop div.dropdown-menu li {
    height: 60px;
}

#main-nav .header-icon {
    display: inline;
    vertical-align: middle;
    max-height: 32px;
}

#main-nav #staging .header-icon {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(3283%) hue-rotate(349deg) brightness(92%) contrast(105%);
    max-height: 25px;
    vertical-align: middle;
}

#main-nav #staging div.dropdown-menu a.sub-category:hover .header-icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(87%) saturate(0%) hue-rotate(238deg) brightness(83%) contrast(93%);
}

#main-nav #staging div.dropdown-menu a.sub-category:hover {
    color: #404040;
}

@media(max-width: 1200px) {
    header .container {
        padding: 0;
        width: 100%;
    }
    
    header #header-mtn-logo {
        height: 90px;
        line-height: 100px;
        margin-top: 10px;
        vertical-align: bottom;
    }
    
    #main-nav>ul>li {
        min-width: 0;
    }
    
    #main-nav>ul>li>a {
        margin-right: 0;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    #main-nav {
        background-color: #303030;
        height: 400px;
        position: relative;
        z-index: 9999;
    }
    
    #main-nav ul {
        margin-top: 65px;
    }
    
    #main-nav ul.navbar-nav {
        margin-bottom: 5px;
    }
    
    #main-nav ul li {
        border: none;
    }
    
    #main-nav ul hr.heading-hr {
        display: block;
    }
    
    #main-nav ul hr.heading-hr:last-child {
        display: none !important;
    }
    
    #main-nav ul li a {
        color: #FFF;
        font-size: 26px;
        padding: 14px 0;
    }
    
    #main-nav ul li a:hover {
        background-color: #303030;
        border-bottom: none;
        color: #FFF;
        padding-bottom: 14px;
        
    }
    
    #main-nav {
        height: auto;
    }

    #main-nav ul {
        margin-top: 0;
        padding-right: 0;
    }
    
    #main-nav div.dropdown-menu:before, #main-nav div.dropdown-menu:after, #main-nav div.sub-menu>ul:before, #main-nav div.sub-menu>ul:after {
        display: none;
    }
    
    #main-nav li.dropdown div.dropdown-menu {
        border: none;
        height: auto;
        left: auto;
        top: 0;
        position: relative;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
    
    #main-nav #staging div.dropdown-menu a.sub-category {
        text-align: center;
    }
    
    #main-nav #staging div.dropdown-menu a.sub-category:hover {
        color: #c0c0c0;
    }
    
    #main-nav div.dropdown-menu ul li {
        height: auto !important;
    }

    #main-nav div.dropdown-menu ul li a {
        border-bottom: 0;
        color: #aa1010;
        font-size: 13px;
    }
    
    #main-nav div.dropdown-menu ul li a:hover {
        color: #c0c0c0;
    }
        
    img.header-icon {
        display: none !important;
    }
    
    #main-nav #staging div.dropdown-menu div.menu-col {
        width: 100%;
        text-align: center;
    }
    
    #main-nav #staging div.dropdown-menu div.menu-col ul {
        display: none;
    }
    
    header, header nav, header nav .navbar-header {
        height: 100px;
    }
    
    header #header-mtn-logo {
        height: 90px;
        line-height: 100px;
        margin-top: 10px;
        vertical-align: top;
    }
}

/* Footer */

footer {
    background-color: #FFF;
    padding: 30px 50px;
}

#footer-logo {
    margin-bottom: 20px;
}

.contact-info p {
    color: #303030;
    font-family: 'Roboto';
    font-size: 12px;
    margin-left: 15px;
}

.contact-info h6 {
    margin-left: 15px;
}

.contact-info i.fa-circle {
    color: #aa1010;
}

.contact-info a {
    color: #303030;
}

footer h6 {
    color: #aa1010;
    font-family: 'Roboto';
    font-size: 16px;
}

footer hr {
    border-top: 0.5px solid #909090;
    height: 0;
    margin-top: 0;
    width: 100%;
}

div.footer-column {
    padding-left: 20px;
}

#footer-nav {
    font-family: 'Roboto';
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    text-transform: uppercase;
}

#footer-nav li {
    margin-bottom: 10px;
}

#footer-nav a {
    color: #303030;
    text-decoration: none;
}

#footer-nav a:hover {
    color: #303030;
}

.blog-container {
    margin-bottom: 20px;
}

.newsletter-signup-container p, .blog-container p {
    color: #303030;
    font-size: 12px;
    margin-bottom: 0;
}

.newsletter-signup-container input.kDnmLV, .newsletter-signup-container button.kDnmLV.jrNaua  {
    font-family: 'Roboto' !important;
}

.social-icons {
    list-style: none;
    padding-left: 0;
}

.social-icons p {
    color: #303030;
    font-size: 12px;
}

.social-icons li {
    display: inline-block;
    margin: 0 -5px;
    font-size: 10px;
}

.social-icons li i.fa:hover {
    background-color: #b51515;
}

@media(max-width: 768px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    #newsletter-signup input[type="submit"] {
        margin-top: 10px;
    }
    
    .footer-ready {
        margin-top: 40px;
    }
    
    .footer-ready img {
        display: block;
        margin: 0 auto;
    }
    
    #mtnflow-footer-logo {
        margin: 0 auto;
    }
    
}

div.copyright {
    background-color: #303030;
    line-height: 40px;
    overflow: hidden;
}

div.copyright p {
    color: #FFF;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 30px;
    text-align: center;
}

p#locations {
    color: #aa1010;
    text-align: center;
    
}

div.copyright::after {
    display: none;
}

body::after {
    display: none;
}

/* Index - Video Section */

section#video-home {
    background-color: #000;
    height: 300px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    section#video-home {
        height: 420px;
    }
  }

section#video-home video {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

section#video-home div.video-header {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

section#video-home div.video-header div {
    background-color: #303030;
    margin: 130px auto;
    max-width: 300px;
    padding: 10px 0;
}

section#video-home span {
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 768px) {
    section#video-home div.video-header div  {
        width: 430px;
    }
    section#video-home span {
        font-size: 14px;
    }
}

/* Index - Services Section */

section#services-home {
    display: flex;
    flex-wrap: wrap;
}

section#services-home .service-tile {
    background-position: center;
    background-size: cover;
    border-top: 8px solid #000;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 325px;
    transition: opacity .2s;
}

section#services-home .service-tile:hover {
    opacity: 0.9;
}

section#services-home .service-tile h2 {
    color: #FFF;
    margin-top: 30px;
    text-align: center;
}

section#services-home .service-tile hr {
    border-top: 1px solid #FFF;
    margin-top: 10px;
    width: 80px;
}

section#services-home #staging-service-tile {
    background-image: url(/assets/index/staging.png);
    border-top-color: #aa1010;
}

section#services-home #rigging-service-tile {
    background-image: url(/assets/index/rigging.png);
    border-top-color: #288DC1;
}

section#services-home #install-service-tile {
    background-image: url(/assets/index/install.png);
    border-top-color: #F7B512;
}

section#services-home button.btn-img {
    background: none;
    border: none;
    display: block;
    margin: 0 auto;
}

section#services-home img.cta-arrow {
    display: block;
    margin: 100px auto 0 auto;
    max-height: 60px;
}

section#services-home div.container-fluid {   
    background-position: center;
    background-size: cover;
    border-top: 8px solid #000;
    height: 325px;
    left: -100%;
    margin-top: -325px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 840px)  {
    #rigging-hover > div > div > p {
        line-height: 150%;
    }
    #staging-hover > div > div > p {
        line-height: 150%;
    }
    #install-hover > div > div > p {
        line-height: 150%;
    }
}

img.services-learn-more {
    width: 150px;
}

section#services-home div.container-fluid button.close {
    background: none;
    color: #FFF;
    float: right;
    margin: 10px 0 0 0;
    opacity: 0.5;
    position: relative;
}

section#services-home div.container-fluid button.close:hover {
    opacity: 0.8;
}

section#services-home div.container-fluid h2 {
    color: #FFF;
    margin-top: 10px;
}

section#services-home div.container-fluid hr {
    border-top: 0.5px solid #FFF;
    height: 0;
    margin: 10px 0 10px 0;
    width: 80px;
}

section#services-home div.container-fluid  p {
    color: #FFF;
    font-size: 16px;
    padding-right: 15px;
    text-align: left;
}

section#services-home div#rigging-hover {
    background-image: url(/assets/index/staging-hover-bg.png);
    border-top-color: #288DC1;
}

section#services-home div#install-hover {
    background-image: url(/assets/index/staging-hover-bg.png);
    border-top-color: #F7B512;
}

section#services-home div#staging-hover {
    background-image: url(/assets/index/staging-hover-bg.png);
    border-top-color: #aa1010;
}

@media screen and (max-width: 768px) {
    section#services-home div.service-tile h2 {
        font-size: 24px;
    }
}

/* Index - Content */

section#content-home p {
    letter-spacing: 0.1em;
    margin: 50px;
}

section#content-home img#learn-more-cta {
    display: block;
    margin: 0 auto;
}

/* Index - Reputation */

/*
section#reputation-home div.reputation-tile div {
    margin: auto 30px;
}

section#reputation-home img.img-responsive {
    margin: 0 auto;
}

section#reputation-home p {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
*/

/* Index - Portfolio Carousel */

section#portfolio-carousel {
    margin: 0;
    padding: 30px 0 0 0;
}

section#portfolio-carousel h3 {
    color: #aa1010;
    font-size: 32px;
    text-align: center;
}

section#portfolio-carousel hr {
    text-align: center;
    width: 100px;
}

section#portfolio-carousel div.carousel-container, section#portfolio-carousel div.slick-list {
    max-height: 170px;
}

section#portfolio-carousel div.slick-slide img{
    height: 170px;
}

section#portfolio-carousel img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* Index - Testimonial */

section#testimonial-home div.container-fluid {
    background-attachment: fixed;
    background-image: url(/assets/index/quote-bg.png);
    background-position: top center;
    background-size: cover;
    text-shadow: 2px 2px 4px #000;
}

section#testimonial-home p#quote {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    margin: 60px 30px 20px 30px;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}

section#testimonial-home {
    box-shadow: 0 1px 4px #303030;
}

section#testimonial-home p#byline {
    color: #FFF;
    font-size: 18px;
    font-style: italic;
    margin: 0 30px 190px 30px;
    text-align: center;
}

/* Index - Blog */

section#blog-home div#blog-logo-container img {
    display: block;
    height: 274px;
    margin: -133px auto 0 auto;
    width: 274px;
}

section#blog-home h3 {
    color: #909090;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
}

section#blog-home div.blog-snippet {
    padding: 10px 0;
}

section#blog-home div.blog-img-container {
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 8px -6px black;
    height: 300px;
    margin-bottom: 15px;
    width: 100%;
}

section#blog-home h4 {
    color: #aa1010;
    font-size: 10px;
    font-style: italic;
    margin: 20px 0;
}

section#blog-home a h5 {
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
}

section#blog-home a:hover h5 {
    color: #808080;
    text-decoration: none;
}

section#blog-home div.blog-read-more {
    border: 1px solid #F7B512;
    display: inline-block;
    padding: 4px 2px;
}

section#blog-home div.blog-read-more a {
    background-color: #aa1010;
    color: #FFF;
    font-style: italic;
    padding: 4px 7px;   
}

/* Index - Ready? */

section#ready-home {
    background-color: #FFF;
    padding: 0 0 20px 0;
    margin-top: 2rem;
}

section#ready-home div.container-fluid {
    background-color: #303030;
}

section#ready-home p {
    color: #F7B512;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 80px;
    margin: 0;
    text-align: center;
}

section#ready-home p img {
    margin-bottom: 2px;
    margin-left: 7px;
    height: 36px;
}

@media screen and (max-device-width: 497px) {
    section#ready-home p {
        line-height: 50px;
    }
    section#ready-home p img {
        margin-bottom: 12px;
        margin-top: -10px;
    }
}

/* Modal Contact Form */

div#modal-contact-form div.modal-dialog {
    margin-top: 150px;
}

div#modal-contact-form div.modal-header {
    background-color: #aa1010;
    background-image: url(/assets/modals/modal-header-bg.png);
    background-position: center;
    background-size: cover;
}

div#modal-contact-form div.modal-body {
    background-color: #f0f0f0;
}

div#modal-contact-form h2 {
    color: #f0f0f0;
    display: inline;
    font-weight: 400;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

div#modal-contact-form div.modal-header button.close {
    margin: 5px 20px 0 0;
    vertical-align: middle; 
}

div#modal-contact-form form {
    margin: 0 auto;
    width: 70%;
}

div#modal-contact-form input {
    margin: 0 auto;
    width: 100%;
}

div#modal-contact-form button.btn-primary {
    background-color: #aa1010;
    border-color: #aa1010;
    border-radius: 0;
    color: #f0f0f0;
    float: right;
}

div#modal-contact-form textarea#project-input {
    border-color: #C0C0C0;
    max-width: 100%;
}

/* Page Banners */

section#banner {
    height: 300px;
    position: relative;
}

section#banner div.parallax-image {    
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    height: 300px;
    margin: 0;
    padding: 0;
    width: 100%;
}

section#banner div.parallax-window {
    position: relative;
    z-index: 0;
}

section#banner div.container-fluid {
    height: 300px;
    min-height: 300px;
    text-align: center;
}

section#banner h1 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

section#banner hr {
    width: 100px;
}

section#banner p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-shadow: 2px 2px #000;
}

div.header-container {
    align-items: center;
    display: flex; 
    height: 300px;
    margin: 0;
    width: 100%;
} 

div.banner-content {
    animation-duration: 1.5s;
    display: inline-block; 
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 998;
}

div.banner-content .btn {
    position: relative;
    z-index: 999;
}

@media (min-width: 1600px) {
    section#banner div.parallax-image {
        background-color: #303030;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain; 
    }
}

@media (max-width: 768px) {
    div.banner-bg div.col-sm-4, div.banner-bg div.col-xs-12,
    div.banner-bg div.col-sm-6 {
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
        color: white;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 617px) {
    .banner-bg h1, section#stage-banner p {
        color: white !important;
    }
}
    /* section#stage-banner h1 {
        margin-top: 4rem !important;
    } */



/* Breadcrumb */

ol.breadcrumb {
    margin-bottom: 0;
}
ol.breadcrumb span.mtn {
    font-size: 16px;
}

section.breadcrumb-section.rigging a {
    color: #288dc1;
}

section.breadcrumb-section.install a {
    color: #F7B512;
}

section.breadcrumb-section.vibe a {
    color: #EE2A7B;
}

section.breadcrumb-section.film a {
    color: #177640;
}

/* Copy */

section.copy {
    /* padding-top: 50px; */
}

section.copy li {
    padding-bottom: 8px;
}

/* Portfolio Video */

section#portfolio-video {
    overflow: hidden;
}

section#portfolio-video video {
    height: calc(100vh - 120px);
    object-fit: cover;
    overflow: hidden;
    position: relative;
    width: 100vw;
    z-index: 100;
}

section#portfolio-video div#portfolio-nav {
    position: absolute;
    text-align: center;
    top: 180px;
    width: 100%;
    z-index: 101;
}

section#portfolio-video div#portfolio-nav h1,  section#portfolio-video div#portfolio-nav p {
    color: #FFF;
    text-shadow: 2px 2px #000;
}

button.portfolio-section {
    margin: 0 3px 15px 3px;
}

section#portfolio-content {
    display: none;
    min-height: calc(100vh - 120px);
}

/* Portfolio Pagination */

div.portfolio-pagination li span {
    color: #aa1010;
}

div.portfolio-pagination li.active span, div.portfolio-pagination li.active span:hover {
    background-color: #aa1010;
    border-color: #aa1010;
}

/* Portfolio Image Links */

.events {
	margin: 0 auto;
    min-height: 280px;
    padding: 10px;
	vertical-align: top;
    width: 320px;
}

.events h3 {
    color: #808080;
    font-size: 18px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 300px;    
}

.image-grid img {
    border: none;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.image-grid a:hover img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-grid{
    height: 178px;
    margin-bottom: 22px;
	overflow: hidden;
	padding: 0;
}

@media (min-width: 970px) and (max-width: 1170px) {
    .image-grid {
        height: 172px;   
    }
}

/* Portfolio Event Pages */

@media (min-width: 768px) {
    .breadcrumb {
        background-color: #FFF;
    }
}

section#banner.event a.btn {
    text-transform: uppercase;
}

div#eventModal, div#vibeModal {
    border-radius: 0;
    margin-top: 10vh;
}

div#eventModal div.modal-content {
    border-radius: 0;
    border-color: #555;
}

div.carousel-caption span {
    font-size: 16px;
    text-shadow: 2px 2px #333;
    padding: 5px 10px;
    background: #333;
    opacity: 0.8;
    border-radius: 4px;
    display: block;
}

ol.carousel-indicators {
    bottom: 0;
}

ol.carousel-indicators li {
    margin: 3px;
}

ol.carousel-indicators li.active {
    margin: 2px;
}

div#eventModal div.modal-body {
    padding: 0;
}

a.carousel-control {
    cursor: pointer;
}

/* Contact Page Map */

section#contact-map, section#contact-map .embed-responsive {
    height: 300px;
}

/* Contact Page Locations */
section#contact-us h1 {
    font-size: 30px;
}

@media (max-width: 768px) {
    section#contact-us h1 {
        font-size: 24px;
    }
}

section#contact-us div.location {
    background-position: center;
    background-size: cover;
    color: #FFF;
    font-size: 12px;
    height: 140px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    vertical-align: bottom;
    width: 100%;
}

section#contact-us div.location span {
    bottom: 5px;
    left: 20px;
    position: absolute;
}

section#contact-us div#wilkes-barre {
    background-image: url(/assets/contact/wilkes-barre.png);
    height: 240px;
}

section#contact-us div#los-angeles {
    background-image: url(/assets/contact/los-angeles.jpg);
}

section#contact-us div#dublin {
    background-image: url(/assets/contact/dublin.jpg);
}

section#contact-us div#palm-beach {
    background-image: url(/assets/contact/palm-beach.jpg);
}

section#contact-us h3 {
    color: #aa1010;
    font-size: 18px;
}

/* Contact Page More Info Form */

section#more-info {
    padding-bottom: 70px;
}

section#more-info textarea#comments {
    border-color: #C0C0C0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/* Contact Page Signup Forms */

section#contact-signup {
    padding-top: 70px;
}

section#contact-signup .e2ma_signup_form_button_row {
    display: block;
    margin-top: 0;
}

section#contact-signup .e2ma_signup_form_button_row input#e2ma_signup_submit_button.e2ma_signup_form_button {
    background-color: #aa1010;
    border-radius: 5px;
}

/* Employee Directory Modal */

div.contact-group {
    padding-left: 15px;
}

div#modal-directory div.modal-header {
    background-color: #aa1010;
    background-image: url(/assets/modals/modal-header-bg.png);
    background-position: center;
    background-size: cover;
}

div#modal-directory div.modal-body {
    background-color: #f0f0f0;
}

div#modal-directory h1 {
    color: #f0f0f0;
    display: inline;
    font-weight: 400;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

div#modal-directory div.modal-header button.close {
    margin: 5px 20px 0 0;
    vertical-align: middle; 
}

/* Leadership Bios */

section#contact-info h1 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 20px;
}

section#contact-info h2 {
    color: #aa1010;
    font-size: 16px;
    margin: 5px 0;
}

section#contact-info p {
    color: #606060;
    font-size: 12px;
    margin-bottom: 5px;
}

/* Job Postings */

ul.share-buttons {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.share-buttons li {
    display: inline-block;
    margin-right: 4px;
}

ul.share-buttons li img {
    height: 32px;
    width: 32px;
}

@media (max-width: 768px) {
    section#share-buttons h3,  section#share-buttons ul {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    section#share-buttons {
        position: fixed;
        top: 170px;
    }
}

/* Staging Image Grid */

.staging-image-grid {
    height: 250px; 
    margin-bottom: 0; 
    overflow: hidden;
    padding: 0;
} 

.staging-image-grid .image {
    border: none;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    height: 100%; 
    object-fit: cover;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; 
}

.staging-image-grid a:hover img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

h2.stage-title {
    color: #FFF; 
    font-size: 28px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 2px #303030; 
    text-transform: uppercase; 
    top: 112px;
    width: 100%; 
} 

/* Staging Submenu */

section#staging-menu {
    background-color: #333;
}

section#staging-menu ul {
    margin-left: 20%;
    width: 70%
}

section#staging-menu ul li a {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 12px;
    text-transform: capitalize;
}

section#staging-menu ul li a:hover, section#staging-menu ul li a.active {
    background-color: transparent;
    color: #fff;
}

section#staging-menu ul li div.dropdown-menu {
    background-color: #333;
    border-top: 1px solid #fff;
}

section#staging-menu ul li div.dropdown-menu ul {
    list-style: none;
    margin-left: 0;
    padding: 10px;
    width: 100%;
}

section#staging-menu ul li div.dropdown-menu ul li {
    padding: 3px 0;
}

section#staging-menu ul li div.dropdown-menu ul li a:hover, section#staging-menu ul li div.dropdown-menu ul li a.active {
    color: #fff;
}

section#staging-menu ul li a:hover div.dropdown-menu {
    display: block;
}

#staging-nav li.dropdown:hover div.dropdown-menu {
    border-radius: 0;
    display: block;
    float: none;
    left: 50%;
    right: auto;
    top: 40px;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#staging-nav div.dropdown-menu {
    border: 1px solid #808080;
    padding: 0;
    width: 150px;
}

#staging-nav div.dropdown-menu ul:before {
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    content: "";
    height: 0;
    position: absolute;
    right: 50%;
    top: -8px;
    transform: translateX(50%);
    width: 0;
    z-index: 9999;
}

/* Staging Landing Page */

section#stage-banner {
    margin-bottom: 2rem;
}

section#stage-banner div.banner-bg {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25rem; 
    margin-top: 1rem;
}

.banner-tagline {
    font-size: 1.65rem !important;
}

section#stage-banner h1, #ss-banner h1 {
    font-size: 2rem !important;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .25rem;
    word-spacing: .25rem;
    font-style: italic;
}

#ss-banner h1 {
    font-size: 3.5rem !important;
}

section#stage-banner hr {
    border: 1px solid #aa1010;
    height: 0;
    margin: 5px auto;
    text-align: center;
    width: 100px;
}

section#stage-banner p, #ss-banner p {
    font-size: 1.45rem;
    font-weight: 400;
    padding: 5px 50px;
    text-align: center;
    font-style: italic;
}

section#stage-banner .btn {
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
}

/* Staging Nav Tiles */

section#nav-tiles {
    background-color: #f4f4f4;
    margin-top: 1rem;
    padding: 30px 0;
}

section#nav-tiles div.tile-container {
    display: flex;
    height: 100%;
    margin: 10px;
    overflow: hidden;
    width: calc(100% - 20px);
}

section#nav-tiles div.tile {
    background-position: center; 
    background-size: cover;
    display: flex; 
    flex-direction: column;
    height: 400px; 
    justify-content: center; 
    margin: 0;
    -webkit-transition: all 0.7s; 
    transition: all 0.7s; 
    width: 100%;
}

section#nav-tiles .tile:hover {
    filter: brightness(1.4); 
    transform: scale(1.05); 
    -webkit-transition: all 0.7s; 
    transition: all 0.7s;
}

section#nav-tiles h2 {
    font-size: 36px;
    font-weight: 700;
}

section#nav-tiles p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
}

section#nav-tiles i.fas.fa-chevron-down {
    font-size: 44px;
}

section#nav-tiles div.tile-content {
    left: 50%;
    position: absolute; 
    top: 50%;
    transform: translateX(-50%) translateY(-50%); 
    width: 60%;
}

section#nav-tiles h3 {
    color: #FFF;  
    font-size: 28px;
    font-weight: 700; 
    text-align: center;
}

section#nav-tiles a {
    display: block;
    height: 100%;
    width: 100%;
}

section#nav-tiles p.view-button {
    border: 1px solid #FFF; 
    color: #FFF;  
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
    width: 115px;
}

/* Staging Systems Menu */

section#staging-systems-menu {
    background-color: #ddd;
    height: 140px;
    padding: 20px 0 0 0;
}

#ss-banner .banner-bg {
    margin-top: 2rem;
}

/*
section#staging-systems-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
*/

/*
section#staging-systems-menu ul li {
    display: inline-block;
    max-height: 100px;
    padding: 0 20px;
    position: relative;
    width: 16%;
}
*/

/*
section#staging-systems-menu ul li div {
    max-height: 100px;
}
*/

section#staging-systems-menu a {
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: bottom;
}

section#staging-systems-menu a img {
    display: block;
    filter: brightness(0) 
            saturate(100%);
    height: 70px;
    margin: 0 auto;
}

section#staging-systems-menu a:hover img {
    filter: brightness(0) 
            saturate(100%) 
            invert(13%) 
            sepia(86%) 
            saturate(3283%) 
            hue-rotate(349deg) 
            brightness(92%) 
            contrast(105%);
}

section#staging-systems-menu a p {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0 0 0;
}

section#staging-systems-menu a small {
    display: block;
}

/* Staging Sytem Pages */

div#tiles {
    background-color: #f4f4f4;
    margin: 0;
    padding-top: 10px;
    margin-top: 2rem;
}

img#rendering {
    max-height: 260px;
    padding: 20px;
}

section.specs div.tile {
    background-color: #FFF;
    min-height: 500px;
    padding: 0;
    width: 100%;
}

section.specs div.tile p {
    font-weight: 400;
    padding: 0;
}

section.specs div.tile hr {
    margin: 0 20%;
}

div.web-rotate-title {
    position: absolute;
    z-index: 9999;
    padding: 0 20px;
    font-size: 42px;
    font-weight: bold;
}

#three-d iframe {
    background-color: #fff;
}

#three-d iframe #content {
    margin: 0 auto;
}

@media (max-width: 768px) {
    div#tiles div.col-sm-6:first-child div.tile {
        margin-bottom: 30px;
    }
}

/* Staging Page Gallery */

#gallery h1:after, #gallery h1:before {
    content: ''; 
    height: 2px; 
    width: 25%; 
    background-color: #808080; 
    margin: 0 10px 0 10px; 
    display: inline-block; 
    vertical-align: middle;
}

#gallery h1 {
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 414px) {

    #gallery h1:after, #gallery h1:before {
        display: none !important;
    }

}

@media (max-width: 990px) {
    #gallery h1:after, #gallery h1:before {
        max-width: 40px;
    }
}

/* Staging Modal */

.modal-stagingModal .modal-copy {
    padding: 0 60px 10px 60px;
} 

.modal-stagingModal button {
    font-size: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
} 

.modal-stagingModal h3 {
    color: #aa1010;
}

/* Rigging Buttons */

a.btn-rigging, button.btn-rigging {
    background-color: #2369a0;
    color: #FFF;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.btn-rigging:hover, button.btn-rigging:hover {
    background-color: #3FA1E8;
    color: #FFF;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* New */

/* read more */
.read-more{
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-style: italic;
    color: white;
    font-weight: 900 !important;
    font-size: 25px !important;
    letter-spacing: 1px;
}

.read-more:hover {
    color: white;
}

.read-p{
    text-align: center;
    padding-top: 40px !important;
}

.mtn-special-header {
    font-size: 2rem !important;
    letter-spacing: .25rem;
    word-spacing: .25rem;
    font-style: italic;
    background: linear-gradient(to right, #333, #333, transparent);
    color: white;
    padding: .5rem;
}

/* Refactoring - Banners */
.product-banner-bg, .main-cat-banner-bg {
    height: 30rem; 
    background-position: bottom left; 
    background-repeat: no-repeat; 
    background-color: #f4f4f4;
    background-size: auto 100%;
    margin-top: 2rem;
}

.product-banner-bg h1 {
    margin: 40px 0 0 0;
}

.main-cat-banner-bg h1 {
    margin-top: 10rem !important;
}

.product-banner-bg .banner-tagline {
    font-size: 1.65rem !important;
    font-weight: bold !important;
}

.product-banner-bg .banner-mini p {
    padding: 0 8%;
}

.product-banner-content {

}

.main-copy {
    text-align: center;
    font-size: 1.35rem;
    background: #111111;
    color: white;
    padding: 2rem;
    margin-top: -2rem;
    width: 97.5%;
    margin-left: 1.5rem;
}

.main-tiles {
    
}

.main-tiles h2 {
    font-size: 3rem !important;
}
.main-tiles .tagline {
    font-style: italic;
    font-size: 1.5rem !important;
}
.main-tiles .arrow i {
    font-size: 3rem !important;
}

.dark-banner, .color-white {
    color: white;
}

@media (max-width: 768px) { 
    .product-banner-bg {
        background-position: center !important;
    }

    .product-banner-bg .product-banner-content,
    .main-cat-content {
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
        color: white;
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .col-sm-offset-6 {
	margin-left: 0%;
    }
    .main-copy {
        width: 94%;
    }
}

/* Refactoring - Tile Styles */

.section-info {
    padding: 0 0 30px 0;
}

.tile-info {
    background-position: center;
    /* background-size: auto 100%; */
    background-size: cover;
    min-height: 480px;
}

.tile-info .tile-content{
    max-width: 80%;
    padding: 2rem;
    display: block;
    color: white;
}

.tile-info .tile-lg-content {
    padding: 2rem;
    display: block;
    color: white;
}

.tile-right {
    margin-left: auto;
    margin-right: 0;
    max-width: 59%;
}

.tile-left {
margin-left: 0;
margin-right: auto;
max-width: 60%;
}

.tile-info .tile-content h2,
.tile-info .tile-lg-content h2 {
    font-size: 3rem !important;
}

.tile-info .tile-content p,
.tile-info .tile-lg-content p {
    font-size: 1.75rem !important;
}

/* New Styles Added - July 2024 */
.heading-recent-projects {
    padding-top: 4rem;
}
.heading-recent-projects-portfolio {
    color: #aa1010;
    font-size: 32px;
    padding-top: 4rem;
    text-align: center;
}
.hr-separator-recent-projects {
    text-align: center;
    width: 100px;
}


@media (max-width: 768px) {
    .tile-info {
        min-height: 40rem;
        margin-bottom: 2rem;
    }

    .tile-info .tile-content h2,
    .tile-info .tile-lg-content h2 {
        font-size: 2.5rem !important;
    }
    
    .tile-info .tile-content p,
    .tile-info .tile-lg-content p {
        font-size: 1.5rem !important;
    }

}

.tile-info .tile-content hr,
.tile-info .tile-lg-content hr {
    border-top: 2px solid #FFF; 
    opacity: 0.6; 
    margin-left: 0;
}

.tile-video {
    text-align: center;
    color: white;
}

.tile-video .tile-content h2 {
    font-size: 3rem !important;
}

.tile-video .tile-content p {
    font-size: 1.75rem !important;
}

.tile-video .video-container { 
    position: relative;
    height: 41rem;
    width: 60%;
    margin: 3rem auto;
}

.tile-video .video-container iframe, .tile-video .video-container object, .tile-video .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.tile-specs-details {
    text-align: center;
    font-size: 1.75rem;
}

.tile-specs-head,
.tile-trailer-head {
    padding-top: 20px !important; 
    line-height: 125% !important; 
    text-align: center !important;
    font-weight: bold !important;
    font-size: 3rem !important;
}

.tile-specs-img {
    padding-bottom: 10px;
}

.tile-specs-label {
    text-align: center;
    font-weight: bold;
}

.tile-specs-value {
    text-align: center;
}

.tile-specs-hr {
    width: 50%;
}

.tile-roof,
.tile-trailer {

}

.tile-roof .tile-roof-copy,
.tile-trailer .tile-trailer-copy {
    text-align: center;
    padding: 20px 40px 0 40px !important;
    font-size: 1.75rem;

}

.tile-roof .tile-roof-width,
.tile-trailer .tile-trailer-width {
    text-align: center;
    font-size: 3rem !important;
    font-weight: bold !important;

}

.tile-font-sm .tile-content p {
    font-size: 1.5rem !important;
}

#width-arrows {
    height: 5rem;
}

#rendering {
    max-height: 26rem !important;
}

.tile-red {
    background-blend-mode: overlay;
    background-color: rgba(170, 16, 16, .75) !important;
}

.tile-yellow {
    background-blend-mode: overlay;
    background-color:rgba(254, 189, 17, .75) !important;
}

.tile-yellow p, .tile-yellow div, .tile-yellow h2 {
    color: black !important;
}

.tile-yellow hr {
    border-top: 2px solid black !important;
}

.tile-blue {
    background-blend-mode: overlay;
    background-color:rgba(0, 145, 206, .75) !important;
}

.tile-green {
    background-blend-mode: overlay;
    background-color:rgba(0, 174, 192, .75) !important;
}

.tile-black {
    background-blend-mode: overlay;
    background-color: rgba(31, 31, 31, .65) !important;
}

.tile-dark-overlay {
    background-image: url(/couch/uploads/image/footerbg_02.jpg);
}

#tiles input {
    height: 34px;
    width: 230px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: .7rem !important;
}

#tiles button.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    margin-top: -2px;
}

.header-divider {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 4rem;
    text-align: center;
}

.header-divider:after, .header-divider:before {
    content: '';
    height: 2px;
    width: 10%;
    background-color: #808080;
    margin: 0 10px 0 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 990px) {
    .header-divider:after, .header-divider:before {
        display:none !important;
    }
}

.bg-cover {
    background-size: cover;
}

.bg-130 {
    background-size: 130%;
}

.bg-top-left {
    background-position: top left;
}

.bg-top-right {
    background-position: top right;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-right {
    background-position: bottom right;
}

@media (max-width: 768px) {
    .bg-130 {
        background-size: cover;
    }
}

/* Event Styling */
.carousel-inner>.item>img {
    width:100%;
}

/* Gallery Styling */

@media (max-width: 768px) {

    .product-gallery {
        padding: 0 2rem;
    }

}

.gallery-tile {
    cursor: pointer;
}

/* Navbar Menu */
@media (max-width: 992px) and (min-width: 768px) {

    .top-menu ul.nav.navbar-nav.navbar-right {
        width: 73% !important;
        margin-top: 10px !important;
        padding-right: 30px !important;
    }
    
}


@media (max-width: 767px) {
    .top-menu #main-nav ul li a {
        text-align: left !important;
    }
    
    .top-menu .navbar-nav {
        margin-left: 4rem !important;
    }
    
    .top-menu .sub-menu {
        margin-left: -1rem !important;
    }
    
    .top-menu div.dropdown-menu a.sub-category {
        margin: 0 !important;
        padding: .75rem 0 !important;
        color: white !important;
        font-style: italic !important;
    }
    
    .top-menu #main-nav .nav .open > a,
    #main-nav .nav a:focus {
        color: white !important;
    }
}

@media (min-width: 768px) and (max-width: 800px){
	#main-nav #staging div.dropdown-menu {
		width: 540px;
	}
	
	#main-nav li.dropdown div.dropdown-menu{
		left: 80%;
	}
}
