/*--------------------------------------------------------------
>>> Normalize CSS
---------------------------------------------------------------*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: "Lora", serif; */
    font-weight: 400;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
.for-mobile{
    display: none;
}
/* Utilities Classes
--------------------------------------------------------------*/
.main {
    max-width: 1100px;
    margin: 0 auto;
}


/* Section Header top
--------------------------------------------------------------*/
.section-header-top {
    padding: 10px 0;
    background-color: #45453d;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #f3f3f2;
    font-size: 12px;
}

.header-top__item:not(:last-child) {
    margin-right: 40px;
}

.header-top__item img {
    height: 16px;
    margin-right: 10px;
}

.header-top__item a {
    color: #fff;
}

.header-top__item a:hover {
    color: #CCCC33;
}

/* Header
--------------------------------------------------------------*/
#main-menu{
    width: 100%;
    position: fixed;
    z-index: 99;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 57px;
    background: #ffffffd6;
    -webkit-box-shadow: 0px 5px 9px -3px rgba(165,177,186,0.53);
            box-shadow: 0px 5px 9px -3px rgba(165,177,186,0.53);
    border-bottom: 1px #a5b1ba solid;
}

.header img {
    height: 200px;
    margin-top: 143px;
}
.header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-nav-list li:not(:last-child) {
    margin-right: 60px;
}

.header-nav-list li a:link,
.header-nav-list li a:visited {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #45453d;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.header-nav-list li:not(:last-child) a:active,
.header-nav-list li:not(:last-child) a:hover {
    color: #CDCC34;
}

.menu-button {
    background-color: #CDCC34;
    padding: 7px 15px;
    border-radius: 25px;
    color: #fff;
}

.menu-button:hover {
    background-color: #45453D;
    padding: 7px 15px;
    border-radius: 25px;
    color: #fff !important;
}

.btn-mobile-nav {
    border: none;
    background: 0 0;
    cursor: pointer;
    display: none;
}

.icon-mobile-nav {
    height: 40px;
    width: 40px;
    color: #333;
}

.icon-mobile-nav[name=close-outline] {
    display: none;
}

/* Section Slider
--------------------------------------------------------------*/
.section-slider {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover!important;
    background-position: top;
    background-repeat: no-repeat;
}

.section-slider{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-slider-2 {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover!important;
    background-position: top;
    background-repeat: no-repeat;
}

.section-slider-2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.slider-text-box {
    width: 45%;
    line-height: 50px;
}

.section-slider h2 {
    color: #fff;
    font-size: 50px;
    font-family: "Lora", serif;
	font-weight: bold;
}

.slider-text-box {
    position: relative;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.carousel-inner {
    z-index: -10;
}

/* Section About
--------------------------------------------------------------*/
.section-about {
    padding: 0 0 60px;
    background-color: #e9e9e9;
}

.section-about-2 {
    padding: 30px 0px 50px 0px;
    background-color: #e9e9e9;
	overflow: auto;
}

.about {}

.about-gallery-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
}

.about-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    text-align: center;
    height: 240px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 10px solid #dddddd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.item--1 {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6))), url(../images/accommodation.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/accommodation.png);
}

.item--2 {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6))), url(../images/facilities.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/facilities.png);
}

.item--3 {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6))), url(../images/attractions.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/attractions.png);
}

.about-gallery__item h3 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
	font-weight: bold;
}

.item--1 h3::before,
.item--1 h3::after {
    content: "";
    height: 1px;
    width: 35%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
	opacity: 0.3;
}

.item--1 h3::before {
    left: -40%;
}

.item--1 h3::after {
    right: -40%;
}

.item--2 h3::before,
.item--2 h3::after {
    content: "";
    height: 1px;
    width: 90%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
	opacity: 0.3;
}

.item--2 h3::before {
    left: -100%;
}

.item--2 h3::after {
    right: -100%;
}

