html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 26px;
    max-width: 100%;
}

h1, h2, h3 {
    font-weight: inherit;
    font-size: inherit;
    display: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}


.rel {
    position: relative;
}

a, a * {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a {
    color: #333;
}

    a:hover {
        color: #e4cd24;
        text-decoration: none;
    }


ul, ol {
    margin: 0;
    padding: 0;
}

.h1Index {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 0;
}

.clear {
    clear: both;
}

.clearR {
    clear: right;
}

.clearL {
    clear: left;
}




#logo {
    display: block;
    float: left;
    position: relative;
    z-index: 99;
}

.rightTool {
    float: right;
}

.search, .language {
    display: inline-block;
    vertical-align: middle;
}

.language {
    margin-left: 35px;
    margin-right: 15px;
}

    .language li {
        display: inline-block;
        list-style: none;
        margin-left: 15px;
    }

        .language li:first-child {
            margin-left: 0;
        }

.search .input-group input {
    border: 0;
    border-radius: 20px !important;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 40px;
    width: 160px;
}

.btnSearch {
    position: absolute;
    right: 5px;
    z-index: 2;
}

#mainMenu {
    clear: right;
    font-size: 18px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding-top: 15px;
}

.dropdown-menu > li > a {
    text-transform: none;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #89b683;
        color: #fff;
    }

#mainMenu .navbar-nav > li {
    font-size: 0;
}

    #mainMenu .navbar-nav > li > a {
        color:#fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        background: none;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px;
    }

        #mainMenu .navbar-nav > li > a:before, #mainMenu .navbar-nav > li > a:after {
            width: 18px;
            height: 44px;
            position: absolute;
            font-family: Arial;
            text-shadow: none;
            font-weight: bold;
            top: 3px;
            background-repeat: no-repeat;
            background-position: 0 0;
            content: "";
            opacity: 0;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            z-index: 2;
        }

        #mainMenu .navbar-nav > li > a:before {
            background-image: url(/images/frameMenuLeft.png);
            left: -1px;
        }

        #mainMenu .navbar-nav > li > a:after {
            background-image: url(/images/frameMenuRight.png);
            right: -1px;
        }

        #mainMenu .navbar-nav > li > a:hover:before, #mainMenu .navbar-nav > li > a:hover:after, #mainMenu .navbar-nav > li.active > a:before, #mainMenu .navbar-nav > li.active > a:after {
            opacity: 1;
        }

.navbar-nav > li:before {
    display: block;
    height: 18px;
    width: 1px;
    content: "";
    background: #60b957;
    position: absolute;
    top: 17px;
}

.navbar-nav > li:first-child:before {
    display: none;
}

.navbar-nav > li:last-child > a {
    padding-right: 0;
}

/*#sliderBig:after {
    height:7px;
    width:100%;
    display:block;
    content:'';
    background:url(/images/white30.png);
    position:relative;
    bottom:7px;
}*/

.lineWave {
    height: 2px;
    background: #6f6f6f;
    width: 100px;
    margin: 30px auto 40px;
    position: relative;
}

    .lineWave.full {
        width: 100%;
    }

    .lineWave:after {
        width: 46px;
        height: 6px;
        content: '';
        display: inline-block;
        background: #fff url(/images/wave.jpg) no-repeat center center;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
    }

#introduction {
    margin-top: 75px;
    padding-bottom: 75px;
    text-align: justify;
}


    #introduction .titleBig, #introduction .sumary {
        text-align: center;
    }

.titleBig {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.buttonPage {
    background: #5fa872;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    border: 0;
    font-size: 18px;
}

#introduction .buttonPage {
    margin: auto;
    display: table;
    margin-top: 65px;
}

#productList {
    background: #3690c1 url(/images/bgWater.jpg) center 100px no-repeat fixed;
    height: 850px;
    padding-top: 70px;
    position: relative;
}

    #productList.in {
        background: none;
        height: auto;
        padding-top: 0;
    }

