﻿@import url('https://fonts.googleapis.com/css?family=Assistant');

/* trip_notes */

#trip_notes a:link,
#trip_notes a:visited,
#day_details a:link,
#day_details a:visited,
#tblSummary a:link,
#tblSummary a:visited {
    color: #E46423;
}

#trip_notes a:hover,
#day_details a:hover,
#tblSummary a:hover {
    color: #a14313;
    text-decoration: underline;
}

#trip_notes a:active,
#day_details a:active,
#tblSummary a:active {
    color: #eb8d5d;
}

.aboutBody {
    font-size: 18px;
    max-width: 1050px;
}
.aboutUnder {
    color: #e36422;
    font-size: 20px;
    font-weight: bold;
    max-width: 1050px;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 192px;
    box-sizing: content-box;
    height: 192px;
    padding: 25px 15px 0 35px;
}


    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 153px;
        height: 153px;
        margin: 6px;
        border: 24px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e76422 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
	margin: 0;
}

.logo > a:link,
.logo > a:visited {
	color: #E76422;
	font-size: 18px;
	float: left;
	margin-left: 0;
	font-weight: bold;
}

.logo > a > span {
	color: #555A60;
}

.full-width {
	width: 98%;
}

.toprow {
    height: 56px;
    padding: 0;
    display: flex;
    line-height: 56px;
    background-color: rgb(209, 209, 209);
    justify-content: center;
    align-items: center;
}

.mainMenu {
    height: 56px;
    width: 460px;
    display: inline-flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    align-items: center;
}

li.singleMenu {
    list-style: none;
}

    li.singleMenu a {
        padding: 0 25px;
        font-size: 14px;
        color: #555a5f;
        background: #d1d1d1;
        width: 100%;
        height: 56px;
        display: inline-block;
        transition: 0.5s all;
    }

        li.singleMenu a:hover {
            padding: 0 25px;
            font-size: 14px;
            color: #e46423;
            background: #b1b1b1;
            width: 100%;
            height: 56px;
            display: inline-block;
            transition: 0.5s all;
        }

a#LoginLinkButton {
    color: #555a5f;
    margin-right: 20px;
    font-size: 14px;
}

p.firstRowLogo {
    margin: 0;
    font-size: 34px;
}

    p.firstRowLogo span {
        color: rgb(85, 90, 94);
    }

p.logoSecondRow {
    margin: 0;
    line-height: 0;
    position: absolute;
    right: 14px;
    bottom: 9px;
    font-size: 16px;
}


.logo {
    width: 258px;
    margin-right: 50px;
    position: relative;
}

div#logged-in-static {
    text-align: center;
    padding-right: 18px;
}

div#logged-in-static {
    color: #555a5f;
    background-image: url(../images/dropdownImage.png);
    background-repeat: no-repeat;
    background-position: 90%center;
    font-size: 14px;
}

div#loggedInMenu {
    background: #d1d1d1;
    position: relative;
    z-index: 9;
}

div#loggedInMenu {
    transition: 0.5s all;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    height: auto;
}

div#loggedInMenu.openMenu {
    transition: 0.5s all;
    opacity: 1;
    max-height: 700px;
    overflow: hidden;
    height: auto;
}

    div#loggedInMenu ul {
        padding: 0;
        list-style: none;
        text-align: center;
        margin-bottom: 0;
    }

        div#loggedInMenu ul li {
            border-top: 1px solid #909090;
        }

.row.top_row_links {
    height: 45px;
    line-height: 45px;
    display: flex;
}

	.toprow > h3 {
		float: left;
		margin-left: 40px;
	}

.col-lg-10.col-sm-9.mainMenu {
    height: 45px;
}

.hidden {
	display: none;
}

a:link, a:visited {
	color: black;
}

a:hover {
	text-decoration: none;
}



#askUs {
    background-color: rgba(189,190,193,0.9);
    background-image: url(/Selfie/Images/AskUs.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 15px 0px 30px;
    margin-top: 0;
    white-space: nowrap;
    opacity: 1;
    width: 94px;
    height: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

	#askUs:hover {
		opacity: 0.95;
	}

.top_row_links > div > a:link, .top_row_links > div > a:visited, .top_row_links > div > span {
    font-size: 12px;
    color: #5D6065;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 56px;
}

.tbl {
	display: table;
}

.tblr {
	display: table-row;
}

.summary-tbl {
	Width: 100%;
	overflow: scroll;
}

#lightbox-container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 9999;
}

#lightbox-div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#lightbox-close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: white;
	cursor: pointer;
	font-size: 30px;
}

.general_table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.general_table th {
		padding: 5px;
		background-color: #E6E6E8;
	}

	.general_table td {
		padding: 5px;
	}
/*** DEFAULT ****/
#def_slogan {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    #def_slogan > h1 {
        color: #ffffff;
        font-weight: normal;
        font-size: 70px;
        text-shadow: 1px 1px 1px black;
        margin-bottom: 40px;
    }

	#def_slogan > h2 {
		color: white;
		font-size: 18px;
	}

.searchButtonsRow {
    width: 742px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .searchButtonsRow input {
        width: 358px;
        height: 61px;
        border-radius: 5px;
        transition: 0.5s all;
        margin-top: 30px;
        font-size: 18px;
        color: #ffffff;
        background: transparent;
        border: 2px solid #e36422;
        outline: none;
    }
        .searchButtonsRow input.searchTrips {
            width: 358px;
            height: 61px;
            border-radius: 5px;
            margin-top: 30px;
            font-size: 18px;
            color: #ffffff;
            background: #e36422;
            border: 2px solid #e36422;
        }

input#ContentPlaceHolder1_CreateATripButton:hover, input#ContentPlaceHolder1_PlanATripButton:hover {
    background: rgba(227, 100, 34, 0.39);
    transition: 0.5s all;
}

#circles_canvas {
}

#def_search {
    position: static;
    top: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(55,55,55,0.7);
    padding-top: 25px;
    height: 220px;
}

    #def_search.homeSearch {
        position: absolute;
    }

    .trip_suggestion_subtitle p {
        color: black;
    }

#def_hotels_search {
	left: 0;
	right: 0;
	bottom: 0;
	height: 268px;
	background: rgba(55, 55, 55, 0.68) url(http://test.motorhome.co.il.web101.virtualbox.co.il/Selfie/Images/Layer12.jpg);
	background-size: cover;
	padding-top: 25px;
	background-position: center center;
}

#def_cars_search {
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(55,55,55,0.7);
	padding-top: 25px;
}
.avisClass {
position: absolute;
top: 185px;
width:100%;
}
.ofranClass {
position: absolute;
}

#def_circles {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 184px;
}

#def_videodiv_container {
    position: relative;
    height: 630px;
}

#videodiv {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: -100;
}

.homePageCircles {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32941176470588235);
    height: 184px;
    left: 0;
}

    .homePageCircles img {
        width: 37px;
        height: 37px;
        margin-bottom: -10px !important;
    }

.rightArrow {
    width: 30px;
    height: 30px;
    display: inline-block;
    transform: rotate(45deg);
    border-right: 3px solid #e46423;
    border-top: 3px solid #e46423;
    margin-right: 20px;
}

div.singleCircle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px !important;
}

#def_shadow {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: -99;
}

.bg_video {
    position: absolute;
    top: 8vw;
    left: 50%;
    width: 170vw;
    height: 56vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#def_circle1 {
	position: static;
	width: 220px;
	height: 160px;
	text-align: center;
	cursor: default;
}

    #def_circle1 > span, #def_circle2 > span, #def_circle3 > span {
        color: white;
        font-size: 18px;
    }

#incircle_icon1,
#incircle_icon2,
#incircle_icon3 {
	margin-bottom: 15px !important; /* #14344 - Add Important - David@mly */
}

.col-sm-6.col-xs-12.def-trip-with-image {
    cursor: pointer;
}

#incircle_span1_hover, #incircle_span2_hover, #incircle_span3_hover {
    display: none;
    position: relative;
    top: -10px;
}


span#incircle_span1_hover {
    top: -20px;
}


#def_circle2 {
	position: static;
	width: 220px;
	height: 160px;
	text-align: center;
	cursor: default;
}

#def_circle3 {
	position: static;
	width: 220px;
	height: 160px;
	text-align: center;
}

#slider_title {
	margin-top: 40px;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

#slider_minus, #slider_plus {
	cursor: pointer;
	color: white;
	font-size: 18px;
}

#def_slider {
	margin-top: 14px;
}

	#def_slider .ui-slider-handle {
		background: #E76422;
		border-color: #E76422;
		border-radius: 10px;
		margin-top: -4px;
		z-index: 1;
	}

	#def_slider .ui-state-hover {
		background: #F78442;
	}

#def_slider {
	height: 2px;
	border: none;
	background-color: White;
}

.def_morothome_cb > label {
	color: White;
	font-size: 16px;
	font-weight: normal;
	margin-left: 6px;
}

.def_tb {
	height: 50px;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border: 1px solid #bbbbbb;
}

.def_tb_radsearch {
	width: 10%;
}

.def_Travel2TB {
    width: 743px;
    border: 0;
    border-radius: 5px;
    color: #939393;
    font-size: 18px;
    height: 61px;
    background-image: url(../images/locationImage.png);
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 2.5% center;
}

.def_WhenTB {
	width: 23%;
	background-image: url('/Selfie/Images/Calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 50px;
}

.def_Hotels_atiState {
	width: 15%;
}

.def_Hotels_atiCity {
	width: 20%;
}

.def_Hotels_Travel2TB {
	width: 25%;
}

.def_Hotels_orderBy {
	width: 25%;
}

.def_cars_avis_params {
	width: 80%;
}

.def_cars_avis_Travel2TB {
	width: 160px;	
}
.def_cars_avis_Travel2StateTB {
	width: 160px;
}
.def_cars_avis_Travel2StationTB {
	width: 160px;
}

.def_cars_avis_hour {
	width: 70px;
}

.def_cars_avis_age {
	width: 15%;
}

.def_cars_avis_grp {
	width: 20%;
}

.def_cars_Travel2TB {
	width: 25%;
}

.def_cars_Travel2StationTB {
	width: 35%;
}

.def_cars_hour {
	width: 15%;
}

.def_cars_age {
	width: 15%;
}

.def_cars_grp {
	width: 20%;
}

.def_Hotels_FromTB {
	width: 10%;
	background-image: url(/Selfie/Images/Calendar.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.def_Hotels_TillTB {
	width: 10%;
	background-image: url(/Selfie/Images/Calendar.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.def_cars_FromTB {
	width: 20%;
	background-image: url('/Selfie/Images/Calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.def_cars_avis_FromTB {
	width: 120px;
	background-image: url('/Selfie/Images/Calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.def_cars_avis_TillTB {
	width: 120px;
	background-image: url('/Selfie/Images/Calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.def_cars_TillTB {
	width: 20%;
	background-image: url('/Selfie/Images/Calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.def_Hotels_PlanTripBtn {
	width: 204px;
	background-color: #E76422;
	height: 48px;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	border: none;
	color: white;
	font-size: 18px;
	font-weight: normal;
	border-radius: 5px;
}

.def_PlanTripBtn {
	width: 14%;
	background-color: #E76422;
	height: 50px;
	padding: 5px 5px 5px 5px;
	margin: 35px 0 0 0;
	border: none;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

.def_title_lbl {
	color: black;
    color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 6px;
}

.lbl_Hotels_Travel2 {
	position: absolute;
	top: 10px;
	left: 7%;
	color: white;
}

.lbl_Hotels_From {
	position: absolute;
	top: 10px;
	left: 22%;
	color: #fff;
}

.lbl_Hotels_Till {
	position: absolute;
	top: 10px;
	left: 41.5%;
	color: #fff;
}

.lbl_Hotels_Count1 {
	position: absolute;
	top: 10px;
	left: 51.5%;
	color: #fff;
}

.lbl_Hotels_Count2 {
	position: absolute;
	top: 10px;
	left: 61.5%;
	color: #fff;
}

.lbl_cars_ofran_Travel2 {
	position: absolute;
	top: 10px;
	left: 10%;
}

.lbl_cars_ofran_Station1 {
	position: absolute;
	top: 10px;
	left: 35%;
}
.lbl_cars_ofran_State1 {
	position: absolute;
	top: 10px;
	left: 55%;
}
.lbl_cars_ofran_From1 {
	position: absolute;
	top: 10px;
	left: 65%;
}

.lbl_cars_ofran_hour1 {
	position: absolute;
	top: 10px;
	left: 85%;
}

.lbl_cars_ofran_Station2 {
	position: absolute;
	top: 15px;
	left: 10%;
}
.lbl_cars_ofran_State2 {
	position: absolute;
	top: 15px;
	left: 55%;
}
.lbl_cars_ofran_From2 {
	position: absolute;
	top: 15px;
	left: 40%;
}

.lbl_cars_ofran_hour2 {
	position: absolute;
	top: 15px;
	left: 60%;
}

.lbl_cars_ofran_grp {
	position: absolute;
	top: 15px;
	left: 73%;
}

.lbl_cars_ofran_age {
	position: absolute;
	top: 15px;
	left: 88%;
}
.lbl_cars_avis_Travel2 {
	position: absolute;
	top: 10px;
	left:0px;
}

.lbl_cars_avis_Station1 {
	position: absolute;
	top: 10px;
	left: 50%;
}
.lbl_cars_avis_State1 {
	position: absolute;
	top: 10px;
	left:20%;
}
.lbl_cars_avis_From1 {
	position: absolute;
	top: 10px;
	left: 70%;
}

.lbl_cars_avis_hour1 {
	position: absolute;
	top: 10px;
	left: 90%;
}

.lbl_cars_avis_Station2 {
	position: relative;
	top: 15px;
	left:5%;
}
.lbl_cars_avis_State2 {
	position: absolute;
	top: 15px;
	left: 80px;
}
.lbl_cars_avis_From2 {
	position: relative;
	top: 15px;
	left: 10%;
}

.lbl_cars_avis_hour2 {
	position: relative;
	top: 15px;
	left: 20%;
}
.lbl_cars_avis_grp {
	position: absolute;
	top: 15px;
	left: 73%;
}

.lbl_cars_avis_age {
	position: absolute;
	top: 15px;
	left: 88%;
}
.lbl_Travel2 {
	position: absolute;
	top: 10px;
	left: 3%;
}

.lbl_When {
	position: absolute;
	top: 10px;
	left: 43%;
}

.lbl_Count1 {
	position: absolute;
	top: 10px;
	left: 65%;
}

.lbl_Count2 {
	position: absolute;
	top: 10px;
	left: 72.5%;
}

.lbl_Count3 {
	position: absolute;
	top: 10px;
	left: 80%;
}
.lbl_Count4 {
    position: absolute;
    top: -5px;
    left: 78%;
}
.SearchMotorhomeCB {
padding:10px
}
#tcr_buttons .lbl_Travel2 {
    position: absolute;
    top: 10px;
    left: 20%;
}

#tcr_buttons .lbl_When {
	position: absolute;
	top: 10px;
	left: 43%;
}

#tcr_buttons .lbl_Count1 {
	position: absolute;
	top: 10px;
	left: 64%;
}

#tcr_buttons .lbl_Count2 {
	position: absolute;
	top: 10px;
	left: 72%;
}

#tcr_buttons .lbl_Count3 {
	position: absolute;
	top: 10px;
	left: 80%;
}
/*#tcr_buttons .def_PlanTripBtn {}*/
.tfs_Travel2TB {
	width: 30%;
}

.tfs_Travel2TBEnd {
	width: 30%;
}

.tfs_CountDDL {
	width: 15%;
}

.tfs_hotelsDDL {
	width: 15%;
}

.tfs_btn_start {
	margin-top: 2px;
	width: 20%;
	background-color: #E46423;
	color: white;
	height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.hotels_name_search {
	margin-top: 2px;
	width:40%;
	background-color: #E46423;
	color: white;
	height: 35px;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	border: none;
}
#tfs_buttons .lbl_Travel2start {
	position: absolute;
	top: 10px;
	left: 9%;
}

#tfs_buttons .lbl_Travel2end {
	position: absolute;
	top: 10px;
	left: 38%;
}

#tfs_buttons .lbl_From {
	position: absolute;
	top: 10px;
	left: 68%;
}

input#ContentPlaceHolder1_FromTB {
	width: 11%;
}

input#ContentPlaceHolder1_TillTB {
	width: 11%;
}

#tfs_buttons .lbl_Till {
	position: absolute;
	top: 10px;
	left: 79%;
}


