/* 
Theme Name: Basic Theme 
Theme URI: https://amalilea.hu/
Author: Amalilea
Author URI: http://amalilea.hu 
Description: Basic Theme by  amalilea.hu
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: basic-theme
*/

@font-face {
    font-family: 'Slender';
    src: url('Slender.eot');
    src: url('Slender.eot?#iefix') format('embedded-opentype'),
        url('Slender.woff2') format('woff2'),
        url('Slender.woff') format('woff'),
        url('Slender.ttf') format('truetype'),
        url('Slender.svg#Slender') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 20px;
}

body {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #333;
    background: #fff url(img/body-bg.png)
}

.content-box {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    color: #444;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    overflow: hidden;
}

.center-box {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    color: #444;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;

}

p {
    margin-bottom: 15px;
    line-height: 1.6;
}

header {
    min-height: 70px;
}

header .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#logo {
    width: 125px;
    display: inline-block;
    float: left;
    margin-top: 20px;
}

#logo a img {
    width: 125px;
    height: auto;
    display: block;
    float: left;
}

.inner-page {
    margin-bottom: 40px;
}

.content-box main-menu {
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content-box main-menu {
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
}



#main-menu ul {

    float: right;
    font-family: 'El Messiri', sans-serif;
    font-size: large;
    color: #333;
    padding-top: 16px;
}

#main-menu li {
    display: inline-block;
    font-family: 'El Messiri', sans-serif;
    font-size: 28px;
    color: #333;
    margin-left: 30px;
}

#main-menu li a {
    font-size: large;
    color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

}

#main-menu li a:hover {

    color: #648A81;
}


.hero-box {
    background-color: rgba(212, 181, 158, 0.33);
    position: relative;
    display: inline-block;
    top: 150px;
    width: 100%;
}

.hero-text {

    padding: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
     animation: 2s fadein ease-in 2s forwards;
    -webkit-animation: 2s fadein ease-in 2s forwards;
    -moz-animation: 2s fadein ease-in 2s forwards;
    -o-animation: 2s fadein ease-in 2s forwards;

}


.hero-text p {
    padding-top: 20px;
    font-size: 30px;

}

.hero-text h1 {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    font-family: 'El Messiri', sans-serif;

}


.button {
    color: #fff;
    background-color: #648A81;
    margin-top: 40px;
    background-position: absolute;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-size: 20px;

}

.button:hover,
    {
    color: #648A81;
    background-color: #fff;
    border: solid 2px #648A81;

}

.button1 {
    color: #fff;
    background-color: #648A81;
    margin-top: 40px;
    background-position: absolute;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    display: flex;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    /* float: left; */
    width: 300px;
    font-size: 30px;
}

.button1:hover,
#submit input:hover {
    color: #648A81;
    background-color: #fff;
    border: solid 2px #648A81;

}


.hero {
    background-image: url(img/hero-bg.png);

    background-position: top, center;
    background-repeat: no-repeat;
    padding: 50px 0;
    padding-bottom: 200px;
    display: block;
    background-size: cover;
    background-color: #E6E5E9;
    margin-top: 20px;
}

section {
    width: auto;

}

h1 {
    font-family: 'El Messiri', sans-serif;
    font-weight: normal;
    font-size: 50px;
}

h2 {
    font-family: 'El Messiri', sans-serif;
    font-size: 36px;
    padding-top: 80px;
    padding-bottom: 80px
}

h3 {
    font-family: 'El Messiri', sans-serif;
    font-size: 26px;
}

p {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.3;
}


.align-center {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.offers {
    overflow: hidden;
}

.offers-title {
    text-align: center;
    top: 248px;
    position: relative;
    color: #fff;
    background: url(img/service-bg.png);
    width: 180px;
    height: 180px;
    left: 40px;
    top: 220px;
    opacity: 0.9;
    border: solid 1px #0C2859;
    border-radius: 2rem;

    z-index: 1;
}

#offers-text {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
    height: 100px;
}

#offers-text::before,
#offers-text::after {
    content: "";
    position: absolute;
    border: 1px solid black;
    border-color: black black transparent transparent;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
}

#offers-text::before {
    top: 14px;
    right: 14px;
    transform: translate(50%, -50%) rotate(0deg);
}

#offers-text::after {
    bottom: 14px;
    left: 14px;
    transform: translate(-50%, 50%) rotate(180deg);
}

#offers-text::before.top-left {
    top: 14px;
    left: 14px;
    transform: translate(-50%, -50%) rotate(135deg);
}

