

.main-banner.construction{
  background-image:url(../img/construction-banner.png);
  height: 489px;
}

.menu-right {
    right: -280px
}

.menu-right.right-open {
    right: 0
}

.menu-top {
    width: 100%;
    top: -100%
}

.menu-top.top-open {
    top: 0
}

.menu-bottom {
    width: 100%;
    top: 100%
}

.menu-bottom.bottom-open {
    top: 0
}

.push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.push-left {
    left: -280px
}

.push-left.pushleft-open {
    left: 0;
    z-index: 12
}

.push-toleft {
    left: 280px
}

.push-right {
    right: -280px
}

.push-right .backBtn {
    text-align: left
}

.push-right.pushright-open {
    right: 0
}

.push-toright {
    left: -280px
}

/* Kim Styles Starts */

.main-banner-construction {
    width: 100%;
    height: 489px;
    display: table;
    background-size: cover;
    background-position: center center
}

.main-banner-construction .banner-caption {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto
}

.main-banner-construction .banner-caption h2 {
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-weight: 900;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.main-banner-construction .banner-caption p {
    color: #fff;
    font-size: 20px;
    margin: 15px auto;
    width: 100%;
    max-width: 1200px;
    text-transform: uppercase
}

.breadcrumbs-holder {
    display: block;
    height: 100%;
    float: none;
    padding: 34px 0px 0px 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

section.construction {
    width: 100%;
    padding: 0 20px;
    max-width: 990px;
    min-height: 1300px;
    margin: 50px auto ;
    background-color: #fff;
}

section.construction .blocks {
    width: 100%;
    margin: 0 auto;
    position: relative
}

section.construction .blocks p{
    margin:12px 0px;
    line-height:1.5em;
}

section.construction .blocks h4 {
  text-align: center;
  line-height: normal;
  font-size: 34px;
  font-weight: 700;
      margin-bottom: 80px;
}

section.construction .blocks h3 {
    line-height: normal;
    font-style: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

section.construction .blocks .block-head {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 30px 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    background:#e6eeff;
}

section.construction .blocks .blog-head {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin: 30px 0px;
    padding: 20px 0px;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #000;
}

section.construction .blocks-holder {
    width: 100%;
    margin: 30px auto ;
    position: relative
}

section.construction .blocks-holder .img{
    width: 33.33%;
    height: 299px;
    display: table;
    background-size: cover;
    background-position: center center;
    float: left;
}

section.construction .blocks-holder .bg{
    width: 100%;
    height: 299px;
    display: table;
    background-size: cover;
    background-position: center center;
}
section.construction .blocks-holder .left{
    width: 50%;
    padding-right: 10px;
    line-height:1.5em;
    float: left;
}

section.construction .blocks-holder .right{
    width: 50%;
    padding-left: 10px;
    float: right;
}

section.construction .blocks-holder .right .col-holder{
    width: 100%;
    clear: both;
    border-top:1px solid #fff;
    border-bottom:1px solid #999;
}

section.construction .blocks-holder .right .col-holder .col-a{
    width: 30%;
    font-weight: 500;
    background-color: #F2f2f2;
    padding: 15px;
    float: left;
}
section.construction .blocks-holder .right .col-holder .col-b{
    width: 70%;
    font-weight: 500;
    padding: 15px;
    float: right;
}

section.construction .blocks-holder .blog-holder{
    width: 100%;
    clear: both;
    margin:10px 0px;
}

section.construction .blocks-holder .blog-holder .blog-date{
    width: 20%;
    font-weight: 500;
    background-color: #123377;
    text-align: center;
    color: #FFF;
    padding: 15px;
    float: left;
}
section.construction .blocks-holder .blog-holder .blog-links{
    width: 80%;
    font-weight: 500;
    padding: 15px;
    float: right;
}

section.construction .blocks-holder .blog-holder .blog-links a{
    color: #000;
    text-decoration: underline;
}

section.construction .blocks-holder .blog-holder .blog-links a:hover{
    color: #000;
    text-decoration:none;
}
