:root{
	--mandatory:#ff9900;
	--orange:#fca24a;
	
	--white:#fff;
	--secondary-button:#f90;
	
	--blue:#069;
	--blue1:#058ACC;
	--dark-blue:#047;
	--mid-blue:#6EA9C7;
	--light-blue:#F2F9FD;
	--light-blue1:#01b7f2;
	
	--grey0:#efefef;
	--grey1:#eee;
	--grey2:#ccc;
	--grey3:#ddd;
	--grey4:#bdbcbc;
	--grey5:#999;
	--grey6:#666;
	--grey7:#222;
	--grey8:#333;
	--black:#000;
	
	--tab-blue:#DEEDF7;
	
	--green:#009647;
	--dark-green:#2F7000;
	--mid-green:#84b999;
	--light-green:#ebf8ef;
	
	--red:#D60000;
	--dark-red:#b00;
	--light-red:#ffe1c8;
	
	--yellow:#FEF290;
	--yellow1:#F7D04D;
	--dark-yellow:#a45918;
}

/*  Font Awesome 4.4.0 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal
}

/*  Soap icons */
@font-face {
	font-family: 'soap-icons';
	src: url("../fonts/soap-icons.eot?26664784");
	src: url("../fonts/soap-icons.eot?26664784#iefix")
		format("embedded-opentype"), url("../fonts/soap-icons.woff?26664784")
		format("woff"), url("../fonts/soap-icons.ttf?26664784")
		format("truetype"), url("../fonts/soap-icons.svg?26664784#soap-icons")
		format("svg");
	font-weight: normal;
	font-style: normal;
}


.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em var(--grey1);
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin { 
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100%{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes fa-spin { 
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100%{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal,
	:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: var(--white)
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before
	{
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before
	{
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before,
	.fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before
	{
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before, .fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}



/* layout*/
.left {
	text-align: left
}

.clearfix {
	clear: both;
	float: none
}

select {
	color: var(--black) !important
}

table {
	border-collapse: collapse
}
.p-0{
	padding:0
}

.lemPortalPage * {
	font-size: 12px
}

small {
	font-size: 12px
}

.nobr {
	white-space: nowrap;
}

/* header bar*/
.header-bar {
	background:transparent;
	padding: 5px 0;
	border-top: 1px solid var(--blue)
}

.header-bar .title {
	float: left;
	color: var(--dark-blue);
	margin-top: 3px;
	font-weight: bold;
	font-size: 18px
}

.list-number {
	list-style-type: decimal;
	margin: 0;
	padding-left: 15px;
}

.list-number li {
	font-size: 13px
}

.box-list {
	font-size: 13px
}

.box-list .box-green {
	margin: 10px 0
}

/* navigation */
#crumbs {
	margin: 10px 0;
	padding: 0;
	background: var(--white);
	min-height: 40px;
	flex-grow:1
}

#crumbs ul.mobile {
	display: none
}

#crumbs ul {
	list-style: none; 
	margin: 0;
	padding: 0
}

#crumbs ul li {
	display: inline;
}

#crumbs ul li a {
	cursor: default;
	display: block;
	float: left;
	height: 15px;
	
	text-align: center;
	padding: 10px 10px 15px 25px;
	position: relative;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: var(--grey6);
}

#crumbs ul li a.active {
	background: var(--grey4);
	color: var(--white)
}

#crumbs ul li a:after {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--white);
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
}

#crumbs ul li a:before {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--white);
	position: absolute;
	left: 0;
	top: 0;
}

#crumbs ul li a.active:after {
	border-left: 20px solid var(--grey4);
}

#crumbs ul li:first-child a:before {
	display: none;
}

#crumbs ul li:last-child a {
	padding-right: 40px;
}

#crumbs ul li:last-child a:after {
	display: none;
}

#crumbs ul li.linkVideo {
	float: right
}

#crumbs ul li.linkVideo a {
	cursor: pointer;
	background: var(--blue);
	color: var(--white);
	display: block;
	border: 0 !important;
	margin: 0;
	height: auto !important;
	padding: 2px 15px
}

#crumbs ul li.linkVideo a:before {
	border: 0 !important
}

#crumbs ul li.linkVideo a:after {
	border-left: 0 !important
}

#crumbs ul li.linkVideo a:hover {
	background: var(--white);
	color: var(--blue)
}

#crumbs ul li.linkVideo i {
	display: none;
}

/* colors */
.bg-white {
	background: var(--white)
}

.bg-blue {
	background: var(--blue)
}
.bg-orange{
	background:var(--orange)
}

.bg-light-blue {
	background: var(--light-blue)
}

.bg-tab-blue {
	background: var(--tab-blue)
}
.bg-gray{
	background: var(--grey2);
}
.skin-color {
	color: var(--blue)
}
.text-green {
	color: var(--dark-green)
}
.text-gray {
	color: var(--grey2);
}
.text-red {
	color: var(--red)
}
.text-blue {
	color: var(--dark-blue)
}
.text-white {
	color: var(--white)
}
.text-light-blue {
	color: var(--blue)
}
.text-big {
	font-size: 17px
}

.text-field {
	background: none !important;
	border: 0 !important;
	text-align: center;
	width: 25px;
}
.box-green {
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background-color: var(--light-green);
	border-color: var(--light-green);
}
/* search*/
.searchform {
	padding: 10px;
	float: left;
	width: 80%;
	background: var(--dark-blue)
}

.searchform table {
	width: 100%
}

.searchform label {
	color: var(--white);
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 0;
	margin-top: 20px
}

.searchform label span {
	background: var(--blue);
	color: var(--white);
	display: block;
	width: 25px;
	float: left;
	text-align: center;
	padding: 6px 2px;
	margin: 0 15px 0 0
}

.searchform label span.mandatory {
	background: var(--mandatory);
	border: none;
}

.searchform label select, .searchform input, .searchform option {
	color: var(--grey7);
	width: 300px;
	height: 30px;
	padding-left: 5px;
}

.searchform input[type="button"] {
	width: 300px;
	margin-top: 15px;
	height: 40px;
	color: var(--white);
	background: var(--mandatory);
	border: 0;
	border-radius: 0
}

.searchform	.warning {
	border: 1px solid var(--red);
}

.searchform .fields-mandatory {
	color: var(--grey6);
	color: var(--mandatory);
	text-align: right;
	margin: 10px 0 0 0
}

.searchform input[type="button"]:hover {
	color: var(--dark-blue) !important
}

.searchform select, .searchform  input, .searchform>select>option {
	color: var(--grey7);
	width: 300px;
	height: 30px;
	padding-left: 5px;
}

.simpleBoxSearch {
	width: 100%;
	position: relative;
	text-align: center
}

.simpleBoxSearch .fields {
	background: var(--white);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding:3rem!important
}

.simpleBoxSearch .fields.new {
	width: 90%;
	text-align: left
}

.simpleBoxSearch .fields.new input[type="text"] {
	width: 500px !important;
	margin-left: 10px
}

.simpleBoxSearch .fields.new.white {
	background: url(../imgs/bg-1x1-white.png);
	border-color: var(--white)
}

.simpleBoxSearch input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 0;
	font-size: 14px;
	border:1px solid var(--grey1);
	margin:0;
	background:var(--grey0);
	border-radius: 5px;
}

.simpleBoxSearch button {
	width: 15%;
	border-radius: 5px;
	padding: 10px;
	margin-left:2%;
	border: 0;
	background:var(--orange);
}

.simpleBoxSearch button:hover {
	color: var(--white) !important
}

.simpleBoxSearch.new {
	position: absolute;
	z-index: 80;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 auto;
}

.titleBoxSearch{
	display: inline-block;
	color: var(--white);
	font-size: 48px;
    line-height: 1.25em;
    font-weight: 700;
	margin: 2.5em auto 0.5em auto;
}

.searchQuestion {
	text-transform:uppercase;
	color:var(--grey6);
	padding: 0 0 5px 0;
	text-align: left
}

/* results */
.offSearchBox {
	width: 300px;
	background: var(--grey1);
	color: var(--grey8);
	padding: 0
}

.offSearchBox * {
	font-size: 12px
}

.offSearchBox label {
	margin: 4px 0 0 0;
	font-weight: normal;
}

.offSearchBox .title {
	border-bottom: 1px solid var(--dark-blue);
	padding: 4px 10px;
	font-weight: bold
}

.offSearchBox .title .fa {
	margin: 0 5px 0 0
}

.offSearchBox input[type="text"], .offSearchBox select {
	padding: 1rem;
	border: 1px solid var(--grey1);
	background: var(--white);
	width: 270px;
	margin: 5px 0;
	color: var(--grey8)
}

.offSearchBox select {
	width: 280px
}

.offSearchBox .hasDatepicker {
	width: 250px
}

.offTitleResults {
	background: var(--blue);
	font-weight: normal;
	font-size: 17px;
	padding: 10px 0 10px 10px;
	color: var(--white);
}

.offInclude {
	color: var(--grey8);
	border-top: 1px solid var(--grey8);
	background: var(--grey0);
	padding: 5px;
	float: left;
}
.offInclude td{
	vertical-align:top;
}
.offInclude div {
	margin: 5px 0;
}
.resultsContent {
	padding: 0;
	background: var(--light-blue)
}
.resultsThumb {
	width: 200px;
	background: var(--light-blue)
}

.resultsThumb img {
	width: 230px;
	height: auto
}

