html, body{
    direction: rtl;
}

body {
    background-color: #363636;
    overflow-x: hidden !important;
}

body.inline {
    background-color: #FFFFFF;
    overflow-x: hidden !important;
}

* {
    outline: none;
    outline-color: transparent;
    outline-style: none;
}


/* Fonts =========================================================*/

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?xf5fvh');
    src: url('../fonts/icons/icomoon.eot?xf5fvh#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?xf5fvh') format('truetype'), url('../fonts/icons/icomoon.woff?xf5fvh') format('woff'), url('../fonts/icons/icomoon.svg?xf5fvh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\f081";
}

.icon-facebook:before {
    content: "\f082";
}

.icon-pinterest:before {
    content: "\f0d3";
}

.icon-google:before {
    content: "\f0d4";
}

.icon-youtube:before {
    content: "\f166";
}

.icon-instagram:before {
    content: "\f16d";
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yekan';
}


/* Vertical Align ================================================*/

.ms-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ms-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 0;
    position: relative;
}

header .ms-table-cell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    z-index: 0;
    position: relative;
}

#select .ms-table-cell {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    z-index: 0;
    position: relative;
}


/* Modules ========================================================*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace.pace-inactive {
    display: none;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100%;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50% , 0);
  -moz-transform: translate(-50% , 0);
  transform: translate(-50% , 0);
  right: 100%;
  height: 5px;
  width: 100%;
  background: rgba(187, 150, 92, 0.7);
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: .5em;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}

.loadingLogo{
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 200000;
    width: 100%;
    max-width: 200px;
    height: auto;
}

#bodyWrapper{
  opacity: 0;
}

.noMaxWidth {
    max-width: none;
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 300px;
}

.navbar{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 1em 0;
    z-index: 1;
}

.navbar.backColor{
    background: #f4f4f4;
}

.navbar .logo {
    max-height: 37px;
}

a.ctaBtn, input.ctaBtn {
    display: inline-block;
    color: #FFFFFF;
    background: #bb965c;
    padding: .3em 1em;
    border-style: none;
}

a.ctaBtn.shop {
    padding: .3em .3em .3em 1em;
}

a.ctaBtn.shop .iconBtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #95784a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

a.ctaBtn.shop .iconBtn img {
    vertical-align: top;
}

.sectionHeader {
    display: block;
    width: 100%;
    padding: 1em;
}

.sectionHeader h3,
.sectionHeader p {
    color: #bb965c;
    margin: 0px;
}

.sectionHeader h3 {
    font-size: 2.5rem;
    line-height: 30px;
}

.swiper-wrapper{
    margin-bottom: 4em;
}

.swiper-pagination-bullets {
    text-align: center;
    padding: 1em;
}

.swiper-pagination-bullet {
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: .25em;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #bb965c !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    left: 0;
    width: 100%;
}

/* Menu Icon */
.hamMenuBtn{
    overflow: hidden;
    display: inline-block;
}

ul.menu li {
    font-size: 1.4em;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 0 1.5em;
    overflow: hidden;
}

ul.menu li a {
    color: #bb965c !important;
}

#menuIcon {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg)scale(.6);
    -moz-transform: rotate(0deg)scale(.6);
    -o-transform: rotate(0deg)scale(.6);
    transform: rotate(0deg)scale(.6);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

#menuIcon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #bb965c;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menuIcon span.white {
    background: #FFFFFF;
}

#menuIcon span:nth-child(1) {
    top: 0px;
}

#menuIcon span:nth-child(2) {
    top: 18px;
}

#menuIcon span:nth-child(3) {
    top: 36px;
}

#menuIcon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menuIcon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#menuIcon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#fp-nav ul li:last-child, .fp-slidesNav ul li:last-child, #fp-nav ul li:first-child, .fp-slidesNav ul li:first-child {
    display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFFFFF;
}

#fp-nav ul, .fp-slidesNav ul {
    padding: 5px 0;
    background: rgba(0,0,0,0.3);
    border-radius: 50px;
}

#fp-nav ul li .fp-tooltip{
    font-family: 'Yekan';
    color: #bb965c;
    margin-right: 10px;
}

input,
textarea {
    width: 100%;
    padding: .5em;
    resize: none;
    border: 1px solid #e2e2e2;
}

form.row .column {
    padding: 0.5em;
}

input[type="submit"] {
    width: auto;
    margin-top: 1em;
    padding: .3em 1em;
    border: 1px solid transparent;
}


/* Header =========================================================*/

#header .fp-tableCell {
    vertical-align: top;
}

#header .wrapper {
    height: 80%;
}

