body,
.body {
	/* min-width: 1290px; */
	background: none repeat 0 0 rgb(51, 51, 51);
	margin: 0;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/***************** HEADER ***************************/
#wrapper {
	width: 1290px;
	margin: 0 auto;
}
#logo-wrapper {
	height: 100px;
	background-color: #ffffff;
	width: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#logo {
	float: left;
	position: relative;
}
#logo a {
	background: url('../images/logo.png') transparent 0 0 no-repeat;
	width: 227px;
	height: 100px;
	display: block;
}
#top-ad {
	display: none;
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 5px;
}
#header {
	width: 1500px;
	background: #fff;
	width: 100%;
	position: relative;
	margin-top: 131px;
}
#header .gray {
	background: #e5e5e5;
	border-top: 4px solid #ff6633;
	position: fixed;
	width: 100%;
	top: 100px;
	left: 0;
	z-index: 999;
}
.gray .info {
	text-align: left;
	margin: 0 auto 0;
	color: #ff6633;
	font-size: 12px;
	line-height: 17px;
}
.gray .info:after {
	content: "";
	display: block;
	clear: both;
}
.gray .info > span {
	float: left;
	margin-left: 25px;
	padding: 5px 0;
}
.gray .info > .airlines-intro {
	padding-left: 25px;
	margin-left: 0;
	background: url(../images/css/icon-small-airplane.png) left center no-repeat;
}
.gray .info > .photos-intro {
	padding-left: 28px;
	background: url(../images/css/icon-small-photos.png) left center no-repeat;
}