.resultsThumbNew img {
	width: 200px;
	height: auto;
	margin: 0 5px 0 0;
	float: left
}

/******* TABELLA BASE USATA PER I SERVIZI ******/
.packageRate{color:var(--red);border:1px solid var(--red);display:block;border-radius:30px;width:30px;height:30px;padding:6px 2px;text-align:center}
.basicTable {
	width: 100%;
}

.basicTable th {
	background: var(--tab-blue);
	color: var(--dark-blue);
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px
}

.basicTable td {
	background: var(--light-blue);
	padding: 5px;
}

.basicTable td.colLight {
	background: var(--white)
}

.basicTable caption, .basicTable .caption td, .basicTable .caption {
	background: var(--blue);
	color: var(--white);
	margin: 10px 0 0;
	padding: 5px;
	text-align: left;
	text-align: left !important
}

.basicTable caption span, .basicTable tr.caption td, .basicTable caption span i
	{
	font-size: 16px;
	font-weight: normal;
}

.basicTable .separator {
	height: 1px;
	background: var(--mid-green)
}

.basicTable .name {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	color: var(--dark-blue);
	padding: 5px 0 0
}

.basicTable .address {
	font-size: 12px;
	color: var(--grey8)
}

.basicTable .rooms {
	margin: 5px 0 0;
	color: var(--dark-blue)
}

.basicTable .rooms span {
	font-weight: bold;
}

.basicTable .thumb {
	width: 100px
}

.basicTable .thumb img {
	padding: 0 5px 0 0;
	width: 90px;
	margin: 5px 0 0 0
}

.basicTable .boxPromo {
	background: var(--dark-green);
	border-radius: 5px;
	float: right;
	padding: 3px;
	margin: 0 0 5px 0
}

.basicTable .boxPromo p {
	color: var(--white);
	margin: 0
}

.basicTable .box-facilities {
	float: right;
	width: 280px;
	padding: 2px 5px 5px 0
}

.basicTable .box-facilities div {
	margin: 5px 0 0;
	text-transform: uppercase;
}

.basicTable .box-facilities b {
	display: block;
	text-transform: uppercase;
}

.basicTable .box-breakfast {
	float: right;
	width: 280px;
	padding: 2px 5px 5px 0;
}

.basicTable .box-breakfast b {
	display: block;
	text-transform: uppercase;
}

.basicTable .box-breakfast span {
	text-transform: none;
}

.basicTable .room-hotel {
	margin: 10px 0;
}

.basicTable .room-hotel b, .basicTable .room-hotel span {
	font-size: 16px
}

/* contraente */
.basicTable.customer td:nth-child(1), .basicTable.customer td:nth-child(3)
	{
	font-weight: bold
}

.basicTable.customer td:nth-child(2), .basicTable.customer td:nth-child(4)
	{
	background: var(--light-blue)
}

/* transfer e escursioni */


.transAlt {
	width: 100%
}


.transAlt td {
	background: var(--white);
	border: 1px solid var(--grey1);
	padding:10px
}

.transAlt table {
	width: 100%;
	margin-bottom: 10px
}

.transAlt th {
	text-align: left;
	border: 1px solid var(--white);
	background:var(--blue);
	color:var(--white);
	font-size:14px
}

.transAlt table td {
	text-align: left;
	border: 1px solid var(--grey1)
}
	
.transferSelected td {
	background: var(--grey1)
}

/* notti */
.tableNights td {
	border-bottom: 1px solid var(--grey1);
	height: 25px
}

.tableNights td .fa {
	margin: 0 5px 0 0;
}

.nightsBorder {
	padding: 2px 0 2px 6px;
	border: 1px solid var(--grey2);
	width: 31px;
	display: block
}

.field-days {
	font-size: 18px;
	border: 0 !important;
	background: none !important;
	width: 35px;
	text-align: center;
	padding: 0;
}

.fieldTotNights {
	background: none !important;
	border: 0 !important;
	width: 35px;
	text-align: center;
	padding: 0
}

.field-nights {
	font-size: 18px;
	margin: 0 5px
}

.fldNight {
	border: 1px solid var(--grey2);
	background: var(--white);
	margin: 0 4px
}

.nightsEnabled {
	margin: 0 4px 0 0;
	width: 50px;
	padding: 2px 5px 2px 7px
}

.nightsDisabled {
	margin: 0 4px 0 0;
	width: 50px;
	background: var(--white);
	color: var(--black);
	padding: 2px 5px 2px 7px
}

.nightsDisabled option {
	color: var(--black)
}

.nightsDisabled {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance: none;
}

/*for IE10*/
.nightsDisabled::-ms-expand {
	display: none;
}

/* review  */
.reviewOfferTable {
	width: 100%
}

.reviewOfferTable .offerTitle {
	background: var(--dark-blue);
	color: var(--grey1);
	padding: 5px;
}

.reviewOfferPrice {
	background: var(--light-blue);
	padding: 0 5px;
	color: var(--dark-red);
	font-size: 24px;
	font-weight: bold
}

.reviewOfferCurrency {
	font-weight: bold;
}

.reviewOffer td {
	border-bottom: 1px solid var(--tab-blue);
	padding: 0 0 4px 0
}

/* TOOLTIPSTER */
.tooltipster-default {
	border-radius: 5px;
	border: 2px solid var(--black);
	background: var(--grey8);
	color: var(--white)
}

.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden
}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible
}

.tooltipster-base .tooltipster-content {
	overflow: hidden
}

