/*  

Theme Name: Private Jet Finder
Theme URI: http://www.privatejetfinder.com
Description: Prenotazione voli jet privati
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/

/*************************************************************************************
**************************************************************************************

0.0 - Inclusions
1.0 - General Styles
	1.1 - General Form Styles
	1.2 - Sections and Page Titles
2.0 - Home Page
	2.1 - Header
		2.1.1 - Menu
	2.2 - Slider
	2.3 - Search Flight Bar
		2.3.1 - Search Flight Bar in Pages
	2.4 - Intro
	2.5 - Banners
	2.6 - Planes
	2.6 - Footer
3.0 - Pages
	3.1 - General Styles
	3.2 - Accordion
	3.3 - Pagina Prenotazione
	3.4 - Pagina Contatti
	3.5 - Pagina Tratte
	3.6 - Pagina Login & Registration Area
	3.7 - Pagina Admin Area
4.0 - Sidebar
	4.1 - Side Blocks	
5.0 - Responsive Style

****************************************************************************************
***************************************************************************************/

/*** 0.0 - Inculsions ***/

@import url('bee-grid.css');
@import url('bee-ui.css?v=1.24');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');

/**************************************************************************************/
/*** 1.0 - General Styles ***/
/**************************************************************************************/

body { 
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #222;
	font-size: 14px; 
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

strong { 
	font-weight: 700;
	color: inherit !important;
}

.btn { margin: 0px 5px 5px 0px; }

#preload { background: #fff url('../img/loader.gif') no-repeat center center; }

#preload:before { 
	content: '';
	width: 200px;
	height: 38px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	background: url('../img/logo-black.png') no-repeat center center; 
	background-size: cover;
}

img { border-radius: 3px; }

