root { 
    display: block;
}

body{
    background: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    min-width: 303px;
    text-align: left;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:focus{
    outline: none;
    outline-offset: 0;
}

img{
    width: 100%;
}

.cf,
#contentArea,
#btmSpan,
.contentHold,
.rowCont,
.widget,
#projects-slides,
#mainNav,
#tlMenu ul li a{
    *zoom: 1;
}

.cf:before,
.cf:after,
#contentArea:before,
#contentArea:after,
#btmSpan:before,
#btmSpan:after,
.contentHold:before,
.contentHold:after,
.rowCont:before,
.rowCont:after,
.widget:before,
.widget:after,
#projects-slides:before,
#projects-slides:after,
#mainNav:before,
#mainNav:after,
#tlMenu ul li a:before,
#tlMenu ul li a:after{
    display: table;
    line-height: 0;
    content: "";
}

.cf:after,
#contentArea:after,
#btmSpan:after,
.contentHold:after,
.rowCont:after,
.widget:after,
#projects-slides:after,
#mainNav:after,
#tlMenu ul li a:after{
    clear: both;
}

.maintain-aspect-wrap{
    width: 100%;
    display: inline-block;
    position: relative;
}

.maintain-aspect-wrap:after{
    padding-top: 25.3%;
    display: block;
    content: '';
}

.innerPg .thinone .maintain-aspect-wrap:after{
    padding-top: 14%;
}

.innerPg .maintain-aspect-wrap:after{
    padding-top: 25%;
}

.maintain-aspect-ratio{
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
    /* background-color: rgb(0, 140, 200); /*let's see it!*/
    background-color: transparent;
}

#topSpan{
    height: 100px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    z-index: 3;
}

#topSpan a.logoHold{
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
}

#topSpan a.logoHold img.mainLogo{
    width: 417px;
    /*    height: 105px;*/
    display: block;
    margin: 0;
    padding: 0;
}

.timeLinePg #mainNavHold{
    /*    display: none;*/
    position: fixed;
    width: 200px;
    height: auto;
    top: 0;
    right: -200px;
    background-color: #f0f0f0;
}

.timeLinePg #mainNavHold #mainNav{
    float: none;
}

.timeLinePg #mainNavHold #mainNav li{
    display: block;
    float: none;
    border: none;
}

.timeLinePg #mainNavHold #mainNav li a{
    padding: 15px 30px 0px 30px;
    color: #111;
    font-size: 18px;
    height: 40px;
}

.timeLinePg #mainNavHold #mainNav li a.contBtn{
    color: #fff;
    font-weight: 400;
}

.timeLinePg #mainNavHold #mainNav li.subMenuLast a{
    color: #ccc;
    font-weight: 600;
    padding-left: 65px;
}

#topSpan .mobMenuBtn{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 4px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: transparent;
    cursor: pointer;
}

.timeLinePg #topSpan .mobMenuBtn{
    display: block;
    top: 20px;
    left: -70px;
}

.timeLinePg #mainNavHold #mainNav li ul.subMenuHold{
    background-color: #fff;
    top: 0;
    left: -245px;
    width: 245px;
    max-width: 245px;
    border: none;
}

.timeLinePg #mainNavHold #mainNav li ul.subMenuHold li a{
    color: #676767;
}

.timeLinePg #mainNavHold #mainNav li ul.subMenuHold li a:hover{
    color: #111;
}

.timeLinePg #mainNavHold #mainNav li ul.subMenuHold li.subMenuLast a{
    color: #ccc;
}

.timeLineSinlge{
    min-height: 1080px;
    padding: 60px 100px 0 250px;
}

.timeLineSinlge .tlSliderHold{
    width: 640px;
    float: left;
}

.timeLineSinlge .tlContent{

}

.timeLineSinlge .tlContent h3{
    color: #222;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
    font-size: 32px;
}

.timeLineSinlge .tlContent p{
    color: #2e2e2e;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 25px 0;
}

#tlMenu{
    position: absolute;
    left: 0;
    top: 170px;
}

#tlMenu ul{
    background-color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
}

#tlMenu ul li{
    position: relative;
    height: 76px;
    width: 196px;
}

#tlMenu ul li a{
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    padding: 8px 20px 8px 13px;
    color: #555;
    background: #e0e0e0;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#tlMenu ul li:nth-child(even) a{
    background-color: #eee;
}

#tlMenu ul li a:hover{
    left: 7px;
}

#tlMenu ul li a span.tlMenuDate{
    display: table-cell;
    vertical-align: middle;
}

