@charset "utf-8";

/*
        Resets
*/
.sideproduct ul li a{padding:0px 15px;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0;width:100% !important; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100% !important;
}
body {
    background: #fff;
    background-size: 100%;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:24px;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
    margin:15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px !important;
    font-weight:800;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    /*color: #ff9600;*/
}
h2 {
    font-size:40px;
    font-weight:600;
}
h3 {
    font-size:26px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight:400;
    margin: 0;
}

img {
    border:none;
    max-width:100%;    
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/* topheader */
.topheader a{color:#fff;}

/*header*/
.header {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
}
.header:after {
    display: block;
    content: "";
    clear: both;
}
.topheader {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0 40px 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.topheader p {
    margin: 0;
}
.topsocials {
    display: inline-block;
    float: right;
}
.topsocials ul li {
    display: inline;
    float: left;
    margin: 0 2px;
}
.topsocials ul li a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #333;
    font-size: 16px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.fbicon:hover {
    background: #204385;
}
.twticon:hover {
    background: #2aa9e0;
}
.linkdicon:hover {
    background: #02669a;
}
.gplusicon:hover {
    background: #d3492c;
}
.topsocials ul li a:hover {
    color: #fff;
}

/*innerheader*/
.innerheader {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin-top: -25px;
    position: relative;
}
.innerheader:after {
    display: block;
    content: "";
    clear: both;
}
.fixedheader {
    /*position: fixed;
    top: 45px;
    left: 0%;
    right: 0%;*/
}
.logo {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top: -45px;
    left: -12px;
}
/*navigation*/
.navigation {
    display: block;
    float: right;
}
.navigation ul li {
    display: inline;
}
.navigation ul li {
    float: left;
}
.navigation ul li a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 15px;
    float: left;
    margin: 0 2px;
    color: #7d973c;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    position: relative;
    /*overflow: hidden;*/
}
.navigation ul li a span {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
}
.navigation ul li a i {
    display: inline-block;
    font-size: 25px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    color: #7f3b3b;
}
.navigation ul li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    border: solid 2px #7d973c;
    /*border: solid 2px rgba(127,59,59,0.5);*/
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    z-index: 0;
    border-radius: 0 0 50px 50px;
}
.navigation ul li a:hover:before {
    height: 100%;
    opacity: 1;
    border-radius: 0 0 0 0;
}
.activelink:before {
    height: 100% !important;
    opacity: 1 !important;
    border-radius: 0 0 0 0 !important;
}

/*fixed-menu-header*/
.fixed-menu-btn {
    display: none;
    width: 90px;
    height: auto;
    padding: 8px 0;
    color: #222;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    /*top: 20px;*/
    top: 52px;
    right: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 5000;
    text-align: center;
}
.fixed-menu-btn:hover {
    background: #eee;
}
.fixed-menu-btn i {
    font-size: inherit;
    color: inherit;
}
.fixed-menu-header {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    background: #7d973c;
    background: rgba(125,151,60,0.9);
    text-align: center;
    padding: 100px 0;
    color: #fff;
    z-index: 5100;
    box-shadow: -5px 0 6px rgba(0,0,0,0.15);
}
.fixe-menu-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #fff;
    color: #7d973c;
    margin: 15px auto;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -20px;
    border: solid 2px #7d973c;
    border-radius: 100%;
}
.fixe-menu-close:hover {
    background: #eee;
}
.fixe-menu-close i {
    color: inherit;
    font-size: inherit;
}
.fixed-menu-header ul,.fixed-menu-header ul li {
    display: block;
}
.fixed-menu-header ul li {
    display: block;
    clear: both;
    border-bottom: dotted 2px rgba(255,255,255,0.15);
    color: #fff;
}
.fixed-menu-header ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}
.fixed-menu-header ul li a:hover {
    color: #ddd;
}