a {
	text-decoration: none !important; 
	color: #d4b66d;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

p { line-height: 180%;}
.nowrap {white-space: nowrap!important;}

.button {
	display: inline-block;
	background: #d4b66d;
	border-bottom:1px solid #bc8938;
	padding: 6px 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}
.button.book-now.scrollto {padding-left:20px;padding-right:20px;}
.button.active { background: #111 !important; color: #d4b66d !important; }
.button.rounded {
	padding: 6px 10px;
	border-radius: 50%;
}
.button.green {background: #64c664; border-color: #269340;}
.button:hover { background: #bc8938; border-color: #bc8938;}

table.tab-1 .button {margin: 5px 10px 5px 0;}

.button.book-now { margin-top: 15px; }
.button.book-now i.fa {display:none;}

#head.compact .button.book-now { margin-top: 5px; }

.center { text-align: center; }

.right { text-align: right; }

.tgl-menu, .tgl-sidebar { display: none; }

/**************************************************************************************/
/*** 1.1 - General Form Styles ***/
/**************************************************************************************/

div:not(#undefined) .radiostyle > input[type="radio"] {
    width:20px; height:20px;
    margin:0; padding:0;
    opacity:0;
}
div:not(#undefined) .radiostyle > input[type="radio"] + label {
    display: inline-block;
    width:20px;height:20px;
    overflow:hidden;
    cursor:pointer;
    margin:0 0 0 -20px; padding:0 0 0 20px;
    line-height:20px;
    background:transparent url(../img/checkbutton.png) left center no-repeat;
}
div:not(#undefined) .radiostyle > input[type="radio"]:checked + label {
    background-position: right center;
}

/* HTML5/CSS3 PLACEHOLDERS */
/* Chrome/Opera/Safari */
::-webkit-input-placeholder {opacity:1;color:#aaaaaa;}
/* Firefox 19+ */
::-moz-placeholder {opacity:1;color:#aaaaaa;}
/* IE 10+ */
:-ms-input-placeholder {opacity:1;color:#aaaaaa;}
/* Firefox 18- */
:-moz-placeholder {opacity:1;color:#aaaaaa;}
/* CSS3 */
::placeholder {opacity:1;color:#aaaaaa;}
select.placeholder, option.placeholder, option[disabled],
input[disabled], textarea[disabled] {color:#aaaaaa;}
select.placeholder > option[disabled] {color:#aaaaab;} /* CHROME FIX */
input[readonly], textarea[readonly], select[disabled] {cursor:not-allowed;}
input[readonly].date {cursor:pointer;}

input, select, textarea, option { 
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #666666;
}
input.warned, select.warned, textarea.warned {
    background-color: #efe0e0;
    color: #e74747;
}
input.lighted, select.lighted, textarea.lighted {
    background-color: #f8f4e9;
    color: #d4b66d;
}
.frm-wrap {
	width: 100%;
	display: block;
	margin: 10px 0;
}
.frm-wrap.withtip {
    position:relative;
    padding-right:50px;
}
.tip {
    display:block;
    cursor:pointer;
    position:absolute;
    right:0;top:0;
    box-sizing: border-box;
    margin:0; padding:0;
    background: transparent url('../img/info.png') center center no-repeat;
    height:100%; width:40px;
}
.tip > span {display:none;}

.frm-text, label { display: inline; }

label { 
	color: #222;
	opacity: 0.8; 
	text-transform: uppercase; 
	margin-left: 10px; 
	font-size: 14px; 
	vertical-align: middle; 
	font-weight: 700;
}
label.full {margin-left:0;cursor:pointer;}
label.full > span {margin-left: 10px;}

.req { 
	color: red; 
	font-size: 11px; 
}

.frm-wrap.select, .frm-wrap.dates, .frm-wrap.time { position: relative; }

.frm-wrap:after {
	content: '';
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 14px;
	right: 10px;
	color: #ccc;
}
.frm-wrap.select:after { content: '\f103'; }
.frm-wrap.time:after { content: '\f017'; }
.frm-wrap.dates:after { content: '\f073'; }

.frm-wrap.dates.arrivo input, .frm-wrap.dates.partenza input { padding-left: 34px; }

.frm-wrap.dates:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #999; 
}
.frm-wrap.dates.arrivo:before { content: 'Il'; }
.frm-wrap.dates.partenza:before { content: 'Il'; }

.frm-textarea { height: 110px; }

.frm-submit {
	background: #111 !important; 
	color: #d4b66d !important;
	font-size: 14px;
	font-weight: 300;
}

.frm-wrap.mt { margin-top: 35px; }

/**************************************************************************************/
/*** 1.2 - Sections and Pages Titles ***/
/**************************************************************************************/

.char {
	text-align: center;
	color: #999;
	background: #e5e5e5;
	padding: 8px 40px;
	text-transform: uppercase;
} 

.section-title { 
	margin: 20px; 
	text-align: center;
}

.section-title h1, .section-title .h1 { font-size: 40px; }
.section-title h2, .section-title .h2 { font-size: 30px; }
.section-title h3, .section-title .h3 { font-size: 20px; }

.section-title h1, .section-title h2, .section-title h3,
.section-title .h1, .section-title .h2, .section-title .h3 {	
	margin: 20px 0 40px 0;
	position: relative;
}

.section-title h1:after, .section-title h2:after, .section-title h3:after,
.section-title .h1:after, .section-title .h2:after, .section-title .h3:after {
	content: '';
	width: 80px;
	height: 2px;
	background: #d4b66d;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}

.section-title .subtitle { 
	font-size: 18px;
	line-height: 180%;
}

.section-tripdesc {
    text-align: justify;
    background-color: #f5f5f5;
    padding:5px 10px;
    border-radius: 5px;
}
/*.section-tripdesc p {line-height: normal;}*/
.section-tripdesc dt {font-weight: bold; font-style: italic; margin-top:8px}
.section-tripdesc dt:first-child {margin-top:0;}
/**************************************************************************************/
/*** 2.1 - Header ***/
/**************************************************************************************/

#head { 
	background: #111;
	padding: 20px 0 0 0; 
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 300;
	transition: 0.4s ease-in-out;
}

#head.compact { padding-top: 10px; }

#logo, #logo img { transition: 0.6s ease-in-out; }

#head.compact #logo { 
	width: 80%; 
	margin-bottom: 5px;
}

.corner-search {position:relative;}
.corner-search > .button {
    position:absolute;
    right:0;
    white-space:nowrap;
}

/**************************************************************************************/
/*** 2.1.1 - Menu ***/
/**************************************************************************************/

#menu { 
	text-align: right;
	margin-top: 20px;
        margin-right: 150px;
	transition: 0.4s ease-in-out;
}

#head.compact #menu, #head.compact .langs-menu { margin-top: 10px; }

#head.compact .col { margin-bottom: 0px; }

#menu > ul {white-space:nowrap;}
#menu li { 
	display: inline; 
	padding-bottom: 10px;
}

#menu li a {
	padding: 0 16px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.no-touch #menu li:hover > a { color: #d4b66d; }

#menu li > a:before {
	content: '';
	width: 0px;
	height: 2px;
	background: #d4b66d;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

.no-touch #menu li > a:hover:before { width: 40px; }

#menu li.active > a { 
	font-weight: 700;
	color: #d4b66d; 
}

#menu li.active > a:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #d4b66d;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

.has-subnav, .has-subnav > a { position: relative; }

.has-subnav > a:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	position: absolute;
	right: 0px;
	top: 5px;
}

.has-subnav .sub-menu {
	text-align: left;
	position: absolute;
	display: none;	
	left: 0px;
	top: 30px;
	padding: 10px;
	background: #d4b66d;
}

.no-touch .has-subnav:hover .sub-menu { display: block; }

.sub-menu li, .sub-menu li a { display: block; }

.sub-menu li a { padding: 5px 10px !important; }

.no-touch .sub-menu li:hover a { color: #111 !important; }

/*** LANGS MENU ***/
.langs-menu {
    display:block;
    float:right;
    margin:20px 50px 0 0;padding:0;
    position:relative;
    white-space:nowrap;
    text-transform:uppercase;
    width:90px;
    min-height:30px;
}
.langs-menu a {
    display:block;
    color:#fff;
    width:30px; height:20px;
    margin:0 auto;padding:0;
    cursor:pointer;
}
.langs-menu > a {margin-bottom:10px;}
.langs-menu ul {
    display:none;
    list-style:none;
    margin:0;padding:0;
    position:absolute;
    background:#161616;
    z-index:10000;
    width:100%;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
}
.langs-menu li {display:block;margin:10px 0;}
.langs-menu li a {opacity:0.4;}
.langs-menu li a:hover {opacity:1;}
.langs-menu:hover > a, .langs-menu.toggled > a {color: #d4b66d;}
.langs-menu:hover ul, .langs-menu.toggled ul {display:block;}

/**************************************************************************************/
/*** 2.2 - Slider ***/
/**************************************************************************************/

.slide .bg { 
	min-height: 550px;
	background-size: cover !important; 
	background-position: 50%;
}

#slider { 
	background: #111;
	padding-top: 100px;
}

#slider .slick-next { right: 15px !important; }

#slider .slick-prev { left: 15px !important; }

#slider { margin-bottom: 0 !important; }

#slider .slick-dots { bottom: 60px; }

#slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #fff;
}

#slider .slick-dots li.slick-active button {
	border:none;
	background: #fff;
}

#slider .slick-dots li button:before { color: transparent !important; }

/**************************************************************************************/
/*** 2.3 - Search Flight Bar ***/
/**************************************************************************************/

.search-bar { 
	padding: 19px 0 1px 0;
	background:#d4b66d;
	position: relative;
}

.search-bar:before {
	content: '\f002';
	font-family: 'FontAwesome';
	width: 120px;
	height: 100px;
	text-align: center;
	padding-top: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	background: #d4b66d;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -50px;
	z-index: 1;
}

.book-flight {
	position: relative;
	z-index: 99;
}

.book-flight .first { margin-top: 13px; }

.book-flight .frm-submit { 
	margin-top: 15px;
	width: 100%; 
	padding: 20px 0; 
}

.search-bar .type.roundtrip { margin-top: 40px; }

.search-bar .mode2 .route { 
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px; 
	margin-bottom: 30px;
}

.search-bar .route { position: relative; }

.search-bar .route h4,
.search-bar .route .h4 {
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	top: -15px;
	color: #222;
	opacity: 0.5;
}

.search-bar .btn-add { 
	margin: -20px auto 0px auto; 
	display: block;
}

.search-bar .btn-add, .search-bar .btn-remove {
	font-size: 10px;
	font-weight: 700;
	background: #111;
	color: #d4b66d;
        text-transform: uppercase;
} 

.search-bar .btn-remove { 
	position: absolute;
	right: 0px;
	top: -20px;
}

.search-bar .model .btn-remove { display: none; }

.page.booking #search-bar-bottom.search-bar { display: none; }

.page.booking .search-bar.compact { display: block !important; }

/**************************************************************************************/
/*** 2.3.1 - Search Flight Bar in Pages ***/
/**************************************************************************************/

.search-bar.compact { background: none; }

.search-bar.compact .book-flight { 
	background: #d4b66d;
	padding: 40px 0;
	margin-top: -60px; 
}

.search-bar.compact:before { top: -110px; }

.page .radio { text-align: center; }

.page .radio .frm-wrap { 
	display: inline;
	margin-right: 40px;
}
.page .radio.longstring .frm-wrap {display:inline-block;white-space:nowrap;width:auto;}
.page .radio.longstring .frm-wrap label {white-space:normal;}

.page .picker .frm-wrap {
	width: 48%;
	display: inline-block;
}

form .pack-sel {
	background: #C38F37;
	padding: 40px 0 20px 0;
	text-align: center;
	margin-top: 20px;
}

form .pack-sel i { font-size: 40px; }

form .pack-sel .plane { 
	font-size: 30px; 
	margin-bottom: 20px; 
}

form .pack-sel strong { 
	font-size: 30px; 
	display: block; 
}

form .more-data { padding-top: 40px; }

form .more-data .frm-wrap { 
	width: 33.1%; 
	display: inline-block; 
}

form .checks { text-align: center; }

.pack-sel .pack { 
	border-radius: 10px; 
	padding: 20px 0px;
	transition: 0.4s ease-in-out;
}

.pack-sel .pack.active { background: rgba(255,255,255,0.2); }

.pack-sel .pack label {
	font-weight: normal;
	font-size: inherit;
	text-transform: none;
	display: block;
	opacity: 1;
}
.pack-sel .pack label, .pack-sel .pack input {cursor:pointer;}
.pack-sel .photo, .pack-sel .plane, .pack-sel .price {display:block;}
.pack-sel .photo { 
	margin: -30px auto 0px auto; 
	width: 130px;
}

.pack-sel .photo img {
	display: block;
	border-radius: 50%;
	border: 5px solid #D4B66D;
}

/**************************************************************************************/
/*** 2.4 - Intro & Home Sections ***/
/**************************************************************************************/

#intro, .home-section { padding: 40px 0; }

.home-section .text p { 
	font-size: 16px; 
	line-height: 180%;
	margin-bottom: 20px; 
	padding-right: 40px; 
}

.home-section .button { 
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none; 
}

/**************************************************************************************/
/*** 2.5 - Banners ***/
/**************************************************************************************/

.banner { 
	padding: 60px 0 40px 0; 
	background-image: 
	    linear-gradient(
	      rgba(0, 0, 0, 0.5),
	      rgba(0, 0, 0, 0.5)
	    ),url('../img/test/bg-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll !important;
	background-position: 50%;
}

.banner.second {
	background-image: 
	    linear-gradient(
	      rgba(0, 0, 0, 0.5),
	      rgba(0, 0, 0, 0.5)
	    ),url('../img/test/bg-banner-second.jpg');
}

.banner.third {
	background-image: 
	    linear-gradient(
	      rgba(0, 0, 0, 0.5),
	      rgba(0, 0, 0, 0.5)
	    ),url('../img/test/bg-banner-third.jpg');
}

.c-wrap {
	border-radius: 3px;
	padding: 40px; 
	background: #fff;
	background: rgba(255,255,255,0.7);
	box-shadow: 4px 3px 0px #948D81; 
	-webkit-box-shadow: 4px 3px 0px #948D81; 
}

.c-wrap h2, .c-wrap .h2 { text-transform: uppercase; }

.c-wrap p {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 0; 	
}

.banner.no-wrap .c-wrap {
	background: none; 
	box-shadow: none;
}

.banner.no-wrap .c-wrap h2,
.banner.no-wrap .c-wrap .h2 { color: #d4b66d; }

.banner.no-wrap .c-wrap p { color: #fff; }

.banner.no-shadow .c-wrap { box-shadow: none; }

/**************************************************************************************/
/*** 2.6 - Planes ***/
/**************************************************************************************/

#planes { padding: 40px 0 60px 0; }

.block.round {
	width: 240px;
	height: 240px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #e5e5e5;
	margin-left: 50px;
	margin-bottom: 100px; 
	transition: 0.4s ease-in-out;
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-o-transition:0.4s ease-in-out;
}

.block.round.active { 
	width: 340px;
	height: 340px;
	cursor: default;
	margin-bottom: 0;
	margin-left: -0px;
	border: 4px solid #d4b66d;
}

.block .icon {
	font-size: 80px;
	text-align: center;
	opacity: 0.8;
	margin-top: 40px;
}

.block .photo { 
	margin: 10px auto 0px auto; 
	width: 130px;
}

.block .photo img {
	display: block;
	border-radius: 50%;
}

.block .title { 
	text-align: center; 
	font-size: 30px;
	color: #111;
	font-weight: 700;
}

.block .text {
	opacity: 0;
	text-align: center;
	margin-top: 0px;
	padding: 0 40px;
	transition:0.6s ease-in-out;
	-webkit-transition:0.6s ease-in-out;
	-moz-transition:0.6s ease-in-out;
	-o-transition:0.6s ease-in-out;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}

.block.active .text { 
	margin-top: 10px;
	opacity: 1;
}

/**************************************************************************************/
/*** 2.7 - Footer ***/
/**************************************************************************************/

#foot {
	padding: 40px 0 20px 0;
	background: #111;
}

.foot-block { padding-right: 40px; }

.foot-block .title h4,
.foot-block .title .h4 { 
	position: relative;
	color: #d4b66d;
	text-transform: uppercase;
	margin-bottom: 20px;	
}
.foot-block .title h4:after,
.foot-block .title .h4:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #d4b66d;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.foot-block .text {
	color: #fff;
	opacity: 0.8;
	line-height: 180%;
	font-size: 14px;
}

.foot-block li i { font-size: 16px; }

.foot-block.social li { 
	display: inline;
	color: #fff; 
	margin-top: 20px; 
}

.foot-block.social li i { 
	font-size: 24px; 
	margin-right: 20px; 
}

.foot-block.social li a i { opacity: 0.7; }

.foot-block.social li a i:hover { opacity: 1; }

.contact-list li {
	margin: 0 0 10px 10px;
	color: #fff; 
}

.contact-list li i {
	width: 24px;
	text-align: center;
	font-size: 20px;
	margin-right: 14px;
	color: #fff; 
}

.credits { 
	font-size: 12px; 
	color: #fff;
	font-style: normal;
	opacity: 0.7;
	/*margin-top: 86px;*/
        text-align:center;
}

#foot-menu { 
	text-align: right; 
	margin-top: 80px;
        overflow: hidden;
}
#foot-menu > ul {text-align: center;}
#foot-menu li { 
	display: inline; 
	margin: 0 15px 0 0;
	position: relative;
        white-space: nowrap;
}

#foot-menu li:after {
	content: '|';
	font-size: 18px;
	color: #ccc;
	opacity: 0.3;
        padding-left: 15px;
}

#foot-menu li:last-child:after { display: none; }

#foot-menu li a { 
	color: #ccc; 
	text-transform: uppercase; 
	opacity: 0.4;
}

#foot-menu li a:hover { opacity: 0.8; } 

/**************************************************************************************/
/*** 3.1 - Pages - General Styles ***/
/**************************************************************************************/

#heading { 
	position: relative; 
	background: #111;
	padding-top: 100px;
}