#tlMenu ul li a span.tlMenuThumb{
    display: block;
    padding: 0;
    width: 76px;
    height: 56px;
    border: 2px solid #fafafa;
    margin: 0px 15px 0px 0px;
}



#tlMenu ul li a .ifActiveDate{
    display: none;
}

#tlMenu ul li a.currentDate .ifActiveDate{
    display: block;
    width: 10px;
    height: 76px;
    background-image: url('../img/ifActiveArr.png');
    position: absolute;
    top: 0;
    right: -10px;
}

#tlMenu ul li a.currentDate{
    left: 7px;
    background-color: #f00;
    color: #fff;
}

.tlSliderHold .flexslider .slides > li .spec-caption{
    position: absolute;
    margin: 0;
    padding: 10px 17px;
    background-color: #eeeeee;
    top: 435px;
    left: 0;
    text-align: justify;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tlSliderHold .flexslider .slides > li .spec-caption p{
    font-size: 14px;
    margin: 0;
    color: #2e2e2e;
}

.tlSliderHold .flexslider .slides > li .spec-caption span.placeArr{
    display: block;
    position: absolute;
    top: -13px;
    width: 31px;
    height: 14px;
    background-image: url('../img/placeArr.png');
}

.tlSliderHold .flexslider .slides > li:nth-child(1) .spec-caption span.placeArr{
    left: 62px;
}

.tlSliderHold .flexslider .slides > li:nth-child(2) .spec-caption span.placeArr{
    left: 207px;
}

.tlSliderHold .flexslider .slides > li:nth-child(3) .spec-caption span.placeArr{
    left: 352px;
}

.tlSliderHold .flexslider .slides > li:nth-child(4) .spec-caption span.placeArr{
    left: 487px;
}

.overflowHider{
    overflow: hidden;
    float: right;
    height: auto;
    overflow: hidden;
}

#topSpan .mobMenuBtn span{
    display: block;
    background-color: #323232;
    margin: 5px 0 0 0;
    width: 100%;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

#topSpan .mobMenuBtn:hover span{
    background-color: #e00;
}

#topSpan .mobMenuBtn span:nth-child(1),
#topSpan .mobMenuBtn span:nth-child(2),
#topSpan .mobMenuBtn span:nth-child(3){
    position: absolute;
    left: 0;
}

#topSpan .mobMenuBtn span:nth-child(1){
    top: 0;
}

#topSpan .mobMenuBtn span:nth-child(2){
    top: 10px;
}

#topSpan .mobMenuBtn span:nth-child(3){
    top: 20px;
}

#mainNavHold{
    float: right;
}

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

#mainNav li{
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

#mainNav li a{
    display: block;
    margin: 0;
    padding: 41px 25px 0px 25px;
    color: #111;
    font-size: 14px;
    height: 59px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px 0px rgba(255,255,255,0.2);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: transparent;
    background-color: rgba(255,255,255,0);
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

#mainNav li a:hover{
    background-color: #fff;
    background-color: rgba(255,255,255,1);
}

#mainNav li a.contBtn{
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    background-color: #f00;
}

#mainNav li a.contBtn:hover{
    background-color: #222;
}

#mainNav li a.activeLink{
    background-image: url('../img/actvlink.png');
    background-color: #f8f8f8;
    cursor: default;
}

#mainNav li a.activeLink.contBtn{
    color: #111;
    font-weight: 400;
}

#mainNav li a.activeLink.contBtn:hover{
    background-color: #f8f8f8;
}

#mainNav li ul.subMenuHold{
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 100px;
    border-top: 1px solid #cfcfcf;
}

#mainNav li ul.subMenuHold li{
    list-style: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cfcfcf;
}

#mainNav li ul.subMenuHold li:first{
    border-top: none;
}

#mainNav li ul.subMenuHold li a{
    display: block;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    text-transform: capitalize;
    padding: 18px 40px;
    font-size: 14px;
    min-width: 170px;
    height: auto;
}

#mainNav li ul.subMenuHold li a:hover{
    background-color: #fff;
    background-color: rgba(255,255,255,1);
}

#mainNav li ul.subMenuHold li.subMenuLast{
    border-bottom: none;
}

#mainNav li ul.subMenuHold li.subMenuLast a{
    background-color: #222;
    background-color: rgba(0,0,0,0.8);
    background-image: url('../img/icon-arr.png');
    background-repeat: no-repeat;
    background-position: 40px center;
    padding-left: 65px;
    color: #ccc;
    font-weight: 600;
    min-width: 145px;
}

