#noscript{
    background-color:#CC0000;
    padding:10px;
    font-size:20px;
    color:#FFFFFF;
    text-align:center;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}

html,body{}

body{
    font-family: 'open_sansregular';
    font-size: 15px;
}

@font-face {
    font-family: 'arvobold';
    src: url('../font/arvo-bold-webfont.eot');
    src: url('../font/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/arvo-bold-webfont.woff2') format('woff2'),
        url('../font/arvo-bold-webfont.woff') format('woff'),
        url('../font/arvo-bold-webfont.ttf') format('truetype'),
        url('../font/arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/opensans-bold-webfont.woff2') format('woff2'),
        url('../font/opensans-bold-webfont.woff') format('woff'),
        url('../font/opensans-bold-webfont.ttf') format('truetype'),
        url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../font/opensans-extrabold-webfont.eot');
    src: url('../font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/opensans-extrabold-webfont.woff2') format('woff2'),
        url('../font/opensans-extrabold-webfont.woff') format('woff'),
        url('../font/opensans-extrabold-webfont.ttf') format('truetype'),
        url('../font/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/opensans-regular-webfont.woff2') format('woff2'),
        url('../font/opensans-regular-webfont.woff') format('woff'),
        url('../font/opensans-regular-webfont.ttf') format('truetype'),
        url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#top{
    background: rgba(255,255,255,0.97);
    width:100%;
    box-shadow: 0 1px 2px 0 #666666;
}
.btntop{
    height: 15px;
    width: 15px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}
.btntop:hover{
    cursor: pointer;
}
.btn-search{
    background: url(../images/icon-search.png) top center no-repeat;
}
.btn-search:hover{
    background: url(../images/icon-search.png) bottom center no-repeat;
}

#top-search-box{
    background-color: #FFF;
    box-shadow: 1px 1px 6px #999;
    padding:10px;
    position: absolute;
    display: none;
    border-bottom: 3px solid #FF9900;
    z-index: 100000;
}

.btn-member{
    background: url(../images/icon-lock.png) top center no-repeat;
}
.btn-member:hover{
    background: url(../images/icon-lock.png) bottom center no-repeat;
}
.btn-contact{
    background: url(../images/icon-location.png) top center no-repeat;
}
.btn-contact:hover{
    background: url(../images/icon-location.png) bottom center no-repeat;
}
#home{
    background: #f3f3f3;
    padding: 100px 0px;
}
#weDo{
    padding: 80px 0;
}
a{
    color: #f08a00;
}
a:hover{
    text-decoration: underline;
    color: #f08a00;
}
#logo{}
#projectTypes{
    padding: 100px 0;
    color: #FFF;
    background: #333 url(../images/bg-project.jpg) center center no-repeat;
    background-size: cover;
}
#projectTypes img{
    margin-bottom: 40px;
}
#projectTypes h1, #projectTypes a{
    color: #FFF;
}
#projectTypes a:hover{
    color: #f08a00;
    text-decoration: none;
}
#latestProjects{
    padding: 90px 0;
}
#latestProjects img{
    margin-bottom: 10px;
}
#middle{
    padding-top:20px;
}

#footer{
    background: #323232;
    padding: 50px 0 40px 0;
    color:#FFF;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
#footer a{
    color: #FFF;
}
.spacer{
    clear:both;
    height:1px;
    font-size:2px;
}

.box-inner{
    text-align:left;
    padding:10px 0px;
    width: 100%;
    float: left;
}

.topBanner{
    text-align: center;
    width: 100%;
    position: fixed;
    top:103px;
    overflow: hidden;
    max-height: 300px;
    z-index: -100;
}
.topBanner img{
    width: 100%;
}
.topBanner h1{
    color:#FFF;
    position: absolute;
    text-align: center;
    width: 100%;
    top:30%;
    padding-bottom: 15px;
    z-index: 999;
    background: url(../images/bg-h1.png) center 25px no-repeat;
}

.special-padding-with-banner{
    margin-top:320px;
}

.special-padding-without-banner{
    margin-top:120px;
}

