* {
    margin: 0;
    padding: 0;
    border: 0px;
}

body {
    color: #454545;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-top: 200px;
}

ul,li {
    list-style: none;
}

hr {
    border-top: 1px solid #5c9338;
}

.page-block ul {
    list-style: disc!important;
    padding-left: 20px;
}
.page-block ul li {
    list-style: disc!important;
}
.page-block ol {
    list-style: decimal!important;
    padding-left: 20px;
}
.page-block ol li {
    list-style: decimal!important;
}

h2,h3,h4,h5,h6 {
    color: #5c8242;
    padding: 5px 0;
    margin: 0 0 15px 0;
}
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 15px; }

.hidden { display: none; }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.italic { font-style: italic; }
.float-left { float: left; }
.float-right { float: right; }

.cl {
    margin: 0;
    padding: 0;
    line-height: 0px;
    height: 0px;
    width: 0px;
    min-height: 0px;
    min-width: 0px;
    font-size: 0px;
    display: block;
    clear: both;
    text-indent: -10000px;
}
/* Clearfix */
.clearfix:after { content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0; }
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* ! Clearfix */

.pd-top-15 { padding-top: 15px; }
.pd-top-10 { padding-top: 10px; }
.pd-top-5 { padding-top: 5px; }

.image-placeholder {
    min-width: 250px;
    min-height: 350px;
    background-image: url('../images/placeholder.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 1px solid #eee;
}

.margin-left-30 {
    margin-left: 30px;
}

.row textarea {
    max-width: 100%;
}

.frontend-width-wrapper {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
body.homepage .frontend-width-wrapper {
    height: 100%;
}

.content-middle-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.content-middle-cell {
    display: table-cell;
    width: 100%;
    height: 90%;
    vertical-align: middle;
    padding-bottom: 10%;
}


/* View page action page hat */
#header-toggler {
    display: none;
}
#header-toggler span,
#header-toggler li {
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: none;
}
#header-toggler span,
#header-toggler li.active {
    display: block;
}
#header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    top: 0px;
    left: 0px;
    border-bottom: 5px solid #e9f7e0;
    padding-right: 20px;
}
#header {
    min-height: 88px;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 1%;
    margin-bottom: 15px;
}

#logo {
    width: 20%;
    position: relative;
    /*cursor: pointer;*/
    background: url(/ramerbg/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
#logo:before {
    content: "";
    display: block;
    padding-top: 87%;
}
#logo .logotext {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    top: 47%;
    width: 56%;
    left: 17%;
}
#logo,
#logo a {
    color: #aacf74;
    font-weight: bold;
}
#logo a:hover {
    text-decoration: none;
}

#header .dynamic-hat {
    width: 79%;
    padding-top: 10px;
}
#header .slogan {
    padding-bottom: 0;
    padding-left: 18px;
}
#header .slogan .company-name {
    font-size: 36px;
    letter-spacing: 3px;
}
#header .slogan .line {
    font-size: 12px;
}

#header #lang-switch {
    margin-right: -20px;
}

#header #chapters-nav {
    margin-top: -35px;
    margin-right: -10px;
}
#header #chapters-nav li {
    float: left;
    margin-right: 10px;
}
#main-navigation {
    padding-left: 18px;
    margin-top: -5px;
    margin-bottom: 0px;
}
#main-navigation li {
    float: left;
    /*line-height: 40px;*/
    padding-right: 20px;
    position: relative;
}
#main-navigation a {
    color: #454545;
    line-height: 25px!important;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
#main-navigation li.has-submenu:hover {
    /*padding-bottom: 30px;*/
    position: relative;
}
/*
#main-navigation li.has-submenu > a {
    color: #5c9338;
}
*/
#main-navigation li.has-submenu > ul a {
    padding: 3px 8px;
    min-width: 240px;
    display: block;
    /*line-height: auto;*/
    height: auto;
}

/*#main-navigation li.has-submenu.show-submenu ul,*/
/*#main-navigation li.active > ul,*/
#main-navigation li:hover > ul {
    /*margin-right: -500px;*/
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    background: rgba(250,250,250,0.85);
    z-index: 9999;
    border-left: 1px solid #eee;
}
#main-navigation > ul > li:hover > ul {
    top: 100%;
    left: 0px;
}
#main-navigation li:hover > ul li {
    /*height: 30px;*/
    display: block;
    float: none;
}
#main-navigation .active > a,
#main-navigation a:hover {
    color: #5c9338;
    text-decoration: none;
}
#page-rotating-message {
    padding-left: 18px;
    line-height: 40px;
}
#main-navigation li ul {
    display: none;
}

#chapters-nav a {
    color: #9e9e9e;
}
#chapters-nav a:hover {
    color: #5c9338;
    text-decoration: none;
}
/* ! View page header */

