@font-face {
	font-family: organettoM;
	src: url(/it/assets/Font/organettoMedium.otf);
}

*,
body,
html {
	font-family: Montserrat, sans-serif;
}

a {
	cursor: pointer;
}

.fade.ng-hide {
	opacity: 0;
}

.fade {
	opacity: 1;
}

.fade.ng-hide-remove {
	transition: all linear 1s;
}

.fade.ng-hide-add {
	transition: all linear 0.5s;
}

.hoverable{
	transition: all 0.25s;
}

.hoverable:hover{
	transform: scale(1.2);
}

.header-menu {
	position: relative;
	background-color: #59a0de;
	background-image: url(../images2/scia-header.png);
	background-repeat: no-repeat;
	background-position: center 26%;
	background-size: 20%;
	z-index: 1000;
}

.header-menu .payoff {
	float: left;
	color: #fff;
	font-size: 17px;
	padding-left: 15px;
}

.header-menu>.row {
	padding: 15px 0;
}

.header-menu .nav>li>a:hover {
	background: 0 0;
	color: #fefefe;
}

#criluma-navbar-collapse-xs {
	float: right;
	width: 100%;
}

.nav.navbar-nav li {
	font-size: 26px;
	color: #fefefe;
}

@media (min-width: 1385px) {
	.custom-width {
		max-width: 1375px;
	}

	.header-bar {
		background-color: #fefefe;
		height: 10px;
		width: 100%;
		display: block;
		z-index: 999;
		position: relative;
	}

	.header-logo {
		position: relative;
	}

	.header-logo-img {
		width: 250px;
		float: left;
	}

	.header-logo ul {
		float: right;
		list-style: none;
		padding-left: 0;
	}

	.header-logo ul li {
		background-color: #fefefe;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 80px;
		float: left;
		margin-left: 100px;
		padding: 15px;
		height: 80px;
		position: relative;
		top: -90px;
		transition: all ease 0.5s;
	}

	.header-logo ul li.one {
		margin-left: 20px;
	}

	.header-logo ul li.two {
		margin-left: 80px;
	}

	.header-logo ul li.three {
		margin-left: 92px;
	}

	.header-logo ul li.four {
		margin-left: 95px;
	}

	.header-logo ul li.five {
		margin-left: 145px;
	}

	.header-logo ul li.six {
		margin-left: 100px;
		margin-right: 60px;
	}

	.header-logo ul li.hover,
	.header-logo ul li:hover {
		top: 0;
	}

	.header-logo ul li img {
		width: 50px;
	}

	.weddings-icon {
		font-size: 40px;
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		transform: rotate(-11deg);
		position: relative;
		top: 10px;
		right: 10px;
	}

	.weddings-icon-2 {
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		font-size: 25px;
		transform: rotate(10deg);
		position: relative;
		top: -40px;
		right: -27px;
	}
}

