.custom-row-summary{
	border-top:0!important;
	
}
.no-border{
	border:0
}
.row{
	margin:0!important
}
.container, .row.mainContent, .contentProducts, 
.mainContent > .col-lg-12:nth-child(1){
	
	padding: 0px;
	margin-top: 0px !important;
    box-shadow: none!important;
}
/*.container:has(.soaTrainsHome),
.container-body:has(.soaTrainsHome)*/
.container:has(.mainContent),
.container-body:has(.mainContent)
{
    width:100%!important;
    
}
.language-bar{
	background:#333;
	display:flex;
	justify-content:end;
}
.language-bar a img{
	height:20px;
	margin-right:5px;
	filter: grayscale(100%);
}
.language-bar a{
	color:#fff;
	display:block;
	margin:10px;
	display:flex;
}
.language-selected img{
	filter: grayscale(0)!important;
	
}

hr{
	margin:5px 0
}
.homeEgencia {
	background:url(../img/sfondo-treno-egencia.jpg) no-repeat 0 0;
	background-size:cover;
}
.soaMainWindow {
	padding: 0px;
	margin: 0px auto;
	max-width: 1168px;
}

.soaFlex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.soaSearchForm {
	background: #EAE8E0;
	margin: 20px;
	padding: 20px !important;
	border-radius: 6px;
	box-shadow: 0 0 12px 0 #4e4e4e;
}

.soaSearchForm.base{
	max-width: 400px;
	width:400px;
}
.soaSearchForm.carnet{
	max-width: 550px;
	width:550px;
}

.soaSearchForm input {
	font-size: 12px
}

.soaSearchForm input[readonly="readonly"] {
	background:#eee;
	border:1px solid #ddd; 
}
	
.soaSearchForm .soaBorderBox{
	
	border:1px solid #ddd; border-top:0px; margin-top:3px; margin-left:4px;
	padding-left:6px; padding-top:3px;
	margin-bottom:6px; padding-bottom:5px;
}
.soaSearchForm .soaBorderBoxTitle{
	
   
    margin-top: 5px;
    padding-bottom: 8px;
    padding-top: 6px;
}

.soaSearchTitle {
	color: #4e4e4e;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 0 10px 13px;
}

.soaLabelWhite {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	padding: 2px 5px;
	margin-top: 12px;
}

.soaWindowTitle {
	background: rgba(100, 100, 100, 0.8);
	color: #fff;
	font-size: 3em;
	margin: 20px;
	margin: 20px;
	border-radius: 6px;
	padding-left: 18px !important;
}

.soaPrice {
	color: #800;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
}
.soaPriceTO {
	color: #800;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
 text-decoration: underline;
}
.soaPriceSmall {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}

input[type='text'].soaPrice {
	border: 0;
	padding: 0;
	max-width: 90px
}

.soaUppercase{
	text-transform:uppercase
}

.soaPromo {
	color: #800;
	font-weight: bold;
	font-size: 1em;
	text-align: right;
}

.soaWarning {
	background: #e99002;
	color: #fff;
}
.soaWarningLight{
	background:#FCF8E3;
	color:#8a6d3b
}

.soaError {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	border-radius: 4px;
}

.soaInfo {
	background-color: #d9edf7;
	color: #000;
	border-radius: 4px;
	border: 1px solid #84C3E0;
}

.soaCalendar {
	background-image: url(../img/calendar.png);
	background-color: #fff;
	background-repeat: no-repeat;
	width: 99%;
	background-position: 98% 2px;
	cursor: pointer;
	border: 0;
	background-size: 17px;
}

.soaSpinner {
	text-align: center;
	background: #fff
}

.soaSpinner i {
	font-size: 40px !important;
	margin: 0 auto;
	color: #026EB7
}

.soaClearfix {
	clear: both;
	float: none;
	display: block
}

div[class^="soaBoxDetailHidden"] {
	background: #fff
}

div[class^="soaBoxDetailHidden"] button {
	float: right
}

.soaRoundStep {
	background: #72bf66 none repeat scroll 0 0;
	border: 1px solid #72bf66;
	border-radius: 23px;
	color: #fff;
	height: 23px;
	padding: 1px 0 0 6px;
	width: 23px;
}

.soaAvailabilityOk,.soaAvailabilityKo,.soaAvailabilityRq {
	border-radius: 23px;
	color: #fff;
	height: 23px;
	padding: 1px 0 0 6px;
	width: 23px;
}

.soaAvailabilityOk {
	background: #72bf66 none repeat scroll 0 0;
	border: 1px solid #72bf66;
}

.soaAvailabilityRq {
	background: #FFDB6C none repeat scroll 0 0;
	border: 1px solid #FFDB6C;
}

.soaAvailabilityKo {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #eee;
}

.soaPolicyOk {
	color: #fff;
	background: #080;
	border-radius: 6px;
	padding: 3px;
	cursor: default
}

.soaPolicyKo {
	color: #fff;
	background: #800;
	border-radius: 6px;
	padding: 3px;
	cursor: default
}

.soaBorder5 {
	border-radius: 5px
}

.soaFieldText{
	border:1px solid #eee;
	padding:10px 3px;
	margin:0 5px;
	font-size:14px;
	overflow:hidden
}
.soaBorderLight {
	border:1px solid #eee
}

/****************
* Messaggio sconto
*****************/
.soaMsgScontoHome {
	background:#ebf8ef;
	color:#009647;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:20px;
	font-size:15px;
	height:fit-content;
	line-height:1em;
	width:400px;
	
	margin:20px;
	/*
	width:50%;
	margin-top:20px;
	float:none;	
	clear:both;
	font-size:20px;
	line-height:1em;
	border:1px solid #009647
	*/
}
.soaMsgScontoHome b{
	font-weight:bold
}
.soaMsgScontoHome.soaMsgRimborso{
	width:300px
}


.soaMsgScontoResults{
	width:100%;
	margin:30px auto;
	float:none;	
	clear:both;
	padding:10px 0;
	text-align:center;
	line-height:1em;
	background:#ebf8ef;
	color:#009647;
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
	border:1px solid #009647
}

.soaMsgScontoResults b{
	font-weight:bold
}


/****************
* Buttons
*****************/
.soaButtonDisabled {
	background-color: #eee;
	cursor: default
}