/*bannerslider*/
.bannerslider ul li,.bannerslider,.innerbanner {
    position: relative;
    margin-top: -63px;
}
.centertxt {
    text-align: center;
}
.lefttxt {
    text-align: left;
}
.righttxt {
    text-align: right;
}
.slidediv {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.slidediv h1 {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(50,94,199,0.80);
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    margin: 5px 15px;
}
.slidediv h4 {
    clear: both;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(255,255,255,0.75);
    color: #222;
    margin: 3px 15px;
}
.flex-direction-nav {
    display: none !important;
}
.bannerslider .flex-control-nav {
    width: 5% !important;
    bottom: 50% !important;
    z-index: 200;
}
.bannerslider .flex-control-paging li {
    display: block !important;
    clear: both;
}
.bannerslider .flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    clear: both !important;
    margin: 5px 0;
}
.bannershadow {
    display: block;
    width: 100%;
    clear: both;
    height: 57px;
    background: url("../images/headershadow.png") no-repeat scroll center center #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.features{
    padding: 0;
}

.feature-wrap {
    /*margin-bottom: 35px;*/
    overflow: hidden;
}

.feature-wrap h2{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
}
.feature-wrap h3 {
    font-size: 16px;
    color: #787878;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i{
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align:center;
    background: #ffffff;
    color: #325ec7;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
section {
    /*padding: 50px 0;*/
    display: block;
    /*min-height: 100% !important;*/
}
#aboutus {
    /*background: #f2f2f2;*/
    text-align:justify;
}

/*aboutsection*/
.about-heading-section {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    /*padding-top: 15px;*/
    left: 0%;
    right: 0%;
    z-index: 100;
    color: #fff;
    margin: 0 auto;
    background: -linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
}
.about-heading-section .section-header {
    margin-bottom: 0;
    /*padding-top: 20px;*/
}
.about-heading-section .section-header .section-title {
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.about-slider {
    display: block;
    width: 50%;
    height: auto;
    float: left;
}
.about-slider .flexslider {
    padding: 5px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #FFF;
    border-radius: 15px;
}
.about-slider .flexslider img {
    border-radius: 10px;
}
.about-slider .flex-control-nav
{
    display: none;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.about-section-left {
    display: block;
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    color: #222;
}
@media (max-height: 768px) {
    .about-wrapper {
        position: relative;
        top: 60px;
    }
}

.inner-about-section-left {
    display: block;
    padding: 30px;
    margin: 0px 50px 0px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    position: relative;
    border-radius: 15px;
}
.inner-about-section-left:before {
    content: "";
    display: block;
    width: 29px;
    height: 55px;
    position: absolute;
    background: url(../images/rotate-shape.png) no-repeat center;
    top: 42%;
    left: -29px;
}
.inner-about-slider {
    display: block;
    margin-top: 0;
    padding: 0 50px;
}
.inner-about-section-left .section-header {
    margin-bottom: 0;
    padding-top: 0;
}
.inner-about-section-left .section-header .section-title::before {
    background: #ccc;
    left: 0%;
    margin-left: 0;
}
.inner-about-section-left .section-header .section-title::after {
    left: 13%;
}

/*#aboutus p, h4, h3, h2, h1{text-align:justify;}*/
.feature-wrap i:hover {
    background: #325ec7;
    color: #fff;
    box-shadow: inset 0 0 0 5px #325ec7;
    -webkit-box-shadow: inset 0 0 0 5px #325ec7;
    border: 3px solid #325ec7;
}
.section-header {
    margin-bottom: 50px;
    padding-top: 50px;
    /*padding-top: 118px;*/
}
.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.colorsstrip {
    display: block;
    width: 100%;
    clear: both;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #325ec7;
}


#contact {
    display: table;
    width: 100%;
    background: #fff url("../images/contact-section-bg.jpg") no-repeat top left;
    color: inherit;
}
#contact {
    padding-bottom: 60px;
}



#contact .contact-form h3 {
    margin-top: 0;
}
.address-details address {
    margin-bottom: 15px;
}
.address-details h5 {
    font-weight: 600;
}
/***********************
********* Footer ******
************************/

