:root {
    --cream: #FCFBF8;
    --green: #C2DDA8;
    --yellow: #F9D88F;
    --purple: #D5CADA;
    --red: #E39B9B;
    --blue: #A0C2CC;
    --turquiz: #BEE2D6;
    --darkGray: #2D2D2D;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

::selection {
    background: #000;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #000;
    /* Gecko Browsers */
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: none !important;
}

div:focus {
    outline: none !important;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
}

p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

p strong,
p b {
    font-weight: 500;
}

a {
    transition: all 0.25s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear {
    clear: both;
}

#wrapper {
    margin-top: 137px;
    background: var(--cream);
}

/* Háttérszínek */

.creamBg {
    background: var(--cream);
}

.greenBg {
    background: var(--green);
}

.yellowBg {
    background: var(--yellow);
}

.purpleBg {
    background: var(--purple);
}

.redBg {
    background: var(--red);
}

.blueBg {
    background: var(--blue);
}

.turquizBg {
    background: var(--turquiz);
}

.darkGrayBg {
    background: var(--darkGray);
}

/* Gombok */

.btn {
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 20px;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.btn-primary:focus,
.btn-primary:active {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75) !important;
}

.btn-link {
    border: none;
    text-decoration: underline;
    margin-left: -20px;
    color: #000;
}

.btn-link:hover {
    color: var(--red);
}

.btn-secondary {
    background: transparent;
    color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #000;
    color: #fff;
}


/* NAVBAR */

.navbar {
    min-height: 137px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
}

.promoLine {
    background: var(--purple);
    padding: 10px 0;
    margin-bottom: 15px;
}

.promoLine p,
.promoLine h1,
.promoLine h2,
.promoLine h3,
.promoLine h4,
.promoLine span,
.promoLine a {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    margin: 0;
}

.navbar-brand img {
    width: 87px;
    height: 60px;
}

.navbar .navbar-nav {
    width: 526px;
}

.navbar .mr-auto .nav-item:nth-child(1) .nav-link:hover {
    color: var(--blue);
}

.navbar .mr-auto .nav-item:nth-child(2) .nav-link:hover {
    color: var(--green);
}

.navbar .mr-auto .nav-item:nth-child(3) .nav-link:hover {
    color: var(--red);
}

.navbar .mr-auto .nav-item:nth-child(4) .nav-link:hover {
    color: var(--purple);
}

.navbar .ml-auto .nav-item:nth-child(1) .nav-link:hover {
    color: var(--yellow);
}

.navbar .ml-auto .nav-item:nth-child(2) .nav-link:hover {
    color: var(--green);
}

.navbar .ml-auto .nav-item:nth-child(3) .nav-link:hover {
    color: var(--red);
}

.navbar .ml-auto .nav-item:nth-child(4) .nav-link:hover {
    color: var(--purple);
}

.navbar .ml-auto .nav-item:nth-child(5) .nav-link:hover {
    color: var(--turquiz);
}

.navbar .ml-auto .nav-item:nth-child(6) .nav-link:hover {
    color: var(--green);
}

.nav-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    margin-top: -2px;
    border-radius: 0;
    border: none;
}

.navbar .dropdown-menu .container {
    border-top: 1px solid #000;
    padding: 30px 0;
}

.navbar .dropdown-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar .dropdown-menu ul.menu li {
    line-height: 2.5;
}

.navbar .dropdown-menu ul.menu li a {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}

.navbar .dropdown-menu .menu,
.sub-menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.navbar .dropdown-menu .menu .item,
.sub-menu .menu .item {
    width: calc(25% - 15px);
    padding: 15px;
    height: 200px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

.sub-menu .menu .item {
    width: calc(50% - 10px);
    font-size: 16px;
    height: 130px;
}

.navbar .dropdown-menu .menu .item img,
.navbar .dropdown-menu .menu .item .bg,
.sub-menu .menu .item img,
.sub-menu .menu .item .bg {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.6s cubic-bezier(0, 0.69, 0.36, 1);
    background-color: #fff;
}

.navbar .dropdown-menu .menu .item .bg,
.sub-menu .menu .item .bg {
    background-color: #F9D88F;
}

.navbar .dropdown-menu .menu .item:hover img {
    transform: scale(1.07);
    opacity: 0.7;
}

.navbar .dropdown-menu .menu .item span,
.sub-menu .menu .item span {
    position: relative;
    z-index: 1;
    text-align: center;
}

.navbar .menuBanner {
    padding: 30px 0 30px 30px;
    overflow: hidden;
}

.navbar .menuBanner .bannerImg {
    max-height: 230px;
    max-width: 100%;
    width: auto;
    position: relative;
    z-index: 1;
}

.navbar .menuBanner .bannerImgSide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.navbar .menuBanner .bannerImgSide svg {
    position: absolute;
    z-index: 0;
    height: 300px !important;
    width: 300px !important;
    right: -30px;
    bottom: -180px;
    transform: rotate(-200deg);

}

.navbar .menuBanner .leftSide .content {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 41px);
}