.soaButton,.soaButtonMini {
	margin: 4px ;
	padding-left: 10px ;
	padding-right: 10px ;
	padding-top: 8px ;
	padding-bottom: 8px;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 2px;
	border: 1px solid rgb(48, 160, 253);
	box-shadow: 0px 0px 0px 1px rgb(48, 160, 253), 1px 1px 0.5px 1px
		rgba(60, 163, 227, 0.3);
	background-image: linear-gradient(to bottom, rgb(149, 207, 254) 0%,
		rgb(48, 160, 253) 40%, rgb(41, 137, 215) 100%);
}

.soaButtonMini {
	font-size: 1em;
}

.soaButtonReset {
	background: #800;
	border: 1px solid #400;
	box-shadow: none
}

.soaButtonGeo {
	padding: 0;
	width: 28px;
	margin-top: 4px;
	padding: 2px 0
}

.soaButtonGeo i {
	font-size: 22px;
}

a.soaButtonTop {
	border-top: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: fixed;
	display: none;
	left: 0;
	bottom: 0;
}

a.soaButtonTop img {
	background: rgba(0, 0, 0, 0) url("../img/sprite.png") repeat scroll 0
		-72px;
	display: block;
	height: 37px;
	width: 37px;
	margin: 0 auto;
}

a.soaButtonTop:hover img {
	background-position: 0 -109px
}

/****************
* Fonts
*****************/
.soaSize8 {
	font-size: 8px
}
.soaSize10 {
	font-size: 10px
}
.soaSize12 {
	font-size: 12px
}

.soaSize13 {
	font-size: 13px
}

.soaSize14 {
	font-size: 14px
}

.soaSize16 {
	font-size: 16px
}

.soaSize18 {
	font-size: 18px
}

.soaSize22 {
	font-size: 22px
}

.soaSize24 {
	font-size: 24px
}

.soaSize30 {
	font-size: 30px
}

.soaBold {
	font-weight: bold
}

.soaUppercase{
	text-transform:uppercase;
}

/****************
* Align and spaces
*****************/
.soaLeft {
	float: left
}

.soaNoPadding {
	padding: 0
}
.soaNoMargin {
	margin:0
}

.soaPadding3{
	padding: 3px;
}

.soaPadding10 {
	padding: 10px
}

.soaPadding15 {
	padding: 10px
}

.soaPadding20 {
	padding: 20px
}

.soaHPadding20 {
	padding: 0 20px
}

.soaRight {
	float: right
}

.soaTextRight{
	text-align:right;
}

.soaCenter {
	text-align: center
}

.soaHidden {
	overflow: hidden;
}

.soaMarginTop5 {
	margin-top: 5px;
}

.soaMarginTop15 {
	margin-top: 15px;
}

.soaMarginBottom15{
	margin-bottom: 15px;
}



/****************
* Colors
*****************/
.soaBgGray {
	background: #efefef
}

.soaBgWhite {
	background: #fff
}
.soaWhite {
	color: #fff
}

.soaRed {
	color: #f00
}

.soaYellow {
	color: #fdb714
}

.soaGreen {
	color: #080
}

.soaColorBlu,.soaBlue {
	color: #026EB7
}

.soaDark {
	color: #333;
}

.soaGrey {
	color: #999;
}

.soaWhiteLine {
	background: #fff;
	padding: 3px 10px 3px 10px;
	color: #333;
}

.soaBluLine {
	background: #026EB7;
	padding: 3px 10px 3px 10px;
	color: #fff;
}

.soaGreenLine {
	background: #72bf66;
	padding: 3px 10px 3px 10px;
	color: #fff;
}

.soaGreenLineThin{
	background: #72bf66;
    padding: 2px 10px 3px 10px;
    color: #fff;
    width: 40%;
}

.soaGreyLine {
	background: #E9ECF2;
	padding: 3px 10px 3px 10px;
	color: #333;
}

/****************
* Autocomplete (plugin jquery)
*****************/
.ui-autocomplete .ui-menu-item a span.highlighted {
	background: #9FDBFF
}

.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: #666;
	text-align: right;
	border-bottom: 1px dotted #666;
	font-size: 12px
}

/****************
* Waiting popup
*****************/
.soaWaitingNoClose .ui-dialog-titlebar {
	display: none
}

.soaWaitingNoClose img {
	width: 100%;
	height: auto;
}
.carnetDialog .ui-dialog-titlebar{
	display: none
}
.carnetDialog .ui-dialog-content{
	line-height:1.3em
}

.carnetDialog .soaButton{
	line-height:1.3em
}

/****************
* Bing Map
*****************/
.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('../img/hotel.png') 0 0 no-repeat;
}

.bingMapPinCurr {
	background: url('../img/hotel_curr.png') 0 0 no-repeat
}

.bingMapStars {
	background: url('../img/star.gif') 0 0 no-repeat;
}
.soaMapTitle b{font-size:24px;}
.soaMapTitle {width:auto;float:left;padding:10px 0 0 0}
.soaMapCloseButton {float:right;margin:10px 0;padding:10px}
.soaMapFullPageNoClose .ui-dialog-titlebar-close {display: none }
.soaMapFullPageNoClose .ui-dialog-titlebar {display:none}