#offers-text::after.bottom-right {
    bottom: 14px;
    right: 14px;
    transform: translate(50%, 50%) rotate(-45deg);
}
h3#offers-text {
   padding-top: 30px;
    text-decoration: inherit;
}

.gyik h2 {
    background-color:rgba(212, 181, 158, 0.33);
    margin: 30px 0;
}




a {
   padding-top: 30px;
    text-decoration: inherit;
    color: inherit;
}
h4#price {
    margin-top: 20px;
}
b#tags {
    margin-top: 30px;
}

.offers1 {
    background: url(../img/service1.png);
    padding: 15px;

    text-align: center;
    margin: 0 0 40px 0;
    background-size: cover;

}


.offers-h3 {
    font-family: 'El Messiri', sans-serif;

    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #333;

}



.offers img {
    width: 100%;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
    height: 70%;
}

.collection {
    background: url(img/pattern.png);
    background-color: rgba(212, 181, 158, 0.33);
    animation: fadein 2s ease-in 2s forwards, -webkit-fadein 2s ease-in 2s forwards, -moz-fadein 2s ease-in 2s forwards, -o-fadein 2s ease-in 2s forwards;
      animation-play-state: running;
    
}


.scroll-animation {
    opacity: 0; /* Kezdetben legyen láthatatlan */
    transform: translateY(30px); /* Kezdetben legyen elmozdítva 20px felfelé */
    transition: opacity 1s ease, transform 1s ease; /* Animáció beállítások */
    animation: fadein 2s ease-in 2s forwards, -webkit-fadein 2s ease-in 2s forwards, -moz-fadein 2s ease-in 2s forwards, -o-fadein 2s ease-in 2s forwards;
      animation-play-state: running;
}
.scroll-animation.active {
    opacity: 1; /* Láthatóvá teszi az elemet */
    transform: translateY(0); /* Visszaállítja az elem pozícióját */
}
/* Alapvető stílus az elemhez */
.fade-in-element {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Aktív állapotban lejátszódó animáció */
.fade-in-element.active {
    opacity: 1;
    
 
    transition: opacity 1s ease, transform 1s ease; /* Animáció beállítások */
    animation: fadein 2s ease-in 2s forwards, -webkit-fadein 2s ease-in 2s forwards, -moz-fadein 2s ease-in 2s forwards, -o-fadein 2s ease-in 2s forwards;
      animation-play-state: running;
}

/* Alapstílus */
.scale-animation {
  opacity: 0;
    background-color: blue;
    transform: scale(0.5);
    transition: transform 1s ease;
}

/* Animált állapot */
.scale-animation.active {
    transform: scale(1);
    opacity: 1;
    transition: transform 2s ease;
}


.title-container {
    position: relative;
    text-align: center;
}

.decor {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.9;
    padding: 0;
    margin-top: 80px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;

}

.decorh3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    bottom: 10px;
}

.accordion-p {
    margin-top: 20px;
    margin-bottom: 80px;
}
.accordion p {
    margin-top: 20px;
    margin-bottom: 30px;
}
.rent {
    background-color: rgba(212, 181, 158, 0.33);
    padding-bottom: 30px;
}

#rent-text {
    margin-bottom: 30px;
}

.garancia {
    margin-top: 80px;
}

.gari {
    vertical-align: middle;
}

.gari img {
    width: 200px;
    padding-left: 50px;
    padding-right: 50px;
}

.gari h3 {
    margin-bottom: 60px;
}

.shop {
    background-color: rgba(212, 181, 158, 0.33);
    margin-top: 80px;
}

iframe {
    width: 100%;
    height: 500px;
}

#shop-box {
    padding-bottom: 40px;
}

li::marker {
    content: none !important;
}

.carousel {
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;

}

.accordion {}

.accordion-title {
    color: #000;
    display: inline-block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: relative;
    cursor: pointer;
    width: 180px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.accordion-title:before {
    top: 50%;
    margin-top: -3px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #000;
    position: absolute;

    left: -15px;


}


.accordion-title:after {
    /* top: 50%; */
    margin-top: -3px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #648A81;
    position: absolute;
    left: 50%;
    top: -20px;
    text-align: center;
}

.accordion-title:before {
    /* top: 50%; */
    margin-top: -3px;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: solid 2px #648A81;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    left: 42%;
    top: -38px;
    text-align: center;
}


.down:after {
    transform: rotate(180deg);
    border-top: 14px solid #648A81 !important;
}


.accordion-content {

    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    display: none;
}

.card {
    width: 250px;
    padding: 50px;

    border-radius: 30px;
    height: 300px;
}

.accordion-image {
    filter: drop-shadow(20px 20px 10px rgba(11, 11, 50, 0.3));
}


footer {

    background-color: #fff;

}

footer h2,
footer p,
footer a,
footer li {
    color: #000;
    text-decoration: none;
}

footer h2 {
    font-size: larger;
    padding: 20px 0 20px 0;
}

footer p,
footer a {
    font-size: small;
}

.carousel {
    padding: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;

}

.carousel ul.slides {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

.carousel li.slide {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
}

#carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#carousel-wrap {
    width: 100%;
    overflow: hidden;
}

#carousel ul.slides {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

#carousel li.slide {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
}

