/*	
	primary (blue):			0075bd / rgba(0,117,189,1)
	secondary (green):		00a056 / rgba(0,160,86,1)
	link (blue):			337ab7 / rgba(51,122,183,1)
	link hover (blue):		23527c / rgba(35,82,124,1)
	text (darkGrey):		000000 / rgba(0,0,0,.85)
	text inverse (white):	ffffff / rgba(255,255,255,1)
	inactive (gray):		000000 / rgba(0,0,0,.04)

	orange:			 ea7520 / rgba(234,117,32,1)
	magenta:		 cc1e4d / rgba(204,30,77,1)
	darkblue:		 005485 / rgba(0,84,133,1)
	darkGrey:		 333333 / rgba(51,51,51,1)
	gray (inactive): 000000 / rgba(0,0,0,.04)

*/
html, body {
	height: 100%;
}
body {
	padding-right: 0 !important;
	font-family: "Open Sans", Arial, sans-serif;
	color: rgba(0,0,0,.85);
	overflow-x: hidden;
	overflow-y: scroll;
}
body.fixed {
	padding-top: 220px;
}
body.fixed nav {
	display: none;
}
body.modal-open {
	margin-right: 17px;
    overflow: hidden;
}
body.modal-open .navbar-fixed-bottom,
body.modal-open .navbar-fixed-top {
	margin-right: 17px;
}
.body-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.canvasloader-wrapper {
	position: absolute;
	z-index: 9999;
	top: 150%;
	left: 50%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -330px;
	padding-top: 70px;	
}
body.fixed .wrapper {
	padding-top: 0;
}
.push {
	height: 330px;
}
.inner-container {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.acqua-main,
.acqua-aside {
	position: relative;
	-webkit-transition: all 0.25s ease; 
	   -moz-transition: all 0.25s ease; 
	     -o-transition: all 0.25s ease; 
			transition: all 0.25s ease; 
}
.show-acqua-aside {
	display: none;
	margin-bottom: 10px;
	/*position: absolute;
	z-index: 5;
	top: 0;
	right: -50px;
	position: relative;	
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: rgba(255,255,255,1);	
	line-height: 40px;
	background-color: #999;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;*/	
}
/*.show-acqua-aside:hover {
	color: rgba(255,255,255,1);
	background-color: #555;
	background-color: rgba(0,0,0,0.85);
}*/
/*.show-acqua-aside .glyphicon-chevron-right,
.show-acqua-aside .glyphicon-chevron-left {
	position: absolute;
	top: 50%;
	width: 40px;
	display: block;
	transform: translateY(-50%);
	color: rgba(255,255,255,1);
	text-align: center;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.show-acqua-aside .glyphicon-chevron-left {
	opacity: 0;
}
.show-acqua-aside .glyphicon-chevron-right {
	opacity: 1;
}*/

.hide-acqua-aside {
	display: none;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
.hide-acqua-aside .close {
	float: none;
	font-weight: 400;
	font-size: 40px;
	line-height: 0;
	vertical-align: middle;
}
.hide-acqua-aside .text {
	font-size: 22px;
	color: #aaa;
	vertical-align: middle;
}

/* footer */
footer {
	position: relative;
	z-index: 10;
	height: 330px;
	padding: 20px 0 0;
	font-size: 12px;
	color: rgba(255,255,255,.85);
	background-color: rgba(0,0,0,.85);
}
footer a {
	color: rgba(255,255,255,.85);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: rgba(255,255,255,1);
}
footer h3 {
	font-weight: 700;
	font-size: 18px;
}
footer li {
	padding: 3px 0;
	font-size: 14px;
}
footer .footer-company .fa-container {	
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(255,255,255,.1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
footer .footer-company .footer-social {
	margin-top: 10px;
}
footer .footer-contact li {
	padding-top: 8px;
	padding-bottom: 8px;
}
footer .footer-contact .fa-container {	
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
footer .footer-contact .text {	
	margin-top: 5px;
	margin-left: 45px;
}
footer .copyright {
	margin-top: 20px;
	margin-bottom: 5px;
}
footer .server-stats {
	font-size: 10px;
}
footer .footer-menu {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.05);
	/*border-top: 1px solid rgba(255,255,255,0.2);*/
}
footer .footer-menu a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer .footer-logos {
	padding-top: 15px;
	text-align: center;
}
footer .footer-logos img {
	display: inline-block;
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	margin-right: 3px;
	/*background-color: rgba(255,255,255,1);*/
}

/* navbar */
.navbar {
	height: 70px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: rgba(255,255,255,1);
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;	
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.25);
			box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.navbar .container {
	position: relative;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
}
.navbar-header {
	position: relative;
	z-index: 10;
	height: 70px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	margin-right: 30px;
}
.navbar-header .navbar-brand {
	width: 205px;
	height: 49px;
	margin-top: 10px;
	background: transparent url('/assets/img/logo/logo-qtc-flat.png') no-repeat;
	background-size: contain;
}
.navbar-nav {
	margin-top: 25px;
}
/*.home .navbar-header .navbar-brand {
	position: absolute;
	z-index: -1;
	width: 215px;
	height: 49px;
	background: transparent url('/assets/img/logo/logo-qtravelcloud.png') no-repeat;
}
.home .navbar-nav {
	margin-left: 280px;
}*/
.navbar-nav .pages,
.navbar-nav .account {
	display: none;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a {
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 18px;
	color: #333; 
	line-height: 1;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav > li > a:hover,
.navbar-nav > span > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > span > li > a:focus {
	color: #214083;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	border-color: #555;
	background-color: rgba(255,255,255,1);
}
.navbar-nav > li:last-of-type > a,
.navbar-nav > span > li:last-of-type > a {
	margin-right: 0;
}
.navbar-toggle {
	margin-top: 18px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-toggle .icon-bar {
	width: 24px;
	height: 3px;
	background-color: #555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	border-color: transparent;
}

/* top-navbar */
.navbar-nav.top-navbar {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 0;
	height: 24px;
	font-size: 12px;
}
.navbar-nav.top-navbar > li > a,
.navbar-nav.top-navbar > span > li > a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav.top-navbar > li > .dropdown-menu {
	padding: 10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-success:hover,
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-success:focus {
	background-color: #449d44;
	border-color: #449d44;
}
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-danger:hover,
.navbar-nav.top-navbar > li > .dropdown-menu > li > a.btn-danger:focus {
	background-color: #c9302c;
	border-color: #c9302c;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a {
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a:hover,
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a:focus {
	text-decoration: none;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a.btn {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.navbar-nav.top-navbar > li.my-account-dropdown .dropdown-menu > li > a.btn-danger {
	margin-top: 5px;
}
.navbar-nav.main-menu {
	float: none;
	margin-top: 0;
	position: absolute;
	top: 35px;
	left: 240px;
	width: 991px;
}
.demo_rezervari_quick-sell_ro .navbar-nav.main-menu {
	left: 340px;
}

.navbar-nav.top-navbar .admin-menu hr {
	margin: 5px 10px;
	border-color: #e8e8e8;
}
.navbar-nav.top-navbar .admin-menu li a .fa {
	
}
.navbar-nav.main-menu .edit-add-menu-item {
	position: relative;
	top: 4px;
	left: 15px;
	padding: 0 1px;
	font-size: 22px;
	background-color: rgba(255,255,255,1);
}
.navbar-nav.main-menu .dropdown-menu .li {
	position: relative;
}
.navbar-nav.main-menu .edit-menu-item {
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 0;
	right: -3px;
	margin-right: 0;
	padding: 0;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav.main-menu li:hover .edit-menu-item {
	opacity: 1;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li {
	position: relative;
	padding-right: 25px;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li a {
	padding-right: 0;
}
.navbar-nav.main-menu .dropdown .dropdown-menu li .edit-menu-item {
	top: 4px;
	left: auto;
	right: 5px;
	font-size: 14px;
}
.modal.acqua-edit-online-modal .modal-content {
	background-color: #efefef;
	overflow: hidden;
}
.modal.acqua-edit-online-modal .modal-body {
	padding-bottom: 0;
}
.modal.acqua-edit-online-modal .modal-header {
	background-color: rgba(255,255,255,1);
	border-bottom-color: #c2cfd6;
}
.modal.acqua-edit-online-modal .modal-inner-box {
	padding: 15px 15px 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #c2cfd6;
}
.modal.acqua-edit-online-modal .modal-body form label {
	font-weight: 400;
	font-size: 12px;
}
.modal.acqua-edit-online-modal .modal-body form .form-control {
	border-color: #c2cfd6;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.modal.acqua-edit-online-modal .modal-body form .form-control:focus {
	border-color: #8ad4ee;
}
.modal.acqua-edit-online-modal .modal-footer {
	margin: 0 15px 15px;
	text-align: left;
	background-color: #f0f3f5;
	border: 1px solid #c2cfd6;
	border-top: none;
}
.modal.acqua-edit-online-modal .modal-footer {
	margin: 0 15px 15px;
	text-align: left;
	background-color: #f0f3f5;
	border: 1px solid #c2cfd6;
	border-top: none;
}
.modal.acqua-edit-online-modal .btn {
	min-width: 150px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .input-group .btn {
	min-width: 100px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .nav-tabs {
	border-bottom-color: #c2cfd6;
}
.modal.acqua-edit-online-modal .nav-tabs > li {
	padding: 0;
}
.modal.acqua-edit-online-modal .nav-tabs > li > a {
	padding: 5px 15px;
	font-size: 12px;
	color: #333;
	border-color: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.modal.acqua-edit-online-modal .nav-tabs > li > a:hover,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a:hover {
	background-color: rgba(255,255,255,1);
	border-color: #c2cfd6;
}
.modal.acqua-edit-online-modal .nav-tabs > li.active > a,
.modal.acqua-edit-online-modal .nav-tabs > li.active > a:hover {
	border-bottom-color: rgba(255,255,255,1);
}
.modal.acqua-edit-online-modal .tab-content {
	padding: 15px 15px 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #c2cfd6;
	border-top: none;
}
.modal.acqua-edit-online-modal .table {
	table-layout: fixed;
}
.modal.acqua-edit-online-modal .table .truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.modal.acqua-edit-online-modal .table th,
.modal.acqua-edit-online-modal .table td {
	font-size: 12px;
}

/* top-header */
.top-header {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.top-header ul {
	margin-bottom: 0;
}
.top-header .pages {
	float: left;
	display: block;
}
.top-header .pages li {
	display: inline-block;
	padding-right: 10px;
}
.top-header .account {
	float: right;
	margin-right: 30px;
}
.top-header .account li {
	display: inline-block;
	color: #999;
}
.top-header .phone {
	float: right;
	margin-right: 30px;
	color: #999;
}
.top-header .phone .glyphicon {
	padding-left: 5px;
	_font-size: 12px;
}
.top-header .social {
	float: right;
	margin-right: 30px;
	font-size: 16px;
}
.top-header .social a {
	padding-left: 5px;
}

.top-header .account a,
.top-header .lang-selector a,
.top-header .lang-selector span {
	display: inline-block;
	padding: 0 5px;
	font-weight: 400;
	font-size: 12px;
}
.top-header .account a:hover,
.top-header .account a:focus,
.top-header .lang-selector a:hover,
.top-header .lang-selector a:focus,
.top-header .lang-selector .open > a,
.top-header .lang-selector .open > a:hover,
.top-header .lang-selector .open > a:focus {
	background-color: transparent;
}
.top-header .lang-selector {
	float: right;
}
.top-header .lang-selector .dropdown-menu {
	right: 0;
	left: auto;
	min-width: 110px;
	margin-top: 1px;	
	padding: 4px 5px;
	font-size: 12px;
	line-height: 1.5;
	background-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.95);
	border-color: #dfdfdf;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
}
.top-header .lang-selector .dropdown-menu > li > a,
.top-header .lang-selector .dropdown-menu > li > span {
	margin: 0 -5px;
	padding: 0 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.8;	
}
.top-header .lang-selector .dropdown-menu > li > span {
	color: #777;
}
.top-header .lang-selector .dropdown-menu > li > a img,
.top-header .lang-selector .dropdown-menu > li > span img {
	padding-right: 3px;
}
.top-header .lang-selector .dropdown-toggle img { 
	position: relative;
	top: -1px;
}
.top-header .lang-selector .dropdown-menu .arrow {
	position: absolute;
	top: -8px;
	right: 30%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px dashed #bbb;
}
.top-header .lang-selector .dropdown-menu .arrow:after {
	content: "";
	position: absolute;
	top: 1px;
	right: -7px; 
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px dashed rgba(255,255,255,1);  
}

/* PROGRESS BAR */
.page-progress {
	height: 24px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,.04);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	overflow: hidden;
}
.page-progress .progress-bar {
	width: 25%;
	padding-right: 3px;
	padding-left: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 24px;
	border-right: 1px solid rgba(255,255,255,1);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.page-progress .progress-bar:last-of-type {
	border-right: none;
}
.page-progress.progress-bar-three-steps .progress-bar {
	width: 33.33334%;
}
.page-progress.progress-bar-five-steps .progress-bar {
	width: 20%;
}
.page-progress .progress-bar .fa {
	position: relative;
	top: -1px;
	font-size: 9px;
}
.page-progress .progress-bar-default {
	color: #777;
	background-color: transparent;
}
.page-progress.progress .progress-bar-info {
	color: rgba(255,255,255,1);
	background-color: rgba(0,117,189,1);
}
.page-progress.progress .progress-bar-info a,
.page-progress.progress .progress-bar-info a:hover,
.page-progress.progress .progress-bar-info a:focus {
	color: rgba(255,255,255,1);
}

/* acqua-change-search */
.show-change-search {
	margin-bottom: 10px;
}
.show-change-search-aside {
	margin-bottom: 10px;
}
.acqua-change-search .acqua-search-form-big {
	float: none;
	margin-bottom: 10px;
}
.acqua-change-search {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-change-search.show {
	max-height: 2000px;
}

/* acqua-sort-options
.sort-results {
	padding: 5px 0;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sort-results li {
	float: left;
	padding: 0 5px;
}
.sort-results .sort-results-label {
	margin-top: 4px;
} */

/* acqua-sort-options */
.acqua-sort-options {
	margin-bottom: 5px;
}
.acqua-sort-options .acqua-sort-options-title {
	font-size: 12px;
}
.acqua-sort-options a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 5px 3px;
	font-size: 11px;
	color: #777;
	background-color: rgba(255,255,255,1);
	border: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-sort-options a.active {
	color: rgba(255,255,255,1);
	background-color: rgba(0,117,189,1);
	border-color: rgba(0,117,189,1);
}
.acqua-sort-options a:hover,
.acqua-sort-options a:focus {
	color: rgba(255,255,255,1);
	background-color: #777;
	border-color: #777;
}
.acqua-sort-options .fa {
	position: relative;
	top: -1px;
	font-size: 7px;
	color: inherit;
}

/* pagination */
.pagination-container {
	margin: 5px 0;
}
.pagination-container .total-results {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
	font-size: 12px;
}
.pagination-container nav {
	float: right;
}
.pagination-container nav.top-pagination {
	margin-top: 20px;
}
.pagination-container .pagination {
	margin: 0;
}
.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
	margin-left: 2px;
	padding: 2px 8px;
	font-size: 14px;
	color: #aaa;	
    background-color: rgba(255,255,255,1);
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.pagination-container .pagination > li > a:hover,
.pagination-container .pagination > li > a:focus,
.pagination-container .pagination > li > span:hover,
.pagination-container .pagination > li > span:focus {
	color: #777;	
    background-color: #f9f9f9;
	border: 1px solid #aaa;
}
.pagination-container .pagination > .active > a,
.pagination-container .pagination > .active > a:focus,
.pagination-container .pagination > .active > a:hover,
.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > span:focus,
.pagination-container .pagination > .active > span:hover {
	color: rgba(255,255,255,1);
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > li:first-child > a,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > a:focus,
.pagination > li:first-child > span,
.pagination > li:first-child > span:hover,
.pagination > li:first-child > span:focus,
.pagination > li:last-child > a,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > a:focus,
.pagination > li:last-child > span:hover,
.pagination > li:last-child > span:focus,
.pagination > li:last-child > span {
	background-color: transparent;
	border-color: transparent;
}

.pagination-container .display-mode {
	display: inline-block;
	margin-top: 5px;
}
.pagination-container .display-mode .title {
	display: inline-block;
	margin-right: 5px;
}
.pagination-container .display-mode a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	text-indent: -9999px;
}
.pagination-container .display-mode a.grid {
	background: url('../img/icons/icon-display-mode-grid.png') no-repeat;
}
.pagination-container .display-mode a.horizontal {
	background: url('../img/icons/icon-display-mode-horizontal.png') no-repeat;
}
.pagination-container .display-mode a.vertical {
	background: url('../img/icons/icon-display-mode-vertical.png') no-repeat;
}
.pagination-container .display-mode a.grid.active,
.pagination-container .display-mode a.grid:hover,
.pagination-container .display-mode a.grid:active,
.pagination-container .display-mode a.grid:focus {
	background: url('../img/icons/icon-display-mode-grid-active.png') no-repeat;
}
.pagination-container .display-mode a.horizontal.active,
.pagination-container .display-mode a.horizontal:hover,
.pagination-container .display-mode a.horizontal:active,
.pagination-container .display-mode a.horizontal:focus {
	background: url('../img/icons/icon-display-mode-horizontal-active.png') no-repeat;
}
.pagination-container .display-mode a.vertical.active,
.pagination-container .display-mode a.vertical:hover,
.pagination-container .display-mode a.vertical:active,
.pagination-container .display-mode a.vertical:focus {
	background: url('../img/icons/icon-display-mode-vertical-active.png') no-repeat;
}

/* prettyPhoto */
.pp_social {
	display: none;
}

/* acqua-filters */
.acqua-filters {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
}
.acqua-filters .filter-container {
	padding: 10px 0;
	border-top: 1px solid #d8d8d8;
}
.acqua-filters .filter-container:last-of-type {
	border-bottom: 1px solid #d8d8d8;
}
.acqua-filters h4 {
	margin: 0;
	padding: 0 5px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(0,0,0,.6);
	cursor: pointer;
}
.acqua-filters h4 .fa {
	float: right;
	margin-top: 3px;
	font-size: 10px;
}
.acqua-filters .filter-block .count {	
	color: #222;
}
.acqua-filters h4 + .filter-block {	
	max-height: 0;
	padding-top: 10px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-filters h4.open + .filter-block {	
	max-height: 10000px;	
}
.acqua-filters .filter-block .filter-row:last-of-type {
	padding-bottom: 0;
}
.acqua-filters .filter-row:hover,
.acqua-filters .filter-row:focus {
	color: #333;
}
.acqua-filters .range {
	padding: 0 13px 10px;
}
.acqua-filters .price-range .price-group {
	text-align: center;
}
.acqua-filters .price-group .price {
	color: #333;
}
.acqua-filters .range #amount,
.acqua-filters .range #stars-rating,
.acqua-filters .range #trip-advisor-rating {
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
}
.acqua-filters label {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
    margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	overflow: hidden;
}
.acqua-filters label .filter-stars {
	position: relative;
	top: -1px;
	left: 2px;
	width: auto;
	height: 12px;
}
.acqua-filters label .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.acqua-filters label input {
	position: relative;
	top: 2px;
	margin-top: 0;
	margin-right: 3px;
}
.acqua-filters .hotel-name-filter {
	margin: 1px 0;
	padding: 5px;
}
.acqua-filters .hotel-name-filter input[type="text"] {
	font-size: 14px;
}
.acqua-filters .hotel-name-filter .btn {
	margin: 10px 0 0;
}
.acqua-filters .acqua-filters-btn {
	padding: 5px;
}
.acqua-filters .show-more-filters {
	text-align: right;
}
.acqua-filters .show-more-filters .fa {
	font-size: 9px;
}
.acqua-filters-remove {
	margin-top: 2px;
}
.acqua-filters-remove a.label {
	display: inline-block;
	margin-bottom: 2px;
	padding: 3px 5px 5px;
}
.acqua-filters-remove .glyphicon {
	position: relative;
	top: 2px;
	font-size: 10px;
}
.acqua-filters .irs-from,
.acqua-filters .irs-to,
.acqua-filters .irs-single {
	background-color: rgba(0,117,189,1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-filters .irs-from::after,
.acqua-filters .irs-to::after,
.acqua-filters .irs-single::after {
	border-top-color: rgba(0,117,189,1);
}
.acqua-filters .irs-grid-pol {
	background: #999;
}
.acqua-filters .irs-grid-text {
	color: rgba(0,117,189,1);
}
.acqua-filters .irs-line-mid,
.acqua-filters .irs-line-left,
.acqua-filters .irs-line-right,
.acqua-filters .irs-bar,
.acqua-filters .irs-bar-edge,
.acqua-filters .irs-slider {
	background-image: url('/assets/img/sprite-skin-modern.png');
}

/* acqua-filter-applied-label */
.acqua-filter-applied-container {
	margin-bottom: 10px;
	padding: 10px 0 7px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.acqua-filter-applied-label {
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 3px 2px 5px;
	font-size: 11px;
	color: #777;
	background-color: rgba(255,255,255,1);
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-filter-applied-label:hover,
.acqua-filter-applied-label:focus {
	color: #333;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.acqua-filter-applied-label .close {
	margin-top: -1px;
	padding-left: 3px;
	font-size: 17px;
	color: #cc0000;
	text-shadow: none;
	opacity: 0.5;
}
.acqua-filter-applied-label:hover .close,
.acqua-filter-applied-label:focus .close {
	opacity: 0.95;
}

/* acqua-history */
.acqua-history-heading {
	margin-bottom: 5px;
}
.acqua-history {
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-history .destination {
	position: relative;
	margin-bottom: 2px;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-history .destination:hover {
	background-color: rgba(255,255,255,1);
	border-color: #ececec;
}
.acqua-history .destination .remove-search {
	display: none;
	position: absolute;
	z-index: 100;
	top: 5px;
	right: 5px;
	font-size: 14px;
	color: #aaa;
}
.acqua-history .destination:hover .remove-search {
	display: inline;
	color: #ff0000;
}
.acqua-history .destination .remove-search:hover {
	color: #cc0000;
}
.acqua-history .destination .city {
	display: block;
	width: 100%;
	margin-bottom: 2px;
	padding-right: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #337ab7;
}
.acqua-history .destination .city .glyphicon {
	position: relative;
	top: 2px;
	font-size: 16px;
}
.acqua-history .destination p {
	margin-bottom: 0;
	font-size: 12px;
	color: #555;
}
.acqua-history .destination .date {
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 20px;
}
.acqua-history .destination .date .glyphicon {
	padding-right: 2px;
}

/* acqua-booking-info */
.acqua-booking-info {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-booking-info .acqua-booking-info-title {
	
}
.acqua-booking-info .acqua-booking-info-section-name {
	margin: 0;
	padding: 5px 10px;
	font-size: 20px;
	color: rgba(255,255,255,1);
	background-color: #555;
}
.acqua-booking-info .acqua-booking-info-section-name small{
	color: rgba(255,255,255,1);
	color: rgba(255,255,255,0.9);
}
.acqua-booking-info .acqua-booking-info-section-name .icon-container {
	display: inline-block;
	width: 24px;
	text-align: center;
}
.acqua-booking-info .acqua-booking-info-section-name .fa {
	font-size: 20px;
}
.acqua-booking-info .rounded-box {
	margin-bottom: 20px;
	background-color: #fdfdfd;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}
.acqua-booking-info .acqua-booking-info-section {
	/*padding: 5px 10px 5px 40px;*/
	padding: 10px;
	background-color: #f9f9f9;
}
.acqua-booking-info .acqua-booking-info-section .hotel-image {
	margin-bottom: 10px;	
}
.acqua-booking-info .acqua-booking-info-section .hotel-image img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-booking-info .acqua-booking-info-subsection {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.acqua-booking-info .acqua-booking-info-subsection:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types {
	padding: 10px 0 5px;
	font-weight: 400;
	font-size: 20px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item {
	display: inline-block;
	min-width: 54px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	background-color: rgba(0,0,0,.04);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item .fa {
	padding: 0 10px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-service-types .item em {
	display: block;
	font-style: normal;
	font-size: 11px;
}
.acqua-booking-info .acqua-booking-info-section p {
	margin-bottom: 0;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title {
	font-size: 15px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title .fa {
	position: relative;
	top: -2px;
	font-size: 10px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-title img {
	position: relative;
	top: -2px;
	width: 16px;
	height: auto;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-subtitle {
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-dimmed {
	font-size: 12px;
	color: #999;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-link {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-link .fa {
	font-size: 9px;
}

.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight {
	font-size: 15px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight .fa {
	position: relative;
	top: -2px;
	font-size: 10px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-booking-info-flight img {
	position: relative;
	top: -2px;
	width: 16px;
	height: auto;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-date-time {
	font-size: 13px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-travel-duration {
	font-size: 12px;
	color: #999;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover {
	padding-top: 3px;
	font-size: 12px;
	color: #cc0000;
}
.acqua-booking-info .acqua-booking-info-section .acqua-flight-layover .layover-icon {
	position: relative;
	top: -3px;
	right: 3px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details {
	margin-top: 5px;
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-view-flight-details .fa {
	font-size: 9px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-image {
	margin-bottom: 5px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name {
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-info {
	font-size: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-city {
	margin-bottom: 2px;
	font-style: italic;
	font-size: 14px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-name .acqua-hotel-stars {
	position: relative;
	top: -3px;
	width: auto;
	height: 12px;
}
.acqua-booking-info .acqua-booking-info-section .acqua-hotel-period {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: 700;
	border-bottom: 1px dashed #ccc;
}
.acqua-booking-info .acqua-booking-total-price {
	padding: 5px 10px 5px 40px;
	font-size: 16px;
	text-align: right;
	line-height: 1.2;
	background-color: rgba(255,255,255,1);
	border-top: 1px solid #e8e8e8;
}
.acqua-booking-info .acqua-booking-total-price .acqua-note {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 11px;
	color: #777;
}
.acqua-booking-info #extra-services-rates table,
.acqua-booking-info #final-extra-services-rates table {
	margin-top: 0;
	margin-bottom: 0;
}
.acqua-booking-info #extra-services-rates table td,
.acqua-booking-info #final-extra-services-rates table td {
	font-size: 12px;
}
.acqua-booking-info #extra-services-rates table .price-cell,
.acqua-booking-info #final-extra-services-rates table .price-cell {
	width: 110px;
	text-align: right;
	white-space: nowrap;
}

/* acqua-booking */
.acqua-booking h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #ddd;
}
.acqua-booking h1 small {
	font-size: 65%;
}
.acqua-booking h1 a,
.acqua-booking h1 span {
	font-size: 14px;
}
.acqua-booking h2 {
	margin: 0 0 5px;
}
.acqua-booking h2 small {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}
.acqua-booking .group-title {
	margin: 5px 0;
	font-weight: 700;
	font-size: 14px;
}
.acqua-booking .radio,
.acqua-booking .checkbox {
	min-height: 1px;
	margin-top: 0;
    margin-bottom: 5px;   
}
.acqua-booking label {
	font-weight: 400;
	font-size: 14px;
}
.parsley-errors-list {
	margin: 0 !important;
}
.acqua-booking .parsley-errors-list {
	display: inline;
	padding: 0;
}
.acqua-booking .info-box {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
			box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.acqua-booking .info-box.form-inline .form-group {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.acqua-booking .info-box.form-inline .row:last-of-type .form-group {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking .info-box.form-inline .form-group.valign-middle label {
	margin-top: 4px;
}
/*.acqua-booking .info-box.form-inline .form-group .form-control {
	width: 100%;
}*/
.acqua-booking .info-box h3 {
	margin: 0 -10px 10px;
	padding: 3px 10px;
	font-size: 20px;
	background-color: #e8e8e8; 
}
.acqua-booking .info-box h3:first-of-type {
	margin-top: -10px;
}
.acqua-booking .info-box.acqua-saved-offers-passengers h3:first-of-type {
	margin-top: 0;
}
.acqua-booking .info-box.acqua-saved-offers-passengers [id*='room_']:first-of-type h3 {
	margin-top: -10px;
}
.acqua-booking .info-box h3 .persons {
	font-size: 14px;
	color: #555;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage h3 {
	font-size: 18px;
	background-color: #f5f5f5;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage,
.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] {
	margin-bottom: 15px;
	padding: 10px 0 5px;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage label,
.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] label {
	display: inline-block;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .info-box.passengers .acqua-booking-luggage h4 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
}
.acqua-booking .options {
	margin-bottom: 5px;
}
.acqua-booking .transfers .row {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #d8d8d8;
}
.acqua-booking .transfers .row:first-child {
	padding-top: 0;
	border-top: none;
}
.acqua-booking .transfers .row:last-child {
	padding-bottom: 0;
}
.acqua-booking .transfers .row label,
.acqua-booking .transfers .row .form-group {
	margin-bottom: 0;
}
.acqua-booking .transfers .row label {
	font-size: 13px;
}
.acqua-booking .transfers .row input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.acqua-booking .payment .radio {
	margin-bottom: 10px;
}
.acqua-booking .payment .radio:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .payment label {
	font-weight: 700;
	font-size: 15px;
}
.acqua-booking .payment .details {
	padding-left: 20px;
	font-size: 12px;
}
.acqua-booking .payment .details label {
	font-size: 12px;
}
.acqua-booking .payment .details .payment-creditcard-logo {
	margin-top: 15px;
}
.acqua-booking .payment .details .payment-creditcard-logo img {
	display: inline-block;
	width: auto;
	height: 26px;
	padding-right: 5px;
}
.acqua-booking .booking-cancellation-policies p {
	margin-bottom: 5px;
}
.acqua-booking .booking-cancellation-policies p:last-of-type {
	margin-bottom: 0;
}
.acqua-booking .icon-info {
	position: relative;
	top: -1px;
	width: 20px;
	height: auto;
}
.acqua-booking .terms {
	text-align: center;
}
.acqua-booking .terms label {
	display: block;
	font-size: 12px;
	text-align: left;
}
.acqua-booking .terms label input {
	position: relative;
	top: 1px;
}
.acqua-booking .terms .btn {
	margin-top: 20px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-booking .btn-booking {
	text-align: center;
}
/*.acqua-booking table {
	margin-bottom: 0;
}
.acqua-booking table tr td:first-child {
	font-weight: 700;
	border-right: 1px dotted #ccc;
}
.acqua-booking table tr td + td {
	padding-left: 15px;
}
.acqua-booking table tr:last-child td {
	border-bottom: none;
}*/
.acqua-booking .flight-booking-details .carrier-logo {
	float: left;
	margin-right: 5px;
}
.acqua-booking .flight-booking-details ul {
	margin-bottom: 5px;
}
.acqua-booking .flight-booking-details li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
	border-bottom: 1px dotted #ccc;
}
.acqua-booking .flight-booking-details li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.acqua-booking .flight-booking-details li .glyphicon-calendar {
	margin-left: 10px;
	font-size: 12px;
}
.acqua-booking .flight-booking-details li .route {
	font-size: 12px;
}
.acqua-booking .hotel-booking-details table {
	margin-bottom: 0;
}
.acqua-booking .hotel-booking-details table tr:last-child td {
	border-bottom: none;
}
.acqua-booking .hotel-booking-details table tr td .glyphicon {
	font-size: 12px;
}
.acqua-booking .passengers-booking-details ul {
	padding-left: 5px;
}
.acqua-booking .delivery-booking-details p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking .delivery-booking-details span {
	font-size: 12px;
}
.acqua-booking .booking-buttons .btn {
	font-size: 12px;
	text-transform: lowercase;
}
.acqua-booking .booking-buttons .btn strong {
	display: block;
	font-size: 18px;
}
.acqua-booking .acqua-flight-services-wait {
	margin: 5px 0 20px;
}
.acqua-booking .acqua-flight-services-wait .looking-luggage-options {
	padding-left: 70px;
}
.acqua-booking .acqua-flight-services-wait .loader-spinner {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 5px;
}
/*.acqua-booking .acqua-flight-services .acqua-flight-optional-services label {
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
}
.acqua-booking .acqua-flight-services .acqua-flight-optional-services p {
	margin-bottom: 5px;
	text-transform: lowercase;
}
.acqua-booking .acqua-flight-services .acqua-flight-optional-services p .price .curr {
	text-transform: uppercase;
}*/

.acqua-extra-services-container {
	margin-bottom: 20px;
	padding: 1px 10px 5px;
	background-color: #f7f7f7;
	border: 1px solid rgba(255,255,255,1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-extra-services-container:last-of-type {
	margin-bottom: 0;
}
.acqua-extra-services-container h4 {
	font-weight: 700;
	font-size: 15px;
}

/* acqua-booking-details */
.acqua-booking-details h1 span {
	display: block;
	margin-top: 3px;
	font-size: 14px;
}
.acqua-booking-details h2 {
	margin: 0 0 5px;
	font-size: 18px;
}
.acqua-booking-details .rounded-box {
	margin-bottom: 20px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-booking-details table {
	margin-bottom: 0;
	font-size: 12px;
}
.acqua-booking-details .contact-person-details table tr:first-of-type td {
	border-top: none;
}
.acqua-booking-details table tr td:first-of-type {
	width: 30%;
	font-weight: 700;
}
.acqua-booking-details .tourists {
	margin-bottom: 5px;
	padding: 10px 5px;
}
.acqua-booking-details .price-booking-details .rounded-box,
.acqua-booking-details .payment-booking-details .rounded-box {
	padding: 5px;
}
.acqua-booking-details .price-booking-details .total-price {
	font-size: 18px;
}
.acqua-booking-details .price-booking-details .total-price .price {
	font-size: 22px;
}
.acqua-booking-details .price-booking-details .total-price .price .curr {
	font-size: 65%;
}

/* acqua-gs-options */
.acqua-gs-options {
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.acqua-gs-options .acqua-gs-options-title {
	margin: 0;
	padding: 5px 10px;
	font-size: 22px;
	color: rgba(255,255,255,1);
	background-color: #999;
}
.acqua-gs-options .acqua-gs-options-section {
	padding: 5px;
	font-size: 12px;
	background-color: #fafafa;
	border-bottom: 1px dashed rgba(255,255,255,1);
}
.acqua-gs-options .acqua-gs-options-section-name {
	float: left;
	width: 70%;
	padding: 2px 5px;
}
.acqua-gs-options .acqua-gs-options-section-name .acqua-gs-name {
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.acqua-gs-options .acqua-gs-options-section-price {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	padding: 2px 15px 2px 0;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}
.acqua-booking-info .acqua-gs-options .acqua-gs-options-section-price {
	padding-right: 0;
}
.acqua-gs-options .acqua-gs-options-section-price .close {
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	font-size: 14px;
	color: #cc0000;
}
.acqua-gs-options .acqua-gs-total-price {
	padding: 5px;
	font-size: 14px;
	text-align: right;
	background-color: rgba(0,0,0,.04);
}
.acqua-gs-options .acqua-gs-btn-continue {
	margin: 15px 0;
	text-align: center;
}
#ground-services-filters .acqua-filters {
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

/* modal reservation terms */
.acqua-reservation-terms .modal-content {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.acqua-reservation-terms .modal-header {
	padding: 5px 10px;
	background-color: #f7f7f7;
}
.acqua-reservation-terms .modal-header h3 {
	margin-top: 2px;
	font-size: 18px;
}
.acqua-reservation-terms .modal-header .close {
	margin-top: 2px;
	font-size: 26px;
	color: #777;
	opacity: 0.5;
}
.acqua-reservation-terms .modal-header:hover .close {
	opacity: 0.75;
}
.acqua-reservation-terms .modal-header .close:hover {
	opacity: 1;
}
.acqua-reservation-terms .modal-body {
	max-height: 510px;
	overflow: auto;
	padding: 10px 10px 0;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	letter-spacing: 1px;
}
.acqua-reservation-terms .modal-body p br:last-of-type {
	display: none;
}
.acqua-reservation-terms .modal-body p {
	margin-bottom: 15px;
}
.acqua-reservation-terms .modal-body h3 {
	margin-bottom: 2px;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 16px;
	color: #337ab7;
	border-bottom: 1px dotted #777;
}
.acqua-reservation-terms .modal-body .loading-img {
	width: 40px;
	height: 40px;
	margin: 10px auto 0;
}
.acqua-reservation-terms .modal-footer {
	padding: 5px 0;
}

/* banner-wide */
.banner-wide {
	position: relative;
	height: 350px;
	margin-bottom: 30px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.landing-page.exotic .banner-wide {
	background-image: url('../img/banners/banner-exotic-1920x350.jpg');
}
.landing-page.honeymoon .banner-wide {
	background-image: url('../img/banners/banner-honeymoon-1920x350.jpg');
}
.landing-page.safari .banner-wide {
	background-image: url('../img/banners/banner-safari-1920x350.jpg');
}
.landing-page.shopping .banner-wide {
	background-image: url('../img/banners/banner-shopping-1920x350.jpg');
}
.landing-page.citybreak .banner-wide {
	background-image: url('../img/banners/banner-citybreak-1920x350.jpg');
}
.landing-page.others .banner-wide {
	background-image: url('../img/banners/banner-others-1920x350.jpg');
}
.landing-page h1 {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	font-size: 32px;
	color: rgba(255,255,255,1);
	line-height: 1.5;
	background-color: #333;
	background-color: rgba(0,0,0,0.45);
}
/* /banner-wide */

/* airport-map-canvas */
.airport-map-canvas {
	height: 300px;
}

/* acqua-box-destinations */ 
.acqua-box-destinations {	
}
.acqua-box-destinations h2 {
	padding: 0 15px;
}
.acqua-box-destinations .item {
	display: block;
	margin-bottom: 30px;
	color: #565656;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations p {
	margin-bottom: 0;
}
.acqua-box-destinations .img-link {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 74.52472%;
	background: rgba(0,0,0,.04) url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-box-destinations .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations .item:hover .img-link .icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-box-destinations .img-link .icon-box .fa {
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px #000;
}
.acqua-box-destinations .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-box-destinations .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-box-destinations .img-link .icon-flight-hotel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 87px;
	height: 32px;
	padding: 5px;
	background: rgba(0,0,0,0.4) url('/assets/themes/jinfotours/img/icons/icon-flight-hotel-white.png') no-repeat 50% 50%;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-box-destinations .img-link:hover .icon-flight-hotel,
.acqua-box-destinations .img-link:focus .icon-flight-hotel {
	background-color: transparent;
}
.acqua-box-destinations .img-link .edit-icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	background-color: rgba(128,255,128,1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-box-destinations .img-link .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-box-destinations .img-link:hover .edit-icon:hover,
.acqua-box-destinations .img-link:focus .edit-icon:focus {
	background-color: rgba(0,255,0,1);
}
.acqua-box-destinations .stars {
	display: block;
	width: auto;
	height: 14px;
	margin-top: 10px;
}
.acqua-box-destinations .destination {
	font-size: 18px;
	color: #333; 
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-box-destinations .destination-details {
	font-size: 12px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-box-destinations .destination-details .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.acqua-box-destinations .price-group {
	margin-top: 5px;
	margin-bottom: 5px;
}
.acqua-box-destinations .price-group .price {
	line-height: 1;
}
.acqua-box-destinations .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}

/* acqua-directory */
.acqua-directory h1 {
	margin-bottom: 20px;
}
.acqua-directory .choose-title {
	font-weight: 600;
	font-size: 18px;
}
.acqua-hotel-details #best-offers-text,
.acqua-directory #best-offers-text {
	color: #888;
}
.acqua-directory #best-offers-text h2 strong,
.acqua-directory #best-offers-text h3 strong {
	font-weight: 600;
}
.acqua-directory .acqua-directory-list-container {
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #fafafa;
	border: 1px solid rgba(255,255,255,1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
}
.acqua-directory .acqua-directory-section-title {
	margin-bottom: 0;
	text-align: center;
}
.acqua-directory .acqua-directory-list-title {
	margin: 0 15px 7px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px dashed #ccc;
}
.acqua-directory .acqua-directory-list-title small {
	font-size: 12px;
	color: #999;
}
.acqua-directory .acqua-directory-list-title .text {
	color: #777;
}
.acqua-directory .acqua-directory-list-item {
	margin-bottom: 10px;
}
.acqua-directory .acqua-directory-list-item a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory .acqua-directory-list-item .acqua-directory-item-info {
	font-size: 11px;
	color: #999;
}
.acqua-directory .acqua-select-interval-container {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.acqua-directory .acqua-select-interval-container select {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 10px;
	font-size: 18px;
}
.acqua-directory .acqua-select-interval-container select + select {
	margin-right: 0;
	margin-left: 10px;
}
.acqua-directory.acqua-countries h2 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
}
.acqua-directory.acqua-regions h2 {
	margin-bottom: 20px;
	font-size: 34px;
	text-align: center;
}
.acqua-directory.acqua-countries h3,
.acqua-directory.acqua-regions h3 {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.acqua-directory .acqua-box-destinations .destination {
	font-size: 22px;
}
.acqua-directory .acqua-box-destinations.lonely-box .img-link {
	padding-bottom: 0;
	height: 196px;
}
.acqua-directory .acqua-box-destinations.lonely-box .img-link img {
	height: auto;
}

/* wait */
.wait {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	text-align: center;
}
.wait .loader-spinner-container {
	margin-bottom: 15px;
}
.wait .progress {
	position: relative;
	height: 2px;
	margin: 30px -10px 0;
	overflow: visible;
}
.wait .progress-bar {
	width: 100%;
	height: 100%;
	background: #23527c;
	text-align: right;
	overflow: visible !important;
}
.wait .progress .percent-value {
	display: block;
	position: relative;
	z-index: 5;
	top: -20px;
	font-size: 14px;
	color: #23527c;
}
.wait .title {
	font-size: 18px;
}
.wait .message {
	font-size: 12px;
	color: #777;
}
.wait.compact {
	background-color: transparent;
}
.wait.compact .progress {
	margin-top: 0;
}

/* wait-modal */
.wait-modal {
	position: relative;
	max-width: 300px;	
	margin: 40px auto;	
	padding: 20px;	
	text-align: center;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.wait-modal h2 {
	margin-bottom: 15px;
	font-size: 20px;
}

/* acqua-full-page-wait */
.acqua-full-page-wait {
	position: fixed;
	z-index: 1500;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
}
.acqua-full-page-wait .acqua-full-page-wait-content {
	position: fixed;
	z-index: 1500;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.acqua-full-page-wait .acqua-full-page-wait-text {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

/* wave loader */
.loader-container {
	position: relative;
	width: 100px;
	height: 25px;
	margin: 35px auto 15px;
}
.loader-container .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wave .loader > div {
	float: left;
	margin: 0 3% 0 0;
	width: 5px;
	height: 100%;
	background-color: #ea9e00;
	-webkit-animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
		    animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite;
}
.wave .loader .line-1 {
	margin-left: 30%;
}
.wave .loader .line-1 {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
}
.wave .loader .line-2 {
	-webkit-animation-delay: 0.2s;
		    animation-delay: 0.2s;
}
.wave .loader .line-3 {
	-webkit-animation-delay: 0.3s;
		    animation-delay: 0.3s;
}
.wave .loader .line-4 {
	-webkit-animation-delay: 0.4s;
		    animation-delay: 0.4s;
}
.wave .loader .line-5 {
	-webkit-animation-delay: 0.5s;
		    animation-delay: 0.5s;
}
@-webkit-keyframes wave {
  0%, 100% {
	-webkit-transform: scaleY(1);
			transform: scaleY(1);
  }
  50% {
	-webkit-transform: scaleY(1.5);
			transform: scaleY(1.5);
	}
}
@keyframes wave {
  0%, 100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
	}
  50% {
    -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5);
	}
}


/* parsley */
.parsley-required {
	font-size: 9px;
	color: #b94a48;
}
.terms .parsley-required {
	display: inline-block;
	padding-top: 5px;
	font-weight: 700;
	font-size: 12px;
	border-top: 1px dotted #c9302c;
}

/* search-expired */
.search-expired {
	display: table;
	width: 100%;	
}
.search-expired-cell {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	background-color: #f2dede;
}
.search-expired-cell:first-of-type {
	width: 64px;
}
.search-expired h3 {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 22px;
	color: #cc0000;
}
.search-expired small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.search-msg-error {
	font-size: 11px;
	color: #ff0000;
}

/* static-page */
.static-page {
	/*padding-bottom: 20px;*/
}
.static-page h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #555;
}
.static-page .gray-title {
	margin-bottom: 0;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	background-color: rgba(0,0,0,.04);
	border-top: 2px solid #ccc;
}
.static-page .agency-info {
	font-size: 11px;
	border-top: 1px solid #ddd;
}
.static-page .agency-info > tbody > tr > td {
	padding: 3px 10px;
}
.static-page .agency-info tr td:first-child {
	white-space: nowrap;
	border-right: 1px solid #ddd;
	background-color: #f9f9f9;
}
.static-page .agency-info tr:last-child td {
	border-bottom: 2px solid #ccc;
}
.static-page .document-gallery {
	margin-bottom: 20px;
}
.static-page .document-gallery a {
	display: inline-block;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #777;
}
.static-page #map-canvas-travio {
	width: 100%;
	height: 300px;
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
}

.acqua-contact-map {
	height: 300px;
}

/* acqua-contact-page */
.acqua-contact-page .acqua-contact-map {
	height: 300px;
	margin-bottom: 30px;
}
.acqua-contact-page .container {
	padding-bottom: 30px;
}
.acqua-contact-page .acqua-heading-container {
	margin-bottom: 40px;
	text-align: center;
}
.acqua-contact-page .acqua-heading-container h1 {
	margin-bottom: 15px;
	font-size: 36px;
}
.acqua-contact-page h2 {
	margin-bottom: 20px;
}
.acqua-contact-page .acqua-heading-container .heading-underline {
	display: inline-block;
	width: 100px;
	height: 3px;
	margin-bottom: 15px;
	background-color: #ddd;
}
.acqua-contact-page .acqua-heading-container p {
	margin-bottom: 0;
	font-size: 18px;
	color: #777;
}
.acqua-contact-page .acqua-contact-form {
	height: 100%;
}
.acqua-contact-page .acqua-contact-form label {
	color: #777;
}
.acqua-contact-page .acqua-contact-form .form-control {
	border: 2px solid #ccc;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-contact-page .acqua-contact-form .buttons {
	margin-top: 15px;
	text-align: right;
}
.acqua-contact-page .acqua-contact-info .info-title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
	color: #cc0000;
}
.acqua-contact-page .acqua-contact-info a {
	color: #333;
}
.acqua-contact-page .acqua-contact-info .info-content {
	margin-bottom: 20px;
}

/* acqua-about-page */
.acqua-about-page .about-company {
	padding-top: 40px;
}
.acqua-about-page .about-three-boxes {
	margin: 40px 0;
	padding: 40px 0;
	background-color: #f7f7f7;
}
.acqua-about-page .about-team .item {
	/*min-height: 377px;*/
	margin-bottom: 30px;
	padding: 10px;
	font-size: 14px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-about-page .about-team .item img {
	margin: 0 auto 15px;
}
.acqua-about-page .about-team .item .name {
	margin-bottom: 0;
	font-size: 16px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-about-page .about-team .item .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-about-page .about-team .item .line {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	line-height: inherit;
}
.h1, h1 {
	font-size: 30px;
}
.h2, h2 {
  font-size: 26px;
}
h2.centered {
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
/*h2.centered span {
	padding-bottom: 5px;
	border-bottom: 3px solid rgba(0,117,189,1);
}*/
.h3, h3 {
  font-size: 22px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {
  font-size: 14px;
}
.search-details-subtitle {
	font-size: 12px;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
.dropdown-menu > li > a {
	padding-right: 10px;
	padding-left: 10px;	
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
}
abbr[data-original-title], abbr[title] {
	border-bottom: none;
}
.normal {
	font-weight: 400 !important;
}
.red {
	color: #cc0000 !important;
}
.magenta {
	color: rgba(0,117,189,1);
}
.emphasize {
	color: rgba(0,117,189,1);
}
.faded {
	color: #999 !important;
}
.small {
	font-weight: 400;
	font-size: 12px;
	color: #777;
}
.bg-container {
	background-color: rgba(255,255,255,1);
}
.black {
	color: #555 !important;
}
.carrier-logo {
	background-color: rgba(255,255,255,1);
	border: 1px solid #ccc;
}
[src*="Charter"].carrier-logo {
	background-color: transparent;
	border: none;
}
.current-lang {
	padding: 10px 0;
	text-align: center;
}
.truncate {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.truncate-off {
	text-overflow: initial;
	white-space: normal;
	overflow: visible;
}
.display-table {
	display: table;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: top;
}
.display-inline-block {
	display: inline-block;
}
.acqua-note {
	font-size: 12px;
}
.btn {
	 -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
			 border-radius: 2px;
}
.spacer5 {height: 5px;}
.spacer10 {height: 10px;}
.spacer15 {height: 15px;}
.spacer20 {height: 20px;}
.spacer25 {height: 25px;}
.spacer30 {height: 30px;}
.spacer35 {height: 35px;}
.spacer40 {height: 40px;}
.spacer45 {height: 45px;}
.spacer50 {height: 50px;}
.spacer55 {height: 55px;}
.spacer60 {height: 60px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}
.pad20 {padding: 20px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}
.padtb30 {padding-top: 30px; padding-bottom: 30px;}
.padt20 {padding-top: 20px;}
.padt30 {padding-top: 30px;}
.padt40 {padding-top: 40px;}
.padt50 {padding-top: 50px;}
.padb20 {padding-bottom: 20px;}
.padb30 {padding-bottom: 30px;}
.padb40 {padding-bottom: 40px;}
.padb50 {padding-bottom: 50px;}
.padtop50 {padding-top: 50px;}
.padbot20 {padding-bottom: 20px;}
.pa0 {padding: 0;}
.pt0 {padding-top: 0;}
.pr0 {padding-right: 0;}
.pb0 {padding-bottom: 0;}
.pl0 {padding-left: 0;}
.ma0 {margin: 0;}
.mt0 {margin-top: 0;}
.mr0 {margin-right: 0;}
.mb0 {margin-bottom: 0;}
.ml0 {margin-left: 0;}
.ba0 {border: none;}
.bt0 {border-top: none;}
.br0 {border-right: none;}
.bb0 {border-bottom: none;}
.bl0 {border-left: none;}

/* COMPONENTS */
/* scrollToTop */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 50;
	right: 10px;
	bottom: 20px;	
	width: 38px; 
	height: 38px;
	font-weight: bold;
	font-size: 16px;
	color: #aaa;
	line-height: 34px;
	text-align: center; 
	text-decoration: none;
	background: rgba(255,255,255,0.85);
	border: 2px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	opacity: 0.65;
	-webkit-transition: all 0.25s ease 0s;
	   -moz-transition: all 0.25s ease 0s;
	     -o-transition: all 0.25s ease 0s;
			transition: all 0.25s ease 0s;
}
.scrollToTop:hover {
	color: rgba(0,117,189,1);
	border-color: rgba(0,117,189,1);
	opacity: 0.95;
}

/* price */
.price-container {
	text-align: right;
}
.price-group {
	text-align: right;
}
.price-group.price-center {
	text-align: center;
}
.price-group.price-btn {
	text-align: center;
}
.price-group .price {
	display: inline-block;
	font-size: 24px;
	color: rgba(0,160,86,1);
	white-space: nowrap;
	line-height: 1;
}
.price-group.price-btn .price {
	color: rgba(255,255,255,1);
}
.price-group .offer-type {
	display: none;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
}
.price-group.price-btn .offer-type {
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	border-bottom: 1px dotted rgba(255,255,255,1);
}
.price-group span.from,
.price-group div.from,
.price-group div.per-pers {
	display: none;
	font-size: 12px;
	color: #777;
}
.price-group div.from,
.price-group div.per-pers {
	line-height: 1;
}
/*.price-group span.from {
	margin-right: 5px;
}*/
.price-group .price .value {
	display: inline-block;
	font-weight: 700;
}
.price-group .price sup {
	font-weight: 400;
	font-size: 60%;
}
.price-group .price .prep-curr {
	display: none;
	font-weight: 400;
}
.price-group .price .curr {
	display: inline-block;
	margin-left: 2px;
	font-weight: 400;
	font-size: 65%;
}
.price-group .price-discount {
	display: none;
	margin-bottom: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.2;
	text-decoration: line-through;
	text-align: right;
}
.price-group .price-discount.no-strike-through {
	text-decoration: none;
}
.price-group.price-btn .price-discount {
	margin-bottom: 2px;
	font-size: 12px;
	color: #f7f7f7;
	text-align: center;
	line-height: 1.4;
}
.price-group .price-discount .value {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .value sup {
	font-size: 65%;
}
.price-group .price-discount .curr,
.price-group .price-discount .prep-curr {
	font-weight: 400;
	text-decoration: line-through;
}
.price-group .price-discount .curr {
	margin-left: 2px;
}
.price-group .price-discount .prep-curr {
	display: none;
}
.price-group .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}

/* price switches */
.price-group.normal .value,
.price-group.normal .price .prep-curr {
	font-weight: 400;
}
.price-group.show-discount .price-discount {
	display: block;
}
.price-group.show-discount-inline .price-discount {
	display: inline-block;
	margin-bottom: 0;
}
.price-group.show-offer-type .offer-type {
	display: block;
}
.price-group.show-from span.from {
	display: inline-block;
}
.price-group.show-from div.from,
.price-group.show-per-pers div.per-pers {
	display: block;
}
.price-group.show-prep-curr .price .prep-curr,
.price-group.show-prep-curr .price-discount .prep-curr {
	display: inline-block;
}
.price-group.show-prep-curr .price .curr,
.price-group.show-prep-curr .price-discount .curr {
	display: none;
}
.price-group.price-12 .price {
	font-size: 12px;
}
.price-group.price-14 .price {
	font-size: 14px;
}
.price-group.price-16 .price {
	font-size: 16px;
}
.price-group.price-18 .price {
	font-size: 18px;
}
.price-group.price-20 .price {
	font-size: 20px;
}
.price-group.price-22 .price {
	font-size: 22px;
}
.price-group.price-24 .price {
	font-size: 24px;
}
.price-group.price-26 .price {
	font-size: 26px;
}
.price-group.price-28 .price {
	font-size: 28px;
}
.price-group.price-30 .price {
	font-size: 30px;
}
.price-group.price-32 .price {
	font-size: 32px;
}
.price-group.price-34 .price {
	font-size: 34px;
}
.price-group.price-36 .price {
	font-size: 36px;
}
.price-group.price-lg .from,
.price-group.price-xl .from {
	font-size: 55%;
	color: #777;
}

/* cookie button bg color */
#cookie-bar .cb-enable {
	background: #5bc0de;
}
#cookie-bar .cb-enable:hover {
	background: #32b0d6;
}

.modal-open {
	overflow-y: scroll;
}
.modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-header .btn {
	margin-left: 20px;
}
/*.modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
}
.modal.in .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}*/

/* modal-wait */
.modal.modal-wait .modal-content {	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}
.modal.modal-wait .modal-header {
	margin-bottom: 5px;
	text-align: center;	
	border-bottom: none;	
}
.modal.modal-wait .modal-header h3 {
	font-size: 22px;
	color: #555;
	line-height: 1.2;
}
.modal.modal-wait .modal-body {
	padding-top: 0;
	font-weight: 400;
	font-size: 18px;
	color: #555;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
}
.modal.modal-wait .modal-body .loader-spinner-container {
	margin-bottom: 10px;
}
.modal.modal-wait .modal-footer {
	padding: 5px 0;
}
.modal.modal-wait.fade .modal-dialog,
.modal.modal-wait.in .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.modal-wait .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;	
}

/* loader-spinner */
.loader-spinner-page-overlay {
	position: fixed;
	z-index: 1050;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
}
.loader-spinner-container {
	position: relative;
}
.loader-spinner-container.abs,
.loader-spinner-container.fixed {
	position: absolute;
	z-index: 1060;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loader-spinner-container.fixed {
	position: fixed;
}
.loader-spinner {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 5px solid rgba(255,255,255,0.15);
	border-top: 5px solid rgba(0,117,189,1);
	border-bottom: 5px solid rgba(0,117,189,1);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;		
	-webkit-animation: spin-loader 1s linear infinite;
	   -moz-animation: spin-loader 1s linear infinite;
			animation: spin-loader 1s linear infinite;
}
.loader-spinner.inline {
	display: inline-block;
}
.loader-spinner.d14 {
	width: 14px;
	height: 14px;
	border-width: 2px;
}
.loader-spinner.d16 {
	width: 16px;
	height: 16px;
	border-width: 2px;
}
.loader-spinner.d20 {
	width: 20px;
	height: 20px;
	border-width: 2px;
}
.loader-spinner.d30 {
	width: 30px;
	height: 30px;
	border-width: 2px;
}
.loader-spinner.d40 {
	width: 40px;
	height: 40px;
	border-width: 3px;
}
.loader-spinner.d50 {
	width: 50px;
	height: 50px;
}
.loader-spinner.d60 {
	width: 60px;
	height: 60px;
}
.loader-spinner.fixed {
	position: fixed;
	z-index: 1060;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.abs {
	position: absolute;
	z-index: 110;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.loader-spinner.d14.fixed,
.loader-spinner.d14.abs {
	margin-top: -8px;
	margin-left: -8px;
}
.loader-spinner.d20.fixed,
.loader-spinner.d20.abs {
	margin-top: -10px;
	margin-left: -10px;
}
.loader-spinner.d40.fixed,
.loader-spinner.d40.abs {
	margin-top: -20px;
	margin-left: -20px;
}
.loader-spinner.d60.fixed,
.loader-spinner.d60.abs {
	margin-top: -30px;
	margin-left: -30px;
}
.loader-spinner.green {
	border-top-color: #91c73d;
	border-bottom-color: #91c73d;
}
.loader-spinner.white {
	border-top-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
}
@-webkit-keyframes spin-loader {
	  0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-loader {
	  0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spin-loader {
	  0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* acqua-translations-page */
.acqua-translations-page h1 strong {
	color: #337ab7;
}
.acqua-translations-page h2 {
	margin-bottom: 0;
	font-size: 20px;
}
.acqua-translations-page h2 .fa {
	position: relative;
	top: -2px;
	font-size: 14px;
}
.acqua-translations-page h4 {
	color: #337ab7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-translations-page h4:hover {
	color: #23527c;
	cursor: pointer;
}
.acqua-translations-page h4 .fa {
	position: relative;
	top: -1px;
	font-size: 13px;
}
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text {
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text:hover,
.acqua-translations-page .acqua-terms-container-wrapper-dropdown .acqua-terms-title .text:focus {
	color: #337ab7;
}
.acqua-translations-page .acqua-terms-container-wrapper {
	
}
.acqua-translations-page.all-translations .acqua-terms-container-wrapper {
	max-height: 0;
	overflow: hidden;
}
.acqua-translations-page.all-translations .acqua-terms-container-wrapper.open {
	max-height: 100000px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.acqua-translations-page .acqua-terms-container {
	margin-bottom: 10px;
	padding: 0 10px;
	background-color: #f3f8fc;
	border: 1px solid #a3c7e4;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-translations-page .acqua-terms-content {
	padding-top: 10px;
	border-top: 1px dashed #aaa;
}
.acqua-translations-page .acqua-term {
	margin-bottom: 10px;
}
.acqua-translations-page .acqua-term .form-group {
	margin-bottom: 5px;
}
.acqua-translations-page .acqua-term label {
	margin-bottom: 0;
	font-size: 14px;
}
.acqua-translations-page .acqua-term .form-control {
	border: 1px solid #dbeaf7;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.acqua-translations-page .acqua-term .form-control:focus {
	border-color: #69a5d6;
}
.acqua-translations-page .input-group {
	width: 100%;
}
.acqua-translations-page .input-group-addon {
	width: 44px;
	font-weight: 700;
	font-size: 14px;
	color: rgba(255,255,255,1);
	background-color: #337ab7;
	border-color: #337ab7;
}
.acqua-translations-page .input-group-addon[title="en"] {
	background-color: #69a5d6;
	border-color: #69a5d6;
}
.acqua-translations-page .input-group-addon[title="en"] + .form-control[language="en"]:focus {
	border-color: #69a5d6;
}
.acqua-translations-page .acqua-translation-save-btn {
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.acqua-translations-page .acqua-translation-save-btn button {
	min-width: 150px;
	font-size: 18px;
}
.acqua-translations-page .acqua-translation-history {
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
			box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.acqua-translations-page .acqua-translation-history .acqua-translation-history-row {
	padding: 5px 0;
}
.acqua-translations-page .acqua-translation-history .acqua-translation-history-row button {
	min-width: 250px;
	text-align: left;
}

.show-flight-details {
	white-space: nowrap;
}

/* acqua-saved-offers */
.acqua-saved-offers .acqua-saved-hotel {
	margin-bottom: 40px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.acqua-saved-offers .acqua-saved-hotel-header {
	position: relative;
	min-height: 170px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f9f9f9;
}
.acqua-saved-offers .acqua-saved-hotel-header h2 {
	margin-bottom: 5px;
	padding-right: 190px;
	padding-left: 210px;
	font-size: 26px;
	line-height: 1;
}
.acqua-saved-offers .acqua-saved-hotel-header h2 .acqua-rating-stars {
	position: relative;
	top: -5px;
	height: 13px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-info {
	max-width: none;
	display: block;
	padding-right: 190px;
	padding-left: 210px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box {
	position: absolute;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	max-width: 100%;
	min-height: 100%;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
	position: absolute;
	top: 10px;
	right: 10px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-country {
	font-size: 14px;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-address {
	margin-bottom: 5px;
	font-size: 12px;
	color: #777;
}
.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-location {
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
}
.acqua-saved-offers .acqua-saved-hotel-content {
	padding: 0 10px;
}
.acqua-saved-offers .acqua-saved-hotel-content h3 {
	font-size: 20px;
}
.acqua-saved-offers .acqua-saved-hotel-rooms {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.acqua-saved-offers .acqua-saved-hotel-rooms thead th {	
	padding: 5px;
	background-color: #f5f5f5;
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr {
	border-bottom: 1px solid #ddd;
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody td {	
	padding: 5px;
	vertical-align: top;
}
.acqua-saved-offers .acqua-saved-hotel-rooms tbody td .acqua-cell-label {
	margin: 0 -10px 5px;
	padding: 3px 10px;
	font-weight: 700;
	font-size: 18px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e8e8e8;
}
.acqua-saved-offers .acqua-saved-hotel-rooms .room-type {
	width: 50%;
}
.acqua-saved-offers .acqua-saved-hotel-rooms .price-details {
	font-size: 12px;
	color: #777;
}
.acqua-saved-offers .acqua-saved-hotel-content .map-wrapper {
	margin-bottom: 30px;
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container {
	max-width: 730px;
	max-height: 300px;
	margin: 0 auto;
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container .map-img {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 41.09589%;
	background-size: cover;  
}
.acqua-saved-offers .acqua-saved-hotel-content .map-container .map-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 730px;
	height: 300px;
	margin-left: -375px;
	margin-top: -150px;
}
.acqua-saved-offers .acqua-saved-offers-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.acqua-saved-offers .acqua-directional-arrows {
	position: absolute;
	z-index: 10;
	top: -27px;
	right: 5px;
}

/* acqua-tmpl */
.acqua-tmpl-edit-link {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* acqua-widget-modal */
.acqua-edit-widget-modal .modal-title {
	line-height: 1.1;
}
.acqua-edit-widget-modal .upload-file {
	padding-top: 4px;
	padding-left: 5px;
}

/* iframe widget edit-icon
[class*='acqua-tmpl-'] [class*='col-'] .edit-icon {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 15px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(128,255,128,1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
[class*='acqua-tmpl-'] [class*='col-'] .edit-icon .fa {
	position: relative;
	left: 8px;
}
[class*='acqua-tmpl-'] [class*='col-']:hover .edit-icon:hover,
[class*='acqua-tmpl-'] [class*='col-']:focus .edit-icon:focus {
	background-color: rgba(0,255,0,1);
} */

/* acqua-panel */
.acqua-panel-container {
	margin-bottom: 20px;
}
.acqua-panel {
	margin-bottom: 10px;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
			box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.acqua-panel-heading {
	position: relative;
	padding: 10px;	
}
.acqua-panel-heading .heading {
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 18px;
	cursor: pointer;	
}
.acqua-panel-heading .fa {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 11px;
}
.acqua-panel-body {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease;
	   -moz-transition: max-height 0.25s ease;
			transition: max-height 0.25s ease;
}
.acqua-panel.open .acqua-panel-body {
	max-height: 10000px;
}
.acqua-panel-body .inner {
	padding: 5px 10px 10px;
}

/* message-404 */
.acqua-message-404-container {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url('/assets/img/wallpaper-city-1920x1080.jpg');
}
.acqua-message-404 {
	position: relative;
	z-index: 10;
	margin: 30px 0;
	padding: 1px 15px 0;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(13,50,68,0.6);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.acqua-message-404 h1 {
	margin: 30px 0 0;
	font-size: 72px;
	color: rgba(255,255,255,1);
}
.acqua-message-404 h2 {
	margin-bottom: 20px;
	font-size: 36px;
	color: rgba(255,255,255,1);
}
.acqua-message-404 .message {
	margin-bottom: 40px;
	font-size: 20px;
}
.acqua-message-404 .btn {
	margin-bottom: 55px;
}

/* acqua-filter-calendar-destination */
.acqua-filter-calendar-destination {
	margin: 20px 0 30px;
	text-align: center;
}
.acqua-filter-calendar-destination h1 {
	margin-bottom: 20px;
}
.acqua-filter-calendar-destination h3 .select2-container .select2-selection--single .select2-selection__rendered {
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}
.acqua-filter-calendar-destination .select-label {
	margin-bottom: 15px;
	padding: 1px 5px;
	font-size: 22px;
	background-color: #f9f9f9;
}

/* acqua-directory-boxes */
.acqua-directory-boxes h2 {
	padding: 0 15px;
}
.acqua-directory-boxes .item {
	display: block;
	margin-bottom: 30px;
	color: #565656;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes p {
	margin-bottom: 0;
}
.acqua-directory-boxes .img-link {
	position: relative;
	width: 100%;	
	padding-bottom: 74.52472%;
	background: rgba(0,0,0,.04) url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
	overflow: hidden;
}
.acqua-directory-boxes .img-link .icon-box {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
	min-width: 35px;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.35);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes .item:hover .img-link .icon-box {
	background: rgba(0,0,0,0.75);
}
.acqua-directory-boxes .img-link .icon-box .fa {
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px #000;
}
.acqua-directory-boxes .img-link .icon-box .img-icon {
	position: relative;	
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto;
}
.acqua-directory-boxes .img-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-directory-boxes .img-link .icon-flight-hotel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 87px;
	height: 32px;
	padding: 5px;
	background: rgba(0,0,0,0.4) url('/assets/themes/jinfotours/img/icons/icon-flight-hotel-white.png') no-repeat 50% 50%;
	/*-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;*/
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory-boxes .img-link:hover .icon-flight-hotel,
.acqua-directory-boxes .img-link:focus .icon-flight-hotel {
	background-color: transparent;
}
.acqua-directory-boxes .img-link .edit-icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	background-color: rgba(128,255,128,1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-directory-boxes .img-link .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-directory-boxes .img-link:hover .edit-icon:hover,
.acqua-directory-boxes .img-link:focus .edit-icon:focus {
	background-color: rgba(0,255,0,1);
}
.acqua-directory-boxes .supplier {
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes .stars {
	height: 14px;
}
.acqua-directory-boxes .stars img {
	display: block;
	width: auto;
	height: 14px;
}
.acqua-directory-boxes .destination {
	font-size: 18px;
	color: #333; 
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes .destination-details {
	font-size: 12px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-directory-boxes .destination-details .fa {
	position: relative;
	top: -1px;
	font-size: 10px;
}
.acqua-directory-boxes .price-group {
	margin-top: 5px;
	margin-bottom: 5px;
}
.acqua-directory-boxes .price-group .price-discount {
	display: inline-block;
}
.acqua-directory-boxes .price-group .price {
	display: block;
	line-height: 1.2;
}
.acqua-directory-boxes .price-details {
	font-size: 11px;
	color: #777;
	line-height: 1;
}

.acqua-directory .map-heading {
	line-height: 1.34;
}
.acqua-directory .hotel-on-map {
	position: relative;
	height: 100%;
	margin-bottom: 30px;
	padding: 0;	
	text-align: left;
	background-color: rgba(255,255,255,1);
}
.acqua-directory .hotel-on-map #hotels-map-canvas {
	width: 100%;
	height: 410px;
}
.acqua-directory .hotel-on-map .info-window {
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 10px;
	width: 160px;
	padding: 5px;
	background-color: rgba(255,255,255,1);
	border: none;
	opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
			box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.acqua-directory .hotel-on-map .info-window:hover {
	opacity: 1;
}
.acqua-directory .hotel-on-map .info-window .icon-cancel-circled {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 20px;
	font-weight: 700;
	font-size: 19px;
	color: rgba(255,255,255,1);
	line-height: 20px;
	text-align: center;
	background-color: #333;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	cursor: pointer;
}
.acqua-directory .hotel-on-map .info-window .hotel-img {
	margin-bottom: 10px;
}
.acqua-directory .hotel-on-map .info-window .hotel-img img {
	display: block;
	width: 100%;
	height: auto;
}
.acqua-directory .hotel-on-map .info-window .hotel-stars {
	height: 14px;
}
.acqua-directory .hotel-on-map .info-window .hotel-stars img {
	display: block;
	width: auto;
	height: 12px;
}
.acqua-directory .hotel-on-map .info-window .hotel-name {
	font-size: 14px;
	line-height: 1;
}
.acqua-directory .hotel-on-map .info-window .hotel-address {
	font-size: 12px;
	color: #777;
}
.acqua-directory .hotel-on-map .info-window .acqua-price {
	font-size: 12px;
	text-align: right;
	line-height: 1.1;
}
.acqua-directory .hotel-on-map .info-window .acqua-price .price {
	font-size: 20px;
}
.acqua-directory .hotel-on-map .info-window .acqua-price .travellers {
	color: #777;
}
.acqua-directory .hotel-on-map .info-window .btn {
	margin-top: 10px;
}
/*.acqua-directory .hotel-on-map .poi-container {
	position: absolute;
	z-index: 10;
	top: 90px;
	right: 10px;
	width: 220px;
	bottom: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,1);
	opacity: 0.75;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-directory .hotel-on-map .poi-container:hover {
	opacity: 1;
}
.acqua-directory .hotel-on-map .poi-container .poi {
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 20px;
	bottom: 10px;
	left: 10px;
	width: auto;
	max-width: 310px;
	min-width: 220px;
	overflow-y: auto;  
}
.acqua-directory .hotel-on-map .poi-container .hotel-poi li {
	margin-bottom: 2px;
	padding-left: 3px;
	font-size: 12px;
	text-align: left;
}
.acqua-directory .hotel-on-map .poi-container .hotel-poi li .glyphicon {
	font-size: 11px;
}
.acqua-directory .hotel-on-map .poi-container .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;	
}
.acqua-directory .hotel-on-map .poi-container .subtitle {
	font-size: 12px;
	color: #777;
}
.acqua-directory .hotel-on-map .poi-container .hotel-poi li.category {
	margin: 10px 0 0;
	padding: 0;
	font-weight: 700;
	color: #777;	
	text-transform: capitalize;
}
.acqua-directory .hotel-on-map .poi-container .hotel-poi li.category .glyphicon {
	font-size: 14px;
}*/

/* select2 */
.select2-container .select2-selection--single {
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #23527c;
	line-height: 34px;
}
.select2-container--default .select2-selection--single {	
	background-color: rgba(255,255,255,1);
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #23527c;
}
.select2-container {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
.time-lapse-form-h1 {	
    font-size: 25px;
}
.time-lapse-form-h1 .title {
	margin-bottom: 20px;
    font-size: 36px;
}

/* magnific popup */
.mfp-wrap {
	z-index: 2010;
}
.mfp-bg {
	z-index: 2000;
}
.mfp-container {
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 10px;
}
.mfp-close {
	width: 26px;
	height: 26px;
	line-height: 26px;	
}
button.mfp-close,
button.mfp-arrow {
	background: transparent;
}
.inline-modal {
	position: relative;
	max-height: 100%;
	margin: 0 auto 10px;
	padding: 20px;
	text-align: left;
	background-color: rgba(255,255,255,1);
	overflow-y: auto;
}
.inline-modal.full-height {
	height: 100%;
	padding: 20px 10px;
}
.inline-modal.auto {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	max-width: none;
	min-width: 300px;
}
.inline-modal h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 20px;
	border-bottom: 1px dashed #777;
}
.inline-modal h2 small {
	display: block;
	font-size: 16px;
	line-height: 1.7;
}
.inline-modal h3 {
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 16px;
	color: #003865;
	background-color: rgba(0,0,0,.04);
}
.inline-modal .mfp-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.inline-modal .mfp-close:active {
	top: 10px;
}
.inline-modal img {
	display: block;
	max-width: 100%;
	height: auto;
}
.inline-modal.w400 {
	max-width: 400px;
}
.inline-modal.w600 {
	max-width: 600px;
}
.inline-modal.w800 {
	max-width: 800px;
}

/* acqua-demo-page */
.acqua-demo-page h1 {
	margin-bottom: 30px;
	padding: 10px 0 5px;
	text-align: center;
	background-color: #f9f9f9;
	border-bottom: 1px solid rgba(0,0,0,.04);
}
.acqua-demo-page .acqua-widget-link {
	font-size: 20px;
}


/*acqua-point-of-interest-list*/
.acqua-point-of-interest-list {
	padding-left: 15px;
}
.acqua-point-of-interest-list li {
	padding: 2px 0;
}

/* acqua-tmpl-box-29
.acqua-tmpl-box-29 {
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	background-color: rgba(255,255,255,1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.acqua-tmpl-box-29 .mask {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
}
.acqua-tmpl-box-29.show-mask .title,
.acqua-tmpl-box-29.show-mask .subtitle,
.acqua-tmpl-box-29.show-mask .text {
	text-shadow: 0 1px 1px #000;
}
.acqua-tmpl-box-29.show-mask .mask {
	display: block;
}
.acqua-tmpl-box-29 .container {
	position: relative;
	z-index: 15;
	padding: 0;
}
.container .acqua-tmpl-box-29 .container {
	width: 100%;
}
.acqua-tmpl-box-29.padding .container {
	padding-right: 15px;
	padding-left: 15px;
}
.acqua-tmpl-box-29 .edit-icon {
	position: relative;
	z-index: 15;
	width: 30px;
	height: 30px;
	margin: 10px auto 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(128,255,128,1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-tmpl-box-29 .edit-icon .fa {
	position: relative;
	left: 7px;
}
.acqua-tmpl-box-29 .edit-icon:hover,
.acqua-tmpl-box-29 .edit-icon:focus {
	background-color: rgba(0,255,0,1);
}
.acqua-tmpl-box-29 .title {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 34px;
	text-align: center;
}
.acqua-tmpl-box-29 .subtitle {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.acqua-tmpl-box-29 .text {
	margin-top: 30px;
}
.acqua-tmpl-box-29 .btn-container {
	margin-top: 30px;
	text-align: center;
}
.acqua-tmpl-box-29 .btn-container .button {
	display: inline-block;
	padding: 6px 12px;
	font-weight: 700;
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: #5cb85c;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.acqua-tmpl-box-29 .title.orientation-center,
.acqua-tmpl-box-29 .subtitle.orientation-center,
.acqua-tmpl-box-29 .btn-container.orientation-center {
	text-align: center;
}
.acqua-tmpl-box-29 .title.orientation-left,
.acqua-tmpl-box-29 .subtitle.orientation-left,
.acqua-tmpl-box-29 .btn-container.orientation-left {
	text-align: left;
}
.acqua-tmpl-box-29 .title.orientation-right,
.acqua-tmpl-box-29 .subtitle.orientation-right,
.acqua-tmpl-box-29 .btn-container.orientation-right {
	text-align: right;
}*/

/* edit-icon */
.img-link .edit-icon {
	position: absolute;
	z-index: 20;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: rgba(255,255,255,1);
	text-align: left;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
	opacity: 0;
}
.img-link:hover .edit-icon,
.img-link:focus .edit-icon {
	opacity: 1;
}
.img-link .edit-icon:hover,
.img-link .edit-icon:focus {	
	background-color: #5bc0de;
}
.img-link .edit-icon .fa {
	position: relative;
	left: 8px;
}

/* acqua-error-msg */
.alert-danger {
	padding-left: 52px;
	background-image: url('/assets/img/icons/icon-warning-64x64.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 32px;
}

/*.tooltip.in {
	opacity: 1;
}*/
.tooltip.top .tooltip-arrow {
	border-top-color: #ccc;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	bottom: -4px;
}
.tooltip-inner { 
	max-width: 400px;
	max-height: 300px;
	padding: 10px;
	color: #555;	
	text-align: left;
	background-color: rgba(255,255,255,1)cf9;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* error-msg */
.error-msg {
	display: none;
	font-size: 11px;
	color: #ff0000;
}

/* slick */
.slick-prev,
.slick-next {
	width: 68px;
	height: 100%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.img-link.img-info {
	position: relative;
}
.img-link.img-info .img-size {
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.img-link.img-info .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e8e8e8;
	background-color: rgba(255,255,255,0.85);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.img-link.img-info:hover .mask,
.img-link.img-info:hover .img-size {
	opacity: 0;
}
[class*='acqua-tmpl-'] .img-link.img-info,
[class*='acqua-box-'] .img-link.img-info {
	background-color: #e8e8e8;
	background-image: none !important;
}
[class*='acqua-tmpl-'] .img-link.img-info img,
[class*='acqua-box-'] .img-link.img-info img {
	z-index: 5;
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size,
[class*='acqua-box-'] .img-link.img-info .img-size {
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-size: 32px;
	color: #777;
}

.acqua-modal-details .modal-body {
	max-height: 600px;
	overflow: auto;
}

.acqua-tmpl-box-05 .img-link.img-info .img-size,
.acqua-tmpl-box-14 .img-link.img-info .img-size {
	font-size: 24px;
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size .dimensions,
[class*='acqua-box-'] .img-link.img-info .img-size .dimensions {
	white-space: nowrap;
	border-bottom: 1px solid #bbb;
}
[class*='acqua-tmpl-'] .img-link.img-info .img-size .text,
[class*='acqua-box-'] .img-link.img-info .img-size .text {
	padding-top: 5px;
	font-size: 14px;
	color: #888;
}
.acqua-tmpl-box-05 .img-link.img-info .img-size .text,
.acqua-tmpl-box-14 .img-link.img-info .img-size .text {
	font-size: 12px;
}
.acqua-tmpl-box-08 .item .img-link.img-info + .info,
.acqua-tmpl-box-08 .item .img-link.img-info + .info {
	opacity: 0;
}
.acqua-tmpl-box-08 .item:hover .img-link.img-info + .info,
.acqua-tmpl-box-08 .item:focus .img-link.img-info + .info {
	opacity: 1;
}

/* jquery-ui custom styles */
.ui-datepicker {
	z-index: 1080 !important;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
			box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.ui-datepicker.ui-widget.ui-widget-content {
	margin-top: 2px;
	border: 1px solid #ddd;
}
.ui-datepicker.ui-corner-all {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.ui-datepicker .ui-widget-header {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-title {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	font-size: 18px;
	letter-spacing: 1px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	display: block;
	margin: 0 auto;
	color: #777;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	top: auto;
	left: auto;
	margin-left: 0;	
	margin-top: 0;
}
.ui-datepicker .ui-widget-header .ui-icon {
	width: 22px;
	height: 22px;
	background-image: url("/assets/img/icons/sprite-angle-arrows.png");
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
	background-position: 0 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
	background-position: -22px 0;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-focus,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-focus {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker th,
.ui-datepicker td {
	width: 14.28571%;
}
.ui-datepicker td .ui-state-default {
	background-color: #f9f9f9;
	border-color: transparent;
}
.ui-datepicker td .ui-state-hover {
	background-color: #e8e8e8;
	border-color: transparent;
}
.ui-datepicker td .ui-state-active {
	color: rgba(255,255,255,1);
	background-color: rgba(0,117,189,1);
	border-color: transparent;
}

/* acqua-modal */
.acqua-modal-wrapper {
	display: none;
	position: fixed;
	z-index: 11000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 100%;
	padding: 15px;
}
.acqua-modal {
	position: relative;
	width: 800px;
	height: 500px;
	margin: 0 auto;
	font-size: 16px;
	background-color: rgba(255,255,255,1);
	background: rgba(255,255,255,1) url('/assets/img/beach-girl.jpg') no-repeat left bottom;
	background-size: cover;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.75);
			box-shadow: 0 2px 10px rgba(0,0,0,0.75);
}
.acqua-modal .mask {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.25);
}
.acqua-modal .acqua-modal-left {
	margin-right: 300px;
	padding: 20px;
}
.acqua-modal .acqua-modal-left .acqua-modal-left-text {
	position: relative;
	z-index: 10;
	font-size: 18px;
	color: rgba(255,255,255,1);
	text-shadow: 0 1px 1px #000;
}
.acqua-modal .acqua-modal-right {
	position: absolute;
	z-index: 15;
	top: 0;
	right: 0;
	bottom: 0;
	width: 280px;
	padding: 20px;
	background-color: rgba(255,255,255,1);	
}
.acqua-modal h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}
.acqua-modal .acqua-close-modal {
	position: absolute;
	z-index: 100;
	top: -5px;
	right: 5px;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.25 ease;
	   -moz-transition: all 0.25 ease;
			transition: all 0.25 ease;
}
.acqua-modal .acqua-close-modal:hover,
.acqua-modal .acqua-close-modal:focus {
	color: #cc0000;
}
.acqua-modal .acqua-close-modal em {
	font-style: normal;
}
.acqua-modal .acqua-modal-content {
	padding: 15px;
}
.acqua-modal .acqua-modal-content label {
	font-weight: 600;
}
.acqua-modal .acqua-modal-content .form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.acqua-modal #contact_us_form_thank_you {
	margin-top: 30px;
	text-align: center;
}
#get-new-rooms-by-flight-running-modal {
	padding-top: 15px;
	padding-bottom: 15px;
}
#get-new-rooms-by-flight-running-modal .modal-dialog {
	top: 50%;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

@media (max-width: 840px){
	.acqua-modal-wrapper {
		position: absolute;
		top: 0;
		left: auto;
		-webkit-transform: translate(0);
		   -moz-transform: translate(0);
				transform: translate(0);
	}
	.acqua-modal {
		width: 100%;
	}
}
@media (max-width: 640px){
	.acqua-modal {
		width: 100%;
		height: auto;
	}
	.acqua-modal .acqua-modal-left {
		margin-right: 0;
		padding: 20px;
	}
	.acqua-modal .acqua-modal-right {
		position: relative;
		z-index: 15;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		background-color: rgba(255,255,255,0.85);
		box-shadow: 0 3px 5px rgba(0,0,0,0.35);
	}
	.acqua-modal .acqua-close-modal {
		color: rgba(255,255,255,1);
	}
	.acqua-modal #contact_us_form_thank_you {
		margin-top: 0;
	}
}

/*
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: rgba(255,255,255,1);
}
*/

.padt10 {padding-top: 10px !important;}
.acqua-semibold {font-weight: 600;}

/* MQ */
@media (max-width: 991px) {	
	.top-header {
		margin-right: 5px;
	}
	.top-header .social,
	.top-header .account {
		display: none;
	}
	/* modified navbar mobile breakpoint 
	.navbar-header {
        float: none;
    }
	.navbar-toggle {
        display: block;
		margin-top: 18px;
    }
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.collapse {
        display: none !important;
		overflow-y: scroll !important;
    }
    .navbar-collapse.collapse.in {
  		display: block !important;
	}
	.home .navbar-nav {
		margin-left: 0;
	}
	.navbar-nav {
        float: none;
		margin: 0;
	}
	.navbar-nav > li,
	.navbar-nav > span > li {
        float: none;
    }
	/* /modified navbar mobile breakpoint */

	.acqua-filters label .name {
		white-space: normal;
		text-overflow: inherit;
		overflow: visible;
	}
	.show-acqua-aside {
		display: inline-block;
	}
	.hide-acqua-aside {
		display: block;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-left {
		opacity: 1;
	}
	.show-acqua-aside.toLeft .glyphicon-chevron-right {
		opacity: 0;
	}
	.aside-filters {
		float: left;
		width: 280px;
		margin-left: -280px;
	}
	.aside-filters.show {
		margin-left: 0;
	}	
	.main-content {
		width: 100%;
	}
	.main-content.slide {		
		margin-right: -280px;
	}	
	.main-content h1 {
		/*margin-left: 60px;*/
	}
	.show-change-search {
		/*margin-left: 60px;*/
	}
}
@media (max-width: 767px) {
	body.fixed {
		padding-top: 0;
	}
	body.fixed nav {
		display: block;
	}
	body.fixed .progress {
		display: block;
	}
	.wrapper {
		min-height: auto;
		height: auto;
		margin-bottom: 0;
	}
	.push {
		display: none;
	}
	footer {
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1.5;
	}
	footer h3 {
		font-weight: 400;
		font-size: 26px;
	}
	footer .footer-section {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	footer .footer-company a {
		font-size: 18px;
	}
	footer .footer-company .fa-container {	
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	footer .footer-nwl {
		padding-bottom: 30px;
	}
	footer .copyright,
	footer .powered {
		float: none;
		display: block;
		margin-top: 0;
		border-top: none;
	}
	footer .copyright {
		margin-bottom: 5px;
	}
	.navbar-nav.main-menu,
	.demo_rezervari_quick-sell_ro .navbar-nav.main-menu {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
	.navbar-nav.top-navbar {
		position: static;
		top: auto;
		right: auto;
		height: auto;
		padding-top: 5px;
		font-size: 16px;
		line-height: normal;
		border-top: 2px solid #ddd;
	}
	.navbar-nav.top-navbar > li > a,
	.navbar-nav.top-navbar > span > li > a {
		display: block;
		padding: 5px 15px;
		font-size: 16px;
		line-height: normal;		
	}
	.navbar > .container .navbar-brand {
		margin-left: 10px;
		margin-right: 0;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav > li > a,
	.navbar-nav > span > li > a {
		display: block;
		margin-right: 0;
		padding: 10px 20px;
	}
	.navbar-collapse {
		background-color: rgba(0,0,0,.04);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
				box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	}
	.show-acqua-aside {
		display: block;
	}
	.acqua-flight-container-box {
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content {
		display: block;
		table-layout: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment.retour {
		border-left: none;
	}
	.acqua-flight-details .airport {
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}
	/*.acqua-message-404-container {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding-top: 0; 
	}
	.acqua-hotel-details .nav-tabs {
		padding: 5px;
	}
	.acqua-hotel-details .nav-tabs > li {
		display: inline-block;
		margin-bottom: 2px;
	}
	.acqua-hotel-details .hotel-gallery .image-box {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.acqua-hotel-details .hotel-gallery .image-box img {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.acqua-hotel-details .facilities ul {
		width: 50%;
	}
	.acqua-hotel-visited a {
		height: auto;
	}
	.acqua-hotel-visited a .info .name,
	.acqua-hotel-visited a .info .location {
		text-overflow: none;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-visited a .info .price-container {
  		position: relative;
		right: auto;
		bottom: auto;
	}
	.acqua-hotel-visited a .info .price-container .price {
		font-size: 22px;
	}*/
	.acqua-contact-page .acqua-contact-map {
		height: 200px;
	}
	.acqua-filter-calendar-destination h1 {
		font-size: 24px;
	}
	.acqua-saved-offers .acqua-saved-hotel-header h2 {
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		font-size: 26px;
		line-height: 1.4;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-info {
		padding-right: 0;
		padding-left: 0;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
		position: static;
		top: auto;
		left: auto;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin-bottom: 10px;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-image-box {
		position: relative;		
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms {
		display: block;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms thead {
		display: none;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody,
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr,
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody td {
		display: block;
		text-align: left;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody tr {
		border-bottom: 2px solid #aaa;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms tbody td .price-group {
		text-align: left;
	}
	.acqua-saved-offers .acqua-saved-hotel-rooms .room-type {
		width: 100%;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price {
		margin-top: 15px;
		text-align: center;
	}
	.acqua-saved-offers .acqua-saved-hotel-header .acqua-saved-hotel-price .btn {
		min-width: 200px;
	}
	.acqua-saved-offers .acqua-directional-arrows .btn-left,
	.acqua-saved-offers .acqua-directional-arrows .btn-right {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.modal.acqua-edit-online-modal .modal-footer.buttons [class*='col-'] {
		text-align: center;
	}
	.acqua-demo-page .nav-tabs {
		border-bottom: none;
	}
	.acqua-demo-page .nav-tabs > li {
		margin-bottom: 5px;
	}
	.acqua-demo-page .nav-tabs > li > a {
		margin-left: 5px;
		border: 1px solid #eee;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
	.acqua-demo-page .nav-tabs > li.active > a,
	.acqua-demo-page .nav-tabs > li.active > a:focus,
	.acqua-demo-page .nav-tabs > li.active > a:hover {
		color: rgba(255,255,255,1);
		cursor: pointer;
		background-color: #555;
		border: 1px solid #555;
	}
	.acqua-directory .acqua-box-destinations.lonely-box .img-link {
		padding-bottom: 74.52472%;
		height: 0;
	}
	.acqua-directory .acqua-box-destinations.lonely-box .img-link img {
		height: 100%;
	}
}
@media screen and (max-width: 650px) {
	.acqua-booking .terms {
		text-align: center;
	}
	.acqua-booking .terms label {
		float: none;
		margin-bottom: 20px;
	}	
	.acqua-booking .terms .btn {
		float: none;
	}
}
@media (max-width: 549px) {
	.navbar-toggle {
		margin-top: 15px;
		margin-bottom: 5px;
    }
	.progress-bar {
		font-size: 11px;
	}
	.progress-bar .glyphicon {
		display: none;
	}
	.show-change-search-aside {
		display: none;
	}
	.show-change-search {
		display: inline-block;
	}
	.acqua-booking .info-box.passengers .acqua-booking-luggage,
	.acqua-booking .info-box.passengers [class*='acqua-flight-optional-services'] {
		padding-left: 0;
	}
}
@media (max-width: 400px) {
	.navbar > .container .navbar-brand {
		margin-right: 0;
	}
	.acqua-booking-info .acqua-booking-info-section {
		padding-left: 10px;
	}
	.modal.acqua-edit-online-modal .modal-footer.buttons .btn {
		display: block;
		width: 100%;
	}
}

/* fluid container */
@media (min-width: 768px) {
	.container {
		width: 100%;
	}
	.text-overflow {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}