.soaBtnTripAd, .soaBtnTripAd:hover {
    background-color: #fff;
    background-image: url(../img/tripadvisor-logo.png) !important;
    background-repeat: no-repeat !important;
    margin: 5px 0 0 !important;
    width: 150px;
    height: 40px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.soaBtnTripAd:hover {
	background-position:0 -40px!important;
}

/****** FIX MAPPE conflitti ******/
.MSVE_Map {
	position: relative !important
}

/***********************************
* CarouFredSel
*****************/
.soaWrapperCarousel {
	background-color: white;
	width: 100%;
	margin: 0px auto;
	padding: 5px;
}

.soaListCarousel {
	margin: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.soaListCarousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.soaListCarousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 0px solid #efefef;
	width: 255px;
	height: 230px;
	padding: 0;
	margin: 0px 20px;
	display: block;
	float: left;
	line-height: 10px;
	text-align: left;
}


.soaListCarousel .m1 {
	padding: 5px 0 0 22px
}

.soaListCarousel .lh1 {
	line-height: 7px !important
}

.soaListCarousel h6 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.soaListCarousel.responsive {
	width: auto;
	margin-left: 0;
}

.soaListCarousel .clearfix {
	float: none;
	clear: both;
}
.soaListCarousel i{
	color:#ccc
}
.soaListCarousel .prev {
	width: 34px;
	height: 55px;
	float: left;
	margin-left: 10px;
	background: #15262f;
	position: absolute;
	top: 60px;
	left: -10px;
}
.soaListCarousel .prev i{
	font-size:45px;
	margin-left:5px
}

.soaListCarousel .prev:hover,
.soaListCarousel .next:hover {
	background: #72bf66;
}
/*
.soaListCarousel a.prev  img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') -14px -36px;
	margin: 18px 0 0 9px;
}

.soaListCarousel a:hover.prev   img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') -14px -54px;
}
*/
.soaListCarousel .next {
	width: 34px;
	height: 55px;
	float: right;
	margin-right: 10px;
	background: #15262f;
	position: absolute;
	top: 60px;
	right: -11px;
}


.soaListCarousel .next i{
	font-size:45px;
	margin-left:10px
}
/*
.soaListCarousel a.next    img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') 0px -36px;
	margin: 18px 0 0 12px;
}

.soaListCarousel a:hover.next   img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') 0px -54px;
}*/

.soaListCarousel .pager {
	float: left;
	width: 300px;
	text-align: center;
}

.soaListCarousel .pager a {
	margin: 0 5px;
	text-decoration: none;
}

.soaListCarousel .pager a.selected {
	text-decoration: underline;
}

.soaListCarousel .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.soaListCarousel button.prev2 {
	width: 34px;
	height: 55px;
	float: left;
	margin-left: 10px;
	position: absolute;
	bottom: 40px;
	left: -10px;
	z-index: 100;
	border: 0;
	background: transparent;
}

.soaListCarousel button.prev2    img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') -14px -36px;
	margin: 0px 0 0 4px;
}

.soaListCarousel button:hover.prev2   img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') -42px -36px;
}

.soaListCarousel .next2 {
	width: 34px;
	height: 55px;
	float: right;
	margin-right: 10px;
	position: absolute;
	bottom: 40px;
	right: -11px;
	z-index: 100;
	border: 0;
	background: transparent;
}

.soaListCarousel button.next2    img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') 0px -36px;
	margin: 0px 0 0 2px;
}

.soaListCarousel button:hover.next2   img {
	width: 14px;
	height: 18px;
	display: block;
	background: url('../img/sprite.png') -28px -36px;
}

/****************
* Filtri
*****************/
.soaFilterBox {
	border:1px solid #ddd; 
	border-top:0px; 
	margin-top:3px; /*margin-left:4px;*/
	padding-left:6px; 
	padding-top:3px;
	margin-bottom:6px; 
	padding-bottom:5px;
}
.soaFilterBox div{
	margin:5px 0
}
.soaFilterBox .soaButtonMini{margin:10px 0!important}		
.soaFilterTitle {
	color:#333; 
	font-weight:bold;
	padding-bottom: 8px;
	border-top: 1px solid #ddd; padding-top:6px;
	margin-top: 5px;
}
.soaFilterTitle.soaFilterTitleNew{
	color:#333!important; 
}


/****************
* Home destinations
*****************/
.soaHomeDestinationsTitle {
	background: #72BF66;
	padding: 15px 0 10px 0;
	text-align: center;
}

.soaHomeDestinationsTitle h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold
}

.soaHomeDestinationsTitle h4 {
	font-size: 20px;
	color: #fff
}

.soaHomeDestinations {
	max-width: 1168px;
	margin: 0 auto;
}

.soaHomeDestinations .col-md-3 {
	padding: 0
}

.soaHomeDestinations .col-md-9 {
	padding: 0
}

.soaHomeDestinations h2 {
	font-size: 30px !important;
	font-weight: bold;
	line-height: 1.1;
}

.saoWidthFull {
	width: 100%
}