.ui-spinner {
	border-radius: 0;
	border: none;
	padding: 0;
	position: relative;
	margin-top: -3px;
	height: 50px;
	width: 7%;
}

	.ui-spinner > .def_tb {
		height: 50px;
		margin: 0;
		padding: 5px 5px 5px 5px;
		width: 100%;
	}
/**** Main menu ****/
.menu_row {
    /*height: 45px; - #15469 - ריג'קטים background-color: #fefeff;*/
    background: #d1d1d13d;
}

.menu_row_fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.menu_button {
	height: 45px;
	text-align: center;
	border: none;
	margin: 0;
}

	.menu_button:hover,
	.menu_active {
		background-color: #e49871;
		color: White;
	}

#ContentPlaceHolder1_SelfieTripButton {
	width: 40%;
	background-image: url('/Selfie/Images/SelfieTrip2.png');
	background-position: center right;
	background-repeat: no-repeat;
}

#ContentPlaceHolder1_HotelsButton {
	Width: 18%;
	background-image: url('/Selfie/Images/Hotels.png');
	background-position: center center;
	background-repeat: no-repeat;
}


#ContentPlaceHolder1_CarRentButton {
    width: 18%;
    background-image: url('/Selfie/Images/CarRent.png');
    background-position: 16% center;
    background-repeat: no-repeat;
}


#ContentPlaceHolder1_CrownRentButton {
	width: 18%;
	background-image: url(/Selfie/Images/CrownRent.png);
	background-position: 16% center;
	background-repeat: no-repeat;
}

.site_Subsciption_wrapper {
    padding: 1px 30px 20px;
    margin-bottom: 8px;
    margin: 6px;
    border: 2px solid #E76422;
}

.site_Subsciption_wrapper p {
    font-size: 20px;
}

.site_Subsciption_wrapper .planTitle {
    min-height: unset;
}



@media screen and (max-width:1300px) and (min-width:1050px) {
    #ContentPlaceHolder1_HotelsButton, #ContentPlaceHolder1_CarRentButton, #ContentPlaceHolder1_CrownRentButton {
		background-position: left center;
	}

	#ContentPlaceHolder1_SelfieTripButton {
		background-image: url('/Selfie/Images/SelfieTrip3.png');
	}
}

@media screen and (max-width:1049px) {
    .logo {
        margin-right: 0;
    }
    .mainMenu {
        width: 450px;
    }
    li.singleMenu a {
        padding: 0 15px;
    }
	#ContentPlaceHolder1_SelfieTripButton,
	#ContentPlaceHolder1_HotelsButton,
	#ContentPlaceHolder1_CarRentButton,
	#ContentPlaceHolder1_CrownRentButton {
		background-image: none;
	}
}

h5#open_edit_trip_name{
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid white;
}

.rvpark input#attraction_text_box, .rvpark select#SelectType, .rvpark input.popup_save_button.dosearch, .rvpark input#radius_search, .rvpark span.unittodisplay {
    display: none;
}

.rvpark #popup_message_container {
    width: 30%
}
/**** Login ****/

a#ContentPlaceHolder1_buttonLoginMap {
    color: #E46423 !important;
    cursor: pointer;
}

.login_popup_container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999;
}

h5.editsave {
    display: inline-block;
    cursor: pointer;
}

.login_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 770px;
	background-color: transparent;
	padding: 15px;
	text-align: center;
	z-index: 10000;
}


    @media screen and (max-width:770px) {
        .login_popup {
		width: 100%;
	}
}

.login_popup h2 {
	font-size: 26px;
	font-weight: bold;
	color: #E46423;
	margin: 0;
	display: inline-block;
}

.login_popup h3 {
	font-size: 20px;
	color: white;
	margin: 10px;
	display: inline-block;
}

.login_options {
	padding: 40px;
	background-color: #E6E6E8;
	text-align: left;
}

.btn-login {
	background-color: #E46423;
	width: 95%;
	color: white;
	border-radius: 0;
	height: 48px;
}

.btn-login:hover {
	color: #e6e6e6;
    cursor: pointer;
}

.forgot_pwd {
	width: 100%;
	text-align: center;
	padding: 10px;
}

	.forgot_pwd a:link,
	.forgot_pwd a:visited {
		color: #E46423;
	}

	.forgot_pwd a:hover {
		text-decoration: underline;
		font-weight: normal;
	}

.login_options input[type=text],
.login_options input[type=password] {
	height: 40px;
	border: none;
	padding: 5px;
	color: #787879;
	width: 95%;
	background-color: white;
	margin-top: 5px;
}

.login_options textarea {
	border: none;
	padding: 5px;
	color: #787879;
	width: 95%;
	background-color: white;
	margin-top: 5px;
}

.login_options h3 {
	color: #555A60;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}

.login_popup h4 {
	font-size: 22px;
	font-weight: bold;
	color: #E46423;
	margin: 0;
	display: inline-block;
}

.login_popup h5 {
	font-size: 14px;
	color: #393938;
	margin: 0;
	display: block;
}

.login_popup > div > div > div > h6,
.login_popup > div > div > div > h6 > a:link,
.login_popup > div > div > div > h6 > a:visited {
	font-size: 10px;
	color: black;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.login_popup_right {
	border-right: 1px solid white;
}

.login_popup_pad {
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
}

.login_or {
	position: relative;
}

.login_close {
	float: left;
	margin: 2px;
}

#logged-in-static {
	position: relative;
	cursor: pointer;
}

#logged-in-dynamic {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 10000;
}

	#logged-in-dynamic > ul {
		list-style-type: none;
	}

        #logged-in-dynamic > ul > li {
            padding: 10px;
            border: 1px solid black;
            background-color: #e6e6e6;
            color: black;
            font-size: 14px;
            width: 150px;
        }

			#logged-in-dynamic > ul > li:hover {
				background-color: #F0F0F0;
			}

.fb-container {
	position: relative;
	width: 95%;
	height: 50px;
}

.fb_btn {
	position: absolute;
	top: 0;
	right: 0px;
	left: 55px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #3C5194;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 16px;
	height: 48px;
	border: none;
}

.or_container {
	width: 100%;
	height: 17px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url('/Selfie/Images/or_bg.png');
	background-repeat: repeat-x;
}

	.or_container span {
		padding-right: 5px;
		padding-left: 5px;
		background-color: #E6E6E8;
	}

.btn-signup-mail {
	background-color: #555A5E;
	color: white;
	width: 95%;
	height: 48px;
	border: none;
}

/**** Login ****/
/**** Main menu ****/
.best-trips-container {
    background-color: #e6e6e7;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-6.col-xs-12.def-trip-with-image h3 a {
    color: #555a5f;
}

.col-sm-6.col-xs-12.def-trip-with-image h4 {
    color: #555a5f;
    font-weight: bold;
    font-size: 22px;
}

p.tripdesctiption {
    color: #555a5f;
    font-size: 14px;
}

.best-trips-container {
    max-width: 1050px;
    margin: 0 auto;
}

.def_best_trips_video_repeater_item {
	position: relative;
	width: 100%;
	height: 200px;
}

.video-container {
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 5px;
	left: 5px;
	overflow: hidden;
}

.def-trip-with-image {
	padding: 15px 15px 30px 15px;
}

.def-trip-with-image {
	padding: 15px 15px 15px 15px;
}

.def-trip-image {
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 277px;
}

.def-trip-image-small {
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
}

.best-trips-container_h2 {
    color: #e36422;
    font-size: 25px;
    font-weight: bold;
    /* margin-top: 80px; */
    max-width: 1050px;
    margin: 20px auto 15px;
}

.def_trip_video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.best-trips-with-video-container {
	position: relative;
	cursor: pointer;
}

.best-trips-play-button {
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 62px;
	height: 60px;
	background-image: url('/Selfie/Images/PlayButton.png');
	opacity: 0.7;
	z-index: 1000;
}

	.best-trips-play-button:hover {
		opacity: 0.9;
	}

/*** eof DEFAULT ****/
/****** TRIP *****/

.trip_details_div {
	max-height: 60px;
	overflow: hidden;
}

.trip_title_bg {
    background-image: url('/Selfie/Images/trip_title_bg_pic.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    background-size: cover;
}

.trip_title_opacity {
    background-color: rgba(55,55,55,0.85);
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    right: 0;
    color: white;
    padding-bottom: 50px;
}

	.trip_title_opacity input[type=text] {
		color: black;
	}

    .trip_title_opacity > div > div > div > label {
        margin-left: 5px;
        font-weight: normal;
    }

    .trip_title_opacity > div > div > div > input[type=checkbox] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        padding: 10px;
        margin-left: 10px;
    }

    .trip_title_opacity > div > div > div > input[type="checkbox"] + label {
        position: relative;
        top: -2px;
    }

    .trip_title_opacity > div > div > div > .booking_img {
        margin-left: 15px;
    }

    .trip_title_opacity > div > div > div > .booking_text {
        display: inline-block;
        position: relative;
        top: 10px;
    }
	/*.trip_title_opacity > div > div > input[type="checkbox"]:checked + label {
    color:red;
}*/

    .trip_title_opacity > div > div > div > h1 {
        font-size: 30px;
        margin-top: 10px;
        color: white;
    }

div#showTotals h1 span {
	font-size: 20px;
}

		.trip_title_opacity > div > div > h1 > span,
		.trip_title_opacity > div > div > h3 {
			font-size: 14px;
			color: #e6e6e6;
		}

.trip_title_opacity > div > div > h2 {
	font-size: 16px;
	margin-top: 6px;
	color: #F7BEA0;
	margin-bottom: -17px;
}


	.trip_title_opacity > div > div > h6,
	.trip_title_opacity > div > div > h6 > a:link,
	.trip_title_opacity > div > div > h6 > a:visited {
		font-size: 14px;
		margin-top: 6px;
		color: #C6C6C6;
	}


	.trip_title_opacity > span {
		font-size: 14px;
		color: white;
		margin-top: 6px;
	}

.trip_days_circles_row {
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	height: 35px;
}

.trip_social_networks {
	padding-top: 0px;
	color: #FDD513;
	margin-top: -5px;
}

	.trip_social_networks a:link,
	.trip_social_networks a:visited {
		color: #FDD513;
	}

	.trip_social_networks a:hover {
		color: #CDC503;
		font-weight: normal;
	}

.check_out_btn {
	width: 100%;
	color: white;
	background-color: #E46423;
	height: 40px;
	border: none;
}

.day_circle,
.day_circle_active {
	display: inline-block;
	color: #555A60;
	cursor: pointer;
}

	.day_circle > span {
		background-color: white;
		border: 1px solid #e6e6e6;
		border-radius: 50%;
		display: inline-block;
		font-size: 16px;
		height: 35px;
		padding-top: 5px;
		text-align: center;
		width: 35px;
	}

	.day_circle_active > span,
	.day_circle:hover > span {
		background-color: #fdd513;
		border: 1px solid #e6e6e6;
		border-radius: 50%;
		display: inline-block;
		font-size: 16px;
		height: 35px;
		padding-top: 5px;
		text-align: center;
		width: 35px;
	}