/*footer*/
.footer {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #75913f;
    color: #fff;
    clear: both;
    text-align: center;
    box-shadow: inset 0 10px 20px rgba(0,0,0,0.35);
    border-top: solid 1px #666;
}
.footer p,.footer a,.footer p a {
    color: #fff;
    text-align: center;
}
.footer a:hover,.footer p a:hover {
    text-decoration: underline;
}
.socials {
    text-align: center;
    display: block;
    margin: 20px 0;
}
.socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: inherit;
    font-size: 18px;
    color: #fff;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.socials a:hover {
    background: #fff;
    color: #235689;
}

.newslist {
    display: block;
    margin-left: 30px;
}
.newslist li {
    list-style-type: square;
    border-bottom: solid 1px #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.newslist li a {
    font-size: 18px;
}
.fixedbottom {
    display: none;
    width: 100%;
    height: 20%;
    background: -linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.5), rgba(255,255,255,0.9));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.5), rgba(255,255,255,0.9));
    background: -o-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.5), rgba(255,255,255,0.9));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.5), rgba(255,255,255,0.9));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,0.5), rgba(255,255,255,0.9));
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}
.news-updates {
    display: block;
    text-align: justify;
    width: 100%;
    background: url(../images/newsbg1.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 100% !important;

}
.news-updates:after {
    display: block;
    content: "";
    clear: both;
}
@media (max-height: 768px) {
    .news-updates {
        height: auto;
        padding-bottom: 50px;
    }
}
.news-updates h2 {
    color: #fff !important;
}
.news-updates .flexslider {
    background: none !important;
}


/*introhome*/
.introhome {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
    color: #fff;
    background: #56601E;
    margin-top: -57px;
    position: relative;
    z-index: 0;
}
.introhome h2 {
    text-transform: uppercase;
    font-weight: 300;
}
.introhome h2 span {
    font-size: 50px;
    font-weight: 500;
}
.introhome .imagefeature {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.8);
    border: solid 4px #fff;
    border-radius: 3px;
}
.introhome p img {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.8);
    border: solid 4px #fff;
    border-radius: 3px;
}
.imagefeature2 {
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    border: solid 3px #fff;
    border-radius: 3px;
}


#portfolio {
    padding: 25px 0 75px 0;
    /*background: #f5f5f5;*/
    background: url(../images/productsbg1.jpg) no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
    z-index: 5000;
}
#portfolio .section-header .section-title {
    color: #fff !important;
    text-shadow: 0 2px 13px rgba(0,0,0,0.5);
}
#portfolio .section-header {
    padding-top: 20px;
}
#get-in-touch {
    padding: 100px 0 50px;
    /*background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
    background: #7e973c;
    color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
    color: #fff;
}



.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

/*btn-styles*/
.white-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-border:hover {
    background: #fff;
    color: #333;
}

.btn-style1 {
    display: inline-block;
    padding: 6px 15px;
    border: solid 2px rgba(127,59,59,0.3);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.btn-color1 {
    background: #fff;
}
.btn-color1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #7f3b3b;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    opacity: 0;
}
.btn-color1:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.btn-color1:hover {
    color: #fff;
    border: solid 2px rgba(127,59,59,0);
}
.btn-color1:hover i {
    color: #fff;
}
.btn-color1 span {
    position: relative;
    z-index: 10;
}



/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;           
    background: url(../images/up.png) no-repeat;
    z-index: 1200;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}






/*************page-load**********/
.page-load {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url(../images/loader_5.gif) no-repeat center #fff;
    z-index: 40000;
}


/*mediaqueries*/


@media (max-width: 991px) {
    .slidediv {
        bottom: 20px;
    }
    .slidediv h1 {
        font-size: 20px !important;
    }
    .slidediv h4 {
        font-size: 15px !important;
    }
    .iconbox {
        margin: 10px 15px 50px 0;
    }
    .feattxt,.featimg {
        width: 100%;
        clear: both;
        float: none;
    }


}