#bannerWide {
    background: #3690c1 url(/images/bgWater.jpg) center 100px no-repeat fixed;
    height: 200px;
    margin-top: 70px;
    position: relative;
    padding-top: 40px;
}

    #bannerWide .banner {
        margin: 0;
    }

#productList:before {
    background: url(/images/white30.png);
    height: 7px;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
}

#productList .title {
    color: #f3e686;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 36px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    margin-bottom: 45px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 600;
}

#productList .item {
    background: #fff;
    border-radius: 10px;
    padding-top: 15px;
    text-align: center;
}

#productList .thumb {
    display: table;
    margin: auto;
}

    #productList .thumb img {
        border-radius: 50%;
        border: 5px solid #ddd;
        width: 230px;
        height: 230px;
    }

    #productList .thumb:hover img {
        border-color: #e4cd24;
    }

#productList .pad {
    padding: 20px;
    padding-bottom: 15px;
}

#productList .titleItem {
    display: block;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#productList .price {
    background: #6da066;
    color: #f3e686;
    padding: 8px 20px;
    border-radius: 0 0 10px 10px;
}

#productList.in .price {
    border-radius: 20px;
    display:none;
}

.banner {
    display: block;
    margin-top: 75px;
}

    .banner img {
        border-radius: 5px;
        max-width: 100%;
    }

#footer {
    padding: 50px 0 60px;
}

    #footer .logoFooter {
        margin-right: 20px;
    }

    #footer .info .pad, #footer .logoFooter {
        display: inline-block;
        vertical-align: middle;
    }

        #footer .logoFooter img {
            height: 95px;
        }

    #footer .info .title, .titleGreen {
        color: #027845;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    #footer .sub {
        text-align: right;
        padding-top: 17px;
    }

.whoOnline {
    float: right;
}

    .whoOnline li {
        list-style: none;
        margin-top: 7px;
    }

    .whoOnline strong {
        color: #777;
    }


    .whoOnline li:before {
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 21px;
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
        float: left;
        position: relative;
        top: 2px;
    }

    .whoOnline li.online:before {
        background-image: url(/images/iconUser.jpg);
    }

    .whoOnline li.total:before {
        background-image: url(/images/iconTotal.jpg);
    }

/*.designBy {
    display:block;
}*/

#footer .line {
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 15px 0;
    clear: both;
    max-width: 240px;
    margin-left: auto;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-top: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 20px;
}

    #header.headerFix {
        background: #fff;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
        padding-top: 10px;
        padding-bottom: 0;
    }

.headerFix #mainMenu .navbar-nav > li > a:before, .headerFix #mainMenu .navbar-nav > li > a:after {
    display: none;
}

.headerFix #mainMenu .navbar-nav > li > a {
    color: #333;
    text-shadow: none;
    background: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

    .headerFix #mainMenu .navbar-nav > li > a:hover, .headerFix #mainMenu .navbar-nav > li.active > a {
        color: #619f59;
    }

.headerFix #mainMenu {
    padding-top: 10px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
}

.search_hide {
    display: none;
    position: absolute;
    top: 18px;
    right: 0px;
    left: auto;
    background: #89b683;
    width: 52px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

    .search_hide:hover,
    .search_hide:focus,
    .search_hide:active,
    .search_hide.active {
        color: #fff;
        background-color: #e4cd24;
        border-color: #e4cd24;
    }

.headerFix #mainMenu, .headerFix .search_hide {
    display: inline-block;
    float: right;
}

#lnkdropsearch input {
    border-radius: 0 0 5px 5px;
    border: 0;
}

#lnkdropsearch .dropdown-menu {
    padding: 0 7px 6px;
    width: 200px;
    border: none;
    background: #e4cd24;
    right: 0;
    left: auto;
    top: 74px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#lnkdropsearch.open .dropdown-menu {
    display: block;
}