#slideshow {}
#slideText{
    color: #FFF;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: -90px;
    font-size: 18px;
}
#slideText h1{
    color: #FFF;
    font-size: 53px;
    text-transform: none;
}
#mask{
    background: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#mask-cut{
    height: 38px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: url(../images/maskcut.png) top center repeat-x;
}

.box-inner-1{
    padding:10px;
}

h1,h2,h3 {
    text-transform: capitalize;
    color: #000;
    padding-top: 0;
    margin-top: 0;
    font-family: 'open_sansextrabold';
    font-weight: normal;
    font-style: normal;
}
h4,h5,h6 {
    text-transform: capitalize;
    color: #000;
    padding-top: 0;
    margin-top: 0;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
}

h1 span{
    background: url(../images/bg-h1.png) center 28px no-repeat;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

/** Main menu using sucker fish style list menu **/
#mainMenu{
    position: relative;
    z-index: 1000;
    text-align: right;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 40px;
    font-family: 'open_sansextrabold';
    font-weight: normal;
    font-style: normal;
}

#mainMenu ul{
    margin:0;
    padding:0;
    list-style:none;
}

#mainMenu li{
    position:relative;
    margin:0;
    padding:0;
    text-decoration:none;
    display: inline-block;
    color: #036C90;
    white-space:nowrap;
}

#mainMenu li ul{
    display:none;
    position:absolute;
    top:40px;
    left:0;
}

#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
    background-color: #EAEAEA;
}

#mainMenu li ul li a{
    color: #333333;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li:hover, #mainMenu li.over {
    color:#72C725;
}


#mainMenu a{
    margin-left: 15px;
    color: #000;
    text-decoration:none;
    display:block;
}

#mainMenu a:hover{
    color: #f08a00;
}

#mainMenu li.lastMenu{
    border-right:none;
}

#mainMenu li.activeMenu a{
    background: url(../images/bg-menu.png) center 20px no-repeat;
}

#mainMenu li ul li{
    border-right:none;
}


/**
 * Modules
*/
.module-box{
    padding:10px;
    padding-top: 0px;
    margin-bottom: 15px;
    border: solid 1px #E5E5E5;
    outline: 0;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
}

.module-box h2{
    border-bottom: 3px double #CCCCCC;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

/** Search **/
.search-hightlight{
    background-color:#FFFF00;
}


/**
 * Form
*/
.form-table{
    width:80%;
}

.textfield-large{
    width:100%;
}

.textarea-large{
    width:100%;
    height:400px;
}

.required-field{

}

.required-field-highlight{
    background-color: #f8bdb6;
}

#login-reminder{
    margin: 20px 0px 0px 0px;
    padding: 10px 20px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 12px/100% Verdana, Tahoma, sans-serif;
    line-height: 130%;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#login-reminder:hover, #login-reminder:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

input.button{
    border: solid 1px #CCCCCC;
    background: #CCCCCC url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    padding:0px 10px;
    line-height: 25px;
    height:25px;
    cursor: pointer;
}

input.button:hover, input.over{
    background: #AAAAAA url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #999999), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #999999 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
}

#login-username, #login-password{

}

#login-box{
    width:400px;
    margin: 20px auto;
}

#easy_zoom{
    width:330px;
    height: 100%;
    border:3px solid #336699;
    background:#ffffff;
    color:#333333;
    position:absolute;
    top:0px;
    left:260px;
    overflow:hidden;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

#webpage-gallery-box{
    width: 100%;
    float: left;
    margin: 20px 0px;    
}

#webpage-gallery-box ul{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#webpage-gallery-box li{
    float: left;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    padding: 0px;
    height: 70px;
    overflow: hidden;
    background-color: #ffffff;
}

#webpage-gallery-box div{}
/**
 * Pagination
 **/
.items-per-page-box{
    float:left;
}

#pagination-details{
    float: right;
}

.breadcrumb{
    font-size: 12px;
    padding:0px;
    background-color: transparent;
    margin-bottom: 10px;
}

.breadcrumb a{
    color: #999999;
}

.formSecurityValidation{
    display: none;
}