.navbar .dropdown-menu ul.filter {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.navbar .dropdown-menu ul.filter li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

.navbar .borderImage{
    position: absolute;
    width: 100%;
    height: 285px;
    object-fit: cover;
    z-index: 2;
    top: 0;
    left: 0;
}

.navbar .menuImage{
    position: absolute;
    width: 100%;
    height: 285px;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
}

/* Footer */

footer {
    padding: 70px 0;
    border-top: 1px solid #000;
    background: var(--cream);
}

footer h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    margin: 0;
}

footer ul {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

footer ul.social{
    max-width: 140px;
}

footer ul.social li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

footer ul li a {
    color: #000;
    font-size: 14px;
}

footer ul li:nth-child(1) a:hover,
footer ul li:nth-child(1) a:focus {
    color: var(--green);
}

footer ul li:nth-child(2) a:hover,
footer ul li:nth-child(2) a:focus {
    color: var(--red);
}

footer ul li:nth-child(3) a:hover,
footer ul li:nth-child(3) a:focus {
    color: var(--blue);
}

footer ul li:nth-child(4) a:hover,
footer ul li:nth-child(4) a:focus {
    color: var(--yellow);
}

footer ul li:nth-child(5) a:hover,
footer ul li:nth-child(5) a:focus {
    color: var(--purple);
}

footer ul li:nth-child(6) a:hover,
footer ul li:nth-child(6) a:focus {
    color: var(--turquiz);
}

footer ul li:nth-child(7) a:hover,
footer ul li:nth-child(7) a:focus {
    color: var(--green);
}

footer ul.social li:nth-child(1) a:hover,
footer ul.social li:nth-child(1) a:focus {
    color: #4267B2 !important;
}

footer ul.social li:nth-child(2) a:hover,
footer ul.social li:nth-child(2) a:focus {
    color: #833AB4 !important;
}

footer ul.social li:nth-child(3) a:hover,
footer ul.social li:nth-child(3) a:focus {
    color: #ff0000;
}

footer ul.social li:nth-child(4) a:hover,
footer ul.social li:nth-child(4) a:focus {
    color: #1da1f2;
}

footer ul.social li:nth-child(5) a:hover,
footer ul.social li:nth-child(5) a:focus {
    color: #e60023;
}

/* Főoldali slider */

#slider .bigSlider{
    position: relative;
}

#slider .bigSlider .leftSide {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
}

#slider .bigSlider .leftSide .content {
    width: 540px;
    padding-right: 100px;
}

#slider .bigSlider .leftSide .content img{
    max-width: 200px;
}

#slider .bigSlider .leftSide .content h2 {
    margin-bottom: 1rem;
}

#slider .bigSlider .rightSide {
    padding: 50px;
}

#slider .bigSlider .rightSide h2 {
    color: #000;
    position: absolute;
    padding: 20px;
}

#slider .bigSlider .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}

#slider .bigSlider .button-next,
#slider .bigSlider .button-prev{
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 99;
    color: #fff;
}

#slider .bigSlider .button-next i,
#slider .bigSlider .button-prev i {
    opacity: 0.7;
    transition: all 0.3s;
}

#slider .bigSlider .button-next:hover i,
#slider .bigSlider .button-prev:hover i {
    opacity: 1;
}

#slider .bigSlider .button-prev{
    left: 50px;
}

#slider .bigSlider .button-next{
    right: 50px;
}

/* Szolgáltalás ikonok */

#services {
    padding: 70px 0;
}

#services .item {
    display: flex;
    align-items: center;
}

#services .item img{
    max-width: 67px;
    max-height: 67px;
}

#services p {
    margin: 0 0 0 8px;
}

/* Kiemelt termékkategória boxok */

#highlightedCats .item .inner {
    height: 270px;
}

#highlightedCats .item .inner h2 {
    background: #fff;
    padding: 20px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Kavics lista */

#stoneList {
    padding: 55px 0 95px;
}

#stoneList .item .inner svg path {
    fill: var(--green);
}

#stoneList .item:nth-child(2) .inner svg path {
    fill: var(--yellow);
}

#stoneList .item:nth-child(3) .inner svg path {
    fill: var(--purple);
}

#stoneList .item:nth-child(4) .inner svg path {
    fill: var(--red);
}

#stoneList .item:nth-child(5) .inner svg path {
    fill: var(--blue);
}

#stoneList .item:nth-child(6) .inner svg path {
    fill: var(--turquiz);
}

#stoneList .item svg{
    display: block;
    margin: 0 auto;
}

#stoneList .inner .content {
    position: absolute;
    top: calc(50% - 25px);
    width: 115px;
    left: 50%;
    margin-left: -57px;
}