.trip_add_day_div {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-left: 0px;
	padding: 5px;
}

	.trip_add_day_div > span {
		color: #E46423;
		font-size: 12px;
	}

.trip_add_day_div_hover {
	display: none;
	border: 1px solid #e6e6e6;
	position: absolute;
	right: 0;
	color: #555A60;
	background-color: rgba(255,255,255,0.9);
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

	.trip_add_day_div_hover span {
		display: block;
	}

		.trip_add_day_div_hover span:hover {
			color: #E46423;
		}

.trip_small_dot {
	height: 6px;
	width: 6px;
	display: inline-block;
	margin: 3px;
	background-color: #E46423;
	border-radius: 50%;
}

.trip_add_day_div:hover .trip_add_day_div_hover {
	display: block;
}

.map_summary_notes_container {
	padding-top: 30px;
	border-bottom: 1px solid white;
}

.trip_day_details_container {
	padding-top: 25px;
	padding-left: 25px;
}

.trip_day_details_container_l2 {
	border-left: 1px solid #e6e6e6;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

.trip_day_details_row {
	min-height: 120px;
	margin-bottom: 50px;
	width: 96.5%;
	position: relative;
	left: 3%;
}

.trip_day_button_row {
    min-height: 70px;
    width: 100%;
    position: relative;
    left: 6%;
}

span.newheader {
	position: relative;
	left: 2%;
}

.trip_day_details_container_l2_img {
	-webkit-transform: translate(-50px, 20px);
	-moz-transform: translate(-50px, 20px);
	-ms-transform: translate(-50px, 20px);
	transform: translate(-50px, 20px);
}

.trip_day_details_container_l2_big_img {
	-webkit-transform: translate(-75px, 5px);
	-moz-transform: translate(-75px, 5px);
	-ms-transform: translate(-75px, 5px);
	transform: translate(-75px, 5px);
}

.trip_day_details_container_l2_very_big_img {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}

.car_details_container_l2_very_big_img {
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	-ms-transform: translateX(-60px);
	transform: translateX(-60px);
}

.trip_day_details_container_l2_img > span,
.trip_day_details_container_l2_img > div {
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	height: 56px;
	width: 56px;
	padding: 7px;
	font-weight: bold;
}

.trip_day_details_container_l2_img > div.imgdiv, .trip_day_details_container_l2_big_img > div.imgdiv {
	border-radius: 0%;
	text-align: center;
	display: inline-block;
	height: 178px;
	width: 293px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 7px;
	font-weight: bold;
	transform: translateX(10px);
}

.trip_day_details_container .trip_day_details_container_l2_img > div.imgdiv, .trip_day_details_container .trip_day_details_container_l2_big_img > div.imgdiv {
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 7px;
	font-weight: bold;
	transform: translateX(0px);
}



.trip_day_details_container_l2_very_big_img > div.imgdiv {
	/*border-radius: 50%;*/
	text-align: center;
	display: inline-block;
	height: 120px;
	max-width: 230px;
	width: 100%;
	background-size: contain;
    background-repeat: no-repeat;
}

.trip_day_details_container_l2_img > span {
	background-color: #e6e6e6;
	padding: 10px;
}

.trip_day_details_container_l2_img > div {
	background-color: #FDD513;
}

.trip_day_details_container_l2 > div > div > h1 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 5px 0;
}

.trip_day_details_container_l2 > div > div > h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 5px 0;
}

.trip_day_details_container_l2 > div > div > h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 5px 0 5px 0;
	background-color: #FDD513;
	display: inline-block;
}

.trip_day_details_container_l2 > div > div > h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #E46423;
	cursor: pointer;
}
    .trip_day_details_container_l2 > div > div > h5 a {
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin: 5px 0 5px 0;
        color: #E46423 !important;
        cursor: pointer;
    }


#trip_map, #trip_summary, #trip_notes {
	width: 100%;
}

#trip_summary, #trip_notes {
	display: none;
}

#trip_notes {
	text-align: left;
}

	#trip_notes h2 {
		color: #E46423;
		font-weight: bold;
		font-size: 18px;
	}

#trip_map {
	height: 500px;
	width: 100%;
	margin-bottom: 0;
}
#trip_big_map {
	height: 450px;
	width: 950px;
	margin-bottom: 40px;
}
#trip_day_map {
	height: 450px;
	width: 950px;
	margin-bottom: 40px;
}


.trip_map_summary_notes {
	background-color: #e6e6e6;
	width: 33%;
	line-height: 32px;
	height: 32px;
	color: #49484D;
	border: 1px solid transparent;
	display: inline-block;
	float: left;
	margin-right: 0.3%;
	cursor: pointer;
}

.trip_map_summary_notes_active, .trip_map_summary_notes:hover {
	background-color: #FDD513;
	height: 32px;
	line-height: 32px;
	color: #49484D;
	width: 33%;
	border: 1px solid transparent;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-right: 0.3%;
}

.trip_advisor {
	position: fixed;
	top: 40%;
	right: 0;
	-webkit-box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	width: 95px;
	height: 187px;
	background-image: url('/Selfie/Images/Advisor.png');
	background-size: 100% 100%;
	cursor: pointer;
}

.guide.sidefloat {
    height: 132px;
    background-color: rgb(228,100,35);
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    padding: 9px 10px;
    text-align: center;
    transition: 0.5s all;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.guide.sidefloat:hover {
    background-color: white;
    color: rgb(228,100,35);
}

.sidefloat {
    position: fixed;
    top: 40%;
    right: 0;
    box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
    width: 155px;
    background-size: 100% 100%;
}

a.sidefloat:focus,
a.sidefloat:hover {
    text-decoration: none;
}

i.fa.fa-youtube-play {
    font-size: 60px;
}

.guide.sidefloat span {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    white-space: nowrap;
}

.hotels_filters {
	background-color: rgb(255, 255, 255);
	position: static;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	border-bottom: 1px solid #727272;
	color: #000;
}

#popup_div,
#popup_divAvis {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 5000;
    display: none;
}

#popup_divAvis .cars,
#popup_message_container {
    background-color: #F0F0F0;
    position: absolute;
    padding: 5px 20px 30px 20px;
    top: 54%;
    left: 50%;
    z-index: 999999999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup_message_title {
	padding: 15px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.popup_message_details {
	padding: 20px;
}

.popup_close_btn {
	cursor: pointer;
	float: right;
}

.popup_attraction_imgdiv > img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

#add_activity_details img {
	height: 150px;
	display: block;
	margin: 10px;
}

.popup_attraction_parentimgdiv {
	max-width: 100%;
	height: 370px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	width: 700px;
}

.popup_attraction_imgdiv {
    cursor: pointer;
    max-width: 100%;
    width: 20%;
    padding: 5px 2%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    white-space: pre-wrap;
    height: 100px;
    border-bottom: 1px solid #c1c1c1;
}

.details {
    width: 80%;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 8px;
    height: 100px;
}

.def_tb_radsearch {
    width: 10%;
    height: 50px;
}

input#attraction_text_box {
    height: 50px;
}

.details span {
    font-weight: bold; margin-right: 3px;
}

#popup_message_container .selected {
	background-color: #e6e6e6;
}


.popup_save_button {
    background-color: #E46423;
    padding: 0;
    border: none;
    color: white;
    margin: 0 5px;
    font-size: 18px;
    height: 50px;
    position: relative;
    width: 83px;
    top: 0px;
    border-radius: 10px;
}

.popup_cancel_button {
    background-color: #555A60;
    color: white;
    padding: 10px 30px 10px 30px;
    border: none;
    margin: 0;
    font-size: 18px;
    height: 50px;
    position: relative;
    top: 1px;
    border-radius: 10px;
}

span.unittodisplay {
    margin-right: 12px;
    border-right: 1px solid #cbcbcb;
    height: 50px;
    display: inline-block;
    width: 40px;
    position: relative;
    top: 0px;
}

.popup_cancel_image {
    position: relative;
    /*top: -60px;
	left: -60px;*/
    top: 3px;
    left: -17px;
    cursor: pointer;
}

#trip_summary {
    background-color: #e6e6e6;
    padding: 40px;
    box-sizing: border-box;
    border-top: 32px solid white;
}

#trip_notes {
    background-color: #e6e6e6;
    padding: 40px;
    box-sizing: border-box;
}

.trip_summary_l2 {
    border-left: 1px solid rgba(0, 0, 0, 0.48);
    border-bottom: none;
    border-top: none;
    border-right: none;
    position: relative;
}

.trip_summary_small_circle {
	transform: translate(-20px, 0px);
	border-radius: 50%;
	border: 1px solid #555A60;
	background-color: white;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 40px;
	padding-top: 5px;
	font-size: 18px;
	color: #555A60;
}

div#PannelFieldsList {
    position: static;
    right: 0px;
    top: 0;
    padding-left: 0;
    width: auto;
    background: rgb(209, 209, 209);
    height: 56px !important;
    z-index: 50;
    line-height: 56px;
}

select#Units_CheckBoxListFields {
    border: 0;
    height: 50px; /*#14344 value 56 David@mly */
    background: #d1d1d1;
    outline: none;
    color: #555a5f;
}
/*#14344 add David@mly */
@-moz-document url-prefix() {
    select#Units_CheckBoxListFields {
        -moz-appearance:none; /*#14344 add David@mly */
        background-position: 92% 57%;
        padding-right: 25px;
        background-image: url(../images/dropdownImage.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }
}

.popup_attraction_imgdiv span {
	min-height: 80px;
}

div#PannelFieldsList label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	margin-right: 6px;
	font-size: 12px;
	position: relative;
	top: -0px;
	margin-left: 6px;
}

.trip_summary_big_circle {
	-webkit-transform: translate(-25px, 0px);
	-moz-transform: translate(-25px, 0px);
	-ms-transform: translate(-25px, 0px);
	transform: translate(-20px, 0px);
	border-radius: 50%;
	border: 1px solid #555a60;
	background-color: #ffffff;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 40px;
	padding-top: 9px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #555A60;
}

.trip_summary_circle_active {
	background-color: #FDD513;
}

.trip_summary_row {
	min-height: 50px;
}

.notes_tb {
    height: 150px;
    width: 100%;
    border: none;
    background-color: white;
    min-width: 360px;
    max-width: 500px;
}

.ck-editor__editable {
    min-height: 300px;
}

#trip_notes_status_span {
	color: #a8a8a8;
	font-size: 14px;
	float: left;
}

.row trip_day_details_row img {
	display: inline-block;
}

/****** eof TRIP *****/

/******* Checkout  *******/
.checkout_top_row {
	background-color: #E6E6E6;
	padding-top: 15px;
}

	.checkout_top_row > .active {
		border-bottom: 3px solid #E76422;
		padding-bottom: 10px;
	}

	.checkout_top_row > .inactive {
		cursor: pointer;
		padding-bottom: 10px;
	}