#mainNav li ul.subMenuHold li.subMenuLast a:hover{
    background-color: #111;
    background-color: rgba(0,0,0,0.95);
}

#stageSpan{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.nivoSlider .nivo-caption p{
    padding: 10px 25px 30px 25px;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.nivoSlider .nivo-caption p strong{
    font-weight: 600;
}

#contentArea{
    background-color: #fff;
    background-image: url('../img/topline.png');
    background-repeat: repeat-x;
    background-position: top left;
}

#contentArea{
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

#contentArea h1,
#contentArea h2,
#contentArea h3,
#contentArea h4,
#contentArea h5,
#contentArea h6{
    color: #222;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
    font-size: 30px;
}

#contentArea h2{
    font-size: 26px;
}

#contentArea h3{
    font-size: 24px;
    font-weight: 600;
}

#contentArea h4{
    font-size: 22px;
    font-weight: 600;
}

#contentArea .latest-news-widget h4 {
    text-align: center;
}

#contentArea h5{
    font-size: 20px;
    font-weight: 600;
}

#contentArea h6{
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

#contentArea .contentHold.wideCol h1{
    margin-bottom: 50px;
}

#contentArea p,
#contentArea ul{
    color: #2e2e2e;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 25px 0;
}

#contentArea ul#latest-news{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#contentArea ul#latest-news li{
    list-style: none;
}

.homePg #contentArea h1,
.homePg #contentArea h2,
.homePg #contentArea h3,
.homePg #contentArea h4,
.homePg #contentArea h5,
.homePg #contentArea h6,
.homePg #contentArea p{
    text-align: justify;
}

#contentArea a.spec-btn,
#contentArea input.spec-btn{
    display: block;
    padding: 15px 25px;
    margin: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #2e2e2e;
    border: 1px solid #484848;
    float: left;
    cursor: pointer;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

#contentArea a.spec-btn:hover,
#contentArea input.spec-btn:hover{
    background-color: #f0f0f0;
}

#contentArea a.spec-btn.spec-btn-red{
    background-color: #f00;
    color: #fff;
    border: none;
}

#contentArea a.spec-btn.spec-btn-red:hover{
    background-color: #222;
}

#contentArea .btnsHold{
    width: 425px;
    margin: 0 auto;
}

.innerPg #contentArea{
    padding: 0;
}

.contentHold{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.timeLinePg .contentHold{
    width: 710px;
}

.contentHold.wideCol{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contentHold .leftCol{
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    width: 620px;
    float: left;
}

.contentHold .rightCol{
    padding-top: 65px;
    width: 300px;
    height: 100%;
    float: right;
    background-color: #f0f0f0;
    background-image: url('../img/topline.png');
    background-repeat: repeat-x;
    background-position: top left;
}

#contentArea .widget{
    margin: 0;
    margin-bottom: 20px;

}

#contentArea .widget p{
    text-align: justify;
}

#contentArea .widget h2{
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
}

#contentArea .testimonials-widget{

}

#contentArea .testimonials-widget p{
    margin: 0;
}

#contentArea .projects-widget{

}

#contentArea .projects-widget h4{
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#contentArea .projects-widget p{
    font-size: 16px;
    line-height: 20px;
}



#contentArea .projects-widget .projects-slider{
    margin: 0 30px;
}

#contentArea .latest-news-widget .latest-news {
    margin: 0 30px;
}

#contentArea .projects-widget h2{
    margin-bottom: 30px;
}

#contentArea .projects-widget .nbs-flexisel-inner .nbs-flexisel-item a,
#contentArea .projects-widget .nbs-flexisel-inner .nbs-flexisel-item a img{
    display: block;
    margin: 0;
}

#contentArea .rowHold{
    position: relative;
    padding: 10px 20px 10px 10px;
    background-color: #f0f0f0;
    margin: 0 0 50px 0;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#contentArea .rowHold:hover{
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-bottom: 2px solid #ccc;
}

#contentArea .rowHold .rowPicHold{
    float: left;
    margin: 0 30px 0 0;
    border: 1px solid #999;
}

#contentArea .rowHold .rowPicHold img{
    display: block;
}

#contentArea .rowHold .rowCont{

}

#contentArea .rowHold .rowCont h3{
    margin-bottom: 5px;
    margin-top: 0px;
}

#contentArea .rowHold .rowCont p{
    font-size: 17px;
    line-height: 28px;
}