#stoneList .inner .content h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 8px;
}

#stoneList .inner .content p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

/* BANNERS */

.fullBanner,
.fullBanner .content {
    height: 600px;
}

.fullBanner .content {
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

.fullBanner .content p,
.fullBanner .content h2 {
    margin-bottom: 1rem;
}

.fullBanner .content div{
    padding: 30px;
    background: rgba(255,255,255,0.5);
}

/* A hónap terméke */

.prodOfTheMonth {
    padding: 70px 0;
}

.prodOfTheMonth h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
}

.prodOfTheMonth h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
}

.prodOfTheMonth .content {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 110px);
}

.prodOfTheMonth .content .brandImg {
    max-width: 100px;
}

ul.features {
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none
}

ul.features li {
    display: inline-block;
    margin-left: 10px;
}

ul.features li:first-child {
    margin-left: 0;
}

.prodOfTheMonth ul.features li img.featureIcon{
    max-width: 67px;
}

/* Márka lista */

#brandList {
    padding: 30px 0;
}

#brandList .inner {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#brandList img {
    width: 100%;
    max-height: 200px;
    max-width: 200px;
}

/* Terméklista */

.productList {
    padding: 40px 0;
}

.productList .item {
    margin-bottom: 30px;
}

.productList .item p.factory {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0 8px;
}

.productList .item h3.product-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    min-height: 60px;
}

.productList .item p.price {
    font-size: 20px;
    font-weight: 600;
}

.productList .item p.actionPrice {
    font-size: 20px;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 0;
}

.productList .item p.oldPrice{
    font-size: 13px;
    font-weight: 300;
    text-decoration: line-through;
    color: #b1b1b1;
}

.productList .item .saleBadge{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: var(--red);
    color: #fff;
    font-weight: bold;
    top: 15px;
    right: 15px;
}

.productList .item .imgDiv {
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
}

.productList .item img {
    height: auto;
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
}

ul.pagination {
    border-radius: 0;
}

ul.pagination li span {
    color: #000 !important;
    background: none !important;
    border: none;
    font-weight: 500;
}

ul.pagination li a {
    border: none;
    background: none;
    color: var(--darkGray);
    border-radius: 0 !important;
    font-weight: 300;
}

ul.pagination li a:hover {
    color: var(--darkGray);
}

ul.pagination li:last-child a {
    border-radius: 0;
}

/* Terméklista filterek */

#filters {
    padding-top: 20px;
}

#filters ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: inline-block;
    width: 150px;
}

#filters ul li .form-control {
    border-radius: 0;
    border: none;
    background: transparent;
}

.bootstrap-select>.dropdown-toggle.btn-light,
.bootstrap-select>.dropdown-toggle.btn-light:active,
.bootstrap-select>.dropdown-toggle.btn-light:focus,
.bootstrap-select>.dropdown-toggle.btn-light:hover {
    color: var(--darkGray);
    border: none;
    padding-top: 7px;
    height: 38px;
}

.bootstrap-select .dropdown-toggle:before {
    font-family: fontawesome;
    content: '\f078';
    font-size: 10px;
    position: absolute;
    top: 10px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 12px;
}

/* Hírlevél feliratkoztatás */

#subscribe {
    padding-bottom: 70px;
}

#subscribe .leftSide {
    padding: 90px 70px;
    background: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
}

#subscribe p {
    margin-bottom: 0;
}

#subscribe h2 {
    margin: 20px 0
}

#subscribe .form-control {
    border: 1px solid var(--darkGray);
    border-radius: 0;
    background: transparent;
    color: var(--darkGray);
}

#subscribe label a {
    font-weight: bold;
    color: #000;
}

#subscribe .form-control::placeholder {
    color: var(--darkGray);
    opacity: 1;
}

#subscribe .form-control:-ms-input-placeholder {
    color: var(--darkGray);
}

#subscribe .form-control::-ms-input-placeholder {
    color: var(--darkGray);
}

/* Aloldal fejléc */

#subpageHeader .container {
    padding: 50px 15px 30px;
}

#subpageHeader .container {
    border-bottom: 1px solid #000;
}

#subpageHeader .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

#subpageHeader .breadcrumb li,
#subpageHeader .breadcrumb li a {
    color: var(--darkGray);
    font-size: 15px;
    line-height: 22px;
}

/* Blog lista */

#blogList {
    padding: 60px 0;
}

#blogList .lastBlog .rightSide {
    padding: 70px 50px;
}

p.date {
    text-transform: uppercase;
}

#blogList .item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 20px;
}

#blogList .item h3 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

/* Szöveges oldalak */

#staticPage {
    padding: 50px 0;
}

#staticPage h2 {
    margin-bottom: 1rem;
}

#staticPage h3 {
    font-size: 23px;
}