@media (min-width: 1200px) and (max-width: 1385px) {
	.custom-width {
		max-width: 1200px;
	}

	.nav.navbar-nav {
		margin-left: 50px !important;
	}

	.nav.navbar-nav li {
		font-size: 21px;
		color: #fefefe;
	}

	.header-menu .payoff {
		float: left;
		color: #fff;
		font-size: 16px;
		padding-left: 10px;
		text-align: center;
	}

	.header-menu .payoff strong:before {
		content: "\A";
		display: block;
	}

	.header-bar {
		background-color: #fefefe;
		height: 10px;
		width: 100%;
		display: block;
		z-index: 999;
		position: relative;
	}

	.header-logo {
		position: relative;
	}

	.header-logo-img {
		width: 200px;
		float: left;
	}

	.header-logo ul {
		float: right;
		list-style: none;
		padding-left: 0;
	}

	.header-logo ul li {
		background-color: #fefefe;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 80px;
		float: left;
		margin-left: 60px;
		padding: 15px;
		height: 80px;
		position: relative;
		top: -90px;
		transition: all ease 0.5s;
	}

	.header-logo ul li.one {
		margin-left: 0;
	}

	.header-logo ul li.two {
		margin-left: 50px;
	}

	.header-logo ul li.three {
		margin-left: 65px;
	}

	.header-logo ul li.four {
		margin-left: 75px;
	}

	.header-logo ul li.five {
		margin-left: 95px;
	}

	.header-logo ul li.six {
		margin-left: 90px;
		margin-right: 60px;
	}

	.header-logo ul li.hover,
	.header-logo ul li:hover {
		top: 0;
	}

	.header-logo ul li img {
		width: 50px;
	}

	.weddings-icon {
		font-size: 40px;
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		transform: rotate(-11deg);
		position: relative;
		top: 10px;
		right: 10px;
	}

	.weddings-icon-2 {
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		font-size: 25px;
		transform: rotate(10deg);
		position: relative;
		top: -40px;
		right: -27px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.custom-width {
		max-width: 992px;
	}

	.nav.navbar-nav li {
		font-size: 18px;
		color: #fefefe;
	}

	.header-menu .payoff {
		float: left;
		color: #fff;
		font-size: 14px;
		padding-left: 10px;
		text-align: center;
	}

	.header-menu .payoff strong:before {
		content: "\A";
		display: block;
	}

	.header-bar {
		background-color: #fefefe;
		height: 10px;
		width: 100%;
		display: block;
		z-index: 999;
		position: relative;
	}

	.header-logo {
		position: relative;
	}

	.header-logo-img {
		width: 150px;
		float: left;
	}

	.header-logo ul {
		float: right;
		list-style: none;
		padding-left: 0;
	}

	.header-logo ul li {
		background-color: #fefefe;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 80px;
		float: left;
		margin-left: 60px;
		padding: 15px;
		height: 80px;
		position: relative;
		top: -90px;
		transition: all ease 0.5s;
	}

	.header-logo ul li.one {
		margin-left: 0;
	}

	.header-logo ul li.two {
		margin-left: 33px;
	}

	.header-logo ul li.three {
		margin-left: 50px;
	}

	.header-logo ul li.four {
		margin-left: 55px;
	}

	.header-logo ul li.five {
		margin-left: 85px;
	}

	.header-logo ul li.six {
		margin-right: 20px;
	}

	.header-logo ul li.hover,
	.header-logo ul li:hover {
		top: 0;
	}

	.header-logo ul li img {
		width: 50px;
	}

	.weddings-icon {
		font-size: 40px;
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		transform: rotate(-11deg);
		position: relative;
		top: 10px;
		right: 10px;
	}

	.weddings-icon-2 {
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		font-size: 25px;
		transform: rotate(10deg);
		position: relative;
		top: -40px;
		right: -27px;
	}
}

@media (max-width: 991px) {
	.header-bar {
		background-color: #fefefe;
		height: 10px;
		width: 100%;
		display: block;
		z-index: 999;
		position: relative;
	}

	.header-logo {
		position: relative;
	}

	.header-logo-img {
		width: 250px;
		float: left;
	}

	.header-logo ul {
		float: right;
		list-style: none;
		padding-left: 0;
	}

	.header-logo ul li {
		background-color: #fefefe;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		width: 80px;
		float: left;
		margin-left: 100px;
		padding: 15px;
		height: 80px;
		position: relative;
		top: -90px;
		transition: all ease 0.5s;
	}

	.header-logo ul li.one {
		margin-left: 20px;
	}

	.header-logo ul li.two {
		margin-left: 80px;
	}

	.header-logo ul li.three {
		margin-left: 92px;
	}

	.header-logo ul li.four {
		margin-left: 95px;
	}

	.header-logo ul li.five {
		margin-left: 145px;
	}

	.header-logo ul li.six {
		margin-left: 100px;
		margin-right: 60px;
	}

	.header-logo ul li.hover,
	.header-logo ul li:hover {
		top: 0;
	}

	.header-logo ul li img {
		width: 50px;
	}

	.weddings-icon {
		font-size: 20px;
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		transform: rotate(-11deg);
		position: relative;
	}

	.weddings-icon-2 {
		text-align: center;
		margin: 0 auto;
		color: #59a0de;
		font-size: 10px;
		transform: rotate(10deg);
		position: relative;
		top: -10px;
		right: 13px;
	}
}

.main-bg {
	position: relative;
	width: auto;
	height: 730px;
	display: block;
	background-position: center;
	background-size: cover;
	margin-left: -15px;
	margin-right: -15px;
	transition: background 1s linear;
	z-index: 0;
}

.move-up {
	position: relative;
}

#main-content.move-up {
	position: relative;
}