@media (max-width: 768px) {
    .header {
        position: relative;
    }
    .topheader {
        background: #999;
    }
    .bannerslider {
        overflow: hidden;
    }
    .flex-control-nav {
        display: none;
    }
    /*navigation*/
    .navcol {
        padding: 0 !important;
    }
    .navigation {
        width: 100%;
        height: 50px;
        background: #58611e;
        text-align: center;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
    }
    .navigation:before {
        display: block;
        content: "Menu";
        text-align: center;
        color: #fff;
        font-size: 16px;
        width: 100px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0%;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 600;
        background: url(../images/menu_bgWht.png) no-repeat right center;
    }
    .navigation ul {
        display: none;
        position: relative;
        top: 50px;
    }
    .navigation ul li {
        clear: both;
    }
    .navigation ul li {
        float: inherit;
        margin: 0;
    }
    .navigation ul li a {
        display: inline-block;
        width: 100%;
        padding: 10px;
        margin: 0px;
        background: #7d973c;
        color: #fff;
        height: auto;
        text-align: left;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .navigation ul li a span {
        padding:0;
    }
    .navigation ul li a span br {
        display: inline-block;
        float: left;
    }
    .navigation ul li a i {
        font-size: 18px;
        color: #fff;
    }
    .navigation ul li a:before {
        display: none;
    }
    .navigation ul li a:hover,.navigation ul li a:focus,.navigation ul li a:active,.navigation ul li a:target {
        background: #7d973c;
    }
    .logo {
        display: block;
        margin: 3px auto 0 auto;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
    }
    .mainheader {
        display: block;
        clear: both;
    }


}



@media (max-width: 640px) {


}

@media (max-width: 460px) {
    .inline-txt a {
        margin-top: 15px;
    }
    .slidediv {
        bottom: 0px;
    }
    .slidediv h1 {
        font-size: 20px !important;
    }
    .slidediv h4 {
        display: none !important;
    }
}





/*** slider ***/
.slides .flex-caption {text-align: right;display: inline-block;
                       position: absolute;
                       bottom: 50px;
                       left: 0px;
                       right: 0px;}
.slides h1 {display: inline-block;padding: 5px 10px;background: none repeat scroll 0% 0% rgba(50, 94, 199, 0.8);color: #FFF;text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);margin: 5px 15px; }
.slides  h4 {clear: both;display: inline-block;padding: 5px 10px;background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.75);color: #222;margin: 3px 15px; }

/*** text slider***/
.news h1{background:none !important; color:#fff !important;}
.news h4{background:none !important; color:#fff !important;}

/*** address details ***/

.address{min-height:190px;}
/*** contact ***/
form.blocks {
    display: block;
    margin-top: 6px;
}
.blocks label {
    width: 100%;
    display: block;
    margin: 0px;
    font-size: 15px;
    padding: 8px 0px;
}
.blocks input, textarea
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blocks textarea
{
    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blocks .btn {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}


section, .news-updates {
    /*padding: 35px 0 25px 0;*/
    /*min-height: 500px;*/
}

.fixedheader .innerheader .logo {
    display: none;
}

.fixedheader .innerheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*** about us ***/
#aboutus p img{float:left;margin:0px 20px 0px 0px;} 
#aboutus p img {
    padding: 5px;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.8);
    border: 4px solid #FFF;
    border-radius: 3px;
}
.about-slider .flex-control-nav{
    display:none;
}



/**** product ***/
.article-info {
    display:none;
}
.internal-page .page-header{
    display:none;
}
.internal-page h2{
    margin-bottom:7%;
    text-align:center;
}
.internal-page{
    margin-top:200px;
}
.internal-page p img{
    width:100%;    
    height:100%;
    position:relative;
    float:left;    
}
.internal-page p {
    display: block;
    position: relative;
    background: #FFF none repeat scroll 0% 0%;
    padding: 6px;
    height: 200px;
    width: 23%;
    float: left;
    margin-left: 1%;
    margin-bottom: 2%;
}

#portfolio .col-md-3, .home-product .col-md-12
{
    position: initial;
    padding:0;
}
.home-product .col-md-12 .item {
    display: block;
    position: initial;      
}

.home-product .col-md-12 .item .page-header {
    display: block;
    float: none !important;    
    position: initial;
    margin: 0px;
    border-bottom: 1px dashed #ccc; 
    padding: 0;
    cursor:pointer;
}
.home-product .col-md-12 .item div:last-child {
    display: none;
    position: fixed;    
    width: 280%;
    height:auto;    
    bottom: 20%;
    top: 0%;
    left: 100%;
    right: 0%;
    margin: 0 auto;
    min-height: 600px;    
    overflow: auto;
    background: #fff;
    z-index: 5000;
    padding: 15px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3);   */
}

.home-product .col-md-12 .item:hover div:last-child {
    background: rgba(255,255,255,1);
    top: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 5000;
    box-shadow: 1px 1px 1px rgba(39, 39, 39, 0.55);
    text-align: left;
}
.home-product .col-md-12 .item:hover div:last-child  p img{
    padding: 15px;
}


.page-header h2{
    font-size: 15px; 
    font-weight: 400 !important;
}
.home-product {
    background: #fff;
    text-align: center;
}
.page-header h2:before, .page-header h2:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
}

.page-header h2:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.span12.col-md-12{
    background: #eee;
}
.items-row .span12:hover
{
    background: #fff;
}

/*products-list-module*/
.products-list-module {
    display: block;
    width: 25%;
    position: relative;
    background: #eee;
    z-index: 10;
    box-shadow: -3px 1px 5px rgba(0,0,0,0.2);
}
.products-list-module:after {
    display: block;
    width: 300%;
    height: 100%;
    left: 100%;
    content: "";
    top: 0;
    bottom: 0;
    background: url(../images/slide1.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;  
}
.cat-heading {
    display: block;
    padding: 5px 10px;
}
.products-list-module .moduleItemAuthorAvatar,
.products-list-module .moduleItemAuthor,
.products-list-module .moduleItemDateCreated {
    display: none;
}
.products-list-module .moduleItemTitle {
    display: block;
    overflow: hidden;
    padding: 5px 10px 5px 30px;
    background: #eee;
    border-bottom: dotted 1px #ccc;
    color: #222;
}
.products-list-module .moduleItemTitle:hover {
    background: #fff;
}
.moduleItemTitleActive {
    background: #fff !important;
}
.products-list-module .moduleItemTitle:focus {
    outline: none;
}
.products-list-module .moduleItemIntrotext {
    display: none;
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 3px 1px 5px rgba(0,0,0,0.2);
    overflow-x: auto;
}
.products-list-module .moduleItemIntrotext > h3 {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.products-list-module .moduleItemIntrotext .moduleItemImage img {
    float: right;
    margin: 0 15px;
    display:none;
}
.moduleItemIntrotext p img{
    float:right;
    width:50%;
    padding:10px;
    box-shadow: 0px 0px 1px 3px rgba(225, 222, 222, 0.68);
    background: #fff;
    margin-left: 20px;
}

/*about us section bg*/
#aboutus {
    display: table;
    width: 100%;
    height: 100%;
    /*background: #EEE url("../images/about-bg.jpg") no-repeat fixed center bottom / 100% auto;*/
    /*background: #eee url(../images/about-bg.jpg) no-repeat fixed center bottom / 100% auto;*/
    background: #eee url(../images/about-bg.jpg) no-repeat fixed center bottom / 100% auto;
    color: inherit;
    position: relative;
}
#aboutus .about-wrapper {
    display: table-cell;
    vertical-align: middle;
}
#aboutus .about-wrapper h3 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
#aboutus .about-wrapper h3 strong {
    color: #76923c;
}
#aboutus .about-wrapper h3:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.address-details .address .custom h5 {
    display: block;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.address-details .address .custom h5:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: -5px;
}
@media (max-height: 768px) {
    .address-details .address .custom h5 {
        margin-bottom: 10px;
    }
    .address-details .address .custom h5:after {
        bottom: -2px;
    }
    .address-details iframe {
        height: 365px;
    }
}