.checkout_title_bg {
	background-image: url('/Selfie/Images/trip_title_bg_pic.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 70vh;
	position: relative;
}

.checkout_subtitle_row {
	padding: 30px 0 30px;
	color: #222222;
	font-size: 30px;
}

.checkout_details_area {
	background-color: #e6e6e6;
	padding: 50px 80px;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}

.checkout_details_rectangle_active,
.checkout_details_rectangle:hover {
	border: 2px solid #E76422;
	text-align: center;
    transition: 0.5s all;
}



.checkout_details_rectangle:hover {
	-webkit-box-shadow: -1px 0px 8px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 0px 8px 1px rgba(0,0,0,0.3);
	box-shadow: -1px 0px 8px 1px rgba(0,0,0,0.3);
}

.checkout_details_rectangle {
    border: 2px solid #A0A0A0;
    text-align: center;
    min-height: 322px;
    cursor: pointer;
    transition: 0.5s all;
}

	.checkout_details_rectangle_active > h2,
	.checkout_details_rectangle > h2 {
		font-size: 30px;
	}

.checkout_details_rectangle_active > h3 {
	font-size: 18px;
	color: #E46423; /** dont copy this orange color! the correct one is E76422 */
}

.checkout_next_step_btn {
	display: none;
	background-color: #E76422;
	height: 35px;
	padding: 5px 15px 5px 15px;
	margin-bottom: 30px;
	border: none;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

.checkout_extra_pad {
	padding: 30px;
}

.checkour_review_refundable {
	color: black;
}

.checkour_review_non_refundable {
	color: #E16421;
}

.checkour_review_non_refundable_btn {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #E16421;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.checkour_review_advisor3 {
	-webkit-box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
	cursor: pointer;
}

.checkour_review_del_btn {
	position: absolute;
	left: -36px;
}

.checkout_detail_row_cell {
	background-color: white;
	padding: 10px;
	border-width: 1px 1px 1px 1px;
	border-color: #e6e6e6;
	border-style: solid;
}
/******* eof Checkout  *******/
/**** Footer ******/
.footer {
    background-color: #e46423;
    color: white;
    padding: 20px 0 40px 0;
}

	.footer > div > div > div > a:link,
	.footer > div > div > div > a:visited {
		color: white;
		font-size: 14px;
	}

	.footer > div > div > div > h2 > a:link,
	.footer > div > div > div > h2 > a:visited {
		color: white;
		font-size: 16px;
	}

/*|EOF| Footer |EOF|*/

/***** Trip search results ****/

.search_trip_title_bg {
    background-image: url(/Selfie/Images/trip_title_bg_pic.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 220px;
    position: relative;
}

.trip_suggestion_subtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #555A60;
	font-weight: bold;
}

	.trip_suggestion_subtitle img {
		display: inline-block;
	}

	.trip_suggestion_subtitle span {
		color: #E76422;
	}

.trip_suggestion_subtitle h3 {
    font-size: 14px;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: black;
}

    .trip_suggestion_subtitle h3 {
        font-size: 14px;
        display: inline-block;
        padding: 0;
        margin: 0;
        color: black;
    }

        .trip_suggestion_subtitle h3 a {
            color: #e46423;
            font-weight: bold;
            text-decoration: underline;
        }

.trip_map {
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
}

.trip_repeater_item h1 {
	font-size: 28px;
}

	.trip_repeater_item h1 span {
		font-size: 18px;
	}

.trip_repeater_item h2 {
	font-size: 20px;
	font-weight: bold;
}

.trip_repeater_item h3 {
	font-size: 20px;
}

.trip_repeater_item h4 {
	font-size: 14px;
	color: #E76422;
	font-weight: bold;
}

	.trip_repeater_item h4 a:link, .trip_repeater_item h4 a:visited {
		font-weight: normal;
		color: #E76422;
	}

	.trip_repeater_item h4 a:hover {
		text-decoration: underline;
	}

.trip_repeater_item input[type=submit] {
	background-color: #E76422;
	height: 35px;
	padding: 5px 40px 5px 40px;
	border: none;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

.behind_circles {
	height: 11px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	width: 100%;
	z-index: -1;
}

.day_circle_big {
	display: inline-block;
	color: #555A60;
	cursor: pointer;
}

	.day_circle_big > span {
		border-radius: 50%;
		background-color: white;
		border: 1px solid #e6e6e6;
		display: inline-block;
		font-size: 14px;
		height: 26px;
		width: 26px;
		text-align: center;
		padding-top: 2px;
	}

	.day_circle_big_active > span,
	.day_circle_big:hover > span {
		border-radius: 50%;
		background-color: #FDD513;
		border: 1px solid #e6e6e6;
		display: inline-block;
		font-size: 14px;
		height: 26px;
		width: 26px;
		text-align: center;
		padding-top: 2px;
	}

.rel {
	position: relative;
}

.search_trips_circles_row {
	background-image: url('/Selfie/Images/circls_bg.png');
	background-repeat: repeat-x;
	background-position-y: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.cannot_find_trip {
	background-color: #F5F5F5;
	border: 1px solid #cccccc;
	padding: 30px;
	width: 100%;
	font-size: 25px;
}

	.cannot_find_trip span {
		font-weight: bold;
	}

.simple-content {
	margin: 20px 0 40px;
}

/*|EOF| Trip search results |EOF|*/

/**** Trip from scratch ******/

.tfs_map_title {
	background-color: #FCD70D;
	padding: 15px 40px 15px 40px;
	font-size: 16px;
	display: inline-block;
	margin-top: 60px;
}


#tfs_big_map {
	width: 100%;
	height: 642px;
	margin-bottom: 40px;
}

/*|EOF| Trip from scratch |EOF|*/

.popup_message_details .popup_attraction_imgdiv {
	max-width: initial;
}

#big_map span, #daily span,
#show_notes_public span, #show_notes_private span {
    font-size: 14px;
    font-weight: bold;
}

#show_notes_public, #show_notes_private {
    
}

h5.removeloc {
	position: relative;
	top: -30px;
}

.printme {
    width: 100px;
    height: 40px;
    background: #e46423;
    text-align: center;
    font-size: 20px;
    color: white;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
}

.printablesummary {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    margin: 35px auto 0;
    width: 100%;
}

.printme:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 0;
}


.printme:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 0;
}



span.ttooltip {
    position: absolute;
    left: 0px;
    background: rgba(101, 101, 101, 0.82);
    top: 16px;
    text-align: center;
    color: white;
    padding: 5px;
    border-radius: 6px;
    opacity: 0;
    transition: 0.3s all;
    z-index: -1;
}

label.selectedunit {
    background: #ffb58f;
    padding: 5px;
}

div#PannelFieldsList label {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -0px;
    margin-left: 6px;
    margin: 0;
    line-height: 45px;
    padding: 0 16px;
}

.sleepbuttonswrap {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    left: 0px;
}

div.sleepbutton {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 5px;
    background: #db5824;
    color: white;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    padding: 19px 0;
    border-radius: 50px;
    line-height: 13px;
}

.proflinks:hover .ttooltip {
    opacity: 1;
    transition: 0.3s all;
    z-index: 999;
}


.menuItem, div#LoggedInPanel {
    display: inline-block;
    font-weight: 500;
    font-size: 16px !important;
    margin-right: 0;
    position: relative;
    height: 56px;
    line-height: 56px;
    padding: 0;
}

    .menuItem a, div#LoggedInPanel a {
        font-size: 14px !important;
        color: black !important;
        padding: 0 25px;
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #d1d1d1;
        transition: 0.5s all;
    }

        div#LoggedInPanel a:hover {
            font-size: 14px !important;
            color: #e46423 !important;
            padding: 0 25px;
            display: inline-block;
            width: 100%;
            height: 100%;
            background: #a7a7a7;
            transition: 0.5s all;
        }

@media print {
	.printme {
		display: none;
	}

    .row.toprow, .row.footer, div#menu_row {
        display: none;
    }


	/*.row {*/
		/*display: none;*/
	/*}*/

	#popup_message_container {
		display: block !important;
	}
}

.col-md-5.col-sm-5.col-xs-8.trip_repeater_item {
	font-size: 15px;
}


span.phonenubmer a {
    font-size: 14px;
    color: #555a5f;
    font-weight: bold;
    margin-right: 30px;
}

#plansButton a {
    padding-right: 15px;
    font-size: 14px;
    color: #555a5f;
    background: #d1d1d1;
    width: 100%;
    height: 56px;
    display: inline-block;
    transition: 0.5s all;
}



.daybutton {
	background: #e46423;
	width: 220px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: white;
	cursor: pointer;
}


.daysbutton {
	display: flex;
	width: 100%;
	justify-content: center;
}

.daybutton.nextbutton {
	border-bottom-right-radius: 1170px;
}

.daybutton.prevbutton {
	border-bottom-left-radius: 1170px;
}

.daybutton.nextbutton.nextEnd {
	background: #dddddd;
	cursor: default;
	border-top-right-radius: 0;
	border-bottom-right-radius: 1170px;
	color: #333333;
}

.daybutton.prevbutton.prevEnd {
	background: #dddddd;
	cursor: default;
	border-top-left-radius: 0;
	border-bottom-left-radius: 1170px;
	color: #333333;
}

#star1, #star2, #star3, #star4, #star5 {
	font-size: 20px;
	color: #727272;
	position: relative;
	top: 3px;
	margin-left: 3px;
}

/*#star1:hover {*/
	/*color: #ffbe00;*/
/*}*/

/*#star2:hover ~ #star1{*/
	/*color: #ffbe00;*/
/*}*/

.stars {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-right: 5%;
}

.stars i:hover {
	color: #ffbe00 !important;
}

.stars i:hover ~ i {
	color: #ffbe00 !important;
}

.stars .clicked ~ i {
	color: #ffbe00 !important;
}

.stars .clicked{
	color: #ffbe00 !important;
}

select#ContentPlaceHolder1_StarRateDDL {
	display: none;
}

.innercheckbox {
	display: inline-block;
	border: 1px solid #a7a7a7;
	padding: 2px 8px;
	margin: 5px;
	font-size: 13px;
	color: #575757;
	font-weight: normal;
	cursor: pointer;
}

.innercheckbox.paintme {
	display: inline-block;
	border: 1px solid #df8a5e;
	padding: 2px 8px;
	margin: 5px;
	font-size: 13px;
	color: white;
	font-weight: normal;
	background: #df8a5e;
	cursor: pointer;
}

div#ContentPlaceHolder1_PannelFieldsList {
	display: none !important;
}

.checkboxfilters {
	border: 1px solid #a7a7a7;
	padding: 7px 12px;
	display: none;
	position: relative;
	top: -41px;
	opacity: 0;
	transition: all 1s;
}

.checkboxfilters.shown {
	opacity: 1;
	transition: all 1s;
}


p.amenities {
	display: inline-block;
	float: right;
	border-bottom: 1px solid #a7a7a7;
	padding: 21px 12px;
	position: relative;
	top: -20px;
	margin: 0 !important;
}

.filters {
	height: 22px;
	position: relative;
	top: -40px;
	padding-top: 21px;
	padding-bottom: 42px;
	border-bottom: 1px solid #a7a7a7;
}

div#slider {
	display: inline-block;
	width: 13%;
	margin: 0 15px;
	height: 1px;
	margin-left: 25px;
	border: 0;
	background: #a7a7a7;
	float: right;
	margin-right: 70px;
	position: relative;
	top: 12px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
	background: #e36422;
	height: 2px;
}

#slider .ui-state-default,#slider .ui-widget-content .ui-state-default,#slider .ui-widget-header .ui-state-default {
	border: 1px solid #e76422;
	border-radius: 50px;
	background: #e76422;
	font-weight: normal;
	color: #555555;
	top: -8px;
}

#slider .ui-state-default,#slider .ui-widget-content .ui-state-default,#slider .ui-widget-header .ui-state-default {
	border: 1px solid #e76422;
	border-radius: 50px;
	background: #e76422;
	font-weight: normal;
	color: #555555;
	outline: 0;
	cursor: pointer;
}

div#slider:before {
	content: "- |";
	position: absolute;
	padding: 0;
	top: -11px;
	color: #a7a7a7;
	left: -16px;
}
div#ui-datepicker-div {
	z-index: 9 !important;
}

div#slider:after {
	content: "| +";
	position: absolute;
	padding: 0;
	top: -11px;
	color: #a7a7a7;
	right: -22px;
}

input#amount {
	width: 64px;
	position: relative;
	top: -30px;
	left: -7px;
	font-size: 12px;
	border: 0;
	background: transparent;
}

input#amountmin {
	width: 64px;
	position: relative;
	top: -25px;
	left: -7px;
	font-size: 12px;
	border: 0;
	background: transparent;
}

input#amountmax {
	position: relative;
	top: -25px;
	left: -7px;
	font-size: 12px;
	border: 0;
	background: transparent;
}

