/* GLOBAL SETTINGS */

body{
    font-family: 'PTSans-Regular', Arial;
    padding: 0;
    color: #2d2d2d;
    font-size: 1em;
    line-height: 175%;
    background: url(/bundles/boostitweb/img/bg.png);
}
.center{
    text-align: center !important;
}
.middle{
    vertical-align: middle !important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    vertical-align: middle;
}
.form-horizontal label{
    margin-right: 20px;
    text-align: left;
    width: 160px;
}
.form-horizontal > div > div{
    margin-bottom: 10px;
}
.justify{
    text-align: justify !important;
}
.bn{
    border: none !important;
}
a{
    color: inherit;
}
.awarded{
    color: #a56565;
}
.first{
    margin-left: 0px !important;
}
.last{
    margin-bottom: 0px !important;
}
.i{
    font-style: italic;
}
.b{
    font-weight: bold;
}
.u{
    text-decoration: underline;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}

.square li{
    list-style: square;
}

.ml0{ margin-left: 0}
.mb0{margin-bottom: 0px !important;}
.mb3{ margin-bottom: 3%;}
.mt0{margin-top: 0px !important;}
.mt3{ margin-top: 3%;}

.list-table{
    width: 100%; 
}

.list-table td{
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    padding: 2px;
}
.shadow-box{
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px #8d8d8d;
    -moz-box-shadow:0px 0px 8px #8d8d8d !important;
    -webkit-box-shadow:0px 0px 8px #8d8d8d !important;
    display: block;    
}
.title-icon{
    border: 1px solid #c8c8c8;
    margin-top: -5px;
}
.content-header{
    font-size: 1.6em;
    margin: 0 0 4% 0;
}

.content-header.small{
    font-size: 1.2em;
    margin: 0 0 3% 0;
}

footer{
    border-top: 1px solid #2d2d2d;
    padding: 10px 0 0 0;
    margin: 2% 0 0 0;
    display: block;
}
.copyrights{
    font-size: 12px;
    color: #999;
    display: inline-block;
}

#about li{
    margin-bottom: 2%;
    line-height: 170%;
}

#send-btn{
    padding: 10px;
}

.gallery{
    margin: 1% 0 4% 0;
    padding: 0;
}

.gallery li{
    text-align: center;
    margin-bottom: 25px;
}

.inline > p{
    display: inline;
}

#content.container{ padding: 0 10px !Important; }

#content.container li{
    line-height: 160%;
    margin-bottom: 2%;
}

.go-top.btn{
    padding:4px 8px 0 8px;
}

#our-services .shadow-box{
  max-height: 430px;  
}
/* RWD SETTING */
@media only screen and (-webkit-min-device-pixel-ratio: 2){
    
}

@media (min-width: 768px) and (max-width: 1200px) {
    .project-info p{
        font-size: 0.9em !important;
        line-height: 175%;
    }
    #latest-works .inner img{
        max-height: 100px !important;
    } 
    #footer-menu{
        display: inline-block;
    }
    #footer-menu li{
        font-size: 0.9em !important;        
    }
    #footer-menu li a{
        margin-left: 10px !important;
    }
}

@media (max-width: 1024px) {
    p, li{
        font-size: 0.9em !important;
        line-height: 175%;
    }
    h1,h2,h3{
        line-height: 175%;
    }
        
}

@media (min-width: 979px){
      
}
@media (min-width: 768px) and (max-width: 979px) {
    #latest-works .inner img{
        max-height: 50px !important;
    }
    .project-info p{
        font-size: 0.9em !important;
        line-height: 175%;
    }
    
}
@media (max-width: 768px) {
    #footer-menu{
        display: block;
        width: 100% !important;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    #footer-menu li, .copyrights{
        font-size: 0.8em !important;        
    }
    #footer-menu li a{
        margin-left: 20px;
    }
    
}

@media (max-width: 480px){
    
    #footer-menu li{
        font-size: 0.8em !important;
    }
    .content-header{
        font-size: 1.2em !important;     
    }
    .content-header.small{
        font-size: 1em !important; 
        line-height: 150%;
    }
    p{
        font-size: 0.9em !important;
        line-height: 175%;
    }
    .project-info .image-wrapper{
        height: 40% !important;
    }
    .project-info .item-menu{
         padding-bottom: 3% !important;
    }
    
}
