/* ----------------------------------------------------------------
	CSS Specific to the Travel Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

	Version: 4.1
-----------------------------------------------------------------*/


/* @font-face {
	font-family: 'Arca Majora';
	src: url('fonts/arca-heavy-webfont.eot');
	src: url('fonts/arca-heavy-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/arca-heavy-webfont.woff2') format('woff2'),
		 url('fonts/arca-heavy-webfont.woff') format('woff'),
		 url('fonts/arca-heavy-webfont.ttf') format('truetype'),
		 url('fonts/arca-heavy-webfont.svg#arca_majoraheavy') format('svg');
	font-weight: normal;
	font-style: normal;
} */

h1,
h2,
h3,
h4 { font-family: 'Arca Majora', sans-serif; }



@media (min-width: 992px) {

	#top-bar {
		z-index: 300;
		border-bottom-color: rgba(0, 0, 0, 0.05);
	}

	.top-links ul li,
	#top-social li {
		border-left-color: rgba(0, 0, 0, 0.05);
	}

	#top-bar.transparent-topbar { background: transparent !important; }

	#top-bar.transparent-topbar + #header.transparent-header + #slider,
	#top-bar.transparent-topbar + #header.transparent-header + .page-title-parallax {
		margin-bottom: -145px;
		top: -145px;
	}

}

