
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #729f4c url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
span.cd-top {cursor:pointer;}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #000;
    opacity: 1;
}


/* -- Custom Scrollbar --*/

.read-content {
    box-sizing: border-box;
    height: 450px;
    padding-right: 20px;
    overflow: auto;
}

.read-content-cat {
    box-sizing: border-box;
    height: 524px;
    padding-right: 20px;
    overflow: auto;
}
.read-content-about {
    box-sizing: border-box;
    height: 290px;
    padding-right: 20px;
    overflow: auto;
}

.content_on_right {
    box-sizing: border-box;
    height: 472px;
    padding-right: 20px;
    overflow: auto;
}
.products_content_on_right {
    box-sizing: border-box;
    height: 472px;
    padding-right: 20px;
    overflow: auto;
}
.content_on_left {
    box-sizing: border-box;
    height: 408px;
    padding-right: 20px;
    overflow: auto;
}
.popup_container {
    box-sizing: border-box;
    max-height: 600px;
   /* padding-right: 20px;*/
    overflow: auto;
}

.read-content_p_hire {
    box-sizing: border-box;
    height: 232px;
    margin-bottom: 25px;
    overflow: auto;
    float: left;
}

.read-content_p_residential {
    box-sizing: border-box;
    height: 404px;
    margin-bottom: 25px;
    overflow: auto;
    float: left;
}



/*---FORM CSS--*/

div.wpcf7-validation-errors {
    background: #fff;
    border: none;
    color: #ff0000
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
    color: red;
    display: none !important;
    font-size: 1em;
}

div.wpcf7-validation-errors {
    border: 0 solid #000 !important;
    display: none !important;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.scrolloff {
    pointer-events: none;
}


/* For gallery section */

#loadingdiv {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    opacity: 0.97;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.wonderplugin-gridgallery-item-container {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    cursor: pointer;
}


.wonderplugin-gridgallery-item-img
{

}
.wonderplugin-gridgallery-item-container a{position: relative;  width: 100%;height: 100%;  display: block;overflow: hidden;border: 5px solid #ffffff}
.wonderplugin-gridgallery-item-container a:after {
    content: "";
    position: absolute;
    background: url(../images/overlay-image.png) center center no-repeat rgba(0,0,0,0.7);
    top: 0px;bottom: 0px;right: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;

    transform: scale(0);

}
.wonderplugin-gridgallery-item-container a:hover:after {
    opacity: 1;
    transform: scale(1);

    transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item
{
        margin-bottom: 5px !important;
}
.wonderplugin-gridgallery-item-container:after {
    content: '';
    height: 5px !important;
    background: #729f4c;
    bottom: -5px;
    left: 10px;
    right: 10px;
    position: absolute;
        border-radius: 0 0 2px 2px;
}
.wonderplugin-gridgallery-item-container
{
    overflow: visible !important;
        margin-bottom: 5px !important;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item
{
    overflow: visible !important;
}

.error_page,
.thank_you_page {
    text-align: center;
    margin: 30px;
}

/*
.load-more {

    color: #ffffff;
    display: block;
    float:none;
    font-size: 16px;
    font-weight: 600;
    line-height: 40.6px;
    padding: 3px 10px;
    text-align: center;
    transition: all 500ms linear 0s;
    margin-top: 20px;display: inline-block;

    margin-bottom: 20px;
}
.load-more i {

    font-size: 12px;
    font-weight: 400;

    padding-left: 10px;
}

.load-more:hover {
    background: #3d313c;
    color: #ffffff;
    transition: all 500ms linear 0s;
}
.load-more:hover i {
    color: #ffffff;
}
*/

.text_center {
    text-align: center !important;
}


div.wpcf7 .ajax-loader { float: left;}

.link_list ul li.active a {
    color: #fff;
}

#menu ul li ul li.active > a {
    color: #000000;
}

.inn_cont.subrub_inn_cont ul li {
    width: 50%;
    float: left;
    font-weight: 500;
    font-size: 16px;
}

div#n2-ss-2-arrow-previous {
    top: 50% !important;
}
div#n2-ss-2-arrow-next {
    top: 50% !important;
}
.n2-ib.nextend-arrow-previous img, #banner .n2-ib.nextend-arrow-next img {display: none!important}