input.location {
	margin-right: 20px;
	margin-left: 8px;
	border: 1px solid #bfbfbf;
	background-image: url(http://test.motorhome.co.il.web101.virtualbox.co.il/Selfie/Images/locationinput.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	height: 30px;
}

input.location::-webkit-input-placeholder {
	padding-left: 5px;
	font-size: 14px;
	color: #8d8d8d;
}

input.location:not(:placeholder-shown) {
	background: white;
}

span.pricetext {
	float: right;
}

.starstext {
	color: black;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10%;
}

.amenities img {
	margin-left: 6px;
}

p.amenities.filtersbutton.shown {
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}

/*********ADDED BY OMRI@MLY************/

h2.hotelname {
	font-weight: bold;
	font-size: 22px;
	color: #555a5f;
	margin-top: 0;
}

h2.hoteladdress {
	font-size: 18px;
	color: #555a5f;
	margin-top: 10px;
}

.col-xs-4.bookarea {
	float: right;
	height: 178px;
	top: 0px;
	width: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h5.hotelprice {
	text-align: center;
	margin-right: 0px;
	font-size: 32px;
	color: #555a5f;
	margin-bottom: 4px;
	position: relative;
	top: 25px;
}

h5.hotelcurrency {
	text-align: center;
	font-size: 18px;
	color: #555a5f;
	position: relative;
	top: 5px;
}

span.hotelcurrency {
	font-size: 18px;
}

h6.hotelamenities {
	font-size: 14.5px;
	color: #555a5f;
	width: 150px;
	position: relative;
	bottom: -32px;
}

.col-xs-8.maindata {
	height: 178px;
	position: relative;
	top: 4px;
	width: 720px;
	align-items: center;
	margin-bottom: 80px;
}

.col-xs-4.bookarea {
	float: right;
	height: 178px;
	top: 0px;
	width: 290px;
	align-items: center;
	justify-content: space-between;
}

h2.searchresults {
	font-size: 18px;
	font-weight: bold;
	color: #555a5f;
}

h2.searchresults span {
	font-size: 18px;
	font-weight: bold;
	color: #e36422;
}

.sortby {
	display: none;
}

div#def_hotels_search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	padding-bottom: 45px;
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 60%;
	left: 0;
	opacity: 0.7;
}

a.ui-spinner-button.ui-spinner-down.ui-corner-br {
	top: 20px;
}

label.checkboxbutton {
	margin-left: 20px;
	margin-right: 5px;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
	color: #727272;
}

label.checkboxbutton::before {
	width: 15px;
	height: 15px;
	background-image: url('../Images/checknotselected.png');
	display: inline-block;
	content: '';
	position: relative;
	top: 2px;
	left: -2px;
}

label.checkboxbutton.selected::before {
	width: 15px;
	height: 15px;
	background-image: url('../Images/checkselected.png');
	display: inline-block;
	content: '';
	position: relative;
	top: 2px;
	left: -2px;
}

.boardbasefilters {
	display: none;
	justify-content: center;
	align-items: center;
	margin-right: 0 !important;
	width: 100%;
	position: relative;
	top: -41px;
	height: 50px;
	border: 1px solid #a7a7a7;
	cursor: pointer;
}

.flexme {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

p.amenities.boardbasebutton.shown {
	border-right: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
}

.flexme input {
	display: none;
}

.customwidth {
	width: 14%;
}

input#locationName_text_box {
	width: 100%;
	border: 1px solid #858585;
	height: 40px;
}

input.popup_save_button.okbutton {
	width: 160px;
}

.subButton {
	display: inline-flex;
	width: 80px;
	height: 80px;
	background: #e46423;
	margin-top:30px;
	padding-top: 12px;
	margin-right: 5%;
	margin-left: 5%;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
	color: white;
	font-size: 13px;
	position: relative;
	top: -20px;
}

.miles-sum {
	border-radius: 15px;
	padding: 5px;
}


.miles-sum h1, .miles-sum h2, .miles-sum h6 {
	color: #3b6ea7;
}

.miles-sum h1 {
	border-bottom: 1px solid white;
	width: 100%;
	display: none;
	margin: 0 auto;
}

.miles-sum h2 {
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 25px;
}

.miles-sum h6 {
	margin: 0;
}

.miles-sum h5 {
	background: #e46423;
	width: 80px;
	margin: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

h5.moveuparrow {
	position: absolute;
	top: 25px;
	left: -45px;
}

h5.movedownarrow {
	position: absolute;
	top: 45px;
	left: -45px;
}

.Xclose {
	position: relative;
	top: -5px;
	left: -15px;
	font-size: 30px;
	cursor: pointer;
}

.col-md-offset-1.col-md-10.col-sm-offset-1.col-sm-10.col-xs-12.text-center label{
	color: #fff;
}



/*********ADDED BY OMRI@MLY************/
/*********ADDED BY OMRI@MLY 30/03/2017************/
input#ContentPlaceHolder1_BckButton {
	background: transparent;
	border: 0;
	font-weight: bold;
	color: #555a5f;
	font-size: 18px;
	margin-top: 40px;
}
.hotelpage_hotelname {
	font-size: 28px;
	color: #e36422;
}

.hotelpage_hotelstars {
	float: right;
	position: relative;
	top: -40px;
}

.imagesflex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotelDATA {
	display: block;
	height: 230px;
}

span.title {
	font-size: 16px;
	font-weight: bold;
	color: #555a5f;
	display: block;
	margin-bottom: 20px;
}

.checkin {
	display: inline-block;
	margin-right: 10px;
}

.checkin span {
	font-size: 15px;
}

input#txtFrom, input#txtTo {
	height: 48px;
	width: 151px;
	border: 1px solid #c4c4c4;
	padding-left: 20px;
	background-image: url(../Images/bigcalendar.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

.reservation input[type="button"] {
	height: 48px;
	background: #d7d7d7;
	width: 100px;
	border: 0;
	font-size: 15px;
	color: #5a5a5a;
}

.reservation {
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	padding: 40px 0;
}

.roomname {
	width: 40%;
	display: inline-block;
	float: left;
}

.roomprice {
	width: 40%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 5%;
}

.roombook {
	width: 20%;
	display: inline-block;
	float: right;
}

.roomname span {
	font-size: 15px;
	color: #5a5a5a;
}

span.roompricing {
	font-size: 35px;
	margin: 0 15px;
	color: #8e9194;
}

span.prec, .curen {
	font-size: 18px;
	color: #8e9194;
}

.roombook input {
	width: 182px;
	background: #e36422;
	height: 48px;
	border: 0;
	color: white;
	cursor: pointer;
}

.hotelmap {
	margin-top: 60px;
	margin-bottom: 60px;
}

.hotelmap iframe {
	border: 0;
}

div#popup_message_container.cars {
    width: auto !important;
}

.getcar {
	display: inline-block;
	width: 50%;
}

    .getcar.extrasnum.inputsWrapper {
        min-height: unset;
        margin-bottom: 20px;
    }

.getcar.select {
	display: inline-block;
	width: 33%;
}

.getcar input {
	width: 90%;
	height: 50px;
	border: 0;
}

.getcar input {
	width: 90%;
	height: 50px;
	border: 0;
	padding-left: 15px;
}

.getcar .def_tb {
	height: 50px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0 0 0;
	border: 0;
}

.getcar.select select {
	width: 90%;
}

.getcar.extrasnum {
	width: 33%;
	min-height: 200px;
	vertical-align: top;
}

    .getcar.extrascheck {
        width: 24.5%;
        min-height: 200px;
        vertical-align: top;
    }

    .getcar.extrasnum.inputsWrapper input, .getcar.extrasnum.inputsWrapper select {
        width: 90% !important;
    }

    .getcar input, .getcar select {
        border-radius: 10px;
    }

.getcar p {
    font-size: 10px;
    padding-top: 4px;
    width: 100%;
}

.switch {
    display: inline-block;
    width: 140px;
    height: 38px;
    background-image: url(../Images/offswitch.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

    .switch.on {
        display: inline-block;
        width: 140px;
        height: 38px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../Images/onswitch.png');
    }



/*********ADDED BY OMRI@MLY 30/03/2017************/
/*********ADDED BY OMRI@MLY 15/10/2018************/

h1.errorPage {
    text-align: center;
    font-size: 170px;
    margin: 0px 37vw;
    width: 26vw;
    font-family: arial;
    font-weight: 900;
    filter: blur(4px);
    cursor: default;
    color: #e76422;
    line-height: 170px;
    transition: 0.5s all;
}

.formRow {
    display: flex;
    padding: 0 35px;
    justify-content: space-between;
}

div#firstRowForm {
    border-bottom: 1px solid white;
    margin-bottom: 14px;
}

.formRow input, .formRow select {
    display: block;
    width: 100% !important;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.formRow .ui-spinner > .def_tb {
    height: 50px;
    margin: 0;
    padding: 5px 5px 5px 5px;
    width: 100%;
    font-family: 'assistant';
    padding-left: 10px;
}

.formRow .ui-spinner {
    border-radius: 10px;
    border: none;
    padding: 0;
    position: relative;
    margin-top: -3px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.formInput {
    width: 100%;
    margin-right: 35px;
    margin-bottom: 25px;
}

label.carsLabel {
    display: block;
    color: white;
}


    h1.errorPage:hover {
        filter: blur(0px);
        transition: 0.5s all;
    }

table#ContentPlaceHolder1_rbSearchEnginList tr {
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 45px;
}

    table#ContentPlaceHolder1_rbSearchEnginList tr td {
        width: 100%;
        text-align: center;
        display: inline-block;
        background: white;
    }

span.companySelect {
    display: inline-block;
    background: #dddddd;
    width: 100%;
    color: black;
}

input#ContentPlaceHolder1_rbSearchEnginList_1 {
    display: none;
}

input#ContentPlaceHolder1_rbSearchEnginList_0 {
    display: none;
}

span.companySelect label {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 21px;
}

input.searchButton {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: 0.5s all;
    background: #e76422;
    color: white;
    border: 2px solid #e76422;
    margin: 0;
}

input.clearButton {
    border-radius: 0;
    background: #dddddd;
    color: black;
    transition: 0.5s all;
    border: 2px solid #dddddd;
    margin: 0 3px;
}

input.checkoutButton {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: 0.5s all;
    background: #e76422;
    color: white;
    border: 2px solid #e76422;
    margin: 0;
}

.formRow.buttonsRow {
    padding: 0 25%;
    margin-top: 30px;
}

input.searchButton:hover, input.checkoutButton:hover {
    transition: 0.5s all;
    background: #e49871;
    color: black;
    border: 2px solid #e49871;
}

input.clearButton:hover {
    transition: 0.5s all;
    background: #737373;
    color: white;
}


span.companySelect input:checked + label {
    background: #e76422 !important;
    color: white;
}

h1.errorPageMainTitle span {
    color: #555A60;
}

h1.errorPageMainTitle {
    text-align: center;
    font-size: 50px;
    color: #e76625;
    margin-top: 10vh;
}

p.errorText {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    cursor: default;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #555A60;
    text-transform: uppercase;
}

a.goHome {
    background: #e76422;
    margin: 0 auto;
    display: block;
    width: 220px;
    text-align: center;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #e76422;
    transition: 0.5s all;
}

    a.goHome:hover {
        background: white;
        color: #555A60;
        transition: 0.5s all
    }

h2.planTitle {
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 30px;
}

img#selfcoimg {
    width: 100px;
    margin-bottom: 30px;
}

.vMark {
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    line-height: 17px;
    padding-left: 5%;
}

.checkoutOption .vMark {
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    line-height: 17px;
    padding-left: 20%;
    text-align: center;
    padding-right: 60px;
}

    .vMark.tripsAmount {
        padding: 0;
    }

@media screen and (min-width: 1390px){
    .vMark {
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        line-height: 17px;
        padding-left: 20%;
    }

    .checkoutOption .vMark {
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        line-height: 17px;
        padding-left: 8%;
        padding-right: 0;
    }
}

    .vMark.tripsAmount {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

.checkout_details_area .row .col-sm-4.col-xs-12:nth-child(1) .vMark.dynamicTemplates {
    opacity: 0;
}

.checkout_details_area .row .col-sm-4.col-xs-12:nth-child(1) .vMark.shareableTrip {
    opacity: 0;
}

h3.planPrice {
    margin-bottom: 20px;
    font-weight: bold;
    color: #e76422;
    text-shadow: 1px 1px black;
    font-size: 32px;
}

h2.planTitle {
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 32px;
    text-shadow: 1px 1px #e76422;
    min-height: 90px;
}

.checkout_details_area .row .col-sm-4.col-xs-12 {
    padding: 5px;
}


/*********ADDED BY OMRI@MLY 15/10/2018************/
/*********Add by David@Mly 17/02/2020*************/
#ContentPlaceHolder1_GridView2 img {
    width: 10vw;
}
.scrollGridView {
    overflow: auto;
}
/*********Add by David@Mly 17/02/2020*************/
/*********ADDED BY TZUR@MLY 30/04/2017************/
#rptCars_carInfoDiv_3 {
    float: left;
}

div#rptCars_carInfoDiv_3 {
    background: #f2f2f2;
    width: 100%;
    max-width: 230px;
    padding: 5px;
    border-radius: 3px;
}

.border-o{
    border: 1px solid #f8b400;
    padding-bottom: 10px;
    border-radius: 6px;
}

.top-header-title {
    background: #565656;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
}

/*.def_Hotels_PlanTripBtn:after {
    content: "";
    width: 30px;
    height: 33px;
    background: url(./Images/car_icons/gear.png) no-repeat 10px -35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
*/
.def_Hotels_PlanTripBtn {
    box-shadow: 2px 2px 1px #555;
}

.trip_day_details_container_l2_very_big_img img{float: left;}

/*NEW TRIP PAGE HEADER*/

input#TripStartPoint {
	width: 100%;
	height: 50px;
}

input#TripEndPoint {
    width: 100%;
    height: 50px;
}

.start_point_div {
	width: 25%;
	display: inline-block;
}

.end_point_div {
    width: 25%;
    display: inline-block;
    margin-left: 5px;
}

.from_date_div {
	width: 15%;
	margin-left: 5px;
}

.from_date_div input#ContentPlaceHolder1_FromTB {
	margin: 0;
	width: 100%;
}

.to_date_div {
	width: 20%;
	display: inline;
	margin-left: 5px;
}

.to_date_div input#ContentPlaceHolder1_TillTB {
	margin: 0;
	width: 100%;
}

h5#open_edit_trip_desc {
	margin: 0;
}

.add_day_div {
	width: 15%;
	display: inline-block;
	margin-left: 5px;
}

    .add_day_div input#ContentPlaceHolder1_AddDayBtn {
        background: #e46423;
        border: 0;
        height: 50px;
        width: 100%;
        margin: 0 !important;
        margin-top: 20px !important;
        padding: 0;
        color: white;
    }

.change_div {
	width: 10%;
	display: inline-block;
	margin-left: 5px;
}


    .change_div input#ContentPlaceHolder1_ChangeTripBtn {
        background: #e46423;
        border: 0;
        height: 50px;
        width: 100%;
        margin: 0 !important;
        margin-top: 20px !important;
        padding: 0;
        color: white;
    }


.col-md-offset-2.col-sm-offset-1.col-md-5.col-sm-6.col-xs-12.tripcheckboxes {
	position: relative;
	top: -20px;
}


label.orangebg {
	background: #e76422;
	width: 115px;
	height: 27px;
	padding-top: 4px;
	color: white;
	padding-left: 20px;
	position: relative;
	left: -0px;
}

input#Units_CheckBoxListFields_0 {
	position: relative;
	top: 3px;
	z-index: 999;
}

input#Units_CheckBoxListFields_1 {
	position: relative;
	top: 3px;
	z-index: 9;
}
/*NEW TRIP PAGE HEADER*/

input#Units_CheckBoxListFields_1, input#Units_CheckBoxListFields_0 {
	display: none !important;
}

.edittripbutton {
    background: #e46423;
    border: 0;
    cursor: pointer;
    width: 10%;
    text-align: center;
    margin-top: 15px;
}

.editTrip {
    opacity: 0;
    transition: all 1s;
    height: 145px;
    overflow: hidden;
    z-index: -1;
    position: fixed;
    width: 70%;
}

    .editTrip.shown {
        position: fixed;
        width: 70%;
        background: white;
        height: 145px;
        color: black;
        z-index: 9999999;
        padding: 25px;
        top: calc(39% - 55px);
        border: 1px solid black;
        opacity: 1;
    }

.closeEditTrip {
    float: left;
    position: relative;
    top: -20px;
    left: -19px;
    font-size: 20px;
    border: 1px solid #e46425;
    width: 27px;
    text-align: center;
    border-radius: 50px;
    line-height: 24px;
    color: #e46425;
    cursor: pointer;
    font-weight: bold;
}



.contactus {
	text-align: center;
	width: 100%;
	margin-top: 110px;
	margin-bottom: 110px;
	font-size: 50px;
}

.clickhere {
	background: #e46423;
	width: 230px;
	font-weight: bold;
	color: white;
	margin: 0 auto;
	cursor: pointer;
}

.contactus a {
	color: #e46423;
}

.tolastpoint {
	width: 100%;
	position: relative;
	top: -40px;
	display: inline-block;
	margin-bottom: -90px;
	font-weight: bold;
	font-size: 20px;
}