.dark .top-links li > a { color: #EEE; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }

.dark #top-social li { border-left: 0; }

.dark #top-social li a { color: #EEE; }

.dark #header-wrap:not(.not-dark) #primary-menu.style-4 > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu.style-4 > ul > li.current > a { border-color: rgba(255,255,255,0.5); }
.top-links ul ul a { color: #2079BE !important; }

.tabs.travel-organiser-tabs { width: 100% !important; }

.tabs.travel-organiser-tabs { margin: 0; }

.travel-organiser-tabs ul.tab-nav { border-bottom: 4px solid #fcd45f; }

.travel-organiser-tabs ul.tab-nav li {
	margin-left: 1px;
	border: 0;
	height: 48px;
	border-left: 0 !important;
}

.travel-organiser-tabs ul.tab-nav li:first-child { margin-left: 0; }

.travel-organiser-tabs ul.tab-nav li a {
	padding: 0 20px;
	color: white;
	height: 48px;
	line-height: 48px;
	background-color: #2079be;
	font-size: 15px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

.travel-organiser-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	color: black;
	background-color: #fcd45f;
}

.travel-organiser-tabs ul.tab-nav li .label { margin-left: 5px; }

.travel-organiser-tabs ul.tab-nav li a i { margin-right: 7px; }

.travel-organiser-tabs .tab-container {
	padding: 35px;
	color: white !important;
	background-color: #fcd45f;
    box-shadow: 0 0px 0px 0px #fcd45f, 0 0px 0px 0px #fcd45f, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}

#travel-slider-overlay {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: #fff;
}

.date-home input {
    height: 48px;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay-open .portfolio-item .portfolio-image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay-open .portfolio-item:hover .portfolio-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-overlay-open .portfolio-overlay {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-overlay {
	-webkit-transition: background-color .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out;
	transition: background-color .4s ease-in-out;
}

.portfolio-overlay-open .portfolio-item:hover .portfolio-overlay { background-color: rgba(0,0,0,0.4); }

.portfolio-overlay .portfolio-desc h3 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}


.footer-big-contacts {
	color: #c7ddef;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #88b8dc;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


.device-md .tabs.travel-organiser-tabs { width: 100% !important; }


@media (max-width: 767px) {

	#slider { height: auto !important; }

	.tabs.travel-organiser-tabs {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	}

}


@media (max-width: 767px) {

	.tabs.travel-organiser-tabs .heading-block h4 { margin-bottom: 20px; }

	.tabs.travel-organiser-tabs .heading-block .fleft,
	.tabs.travel-organiser-tabs .heading-block .fright { float: none !important; }

}


.device-xs .tabs.travel-organiser-tabs .more-link.fright { float: none !important; }

.device-sm .tabs.travel-organiser-tabs .tab-nav i,
.device-xs .tabs.travel-organiser-tabs .tab-nav i { margin-right: 0 !important; }





#posts .entry-meta li i { display: inline-block; font-weight: bold;}
.entry-c { overflow: visible; }
.toggle .togglet i {
	top: 7px;
	left: 6px;
}

.more-link i {
	position: relative;
	top: 2px;
}

.checkbox-style:checked + .checkbox-style-2-label:before { background: #AC4147 }

.hotel-price {
	display: block;
	font-size: 30px;
	color: #AC4147;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 1px;
}

.travel-slider .text-overlay {
	padding: 40px 25px 25px;
}

.travel-slider .text-overlay-title h3 {
	font-size: 22px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.travel-slider .text-overlay-meta {
	color: #EEE;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.travel-slider .text-overlay-meta span:first-child { margin-right: 3px; }



/* ----------------------------------------------------------------
	Canvas: Travel Demo - RTL Support
-----------------------------------------------------------------*/

@media (min-width: 992px) {

	.rtl .top-links ul li,
	.rtl #top-social li {
		border-right-color: rgba(0, 0, 0, 0.05);
		border-left-color: 0;
	}
}

.rtl .dark #top-social li { border-right: 0; }

.rtl .travel-organiser-tabs ul.tab-nav li {
	margin-left: 1px;
	margin-right: 1px;
	border-right: 0 !important;
}

.rtl .travel-organiser-tabs ul.tab-nav li:first-child { margin-right: 0; }

@media (max-width: 767px) {

    .rtl .toggle .togglet i {
        right: 6px;
        left: auto;
    }

}

.sm-form-control {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 1px solid rgb(73, 73, 73);
    text-align: center !important;
    text-align-last: center !important;
}

.dropdown.bootstrap-select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center !important;
}

.btn.dropdown-toggle {
    line-height: 2 !important;
    text-align: center !important;
}

.filter-option-inner-inner {
    padding-left: 3px !important;
    padding-right: 3px !important;
    text-align: center !important;
}

.sm-form-control.tleft {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.sm-form-control::placeholder {
    text-align: center !important;
}

.col-lg-6 .col-12 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.owl-carousel {
    text-align: center;
    height: 100%;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.owl-carousel.owl-loaded {
    padding-top: 20px !important;
    background-color: #e8453300 !important;
    padding-bottom: 20px !important;
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #2079be !important;
}

#oc-images {
    height: 100%;
}

.promo.promo-blue {
    color: aliceblue !important;
    background-color: #e84633 !important;
    height: 100%;
}

.promo.promo-blue > h3 {
    color: aliceblue !important;
}

.blue {
    background-color: #2079be !important;
    color: aliceblue !important;
}

.red {
    background-color: #e84633 !important;
    color: aliceblue !important;
}

.yellow {
    background-color: #fcd45f !important;
    color: aliceblue !important;
}

.spost .entry-title h4 a, h4, .widget_links li a {
    color: #88b8dc;
}

body, #primary-menu ul li > a {
    font-family: 'Lato', sans-serif !important;
}

.bootstrap-switch-primaryduorent {
    background-color: #2079be;
    color: white;
}

.bootstrap-switch-dangerduorent {
    background-color: #e84633;
    color: white;
}

.icon-car-door-svg {
    background-image: url("../images/svg/car-door.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-manual-trasmission {
    background-image: url("../images/svg/automobile.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-automatic-transmission {
    background-image: url("../images/svg/automatic-transmission.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-light-car {
    background-color: #FFF !important;
}

.btn-oneway {
    border-radius: 0 !important;
    background-color: #FFF !important;
}

.btn-outline-secondary:hover {
    color: #999;
}

.hide {
    display: none;

}

.small-title-car {
    font-size: 0.6em;
}

.option-car {
    float: none !important;
    margin-left: 10px !important;
}

.car-info li {
    font-weight: bold !important;
    font-size: 1.2em;
    margin-left: 7px;
}

.right-align {
    text-align: right !important;
}

.totale {
    font-size: 1.2em;
}

.spost .entry-image a i, .mpost .entry-image a i {
    font-size: 28px;
    line-height: 48px;
    color: #c7ddef;
    background-color:#283d61;
}

.btn-newsl {
    color: #c7ddef !important;
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.btn-newsl:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.icon-option {
    position: absolute;
    right: 30px;
    font-size: 2.5em;
    top: 0px;
}

img.lazy:not([src]) {
	opacity: 1;
	visibility: visible;
	background-image: url('preloader.gif');
}

/*
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0px 0 0 50px;
} */

@media (max-width: 991.98px) {
    .feature-box {
        position: relative;
        margin-top: 20px;
        padding: 0px 0 0 50px;
        font-size: 0.8em;
    }
    .table-summery {
        width: 120%;
        margin-bottom: 1rem;
        color: #212529;
        position: relative;
        left: -40;
    }
}

/* .feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    padding: 0px !important;
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
} */

.faqs .toggle .toggle-header, .faqs .toggle .toggleta {
    font-size: 1.5em !important;
}

.faqs .toggle .toggle-content i {
    top: 1px;
    font-size: 1.4em !important;
}

.faqs .toggle .toggle-header .toggle-title {
    padding-left: 15px;
}

.faqs .toggle .toggle-header .toggle-icon {
    text-align: center !important;
    width: 30px;
}


@media (max-width: 991.98px) {
    #header.dark.transparent-header, #header.dark.semi-transparent {
        background-color: white !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .i-medium.i-rounded, .i-medium.i-plain, .i-medium.i-circled, .i-medium.i-bordered {
        margin: 6px 8px 9px 0;
        font-size: 21px;
    }
    .entry-meta li {
        font-size: 0.8em !important;
        margin: 0 5px 5px 0;
    }
    .entry-meta {
        text-align: center;
    }
    .entry-c .entry-content, .entry-c .entry-title {
        padding-left: 20px;
    }

    .social-mobile {
        width: 50% !important;
        margin-left: 50px;
    }
}

.posts-sm .entry-image {
    width: 34px !important;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.numlist li {
    margin-left: 15px;
}

.color-tel {
    color: #c7ddef !important;
}

ul.entry-meta {
    list-style: none;
}

.entry-meta li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin: 0 20px 20px 0;
    color: #c7ddef;
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: bold;
}

.map-locations .entry-meta li {
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin: 0 20px 20px 0;
    color: #256da3;
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: bold;
}

.map-locations .color-tel {
    color: #80c2f8 !important;
}

.entry-meta li.car {
    color: #073b66;
}

li.entry-meta-separator {
    content: '\205E';
    width: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    opacity: 0.5;
    box-sizing: border-box;
}

.promo p {
    font-size: 1.8em;
    text-align: justify;
}

#primary-menu ul li > a {
    line-height: 22px;
    color: #444;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif !important;
}

.btn-border-danger {
    border: 2px red solid !important;
}

.page-link, .page-link:hover, .page-link:focus {
    color: #2079BE;
    border: 1px solid #c7ddef !important;
}

.page-text p {
    font-size: 1.4em;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-text ul ol {
    font-size: 1.4em;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-position: outside;
}

.page-text li {
    font-size: 1.4em;
    text-align: justify;
    margin-left: 35px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.page-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.filter-fleet {
    border: 2px #2079be solid;
    margin-bottom: 40px;
    margin-top: 5px;
    padding: 5px;
}

.label-home {
    font-size: 0.8em;
    margin-bottom: 0px;
    text-align: right;
}

.i-medium.i-rounded {
    font-size: 1em !important;
    line-height: 33px !important;
    width: 48px !important;
    height: 30px !important;
    line-height: 28px !important;
    font-weight: bold;
}
.car-info li i {
    margin-right: 15px !important;
}

.label-icon-man {
    float: left;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 14px;
    margin-left: 8px;
}

.label-icon-auto {
    font-size: 0.8em;
    float: left;
    text-transform: uppercase;
    line-height: 14px;
    margin-left: 4px;
}

.label-icon-air {
    float: left;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 14px;
    margin-left: 2px;
}

span.quantity-option {
    float: left;
    margin-left: 13px !important;
}

select.quantity-option {
    width: 50px;
    text-align: center;
    margin-left: 20px;
    line-height: 2em;
    height: 19px;
}

.select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--open .select2-selection--single {
    border: 1px solid #999 !important;
}

.select2-container--focus .select2-selection--single {
    border: 1px solid #999 !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}


.select2-selection__arrow {
    height: 37px !important;
}

#billing {
    display: none;
}

.bootstrap-select > .dropdown-toggle {
    padding-right: 10px !important;
}

ul#detail-price li {
    margin-left: 25px;
    clear: both;
}

ul#detail-price li span {
    margin-right: 10px;
    float: right;
}

#footer, #footer .blue {
    background-color: #283d61 !important;
}

#footer > h1, h2, h3, h4, h5, h6, .copyright-links a {
    color: #555 !important;
}

.widget p:not(.lead) {
    font-size: 20px !important;
}

/* ----------------------------------------------------------------
	GDPR Settings
-----------------------------------------------------------------*/

.gdpr-settings {
	position: fixed;
	max-width: calc(100% - 2rem);
	margin-bottom: 1rem;
	border-radius: 4px;
	top: auto;
	bottom: 0;
	left: 1rem;
	opacity: 0;
	padding: 3rem;
	z-index: 999;
	background-color: #EEE;
	transition: all .3s ease;
}

.gdpr-settings-sm {
	max-width: 30rem;
	margin-right: 1rem;
}

.gdpr-settings-sm.gdpr-settings-right {
	left: auto;
	right: 1rem;
	margin-right: 0;
	margin-left: 1rem;
}

.gdpr-settings.dark {
	background-color: #283d61;
}
.gdpr-settings.dark p.lead {
	color: #FFF;
}

.page-text {
    padding: 0px 20px 0px 20px !important;
}

.sm-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#confirm-form p {
    text-align: center;
    font-size: 1.4em;
}

#confirm-form h3 {
    text-align: center;
}

#confirm-form input#confirm-code, #confirm-form input#confirm-lastname {
    text-align: center;
    font-size: 1.4em;
}

#confirm-form p span.duored {
    color: #e42d27;
}

#confirm-form p span.duoblue {
    color: #2079be;
}

#confirm-form p span.duoorange {
    color: black;
}

.toggle-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.toggle-content ul li {
    padding-left: 10px;
    margin-left: 20px;
}
