body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #646464;
    background-color: #fff;
}
::-webkit-input-placeholder {
    color:#fff;
}

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

::-ms-placeholder {
    color:#fff;
}

::placeholder {
    color:#fff;
}
a {
    color: #313131;
    transition: all 0.5s ease 0s;
}
a:hover {
    color: #0a2e64;
    text-decoration: none;
}
p {
    line-height: 1.5;
    margin-bottom: 26px;
    font-size: 16px;
}
p.card-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 48px;
}
h2.single-title {
    font-size: 36px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
figure {
    margin: 0;
    overflow: hidden;
}
strong {
    font-weight: 700;
    font-size: 18px;
}
.colored {
    color: #0a2e64;
}
.value {
    font-weight: 600;
}
.mt-10 {
    margin-top: 6rem !important;
}
.mb-10 {
    margin-bottom: 6rem !important;
}
.card {
    border-radius: 0;
    border: 0 none;
}
.form-control:focus {
    box-shadow: none;
}
.form-control {
    width: 100%;
    height: 50px;
    background: #000;
    border: 0 none;
    color: #fff;
    border-radius: 0;
    font-size: 15px !important;
}
select.form-control {
    width: 100% !important;
    height: 50px !important;
    background: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 0 none !important;
    font-size: 15px !important;
}
.page-reservation .form-control {
    border: 1px solid #000;
    background-color: #fff;
}
.page-reservation select.form-control {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.site-header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1050;
}
.top-header {
    float: left;
    width: 100%;
    position: relative;
    background-color: #313131;
    padding: 5px 0;
}
.top-header ul,
.contact-page .social-media ul {
    list-style: none;
}
.top-header li,
.contact-page .social-media li {
    display: inline;
    margin: 5px;
    font-size: 15px;
}
.top-header li,
.contact-page .social-media li,
.top-header li a,
.contact-page .social-media li a,
.top-header li a i,
.contact-page .social-media li a i,
.top-header li i,
.contact-page .social-media li i {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.navbar.bg-dark {
    background-color: rgba(0,0,0,.63) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #d2bd7f!important;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-dark .navbar-nav .nav-link i {
    margin-top: .30rem;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: .25rem;
    font-size: 1rem;
    opacity: 1;
}
.dropdown-menu {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border-radius: 0;
    font-size: 15px;
    margin-top: 1.5rem;
    width: 200px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #d2bd7f;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #d2bd7f !important;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.9);
}
.reservation {
    position: relative;
    display: block;
}
.reservation .link a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.reservation .mobile a {
    padding: 7px 12px;
}
.reservation .link a:hover {
    background-color: #d2bd7f;
    color: #fff !important;
}
.reservation .link a:before {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    border: 2px solid #d2bd7f;
    border-bottom: 0;
    top: 0;
}
.reservation .link a:after {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    border: 2px solid #d2bd7f;
    bottom: 0;
    border-top: 0;
}
section.slider-area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.carousel-item,
.contact-img {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.thumbnail-img {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
    display: block;
}
.thumbnail-img::before {
    content: "";
    border-top: 2px solid #0a2e64;
    border-left: 2px solid #0a2e64;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
}
.thumbnail-img::after {
    content: "";
    border-bottom: 2px solid #0a2e64;
    border-right: 2px solid #0a2e64;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
}
.hover-img {
    position: relative;
    float: left;
    width: 100%;
}
.oda-adi {
    text-align: center;
    padding: 0px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 0;
    background-color: rgba(0,0,0,.40);
    width: 100%;
    line-height: 1.5;
}
.oda-adi2 {
    top: 45%;
    left: 0;
}
.oda-adi span {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
/*
.oda-adi span:after {
    background: rgba(0, 0, 0, 0) url("img/line.png") no-repeat scroll 0 0;
    bottom: -35px;
    content: "";
    height: 30px;
    left: -48px;
    position: absolute;
    right: 0;
    width: 265px;
}
.oda-adi2 span:after {
    left: -64px;
}*/
.hover-img a:after {
    position: absolute;
    content: "";
    background: rgba(210 189 127 / 70%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    transform: scale(0);
}
.hover-img a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.hover-img a:hover span {
    color: #fff;
    z-index: 99999;
}
/*
.hover-img a:hover span:after {
    background: rgba(0, 0, 0, 0) url("img/line2.png") no-repeat scroll 0 0;
    z-index: 99999;
}
*/
.home-rooms,
.home-about,
.home-reservation,
.home-blog {
    float: left;
    width: 100%;
    position: relative;
}
.home-about .content h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-transform: uppercase;
}
.home-reservation {
    padding: 100px 0;
    background: url(img/bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-radius: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .35rem .75rem;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    border: 0;
    border-radius: 0;
}
.read-more {
    display: inline-block;
}
.read-more button,
.read-more a.btn {
    background: transparent;
    border: 1px solid #0a2e64;
    color: #0a2e64;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 17px 0;
    transition: all 0.5s ease 0s;
    display: block;
    font-size: 16px;
}
.read-more button:hover,
.read-more a.btn:hover {
    background: #0a2e64;
    border: 1px solid #0a2e64;
    color: #ffffff;
}
.read-more.inverse button {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 30px 0;
    transition: all 0.5s ease 0s;
    display: block;
    font-size: 16px;
    margin: 50px auto;
    margin-bottom: 0;
}
.read-more.inverse button:hover {
    background: #0a2e64;
    border: 1px solid #0a2e64;
    color: #ffffff;
}
.blog-link {
    position: relative;
}
.blog-link a {
    color: #0a2e64;
    font-weight: 600;
}
.blog-link a i {
    top: 6px;
    position: absolute;
}
.blog-link a:hover {
    color: #000;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.site-footer {
    float: left;
    width: 100%;
    position: relative;
}
.footer-top {
    background-color: rgba(0,0,0,.63) !important;
    padding: 60px 0;
}
.footer-top h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.55;
}
.footer-top p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-bottom {
    float: left;
    width: 100%;
    position: relative;
    background-color: #313131;
    padding: 10px 0;
}
.footer-top ul {
    list-style: none;
}
.footer-top li {
    display: inline;
    margin: 5px;
    font-size: 15px;
}
.footer-top li,
.footer-top li a,
.footer-top li a i,
.footer-top li i {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.footer-top li a:hover i {
    color: #000;
}
.footer-top .address li {
    display: block;
}
.footer-img img {
    margin: 5px;
}
.page-header {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 155px 0 70px 0;
    background: rgba(0, 0, 0, 0) url(img/page_bread.jpg) no-repeat scroll center center / cover;
}
.page-header h1 {
    font-weight: 600;
    font-size: 52px;
    margin-bottom: 12px;
}
@media (max-width: 460px) {
    .page-header h1 {font-size: 46px;}
}
.page-header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.page-header ul li {
    display: inline-block;
    border: 0px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    margin: 0px 15px;
    font-weight: 600;
    position: relative;
    font-size: 17px;
}
.page-header ul li:first-child:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 85px;
    right: 0;
    display: block;
    font-family: "Font Awesome 5 Free";
}
.page-header ul li:last-child {
    color: #fff;
    text-transform: capitalize;
}
.page-header ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: none;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-link {
    color: #0a2e64;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0a2e64;
    border-color: #0a2e64;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-link:focus {
    box-shadow: none;
}
.gallery_product {
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
    font-size: 18px;
    border-radius: 0;
    text-align: center;
    color: #313131;
    font-weight: 600;
}
.filter-button:hover {
    font-size: 18px;
    text-align: center;
    color: #313131;
}
.filter-button.active {
    color: #313131;
    border: 0;
}
.filter-button:focus {
    box-shadow: none;
}
.port-image {
    width: 100%;
}
.block{
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.single-content h2 {
    font-size: 36px;
}
.single-content h3 {
    font-size: 24px;
}
.page-form-area fieldset input {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 0;
    height: 45px;
    margin-right: 20px;
}
.page-form-area fieldset input:focus {
    border: 0px;
    box-shadow: none;
    background-color: #ddd;
}
.page-form-area fieldset textarea {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 0;
    margin-right: 20px;
}
.page-form-area fieldset textarea:focus {
    border: 0px;
    box-shadow: none;
}
.page-form-area fieldset .btn-send {
    background: #0a2e64;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.page-form-area fieldset .btn-send:hover {
    background: #0a2e64;
}
.carousel-caption {
    position: absolute;
    left: 20%;
    bottom: 20%;
    right: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    border-left: 4px solid #d2bd7f;
    text-transform: uppercase;
}
.carousel-caption h5 {
    margin: 0;
}
.contact-page {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-page .container {
    z-index: 999;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.contact-page p,
.contact-page .address {
    color: #fff;
}
.contact-page .address i {
    color: #d2bd7f;
}
.contact-page .social-media {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
}
.c-bg {
    padding: 60px;
    background-color: rgba(0,0,0,.50);
    position: relative;
    float: left;
    width: 100%;
}
.contact-page p {
    font-size: 18px;
    font-weight: 600;
}
.address a {color: #fff !important;}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
}
@media (max-width: 767px) {
    .dropdown-menu {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 462px) {
    .navbar-dark .navbar-toggler {
        position: relative;
        margin-right: -100px;
    }
    .home-rooms .col-md-6 {
        margin-bottom: 3rem;
    }
    .home-rooms .col-md-6:last-child {
        margin-bottom: 0;
    }
    .c-bg {
        padding: 20px;
    }
    .single-content h2 {
        font-size: 32px;
    }
    .navbar .navbar-brand img {
        height: 60px;
    }
    .carousel-item,
    .contact-img {
        height: auto;
        min-height: 525px;
    }
    .reservation .mobile a {
        padding: 5px 12px;
    }
}
.reservation .form-control{
    color:#000;
}
