/*
Theme Name: Estudio Sibuet Bellino
Author: SC Studio
Author URI: http://www.scstudio.com.ar
Description: Theme Wordpress desarrollado a medida para el Estudio Sibuet Bellino
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888888;
    min-width: 320px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn {
    box-shadow: none !important;
}

figure {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    color: #37404d;
}

form {
    position: relative;
}

.container {
	position: relative;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.aligner-vertical {
    flex-direction: column;
}

.btn {
    border-radius: 0;
    width: 100%;
}

.btn.primary {
    background: #891e27;
    border: 2px solid #891e27;
    color: #FFF;
}

.btn.primary:hover {
    background: #FFF;
    color: #891e27;
}

.btn.large {
    padding: 10px 40px;
    width: auto;
}

.btn.center-main {
    width: auto;
    display: table;
    margin: 20px auto 0;
    padding: .375rem 2rem;
}

a.block-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}


/*############################# HEADER #############################*/

#header {
    border-top: 5px solid #891e27;
}

#header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fafafa;
}

#header .main {
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#header .logo {
    margin: 20px 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    max-height: 62px;
}

#header.active .logo {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin: 0;
    transform-origin: left center;
}

#header ul.contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

#header ul.contact li {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#header ul.contact li i {
    font-size: 20px;
    color: #891e27;
}

#header ul.contact li p {
    padding-left: 10px;
    line-height: 20px;
    font-size: 13px;
    color: #253d4a;
}

#header ul.contact li p a {
    color: #253d4a;
}

#header ul.contact li p a:hover {
    color: #891e27;
}

#header .navbar {
    padding: 0;
    align-items: center;
    border-top: 1px solid #891e27;
    border-bottom: 1px solid #891e27;
}

#main-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

#main-menu li a {
    position: relative;
    text-transform: uppercase;
    color: #891e27;
    padding: 0;
    padding: 14px 17px;
    font-weight: 500;
}

#main-menu li a:hover,
#main-menu > li:hover,
#main-menu > li:hover > a {
    color: #FFF !important;
    background: #891e27;
}

#header .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

#header .dropdown-menu a {
    position: relative;
    text-transform: none;
    padding: 11px 20px;
    font-size: 14px;
    background: #fafafa;
    line-height: normal;
}

#header .dropdown-menu a:hover {
    color: #FFF;
    background: #891e27;
}

#header .dropdown-menu a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #891e27;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#header .dropdown-menu a:hover:before {
    opacity: 1;
}

#header .navbar-toggler {
    position: absolute;
    right: 0;
    top: -57px;
    width: 28px;
    outline: none;
    padding: 0;
}

#header .navbar-toggler span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #891e27;
    display: block;
    margin-bottom: 6px;
}

.home #header .navbar-toggler span {
    background: #891e27;
}

/*############################# CONTENT #############################*/


section.section {
    clear: both;
    width: 100%;
    padding: 70px 0;
}

.section h2 {
    position: relative;
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 30px;
    text-align: center;
}

.section h2 strong {
    font-weight: 400;
    color: #891e27;
}

/*.section h2:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background: #891e27;
    content: "";
}*/

.section h3 {
    font-size: 28px;
}

.section p {
    font-size: 16px;
    line-height: 25px;
}

.section p.large {
    font-size: 16px;
}

.about .text {
    text-align: center;
}

.about h1 {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px;
    color: #253d4a;
}

.about h1 strong {
    font-weight: 400;
    color: #891e27;
}

.about p {
    line-height: 24px;
    padding-bottom: 15px;
    font-size: 15px;
}

.about p:last-child {
    padding-bottom: 0;
}

.about .list {
    margin: 20px 0 30px 0;
}

.about .list h3 {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.about .list h3 span {
    font-weight: 600;
}

.about .list {
    display: flex;
    justify-content: center;
}

.about .list ul {
    width: 40%;
    background: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px rgba(7, 28, 31, 0.20);
    margin: 0 20px;
}

.about .list li {
    list-style: none;
    margin: 14px 0;
    line-height: 25px;
    position: relative;
    color: #4a4747;
    font-size: 17px;
    text-align: left;
}

.about .list li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    font-size: 20px;
    margin-right: 7px;
    color: #891e27;
}