.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span,
	.tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
	.tooltipster-arrow-top-right .tooltipster-arrow-border,
	.tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span,
	.tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
	.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
	.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border,
	.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border
	{
	left: 0;
	right: 0;
	margin: 0 auto
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
	.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span
	{
	right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
	.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border
	{
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border
	{
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0
}

.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.tooltipster-light {
	border: 10px solid var(--grey8);
	background: var(--white);
	color: var(--black)
}

.tooltipster-light .tooltipster-content {
	line-height: 16px;
	padding: 5px
}

.tooltipster-light th {
	background: var(--grey8);
	color: var(--white);
	font-size: 13px;
	font-weight: normal
}

.tooltipster-light td {
	background: var(--grey1);
	font-size: 13px;
	padding: 5px;
	color: var(--black);
	border-bottom: 1px solid var(--grey8)
}

.tooltipster-light caption {
	font-size: 12px
}

.tooltipster-warning {
	border: 10px solid var(--red);
	background: var(--white);
	color: #CD0A0A
}

.tooltipster-warning .tooltipster-content {
	line-height: 16px;
	padding: 5px;
}

/* bottoni */

button{
	font-size: 14px;
	padding: 0.7em 1em!important;
}

.buttonBackHome {
	margin-top: 7px
}

.buttonChange {
	font-size: 14px;
	border: none;
	border-radius: 0;
	color: var(--white);
	text-align: left;
	padding: 10px 5px
}
.buttonChange.float-r{
	float:right
}
.buttonChange span {
	font-size: 12px !important;
	font-weight: normal !important
}

.buttonChange.light-blue {
	background: var(--light-blue);
	color: var(--dark-blue)
}

.buttonChange.light-blue:hover {
	color: var(--light-blue);
	background: var(--dark-blue)
}

.buttonChange.tab-blue {
	background: var(--tab-blue);
	color: var(--dark-blue);
	margin: 0 1px
}

.buttonChange.tab-blue:hover {
	background: var(--dark-blue);
	color: var(--white)
}

.buttonChange.dark-blue {
	color: var(--white);
	background: var(--dark-blue)
}

.buttonChange.yellow {
	background: var(--yellow1);
	color: var(--black)
}

.buttonChange.green {
	background: var(--dark-green);
}

.buttonChange.orange {
	background: var(--orange);
}

.buttonChange.orange.book {
	width: 100px;
	float: right;
	text-align: center;
	margin: 5px
}

.buttonChange:hover {
	color: var(--white);
	border: 0
}

.buttonChange .fa {
	margin: 0 5px
}

.buttonChange.booking {
	background: var(--orange);
	margin: 0 10px;
	width: auto
}

.buttonChange.on {
	background: var(--dark-blue);
	color: var(--white)
}

.buttonChange.bookingNew {
	padding: 10px;
	float: none;
}

.buttonChoose {
	background: var(--secondary-button);
	color: var(--white) !important;
	display: block;
	float: right;
	margin: 0 5px;
	padding: 5px 8px;
	text-decoration: none;
}

.buttonCloseList {
	background: var(--secondary-button);
	color: var(--white) !important;
	display: block;
	float: right;
	margin: 0 5px 0 20px;
	padding: 5px 8px;
	text-decoration: none;
	font-weight: normal
}

.buttonReset, .buttonReset:hover {
	background: var(--yellow1) !important;
	border: none;
	color: var(--black) !important;
	padding: 5px 10px !important;
	float: none !important;
	width: auto !important
}

.buttonReset .fa {
	margin: 0 5px 0 0
}

.buttonSearch, .buttonSearch:hover {
	border-radius: 0;
	background: var(--secondary-button);
	border: none;
	color: var(--white);
}

.onRight {
	float: right;
}

.buttonFare {
	background: var(--tab-blue);
	padding: 5px;
	text-decoration: none;
}

.buttonFare:hover {
	background: var(--white)
}
/* DIALOG */
/* fix per il bottone x di chiusura dialog */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon,
	.ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon,
	.ui-button-icons-only .ui-icon, .ui-button-icon-only .ui-icon {
	/*top: 0 !important;
	left: 0 !important*/
}

.dialog-general-box {
	width: 900px;
	height: 550px
}

.ui-dialog-osx .ui-dialog-titlebar {
	display: none
}

.ui-dialog-osx .wait_msg {
	text-align: center;
	color: var(--white);
	letter-spacing: 1px;
	padding: 10px 0 0 0
}

.waitingDlg, .ui-dialog-osx {
	background: var(--blue);
	width: 650px !important;
	height: 500px !important;
	text-align: center;
	padding-left: 0px;
}

.waitingDlg {
	text-align: center;
}

.dlgTitle {
	background: none;
	color: var(--white);
	font-size: 24px;
	padding: 10px 0 0 0;
	text-align: center;
	font-style: italic
}

.dialogHotel {
	background: var(--white);
	width: 900px !important;
	z-index: 999 !important;
	top: 30px !important;
}

/********** TABS *********/
.ui-tabs .ui-tabs-panel {
	padding: 0.5em !important; 
}

.ui-tabs .ui-tabs-panel p {
	margin: 0
}

/* - offerta tabs*/
.tabsOff.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all
	{
	border: 0 none;
	margin: 10px 0 0 0;
	padding: 0;
	background: var(--light-blue) !important;
}

.tabsOff.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-tabs-collapsible
	{
	background: none repeat scroll 0 0 var(--white);
	border: 0 none;
	padding: 0;
}

.tabsOff.ui-tabs .ui-tabs-nav {
	background: var(--light-blue) !important;
}

.tabsOff.ui-tabs .ui-tabs-nav li {
	margin: 0;
	border: 0;
	padding: 0;
	background: var(--white);
	font-weight: normal;
}

.tabsOff.ui-tabs .ui-tabs-nav li a {
	background: var(--tab-blue);
	color: var(--blue);
	border-right: 1px solid var(--white);
	padding: 13px 10px
}

.tabsOff.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: none
}

.tabsOff.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: var(--light-blue);
	color: var(--blue1)
}

.tabsOff .ui-widget-header {
	border: 0
}

.tabsOff.ui-tabs .ui-tabs-nav {
	padding: 0
}

/* - hotel tabs */
.tabsHt.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all
	{
	border: 0 none;
	margin: 10px 0 0 0;
	padding: 0;
	background: var(--light-blue) !important;
}

.tabsHt.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-tabs-collapsible
	{
	background: none repeat scroll 0 0 var(--white);
	border: 0 none;
	padding: 0;
}

.tabsHt.ui-tabs .ui-tabs-nav {
	background: var(--light-blue) !important;
}

.tabsHt.ui-tabs .ui-tabs-nav li {
	margin: 0;
	border: 0;
	padding: 0;
	background: var(--white);
	font-weight: normal;
}

.tabsHt.ui-tabs .ui-tabs-nav li a {
	background: var(--tab-blue);
	color: var(--blue);
	border-right: 1px solid var(--white);
	padding: 13px 10px
}

.tabsHt.ui-tabs .ui-tabs-nav li.ui-state-active {
	background: none
}

.tabsHt.ui-tabs .ui-tabs-nav li.ui-state-active a {
	background: var(--light-blue);
	color: var(--blue1)
}

.tabsHt.ui-tabs .ui-tabs-nav li.offButtonActionxxx a {
	background: var(--tab-blue);
	color: #369
}

.tabsHt .ui-widget-header {
	border: 0
}

.tabsHt.ui-tabs .ui-tabs-nav {
	padding: 0
}

.tabConditions {
	margin: 10px;
}

.tabConditions.review {
	text-align: left
}

/********** TRENI *********/
.offTrainTable th {
	background: var(--tab-blue);
	color: var(--dark-blue);
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid var(--white);
	border-right: 1px solid var(--white)
}

.offTrainTable {
	width: 100%
}

.offTrainTable td {
	background: var(--light-blue);
	text-align: center;
	border-bottom: 1px solid var(--white);
	border-right: 1px solid var(--white)
}

;
.classTrain {
	background: none repeat scroll 0 0 var(--white);
	color: var(--grey6);
	margin: 2px auto;
	padding: 4px 0 4px 2px;
	text-align: center;
	width: 20px;
}

.offTrainTable .selectedTrain td {
	background: var(--yellow1)
}

/********** MACCHINE *********/
.carInfo table td {
	padding: 0
}

.basicTable.carsAlt td {
	padding: 2px !important
}

.basicTable.carsAlt table td {
	padding: 2px !important
}

.basicTable.carsAlt th, .carsAlt th b {
	text-aling: left;
}

.basicTable.carsAlt th a {
	color: var(--orange);
	padding: 0
}

.basicTable.carsAlt th:nth-child(1) {
	background: var(--white);
	width: 90px
}

.basicTable.carsAlt th:nth-child(2) {
	text-align: left
}

.infoCarTooltip {
	position: absolute;
	width: 700px;
	background: var(--white);
	z-index: 99;
	margin-left: -450px;
	border: 1px solid var(--dark-blue);
	padding: 10px;
}

.infoCarTooltip table {
	width: 100%
}

.infoCarTooltip table td {
	background: var(--white);
	border-bottom: 1px solid var(--grey3);
	font-size: 12px
}

.similarTooltip {
	position: absolute;
	width: 400px;
	background: var(--white);
	z-index: 99;
	border: 3px solid var(--grey6);
	padding: 10px;
	text-transform: none;
	text-align: left;
}

.priceWOW {
	background: #fcfeff !important
}

.priceXTRA {
	background: var(--grey1) !important
}

.boxAgencyCar {
	padding: 10px;
	margin: 0 0 10px 0
}

.boxAgencyCar th {
	text-align: left;
	font-weight: bold
}

.boxAgencyCar table td {
	padding: 0
}

.car-thumb {
	width: 180px;
	background: var(--white)
}

.car-thumb img {
	width: 150px
}

/********** VOLI *********/
.allSteps {
	margin: 0px 5px;
	text-decoration: underline
}

.allSteps:hover, .allSteps:focus {
	color: var(--white);
}

.panel-baggage-ok, .panel-baggage-ko {
	border-radius: 4px !important;
	background: var(--white);
	padding: 5px 10px;
	width: 80%
}

.time-flight .fa {
	font-size: 16px
}

.time-flight {
	cursor: pointer;
}

.basicTable.flightsAlt td {
	text-align: left;
	padding: 2px; /*vertical-align:top*/
}

.basicTable.flightsAlt tr.caption td {
	font-size: 16px
}

.filters-container.toggle-container {
	background: none;
}

.filters-container.toggle-container .panel.style1 {
	border: none;
	margin-bottom: 4px;
	background: var(--white);
}

.filters-container.toggle-container .panel.style1 .panel-title {
	padding-left: 5px;
}

.filters-container.toggle-container .panel.style1 .panel-content {
	padding: 10px 20px 20px;
}

.filters-container ul.filters-option {
	margin: 0;
	padding: 0
}

.filters-container ul.filters-option li {
	margin-bottom: 1px;
	background: #f5f5f5;
	padding: 5px;
	list-style: none;
	width: 100px;
	float: left;
	margin: 0 5px 0 0
}

.filters-container ul.filters-option li a {
	color: inherit;
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	z-index: 99;
	min-height: 22px
}

.filters-container ul.filters-option li small {
	float: right;
}

.filters-container ul.filters-option li:before {
	float: left;
	display: block;
	text-align: center;
}

.filters-container ul.filters-option li:after {
	display: table;
	clear: both;
	content: "";
}

.filters-container ul.filters-option li.active {
	background: var(--light-blue1);
}

.filters-container ul.filters-option li.active a {
	color: var(--white);
}

.filters-container.new.toggle-container .panel.style1 {
	background: var(--white);
	padding: 5px;
	border: 1px solid var(--tab-blue)
}

.altFound.new {
	margin-top: 30px
}

#flight-stops-filter .filters-container ul.filters-option li {
	width: 80px
}

.filterNotFound {
	color: #f00;
	text-align: left;
	display: none;
	margin: 5px 0
}

.totFilters {
	color: var(--blue)
}

.filters-title {
	background: var(--tab-blue);
	text-align: left
}

.filters-title span {
	color: var(--dark-blue);
	padding: 5px 0 5px 10px;
}

#steps-filter, #baggages-filter {
	float: left;
	width: 16%;
	border-right: 1px solid var(--tab-blue);
	padding: 0 2px
}

#airlines-filter {
	float: left;
	width: 66%;
	text-align: center
}

#airlines-filter .panel-content {
	margin: auto;
	width: 90%
}

#airlines-filter li {
	width: 16%
}

#baggages-filter li {
	text-align: left
}

#baggages-filter .panel-content ul.filters-option li {
	width: 140px;
	margin-bottom: 4px
}

#baggages-filter .panel-content ul.filters-option li a nobr {
	font-size: 12px
}

.basicTable.new.flightsMS td {
	padding: 0
}

.basicTable.new.flightsMS td.changeSolution {
	font-size: 16px
}

.basicTable.new.flightsMS tr.caption td {
	background: var(--white);
	padding: 0;
	text-align: left
}

.flightTabsTitle {
	text-align: left;
	font-weight: bold;
	background: var(--blue);
	color: var(--white);
	font-size: 16px;
	padding: 5px;
	margin-top: 10px
}

