/* = = = = ======================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */
html,
button,
input,
select,
textarea {
	color: #222;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #333;
}
a,
a:focus {
	outline: none;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-webkit-input-placeholder {
	color: #737373;
	opacity: 1 !important;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #737373;
	opacity: 1 !important;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #737373;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	color: #737373;
	opacity: 1 !important;
}
/* ==========================================================================
Custom styles
========================================================================== */
html,
body {
	width: 100%;
	height: 100%;
}
html * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* http://stackoverflow.com/questions/9009377/ios-dark-gray-box-active-style */
/*** Varie ***/
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.ps {
	position: static;
}
.pf {
	position: fixed;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tuc {
	text-transform: uppercase;
}
.tul {
	text-decoration: underline;
}
.oh {
	overflow: hidden;
}
.cf {
	*zoom: 1;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.w100 {
	width: 100%;
}
.lsn {
	list-style: none;
}
.pi{
	padding: initial !important;
}
/*** Field generico (label + input) ***/
.field-wrap {
	overflow: hidden;
	position: relative;
}
.field-wrap.error .input-wrap {
	border-color: #ff3333;
}
.field-wrap.error .text-wrap {
	border-color: #ff3333;
}
.field-wrap.error .select-wrap {
	border-color: #ff3333;
}
.field-wrap.error .field-checkbox .checkbox-wrap .placeholder {
	border: 1px solid #ff3333;
}
.field-wrap.error .field-radio .radio-wrap .placeholder {
	border: 1px solid #ff3333;
}
.field-wrap.checked .field-radio .radio-wrap .placeholder {
	background: url("../img_layout/radio.png") no-repeat center center;
}
.field-wrap.checked .field-checkbox .checkbox-wrap .placeholder {
	background: url("../img_layout/checkbox.png") no-repeat center center;
}
.field-wrap label,
.field-wrap .label {
	float: left;
	font: 14px/30px Arial;
	color: #666;
	width: 33.33%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap label.empty,
.field-wrap .label.empty {
	min-height: 1px;
}
.field-wrap .input-wrap {
	border: 1px solid #333;
	height: 30px;
	padding: 2px;
	float: left;
	width: 66.66%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .input-wrap input {
	width: 100%;
	padding: 0;
	border: 0;
	height: 100%;
	display: block;
	background: none;
}
.field-wrap .text-wrap {
	border: 1px solid #333;
	padding: 2px;
	float: left;
	width: 66.66%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .text-wrap textarea {
	width: 100%;
	padding: 0;
	border: 0;
	height: 100%;
	resize: none;
}
.field-wrap .select-wrap {
	border: 1px solid #333;
	height: 30px;
	float: left;
	width: 66.66%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .select-wrap select {
	width: 100%;
	padding: 0;
	border: 0;
	height: 100%;
}
.field-wrap .field-checkbox .checkbox-wrap {
	float: left;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
.field-wrap .field-checkbox .checkbox-wrap:hover {
	cursor: pointer;
}
.field-wrap .field-checkbox .checkbox-wrap input {
	position: absolute;
	top: -200%;
	left: -200%;
}
.field-wrap .field-checkbox .checkbox-wrap .placeholder {
	border: 1px solid #ccc;
	display: block;
	height: 16px;
	width: 16px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .field-checkbox label {
	display: block;
	width: 100%;
	padding-left: 35px;
	float: none;
}
.field-wrap .field-checkbox label:hover {
	cursor: pointer;
}
.field-wrap .field-radio .radio-wrap {
	float: left;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
.field-wrap .field-radio .radio-wrap:hover {
	cursor: pointer;
}
.field-wrap .field-radio .radio-wrap input {
	position: absolute;
	top: -200%;
	left: -200%;
}
.field-wrap .field-radio .radio-wrap .placeholder {
	border: 1px solid #ccc;
	border-radius: 50%;
	display: block;
	height: 16px;
	width: 16px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .field-radio label {
	display: block;
	width: 100%;
	padding-left: 35px;
	float: none;
}
.field-wrap .field-radio label:hover {
	cursor: pointer;
}
.field-wrap .file-wrap {
	border: 1px solid #333;
	height: 30px;
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.field-wrap .file-wrap input {
	position: absolute;
	top: -100%;
	left: -100%;
}
.field-wrap .file-wrap label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .file-wrap label:hover {
	cursor: pointer;
}
.field-wrap .file-wrap label .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33%;
	background: #333;
	text-align: center;
	color: white;
}
.field-wrap .info-wrap {
	height: 30px;
	padding: 2px;
	float: left;
	width: 66.66%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-wrap .info-wrap span {
	width: 100%;
	padding: 0;
	border: 0;
	height: 100%;
	display: block;
}
/*** Submit wrap ***/
.submit-wrap {
	overflow: hidden;
	margin-top: 10px;
}
.submit-wrap .submit {
	float: right;
}
.submit-wrap .feedback {
	float: left;
}
/*** Feedback ***/
.feedback {
	display: none;
}
.feedback.general {
	display: block;
	border: 1px solid green;
	color: green;
	padding: 2px 5px;
	margin: 5px 0;
	font: 14px Arial;
}
.feedback.error {
	color: red;
}
/*** Dialogs ***/
.dialog h3 {
	background: black;
	color: white;
	margin: 0;
	padding: 10px 30px 10px 10px;
	white-space: nowrap;
}
.dialog .dialog-content {
	padding: 10px;
	background: white;
}
.dialog .dialog-content p {
	margin: 0;
}
.dialog .dialog-content .buttons {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	overflow: hidden;
}
.dialog .dialog-content .buttons a {
	float: right;
	background: black;
	color: white;
	padding: 5px 10px;
}
.dialog .dialog-content .buttons .action-confirm {
	margin-left: 10px;
}
/*** Distribute ***/
.dk-distribute .dkd-item {
	float: left;
	border-left: 0;
	border-right: 0;
}
.dk-distribute .first {
	margin-left: 0;
}
.dk-distribute .last {
	border: none;
}
/*** Contenitori generici ***/
.centercol {
	max-width: 1170px;
	margin: 0 auto;
}
.main-content {
	max-width: 1170px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 280px;
	position: relative;
	margin-bottom: 30px;
}
.full-page .main-content {
	padding-left: 0;
	margin: 0 auto;
	max-width: 852px;
}
.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (min-width: 700px){
	.bg-cover {
		background-position: -730px center;
	}
}

@media (min-width: 990px){
	.bg-cover {
		background-position: center center;
	}
}


h1,
h3 {
	font: 700 35px/1 'Roboto Slab', serif;
	color: black;
	margin: 0 0 10px;
	text-transform: uppercase;
}
h1 span,
h3 span {
	display: block;
	font: 22px 'Ubuntu', sans-serif;
	text-transform: none;
}
h2,
h5 {
	font: 500 22px 'Ubuntu', sans-serif;
	color: black;
	margin: 10px 0;
}
h4 {
	font: 700 20px/1 'Ubuntu', sans-serif;
	color: black;
	margin: 0;
	text-transform: uppercase;
}
.text-wrap {
	font: 14px/1.5 'Ubuntu', sans-serif;
}
.note {
	font: 10px 'Ubuntu', sans-serif;
	color: #818181;
	margin: 15px;
}
.noScroll {
	overflow: hidden;
}
/*** Sticky footer ***/
#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -450px;
}
#footer,
.push {
	height: 450px;
}
/*** Header + Menu ***/
#header {
	position: relative;
}
.menu-top {
	background: #00447c;
	height: 45px;
	text-align: right;
}

/* MCECI */
@media (max-width: 800px){
	.menu-top {
		height: 80px !important;
	}
}
/* MCECI */

.menu-top ul {
	margin: 0;
	padding: 0;
}
.menu-top ul li {
	list-style: none;
}
.menu-top .menu {
	display: inline-block;
}
.menu-top .menu ul {
	padding-top: 14px;
}
.menu-top .menu li {
	display: inline-block;
	border-left: 1px solid white;
	padding: 0 15px;
}
.menu-top .menu li:first-child {
	border: none;
}
.menu-top .menu a {
	font: 16px/1 'Ubuntu', sans-serif;
	color: white;
	text-transform: uppercase;
	display: block;
}
.menu-top .menu-tab {
	float: right;
	background: rgba(64, 166, 225, 0.7);
	position: relative;
	width: 210px;
}
.menu-top .menu-tab .primary {
	width: 33.33%;
	height: 45px;
	float: left;
	text-align: center;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #00447c;
	transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
}
.menu-top .menu-tab .primary:first-child {
	border: none;
}
.menu-top .menu-tab .primary.hover > a {
	background: #40a6e1;
}
.menu-top .menu-tab .primary a {
	color: white;
	font: 20px 'Ubuntu', sans-serif;
	display: block;
	height: 100%;
	line-height: 45px;
}
.menu-top .menu-tab .primary a img {
	vertical-align: middle;
	width: 27px;
	height: 27px;
}
.menu-top .menu-tab .tab-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #40a6e1;
	text-align: left;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	z-index: 999 !important;
}
.menu-top .menu-tab .tab-content .tab-inner {
	padding: 10px 0;
}
.menu-top .menu-tab .tab-content .phone-number-wrap {
	text-align: center;
	vertical-align: bottom;
}
.menu-top .menu-tab .tab-content .phone-number {
	color: white;
	font: 20px/1 'Ubuntu', sans-serif;
	/*text-align: center;
	display: block;*/
}
.menu-top .menu-tab .tab-content .phone-info{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url("../img_layout/ico-info.svg") center bottom no-repeat;
}
.menu-top .menu-tab .tab-content .form-wrap {
	padding: 0 10px;
}
.menu-top .menu-tab .tab-content .form-wrap input {
	border: 0;
	width: 100%;
	padding: 5px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 16px 'Ubuntu', sans-serif;
}
.menu-top .menu-tab .tab-content li a {
	font: 16px 'Ubuntu', sans-serif;
	padding: 5px 10px;
}
.menu-top .menu-tab .tab-content li a:hover {
	background: #ff6600;
}
.menu-bottom {
	height: 75px;
	background: white;
	border-bottom: 1px solid #eee;
}
.menu-bottom ul {
	margin: 0;
	padding: 0;
}
.menu-bottom ul li {
	list-style: none;
}
.menu-bottom .logo-wrap {
	float: left;
	padding-top: 9px;
	width: 256px;
	height: 100%;  
}
.menu-bottom .logo-wrap .logo-img {
	height: 52px;
	width: 100%;
}
.menu-bottom .logo_80-wrap {
	padding-top: 15px;
}
.menu-bottom .logo_80-wrap .logo-img {
	height: 44px;
}
.menu-bottom .menu {
	float: right;
}
.menu-bottom .menu .primary {
	float: left;
}
.menu-bottom .menu .primary:last-child .menuLabel a {
	padding-right: 0;
}
.menu-bottom .menu .primary:first-child .menuLabel a {
	border: none;
}
.menu-bottom .menu .menuLabel {
	display: block;
	height: 75px;
	line-height: 75px;
}
.menu-bottom .menu .menuLabel a {
	padding: 0 20px;
	color: #00447c;
	font: 20px/1 'Ubuntu', sans-serif;
	border-left: 1px solid #00447c;
	text-transform: uppercase;
	vertical-align: middle;
}
.menu-bottom .submenu-wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.15);
	z-index: 6;
}
.menu-bottom .submenu-wrap .pin {
	position: absolute;
	top: -10px;
	left: 0;
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	background: url("../img_layout/menu-pointer.png") no-repeat;
}
.menu-bottom .submenu-wrap .submenu {
	padding: 25px 0;
}
.menu-bottom .submenu-wrap ul {
	margin-top: 20px;
}
.menu-bottom .submenu-wrap ul:first-child {
	margin-top: 0;
}
.menu-bottom .submenu-wrap a {
	font: 14px/1.5 'Ubuntu', sans-serif;
	color: black;
}
.menu-bottom .submenu-wrap a:hover {
	text-decoration: underline;
}
.menu-bottom .submenu-wrap .title {
	margin-top: 10px;
}
.menu-bottom .submenu-wrap .title:first-child {
	margin-top: 0;
}
.menu-bottom .submenu-wrap .title a {
	font-weight: 700;
	color: #00447c;
	text-transform: uppercase;
}
.menu-bottom .submenu-wrap .title span {
	display: none;
}
.menu-bottom .submenu-wrap .detailSubmenu {
	margin-left: 15px;
}

#tirrenia-login-desktop a {
	padding: 8px 12px;
	color: #00447c;
	font: 20px/1 'Ubuntu', sans-serif;
	border-left: 2px solid #00447c;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #00447c;
}

#tirrenia-login-desktop a:hover {
	color: white;
	background-color: #00447c;
}

#tirrenia-login-mobile {
	display: flex;
	justify-content: center;
	background-color: white;
	padding: 12px 12px 8px 12px;
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 2px -2px gray;
}

#tirrenia-login-mobile a {
    border: 2px solid #00447c;
    padding: 4px;
    color: #00447c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/*** Footer ***/
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
}
#footer .row1 {
	background: #40a6e1;
	height: 92px;
}
#footer .utility {
	overflow: hidden;
	padding-top: 10px;
}
#footer .utility li {
	float: left;
	border-left: 1px solid white;
	height: 52px;
	padding: 0 20px;
	font: 14px 'Ubuntu', sans-serif;
	color: white;
}
#footer .utility li:first-child {
	border: none;
}
#footer .utility li.newsletter-box{
	height: 75px;
}
div.newsletter-box{
	height: 100px;
}
#footer .utility li.newsletter-box .nws-title, div.newsletter-box .nws-title{
	display: inline-block;
	margin-bottom: 5px;
}
div.newsletter-box .nws-title{
	font-weight:bold;
}
#footer .utility li.newsletter-box input, div.newsletter-box input
#footer .utility li.newsletter-box button, div.newsletter-box button
{
	height: 30px;
	border-radius: 0;
	border: none;
	padding: 0 12px;
}
#footer .utility li.newsletter-box input{
	width: 250px;
}
div.newsletter-box input {
	width: 300px !important;
	margin-right: 5px;
}