.latest-arrivals {
	float: right;
	position: relative;
	text-align: right;
	width: 300px;
	padding: 5px 55px 5px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff6633;

	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.latest-arrivals:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff8855;
}
.latest-arrivals .go-icon {
	position: absolute;
	height: 47px;
	width: 47px;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	background: #ff6633 url(../images/css/icon-go.png) center center no-repeat;

	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.latest-arrivals:hover .go-icon {
	background-color: #ff8855;
}

#flying {
	/*background: url('../images/css/flying.png') no-repeat 0 0 transparent;*/
	width: 1290px;
	margin: 0 auto;
}
.HOME #flying,
.LOGIN #flying {
	padding: 30px 0;
	min-height: 139px;
}
#flying:before,
#flying:after {
	content: "";
	display: block;
	clear: both;
}
#flying a.back-to-home {
	display: none;
	position: absolute;
	top: 80px;
	left: 45px;
	font-weight: 700;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.last-added {
	float: left;
	width: 630px;
	min-height: 470px;
	position: relative;
}
.last-arrow {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #ff6633;
	margin-bottom: 20px;
}
.last-added-todays {
	float: left;
	margin-left: 30px;
	width: 260px;
	min-height: 410px;
	padding: 30px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	background-color: #e5e5e5;
}
.last-added-todays a {
	font-weight: 700;
	color: #ff6633;
}
.last-added-todays a:hover {
	color: #ff8855;
}
.last-added-todays p:first-child {
	margin-top: 0;
}
.last-added-todays p {
	margin-bottom: 0;
}
.last-added-info {
	float: left;
	margin-left: 30px;
	width: 300px;
	min-height: 470px;
	font-size: 16px;
	font-weight: 500;
	color: #0d7abe;
}
.last-added-info h2 {
	font-size: 31px;
	line-height: 35px;
	color: #0d7abe;
	margin: 0 0 -5px;
}
.last-added-info p.class {
	color: #0D7ABE;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 45px;
}
.button-todays {
	background: url("../images/css/todays-button.png") no-repeat scroll 0 0 transparent;
	height: 66px;
	margin: 0 45px 0 0;
	position: absolute;
	right: -21px;
	top: 63px;
	width: 184px;
}
#flying .button-todays a {
	left: 12px;
	padding: 14px 11px;
	position: absolute;
	text-decoration: none;
	top: 12px;
	color: #333333;
}
#menu {
	float: right;
}
.tab,
.social {
	width: 120px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #ff6633;
	text-transform: uppercase;
	font-weight: 500;
}
.tabs .tab {
	width: auto;
	padding: 10px;
	color: #fff;
	cursor: pointer;

	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.tabs .tab:hover {
	color: #ff6633;
}
.tabs .tab.active,
.tabs .tab.active:hover {
	color: #fff;
	background-color: #ff6633;
}
.social {
	width: auto;
}
.social:before,
.social:after {
	content: "";
	display: block;
	clear: both;
}
.social a {
	display: block;
	float: left;
	height: 100px;
	width: 33px;
	background-color: #3b5999;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.social a.facebook {
	background-image: url(../images/css/icon-fb.png);
}
.social a.twitter {
	background-image: url(../images/css/icon-tw.png);
	background-color: #2aa9e0;
}
.social a.linkedin {
	background-image: url(../images/css/icon-in.png);
	background-color: #007bb6;
}
.social a:hover {
	background-color: #ff6633;
}
/*******/
.tab > a,
.tab > div {
	display: block;
	color: #ff6633;
	padding: 15px 0;
	text-decoration: none;
	font-weight: 700;
	text-align: center;

	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.tab > a > span,
.tab > div > span {
	color: #ff6633;
}
.tab > a > .icon,
.tab > div > .icon {
	display: block;
	height: 45px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;

	background-color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;

	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.tab > a > .icon.Login,
.tab > div > .icon.Login {
	background-image: url(../images/css/icon-login.png);
}
.tab > a > .icon.Photos,
.tab > div > .icon.Photos {
	background-image: url(../images/css/icon-photos.png);
}
.tab > a > .icon.Upload,
.tab > div > .icon.Upload {
	background-image: url(../images/css/icon-upload.png);
}
.tab > a > .icon.Search,
.tab > div > .icon.Search {
	background-image: url(../images/css/icon-search.png);
}
.tab > a > .icon.News,
.tab > div > .icon.News {
	background-image: url(../images/css/icon-news.png);
}
.tab > a > .icon.Contact,
.tab > div > .icon.Contact {
	background-image: url(../images/css/icon-contact.png);
}
.tab > a:hover > .icon,
.tab > div > .icon,
.tab.active > a > .icon,
.tab.active > div > .icon {
	background-position: center bottom;	
}
.tab > a > .icon + span,
.tab > div > .icon + span {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.tab > a:hover,
.tab.active > a,
.tab.active > div {
	background-color: #ff6633;
	color: #fff;
	text-decoration: none;
}
.tab > a:hover > span,
.tab.active > a > span,
.tab.active > div > span {
	color: #fff;
}

/* *********************** GENERAL ************************/
.hidden {
	display: none;
}
a {
	text-decoration: none;
	color: #0d7abe;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	color: #0d5a9e;
	text-decoration: none;
}
.left {
	float: left;
}
.photographer {
	background: url('../images/css/photographer.png') 3px center no-repeat transparent;
	padding-left: 35px;
	line-height: 30px;
	margin: 0 0 15px;
}
.star {
	background: url('../images/css/star.png') 0 0 no-repeat transparent;
	padding-left: 35px;
	line-height: 30px;
}
.lighter .photographer {
	background: url('../images/css/photographer-lighter.png') 3px 10px no-repeat transparent;
	border-top: 1px solid #555555;
	padding: 10px 0 0 40px;
}
.lighter .star {
	background: url('../images/css/star.png') 3px 0 no-repeat transparent;
	font-weight: 700;
	padding-left: 40px;
}
.route {
	background: url('../images/css/route.png') 0 2px no-repeat transparent;
	padding-left: 35px;
	margin: 0 0 30px;
}
.lighter .route {
	background: url('../images/css/route-lighter.png') 0px 10px no-repeat transparent;
	border-top: 1px solid #555;
	padding: 10px 0 0 40px;
}
.lighter .klass {
	background: url('../images/css/class-lighter.png') 5px 7px no-repeat transparent;
	border-top: 1px solid #555;
	padding: 10px 0 0 40px;
}
.meal {
	background: url('../images/css/meal.png') 4px 0 no-repeat transparent;
	padding-left: 35px;
	line-height: 30px;
	min-height: 34px;
	padding-top: 4px;
	margin: 0 0 20px;
}
.lighter .meal {
	background: url('../images/css/meal-lighter.png') 5px 4px no-repeat transparent;
	border-top: 1px solid #555;
	padding: 11px 0 0 40px;
	min-height: 32px;
	max-height: inherit;
}
.drink {
	background: url('../images/css/drink.png') 6px 0 no-repeat transparent;
	padding-left: 35px;
	line-height: 30px;
	margin: 0 0 45px;
}
.lighter .drink {
	background: url('../images/css/drink-lighter.png') 6px 6px no-repeat transparent;
	border-top: 1px solid #555;
	padding: 10px 0 4px 40px;
	min-height: 10px;
}
.comment {
	background: url('../images/css/comment-lighter.png') 3px 13px no-repeat transparent;
	padding-left: 40px;
	border-top: 1px solid #555;
	padding: 10px 0 0 40px;
}
.meal-info {
	background: url('../images/css/info-lighter.png') 3px 11px no-repeat transparent;
	padding-left: 40px;
	border-top: 1px solid #555;
	padding: 10px 0 0 40px;
}
.readmore-container {
	margin: 0;
}
.readmore {
	color: #0d7ABE;
	font-size: 16px;
	text-decoration: none;
}
.readmore:after {
	content: ">>";
	padding-left: 5px;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
.readmore:hover {
	color: #0d5a9e;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
.readmore:hover:after {
	padding-left: 10px;
}
.last-added .photo {
	overflow: hidden;
	position: relative;
	width: 620px;
	height: 460px;
}
.last-added .photo img {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 630px;
	min-height: 470px;
}
.year-col {
	padding: 0 32px;
	float: left;
}
.year {
	display: inline-block;
	font-size: 13px;
	margin: 0 10px;
	padding: 12px 0;
	text-align: center;
}
.year .active {
	color: #FFCC00;
}
.year.active a,
.year a:hover,
.photo-col div a.active,
.photo-col div a:hover,
.continent a.active,
.continent a:hover,
.country a.active,
.country a:hover,
.alliance a.active,
.alliance a:hover,
.continent-airline:hover,
.abc a.active,
.abc a:hover {
	color: #FFCC00;
}
.year a,
.photo-col div a,
.continent a,
.country a,
.alliance a,
.abc a,
.continent-airline {
	color: #FFFFFF;
	text-decoration: none;
}
.continent-airline:hover {
	text-decoration: none;
}
a.news-source {
	margin-left: 5px;
}
#news-headlines .news-content {
	white-space: normal;
	height: 200px;
	padding: 0;
}
.news {
	padding-top: 15px;
}
.news-date {
	width: 190px;
	float: left;
	color:white;
}
.news-desc a {
	color: #ffffff;
	text-decoration: none;
}
.news-desc a:hover {
	color: #FFCC00;
}
.news-desc {
	width: 750px;
	text-align: right;
}
.news-desc > a:first-child {
	float: left;
}
.news-source,
a.news-source {
	color: rgb(92, 92, 92);
	text-decoration: none;
}
a.news-source:hover {
	color: #FFFFFF;
}
.source {
	margin-top: -30px;
}
.news-date-details {
	margin-bottom: -15px;
	color:white;
}
.back {
	padding: 60px 0 40px 0;
	border-top: 1px solid #666666;
}
.back a,
a.backlink,
#more-news a {
	color: rgb(153, 153, 153);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.back a:hover,
a.backlink:hover,
#more-news a:hover {
	color: #ffffff;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
h1.ads {
	padding-bottom: 0;
	margin-bottom: 0;
}
h2.ads {
	margin: 0;
}
.title {
	font-size: 14px;
	color: #FFCC00;
	text-transform: uppercase;
	/* font-weight: 700;
	*/ padding-top: 40px;
	border-top: 1px solid #666666;
}
p + .title {
	margin-top: 30px;
}
.title.no-border,
.no-border {
	padding-top: 0;
	border: 0 none;
}
.yellow {
	color: rgb(217, 175, 91);
}
.subtitle {
	font-size: 13px;
	font-weight: 700;
	margin: -40px 0 40px 0;
	color:white;
}
#content {
	padding-top: 45px;
}
.container-title {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 0 5px;
}
.container-1 {
	width: 1290px;
}
.withMarB {
	margin-bottom: 30px;
}

.container-2 {
	width: 950px;
	float: left;
	padding-bottom: 30px;
}
.container-2.withPadL {
	padding-left: 30px;
}
.container-3 {
	width: 300px;
	float: left;
	padding-bottom: 30px;
}
.airlinemeal-bg {
	background: transparent;
}
.airlinemeal-bg div {
	display: block !important;
	margin: 0 auto;
}
.airlinemeal-bg.no-margin div {
	margin: 0 auto;
}
.airlinemeal-bg iframe {
	display: block;
	margin: 0 auto;
}
.container-3.withPadL {
	padding-left: 30px;
	width:229px;
}
.container-4 {
	width: 335px;
	float: left;
	position: relative;
	padding-bottom: 30px;
}
.container-4.withPadL {
	padding-left: 30px;
}
.container-630 {
	float: left;
	width: 630px;
	padding-bottom: 30px;
}
.container-630.withMarL {
	margin-left: 30px;
}
.container-630.gray-bg {
	width: 600px;
	background-color: #c2c2c2;
	padding: 1px 15px;
	color: #666;
	font-weight: 700;
}
.container-5 {
	width: 765px;
	float: left;
	padding-left: 10px;
	padding-bottom: 40px;
}
.container-6 {
	width: 736px;
	float: left;
	padding: 0 22px 0 32px;
}
.container-3x {
	width: 380px;
	float: left;
	padding: 30px 37px 0 0;
	margin: 0 37px 0 0;
	min-height: 350px;
	position: relative;
}
.with-border-between {
	border-right: 1px solid #666;
}
.container-3x.three-1 {
}
.container-3x.three-2 {
}
.container-3x.three-3 {
	padding-right: 0;
	margin-right: 0;
	border-right: 0 none;
}
.container-3x2 {
	width: 835px;
	float: left;
}
.border-left {
	border-left: 1px solid #666666;
}
.border-bottom {
	border-bottom: 1px solid #666666;
}
.auto {
	margin: auto;
}
.padding-left {
	padding-left: 10px;
}
.padding-left2 {
	padding-left: 20px;
}
.padding-left4 {
	padding-left: 40px;
}
.padding-right {
	padding-right: 10px;
}
.padding-right2 {
	padding-right: 20px;
}
.margin-left {
	margin-left: 10px;
}
.margin-left5 {
	margin-left: 5px;
}
.margin-left2 {
	margin-left: 20px !important;
}
.margin-right {
	margin-right: 10px;
}
.margin-right0 {
	margin-right: 0 !important;
}
.alignright {
	text-align: right;
}
.camera {
	background: url('../images/css/camera.png') no-repeat 11px 11px transparent;
	padding-left: 35px;
}
span.camera {
	background: url('../images/css/camera-red.png') no-repeat 11px 11px transparent;
}
.clear {
	clear: both;
}
.error {
	min-height: 43px;
	background-color: #993333;
	color: #FFFFFF;
	padding: 5px 20px;
	font-size: 14px;
	margin: 10px 0;
}
.message {
	min-height: 43px;
	background-color: #227722;
	color: #FFFFFF;
	padding: 5px 20px;
	font-size: 14px;
	margin: 10px 0;
}
a.white {
	color: #ffffff;
	font-size: 9px;
	padding-right: 6px;
}
p {
	line-height: 20px;
}
li {
	list-style-type: none;
	background: url('../images/css/tick.png') no-repeat top left;
	padding-left: 20px;
	margin: 10px 0;
}
.700 {
	font-weight: 700;
}
#google {
	float: right;
	margin-right: 4px;
}
#google #customBtn {
	background: none repeat scroll 0 0 #CC3732;
	color: white;
	display: inline-block;
	height: 41px;
	margin: 4px 7px 0 0;
	width: 175px;
	cursor: pointer;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
#google #customBtn:hover {
	background: #DC4742;
}
#google span.label {
	font-weight: 700;
}
#google span.icon {
	background: url('../images/btn_red_32.png') transparent 10px 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
#google span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 40px;
	font-size: 14px;
	font-weight: 700;
}
.fb-login {
	background: url("../images/css/facebook-icon.png") no-repeat scroll 15px center #3B5998;
	width: 175px;
	height: 41px;
	float: left;
	margin: 4px 0 0 4px;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
.fb-login:hover {
	background-color: #4B69a8;
}
.fb-login a {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 11px 10px 10px 45px;
	color: #FFFFFF;
	display: block;
	width: 120px;
}


.pictures-preview {
	float: left;
	width: 170px;
	padding-right: 60px;
}
.picture-container {
	float: left;
	width: 720px;
}
.picture-container img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.picture-container .lighter {
	padding-top: 40px;
	color:white;
}

.home-square {
	margin: 0 0 30px 30px;
	height: 300px;
	width: 300px;
	background-color: #ffffff;
	float: left;
	position: relative;
	overflow: hidden;
}
.home-square.large-2 {
	width: 630px;
}
.home-square.large-3 {
	width: 960px;
}
.home-square.large-4 {
	margin-left: 0;
	width: 1280px;
	clear: left;
}
.home-square.tall-2 {
	height: 630px;
}
.home-square.google-ad.tall-2,
.home-square.google-add.tall-2 {
	height: 630px;
}
.home-square.tall-3 {
	height: 960px;
}
.home-square.first {
	margin-left: 0;
	clear: left;
}
.home-square .home-square-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #cc9933;
	text-transform: uppercase;
	padding: 10px 20px;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
.home-square .new {
	background: url('../images/css/square-new.png') 0 0 no-repeat transparent;
	margin: -2px -2px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 87px;
	height: 51px;
	z-index: 9;
}
.home-square .home-square-desc {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
	padding: 0 20px 20px;
}
.home-square .home-square-pic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.home-square .home-square-pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
.home-square:hover .home-square-title {
	color: #cc9900;
}
.home-square:hover .home-square-pic img {
	width: 104% !important;
	height: 104% !important;
	left: -2%;
	top: -2%;
}

.home-square.airline-of-the-month {
	border: 0 none;
	border-radius: 0;
}
.home-square.airline-of-the-month .airline-month-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	padding: 10px 20px;
	background: rgba(255,255,255,.8);
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #ff6633;
	text-transform: uppercase;
	z-index: 2;
}
.home-square.airline-of-the-month .airline-month-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 590px;
	padding: 10px 20px;
	background: rgba(255,102,51,.5);
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 2;
}
.home-square.airline-of-the-month .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.home-square.airline-of-the-month .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.home-square.airline-of-the-month:hover .bg-img img {
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
}
.home-square.news-headlines {
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
}
.home-square.news-headlines .news-headlines-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #cc9933;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.home-square.news-headlines .news-content {
	font-weight: 500;
}
.home-square.news-headlines .news-source {	
	font-size: 12px;
	line-height: 26px;
	color: #666;
	margin-bottom: 5px;
}
.home-square.news-headlines .news-source.lighter {
	color: #999;
	height: 100px;
	overflow: hidden;
	clear: both;
}
.home-square.news-headlines .news-source.lighter p {
	margin-bottom: 0;
}
.home-square.news-headlines .news-source.lighter p:first-child {
	margin-top: 0;
}
.home-square.news-headlines .news-desc {
	width: auto;
	margin-bottom: 10px;
}
.home-square.news-headlines .news-desc a {
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	text-align: left;
}
.home-square.news-headlines .news-desc a:hover {
	color: #bbb;
}
.home-square.news-headlines .more-news a {
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #999;
}
.home-square.news-headlines .more-news a:after {
	content: ">";
	padding-left: 5px;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}