#header .productImg {
    max-height: 400px;
    margin-top: -140px;
}

#header .introData {
    position: absolute;
    bottom: -90px;
    width: 100%;
    padding-right: 5.5em;
}

#header h1,
#header h2,
#header p {
    color: #FFFFFF;
}

#header h2{
    font-size: 1.5rem;
    opacity: .9;
}

#header h1 {
    font-size: 2.5rem;
    opacity: 1;
}

#header p {
    font-size: 1.1rem;
    opacity: .8;
}

#header a {
    float: left;
}


/* AfterBefore ====================================================*/

#afterBefore .thumbs {
    margin: 0 0 1.45em 0;
    cursor: pointer
}

#afterBefore .modelBack{
    background: #bfbfbf;

}

#afterBeforeSliderLarge, #afterBeforeSliderSmall{
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 960px;
    cursor: not-allowed;
}

.tip{
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: .5rem 1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
}

#afterBeforeSliderLarge:hover .tip, #afterBeforeSliderSmall:hover .tip{
    opacity: 0;
}


/* Documents Carousel =============================================*/

#documents .doc .item {
    background: #FFFFFF;
    padding: 4rem;
    position: relative;
}

#documents .doc .item h2 {
    color: #bb965c;
    margin-top: 2rem;
    font-size: 1.1rem;
}

#documents .doc .item a.readmoreBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #aaa9a9;
    color: #FFFFFF;
    font-size: 2.5rem;
    text-align: center;
    line-height: 55px;
    display: inline-block;
}

#documents .fullArticle{
    display: none;
}


/* Features =====================================================*/

#features img.boxProductImg {
    max-height: 450px;
}

#features figure {
    margin: 0px;
    padding: 0px;
}

#features .btn {
    display: block;
    text-align: center;
}

#features ul.productFeatures {
    margin-bottom: 3em;
    margin-top: 1em;
}

#features ul.productFeatures li {
    color: #bb965c;
    font-size: 1.2rem;
    margin-bottom: .5em;
    margin-right: 1em;
    position: relative;
    padding-right: 25px;
    list-style: none;
}

#features ul.productFeatures li:after {
    content: "";
    background: #bb965c;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg)translate(-40%, 0);
    -moz-transform: rotate(45deg)translate(-40%, 0);
    transform: rotate(45deg)translate(-40%, 0);
    position: absolute;
    right: 0px;
    top: 40%;
}

.featureItem {
    color: #363636;
    letter-spacing: -0.5px;
}


/* Testimonial ====================================================*/

#testimonial {
    background: #bb965c;
    padding: 4em 4em 2em;
}

#testimonial .testi .item h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.7rem;
}

#testimonial .item .userName {
    width: 100%;
    margin-top: 2.5em;
    text-align: left;
}

#testimonial .item .userName img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: left;
    margin: 10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

#testimonial .item .userName p {
    margin: 0;
    padding-top: 9px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
}

#testimonial .item .userName span.city{
    margin-top: -7px;
    font-size: 0.8rem;
    display: block;
}

#testimonial .wrapper {
    position: relative;
}

#testimonial .swiper-pagination-bullet {
    background: #bb965c;
}

#testimonial .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}


/* FAQ ============================================================*/

#faq .faqWrapper {
    padding: 2em;
}

#faq a.ctaBtn{
    padding: 1em;
    margin: 0;
}

#faq .faqWrapper .faqItem {
    height: 230px;
    position: relative;
    overflow: hidden;
}

#faq .faqWrapper .faqItem .question {
    color: #858585;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#faq .faqWrapper .faqItem .answer {
    color: #bb965c;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#faq .faqWrapper.active .faqItem .question {
    opacity: 0 !important;
}

#faq .faqWrapper.active .faqItem .answer {
    opacity: 1;
    bottom: 0 !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#faq .faqWrapper.now .faqItem .question {
    top: 30%;
    opacity: 0.3;
}

#faq .faqWrapper.now .faqItem .answer {
    opacity: 1;
    bottom: 20px;
}

#faq .swiper-container.faq .swiper-slide{
    background: #FFFFFF;
}

.askQuestion {
    margin-top: 0.9em;
}


/* MAP ============================================================*/

#shop .fp-tableCell{
    /*padding-top: 95px;*/
}

#shop .backgroundWhite{
    width: 100%;
    background: #FFFFFF;
}

#shop .onlineShop {
    background: #FFFFFF;
    min-height: 100vh;
    padding-top: 95px;
}

#shop .map {
    min-height: 100vh;
    position: relative;
}

#shop .map #map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#shop .map .select2 {
    z-index: 10000;
    margin: 20px;
    width: 3em;
    display: none;
}