/*******************
Slide Gallery
*********************/
.soaGalleryHead {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.soaGalleryHead a {
	padding: 0;
}

.soaGalleryCarousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.soaGalleryCarousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.soaGalleryCarousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.soaGalleryCarousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.soaGalleryCarousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.soaGalleryCarousel .owl-item {
	float: left;
}

.soaGalleryCarousel  .owl-wrapper,.soaGalleryCarousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.soaGalleryCarousel .item {
	padding: 5px 0px;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.soaGalleryCarousel .item img{
	width:100%;
	}
/****************
* Slider
*****************/
.soaSliderContent {
	position: relative;
	max-width: 200px;
	margin: 10px auto;
}

.soaSliderNav div {
	text-align: center;
	display: block
}

.soaSliderDetail img {
	width: 100%;
	float: left;
	max-height: 150px
}

.soaSliderDetail div h3 {
	float: left;
	width: 100%
}

.slick-dots {
	bottom: -50px !important;
}

.slick-dots li button:before {
	font-size: 17px !important;
}

.slick-slider {
	margin-bottom: 0px !important;
}

.slick-prev {
	left: -30px !important
}

.slick-prev:before,.slick-next:before {
	color: #000 !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus
	{
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before
	{
	opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/**************************************
* Home bg slide
********************/
.home-gallery .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.home-gallery {
	display: none;
	position: absolute;
	width: 100%;
	-ms-touch-action: pan-y;
}

.home-gallery .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.home-gallery .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-height: 520px
}

.home-gallery .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.home-gallery .owl-item {
	float: left;
}

.home-gallery  .owl-wrapper,.home-gallery  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.home-gallery img {
	width: 100%
}

/***********************************
* Search tags
*****************/
ul.soaTagit {
	padding: 1px 5px;
	overflow: auto;
	margin-left: inherit;
	margin-right: inherit;
	border-radius: 0 !important;
	background: #fff;
	border: 1px solid #ccc
}

ul.soaTagit li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.soaTagit li.soaTagit-choice {
	position: relative;
	line-height: inherit;
}

input.soaTagit-hidden-field {
	display: none;
}

ul.soaTagit li.soaTagit-choice-read-only {
	padding: .2em .5em .2em .5em;
}

ul.soaTagit li.soaTagit-choice-editable {
	padding: .2em 18px .2em .5em;
}

ul.soaTagit li.soaTagit-new {
	padding: .25em 4px .25em 0;
}

ul.soaTagit li.soaTagit-choice a.soaTagit-label {
	cursor: pointer;
	text-decoration: none;
}

ul.soaTagit li.soaTagit-choice .soaTagit-close {
	cursor: pointer;
	position: absolute;
	right: .1em;
	top: 50%;
	margin-top: -8px;
	line-height: 17px;
}

ul.soaTagit li.soaTagit-choice .soaTagit-close .text-icon {
	display: none;
}

ul.soaTagit li.soaTagit-choice input {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.soaTagit input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	background: #fff;
	outline: none;
}
/***********************************
* Bootstrap popover
*****************/
.popover {
	max-width: 600px;
}

.popover-title {
	
}

.popover-content {
	background: #fff;
	color: #000
}

/***********************************
* Trains
*****************/
.soaHeadTableCarnet{
	border: 1px solid #ccc;
	padding:10px;
	font-weight:bold;
	padding:10px 0;
	clear:both;
	float:none
}
.soaTravelCarnet{
	
	
}
.soaTravelCarnet div:nth-child(1),
.soaTravelCarnet div:nth-child(2),
.soaTravelCarnet div:nth-child(3)
{background:#F5F4F0;padding:10px 10px;}

.soaTravelCarnet div:nth-child(3){
	background:#fff;text-align:right;padding-top:0;
}

.soaTrainsItem{
	border: 1px solid #ccc; border-radius:3px; background:#fff; padding:5px; 
	margin-bottom:10px
}
.soaTrainsItemPrice{
	margin-bottom:30px;
	margin-left:0px !important;
	float:none;
	clear:both;
	background:#1170B4;
	color:#fff;
	padding:10px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	
}
.soaTrainsItemPrice strong{
	font-size:1.3em
}

.soaTrainsItemButton{
background: #800;border: 1px solid transparent;box-sizing: border-box;box-shadow: 0px 0px 0px 0px transparent;
}
.soaTrainsButtonConditions{
font-size: 0.8em;white-space: nowrap;	
}

.soaResultsMobileInfo ul{   
	display: flex;
    padding: 0px;
    margin: 0px;
}

.soaResultsMobileInfo ul li{
	margin: 0 3px 0 3px;
    list-style: none;
    width: 33%;
    text-align: center;
    background: rgb(245,244,240);
}

.soaMainWindow.soaTrainsHome {
	background: url('../img/home-treni.jpg') no-repeat;
	background-size: cover;
	width: 100%;
    max-width: 100%;
}

.soaTrainResults .soaHeadTable div {
	background: #fff;
	padding: 10px;
	font-weight: bold
}

.soaTrainResults .soaResultsFound {
	padding: 10px 0 10px 0
}
.soaTrainResults .soaResultsFound div[class^="col-"] {
	padding:15px
}
.soaResultsFoundMobile > div{
	line-height:1.5em;
	padding-bottom:20px;
	background:#efefef;
	margin-bottom:10px
}
.soaResultsFoundMobile > div button{
	margin-bottom:10px!important
}
.soaResultsFoundMobile div div{
	padding: 0 18px
}
.soaClassTrain {
	background: #fff;
	max-width: 30px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	margin: 0 2px;
	min-width: 28px
}
.soaClassTrainNew {
	background: #fff;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0 2px;
	min-width: 28px
}
.soaClassTrain.IC,.soaClassTrainNew.IC,
.soaClassTrain.NI,.soaClassTrainNew.NI    {
	color: #b00;
}

.soaClassTrain.FR,.soaClassTrainNew.FR {
	background: #cf2237;
	color: #fff;
}

.soaClassTrain.IT,.soaClassTrainNew.IT {
	background: #AA0F00;
	color: #fff;
}


.soaTrainsCarousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.soaTrainsCarousel {
	display: none;
	position: relative;
	width: 95%;
	-ms-touch-action: pan-y;
	padding: 0
}

.soaTrainsCarousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.soaTrainsCarousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 30px;
}

.soaTrainsCarousel .owl-controls .owl-buttons div {
	position: absolute;
}

.soaTrainsCarousel .owl-controls .owl-buttons i {
	color: #026EB7;
	font-size: 22px
}

.soaTrainsCarousel .owl-controls .owl-buttons .owl-prev {
	cursor: pointer;
	top: 40px;
	left: 9px
}

.soaTrainsCarousel .owl-controls .owl-buttons .owl-next {
	right: -45px;
	top: 40px;
	cursor: pointer;
}

.soaTrainsCarousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.soaTrainsCarousel .owl-item {
	float: left;
}

.soaTrainsCarousel  .owl-wrapper,.soaTrainsCarousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.soaTrainsCarousel .item {
	background: #fff;
	padding: 5px 0px;
	margin: 5px;
	color: #FFF;
	text-align: center;
	border: 1px dotted #333;
	cursor: pointer;
}

.soaTrainsCarousel .item.selected {
	background: #F5F4F0;
	border: 1px solid #F5F4F0;
}

.soaTrainsCarousel h3 {
	margin: 0;
	color: #080;
	font-size: 12px;
	min-height: 30px
}

.soaTrainsCarouselDescription {
	color: #000;
	font-size: 12px;
	text-align: left;
	margin-left: 20px
}
.soaTrainsPrices{
	margin:20px; border-collapse:separate; border-spacing:4px;
	margin:0 auto!important;
	width:98%
}

.soaTrainsPrices th{
	font-size:1em; border-radius:4px;
}

.soaTrainSeparator{
	background:#026EB7
}

.soaTrainsSingleReview{
	/*margin-left:3.0em; margin-right:3.0em !important; */
	min-height:40px;
	clear:both; 
	/*border:1px solid #ccc; */
	background: rgb(245,244,240); 
	/*border-radius:4px;*/
	margin-bottom:5px;
	padding:5px
}

.soaRoundStep.trains{
	float: left; 
	margin-right: 10px;
	padding: 1px 0 0 8px;
}
.soaTitoletto{
	margin:10px 0 10px 0;
	padding:10px 0 20px 0;
	border-bottom:1px solid #ccc;
}

.treni-dialog-stops{
	width:300px!important;
	font-size:14px;
	
}

.soaTrainsButtonStops {
	float:left
}

@media only screen and (max-width: 1000px) {
	.soaTrainsPrices th{
		font-size:12px
	}
	
	.soaTrainsPrices_container{
		width:95%;
		overflow-x: auto;
	}
	
}

@media (min-width:992px){
	
	.soaResultsDepArr{
		background:#efefef;
		min-height: 90px;
    	padding: 10px 10px;
	}
}

@media (min-width: 768px){
	.treni-dialog-stops{
	width:600px!important;
	font-size:14px;
	}
}

@media only screen and (max-width: 767px) {
	
	.soaResultsSingleReview{
		    display: flex;
    		flex-wrap: wrap;
	}
	
	.soaResultsSingleReview div.soaClassTrain{
		flex-grow: 6;
    	margin-left: 15px;
	}
	.soaResultsSingleReview div.soaClassTrain+div{
		width: 80%;
	}
	
	.soaResultsSingleReview50{
		width: 50%;
	}
	
	.soaResultsMobileInfo ul li div.soaSize10{
		line-height: 35px;
	}
	
	.soaResultsDesktopInfo{
		/*display:flex;*/
		margin-bottom: 3px;
		padding-left:15px;
		padding-right:15px;
	}
	
	.soaResultsDesktopInfo div[class^="col-"] {
		padding-left:15px;
		padding-right:15px;
	}
	
	.soaResultsDepArr{
		flex-grow: 2;
	}


	.soaTrainsCarousel {
		width: 100%
	}
	.soaTrainsCarousel .owl-wrapper-outer {
		width: 100%;
		margin: 0
	}
	.soaTrainsCarousel .owl-item {
		
	}
	.soaTrainsCarousel .owl-controls .owl-buttons div {
		position: relative;
	}
	.soaTrainsCarousel .owl-controls .owl-buttons .owl-prev {
		float: left;
		top: 0;
	}
	.soaTrainsCarousel .owl-controls .owl-buttons .owl-next {
		float: right;
		top: 0;
		right: 0
	}
}

@media(max-width:320px){
	.soaResultsDesktopInfo{flex-wrap: wrap;}
}

/**/
.containerWagon{
width:100%;margin:10px auto;border:1px solid #ccc
}
.containerWagonHeader{
	background:#eee;font-size:18px;padding:15px
}
.containerWagonHeaderSmall{
	font-size:12px;padding-top:5px;padding-right:15px;padding-bottom:15px;
}
/*------ TRENIITALIA ---*/

g.sediledis > rect {stroke-width:1;stroke:#FFFFFF;fill:#c3c3c3;}
g.sedileinv > rect {stroke-width:1;stroke:#DDDDDD;fill:#c3c3c3;}
g.sedile > rect{stroke-width:1;stroke:#FFFFFF;fill:#add475;}
g.sedilerib > rect{stroke-width:1;stroke:#FFFFFF;fill:yellow;}
.sedileescort  > rect{stroke-width:1;stroke:#FFFFFF;fill:orange;}
.sedileTM90  > rect{stroke-width:1;stroke:#FFFFFF;}
.sedilepersonale  > rect{stroke-width:1;stroke:#FFFFFF;}
.sedilebebe  > rect{stroke-width:1;stroke:#FFFFFF;}
.salottino  > rect{stroke-width:1;stroke:#FFFFFF;}
.sedileevid  > rect{stroke:#FFFFFF;fill:#c12400;}
.sedilecoach  > rect{stroke:#FFFFFF;fill:#b50104;}
.testo{font-size:11px;font-style:normal;font-weight:bold;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;cursor:pointer;}
g.sedileinv > .testo{font-size:11px;font-style:italic;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;}
.treno{font-family:Arial;fill:#FFFFFF;font-weight:bold;font-style:italic;font-size:27px;}
g.grey > rect{stroke-width:1;stroke:#FFFFFF;fill:#DDDDDD;disabled:disabled;cursor:default;}
.wc {fill:#999999;}
.corridoio {fill:#c3c3c3;stroke:#999999;}
.tavolo {fill:#b3b3b3;}
/* Coach Selection properties */
#train_coach_section {
	margin:10px auto 5px auto;
	padding:0;
	width:auto;
	border:none;
}
#train_coach_section .trainBg_thelloR{
	background-image:url(../img/ThelloR_model.png);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:700px;
	height:115px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .trainBg_etr500_FR{
	background-image:url(../img/Frecciarossa_model.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .trainBg_etr500_FA{
	background-image:url(../img/Frecciargento_model.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .trainBg_etr610{
	background-image:url(../img/EuroCity_model.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .trainBg_etr500_FB{
	background-image:url(../img/Frecciabianca_model.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .trainBg_etr500_other{
	background-image:url(../img/Generic_model.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}

#train_coach_section .trainBg_etr500_Minuetto{
	background-image:url(../img/Minuetto_model_2.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:870px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}

#train_coach_section .trainBg_etr600{
	background-image:url(../img/GD_ETR600.gif);
	background-repeat:no-repeat;
	background-position: .2em;
	background-size: 700px;
	width:875px;
	height:106px;
	margin-right:auto;
	margin-left:auto;
}
#train_coach_section .coach_selction_bg{ 
	width:660px;
	margin:0px auto 0px auto;
	border:0px solid #F00;
	
}
#train_coach_section .coach_selction{
	background-repeat:repeat-x;
	margin:0px 0px 0px 380px;
	float:center;
	width:auto;
	height:107px;
	padding:0px 0px 10px 0px;
	
}
html>body #train_coach_section .coach_selction{
	
	margin:0px 0px 0px 380px;
	float:center;
	width:auto;
	height:107px;
	padding:0px 0px 10px 0px !important;
	/*border:1px solid #F00;*/
}
#train_coach_section .coach_selction ul{
	margin:20px 0px 0px 5px;
	padding:0px 0px 10px 7px;
	
}
html>body #train_coach_section .coach_selction ul{
	margin:10px 0px 0px 5px;
	padding:0px 0px 0px 6px;
}
#train_coach_section .coach_selction li {
	display:inline-block !important;
	background-image:url(../img/higlighted-coach.gif);
	background-repeat:no-repeat;
	width:152px;
	height:107px;
	padding:0px 5px 0px 2px;
	line-height:86px;
}
#train_coach_section .coach_selction li.selBg {
	display:inline-block !important;
	background-image:url(../img/selected-coach.gif);
	background-repeat:no-repeat;
	width:152px;
	height:107px;
	padding:0px 5px 0px 2px;
	line-height:86px;
}

#train_coach_section .coach_selction td {
	display:inline-block !important;
	background-image:url(../img/higlighted-coach.gif);
	background-repeat:no-repeat;
	width:152px;
	height:107px;
	padding:0px 0px 0px 2px;
	line-height:86px;
	vertical-align:top;
	font-size:11px;
}
#train_coach_section .coach_selction td.selBg {
	display:inline-block !important;
	background-image:url(../img/selected-coach.gif);
	background-repeat:no-repeat;
	width:152px;
	height:107px;
	padding:0px 0px 0px 2px;
	line-height:86px;
}
#train_coach_section .coach_selction span{
	margin:20px 5px 0px 0px;
	padding:10px 5px 0px 45px;
	/*clear:both;*/
	
}
html>body #train_coach_section .coach_selction span{
	/*margin:20px 5px 0px 0px;
	padding:12px 5px 0px 45px;
	display:inline-block !important;
	clear:both;*/
	
	top:2px;
	left:0px;
}
#train_coach_section .coach_selction span a{
	color:#fff !important;
	z-index:99;
	
}
.seat_frnd_selected {
	display:block;
	width:29px;
	height:36px;
	background-image:url(../img/seat_buddy_right.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
	margin-right:5px;
}
.seat_frnd_selected span{
	padding:8px 0px 0px 6px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.seat_not_selected {
	display:block;
	width:29px;
	height:36px;
	background-image:url(../img/seat_no.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	margin-right:3px;
}
.seat_not_selected span{
	padding:8px 0px 0px 6px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.seat_available {
	display:block;
	width:24px;
	height:26px;
	background-image:url(../img/seat_sel.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	margin-right:5px;
}
.seat_selected {
	display:block;
	width:29px;
	height:36px;
	background-image:url(../img/seat_booked.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	margin-right:5px;
	
}
.seat_selected span{
	padding:8px 0px 0px 6px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.seat_front_available {
	display:block;
	width:62px;
	height:63px;
	background-image:url(../img/seat_frontali.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
	margin-right:5px;
}
.seat_front_available span{
	padding:8px 0px 0px 6px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.seat_not_available {
	display:block;
	width:29px;
	height:36px;
	background-image:url(../img/seat_NA_right.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
	margin-right:5px;
}
.seat_not_available span{
	padding:8px 0px 0px 6px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
}
#seating_area_map {
	background-color:#ffffff;
	text-align:center;
}
#seating_area_map .seating_bg {
	background-image:url(../img/train_seating_bg.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:870px;
	height:214px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	overflow:hidden;
}

/*---- user list ---*/

body.block{
	overflow:hidden;
}

#usersList .dataTables_scrollHead > .dataTables_scrollHeadInner>table, 
#usersList .dataTables_scrollHead > .dataTables_scrollHeadInner{width:100% !important;}

#usersList .dataTables_scrollHead tr th:nth-child(1){
	width:5%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(2){
	width:14%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(3){
	width:14%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(4){
	width:9%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(5){
	width:30%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(6){
	width:15%!important
}
#usersList .dataTables_scrollHead tr th:nth-child(7){
	width:13%!important
}



#tableUserList tr td:nth-child(1){
	width:5%!important
}
#tableUserList tr td:nth-child(2){
	width:15%!important
}
#tableUserList tr td:nth-child(3){
	width:15%!important
}
#tableUserList tr td:nth-child(4){
	width:10%!important
}
#tableUserList tr td:nth-child(5){
	width:40%!important
}
#tableUserList tr td:nth-child(6){
	width:10%!important
}
#tableUserList tr td:nth-child(7){
	width:5%!important
}



/*
th.choose.sorting{
	background-image: none !important;
	cursor: initial !important;
}

table.dataTable {
	  table-layout: fixed; 
  word-wrap:break-word; 
}

table#tableUserList tbody th,
table#tableUserList tbody td {white-space: nowrap;}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc{ font-size:14px!important}
.dataTables_scrollHead>.dataTables_scrollHeadInner>table, 
.dataTables_scrollHead>.dataTables_scrollHeadInner{width:100% !important;}
.dataTables_scrollBody>table>thead{display:none;}

.dataTables_length, .dataTables_info{
	padding: 15px 10px;
}

.dataTables_filter, .dataTables_paginate{
	padding: 10px	
}	
			
section#usersList #tabs_mappa {
	background: #dbdbdb;
    margin-left: 24px;
    text-align: center;
    width: 400px;
    list-style: none;
    padding: 7px 0px;
    margin-top: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; 
}
section#usersList #link_mappa {
	  text-transform: uppercase; 
	  text-decoration: none;
	  color: white;
	  font-size: 20px;
  }
section#usersList #mappa {
  background: #dbdbdb; 
  height: auto;
  min-height: auto;
  overflow: scroll;
}
#usersList{
    position: relative;
}

#review_whiteline{
    position: absolute;
    margin-top: 4.5%;
    width: 300px;
    height: 3px;
    background: white;
    z-index: 1;
    margin-left: 12%;
}

#usersList li#tabs_chiudi{
    background: #6e6e6e;
    margin-left: 100px;
    outline: none;
    border: none !important;
    text-align: center;
    width: 150px;
    height: 38px;
    list-style: none;
    position: relative;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    margin-top: 0.5%;
    z-index: 1;
    left: 80%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
*/

a#link_chiudi{
    font-size: 18px;
    color: white !important;
    text-decoration: none;
        padding: 6px 9px 2px 9px !important;
    line-height: 38px;
    float: none !important;
    font-weight: 700;
}			
			
.review_overlay{
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.5;
        -webkit-transform: scale(0);
        display: none;
    }
    
    /* finestra modale */
     .review_finestra_mappa, .review_finestra_dettaglio{
        z-index:3;
        top: -1500px;    /* mando la finestra fuori dalla pagina */
        margin-left: auto;
    	margin-right: auto;
    	left: 0;
    	right: 0;
        background-color: white;
        width: 968px;
    	display:none;
        box-shadow: 0px 0px 20px black;
    }
    
    .review_finestra_mappa{
    	position:fixed;
    }
    
    .review_finestra_dettaglio{
    	position: absolute;
    }
    
    .review_overlay,
    .review_finestra_mappa, .review_finestra_dettaglio{
        transition: all 0.4s ease;
    }
    
      .review_overlay.visibile{
        -webkit-transform: scale(1);
        display: block;
    }
    
     .review_finestra_mappa.visibile, .review_finestra_dettaglio.visibile{
        display:block;
    }
    
     .review_finestra_mappa.visibile_scroll, .review_finestra_dettaglio.visibile_scroll{
     	top: 50px;
     }
				
/*---- fine user list ---*/



		
.soaButtonMini.soaButtonEditSearch,.soaButtonSearchResults {font-size:14px!important;text-transform:none!important}
#soaResultsReview input{ font-size:14px}
 
 #btnRefreshFilter[disabled]{
 	background:#eee!important;
 	border:0!important;
 }
 .text-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}
 
.soaResetNew{
	background: #c2b499;
    border-radius: 3px;
    padding: 3px 10px;
    width: 100%;
    border: 1px solid #736258;
}
 
.soaLegNum{padding: 10px 5px 0px 5px;border: 1px solid #EEE;background: #f2f2f2;clear:both}
 
.soaPriceMobile{
	width:100%;
}
.soaPriceMobile td, .soaPriceMobile th{
	font-size:12px;
}

.soaNumSol{display: block;float: none;}
.soaResultsTitle li{list-style:none;margin: 0px 7px;}
.soaResultsTitle{
    float: left;
    padding-left: 20px;
    border-top: 1px solid #026EB7;
    border-bottom: 1px solid #026EB7;
    padding: 10px 0px 10px 45px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    background: #f2f2f2;
}
 
#viewPriceDetail .well div{
	    margin-top: 25px;
	    margin-bottom: 5px;
}

#viewDetailBrand pre, #viewFaresDetail pre{
	white-space: pre-line;
    font-family: inherit;

}
 
 #soaResultsReview,  #soaDetailReview{
        padding: 13px;
	    min-height: 10px !important;
	   /* font-size: 20px;*/
 }
 
  #soaResultsReview{
  	border:none;
  	background: #f6f5f1;
  }
  
  #soaDetailReview{
  	border: 3px solid #026EB7;
  }
 
 
#soaResultsReview .table > tbody > tr > td {
	border:none !important;
}




#soaResultsReview ul table.table tbody tr td .soaReviewRouteBox{
	border: 1px solid #e5e5e5;
    padding: 5px;
    border-radius: 3px;
    position:relative;
    background: #ffffff
}

#soaResultsReview ul table.table tbody tr td .soaReviewRouteBox span i{
	color: #e1e1e1
}

 
#soaResultsReview h2,  #soaDetailReview h2{
 	font-size: 20px;
 	color: #333;
    margin-bottom: 5px;	
 }

 
#soaResultsReview h2>b,  #soaDetailReview h2>b, 
#soaResultsReview ul table.table tbody tr td .soaReviewRouteBox b{
	color: #026EB7;
}
 
 #soaResultsReview ul li,
 #soaDetailReview ul li{
      margin: 3px 0px;
  }
  
 #soaResultsReview ul li span,
 #soaDetailReview ul li span{
 	    margin-right: 7px;
 	    line-height: 17px;
 }
 

.faresDialog {
	width: 800px !important
}

.faresDialog .ui-dialog-titlebar {
	background: #026eb7
}
#soaSidebar {display:none}
#soaSidebarButton {display:block;}
#soaSidebarButton button{width:100%}
.soaSidebarTitle {font-size:1em;}
.soaSidebarTitleNew {background:#eee;margin:10px 0;padding:5px}

@media ( min-width :1200px) {
	#soaSidebar {display:block}
	#soaSidebarButton {display:none}
}
@media ( min-width :993px) {
	
	
	#soaResultsReview h2>b, #soaDetailReview h2>b{
		font-size: 20px
	}
	
	#soaSidebarBtn{
		margin: 15px 0px 0px 15px !important;
	}
	
	.soaFlightDetailResults li, .soaResultsTitle li{float:left;padding:0px;}
	
	.soaResultsDetail{width:95%}
	
	.soaModalPrice{width:60%;}
	
	.soaFromApt,.soaToApt{width:15%}
	.soaImgCom{width: 7%;}
	.soaFltNum{width: 4%;}
	.soaBkClass{width: 7%;}
	.soaFlStop{width: 5%;}
	.soaFromTime,.soaToTime{width: 9%;}
	.soaBaggage{width: 13%;}
	
	#soaResultsReview{
		    float: left;
    		width: 100%;
    		margin: 4px 0px 10px 0px;
	}
	
	#soaDetailReview{
		float: left;
	    width: 80%;
	    margin: 4px 0px 10px 0px;
	}
	
	
	.soaTripReviewCustom{
		width: auto;
		margin-top: 4px;
	}
}

@media ( max-width :992px) {
	
	
	#soaResultsReview h2, #soaResultsReview h2>b,
	#soaDetailReview h2>b{
		font-size: 15px
	}
	
	#soaResultsReview table tbody tr td{
		display: block;
	}
	
	#soaResultsReview table tbody tr td.soaReviewRouteBoxDate{
	    display: block;
        width: 35%;
        float: right;
	}
	
	
	#soaSidebarBtn{
		    width: 93%;
    		float: none;
    		margin: 10px auto;
	}

	.soaAirlineLogoDetail{width:35px;}
	
	.soaFlightDetailResults li, .soaResultsTitle li{float:left;padding:0px;}
	.soaResultsTitle{width: 100%;}
	.soaResultsDetail{width:95%}
	.soaButtonReset{float: none;}
	
	.soaFromApt,.soaToApt{width: 15%;}
	.soaImgCom{width: 8%;}
	.soaFltNum{width: 6%;}
	.soaBkClass{display:none}
	.soaFlStop{display:none}
	.soaFromTime,.soaToTime{width: 12%;}
	.soaBaggage{width: 12%;}
    
	
	
	#soaResultsReview, #soaDetailReview{
		float: none;
	    margin: 10px auto
	}
	
	
	
	.soaTripReviewCustom{
		float:none;
		margin: 10px auto; 
		width: 100%;
	}
}