.home-square.news-headlines .more-news a:hover {
	color: #bbb;
}
.home-square.news-headlines .more-news a:hover:after {
	padding-left: 10px;
	color: #bbb;
}

.twitter {
	background-color: transparent;
}
.twitter-am {
	float: right;
	height: 553px;
}
.twitter .home-square-title {
	text-transform: none;
	font-size: 20px;
	padding-left: 50px;
	background: url('../images/css/twitter.png') 0 center no-repeat transparent;
}
.twitter li {
	background: none;
	padding-left: 0;
}
.tall-3 #airline-meals {
	margin-top: 0;
	height: 910px;
}
.tall-2 #airline-meals {
	margin-top: 0;
	height: 580px;
}
.tall-3 #airline-meals iframe {
	width: 300px !important;
	height: 910px;
}
.tall-2 #airline-meals iframe {
	width: 300px !important;
	height: 580px;
}
.twitter-timeline {
	height: 527px;
}
.home-square.facebook {
	background: transparent;
}
.home-square.google-ad {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background-color: transparent !important;
}
.google-ad,
.google-add {
	background-color: transparent !important;
}
.google-ad-full {
	height: 90px;
	width: 100%;
	background-color: transparent !important;
}
.google-ad-full.withBg {
	/*background-color: #ddd !important;
	border: 1px solid #cbcbcb;*/
}
.home-square.google-add {
	width: 300px;
	height: 300px;
	background-color: transparent !important;
}
.home-square.google-add.large-2 {
	width: 630px;
}
.home-square.google-add > div {
	margin-top: 100px;
}
.google-ad div,
.google-ad iframe,
.google-add div,
.google-add iframe,
.google-ad-full div,
.google-ad-full iframe {
	display: block;
	margin: 0 auto;
}