.flightTabs {
	margin: 20px 0 0 0;
	padding: 0;
	min-height: 50px
}

.flightTabs li {
	min-width: auto;
	list-style: none;
	float: left;
	padding: 0;
	border-right: 1px solid var(--white)
}

.flightTabs li a {
	background: var(--tab-blue);
	color: var(--blue);
	text-decoration: none;
	padding: 13px 10px;
}

.flightTabs li a.selected {
	background: var(--blue);
	color: var(--white);
	text-decoration: none
}

.flightTabs li:last-child {
	background: var(--yellow1);
	float: right
}

.flightTabs li:last-child a {
	color: var(--grey8)
}

#flFilters .panel.style1 {
	padding: 0
}

.filterNotFound {
	min-height: 200px
}

.filter-title {
	background: var(--tab-blue);
	padding: 3px;
	color: var(--dark-blue);
	margin-top: 2px;
	font-weight: bold
}

.toggle-container.new .panel.style1.arrow-right .panel-content {
	padding-left: 0
}

.toggle-container {
	background: var(--white);
}

.toggle-container .panel {
	margin-bottom: 0;
	box-shadow: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-ms-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border: none;
	border-bottom: 2px solid #f5f5f5;
	position: relative;
}

.toggle-container .panel:last-child {
	border: none;
}

.toggle-container .panel .panel-title {
	padding: 0;
	color: #2d3e52;
	font-size: 1.1667em;
	position: relative;
}

.toggle-container .panel .panel-title a {
	white-space: normal;
	display: block;
	padding: 15px;
}

.toggle-container .panel h4.panel-title {
	font-size: 1.3333em;
	margin: 0
}

.toggle-container .panel.style1 .panel-title>a {
	line-height: 24px;
}

.toggle-container .panel.style1 .panel-title>a:before {
	display: block;
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 16px;
	line-height: 24px;
	font-size: 10px;
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	color: var(--grey5);
	background: #f5f5f5;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

.toggle-container .panel.style1 .panel-title>a.collapsed:before {
	content: "\f067";
	color: var(--white);
	background: var(--light-blue1);
}

.toggle-container .panel.style1 .panel-content {
	padding: 10px 15px 15px 55px;
}

.toggle-container .panel.style1.arrow-right .panel-title {
	position: relative;
}

.toggle-container .panel.style1.arrow-right .panel-title>a {
	padding: 4px
}

.toggle-container .panel.style1.arrow-right .panel-title>a:before {
	float: none;
	position: absolute;
	right: 0;
	height: 16px;
	line-height: 17px;
	width: 16px;
	font-size: 9px;
	border: none;
	margin-top: -8px;
	top: 50%;
}

.toggle-container .panel.style1.arrow-right .panel-content {
	padding: 10px 15px;
}

.filters-container .buttonReset {
	float: none;
	border-radius: 0;
	background: var(--tab-blue);
	border: 0;
	color: var(--black);
	text-decoration: underline;
	display: block;;
	white-space: normal;
	padding: 0;
	display: block;
	width: 130px;
	float: right;
	color: var(--dark-blue)
}

ul.check-square li {
	cursor: pointer
}

ul.check-square li:before {
	font-family: 'soap-icons';
	content: "\e8ba";
	background: var(--grey3);
	color: var(--white);
	padding: 1px 4px 0;
	margin-right: 10px;
}

ul.check-square li.active {
	background: var(--light-blue1);
	color: var(--white);
}

ul.check-square li.active>a {
	color: var(--white);
}

ul.check-square li.active:before {
	background: var(--white);
	color: #fdb714;
}

ul.check-circle li:before {
	content: "\e8ba";
	display: inline-block;
	color: var(--white);
	margin-right: 10px;
	font-family: "soap-icons";
	background: #fdb714;
	vertical-align: baseline;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

ul.check-square li a div.cmp {
	float: right !important
}

input[type="radio"].toggle {
	position: absolute;
	left: -99em;
}

input[type="radio"].toggle+label {
	display: inline-block;
	cursor: pointer;
	min-width: 115px;
	text-align: right;
	padding: 2px 5px;
}

input[type="radio"].toggle+label div {
	font-size: 16px
}

input[type="radio"].toggle.checked+label {
	background: none;
	color: var(--grey8) !important;
	cursor: default;
}

.selectedOption td {
	background: var(--grey0)
}

.selectHt {
	font-size: 14px;
	float: right;
	background: var(--white);
	padding: 5px 0
}

.selectHt option {
	font-size: 14px;
}

.btnTratte {
	padding: 10px;
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid var(--white);
	width: 30%;
	min-height: 30px
}

.btnTratte:hover {
	background: var(--white);
	color: var(--black)
}

.btnTratteSelected {
	background: var(--white);
	color: var(--black)
}

.numberOption {
	float: left;
	background: var(--white);
	font-size: 20px;
	color: var(--dark-blue);
	padding: 4px;
	min-width: 20px
}

.headLeg {
	font-size: 14px;
	border-top: 2px solid var(--grey8);
	padding: 10px 0;
}

.headLeg b {
	font-size: 18px
}

.basicTable.fares {
	border: 10px solid var(--dark-blue)
}

.basicTable.fares .thead td {
	background: var(--dark-blue);
	color: var(--white)
}

.basicTable.fares td {
	background: var(--white);
	border: 1px solid var(--light-blue);
	padding: 5px
}

/********** HOTEL *********/
.basicTable.roomList button {
	font-size: 12px
}

.basicTable.roomList {
	margin: 0 0 20px 0;
	font-size: 12px
}

.basicTable.roomList * {
	
}

.fa-star.yellow, .fa-star-half-o.yellow,.fa-star-half.yellow {
	color: var(--yellow1);
	font-size: 18px;
	float: right;
	margin: 0 2px 0 0
}

.fa-star.yellow.small, .fa-star-half-o.yellow.small, .fa-star.blue,
	.fa-star-half.blue {
	float: left
}

.fa-star.blue, .fa-star-half.blue {
	color: var(--dark-blue)
}

.fa-star.blue.review, .fa-star-half.blue.review {
	color: var(--dark-blue);
}

.fa-star.yellow.review, .fa-star-half-o.yellow.review {
	color: var(--dark-blue);
}

.fa-star-o.blue.review, .fa-star-half-o.blue.review {
	color: var(--grey3);
}

.fa-star.white.review {
	color: var(--white);
}

/* - hotel gallery */
#BPButtonHotel {
	display: none
}

.galleryHotel {
	height: 234px;
	width: 500px;
	overflow: auto;
	margin: 0;
	padding: 0
}

.galleryHotel img {
	width: 60px;
	height: 60px;
	margin: 5px;
	float: left;
	border: 3px solid var(--white)
}

.galleryHotel img:hover {
	border: 3px solid var(--yellow1)
}

.imgBig {
	width: 370px;
	height: 250px;
	float: left;
	margin: 0 10px 10px 0
}

/* - hotel alternativi */
.hotelAltTable {
	text-align: left;
	width:100%
}

.hotelAltTable .caption {
	background: var(--blue);
	color: var(--white);
	margin: 10px 0 0;
	padding: 5px;
	text-align: left;
	text-align: left !important
}

.hotelAltTable .separator {
	height: 10px;
	border-bottom: 2px solid var(--dark-blue);
}

.hotelAltTable .thumb {
	text-align: center;
	width: 110px;
	padding: 0 5px 0 0
}

.hotelAltTable hr {
	border: 0 none !important
}

.hotelAltBoxPrice {
	background: var(--light-blue);
	text-align: right;
	padding: 10px 5px 0 5px;
	color: var(--dark-blue);
	line-height: 24px
}

.hotelAltTitle {
	padding: 10px 0 10px 10px;
	color: var(--dark-blue);
	margin: 0 0 10px 0;
	font-weight: bold
}

.hotelAltTitleSuppl {
	background: var(--tab-blue);
	text-align: right;
	text-transform: uppercase;
	color: var(--dark-blue);
	padding: 0 5px;
	border-bottom: 1px solid var(--dark-blue)
}

.hotelAltDesc p {
	margin: 0;
}

.hotelAltFacility {
	padding: 2px 5px 5px 0;
	color: var(--dark-blue);
	border-top: 1px solid var(--grey2);;
	margin: 3px 0 0 0;
	padding: 5px 0 0 0
}

.hotelAltFacility div {
	border-bottom: 1px solid var(--dark-blue);
	color: var(--dark-blue);
	margin: 5px 0 0;
	text-transform: uppercase;
}

.hotelAltFacility b {
	display: block;
	text-transform: uppercase;
	color: var(--dark-blue)
}

.typeRoomLinkDesc {
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 530px;
	margin: 0
}

.typeRoomLink {
	font-size: 14px;
	display: block;
	background: var(--yellow1);
	padding: 5px;
	text-decoration: none;
	width: 530px;
	margin: 10px 0
}

.typeRoomLink:hover {
	background: var(--white)
}

.typeRoomLink span, .typeRoomLinkDesc span, .typeRoomLink b,
	.typeRoomLink, .typeRoomLinkDesc, .typeRoomLinkDesc b {
	color: var(--dark-blue);
}

.typeRoomLink .allRooms { /*float:right;*/
	display: block;
	text-align: right;
	text-decoration: underline;
	color: var(--dark-blue);
}
/*
.typeRoomLink.hotelList, .typeRoomLinkDesc.hotelList {
	width: 650px;
}
*/
.boxFilter {
	padding: 10px 20px;
	border-bottom: 3px solid var(--grey8);
	background: var(--grey1);
	margin: 0 0 10px 0
}

.filterResults, .filterResults:hover {
	margin: 0 0 0 10px;
	background: var(--dark-blue);
	border-radius: 0;
	border: 0;
	padding: 5px 5px;
	color: var(--white)
}

.hotelAltBoxPrice, .hotelAltPromo {
	border-top: 1px solid var(--grey3)
}

.hotelAltTitle .typeRoomLink.hotelList, .typeRoomLinkDesc.hotelList {
	width: 100%;
	padding: 0
}

/* mappa */
/*
.bingMap{position:relative; height:200px; width:550px;margin:0 0 10px 0}
.bingMapBig{position:relative; height:600px; width:100%;margin:0 0 10px 0}
.bingMapPin,.bingMapPinCurr,.bingMapStars{width:24px;height:30px;}
.bingMapPin{background:url('..//imgs/hotel.png')  0 0 no-repeat;}
.bingMapPinCurr{background:url('..//imgs/hotel_curr.png')  0 0 no-repeat}
.bingMapStars{background:url('..//imgs/star.gif')  0 0 no-repeat;}	
*/
#gmap {
	height: 100%;
}