#contentArea .rowHold a.spec-btn{    
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#logoslider{
    height: 1%;
    overflow:hidden;
    padding: 0 0 10px;
    position: relative;
    margin: 0 0 30px 0;
}

#logoslider .viewport{
    float: none;
    width: 182px;
    height: 546px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
}

#logoslider .buttons{
    position: absolute;
    background-color: transparent;
    background-image: url('../img/icon-arr-up-down.png');
    background-position: top left;
    display: block;
    margin: 0;
    float: none;
    width: 123px;
    height: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
    left: 50%;
    top: 0;
    margin-left: -61px;
    text-indent: -9999px;
    opacity: 0.5;
    z-index: 20;
}

#logoslider .next{
    top: auto;
    bottom: 0;
    background-position: bottom left;
}

#logoslider .buttons:hover{
    opacity: 1;
}

#logoslider .disable{
    visibility: hidden;
}

#logoslider .overview{
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 182px;
    left: 0;
    top: 0;
}

#logoslider .overview li{
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 182px;
    width: 182px;
}


.genFormHold{
    margin: 30px 0 0 0;
}

.genFormHold .orderForm{

}

.genFormHold.orderForm select{
    text-transform: uppercase;
}

.genFormHold .formRow{
    margin: 0 0 20px 0;
}

.genFormHold .formRow input,
.genFormHold .formRow select,
.genFormHold .formRow textarea{
    font-family: inherit;
    margin: 0 0 15px 0;
    width: 90%;
    padding: 8px 2%;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #808080;
}

.genFormHold .formRow select{
    width: 94%;
}

.genFormHold .formRow textarea{
    min-height: 120px;
    resize: vertical;
}

.genFormHold #epicaptcha{
    float: left;
    margin: 0;
}

.genFormHold input#epi{
    background-color: transparent;
    margin: 0 0 0 50px;
    float: left;
}

.genFormHold .formRow label{
    margin: 0 0 10px 0;
}

#btmSpan{
    position: relative;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url('../img/footerBg.png');
    padding: 40px 0;
    border-top: 12px solid #d9d9d9;
    font-size: 12px;
    color: #c0c0c0;
    z-index: 2;
}

#btmSpan p{
    float: left;
    margin: 0;
}

#btmSpan p.epicdev{
    float: right;
}

#btmSpan p.epicdev a{
    color: #c0c0c0;
}

#btmSpan p.legals{
    position: absolute;
    top: 0;
    left: 50%;
    width: 276px;
    float: none;
    margin: 0 0 0 -138px;
}

#btmSpan p.legals a{
    color: #c0c0c0;
    margin: 0 20px;
}

.timeLinePg{

}

.timeLinePg #topSpan{
    background-color: #eee;
}

.timeLinePg #contentArea{
    background-image: none;
}

#client-slider #flexiselDemo3 li img
{
    width: 60%;
    margin: 0 auto;
}

#client-slider .nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
    background-color: transparent;
    background-position: top;
    background-repeat: no-repeat;
}

#client-slider .nbs-flexisel-nav-left {
    background-image: url("../img/ifActiveArrleft.png");
    background-position: 0px 0px;
    left: -30px;
}
#client-slider .nbs-flexisel-nav-left:hover{
    background-position: 0px 0px;
}

#client-slider .nbs-flexisel-nav-right {
    right: -30px;
    left: auto;
    background-position: 0px 0px;
    background-image: url("../img/ifActiveArr.png");
}
#client-slider .nbs-flexisel-nav-right:hover{
    background-position: 0px 0px;
}

a.pglinks
{
    color: #e00;
    margin-bottom: 20px;
    text-decoration: underline;
}

a.pglinks:hover
{
    color: #c0c0c0;
}

.centerit
{
    float: none !important;
    margin: 0 auto;
}

ul.twologos 
{
    width: 100% !important;
    /*    margin: 0 auto !important;*/
    /*    height: 49px !important;*/
    text-align: center;
    float: none;
    padding: 0px;
    margin-bottom: 30px !important;
    padding-right: 30px;
}

ul.twologos li
{
    width: 150px;
    margin: 5px;
    display: inline-block;
    height: 100%;
}

#project-slides .nbs-flexisel-item img
{
    max-width: 764px;
    max-height: 428px;
}

.innerPg #contentArea.projects-single
{
    padding-top:50px;
}

.innerPg #contentArea.projects-single h1
{
    text-align: center;
}