.about .list li a {
    color: #4a4747;
}

.about .list li a:hover {
    color: #891e27;
}

/* Main slider */

#main-slider .owl-item .owl-lazy {
    max-height: none;
    background-size: cover;
    background-position: center;
    height: 720px;
    display: flex;
}

#main-slider .owl-item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    content: "";
    z-index: 1;
}

#main-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 5;
    display: inline-block;
    background: #15151559;
    text-align: center;
    border-radius: 0 5px 5px 0;
    font-size: 32px;
    color: #FFF;
    outline: none;
}

#main-slider .owl-prev span,
#main-slider .owl-next span {
    display: block;
    margin-top: -5px;
}

#main-slider .owl-prev {
    left: 0;
}


#main-slider .owl-next {
    right: 0;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    opacity: 0.7;
}

#main-slider .text {
    position: relative;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    padding: 40px;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgba(26,29,31,0.6);
}

#main-slider .text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

#main-slider .text p {
    color: #FFF;
    font-size: 17px;
    padding: 0 0 15px;
}

#main-slider .text .button {
    display: table;
    border: 1px solid #891e27;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    padding: 12px 40px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    background: #891e27;
}

#main-slider .text .button:hover{
    border: 1px solid #FFF;
}

#main-slider .text h3.animated {
    animation-name: moveInUp;
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

#main-slider .text p.animated {
    animation-name: moveInUp;
    animation-duration: 0.9s;
    animation-delay: 0.9s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

#main-slider .text .button.animated {
    animation-name: fadeIn;
    animation-duration: 1.4s;
    animation-delay: 1.4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

#main-slider .text .button.animated:hover {
    background: #FFF;
    color: #891e27;
}

@Keyframes moveInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@Keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* End Main slider */



/* Forms */

#search-form {
    position: relative;
    background: #e6e6e6;
    padding: 30px 0;
}

#search-form .title {
    position: absolute;
    top: -64px;
    left: 15px;
    z-index: 9;
    background: #e6e6e6;
    border-radius: 5px 5px 0 0;
    padding: 7px 15px;
    color: #891e27;
    font-size: 14px;
    font-weight: bold;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

/* End Forms */



/* Form select custom style*/

.style-select {
    position: relative;
    width: 100%;
}

.style-select select {
    display: none;
}

.select-selected {
    border: none;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #999 transparent;
    top: 9px;
}

.select-items div,
.select-selected {
    padding: 10px 16px;
    cursor: pointer;
    color: #495057;
    background-color: #FFF;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 13px;
}

.select-items:hover {
    color: #891e27;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #891e27;
    color: #FFF;
}


/* End Form select custom style*/





/** Property  **/


.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.property:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property .ratings {
    line-height: 15px;
    margin-bottom: 20px;
}

.property .facilities-list {
    padding: 10px 10px;
    border-top: solid 1px #efe9e9;
    text-align: center;
}

.property .facilities-list li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
}

.property .facilities-list li i {
    color: #891e27;
}

.property .facilities-list li:last-child {
    margin-right: 0;
}

.property .content .title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.property .property-address {
    margin: 0;
}

.property .property-address a {
    font-size: 14px;
    color: #4a4747;
}

.property .content {
    padding: 20px 10px;
}

.property .property-address a i {
    margin-right: 3px;
}

.property h3.property-address:after{
    display: none;
}

.property .content .title a {
    color: #891e27;
}

.property .content .title a:hover {
    color: #4a4747;
}

.property .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 20;
}

.property .operation,
.property .ribbon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
     background: #891e27;
}

.property .ribbon {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    background: rgba(221,4,38,1);
    color: #FFF;
    top: 7%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    transform: rotate(45deg);
    right: -73%;
}

.property .price-ratings i {
    font-size: 10px;
    color: orange;
    float: left;
    margin: 0 0 0 3px;
}