.gmapContainer {
	height: 200px
}

.gmapContainerFull {
	
}

.gmapContainerBig {
	position: relative;
	height: 600px;
	width: 100%;
	margin: 0 0 10px 0
}

.gmapStar {
	background: url('../imgs/star.gif') 0 0 no-repeat;
}

.gmapThumb {
	padding: 5px;
	border: 1px solid var(--grey6);
	border-radius: 6px;
	background: var(--white);
	box-shadow: 0px 3px 0px 0px var(--grey2);
}

.no-close .ui-dialog-titlebar-close {
	display: none
}

.closeFullMap {
	float: right;
	border: 0;
	background: var(--blue);
	border-radius: 0;
	padding: 10px;
	margin: 5px 0
}

.closeFullMap:hover {
	padding: 10px
}

.titleFullMap {
	font-size: 18px;
	width: auto;
	float: left
}

/*****  OFFERTA *****/
.offTitle {
	background: var(--blue);
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0 5px 10px;
	color: var(--white);
}

.offTable {
	margin: 10px 0 0 0
}

.offTable td {
	padding: 0 3px 5px 0;
	vertical-align: top;
	font-size: 13px
}

/* - offerta prezzi*/
#offPricesWarning {
	padding: 20px .7em !important;
	text-align: left;
	background: var(--light-green) !important;
	border-radius: 9px;
	border: 2px solid var(green) !important;
	color: var(--dark-blue) !important;
}

#offPricesWarning h3 {
	margin-top: 0px;
	text-align: center;
	font-size: 41px;
	font-weight: 600;
}

.offPricesBox {
	width: 100%;
	text-align: right
}

.offPricesBox td {
	
}

.offPricesBox td.currency {
	/*font-weight: bold;*/
	font-size:1.2em;
}

.offPricesBox tr td:nth-child(1) {
	font-size: 12px
}

.offPricesBox tr td:nth-child(2) {
	font-size: 20px;
	width: 100px
}

.offPricesBox tr.voucherRow td {
	border-top: 1px solid var(--grey8)
}
.offPricesBox tr.rowTotal td {
	/*padding:5px 10px 5px 0;*/
}

.totPriceVoucher {
	color: var(--dark-blue);
	font-size: 20px;
	font-weight: bold;
	border: none;
	background: none;
	width: 120px;
	text-align: right
}

.totPriceRow td {
	background: var(--yellow)
}

.totPrice {
	color: var(--dark-red) !important;
	font-size: 24px !important;
	font-weight: bold
}

.totPriceSmall {
	color: var(--grey8);
	font-weight: bold
}

.totPrice.field {
	border: none;
	background: none;
	width: 120px;
	text-align: right
}

/* - offerta assicurazione */
.tableInsurance {
	background: var(--white)
}

.tableInsurance tr:nth-child(1) td {
	color: var(--white);
	font-weight: normal;
	padding: 5px !important;
	font-size: 14px;
}

.tableInsurance td {
	border: 1px solid var(--tab-blue);
	padding: 3px 2px
}

.tableInsurance tr.selected td {
	background: var(--yellow)
}

/* - offerta tabellina di review sotto la foto*/
.tableSmallReview {
	float: none;
	clear: both;
	margin: 10px 0
}

.tableSmallReview td {
	background: var(--light-blue);
	border: 1px solid var(--white);
	padding: 3px
}

.tableSmallReview td:nth-child(1) {
	font-weight: bold;
}

.tableSmallReview  td:nth-child(1) nobr {
	font-weight: bold
}

.off-col-l {
	width: 49%;
	float: left;
}

.off-col-r {
	width: 49%;
	float: right
}

.box-offer-col2 {
	float: left;
	margin: 10px 0 0 10px;
	width: 55%
}

/* - offerta box informazioni */
.box-info {
	padding: 10px;
	font-size: 14px;
	text-align: justify
}

.box-info div {
	margin-bottom: 20px;
	font-size: 12px;
}

.box-info b {
	text-transform: uppercase;
	font-size: 14px;
}

.box-info .fa-info {
	border: 1px solid var(--grey8);
	background: var(--grey1);
	padding: 2px 5px
}

.box-info {
	color: var(--grey8);
	padding: 5px 10px;
}

.textError {
	color: #f00
}

.box-info.hideInsurance.bg-light-blue{
background:#F8F8F8!important;
}
.box-info.hideInsurance.bg-light-blue .text-blue{
color:var(--grey6)!important;
}
.box-info.hideInsurance .fa-info {
display:none
}
.tableInsurance.hideInsurance {
	display:none !important
}



/* - sezione clima */
.tabWeather {
	text-align: center
}

.tabWeather caption {
	fon-weight: bold;
	padding: 0 0 20px 0
}

.tabWeather table {
	float: left;
	width: 47%;
	margin: 40px 10px 0 0;
	border: 1px solid var(--grey3);
	background: var(--white)
}

.tabWeather table tr td {
	min-height: 20px;
	vertical-align:bottom!important
}

.tabWeather table tr th {
	background: var(--tab-blue);
	color: var(--blue1)
}
.weatherBar img{
	vertical-align: bottom!important;
}
.weatherIcon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat
}

.weatherIcon.sun {
	background-image: url(../imgs/sole.png)
}

.weatherIcon.night {
	background-image: url(../imgs/notte.png)
}

.weatherIcon.rain {
	background-image: url(../imgs/pioggia.png)
}

.weatherIcon.light {
	background-image: url(../imgs/ore_luce.png)
}

/* -  */
.hotelColorRed{
	color:var(--dark-red)
}
.hotelColorGreen{
	color:var(--green)
}
.hotelListPrice {
	font-size: 20px;
	text-align: right;
	color: var(--dark-red)
}

.hotelListTabs a {
	text-decoration: none;
	float: left;
	background: var(--tab-blue);
	color: var(--blue) !important;
	padding: 13px 10px;
	float: left;
	margin: 0;
	border-right: 1px solid var(--white)
}

.hotelListTypeRoom {
	text-align: left;
	width: 500px
}

.hotelListTypeRoom span {
	font-weight: bold
}

.altFound {
	clear: both;
	padding: 10px 5px;
	font-size: 16px;
	color: var(--grey8);
	border-bottom: 3px solid var(--grey8);
	font-weight: bold;
	text-align: left
}

/****** MESSAGGI *****/
.messageError .content {
	text-align: center;
	padding: 20px 0 40px 0 0;
	margin: 20px auto;
	font-size:14px;
	background:var(--white);
	color:var(--grey8);
	width:80%;
	padding:30px;
	
}

.messageBook {
	padding: 10px 0;
}

.messageBookOk {
	background: var(--light-green);
	text-align: left;
	margin: 5px 0;
	color: var(--blue);
	width: 100%;
	border: 1px solid var(--green)
}

.messageBookOk .fa-check-circle {
	font-size: 40px;
	color: #7DC34D
}

.messageBookKo {
	background: var(--light-red);
	text-align: left;
	margin: 5px 0;
	color: var(--dark-red);
	width: 100%;
	border: 1px solid var(--dark-red)
}

.messageBookKo .fa-check-circle {
	font-size: 40px;
	color: var(--green)
}

.messageBookKo .fa-warning {
	font-size: 40px;
	color: var(--dark-red)
}

.messageWarningDays {
	color: var(--dark-yellow);
	background: var(--yellow);
	padding: 5px;
	margin: 10px 0
}

.messageNights {
	font-size: 14px
}

.strillo {
	color: var(--dark-red);
	/*font-weight: bold;*/
	padding: 5px 0
}

.strillo.a4 {
	padding: 5px;
	border: 1px solid var(--dark-red);
}

/* escursioni */
.exc_day {
	width: 10px;
	text-align: center
}

.exc_y, .exc_n {
	width: 10px;
	height: 10px
}

.exc_y {
	background: var(--light-green) !important
}

.exc_n {
	background: var(--grey1) !important
}

/* slider home  */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

.rslides {
	margin: 0 auto
}

.rslides_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%
}

/* TAGS */
.colLeftSearch {
	width: 60%;
	float: left;
	color: var(--grey8);
	font-size: 20px;
	padding: 0 0 5px 0;
	text-align: left
}