@media(min-width:768px){
	.soaPriceMobile{display:none;}

}

@media(max-width:767px){
	
	.soaElecTicket{
		color:#333;
	}
	
	.soaButtonMini{
		float:none;
		margin: 0 auto; 
		width: 100%;
	}
	
	
	
}


/*!
 *  Font Awesome 4.7 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular')
		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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.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: 0.14285714em;
	text-align: center;
}

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

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	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;
}
/* Deprecated as of 4.4.0 */
.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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
	-ms-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 {
	-ms-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-pp: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-resistance: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";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before
	{
	content: "\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

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

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.fa-star,.fa-star-half-o {
	color: #026EB7
}

/* SPIN */
@keyframes spin { 
	
	0%{
		transform: rotate(0deg);
	}

	100%{
	transform :rotate(359deg);
	}
}
.faa-spin.animated,.faa-spin.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-spin
	{
	animation: spin 1.5s linear infinite;
}

.faa-spin.animated.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-parent.animated-hover:hover>.faa-spin.faa-fast
	{
	animation: spin 0.7s linear infinite;
}

.faa-spin.animated.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-parent.animated-hover:hover>.faa-spin.faa-slow
	{
	animation: spin 2.2s linear infinite;
}



/* MODIFICHE AS 21.12.2016 */
.soatHotelAs{
	margin: 5px 5px 5px 0px;
    color: #026EB7;
    font-weight: bold;
    background: white;
    border: 1px solid #026EB7;
    padding: 7px;
    position: relative;
}

.soaFlex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}


.review_overlay{
	display:none
}


.soafare_CNN, .soafare_INF, .soafare_INN, .soafare_ITF{
	display:none;
}


.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.soat_title_item{overflow:hidden}

#fares-dialog a{
	font-size: 13px
}