#shop ul.shopList {
    width: 100%;
    margin: 0;
}

#shop .select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
    border-radius: 0px;
}

#shop .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bb965c;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #bb965c;
    color: white;
}

.select2-dropdown {
    border: 0px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.newsletter {
    background: #f4f4f4;
    padding: 2em;
    min-height: 160px;
}

.newsletter form .column {
    float: right;
}

.newsletter input[type="submit"] {
    margin-top: 0;
    padding: .5em 1em;
}

.newsletter p {
    opacity: .5;
}

.shopLogo img {
    width: 100%;
    max-width: 100px;
}

ul.shopList {
    padding: 2em;
}

ul.shopList li {
    padding: 1em;
    list-style: none;
}

.shopListWrapper {
    overflow: hidden;
}

.shopListTitle {
    margin-bottom: .5em;
    line-height: 13px;
    color: #bb965c;
    font-size: 1.1rem;
}

.shopListDescription {
    font-size: .8rem;
    color: #888888;
}


/* Intro Page =====================================================*/

.video {
    width: 100%;
    /*height: calc(100vh - 292px);*/
    background: #d8d4d5;
    background: -webkit-linear-gradient(left, #d2cecf , #f2eeed);
    background: -o-linear-gradient(right, #d2cecf, #f2eeed);
    background: -moz-linear-gradient(right, #d2cecf, #f2eeed);
    background: linear-gradient(to right, #d2cecf , #f2eeed);
    position: relative;
    min-height: 618px;
}

.container{
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

img.playBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video .navbar {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.video .navbar .logo {
    max-height: 37px;
}

.siteDescription{
   padding: 2em 0;
}

.siteDescription h1{
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: bold;
}

.siteDescription h2{
    font-size: 1.2rem;
    color: #9f9f9f;
    margin-top: 1em;
}

.siteDescription p {
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    color: #9f9f9f;
}

footer {
    background: #959595;
    padding: 2em;
}

footer .row .column {
    float: right;
}

footer .footerLogo img {
    width: 100%;
    max-width: 120px;
    opacity: 0.7;
}

footer p{
    color: #FFFFFF;
    font-size: .9em;
    margin-bottom: 0px;
}

footer p a{
    color: #FFFFFF;
    font-size: 1em;
    opacity: 0.7;
    margin-right: 1.3em;
}

footer p a:hover{
    color: #FFFFFF;
    opacity: 1;
}

.instaIcon{
    background: rgb(119, 119, 119);
    color: #333333 !important;
    padding: 1px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

footer ul.socialsFooter{
    margin: 0px;
    margin-top: 10px;
}

footer ul.socialsFooter li{
    display: inline-block;
}

footer ul.socialsFooter li a{
    color: #FFFFFF;
    opacity: 0.5;
}

footer ul.socialsFooter li a:hover{
    opacity: 1;
}


/* Select Page ====================================================*/

#select #productNo1,
#select #productNo2 {
    height: calc(100vh - 112px);
    border: 1px solid #b9b9b9;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden;
}

#select #productNo1 {
    border: 0px;
}

#select #productNo2 {
    border-right: 0px;
}

#select .navbar {
    padding: 1em;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#select .navbar .logo {
    max-height: 37px;
}

#select .productInfo {
    position: absolute;
    bottom: 0px;
}

#select .productImage {
    padding: 4em 4em 4em 0em;
}

#select .productImage .selectImage {
    opacity: 0;
    float: right;
    width: 20%;
}

#select .productImage .selectText {
    float: left;
    width: 79%;
    opacity: 0;
    padding-right: 10px;
    padding-top: 4em;
}

#select .productInfo {
    padding-left: 4em;
}

#select .productInfo h3 {
    text-align: right;
    color: #bb965c;
    font-size: 1.7rem;
}

#select .productInfo p {
    color: #363636;
    text-align: right;
}

.backgroundWhite {
    background: #FFFFFF;
    width: 100%;
}


/* Modal Box ======================================================*/

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
}