/*contact-form*/
.contact-form {

}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.address .custom {
    padding-bottom: 15px;
}


/*** news ***/
.wrap-news {
    background: #fff;
    background: rgba(255,255,255,0.85);
    color: #000 !important;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    border-radius: 15px;
}
.wrap-news .custom h4 {
    display: block;
    text-align: left !important;
    padding: 5px 20px;
    position: relative;
}
.wrap-news .custom h4:after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 6%;
    margin: 0;
    bottom: -7px;
}
.wrap-news .text{
    padding: 16px;
}
.news-img {
    min-height: 243px;
    width: 100%;
}
.wrap-news .custom > div {
    display: block;
    display: block;
    width: 100%;    
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 15px;
}
.wrap-news:hover img {
    transform: scale(1.05); 
    -o-transform: scale(1.05); 
    -moz-transform: scale(1.05); 
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); 
}
.news-img img {
    border: 0px none;
    width: 100%;
    height: 240px;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.news-img:hover img {
    transform: scale(1.1); 
    -o-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
}
.wrap-news .custom a {
    display: inline-block;
    padding: 10px;
    background: #76923c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.wrap-news .custom a:hover {
    background: #4a5d22;
    color: #fff;
}

.news li img{width:auto !important;margin:0px auto;}
.news li h4{width:100%;}

.wrap-news .custom div img{
    border: 0px none;
    width: 100%;
    /*height: 240px;*/
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.wrap-news .custom{    
    height: 420px !important;    
    overflow: hidden;
}
.wrap-news .custom div:hover img{
    transform: scale(1.1); 
}
.wrap-news .custom p {
    padding:12px 20px;
    line-height: 22px !important;
    text-align:left !important;
}
.address .custom{
    padding-bottom: 15px;
}
#contact{
    padding-bottom: 60px;
}
.moduleItemIntrotext div p {
    margin: 15px 0;
    line-height: 22px;
}
.moduleItemIntrotext div ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.moduleItemIntrotext div ul li {
    background: transparent url("../images/mark.jpg") no-repeat scroll 0% 20%;
    padding-left: 28px;
    padding-top: 8px;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: dotted 1px #ddd;
    text-align: justify;
    line-height: 22px;
}
.moduleItemIntrotext div h5 {
    background: transparent url("../images/mark.jpg") no-repeat scroll 0% 0%;
    padding-left: 28px;
    padding-top: 4px;
    margin-top: 16px;
    font-weight: 600;
}
.moduleItemIntrotext div {
    text-align: justify;
}
.moduleItemIntrotext div h3 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.moduleItemIntrotext div h3::after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background: #CCC none repeat scroll 0% 0%;
    position: absolute;
    left: 43%;
    top: 64px;
}

/*homepage-news-section*/
.homepage-news-section {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    padding-bottom: 50px;
}
.homepage-news-section .col-md-4 .item {
    display: block;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.homepage-news-section .col-md-4 .item:after {
    display: block;
    content: "";
    clear: both;
}
.homepage-news-section .col-md-4 .item .page-header {
    margin: 10px 0;
    padding: 0 15px;
    color: #222;
    /*border-bottom: dotted 1px #999 !important;*/
    border: none !important;
}
.homepage-news-section .col-md-4 .item .page-header h2 {
    color: #222 !important;
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 10px;
}
.homepage-news-section .flex-control-nav {
    display: block;
    z-index: 100;
    bottom: 0;
}
.homepage-news-section .col-md-4 .item img {
    display: block;
    width: 100%;
    margin: 0 auto;
}