.box-featured-product-item{
    margin:0px 5px 5px 0px;
    padding:5px;
}

#social-links{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
}

#social-links a{
    margin: 0 10px;
}
.btn-orange {
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    background-color: #f4983c;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
    color: #fff;
    background: #f08a00;
}

.navbar-toggle{
    background: #ffffff;
}
.navbar-toggle .icon-bar{
    background: #f08a00;
}

/**
 ** override bootstrap
 */
.project-category{
    padding: 30px 0px 20px 0px;
}

#project-types{
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding:10px 0px;
}

#project-types a{
    color:#666;
    padding: 0px 10px;
    border-right:1px solid #666;
}

#project-types a:last-child{
    border-right: 0;
}

#project-types a:hover{
    color: #FF9900;
}

.btn-primary{
    background-color: #FF9900;
    border-radius: 0;
    border:0;
    white-space: normal;
}

.btn-primary:hover{
    background-color: #FF6600;
}

.project-category-list{
    background-color: #F3F3F3;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.project-category-list .thumbnail{
    border:0;
    background-color: transparent;
}

.project-category-list .thumbnail .caption h3{
    font-size: 16px;
}

.btn-view-all{
    text-transform: uppercase;
    text-align: center;
}

.panel-title{
    text-transform: none;
}

/** itranet menu **/
ul#intranet-menu{
    list-style: none;
    margin:0;
    padding:0;
}

ul#intranet-menu li{
    display: block;
    padding: 10px;
    border:1px solid #EAEAEA;
    border-collapse: collapse;
}

#news ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#news ul li{
    padding:6px 0px;
    border-bottom: 1px dotted #EAEAEA;
}

.gallery-frame{
    overflow: hidden;
    margin-bottom: 30px;
}

.fa{
    font-size: 24px !important;
    background: #6D6E71;
    height: 50px;
    width: 50px;
    color: #323232;
    line-height: 50px !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.fa:hover{
    color: #FFF;
}

/* RESPONSIVE */

@media (max-width: 360px) {

    h1 span {
        background: rgba(0, 0, 0, 0) url("../images/bg-h1.png") no-repeat scroll center 68px;
    }

    #social-links a {
        margin: 0 6px;
    }
    
}

@media (max-width: 768px) {
    #top{
        position: relative;
        border-bottom: 1px solid #CCC;
        box-shadow: none;
    }

    #search-box{
        padding-top: 0px;
        position: absolute;
        text-align: left;
        padding-top: 20px;
    }

    .topBanner{
        position: relative;
        top:0;
        margin-bottom: 20px;
        max-height: 110px;
    }
    
    .topBanner h1 {
        font-size: 28px;
    }

    .special-padding-with-banner{
        margin-top:0px;
    }

    .special-padding-without-banner{
        margin-top:0px;
    }

    #mainMenu li{
        width: 100%;
        text-align: left;
    }
    #mainMenu li.activeMenu a{
        border-bottom: none;
    }
    #mainMenu li.activeMenu a{
        background: none;
    }

    #login-box{
        width: 280px;
    }
.gallery-frame{
    height: 77px;
    }
}

@media (min-width: 768px) {
    #mainMenu{
        padding-top: 15px;
    }
    #mainMenu a{
        font-size: 13px;
    }
    #top{
        position: fixed;
        z-index: 999999;
        top:0px;
        left: 0px;
        border-bottom: none;
    }

    .topBanner{
        top:83px;
    }
    .gallery-frame{
    height: 123px;
    }
    
}

@media (min-width: 992px) {
    #mainMenu{
        padding-top: 30px;
    }
    #mainMenu a{
        font-size: 13px;
    }
    #search-box{
        padding-top: 35px; 
    }

    .topBanner{
        top:83px;
    }
    .gallery-frame{
    height: 119px;
    }
}
@media (min-width: 1200px) {
    #mainMenu{
        padding-top: 40px;
    }
    #mainMenu a{
        font-size: 15px;
    }
    #search-box{
        padding-top: 45px; 
    }

    .topBanner{
        top:103px;
    }
    .gallery-frame{
    height: 147px;
    }
}