.soaFormCustomer h3{
	font-weight:bold;
	font-size:20px;
	margin:10px 0
}
.soaFormCustomer .row{
	margin:10px -15px;
	
}
.soaFormCustomer .row.section{
	background:#eee;
	padding:20px 0
}
.soaFormCustomer .soaNoMargin{
	margin:0px -15px
	
}
.soaFormCustomer label{
	margin-top:10px
}

.main-table thead th,.main-table tfoot th{
	background:#ccc
}


.table-scroll {
	position:relative;
	max-width:100%;
	overflow:hidden;
	border:1px solid #666;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th{
	/*background:#EBEBEB;*/
	font-weight:bold;
	color:#fff;
	font-size:14px;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	vertical-align:top;
	
	
}
.table-scroll td{
white-space:nowrap;


}
.fixed-side{
	background:#fff!important;
	font-weight:normal;
	color:#555!important;
	white-space:nowrap;
	width:250px
}

.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	
}
.clone .fixed-side {
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}

.tabInfotreno {
    width: 100%;
    border-collapse: separate;
}
td.infoTrenoImg {
    background-repeat: no-repeat;
    background-position: center;
    margin: -10px;
}


.treni-dialog-stops .ui-dialog-content{
	padding-bottom:20px
}
.treni-dialog-stops.ui-dialog .ui-dialog-titlebar{
	background:#fff!important;
	border:0
}