.colRightSearch {
	width: 30%;
	float: right;
	padding: 1%
}

.colRightSearch span {
	font-size: 16px
}

#gallery {
	float: left;
	width: 60%;
	min-height: 12em; /*border:1px solid var(--grey1)*/
}

.gallery.custom-state-active {
	background: var(--grey1);
}

.gallery li {
	cursor: move;
	float: left;
	width: 76px;
	height: 70px;
	padding: 0.4em;
	margin: 0 0.4em 0.4em 0;
	text-align: center;
	border: 0;
	background: #c7e5f8;
	border: 1px solid #89b4d1
}

.gallery li.selected {
	background: #89b4d1
}

.gallery li h5 {
	margin: 0 0 0.4em;
	cursor: move;
	font-weight: none !important;
	background: var(--white)
}

.gallery li a {
	display: block;
	margin: 0 0 0.4em 0;
	text-decoration: none
}

.gallery li a.more {
	
}

.gallery li a.more span {
	background: var(--white);
	border-color: var(--white);
	border-radius: 50%;
	float: left;
	height: 14px;
	padding: 2px;
	width: 14px;
}

.gallery li a.more .fa {
	float: right
}

.gallery li img {
	cursor: move;
	margin: 0 0 5px 0
}

.gallery li div {
	border-color: var(--white);
	background: var(--white);
	border-radius: 50%;
	height: 14px;
	padding: 2px;
	width: 14px;
}

.gallery li>ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0
}

.gallery li>ul li {
	width: 80px;
}

.gallery .iconImg {
	width: 24px;
	height: 24px;
}

.sub-gallery li {
	list-style: none;
}

.sub-item {
	position: absolute
}

.colRightSearch {
	background: url(../imgs/bg-1x1-white.png);
}

#box {
	float: right;
	width: 30%;
	min-height: 10em;
	padding: 1%;
	color: var(--grey8);
	text-align: center;
	background: url(../imgs/bg-1x1-white.png);
}

#box .fa {
	color: var(--grey8);
	font-size: 40px
}

#box a.ui-icon-close {
	border-color: var(--white);
	background-color: var(--white);
	border-radius: 50%;
	height: 14px;
	padding: 2px;
	width: 14px;
	margin: 0 auto
}

#box h4 {
	line-height: 16px;
	margin: 0 0 0.4em;
}

#box h4 .ui-icon {
	float: left;
}

#box .gallery li {
	position: relative
}

#box .gallery li a.more {
	display: none;
}

#box .gallery li {
	width: 180px;
	height: 26px
}

#box .gallery h5 {
	float: right;
	width: 120px;
	text-align: left;
	background: none;
	vertical-align: bottom
}

#box .iconImg {
	float: right;
	margin: 0 0.4em;
	width: 24px;
	height: 24px
}

/*************** NEW CSS ****************/

/** --- 1. GLOBALI -- **/
.box-offer, .box-item, .box-offer table, .box-item table {
	border-collapse: collapse;
}

/* 1.0 offer */
.box-offer, .box-offer-price {
	width: 48%;
	float: left
}

.box-offer-insurance {
	width: 50%
}

.box-offer .box-title {
	background: var(--blue);
	color: var(--white);
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	text-align: left;
	margin-bottom: 4px
}

.box-offer .thumbnail {
	float: left;
	width: 200px;
	margin-right: 10px
}

.box-offer .summary {
	float: left;
}

.box-offer .thumbnail img {
	width: 200px;
	height: 150px
}

.box-offer .itinerary, .box-offer .board {
	list-style: none;
	margin: 0;
	padding: 0
}

.box-offer .itinerary li {
	border-bottom: 1px solid var(--grey1);
	padding: 5px 0
}

.box-offer .board li {
	padding: 2px 0
}

.box-offer .board li span {
	width: 100px;
	display: block;
	float: left;
}

.box-offer .disclaimer {
	color: var(--dark-red);
	border: 1px solid var(--dark-red);
	padding: 5px;
	font-weight: bold;
	margin: 0 0 10px 0
}

.box-offer-price {
	padding: 10px;
	background: var(--light-blue)
}

.box-offer-price .box-title {
	text-align: right
}

.box-offer-price .box-title .box-price {
	font-size: 24px;
	color: var(--dark-red);
	font-weight: bold;
	border: 0;
	background: none;
	text-align: right;
	width: 140px
}

.box-offer-price .fa-info-circle {
	margin: 0 10px 0 0
}

.box-offer-price .row {
	margin: 0 0 10px 0
}

.box-offer-insurance a {
	font-weight: normal;
	margin: 10px 0;
	text-decoration: none
}

.tabs-offer .fa {
	margin: 0 5px 0 0
}

.tableInsurance.hideInsurance td.bg-blue,
.tableInsurance.hideInsurance tr.selected td{
	background:var(--grey1)!important;
	color:var(--grey6)!important;
	border:1px solid var(--grey1)!important;
}
.tableInsurance.hideInsurance td{
border:1px solid var(--grey1)!important;
}


/* 1.1 services */
.box-item {
	width: 100%;
	background: var(--light-blue)
}

.box-item th {
	background: var(--tab-blue);
	color: var(--dark-blue);
	font-weight: normal;
	text-transform: uppercase;
	text-align: left
}

.box-item td {
	padding: 5px;
}

.box-item td.colLight {
	background: var(--white)
}

.box-item caption, .box-item .caption td {
	background: var(--blue);
	color: var(--white);
	margin: 10px 0 0;
	padding: 5px;
	text-align: left;
	text-align: left !important
}

.box-item caption span {
	font-weight: bold;
}

.box-item caption button {
	border: none;
	border-radius: 0;
	float: right;
	min-width: 230px;
	text-align: left
}

.box-item caption button i.fa {
	margin: 0 10px 0 0
}


/* 1.2 buttons */
.button-white {
	background: var(--white);
	color: var(--dark-blue)
}

.button-yellow {
	background: var(--yellow1) !important;
	color: var(--black) !important
}

.row {
	float: none;
	clear: both
}

.gif-loading {
	background-image: url(../imgs/loading.gif);
	background-position: 0 0;
	background-repeat: none;
	width: 45px;
	height: 45px;
}

/* hotel */
.box-item.hotel tbody>tr td:nth-child(1) img {
	margin: 5px 0 0;
	padding: 0 5px 0 0;
	width: 90px;
}

.box-item.hotel tbody>tr td:nth-child(2) {
	font-weight: bold;
	padding: 5px 0 0;
}

.box-item.hotel .address {
	
}

