@charset "utf-8";

body {
	background: #FFF;
	color: #000;
	font-size: 24px;
	font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";
}

input,
textarea,
button,
select {
	font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";
	outline: none!important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

a,
a:hover,
a:focus {
	color: #00943D;
}

::-moz-selection {
	background-color: #009641;
	color:#FFF;
}

::selection {
	background-color: #009641;
	color: #FFF;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;  
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    padding: 40px 0;
    width: 100%;
    z-index: 100;
    transition: all .2s ease-in-out;
}

.header.sticky {
    background-color: #FFF;
    padding: 10px 0;
}

.logo {
    width: 179px;
}

.hero-section {
    height: 80vh;
    min-height: 500px;
    background: url(../images/hero.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}

.hero-section .text {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 4;
    bottom: -50px;
    font-weight: bold;
}

.hero-section .text p {
    margin-bottom: 35px;
}

.hero-text-left {
    float: left;
    width: 45%;
}

.hero-text-left h3 {
    font-size: 24px;
    color: #00943D;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
}

.hero-text-left h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.hero-text-right {
    float: right;
    width: 50%;
    padding-top: 53px;
}

.hero-text-right .button {
    width: 100%;
    padding: 32px 15px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.5);
}

.section-title {
    background: #F6F6F6;
    padding: 70px 0;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    float: left;
    width: 45%;
}

.section-title p {
    margin: 0;
    float: right;
    width: 50%;
}

.text-section {
    padding: 50px 0;
}

.text-section .text {
    float: left;
    width: 47%;
}

.text-section .image {
    float: right;
    width: 50%;
}

.text-section.reversed .text {
    float: right;
}

.text-section.reversed .image {
    float: left;
}



.museum-section {
    padding: 50px 0;
}

.museum-section .image {
    float: left;
    width: 67.208%;
}

.museum-section .text {
    float: right;
    width: 30%;
}

.grey-text {
    background: #F6F6F6;
    min-height: 360px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 66px;
}

.grey-text h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
    word-wrap: break-word;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/left@2x.png);
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right@2x.png);
    right: 0;
}

.button {
    display: inline-block;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #FFF!important;
    background: #00943D;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 15px;
    text-align: center;
    letter-spacing: 1px;
}

.button:hover {
    background-color: #00b04c;
}

.inner-button {
    max-width: 360px;
    margin: 0 auto;
}

.inner-button .button {
    width: 100%;
}

.products-section {
    padding: 60px 0;
}

.products-list {
    margin: 0 -15px;
}

.product-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 40px;
}

.product-item .image {
    margin-top: 15px;
}

.product-item .image img {
    width: 100%;
}

.reckli-logo {
    width: 68px;
    height: 20px;
    background: url(../images/reckli@2x.png) no-repeat center;
    background-size: 100%;
    margin: 0 0 10px;
}

.product-item h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #00943D;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .product-item:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-item:nth-child(3n+1) {
        clear: both;
    }
}

@media screen and (min-width: 992px) {
    .product-item:nth-child(4n+1) {
        clear: both;
    }
}

.product-item-button {
    float: left;
    width: 25%;
    padding: 0 15px;
    padding-top: 73px;
}

.product-item-button p {
    margin-bottom: 50px;
}

.product-item-button .button {
    width: 100%;
    font-size: 16px;
}

.owl-dots {
    font-size: 0px;
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #D8D8D8;
    cursor: pointer;
    border-radius: 50%;
}

.owl-carousel button.owl-dot + button {
    margin-left: 20px;
}

.owl-carousel button.owl-dot.active {
    background-color: #00943D;
}

.footer {
    background: #F6F6F6;
    padding: 60px 0;
    font-size: 16px;
}

.footer-text {
    float: left;
    width: 48%;
}

.footer-text h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px;
}

.footer-text p {
    margin-bottom: 0;
}

.footer-menu {
    float: right;
    width: 40%;
    padding-top: 43px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 40%;
}

.footer-menu ul:first-child li {
    font-weight: bold;
}

.footer-menu ul li + li {
    margin-top: 20px;
}

.footer-menu ul li {
}

.footer-menu ul li a {
    color: #000;
}

