/**/
@import url(//fonts.googleapis.com/css?family=Open+Sans);
/*       'Open Sans', sans-serif     */

@import url(//fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);

@import url('reset.css');
@import url('grid.css');
@import url('superfish.css');

input {
    outline: none !important;
    border-radius: 0 !important;
}


html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}


body {
    font: 14px/18px 'Open Sans', sans-serif;
    color: #666;
    background-color: #0f9200;
    position: relative;
    min-width: 960px;
    padding: 0;
    margin: 0;
}

.ic {
    border: 0;
    float: right;
    background: #fff;
    color: #f00;
    width: 50%;
    line-height: 10px;
    font-size: 10px;
    margin: -220% 0 0 0;
    overflow: hidden;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Philosopher",sans-serif;
    color: #0f9200;
    text-transform: uppercase;
}

h2 {
    padding-top: 50px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 48px;
}

h3 {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    padding-top: 62px;
    margin-bottom: 24px;
    margin-top: 24px;
    background: url(../images/h3_bg.png) 0 74px repeat-x;
}

    h3.head1 {
        background: no-repeat;
        text-align: left;
        padding-top: 62px;
    }

    h3.head2 {
        margin-top: -42px;
    }


    h3.head3 {
        padding-bottom: 30px;
        margin-top: -30px;
    }

    h3.head1.h1 {
        padding-top: 59px;
    }

.page1 h3 {
    background-position: 0 13px;
    padding-top: 0;
    margin-bottom: 30px;
}


h3 span {
    padding: 0 36px;
    background-color: #fff;
    display: inline-block;
}

h2 span {
    padding-top: 18px;
    color: #777;
    display: block;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
}

p {
    margin-bottom: 20px;
}

strong
{
    color:#000;
    font-size:16Px;
}

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list {
        padding-right: 19px;
    }

        ul.list .count {
            float: left;
            width: 60px;
            margin-top: 5px;
            height: 52px;
            text-align: center;
            margin-right: 20px;
            line-height: 48px;
            color: #fff;
            font-size: 30px;
            background-color: #fd9220;
            font-family: "Philosopher",sans-serif;
        }

        ul.list li + li {
            margin-top: 29px;
            padding-top: 29px;
            border-top: 1px solid #d1d1d1;
        }

    ul.list1 {
        margin-top: -1px;
    }

        ul.list1 li {
            text-decoration: underline;
            padding-left: 36px;
            padding-top: 1px;
            background: url(../images/marker.png) 0 0px no-repeat;
        }

            ul.list1 li + li {
                margin-top: 11px;
            }


        ul.list1.l1 {
            padding-top: 16px;
            float: left;
            width: 50%;
        }

            ul.list1.l1 li {
                text-decoration: none;
                color: #626262;
                background-position: 0 1px;
            }
/*links*/

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    a:hover {
        color: #555;
    }

    a.btn {
        color: #0f9200;
        font: bold 14px/20px;
        display: inline-block;
        margin-top: 20px;
        margin-left: 20Px;
    }

        a.btn:hover {
            color: #888;
        }

/*preclass*/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.mb1 {
    margin-bottom: 25px !important;
}

.ind1 {
    margin-top: 11px;
}

.pad0 {
    padding: 0 !important;
}


.pt0 {
    padding-top: 0;
}

.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 19px;
    position: relative;
}