span.subskm {
	position: absolute;
	left: -25%;
	margin-bottom: 50px;
	background: #e6e6e6;
	width: 50px;
	display: inline-block;
	height: 50px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

/* task 4063 - fix lines in home page*/
.col-sm-6.col-xs-12.def-trip-with-image {
    min-height: 530px;
    max-height: 530px;
    max-width: 47.5%;
    padding: 0;
}

.best-trips-container .row {
    padding: 25px;
}

.col-sm-6.col-xs-12.def-trip-with-image:nth-child(odd) {
margin-right: 5%;
}

.footerColumn .col-md-2.col-sm-4.col-xs-6 {
	width: 25%;
	text-align: left;
}

.footerColumn .row {
	width: 100%;
}

.footerColumn .col-md-2.col-sm-4.col-xs-6 h2 a {
	font-size: 20px;
	font-weight: bold;
}

.footerColumn .row {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0 0 black;
    text-align: center;
    margin-left: 60px;
}

.best-trips-with-video-container h3 {
    font-size: 22px;
    color: #555e5f;
}

.footerColumn {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

img.loader {
    width: 100px;
    margin: 0 auto;
    display: block;
}


/**************** MORE VIDEOS BUTTON BY OMRI@MLY***********************/

a.moreVideos {
    background: #db5824;
    border: 0;
    width: 50%;
    height: 50px;
    font-size: 23px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 6px;
}


/**************** MORE VIDEOS BUTTON BY OMRI@MLY***********************/

.trip_suggestion_subtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 30px;
}

span.amIHebrew.movemeright {
	text-align: right;
	width: 100%;
	display: inline-block;
}

.printme.recalc {
    width: 155px;
    font-size: 20px;
}

.firstButton {
	margin-left: 90px !important;
}

h5#open_edit_finish_daylocation {
	font-size: 30px;
}
input#attraction_text_box, input#radius_search {
	border: 1px solid #bbbbbb;
}

p.daydatanames:nth-child(even) {
	background: #d9d9d9;
}

p.daydatamiles:nth-child(even) {
	background: #d9d9d9;
}

p.daydatanames {
	white-space: nowrap;
}
p.daydatamiles.firstLocation {
    visibility: hidden;
}
p.daydatamiles {
    text-align: center;
}
select#ContentPlaceHolder1_TripUnits {
    background: #e46423;
    width: 136px;
    margin: 15px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    /* border-radius: 5px; */
    text-align: center;
}
}

.col-md-offset-2.col-md-8.col-sm-offset-1.col-sm-10.col-xs-12.text-center {
	margin-top: 30px;
}

.tripTopData {
    min-height: 210px;
}

.tripTopPrice {
    min-height: 210px;
}

.trip_title_opacity.Plan {
    background-color: rgba(55,55,55,0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 220px;
    right: 0;
    color: white;
    padding-bottom: 50px;
    padding-top: 15px;
}

.addMargin {
    height: 50px;
    padding: 5px 5px 5px 5px;
    margin: 0;
    border: 1px solid #bbbbbb;
    margin-top: 30px;
}

p.summeryDayTitle {
    width: 100%;
    text-align: left;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: -24px;
    font-weight: bold;
    border-bottom: 1px solid #cdced0;
}

p.summeryInfoTitle {
    width: 65%;
    display: inline-block;
    position: absolute;
    font-weight: bold;
    left: 132px;
    top: -24px;
    text-align: left;
    border-bottom: 1px solid #cdced0;
}


img[alr="loading"] {
    position: relative;
    top: 13px;
}

a#ContentPlaceHolder1_lnkSummary, a#ContentPlaceHolder1_lnkPrint {
    margin-top: 15px;
    color: #fcd50e !important;
    font-weight: normal;
    margin-bottom: 0px !important;
    display: inline-block;
}

div#ui-datepicker-div {
    z-index: 99999999999999999999 !important;
}

h4 {
    text-transform: capitalize;
}

div#LoggedInPanel a.buyMembership {
    background: #e76422;
    height: 45px;
    display: inline-block;
    top: 0;
    line-height: 45px;
    font-size: 16px !important;
    width: 86px !important;
    color: white !important;
    text-align: center;
    text-decoration: none;
    float: right;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 17px !important;
    padding: 5px 0px !important;
    box-shadow: 3px 4px 11px #000000a1;
    transition: 0.5s all;
    border: 2px solid #e76422;
}

h2.smallTitle {
    font-size: 12px !important;
}

    div#LoggedInPanel a.buyMembership:hover {
        background: rgba(255, 255, 252, 0.9);
        height: 45px;
        display: inline-block;
        top: 0;
        line-height: 45px;
        font-size: 16px !important;
        width: 86px !important;
        color: #e76422 !important;
        text-align: center;
        text-decoration: none;
        float: right;
        font-size: 14px !important;
        font-weight: bold;
        line-height: 17px !important;
        padding: 5px 0px !important;
        box-shadow: 3px 4px 11px transparent;
        transition: 0.5s all;
    }

.carButtons_Price .def_Hotels_PlanTripBtn {
    width: 300px;
    background-color: #E76422;
    height: 30px;
    margin-left: auto;
    margin: 0px 15px 0 0 !important;
    line-height: 27px;
    margin-right: auto;
    color: white;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: unset !important;
    border: 2px solid #e76422;
    transition: 0.5s all;
}

.carButtons_Price .def_Hotels_PlanTripBtn:hover {
    background-color: white;
    float: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: unset !important;
    border: 2px solid #e76422;
    transition: 0.5s all;
}

.itemText {
    white-space: nowrap;
}

.carImage {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: 3px solid #e76422;
    border-radius: 10px;
}

.row.car_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #737373;
}

span.carrate {
    font-size: 14px;
    margin-left: 25px;
    color: #333333;
    min-width: 121px;
    display: inline-block;
    cursor: pointer;
}

    span.carrate:before {
        content: '(';
    }

    span.carrate:after {
        content: ')';
    }

.buttonWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 7px;
}

p.carPriceTitle {
    font-size: 21px;
    font-weight: 900;
    color: #e76422;
    margin-bottom: 0;
    white-space: nowrap;
}

.carImageWrapper {
    width: 15%;
}

.carDetails {
    width: 70%;
    padding-left: 35px;
}

.carButtons_Price {
    width: 30%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 200px;
}

h2.carTitle {
    margin: 0;
    font-weight: bold;
}

p.carGroup {
    margin: 0;
    font-size: 21px;
}

p.similarCar {
    margin-bottom: 25px;
    color: #737373;
    font-size: 16px;
}

.itemIcon img {
    height: 100%;
}

.carDescription {
    display: flex;
    flex-wrap: wrap;
}

.avisClass {
    position: static;
    top: 185px;
    width: 100%;
    margin: 0;
}

div#ContentPlaceHolder1_ofran {
    margin: 0;
}

.carItem {
    background: #efefef;
    display: inline-flex;
    flex-direction: column;
    height: 70px;
    width: auto;
    justify-content: center;
    align-items: center;
    margin: 3px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 500;
}

.itemIcon {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
}

span.freeExplanation {
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px 0px #e46423;
}

@media screen and (min-width: 1025px) {
    .hideInDesktop {
        display: none !important;
    }

}
div#def_search .row {
    margin: 0 !important;
}


p.freeExplanation {
    margin: 0;
    font-weight: bold;
    color: #e46423;
    font-size: 17px;
}

.profileWrapper span {
    display: block;
    text-align: left;
}

.profileWrapper input {
    width: 100% !important;
    height: 50px;
    border-radius: 10px;
    border: 1px solid black;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.profileWrapper span {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}

input#ContentPlaceHolder1_UpdateButton {
    background: #e76422;
    border: 2px solid #e76422;
}

.currentPlanDesc {
    text-align: left;
    font-size: 18px;
}