#carousel li.slide a {
    display: block;
}

#next-slide,
#prev-slide {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -350px;
    z-index: 5;
    border-radius: 50%;
    background: #fff;
}

#next-slide {
    right: 10px;
}

#prev-slide {
    left: 10px;
}

#next-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #0C2859;
}

#prev-slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #0C2859;
}

#navigation {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 30px;
    bottom: 0;
    z-index: 5;
    padding-bottom: 50px;
}

#navigation div {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #7291BF;
    z-index: 5;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}





.reviews-slider {

    position: relative;
    width: 100%;
}

.next-review,
.prev-review {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -350px;
    z-index: 5;
    border-radius: 50%;
    background: #648A81;
}

.reviews-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.next-review {
    right: 50px;
}

.prev-review {
    left: 50px;
}

.next-review:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -4px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}

.prev-review:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
}

.reviews-slider li:before {
    content: none;
}

.reviews-slider ul {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.reviews-title {
    text-align: center;
    margin-bottom: 10px;
}

.reviews-slider li {
    display: inline-block;
    position: relative;
    width: 100%;
    white-space: initial;
    font-size: initial;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.reviews img {
    width: 100px;
    filter: drop-shadow(20px 20px 10px rgba(11, 11, 50, 0.3));
    margin-bottom: 60px;
}

#go-to-top {
    background: #648A81;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;

    cursor: pointer;
}

#go-to-top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
}


.square {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
}

#foot-menu ul li {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    margin: 20px;
}

#foot-menu ul {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
}

#copyright p {
    font-size: 0.5rem;
}

form {
    background: #fff;
    border: solid 1px #0C2859;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 40px;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
}



.rent h3 {
    font-size: 1.5rem;
    margin-top: 30px;
}

form input,
textarea,
date,
multiple {
    background: rgba(212, 181, 158, 0.33);
    border-radius: 30px;
    padding: 15px;
    width: 90%;
}

#submit input {
    width: auto;
    background: #648A81;
    color: #fff;
}

select {
    background: #fff;
    border-radius: 30px;
    padding: 15px;

}

input type:submit {
    background-color: #648A81;
    border-radius: 30%;
    color: #fff;

    padding: 15px;
}

#kapcsolat {
    margin-bottom: 80px;
}


.kapcsolat form {
    border-radius: 20px;
    justify-content: center;
    margin-top: 80px;
}

.post {}

.post-card {}

.ruhak {
    overflow: hidden;
}
.ruhak-item {
    margin-left: 10px;
    margin-right: 10px;
   
}
.ruhak-title {
    text-align: center;
    top: 248px;
    position: relative;
    color: #fff;
    background: url(img/service-bg.png);
    width: 180px;
    height: 180px;
    left: 40px;
    top: 220px;
    opacity: 0.9;
    border: solid 1px #0C2859;
    border-radius: 2rem;

    z-index: 1;
}

.ruhak-text {
    padding: 20px;
    
    width: auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
    margin-bottom: 60px;
}

.ruhak {

    padding: 15px;

    text-align: center;
    margin: 0 0 40px 0;
    background-size: cover;

}


.ruhak-h3 {
    font-family: 'El Messiri', sans-serif;

    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #333;

}



.ruhak1 img {
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
}

.ruhak-box {
    background-color: rgba(212, 181, 158, 0.33);
    position: relative;
    display: inline-block;

    width: 100%;
     margin-bottom: 40px
}

.ruhak-text {
    padding: 20px;
    border: solid 1px #000;
    width: 450px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
    margin-bottom: 60px;

}


.ruhak-text p {
    padding-top: 20px;

}

.ruhak-text h1 {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    font-family: 'El Messiri', sans-serif;

}

.ruhak-text a {
    text-decoration: none;
}

#ruha-tags {
    margin-left: 1rem;
    margin-bottom: 20px
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
    margin: 1rem;
}