.property .price-ratings .price {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.property .btn.info {
    display: inline-block;
    margin-top: 15px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
}

.property-hp .property-content {
    padding: 30px 30px 25px!important;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-overlay .gallery {
    display: none;
}

.overlay-link {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    display: none;
}

.overlay-link:hover {
    background: #891e27;
    border-color: #891e27;
    color: #FFF !important;
}

.overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
    color: #fff;
}

.overlay-link:hover {
    color: #fff;
}

.property-img:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.property-img:hover .overlay-link {
    display: inline-block;
}

.property-list .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    text-align: right;
}

.property-list .owl-prev,
.property-list .owl-next {
    font-size: 22px !important;
    text-shadow: none;
    color: #fff  !important;
    top: 45%;
    left: -55px;
    font-weight: 300;
    background: #a09d9d !important;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 22px;
    margin-left: 7px;
}

.property-list .owl-prev:hover,
.property-list .owl-next:hover {
    opacity: 0.8;
}

.property-list .owl-prev span,
.property-list .owl-next span {
    display: block;
    margin-top: -7px;
}

.single-detail .property-video iframe {
    width: 100%;
    height: 390px;
    border: none;
}


/** End  Property  **/





/* News */

.section.news {
    background: #FFF;
}

.news-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-box::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -20px;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.news-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.news-box:hover::before {
    opacity: 1;
}

.news-box figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.news-box .detail {
    position: relative;
    background: #FFF;
    padding: 25px 20px 20px;
    width: 90%;
    margin: -20px auto 0;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 9;
}

.news-box:hover .detail {
    border: 1px solid #891e27;
}

.news-box .detail h4 {
    margin-bottom: 7px;
    color: #253d4a;
    font-size: 16px;
    font-weight: 500;
}

.news-box .detail h4 a {
    color: #37404d;
}

.news-box .detail h4 a:hover {
    color: #891e27;
}

.news-box .detail p {
    margin-bottom: 15px;
    color: #888888;
    font-size: 13px;
    line-height: 24px;
}

.news-box .link {
    color: #37404d;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.news-box .link:hover {
    color: #891e27;
}

/* End news */


/* Main Banner */


#main-banner {
    position: relative;
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    text-align: center;
    background: #f5f5f5;
}

/*#main-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    content: "";
    background: rgba(0,0,0,0.5);
}*/

#main-banner .container {
    z-index: 5;
}

#main-banner h1 {
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #37404d;
    opacity: 0.9;
    font-size: 28px;
}

#main-banner .breadcrumbs li {
    letter-spacing: 1px;
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    color: #37404d;
}

#main-banner .breadcrumbs a {
    color: #37404d;
}

#main-banner .breadcrumbs a:hover {
    color: #891e27;
}

#main-banner .breadcrumbs i {
    color: #891e27;
}


/* End Main Banner */




/* Contact */

section.contact {
    padding-bottom: 0 !important;
}

section.contact.bottom {
    padding-bottom: 150px !important;
    padding-top: 0 !important;
}

form .form-control {
    font-size: 14px;
    padding: 13px 16px;
    color: #6c6c6c;
    background: #FFF;
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
}

form select.form-control {
    padding: 0 16px;
    line-height: 49px;
    height: 49px !important;
}

.contact .contact-details {
    background: #FFF;
    padding: 30px;
    margin-left: 50px;
}

.contact .contact-details h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 35px;
}

.contact .contact-details .media-left i {
    width: 55px;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #891e27;
    border: 1px dashed #891e27;
}

.media-body, 
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.contact .contact-details .media-left {
    padding-right: 20px;
}

.contact .contact-details .media {
    margin: 0 0 30px;
    display: flex;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.contact .contact-details .media-body h4 {
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    margin: 0 0 10px;
}

.contact .contact-details .media-body p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.contact .contact-details .media-body a {
    color: #37404d;
}

.contact .contact-details .media-body a:hover {
    color: #891e27;
}

.contact textarea {
    height: 253px;
    resize: none;
}

.map {
    margin-top: 100px;    
}

.map,
.map iframe{
    height:  400px;
    border: none;
    width: 100%;
}


.messagebox {
	position: absolute;
	width: 95%;
	left: 0;
	bottom: -40px;
	font-size: 13px;
	text-align: left;
	color: #000;
}

.messageboxok {
	color: #1d82b5;
}

.messageboxerror {
	color: #1d82b5;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0 0;
    padding: 0.2em 1em;
    border: 1px solid #891e27 !important;
    font-size: 13px;
    color: #891e27;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    top: 0;
}

#newsletterModal .wpcf7-not-valid-tip {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    right: 0;
    font-size: 12px;
}