.sidebar .banner img {
    width: 100%;
}
.sidebar .banner {
    padding-bottom: 20px;
    width: 100%;
}
.page-content .row {
    margin-left: 0px;
    margin-right: 0px;
}
.page-content > .row p img {
    max-width: 100%;
    height: auto;
}

#map {
    width: 49%;
    min-height: 300px;
    height: 100%;
}

/* Carousell */
.jcarousel ul li {
    list-style: none!important;
}
.items-carousell {
    background: #4d4d4d;
}
.items-carousell .item-details {
    padding: 2%;
    background: #333333;
    color: #dadada;
}
.items-carousell .content h4 {
    margin: 0;
    padding: 0 0 5px 0;
}
.items-carousell .item-details.no-padding {
    padding: 10px 20px;
}
.items-carousell .item-details.no-padding h4.title {
    color: #6FB340;
    margin: 0;
    padding: 0;
}
.items-carousell .content.addresses {
    float: left;
    width: 49%;
    padding-right: 2%;
}
/* ! Carousell */

#main {
    position: relative;
}
#main.left-sidebar {
    padding-left: 200px;
}
#main.right-sidebar {
    padding-right: 200px;
}

.row.left-sidebar {
    padding-left: 200px;
}
.row.right-sidebar {
    padding-right: 200px;
}

/* Responsiveness */
/* - Navigations */
@media screen and (max-width: 1024px) {
    body {
        padding-top: 150px;
    }
    #main-navigation li ul {
        display: block;
    }
    #main-navigation li.has-submenu {
        height: auto!important;
        padding-bottom: 0!important;
    }
    #main-navigation li.has-submenu ul {
        margin-right: 30px;
    }
    #main-navigation li:hover > ul {
        /*margin-right: -500px;*/
        display: block;
        position: relative;
        top: 0px;
        left: 0;
        background: none;
        border: 0px;
    }
    #main.right-sidebar {
        padding-right: 0px;
    }
    #main .sidebar.right {
        display: none;
    }
    #header-toggler {
        display: block;
        position: absolute;
        bottom: -5px;
        right: 20px;
    }
    #header {
        padding-left: 102px;
    }
    #header .dynamic-hat {
        width: 100%;
    }
    #header .slogan {
        clear: both;
        display: block;
    }
    #page-rotating-message {
        display: none;
    }
    .responsive-nav {
        display: none;
        margin: 0!important;
        padding: 0!important;
        clear: both;
        height: auto!important;
        float: right;
    }
    .responsive-nav a,
    .responsive-nav li {
        margin-right: 0px!important;
        padding-right: 0px!important;
        width: 0px;
        height: 0px;
        text-indent: -40000px;
        overflow: hidden;
        float: none!important;
    }
    .responsive-nav li.show-submenu,
    .responsive-nav:hover li,
    .responsive-nav:hover a,
    .responsive-nav li.active a,
    .responsive-nav li.active {
        padding-right: 0px!important;
        line-height: 25px!important;
        width: auto!important;
        height: 25px!important;
        text-indent: 0;
        overflow: hidden;
        text-align: right;
    }
    #main-navigation li.has-submenu.show-submenu ul, #main-navigation li:hover > ul {
        margin-right: 30px;
    }
    #logo {
        position: absolute;
        top: 0px;
        left: 10px;
        width: 102px!important;
        height: 88px;
    }
    #logo .logotext {
        font-size: 12px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 800px) {
    #page-rotating-message {
        clear: both;
        float: none;
        line-height: 1.2;
        text-align: right;
        margin-left: 0px!important;
        padding-right: 0px;
    }
}

@media screen and (max-width: 550px) {
    #header #logo {
        width: 102px;
        height: 88px;
    }
    #header .slogan {
        padding-bottom: 0;
        padding-left: 18px;
    }
    #header .slogan .company-name {
        font-size: 25px;
        letter-spacing: 2px;
    }
    #header .slogan .line {
        font-size: 10px;
    }
    #logo .logotext {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px) {
    #header .slogan .company-name {
        font-size: 20px;
        letter-spacing: 2px;
    }
    #header .slogan .line {
        font-size: 8px;
    }
    #header .slogan .hr {
        margin-bottom: -27px;
    }
    .responsive-nav {
        height: auto!important;
    }
}
/* ! - Navigations */
/* - Main contents */
@media screen and (max-width: 700px) {
    .sidebar {
        display: none;
    }
    #main.left-sidebar,
    #main.right-sidebar {
        padding: 0;
    }
    .items-carousell .content,
    #map {
        clear: both!important;
        float: none!important;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .jcarousel-wrapper {
        height: 150px;
    }
    .jcarousel li img {
        height: 130px;
    }
    #header .slogan .text {
        line-height: 1.1;
        margin-top: 15px;
    }
}
/* ! - Main contents */
/* ! Responsiveness */