.animated {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#breadcrumb {
    padding-top: 30px;
}

    #breadcrumb li {
        display: inline-block;
        list-style: none;
        margin-left: 20px;
    }

        #breadcrumb li:first-child {
            margin-left: 0;
        }

        #breadcrumb li .fa, .moreArticle .fa, .readMore .fa {
            margin-right: 10px;
            font-size: 16px;
            color: #989898;
        }

    #breadcrumb .lineWave {
        margin-top: 20px;
        background-color: #999;
    }

.product {
    padding-top: 20px;
}

    .product .thumb {
        display: block;
        margin-right: 50px;
        float: left;
    }

        .product .thumb img {
            width: 400px;
            border-radius: 50%;
            border: 7px solid #ddd;
        }


#article .title {
    font-family: "Roboto Condensed";
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#article .content {
    text-align: justify;
}

.product .title {
    margin: 40px 0 10px;
}

#article .content img {
    max-width: 100%;
}


.product .price {
    color: #eea800;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
    display:none;
}

.shareButton .titleShare {
    margin-bottom: 5px;
}

#article .shareButton {
    margin-top: 35px;
}

.product .shareButton {
    border-top: 1px solid #bebebe;
    padding-top: 20px;
    display: table;
    width: 400px;
}

.shareButton img {
    border-radius: 3px;
}

.product .content {
    padding-top: 60px;
}

.noteProduct {
    background: #89b683;
    color: #fff;
    padding: 30px;
    text-align: justify;
    border-radius: 5px;
    margin-top: 40px;
}

#article .moreArticle .lineWave {
    margin-left: 0;
    width: 300px;
    margin-top: 60px;
}

#article .moreArticle .title {
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.moreArticle li {
    list-style: none;
    margin-top: 5px;
}

.moreArticle .fa {
    font-size: 14px;
}

.categoryNews .thumb {
    float: left;
    margin-right: 30px;
    display: block;
}

    .categoryNews .thumb img {
        width: 300px;
        height: 170px;
        border-radius: 5px;
    }

.categoryNews .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.categoryNews .title {
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    padding-top: 10px;
}

.categoryNews .titleCat {
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    padding-top: 10px;
}

.readMore {
    display: table;
    margin-top: 20px;
}

.readMore {
    color: #619f59;
}


.loadMore.buttonContact:after {
    display: none;
}

.loadMore {
    height: 32px;
    margin-top: 30px;
    display: table;
    line-height: 32px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

    .loadMore:hover,
    .loadMore:focus,
    .loadMore:active,
    .loadMore.active {
        color: #fff;
        background-color: #e4cd24;
        border-color: #e4cd24;
    }

    .loadMore:after {
        content: "";
        width: 18px;
        height: 18px;
        display: inline-block;
        font-family: FontAwesome;
        margin-left: 8px;
    }

.loadMoreLoading {
    width: 50px;
    height: 50px;
    background: #fff url(/images/loader.gif) no-repeat center center;
    margin: 50px auto;
    display: block;
    display: none;
    padding: 20px;
    border-radius: 5px;
}

.hideItem {
    display: none;
}


.captcha .input-group .form-control {
    width: 130px;
    margin-right: 5px;
}

.captchaImg {
    float: left;
    vetical-align: middle;
    padding: 0;
    margin: 0;
    margin-left: 7px;
}

    .captchaImg img {
        vetical-align: middle;
        padding: 0;
        margin: 0;
        padding: 5px;
        height: 35px;
        border: 1px solid #e4e4e4;
        position: relative;
        bottom: 1px;
        background: #fff;
        border-radius: 4px;
    }

    .captchaImg a {
        margin-left: 10px;
    }

#map_canvas {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.linePage {
    margin: 30px 0;
    background: #ddd;
    height: 1px;
}

.Qty {
    width: 50px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
}


.titleModalProduct {
    color: #027845;
    font-weight: 600;
}

textarea.note {
    height: 114px;
}

.btnCircle {
    border-radius: 20px;
}

.btnSubmit {
    background: #5fa872;
    border-color: #5fa872;
    color: #fff;
}


/*Edit index 08/06/2016*/