#property-form div.wpcf7 .ajax-loader {
    visibility: visible;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    bottom: 10px;
    right: 82px;
}

#property-form .wpcf7-not-valid-tip {
    top: auto;
    position: relative;
    margin: -7px 0 10px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}


/* End Contact */


/* Inner pages */

.large-box,
#sidebar .widget {
    background: #FFF;
    padding: 35px;
    display: inline-block;
    width: 100%;
}

.large-box p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.large-box ul {
    padding-top: 20px;
}

.large-box li {
    position: relative;
    padding: 0 0 15px 20px;
    font-size: 15px;
    text-align: justify;
}

.large-box li span {
    color: #891e27;
    text-transform: uppercase;
}

.large-box li:before {
    position: absolute;
    left: 0;
    top: 8px;
    background: #891e27;
    width: 8px;
    height: 8px;
    display: block;
    content: "";
    border-radius: 3px;
}

.contact-button {
    border: 2px solid #891e27;
    margin: 50px auto 20px;
    display: table;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 19px;
}

.contact-button:hover {
    background: #891e27;
    color: #FFF;
}

.large-box.half {
    height: 100%;
    box-shadow: 1px 1px 8px #CCC;
}

.large-box.half .icon i {
    font-size: 50px;
    color: #891e27;
}

.services-info {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 50px 30px 50px;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px rgba(7, 28, 31, 0.20);
}

.services-info::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #891e27;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.services-info:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.services-info i {
    font-size: 53px;
    margin-bottom: 20px;
}

.services-info i {
    color: #891e27;
}

.services-info h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 10px;
}

.services-info p {
    margin-bottom: 0;
    font-size: 20px;
    color: #071c1f;
    font-weight: 400;
    height: 44px;
    padding: 0 20px;
}

.services-info p a {
    color: #891e27;
}

.services-info p a:hover {
    color: #000;
}

/* End inner pages*/




/* Single detail */


section.single-detail {
    padding: 100px 0;
}

.inner h3 {
    position: relative;
    margin: 10px 0 25px;
    font-size: 20px;
    font-weight: 600;
}

.inner h3:after,
#sidebar h4:after,
.single-detail h4:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 2px;
    margin: 0;
    background: #891e27;
    content: "";
}

.contact h3:after {
    left: 50% !important;
    margin-left: -35px !important;
    bottom: 0;
}

section.single-detail .large-image {
    position: relative;
}

section.single-detail .large-image .date {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #891e27;
    width: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    z-index: 9;
    line-height: 15px;
    padding: 8px 0px;
}

section.single-detail .large-image .date span {
    display: block;
    font-size: 12px;
}

.single-detail .large-box {
    margin-bottom: 30px;
}

.single-detail article img {
    max-width: 100%;
    height: auto;
}

.single-detail .top h3 {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 10px;
}

.single-detail .top i {
    color: #891e27;
    margin-right: 7px;
}

.single-detail .top span {
    color: #891e27;
}

.single-detail .gallery {
    margin-bottom: 0;
}

.single-detail .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

.single-detail .owl-carousel .owl-prev,
.single-detail .owl-carousel .owl-next {
    width: 35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 5;
    display: inline-block;
    background: #FFF !important;
    text-align: center;
    border-radius: 0;
    font-size: 32px !important;
    color: #FFF;
    outline: none;
}

.single-detail .owl-carousel .owl-prev span,
.single-detail .owl-carousel .owl-next span {
    display: block;
    margin-top: -5px;
}

.single-detail .owl-carousel .owl-prev {
    left: 0;
}


.single-detail .owl-carousel .owl-next {
    right: 0;
}

.single-detail .owl-carousel .owl-prev:hover,
.single-detail .owl-carousel .owl-next:hover {
    opacity: 0.7;
}

.single-detail h4 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    display: inline-block;
}