.slogen h2 {
    font-family: 'Slender';
    font-size: 45px;
    font-weight: 300;
    line-height: 1.5;
color: #fff
}
.adatvedelmi {
    float: left
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none!important; 
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi span:hover {
   color: #648A81;
    text-decoration: underline;
}
.wp-pagenavi a:hover {
   color: #648A81;
}
.about {
    margin-top:80px;
}
#contact-page {
    margin-top: 80px;
}

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

    #main-menu ul li a {

        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .attachment-post-thumbnail {
        width: auto!important;
        height: auto!important;
    }
@media only screen and (max-width: 768px) {

    .button1 {
        color: #fff;
        background-color: #648A81;
        margin-top: 40px;
        background-position: absolute;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
        position: relative;
        margin-bottom: 80px;
        width: auto;

    }

    .hero-text h1 {
        text-align: left;
        font-size: 35px;
        font-weight: 500;
        display: inline-block;
        font-family: 'El Messiri', sans-serif;

    }

    .hero {
        display: block;

        width: auto;
    }

    .hero-box {
        display: block;
        background-size: 700px, cover;
        right: 0;

    }

    #hamburger {
        display: block;
        width: 100%;
        height: 40px;
        background-size: 100% 100%;
        background: #fff;
        /* position: relative; */
        vertical-align: middle;
        text-align: right;
        line-height: 40px;
        margin-top: 30px;
    }

    #hamburger:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
    }

    #hamburger:after {
        content: "";
        display: inline-block;
        width: 28px;
        height: 5px;
        vertical-align: middle;
        margin-left: 10px;
        border-top: double 10px #000;
        border-bottom: double 10px #000;
    }

    .hambi-open {
        background-size: 100% 150% !important;
    }

    .hambi-open:after {
        height: 0 !importan;
        border-top: solid 2px #000 !important;
        border-bottom: solid 2px #000 !important;
    }

    #hamburger:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
    }

    #main-menu li,
    #main-menu ul,
    #footer li {
        display: block;
        width: 100%;
    }

    header .content-box {
        flex-wrap: wrap;
    }

    #main-menu li:last-of-type {
        margin-bottom: 0;

    }

}
@media only screen and (min-width: 1540px) and (max-width: 1696px) {

    .ruhak1 img,
    .ruhak-text {
        max-width: 400px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1539px) {

    .ruhak1 img,
    .ruhak-text {
        max-width: 350px;
    }
}
@media only screen and (min-width: 1197px) and (max-width: 1366px) {

    .ruhak1 img,
    .ruhak-text {
        max-width: 300px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1210px) {

    .ruhak1 img,
    .ruhak-text {
        max-width: 200px;
    }
}

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



    .hero-text p {
        font-size: 18px;
    }



    p,
        {
        font-size: 15px;
    }



    .hero-text,
        {
        width: auto;
    }


    .button2 {
        margin-top: 70;
    }

    #main-menu ul {
        margin-top: 0;
    }

    header {
        min-height: 400px;
    }

    .hero-text h1 {
        padding: 0;
    }

    .ruhak1 img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
    }


    .ruhak-text {
        padding: 20px;
        border: solid 1px #000;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        position: relative;
        filter: drop-shadow(10px 10px 10px rgba(2, 2, 2, 0.2));
        margin-bottom: 60px;

    }
}



@media only screen and (max-width: 768px),
@media only screen and (max-width: 245px) {


    .hero-text h1 {
        padding: 0;
    }


}

@media only screen and (max-width: 975px) {}

#main-menu ul li a {
    padding: 10px 0;

    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 450px) and (max-width: 922px) {
    header {
        min-height: 300px;
    }

    #main-menu ul {
        margin-top: 0;
    }

    .hero-text h1 {
        padding: 0;
    }
}

@media only screen and (min-width: 1401px) {
    .hero {
        min-height: 800px;
    }
}

@media only screen and (max-width: 600px) {
    .next-review {
        right: 10px;
    }

    .prev-review {
        left: 10px;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideinright {
    from {
        margin-right: -150px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slideinright {
    from {
        margin-right: -150px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}

@-moz-keyframes slideinright {
    from {
        margin-right: -150px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}

@-o-keyframes slideinright {
    from {
        margin-right: -150px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}



@keyframes slideinleft {
    from {
        margin-left: -150px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slideinleft {
    from {
        margin-left: -150px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

@-moz-keyframes slideinleft {
    from {
        margin-left: -150px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}

@-o-keyframes slideinleft {
    from {
        margin-left: -150px;
        opacity: 0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}
