
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs { position: relative; }

.tab { height: 0; opacity: 0; visibility: hidden; position: absolute; top: 0; right: 0; left: 0; z-index: -1; overflow: hidden; transition: opacity .4s ease, visibility .4s ease; }

.tab.current { height: auto; opacity: 1; visibility: visible; position: relative; top: auto; right: auto; left: auto; z-index: 1; overflow: visible; }

.tab#search-cars { background-position: 50% 0; background-size: 100% 700px; }


/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */

.dropdown { position: relative; }

.dropdown i { text-indent: 0;/*vertical-align: text-top;*/vertical-align: middle;font-size: 18px; 	}

.dropdown-icon { width: 63px; left: auto; }

.dropdown-button { font-size: 21px; line-height: 27px; color: #2a3335; position: relative; padding: 18px 63px; background-color: #fff; border-radius: 5px; cursor: pointer; }

.dropdown-button:after { content: ''; width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-width: 0 0 1px 1px; border-style: solid; border-color: #333; margin: auto; -ms-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 25% 50%; transform-origin: 25% 50%; transition: transform 0s; right: auto; left: 20px; }

.dropdown-menu,
.dropdown-numbers,
.dropdown-autocomplete { height: 0; opacity: 0; visibility: hidden; position: absolute; top: 100%; right: 0; left: 0; background-color: #fff; /*transition: opacity .4s ease, visibility .4s ease;*/ }
.dropdown-menu { margin-top: 2px; overflow: hidden; border-radius: 4px; box-shadow: 0 0 9px rgba(0,0,0,.15); }
.dropdown-list { padding: 0; margin: 0; list-style: none outside none;    max-height: 385px;overflow: auto; }
.dropdown-list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #ffffff;border-radius: 10px;}
.dropdown-list::-webkit-scrollbar{width: 10px;background-color: #eaeaea;}
.dropdown-list::-webkit-scrollbar-thumb{background-color: #aaaaaa;border-radius: 10px;}

.dropdown-list.unscrollable{ overflow:visible}
.dropdown-item,
.dropdown-link { font-size: 21px; line-height: 29px; color: #2a3335; position: relative; padding: 11px 63px; }
.dropdown .dropdown-item +.dropdown-item {    border-top: 1px solid #e1e8f0;}
.dropdown-link { text-decoration: none; display: block; }

.dropdown-link span { width: 26px; height: 26px; right: 20px; left: auto; background-color: #209c2e; border-radius: 50%; }

.dropdown-link span:before { width: 13.5px; height: 1px; }

.dropdown-link span:after { width: 1px; height: 13.5px; }

.dropdown-link span:before,
.dropdown-link span:after { content: ''; background-color: #fff; -ms-transform: translateX(1px); transform: translateX(1px); }

.dropdown-item { cursor: pointer;  }
.dropdown-item:hover{background-color:#f6f9fb;}
.dropdown-item.no-icon {padding:15px}
.dropdown-item.checkbox-item .dropdown-icon { margin-right:0px!important; }
.dropdown-item.icon{padding:15px}
.dropdown-item.icon i{vertical-align: text-top;margin-left: 5px;}

.dropdown-button i:before,
.dropdown-button i:after,
.dropdown-icon i:before,
.dropdown-icon i:after {position: absolute;color: #92a6bf;font-size: 24px;padding: 14px 15px; }
.icon-comb_icon.budget-comb:before{padding:0px 0px!important}

/*  Dropdown Open  */

.dropdown-open { z-index: 3; }

	.dropdown-open .dropdown-button {
		box-shadow: 0 0 0 2px var(--search-border-color);
	}

.dropdown-open .dropdown-menu { height: auto; opacity: 1; visibility: visible; }

/*  Dropdown Primary  */
/*.dropdown-primary { margin-bottom: 15px; }*/
.dropdown-primary .dropdown-label { font-size: 30px; line-height: 32px; color: #1e8c2a; display: inline-block; vertical-align: middle; }

.dropdown-primary .dropdown-text { font-size: 32px; line-height: 1; font-weight: 700; display: inline-block; vertical-align: middle; }

.dropdown-primary .dropdown-item { padding-right: 15px; }

/*  Dropdown Secondary  */

.dropdown-secondary .dropdown-button { padding: 13px 16px 13px 56px; }

.dropdown-secondary .dropdown-button .dropdown-icon { display: none; }

.dropdown-secondary .dropdown-button .dropdown-label { font-size: 21px; line-height: 24px; display: block; }

.dropdown-secondary .dropdown-button .dropdown-text { font-size: 26px; line-height: 1; display: block; }

.dropdown-primary .dropdown-button .form-controls .field {height:auto;line-height: normal;}

.dropdown-primary .dropdown-button label{padding-top:2px !important;line-height: inherit;}

.dropdown-secondary .dropdown-icon i.ico-adult-child-more:after { right: 3px; }

.dropdown-secondary .dropdown-icon i.ico-adult-more-child-more:before { right: 16px; }

.dropdown-secondary .dropdown-icon i.ico-adult-more-child-more:after { top: 8px; right: 4px; }

/*  Dropdown Autocomplete  */

.dropdown-autocomplete { /*padding: 15px 20px 0;*/ margin-top: 2px; border-radius: 0 0 4px 4px; box-shadow: 0 4px 9px rgba(0,0,0,.15);max-height: 400px; overflow: hidden;overflow-y: scroll; }

.dropdown-autocomplete h4 { font-size: 28px; line-height: 1; color: #95a5b9; font-weight: 400; margin: 0; }

/*  Dropdown Numbers  */

.dropdown-numbers {max-height: 228px;overflow: auto; margin-top: 2px; border-radius: 0 0 4px 4px; box-shadow: 0 4px 9px rgba(0,0,0,.15); }

/*  Dropdown Time  */

.dropdown-time .dropdown-button { padding: 18px 63px 18px 18px; }

.dropdown-time .dropdown-button:after { content: none; }

.dropdown-time .dropdown-menu { max-height: 300px; overflow-x: hidden; overflow-y: auto; }

.dropdown-time .dropdown-item { padding: 5px 17px; }





/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-block-height { height: 38px;}/**/

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; }

/*  Button Block  */

.btn-block { width: 100%; display: block; padding-left: 0; padding-right: 0; }

 

/*  Button Primary  */

.btn-primary {
    font-size: 21px;
    line-height: 1.24;
    color: var(--primary-button-text-color);
    font-weight: normal;
    text-shadow: 0 2px 0 var(--primary-button-text-shadow);
    /*letter-spacing: -0.02em;*/
    text-decoration: none;
    padding: 6px 28px;
    border: 0;
    background: var(--primary-button-background);
    border-radius: 1px;
    box-shadow: 0 3px 0 var(--primary-button-background-dark);
}
    .btn-primary.btn-details {
        font-size: 22px;
        font-weight: 600;
        margin: auto;
        width: 160px;
        border-radius: 3px;
    }
.flight-search-result-list .btn-primary.btn-details {
    border-radius: 3px;
    width: 160px;
    margin: auto;
}

/*.btn-primary:hover { box-shadow: 0 1px 0 #0a6714;margin-top: 2px;}*/
    .btn-primary:hover {
        box-shadow: 0 2px 0 var(--primary-button-hover-color);
    }

    .form-foot .btn-primary:hover {
        box-shadow: none;
    }
/*  Button blue  */

.btn-blue { font-size: 34px; line-height: 1.24; color: #fff; font-weight: 400; text-shadow: 0 2px 0 #044c73; letter-spacing: -0.02em; text-decoration: none; padding: 9px 28px; border: 0; background: #166f9f; border-radius: 2px; box-shadow: 0 3px 0 #034C75; }

.btn-blue:hover { background-color: #034C75; }

/*  Button Add  */

.btn-add { font-size: 25px; line-height: 33px; color: #647283; font-weight: 400; padding: 15px; border: 1px solid #c5ced9; margin-bottom: 21px; background: #fff; border-radius: 3px; box-shadow: none; }
    .btn-add span {
        width: 33px;
        height: 33px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: -1px 0 0 2px;
        background-color: var(--secondary-search-primary-color);
        border-radius: 50%;
        transition: all .4s ease;
    }
.btn-add span:before { width: 20px; height: 2px; }
.btn-add span:after { width: 2px; height: 20px; }
.btn-add span:before,
.btn-add span:after { content: ''; background-color: #fff; border-radius: 2px; transition: all .4s ease; }
    .btn-add:hover {
        color: var(--primary-button-text-color);
        border-color: var(--primary-button-background);
        background-color: var(--primary-button-background);
    }
.btn-add:hover span { background-color: #fff; }
.btn-add:hover span:before,
.btn-add:hover span:after { background-color: var(--secondary-search-primary-color); }

.room-selection .btn-add span { width:24px; height: 24px;  }
.room-selection .btn-add span:before { width: 14px; height: 2px; }
.room-selection .btn-add span:after { width: 2px; height: 14px; }
/* ------------------------------------------------------------ *\
	Button Remove
\* ------------------------------------------------------------ */

.btn-remove { font-size: 16px; line-height: 27px; color: #2a3335; font-weight: 400; padding: 0; border: 0; margin: 0; background: none; border-radius: 0; box-shadow: none; }

.btn-remove span { width: 27px; height: 27px; float: left; position: relative; margin-right: 5px; background-color: #8b909e; border-radius: 50%; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transition: all .4s ease; }

.btn-remove span:before { width: 16px; height: 2px; }

.btn-remove span:after { width: 2px; height: 16px; }

.btn-remove span:before,
.btn-remove span:after { content: ''; background-color: #fff; border-radius: 2px; }

.btn-remove:hover { text-decoration: underline; }

.btn-remove:hover span { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Search
\* ------------------------------------------------------------ */

.btn-search,
.results-head .btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 18px 10px 17px; border: 0; background-color: rgba(255,255,255,.05); border-radius: 5px; box-shadow: none; }

.btn-search i { margin-left: 7px; }

.btn-search:hover { background-color: rgba(0,0,0,.2); }

/* ------------------------------------------------------------ *\
	Button Primary Small
\* ------------------------------------------------------------ */

.btn-primary-small { font-size: 20px; line-height: 1.2; color: #fff; font-weight: 400; text-align: center; padding: 3px 15px; border: 0; background: #178723; border-radius: 4px; box-shadow: none; }

.btn-primary-small:hover { background-color: #0a6714; }

/* ------------------------------------------------------------ *\
	Button Return
\* ------------------------------------------------------------ */

.btn-return { font-size: 21px; line-height: 23px; color: #fff; font-weight: 400; text-decoration: none; padding: 10px 14px; background-color: rgba(0,0,0,.5); border-radius: 5px; }

.btn-return i { float: right; margin-left: 13px; }

.btn-return:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Button Location
\* ------------------------------------------------------------ */

.btn-location { font-size: 21px; line-height: 1.57; color: #53a6dc; font-weight: 400; text-decoration: none; padding: 10px 20px; background-color: rgba(0,0,0,.6); border-radius: 5px; }

.btn-location i { float: right; margin-left: 10px; }

.btn-location:hover { background-color: #000; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.green-button{color: var(--primary-button-text-color);text-shadow: 0 2px var(--primary-button-text-shadow);background-color: var(--primary-button-background);box-shadow: 0 3px var( --primary-button-background-dark);text-decoration: none;border-radius: 3px;}
.gray-button {
    background: #D4D4D4 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;

    text-align: center;
    font: Regular 18px/32px Rubik;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;

    color: #000000;
    box-shadow: 0 0;
    text-shadow: 0 1px #586a81;
    text-decoration: none;
    /*background: #93a4ba;
    border-radius: 3px;*/
}

.button.red {color:#e04955;background-color:#fff2f3}
.button.blue {color:#48a0dc;background-color:#ebf4fa}
.button.green {color:#51ad00;background-color:#e7f3e9}

.btn.disabled,.btn[disabled]{background-color:#9a9a9a!important;box-shadow: 0 3px #565656!important; pointer-events: none; cursor: default;color:#fff;text-shadow:unset}

/* ------------------------------------------------------------ *\
	Button Promo
\* ------------------------------------------------------------ */

.section-promo-button .btn-promo { font-size: 23.1px; line-height: 1.24; color: #fff; font-weight: normal; text-shadow: 0 2px 0 #14721d; letter-spacing: -0.02em; text-decoration: none; padding: 6px 28px; border: 0; background: #178723; border-radius: 1px; box-shadow: 0 3px 0 #0a6714;}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

@media (max-width: 1279px) {
	.list-specials { font-size: 18px; line-height: 1.5; }
	.list-specials small { padding: 10px 0; }
}

/* ------------------------------------------------------------ *\
	List Autocomplete
\* ------------------------------------------------------------ */

.list-autocomplete { font-size: 21px; line-height: 24px; color: #2a3335; }

.list-autocomplete li.hidden { display:none; }
.list-autocomplete li:not(.hidden) + li { border-top: 1px solid #e1e8f0; }

.list-autocomplete a { text-decoration: none; display: block; position: relative; padding: 18px 48px 18px 0; }
.list-autocomplete a.bold {font-weight: bold;}
.list-autocomplete em { width: 48px; left: auto; }

.list-autocomplete span { color: #6e8caf; transition: color .4s ease; }

.list-autocomplete small { font-size: 18px; color: #9aaaad; float: left; }

.list-autocomplete small:first-letter { color: #2a3335; }

.list-autocomplete a:hover,
.list-autocomplete a:hover span { color: #1e8c2a; }

/* ------------------------------------------------------------ *\
	List Numbers
\* ------------------------------------------------------------ */

.list-numbers { font-size: 21px; line-height: 27px; color: #2a3335; padding: 0 11px; }

.list-numbers li + li { border-top: 1px solid #e1e8f0; }

.list-numbers a { text-decoration: none; display: block; padding: 6px 19px; margin: -1px -11px -1px; }

.list-numbers a:hover { background-color: #e1e8f0; }

/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */

.list-checkboxes { max-height: 349px; padding: 0 15px 0 10px; margin-left: 8px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }

.list-checkboxes li + li { border-top: 1px solid #e6eaf5; }

.list-checkboxes::-webkit-scrollbar { width: 6px; }

.list-checkboxes::-webkit-scrollbar-thumb { background-color: #d5e0e6; border-radius: 3px; }

/* ------------------------------------------------------------ *\
	List Result Tags
\* ------------------------------------------------------------ */

.list-result-tags { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.17; color: #898956; margin: 0 0 1px; }

.list-result-tags li { float: right; }

.list-result-tags li + li { padding-left: 10px; }

.list-result-tags a { text-decoration: none; display: block; padding: 5px 13px; background-color: #f5f6e8; border-radius: 5px; }

.list-result-tags a:hover { background-color: #ececd2; }

/* ------------------------------------------------------------ *\
	List Result Description
\* ------------------------------------------------------------ */

.list-result-description { font-size: 18px; line-height: 1.5; color: #536b78; }

.list-result-description li strong { letter-spacing: 0; }

.list-result-description li .result-text-green { color: #178823; }

.list-result-description li .result-text-red { color: #ff0014; letter-spacing: 0; }

.list-result-description li .result-text-blue { color: #48a0dc; }

.list-result-description li .result-text-lightgreen { color: #51ad00; }

.list-result-description li .result-text-default strong { color: #72849a; }

.list-result-description li .result-text-default:not(:last-child) { display: inline-block; vertical-align: middle; margin: -4px 0 0; }

.list-result-description ul { list-style: none outside none; }

.list-result-description ul li { padding: 0; }

.list-result-description ul li + li { border: 0; }

.list-result-description li .list-result-tags { display: inline-block; vertical-align: middle; margin: -4px 0 0; }

.list-result-description li .list-result-tags li { padding: 0 4px 0 0; }

.list-result-description li .list-result-tags li a { font-family: 'Rubik', Arial, Helvetica, sans-serif; font-size: 18px; line-height: 23px; color: #2a3335; font-weight: 400; padding: 1px 9px 3px; background-color: #e1f2d7; }

.list-result-description li .list-result-tags li a:hover { background-color: #cce9bb; }

/*  List Result Description Inline  */

.list-result-description-inline { letter-spacing: -0.02em; border-top: 1px solid #eaf0f7; }
.list-result-description-inline li { float: right; padding: 15px 29px 15px 0; }
.list-result-description-inline li i { top: 21px; }
.list-result-description-inline li + li { border-top: 0; margin-right: 16px; }

@media (max-width: 1279px) {
	.list-result-description-inline li { padding: 5px 29px 5px 0; margin-left: 20px; }
	.list-result-description-inline li i { top: 9px; }
	.list-result-description-inline li + li { margin: 0; }
}

/* ------------------------------------------------------------ *\
	List Product Details Primary
\* ------------------------------------------------------------ */

.list-product-details-primary { font-size: 0; line-height: 0; color: #536b78; padding-bottom: 9px; }
.list-product-details-primary i { margin: -1px 0 0 10px; }
.list-product-details-primary strong { font-weight: 400; }
.list-product-details-primary li { font-size: 16px; line-height: 22px; display: inline-block; vertical-align: middle; }
.list-product-details-primary li + li { padding-right: 19px; }

@media (max-width: 1279px) {
	.list-product-details-primary i { margin-left: 7px; }
	.list-product-details-primary li { font-size: 16px; }
	.list-product-details-primary li + li { padding-right: 7px; }
}

/* ------------------------------------------------------------ *\
	List Product Details Secondary
\* ------------------------------------------------------------ */

.list-product-details-secondary { font-size: 0; line-height: 0; color: #536b78; padding: 5px 0 7px; }

.list-product-details-secondary i { margin: -1px 0 0 2px; }

.list-product-details-secondary li { font-size: 18px; line-height: 1.5; display: inline-block; vertical-align: middle; }

.list-product-details-secondary strong { font-size: 21px; color: #2a3335; }

.list-product-details-secondary li + li { padding-right: 33px; }

/* ------------------------------------------------------------ *\
	List Product Checks
\* ------------------------------------------------------------ */

.list-product-checks { font-size: 18px; line-height: 22px; color: #000; }

.list-product-checks:after { content: ''; line-height: 0; display: table; clear: both; }

.list-product-checks li { float: right; position: relative; padding: 5px 26px 5px 11px; margin-bottom: 8px; background-color: #f7fafd; border-radius: 5px; }

.list-product-checks li + li { margin-right: 8px; }

.list-product-checks i { right: 7px; left: auto; }

/* ------------------------------------------------------------ *\
	List Product Information
\* ------------------------------------------------------------ */

.list-product-information { font-size: 16px; line-height: 1.17; color: #2a3335; }

.list-product-information h4 { width: 200px; position: absolute; top: 30px; right: 6px; }

.list-product-information p { margin-bottom: 5px; }

.list-product-information p:last-child { margin-bottom: 0; }

.list-product-information a { color: #178823; text-decoration: none; }

.list-product-information a:hover { text-decoration: underline; }
.list-product-information > li:first-child{margin-top:20px}
.list-product-information > li { position: relative; padding: 25px 224px 23px 0;border-top: 1px solid #dde6f1;  }

.list-product-information > li > div { min-height: 73px; padding: 7px 20px 0 0; border-right: 1px solid #eaeff7; }
.list-product-information .no-wrap { border-right:0; padding:0; }

.list-product-information .link-more { color: #48a0dc; }

.list-product-information .link-more-text-toggled { display: none; }

.list-product-information .is-expanded .hidden { margin-bottom: 5px; }

.list-product-information .is-expanded .link-more-text-toggled { display: inline; }

.list-product-information .is-expanded .link-more-text-default { display: none; }

/*Multi-Column*/
.list-product-information > li.multi-columns{padding:25px 0;display:flex}
.list-product-information > li.multi-columns .column{display:inline-block;border-right:none;border-left:1px solid #eaeff7;vertical-align: top;float:right;padding: 0 17px;}
.list-product-information > li.multi-columns .column:last-child{border:none}
.list-product-information > li.multi-columns .column.col-1{width:8.333333333333332%;}
.list-product-information > li.multi-columns .column.col-2{width:16.666666666666664%;}
.list-product-information > li.multi-columns .column.col-3{width:25%;}
.list-product-information > li.multi-columns .column.col-4{width:33.33333333333333%;}
.list-product-information > li.multi-columns .column.col-5{width:41.66666666666667%;}
.list-product-information > li.multi-columns .column.col-6{width:50%}
.list-product-information > li.multi-columns .column.col-7{width:58.333333333333336%}
.list-product-information > li.multi-columns .column.col-8{width:66.66666666666666%}
.list-product-information > li.multi-columns .column.col-9{width:75%}
.list-product-information > li.multi-columns .column.col-10{width:83.33333333333334%}
.list-product-information > li.multi-columns .column.col-11{width:91.66666666666666%}
.list-product-information > li.multi-columns .column.col-12{width:100%}

.list-product-information > li.full-width{padding: 75px 0 22px 0;}
/*.list-product-information > li.full-width > div{padding:0;border:none}*/

.list-product-information li.multi-columns h4{position:static;width:auto}

.list-product-information li.multi-columns .listStyle-inside{list-style-position: inside;}

/* ------------------------------------------------------------ *\
	List Product Features
\* ------------------------------------------------------------ */

.list-product-features { font-size: 16px; line-height: 1.22; color: #2a3335; -moz-column-count: 4; column-count: 4; -moz-column-gap: 0; column-gap: 0; padding-bottom: 5px; }

.list-product-features li { position: relative;  border-right: 1px solid #eaeff7; }
.list-product-features li i { vertical-align: middle; margin-right: 17px; font-size: 18px;color:#90A4BD}

.list-product-features span { margin-right: 45px; overflow:hidden; width:190px;}

.list-product-features span i { position: inherit; font-size: 19px; margin: 9px 21px 0 16px; }

.list-product-features .text-blue { color: #48a0dc; }

.list-product-features .text-green { color: #178823; }
.list-product-features.default-icons li {list-style:none;padding-right: 15px;}
	.list-product-features.default-icons li:before {
		content: "\e93f";
		font-family: 'icomoon' !important;
		color: var(--checkbox-secondery-color);
		vertical-align: middle;
		margin-left: 5px;
		float: right
	}

/* ------------------------------------------------------------ *\
	List Tags
\* ------------------------------------------------------------ */

.list-tags { font-size: 0; margin: 0; padding: 0; }

.list-tags li { display: inline-block; vertical-align: middle; }

.list-tags li ~ li { margin-right: 10px; }

.list-tags a { display: block; padding: 2px 9px; font-size: 18px; color: #2a3335; text-decoration: none; background-color: #e1f2d7; border-radius: 3px; transition: background-color .4s ease; }

.list-tags a:hover { background-color: rgb(214, 230, 204);  }

/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */

.list-infos { font-size: 16px; line-height: 1.33; color: #2a3335; }

.list-infos li { position: relative; padding: 0px 22px 18px 0; }

.list-infos i {width: 16px; height: 16px; position: absolute; top: 5px; right: -3px; background-size: 100% 100%; }

/* ------------------------------------------------------------ *\
	List City Meta
\* ------------------------------------------------------------ */

.list-city-meta { font-size: 16px; line-height: 0.83; color: #fff; position: relative; padding: 22px 0 15px; /*background: url(/Resources/Web/css/images/overlay5.png) no-repeat 0 0;*/ background-color: #2d3644;}

.list-city-meta li { float: right; position: relative; padding: 0 14px 0 8px; }

/*.list-city-meta li:first-child { position: absolute; top: 12px; right: 83px; padding: 0; }*/

/*.list-city-meta li:first-child i { display: block; }*/

.list-city-meta li:nth-child(1) ~ li:not(:last-child) { padding: 0 12px 0 12px; }

.list-city-meta li:nth-child(1) ~ li:before { content: ''; width: 1px; height: 28px; display: block; position: absolute; top: 0; right: 0; bottom: 0; margin: auto; background-color: #4f6177; }

.list-city-meta li:last-child { padding: 0 18px 0 0; }

.list-city-meta p { float: right; margin: 0 0 0 7px; }

.list-city-meta p span { color: #cad7e9; display: block; }

.list-city-meta strong { font-size: 34px; line-height: .6; color: #cad7e9; font-weight: 400; float: right; position: relative; top: 2px; }
.list-city-meta strong.date { font-size: 28px;padding-top: 7px; }

.list-city-meta strong i { float: right; margin-left: 4px; }

.list-city-meta strong i.ico-weather-sunny { margin-top: -3px; }

.list-city-meta .icon-currency { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 23px; text-align: center; width: 35px; height: 35px; padding: 3px 0; margin: -5px 0 0 0; border-radius: 50%; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.list-city-meta { background-image: url(/Resources/Web/css/images/overlay2@2x.png); }
}

/* ------------------------------------------------------------ *\
	List City Tags
\* ------------------------------------------------------------ */

.list-city-tags { font-size: 17px; line-height: 1.28; color: #fff; letter-spacing: -0.015em; }

.list-city-tags:after { }

.list-city-tags li { float: right; padding: 0 0 6px 6px; }

.list-city-tags a { text-decoration: none; display: block; padding: 3px 11px 3px 12px; background-color: #80a9c6; border-radius: 3px; }

.list-city-tags a:hover { background-color: #91a6bf; }

/* ------------------------------------------------------------ *\
	List City Details
\* ------------------------------------------------------------ */

.list-city-details { font-size: 16px; line-height: 1.13; color: #91a6bf; padding: 0 0 5px; margin: 0; }

.list-city-details li { position: relative; padding-right: 48px; margin-bottom: 15px; }

.list-city-details strong { font-size: 18px; line-height: 1; color: #000; font-weight: 400; display: block; }

.list-city-details-icon { width: 36px; left: auto; }

/* ------------------------------------------------------------ *\
	List City Info
\* ------------------------------------------------------------ */

.list-city-info { font-size: 18px; line-height: 1.17; color: #2a3335; padding: 0 2px 4px 0; }
.list-city-info p { margin: 0 0 2px; }
.list-city-info a { color: #48a0dc; text-decoration: none; }
.list-city-info a:hover { text-decoration: underline; }
.list-city-info h5 { font-size: 18px; line-height: 1.17; color: #2a3335; font-weight: 700; padding: 2px 0 1px; margin: 0; }
.list-city-info li { min-height: 120px; position: relative; padding-right: 134px; margin-bottom: 23px; }
.list-city-info img { width: 100%; display: block; }
.list-city-info figure { width: 121px; position: absolute; top: 0; right: 0; }
.inline-list li{list-style:none;display:inline-block;padding:0 5px}
.inline-list.inline-list-separator li{border-left:solid 1px #eaedf4}
.inline-list.inline-list-separator li:last-child{border-left:none}
/* ------------------------------------------------------------ *\
	List Items
\* ------------------------------------------------------------ */

.option-list-item {
    position:relative;border-radius:5px;padding-left:135px;min-height: 155px; margin-bottom:25px;
    border: 2px solid #f3f6fa;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);
    box-shadow: 0px 0px 12px 0px rgba(243,246,250,1);
}
.option-list-item:hover {
    border: 2px solid #e1e9f3;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(225,233,243,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(225,233,243,1);
    box-shadow: 0px 0px 4px 2px rgba(225,233,243,1);
}
.option-list-item.selected {border:2px solid #40a14a;box-shadow:none;}
.option-list-item.empty{box-shadow:none;}
.option-list-item.empty:hover{box-shadow:none;border-color:#f3f6fa;}

.list-items > ul {display:table;list-style-type:none;}  
.list-items ul { list-style-type:none; }
.list-items > ul.right-side{padding-left: 25px;}
.list-items > ul.left-side{padding-right: 25px;}
.list-items > h2{font-size:31px;}





/* ------------------------------------------------------------ *\
	Sale Item
\* ------------------------------------------------------------ */

.sale-items {   }

.sale-items-col { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.sale-items-col-1of3 { -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
.sale-items-col-2of3 { -ms-flex: 0 0 66.67%; flex: 0 0 66.67%; }

.sale-item { display: inline-block; width:204px; position: relative; border: 1px solid #e1ebf2;text-align:right; border:2px solid #f3f6fa;border-radius:5px; -webkit-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1); -moz-box-shadow: 0px 0px 12px 0px rgba(243,246,250,1); box-shadow: 0px 0px 12px 0px rgb(226, 226, 226); }
.sale-item:hover { border:2px solid #e1e9f3; -webkit-box-shadow: 0px 0px 4px 2px rgba(225,233,243,1); -moz-box-shadow: 0px 0px 4px 2px rgba(225,233,243,1); box-shadow: 0px 0px 4px 2px rgba(225,233,243,1); }
.sale-item:active { border:2px solid #40a14a; box-shadow:none; }

.deals-box .sale-item { display: inline-block; width: 235px; position: relative; border: 1px solid #e1ebf2; text-align: right; height: 323px; margin-bottom: 15px; }


.sale-item a { text-decoration: none; display:inline-flex}
.sale-item h3 { font-size: 36px; line-height: 1; color: #0d2f6c; font-weight: 700; margin: 0; }
.sale-item h4 { font-size: 24px; line-height: 1; color: #8d8d8d; margin: 0; }
.sale-item h6 { font-size: 18px; line-height: 1.11; color: #000; margin: 0; }

.sale-item p { font-size: 16px; /*line-height: 1.25;*/ color: #72849a; margin: 0; }
.sale-item strong { font-size: 30px; line-height: 0.8; float: left; margin-top: -11px; }
.sale-item strong small { font-size: 16px; color: #9a9a9a; font-weight: 400; }
.sale-item strong sub { font-size: 21px; vertical-align: baseline; }

.sale-item img { height:100%; min-width: 100%; display: block; }
.sale-item-image { position: relative; z-index: 1; height:230px }
.sale-item-image:before { content: ''; z-index: 1; background-color: #2d374b; }

.sale-item-icon,
.sale-item-icon i,
.sale-item-image:before { transition: opacity .4s ease; }

.sale-item-icon,
.sale-item-image:before  { opacity: 0; }
.sale-item-icon {
    width: 80px;
    height: 80px;
    z-index: 2;
    background-color: var(--deal-component-hover-background);
    border-radius: 50%;
    -ms-transform: translateY(35px);
    transform: translateY(35px);
}

.sale-item-inner { color: #fff; text-align: center; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-line-pack: center; align-content: center; background-color: #ffbe2f; }
.sale-item-inner i { display: block; margin: 0 auto 16px; }
.sale-item-inner h3 { font-size: 30px; line-height: 0.9; color: #fff; width: 100%; margin: 0 0 2px; }
.sale-item-inner p { font-size: 18px; line-height: 1.39; color: #fff; font-weight: 700; width: 100%; padding-bottom: 37px; }

.sale-item-content { position: absolute; top: 0; right: 0; left: 0; z-index: 2; padding: 9px 10px; background-color: #fff; }
.sale-item-content i { position: absolute; top: 100%; right: 35px; z-index: 2; margin-top: -2px; }

.deals-box .link-scroll { opacity: .5; width: 24px; position: absolute; bottom: 0; left: 50%; margin: 0 0 15px -14px; }
.deals-box .section-nav { padding-right: 17px;  }
.deals-box .section-head h3,
.deals-box .section-head h2 { letter-spacing: -0.03em; }
.deals-box .sale-items { display: block; text-align:center; }
.deals-box .sale-items:after { }
.deals-box .sale-item { width:234px; display:inline-block; border-color: #c3cedb;text-align:right;margin-bottom: 15px;}
.deals-box .sale-item:not(:nth-child(5n)){margin-left:10px}
.deals-box .sale-item a { max-width: 100%;width:100%; -ms-flex-flow: column-reverse wrap; flex-flow: column-reverse wrap; display:block; height:inherit; margin:0; padding:0; }
.deals-box .sale-item h6 { height: 42px;font-size: 21px; line-height: 1; font-weight: 400; margin-bottom: 10px; }
.deals-box .sale-item h6 .text-en { line-height: .8; }
.deals-box .sale-item ul { text-align: right; font-size: 13px; line-height: 1; color: #000; float: right; padding: 0; margin: 0; list-style: none outside none;padding-left: 4px;}
.deals-box .sale-item ul span { color: #72849a; }
.deals-box .sale-item p { font-size: 13px; color: #72849a; float: left; position: relative;  }
.deals-box .sale-item p:before { content: ''; width: 0; height: 31px; position: absolute; top: 3px; right: 0; background-color: #c3cedb; }
.deals-box .sale-item p strong {  color: #000; display: block; float: none; margin: 0; }
.deals-box .sale-item .sale-item-icon { -ms-transform: none; transform: none; }
/*.deals-box .sale-item-image { top:0; width:100%; position:absolute; }*/
.deals-box .banners-box ~ .tab .sale-item:first-child { margin-right: 495px; }
.deals-box .banners-box ~ .tab .sale-item:nth-child(n+9) {display:none; }
.deals-box .banners-box { width: 480px; position: absolute; z-index: 10; }

.deals-box .sale-item h6 { font-size: 19px; line-height: 1; color: #000; margin: 0; height: 69px; font-weight: normal; }
.deals-box .sale-item h6 span{ float: right;width: 100%;position: relative;color: #72849a;font-size: 13px; margin-top: 2px; overflow: hidden; height: 26px;}

/**/.deals-box .sale-item .down-content {display:flex; width: 100%; position: relative;}
.deals-box .sale-item .down-content .deal-box-date{ width:60%;}
.deals-box .sale-item .down-content .deal-box-Price{ padding-right: 5px;}

.deals-box .sale-item-content li span { color: #72849a; }
.deals-box .sale-item-content p { float: left; position: relative;}
.deals-box .sale-item-content p span { display: block; color: #72849a; padding-bottom: 7px; letter-spacing: -0.02em; }
.deals-box .sale-item-content p strong { font-size: 24px; color: black; font-weight: normal; margin-top: -5px; }
.deals-box .sale-item-content p strong sub { font-size: 17px; }
.deals-box .sale-item-content .deal-box-Price{height: 37px;border-right: 1px solid #e1e7ef;    padding-right: 12px;}
.deals-box .sale-item-content .deal-box-PriceRetail{float: none;margin-bottom: 7px;}
.deals-box .sale-item-content .deal-box-PriceRetail strong {font-size:20px;padding:0 0 4px 0;color: #72849a;text-decoration: line-through;}
.deals-box .sale-item-content .deal-box-Price p:only-child { position: absolute; bottom: 3px;}
.sale-item-reversed .sale-item-content { top: auto; bottom: 3px; }
.deals-box .sale-item-reversed .sale-item-content {padding: 10px 10px 7px 10px; /*display: flex; flex-direction: column;*/}

.deals-box .sale-item ul li:last-child { padding-top: 4px; }

@media (max-width: 1279px) {
	.deals-box .sale-item p:before { content: none; }
	.deals-box .sale-item p strong { display: inline-block; vertical-align: middle; margin-top: -2px; }
}





.sale-item-reversed .sale-item-content i { top: auto; bottom: 100%; margin: 0 -3px -3px; color: #178823; font-size: 17px;}
.deals-box .sale-item-reversed .sale-item-content i { margin: 0 1px -1px; }

.sale-item-reversed .sale-item-icon { -ms-transform: translateY(-35px); transform: translateY(-35px); }

.sale-item-medium { -ms-flex: 0 0 66.67%; flex: 0 0 66.67%; max-width: 66.67%; }
.sale-item-medium .sale-item-content i { right: 29px; }

.sale-item-large,
.sale-items-col-1of3 .sale-item { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.sale-item-large .sale-item-content { text-align: center; padding: 21px 10px; }
.sale-item-large .sale-item-content i { top: -15px; bottom: auto; right: 0; left: 0; margin: auto; }
.sale-item-large .sale-item-content .hole-2 { width: 122px; height: 26px; right: 50%; margin-right: -61px; background-image: url(/Resources/Web/img/icons/hole3.png); }
.sale-item-large .sale-item-icon { -ms-transform: translateY(-51px); transform: translateY(-51px); }
.sale-item a:hover .sale-item-image:before { opacity: .6; }
.sale-item a:hover .sale-item-icon { opacity: 1; }



@media (max-width: 1279px) {
	.sale-item h3 { font-size: 30px; }
	.sale-item h4 { font-size: 20px; }
	.sale-item h6 { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	.sale-item strong { font-size: 24px; margin-top: -5px; }

	.sale-item-inner h3 { font-size: 24px; padding-bottom: 15px; }
	.sale-item-inner p { font-size: 16px; line-height: 1.25; padding-bottom: 0; }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.sale-item-large .sale-item-content .hole-2 { background-image: url(/Resources/Web/img/icons/hole3@2x.png); }
	.sale-item-reversed .sale-item-content .hole-2 { background-image: url(/Resources/Web/img/icons/hole7@2x.png); }
}

.sale-item .promotion-badge{    position: absolute;min-width: 64px;height: 78px;top: 0;left: 15px;z-index: 2; }
/*.sale-item-label{    width: 78px;    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;}

.sale-label:before {
    border-top: 23px solid #d3d3d3;
    border-left: 32px solid transparent;
    border-right: 33px solid transparent;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    top: 64px;
    width: 0;
    z-index: 2;
}

.sale-label {
    width: 64px;
    height: 64px;
}

.sale-label:after{display:none;}
.sale-text{padding-right:0 !important}*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Resources/Shared/vendor/OwlCarousel2-master/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Promotion Banners */
    .banners-box .banner-promotion-text {
        padding-right: 20px;
        word-spacing: -2px;
    }

        .banners-box .banner-promotion-text .promotion-text-one {
            font-size: 20px;
            text-decoration: none;
            position: absolute;
            bottom: 38px;
        }

        .banners-box .banner-promotion-text .promotion-text-two {
            font-size: 24px;
            text-decoration: none;
            position: absolute;
            bottom: 16px;
            font-weight: bold;
        }

    .banners-box .item.DesltopRectangleSmall {
        height: 244px;
        /*width: 404px;*/
    }

    .banners-box .item.DesltopRectangleMedium {
        height: 329px;
        width: 498px;
    }

.banners-box .banner-promotion-item img {
    height: 244px;
    width: 404px;
}
.owl-carousel.promotion-banners .item {
    /*width: 404px;*/
}
.banners-box.wide .idea { margin-bottom: 15px; margin-left: 12px; width:613px; height: 234px; }
.banners-box.DeskExtSmall .DeskExtSmall { margin-bottom: 15px; margin-left: 12px; width:240px; height: 240px; }
.banners-box.DeskExtSmall .idea img {height: 240px; width:240px}
.banners-box.DeskExtSmall .ideas li { padding-left: 8px }
.banners-box.DeskExtSmall .ideas li:last-child { padding-left: 0; }
.banners-box.small .idea {
    width: 300px;
    height: 300px;
    margin-bottom: 15px
}

    .banners-box.small .idea:not(:nth-child(4n)) {
        margin-left: 10px
    }
ul.banners{
    text-align:center;
}
ul.banners li {
    text-align: center;
    padding: 5px;
    display:inline-block;
}
/* ------------------------------------------------------------ *\
	Ideas
\* ------------------------------------------------------------ */

.ideas { color: #fff; text-align: center; padding: 0; margin: 12px -7px; list-style: none outside none; }
.idea {display:inline-block }
.idea i { display: block; margin: auto; }
.idea .banner-overlay, .idea .banner-overlayWithLinks  { height: 100%; display: block; position: relative; overflow: hidden; }
.idea p { font-size: 27px; line-height: 1; margin: 0; }

.idea h3 { line-height: 1; margin: 0; }

.idea h4 { line-height: 1.28; padding-top: 1px; margin: 0; font-size: 28px;}

.idea img { height: 100%; min-width: 100%; max-width: none; display: block; }
 
.idea-high { float: left; }

.idea-title,
.idea-overlay,
.idea-icon i { transition: all .5s ease; }

.idea-title { top: auto; z-index: 1; padding: 12px 10px;background-color:rgba(0, 21, 61, 0.51);padding-top:10px; -ms-transform: translateY(0%); transform: translateY(0%); }

.idea-title i{top: -12px;left: 0;right: 0;position:absolute;    color: white;font-size: 16px;}
.idea-title h4 ~ p {font-size:16px}
.ideal-price-label {width: 84px;height: 104px;position: absolute;top: 0;left: 0;right: 0;margin:auto} 
.ideal-price-label .sale-label:after{display:none}

.idea-overlay { display: -ms-flexbox; display: flex; -ms-flex-flow: column wrap; flex-flow: column wrap; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; z-index: 2; background-color: rgba(0,0,0,.5); }
.idea-overlay.overlayWithLinks { justify-content: inherit;}

.idea-icon { width: 80px; height: 80px; display: inline-block; position: relative; margin: 0 auto; background-color: var(--primary-color); border-radius: 50%; }

.idea .banner-overlayWithLinks:hover .idea-title,
.idea .banner-overlay:hover .idea-title { -ms-transform: translateY(140%); transform: translateY(140%); }
.idea .banner-overlayWithLinks:hover .idea-overlay,
.idea .banner-overlay:hover .idea-overlay { opacity: 1; visibility: visible; }

.idea-caption { font-size: 29px; line-height: 1.12; font-weight: 500; text-align: right; letter-spacing: -0.012em; position: absolute; bottom: 0; right: 0; left: 0; z-index: 3; padding: 11px 14px; }
.idea-caption:after { content: ''; width: 18px; height: 18px; display: inline-block; vertical-align: middle; border-width: 0 0 4px 4px; border-style: solid; border-color: transparent transparent currentColor currentColor; margin: 10px -14px 0 -4px; -ms-transform: rotate(45deg); transform: rotate(45deg); -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: transform 0s; float: left; }

.idea .banner-overlayWithLinks h3{ font-size: 25px; margin-top: 65px;}
.idea .banner-overlayWithLinks a{ font-size: 33px;line-height: 1;}
.idea .banner-overlayWithLinks .idea-box-links{ margin: 38px auto; display: inline-flex;}
.idea .banner-overlayWithLinks .idea-box-link{ display: inline-block; width: 50%;}
.idea .banner-overlayWithLinks .idea-box-link i{ color: white; font-size: 32px; margin-bottom: 10px;}
.idea .banner-overlayWithLinks .idea-box-link span{ font-size: 18px;}

.vertical-line-outer { width: 1.5px; height: 50px; margin: 0 20px 0 20px; overflow: hidden; }
.vertical-line-inner { border-left: 9px solid #00ff54; display: inline; box-shadow: 2px 14px 11px 12px #d3cfcf; }

.page-section.themes .ideas li {
    padding-left: 16px;
    padding-bottom: 18px;
}

@media (max-width: 1279px) {
	.idea { height: 200px; }	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.idea-title { background-image: url(/Resources/Web/css/components/images/overlay@2x.png); background-size: 613px 84px; }
}


/* ------------------------------------------------------------ *\
	Search Block
\* ------------------------------------------------------------ */

.search-block {
    width: 100%;
    position: relative;
    z-index: 7;
}

.section-search {
    background: url(/resources/web/img/search-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 1px;
    margin-top: -1px;
}

    .section-search .tab:before, .section-search .tab:after {
        display: none;
    }

    .section-search .shell:before, .modal .section-search {
        background: none;
    }

/* ------------------------------------------------------------ *\
	Search Autocomplete
\* ------------------------------------------------------------ */

.dropdown-autocomplete h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 16px 18px 7px 10px;
}

.list-autocomplete a {
    font-size: 18px;
    padding: 13px 50px 13px 10px;
    color: #000;
}

    .list-autocomplete a:hover {
        background: #f6f9fb;
        color: #000;
    }

.list-autocomplete span {
    color: #6e8caf;
}

.list-autocomplete a:hover span {
    color: #6e8caf;
}

.list-autocomplete em {
    width: 35px;
}

.list-autocomplete i {
    margin-top: 15px;
    margin-right: 15px;
    font-size: 21px
}

.list-autocomplete li.no-result {
    padding: 13px 20px 13px 10px;
}

.section-search .ui-autocomplete .ui-menu-item {
    font-size: 18px;
    margin-right: 20px;
    border: none;
    border-bottom: 1px solid #e1e8f0;
    padding-right: 35px;
}

    .section-search .ui-autocomplete .ui-menu-item:hover {
        background: #f6f9fb;
    }

    .section-search .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        color: #2a3335;
    }

    .section-search .ui-autocomplete .ui-menu-item:first-child {
        margin-right: 0;
    }

        .section-search .ui-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
            font-weight: bold;
        }

    .section-search .ui-autocomplete .ui-menu-item .ui-autocomplete-item-icon {
        width: 38px;
    }

    .section-search .ui-autocomplete .ui-menu-item:not(:first-child) .ui-autocomplete-item-icon i {
        width: 16px;
        height: 15px;
        background-size: cover;
    }

/* ------------------------------------------------------------ *\
	Search Main Navigation
\* ------------------------------------------------------------ */
/**/

.section-search .niche-search-navigation {
    max-width: 1240px;
    margin: 0 auto;
}

.section-search .search-navigation {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 200px;
    position: relative;
    margin-top: 59px;
    min-height: 410px;
}

    .section-search .search-navigation .right-navigation {
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        text-align: right;
        padding: 0;
        width: 200px;
    }

        .section-search .search-navigation .right-navigation li {
            display: block;
            margin-bottom: 2px;
            position: relative;
        }

        .section-search .search-navigation .right-navigation ul {
            padding-top: 11px;
        }

            .section-search .search-navigation .right-navigation ul:before {
                position: absolute;
                top: 0;
                left: 0;
                height: 9px;
                width: 100%;
                background: rgba(0, 0, 0, 0.4);
                border-radius: 2px;
            }

            .section-search .search-navigation .right-navigation ul:after {
                position: absolute;
                bottom: -8px;
                left: 0;
                height: 8px;
                width: 100%;
                background: rgba(0, 0, 0, 0.4);
            }

        .section-search .search-navigation .right-navigation li:after {
            display: none;
        }

        .section-search .search-navigation .right-navigation li a {
            padding: 18px 55px 19px 10px;
            display: block;
            color: white;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 2px;
            font-size: 20px;
        }

        .section-search .search-navigation .right-navigation .current a {
            font-weight: normal;
            background: none;
        }

        .section-search .search-navigation .right-navigation li a:hover,
        .section-search .search-navigation .right-navigation .current a {
            color: white
        }

            .section-search .search-navigation .right-navigation li a:hover i,
            .section-search .search-navigation .right-navigation .current a i {
                color: white
            }

.nav-tabs ul li a i {
    color: white
}

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.form-search .form-search {
    padding: 0;
}

.form-search {
    padding: 0 75px 0 0px;
}

    .form-search .form-header {
        position: relative;
        display: table;
        width: 100%;
        padding-top: 35px;
        padding-bottom: 50px;
    }

.modal .form-search .form-header {
    padding: 0
}

.form-search .form-header .tab-title {
    font-size: 41px;
    color: white;
    text-shadow: 0 0 #0d151a;
    font-weight: bold;
    float: right;
    line-height: 42px;
}

    .form-search .form-header .tab-title.target-title {
        display: inline;
        float: none;
    }

.modal .form-search .form-header .tab-title {
    color: rgba(0,0,0,.15);
    font-size: 32px;
    font-weight: 500
}

.form-search .form-header .nav-tabs-secondary {
    float: left;
    line-height: normal;
    padding-bottom: 0;
    position: static;
}

    .form-search .form-header .nav-tabs-secondary a {
        /*background: #012c49;*/
        background: var(--search-tab-bg-color);
        padding: 8px 12px;
        font-weight: normal;
        min-width: 0;
        font-size: 16px;
        color: #fff;
    }
        /*.form-search.strip-view .form-header .nav-tabs-secondary a { background: rgba(56, 55, 55, 0.55);}*/
        .form-search .form-header .nav-tabs-secondary a:hover, .form-search .form-header .nav-tabs-secondary .current a {
            background: #91a6bf;
        }

.search-engine-coverHeader .form-search .form-header .nav-tabs-secondary.flight-SearchType-tabs a {
    opacity: 0.65;
    background-color: #000000;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.50);
    margin-bottom: 2px;
    border-top: solid 2px rgb(103, 112, 119);
}
    /*#4a5562*/
    .search-engine-coverHeader .form-search .form-header .nav-tabs-secondary.flight-SearchType-tabs a:hover, .form-search .form-header .nav-tabs-secondary.flight-SearchType-tabs .current a {
        background-color: var(--search-tab-bg-active-color);
      /*  border-top: solid 2px #D3E1EE;*/
        opacity: 1;
        /*  background-color: #92A6BF;
        border-top: solid 2px #D3E1EE;*/
        font-weight: 700;
    }

.form-search .form-header .nav-tabs li:after {
    display: none;
}

.form-search .form-body { /*padding-bottom: 15px;*/
    margin: 0;
    border: 0;
}

    .form-search .form-body .form-cols {
        margin: 0
    }

        .form-search .form-body .form-cols:not(.promotion) + .form-cols {
            margin-top: 15px
        }

    .form-search .form-body .form-row {
        padding: 1px 52px 1px 10px;
        border-radius: 2px;
    }

    .form-search .form-body .form-row-icon {
        width: 55px;
    }

    .form-search .form-body .form-label {
        font-size: 20px;
        padding-top: 12px;
    }

    .form-search .form-body input {
        font-size: 20px;
        padding: 0;
    }

        .form-search .form-body input::-webkit-input-placeholder {
            font-weight: 400;
            font-size: 20px
        }

        .form-search .form-body input:-moz-placeholder {
            font-weight: 400;
            font-size: 20px
        }

        .form-search .form-body input::-moz-placeholder {
            font-weight: 400;
            font-size: 20px
        }

        .form-search .form-body input:-ms-input-placeholder {
            font-weight: 400;
            font-size: 20px
        }
    /* all */
    .form-search .form-body ::-webkit-input-placeholder {
        font-size: 22px;
    }

    .form-search .form-body ::-moz-placeholder {
        font-size: 22px;
    }
    /* firefox 19+ */
    .form-search .form-body :-ms-input-placeholder {
        font-size: 22px;
    }
    /* ie */
    .form-search .form-body input:-moz-placeholder {
        font-size: 22px;
    }

    .form-search .form-body .form-row-secondary {
        padding: 0;
    }

    .form-search .form-body .spinner input.spinner-value {
        text-align: center;
        border: none;
        background: none;
    }

.form-search .form-row .form-row-icon i {
    color: #91a6bf;
    font-size: 26px;
    padding: 14px !important
}

    .form-search .trip-details-select-options i.icon-meurganim:before,
    .form-search .form-row .form-row-icon i.icon-cars {
        font-size: 22px
    }

/* ski sites */

.ski-search-box .dropdown-menu .dropdown-item {
    padding-left: 15px
}

    .ski-search-box .dropdown-menu .dropdown-item .icon-ski {
        float: right;
        line-height: 29px;
        margin-left: 5px;
    }

    .ski-search-box .dropdown-menu .dropdown-item text {
        font-size: 18px
    }


/* ------------------------------------------------------------ *\
	Search Form Col
\* ------------------------------------------------------------ */

.form-search .form-col-1of2 {
    padding: 0 15px;
}

    .form-search .form-col-1of2:first-child {
        padding-right: 0;
    }

    .form-search .form-col-1of2:nth-child(2) {
        padding-right: 0;
    }

    .form-search .form-col-1of2:last-child {
        padding-left: 0;
    }

.form-search .form-col-1of5 {
    padding: 0 5px;
    width: 20%;
}

    .form-search .form-col-1of5:first-child {
        padding-right: 0;
    }

    .form-search .form-col-1of5:last-child {
        padding-left: 0;
    }

.form-search .form-col-one-way {
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Search Form Action Button/Checkboxes
\* ------------------------------------------------------------ */

.form-section-content {
    display: table;
    width: 100%;
}


.form-search .action-button-wrapper { 
    float: left;
    margin-top: 20px;
}

    .form-search .action-button-wrapper .form-btn {
        padding: 12px 45px;
        min-width: 0;
        border-radius: 3px;
        font-size: 38px;
        line-height: 1;
        font-weight: bold;
        transition: all .1s ease;
    }

        .form-search .action-button-wrapper .form-btn:hover {
            margin-top: 2px;
        }

.form-search .checkbox-options {
    font-size: 18px;
    color: #a5cad4;
    display: inline-block;
    margin-top: 15px;
}
    .form-search .checkbox-options ul {
        list-style-type: none;
        display: table;
    }

        .form-search .checkbox-options ul li {
            float: right;
            margin-left: 24px;
        }

            .form-search .checkbox-options ul li label {
                font-size: 16px;
                color: #fff;
                padding-right: 24px;
                line-height: 18px;
            }

                .form-search .checkbox-options ul li label:before {
                    width: 17px;
                    height: 17px;
                }

/* ------------------------------------------------------------ *\
	Two Month Calendar Input/Select
\* ------------------------------------------------------------ */

.section-search .two-month input::-webkit-input-placeholder, .section-search .one-way-date input::-webkit-input-placeholder,
.section-search .two-month input::-moz-placeholder, .section-search .one-way-date input::-moz-placeholder,
.section-search .two-month input:-ms-input-placeholder, .section-search .one-way-date input:-ms-input-placeholder,
.section-search .two-month input:-moz-placeholder, .section-search .one-way-date input:-moz-placeholder,
.section-search .flight-options .dropdown-text, .dropdown-hotels .dropdown-text, .form-col-vacation-hotel-rooms .dropdown-text, .form-search .form-body .cars-rental-driver-age input,
.flight-persons-eylat .dropdown-text {
    font-weight: normal;
    font-size: 21px;
}

.form-datepicker .date-picker-wrapper .month-wrapper .gap:before {
    content: "";
    width: 1px;
    position: absolute;
    height: 51px;
    top: -51px;
    background: #fff;
    left: 10px;
}

.form-datepicker .date-picker-wrapper .month-wrapper table .day.day-highlight:not(.invalid):before {
    top: auto;
    bottom: -2px;
}

.form-search .two-month-date input {
    display: inline-block;
    width: 120px;
}

.form-search .two-month input:first-child {
    position: absolute;
    width: 100%;
    right: 0;
    padding-right: 52px;
    background: none;
}

.form-search .two-month input:not(:first-child) {
    padding-right: 90px;
}

.form-search .form-col-1of4 .two-month input:not(:first-child) {
    margin-right: 0;
    padding-right: 93px;
}
/*.form-search .two-month.cars input:not(:first-child){margin-right:150px;}*/
/*.form-search .strip-box .two-month.cars input:not(:first-child){margin-right:90px;}*/
.form-search .two-month:after {
    position: absolute;
    top: 20px;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: transparent transparent inherit inherit;
    margin: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    transition: transform 0s;
    right: auto;
    left: 16px;
    border-width: 1px;
    border-color: #fff #fff #000 #000;
}

.form-search .two-month.hide-after:after {
    visibility: hidden;
}

.form-search .dropdown-button {
    padding: 12px 63px 12px 36px;
    border-radius: 2px;
    z-index: 1;
}

.form-search .form-is-one-way .two-month input ~ input {
    visibility: hidden;
}

.search-block .form-search .dropdown-button .dropdown-icon i.icon-place:before {
    font-size: 24px;
    padding: 14px 20px
}
/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.cars-rental-driver-age .checkbox label {
    color: #a5cad4;
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px;
    padding-right: 24px;
}

    .cars-rental-driver-age .checkbox label:before {
        width: 17px;
        height: 17px;
    }

.cars-rental-driver-age > .form-col:first-child {
    width: 38%;
}

.cars-rental-driver-age > .form-col:last-child {
    width: 62%;
}

.cars-rental-driver-age > .form-col .form-row {
    padding: 3px 52px 3px 10px;
}

/* ------------------------------------------------------------ *\
	Search Form Flights
\* ------------------------------------------------------------ */

.form-search .one-way-date:after {
    position: absolute;
    top: 20px;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: transparent transparent inherit inherit;
    margin: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    transition: transform 0s;
    right: auto;
    left: 16px;
    border-width: 1px;
    border-color: #fff #fff #000 #000;
}

.passenger-count-dropdown {
    padding: 0 15px 0 20px;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    z-index: -1;
}

    .passenger-count-dropdown h4 {
        color: #95a5b9;
        font-size: 24px;
        font-weight: normal;
        margin: 15px 0 5px;
        position: relative;
        display: inline-block;
        line-height: 1
    }

    .passenger-count-dropdown ul {
        list-style-type: none;
        margin-bottom: 0;
    }

    .passenger-count-dropdown .flight-class-options {
        margin-bottom: 15px;
    }

        .passenger-count-dropdown .flight-class-options ul {
            display: table;
        }

            .passenger-count-dropdown .flight-class-options ul li {
                float: right;
                margin-left: 5px;
            }

                .passenger-count-dropdown .flight-class-options ul li .checkbox { /*border:1px solid #e4ecf2;*/
                    padding: 1px;
                }

                    .passenger-count-dropdown .flight-class-options ul li .checkbox label {
                        color: #2a3335;
                        padding: 0 25px 0 0;
                        line-height: 18px;
                        font-size: 18px;
                    }

                        .passenger-count-dropdown .flight-class-options ul li .checkbox label:before {
                            width: 19px;
                            height: 19px;
                            border: 1px solid #91a6bf;
                            border-radius: 50%;
                        }

                .passenger-count-dropdown .flight-class-options ul li:last-child .checkbox {
                    margin: 0;
                }

        /**new custom radio buttons */
        .passenger-count-dropdown .flight-class-options .checkbox input:checked ~ label i {
            opacity: 1;
            background-color: var(--dropdown-checkbox);
            top: 3px;
            right: 3px;
        }

        .passenger-count-dropdown .flight-class-options .checkbox i {
            width: 13px;
            height: 13px;
            margin: 0;
            border-radius: 50px;
            background-image: none;
        }

.multiflight-persons, .passenger-count, .hotel-persons {
    display: table;
    width: 100%;
    border-bottom: 1px solid #edf1f6;
    padding: 10px 0;
}

    .multiflight-persons:last-child, .passenger-count:last-child, .hotel-persons:last-child {
        border-bottom: none;
    }

    .multiflight-persons label, .passenger-count label, .hotel-persons label {
        color: #2a3335;
        font-size: 21px;
    }

        .multiflight-persons label span, .passenger-count label span, .hotel-persons label span {
            color: #91a6bf;
            font-size: 18px;
        }

    .multiflight-persons .spinner, .passenger-count .spinner, .hotel-persons .spinner {
        float: left;
        width: 98px;
        padding: 0;
    }

        .multiflight-persons .spinner button, .passenger-count .spinner button, .hotel-persons .spinner button {
            width: 24px;
            height: 24px;
        }

    .multiflight-persons .spinner-add:before, .passenger-count .spinner-add:before, .passenger-count .spinner-remove:before, .hotel-persons .spinner-add:before, .hotel-persons .spinner-remove:before, .multiflight-persons .spinner-remove:after {
        width: 12px;
    }

    .multiflight-persons .spinner-add:after, .passenger-count .spinner-add:after, .hotel-persons .spinner-add:after {
        height: 12px;
    }

    .multiflight-persons .spinner-value, .passenger-count .spinner-value, .hotel-persons .spinner-value {
        width: 48px;
    }

.form-search .form-is-domestic .hidden-on-domestic {
    display: none;
}

.form-search .hidden-on-abroad {
    display: none;
}

.form-search .form-is-domestic .hidden-on-abroad {
    display: inherit;
}

.list-autocomplete a[data-iata="AllDes"] {
    background-color: #eeecec;
}

    .list-autocomplete a[data-iata="AllDes"]:hover {
        background: #9cb7c9;
    }
/* ------------------------------------------------------------ *\
	Search Form MultiFlights
\* ------------------------------------------------------------ */

/*.show-on-multi-flight{display:none;}*/

.flight-direction-tabs ~ .form-wrapper form {
    display: none;
}

    .flight-direction-tabs ~ .form-wrapper form.current {
        display: block;
    }

.form-search .multi-destination-search .hidden-on-multi-flight {
    display: none;
}

.form-search .multi-destination-search {
    margin: 0;
}

    .form-search .multi-destination-search .form-datepicker {
        left: 0;
        right: auto;
    }

    .form-search .multi-destination-search .form-body {
        padding-bottom: 50px;
    }

.form-search.strip-view .multi-destination-search .form-body {
    padding-bottom: 10px;
}

.form-search .multi-destination-search .car-options {
    width: 414px;
    margin-top: 20px;
    margin-bottom: 7px;
}

.form-search.strip-view .multi-destination-search .car-options {
    margin-right: 20px;
}

.form-search .multi-destination-search .form-col-1of3 {
    padding: 0 10px;
    width: 35%;
}

    .form-search .multi-destination-search .form-col-1of3:first-child {
        padding-right: 0;
    }

    .form-search .multi-destination-search .form-col-1of3:last-child {
        padding-left: 0;
        width: 30%;
    }

        .form-search .multi-destination-search .form-col-1of3:last-child input {
            font-size: 21px;
        }

.form-search .multi-destination-search .form-sections {
    padding: 0
}

.form-search.strip-view .multi-destination-search .form-sections {
    margin-left: 55px;
}

.form-search .multi-destination-search .form-sections .form-section {
    padding: 0;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.form-search.strip-view .multi-destination-search .form-sections .form-section {
    margin-right: 20px;
}

    .form-search.strip-view .multi-destination-search .form-sections .form-section:first-child {
        margin-top: 8px;
    }

.form-search .multi-destination-search .form-sections .form-section .form-section-head {
    padding: 0;
}

    .form-search .multi-destination-search .form-sections .form-section .form-section-head h4:before {
        display: none;
    }

    .form-search .multi-destination-search .form-sections .form-section .form-section-head h4:after {
        position: absolute;
        content: counter(section)'.';
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        bottom: 0;
        line-height: 18px;
        right: -28px;
    }

.form-search .multi-destination-search .form-sections .form-section:last-child {
    margin-bottom: 0;
}

.form-search .multi-destination-search .btn-add {
    color: #a5cfec;
    background: none;
    font-size: 18px;
    font-weight: normal;
    border: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    margin: 0;
    display: inline-block;
    margin-top: 5px;
    margin-right: 1px;
}

.form-search.strip-view .multi-destination-search .btn-add {
    margin-right: 20px;
}

.form-search.strip-view .multi-destination-search {
    padding-right: 10px;
}

.form-search .multi-destination-search .btn-add span {
    background: url(/Resources/Web/css/images/icons/add-button.png);
    width: 19px;
    height: 19px;
}

    .form-search .multi-destination-search .btn-add span:before, .multi-destination-search .btn-add span:after {
        display: none;
    }

.form-search .multi-destination-search .btn-remove {
    position: absolute;
    left: -35px;
    top: 15px;
    margin: 0;
}

    .form-search .multi-destination-search .btn-remove span {
        background: none;
        width: 20px;
        height: 20px;
    }

        .form-search .multi-destination-search .btn-remove span:before {
            width: 20px
        }

        .form-search .multi-destination-search .btn-remove span:after {
            height: 20px;
        }

.form-search .multi-destination-search .form-actions {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.form-search.strip-view .multi-destination-search .form-actions {
    left: 35px;
    bottom: 20px;
}

.multi-destination-search .field {
    height: 49px;
}

.multi-destination-search .action-button-wrapper {
    top: -122px;
}


/* ------------------------------------------------------------ *\
	Search Form Hotels
\* ------------------------------------------------------------ */

.hotel-rooms {
    padding: 0 15px 0 20px;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    z-index: -1;
}

    .hotel-rooms h4 {
        color: #95a5b9;
        font-size: 24px;
        font-weight: normal;
        margin: 15px 0 5px;
        position: relative;
        display: inline-block;
        line-height: 1;
        margin-top: 5px;
    }

        .hotel-rooms h4:before {
            content: counter(section)':';
            color: #95a5b9;
            font-size: 24px;
            float: left;
            font-weight: normal;
            margin-right: 5px;
        }

    .hotel-rooms ul {
        list-style-type: none;
    }

.hotel-room-list .childrens {
    font-size: 21px;
    color: #2a3335;
    min-height: 40px;
}

    .hotel-room-list .childrens .form-row {
        padding: 0;
        border-radius: 0;
    }

        .hotel-room-list .childrens .form-row .form-label-select-primary {
            padding: 7px;
            color: #76869d;
            font-size: 18px;
            background: #fff;
            border-radius: 2px;
            border: 1px solid #dfe7ee;
        }

            .hotel-room-list .childrens .form-row .form-label-select-primary:after {
                width: 8px;
                height: 8px;
                border-color: #fff #fff #76869d #76869d;
            }

    .hotel-room-list .childrens .form-col-1of5 {
        width: 21%;
        margin: 3px 3px 3px 3px;
    }

        .hotel-room-list .childrens .form-col-1of5:first-child {
            width: 16%;
            padding-top: 5px;
            height: 40px;
        }

    .hotel-room-list .childrens .select option {
        font-size: 20px;
        line-height: 22px;
    }

.hotel-room-list.hotel-room-list-israel .infants {
    border-top: 1px solid #edf1f6;
}

.hotel-room-list.hotel-room-list-israel ul {
    margin-bottom: 0;
}

.hotel-room-list.hotel-room-list-israel .childrens {
    margin-bottom: 15px;
}

.hotel-rooms {
    padding: 0 0 10px;
}

    .hotel-rooms .form-sections {
        padding-bottom: 45px;
    }

        .hotel-rooms .form-sections .form-section {
            padding: 10px 15px 10px 20px;
            border-bottom: 1px dashed #dce2e4;
            background: #f7fafd;
            position: relative;
        }

            .hotel-rooms .form-sections .form-section:last-child {
                border: none;
                background: none;
            }

    .hotel-rooms .add-room-button {
        color: #48a0dc;
        font-size: 18px;
        position: relative;
        background: none;
        border: none;
        padding-right: 24px;
        margin-right: 15px;
    }

        .hotel-rooms .add-room-button:before {
            content: "";
            background: url(/Resources/Web/css/images/icons/ico-plus.png);
            width: 19px;
            height: 19px;
            position: absolute;
            right: 0;
        }

    .hotel-rooms .btn-remove {
        width: 73px;
        height: 19px;
        line-height: 1;
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .hotel-rooms .btn-remove > div, .hotel-rooms .btn-remove > i {
            display: inline-block
        }

.dropdown-menu.hotel-rooms {
    overflow: visible;
    z-index: 0;
}

    .dropdown-menu.hotel-rooms li.note-item {
        padding-top: 10px
    }

/* ------------------------------------------------------------ *\
	Multy Room Selector
\* ------------------------------------------------------------ */
.room-selector div[class^='column-'] {
    display: inline-block;
}

.form-cols .form-sections .form-section:first-child .js-remove-section {
    visibility: hidden
}

.room-selector .form-col-header {
    margin: 2px 0px 2px 5px;
}

    .room-selector .form-col-header .column-1 {
        padding: 0px 20px 0px 0px;
    }

.room-selector {
    counter-reset: rule;
    position: relative;
}

    .room-selector .column-1 .js-remove-section span {
        width: 16px;
        height: 16px;
        margin-right: 9px;
        margin-top: 5px;
    }

        .room-selector .column-1 .js-remove-section span::after {
            height: 12px;
        }

        .room-selector .column-1 .js-remove-section span::before {
            width: 12px;
        }

    .room-selector .column-1 {
        width: 10%;
    }

    .room-selector .column-2 {
        width: 74%;
        position: relative;
        padding-right: 20px;
        border-right: 1px solid #e1e8f0;
    }

    .room-selector .column-2 {
        margin-right: 20px;
    }

    .room-selector .form-col-body .column-2:before {
        counter-increment: rule;
        content: counter(rule) ". ";
        width: 20px;
        position: absolute;
        right: -35px;
        top: 5px;
        color: #004e71;
        font-size: 24px;
    }

.form-cols .btn-add {
    color: var(--secondary-search-primary-color);
    background: none;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    margin: 0;
    display: inline-block;
    margin-right: 1px;
    padding: 15px;
}

.room-selector .dropdown-text {
    font-weight: normal;
    font-size: 20px;
}

.room-selector .room-selection .dropdown-menu .dropdown-list .dropdown-item {
    padding: 0px;
}

    .room-selector .room-selection .dropdown-menu .dropdown-list .dropdown-item text {
        font-size: 16px;
    }

.room-selector .room-selection .dropdown-menu.main-dropdown {
    overflow: visible;
}

.room-selector .room-selection .dropdown-menu .dropdown-list.main-dropdown {
    overflow: visible;
}

    .room-selector .room-selection .dropdown-menu .dropdown-list.main-dropdown .sub-dropdown {
        overflow: visible;
    }

.room-selector .column-2 .dropdown-button {
    padding: 2px 12px 2px 30px;
}

.room-selector .dropdown-open .column-2 .dropdown-button {
    box-shadow: 0 0 0 2px #eeeeee;
}

.room-selector .passenger-count-dropdown {
    padding: 0 11px 0 11px;
}

.room-selector .dropdown-open.room-selection .capacity-dropdown:not(.dropdown-open) .dropdown-list {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.room-selector .form-col-vacation-hotel-rooms + button {
    padding: 0 10px 5px 0
}

/* ------------------------------------------------------------ *\
	Search Form Car Rent
\* ------------------------------------------------------------ */

.car-rent-datepicker.form-datepicker-dual .form-datepicker-body {
    border-top: 0;
}

.car-rent-datepicker.form-datepicker-dual .car-rent-time {
    color: #000;
    margin: 0;
    border-top: 2px solid #178823;
    clear: both;
    padding: 10px 0;
}

.car-rent-datepicker .car-rent-time label {
    padding: 5px 12px;
    font-size: 18px;
}

.car-rent-datepicker .car-rent-time .dropdown-time {
    display: inline-block;
}

    .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-button {
        min-width: 160px;
        border: 1px solid #eeeeee;
        border-radius: 2px;
        padding: 5px 12px 5px 30px;
        font-size: 18px;
        color: #000;
        box-shadow: none;
        margin-bottom: 5px;
    }

        .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-button:after {
            content: "";
        }

    .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-item {
        font-size: 18px;
        padding: 3px 10px;
    }

        .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-item::after {
            right: 0;
            left: 0;
        }

        .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-item:hover {
            background: #f6f9fb;
        }

    .car-rent-datepicker .car-rent-time .dropdown-time .dropdown-menu {
        box-shadow: 0 2px 2px rgba(0,0,0,.15);
        margin-top: 0;
    }

.form-search .car-rent-places {
    background: #f7fafd;
    padding: 0;
    max-height: inherit;
    overflow: visible;
    overflow-y: visible;
}

    .form-search .car-rent-places h4 {
        font-size: 24px;
        margin-bottom: 15px;
        padding: 0;
    }

    .form-search .car-rent-places > div {
        padding: 15px 20px;
    }

    .form-search .car-rent-places .top-block {
        background: #fff;
        border-bottom: 1px dashed #dce2e4;
    }

    .form-search .car-rent-places .dropdown-list {
        max-height: 100%;
    }

    .form-search .car-rent-places .popular-places {
        display: table;
        width: 100%;
        list-style-type: none;
        font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif;
    }

        .form-search .car-rent-places .popular-places li {
            float: right;
            width: 50%;
            padding: 5px 0;
            border: none;
        }

            .form-search .car-rent-places .popular-places li a {
                color: #48a0dc;
                font-size: 14px;
                text-decoration: none;
                padding: 0 12px 0 0;
                position: relative;
            }
                /*.form-search .car-rent-places .popular-places li a:before{content:"";position:absolute;top: 8px;right:0;width:9px;height:9px;background:url(/Resources/Web/css/images/icons/left-double-arrow.png);}*/
                .form-search .car-rent-places .popular-places li a i {
                    font-size: 8px;
                    display: inline;
                    margin: 8px -3px 0 0px;
                    color: #418acc;
                }

                .form-search .car-rent-places .popular-places li a:hover {
                    color: #3986bb;
                }

                    .form-search .car-rent-places .popular-places li a:hover:before {
                        background: url(/Resources/Web/css/images/icons/left-double-arrow_hover.png);
                    }

/*.cars .between-date-separator { right: 181px;}*/

.car-rent-place-search > div {
    margin-bottom: 6px;
}

.car-rent-place-search .dropdown {
    position: relative;
    border: 1px solid #dfe7ee;
    border-radius: 3px;
}

.car-rent-place-search .dropdown-button {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 12px;
}

.car-rent-place-search .dropdown-item {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 15px;
}

    .car-rent-place-search .dropdown-item:last-child:after {
        display: none;
    }

.car-rent-place-search .dropdown select {
    display: block;
    border: 1px solid #dfe7ee;
    padding: 15px;
    padding: 8px 12px 8px 35px;
    color: #000;
    font-size: 18px;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .car-rent-place-search .dropdown select::-ms-expand {
        display: none;
    }

.car-rent-place-search .dropdown-open .dropdown-button {
    box-shadow: none;
}

.car-rent-place-search .dropdown-item:hover {
    background: #f6f9fb;
}

.car-rent-place-search .dropdown select option {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 15px;
    font-size: 16px;
}

    .car-rent-place-search .dropdown select option:not([disabled]) {
        font-family: 'Rubik';
        font-family: Arial;
    }

.car-rent-place-search .button-wrapper {
    text-align: left;
    margin-top: 15px;
}

    .car-rent-place-search .button-wrapper .form-btn {
        font-size: 23px;
        font-weight: bold;
        width: auto;
        min-width: 0;
        line-height: 23px;
        background: #178823;
        color: #fff;
        text-shadow: 0 3px #14721d;
        border: none;
        text-decoration: none;
        padding: 8px 33px;
        box-shadow: 0 3px #0b6714;
        border-radius: 3px;
    }

        .car-rent-place-search .button-wrapper .form-btn:hover {
            box-shadow: 0 3px #084c0f;
            border-radius: 3px;
        }

.car-rent-place-search .dropdown-open .dropdown-menu {
    max-height: 215px;
    overflow: auto;
}
/*.form-search .cars-rental-driver-age .form-label{padding-top: 5px;}*/

.form-search .strip-box [id^="cars_rental_"]::-webkit-input-placeholder {
    color: #1e8c2a;
}

.form-search .strip-box [id^="cars_rental_"]:-ms-input-placeholder {
    color: #1e8c2a;
}

.form-search .strip-box [id^="cars_rental_"]::-moz-placeholder {
    color: #1e8c2a;
}

.form-search .strip-box [id^="cars_rental_"]:-moz-placeholder {
    color: #1e8c2a;
}

/* ------------------------------------------------------------ *\
	Search Form Trips
\* ------------------------------------------------------------ */

.trip-details .dropdown-button .dropdown-text {
    font-size: 21px;
    font-weight: normal;
}

.trip-details .dropdown-menu, .trip-details .dropdown-autocomplete {
    padding: 0 0 15px 0;
    border-radius: 0 0 4px 4px;
}

.trip-details .trip-details-select-options ul {
    display: table;
    width: 100%;
}

    .trip-details .trip-details-select-options ul li {
        float: right;
        width: 50%;
        padding: 0;
        border: none;
    }

    .trip-details .trip-details-select-options ul .dropdown-item:after {
        display: none;
    }

    .trip-details .trip-details-select-options ul li:nth-child(odd) {
        padding-right: 8px;
        padding-left: 15px;
    }

    .trip-details .trip-details-select-options ul li:nth-child(even) {
        padding-left: 8px;
        padding-right: 15px;
    }

    .trip-details .trip-details-select-options ul li a {
        text-decoration: none;
        padding: 15px 30px 15px 5px;
        display: block;
        border-top: #edf1f6 1px solid;
        position: relative;
        line-height: 1;
    }

    .trip-details .trip-details-select-options ul li:nth-child(2) a, .trip-details ul li:nth-child(3) a {
        border: none;
    }

    .trip-details .trip-details-select-options ul li:hover a {
        border-color: transparent;
        background: #f6f9fb;
    }

    .trip-details .trip-details-select-options ul li a i {
        right: 4px;
        position: absolute;
        bottom: auto;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .trip-details .trip-details-select-options ul li a span {
        font-size: 20px;
        color: #2a3335;
        line-height: 20px;
    }

    .trip-details .trip-details-select-options ul li:first-child {
        color: #2a3335;
        font-size: 20px;
        font-weight: bold;
        padding: 0 15px;
        width: 100%;
    }

        .trip-details .trip-details-select-options ul li:first-child a {
            border-bottom: #edf1f6 1px solid;
            border-top: none;
            padding: 15px 30px 15px 5px;
            color: #000;
        }

            .trip-details .trip-details-select-options ul li:first-child a label {
                cursor: pointer;
            }

.trip-details .trip-details-select-options .trip-area:after, .trip-details .trip-details-select-options .trip-country:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: transparent transparent #333 #333;
    margin: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    transition: transform 0s;
    right: auto;
    left: 20px;
    position: absolute;
    top: 20px;
}

.trip-details .popular-trips {
    color: #fff;
    display: table;
    position: absolute;
    margin-top: 15px;
}

    .trip-details .popular-trips label {
        font-size: 21px;
        font-weight: bold;
        float: right;
    }

    .trip-details .popular-trips ul {
        float: right;
        list-style-type: none;
        margin-top: 2px;
        line-height: 1.1;
    }

        .trip-details .popular-trips ul li {
            float: right;
        }

            .trip-details .popular-trips ul li:last-child {
                margin-left: 0;
            }

            .trip-details .popular-trips ul li a {
                text-decoration: none;
                position: relative;
                font-size: 18px;
            }

                .trip-details .popular-trips ul li a i {
                    font-size: 9px;
                    color: #9baec2;
                    margin: 0 15px 0 5px
                }

                .trip-details .popular-trips ul li a:hover {
                    font-weight: bold
                }

.form-search .trip-action-button {
    top: -12px;
}
/*#trips_search_form .form-cols{margin:0}*/

/* ------------------------------------------------------------ *\
	Search Form Domestic Hotels
\* ------------------------------------------------------------ */
.form-is-domestic .checkbox.flight-request {
    display: none;
    margin-right: 0;
    padding: 16px 16px 0 0;
}

.form-is-domestic .checkbox label {
    font-size: 20px;
    padding-right: 25px;
    line-height: 18px;
}

.search-engine-light .form-is-domestic .checkbox label {
    color: black;
}

    .search-engine-light .form-is-domestic .checkbox label:before {
        border: 1px solid #D5E4F1;
        width: 18px;
        height: 18px;
    }

.search-engine-light .form-is-domestic .checkbox .icon-check:before {
    margin-right: 1px;
}

/* ------------------------------------------------------------ *\
	Search Form Eylat Flights
\* ------------------------------------------------------------ */
.eylat-flights-navigation, .flight-direction-tabs {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    padding: 0;
    top: -41px;
}

    .eylat-flights-navigation ul li a, .flight-direction-tabs ul li a {
        background: none;
        position: relative;
        padding: 5px 10px;
        text-align: right;
        min-width: 0;
        letter-spacing: normal;
        padding: 5px 30px 5px 0;
        min-width: 98px;
    }

        .eylat-flights-navigation ul li a:before, .flight-direction-tabs ul li a:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            right: 0;
            top: 4px;
            background: #fff;
            border: 3px solid #fff;
        }

    .eylat-flights-navigation ul .current a, .eylat-flights-navigation ul li:hover a, .flight-direction-tabs ul .current a, .flight-direction-tabs ul li:hover a {
        background: none;
    }
        .eylat-flights-navigation ul .current a::before, .flight-direction-tabs ul .current a::before {
            background-color: var(--checkbox-color);
            border: 3px solid #fff;
        }

.search-engine-light .eylat-flights-navigation ul li a:before, .search-engine-light .flight-direction-tabs ul li a:before {
    border-color: #d6e5f2;
}

.form-col-one-way-eylat {
    display: none;
}

.form-is-one-way-eylat .form-col-one-way-eylat {
    display: block;
    padding-right: 0;
}

.form-is-one-way-eylat .form-col-two-way-eylat {
    display: none;
}

/**********/

.not-active {
    pointer-events: none;
    cursor: default;
    background: grey !important;
}

.dropdown-con {
    padding: 7px;
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    position: relative;
}

    .dropdown-con:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-color: #fff #fff #333 #333;
        display: inline-block;
        vertical-align: middle;
        border-style: solid;
        margin: auto;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform-origin: 25% 50%;
        transform-origin: 25% 50%;
        transition: transform 0s;
        left: 12px;
        top: 14px;
        border-width: 1px;
    }

.dropdown-container ul {
    padding: 0px;
    list-style: none;
    border-radius: 4px;
    display: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    position: absolute;
    z-index: 100;
    height: 150px;
    overflow: auto;
}

    .dropdown-container ul li {
        font-size: 18px;
        line-height: 20px;
        padding: 8px 12px;
        border-bottom: 1px solid #e1e8f0;
        background: #fff;
    }

        .dropdown-container ul li:hover {
            background: #f6f9fb;
            cursor: pointer;
        }

.dropdown-item:after {
    right: 0;
    left: 0;
}

.dropdown.capacity-dropdown .dropdown-icon i.icon-comb_icon:before {
    font-size: 25px;
    padding: 14px 20px;
}

.dropdown.capacity-dropdown .dropdown-menu.passenger-count-dropdown {
    max-height: 400px;
    overflow: visible;
}
form#vacation_packages_search_form .dropdown.capacity-dropdown .dropdown-menu.passenger-count-dropdown {
    max-height: 500px;
}
form#vacation_packages_search_form .dropdown.capacity-dropdown .dropdown-menu.passenger-count-dropdown .dropdown-list {
    max-height: 500px;
}

/* ------------------------------------------------------------ *\
	Search Engine Block
\* ------------------------------------------------------------ */

.search-engine-block .form-search form {
    line-height: 0
}

    .search-engine-block .form-search form:only-child,
    .search-engine-block .form-search form.current {
        display: block
    }

.search-engine-block .form-col-hotel-date, .search-engine-block .form-col-two-way-eylat, .search-engine-block .hotels-and-flights-israel {
    position: relative;
}

.search-engine-block .form-search .form-body {
    padding-bottom: 0
}

.form-search .searchbox-note {
    font-size: 15px; /*color:rgba(255, 255, 255, 0.8);*/
    margin-top: 5px;
    line-height: 1.5;
}

    .form-search .searchbox-note.flights-multiple-departure-text {
        margin-top: 37px
    }

.search-engine-block .between-date-separator {
    top: 26px;
    right: 127px;
}

.search-engine-block .form-cols .form-cols {
    margin-bottom: 0;
}

    .search-engine-block .form-cols .form-cols .form-col {
        padding: 0;
    }

.search-engine-block .passenger-count label {
    font-size: 19px;
    vertical-align: text-bottom;
}

    .search-engine-block .passenger-count label span {
        font-size: 16px;
    }

.search-engine-block .passenger-count .spinner {
    width: 80px;
}

.search-engine-block .passenger-count .spinner-value {
    width: 30px;
}

.search-engine-block .search-block-title {
    max-width: 1240px;
    margin: 45px auto 35px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

    .search-engine-block .search-block-title h2,
    .search-engine-block .search-block-title h1 {
        letter-spacing: -0.5px;
        color: #fff;
        text-shadow: 0 2px #065b85;
        display: inline-block;
        font-size: 48px;
    }

    .search-engine-block .search-block-title img {
        max-height: 50px;
        vertical-align: middle
    }

.search-engine-block .section-search .search-navigation {
    min-height: 0;
    padding-right: 0;
    margin-top: 0;
    background: none;
    padding-bottom: 0.1px;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
}

    .search-engine-block .section-search .search-navigation.anchorTop {
        bottom: auto;
        top: 32px;
    }

        .search-engine-block .section-search .search-navigation.anchorTop.searchbox-float {
            top: 0;
        }

    .search-engine-block .section-search .search-navigation:only-child {
        margin-top: 225px;
    }

    .search-engine-block .section-search .search-navigation.landing-search-page:only-child {
        margin-top: 311px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .search-engine-block .section-search .search-navigation.landing-search-page.white-night-searchbox {
        margin-top: 291px;
    }

    .search-engine-block .section-search .search-navigation.landing-search-page.searchbox-tabs:only-child {
        margin-top: 170px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .search-engine-block .section-search .search-navigation.landing-search-page.searchbox-tabs .tabs {
        background: rgba(0, 0, 0, 0.7);
    }

        .search-engine-block .section-search .search-navigation.landing-search-page.searchbox-tabs .tabs .tabs {
            background-color: transparent;
        }

.search-engine-block.hotels-search-page .section-search {
    background: url(/Resources/Web/css/css/images/search-engine/search-engine-hotels.jpg) center no-repeat;
}

.search-engine-block.flights-search-page .section-search {
    background: url(/Resources/Web/css/css/images/search-engine/search-engine-flights.jpg) center no-repeat;
}

.search-engine-block.bundle-search-page .section-search {
    background: url(/Resources/Web/css/css/images/search-engine/search-engine-bundles.jpg) center no-repeat;
}

.search-engine-block .section-search .nav-tabs {
    position: relative;
    text-align: right;
    top: 0;
    padding: 0;
    border-bottom: 2px solid #178823;
}

    .search-engine-block .section-search .nav-tabs li:after {
        display: none;
    }

    .search-engine-block .section-search .nav-tabs li a {
        padding: 10px 40px 10px 18px;
        font-size: 18px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    .search-engine-block .section-search .nav-tabs li.current a {
        color: #fff;
        background: #178823;
        font-weight: normal;
    }

    .search-engine-block .section-search .nav-tabs li a i {
        left: auto;
        bottom: auto;
        right: 5px; /*top:50%;margin-top:-12px;*/
        font-size: 22px;
        color: #fff;
    }

        .search-engine-block .section-search .nav-tabs li a i.icon-cars {
            font-size: 20px;
        }

.search-engine-block .form-search {
    padding: 20px 20px 50px 25px;
    clear: both;
    background: rgba(0, 0, 0, 0.7);
}

.search-engine-block .landing-search-page .form-search {
    background: none;
}

.search-engine-block .form-search.strip-view { /*margin-bottom: 50px;*/
}

.search-engine-block .form-search .form-header {
    padding: 0 0 15px;
}

.search-engine-block .landing-search-page .form-search .form-header {
    padding: 0 0 20px;
}

.search-engine-block .landing-search-page #search-flights.form-search .form-header {
    padding: 0 0 15px;
}

.search-engine-block .section-search .search-navigation.landing-search-page:only-child #search-flights.form-search .form-header {
    padding-bottom: 5px;
}

.search-engine-block .form-search .form-header .tab-title {
    font-size: 31px;
    line-height: 31px;
}

.search-engine-block .landing-search-page .form-search .form-header .tab-title {
    font-size: 33px;
    color: #fff;
    line-height: 42px;
}

.search-engine-block .form-search .form-header .nav-tabs-secondary.eylat-flights-navigation, .search-engine-block .form-search .form-header .nav-tabs-secondary.flight-direction-tabs {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

    .search-engine-block .form-search .form-header .nav-tabs-secondary.eylat-flights-navigation a, .search-engine-block .form-search .form-header .nav-tabs-secondary.flight-direction-tabs a {
        padding: 5px 25px 5px 0;
        background: none;
    }

.search-engine-block.search-engine-light .eylat-flights-navigation li a, .search-engine-block.search-engine-light .flight-direction-tabs li a {
    color: #000000;
}

.search-engine-block .form-search .flexable {
    width: 100%
}

.search-engine-block .form-search .form-body {
    width: 100%
}

    .search-engine-block .form-search .form-body > .form-cols > .form-col {
        padding: 0 5px;
    }

        .search-engine-block .form-search .form-body > .form-cols > .form-col:first-child {
            padding-right: 0;
        }

        .search-engine-block .form-search .form-body > .form-cols > .form-col:last-child {
            padding-left: 0;
        }

.search-engine-block .form-search #car_searchbox_form .form-body > .form-cols > .form-col {
    width: 27.3%;
}

    .search-engine-block .form-search #car_searchbox_form .form-body > .form-cols > .form-col:last-child {
        width: 18%;
    }

.search-engine-block .form-search #car_searchbox_form .form-body .popular-places li {
    padding: 2px 0;
}

.search-engine-block .form-search #car_searchbox_form .form-body .popular-places span {
    font-size: 12px;
}

.search-engine-block .form-search .action-button-wrapper {
    position: initial;
    margin-right: 10px;
    margin-top: 0px;
}


.search-engine-block .form-search #lead-message .action-button-wrapper {
    margin-top: 15px
}

.search-engine-block .form-search .form-is-multi-flights .action-button-wrapper {
    left: 100px;
    bottom: 40px;
}

.search-engine-block .form-search .action-button-wrapper .form-btn {
    font-size: 25px;
    padding: 15px 25px;
    border-radius: 2px;
}

    .search-engine-block .form-search .action-button-wrapper .form-btn:hover {
        margin-top: 0;
    }

.search-engine-block .form-search .extra-search-option {
    height: 49px;
}


.flights-eylat-options .list-autocomplete a {
    padding-right: 10px;
}

    .flights-eylat-options .list-autocomplete a em {
        display: none;
    }

.search-engine-block .hotel-room-list .childrens .form-col-1of5 {
    width: 22.5%;
    padding: 0 1px;
    font-size: 18px;
    margin: 3px 3px 3px 3px;
}

    .search-engine-block .hotel-room-list .childrens .form-col-1of5:first-child {
        padding-top: 17px;
        width: 18%;
        height: 40px;
    }

.search-engine-block .hotel-room-list .dropdown-con {
    font-size: 16px;
    padding: 18px;
}

    .search-engine-block .hotel-room-list .dropdown-con:after {
        width: 7px;
        height: 7px;
        left: 8px;
        top: 13px;
    }

.search-engine-block .passenger-count-dropdown .flight-class-options ul li {
    margin-left: 0
}

    .search-engine-block .passenger-count-dropdown .flight-class-options ul li .checkbox {
        border: 0;
        padding: 0 0 5px 8px;
    }

    .search-engine-block .passenger-count-dropdown .flight-class-options ul li:last-child .checkbox {
        padding-left: 0
    }

    .search-engine-block .passenger-count-dropdown .flight-class-options ul li .checkbox label {
        padding-right: 23px;
        font-size: 17px;
        line-height: 19px;
    }

/*.search-engine-block .form-search form.flexable > div{width:auto}*/
/*.search-engine-block .form-search form.flexable .action-button-wrapper{position:initial}*/
.search-engine-block .form-search form.flexable .action-button-wrapper {
    position: relative;
    bottom: 0
}

.search-engine-block .form-search form.flexable .form-body {
    padding-left: 0;
    width: auto;
    display: flex;
    padding-bottom: 0;
}

    .search-engine-block .form-search form.flexable .form-body .form-cols {
        margin-left: 15px
    }

        .search-engine-block .form-search form.flexable .form-body .form-cols .form-col {
            width: auto;
        }

.search-engine-block .flights-search-tab form:not(.current) {
    display: none
}


.form-wrapper.form-is-one-way .form-controls .dropdown-autocomplete ul li a[data-iata='AllDes'] {
    display: none;
}

@media (max-width: 1100px) {

    .search-engine-block .hotel-room-list .childrens .form-col-1of5:first-child {
        font-size: 14px;
        width: 16%;
    }

    .search-engine-block .hotel-room-list .childrens .form-col-1of5 {
        width: 21%;
    }

    .search-engine-block .hotel-room-list .dropdown-con:after {
        width: 5px;
        height: 5px;
        left: 5px;
    }

    .search-engine-block .passenger-count label {
        font-size: 17px;
    }

        .search-engine-block .passenger-count label span {
            font-size: 15px;
        }

    .search-engine-block .passenger-count .spinner {
        width: 65px;
    }

    .search-engine-block .passenger-count .spinner-value {
        width: 25px;
        font-size: 20px;
    }

    .search-engine-block .passenger-count .spinner button {
        width: 20px;
        height: 20px;
    }

    .search-engine-block .passenger-count .spinner-add:before, .search-engine-block .passenger-count .spinner-remove:before {
        width: 10px;
    }

    .search-engine-block .passenger-count .spinner-add:after {
        height: 10px;
    }
}


/* ------------------------------------------------------------ *\
	Search Engine Block - Light (!)
\* ------------------------------------------------------------ */

.search-engine-block.search-engine-light .section-search .search-navigation {
    margin-top: 40px;
    position: static;
}

.search-engine-block.search-engine-light .form-header .tab-title {
    text-shadow: none;
    color: #000;
}

.search-engine-block.search-engine-light .section-search.no-background {
    background: none;
}

.search-engine-block.search-engine-light .form-search {
    padding: 0 20px;
    background: #f4f8fb;
    box-shadow: 0px 0px 10px #b5cbdb;
    border: 1px solid #fff;
    padding-bottom: 15px;
}

    .search-engine-block.search-engine-light .form-search .form-body .form-row,
    .search-engine-block.search-engine-light .form-search .form-body .dropdown {
        border: 1px solid #d6e5f2;
    }

    .search-engine-block.search-engine-light .form-search .action-button-wrapper {
        bottom: 28px;
    }

        .search-engine-block.search-engine-light .form-search .action-button-wrapper .form-btn {
            font-size: 25px;
        }
    /*.search-engine-block.search-engine-light .form-search .form-body{padding-bottom: 10px;}*/
    .search-engine-block.search-engine-light .form-search .form-header {
        padding: 10px 0 10px;
    }

        .search-engine-block.search-engine-light .form-search .form-header .tab-title {
            font-size: 28px;
        }

    .search-engine-block.search-engine-light .form-search .checkbox-options ul li label {
        color: #000;
    }

    .search-engine-block.search-engine-light .form-search .checkbox-options .checkbox label i,
    .search-engine-block.search-engine-light .form-search .checkbox-options .checkbox label:before {
        border: 1px solid #d6e5f2;
    }


/* ------------------------------------------------------------ *\
	Flights Search Box - Promotion 
\* ------------------------------------------------------------ */

.flights-searchbox-promotion .dropdown-button {
    padding: 18px 63px;
}

.flights-searchbox-promotion .form-body {
    padding-bottom: 0
}

.flights-searchbox-promotion .form-row .form-row-icon i {
    padding: 18px !important
}

.flights-searchbox-promotion .promotion .destination .field-autocomplete {
    padding-bottom: 12px;
}

.flights-searchbox-promotion, .flights-searchbox-promotion .destination, .flights-searchbox-promotion .dates, .flights-searchbox-promotion .compositions, .flights-searchbox-promotion .search {
    padding: 0px;
}

    .flights-searchbox-promotion .form-cols.promotion {
        margin: 0px;
        float: right;
    }

    .flights-searchbox-promotion .destination {
        width: 340px;
        margin-left: 15px;
    }

        .flights-searchbox-promotion .destination .form-row {
            height: 63px;
            padding: 14px 56px 14px 16px;
        }

            .flights-searchbox-promotion .destination .form-row .form-label, .flights-searchbox-promotion .destination .form-row #flight_arrive_961 {
                font-size: 24px;
                line-height: 35px;
                height: auto;
                padding-top: 0;
            }

    .flights-searchbox-promotion .dates {
        margin-left: 15px;
    }

        .flights-searchbox-promotion .dates .date {
            width: 295px;
            padding: 10px 55px 10px 10px;
        }

        .flights-searchbox-promotion .dates .form-datepicker-dual {
            right: 0px;
        }

    .flights-searchbox-promotion .compositions {
        margin-left: 15px;
    }

        .flights-searchbox-promotion .compositions .dropdown {
            width: 355px;
        }

.travelers-dropdown.dropdown-open .dropdown-menu {
    margin-top: 2px;
    padding: 0;
}

.travelers-dropdown.dropdown-open ul {
    list-style: none outside none;
}

.travelers-dropdown li {
    background-color: #eef6fb;
    height: 60px;
    margin: 5px 10px 5px 10px;
    padding: 10px;
    border: inherit;
    display: inherit;
    width: inherit;
}

    .travelers-dropdown li span {
        font-weight: normal;
        display: block;
        font-size: 20px;
        line-height: 1;
        color: #000;
        display: inline-block;
    }

        .travelers-dropdown li span small {
            font-size: 18px;
            color: #91a6bf;
            display: block;
        }

    .travelers-dropdown li .composition-spinner {
        float: left;
        width: inherit;
    }

        .travelers-dropdown li .composition-spinner.has-value .value, .travelers-dropdown li .composition-spinner.has-value .spinner-value {
            color: #178823;
        }

        .travelers-dropdown li .composition-spinner .icon-spinner {
            font-size: 25px;
            vertical-align: middle;
            cursor: pointer;
            color: #178823;
        }

            .travelers-dropdown li .composition-spinner .icon-spinner.disabled {
                color: #91a6bf;
            }

        .travelers-dropdown li .composition-spinner .value, .travelers-dropdown li .composition-spinner .spinner-value {
            font-size: 20px;
            vertical-align: middle;
            margin: 0px 5px;
            color: #000;
            font-family: inherit;
            width: 25px;
        }

.flights-searchbox-promotion .search .btn {
    width: 150px;
    font-size: 29px;
    padding: 12px;
    font-weight: bold;
}

.flights-searchbox-promotion .form-cols.promotion .two-month .ico-calendar-default {
    padding: 13px !important;
}

.flights-searchbox-promotion .form-cols.promotion .two-month input {
    position: absolute;
    width: 100%;
    right: 0;
    padding-right: 52px;
    background: none;
    top: 9px;
}

.flights-searchbox-promotion .form-cols.promotion .date-from-to .between-date-separator {
    top: 25px;
}

.flights-searchbox-promotion .form-cols.promotion .two-month:after {
    top: 26px;
}

.category-page-trips .search-engine-block .search-block-title {
    margin-top: 108px;
}


.toggle-header-search {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 29px;
    cursor: pointer;
    z-index: 1000;
}

    .toggle-header-search .icon-close {
        font-size: 18px;
        color: #fff;
    }

.floating-searchbox.searchbox-float{
    background: rgba(0, 0, 0, 0.55) !important;
}
.searchbox-float {
    position: fixed !important;
    display: inline-table;
    /*background: rgba(0, 0, 0, 0.55) !important;*/
    top: 0;
    width: 100%;
    max-width: 100% !important;
    right: 0;
    left: 0;
    margin-top: 0 !important
}

    .searchbox-float .form-search {
        background: transparent;
        max-width: 1240px;
        left: 0;
        right: 0;
        margin: auto;
    }

/*.search-engine-block .checkbox label i, .search-engine-block .checkbox label:before {width: 18px !important;height: 18px !important;}*/
 
.add-search-room:hover{cursor:pointer}
.add-domestic-room-button{color:var(--secondary-search-primary-color);font-size:18px;position:relative;background:none;border:none;margin-right: 20px;}
.add-domestic-room-button{content:"";background: url(/Resources/Web/css/images/icons/ico-plus.png);width: 19px;height: 19px;position:absolute;right: -7px;bottom: 23px;}
.add-domestic-room-button + span{position: absolute; bottom: 23px; right: 38px;}
.domestic-capacities .dropdown-hotels.dropdown-open .approve-capacity-btn{position: absolute; left: 21px; bottom: 17px; padding: 3px 25px;}
.add-search-room {
    margin-right: 30px;
    color: var(--secondary-search-primary-color);
    /*min-height: 40px*/
}

    .add-search-room:hover {
        cursor: pointer
    }

.add-domestic-room-button {
    color: var(--secondary-search-primary-color);
    font-size: 18px;
    position: relative;
    background: none;
    border: none;
    margin-right: 20px;
}

.add-domestic-room-button {
    content: "";
    background: url(/Resources/Web/css/images/icons/ico-plus.png);
    width: 19px;
    height: 19px;
    position: absolute;
    right: -7px;
    bottom: 23px;
}
#israel_flights .approve-capacity-btn{float: left; padding: 3px 25px; margin-bottom: 15px; margin-top: 5px;}
.search-engine-block .add-domestic-room-button + span{bottom: 32px;}
.search-engine-block .domestic-capacities .dropdown-hotels.dropdown-open .approve-capacity-btn{padding: 0px 15px;}
#flights_box #search-domestic-flights .strip-box.form-is-domestic .approve-capacity-btn{float: left; padding: 0px 15px; margin-bottom: 15px; margin-top: 5px;}
.form-search#search-domestic-flights .strip-box.form-is-domestic form#flights_form .flight-options .passengers-dropdown .passenger-count-dropdown .approve-capacity-btn{float: left; padding: 0px 15px; margin-bottom: 15px; margin-top: 5px;}


.promotion-text {
    display: inline-block;
}

.promotion-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .promotion-label .text-content {
    }

.result-promotion-content .single-label {
}

    .result-promotion-content .single-label .tooltip {
        margin-right: 4px;
    }

.result-promotion-content .single-label {
}

    .result-promotion-content .single-label .promotion-label {
        display: inline;
    }

        .result-promotion-content .single-label .promotion-label .text-content {
            color: black;
            font-style: italic;
            font-weight: 600;
        }


    .result-promotion-content .single-label i.icon-info-official:before {
        color: #000
    }



    /*align-items: center;
    justify-content: center;*/
/* ------------------------------------------------------------ *\
	Section Specials
\* ------------------------------------------------------------ */
.section-specials { text-align: center; background-color: --specials-section-bg-color; z-index: 5; padding: 30px 0}
.section-specials h2 { line-height: 0.8; color: #2a3335; }
.section-specials .section-head { padding-bottom: 0px; }


/* ------------------------------------------------------------ *\
	List Specials
\* ------------------------------------------------------------ */
.list-specials { font-size: 19px; line-height: 1.22; color: #000; margin: 0 -5px;}
.list-specials li { width: 12.5%; float: right; padding: 0 11px; }
.list-specials li .one-line-product { font-size: 21px; color: #607083; }
/*.list-specials li div { text-decoration: none; height: 0; display: block; opacity: 1; position: relative; padding-bottom: 100%; border-radius: 50%; }*/
.list-specials li img { display:block; padding-bottom:10px; border-radius:47%; transition: transform.2s;}
.list-specials.hover-effect li img:hover { transform: scale(1.2);}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe label { font-size: 18px; line-height: 1.33; color: #c4dbe0; display: block; margin-bottom: 16px; padding-right: 3px; }

.subscribe label strong { font-size: 24px; color: #82a3b1; display: block; margin-bottom: -3px; }

.subscribe-row { position: relative; padding-left: 82px; }

.subscribe-field { font-size: 18px; line-height: 1.33; color: #000; width: 100%; height: 46px; display: block; padding: 10px 13px; border: 1px solid #eee; border-left: 0; background: #fff; border-radius: 0 2px 2px 0; box-shadow: none; }
 

.subscribe-field::-moz-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field:-ms-input-placeholder { color: #abacb1; opacity: 1; }

.subscribe-field::placeholder { color: #abacb1; opacity: 1; }

.subscribe-btn { font-size: 21px; line-height: 24px; color: #fff; width: 82px; height: 46px; display: block; position: absolute; top: 0; left: 0; padding: 11px 0; border: 0; background: #178823; border-radius: 2px 0 0 2px; box-shadow: none; }

.subscribe-btn:hover { background-color: #0a6714; }

@media (max-width: 1279px) {
	.subscribe label { margin-bottom: 10px; }
	.subscribe label strong { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Subscribe Section
\* ------------------------------------------------------------ */

.subscribe-section { /*height: 150px;*/
	background: var(--lead-form-background);
	box-shadow: inset 0 0 5px rgba(110,137,173,.14);
	margin-top: 66px; /*background-size: 100%;*/
}
.subscribe-section h3 { font-size: 29px; line-height: 1.2; color: #fff; font-weight: 300; text-shadow: 0 3px 0 rgba(145,166,191,.36); margin: 0; transform: scale(1, 1.2);}
.subscribe-section h2 { font-size: 52px; line-height: 1; color: #fff; text-shadow: 0 2px 0 rgba(145,166,191,.36); letter-spacing: -0.01em; transform: scale(1, 1.1);}
.subscribe-section .shell { position: relative; }

.subscribe-section-form { padding: 46px 0 46px; }
.subscribe-section-form form { overflow: hidden; width: 571px;}

.subscribe-section-image { display: block; position: absolute; top: -50px; right: -11px;z-index:6; margin-top: 1px; }
.subscribe-section-content { width: calc(100% - 720px); float: right; padding: 34px 174px 0 0; }

.subscribe-section-form-field {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #898989;
	letter-spacing: -0.02em;
	width: 410px;
	height: 57px;
	display: block;
	padding: 15px 18px 15px 15px;
	border: 2px solid var(--lead-form-border-color);
	background: #fff;
	box-shadow: none;
	opacity: 0.9;
	;
}
.subscribe-section-form-field:read-only { border-color:#9a9a9a!important; }
 
.subscribe-section-form-field::-moz-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field:-ms-input-placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }
.subscribe-section-form-field::placeholder { font-family: 'Rubik', Arial, Helvetica, sans-serif; color: inherit; font-weight: 400; opacity: 1; }

.subscribe-section-form-actions { float: left; }
	.subscribe-section-form-actions .btn {
		font-size: 29px;
		color: #fff;
		text-shadow: none;
		display: block;
		padding: 9.5px 34px;
		border: 0;
		background: var(--contact-btn-bg-color);
		box-shadow: none;
		transform: scale(1, 1.2);
	}
.subscribe-section-form-actions .btn:hover {box-shadow: 0 2px 0 #006e67;}

.subscribe-section-form-controls { width: 382px; float: right; position: relative; right: 7px; }
.subscribe-section-form-controls i { display: block; position: absolute; top: 12px; right: 16px; bottom: -0px; margin: auto; pointer-events: none; font-size: 21px; color: #90A4BD; z-index:5;}
.subscribe-section-form-controls input {font-size: 23px;padding: 10px;}
    @media (max-width: 1279px) {
        .subscribe-section h3 { font-size: 34px; }

	.subscribe-section-form { width: 520px; }
	.subscribe-section-image { display: none; }
	.subscribe-section-content { padding: 42px 0 0; }
}