.single-detail.news h3 {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.single-detail.news h3 a {
    color: #37404d;
}

.single-detail .facilities-list {
    text-align: center;
    padding: 30px 0;
    background: #f5f5f5;
}

.single-detail .facilities-list li {
    display: flex;
    margin: 0 5px;
    padding: 10px 15px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.single-detail .facilities-list li i {
    color: #891e27;
}

.single-detail .item-list li {
    display: inline-block;
    width: 24%;
    margin-bottom: 10px;
}

.single-detail .map,
.single-detail iframe {
    width: 100%;
    height: 300px;
    border: none;
    margin: 0 0 30px;
}

.single-detail .item-list {
    padding-top: 0;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

#sidebar h4 {
    position: relative;
    font-size: 16px;
    border-bottom: none;
    margin-bottom: 35px;
}

#sidebar form {
    position: relative;
}

#sidebar form .form-control,
#searchform input[type="text"] {
    font-size: 13px;
    padding: 7px 16px;
    margin-bottom: 15px;
    color: #6c6c6c;
    background: #FFF;
    border: 1px solid #dbdbdb;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sidebar form textarea {
    height: 100px;
}

#sidebar form button.search,
#searchform input[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    color: #37404d;
    top: 0;
    right: 0;
    width: auto;
    margin-bottom: 0;
}

#sidebar .widget {
    margin-bottom: 30px;
    padding: 1rem !important;
    padding-top: 1.5rem !important;
}

#searchform .screen-reader-text {
    display: none;
}

#sidebar .widget li {
    position: relative;
    padding: 0;
    font-size: 15px;
    text-align: justify;
    text-transform: capitalize;
    margin-bottom: 20px;
}

#sidebar .widget li a {
    color: #535353;
}

#sidebar ul.social {
    padding: 0;
}

#sidebar ul.social li,
.single-detail ul.social li {
    padding: 0;
    float: left;
    margin: 0 5px 5px 0;
}

#sidebar ul li:before,
.single-detail ul.social li:before {
    display: none;
}

#sidebar ul.social li a,
.single-detail ul.social li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
    color: #37404d;
    transition: none;
}

#sidebar ul.social.fixed li a {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
}

#sidebar ul.social.fixed li a.whatsapp {
    background: #25d366;
}

#sidebar ul.social.fixed li a.email {
    background: #15aabf;
}

.single-detail ul.social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#sidebar ul.social.fixed li.facebook a {
    background: #3b589e;
}

#sidebar ul.social li a:hover,
.single-detail ul.social li a:hover {
    color: #FFF !important;
}

#sidebar ul.social li.facebook:hover a,
.single-detail ul.social li.facebook:hover a {
    background: #3b589e;
}

#sidebar ul.social li.instagram:hover a {
    background: #e1306c;
}

#sidebar ul.social li.twitter:hover a,
.single-detail ul.social li.twitter:hover a {
    background: #56d7fe;
}

#sidebar ul.social li.youtube:hover a {
    background: #dc4e41;
}

#sidebar .properties {
    padding: 0;
}

#sidebar .properties li {
    padding: 0;
}

#sidebar .properties figure {
    width: 24% !important;
}

#sidebar .title-list {
    padding: 0;
}

#sidebar .title-list li {
    margin-bottom: 20px;
    padding: 0;
}

#sidebar .title-list a {
    color: #535353;
}


/* End inner pages */


/* Pagination */


.pagination ul {
    text-align: center;
    width: 100%;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: block;
    line-height: 31px;
    border: 1px solid #891e27;
    padding: 0 10px;
    color: #FFF;
    background: #891e27;
}

.pagination li span {
    background: none;
    color: #891e27;
}

/* End pagination */



#sticky {
    z-index: 9 !important;
}

#formModal h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

#formModal .form-control {
    font-size: 14px;
    padding: 9px 16px;
    color: #6c6c6c;
    background: #FFF;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

#formModal .modal-header {
    padding: 10px 10px 0;
    border: none;
}

#formModal textarea {
    height: 200px;
}

#formModal .wpcf7-not-valid-tip {
    position: relative;
    top: -10px;
}

