/* Site Styles */
.accred_img {
    text-align:center !important;
} 
.foxnav {
    background: #15123f !important;
    margin-bottom:0 !important;
    padding-top:10px;
    padding-bottom:10px;
}

.foxnav ul {
    padding:0; 
}
.foxnav ul li {
    padding:0
}
.foxnav ul li.active a {
    background:#1f1b50 !important; 
}

.foxnav ul li a {
    color:#fff !important;
    padding:0;
    line-height:normal;
    padding:5px 10px;
    margin-top:50px; 
}

.foxnav ul li ul li a {
    margin-top: 0;
}
.foxnav ul li ul li {
    background:#201c59;
}
.foxnav ul li ul li a:hover{
    background:#1f1b50;
}

.header-right {
    position:relative;
}
.phone {
    position:absolute;
    right:10px;
    top:5px;
    font-size:18pt;
    color:#fff; 
}

.narrow {
    width:40%;
}
    
.splash {
    width:100%; 
    background: url('/img/background.jpg') no-repeat center center;
    background-size:cover;
    min-height:900px;
}

.headline{
    width:100%;
    padding:20px 20px;
    text-align:center;
    font-size:30pt;
    color:#fff;
    font-weight:bold;
    text-shadow: 1px 1px #000;
}

.panel {
    background-color: rgba(21,18,63,0.8);
}

.panel h3, .panel h2 {
    color:#fff;
    font-family:'Oswald';
}
.panel h2.residential{
    margin-top:10px;
    padding-left:90px;
    padding-top:5px;
    padding-bottom:15px;
    background:url('/img/residential.png') left no-repeat;
    border-bottom:1px solid #fff;
}

.panel h2.commercial{
    margin-top:10px;
    padding-left:90px;
    padding-top:5px;
    padding-bottom:15px;
    background:url('/img/commercial.png') left no-repeat;
    border-bottom:1px solid #fff;
}

.panel h3 {
    margin-left:0;
    padding-left:0px;
    font-size:16pt;
}
.panel p {
    padding-left:0px; 
    color:#fff;
    font-size:10pt;
}
.srvc_image {
    padding-right:0 !important;
}

.srvc_image img {
    padding-top:20px !important;
}

.nopadleft {
    padding-left:0 !important;
}
.btn {
    border-radius: 4px;
    font-weight:bold;
}
.btn-warning {
    background:#ffa423;
}
.image img {
    margin-top:50px;
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.55);
    width: 100% !important;
}


.accred {
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.accred_txt{
    font-size:9pt;
}

.case_studies_heading {
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}

.gallery {
    margin-bottom: 20px;
    clear: both;    
}

.case_studies_list ul{  
    list-style-type:none;
    margin-bottom:20px;
}
.case_studies_list ul li {
    float:left;
}

.footer {
    padding-top:20px;
    padding-bottom:30px;
    background: #15123f !important;
    color:#fff !important;
    font-size:9pt;

}

.footer .logo {
    display:block;
    text-align:center;
}
 
.ftr_nav {
    list-style-type:none;
    margin-top:20px;
}
.ftr_nav li {
    float:left;
    padding-left:15px;
}
.ftr_nav li a {
    color:#fff;

}
.addr {
    text-align:right;
}

img.casestudyphoto {
    margin-top: 10px;
}

.photos {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 100px;
}

div.project_title {
    font-weight: bold;
}

#References {
    width: 100%;
}

.pdf-icon {
    float: right;
}


/* Media Queries */


@media only screen and (min-width:1305px){
  
      
}

@media only screen and (min-width: 959px){ 
    
   
}


@media only screen and (min-width:800px) and (max-width:1280px){
    

    
}

@media only screen and (min-width:768px) and (max-width:900px){
  


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
   
}




/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
   
   .phone {
    position:relative;
    float:right;
   }
    
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
      
        
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
   
   
   
}