.innerPg #contentArea.projects-single div.holdPostContent
{
    margin-top: 50px;
    margin-bottom: 35px;
}

.innerPg #contentArea.projects-single div.holdPostContent p
{
    text-align: center;
}

.innerPg #contentArea.projects-single .nbs-flexisel-nav-right 
{
    background-image: url("../img/ifActiveArr.png");
    background-position: top right;
    left: auto;
    right: -30px;
}

#contentArea.projects-single a.spec-btn, #contentArea input.spec-btn
{
    margin-bottom: 50px;
}

.innerPg #contentArea.projects-single .nbs-flexisel-nav-left
{
    background-image: url("../img/ifActiveArrleft.png");
    background-position: top left;
    right: auto;
    left: -30px;
}

.innerPg #contentArea.projects-single .nbs-flexisel-container
{
    width:65%;
    margin: 0 auto;
}

.innerPg #contentArea.blogpost .nbs-flexisel-nav-right 
{
    background-image: url("../img/ifActiveArr.png");
    background-position: top right;
    left: auto;
    right: -30px;
}

.innerPg #contentArea.blogpost .nbs-flexisel-nav-left
{
    background-image: url("../img/ifActiveArrleft.png");
    background-position: top left;
    right: auto;
    left: -30px;
}

.innerPg #contentArea.blogpost .nbs-flexisel-container
{
    width:65%;
    margin: 0 auto;
}

.innerPg #contentArea.blogpost h1
{
    text-align: center;
}

.innerPg #contentArea.blogpost div.holdPostContent
{
    margin-top: 50px;
    margin-bottom: 35px;
}

.innerPg #contentArea.blogpost div.holdPostContent p
{
    text-align: center;
}

#contentArea.SmeHeight
{
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

#contentArea.SmeHeight div.leftCol
{
    margin-bottom: -999999px;
    padding-bottom: 999999px;
}

#contentArea.SmeHeight div.rightCol
{
    margin-bottom: -999999px;
    padding-bottom: 999999px;
}

iframe.googlemap
{
    float: none;
    height: 540px;
    margin: 0 auto;
    width: 90%;
    margin-left: 5%;
}

.security-send-hold
{
    margin-bottom: 50px;
}

#contentArea p.smaller-margin
{
    margin-bottom: 10px;
}

/*///////////////////////////////////////////////////////
////////////////////////MENU DROP////////////////////////
///////////////////////////////////////////////////////*/

div.menu-drop
{
    width: 50%;
    position: fixed;
    height: 101%;
    right: -50%;
    top: 0px;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    display: table;
}

div.menu-drop ul.menu-drop
{
    margin: 0px;
    width: 90%;
    padding: 5%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

div.menu-drop ul.menu-drop li
{
    list-style: none;
    width: 100%;
    margin-top: 5px;
}

div.menu-drop ul.menu-drop li img
{
    width: 20%;
    margin: 0 auto;
}

div.menu-drop ul.menu-drop li a
{
    width: 90%;
    padding: 5%;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
}

div.menu-drop ul.menu-drop li a:hover
{
    background-color: rgba(255,255,255,0.4);
}

div.menu-drop ul.menu-drop li.close-ico a img
{
    width: 30px;
    margin: 0 auto;
}

div.menu-drop ul.menu-drop li div.social-min
{
    width: 32%;
    margin-right: 2%;
    height: 100%;
    float: left;
}

div.menu-drop ul.menu-drop li div.social-min.last
{
    margin-right: 0%;
}

div.menu-drop ul.menu-drop li div.social-min a img
{
    width: 30px;
}

div.menu-button
{
    width: 100px;
    height: 100px;
    display: none;
    background-color: #e00;
}

div.menu-button div.inner
{
    display: table;
    width: 100%;
    height: 100%;
}

div.menu-button div.inner div.img-hold
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.menu-button div.inner div.img-hold img
{
    width: 42px;
    height: 36px;
}

.innerPg #contentArea.projects-single .nbs-flexisel-nav-right,
#client-slider .nbs-flexisel-nav-right,
.innerPg #contentArea.blogpost .nbs-flexisel-nav-right{
    top: 50% !important;
    margin-top: -37px !important;
}

.innerPg #contentArea.projects-single .nbs-flexisel-nav-left,
#client-slider .nbs-flexisel-nav-left,
.innerPg #contentArea.blogpost .nbs-flexisel-nav-left{
    top: 50% !important;
    margin-top: -37px !important;
}

img#epicaptcha_lock
{
    width: 30px;
}