.box-item.hotel a.room-link {
	display: block;
	margin: 10px 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.box-item.hotel a.room-link * {
	
}

.box-item.hotel .breakfast, .box-item.hotel .facilities, .box-item.hotel .promo
	{
	float: right;
}

.box-item.hotel .breakfast, .box-item.hotel .facilities {
	border-bottom: 1px solid var(--dark-blue);
	padding: 2px 5px 5px 0;
}

.box-item.hotel .breakfast b, .box-item.hotel .facilities b {
	text-transform: uppercase;
	clear: both;
	display: block;
	text-align: right
}

.box-item.hotel .facilities span {
	display: block;
	text-align: right
}

.box-item.hotel .promo {
	margin: 0 0 5px;
	padding: 2px 10px;
}

.recommended {
	background: var(--white);
	float: right;
	padding: 4px;
	width: auto;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.recommended .fa.fa-certificate {
	font-size: 20px;
	margin-left: 5px
}

/* auto */
.box-item.car .thumbnail img {
	width: 150px;
}

.box-item.car .thumbnail, .box-item.car .logo {
	background: var(--white)
}

.box-item.car h6 {
	margin: 0;
	border-bottom: 1px solid var(--dark-blue);
	text-align: center
}

.box-item.car th b {
	
}

.box-item.car caption a {
	color: var(--white)
}

.box-item.car tbody>tr td:nth-last-child(1), .box-item.car tbody>tr th:nth-last-child(1)
	{
	text-align: center
}

.box-item.car .pickup-acency div {
	width: 48%;
	float: left
}

.box-item.car .week-days {
	list-style: none;
	margin: 0;
	padding: 0
}

.box-item.car .week-days li {
	padding: 5px;
	border-bottom: 1px solid var(--white);
	margin: 0;
	text-align: left
}

.box-item.car .week-days li b {
	display: block;
	width: 150px;
	float: left
}

.box-item.car .week-days li:nth-child(1), .box-item.car .week-days li:nth-child(2),
	.box-item.car .week-days li:nth-child(3) {
	background: var(--white)
}

/* train */
.box-item.train th, .box-item.train td {
	text-align: center
}

/* flight */
.box-item.flight .time-flight {
	cursor: pointer
}

.box-item.flight>tbody td {
	text-align: center
}

.box-item.flight>tbody td:nth-child(1) {
	cursor: pointer
}

.box-item.flight>tbody td:nth-child(2) b, .box-item.flight>tbody td:nth-child(5) b
	{
	display: block
}

.box-item.flight>tbody td:nth-child(2), .box-item.flight>tbody td:nth-child(5)
	{
	text-align: left
}

.box-item.flight>tbody td:nth-child(5), .box-item.flight>tbody td:nth-child(6),
	.box-item.flight>tbody td:nth-child(7) {
	background: var(--white)
}

.box-item.flight tfoot table {
	width: 100%
}

.box-item.flight tfoot td a:nth-child(1) {
	
}

.box-item.flight tfoot>tr:nth-child(2) td {
	background: var(--grey1);
	padding: 10px;
	font-size: 12px
}

/* excursion */
.box-item.excursion {
	border-top: 1px solid var(--black);
}

.box-item.excursion th {
	font-weight: bold
}

.excursionTable {
	width: 100%
}


.excursionTable td {
	background: var(--white);
	border: 1px solid var(--grey1);
	padding:10px
}

.excursionTable table {
	width: 100%;
	margin-bottom: 10px
}

.excursionTable th {
	text-align: left;
	border: 1px solid var(--white);
	background:var(--blue);
	font-size:14px
}

.excursionTable table td {
	text-align: left;
	border: 1px solid var(--grey1)
}
/*GG - .excursionDescription {text-align:justify;text-transform:lowercase;margin-bottom:20px;} */
.excursionDescription {
	text-align: justify;
	margin-bottom: 20px;
}

.excursionSeeAll {
	min-width: 100px;
	color: var(--white) !important;
	padding: 4px 0 4px 5px;
	text-decoration: none
}

/* transfer */
.box-item.transfer {
	border-top: 1px solid var(--black);
}

.box-item.transfer th {
	font-weight: bold
}

.box-item.excursion>tbody>tr td:nth-last-child(1), .box-item.transfer>tbody>tr td:nth-last-child(1)
	{
	width: 100px
}

/* form */
.box-item.form th {
	border: 1px solid var(--light-blue);
}

.box-item.form th {
	background: var(--blue);
	color: var(--white)
}

.box-item.form td {
	border: 1px solid var(--white)
}

.box-item.form input[type="text"] {
	border: 1px solid var(--grey3);
	background: var(--white);
	width: 90%;
	padding: 5px 0
}

.box-item.form textarea {
	border: 1px solid var(--grey3);
	width: 300px;
	height: 100px
}

.box-item.form select {
	border: 1px solid var(--grey3);
	background: var(--white);
	padding: 5px 0
}

.box-item.form.passenger th:nth-child(4), .box-item.form.passenger th:nth-child(5),
	.box-item.form.passenger th:nth-child(6) {
	background: var(--mid-green);
	color: var(--white)
}

.box-item.form.passenger td:nth-child(4), .box-item.form.passenger td:nth-child(5),
	.box-item.form.passenger td:nth-child(6) {
	background: var(--light-green);
	border: 1px solid var(--white)
}

.listActions {
	margin: 0;
	padding: 0
}

.listActions li {
	list-style: none;
}

.listActions li input[type="checkbox"] {
	border: 1px solid var(--grey3);
	background: var(--white);
}

.boxPaymentB2B {
	margin-bottom: 30px
}

.boxPaymentB2B caption {
	padding: 5px 0 5px 5px;
	background: var(--mid-green);
	color: var(--white);
	text-align: left;
}

.boxPaymentB2B thead tr th {
	background: var(--light-green);
	color: var(--dark-blue);
	font-weight: normal
}

.boxPaymentB2B tbody tr td {
	border-bottom: 1px solid var(--grey2);
	padding: 10px 0
}

.boxPaymentB2B tbody tr td b {
	color: var(--grey8)
}

.boxPaymentB2B tbody tr td i {
	
}

.boxPaymentB2B tfoot tr td {
	text-align: right;
	padding: 10px 0 0 0
}

.boxPaymentAnonymous>div {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 40px
}

.boxPaymentAnonymous>div>div {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
	min-height: 12px
}

.boxPaymentAnonymous button:hover {
	background: var(--white);
	color: var(--dark-blue)
}

.login-form, #register-b2b td {
	margin: 10px 0;
	background: var(--light-green);
}

.login-form caption, #register-b2b caption {
	background: var(--mid-green);
	text-transform: uppercase
}

#register-b2b thead tr th {
	background: var(--light-green);
	color: var(--dark-blue);
}

#register-b2b caption small {
	float: right
}

#register-b2b thead tr th {
	font-size: 12px
}

#register-b2b table tbody tr td {
	padding: 10px
}

#register-b2b table tbody tr td:nth-child(1) {
	width: 200px
}

#register-b2b input[type="text"] {
	width: 50%
}

#register-b2b button {
	float: right
}

.fa-asterisk {
	color: var(--dark-red) !important;
	font-size: 11px
}

.row.mainContent .col-lg-12 {
	padding: 0
}

.imgWaiting {
	margin: auto;
	width: 400px;
	height: 40px;
	text-align: center
}

/************** SMARTPHONES ****************/
@media only screen and (max-width: 767px) {
	#crumbs ul.mobile {
		display: block
	}
	#crumbs ul.desktop {
		display: none
	}
	#crumbs {
		margin: 0;
		padding: 0;
		background: var(--grey1);
	}
	#crumbs ul {
		height: 30px !important;
		list-style: none;
		display: inline-table;
		margin: 0;
		padding: 0
	}
	#crumbs ul li {
		display: inline;
	}
	#crumbs ul li a {
		border-right: 1px solid var(--white);
		cursor: default;
		display: block;
		float: left;
		height: 15px;
		
		text-align: center;
		padding: 5px 10px;
		margin: 0;
		position: relative;
		font-size: 24px;
		text-decoration: none;
		color: var(--grey6);
	}
	#crumbs ul li a.active {
		background: var(--grey4);
		color: var(--white)
	}
	#crumbs ul li a:after {
		content: "";
		border: 0;
		top: 0;
		z-index: 1;
	}
	#crumbs ul li a:before {
		content: "";
		border: 0;
		left: 0;
		top: 0;
	}
	#crumbs ul li a.active:after {
		border-left: 20px solid var(--blue);
	}
	#crumbs ul li:first-child a:before {
		display: none;
	}
	#crumbs ul li:last-child a:after {
		display: none;
	}
	.titleBoxSearch {
		margin: 0;
		font-size: 20px;
		color: var(--grey8);
		margin: 10px 0;
		text-align: left;
		text-transform: uppercase;
		border-bottom: 1px solid var(--grey1)
	}
	.searchQuestion {
		color: var(--grey8);
		text-align: left;
		font-size: 20px;
		text-align: center;
		font-weight: bold
	}
	.simpleBoxSearch .fields {
		margin: 0;
		background: none;
		color: var(--grey8);
		width: 100%;
		color: var(--grey8);
		border: 0;
		padding: 0
	}
	.simpleBoxSearch input[type="text"] {
		border: 0;
		width: 100%;
		background: var(--grey1);
	}
	.simpleBoxSearch button {
		width: 100%;
		margin: 10px 0
	}
	.simpleBoxSearch.new {
		width: auto;
		position: relative;
		padding: 0 10px
	}
	.ui-dialog-osx, .waitingDlg {
		width: 360px !important
	}
	.imgWaiting, .imgWaiting img {
		width: 300px
	}
	.imgWaiting td {
		text-align: center
	}
	.imgWaitingBig {
		width: 90%
	}
	.tableNights *, .resultsContent * {
		font-size: 12px
	}
	.tableNights tr td:nth-child(1) {
		white-space: nowrap;
	}
	.resultsThumbNew {
		width: 320px;
		height: 150px;
	}
	.resultsThumbNew img {
		width: 100%
	}
	.offInclude * {
		font-size: 11px
	}
	.offSearchBox {
		width: 250px;
	}
	.offSearchBox input[type="text"], .offSearchBox select {
		width: 230px;
	}
	.offSearchBox b {
		clear: both;
		display: block
	}
}

.show-for-print {
	display: none
} /* classe che nasconde gli elementi visibili in stampa */
.font-18 {
	
}

.ui-datepicker {
	margin-left: -50px !important;
}

/*********** A4 ***********/
.wrapper-package {
	width: 100%;
}

.wrapper-package .error-message {
	padding: 0.1em;
	background: var(--mandatory)
}

.wrapper-package .error-message p, .wrapper-package .error-message p strong
	{
	font-size: 24px
}

.wrapper-package .error-message p span {
	float: left;
	margin-right: .3em
}

.wrapper-package .warning-message {
	padding: 2rem;
	background: var(--yellow)
}

.wrapper-package .warning-message{
	
}
.wrapper-package .warning-message p, 
.wrapper-package .warning-message p strong
{
	font-size: 14px;
	text-align:center;
	color:var(--dark-yellow)
}

.wrapper-package .warning-message p span {
	float: left;
	margin-right: .3em
}

.wrapper-package .back-results {
	font-size: 14px;
	float: left !important
}

.wrapper-package .new-search {
	font-size: 14px;
	float: left !important;
	margin: 0 5px
}

.wrapper-package .faq {
	font-size: 14px;
	float: left !important;
	margin: 0 5px;
	min-width: 100px
}

.wrapper-package #totToShow {
	border: none;
	background: none;
	width: 120px;
	text-align: right
}

.wrapper-package form input[type="text"], .tableCustomer textarea,
	.basicTable input[type="text"], .basicTable input[type="password"] {
	border: 1px solid var(--grey3);
	background: var(--white);
	width: 90%;
	padding: 5px
}

.wrapper-package form textarea {
	width: 300px;
	height: 100px
}

.wrapper-package form select {
	border: 1px solid var(--grey3);
	background: var(--white);
	padding: 5px 0
}

.carSelected caption span {
	margin: 0;
	display: block;
	float: left;
}