.barWrapper {
    width: 300px;
    background: gray;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: black;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.fillBar {
    background: #e76422;
    height: 100%;
    position: absolute;
    left: 0;
}

.barWrapper {
    width: 300px;
    background: gray;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: black;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.barWrapper p {
    position: absolute;
    width: 100%;
}


.homePageForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .homePageForm div {
        display: inline-flex;
        flex-direction: column;
    }

        .homePageForm div input {
            width: 100%;
            float: none;
            margin-right: 25px;
            position: static;
        }

        .homePageForm div label {
            position: static;
            width: 100%;
            text-align: left;
        }

    .homePageForm div {
        display: inline-flex;
        flex-direction: column;
        margin-right: 15px;
    }

        .homePageForm div input {
            width: 100%;
            float: none;
            margin-right: 25px;
            position: static;
            border-radius: 10px;
            border: 0;
        }

        .homePageForm div .ui-spinner {
            width: 100% !important;
            border-radius: 10px;
        }

#slider_title {
    margin-top: 10px;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

img.selfcoimg {
    height: 80px;
    width: auto !important;
}

.checkoutWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout_details_rectangle {
    border: 2px solid #A0A0A0;
    text-align: center;
    min-height: 430px;
    cursor: pointer;
    display: block;
    transition: 0.5s all;
    width: 100%;
    text-decoration: none;
}

img.selfcoimg {
    height: 80px;
    width: auto !important;
    margin: 15px 0 !important;
}

.checkoutButtons .checkout_next_step_btn {
    display: inline-block;
    background-color: #E76422;
    height: 35px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 30px;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

td.checkout_detail_row_cell.deleteTrip img {
    display: none;
}

td.checkout_detail_row_cell.deleteTrip {
    background: transparent;
}

.checkour_review_del_btn {
    position: static;
    left: -36px;
}

input.deleteTripButton {
    background: #dddddd !important;
    border: 2px solid #dddddd !important;
    margin-bottom: 10px;
    width: 100%;
    color: black !important;
}

input.viewTripButton {
    width: 100%;
}

h3.perPerson {
    text-align: center !important;
    margin-top: 0;
}

#def_search.resultsPage {
    position: static !important;
    top: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(55,55,55,0.7);
    padding-top: 25px;
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .carButtons_Price .def_Hotels_PlanTripBtn {
        width: 55px;
    }
    img.tripStaticMap {
        width: 100%;
    }
    .guide.sidefloat {
        height: 55px;
        width: auto;
        background-color: rgb(228,100,35);
        color: white;
        font-weight: 600;
        font-size: 10px;
        padding: 5px 5px;
        text-align: center;
        transition: 0.5s all;
        line-height: 11px;
    }

    .sidefloat {
        position: fixed;
        top: 40%;
        right: 0;
        box-shadow: -2px 0px 10px 2px rgba(0,0,0,0.5);
        width: 90px;
        background-size: 100% 100%;
        cursor: pointer;
    }

        .guide.sidefloat span {
            font-weight: bold;
            font-size: 10px;
            line-height: 13px;
        }

    i.fa.fa-youtube-play {
        font-size: 20px;
    }

    .menuItem, div#LoggedInPanel {
        display: inline-block;
        font-weight: 500;
        font-size: 16px !important;
        margin-right: 46px;
        position: relative;
        height: 50px;
        line-height: 50px;
    }

    .row.top_row_links {
        height: 45px;
        line-height: 45px;
        display: flex;
        flex-direction: column;
    }

    .formRow {
        display: flex;
        padding: 0 35px;
        flex-direction: column;
        justify-content: space-between;
    }

        .formRow.buttonsRow input {
            border-radius: 10px !important;
            margin: 5px 1px !important;
        }

    .carDescription {
        display: flex;
        flex-wrap: wrap;
    }

    .row.car_row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        padding: 30px 0;
        border-bottom: 1px solid #737373;
    }

    .carImageWrapper {
        width: 100%;
        padding-left: 35px;
        text-align: left;
    }

    .carDetails {
        width: 100%;
        padding-left: 35px;
    }

    .carButtons_Price {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: auto;
        margin-top: 35px;
        padding: 0 40px;
    }

    .carDescription {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .carImage {
        display: inline-block;
        width: calc(100% - 35px);
        height: 220px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        border: 3px solid #e76422;
        border-radius: 10px;
    }

    .hideInMobile {
        display: none !important;
    }

    input.fullWidthElement {
        width: 100% !important;
        font-size: 28px;
        height: 50px;
        font-weight: 500;
        margin-bottom: 4px;
        line-height: 50px;
    }

    #def_slogan {
        position: absolute;
        top: 70px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #def_search {
        position: relative;
        top: 162px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 612px;
        background-color: rgba(55,55,55,0.7);
        padding-top: 25px;
    }

    div.fullWidthElement {
        margin-left: 0 !important;
        width: 100%;
        padding: 0 15px;
        position: relative;
        top:50px;
    }

    div#def_circles {
        display: none;
    }

    .footer {
        display: none
    }

    #circles_canvas {
        width: 100%;
    }

    #def_videodiv_container {
        position: relative;
        height: 774px;
        padding: 0;
        margin-bottom: 15px;
    }

    #def_search.def_Travel2TB {
        width: 100%;
    }

    #def_search.def_WhenTB {
        width: 100%;
        background-image: url(/Selfie/Images/Calendar.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 50px;
        margin-top: 15px;
    }

    #def_search.ui-spinner {
        border-radius: 0;
        border: none;
        padding: 0;
        position: relative;
        margin-top: -3px;
        height: 50px;
        width: 100%;
        margin-top: 25px;
    }

    .def_PlanTripBtn {
        width: 100%;
        background-color: #E76422;
        height: 50px;
        padding: 5px 5px 5px 5px;
        margin: 35px 0 0 0;
        border: none;
        color: white;
        font-size: 14px;
        font-weight: normal;
    }

    .homePageForm {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .homePageForm div {
            display: inline-flex;
            flex-direction: column;
            margin-right: 0;
            width: 100%;
            padding: 0 15px;
            margin-bottom: 15px;
        }

    .SearchMotorhomeCB {
        padding: 0;
        width: 30px;
    }

    input#ContentPlaceHolder1_PlanATripButton {
        margin-top: 0;
    }

    .submitWrapper {
        position: relative;
        /* top: 90px; David@MLY #14488*/
    }

    .sliderHomepage {
        position: relative;
        top: -70px;
    }

    .col-lg-10.col-sm-9.mainMenu {
        width: 100%;
        height: 100%;
        position: fixed;
        background: white;
        z-index: 999999;
        transition: 0.5s all;
        left: 100%;
        padding-top: 40px;
        top: 0;
    }

        .col-lg-10.col-sm-9.mainMenu.visibleMenu {
            width: 100%;
            height: 100%;
            position: fixed;
            background: white;
            z-index: 999999;
            transition: 0.5s all;
            left: 0;
            top: 0;
            padding-top: 40px;
        }

    i.fa.fa-bars.hideInDesktop {
        position: absolute;
        right: 10px;
        font-size: 27px;
        top: 10px;
        color: #e76422;
        z-index: 99999;
    }

    i.fa.fa-times.hideInDesktop {
        position: absolute;
        right: 10px;
        font-size: 27px;
        top: 10px;
        z-index: 99999;
        color: #e76422;
    }


    div#def_search .row {
        margin: 0 !important;
    }

    .row.top_row_links div {
        width: 100%;
        text-align: center;
        padding: 0;
    }

        .row.top_row_links div a {
            font-size: 20px;
            display: block;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #e76422;
        }

    div#PannelFieldsList {
        position: static;
        width: 100%;
        padding: 0;
        height: 50px !important;
        border-bottom: 1px solid #e86a2a;
    }

    span#Units_CheckBoxListFields {
        display: block;
    }

    div#PannelFieldsList label {
        cursor: pointer;
        width: 50%;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        margin-right: 6px;
        font-size: 20px;
        position: static;
        top: -0px;
        margin-left: 0;
        margin: 0;
        height: 50px;
        padding: 0;
        line-height: 50px;
    }

    .row.top_row_links div a, a#LoginLinkButton {
        font-size: 20px !important;
        display: block;
        margin: 0;
        width: 100%;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        color: #212121;
        font-family: 'assistant';
        border-bottom: 1px solid #e76422;
        background: white;
        transition: 0.5s all;
        text-align: center;
    }


    .proflinks:hover .ttooltip {
        opacity: 1;
        transition: 0.3s all;
        display: none;
    }

    .row.top_row_links div a:hover, a#LoginLinkButton:hover {
        font-size: 20px;
        display: block;
        margin: 0;
        width: 100%;
        background: #ffb38d;
        font-weight: 500;
        height: 50px;
        color: black;
        line-height: 50px;
        font-family: 'assistant';
        border-bottom: 1px solid #e76422;
        transition: 0.5s all;
        text-align: center;
    }

    #askUs {
        background-repeat: no-repeat;
        padding: 0;
        margin-top: 0;
        white-space: nowrap;
        display: inline-block;
        opacity: 1;
        background: white;
    }

    .col-sm-6.col-xs-12.def-trip-with-image {
        min-height: unset;
        max-height: unset;
        border-bottom: 8px solid white;
    }

    #logged-in-dynamic {
        position: static;
        top: 24px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 10000;
    }

    div#logged-in-dynamic ul {
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }

    #logged-in-dynamic > ul > li {
        padding: 0;
        border: 0;
        background-color: unset;
        color: black;
        font-size: 14px;
    }

    a.buyMembership {
        background: #e76422 !important;
        height: 45px;
        display: inline-block;
        position: static;
        top: auto;
        line-height: 45px;
        font-size: 20px !important;
        width: 132px;
        color: white !important;
        text-align: center;
        text-decoration: none;
        bottom: -50px !important;
        right: 0;
    }

    #def_search.resultsPage {
        position: static !important;
        top: 500px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(55,55,55,0.7);
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .trip_advisor {
        display: none;
    }

    .menu_row {
        height: auto;
        background-color: #fefeff;
    }

    #def_search.resultsPage {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto; /*David@MLY #14488*/
        background-color: rgba(55,55,55,0.7);
        padding-top: 25px;
    }

    .trip_suggestion_subtitle p span {
        font-weight: bold;
    }

    .trip_suggestion_subtitle p {
        color: black;
        font-size: 20px;
        line-height: 19px;
        font-weight: 500;
    }

    h3.tripTitle {
        margin-top: 0;
        font-size: 25px !important;
        font-weight: bold;
        text-align: center !important;
        color: #e76422;
    }

    p.tripLocations {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
    }

    p.tripDates {
        font-weight: bold;
        color: #e76422;
        font-size: 16px;
        margin: 0;
        line-height: 16px;
    }

    .day_circle_big > span {
        border-radius: 50%;
        background-color: white;
        border: 1px solid #e6e6e6;
        display: inline-block;
        font-size: 16px;
        height: 26px;
        width: 26px;
        text-align: center;
        padding-top: 2px;
        font-weight: 500;
        line-height: 19px;
    }

    .trip_repeater_item input[type=submit] {
        background-color: #E76422;
        height: 50px;
        padding: 0;
        border: 2px solid #E76422;
        color: white;
        font-size: 17px;
        width: 100%;
        font-weight: 500;
        border-radius: 10px;
    }

    .trip_repeater_item h1 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0;
    }

    .trip_repeater_item h3 {
        font-size: 20px;
        margin: 0;
        line-height: 20px;
        margin-bottom: 15px;
    }

    p.tripSearchDesc {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 17px;
    }

    .row.circlesRow, .row.dataRow {
        margin-bottom: 15px;
    }

    .row.circlesRow {
        border-bottom: 1px solid black;
        padding-bottom: 15px;
        margin-top: 60px; /* David@mly #14488*/
    }


    .row.dataRow {
        margin-bottom: 0;
        padding-top: 15px;
    }

    .day_circle_big {
        display: inline-block;
        color: #555A60;
        cursor: pointer;
        width: 26px !important;
        margin-right: 11px;
    }

    .search_trips_circles_row {
        display: flex;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 84%;
        margin: 15px 8%;
        background-image: url(/Selfie/Images/circls_bg.png);
        position: relative;
    }

    .col-md-offset-2.col-md-8.col-sm-offset-1.col-sm-10.col-xs-12.circlesWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .beforeCircles, .afterCircles {
        font-weight: bold;
        color: #e76422;
        font-size: 29px;
    }

    .trip_title_opacity .row {
        margin: 0;
    }

    h5#open_edit_trip_name_save {
        display: none;
    }

    h5#open_edit_trip_desc {
        display: none !important;
    }

    h2.numOfDays {
        font-size: 19px !important;
    }

    div#trip_details_div_id {
        font-size: 16px;
        line-height: 16px;
        max-height: unset;
    }

    a#ContentPlaceHolder1_lnkSummary, a#ContentPlaceHolder1_lnkPrint {
        display: none;
    }

    .editTrip {
        display: none;
    }

    .tripTopData {
        min-height: 0;
    }

    .tripTopPrice {
        min-height: 0;
        margin-bottom: 15px;
    }

    div#changeTripSettings {
        display: none;
    }

    .check_out_btn {
        width: 100%;
        color: white;
        background-color: #E46423;
        height: 50px;
        border: 2px solid #E46423;
        transition: 0.5s all;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 500;
    }

        .check_out_btn:hover {
            width: 100%;
            color: black;
            background-color: white;
            height: 50px;
            border: 2px solid #E46423;
            transition: 0.5s all;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 500;
        }

    div.day_circle {
        width: 35px !important;
        margin-right: 15px;
        font-weight: 500;
    }

    .day_circle, .day_circle_active {
        display: inline-block;
        color: #555A60;
        cursor: pointer;
        width: 35px !important;
        margin-right: 15px;
        font-weight: 500;
    }

    .trip_title_opacity {
        background-color: rgba(55,55,55,0.85);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        height: auto;
        right: 0;
        color: white;
        padding-bottom: 0;
    }

    .col-md-offset-2.col-md-8.col-sm-offset-1.col-sm-10.col-xs-12.circlesWrapper.tripPage {
        background: #353a3a;
    }

    .trip_day_details_row {
        min-height: auto;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .col-xs-2.tripCircle {
        padding: 0;
    }

    .trip_day_details_container_l2_img {
        transform: unset;
    }

    .trip_day_details_container_l2 {
        border-left: 0;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }

    .subButton:not(.firstButton) {
        display: none !important;
    }

    input.addlocationpoi {
        width: 54% !important;
        border: 1px solid black;
        margin-bottom: 25px;
        margin-left: 21%;
    }

    .trip_day_details_container input.btn.btn-xs.btn-xs-default {
        background: #e46423;
        color: white;
        height: 24px;
        border-radius: 0;
        margin-bottom: 3px;
    }

    h5.moveuparrow, h5.movedownarrow {
        display: none;
    }

    div.sleepbutton {
        display: none;
    }

    #addlocation {
        display: inline-block;
    }

    input#edit_finish_location_text_box {
        width: 72% !important;
        border: 1px solid black;
        padding-left: 5px;
    }

    .daybutton.prevbutton, .daybutton.prevbutton.prevEnd {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .daybutton.nextbutton {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .trip_day_details_container {
        padding-top: 25px;
        padding-left: 15px;
    }

    .daybutton {
        background: #e46423;
        width: 50%;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        color: white;
        cursor: pointer;
    }

        .daybutton.nextbutton {
            margin-left: 5px;
        }

     h5#open_edit_finish_daylocation {
        display: none;
    }

    #trip_day_map {
        height: 450px;
        width: 92vw;
    }

    #trip_big_map {
        height: 450px;
        width: 92vw;
        margin-bottom: 40px;
    }

    .notes_tb {
        height: 150px;
        width: 100%;
        border: none;
        background-color: white;
        min-width: 100%;
        max-width: 100%;
    }

    h6.locationnote {
        font-size: 16px;
        font-weight: normal;
    }

    .beforeCircles:after {
        content: 'Swipe for more days';
        position: absolute;
        left: 0;
        font-size: 16px;
        color: white;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px;
        border-radius: 10px;
        font-weight: normal;
        white-space: nowrap;
        top: 53px;
        z-index: -1;
        transition: 0.5s all;
        opacity: 0;
    }

    .afterCircles:after {
        content: 'Swipe for more days';
        position: absolute;
        right: 0;
        font-size: 16px;
        color: white;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px;
        border-radius: 10px;
        font-weight: normal;
        white-space: nowrap;
        top: 53px;
        z-index: -1;
        transition: 0.5s all;
        opacity: 0;
    }



    .beforeCircles:hover:after {
        content: 'Swipe for more days';
        position: absolute;
        left: 0;
        font-size: 16px;
        color: white;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px;
        border-radius: 10px;
        font-weight: normal;
        white-space: nowrap;
        top: 53px;
        z-index: 99;
        transition: 0.5s all;
        opacity: 1;
    }

    .afterCircles:hover:after {
        content: 'Swipe for more days';
        position: absolute;
        right: 0;
        font-size: 16px;
        color: white;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px;
        border-radius: 10px;
        font-weight: normal;
        white-space: nowrap;
        top: 53px;
        z-index: 99;
        transition: 0.5s all;
        opacity: 1;
    }

    h5#open_edit_trip_name, div#editTripButton {
        display: none;
    }

    .formRow.buttonsRow {
        padding: 0 10%;
        margin-top: 30px;
    }

    .row.noMargin {
        margin: 0 !important;
    }

    .avisClass {
        position: static;
        top: 185px;
        width: 100%;
        margin: 0;
    }

    .checkout_top_row {
        background-color: #E6E6E6;
        padding-top: 56px;
    }

    .checkStep {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        height: 80px;
        font-weight: bold;
        font-size: 15px;
        line-height: 15px;
        flex-direction: column;
    }

        .checkStep.active {
            border-bottom: 3px solid #E76422;
            padding-bottom: 10px;
            background-color: #e46423;
            color: white;
        }

    span.stepNumber {
        display: block;
    }

    .checkStep {
        background-position: center 10%;
        background-size: 50%;
        background-repeat: no-repeat;
        padding-top: 27px !important;
    }

        .checkStep.step1.active {
            background-image: url(/Selfie/images/step1.png);
        }

        .checkStep.step2.active {
            background-image: url(/Selfie/images/step2.png);
        }

        .checkStep.step3.active {
            background-image: url(/Selfie/images/step3.png);
        }

        .checkStep.step4.active {
            background-image: url(/Selfie/images/step4.png);
        }

        .checkStep.step1 {
            background-image: url(/Selfie/images/step1Hover.png);
        }

        .checkStep.step2 {
            background-image: url(/Selfie/images/step2Hover.png);
        }

        .checkStep.step3 {
            background-image: url(/Selfie/images/step3Hover.png);
        }

        .checkStep.step4 {
            background-image: url(/Selfie/images/step4Hover.png);
        }

    .checkout_subtitle_row {
        padding: 15px 0;
        color: #ffffff;
        font-size: 23px;
        white-space: nowrap;
        font-weight: bold;
        text-align: center;
    }

    .checkout_details_area {
        background-color: #e6e6e6;
        padding: 0;
        margin-bottom: 40px;
    }

        .checkout_details_area .row {
            margin: 0;
        }

    .checkoutWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 15px;
        padding-bottom: 30px;
    }

    .checkout_details_rectangle {
        border: 2px solid #A0A0A0;
        text-align: center;
        min-height: 322px;
        cursor: pointer;
        transition: 0.5s all;
        width: 100%;
        margin: 25px 0 0px 0;
    }

    img.checkour_review_advisor3 {
        display: none;
    }


    .tableWrapper {
        margin: 15px 0;
        width: auto;
        padding: 0;
    }

    .checkour_review_del_btn {
        position: absolute;
        left: -22px;
    }

    .checkour_review_non_refundable {
        color: #E16421;
        font-size: 30px;
        font-weight: bold;
    }

    .checkour_review_del_btn {
        position: static;
        left: -22px;
    }

    td.checkout_detail_row_cell.deleteTrip {
        padding: 10px 3px !important;
        width: 9% !important;
        background: transparent;
    }

    .checkout_detail_row_cell {
        background-color: white;
        padding: 10px;
        border-width: 1px 1px 1px 1px;
        border-color: #e6e6e6;
        border-style: solid;
        white-space: nowrap;
    }


    td.checkout_detail_row_cell.rowDesc {
        width: 48% !important;
        padding: 10px 0px 10px 6px;
    }

    td.checkout_detail_row_cell.rowPrice {
        padding: 10px 0px 10px 6px;
    }

    td.checkout_detail_row_cell.rowPrice {
        padding: 10px 0px 10px 6px;
        font-weight: bold;
    }

    .checkoutButtons {
        display: flex;
        justify-content: space-around;
    }

    iframe#ContentPlaceHolder1_iCreditIframe {
        height: 1995px;
    }

    .checkout_title_bg {
        background-image: url(/Selfie/Images/trip_title_bg_pic.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 530px;
        position: relative;
        background-size: cover;
    }

    .contactus {
        text-align: center;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 110px;
        font-size: 30px;
        line-height: 30px;
    }

        .contactus a {
            color: #e46423;
            font-size: 30px;
        }

    .clickhere {
        background: #e46423;
        width: 100%;
        font-weight: bold;
        color: white;
        margin: 0 auto;
        cursor: pointer;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
    }

    input.deleteTripButton {
        background: #dddddd !important;
        border: 2px solid #dddddd !important;
        margin-bottom: 10px;
        color: black !important;
    }

    .logo > a:link, .logo > a:visited {
        color: #E76422;
        font-size: 18px;
        float: left;
        margin-left: 0;
        font-weight: bold;
    }

    h3.perPerson {
        text-align: left !important;
    }

    #def_shadow {
        background-color: rgba(0, 0, 0, 0.55);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: -99;
        height: calc(56vw - 6px);
    }

    .profileWrapper span {
        display: block;
        text-align: left;
    }

    .profileWrapper input {
        width: 100% !important;
        height: 50px;
        border-radius: 10px;
        border: 1px solid black;
        padding-left: 15px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .profileWrapper span {
        display: block;
        text-align: left;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .barWrapper {
        width: 100%;
        background: gray;
        height: 32px;
        line-height: 32px;
        font-weight: bold;
        color: black;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

    #logged-in-dynamic > ul > li {
        width: 100%;
    }


    .menuItem a, div#LoggedInPanel a {
        font-size: 20px !important;
        transition: 0.5s all;
    }
}

