*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

 ::-webkit-input-placeholder {
    opacity: 1;
    color: #0E0E10;
}

 ::-moz-placeholder {
    opacity: 1;
    color: #0E0E10;
}

 :-ms-input-placeholder {
    opacity: 1;
    color: #0E0E10;
}

 :-moz-placeholder {
    opacity: 1;
}

 ::selection {
    background: #746DCD;
    color: #fff;
}

 ::-moz-selection {
    background: #746DCD;
    color: #fff;
}
body   {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
}
.container{
    max-width: 1170px;
    margin: auto; 
}


.lang-switch {
    position: relative;
}
.moduletable.tp-title h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.moduletable.tp-title {
    background: #006832;
    position: absolute;
    left: 18.7%;
    right: 0;
    top: -47px;
    width: 80%;
    line-height: 43px;
    padding: 0 20px;
}
.home-page .contain-b img {
    width: 100%;
    margin: 0;
}

.contain-left {
    float: left;
    width: 18%;
    padding: 60px 15px 0 0;
}
.contain-b {
    width: 82%;
    float: right;
    padding: 0 0 40px 0;
}
.header {
    padding: 0 0 30px 0;
}   
.banner-image {
    position: relative;
}
.banner-image h3 {
    position: absolute;
    font-size: 65px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    left: 40px;
    top: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: bold;
}


#footer {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
}
#footer .footermenu li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial;
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: 2px;
}
#footer .footermenu li.active a {
    color: #000000;
}
#footer .footermenu {
    height: 40px;
    max-width: 600px;
    margin: 50px auto 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 170px;
    padding-bottom: 10px;
}
#footer .footermenu li:last-child {
    border: none;
}
#footer .footermenu li {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
#footer .container {
    max-width: 790px;
    background: #ccc;
    position: relative;
}
#footer .container:after {
    content: "";
    background: #ccc;
    position: absolute;
    right: -28%;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: -1;
}
.contain-left ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    
    display: inline-block;
    text-align: right;
    letter-spacing: 2px;
    padding: 0 15px;
}
.contain-left ul li {
    list-style-type: none;
    text-align: right;
}
div#header-section {
    padding-top: 20px;
}
.contain-left ul li a:hover {
    background: #ccc;
    color: #fff;
}
.contain-b h4 {
    margin: 40px 20px 1.7em 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #006832;
    font-weight: bold;
}
.contain-b p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 20px 30px 20px;
    display: block;
}
.contain-b h5 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #006832;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}

.contain-b .item-image img {
    width: 100%;
    display: block;
}
p.Contact, p.Contact span a{
        text-transform: uppercase;
    color: #006832;
    font-weight: bold;
}
.home-page .contain-b p {
    margin: 0;
}
.home-page .contain-b {
    width: 82%;
    float: right;
    padding: 0 0 80px 0;
}

.lang-sw {
    position: relative;
    width: 100%;
}
.lang-sw ul.lang-block {
    direction: rtl;
    position: absolute;
    top: -32px;
    right: 30px;
}
div.mod-languages ul.lang-block li {
    display: inline-block;
    vertical-align: middle;
}
.contain-left ul li.active {
    background: #ccc;
    color: #fff;
}
.contain-left ul li.active a {
    color: #fff;
}
.contain-b .page-header > h2{
	    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #006832;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}

@media (max-width: 767px){
	.moduletable.tp-title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.item-page h5 {
    margin-top: 42px;
}
.logo img {
    width: 100px;
    display: block;
}
.moduletable.tp-title h2 {
    font-size: 15px;
}
.custom.logo {
    margin: 0px 0 20px 0;
}
.container {
    max-width: 94%;
    margin: auto;
    display: block;
    width: 100%;
}
.jf_mm_wrapper h2 {
    display: none;
}
.home-page .contain-b {
    width: 100%;
    float: none;
    padding: 0;
}
 
.banner-image h3 {
    font-size: 24px;
    line-height: 44px;
    left: 20px;
    top: 10px;
    letter-spacing: 4px;
}
.contain-left {
    display: none;
}
#footer .footermenu {
    padding: 0;
    max-width: 100%;
    margin: auto;
}
#footer .footermenu li a {
    font-size: 9px;
}
#footer .footermenu {
    max-width: 100%;
    margin: auto;
    height: auto;
    padding: 10px 0;
}
#footer {
    bottom: 0;
}
.contain-b {
    width: 100%;
    float: none;
}
.contain-b h4 {
    margin: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #006832;
    font-weight: bold;
    line-height: 30px;
}
.contain-b p {
    margin: 0;
    font-size: 14px;
    line-height: 27px;
}
.header {
    padding: 0 0 30px 0;
}
.home-page .header {
    padding:0 0 10px 0;
}
div#wk-grid6be {
    text-align: center !important;
}
.jf_mm_trigger {
    background: #4a5052 url(../images/line.png) center center;
    color: #f5f5f5;
    background-size: 20px;
    background-repeat: no-repeat;
}
.img-glry {
    text-align: center;
}
.contain-b .page-header > h2{
	text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1169px){
	.moduletable.tp-title {
    background: #006832;
    position: absolute;
    left: 28.7%;
    right: 0;
    top: -47px;
    width: auto;
    line-height: 43px;
    padding: 0 20px;
}
.contain-b {
    width: 71%;
    float: right;
    padding: 0 0 80px 0;
}
.home-page .contain-b {
    width: 71%;
    float: right;
    padding: 0 0 80px 0;
}
.contain-left {
    float: left;
    width: 29%;
    padding: 60px 15px 0 0;
}
#footer .container {
    max-width: 100%;
    margin: auto;
}
#footer .footermenu {
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
    height: auto;
}

#footer {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
}
.banner-image h3 {
    position: absolute;
    font-size: 40px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    left: 40px;
    top: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
}
.container {
    max-width: 94%;
    margin: auto;
}
.moduletable.tp-title h2{
	font-size: 15px;
}
.moduletable.tp-title{
	left: 30%;
}
.contain-b div#wk-grid04b {
    text-align: center;
    display: block;
}

}