.nonppercase {
	text-transform: none;
}
.twitter-quote {
	background: url('../images/css/quote-baloon.png') 0 0 no-repeat transparent;
	border: none;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 255px;
	height: 107px;
}
.twitter-quote .logo {
	position: relative;
	margin: 21px auto auto;
	width: 160px;
	height: 60px;
}
.home-square.home-community {
	background: url("../images/css/homepage-meal.png") no-repeat scroll 8px 90px #993333;
	height: 200px;
	width: 175px;
	padding: 100px 8px 0 117px;
	position: relative;
}
.home-community a {
	color: rgb(255, 217, 172);
}
.home-community a:hover {
	color: rgb(255, 255, 255);
}
.home-community span {
	color: rgb(255, 187, 142);
}
.home-3x-ad {
	background-color: #FFFFFF;
	border: 3px solid #CDA84C;
	border-radius: 4px 4px 4px 4px;
	float: left;
	height: 112px;
	margin: 30px 0 0;
	position: relative;
	width: 825px;
	text-align: center;
}
.home-3x-ad div {
	padding: 4px 14px;
}
.submenu {
	margin-top: -30px;
}
.submenu a {
	padding-right: 100px;
	text-transform: uppercase;
}
.submenu a:last-child {
	padding-right: 0;
}
.submenu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.submenu a.selected {
	color: #ffcc00;
}
#photo {
	float: right;
	margin-top: 60px;
}
.sub-col {
	width: 186.5px;
	float: left;
}
.photo-browse {
	width: 768px;
	position: relative;
	float: right;
	margin-top: 5px;
}
.photo-col {
	width: 160px;
	margin: 10px 0 10px 32px;
	float: left;
}
.photo-col div {
	text-transform: uppercase;
	padding: 10px 0;
}
.search a {
	background: url('../images/css/loupe.png') no-repeat 0 0 transparent;
	padding-left: 25px;
}
#continents {
	padding: 25px 0 40px 0;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