#heading .bg { 
	min-height: 350px;
	background-position: 50% !important;
	position: relative; 
}

#heading .bg:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}

#heading .title h1,
#heading .title .h1 {
	width: 100%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	position: absolute;
	bottom: 120px;
	text-transform: uppercase;
}

#heading.smaller .bg { min-height: 200px; }

#heading.smaller .title h1,
#heading.smaller .title .h1 { bottom: 60px; }

#heading .breadcrumbs {
	position: absolute;
	width: 100%;
	margin: 0px;
	bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	left: 0px;
}

#heading .breadcrumbs a { color: #fff; }

.section { padding: 40px 0; }

.alignleft, .alignright { width: 220px; }

.text ul { margin: 20px 0 20px 0px; }

.text ul li:before { color:#d4b66d; }

.text .button { margin-top: 20px; }

.text table {
	border: 1px solid #e5e5e5; 
	border-bottom: 2px solid #e5e5e5;
	border-collapse: collapse;
	text-align: left;
	margin: 40px 0px;
	overflow: hidden;
	width: 100%;
}

.text table td, .text table th { 
	border-bottom: 1px solid #e5e5e5; 
	padding: 10px;
}

.text table thead th {
	background: #d4b66d;
	color: #fff;
}

.text table tbody tr:nth-child(even) { background: rgba(0,0,0,0.05); }

/**************************************************************************************/
/*** 3.2 - Pages - Accordion ***/
/**************************************************************************************/

.accordion { margin-top: 20px; }

.ui-accordion-header { 
	background: #111 !important; 
	color: #fff; 
}

.ui-accordion-header-active { 
	background: #d4b66d !important;
	border: 1px solid #d4b66d !important; 
}

.ui-widget-content { border: 1px solid #e5e5e5 !important; }

.list-sx, .list-dx { 
	width: 48%; 
	display: inline-block; 
}

.list-dx { float: right; }

.list-sx h4, .list-dx h4,
.list-sx .h4, .list-dx .h4 { 
	color: #d4b66d; 
	font-weight: 400; 
}

.list-sx li, .list-dx li { 
	font-size: 14px;
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px dotted #e5e5e5; 
}

/**************************************************************************************/
/*** 3.3 - Pages - Pagina Prenotazione ***/
/**************************************************************************************/

.meteo { 
	background: #f5f5f5;
	padding: 20px; 
}

.meteo .icon i { font-size: 40px; }

.meteo .icon, .meteo .airport { display: inline-block; }

.meteo .temp { float: right; }

.google-map iframe {
	width: 100% !important;
	height: 350px !important;
}

/**************************************************************************************/
/*** 3.4 - Pages - Pagina Contatti ***/
/**************************************************************************************/

.google-map {
	background: #e5e5e5;
	padding: 20px;
	border-radius: 3px;
}
.map {padding:0;margin:0;}
.mapdetails {margin:10px 0 20px 0; word-wrap:break-word;}

#frm-contatti .frm-submit { margin-top: 20px !important; }

.text.contacts ul { margin-left: 0; }

.text.contacts li { 
	margin: 20px 0;
	display: block; 
}

.text.contacts li:before { display: none; }

.text.contacts li i {
	width: 30px; 
	color: #d4b66d;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	text-align: center;
}

/**************************************************************************************/
/*** 3.5 - Pages - Pagina Tratte ***/
/**************************************************************************************/

.grid-list li { position: relative; }

.grid-list li .name {
	background: #d4b66d;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.grid-list li .name a { 
	color: #fff; 
	display: block;
	padding: 6px 20px;
}

/**************************************************************************************/
/*** 3.6 - Pages - Login & Registration Area ***/
/**************************************************************************************/

form#frm-login { margin: 0; }

#frm-login, #not-registered {
	min-height:250px; 
	padding: 40px;
	background: #f6f6f6;
	border-bottom: 2px solid #e5e5e5;
	border-radius: 3px;
}

#frm-login .frm-wrap {
	width: 48%; 
	display: inline-block;
}