.flightSelected caption button span {
	margin: 0
}

.trainSelected caption {
	background-repeat: no-repeat;
	background-position: 4px 0;
	padding-left: 45px;
}

/** dubbi... **/
.diffFl.red {
	background:var(--light-red);
	color:  var(--dark-red);
}

.diffFl.green {
	background: var(--light-green);
	color: var(--dark-green);
}

/* Dropdown Button */
.dropbtn {
	background-color: var(--yellow1);
	color: var(--black);
	border-radius: 0;
	font-size: 12px;
	padding: 10px 10px;
	cursor: pointer;
	border: 0;
	/*width:500px; */
}

.dropbtn .fa-caret-down {
	border-left: 1px solid var(--blue);
	padding-left: 10px;
	margin-left: 10px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	float: right
}

.dropdown:hover {
	padding: 0;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--grey0);
	/*  width: 500px; */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
	width: 100%;
}

/* Links inside the dropdown */
.tabsHt.ui-tabs .ui-tabs-nav li button .dropdown-content button {
	display: block;
	width: 100%;
	width: 300px;
	white-space: normal !important;
	background: var(--white) !important;
}

.dropdown-content button {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: normal !important;
	background: var(--white) !important;
	text-align: left;
	border: 0;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
	background-color: var(--grey0) !important
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: var(--mid-blue);
	border: 0;
	color: var(--white);
}

.title-portlet {
	font-size: 20px;
	font-weight: bold;
	margin-left: -1px;
}

.soaWaitingNoClose .ui-dialog-titlebar {
	display: none
}

.soaWaitingNoClose img {
	width: 100%;
	height: auto;
}

/****************
* Messaggio sconto
*****************/
.newMsgScontoBanner {
	width: 100%;
	margin: 30px auto;
	float: none;
	clear: both;
	padding: 10px 0;
	text-align: center;
	line-height: 1em;
	background: var(--light-green);
	color: var(--green) !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid var(--green)
}

.newMsgScontoBanner b {
	font-weight: bold
}

#ccFields div span{
	display:block;
	margin-bottom:5px
}
.ccFieldsRw {
	background:var(--grey1);
	padding:10px 20px;
	margin-top:10px
}
.ccFieldsRw #ccMsg{
	display:none
}
.summary-prices th{background:var(--grey1);font-weight:normal;color:var(--black);border:1px solid var(--white);font-size:14px;text-align:center}
.summary-prices th:nth-child(2){width:120px}
.summary-prices td:nth-child(4),.summary-prices td:nth-child(5){background:var(--yellow)}

.summary-prices td{border:1px solid var(--grey2);padding:5px;font-size:14px;text-align:right;white-space: nowrap;}
.summary-prices td:nth-child(1){text-align:left}
.summary-prices td img{width:16px}


/****************
* Autocomplete (plugin jquery)
*****************/
.ui-autocomplete .ui-menu-item a span.highlighted {
	background: var(--gray0)
}

.ui-autocomplete .ui-menu-item a span B {
	font-weight: normal !important
}

.ui-autocomplete .ui-menu-item a {
	text-decoration: none;
	font-size: 12px
}

.ui-autocomplete-category {
	padding: 3px 10px 3px 0;
	color: var(--grey6);
	text-align: right;
	border-bottom: 1px dotted var(--grey6);
	font-size: 12px
}

        
 /* Cerca hotel per indirizzo */
	#soaButtonCloseLight,#soaButtonCloseLight:hover{
		box-shadow:none!important;
		color:var(--white)!important;
		border-color: var(--dark-red) !important;
		background: var(--dark-red) !important; /* Old browsers */
		background: -moz-linear-gradient(top, var(--dark-red) 0%, #8f0222 44%, #6d0019 100%) !important; /* FF3.6-15 */
		background: -webkit-linear-gradient(top, var(--dark-red) 0%,#8f0222 44%,#6d0019 100%) !important; /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, var(--dark-red) 0%,#8f0222 44%,#6d0019 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--dark-red)', endColorstr='#6d0019',GradientType=0 ) !important; /* IE6-9 */
	}
	div#floating-panel button.soaMapButtonReset{
		box-shadow:none!important;
		background:none!important;
		border:0 !important;
		color:var(--grey2);
	 	position: absolute;
	    float: none!important;
	    right: 20%;
	}
		div#floating-panel input#submit{
			float: left;
    		padding: 4px !important;
		}
		
		div#floating-panel input#address{
			float: left!important;
    		width: 80%;
		}

		#id-fldDestination{
			    padding-right: 25px;
		}

		#soaHotelLocationReset{    
			position: absolute;
		    top: 20%;
		    left: 90%;
		    cursor: pointer;
		    color: var(--grey2);
		}

		#map {
                width: 100%;
    			height: 300px;
    			position: relative;
    			overflow: hidden;  
        }

       ˙
        
        #soaButtonCloseDeluxe{position:absolute;z-index:999;right:5px;top:5px}
        #soaMapAddress {
       	    z-index:999;
        	margin: -1000px 0px 0px 0px;
        	
        	position: fixed;
        	
        	width: 100%;
        	height: 510px;
        	text-align: center;
        	background: var(--white);
        	box-shadow: 0 0 6px var(--black);
        	border-radius: 6px;
        	
        	top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			transition: 0.5s all ease;
			
        }
        #soaMapAddress.appear{
        	margin: 0px auto;
        }
        
       .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: var(--white);
        
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
        z-index: 999;
	    width: 30%;
	    right: 0;
	    position: absolute;
	    background: var(--white);
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: var(--white);
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 90%;
      }

      #pac-input:focus {
        border-color: var(--mid-blue);
      }

      #title {
        color: var(--white);
        background-color: var(--mid-blue);
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
      
      #place-icon{
      	display:none;
      }
      
      .multiPage a{
        display: block;
   		float: left;
		padding: 10px;
    	border: 1px solid var(--grey2);
    	margin: 0 2px;
      }	
      
      .multiPage a.pageSelected {
    	background: var(--grey2);
    	color: var(--white);
	}
	
.titleBoxSearch {width:100%}
.typeRoomLink.hotelList, .typeRoomLinkDesc.hotelList {width:500px}

/* FLAG COMBINATIONS */
/* Personalizzo il label e quindi il contenitore dell'input */
.checkbox-wrapper {
    display: block;
    position: relative;
    padding:5px 5px 5px 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight:bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   	width:95%;
   	height:100px;
   	 -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	margin-right:15px;
	background:var(--grey0);
	border:1px solid var(--grey0)
}

/* Nascondo il checkbox di base del browser */
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
   
}

/* creo il mio checkbox */
.checkbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border: 1px solid var(--grey2);
    margin:5px;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
}

/* Creo la spunta all'interno dell'input (inizialmente nascosta) */
.checkbox-wrapper .checkmark::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    
}

/* Quando vado sopra con il mouse (opzionale) */

/* Quando l'input è selezionato, coloro il bordo dell'input */
.checkbox-wrapper:hover input ~ .checkmark,
.checkbox-wrapper input:checked ~ .checkmark {
    background:var(--mid-blue);
}

/* Quando l'input è selezionato mostro la spunta */
.checkbox-active{
    background:var(--red);
}

.checkbox-wrapper input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-wrapper ul{
	margin:7px 0 0 0;
	padding:0
}
.checkbox-wrapper li{
	float:left;
	margin:0 3px 0 0;
	padding:0;
	list-style:none;
}
.combo-icon-hotel{
	background-image:url(../imgs/icons-combinations/room.png);
}
.combo-icon-car{
	background-image:url(../imgs/icons-combinations/car.png);
	background-position:0 4px
}
.combo-icon-flight{
	background-image:url(../imgs/icons-combinations/airplane.png);
	background-position:0 4px
}
.combo-icon-train{
	background-image:url(../imgs/icons-combinations/train.png);
	background-position:0 4px
}

.combo-icon-hotel,
.combo-icon-car,
.combo-icon-flight,
.combo-icon-train{
	background-repeat: no-repeat;
  	background-size: 30px auto;
	width:37px;
	height:30px;
}

.combo-icon li{
	border:1px solid var(--white);
 	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	background:var(--white);
	width:40px;
	height:40px;
	text-align:center;
	font-size: 20px;
    padding-top: 7px;
    color:var(--grey6)
}

.soaHotelPromo{
	border: 1px solid var(--dark-red); 
	background:var(--white); 
	color:var(--dark-red); 
	padding:5px; text-align:center; margin-top:5px;margin-bottom:8px; 
	width:auto;
	float:right;
}
     
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 55px;
	height: 25px;
	padding: 2px 3px;
	margin: 0;
	border-radius: 18px;
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: var(--red);
	border-radius: inherit;
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color:var(--white)
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color:var(--white);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: var(--blue);
	
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 20px;
	height: 20px;
	background: var(--white);
	border-radius: 100%;
	
}
.switch-input:checked ~ .switch-handle {
	left: 34px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.icon-golf{
	background:var(--white);border-radius:30px;padding:5px;width:30px;margin:-5px 10px 0 0
}
.tabGolf table table td{
	border-bottom:1px solid var(--grey2);
	padding:5px
}
.campo-header{
	background:var(--grey1)
}

.container{
	box-shadow: none!important;
	background:var(--white)!important
}
.container:has(#ivc-home)
{
    width:100%!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
}
.fcontainer .container{
	background:transparent!important
}