#continents.regions {
	padding: 10px 0;
}
#countries {
	padding: 25px 0 25px 0;
	/* border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	*/
}
#alliances {
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	min-height: 80px;
}
.continent {
	width: 192px;
	float: left;
	text-transform: uppercase;
	padding: 10px 0;
}
.continent:last-child {
	width: 160px !important;
}
.country {
	width: 185px;
	float: left;
	text-transform: uppercase;
	min-height: 24px;
}
.country-child {
	width: 185px !important;
}
.alliance {
	width: 160px;
	float: left;
	text-transform: uppercase;
	text-align: right;
	margin-right: 32px;
}
.alliance-child {
	width: 185px !important;
}
.abc {
	width: 24px;
	float: left;
	text-transform: uppercase;
}
.abc:last-child {
	width: 24px !important;
}
.continent-airline {
	float: left;
	width: 160px;
	margin: 0 30px 30px 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
	position: relative;
}
.continent-airline.last {
	margin-right: 0;
}
.continent-airline img {
	border: 0 none;
}
.continent-airline:hover img {
}
.continent-airline.expandable-img {
	position: relative;
	overflow: hidden;
}
.continent-airline.expandable-img img,
.continent-airline.expandable-img:hover img {
	border: 0 none;
	padding: 0;	
}
/*.airlinemeal-block > .continent-airline.expandable-img img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
}
.airlinemeal-block > .continent-airline.expandable-img:hover img {
	height: 102%;
	top: -2%;
}*/
.continent-airline.ads {
	text-align: center;
}
.airline-photo {
	float: right;
	margin-top: 10px;
	margin-left: 32px;
}
.airline-back {
	text-transform: uppercase;
	margin-top: -62px;
	font-weight: 400;
}
.airline-back.ads {
	margin-top: 5px;
}
.airline-back a {
	text-decoration: none;
	color: #999;
}
.airline-back a:hover {
	color: #ffffff;
}
.airline-submenu {
	float: left;
	font-size: 14px;
	font-weight: 400;
	padding: 25px 27px 40px 0;
	text-transform: uppercase;
	position: relative;
}
.airline-submenu a {
	color: #ff6633;
	text-decoration: none;
}
.airline-submenu a:hover {
	color: #ffcc00;
}
.airline-submenu span {
	color: #ffcc00;
}
.airline-submenu .active {
	background: url('../images/css/airline-selected.png') 0 0 transparent no-repeat;
	margin: 10px auto 0;
	position: relative;
	width: 13px;
	height: 7px;
}
.breadcrumb {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
}
.breadcrumb a {
	color: #bbb;

}
h1 span {
	font-size: 22px;
	color: #666;
}
.placeholder {
	height: 40px;
}
.nomargintop {
	margin-top: 0 !important;
}
.airlinemeal-block {
	height: 225px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
}
.airlinemeal-block.last {
	margin-right: 0;
}