.modalBox {
    background: #FFFFFF;
    padding: 2em;
    width: 100%;
    max-width: 500px;
    min-width: 320px;
    min-height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modalBox h3{
    margin-bottom: 0px;
}

.modalBox span.source{
    font-size: 0.8rem;
    opacity: 0.5;
    display: block;
}

.modalBox .contentPost{
    margin-top: 2em;
}

.close {
    float: left;
    max-width: 25px;
    cursor: pointer;
}

.modal .sectionHeader {
    padding-left: 7px;
    padding-right: 7px;
}

.readmore .modalBox {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    top: auto;
    left: auto;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fffaeb;
    padding-top: 70px;
}

.readmore h3 {
    color: #2b2512;
    font-size: 1.7rem;
}

.readmore .imagePost {
    overflow: hidden;
    margin: 0 2em 2em 0;
    float: left;
}

.readmore .imagePost img {
    width: 100%;
    height: 100%;
    Max-width: 360px;
    max-height: 360px;
}

.readmore .contentPost {
    font-size: 1.1em;
    line-height: 35px;
    color: #4e4e4e;
}

.readmore .close {
    position: absolute;
    left: 30px;
    top: 30px;
}


/* Responsive =====================================================*/

@media screen and (max-width: 1024px) {

    .skipIntro p {
        width: 80%;
    }

    .video {
        min-height: auto;
    }

    #header .introData {
        bottom: -80px;
    }

    #header .productImg {
        margin-top: -40px;
    }

    #header .wrapper{
      height: 90%;
    }

    #select .productImage {
        padding: 10em 4em 4em 0em;
    }
    #header p {
        font-size: 1.2rem;
    }
    #header h2 {
        font-size: 1.6rem;
    }

    #header h1 {
        font-size: 2rem;
    }

    #select .productImage .selectText {
        padding-top: 0;
    }

    #select .productImage .selectText h3 {
        text-align: center
    }

    #select .productImage .selectImage {
        float: none;
        width: 100%;
        text-align: center
    }

    #select .productImage .selectImage img {
        max-height: 250px;
    }

    #select .productImage .selectText {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {

    .video {
        padding-top: 5em;
    }


    .skipIntro p {
        width: 100%;
        padding: 0.5em;
    }

    #header h2 {
        font-size: 1rem;
        opacity: 1;
        margin-top: 10px;
    }

    #header h1 {
        font-size: 1.3rem;
        opacity: 1;
    }

    #header .wrapper {
        height: 100%;
    }

    #select #productNo1, #select #productNo2 {
        height: calc(50vh);
    }

    #header .productImg {
        max-height: 400px;
        margin-bottom: 0px;
    }

    #header .introData {
        bottom: 50px;
        padding-right: 0;
        text-align: justify;
    }
    #header .productImg {
        max-height: 250px;
    }

    #header .centerInSmall{
        display: block;
        text-align: center;
    }

    #header a {
        float: none;
    }

    #header p {
        font-size: 1rem;
    }

    #documents .doc .item {
        background: #FFFFFF;
        padding: 2em 2rem 4em;
        position: relative;
    }

    #features figure {
        float: none;
        text-align: center;
    }
    #features img.boxProductImg {
        max-height: 290px;
        margin-top: 35px;
    }
    #features ul.productFeatures li {
        font-size: 0.9rem;
    }
    .owl-controls .owl-nav .owl-prev {
        width: 50px;
        height: 50px;
        left: -60px;
    }
    .owl-controls .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        right: -60px;
    }
    #shop .map {
        min-height: 50vh;
        position: relative;
    }
    #shop .onlineShop {
        min-height: 50vh;
    }

    #testimonial .testi .item h1 {
        font-size: 1.5rem;
    }

    #testimonial {
        padding: 4em 1em 2em;
    }

    .copyright p {
        font-size: 0.7rem;
    }

    footer .row .column {
        text-align: center;
    }

    ul.social li {
        float: none;
        display: inline-block;
    }

    #select .productImage .selectImage {
        float: right;
        width: 20%;
    }

    #select .productImage .selectText {
        float: left;
        width: 79%;
    }

    #shop .onlineShop {
        padding-top: 10px;
    }

    #shop ul.shopList {
        padding: 0.5em 2em 2em;
    }
}

@media screen and (max-width: 590px) {

    #select .productImage .selectText {
        padding-top: 0;
        opacity: 1;
    }

    #select .productImage .selectText h3 {
        text-align: center;
        font-size: 1.2rem;
    }

    #select .productImage .selectImage {
        float: none;
        width: 100%;
        text-align: center;
        display: none;
    }

    #select .productImage .selectImage img {
        max-height: 250px;
    }

    #select .productImage .selectText {
        float: none;
        width: 100%;
    }

    #select .productImage .selectText p {
        display: none;
    }

    .skipIntro a.ctaBtn {
        margin-top: .6em;
    }
}

@media screen and (max-width: 380px) {

    /*.productImg {
        display: none;
    }*/
    .copyright p {
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 320px) {

    #testimonial .testi .item h1 {
        font-size: 0.9rem;
    }
    .copyright p {
        font-size: 0.5rem;
    }
    #testimonial .item .userName p {
        font-size: 0.7rem;
    }
}
