/*
Theme Name: C-Lite
Theme URI: http://walterwakefield.com.au/
Author: walterwakefield.com.au
Author URI: http://walterwakefield.com.au/
Description: C-Lite Wordpress Theme
Version: 1.1

*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, menu {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #db8d1c;
}

a:link {
    text-decoration: none;
    color: #db8d1c;
}

a:visited {
    text-decoration: none;
    color: #db8d1c;
}

a:hover {
    text-decoration: underline;
    color: #db8d1c;
}

a:active {
    text-decoration: none;
    color: #db8d1c;
}

p {
    padding-bottom: 22px;
}

body{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    float: left;
    font-size: 1.000em; /*16 px*/
    line-height: normal;
    color: #000000;
    background: #ffffff;
    min-width: 300px;
}

.wrap{
    margin: 0 auto;
    width: 940px;
    clear: both;
}

/*________________header_________________*/

.header{
    float: left;
    width: 100%;
    padding: 41px 0 25px 0;
    border-bottom: 20px solid #e2a449;
}

.header .logo{
    float: left;
}

.header .main-menu .list{
    float: right;
    position: relative;
    padding: 8px 0 0 0;
    margin: 0 -7px 0 0;
}

.header .main-menu .list .menu-item{
    float: left;
    margin: 0 0 0 9px;
}

.header .main-menu .list .menu-item a{
    display: block;
    color: #000000;
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 5px 7px;
    font-family: SanchezSlab-Black;
    font-weight: normal;
    font-style: normal;
}

.header .main-menu .list .menu-item a:hover{
    text-decoration: none;
}

.header .main-menu .list .underlining{
    position: absolute;
    bottom: -22px;
    left: -113px;
    width: 45px;
    height: 9px;
    background: #db8d1c;
}

h2{
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #db8d1c;
    font-size: 1.125em;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #db8d1c;
}

.header .mobile-menu{
    float: right;
    position: relative;
}

.header .mobile-menu .list{
    position: absolute;
    right: 3px;
    top: 70px;
    width: 240px;
    border: 5px solid #db8d1c;
    padding: 10px 25px;
    background: #ffffff;
    z-index: 10;
}

.header .mobile-menu .button{
    font-size: 76px;
    line-height: 44px;
    font-weight: bold;
    color: #db8d1c;
    text-align: right;
}

.header .mobile-menu .list .menu-item{
    margin: 5px 0;
}

.header .mobile-menu .list a{
    font-size: 1.5em;
    line-height: normal;
}

/*________________banner_________________*/

.orange-mask{
    position: relative;
}

.orange-mask .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #db8d1c;
    opacity: 0.8;
    z-index: 1;
}

.banner{
    float: left;
    width: 100%;
    padding: 0 0 0;
    overflow: hidden;
    position: relative;
}

.banner .box-img{
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}

*+html .banner .box-img{
    background-size: 100% auto;
}

.banner img{
    float: left;
    width: 100%;
    height: auto;
}

.banner .tittle .mask{
    margin: -20px 0 0 0;
}

.banner .tittle{
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    background: #db8d1c;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size:  3.250em;
    line-height: 46px;
    padding: 18px 0 20px;
}

.banner .tittle h1{
    margin: 0 auto;
    width: 940px;
    clear: both;
    font-family: SanchezSlab-Black;
    font-weight: normal;
    font-style: normal;
}

/*________________content_________________*/

.content{
    float: left;
    line-height: 22px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 35px 0;
    width: 100%;
}

.content sup{
    font-size: 0.563em;
}

.content .part-left{
    float: left;
    width: 48%;
}

.content .part-right{
    float: right;
    width: 48%;
}

.content .boxes-services{
    float: left;
    margin-left: -2.337398374%;
    padding: 0;
    text-align: left;
    width: 104.6808511%;
}

.content .boxes-services .box{
    display: inline-block;
    margin: 24px 2.237398374% 0;
    text-align: left;
    vertical-align: top;
    width: 28.45528455%;
}

.content .boxes-services .box img{
    width: 100%;
    height: auto;
}

*+html .content .boxes-services .box{
    display: inline;
}

.content .boxes-services .box h2{
    margin: 10px 0 12px;
    font-family: SanchezSlab-Black;
    font-weight: normal;
    font-style: normal;
}

.content .boxes-services .box h3{
    text-align: center;
    font-size: 1.125em;
}

.content .boxes-services .box ul{
    border-top: 1px solid #db8d1c;
    display: block;
    margin: 18px 0 26px 0;
}

.content .boxes-services .box ul li{
    border-bottom: 1px solid #db8d1c;
    font-size: 0.813em;
    padding: 5px 0 4px;
}

.content .boxes-services .box ul li .num{
    font-weight: bold;
    color: #db8d1c;
    padding: 0 16px 0 0;
    text-transform: uppercase;
}

.content .boxes-projects{
    float: left;
    margin-left: -0.835945664%;
    padding: 19px 0 0;
    text-align: center;
    width: 101.8185106%;
    margin-bottom: 0.744680851%;
}

.home .content .boxes-projects, .box-social{display: none; }

.content .boxes-projects .box {
    display: inline-block;
    margin: 10px 0.82%;
    vertical-align: top;
    width: 23%;
}

.content .boxes-projects .box img{
    margin-bottom: 13px;
    width: 100%;
    height: auto;
}

.content .boxes-projects a.box{
    color: #000000;
}

*+html .content .boxes-projects .box{
    display: inline;
}

.content .boxes-projects h2{
    width: 98%;
    margin: 0 auto 10px;
    font-family: SanchezSlab-Black;
    font-weight: normal;
    font-style: normal;
}

.map-contact{
    position: relative;
    float: left;
    width: 610px;
    height: 400px;
    margin: 5px 0 0 8px;
}

.map-contact img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-contact{
    margin: 0 0 0 40px;
    float: left;
    width: 190px;
}

.info-contact span{
    color: #db8d1c;
}

.info-contact a{
    color: #000000;
}

/*________________footer_________________*/

.footer{
    float: left;
    width: 100%;
    font-size: 0.938em;
}

.footer .wrap{
    padding: 22px 0 0 0;
    border-top: 1px solid #db8d1c;
}

.footer .box-social{
    float: right;
    margin: -2px 0 0 0;
}

.footer p{
    float: left;
}

.footer .box-social .soc1,
.footer .box-social .soc2,
.footer .box-social .soc3,
.footer .box-social .soc4{
    float: left;
    width: 21px;
    height: 21px;
    margin: 0 0 0 26px;
    background: url("img/design/ico-socials.png") no-repeat 0 0 transparent;
}

.footer .box-social .soc2{
    background-position: -21px 0;
}

.footer .box-social .soc3{
    background-position: -42px 0;
}

.footer .box-social .soc4{
    background-position: -63px 0;
}