.airlinemeal-block > a {
	background-color: #C2C2C2;
	float: left;
	height: 235px;
	text-decoration: none;
	width: 166px;
	color: #666;
	position: relative;
	overflow: hidden;
}
.airlinemeal-block > a:hover {
	background-color: #DDDDDD;
}
.airlinemeal-block > a span.img {
	display: block;
	padding: 0;
	height: 100px;
	overflow: hidden;
	border: 1px solid #333333;
	width: 142px;
	margin: 12px 12px 5px;
	position: relative;
}
a.fancybox {
	display: inline-block;
	vertical-align: top;
	background: #FFF;
}
.white.fancybox {
	background-color: transparent;
}
.airlinemeal-block > a img,
.fancybox img {
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*width: 100%;*/
	height: 100%;
	/*position: relative;*/
	display: block;
	margin: 0 auto;

	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.fancybox img {
	height: auto;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.airlinemeal-block > a:hover img,
.fancybox:hover img {
	/*width: 104%;*/
	/*height: 102%;*/
	/*left: -2%;*/
	/*top: -1%;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.airlinemeal-block > a span {
	padding: 0 12px;
	font-weight: 500;
	font-size: 15px;
}
.airlinemeal-block > a span.pic {
	background: url("../images/css/camera-2.png") no-repeat scroll 12px 2px transparent;
	padding-left: 35px;
}
.airlinemeal-block > a .rate {
	position: absolute;
	right: 0;
	bottom: 12px;
}
.airlinemeal-block > a .rate .score {
	font-size: 26px;
	padding: 0;
}
.airlinemeal-block.recent {
	height: 235px;
}
.airlinemeal-block.recent > a .rate {
	bottom: 5px;
}
.airlinemeal-block .airline-name {
	font-weight: 500;
}
.airlinemeal-block.movies,
.airlinemeal-block.movies a {
	height: 130px;
}
.airlinemeal-block .edit {
	background-color: #006500;
	bottom: 32px;
	font-weight: 700;
	height: 20px;
	left: 10px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	width: 40px;
}
.airlinemeal-block .edit a {
	text-decoration: none;
	padding: 3px 6px;
}
.airlinemeal-block .edit a:hover {
	color: #006500;
	background-color: #fff;
}
.airlinemeal-block.airlinemeal-back > a,
.airlinemeal-block.airlinemeal-next > a {
	letter-spacing: -4px;
	text-align: center;
}
.airlinemeal-block.airlinemeal-back > a:before,
.airlinemeal-block.airlinemeal-next > a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	width: 0;
	height: 235px;
}
.airlinemeal-block.airlinemeal-back > a span,
.airlinemeal-block.airlinemeal-next > a span {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 95%;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.airlinemeal-block.airlinemeal-back > a span:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 5px solid #333;
	padding: 0;
	margin-right: 10px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
.airlinemeal-block.airlinemeal-next > a span:after {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #333;
	padding: 0;
	margin-left: 10px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

#airline-wrapper {
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	width: 100%;
}
#airline-news {
	background: #ffffff url('../images/css/corner_bkg.png') no-repeat 46px 0;
	min-height: 200px;
	width: 1290px;
	margin: auto;
	padding: 0;
}
#airline-news.details {
	background: #ffffff url('../images/css/corner_bkg.png') no-repeat 146px 0;
}
.airline-header {
	background-color: #333333;
	width: 100%;
	height: 46px;
}
.two-in-one {
	width: 740px;
	float: left;
}
.airline-info-right {
	width: 352px;
	float: right;
	padding: 46px 0 30px 26px;
}
#airline-news div.gray-block {
	background-color: #e0e0e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 44px 4px;
	width: 328px;
	padding: 0px 12px 30px 12px;
}
#airline-news div.gray-block div.hr {
	height: 1px;
	border-bottom: 1px solid #999999;
	margin-top: 24px;
}
#airline-news div.gray-block span.txt-label,
span.txt-label2,
#airline-news div.gray-block span.txt-value {
	float: left;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
}
#airline-news div.gray-block span.txt-label {
	width: 92px;
}
span.txt-label2 {
	width: 110px;
}
#airline-news div.gray-block h3 {
	color: #0576c4;
	text-transform: uppercase;
	padding: 0;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 700;
	margin: 0
	margin:30px 0 0 0;
}
.two-in-one div.gray-block {
	float: left;
}
#twitter-place ul.tweet_list {
	padding: 0;
}
#twitter-place ul.tweet_list li {
	margin: 4 0;
	padding: 0;
}
#twitter-place ul.tweet_list li,
#twitter-place ul.tweet_list li a {
	background: none;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}
#banner-ads {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9f9f9f;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#share-this,
#subscribe {
	padding: 20px 10px 26px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#share-this {
	background-color: #666666;
}
#subscribe {
	background-color: #0576c4;
}
#share-this,
#subscribe {
	margin-bottom: 30px;
}
#share-this h3,
#subscribe h3 {
	padding: 0;
	margin: 0 0 36px 0;
	text-transform: uppercase;
	font-size: 14px;
}
#subscribe div {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
#subscribe span input {
	vertical-align: middle;
}
#share-this span {
	padding-left: 32px;
	font-size: 12px;
	width: 130px;
	float: left;
	line-height: 16px;
	height: 30px;
}
#share-this a,
#subscribe a {
	color: #fff;
}
#share-this span.fb,
#share-this span.gplus,
#share-this span.tw,
#share-this span.copyurl {
	background-position: 0 0;
	background-repeat: no-repeat;
}
#share-this span.fb {
	background-image: url('../images/css/fb.png');
}
#share-this span.gplus {
	background-image: url('../images/css/gplus.png');
}
#share-this span.tw {
	background-image: url('../images/css/tw.png');
}
#share-this span.copyurl {
	background-image: url('../images/css/mail.png');
}
.two-in-one .airline-news-content {
	color: #797979;
}
.two-in-one .airline-news-content h2 {
	color: #0576c4;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 50px;
	font-family: Ubuntu;
}
.two-in-one .airline-news-content h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	font-family: Ubuntu;
}
.gray-block a {
	text-decoration: none;
	color: #666666;
}
.gray-block a:hover {
	text-decoration: underline;
}
#share-this a:hover span {
	color: #FFCC00;
}
#subscribe label {
	float: left;
	width: auto;
	padding-top: 0;
}
#subscribe input {
	float: left;
}
#subscribe h3 {
	margin-bottom: 15px;
}
#subscribe #reg {
	margin-top: 40px;
	text-align: right;
}

/************************* FORM *************************/
form {
	font-size: 14px;
}
#submit,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	height: 40px;
	width: 715px;
	background-color: rgb(204, 204, 204);
	padding: 0 10px;
	font-family: Ubuntu, sans-serif;
	border: none;
}
.disabled {
	color: #B2B2B2;
}
.container-3x form input[type="text"],
.container-3x form input[type="password"],
.container-3x form textarea,
.container-3x form select,
.container-3x form input[type="email"] {
	width: 265px;
}
textarea {
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
	height: 120px;
	padding: 10px;
	resize: vertical;
	width: 715px;
}
select {
	padding: 10px 0 10px 10px;
	width: 735px;
}
option {
	padding: 10px;
}
form .radio {
	height: 43px;
	padding: 12px 15px 0 0;
	float: left;
}
form .radio label {
	width: auto;
	float: none;
	padding-top: 0;
}
label {
	width: 183px;
	float: left;
	padding-top: 12px;
	padding-left: 3px;
}
.container-3x form label {
	width: 75px;
	color:white;
}
form .item {
	clear: both;
	padding: 4px;
	margin-left: 2px;
	color:white;
}
#submit,
input[type="submit"],
input[type="button"] {
	background: #666666;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	height: 43px;
	margin: 40px 0 0 190px;
	padding: 12px;
	text-align: left;
	text-transform: uppercase;
	width: 160px;
	cursor: pointer;
}
.container-3x form input[type="submit"],
.container-3x form input[type="button"] {
	width: 365px;
	padding: 12px 0;
	margin: 0 0 0 -2px;
	text-align: center;
	background-color: rgb(204, 204, 204);
	color: #333333;
	font-weight: 400;
	position: absolute;
	bottom: 0px;
}
.container-3x .error {
	margin: 10px 6px;
}
#frmLoginErrors .error {
	margin: 10px 6px 10px 0;
}
#frmResetErrors .error {
	margin: 10px 4px 10px 3px;
}
#frmRegErrors .error {
	margin: 10px 0 10px 7px;
}
#form-reg .container-title {
	padding-left: 10px;
}
#form-reg .item {
	padding-right: 0;
}
#form-reg label {
	width: 74px;
}
#form-reg input[type="submit"] {
	width: 365px;
}
#frmSubs input[type="checkbox"] {
	float: left;
}
#frmSubs label {
	width: auto;
	padding: 0;
}
#frmSubs {
	font-size: 12px;
}
#frmSubs input[type="submit"] {
	width: 250px;
}
#frmReset p {
	padding: 0 5px;
	color:white;
}
#frmProfile .item {
	padding-left: 0;
}
#frmReg p {
	color:white;	
}
.content h1 {
	color:white;	
}