.summary-tbl .image img,
.locationnote .image img {
    max-width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1380px) {
    .menuItem, div#LoggedInPanel {
        display: inline-block;
        font-weight: 500;
        font-size: 16px !important;
        margin-right: 7px;
        padding-right: 5px;
        position: relative;
        height: 45px;
        line-height: 45px;
    }

    a.proflinks {
        margin-right: 5px !important;
    }
}

h2.notVisibleOnMap {
    color: #b9b9b9;
    margin-bottom: 0 !important;
}
span.notOnMap {
    color: red;
    font-weight: bold;
}

.navModeWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.selectMode {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #e46423;
    margin-left: 5px;
    font-size: 30px;
    color: #ffffff;
    border: 2px solid #e46423;
    transition: 0.5s all;
    cursor: pointer;
}

    .selectMode:hover {
        height: 50px;
        width: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin-left: 5px;
        font-size: 30px;
        color: #e46423;
        border: 2px solid #e46423;
        transition: 0.5s all;
        cursor: pointer;
    }

    .selectMode.selected {
        height: 50px;
        width: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #e46423;
        margin-left: 5px;
        font-size: 30px;
        color: #FDD513;
        border: 2px solid #e46423;
        transition: 0.5s all;
        cursor: pointer;
    }

.navModeWrapper span {
    font-weight: bold;
}

p.extraCostAlert {
    width: calc(100% - 35px);
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    border: 4px solid yellow;
    padding: 5px 10px;
    border-radius: 10px;
}

p.extraCostAlert b {
    font-size: 140%;
}

@media (max-width: 768px) {
    p.extraCostAlert {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1380px) {
    .carButtons_Price {
        width: 16%;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 382px;
        margin: 32px 0;
    }

    p.carPriceTitle {
        font-size: 17px;
        font-weight: 900;
        color: #e76422;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .buttonWrapper {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 9px;
        flex-direction: column;
    }

    .carButtons_Price .def_Hotels_PlanTripBtn {
        width: 100%;
        background-color: #E76422;
        height: 30px;
        margin-left: auto;
        margin: 0 !important;
        line-height: 27px;
        margin-right: auto;
        color: white;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px;
        box-shadow: unset !important;
        border: 2px solid #e76422;
        transition: 0.5s all;
    }

    span.carrate {
        font-size: 14px;
        margin-left: 0;
        color: #333333;
        min-width: 121px;
        display: inline-block;
        text-align: center;
    }
}

.carButtons_Price h5 {
    font-size: 20px;
}

h2.planTitle.checkoutPlanTitle {
    min-height: auto;
    margin-bottom: 10px;
}

img.selfcoimg.checkoutSelfcoimg {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 768px){
    .getcar.extrasnum {
        width: 100%;
        min-height: auto;
        vertical-align: top;
    }

    .getcar.extrascheck {
        width: 49%;
        min-height: unset;
        vertical-align: top;
    }

    .getcar input {
        width: 90%;
        height: 30px;
        border: 0;
        padding-left: 15px;
    }

    .getcar h4 {
        margin: 0;
        margin-bottom: 5px;
    }

    #popup_divAvis .cars, #popup_message_container {
        background-color: #F0F0F0;
        position: absolute;
        padding: 5px 20px 30px 20px;
        top: 0;
        left: 0;
        z-index: 999999999999;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(0);
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .getcar.extrasnum.inputsWrapper input, .getcar.extrasnum.inputsWrapper select {
        width: 100% !important;
    }

    .getcar input {
        width: 100%;
        height: 30px;
        border: 0;
        padding-left: 15px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1025px){
    label.carsLabel {
        display: block;
        color: white;
        white-space: nowrap;
    }

    input#ContentPlaceHolder1_avisDateFrom {
        padding-right: 25px;
    }

    .carDescription {
        display: flex;
        flex-wrap: wrap;
    }

    .row.car_row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        padding: 30px 0;
        border-bottom: 1px solid #737373;
    }

    .carImageWrapper {
        width: 100%;
        padding-left: 35px;
        text-align: left;
    }

    .carDetails {
        width: 100%;
        padding-left: 35px;
    }

    .carButtons_Price {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: auto;
        margin-top: 35px;
        padding: 0 40px;
    }

    .carDescription {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .carImage {
        display: inline-block;
        width: calc(100% - 35px);
        height: 220px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
        border: 3px solid #e76422;
        border-radius: 10px;
    }

    .hideInMobile {
        display: none !important;
    }

    input.fullWidthElement {
        width: 100% !important;
        font-size: 28px;
        height: 50px;
        font-weight: 500;
        margin-bottom: 4px;
        line-height: 50px;
    }
}

div#popup_message_container.cars {
    padding-top: 35px;
}

div#popup_message_container.cars ul li {
    list-style: square;
    font-size: 16px;
}

div#popup_message_container.cars ul {
    margin-bottom: 20px;
}

@media screen and (max-width : 1400px) and (min-width: 1025px) {
    .callUsMenu {
        display: none;
    }
}

@media screen and (max-width : 1200px) and (min-width: 1025px) {
    div#askUs {
        display: none;
    }
}


.mainMenuWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width : 1024px) {
    #ContentPlaceHolder1_GridView2 img {
        width: 10vw;
    }
    .mainMenuWrapper {
        position: fixed;
        z-index: 100;
        width: 100vw;
        height: 100vh;
        top: 56px;
        right: -100vw;
        background: white;
        transition: 0.5s all;
        display: block;
    }

        .mainMenuWrapper.openMenu {
            position: fixed;
            z-index: 100;
            width: 100vw;
            height: 100vh;
            top: 56px;
            right: 0;
            background: white;
            transition: 0.5s all;
            display: block;
        }

    .def_Travel2TB {
        width: 100%;
        border: 0;
        border-radius: 5px;
        color: #939393;
        font-size: 13px;
        height: 61px;
        background-image: url(../images/locationImage.png);
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: 2% center;
        background-size: 12px;
    }

    .searchButtonsRow input.searchTrips {
        width: 100%;
        height: 46px;
        border-radius: 5px;
        margin-top: 15px;
        font-size: 16px;
        color: #ffffff;
        background: #e36422;
        border: 2px solid #e36422;
    }

    .searchButtonsRow input {
        width: 100%;
        height: 46px;
        border-radius: 5px;
        margin-top: 15px;
        font-size: 16px;
        color: #e36422;
        background: transparent;
        border: 2px solid #e36422;
        outline: none;
    }

    .searchButtonsRow {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .mainMenu {
        height: auto;
        width: 100%;
        display: inline-flex;
        padding: 0;
        margin: 0;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .searchButtonsRow {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    li.singleMenu,
    #plansButton {
        list-style: none;
        width: 100%;
        text-align: center;
    }

        li.singleMenu a,
        #plansButton a{
            padding: 0 25px;
            font-size: 16px;
            color: #555a5f;
            background: #ffffff;
            width: 100%;
            height: 56px;
            display: inline-block;
            transition: 0.5s all;
            border-bottom: 1px solid black;
        }

    .callUsMenu {
        text-align: center;
        border-bottom: 1px solid black;
        margin: 0 0 -1px;
    }

    span.phonenubmer a {
        font-size: 14px;
        color: #555a5f;
        font-weight: bold;
        margin-right: 0;
    }

    #askUs {
        background-color: rgb(255, 255, 255);
        background-image: unset;
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0;
        margin-top: 0;
        white-space: nowrap;
        opacity: 1;
        width: 100%;
        height: 56px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        text-align: center;
        border-bottom: 1px solid black;
    }

    a#ContactLinkButton {
        color: #565b5f;
        font-weight: normal;
        width: 100%;
        display: inline-block;
        font-size: 16px;
    }

    a#LoginLinkButton {
        font-family: 'Assistant', sans-serif;
        font-size: 16px !important;
        color: #555a5f !important;
        height: 56px;
        line-height: 56px;
    }

    span.phonenubmer a {
        font-size: 16px;
        color: #555a5f;
        font-weight: normal;
        margin-right: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    div#PannelFieldsList {
        position: static;
        width: 100%;
        padding: 0;
        height: 57px !important;
        border-bottom: 1px solid #e86a2a;
    }

    select#Units_CheckBoxListFields {
        border: 0;
        height: 56px;
        background: #d1d1d1;
        outline: none;
        color: #555a5f;
        width: 100%;
        padding: 0 30px;
        font-size: 16px;
        display: inline-block;
    }

    div#PannelFieldsList {
        position: static;
        width: 100%;
        padding: 0;
        height: 57px !important;
        padding-right: 0;
        border: 0;
    }

    div#loggedInMenu {
        transition: 0.5s all;
        opacity: 1;
        max-height: 700px;
        overflow: hidden;
        height: auto;
    }

    div#logged-in-static {
        color: #555a5f;
        background-image: unset;
        background-repeat: no-repeat;
        background-position: 90%center;
        font-size: 16px;
    }

    .menuItem a, div#LoggedInPanel a {
        font-size: 16px !important;
        transition: 0.5s all;
    }

    .menuItem, div#LoggedInPanel {
        display: inline-block;
        font-weight: 500;
        font-size: 16px !important;
        margin-right: 0;
        position: relative;
        height: 56px;
        line-height: 56px;
        width: 100%;
    }

        .menuItem a, div#LoggedInPanel a {
            color: #555a5f !important;
            padding: 0 25px;
            display: inline-block;
            width: 100%;
            height: 100%;
            background: #ffffff;
            transition: 0.5s all;
        }

    div#loggedInMenu ul {
        padding: 0;
        list-style: none;
        text-align: center;
        margin-bottom: 0;
        border-bottom: 1px solid #909090;
    }

    .bg_video {
        position: relative;
        top: 27vw;
        left: 50%;
        width: 170vw;
        height: 56vw;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #def_videodiv_container {
        position: relative;
        /*height: 387px;*/ /* David@MLY */
        height: 290px;
        padding: 0;
        margin-bottom: 15px;
        margin-top: 56px;
    }

    #def_slogan {
        position: absolute;
        top: 200px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        #def_slogan > h1 {
            color: #ffffff;
            font-weight: normal;
            font-size: 35px;
            text-shadow: 1px 1px 1px black;
            margin-bottom: 20px;
        }

    .homePageCircles {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.32941176470588235);
        height: 184px;
        left: 0;
        display: none;
    }

    .col-sm-6.col-xs-12.def-trip-with-image:nth-child(odd) {
        margin-right: 0;
    }

    .col-sm-6.col-xs-12.def-trip-with-image {
        min-height: unset;
        max-height: unset;
        max-width: 100%;
        padding: 0;
        border-bottom: 1px solid gray;
        margin-bottom: 15px;
    }

    .row.toprow {
        position: fixed;
        z-index: 100;
        right: 0;
        width: 104vw;
        left: 0;
        display: flex;
    }

    i.fa.fa-bars.hideInDesktop {
        position: fixed;
        right: 10px;
        font-size: 27px;
        top: 13px;
        color: #e76422;
        z-index: 99999;
    }
}

input#ContentPlaceHolder1_Travel2TB.innerFormInput {
    height: 50px;
    font-size: 15px;
    color: black;
}

.footerColumn .address {
    margin-right: auto;
}

#trip_notes div.loader {
    width: 100%;
    height: 100%;
    background: #a4a4a469;
    top: 0;
    left: 0;
    z-index: 100;
    position: absolute;
    backdrop-filter: blur(2px);
    user-select: none;
}

#trip_notes img.loader {
    margin-top: 170px;
}