/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/*
font-family: 'Poppins', sans-serif;
font-family: 'Libre Baskerville', serif;
*/
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Poppins', sans-serif;
}
@media (min-width: 1400px) {
	.container {
    	max-width: 1400px;
	}
}
::-moz-selection {
    background: #4f6cb5;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #4f6cb5;
    color: #FFF;
    text-shadow: none;
}
@media (max-width: 575px){
    .container, #header.full-header .container, .container-fullwidth {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
#gotoTop:hover {
    background-color: #4f6cb5 ;
}
.text-green {
    color: #a4d0ca !important;
}
.text-blue {
    color: #4f6cb5 !important; 
}
.text-light-blue {
    color: #4a9af4 !important; 
}
/*Toastr*/
.toast-top-right {
    top: 72px;
    right: 12px;
}
a.nohover:hover {
    color: unset !important;
}
#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 20px 25px;
    width: 300px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #FFFFFF;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > div.rtl { direction: rtl; }
#toast-container > div:hover {
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
.toast-success {
    background-color: #4f6cb5;
}
.toast-error {
    background-color: #BD362F;
}
.toast-info {
    background-color: #2F96B4;
}
.toast-warning {
    background-color: #F89406;
}


.i-circled{
    border: 2px solid  #4f6cb5;
    color: #4f6cb5;
}
.disable .i-circled{
    border: 2px solid  #aaa;
    color: #aaa;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
    border-color: #4f6cb5 !important;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
    background-color: #4f6cb5 !important;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #4f6cb5;
}
/*MENU*/
.body-overlay {
    background-color: rgba(0,0,0,0.3);
}
#side-panel {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 399;
    width: 400px;
    height: 100%;
    background-color: #F5F5F5;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 430px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px;


    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
#side-panel .widget {
    width: auto;
    margin-top: 50px !important;
}
body #side-panel.dark {
    /*background-color: #000;*/
    background-color: #4f6cb5 ;
}
.nav-tree li a {
    display: block;
    padding: 10px 0 0 0;
    color: #fff;
    text-transform: unset;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}
.nav-tree li span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #eee;
}
.dark .nav-tree li a {
    color: #fff;
}
.nav-tree li {
    margin-bottom: 5px;
}
.nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a {
    color: #a4d0ca !important;
}
/* TITLE HEADER */
.top-cart-open .top-cart-item-quantity {
    display: none !important;
}
.top-cart-open .top-cart-action .top-checkout-price {
    float: right !important;
    color: #4f6cb5;
}
#top-cart > a > span {
    background-color: #4f6cb5 ;
}
#top-cart > a:hover {
    color: #4f6cb5;
}
.dark #top-cart .top-cart-content {
    background-color: #222;
    border-color: #222;
    border-top-color: #4f6cb5;
}
#logo img {
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*#header.sticky-header:not(.static-sticky), 
#header.sticky-header:not(.static-sticky) 
#header-wrap, */
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) 
#logo img {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark) {
	background-color: rgba(0,0,0,.85);
}
#top-cart > a {
	margin-right: 15px;
	font-size: 20px;
}
#side-panel-trigger a {
 	font-size: 20px;
    width: 90px;
}

@media (max-width: 767.98px) { 
    #side-panel-trigger a {
        width: 14px;
    }
    #side-panel-trigger > a > span {
        display: none;
    }
}

[class*="overlay-"] {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.overlay-opacity-90::before {
    opacity: 0.4;
}
.overlay-gradient::before {
    background-color: #000;
    /*background: #366bf9;
    background: linear-gradient(to right, #0020ff 0%, #33d8c8 100%);*/
    /*
    background: #f85032;
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#ff0042));
    background: -webkit-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: -o-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: linear-gradient(to right, #0056ff 0%, #ff0042 100%);
    */
}
[class*="overlay-"]::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
#header.transparent-header + #page-title.page-title-parallax .container {
    z-index: 5;
    padding-top: 60px;
}
#page-title.page-title-parallax h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: unset !important; 
}
#page-title.page-title-parallax span {
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
/*TITLE CONTENT*/
.heading-block h2 {
	text-transform: unset;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #111;
    letter-spacing: 0px;
}
.heading-block > span:not(.before-heading) {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 100px;
    border-top: 3px solid #4f6cb5 ;
}