/* ************************ FOOTER ************************/
#footer {
	position: relative;
	bottom: 0;
	height: 410px;
	width: 100%;
	background-color: rgb(251, 250, 239);
}
#footer #top-ribbon {
	background: url('../images/css/mail-top-ribbon.png') repeat-x 0 0 transparent;
	width: 100%;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
#footer #bot-ribbon {
	background: url('../images/css/bot-mail-ribbon.png') repeat-x 0 0 transparent;
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer-wm {
	background: url('../images/css/footer-wm.png') no-repeat 0 0 transparent;
	position: absolute;
	right: 0px;
	bottom: 40px;
	width: 673px;
	height: 59px;
}
#extra-footer {
	background-color: rgb(153, 153, 153);
	height: 70px;
	width: 100%;
}
#footer .info {
	height: 375px;
	margin: 5px auto 0;
	padding: 20px 0;
	position: relative;
	width: 1120px;
}
#extra-footer .info {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding-top: 10px;
}
#fb {
	background-color: #333333;
	width: 1290px;
	margin: 0 auto 30px;
	padding: 20px 0;
}
.sixdivs {
	width: 186px;
	float: left;
	color: #333333;
	font-size: 14px;
	text-align: left;
}
.sixdivs p {
	padding: 0 0 0 20px;
}
.sixdivs p:first-child {
	padding: 30px 0 20px 20px;
}
.sixdivs a {
	color: #333333;
	text-decoration: none;
}
.t-left {
	text-align: left !important;
}
.bordered-top {
	border-top: 1px solid #666;
	padding-top: 30px;
}
.title-yellow {
	font-size: 14px;
	font-weight: 700;
	color: #fc0;
	margin-top: 20px;
	text-transform: uppercase;
}
.steps {
	float: right;
}
.step {
	width: 80px;
	float: left;
}
.step p {
	color: #999;
	font-size: 18px;
	margin: 0px;
	line-height: auto;
}
.step.active p {
	color: #fff;
	font-weight: 700;
}
.step .subtitle {
	font-size: 9px;
}
.step.active .subtitle {
	font-weight: 400;
}
.title-white {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}
.fid {
	width: 190px;
	min-height: 75px;
	margin-top: 15px;
	float: left;
}
.fid-about {
	background: url('../images/css/icon-about.png') no-repeat top left;
}
.fid-flight {
	background: url('../images/css/icon-flight.png') no-repeat top left;
}
.fid-meal {
	background: url('../images/css/icon-meal.png') no-repeat top left;
}
.fid-images {
	background: url('../images/css/icon-images.png') no-repeat top left;
}
.fu-items {
	float: right;
	width: 750px;
}
.fu-items .item {
	min-height: 40px;
	position: relative;
}
.fu-items input[type="text"],
.fu-items input[type="password"],
.fu-items input[type="email"],
.fu-items textarea,
.fu-items select {
	width: 595px;
}
.fu-items input.halfling {
	width: 226px;
	float: left;
}
.fu-items label {
	width: 120px;
}
.fu-items label.std {
	width: auto;
	display: inline-block;
	margin-right: 15px;
}
.fu-items .w-auto {
	width: auto;
}
.frm-upload-sbm-holder {
	margin: 0px 170px 30px 0px;
	float: right;
	position: relative;
	padding-top: 7px;
}
.btn-icon {
	position: absolute;
	top: 10px;
	left: 15px;
}
.fu-submit {
	background: #ccc;
	padding: 10px 10px 10px 60px;
	float: left;
	height: 21px;
}
.fu-submit button {
	background: none;
	border: none;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	cursor: pointer;
}
.fu-tip {
	float: left;
	width: 21px;
	height: 41px;
	background: url('../images/css/btn-tip.png') no-repeat top left;
}
.errors {
	border: 1px solid red;
	padding: 7px 15px;
	background: #ffeeee;
}
.errors p {
	margin: 0px;
	line-height: 20px;
	color: #f00;
}
.rating-holder {
	display: inline-block;
	width: 565px;
	background: #ccc url('../images/css/rh-left.png') no-repeat top left;
	padding-left: 50px;
}
.rating-holder .rh-right {
	background: url('../images/css/rh-right.png') no-repeat top right;
	padding-right: 50px;
	text-align: center;
}
.rating-holder .rate {
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	display: inline-block;
	width: 36px;
	text-align: center;
	border: 2px solid #ccc;
}
.rating-holder .rate.selected {
	border: 2px solid #fff;
}
.fu-hidden-container {
	display: none;
	position: absolute;
	top: 45px;
	left: 127px;
	width: 615px;
	z-index: 999;
	max-height: 320px;
	overflow: hidden;
}
.fuh-top {
	background: url('../images/css/tooltip-top.png') no-repeat 15px 0px;
	padding-top: 7px;
}
.fuh-left {
	background: url('../images/css/tooltip-left.png') no-repeat 0px 15px;
	padding-left: 7px;
	width: 608px;
}
.fu-hidden-container .fuh-content {
	background: #bebfc0;
	padding: 10px;
	max-height: 300px;
	overflow-y: scroll;
}
.fu-hidden-container a {
	display: block;
	padding: 5px 7px;
	color: #333;
}
.fu-hidden-container a:hover {
	background: #ddd;
	text-decoration: none;
}
.fuh-loading {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
	background: #fff;
	opacity: .8;
	filter: Alpha(opacity=80);
	color: #999;
}
.fuh-top .fuh-loading {
	top: 7px;
}
.fuh-left .fuh-loading {
	left: 7px;
}
.fuh-sm {
	top: 0px;
	left: 260px;
	width: 475px;
	background-position: 105px 22px;
	max-height: none;
}
.fuh-sm .fuh-content {
	float: right;
	width: 350px;
	height: auto;
	max-height: none;
	overflow-y: auto;
}
.fuh-sm span.caption {
	display: block;
	float: left;
	margin-top: 18px;
}
.fuh-sm .fuh-content a {
	font-size: 12px;
}
.fuh-sm .fuh-content a span {
	display: inline-block;
	margin-right: 30px;
}
.fuh-half-left {
	width: 246px;
}
.fuh-half-right {
	width: 246px;
	right: 8px;
	left: auto;
}
.file-upload {
	margin: 10px 0px;
}
.file-upload input[type='file'] {
	position: absolute;
	left: -5000px;
	display: none;
	width: 0px;
	height: 0px;
}
.file-upload img.thumb {
	position: absolute;
	right: 8px;
	top: 4px;
	width: 60px;
	height: 40px;
}
.upload-terms {
	margin: 0px 0px 30px 200px;
	font-size: 10px;
	color: #999;
	line-height: 20px;
}
.upload-terms label {
	float: none;
	padding-left: 0px;
}
.upload-terms input[type='checkbox'] {
	margin: 0px 7px 0px 0px;
}
.add_link {
	background: url('../images/css/icon-plus.png') no-repeat right center;
	padding: 7px 40px 7px 0px;
}
.progress {
	position: absolute;
}
.file-upload .progress {
	right: 8px;
	top: 44px;
	width: 615px;
}
.file-upload .progress .bar {
	height: 2px;
	background: #fff;
}
.mt-50 {
	margin-top: 50px;
	margin-bottom: 30px;
}
.link-plus-yellow {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: url('../images/css/icon-plus-yellow.png') no-repeat 0px 3px;
	padding-left: 25px;
}
.link-back-yellow {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: url('../images/css/icon-back-yellow.png') no-repeat 0px 3px;
	padding-left: 25px;
}
.no-profile {
	font-weight: 700;
	margin-top: 20px;
}
.container-2 .error {
	width: 893px;
}
.right {
	float: right;
}
.not-operational {
	background: url("../images/css/operational.png") repeat-x scroll 0 0 transparent;
	height: 13px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 160px;
}
.top10 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}
.top10 span {
	font-size: 26px;
	font-family: Ubuntu, sans-serif;
}
.top10 span.score {
	color: #666666;
}
.top10 span.pics {
	color: #999999;
}
.x2 {
	width: 542px;
}
.x2 .home-square-pic {
	height: 243px;
	margin-left: 0;
	margin-top: 10px;
	position: relative;
	width: 526px;
	z-index: 1;
}
.x2 .home-square-title {
	left: 11px;
	background-color: #000;
	padding: 0 430px 0 5px;
	top: 7px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.no-longer-operational {
	background-color: #9f8545;
	width: 352px;
	float: right;
}
.no-longer-operational span {
	width: 352px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	font-weight: 700;
	height: 15px;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
}
.movie-img {
	border: 1px solid #C2C2C2;
	width: 134px;
	margin: 0;
}
.line-right {
	border-right: 1px solid #454545;
	margin-right: -1px;
}
.no-padding-left {
	padding-left: 0;
}
.next-meal {
	height: 40px;
	text-transform: uppercase;
	padding-top: 20px;
}
.container-6 img.details {
	width: 736px;
}
.report {
	padding: 5px 0px 10px 0;
	font-size: 10px;
}
#totem {
	max-height: 860px;
	overflow: hidden;
	position: relative;
	padding-bottom: 75px;
}
#totem-ticker {
	margin: 0;
}
#totem-ticker li {
	list-style: none;
	background: none;
	margin: 0 0 0 -40px;
	padding: 0;
}
#totem img {
	width: 160px;
	margin: 2px 0;
}
#totem p {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 0 4px;
}
.totem-next {
	background: url('../images/css/totem-down.png') no-repeat 0 0 transparent;
	position: absolute;
	bottom: 0;
	height: 160px;
	width: 160px;
	cursor: pointer;
}
#totem .details {
	height: 160px;
}
.airlinemeal-block.details a {
	height: 160px;
	background-color: #333333;
}
#disqus_thread {
	padding: 10px 0 0 33px;
}
a#report {
	text-decoration: none;
}
a#report:hover {
	color: #FFCC00;
}
.lighter div.more {
	float: right;
	margin-top: 14px;
}
.lighter div.more a {
	color: rgb(90, 172, 214);
}
.continent-airline.bts img {
	width: 160px;
}
#special-meal-type {
	padding-top: 13px;
}
.captcha {
	margin-left: 188px !important;
}
#submit {
	padding: 25px 12px 0;
	width: 136px;
	margin: 40px 0 0 186px
}
#menu.fancybox-margin {
	margin-left: -569px !important;
}
#frmChpsw input[type='submit'] {
	margin-left: 186px;
}