/*#banner .n2-ib.nextend-arrow-previous{background: url(../images/banner-left-arrow.png)no-repeat 0 0;width: 35px;height: 35px;font-size: 10px;color: transparent;left: 0;}*/
.n2-ib.nextend-arrow-previous {background: url(../images/owl-control-prev.png)no-repeat 0 0; width: 43px!important; height: 86px!important; font-size: 10px; color: transparent; left: 0 !important;
    margin-top: -43px;}


/*#banner .n2-ib.nextend-arrow-next  {background: url(../images/banner-right-arrow.png)no-repeat 0 0;width: 35px;height: 35px;font-size: 10px;color: transparent;right: 0;}*/
.n2-ib.nextend-arrow-next {background: url(../images/owl-control.png)no-repeat 0 0; width: 43px!important; height:86px!important; font-size: 10px; color: transparent;

right: 0 !important;
    margin-top: -43px;}

div#n2-ss-2 .nextend-arrow
{
    z-index: 10 ;
}


div#n2-ss-2 .nextend-arrow img
{display: none !important ;}





footer .footerlinks ul li.activepg a {
    text-decoration: underline;
    color: #ffffff;
}

#innerpg_container h2{color: #424242; float: left; font-family: "sofia_prolight"; font-size: 22px; font-weight: bold; margin: 20px 0 5px; text-transform: uppercase; width: 100%;}

#innerpg_container .fullwidth_box h2 {color: #ffffff; text-transform: inherit!important; font-size: 22px; font-family: 'sofia_prolight'; font-weight: bold; line-height: 26px; text-align: left}

#innerpg_container h2.titletext, #innerpg_container h1.titletext {color: #424242;float: left;font-family: "sofia_prolight";font-size: 22px;font-weight: bold;line-height: normal;margin: -20px 0 10px!important;padding: 0;text-transform: uppercase;width: 100%;}


.aws-search-result {
    margin-top: 45px !important;
}

input.hidden, textarea.hidden, #wp-ProductLinks-wrap { display:none;}

.one {
    width: 100%;
    float: left;
}
.half {
    width: 50%;
    float: left;
}

.activeoption {
    color: #253281;
    font-weight: bold;
}

.hide_form {
    display: none;
}

.footer_left ul li.activepg a {
    color: #5c5c5c;
    text-decoration: underline;
}
footer ul.footerlinks li.activepg a {
    color: #222222;
    text-decoration: underline;
}

.innerpg_section .area-serve ul li.activepg a {
    color: #555555;
    text-decoration: underline;
}

.categorypg_content h1, .categorypg_content h2 {
    float: left;
    font-size: 34px;
    width: 100%;
    text-align: left;
    color: #333232;
    font-weight: 300;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
#wishlistitems dl.nowishlist dd { text-transform:none !important; }

h1.main-title {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: 'Oswald', sans-serif;line-height: 120%;
}

@media(max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.67);
        -webkit-transform: scale(0.67);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
#html5-close {
    top: 0 !important;
    right: -42px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.hide_form {
    display: none;
}


.product-enquiry-form.contact_form_bg{width: 100%;margin-top: 0;padding:30px}
.form-close{    position: absolute;
    right: 0;
    top: 0;    background: #fc6000}
 .product-enquiry-form.contact_form_bg .column_12{    margin-bottom: 30px;}

 .product-enquiry-form.contact_form_bg .full_width_textarea{ width: 100% !important;}
.product-enquiry-form.contact_form_bg #submit_enquiry {    width: auto;
    min-width: auto;
    padding: 7px 20px;}
  .product-enquiry-form.contact_form_bg  div.wpcf7 .ajax-loader{    float: right;}
  .prod_detailpg{    margin-top: 23px;
    text-align: center;}