.mainMenu_index .navbar-nav > li > a {
    color: none !important;
}

    .mainMenu_index .navbar-nav > li > a:before {
        background-image: none !important;
        left: -1px;
    }

    .mainMenu_index .navbar-nav > li > a:after {
        background-image: none !important;
        right: -1px;
    }

    .mainMenu_index .navbar-nav > li > a:hover {
        border-top: green solid 2px;
    }


/*Responsive edit index*/


#showcase-row {
    background: url(/images/template/sheet.png) no-repeat,linear-gradient(rgba(255, 255, 255, 0.89), rgb(76, 222, 222));
    background: url(/images/template/sheet.png) no-repeat,-webkit-linear-gradient(rgba(255, 255, 255, 0.89), rgb(76, 222, 222));
    background: url(/images/template/sheet.png) no-repeat,-o-linear-gradient(rgba(255, 255, 255, 0.89), rgb(76, 222, 222));
    background: url(/images/template/sheet.png) no-repeat,-moz-linear-gradient(rgba(255, 255, 255, 0.89), rgb(76, 222, 222));
    background: url(/images/template/sheet.png) no-repeat,-ms-linear-gradient(rgba(255, 255, 255, 0.89), rgb(76, 222, 222));
    /* margin-top: -7px; */
    position: relative;
}

    /*#showcase-row:before {
        width: 100%;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        background: linear-gradient(to right, #e7f6f9,#e7f6f9,#a2cc43, #94c234, #89bb2e,#82b42a,#7eb32c, #80b52d, #81b32c,#81b42d,#7dae32, #8bc03a, #83bf36,#b2e347,#e8f8fb, #e4f8fb, #e2f7fb,#e5f8fa,#e6f7fa, #e5f6fa, #e3f6f9,#e0f4f8,#e3f5f9, #e1f5f9, #e3f5f7,#e4f4f8,#e4f4f8, #e5f4f8, #e5f3f8,#e5f3f8,#e5f3f7, #e5f3f8, #e5f2f7,#e5f2f7,#e5f2f7, #e5f2f7);
        background: -webkit-linear-gradient(to right, #e7f6f9,#e7f6f9,#a2cc43, #94c234, #89bb2e,#82b42a,#7eb32c, #80b52d, #81b32c,#81b42d,#7dae32, #8bc03a, #83bf36,#b2e347,#e8f8fb, #e4f8fb, #e2f7fb,#e5f8fa,#e6f7fa, #e5f6fa, #e3f6f9,#e0f4f8,#e3f5f9, #e1f5f9, #e3f5f7,#e4f4f8,#e4f4f8, #e5f4f8, #e5f3f8,#e5f3f8,#e5f3f7, #e5f3f8, #e5f2f7,#e5f2f7,#e5f2f7, #e5f2f7);
        background: -o-linear-gradient(to right, #e7f6f9,#e7f6f9,#a2cc43, #94c234, #89bb2e,#82b42a,#7eb32c, #80b52d, #81b32c,#81b42d,#7dae32, #8bc03a, #83bf36,#b2e347,#e8f8fb, #e4f8fb, #e2f7fb,#e5f8fa,#e6f7fa, #e5f6fa, #e3f6f9,#e0f4f8,#e3f5f9, #e1f5f9, #e3f5f7,#e4f4f8,#e4f4f8, #e5f4f8, #e5f3f8,#e5f3f8,#e5f3f7, #e5f3f8, #e5f2f7,#e5f2f7,#e5f2f7, #e5f2f7);
        background: -moz-linear-gradient(to right, #e7f6f9,#e7f6f9,#a2cc43, #94c234, #89bb2e,#82b42a,#7eb32c, #80b52d, #81b32c,#81b42d,#7dae32, #8bc03a, #83bf36,#b2e347,#e8f8fb, #e4f8fb, #e2f7fb,#e5f8fa,#e6f7fa, #e5f6fa, #e3f6f9,#e0f4f8,#e3f5f9, #e1f5f9, #e3f5f7,#e4f4f8,#e4f4f8, #e5f4f8, #e5f3f8,#e5f3f8,#e5f3f7, #e5f3f8, #e5f2f7,#e5f2f7,#e5f2f7, #e5f2f7);
        background: -ms-linear-gradient(to right, #e7f6f9,#e7f6f9,#a2cc43, #94c234, #89bb2e,#82b42a,#7eb32c, #80b52d, #81b32c,#81b42d,#7dae32, #8bc03a, #83bf36,#b2e347,#e8f8fb, #e4f8fb, #e2f7fb,#e5f8fa,#e6f7fa, #e5f6fa, #e3f6f9,#e0f4f8,#e3f5f9, #e1f5f9, #e3f5f7,#e4f4f8,#e4f4f8, #e5f4f8, #e5f3f8,#e5f3f8,#e5f3f7, #e5f3f8, #e5f2f7,#e5f2f7,#e5f2f7, #e5f2f7);
        height: 13px;
        border-bottom: 1px solid rgba(0, 119, 68, 0.26);
        border-top: 1px solid rgb(0, 119, 68);
    }*/

    #showcase-row:after {
        content: '';
        width: 57%;
        display: block;
        content: '';
        position: absolute;
        top: 2px;
        right: 0;
        height: 0;
        /* background-image: url("/images/two-line-dotted-grunge.png"); */
        /* background-size: 2% 50%; */
        /* opacity: 1; */
        background: rgba(0, 119, 68, 0.46);
        border-radius: 60px 0 0 0;
    }

    #showcase-row .item-title {
        color: #007744;
    }

    #showcase-row .item_introtext p {
        color: #616161;
    }