.fleft {
    float: left;
    margin-right: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.page1 .fleft {
    margin-top: 1px;
    margin-right: 22px;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: capitalize;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}


/*header*/

header {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0px 0;
    -moz-box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
}

.navigation {
    display: block;
    position: relative;
    z-index: 999;
    -moz-box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
}

h1 {
    float: left;
    z-index: 999;
    /*-moz-box-shadow: 0px 0px 5px #555;
    -webkit-box-shadow: 0px 0px 5px #555;
    box-shadow: 0px 0px 5px #555;
    border-radius: 7px;*/
}

    h1 a {
        display: block;
        overflow: hidden; /*height: 45px;*/
        text-indent: -999px;
        transition: 0s ease;
        -o-transition: 0s ease;
        -webkit-transition: 0s ease;
        padding-right: 20Px;
    }

        h1 a img {
            display: block;
        }

    h1 span {
        font-family: 'Philosopher', sans-serif;
        float: left;
        color: #98CC50;
        text-align: center;
        text-transform: capitalize;
        font-weight: bold;
    }

        h1 span .title {
            line-height: 45Px;
            font-size: 45Px;
            display: block;
            /*text-shadow: 2px 2px #bbb;*/
        }

        h1 span .slogan {
            line-height: 35Px;
            font-size: 25Px;
            display: block;
            /*text-shadow: 1px 1px #bbb;*/
            color: #0E9852;
        }

/*Content*/

.col1 {
    color: #0f9200;
}

.col2 {
    color: #0f9200;
}

.col3 {
    color: #626262;
}

.content {
    background-color: #fff;
    padding-bottom: 68px;
}

.page1 .content {
    padding-bottom: 70px;
}

.icon {
    text-align: center;
}

    .icon img {
        margin-bottom: 18px;
    }

    .icon .title {
        font: 24px/33px "Philosopher",sans-serif;
        text-transform: uppercase;
        color: #626262;
        margin-bottom: 19px;
    }

.page1 .icon {
    margin-bottom: 59px;
}

    .page1 .icon img {
        width: 50Px;
    }

.works {
    overflow: hidden;
    padding-top: 1px;
    margin-bottom: 53px;
}

    .works .clear {
        height: 21px;
    }

blockquote {
    padding-top: 1px;
    padding-bottom: 30Px;
}

    blockquote img {
        border: 0px solid #ddd;
        width: 130Px;
    }

    blockquote p {
        margin-bottom: 8px;
        text-align: justify;
    }

    blockquote .col2 {
    }

.team {
    padding-top: 7px;
    margin: 0 -10px;
    overflow: hidden;
}

    .team img {
        margin-bottom: 6px;
        border: 1px solid #d1d1d1;
    }

    .team .clear {
        height: 29px;
    }

.text1 {
    font-size: 20px;
    text-transform: uppercase;
}

.port {
    overflow: hidden;
    padding-top: 5px;
}

    .port a.gal {
        display: block;
        line-height: 0;
        margin-top: 0;
        font-size: 0;
        margin-bottom: 30px;
        background: url(../images/magnifier.png) center center no-repeat #000;
    }

    .port .clear {
        height: 28px;
    }


    .port a {
        font: 14px/18px;
        display: inline-block;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .port .text1 {
        margin-bottom: 7px;
        font-size: 18px;
    }

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover img {
    opacity: 0.76;
}

.pb1 {
    padding-bottom: 7px;
}

.logos {
    overflow: hidden;
    padding-top: 28px;
    margin-bottom: 38px;
}

    .logos img {
        border: 1px solid #d3d3d3;
    }

p.text1 {
    font-family: "Philosopher",sans-serif;
    padding-bottom: 14px;
}
/****Map***/

.map {
    padding-top: 0px;
}

    .map figure {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin-bottom: 43px;
    }

        .map figure iframe {
            width: 100%;
            height: 325px;
            max-width: 100%;
        }


    .map address {
        padding-top: 10px;
        overflow: hidden;
        line-height: 20px;
    }


address dt {
    color: #000;
}


address dd span {
    min-width: 85px;
    display: inline-block;
    text-align: left;
}



/************Footer***********/

footer {
    display: block;
    padding: 23px 0 0 0;
    font-size: 14px;
    color: #555;
    background-color: #eee;
    border-top: 5Px solid #0f9200;
    -moz-box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
}

    footer a:hover {
        color: #333;
    }



.copy {
    padding: 10px 0;
}


.socials {
    overflow: hidden;
    float: right;
}

    .socials a {
        float: left;
        display: block;
        background: url(../images/socials.png) 0 0 no-repeat;
        width: 35px;
        height: 35px;
    }

        .socials a + a {
            margin-left: 7px;
            background-position: -42px 0;
        }

            .socials a + a + a {
                background-position: -84px 0;
            }

                .socials a + a + a + a {
                    background-position: right 0;
                }

        .socials a:hover {
            opacity: 0.5;
        }


input[type="text"], textarea {
    border: 1px solid #d4d4d4;
    padding: 4px 12px 5px;
    background-color: #fff;
    width: 100%;
    height: 29px;
    float: left;
    font: 14px/20px 'Open Sans', sans-serif;
    color: #777;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

    input[type="text"]:focus, textarea:focus {
        border: 1px solid #0f9200;
    }


.ckeditor_default {
    line-height: 22Px;
}


    .ckeditor_default a {
        color: #0f9200;
        text-decoration: none;
    }

        .ckeditor_default a:hover {
            text-decoration: underline;
        }

    .ckeditor_default ul {
        margin: 0 0 0 5Px;
    }

        .ckeditor_default ul > li {
            list-style-type: none;
            background-image: url(../images/leaf.png);
            background-repeat: no-repeat;
            background-position: left 8Px;
            padding: 2Px 0 2Px 17Px;
            font-size: 14pX;
            white-space: normal;
            
        }


    .ckeditor_default ol {
        margin: 0;
    }

        .ckeditor_default ol > li {
            list-style-type: none;
            font-size: 14pX;
            padding: 2Px 0;
        }

    .ckeditor_default.p_nomargin p, .ckeditor_default .p_nomargin p {
        margin: 0 !important;
    }

.productbox {
    margin-top: 20Px;
}

    .productbox a img {
        border: 0px solid #ddd;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

        .productbox a img:hover {
            border: 0px solid #0f9200;
        }

    .productbox a {
        color: #555;
    }

        .productbox a:hover {
            color: #0f9200;
        }

    .productbox .productname {
        text-align: center;
        display: block;
    }

.productnametitle {
    font-family: "Philosopher",sans-serif;
    font-size: 24Px;
    color: #0f9200;
    margin-bottom: 20Px;
}

.innerheading {
    font-family: "Philosopher",sans-serif;
    font-size: 16Px;
    color: #0f9200;
}

hr {
    background: none;
    border: none;
    border-top: 1Px solid #eee;
    margin: 10Px 0;
}

.row {
    width: 100%;
    clear: both;
    color: #1d1d1d;
    font-weight: bold;
}

    .row .cols-3 {
        width: 31.33%; padding: 5px;  float: left;       margin: 0px !important;
    }

.lbl {
    font-size: 11px;    line-height: 22px;    display: block;
}

.lblTitle {
    color: #000;  font-size: 18px;    font-weight: bold;    display: block;    margin-bottom: 5px;    padding-left: 10px;
}

.row textarea {
    width: 100%;
    height: 98px;
    min-width: 100%;
    max-width: 100%;
    min-height: 98px;
    max-height: 98px;
}

.full textarea {
    width: 97.1% !important;
    height: 98px;
    min-width: 97.1% !important;
    max-width: 97.1% !important;
    min-height: 98px;
    max-height: 98px;
}

.row input[type="text"], textarea {
    border: 1px solid #D4D4D4;
    padding: 4px 12px 5px;
    background-color: #FFF;
    width: 100%;
    height: 29px;
    float: left;
    font: 12px/18px "Open Sans",sans-serif;
    color: #777;
    box-sizing: border-box;
}

.control {
    float: left;
    margin-top: 82px;
}

.row input[type="submit"] {
    color: #FFF;
    background-color: #0F9200;
    border-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.row input[type="text"]:focus, textarea:focus {
    border: 1px solid #0f9200;
}


ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  z-index:9999;
}

ul ul ul {
  left: 100%;
  top: 0;
}

 0;
}