.item--3 h3::before,
.item--3 h3::after {
    content: "";
    height: 1px;
    width: 65%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
	opacity: 0.3;
}

.item--3 h3::before {
    left: -80%;
}

.item--3 h3::after {
    right: -80%;
}

.about__text-box {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    color: #45453D;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}

.about__text-box h1 {
    font-size: 46px;
    font-family: "Lora", serif;
    color: #45453d;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.about__text-box h2 {
    font-size: 40px;
    font-family: "Lora", serif;
    color: #45453d;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.about__text-box h2::before,
.about__text-box h2::after {
    content: "";
    height: 1px;
    width: 18%;
    background-color: #DEDEDE;
    display: block;
    position: absolute;
    top: 50%;
}

.about__text-box h2::before {
    left: 0;
}

.about__text-box h2::after {
    right: 0;
}

.about__text-box li {
    font-size: 18px;
    font-family: "Lora", serif;
    color: #CDCC34;
    margin-bottom: 20px;
    position: relative;
	background-color: #45453D;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 10px;
}

.about__text-box a {
    text-decoration: underline !important;
}

.about__text-box a {
    color: #45453D !important;
    text-decoration: underline;
}

.about__text-box a:hover {
    color: #CDCC34 !important;
    text-decoration: underline;
}

/* Section Contact
--------------------------------------------------------------*/
.section-contact {
    padding: 80px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6))), url(../images/cliffs-of-moher.jpg);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/cliffs-of-moher.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact__item-2 {
    text-align: center;
}

.contact-logo-box {
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
}

.contact-logo-box img {
    height: 90px;
    text-align: center;
}

.contact__item-2 h2 {
    font-size: 40px;
    font-family: "Lora", serif;
    color: #fff;
    margin: 20px 0;
    font-weight: 600;
}

.contact-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #f6f6f6;
}

.location-details-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 1px solid #9f9a93;
}

.location-details-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.contact-text-box span {
    font-weight: 600;
}
.contact__item-1 img{
    width: 100%;
}

.contact-number {
    background-color: #cccc33;
    color: #000;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    margin: 10px auto 30px auto;
}

.contact-number:hover {
    opacity: 0.4;
}

.contact-number p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.contact-number-2 {
    background-color: #cccc33;
    color: #000;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    margin: 10px 0;
}

.contact-number-2:hover {
    opacity: 0.4;
}

.contact-number-2 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

/* Footer
--------------------------------------------------------------*/
.footer {
    background-color: #45453d;
    padding: 0 0 70px;
}

.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #585851;
}

.footer__logo-box img {
    height: 140px;
    margin-bottom: 40px;
}

.footer__text-box {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	line-height: 150%;
}

.footer__text-box p {
    margin: 0;
    padding: 0;
}

.footer__contact-info {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 17px;
}

.footer__contact-info a {
    color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 17px;
}

.footer__contact-info a:hover {
    color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 17px;
	opacity: 0.6;
}

.footer__contact-info span {
    color: #cccc33;
}

.footer__contact-info p:not(:last-child) {
    margin-right: 15px;
}

.footer__bottom-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 15px;
}

.footer__bottom-text-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__bottom-text-left p:not(:last-child) {
    margin-right: 10px;
    color: #ffffff;
}

.footer__bottom-text-left p a {
    text-decoration: none;
    color: #fff;
}

.footer__bottom-text-left p a:hover {
    text-decoration: none;
    color: #fff;
	opacity: 0.5;
}

.footer__bottom-text-right {
    color: #787870;
}

.footer__bottom-text-right p a {
    text-decoration: none;
    color: #fff;
}

.footer__bottom-text-right p a:hover {
    text-decoration: none;
    color: #fff;
	opacity: 0.5;
}

.leaflet-marker-pane img {
    height: 40px;
}

.more-info-button {
    border: 0px solid #fff;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}

#leafletmap2 {
    height: 800px;
}