#staticPage .blogJump a {
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 300;
}

/* Kapcsolat */

.contact {
    padding-top: 50px !important;
}

.contact .leftSide {
    background: var(--green) !important;
}

/* Termék oldal */

#productBasketPage {
    padding: 0 20px;
}

#productBasketPage img.factoryLogo{
    max-width: 200px;
    max-height: 100px;
}

#productBasketPage ul.variables{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

#productBasketPage ul.variables li{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid 000;
    overflow: hidden;
}

#productBasketPage ul.variables li div{
    height: 30px;
    width: 30px;
}

#productBasketPage ul.variables li.selected div:after{
    font-family: fontawesome;
    color: #fff;
    content:'\f00c';
    margin: 3px 0 0 8px;
    position: absolute;
}

#productBasketPage .productMoreImages{
    margin: 15px 0 30px;
}

#productBasketPage .productMoreImages img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#productBasketPage p.inStock{
    color: var(--green);
    font-weight: bold;
}

#productBasketPage p.outOfStock{
    color: var(--turquiz);
    font-weight: bold;
}

#productBasketPage h2.actionPrice{
    color: var(--red);
}

#productBasketPage p.oldPrice{
    text-decoration: line-through;
    color: #b1b1b1;
}

.vbox-container img {
    max-height: calc(100vh - 100px);
    object-fit: contain;
}

.productInfoBox {
    padding: 40px 0;
}

.productInfoBox ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.productInfoBox ul li{
    font-size: 15px;
    list-style: none;
}

.productInfoBox .contentSide {
    padding: 90px 70px;
}

.productInfoBox p.title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.productInfoBox h2 {
    margin-bottom: 1rem;
}



@media (max-width: 767px) {
    #wrapper {
        margin-top: 60px;
    }

    .navbar {
        display: none;
    }

    #subpageHeader .container{
        padding-left: 15px;
    }

    #slider .bigSlider .leftSide {
        display: block;
        height: auto;
        min-height: 590px;
        padding: 10px;
    }

    #slider .bigSlider .rightSide {
        min-height: 350px;
    }

    #slider .bigSlider .leftSide .content {
        width: 100%;
        padding: 35px;
    }

    #slider .bigSlider .button-prev{
        left: 0;
    }
    
    #slider .bigSlider .button-next{
        right: 0;
    }

    #slider .bigSlider .leftSide{
        min-height: 450px;
    }

    #slider .bigSlider .leftSide .content img{
        margin-bottom: 10px !important;
    }

    #slider .bigSlider .leftSide .content .btn-primary{
        margin-top: 15px !important; 
    }

    #brandList .inner {
        height: 100px;
        margin-bottom: 15px;
    }

    #brandList img {
        max-height: 100px;
    }

    #services {
        padding: 40px 0;
    }

    #services .item {
        margin-bottom: 20px;
    }

    #services .item:last-child {
        margin-bottom: 0;
    }

    #stoneList .item {
        margin-bottom: 20px;
    }

    #stoneList .inner .content h2 {
        font-size: 36px;
    }
    
    #stoneList .inner .content p {
        font-size: 13px;
    }

    .fullBanner,
    .fullBanner .content {
        height: 350px;
    }

    .productList {
        padding: 20px 0 40px;
    }

    .productList .item {
        text-align: center;
        margin-bottom: 20px;
    }

    .productList .item h3.product-name {
        min-height: auto;
    }

    .prodOfTheMonth {
        text-align: center;
    }

    .prodOfTheMonth h2 {
        margin-bottom: 20px;
    }

    .prodOfTheMonth .content {
        display: block;
        margin-bottom: 30px;
    }

    .prodOfTheMonth .content .btn {
        margin-top: 15px !important;
    }

    .prodOfTheMonth img {
        margin-bottom: 30px;
    }

    #subscribe {
        text-align: center;
        padding-bottom: 0;
    }

    #subscribe .leftSide {
        padding: 40px 30px;
    }

    #subscribe .form-check-label {
        text-align: left;
    }

    footer {
        text-align: center;
    }

    footer h4 {
        margin-top: 25px;
    }

    footer ul {
        margin-top: 7px;
    }

    footer ul.social {
        margin: 30px auto 0;
    }
    
    .productInfoBox .bg{
        min-height: 400px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .navbar{
        display: none; 
    }

    #wrapper {
        margin-top: 60px;
    }

    #services {
        padding: 40px 0;
    }

    #services .item {
        margin-bottom: 20px;
    }

    #stoneList .inner .content h2 {
        font-size: 36px;
    }
    
    #stoneList .inner .content p {
        font-size: 13px;
    }
}


@media (min-width: 993px) and (max-width: 1200px) {
    .navbar .navbar-nav{
        width: auto;
    }
    #services .item {
        margin-bottom: 20px;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {

}

@media (min-width: 1367px) {

}