.timeline ul li:first-child{
	background: #fff;
	height:0;
	
}
.timeline ul li:first-child::after {
	background: #800;
}
.timeline ul li:first-child span{
margin-top:-17px	
}
.timeline ul {
	margin-bottom:10px
}


.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 5px;
  margin: 0 auto 0 10px;
  padding-top: 30px;
  background: #800;
  font-size:12px
}
.timeline ul li span{
	display: block;
	width: 200px;
	margin-left: 20px;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: inherit;
}

.soaPaymentsRadio{
	margin-left:0;
	padding-left:0;
}
.soaPaymentsRadio li{
	display:block;
	text-align:left;
	border-bottom:1px solid #eee;
	padding:10px;
	text-transform:uppercase;
	font-weight:bold
}
.soaPaymentsRadio li input[type='radio']{
	margin-right:20px
}
.soaClassTrainNew.FR a.soaTrainsButtonStops{
	color:#fff!important
}
.soaClassTrainNew.IT a.soaTrainsButtonStops{
	color: #fff!important;
}

.trainHour{
	color:#800; font-weight:bold;
}
.trainArrival{
	color:#444
}
.trainPriceSummary{
	padding:2px 0px; margin-right:10px; color: #fff; float:right; font-size: 18px;text-align:righr
}
.soaTitolettoNew{
	padding-top:10px
}
#btnKo,#btnOk,#btnCarnet{
	width:100%;
	text-align:center
}

