/************************************************************************************************
*************************************************************************************************   


                                 .:oyhdmNNNmmdyo/-`                            
                             `/ymMMNdyso++++oshmNMNh+.                         
                           -sNMNy+-`            .:smNNh:`.....``               
                         .yNMd/`                   `:ydsdNNNNNmdhs:            
                        +NMd/                         .MMMMMMMMNNms`           
                       sMMs`                          /MMMMmy/:-.`             
                      +MMs`      `````````.:/osyyyyyo+dMMMdyh`                 
                   `.-hhhoosyyyhhhdddddmmmNMMMMMMMMMMMMMNy+NM+                 
            `.-:/+osshddsssssyhddmNMMMMMMMMMMMMMMMMMMMMh: .mMm.                
           .----.`` `dNN.       `.-:+shmMMMMMMMMMMMMMMy    hMM:                
                    `dMM.              .:odMMMMMMdymNMs`   dMM:                
                     oMM/                :dMMMMMd.`/oNhh- .mMd`                
                     .NMd`              oNNNMMNo` `/sooN: oMM/                 
                      /MMy`            yMh+mMy.    `odh: +NMy                  
                       +MMh.           hM+sMN.``     ```oNMy`                  
                        :mMm+`         /MNmMMmm/.     :dMNo`                   
                         .oNMmo.        -//+dNNdo` `/hNMy-                     
                           .odMNdo:.`       `..-/+hNMNy-                       
                              -ohNMNmdyyssssyhmNMNds:`                         
                                 `-/oshmmNNmdyo/-`                             
    

          ____              __           ____                     __                
         / __ \  ___   ____/ /          / __ \  ____ _    ____   / /_  ____    _____
        / /_/ / / _ \ / __  /          / /_/ / / __ `/   / __ \ / __/ / __ \  / ___/
       / _, _/ /  __// /_/ /          / _, _/ / /_/ /   / /_/ // /_  / /_/ / / /    
      /_/ |_|  \___/ \__,_/          /_/ |_|  \__,_/   / .___/ \__/  \____/ /_/     
                                                      /_/                                                    
              ____                   _                          
             / __ \  ___    _____   (_)   ____ _   ____    _____
            / / / / / _ \  / ___/  / /   / __ `/  / __ \  / ___/
           / /_/ / /  __/ (__  )  / /   / /_/ /  / / / / (__  ) 
          /_____/  \___/ /____/  /_/    \__, /  /_/ /_/ /____/  
                                       /____/                   


*************************************************************************************************      
*************************************************************************************************/

/************************************************************************************************

    Base Styles

*************************************************************************************************/

/* =Header
-------------------------------------------------------------- */
html,body {
    font-family: 'Open Sans', sans-serif;
	height:100%;
    background:center no-repeat fixed url('/assets/img/backer_cr.jpg');
    background-size: cover;
}
.mobile { display: none;}
.desktop { display: block;}
.carousel .item {
    left: 0 !important;
    transition: all 0.2s ease 0s;
}
.carousel .active.left, .carousel .active.right {
    opacity: 0;
    z-index: 2;
}
header {
    width: 100%;
    height :415px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url('../img/backers/grey.png') repeat;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

    
    header #logo img {
        height: 400px;
        width: 400px;
        display: inline-block;
    }
    header.smaller #logo {
       display: none;
    }
    header #logo-sm {
        display: none;
    }
    header.smaller #logo-sm {
        display: inline-block;
    }
    header ul.header-work-list {
        font-variant: small-caps;
        list-style: none;
        text-align: center;
        margin-top: 20px;
    }
   header ul.header-work-list li {
        display: inline;
        
    }
    header nav {
        display: inline-block;
        float: right;
        margin: 10px 0;
    }
    header .top-navigation {
        float: right;
        text-align: center;
        margin: 30px 0;
        width: 500px;
    } 
    header .header-info {
        text-align: center;
        width: 500px;
    }
    
    header .carousel-area {
        margin-left: 160px;
    }
        header nav a {
            margin-left: 20px;
            color: #656565;
            font-weight: 700;
            font-size: 18px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            header nav a:hover {
                color: #ff2800;
                outline: none;
                text-decoration: none;
            }
            header nav a:focus {
                color: #ff2800;
                outline: none;
                text-decoration: none;
            }
            header .container-fluid {
                max-width: 1300px;
            }

    header.smaller {
        height: 110px;
        background: url('../img/backers/black_lozenge.png') repeat;
        
    }
      
        header.smaller #logo img {
            width: 300px;
            height: 72px;
        }

        header.smaller nav a {
          line-height: normal;
          color: #fafafa;
        }
        header.smaller .header-info {
            display: none;
        }
        header.smaller nav a:hover {
                color: #ff2800;
                outline: none;
                text-decoration: none;
            }
            header.smaller nav a:focus {
                color: #ff2800;
                outline: none;
                text-decoration: none;
            }
        

/* Spacers */
.top-spacer {
    margin-top: 30px;
}
/* Elements */
.sidebar.crestron {
    position: fixed;
    bottom: 200px;
    left: 0;
    width: 200px;
    height: 96px;
    z-index: 1001;
}

/* =Media Queries
-------------------------------------------------------------- */



@media (max-width: 992px) {
    header.smaller .container {
        width: 99%;
    }
    .container {
        width: 99%;
    }

    section {
        padding-top: 150px;
    }
    .sidebar.crestron {
        display: none;
    }
    header #logo img {
        height: 300px;
        width: 300px;
        
    }
    header .top-navigation {
        float: right;
        margin-top: 20px;
        width: 400px !important;
    } 
    header .header-info {
        text-align: center;
        width: 400px;
    }
    header .carousel-area {
        margin-left: 110px;
    }
}
@media (max-width: 770px) {
    header nav {
        height: 35px;
    }
    header nav a {
        line-height: 35px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media all and (max-width: 760px) {
    header {
    height: 300px;
    -webkit-transition: height 0.8s;
        -moz-transition: height 0.8s;
        -ms-transition: height 0.8s;
        -o-transition: height 0.8s;
        transition: height 0.8s;
}
    .mobile { display: block;}
    .desktop { display: none;}
    header.smaller #logo-sm {
        display: block;
    }
    header.smaller #logo {
        display: none;
    }
    header #logo img {
        display: block;
        float: none;
        margin: 0 auto 4px;
        height: 250px;
        width: auto;
    }
    header nav {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
        position: relative;
        
    }
    header .top-navigation {
        float: none;
        margin: 0;
        top: -20px;
        position: relative;
        width: 100% !important;
    }
    header.smaller .top-navigation {
        float: none;
        margin: 0;
        top: 0px;
        width: 100% !important;
    }

        header nav a {
       
            margin: 5px 10px;
        }
        header .header-info {
        display: none;
    }

    header.smaller {
        height: 150px;
    }

        header.smaller nav {
            
        }


}