.body__homepage #wrapper {
    background: none !important;
}

/*.row {
    margin-right: none !important;
    margin-left: none !important;
}*/

#content-top-row {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

@media (max-width: 769px) {

    #copyright {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .social {
        margin: 0;
        padding: 0;
    }

    #copyright {
        width: 68%;
    }
}

.btnSearch {
    background: none;
}

    .btnSearch:hover {
        background: none;
    }

.item_carousel {
    margin: 0 40px;
}

    .item_carousel p {
        text-align: center;
        line-height: 1.4;
        margin-top: 10px;
        color: white;
        font-size: 15px;
    }

        .item_carousel p:hover {
            color: #f89406;
        }

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.prev {
}

.next {
}

.container-carousel {
    width: 80%;
    margin: auto;
}

.owl-pagination {
    display: none;
}

.owl-buttons {
    margin-top: -35px;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 10px 12px !important;
    background: #89b683;
}

.owl-carousel {
    margin-bottom: 30px;
}

.introtext_item p {
    color: white;
}

.owl-prev {
    float: left;
    margin-left: -105px !important;
    margin-top: -131px !important;
}

.owl-next {
    float: right;
    margin-right: -105px !important;
    margin-top: -131px !important;
}
/*#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
#footer-wrapper .carousel .item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #footer-wrapper .carousel .item img:hover, #footer-wrapper .carousel .item img:focus {
        border-radius: 10%;
        -webkit-border-radius: 10%;
        -o-border-radius: 10%;
        -moz-border-radius: 10%;
        -ms-border-radius: 10%;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

.mod-article-single.mod-article-single__post .item__module .readmore, .mod-newsflash-adv.mod-article-single__post .item__module .readmore, .mod-article-single.mod-article-single__border_left .readmore, .mod-newsflash-adv.mod-article-single__border_left .readmore {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}
/*======================= SCROLL TO TOP =======================*/
#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
}

    #back-top a {
        width: 33px;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: none;
        text-decoration: none;
        color: #ffffff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        #back-top a:hover {
            color: #94c2d9;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 33px;
        height: 33px;
        display: block;
        margin-bottom: 7px;
        background: url(/images/up-arrow.png) no-repeat center center;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #back-top a:hover span {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    #copyright-row
    {
        background:#FFF;
    }

    #copyright-row .row-container .container
    {
        background:unset;
        padding:unset;
    }

    .productContact
    {
        padding-top:20px;
    }

  