@media (max-width: 479.98px) { 
    #side-panel {
        position: fixed;
        top: 0;
        right: -270px;
        z-index: 399;
        width: 270px;
        height: 100%;
        background-color: #F5F5F5;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
    }
    #side-panel .side-panel-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        height: 100%;
        overflow: auto;
        padding: 40px 60px 40px 30px;

        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .nav-tree li a {
        display: block;
        padding: 10px 0 0 0;
        color: #fff;
        text-transform: unset;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif;
        line-height: 40px;
    }
    .nav-tree li span {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 200;
        color: #eee;
    }
    #logo img {
        height: 60px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/*
 *----
 * STEP 01
 *----
 */
.item-features-box {
	margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 30px;
}
.item-features-box ul li i {
	position: relative;
    top: 1px;
    width: 16px;
    margin-right: 2px;
}
.item-features-box ul li {
    padding: 6px 0;
    font-size: 15px;
    width: 50%;
    float: left;
}
.item-features-box .pricing-features {
    border-bottom: none;
}
.item-features-box .pricing-features ul {
	padding: 0;
}
@media (max-width: 767px) {
	.item-features-box ul li {
    	width: auto;
    	float: none;
	}
}
.section-list-items .small-thumbs .entry-image {
    position: relative;
    float: left;
    width: 280px; /*300*/
    margin: 0 40px 0 0;
    height: 200px; /*225*/
}
.section-list-items .small-thumbs .entry-image .box-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.57);
}
.section-list-items .small-thumbs .entry-image .layer-image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    z-index: 0

    background: #7996e9;
    background: -webkit-gradient(linear, left top, right top, from(#6979e9), to(#9fe8e1));
    background: -webkit-linear-gradient(left, #6979e9 0%, #9fe8e1 100%);
    background: -o-linear-gradient(left, #6979e9 0%, #9fe8e1 100%);
    background: linear-gradient(to right, #6979e9 0%, #9fe8e1 100%);
}
.section-list-items .small-thumbs .entry-image .box-image  img {
    display: none;
}


.section-list-items .pricing .text-price span {
	/*font-family: 'Libre Baskerville', serif;*/
    font-family: 'Poppins', sans-serif;
	font-style: italic;/
}
.section-list-items .pricing .text-price span:nth-child(1) {
	font-size: 14px;
    font-weight: 100;
}
.section-list-items .pricing .text-price span:nth-child(2) {
	font-size: 19px;
	font-weight: 400;
	padding-right: 5px;
	padding-left: 10px;
	/*color: rgb(238, 0, 52);*/
    color: #4f6cb5;
}
.section-list-items .pricing .text-price span:nth-child(3) {
	font-size: 15px;
	/*color: rgb(238, 0, 52);*/
    color: #4f6cb5;
    font-weight: 100;
}
.section-list-items .portfolio.portfolio-1 {
	overflow: unset;
}
.section-list-items .portfolio-item .entry:after {
    content: unset;
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #F5F5F5;
}
.section-list-items .portfolio-1 .portfolio-item {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: unset;

    /*-webkit-box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);*/
}
.section-list-items .portfolio-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #4f6cb5 ;
    margin: 0 10px 0 0;
    padding: 13px 18px;
    font-weight: bold;
}
.portfolio-filter {
    border: unset;
    border-radius: 0px;
}
.section-list-items .portfolio-filter li a {
    margin-right: 10px;
    border: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
}
.section-list-items .portfolio-filter li a:hover {
    color: #4f6cb5 ;
}
.section-list-items .portfolio-filter li:last-child a{
	margin-right: 0;
}
.section-list-items .portfolio-filter li:first-child a {
    border-left: none;
    border-radius: 0;
}
.portfolio-filter li:last-child a {
    border-radius: 0;
}
.section-list-items .events .entry, .ievent {
    padding: 20px;
    background-color: #fafafa;
    border-bottom: unset;
}

.small-thumbs .entry-title h2 {
	text-transform: unset;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #111;
}
.button.flat {
    font-family: 'Poppins', sans-serif;
	background-color: #4a9af4;
    color: #FFF;
    font-weight: 100;
    text-transform: capitalize !important;
    letter-spacing: 0px;
	text-shadow: unset;
	font-size: 14px;
}
.button.flat:hover {
    background-color: #a4d0ca;
    color: #FFF;
    text-shadow: unset;
}
.button.gray {
    font-family: 'Poppins', sans-serif;
    background-color: #efefef;
    color: #555;
    font-weight: 400;
    text-transform: capitalize !important;
    letter-spacing: 0px;
    text-shadow: unset;
    font-size: 14px;
}
.button.gray:hover {
    background-color: #efefef;
    color: #666;
    text-shadow: unset;
}
.section-list-items .iconlist-color li i,
.section-list-items .iconlist-color li strong {
    color: #111;
}
.section-list-items .item-features-box ul li {
    color: #868686;
}
.shopping-cart {

    padding: 10px 20px 20px 20px;    
    background-color: #f6f6f6;

    /*box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.1);*/

    /*background: #4f6cb5 ;*/
    /*background: #f85032;
	box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.75);
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#ff0042));
    background: -webkit-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: -o-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: linear-gradient(to right, #0056ff 0%, #ff0042 100%);*/

}
.top-cart-title {
    padding: 12px 15px;
    /*border-bottom: 1px solid #EEE;*/
    border-bottom: unset;
    padding-bottom: 0;
}
.top-cart-title span {
    text-align: center;
    background-color: #4f6cb5;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-top: -2px;
    float: right;
}
.top-cart-title span i {
    font-size: 14px;
    color: white;
    margin-left: -1px;
    vertical-align: 0px;
}
.top-cart-title:after {
    content: '';
    display: block;
    margin-top: 12px;
    width: 60px;
    border-top: 2px solid #4f6cb5;
}
.shopping-cart .top-cart-title {
    padding: 12px 0px 0px 0; /*15*/
    /*border-bottom: 1px solid #eee;*/
    /*border-bottom: 1px solid #999;*/
    border-bottom: unset;
}
.dates-reserve {
    display: none;
}
.section-dates .dates-reserve {
    display: block !important;
}
.shopping-cart .top-cart-title h4{
    /*color: #fff;*/
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
}
.shopping-cart .top-cart-items {
    padding: 15px 15px;
}
.shopping-cart .top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.shopping-cart .top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.shopping-cart .top-cart-item-image:hover {
    border-color: #EEE;
}
.shopping-cart  .top-cart-item-desc a {
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    /*color: #fff;*/
    font-weight: 600;
}
.shopping-cart .top-cart-item-desc a:hover {
    /*color: #4f6cb5 !important;*/
    /*color: #f8f8f8 !important;*/
    color: unset !important;
}
.shopping-cart .top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    /*color: #eee;*/
}
.shopping-cart .top-cart-action {
    padding: 20px 0 10px 0;
    /*border-top: 1px solid #EEE;*/
    border-top: 1px solid #ddd;
}
.button.next {
	background-color: #ff00bf;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-shadow: unset;
	font-size: 14px;
}
.shopping-cart .top-cart-action span.top-checkout-price {
    font-size: 18px;
    /*color: #ddd;*/
    color: #666 ;
}

.social-icons-footer ul li{
	width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
    margin: 0 5px 5px 0;
    color: #fff !important;
    text-shadow: none;
    /*background: #4f6cb5 ;
    border: 1px solid #4f6cb5 ;*/
    border-radius: 0px;
    overflow: hidden;
    display: inline-block;
}

.wrap-testimonial {
	border: 15px solid #a4d0ca ;
	padding: 25px;
}
.wrap-testimonial .testimonial {
    background-color: rgba(0,0,0,0.6); /*.6*/
    padding: 50px 20px;
    border: unset;
    box-shadow: unset;
    border-radius: 0px;
}
#copyrights {
    padding: 15px 0;
    background-color: #222 !important;
    font-size: 14px;
    line-height: 1.8;
}
#footer.dark, .dark #footer {
    background-color: #222;
    color: #CCC;
    border: unset;
}
@media (max-width: 479.98px) {
    .wrap-testimonial .testimonial h4 {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-list-items .small-thumbs .entry-image {
        position: relative;
        float: left;
        width: 200px;
        margin: 0 30px 0 0;
        height: 145px;
    }
    .item-features-box ul li {
        padding: 6px 0;
        font-size: 14px;
        width: 50%;
        float: left;
    }
    .section-list-items .pricing .text-price span:nth-child(1) {
        font-size: 13px;
    }
    .section-list-items .pricing .text-price span:nth-child(2) {
        font-size: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .section-list-items .pricing .text-price span:nth-child(3) {
        font-size: 13px;
    }

}
@media (max-width: 991.98px) {
    .section-list-items .small-thumbs .entry-image {
        position: relative;
        float: left;
        width: 240px;
        margin: 0 35px 0 0;
        height: 170px;
    }
}
@media (max-width: 767.98px) {
    .section-list-items .small-thumbs .entry-image {
        width: 100%;
        margin: 0 0 30px 0;
        height: 280px;
    }
    .section-list-items .small-thumbs .entry-image .layer-image {
        bottom: -10px;
        right: -10px;
    }
}
@media (max-width: 575.98px) {
    .section-list-items .small-thumbs .entry-image {
        width: 100%;
        margin: 0 0 30px 0;
        height: 240px;
    }
    .section-list-items .small-thumbs .entry-image .layer-image {
        bottom: -10px;
        right: -10px;
    }
    .section-list-items .pricing .text-price span:nth-child(1) {
        font-size: 13px;
    }
    .section-list-items .pricing .text-price span:nth-child(2) {
        font-size: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .section-list-items .pricing .text-price span:nth-child(3) {
        font-size: 13px;
    }
}
/*
 *----
 * Step 03
 *----
 */
.date .date-form {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border: 1px solid #DDD;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    color: #555;
}

.date .date-form.pick-date {
    float: none;
    width: 250px;
    height: 40px;
}
.cart-product-date .date {
    display: inline-block;
    margin: 0;
    float: none;
}
.cart-product-status, .cart-product-date, .cart-product-days {
    text-align: center !important;
}
.cart td.hiddenRow {
    padding: 0 !important;
    border-top: 0px solid #dee2e6;
}
.table.cart .thead {
    background: #4f6cb5 ;
	/*background: #f85032;
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#ff0042));
    background: -webkit-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: -o-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: linear-gradient(to right, #0056ff 0%, #ff0042 100%);*/
}
.table.cart .thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    padding: 20px 15px !important;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.box.accordian-body {
	text-align: right;
	padding-right: 20px;
}
.box-subdetails {
	display: inline-block;
    padding: 20px;
    /*background-color: #fb0145;*/
    background-color: #f6f6f6;
    margin-bottom: 20px;

    border-radius: 8px;
    /*
    -webkit-box-shadow: 5px 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 9px 16px 0.7px rgba(0, 0, 0, 0.15);*/
}
.box-subdetails .table {
    background-color: #f6f6f6;
}
.box-subdetails .table thead th {
    vertical-align: bottom;
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 5px 15px !important;
    font-size: 13px;
    color: #4f6cb5;
    /*background: #fb0145;*/
    text-align: center !important;
}
.box-subdetails .table td {
    padding: 5px 15px !important;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    color: #777;
    background-color: #f6f6f6;
    /*color: #fff;
    background: #fb0145;*/
}
.sidenav li a {
    display: block;
    position: relative;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
    border-right: unset;
    border-left: unset;
    border-right-width: 2px;
    color: #666;
}
.sidenav li a {
    padding: 6px 20px 6px 14px;
    font-size: 13px;
}
.sidenav > .ui-tabs-active > a, .sidenav > .ui-tabs-active > a:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(0,0,0,0.1) !important;
    color: #FFF !important;
    font-weight: 700;
    background-color: #a4d0ca !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.sidenav > li:first-child > a,
.sidenav > li:last-child > a {
    border-radius: 0;
}
.sidenav > li:last-child > a {
    border-bottom-width: 1px;
}
.box-order {

	padding: 10px 20px 20px 20px;
    
    /*background-color: #fbfbfb;*/
    
	/*background: #4f6cb5 ;*/

	/*background: #f85032;
    background: -webkit-gradient(linear, left top, right top, from(#0056ff), to(#ff0042));
    background: -webkit-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: -o-linear-gradient(left, #0056ff 0%, #ff0042 100%);
    background: linear-gradient(to right, #0056ff 0%, #ff0042 100%);*/


    background: #f6f6f6;
    
}
.table-responsive.box-shadow {
	/*box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.75);*/
    /*
    -webkit-box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    */
}
.box-order .top-cart-title {
    padding: 12px 0px 15px 0;
    /*border-bottom: 1px solid #eee;*/
    border-bottom: unset;
    padding-bottom: 0;
}
.box-order .top-cart-title h4 {
    /*color: #fff;*/
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
}
.box-order .cart td {
    padding: 18px 15px !important;
    vertical-align: middle !important;
    border-color: #E5E5E5 !important;
    /*color: #fff;*/
    color: #111;
}
.box-order .cart td .amount {
    color: #666 !important;
    /*color: #ddd !important;*/
	font-weight: 600;
}
.box-order .acctitle {
    display: block;
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /*color: #fff;*/
    color: #999;
}
.box-order .acc_content {
	/*color: #fff;*/
    color: #999;
    position: relative;
    padding: 0 0 15px 20px;
}
.btn-reserve {
	padding: 10px 22px;
	/*box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.75);*/
	height: auto;
}
.box-form-reserve form .col_full {
	margin-bottom: 12px;
}
@media (max-width: 767px) {
    .box-form-reserve form .col_full {
        margin-bottom: 12px !important;
    }
}
.mfp-close {
    color: #000;
    text-shadow: 0px 0px 10px #fff;
}
.box-form-reserve label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
.box-services {
    -webkit-box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 16px 0.7px rgba(0, 0, 0, 0.15);
    padding: 30px;
}
.box-services .product-image {
    position: relative;
    overflow: unset;
    margin-right: 45px;
    margin-bottom: 20px;
}

.box-services .product-image img {
    position: relative;
    height: 100%;
    width: 100%;    
    z-index: 1;
    box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.47);
}
.box-services .product-image .p-layer-image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    z-index: 0;

    background: #7996e9;
    background: -webkit-gradient(linear, left top, right top, from(#6979e9), to(#9fe8e1));
    background: -webkit-linear-gradient(left, #6979e9 0%, #9fe8e1 100%);
    background: -o-linear-gradient(left, #6979e9 0%, #9fe8e1 100%);
    background: linear-gradient(to right, #6979e9 0%, #9fe8e1 100%);
}
.btn-collapse {
    color: #4f6cb5;
}
.btn-collapse:hover {
    color: #4f6cb5;
}
.wrap-services .fancy-title:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 70px;
    border-top: 3px solid #4f6cb5;
}
.wrap-services .fancy-title  h3{
    color: #111;
    font-weight: 400;

    background: transparent;
    /*padding: 0 0 10px;*/
    /*border-bottom: 2px solid #4f6cb5;*/
}
.cart-services .table.cart .thead {
    background-color: #a4d0ca !important;
}
.cart-services .table.cart .thead th {
    vertical-align: bottom;
    /*border-bottom: 0px solid #dee2e6;*/
    /*padding: 20px 15px !important;*/
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.title-modal:after {
    content: '';
    display: block;
    margin-top: 12px;
    width: 60px;
    border-top: 2px solid #4f6cb5;
}
.form-reserve {
    margin: 0 auto;
}
/*
 *-----
 * STEP 02
 *-----
 */
.section-dates .shopping-cart .remove{
    display: none !important;
}
.section-dates .caleran-container .caleran-input {
	width: 100% !important;
}
.section-dates .caleran-container .caleran-input, .caleran-container-mobile .caleran-input {
    margin-top: 0;
    border: 1px solid #f6f6f6;
    border-radius: 0px;
    /*-webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 30px -9px rgba(0, 0, 0, 0.35); */ 
    background: #f6f6f6;
    box-shadow: unset;
}
.section-dates .caleran-title, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    color: #424242;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    font-family: 'Poppins', sans-serif;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.4em;
    color: #424242;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    color: #616161;
    font-family: 'Poppins', sans-serif;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weeknumber {
    width: calc(100% / 7);
    float: left;
    text-align: center;
    padding: 3px;
    font-size: 1em;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 1px;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
    background: #4f6cb5 ;
    color: #fff;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
    background: #4f6cb5;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected), .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
    /*background-color: rgba(251,1,69,.7);*/
    background-color: #a4d0ca;
    color: #fff;
    border-radius: 3px;
}
.section-dates .caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day, .caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day, .caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day, .caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day, .caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day, .caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day, .caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day, .caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
    float: left;
    font-size: 2.8em;
    color: #1885FC;
    margin-top: -10px;
    margin-right: 8px;
    font-weight: 400;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.section-dates .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
    background: #4f6cb5;
    color: #fff;
}
@media (max-width: 767.98px) {
    .section-dates .caleran-container .caleran-input {
        width: 100% !important;
        min-width: 500px !important;
    }
    .section-dates .wrap-caleran-custom {
        overflow-x: scroll;
    }
}


/*
 *----------
 * HOME 
 *----------
 */

#stick-tickets {
    position: fixed;
    right: -80px;
    text-decoration: none;
    top: 8%;
    z-index: 555;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#stick-tickets:hover {
    right: -35px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
/*--ajustes caleran--*/
.btn-group-xs>.btn, .btn-xs{
    font-size: .858rem;
    padding: .072rem .358rem;
    border-radius: .143rem;
}
.caleran-disabled.caleran-disabled-range.reservado{
    background: #ffb822;
    color: #fff!important;
}
.caleran-disabled.caleran-disabled-range.ocupado{
    background: #4caf50;
    color: #fff!important;
}
.pick-date.disableCaleran::placeholder{
    color: red;
    opacity: .6;
}
.btn-reservado, .btn-ocupado{
    color: #fff;
    pointer-events: none;
}
.btn-reservado{
    background: #ffb822;
}
.btn-ocupado{
    background: #4caf50;
}
img.mfp-img{
    max-width: 95%;
}
.mfp-figure:after{
    content: none!important;
}