.box-filter {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	padding:0 0 10px 0
}
.header-filter {
	font-weight:bold
}
.dropdown-carnet{
	width:500px; 
	overflow-y: auto; 
	height:300px
}
.dropdown-carnet li:hover{
	background:#eee;
	cursor:pointer
}
.rotazione{
	transform: rotate(90deg); /* rotate x-axis and y-axis */
}
.ntv_reserved{fill:#f2f4f7}
.ntv_reserved.seat_number{fill:#666!important}

.ntv_open{fill:#add475}
.ntv_open.seat_number{fill:#fff!important}

.ntv_selected{fill:#7c0f06!important}

.ntv_standard{fill:#0ac4a5}
.ntv_standard.seat_number{fill:#fff!important}

.ntv_standard_tavolino{fill:#003245;}
.ntv_standard_tavolino.seat_number{fill:#fff!important}

.ntv_premium{fill:#eeab00;}
.ntv_premium.seat_number{fill:#fff!important}

.ntv_premium_tavolino{fill:#1a6175;}
.ntv_premium_tavolino.seat_number{fill:#fff!important}


#tooltip {
  background: cornsilk;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
}
.img-card{
	width: 44px;
    position: absolute;
    left: 20px;
    top: 29px;
}
#id-ccNumber {
	padding-left:50px
}
.labelValidCreditCard{
	color:#b00;
}
.labelValidCreditCardInputKo{
	border:1px solid #b00;	
}
.labelValidCreditCardInputOk{
	border:1px solid #21bb00;
	
}
.warning-booking{
	color:#b00
}
.soaButtonGreen{
	background-color:#74df93!important;
	text-transform: uppercase;
    font-size: 14px !important;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 5px!important;
    color: #152836!important;
    font-weight:bold;
}

.magicbox-table .box-fare{
	font-size:1em; 
	color:#800; 
	font-weight:bold;
	min-height:40px
}
.magicbox-table .corporate-price{
	color:#bf9c03;font-size:1.2em
}
.magicbox-table .corporate-price-small{
	text-decoration: line-through;color:#666
}
.magicbox-price{
	color:#800;font-size:1.2em
}
.item-train{
	margin:0;display:flex;width:100%;background:#f8f8f8;padding:10px
}
.item-train-label{
	margin-bottom:10px
}
.item-train-separator{
	margin-top:7px;margin-bottom:10px;border-top:3px solid #333;padding-top:10px
}
.item-train-detail{
    display: flex;
    width: 100%;
    background: #f8f8f8;
    margin: 10px 0;
    padding: 10px 0;}
    
.example-popover{
	font-size:20px;	
}
.box-home-loghi{
	margin-top:5px;
	background: #ffffffab;
	width: 300px;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}
.input-cerca-associa{
	color:#000;
	font-weight:normal;
	margin-left: 10px;
	width:300px;
	padding:5px!important;
	font-size:14px!important
}
.carnet-row{
	margin:10px 0!important
}
.carnet-item-list {
	display:flex;
	}
.carnet-item-list div{
	padding:5px;
	font-size: 13px;
}
.carnet-item-list img{
	width:30px
}
.carnet-button{
	width:100%;
	text-align:left;
	height:80px
}
.custom-tratta-title{
	font-size:18px
}