.remember-me { margin-top: 0; }
.remember-me, .submit { 
	width: 100% !important; 
	display: block;
	text-align: center;
}
#frm-login .frm-submit { 
	width: 100% !important;
	min-height: 41px;
}

#frm-register .privacy { margin: 40px 0; }

#frm-register .frm-wrap.first { 
	display: inline-block;
	width: auto !important; 
	margin: 10px 40px 10px 0;
}

.frm-wrap.half { 
	width: 45%;
	float: left; 
}
.frm-wrap.half > * {margin-bottom:0;}

.frm-wrap.half.dx { float: right; }

/**************************************************************************************/
/*** 3.7 - Pages - Admin Area ***/
/**************************************************************************************/

table.tab-1 { width: 100%; }

.tab-1 thead tr {
	background: #111 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.tab-1 th { border: none; text-align:left;}

.tab-1 td, .tab-1 th { 
	font-weight: 700;
	padding: 20px;
	border-bottom:1px solid #e5e5e5;
	border-radius: 3px; 
}
.tab-1 .fontnorm td, .tab-1 td.fontnorm {font-weight:normal;}
.tab-1 tbody tr:nth-child(odd) { background: #f5f5f5; }

.tab-1 tbody tr:nth-child(even) { background: #e6e6e6; }

.denied, .accepted, .waiting, .dated { 
	padding-left: 40px !important;
	position: relative; 
}

.denied:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	color: #C02F2F;
	font-size: 16px;
	position: absolute;
	left: 14px;
	top: 22px;
}

.accepted:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #82C33C;
	font-size: 16px;
	position: absolute;
	left: 14px;
	top: 22px;
}

.waiting:before {
	content: '\f017';
	font-family: 'FontAwesome';
	color: #d4b66d;
	font-size: 16px;
	position: absolute;
	left: 14px;
	top: 22px;
}

.dated:before {
	content: '\f073';
	font-family: 'FontAwesome';
	color: #333;
	font-size: 14px;
	position: absolute;
	left: 14px;
	top: 24px;
	opacity: 0.8;
}

.dated { 
	font-weight: 400 !important; 
	color: #333;
}

.denied { color: #C02F2F; }

.accepted { color: #82C33C; }

.waiting { color: #d4b66d; }

.money { 
	background: #111; 
	color: #fff;
	border-radius: 3px;
	padding: 6px 40px;
	text-align: center;
	display: inline-block;
}
.money i { 
	margin-right: 10px;
	font-size: 20px; 
	vertical-align: bottom;
}

.profile-mod { margin-left: 20px; }

.profile-mod, .recharge { float: right; }

.pagenavi { margin: 15px 0px 20px 3px; }

.pagenavi .go-to-page { 
	padding: 6px 14px;
	border-radius: 3px;
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}

.pagenavi .current, .pagenavi .go-to-page:hover { 
	background: #d4b66d;
	padding: 6px 14px;
	border-radius: 3px;
	border-bottom: 1px solid #bc8938;
}

.pagenavi .go-to-page:hover { color: #fff; }

.images-panel {}
.images-panel:after {
	content: '';
	display: block;
	clear: left;
}
.images-item { 
	float: left; 
	background: #e5e5e5;  
	padding: 3px 3px 5px 3px;
	margin-bottom: 10px;
	cursor: pointer;
}
.images-item input[type=checkbox] { 
	display: block; 
	margin: 5px auto 0 auto; 
}

/**************************************************************************************/
/*** 4.0 - Sidebar ***/
/**************************************************************************************/

.side-slider {
	position: relative;
	margin-bottom: 40px !important;
}

.side-slider .slick-dots { bottom: -25px; }

.side-slider .slick-prev { left: 10px; }
.side-slider .slick-next { right: 10px; }

/**************************************************************************************/
/*** 4.1 - Side Blocks ***/
/**************************************************************************************/

.side-block {
	padding: 20px;
	background: #f6f6f6;
	border-radius: 3px;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}

.side-block .title h3,
.side-block .title .h3 {
	position: relative;
	font-size: 18px;
	color: #d4b66d;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.side-block .title h3:after,
.side-block .title .h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background:#d4b66d;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.side-block ul { margin-left: 10px; }

.poundblock {
    display:block;
    font-weight:bold;
    margin: -10px 0 0 0;
    padding:3px 10px;
    background-color: #fff;
    border:1px solid #e5e5e5;
    border-radius: 5px;
}

/***** QUOTATION ACCEPTANCE *****/
.quotation-list {
    margin: 0 0 0 15px;
    padding:0;
}
.quotation-list > li {
    clear:both; float:none;
    margin: 20px 0;
    padding:20px 0 0 10px;
    cursor: default;
    border-top: 1px solid #aaa;
}
.quotation-list input {
    cursor: pointer;
}
.quotation-list label {
    display:block;
    margin:7px 0;padding:0;
    overflow: hidden;
    font-weight: normal;
    cursor:pointer;
}
.quotation-list .title a:hover {text-decoration:underline!important;}
.quotation-list .options {
    display:block;
    margin: 10px 0 10px 20px;
    padding:0;
}
.quotation-list .aircraft-gallery {
    display:block;
    overflow:hidden;
    clear:both; float:none;
    margin:10px 0; padding:0;
    list-style: none;
}
.quotation-list .aircraft-gallery > li {
    display:block;
    margin: 5px; padding:0;
    float:left; overflow:hidden;
}
.quotation-list .aircraft-gallery > li a {
    display:block;
    overflow:hidden;
    border:1px solid #bbb;
    border-radius: 5px;
    width:120px; height:90px;
}
.quotation-list .aircraft-gallery > li a:hover {border-color:#d4b66d;text-decoration:none;}
.quotation-list .aircraft-gallery > li a img {width:100%; height:100%;}
pre.code {
    display:block;
    width:100%;
    overflow:hidden;
    clear:both; float:none;
    margin:0 0 25px 0; padding:0;
}
pre.code code {
    display:block;
    width:100%;
    margin:0; padding:30px 10px;
    overflow: auto;
    background: #eff0f1;
    font: normal normal 13px/18px Arial, sans-serif;
    text-align: left;
}

/**** BLOGBOOK ****/
.blogbook {}
.blogbook .subheader {
    display:block;
    overflow:hidden;
    min-height: 200px;
    margin:0; padding:150px 0 100px 0;
    text-align: center;
    background: #333 url('../img/test/bg-banner.jpg') center center no-repeat;
    background-size: cover;
    position:relative;
    z-index: 1;
}
.blogbook .subheader::before {
    content: '';
    display:block;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    bottom:0; right:0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.blogbook .subheader > .title h1,
.blogbook .subheader > .title .h1 {
    padding: 0 40px;
    margin:0;
    color: #fff;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-shadow: 1px 1px 2px #333;
}
@media only screen and (max-width: 767px) {
    .blogbook .subheader {
        padding:200px 0 50px 0;
    }
    .blogbook .subheader > .title h1,
    .blogbook .subheader > .title .h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

/**** TRACKER REGISTRATION ****/
.signbtn {
    display:inline-block;
    margin:0;
    padding: 5px 20px;
    border:none;
    border-radius: 5px;
    cursor:pointer;
    background-color: #111;
    color: #d4b66d;
    font-family: inherit;
    font-size: 18px;
    text-transform: uppercase;
}
.signbtn:hover {
    background-color: #d4b66d;
    color: #111!important;
}
.signbtn:active {
    background-color: #d4b66d;
    color: #fff!important;
    -webkit-box-shadow: inset 0 1px 2px #444;
    box-shadow: inset 0 1px 2px #444;
}
.signtracker {
    color: #333;
    font: normal normal 15px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
}
.signtracker .subheader {
    display:block;
    overflow:hidden;
    margin:0; padding:0;
    position:relative;
    text-align: center;
    min-height:400px;
}
.signtracker .subheader::before {
    content: '';
    display: block;
    position:absolute;
    z-index:-1;
    top:0; left:0;
    height: 400px;
    width:100%;
    margin:0; padding:0;
    background: #333 url('../img/tracker/cover.jpg') center top no-repeat;
    background-size: cover;
}
.signtracker .subheader .maintitle {
    min-height: 79px;
    max-height: 248px;
    overflow:hidden;
    margin:170px 0 60px 0;
    text-align: center;
}
.signtracker .subheader h1 {
    display:block;
    margin:0; padding:0;
    font: bold normal 32px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    color: #d4b66d;
    text-transform: uppercase;
}
.signtracker .subheader h2 {
    display:block;
    margin:0; padding:0;
    font: bold normal 24px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    color: #fff;
}
.signtracker .subheader ol {
    display:table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 0;
    list-style: none;
    margin:0; padding:40px 0 30px 0;
    width:100%;
}
.signtracker .subheader ol > li {
    display:table-cell;
    width:25%; margin:0;
    vertical-align: top;
    padding:10px 15px;
    background: #f9f9f9;
    box-shadow: 2px 2px 8px #aaa;
}
.signtracker .subheader ol > li:before {
    content:'';
    display:block;
    margin:-50px 0 0 0; padding:0;
    width:100%; height:170px;
    background: transparent none center top no-repeat;
}
.signtracker .subheader ol > li > p {
    display:block;
    overflow:hidden;
    margin:0; padding:0;
    color: #111;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}
.signtracker .subheader ol > li.ls1::before {background-image: url('../img/tracker/1.png');}
.signtracker .subheader ol > li.ls2::before {background-image: url('../img/tracker/2.png');}
.signtracker .subheader ol > li.ls3::before {background-image: url('../img/tracker/3.png');}
.signtracker .subheader ol > li.ls4::before {background-image: url('../img/tracker/4.png');}
@media only screen and (max-width: 991px) {
    .signtracker .subheader .maintitle {margin-bottom:0;}
    .signtracker .subheader ol {display:block;padding-top:10px;}
    .signtracker .subheader ol > li {
        display:block;
        width:100%;
        margin:60px 0 10px 0;
    }
}
.signtracker .section {
    color: #333;
}
.signtracker .section .signtitle {
    display:block;
    margin:0 0 20px 0; padding:0 0 20px 0;
    text-align: center;
    color: #333;
    font: bold normal 30px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    background: transparent url('../img/tracker/line.png') center bottom no-repeat;
}
.signtracker .tckabout {}
.signtracker .tckabout p {text-align:justify;}
.signtracker .tcktools {margin-top:40px;}
.signtracker .tcktools p {text-align:center;}
.signtracker .tcktools p strong {font-size:26px;}
.signtracker .tcktools p.col:before {
    content:'';
    display:block;
    overflow:hidden;
    margin:0; padding:0;
    width:100%; height:130px;
    background: transparent none center top no-repeat;
}
.signtracker .tcktools > .col:nth-child(2):before {background-image: url('../img/tracker/spr1.png');}
.signtracker .tcktools > .col:nth-child(3):before {background-image: url('../img/tracker/spr2.png');}
.signtracker .tcktools > .col:nth-child(4):before {background-image: url('../img/tracker/spr3.png');}
.signtracker .tcksubscribe {margin-top:40px;}
.signtracker .tcksubscribe > .col > p {
    font-size: 26px;
    color: #D4B66D;
    text-align: center;
}
.signtracker .tcksubscribe > .col > p > img {vertical-align: middle;}
.signtracker .tcksubscribe > .col > p > strong {white-space:nowrap;padding:0 20px;}
.signtracker .tcksubscribe fieldset {
    border:none; border-radius:0;
    background-color: #D4B66D;
    box-shadow: 2px 2px 8px #ccc;
}
.signtracker .tcksubscribe fieldset a {color:#fff;white-space: nowrap;}
.signtracker .tcksubscribe input[type="text"],
.signtracker .tcksubscribe input[type="password"],
.signtracker .tcksubscribe input[type="email"] {padding:4px 15px;}
.signtracker .tcklicensed {
    text-align:center;
    background-color: #fff;
    box-shadow: 2px 2px 8px #ccc;
    margin: 20px 0; padding:0;
}
.signtracker .tcklicensed > div {
    background-color: #f9f9f9;
    overflow: hidden;
    margin:0; padding: 20px 0;
}
.signtracker .tcklicensed > div > ul {
    display:inline-block;
    margin:0; padding:0;
    overflow: hidden;
}
.signtracker .tcklicensed > div > ul > li {
    display:block;
    clear:both; float:left;
    text-align: left;
    background: transparent url('../img/tracker/li.png') left top no-repeat;
    list-style:none;
    min-height:34px;
    margin:0; padding: 2px 0 2px 25px;
    font-size: 20px;
}
.signtracker .tcklicensed > p {
    margin:0; padding: 20px 0;
    color: #D4B66D;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.signtracker .tcklicensed > p > strong {
    display:inline-block;
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.payment-container {
    display:block;
    float:none; clear:both;
    overflow:hidden;
    margin:0;
    width:100%;
    padding:200px 100px 100px 100px;
    background: #111 url('../img/payment-bg.jpg') center center no-repeat;
    background-size: cover;
}
.payment-body {
    display:block;
    background: #fff;
    margin:0; padding:50px;
    overflow:hidden;
    text-align:center;
}
.payment-body h1.title {
    font-size: 32px;
    line-height: normal;
    color: #222;
}
.payment-body .hr {
    display:block;
    overflow:hidden;
    clear:both; float:none;
    margin:25px auto;
    padding:0; border:none;
    height:1px;
    background-color: #d4b66d;
    max-width: 100px;
}
.payment-body .trip-detail {
    display:block;
    margin:0; padding:0;
    overflow: hidden;
    font-size: 18px;
    line-height:24px;
}
.payment-body .trip-cost {
    display:block;
    margin:0; padding: 20px 0;
    overflow:hidden;
    font-size: 28px;
    line-height: normal;
}
.payment-body .trip-cost strong {
    color:#d4b66d!important;
}
.payment-body ul.card-list,
.payment-body ul.partner-list {
    display:block;
    overflow:hidden;
    list-style:none;
    margin:0; padding:0;
}
.payment-body ul.card-list li,
.payment-body ul.partner-list li {
    display:inline;
    margin:0; padding:10px;
}
.payment-body ul.card-list img,
.payment-body ul.partner-list img {width:auto;max-height:35px;}
.payment-body .stripe-payment {
    display:block;
    overflow:hidden;
    margin:0; padding:25px;
    border: 1px solid #656dad;
}
.payment-body .stripe-payment h2 {
    font-size: 28px;
    color: #3691eb;
}
.payment-body .stripe-payment .stripe-button-el span {
    font: bold normal 20px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    padding-top:15px;
    padding-bottom:15px;
    line-height: 20px;
    text-transform: uppercase;
    height:auto;
}
@media only screen and (max-width: 991px) {
    .payment-container {
        background-image: none;
        background-color: #fff;
        padding: 150px 0 0 0;
    }
    .payment-body {padding:20px;}
}
/**** BANNER TRACKER ****/
#banner-popup {
    display:none;
    position: fixed;
    top:0; left:0;
    z-index: 100000;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: transparent;
}
#banner-popup > ._bpWindow {
    position: absolute;
    top:0; left:0;
    width: 100%; height:100%;
    padding:0; margin:0;
    background-color: #888;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#banner-popup > ._bpBody {
    position: absolute;
    top: 20%; left: 50%;
    width: 50%;
    padding: 20px 0;
    margin: 0 0 0 -25%;
    background-color: #fff;
    border: 3px solid #d4b66d;
    text-align: center;
    font: normal normal 18px/normal 'Open Sans Condensed', Tahoma, Arial, sans-serif!important;
    color: #444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}
#banner-showcase > h4 {
    display:block;
    background: transparent url('../img/tracker/arrow.png') top left no-repeat;
    padding-top:60px;
    text-decoration: underline;
    text-transform: uppercase;
}
.banner-list {
    display:block;
    width:100%;
    list-style: none;
    overflow: hidden;
    margin:0; padding:0;
}
.banner-list > li {
    display:block;
    overflow: hidden;
    float:left;
    margin: 20px; padding:0;
    cursor:pointer;
}
.banner-list > li > img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:300px;
}
@media only screen and (max-width: 767px) {
    #banner-popup > ._bpBody {
        width: 100%;
        margin:0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        left:0; top:0;
    }
}

/**** SEARCH FORM EXTENSION ****/
.route .input_exchange button {
    display:inline-block;
    background: transparent;
    border: none;
    cursor: pointer;
    height:42px;
    padding:0; margin:0 auto;
    vertical-align: middle;
}
@media only screen and (min-width: 1280px) {
    .route .c3.input_from, .route .c3.input_to {width: 300px;}
    .route .c2.input_exchange {width: 60px;}
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .route .c3.input_from, .route .c3.input_to {width: 260px;}
    .route .c2.input_exchange {width: 60px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .route .c3.input_from, .route .c3.input_to {width: 180px;}
    .route .c2.input_exchange {width: 60px;}
}
.trip-map {
    display:none;
    width:100%;
    margin:0 auto;
    padding:0;
    height:350px;
}

/**************************************************************************************/
/*** 5.0 - Responsive Starts HERE ***/
/**************************************************************************************/


@media only screen and (min-width: 1025px) and (max-width: 1279px) { 

	.banner { background-attachment: fixed !important; }

}




/*** WIDE 1280px ***/

@media only screen and (min-width: 1280px) {
	
	body { font-size: 16px; }
	
	.banner { background-attachment: fixed !important; }
	
}


/*** TABLET (vertical) + MOBILE common rules ***/

@media only screen and (max-width: 991px) {
	
        .button.book-now i.fa {display:inline;}
        .button.book-now.scrollto > span {display:none;}
        
	.has-subnav > a:after { display: none; }
	
	.block.round {
		width: 100%;
		height: auto;
		margin-left: 0;
		overflow: visible;
		border: none;
		margin-bottom: 0; 
	}
	
	.block.round.active { 
		width: 100%; 
		height: auto;
		margin-left: 0;
		border: none; 
	}
	
	.block.round .photo { 
		width: 100%;
		border: 4px solid #d4b66d;
		border-radius: 50%; 
		padding: 6px;
	}
	
	.block.round .text { 
		opacity: 1;
		padding: 0 20px; 
	}
	
	.money { padding: 6px 20px; }
}

/*** TABLET 768px (vertical) ***/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.button.book-now {
		white-space: nowrap;
		padding: 6px 20px;
		margin-top: 5px;
	}
	
	#menu { margin-top:10px; }
        .langs-menu { margin-top:10px; margin-right:0;}
	
	#menu li a { 
		font-size: 13px;
		padding: 0 8px;
	}
	
	#menu li.active > a:before { bottom: -6px; }
	
	.slide .bg { background-position: 50% !important; }
	
	label { font-size: 12px; }
	
	.c-wrap { padding: 0; }
	
	.banner.no-shadow .c-wrap { padding: 20px; }
	
	#foot-menu { margin-top: 40px; }
	
	.credits { /*margin-top: 46px;*/ }
	
	.page .radio .frm-wrap { margin-right: 20px; }
	
	form .more-data .frm-wrap { width: 33%; }
	
	#frm-register .frm-wrap.first { margin: 10px 30px 10px 0; }

}

/*** MOBILE 320px ***/

@media only screen and (max-width: 767px) {
	
	#head { position: absolute; }
	
	#head.compact { position: absolute; }
	
	#head.compact .col { margin-bottom: 20px; }
 
	#head.compact #logo {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.tgl-menu, .tgl-sidebar { 
		display: inline-block;
		background: #d4b66d;
		color: #fff;  
		border-bottom:1px solid #bc8938;
		padding: 6px 35px;
		position: relative;
		border-radius: 3px;
		margin-bottom: 20px;
	}
	
	.tgl-menu { float: left;}
	
	.tgl-sidebar { float: right; }
	
	.tgl-sidebar:before {
		font-family: 'FontAwesome';
		content: '\f002';
		vertical-align: baseline;
		display: inline-block;
		margin: 0px 8px 0px -3px;
		opacity: 0.5;
	}
        .langs-menu {
            float:none;
            clear:both;
            margin:0;
        }
	#menu, .button.book-now, .search-bar.hideable { display: none; }
		
	#menu.open {
		text-align: left;
		display: block;
                clear:both;
		top: 140px;
		left: 0;
		background: #111;
		width: 100%;
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#head.compact #menu.open { top: 100px; }
	
	#menu.open ul li {
		display: block;
		margin-bottom: 20px;
		padding-left: 0px;
	}
	
	#menu.open ul li a { padding-left: 0; }
	
	#menu li.active > a:before {
		left: 0;
		margin-left: 0;
	}
        #menu .langs-menu {margin-left:0;}
	
	#search-bar-bottom.search-bar.open { 
		display: block;
		position: absolute;
		top:140px;
		left: 0;
		width: 100%;
		padding: 5px 0 1px 0; 
		z-index: 9999;
	}
	
	.search-bar:before { display: none; }
	
	.search-bar .book-flight .col.c8 { margin-top: 40px; }
	
	.search-bar .route h4,
        .search-bar .route .h4 { top: -20px; }
	
	.search-bar .type.t2 { margin-top: 40px; }
	
	.page .radio .frm-wrap, .page .radio.longstring .frm-wrap { 
		display: block;
		text-align: left;
	}
	
	form .more-data .frm-wrap { width: 100%; }
	
	form .checks { text-align: left; }
	
	.slide .bg { 
		min-height: 350px;
		background-position-x: 50% !important; 
	}
	
	#slider .slick-dots { bottom: 10px; }
	
	.slick-prev, .slick-next{ top: 70%; }
	
	.section-title { margin: 20px 0; }
	
	.c-wrap { padding: 0; }
	
	#heading .title h1, #heading .title .h1 { font-size: 30px; }
	
	.home-section .text p { padding-right: 0; }
	
	.banner.no-shadow .c-wrap{ padding: 20px; }
	
	.foot-block { padding-right: 0; }
	
	.credits { margin-top: 40px; }
	
	#foot-menu { 
		text-align: left;
		margin: 60px 0 0 0; 
	}
	
	#foot-menu li { 
		display: block;
		margin: 0 0 10px 0;
	}
	
	#foot-menu li:before { display: none; }
	
	.page .block .photo { width: 200px; }
	
	#heading.smaller .title h1, #heading.smaller .title .h1 { bottom: 40px; }
	
	.money, .profile-mod, .recharge, .profile-mod .button, .recharge .button, .button.send-request { width: 100%; }
	
	.profile-mod, .recharge { margin-bottom: 20px; }
	
	table td, .tab-1 td { 
		padding: 11px;
		font-size: 12px; 
		text-align: center; 
	}
	
	td.dated { font-size: 14px; }
	
	.denied, .accepted, .waiting, .dated { padding: 40px 26px 10px 26px !important; }
	
	.dated:before, .accepted:before, .waiting:before, .denied:before {
		top: 14px;
		left: 50%;
		margin-left: -7px;
	}
	
	#frm-login .frm-wrap { width: 100%; }
	
	#frm-login, #not-registered { padding: 20px; }
	
	.page.booking #search-bar-bottom.search-bar.open { display: block; }
	
	.section-title h1, .section-title .h1 { font-size: 30px; }
	
	.ui-accordion .ui-accordion-content { padding: 1em; }
	
	.list-sx li, .list-dx li { 
		min-height: 40px;
		/*font-size: 12px; */
	}
	
	#frm-register .frm-wrap.first { 
		width: 100% !important; 
		margin:10px 10px 10px 0;
	}

	.alignleft, .alignright { width: 260px; }
	
	.text .alignleft, .text .alignright { margin:10px 0px 20px 0px; }
        .bookrelated .list-dx, .bookrelated .list-sx {
            width:100%;
            margin:0; padding:0;
            float:none;
            clear:both;
        }
        #heading .title h1, #heading .title .h1 {bottom:40px;}
}

/*** MOBILE (WIDE) 480px ***/


@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#logo {
		width: 60%;
		margin-left: 20%;
		margin-bottom: 5px;
	}
	
	#head.compact #logo { 
		width: 40%; 
		margin-left: 30%; 
		margin-bottom: 5px;
	}

	.tgl-menu, .tgl-sidebar { 
		padding: 2px 40px;
		margin-bottom: 10px; 
	}
	
	/*#menu ul { margin-top: 40px; }*/
	
	#search-bar-bottom.search-bar.open { top: 125px; }
	
	.block.round .photo { width: 300px; }
	
	#frm-register .frm-wrap.first { width: 46% !important; }
	
	.alignleft, .alignright { width: 200px; }
	
	.text .alignleft { margin:0px 20px 0px 0px; }
	.text .alignright { margin:0px 0px 0px 20px; }
	
}

@media only screen and (max-width: 479px) {
    .tgl-menu::before {margin:0!important;}
    .tgl-menu span {display:none;}
}