#footer .utility li.newsletter-box button, div.newsletter-box button {
	margin-left: -5px;
	background-color: #00447c ;
	color: white;
}
#footer .utility li.newsletter-box .form-control, div.newsletter-box .form-control {
	font-size: 12px;
}
#footer .utility li.newsletter-box p, div.newsletter-box p {
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
}
#footer .utility li.newsletter-box p a, div.newsletter-box p a {
	text-decoration: underline;
}
#footer .utility li strong {
	font-size: 18px;
}
#footer .utility .assistenza {
	padding-left: 70px;
	background: url("../img_layout/ico-assistenza2.svg") no-repeat 10px center;
}
#footer .container .newsletter-box .phone-info, div.newsletter-box .phone-info{
	position: absolute;
	top: 73px;
	padding-left: 30px;
	width: 12px;
	height: 12px;
	background: url("../img_layout/ico-info.svg") center bottom no-repeat;
}
div.newsletter-box .phone-info{
	position: initial;
}
#footer .utility a {
	color: white;
}
#footer .social {
	padding-top: 14px;
	text-align: right;
}
#footer .social li {
	display: inline-block;
	padding: 0 10px;
}
#footer .social li img {
	width: 42px;
	height: 42px;
}
#footer .distribute {
	overflow: hidden;
}
#footer .row2 {
	background: #dee4ec url("../img_layout/bg-footer.gif") repeat-x;
	overflow: hidden;
}
#footer .row2 .col {
	float: left;
	background: url("../img_layout/footer-col-border.png") no-repeat;
}
#footer .row2 .col:first-child {
	background: none;
}
#footer .row2 .top {
	height: 55px;
	line-height: 55px;
}
#footer .row2 .top a {
	font: 15px/1 'Ubuntu', sans-serif;
	color: white;
	text-transform: uppercase;
}
#footer .row2 .bottom {
	padding: 20px 0;
}
#footer .row2 .bottom li {
	margin-bottom: 10px;
}
#footer .row2 .bottom a {
	font: 11px 'Ubuntu', sans-serif;
	color: #002b48;
	text-transform: uppercase;
	display: inline-block;
}
#footer .row2 a:hover {
	text-decoration: underline;
}
#footer .row3 {
	font: 10px/1.5 'Ubuntu', sans-serif;
	text-align: center;
	padding: 10px 0 20px;
}
#footer .row3 strong {
	text-transform: uppercase;
}
#footer .row3 p {
	margin: 0;
}
#footer .row3 span {
	display: block;
	margin-top: 5px;
	color: #818181;
}
#footer .row3 .footer-logo-wrap {
	margin: 0px auto 10px auto;
	width: 256px;
}
#footer .row3 .footer-logo-wrap img {
	height: 28px;
	margin: 0 15px;
	width: 100%;
}
/*** Header fisso dopo scroll ***/
.header-fixed .menu-bottom {
	position: fixed;
	left: 0;
	top: -100px;
	width: 100%;
	z-index: 3;
	border-bottom: 1px solid #ccc;
	height: 45px;
}
.header-fixed .menu-bottom .menuLabel {
	height: 45px;
	line-height: 45px;
}
.header-fixed .logo-wrap {
	padding-top: 0px!important;
	margin-top: -4px;
	transform: scale(0.6);
}
.header-fixed .logo_80-wrap {
	margin-top: 0;
}
/*** Slider 100% ***/
.slider-full .main-content {
	margin-bottom: 0;
}
.slider-full .owl-controls {
	margin: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.slider-full .owl-controls .owl-page.active span {
	background: #0f206c;
}
.slider-full .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	background: white;
	opacity: 1;
	margin: 5px;
}
/*** sezione allerta ***/
.warning-section {
	padding-left: 15px;
	padding-right: 15px;
}
.warning-section .box-warning {
	border: 1px solid #eee;
	padding: 20px 0;
}
.warning-section .box-warning span,
.warning-section .box-warning div {
	display: inline-block;
	vertical-align: middle;
}
.warning-section .box-warning span {
	width: 20%;
	margin-right: 10px;
	text-align: center;
	border-right: 1px solid #eee;
	height: 70px;
	padding: 5px 0;
}
.warning-section .box-warning div {
	width: 75%;
	padding: 0 10px;
}
/*** Sezione news ***/
.news-section {
	position: relative;
}
.news-section:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 54px;
	background: #40a6e1;
}
.news-section .panel-default {
	border: none;
}
.news-section .panel-default > .panel-heading {
	background-color: #40a6e1;
	border: none;
	padding: 5px 15px;
	border-radius: 0;
}
.news-section .panel-body {
	padding: 15px 25px 15px 15px;
}
.news-section h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-transform: inherit;
	padding: 10px 0;
}
.news-section h4 span {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}
.news-section h4 span.news-accordion-title {
	float: left;
	width: 20%;
	margin-right: 10px;
	border: 1px solid white;
	border-top-color: transparent;
	border-bottom-color: transparent;
	text-align: center;
}
.news-section .link-wrap {
	text-align: right;
	margin: -10px 0 20px;
}
.slider-news .news-item {
	overflow: hidden;
	height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*** Box fixed prenotazione ***/
.rapid-search {
	position: absolute;
	padding-bottom: 20px;
	width: 264px;
	margin-top: 30px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 68, 124, 0.75);
	z-index: 2;
}
.rapid-search ul {
	margin: 0;
	padding: 0;
}
.rapid-search ul li {
	list-style: none;
}
.rapid-search .vuoto {
	float: left;
	width: 100%;
	height: 20px;
	margin-top: -20px;
}
.rapid-search .title {
	font: 400 16px/40px 'Roboto Slab', serif;
	color: white;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
	background: #00447c no-repeat 95% center;
	line-height: 40px;
	height: 40px;
}
.rapid-search .title.active {
	background-image: url("../img_layout/ico-arrow-down.png");
}
.rapid-search .andata-wrap.closed .content,
.rapid-search .ritorno-wrap.closed .content {
	overflow: hidden;
}
.rapid-search .ritorno-wrap.closed .title {
	color: #7fa1bd;
}
.rapid-search .ritorno-wrap .title.active {
	background-image: url("../img_layout/ico-arrow-up.png");
	border: none;
	color: white;
}
.rapid-search .andata-wrap.closed {
	border-bottom: 2px solid white;
}
.rapid-search .content {
	padding: 0 10px;
}
.rapid-search .search-row {
	min-height: 56px;
	padding-top: 20px;
}
.rapid-search .field {
	padding-left: 45px;
	position: relative;
}
.rapid-search .icon {
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 68, 124, 0.8) no-repeat center center;
	background-size: 65%;
}
.rapid-search .icon.ico-pointer {
	background-image: url("../img_layout/rapid-search-pin.svg");
}
.rapid-search .icon.ico-calendar {
	background-image: url("../img_layout/ico-calendario.svg");
	background-size: 50%;
}
.rapid-search .icon.ico-person {
	background-image: url("../img_layout/ico-person.svg");
}
.rapid-search .icon.ico-car {
	background-image: url("../img_layout/ico-veicoli.svg");
}
.rapid-search .selectTratta {
	display: none;
	float: left;
	z-index: 10;
	position: absolute;
	background: #ededed;
}
.rapid-search .selectTratta li {
	float: left;
	width: 90%;
	font-style: italic;
	padding: 2% 5%;
	font-size: 12px;
}
.rapid-search .selectTratta li:hover {
	background: #339999;
	color: white;
	cursor: pointer;
}
.rapid-search .selectTratta li.selected {
	background: #339999;
	color: white;
}
.rapid-search select {
	color: #737373;
	font: italic 12px/36px 'Ubuntu', sans-serif;
	padding: 0 10px;
	height: 36px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.rapid-search select.selected {
	color: black;
}
.rapid-search select option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: black;
	/*background: red;*/
	float: left;
	width: 100%;
}
.rapid-search select option:first-child {
	color: #737373;
}
.rapid-search input {
	font: italic 12px/36px 'Ubuntu', sans-serif;
	padding: 0 10px;
	height: 36px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
}
.rapid-search .picker {
	font-family: 'Ubuntu', sans-serif;
}
.rapid-search .picker .picker__box {
	padding: 0;
}
.rapid-search .picker .picker__box .picker__header {
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	background: #339999;
	padding: 6px 0px;
}
.rapid-search .picker .picker__box .picker__header .picker__year {
	color: white;
	font-size: 1.0em;
	font-style: italic;
}
.rapid-search .picker .picker__box .picker__day {
	padding: .3125em 0;
	font-size: 12px;
	font-weight: 200;
	border: 1px solid transparent;
}
.rapid-search .picker .picker--focused .picker__day--disabled,
.rapid-search .picker .picker__day--disabled,
.rapid-search .picker .picker__day--disabled:hover {
	background: white;
	border-color: white;
	color: #ddd;
	cursor: default;
}
.rapid-search .picker .picker--focused .picker__day--highlighted,
.rapid-search .picker .picker__day--highlighted:hover {
	color: white;
	cursor: pointer;
	background: #00447c;
}
.rapid-search .picker .picker--focused .picker__day--selected,
.rapid-search .picker .picker__day--selected,
.rapid-search .picker .picker__day--selected:hover,
.rapid-search .picker .picker__day--infocus:hover,
.rapid-search .picker .picker__day--outfocus:hover {
	color: white;
	cursor: pointer;
	background: #339999;
}
.rapid-search .choose-toggle {
	cursor: pointer;
}
.rapid-search .choose-content {
	display: none;
	position: absolute;
	top: 102%;
	left: 45px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 10px 10px;
	background: #ededed;
	border: 1px solid #e3e3e3;
	z-index: 2;
}
.rapid-search .choose-content ul {
	margin-bottom: 10px;
}
.rapid-search .choose-content li {
	position: relative;
	font: 14px 'Ubuntu', sans-serif;
	padding-bottom: 5px;
	padding-right: 50px;
	white-space: nowrap;
}
.rapid-search .choose-content li .counter {
	font-weight: 700;
}
.rapid-search .choose-content li .actions {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.rapid-search .choose-content li .actions a {
	display: block;
	width: 20px;
	height: 20px;
	background: no-repeat center center;
	float: left;
}
.rapid-search .choose-content li .actions a:first-child {
	margin-right: 0px;
}
.rapid-search .choose-content li .actions .item-add {
	background-image: url("../img_layout/ico-plus.png");
}
.rapid-search .choose-content li .actions .item-remove {
	background-image: url("../img_layout/ico-minus.png");
}
.rapid-search .choose-content .field-wrap.checked .field-checkbox .checkbox-wrap .placeholder {
	background-image: url("../img_layout/checkbox-black.png");
}
.rapid-search .choose-content .field-checkbox .checkbox-wrap {
	width: 16px;
	margin-right: 5px;
}
.rapid-search .choose-content .field-checkbox .checkbox-wrap .placeholder {
	border-color: #00447c;
	width: 16px;
	height: 16px;
}
.rapid-search .choose-content .field-checkbox label {
	font: 11px 'Ubuntu', sans-serif;
	color: black;
	padding-left: 0;
	text-transform: none;
}
.rapid-search .field-checkbox .checkbox-wrap {
	margin-top: 0;
	width: 36px;
	margin-right: 0px;
}
.rapid-search .field-checkbox .checkbox-wrap .placeholder {
	border-color: white;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}
.rapid-search .field-checkbox label {
	font: 400 12px/18px 'Roboto Slab', serif;
	color: white;
	text-transform: uppercase;
}
.rapid-search .button-wrap {
	text-align: center;
	margin-top: 20px;
}
.rapid-search .ritorno-wrap .content {
	height: 0;
}
.rapid-search .ritorno-wrap .title {
	line-height: 35px;
}
.header-fixed .rapid-search {
	position: fixed;
}
.rapid-search-bottom {
	position: absolute !important;
}
/*** Cta ***/
.cta-wrap .cta {
	font: 700 16px/1 'Ubuntu', sans-serif;
	color: white;
	text-transform: uppercase;
	position: relative;
	padding-right: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: padding 200ms ease-out;
	-moz-transition: padding 200ms ease-out;
	-webkit-transition: padding 200ms ease-out;
	-o-transition: padding 200ms ease-out;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.cta-wrap .cta:after {
	display: block;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	background: url("../img_layout/ico-arrow-right-cta.png") no-repeat;
	content: '';
}
.cta-wrap .cta:hover {
	border: 2px solid white;
	border-width: 2px 0;
	/*height: 40px; margin-top: -20px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.link-wrap a,
.link-wrap span {
	color: #ff6600;
	text-transform: uppercase;
	font: 500 14px/1 'Ubuntu', sans-serif;
	position: relative;
	padding-right: 20px;
}
.link-wrap a:after,
.link-wrap span:after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: #ff6600 url("../img_layout/ico-arrow-right.png") no-repeat;
}
/*** Pulsanti ***/
.button-wrap .button {
	background: #ff6600;
	color: white;
	font: 500 18px/48px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	-webkit-box-shadow: inset 0 0 0 24px #ff6600;
	-moz-box-shadow: inset 0 0 0 24px #ff6600;
	box-shadow: inset 0 0 0 24px #ff6600;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.button-wrap .button:hover {
	background: white;
	color: #ff6600;
	-webkit-box-shadow: inset 0 0 0 2px #ff6600;
	-moz-box-shadow: inset 0 0 0 2px #ff6600;
	box-shadow: inset 0 0 0 2px #ff6600;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
/*** Fascia con immagine al 100% ***/
.banner-full {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 270px;
	margin-bottom: 30px;
}
.banner-full h2 {
	font: 700 35px/1 'Roboto Slab', serif;
	color: white;
	margin: 15px 0 0;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-full p,
.banner-full p.slide-abstract {
	font: 18px 'Ubuntu', sans-serif;
	color: white;
	margin: 15px 0 0;
	text-transform: none;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-full p.slide-title {
	font: 700 40px/1 'Roboto Slab', serif;
	color: white;
	margin: 0;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-full .cta-wrap {
	margin-top: 60px;
}
.banner-full .slick-dots {
	bottom: 5px;
}
.banner-main {
	margin-bottom: 20px;
}
.banner-main p {
	font-size: 22px;
	font-weight: 500;
}
/*** Breadcrumbs ***/
.breadcrumbs {
	margin: 10px 0 30px;
	font: 12px/1 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: black;
}
.breadcrumbs a,
.breadcrumbs span {
	text-transform: uppercase;
	color: black;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .no-pointer:link{
	cursor: default !important;
	font-weight: bold;
	text-decoration: none;
}
/*** testo e immagini generico ***/
.blue-heading {
	display: block;
	font-size: 16px;
}
.blue-heading,
.blue-heading a {
	color: #40a6e1;
}
.blue-heading a:hover {
	text-decoration: underline;
}
.img-txt_container-default {
	font-size: 14px;
}
.img-txt_container-default .full-width-img {
	width: 100%;
}
.img-txt_container-default h2 {
	font: 700 20px/1 'Roboto Slab', serif;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.img-txt_container-default .text-wrap {
	margin-top: 10px;
	margin-bottom: 20px;
}
.img-txt_container-default p {
	margin-bottom: 20px;
}
.img-txt_container-default h5 {
	font: 700 16px/1 'Ubuntu', sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
.img-txt_container-default .span_h5 {
	font: 700 16px/1 'Ubuntu', sans-serif;
}
.img-txt_container-default .blue-heading {
	font-size: 22px;
	margin: 30px 0 20px;
}
.img-txt_container-default.harbour {
	margin-bottom: 50px;
}
.shift-right {
	margin-left: 40px;
}
.nostyle-list {
	margin: 0;
	padding: 0;
}
.nostyle-list li {
	list-style: none;
}
/*** Box ***/
.box-wrap {
	margin: 30px 0;
}
.box-wrap.col100 .box {
	width: 100%;
}
.box-wrap .row {
	margin-top: 30px;
}
.box-wrap .box-inner img {
	width: 100%;
}
/*** Box con prezzi ***/
.box-type-price {
	margin: 0;
	padding-top: 10px;
}
.box-type-price .box {
	height: 200px;
	padding: 0 15px;
}
.box-type-price .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #99cccc;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 14px;
	transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
}
.box-type-price .box a:hover {
	background: #339999;
}
.box-type-price .box .tratta {
	font: 700 22px/1 'Roboto Slab', serif;
	color: white;
	display: block;
	text-transform: uppercase;
}
.box-type-price .box .price-label {
	margin-top: 14px;
}
.box-type-price .button-wrap {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 14px;
}
.box-type-price .slick-dots {
	position: static;
	margin-top: 15px;
}
.price-label {
	font: 14px/1 'Ubuntu', sans-serif;
	color: black;
	display: block;
}
.price {
	font: 700 50px/1 'Ubuntu', sans-serif;
	color: #00447c;
	display: block;
}
.price span {
	font-size: 22px;
	vertical-align: super;
}
/*** Box con cambio contenuto a rollover ***/
.box-type-switch .box {
	height: 272px;
}
.box-type-switch .box h2 {
	font: 700 35px/1 'Roboto Slab', serif;
	color: white;
	margin: 0;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.box-type-switch .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-type-switch .box img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
}
.box-type-switch .box p {
	font: 18px 'Ubuntu', sans-serif;
	color: white;
	margin: 15px 0 0;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.box-type-switch .box p.box-heading {
	font: 700 35px/1 'Roboto Slab', serif;
	margin: 0;
	text-transform: uppercase;
}
.box-type-switch .box .content {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box-type-switch .box .content.hover {
	display: none;
}
.box-type-switch .box .content .cta-wrap {
	margin-top: 50px;
	display: block;
}
/*** Box per informazioni sulle navi ***/
.box-type-boat .box-inner {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
	position: relative;
	height: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1px;
}
.box-type-boat .box-inner h3 {
	margin-bottom: 30px;
}
.box-type-boat .box-inner img {
	display: block;
	max-width: 100%;
}
.box-type-boat .link-wrap {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.box-type-boat h3 {
	margin: 30px 0 0;
}
.box-type-boat h4 {
	margin: 15px 0;
}
/*** Box con stile info servizi ***/
.box-type-info .box-inner {
	padding-bottom: 50px;
	position: relative;
	height: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box-type-info .box-title {
	background: #40a6e1;
	padding: 5px 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.box-type-info .box-title .icon {
	float: left;
	margin-top: 4px;
	border-right: 1px solid white;
	padding: 0 10px;
	vertical-align: middle;
	margin-right: 10px;
}
.box-type-info .box-title .icon img {
	display: block;
	width: 40px;
}
.box-type-info .box-title .text {
	font: 700 24px/45px 'Roboto Slab', serif;
	color: white;
	text-transform: uppercase;
	display: block;
	vertical-align: middle;
}
.box-type-info .box-title .text.multiline {
	font-size: 19px;
	line-height: 1;
	padding-top: 2px;
}
.box-type-info .box-title-condizioni h1 {
	margin: 0;
	font: 700 24px/45px 'Roboto Slab', serif;
	color: white;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.box-type-info .link-wrap {
	position: absolute;
	bottom: 10px;
	right: 0;
}
/*** Box default con testo e cta in overlay sull'immagine ***/
.box-type-default .box-wrap {
	margin-top: 30px;
}
.box-type-default .box-wrap h3 {
	margin-bottom: 30px;
}
.box-type-default .box-inner {
	position: relative;
}
.box-type-default .box-inner img {
	display: block;
	width: 100%;
}
.box-type-default .box-inner h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 0;
	font: 700 35px/1 'Roboto Slab', serif;
	color: white;
	margin: 0;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	-khtml-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.box-type-default .box-inner .cta-wrap {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.box-type-default .box .text-wrap {
	margin-top: 15px;
}
/*** Box con stile rotta ***/
.box-type-rotta ul {
	margin: 0;
	padding: 0;
}
.box-type-rotta ul li {
	list-style: none;
}
.box-type-rotta .box-title {
	background: #00447c;
	font: 700 16px/1 'Roboto Slab', serif;
	padding: 17px 0;
	color: white;
	text-transform: uppercase;
	text-align: center;
}
.box-type-rotta .box-inner {
	border: 1px solid #e8e8e8;
	height: 100%;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box-type-rotta ul {
	padding: 10px 40px;
}
.box-type-rotta li {
	border-top: 1px solid #ccc;
}
.box-type-rotta li:first-child {
	border: none;
}
.box-type-rotta li a {
	font: 16px/1 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: black;
	padding: 10px;
	display: block;
	transition: padding-right 100ms ease-out;
	-moz-transition: padding-right 100ms ease-out;
	-webkit-transition: padding-right 100ms ease-out;
	-o-transition: padding-right 100ms ease-out;
}
.box-type-rotta li a:hover {
	padding-right: 30px;
}
.box-type-rotta li a span {
	display: block;
	position: relative;
	padding-right: 10px;
}
.box-type-rotta li a span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 8px;
	height: 10px;
	background: #ff6600 url("../img_layout/ico-arrow-right-bold.png") no-repeat right center;
}
/*** Box con stile dettaglio rotta ***/
.box-type-rotta-detail ul {
	margin: 0;
	padding: 0;
}
.box-type-rotta-detail ul li {
	list-style: none;
}
.box-type-rotta-detail .box-title {
	padding-bottom: 15px;
	font: 700 16px/1 'Ubuntu', sans-serif;
	text-transform: uppercase;
}
.box-type-rotta-detail li {
	border-top: 1px solid #ccc;
}
.box-type-rotta-detail li:first-child {
	border: none;
}
.box-type-rotta-detail li a {
	font: 16px 'Ubuntu', sans-serif;
	color: black;
	padding: 10px;
	display: block;
	transition: padding-right 100ms ease-out;
	-moz-transition: padding-right 100ms ease-out;
	-webkit-transition: padding-right 100ms ease-out;
	-o-transition: padding-right 100ms ease-out;
}
.box-type-rotta-detail li a:hover {
	padding-right: 40px;
}
.box-type-rotta-detail li a span {
	display: block;
	position: relative;
	padding-right: 10px;
}
.box-type-rotta-detail li a span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 8px;
	height: 10px;
	background: #ff6600 url("../img_layout/ico-arrow-right-bold.png") no-repeat right center;
}
.box-type-rotta-detail .location {
	margin: 10px 0 0;
	font: 14px 'Ubuntu', sans-serif;
}
.box-type-rotta-detail .location .location-label {
	float: left;
	max-width: 100px;
	font-weight: 700;
}
.box-type-rotta-detail .location p {
	padding-left: 110px;
	font-style: italic;
}
.box-type-rotta-detail .location a {
	color: #333;
}
.box-type-rotta-detail .location a:hover {
	text-decoration: underline;
}
/*** Riga best price ***/
.row-price {
	float: left;
	margin-bottom: 30px;
	border: 2px solid #f2f2f2;
}
.row-price .price-detail {
	float: left;
	width: 55%;
}
.row-price .price-detail .price-detail-inner {
	padding: 10px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row-price .price-detail .title {
	font: 700 18px/1 'Ubuntu', sans-serif;
	color: #36868c;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.row-price .price-detail p {
	font: 12px/1 'Ubuntu', sans-serif;
	margin: 0;
}
.row-price .price-detail span {
	font: italic 10px/1.1 'Ubuntu', sans-serif;
	color: #646464;
	display: inline-block;
	margin-top: 20px;
}
.row-price .priceAlign {
	float: right;
	width: 45%;
	height: 103px;
}
.row-price .priceAlign .price-wrap {
	float: left;
	width: 200px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 103px;
	padding-top: 25px;
	padding-left: 27px;
	background: #99cccc url("../img_layout/bg-price-right.gif") no-repeat right center;
}
.row-price .linkSwitchRoute a{
	font-size:15px; 
	margin-top: 10px; 
	margin-right: 20px;
	color:#40a6e1; 
	font-family: 'Ubuntu',sans-serif;
	float: right;
	width: 140px; 
	background: transparent url(../img_layout/ico-switch-tratta.png) no-repeat left center;
	padding-left: 25px;
}
.row-price .button-wrap {
	float: right;
	width: 145px;
	margin-right: 20px;
	padding-top: 15px;
	text-align: right;
}
.row-price .button-wrap .button{
	width: 140px;
	text-align: center;
	padding: 0px;
}
/*** Summary ***/
.summary {
	border: 1px solid #e6e6e6;
	padding: 15px 0;
	overflow: hidden;
	margin: 30px 0;
	position: relative;
}
.summary.col20 .col {
	width: 20%;
}
#merci .summary.col20 .col {
	width: 25%;
}
.summary .summary-inner {
	margin-left: -10px;
}
.summary .summary-inner .col {
	border: none;
}
.summary .col {
	float: left;
	text-align: center;
	font: 14px 'Ubuntu', sans-serif;
	border-left: 1px solid #ccc;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.summary .col:first-child {
	border: none;
}
.summary .col .col-inner {
	margin-left: 5px;
	border-left: 1px solid #ccc;
	display: block;
	height: 100%;
	line-height: 40px;
}
.summary .col .col-inner span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.summary .col .col-inner span.rotta {
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.summary .col .col-inner span.rotta a {
	color: #000000;
}
.summary .rotta-switch {
	position: absolute;
	bottom: 5px;
	left: 8%;
	font: 12px/14px 'Ubuntu', sans-serif;
	color: #7f8c8d;
}
.summary .rotta-switch:hover img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.summary .rotta-switch img {
	vertical-align: middle;
	margin-right: 7px;
	float: left;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: transform 0s ease-out;
	-moz-transition: transform 0s ease-out;
	-webkit-transition: transform 0s ease-out;
	-o-transition: transform 0s ease-out;
}
.summary .title {
	font: 14px/1 'Roboto Slab', serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
/*** Tabs ***/
.tabMobileVersion {
	display: none;
}
.tabDesktopVersion {
	display: block;
}
.tabs-wrap .tabs-menu {
	overflow: hidden;
	margin-left: -10px;
}
.tabs-wrap .tabs-menu ul {
	margin: 0;
	padding: 0;
}
.tabs-wrap .tabs-menu ul li {
	list-style: none;
}
.tabs-wrap .tabs-menu li {
	float: left;
	width: 20%;
	padding-left: 10px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs-wrap .tabs-menu li a {
	background: #00447c;
	color: white;
	font: 16px/45px 'Roboto Slab', serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-bottom: 1px solid #00447c;
}
.tabs-wrap .tabs-menu li a:hover {
	background: #40a6e1;
	border-color: white;
	transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
}
.tabs-wrap .tabs-menu li a.selected {
	background: #40a6e1;
	border-color: white;
}
.tabs-wrap .tabs-menu li a span {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.tabs-wrap .tabs-menu.tabs-wares {
	margin-left: 0;
}
.tabs-wrap .tabs-menu.tabs-wares li {
	width: 33.33333%;
	padding-left: 0;
	border: 1px solid white;
}
.tabs-wrap .tabs-menu.tabs-wares li a {
	border: transparent;
}
.tabs-wrap .tabs-content.tabs-wares {
	border: 1px solid white;
}
.tabs-wrap .dwnl-img {
	margin-left: 10px;
	padding-left: 10px;
}
.tabs-wrap.detailDeal .tabs-menu li {
	width: 33.33%;
}
.tabs-wrap.detailDeal .summary-inner {
	float: left;
	width: 96%;
	background: #ebf5f5;
	padding: 2%;
	margin-bottom: 20px;
}
.tabs-wrap.detailDeal .summary-inner p {
	margin: 10px 0 10px 0;
}
.tabs-wrap .tab {
	display: none;
}
.tabs-wrap .tab-header {
	background: #40a6e1;
	overflow: hidden;
	padding: 7px 0;
}
.tabs-wrap .tab-header ul {
	margin: 0;
	padding: 0;
}
.tabs-wrap .tab-header ul li {
	list-style: none;
}
.tabs-wrap .tab-header ul {
	overflow: hidden;
	margin-left: -10px;
}
.tabs-wrap .tab-header li {
	float: left;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	font: 14px/20px 'Roboto Slab', serif;
	color: white;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#merci .tabs-wrap .tab-header li {
	width: 25%;
}
.tabs-wrap .tab-header li:first-child span {
	border: none;
}
.tabs-wrap .tab-header li span {
	display: block;
	border-left: 1px solid white;
	margin-left: 5px;
}
.tabDesktopVersion.tabs-wrap {
	margin-bottom: 20px;
}
/*** Tooltip ***/
.tooltip{
	position: fixed;
}

.tooltip .tooltip-inner{
	background-color: #00447c;
	width: 500px;
	max-width: none;
}
/*** Accordion ***/
.accordion-wrap .summary {
	margin: 0 0 10px;
}
.accordion-wrap .row-price {
	margin: 0 0 10px;
}
.accordion-wrap .accordion-toggle:not(.wares-accordion):hover {
	background: #ebf5f5 !important;
	cursor: pointer;
	transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
}
.accordion-wrap .accordion-toggle.selected {
	background: #ebf5f5 !important;
	cursor: pointer;
}
.accordion-wrap .accordion-content {
	display: none;
}
/*** Slick slider ***/
.slick-slider {
	margin-bottom: 0;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button:before {
	font-size: 10px;
	color: white;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #00447c;
	opacity: 1;
}
.slide-price .slick-dots li button:before {
	color: #869791;
	opacity: 0.5;
}
.slide-price .slick-dots li.slick-active button:before {
	opacity: 1;
}
/*** form mail ***/
.form-mail h1,
.form-mail p {
	margin-bottom: 30px;
	text-align: center;
}
.form-mail p {
	margin-bottom: 50px;
}
.form-mail form {
	margin-bottom: 50px;
}
.form-mail form .control-label {
	font: 14px 'Ubuntu', sans-serif;
	text-align: left;
}
.form-mail form .checkbox label {
	font-size: 10px;
}
.form-mail form button {
	border: ;
	background: white;
	font-weight: bold;
}
/*** Mappe grafiche png ***/
.visualmap_container {
	overflow: hidden;
	height: 350px;
	margin-bottom: 20px;
}
.visualmap_container .bg-cover {
	height: 100% !important;
	margin-right: -250px;
}
.visualmap_container-large {
	height: 500px;
}
/*** Componenti bootstrap ***/
.panel.panel-default {
	margin-bottom: 30px;
	border-color: transparent;
	box-shadow: none;
}
.panel-default > .panel-heading {
	padding: 0;
	background-color: #00447c;
}
.panel-title {
	color: white;
}
.panel-title > a {
	display: block;
	padding: 15px 0;
	margin: 0 15px;
	background: url("../img_layout/ico-arrow-up.png") no-repeat right center;
}
.panel-title > a.collapsed {
	background-image: url("../img_layout/ico-arrow-down.png");
}
.panel-title a:focus,
.panel-title a:active {
	text-decoration: none;
	color: white;
}
h6.panel-title {
	font: 500 18px 'Ubuntu', sans-serif;
}
.panel-body {
	padding: 15px 0;
}
.modal-header h4 {
	text-transform: none;
}
.modal-body {
	font: 14px/1.5 'Ubuntu', sans-serif;
}
.rowAssistance{
	font-size: 12px;
	margin: 25px 50px;
}
.rowAssistance .active{
	color: #649945;
}
.rowAssistance .disable{
	color: #d00000;
}
.statusAssistance{
	float:right;
	font-weight:bold;
}
#contentEmbed{
	text-align:center;
}
/**** margine righe ***/
.four-columns-large,
.three-columns-large {
	margin-bottom: 60px;
}
.four-columns-large > div,
.three-columns-large > div {
	margin-bottom: 10px;
}
/*** random ***/
.tabDesktopVersion + .text-wrap {
	margin-bottom: 60px;
}
.services-ico {
	display: inline-block;
}
.services-ico li {
	display: inline-block;
	margin: 0 5px;
	width: 50px;
	padding: 10px;
	background: #40a6e1;
	border-radius: 50%;
}
.services-ico li img {
	width: 100%;
}
.map_container {
	margin: 20px 0;
}
.row.styled:before {
	content: '';
	display: block;
	width: 97%;
	margin: 0 auto;
	height: 1px;
	background: #ddd;
}
.nota{
	margin-top: 10px;
}
/*** Destinations ***/
.destinations-wrap {
	font-family: 'Ubuntu', sans-serif;
	padding: 30px 0;
}
.destinations-wrap.switched .destinations-body.original-routes {
	display: none;
}
.destinations-wrap.switched .destinations-body.switched-routes {
	display: block;
}
.destinations-wrap .destinations-header {
	width: 100%;
	height: 50px;
	padding: 0 30px;
	background-color: #40a6e1;
	text-align: right;
}
.destinations-wrap .destinations-header a {
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	padding-left: 30px;
	background: transparent url('../img_layout/ico-switch.png') no-repeat left center;
}
.destinations-wrap .destinations-header a:focus,
.destinations-wrap .destinations-header a:hover {
	text-decoration: none;
}
.destinations-wrap .destinations-body {
	padding: 0 20px;
}
.destinations-wrap .destinations-body.switched-routes {
	display: none;
}
.destinations-wrap .destinations-body .destinations-item {
	border-bottom: 1px solid #ccc;
	*zoom: 1;
	height: 100px;
	padding: 0 30px;
}
.destinations-wrap .destinations-body .destinations-item:before,
.destinations-wrap .destinations-body .destinations-item:after{
	content: " ";
	display: table;
}
.destinations-wrap .destinations-body .destinations-item:after{
	clear: both;
}
.destinations-wrap .destinations-body .destinations-item:last-child{
	border-bottom: none;
}
.destinations-wrap .destinations-body .destinations-item > div {
	float: left;
	width: 33.33%;
}
.destinations-wrap .destinations-body .destinations-item .route-section p{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.destinations-wrap .destinations-body .destinations-item .price-section{
	text-align: center;
}
.destinations-wrap .destinations-body .destinations-item .price-section p:first-child {
	font-size: 14px;
}
.destinations-wrap .destinations-body .destinations-item .price-section .price {
	color: #40a6e1;
}
.destinations-wrap .destinations-body .destinations-item .price-section .price-container {
	display: inline-block;
	text-align: left;
}
.destinations-wrap .destinations-body .destinations-item .cta-section {
	text-align: right;
}
.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container {
	display: inline-block;
	text-align: center;
}
.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container .link-wrap {
	margin-bottom: 20px;
}
.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container .link-wrap a {
	font-weight: 700;
}
.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container .button-wrap .button {
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	/*padding: 0 50px;*/
	max-width: 160px;
}
.destinations-wrap .destinations-footer {
	padding: 50px 20px 0;
}
.destinations-wrap .destinations-footer p {
	font-size: 14px;
	font-weight: 300;
}

/* SEZIONE AGGIUNTA PER FORM RECLAMI */

.main-club-form .container {
	padding-top: 0px;
	padding-bottom: 60px;
	max-width: 880px;
	width: 100%; 
}

.main-club-form .container label {
	font-size: 16px;
	font-weight: 600;
	color: #1c326b;
	text-transform: uppercase; 
}

.main-club-form .container .form-control {
	width: 100%;
	border: solid 2px #e0e5e9;
	border-radius: 2px 0 0 2px;
	box-shadow: none;
	outline: none;
	display: block;
	height: 40px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px; 
}

.main-club-form .container .radio-inline:first-child {
	padding-left: 0px; 
}

.main-club-form .container .radio-inline {
	font-size: 14px;
	text-transform: none;
	font-weight: 400; 
}

.main-club-form .container .checkbox label {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	padding-left: 0px;
	color: #616161; 
}

.main-club-form .container .help-block {
	font-size: 14px; 
}

.main-club-form .container .submit-block {
	margin-top: 60px;
	border-top: 1px solid #616161;
	padding: 40px 0;
	text-align: right; 
}

.main-club-form .container .submit-block .btn-default {
	background-color: #CC0000; 
}

.main-club-form .formtitle {
	width: 100%;
	background-color: #CC0000;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	margin: 40px 0 20px 0; 
}

/*-1--*/
.main-club-menu .container {
	padding: 10px;
	background-color: #CC0000; 
}

.main-club-menu .container a {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF; 
}

.main-club-menu .container a:hover {
	text-decoration: underline; 
}

.main-club-menu .container .active {
	text-decoration: underline; 
}

.main-club-menu .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1280px;
	margin: auto; 
}

.main-club-menu .row:after, .main-club-menu .row:before {
	display: none; 
}

.main-club-menu .row [class^="col-"], .main-club-menu .row [class*=" col-"] {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap; 
}

.main-club-menu .list-inline {
	margin: 0 20PX; 
}

.main-club-menu .list-inline li {
	padding-right: 20px; 
}

.main-club-intro {
	overflow: hidden;
	text-align: center;
	border-top: solid 8px #1dafeb; 
}

.main-club-intro .container {
	padding-top: 28px;
	padding-bottom: 7px; 
}

/* --jcf--*/

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #FFFFFF;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px; 
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 2px 2px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}

:root .jcf-checkbox span {
	margin: -2px 0 0 -4px; 
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0; 
}

.jcf-checkbox.jcf-checked span {
	display: block; 
}

/*STEP AGGIUNTA RADIO*/

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #FFFFFF;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px; 
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%; 
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0; 
}

.jcf-radio.jcf-checked span {
	display: block; 
}

.jcf-select {
	display: block;
	width: 100%;
	position: relative;
	border: 2px solid #e0e5e9;
	background: #FFFFFF;
	height: 40px;
	border-radius: 2px; 
}
/*FINE STEP RADIO*/

/* FINE SEZIONE AGGIUNTA PER FORM RECLAMI */

/* ==========================================================================
Media Queries
========================================================================== */

/*TABLET*/
@media (max-width: 1024px) {
	#site {
		margin-bottom: 0;
	}

	#tirrenia-login-desktop {
		display: none;
	}

	#footer {
		height: auto;
	}
	.push {
		clear: both;
		height: 1px;
	}
	.footer-booking #footer .row3 {
		padding-bottom: 70px;
	}
	.menu-top .menu-tab {
		position: static;
	}
	.menu-top .menu-tab .tab-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 45px;
		z-index: 4;
	}
	
	.menu-bottom {
	height: auto;
	}
	.menu-bottom .logo-wrap {
		float: none;
		text-align: center;
		margin-left: 60px; /* MCECI */
	}
	.menu-bottom .menu {
		position: absolute;

		/* MCECI */
		/*top: 45px;*/	
		top: 75px;
		/* MCECI */

		height: 75px;
		width: 75px;
	}
	.menu-bottom .menu .iconMenu {
		float: left;
		width: 100%;
		height: 100%;
		background: url('../img_layout/ico-burger-button.svg') center center no-repeat;
		background-size: 50px auto;
		cursor: pointer;
		position: relative;
		z-index: 2;
	}
	.menu-bottom .menu ul {
		float: left;
		display: none;
		z-index: 4;
		width: 90%;
		padding: 0 10px;
		position: fixed;
		top: 120px;
		background: rgba(0, 68, 124, 0.9);
		color: #ffffff;
	}
	.menu-bottom .menu ul.mainMenu {
		width: 100%;
		bottom: 0;
		overflow-y: auto;
	}
	.menu-bottom .menu li {
		float: left;
		width: 100%;
		padding: 0;
		height: auto;
	}
	.menu-bottom .menu li a {
		color: #ffffff;
		font-weight: normal;
	}
	.menu-bottom .menu .primary {
		height: auto;
		padding: 0;
	}
	.menu-bottom .menu .primary a,
	.menu-bottom .menu .primary .menuLabel a {
		float: left;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		border: none;
	}
	.menu-bottom .menu .primary a {
		font-size: 14px;
	}
	.menu-bottom .menu .primary .menuLabel {
		float: left;
		width: 100%;
		height: auto;
		line-height: normal;
		background: url('../img_layout/ico-menu-open.svg') right center no-repeat;
	}
	.menu-bottom .menu .primary .menuLabel a {
		font-size: 16px;
		padding: 15px 0;
	}
	.menu-bottom .menu .primary .menuLabel.selected {
		background: url('../img_layout/ico-menu-close.svg') right center no-repeat;
	}
	.menu-bottom .menu .primary .menuLabel.selected a {
		font-weight: bold;
	}
	.menu-bottom .submenu-wrap {
		float: left;
		width: 100%;
		top: auto;
		box-shadow: none;
		background: none;
		position: relative;
	}
	.menu-bottom .submenu-wrap .col-xs-12 {
		width: 100%;
	}
	.menu-bottom .submenu-wrap .pin {
		display: none;
	}
	.menu-bottom .submenu-wrap ul {
		float: left;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		top: auto;
		width: 100%;
		padding: 0 0 0 10px;
		height: auto;
		background: none;
		margin: 0;
	}
	.menu-bottom .submenu-wrap .submenu {
		float: left;
		overflow: auto;
		padding: 0 0 10px 0;
		width: 100%;
		overflow-x: hidden;
	}
	.menu-bottom .submenu-wrap .submenu li.title {
		margin: 0;
	}
	.menu-bottom .submenu-wrap .submenu li.title span {
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('../img_layout/ico-menu-open.svg') right center no-repeat;
	}
	.menu-bottom .submenu-wrap .submenu li.title.selected a {
		font-weight: bold;
	}
	.menu-bottom .submenu-wrap .submenu li.title.selected span {
		background: url('../img_layout/ico-menu-close.svg') right center no-repeat;
	}
	.menu-bottom .submenu-wrap .submenu li a {
		padding: 10px 0;
	}
	.menu-bottom .submenu-wrap .submenu .detailSubmenu {
		display: none;
		float: left;
		width: 100%;
	}
	.header-fixed .iconMenu {
		transform: scale(0.75);
		margin-top: -7px;
	}
	.header-fixed .menu-bottom {
		height: 60px;
	}
	.header-fixed .menu-bottom .menu {
		top: 0;
	}
	.header-fixed .menu-bottom .menu ul.mainMenu {
		top: 60px;
	}
	.header-fixed .menu-bottom .logo-wrap {
		margin-top: 4px;
		transform: scale(0.75);
	}
	.rapid-search {
		position: fixed;
		width: 100%;
		bottom: 0;
		height: 50px;
		z-index: 7;
		margin: 0;
		padding: 0;
		background: rgba(0, 68, 124, 0.9);
	}
	.rapid-search .cta-booking {
		float: left;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #ff6600;
		color: #ffffff;
		cursor: pointer;
		font-weight: bold;
		font-size: 16px;
	}
	.rapid-search form {
		float: left;
		width: 100%;
	}
	#footer .row1 {
		margin-bottom: 0px;
		height: auto !important;
	}
	#footer .row1 .social {
		float: left;
		left: 0;
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #ffffff;
	}
	#footer .row1 .social li {
		float: none;
	}
	#footer .row1 .utility {
		right: 0;
		width: 100%;
		padding: 0;
	}
	#footer .row1 .utility li {
		height: 67px;
		width: 100%;
		padding: 15px 0 0 0;
	}
	#footer .row1 .utility .assistenza {
		position: relative;
		width: 45%;
		background-position: right center;
		background-size: auto 50%;
	}
	#footer .row1 .utility .assistenza .vcenter {
		position: absolute;
		left: 100%;
		padding-left: 20px;
		padding-right: 0;
	}
	#footer .row1 .utility .newsletter-box {
		height: auto;
		border-left: none;
		border-top: 1px solid white;
	}
	#footer .row1 ul {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer .row1 ul li {
		display: inline;
	}
	#footer .row1 ul li div {
		padding-top: 0!important;
	}
	#footer .row2 {
		background: #00447c;
	}
	#footer .row2 .col {
		float: left;
		background: none;
		padding: 5px 0px !important;
		width: 80%;
		margin-left: 10% !important;
		border-bottom: 1px solid #0058a1;
	}
	#footer .row2 .col .top {
		height: 25px;
		line-height: 25px;
		text-align: center;
	}
	#footer .row2 .col .top a {
		float: left;
		width: 100%;
		height: 25px;
		line-height: 25px;
	}
	#footer .row2 .col .bottom {
		text-align: center;
	}
	#footer .row2 .col .bottom a {
		color: #dee4ec;
		font-size: 13px;
	}
	#footer .row2 .col .bottom br {
		display: none;
	}
	.main-content {
		padding-left: 0;
	}
	.visualmap_container .bg-cover {
		margin-right: 0;
	}
}
/*MOBILE*/
@media (max-width: 768px) {
	.menu-top .menu {
		float: left;
		width: 72%;
	}
	.menu-top .menu ul {
		padding-top: 16px;
	}
	.menu-top .menu li {
		padding: 0 10px;
	}
	.menu-top .menu a {
		font-size: 13px;
	}
	.menu-top .menu-tab {
		width: 28%;
	}
	.menu-bottom .submenu-wrap img {
		display: none;
	}
	.box-type-switch {
		margin: 0;
	}
	.box-type-switch .row {
		margin-top: 0;
	}
	.box-type-switch .box img {
		height: 100%;
		width: auto;
	}
	.box-type-switch .box h2,
	.box-type-switch .box p.box-heading {
		font-size: 25px;
	}
	.row-price .price-detail {
		width: 100%;
		text-align: left;
	}
	.row-price .price-detail p {
		font-size: 14px;
		line-height: 1.41em;
	}
	.row-price .priceAlign {
		width: 100%;
		height: auto;
		padding: 10px !important;
	}
	.row-price .priceAlign .price-wrap {
		width: 190px;
	}
	.row-price .priceAlign .button-wrap {
		margin-right: 0;
	}
	.tabDesktopVersion {
		display: none;
	}
	.tabMobileVersion {
		float: left;
		width: 100%;
		display: block;
		clear: both;
		margin-bottom: 25px;
	}
	.tabMobileVersion .titleTab {
		float: left;
		width: 100%;
		background: url("../img_layout/ico-arrow-down.png") no-repeat 96% center #00447c;
		color: white;
		font: 16px/45px 'Roboto Slab', serif;
		text-transform: uppercase;
		text-align: left;
		display: block;
		margin-bottom: 2px;
	}
	.tabMobileVersion .titleTab.selected {
		background-color: #40a6e1;
	}
	.tabMobileVersion .titleTab span {
		float: left;
		margin-left: 10px;
	}
	.tabMobileVersion .popup_detail {
		display: none;
	}
	.tabMobileVersion .summary {
		padding: 0;
		float: left;
		width: 100%;
		margin: 0 0 10px;
		border: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.tabMobileVersion .summary .summary-inner {
		width: 100%;
		height: auto!important;
		margin-left: 0px;
	}
	.tabMobileVersion .summary .summary-inner span.rotta {
		float: left;
		margin-top: 10px;
		font-size: 16px;
	}
	.tabMobileVersion .summary .summary-inner span.infoRotta {
		float: right;
		position: absolute;
		width: 36px;
		right: 20px;
		font-size: 14px;
	}
	.tabMobileVersion .summary .summary-inner span.infoRotta img {
		float: left;
		width: 100%;
		height: auto;
	}
	.tabMobileVersion .summary .summary-inner .rotta-switch {
		left: 0;
		position: relative;
		float: left;
		clear: both;
		bottom: auto;
		margin-top: 20px;
	}
	.tabMobileVersion .summary .dwnl-img {
		margin: 0;
		padding: 0;
	}
	.tabMobileVersion .summary .col {
		float: left;
		width: 100%!important;
		padding: 10px;
		height: 100px!important;
	}
	.tabMobileVersion .summary .col .col-inner {
		float: left;
		width: 100%;
		height: auto;
		border: 0;
		margin: 0;
	}
	.tabMobileVersion .summary.selected {
		background: transparent!important;
	}
	.tabMobileVersion .summary.selected .summary-inner .col {
		background: #ebf5f5;
	}
	.tabMobileVersion .summary .price-wrap {
		width: 170px;
		padding-left: 10px;
	}
	.overlay {
		float: left;
		width: 100%;
		height: 100%;
		background: #00447c;
		position: fixed;
		opacity: 0.8;
		top: 0;
		z-index: 990;
	}
	.popup_detail {
		width: 90%;
		position: fixed;
		z-index: 1000;
		top: 25%;
		padding: 30px 0;
		float: left;
		left: 5%;
		background: #ffffff;
	}
	.popup_detail .summary {
		margin-top: 10px;
		padding: 0 20px;
		border-bottom: transparent;
	}
	.popup_detail .summary .col {
		width: 50% !important;
		height: 150px !important;
		background: #ffffff!important;
	}
	.popup_detail .summary .col:nth-child(1),
	.popup_detail .summary .col:nth-child(2) {
		border-bottom: 1px solid #ddd;
	}
	.popup_detail .summary .col:nth-child(1),
	.popup_detail .summary .col:nth-child(3) {
		border-right: 1px solid #ddd;
	}
	.popup_detail .summary .title {
		font-weight: bold;
	}
}
@media (max-width: 767px) {
	.banner-full,
	.centercol {
		float: left;
		width: 100%;
	}
	.menu-top .menu li {
		padding: 0 8px;
	}
	.menu-bottom .logo-wrap {
		margin-left: 50px;
	}
	.banner-full {
		overflow: hidden;
		min-height: 235px;
	}
	.banner-full .cta-wrap {
		margin-top: 25px;
	}
	.banner-full .banner-content {
		margin-top: 0px;
	}
	.banner-full h2 {
		font-size: 30px;
		margin-top: 0;
	}
	.banner-full p {
		font-size: 16px;
	}
	.banner-full p.slide-title {
		font-size: 24px;
	}
	.banner-full .slick-dots {
		margin-bottom: 0;
	}
	.banner-main {
		max-height: 235px;
	}
	.box-type-default .box,
	.box-type-info .box {
		height: auto !important;
	}
	.full-page .main-content {
		padding: 0px 25px;
	}
	.box-type-price .row {
		margin: 0;
	}
	.box-type-boat .box-inner {
		height: auto;
	}
	.accordion-wrap .accordion-content {
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	.row-price .button-wrap {
		float: left;
	}
	.row.summary {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row.summary .col {
		height: 100px;
		padding: 0;
		border-left: 1px solid #ccc;
	}
	.row.summary .col .title {
		margin-bottom: 6px;
	}
	.row.summary .col:nth-child(1) {
		border-bottom: 1px solid #ccc;
		border-left: 0;
	}
	.row.summary .col:nth-child(2) {
		border-bottom: 1px solid #ccc;
	}
	.row.summary .col:nth-child(3) {
		border-left: 0;
	}
	.box-wrap .row .box {
		margin-bottom: 20px;
	}
	.news-section:before {
		width: 0;
		height: auto;
	}
	.news-section h4 span.news-accordion-title {
		display: block;
		float: none;
		width: auto;
		border: none;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.warning-section .box-warning span {
		width: 40%;
	}
	.warning-section .box-warning div {
		width: 55%;
	}
	#footer .row1 .utility .newsletter-box .form-control {
		display: inline-block;
	}
	#footer .row1 .utility .newsletter-box input {
		width: auto;
		margin: 0 auto;
	}
	#footer .row1 .utility .newsletter-box p {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#footer .row3 .footer-logo-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}
	#footer .row3 .footer-logo-wrap img {
		margin: 0 10px;
	}
	.visualmap_container {
		height: 235px;
	}
	.visualmap_container-large {
		height: 350px;
	}

	/*** Destinations ***/
	.destinations-wrap .destinations-body {
		padding: 0;
	}
	.destinations-wrap .destinations-body .destinations-item {
		height: auto;
		padding: 20px 0;
	}
	.destinations-wrap .destinations-body .destinations-item .route-section {
		width: 50%;
		padding: 10px 30px 10px 0 !important;
		text-align: right;
	}
	.destinations-wrap .destinations-body .destinations-item .route-section p {
		padding-top: 20px;
	}
	.destinations-wrap .destinations-body .destinations-item .price-section {
		width: 50%;
		padding: 10px 0 10px 70px !important;
		text-align: left;
	}
	.destinations-wrap .destinations-body .destinations-item .price-section .price-container {
		text-align: center;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section {
		float: none;
		width: 100%;
		text-align: center;
		padding: 10px 0 !important;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container {
		width: 100%;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div {
		width: 50%;
		float: left;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div.link-wrap {
		margin-bottom: 0;
		padding-top: 10px;
		text-align: right;
		padding-right: 30px;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div.button-wrap {
		text-align: left;
		padding-left: 30px;
	}
	.destinations-wrap .destinations-footer {
		padding: 30px 0px 0;
		text-align: center;
	}
}
@media (max-width: 640px) {
	h1,
	h3 {
		font-size: 28px;
	}
	h1 span,
	h3 span {
		font-size: 18px;
	}
	h2,
	h5 {
		font-size: 18px;
	}
	.banner-full h2 {
		font-size: 25px;
	}
	.box-wrap .row .box {
		overflow: hidden;
		width: 100%;
		margin-bottom: 25px;
	}
	.box-wrap .row .box-inner img {
		width: 100%;
	}
	.box-type-default .box-inner h2 {
		padding-top: 15px;
		font-size: 25px;
	}
	.box-type-info .box-title .text {
		font-size: 18px;
	}
	.box-type-rotta li a,
	.box-type-rotta-detail li a {
		padding: 10px 0;
	}
	.box-type-rotta li a:hover,
	.box-type-rotta-detail li a:hover {
		padding-right: 0;
	}

	#tirrenia-login-mobile a {
		font-size: 12px;
	}

}
@media (max-width: 480px) {
	#footer .row1 .utility .assistenza {
		width: 40%;
	}

	/*** Destinations ***/
	.destinations-wrap .destinations-body .destinations-item {
		height: auto;
		padding: 20px 0;
	}
	.destinations-wrap .destinations-body .destinations-item .route-section,
	.destinations-wrap .destinations-body .destinations-item .price-section,
	.destinations-wrap .destinations-body .destinations-item .cta-section {
		float: none;
		width: 100%;
		text-align: center;
		padding: 5px 0 !important;
	}
	.destinations-wrap .destinations-body .destinations-item .route-section p {
		padding-top: 0;
		margin-bottom: 0;
	}
	.destinations-wrap .destinations-body .destinations-item .price-section .price-container {
		text-align: center;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div {
		float: none;
		width: 100%;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div.link-wrap {
		margin-bottom: 20px;
		text-align: center;
		padding-right: 0;
	}
	.destinations-wrap .destinations-body .destinations-item .cta-section .cta-container > div.button-wrap {
		text-align: center;
		padding-left: 0;
	}
}
.summary > div {
	font: 14px 'Ubuntu', sans-serif;
	border-left: 1px solid #ccc;
	text-align: center;
}
.tabDesktopVersion .button-wrap,
.tabMobileVersion .button-wrap {
	padding-top: 0;
	border: 2px solid white;
}
.tabDesktopVersion .button-wrap .button,
.tabMobileVersion .button-wrap .button {
	line-height: normal;
	padding: 8px;
	text-align: center;
	width: 100%;
}
.tabMobileVersion .summary .price-wrap {
	width: 80%;
	margin-bottom: 5px;
}
.tabMobileVersion .button-wrap {
	width: 50%;
	border: none;
	display: table;
}
.tabMobileVersion .button-wrap:last-of-type {
	border-left: 4px solid white;
}
.tabMobileVersion .button-wrap .button {
	height: 58px;
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.summary .colAlign {
		padding-top: 0 !important;
	}
}
@media (min-width: 1200px) {
	.four-columns-large > div {
		width: 20.83333%;
	}
	.three-columns-large > div {
		width: 27.77777%;
	}
	#footer .utility .assistenza {
		padding-left: 84px;
	}
}
@media (max-width: 1200px) {
	#footer .row1 .container {
		width: 100%;
		max-width: 1170px;
	}
}
@media (max-width: 992px) {
	.box-type-default img {
		width: 100%;
	}
}
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
/* ==========================================================================
Print styles
========================================================================== */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
	* Don't show links for images, or javascript/internal links
	*/
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/*
* COOKIES POLICY
*/
.cookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #1a457c;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	z-index: 10000; }
.cookies .message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	padding: 14px 30px;
	max-width: 1280px;
	margin: auto; }
.cookies .message .btn-cookies {
	color: #1a457c;
	background-color: #FFFFFF;
	padding: 4px 10px;
	font-size: 12px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: 0 14px; }

.cookies-accepted {
	display: none; }

/* BOX PREZZI */
.title-box-price{
	padding: 0px 15px;
}

.title-box-price h1{
	font-size:25px
}

.sectionLegal{
	margin: 15px 0px;
}

.box-type-price .bg-image-box-prezzi{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}

/* WORKPLACE */
.wkp-margin{
	margin: 10px 10px 10px 10px;
}

.wkp-background{
	background-color: #d0d0d0;
	padding: 25px;
	border: 3px dashed #000000;
}

.wkp-text{
	text-align:center;
}
.cookieLink{
	text-decoration: underline;
}

.buttonMap{
	text-align: center;
}

.buttonMap .button{
	display:initial !important;
	padding:10px 15px !important;
	border-radius:10px;
	font-size:14px !important;
}

@media screen and (max-width: 850px){
	.buttonMap{
		width: 100%;
		background-color: #ff6600;
	}
}

.counter-style img{
	margin: 0px auto;
}

#ot-sdk-btn-floating{
	display: none !important;
}

.my-ot-sdk-show-settings {
	cursor: pointer !important;
	background: none !important;
	padding: 0 !important;
	border: none !important;
	font: 11px 'Ubuntu', sans-serif !important;
	color: #002b48;
	text-transform: uppercase !important;
	display: inline-block !important;
}

.my-ot-sdk-show-settings:hover,
.my-ot-sdk-show-settings:focus {
	text-decoration: underline !important;
}


/*.my-dkd-item    {
margin-left: -10px !important;
padding-left: -10px !important;
}*/


#footer .row2 .top a{
	font-size: 14px !important;

}

@media (min-width: 1024px) {
	#footer .bottom {
		max-width: 140px; 
		width: 100%; 
	}

	#tirrenia-login-mobile {
		display: none;
	}
}

@media (max-width: 1024px) {
	#footer .my-ot-sdk-show-settings { 
		color: #dee4ec !important;
		font-size: 13px !important;
		text-align: center !important
	}
}


.accessibility-wrapper {
	position: relative;
}

.accessibility-float {
	position: absolute;
	right: 5%;
	top: 50%;
	top: 128px;
	transform: translateY(-50%);
}

.accessibility-float img {
	height: 38px !important; 
	margin: 0px !important;
	border-radius: 20px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.accessibility-float {
		top: 43%;
		right: 2%;
	}
}