#airline-images .displaying,
.container-1.displaying {
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
	color:white;
}
#jumper {
	background-color: #666;
	color: #aaa;
	font-size: 11px;
	height: 26px;
	padding: 5px;
	width: 150px;
	outline: none;
	cursor: pointer;
}
.jumper {
	float: right;
	color: #666666;
	width: 160px;
	font-size: 11px;
}
.x25 {
	width: 451px !important;
	height: 310px !important;
	margin-bottom: 38px;
}
.x25 a.piclink {
	height: 286px;
	padding: 12px;
	width: 421px;
}
.airlinemeal-block .del {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #CC0000;
	font-weight: 700;
	height: 20px;
	position: absolute;
	right: -10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: -10px;
	width: 20px;
}
.airlinemeal-block .del a {
	color: #cc0000;
	text-decoration: none;
	padding: 3px 6px;
}
.airlinemeal-block .del a:hover {
	color: #fff;
	background-color: #cc0000;
}
.404 {
	font-color: #000000;
}
.arrow {
	background: url('../images/upload_arrow_1.png') 0 0 transparent;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 100px;
	height: 44px;
}
.no-padding-left h1 {
	color:white;	
}
#content h1 , #content h2 , #content p {
	color:white;	
}
#airline-images p {
	color:white;	
}