.move-up-search {
	position: relative;
}

@media (max-width: 991px) {
	.navbar-toggle {
		display: block;
	}
}

@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
}

@media (max-width: 768px) {
	.move-up {
		position: relative;
	}

	#main-content.move-up {
		position: relative;
	}

	.move-up-search {
		position: relative;
	}
}

#main-content-loading {
	width: 100%;
	margin: auto;
	text-align: center;
	height: 200px;
	color: #00a3e0;
	position: relative;
	margin-top: calc(15%);
}

.footer-top {
	background-color: #59a0de;
	color: #fff;
	padding: 10px;
	margin-top: -1px;
	padding-top: 30px;
}

.footer-bottom {
	background-color: #075277;
	color: #fff;
	height: 90px;
	padding-top: 20px;
}

.footer-social-icon {
	margin: 0 15px;
}

.footer-social-icon-xs {
	margin: 0 10px;
}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
}

.row.margin {
	margin-left: 15px;
	margin-right: 15px;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 768px) {
	.no-padding-xs {
		padding-left: 0;
		padding-right: 0;
	}
}

.separator {
	background-image: url(../images2/separator.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 160px;
}

.separator h3 {
	text-align: center;
	color: #fff;
	position: relative;
	top: 45px;
	font-weight: 400;
}

.separator h3 img {
	height: 45px;
}

@media (max-width: 991px) {
	.nav.navbar-nav {
		width: 100%;
		margin: 0 auto;
	}

	.navbar-nav>li {
		float: none;
	}
}

@media (max-width: 991px) {
	.navbar-collapse.collapse {
		display: none !important;
	}

	.collapse.in {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.nav.navbar-nav.visible-xs li,
.nav.navbar-nav.visible-xs li:first-child {
	font-size: 27px;
	padding-left: 0;
	margin-left: 0;
}

.nav>li.active>a,
.nav>li>a,
.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background: 0 0;
	outline: 0;
	color: #fefefe;
	font-weight: 700;
	letter-spacing: 0;
}

@-moz-document url-prefix() {

	.nav>li.active>a,
	.nav>li>a,
	.nav>li>a:focus,
	.nav>li>a:hover {
		letter-spacing: -1px;
	}
}

@media (max-width: 991px) {
	.nav.navbar-nav li {
		font-size: 26px;
		color: #59a0de;
	}

	.nav>li.active>a,
	.nav>li>a,
	.nav>li>a:focus,
	.nav>li>a:hover {
		text-decoration: none;
		background: 0 0;
		outline: 0;
		color: #59a0de;
		font-weight: 700;
	}

	.nav>li.active>a {
		text-decoration: underline;
	}

	.nav>li>img {
		width: 25px;
		float: left;
		margin-right: 20px;
		padding-top: 5px;
	}
}

.gray-scale-on {
	filter: grayscale(100%);
}

.gray-scale-off {
	filter: grayscale(0);
}

.filter .continent-section {
	width: 25%;
	height: 600px;
	overflow: hidden;
	float: left;
}

.filter .continent-section-small {
	height: 150px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.filter .continent-section img {
	filter: grayscale(100%);
	height: 600px;
}

.filter .continent-section.active img,
.filter .continent-section:hover img {
	filter: grayscale(0);
}

.filter .continent-section span {
	background-color: rgba(30, 30, 30, 0.25);
	color: #eee;
	width: 100%;
	height: 90px;
	position: relative;
	top: -300px;
	display: block;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

.filter .continent-section-small span {
	background-color: rgba(30, 30, 30, 0.25);
	color: #eee;
	width: 100%;
	height: 90px;
	position: relative;
	top: -90px;
	display: block;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

.filter .continent-section-small img {
	filter: grayscale(100%);
	height: 150px;
	width: 100%;
}

.filter .continent-section.active span,
.filter .continent-section:hover span {
	background-color: rgba(30, 30, 30, 0.75);
}

#filter-continent {
	width: 100%;
	height: 600px;
	position: relative;
}

#filter-continent-small {
	width: 100%;
	height: 200px;
	position: relative;
}

.filter-added ul {
	list-style: none;
}

.filter-added ul li {
	float: left;
	width: auto;
	background: #a7dfef;
	padding: 5px;
	margin-right: 5px;
	color: #fefefe;
}

.filter-added ul li:after {
	content: "x";
	padding: 5px;
	padding-left: 15px;
}

.filter.question {
	padding: 35px 10px;
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
}

.question .text {
	color: #4d4d4d;
	font-weight: 700;
	font-size: 20px;
	clear: both;
	height: 45px;
	display: block;
}

.question .answers div div {
	color: #fefefe;
	float: left;
	font-weight: 700;
	font-size: 20px;
	padding: 5px;
	background-color: #a7dfef;
	border-radius: 3px;
	margin-right: 10px;
	width: 100%;
	height: 70px;
	filter: brightness(75%);
}

.section {
	padding: 35px 10px;
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
}

.question .answers div.active div.n1,
.question .answers div:hover div.n1 {
	background-color: #75d1bb;
}

.question .answers div.active div.n2,
.question .answers div:hover div.n2 {
	background-color: #d3dd8c;
}

.question .answers div.active div.n3,
.question .answers div:hover div.n3 {
	background-color: #fcc62d;
}

.question .answers div.active div.n4,
.question .answers div:hover div.n4 {
	background-color: #ff703f;
}

.question .answers div div:hover,
.question .answers div.active div {
	filter: brightness(100%);
}

.answers-buttons div {
	font-size: 20px;
}

.filter-go {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	padding-top: 15px;
	margin-top: 5px;
}

.question .answers div div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50px;
	background-color: #dedede;
	filter: grayscale(100%);
	margin-bottom: 8px;
}

.question .answers div div.when.n1 {
	background-image: url(../images/estate_b_35_a.png);
}

.question .answers div div.when.n2 {
	background-image: url(../images/inverno_b_35_a.png);
}

.question .answers div div.when.n3 {
	background-image: url(../images/capodanno_b_35_a.png);
}

.question .answers div div.when.n4 {
	background-image: url(../images/primavera_b_35_a.png);
}

.question .answers div div.who.n1 {
	background-image: url(../images/coppia_b_35_a.png);
}

.question .answers div div.who.n2 {
	background-image: url(../images/famiglia_b_35_a.png);
}

.question .answers div div.who.n3 {
	background-image: url(../images/amici_b_35_a.png);
}

.question .answers div div.who.n4 {
	background-image: url(../images/da_solo_b_35_a.png);
}

.question .answers div div.what.n1 {
	background-image: url(../images/relax_b_35_a.png);
}

.question .answers div div.what.n2 {
	background-image: url(../images/sport_b_35_a.png);
}

.question .answers div div.what.n3 {
	background-image: url(../images/avventura_b_35_a.png);
}

.question .answers div div.what.n4 {
	background-image: url(../images/arte_b_35_a.png);
}

.coupon-ticket {
	float: left;
	width: 157px;
	height: 90px;
	font-size: 20px;
	color: #fefefe;
	text-align: center;
	font-weight: 700;
	background-image: url(../images/coupon_gray.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

.coupon-ticket.active {
	background-image: url(../images/coupon_blue.png);
}

.coupon-step {
	float: left;
	width: 157px;
	height: 40px;
	display: block;
	background-image: url(../images/dash_gray.png);
	background-repeat: no-repeat;
}

.coupon-step.active {
	background-image: url(../images/dash_blue.png);
}

.coupon-plane {
	background-image: url(../images/plane.png);
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
}

.account-bg {
	background-color: #ffa143;
	margin: 0 -15px;
	height: 100px;
}

.account-image {
	width: 120px;
	height: 120px;
	margin-left: 20px;
	margin-top: -40px;
}

.account-image img {
	width: 100%;
	height: 100%;
}

.account-name {
	color: #075277;
	font-size: 32px;
	font-weight: 700;
	padding: 20px;
	margin-left: 0;
	float: left;
}

.account-settings {
	font-size: 22px;
	color: #fefefe;
	margin-right: 20px;
	padding-top: 15px;
}

.row.spacer {
	content: "&nbsp;";
	height: 20px;
}

.account-actions {
	width: 50%;
	margin: 0 auto;
}

.account-action-image {
	margin: 0 auto;
	text-align: center;
}

.loading {
	width: 100%;
	margin: 40px auto;
	text-align: center;
	color: #00a3e0;
}

.block {
	border: 1px solid #ccc;
	background-color: #fff;
}

.block-title {
	font-weight: 700;
	font-size: 20px;
	width: 100%;
	padding: 10px;
	padding-left: 20px;
	margin: 0;
}

.block-title-bg {
	font-size: 28px;
	background-color: #ccc;
}

.block-title-bg-blue {
	font-size: 28px;
	background-color: #00a3e0;
	color: #fefefe;
	border: 1px solid #00a3e0;
}

.block-title-sm {
	font-size: 20px;
}

.block .form-control {
	background-color: #eee;
	border: none;
}

.block .block-title .form-control {
	width: 40px;
	margin-top: 0;
	box-shadow: none;
	height: 25px;
}

.block hr {
	height: 2px;
	margin: 10px;
	background-color: #ccc;
}

form .block .row {
	margin-left: 10px;
	margin-right: 10px;
}

.block .block-text {
	padding: 10px;
	width: 100%;
}

.btn-confirm {
	width: 100%;
	text-transform: uppercase;
	color: #fefefe;
	background-color: #459fdf;
}

.btn-confirm.active,
.btn-confirm:hover {
	color: #fefefe;
	background-color: #459fdf;
	background-image: url(../images/black-transparent.png);
}

.btn-cancel {
	width: 100%;
	text-transform: uppercase;
	color: #fefefe;
	background-color: #ccc;
}

.btn-cancel.active,
.btn-cancel:hover {
	color: #fefefe;
	background-color: #ccc;
	background-image: url(../images/black-transparent.png);
}

.btn-action {
	width: 100%;
	text-transform: uppercase;
	color: #fefefe;
	background-color: rgba(167, 223, 239, 0.5);
}

.btn-action.active,
.btn-action:hover {
	color: #fefefe;
	background-color: rgba(167, 223, 239, 1);
}

.btn-quote {
	width: 100%;
	text-transform: uppercase;
	color: #fefefe;
	background-color: rgba(160, 160, 160, 0.5);
}

.btn-quote.active,
.btn-quote:hover {
	color: #fefefe;
	background-color: rgba(160, 160, 160, 1);
}

.import p {
	border-top: 2px solid #ccc;
	font-weight: 700;
	padding-top: 8px;
}

.import span {
	text-align: left;
}

.block-title span.number,
.import span.number {
	text-align: right;
	float: right;
}

.quote-divider {
	height: 4px;
	width: 100%;
	background-color: #ccc;
}

.payment-bg {
	background-color: #00a3e0;
	border-radius: 4px;
	color: #fefefe;
	font-size: 2em;
}

.payment-bg .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.nav-tabs {
		font-size: smaller;
	}

	.nav-tabs>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.login-title {
	background-color: #59a0de;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	font-size: 24px;
	height: 45px;
	width: 100%;
}

.login-panel {
	border-left: 2px solid #59a0de;
	border-right: 2px solid #59a0de;
	border-bottom: 2px solid #59a0de;
	background-color: #fff;
}

.login-form-row {
	margin-left: 15px;
	margin-right: 15px;
}

.login-form-row input {
	background-color: #ddd;
}

.login-form-row,
.login-form-row label {
	color: #075277;
}

.login-form-row label {
	margin-top: 10px;
}

.carousel {
	margin-top: 20px;
}

.carousel-control {
	display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
	border: none;
	background: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.carousel-indicators {
	top: -50px;
	height: 20px;
}

.carousel-indicators li {
	background-image: url(../images/room_off.png);
}

.carousel-indicators li.active {
	background-image: url(../images/room_on.png);
}

.room-index {
	font-weight: 700;
}

.area-info {
	background-color: #a7dfef;
	padding: 15px;
	height: 420px;
	overflow-y: auto;
}

.area-info .area-info-item {
	margin-top: 20px;
}

a.step-image-a {
	width: 50px;
	overflow: hidden;
}

.step-image-container,
.step-sep-container {
	width: 65px;
	overflow: hidden;
	display: table-cell;
	margin-left: -25px;
	vertical-align: middle;
}

.step-sep-container img {
	position: absolute;
	margin-left: -50px;
	clip: rect(0, 88px, 40px, 15px);
}

.step-sep-container img.plane {
	top: 30px;
}

.search-result-item,
.search-result-item-xs {
	box-shadow: 4px 4px 8px -2px #999;
	margin-bottom: 15px;
	background-color: #fff;
}

@media (max-width: 768px) {
	a.step-image-a {
		width: 50px;
		overflow: hidden;
	}

	img.step-image,
	img.step-image-sep {
		width: 100%;
	}

	img.step-image-sep {
		height: 2px;
	}

	.step-image-container,
	.step-sep-container {
		width: 64px;
		overflow: hidden;
		display: table-cell;
		margin-left: -25px;
		vertical-align: middle;
	}

	.step-sep-container {
		width: 45px;
	}

	.step-sep-container img {
		position: absolute;
		margin-left: -50px;
		clip: rect(0, 78px, 40px, 25px);
	}

	img.step-image-sep.plane {
		height: 25px;
		top: 20px;
		width: 101px;
	}

	img.step-image-sep.plane.visible-xs {
		display: inline-block !important;
	}
}

[uib-datepicker] .btn {
	border: none;
}

.uib-datepicker-popup li:active,
.uib-datepicker-popup li:focus,
.uib-datepicker-popup li:hover {
	outline: 0;
}

.validation-message {
	color: #fff;
	background-color: #c30;
	padding: 5px;
	position: relative;
}

.room-option {
	border: 1px solid #fff;
	padding: 5px;
}

.room-option.active {
	border: 1px solid #00a3e0;
}

.gallery-container {
	position: absolute;
	bottom: 25px;
	left: 0;
}

.gallery-container-xs {
	position: absolute;
	bottom: 25px;
	left: 30px;
}

.video-gallery-button {
	text-decoration: none;
	background-image: url(../images/video-gallery.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 42px;
	display: inline-block;
}

.video-gallery-button:hover {
	text-decoration: none;
	background-position: -42px 0;
}

.images-gallery-button {
	text-decoration: none;
	background-image: url(../images/pictures-gallery.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 42px;
	display: inline-block;
}

.images-gallery-button:hover {
	text-decoration: none;
	background-position: -42px 0;
}

.map-button {
	text-decoration: none;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 42px;
	display: inline-block;
}

.map-button:hover {
	text-decoration: none;
	background-position: -42px 0;
}

div.structure-image-h {
	width: 100%;
	height: 145px;
	overflow: hidden;
}

div.structure-image-v {
	height: 300px;
	width: 100%;
	overflow: hidden;
}

div.structure-image-h:first-child {
	margin-bottom: 10px;
}

div.structure-image-h img {
	width: 100%;
	position: relative;
	top: calc(50% - 75px);
}

div.structure-image-v img {
	height: 100%;
	position: relative;
	left: calc(50% - 180px);
}

.search-results {
	padding-top: 15px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -15px;
}

.flight-alternative {
	border: 2px solid #fff;
	padding: 5px;
}

.flight-alternative-even {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.flight-alternative.selected {
	border-radius: 5px;
	border-color: #075277;
}

.select-flight {
	margin-top: 23px;
}

.imgBanner {
	height: 100%;
	width: auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.524);
	transition: all 0.5s;
}

.imgBanner:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.721);
}

@media screen and (max-width: 1050px) {
	.imgBanner {
		width: 100%;
		height: auto;
	}
}