#newsletterModal .modal-body {
    padding: 0;
    text-align: center;
}

#newsletterModal .modal-body h4 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    max-width: 207px;
    text-align: center;
    margin: 0 auto;
}

#newsletterModal .modal-body .image {
    background: url('img/newsletter-image.jpg') center no-repeat;
    background-size: cover;
    height: 420px;
    width: 100%;
}

#newsletterModal .modal-body .form-control {
    max-width: 80%;
    margin: 0 auto 23px;
    display: table;
    border-radius: 0;
}

#newsletterModal .modal-body .wpcf7-submit {
    margin: 0 auto;
    display: table;
}

#newsletterModal .wpcf7 form .wpcf7-response-output {
    max-width: 80%;
    margin: 15px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    padding: 0.2em 10px;
}

#newsletterModal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 31px;
    z-index: 99;
    padding: 0;
}


/* Clean input type numbre */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.style-price h4 {
    color: #891e27;
    font-size: 14px;
    font-weight: bold;
    margin: -3px 0 5px;
}

hr.divider {
    position: relative;
    margin: 0 auto;
    max-width: 450px;
}

hr.divider.margin {
    margin-bottom: 5px;
}

hr.divider:before,
hr.divider:after {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: -3px;
    content: '';
    background: rgba(85,1,0,0.8);
}

hr.divider:after {
    left: auto;
    right: 0;
}

.parallax {
    text-align: center;
    padding: 40px 0;
    background: #891e27;
    margin-bottom: 30px;
}

.parallax h2 {
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
}


/*############################# FOOTER #############################*/


#footer {
    clear: both;
    position: relative;
}

#footer .whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
}

#footer .top {
    background: #f3f3f3;
    padding: 0 0 70px;
}

#footer .top p {
    color: #888;
}

#footer .top .items {
    padding: 70px 10px;
    margin-bottom: 50px;
    background: #FFF;
}

#footer .top .items .item {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 40px 20px;
    background: #FFF;
    border: 1px solid #891e27;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#footer .top .items .item:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.5);
    content: "";
}

#footer .top .items .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#footer .top .col-md-4:last-child .item:after {
    display: none;
}

#footer .top .items i {
    color: #891e27;
    font-size: 35px;
    margin-bottom: 10px;
}

#footer .top .items p {
    margin-bottom: 0;
}

#footer .bottom {
    background: #550100;
    padding: 15px 0 10px;
    border-top: solid 1px #FFF;
    color: #FFF;
}

#footer h4 {
    color: #891e27;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}

#footer p {
    line-height: 23px;
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #FFF;
}

#footer p .widget_text {
    margin: 15px 0 0 0;
}

#footer li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #FFF;
}

#footer li i {
    width: 22px;
    float: left;
    height: 25px;
    margin: 4px 15px 0 0;
    color: #891e27;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#footer li i:hover {
    color: #000;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #891e27;
}

#footer .social li {
    display: inline-block;
    margin: 0;
    font-size: 22px;
}

#footer img.logo {
    margin-bottom: 6px;
}

#footer .bottom p {
    margin: 0;
    text-align: center;
    height: 100%;
}

#footer .bottom p a {
    color: #FFF;
    font-weight: bold;
}

#footer .bottom p a:hover {
    color: #000;
}

#footer .properties li,
#sidebar .properties li {
    margin-bottom: 10px;
    overflow: hidden;
}

#footer .properties figure,
#sidebar .properties figure {
    float: left;
    width: 30%;
    max-width: 100px;
}

#footer .properties .text,
#sidebar .properties .text {
    float: left;
    width: 67%;
    padding: 0 0 0 3%;
}

#footer .properties h5,
#sidebar .properties h5 {
    font-size: 14px;
    text-align: left;
}

#footer .properties p,
#sidebar .properties p {
    font-size: 14px;
    padding-top: 7px;
    line-height: 20px;
    margin: 0;
}

#footer .properties p {
    font-size: 13px;
    line-height: 18px;
}

#footer .twitter-plugin {
    width:100%;
    vertical-align:top;
    padding-top:2px;
    margin:0px;
    height:400px;
    overflow: auto;
}