.modal-dialog {

    max-width: 1270px;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-body {
    padding: 35px;
}

/*
@media screen and (max-width: 1270px) {
    .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
}
*/

@media screen and (max-width: 1199px) {
    body {
        font-size: 20px;
    }
    
    .hero-section {
        height: 700px;
    }
    
    .section-title h2 {
        font-size: 30px;
    }
    
    .grey-text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .grey-text {
        min-height: 276px;
        margin-bottom: 30px;
    }
    
    .product-item {
        font-size: 16px;
    }
    
    .product-item h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }
    
    .logo {
        width: 120px;
    }
    
    .header {
        padding: 15px 0;
    }
    
    .button {
        padding: 12px 24px;
    }
    

    .hero-text-left h3 {
        font-size: 20px;
    }
    
    .hero-text-left h1 {
        font-size: 32px;
    }
    
    .hero-text-right .button {
        padding: 20px 10px;
        font-size: 18px;
    }
    
    .owl-carousel button.owl-dot {
        width: 12px;
        height: 12px;
    }
    
    .owl-carousel button.owl-dot + .owl-dot {
        margin-left: 12px;
    }
    
    .hero-section .text {
        bottom: -30px;
    }
    
    .hero-section {
        height: 500px;
        margin-bottom: 45px;
    }
    
    .section-title {
        padding: 40px 0;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .museum-section .image {
        width: 100%;
        float: none;
    }
    
    .museum-section .text {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    
    .grey-text {
        min-height: auto;
    }
    
    .product-item,
    .product-item-button {
        width: 33.3333%;
    }
    
    .footer {
        padding: 20px 0;
        font-size: 14px;
    }
    
    .footer-text h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero-text-left {
        width: auto;
        float: none;
    }
    
    .hero-text-right {
        float: none;
        padding: 0;
        width: auto;
    }
    
    .hero-text-left h3 {
        margin-bottom: 15px;
    }
    
    .hero-text-left h1 {
        margin-bottom: 15px;
    }
    
    .text-section .text {
        float: none!important;
        width: auto;
    }
    
    .text-section .image {
        width: auto;
        float: none!important;
        margin-top: 25px;
    }
    
    .section-title h2 {
        float: none;
        width: auto;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .text-section {
        padding: 25px 0;
    }
    
    .museum-section {
        padding: 25px 0;
    }
    
    .products-section {
        padding: 25px 0;
    }
    
    .product-item,
    .product-item-button {
        width: 50%;
    }
    
    .section-title p {
        float: none;
        width: auto;
    }
    
    .footer-text {
        width: auto;
        float: none;
    }
    
    .footer-menu {
        float: none;
        width: auto;
    }
    
    .footer-menu ul {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
        padding-bottom: 48px;
    }
    
    .hero-text-left h1 {
        font-size: 24px;
    }
    
    .hero-text-left h3 {
        font-size: 18px;
    }
    
    .hero-section .text p {
        margin-bottom: 15px;
    }
    
    .hero-section {
        margin-bottom: 0;
        height: 400px;
    }
    
    .inner-button {
        display: none;
    }
    
    .hero-text-right .button {
        font-size: 16px;
        padding: 12px 20px;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 10;
        width: 100%;
    }
    
    .hero-section .text {
        bottom: 15px;
    }
    
    .section-title {
        padding: 30px 0;
    }
    
    .section-title h2 {
        font-size: 20px;
    }
    
    .product-item {
        font-size: 14px;
        width: 100%;
        padding: 0;
    }
    
    .product-item:last-child {
        margin-bottom: 0;
    }
    
    .products-list {
        margin: 0;
    }
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        margin-top: 25px;
    }
    
    .product-item:nth-child(2n+1) {
        clear: both;
    }
    
    .product-item h4 {
        font-size: 14px;
    }

    .product-item .image img{
        width: 100%;
    }
    
    .footer {
        font-size: 12px;
    }
    
    .modal-body {
        padding: 15px;
    }
}

/* override*/
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../../../Icons/left@2x.png);
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
     background-image: url(../../../Icons/right@2x.png);
     right: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
}

a.button{
    outline: none;
}
body {
    padding-right : 0px !important;
}