.section-flights-lcc #page {
	background: url('lcc.jpg') 0 100px no-repeat;
}

.section-flights #page-title {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	left: 20px;
	position: absolute;
	top: -106px;
	text-shadow: 0px 0px 4px #000;
}

.section-flights .top-left {
	background: rgba(255,255,255,0.8);
	float: left;
	width: 500px;
	height: 295px;
	margin-bottom: 10px;
}

.section-flights .top-right {
	background: #e6eff6;
	box-sizing: border-box;
	float: right;
	height: 295px;
	padding: 10px;
	position: relative;
	width: 460px;
	margin-bottom: 10px;
}

.section-flights .top-right h2:first-child {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

.section-flights .middle-left {
	float: left;
	width: 510px;
}

.section-flights .middle-right {
	float: right;
	width: 450px;
}

.section-flights .top-right .reviews {
	font-family: Arial;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.section-flights .top-right .reviews div {
	margin-bottom: 10px;
}

.section-flights #utazom-breadcrumb {
	position:absolute;
	top: -27px;
	left: 20px;
	color: white;
}

.section-flights #utazom-breadcrumb a{
	color: white;
}

.flights-top-dest h2,
.flights-lasttensearch h2 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 0;
}

.flights-top-dest {
	font-size: 17px;
	font-weight: normal;
	line-height: 19px;
}

#utazom-flights-search-form {
	background: #f1a422;
	color: #001527;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc954', endColorstr='#f1a422'); 
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc954', endColorstr='#f1a422'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc954), to(#f1a422)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffc954,  #f1a422); /* for firefox 3.6+ */ 
	padding: 10px;
	position: relative;
	width: 480px;
	height: 275px;
}

#utazom-flights-search-form label,
#utazom-flights-search-form legend {
	color: #333333;
	font-family: 'Lucida sans unicode', Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#utazom-flights-search-form #edit-way-type {
	margin: 0;
}

#utazom-flights-search-form #edit-route label,
#utazom-flights-search-form #edit-dates label,
#utazom-flights-search-form #edit-persons label,
#utazom-flights-search-form #edit-persons legend {
	font-size: 13px;
}

#utazom-flights-search-form #edit-route {
	margin-bottom: 15px;
	margin-top: 0;
	position: relative;
}

#utazom-flights-search-form #edit-dates {
	margin-bottom: 15px;
}


#utazom-flights-search-form #from-cities {
	position: absolute;
	left: 70px;
}

#utazom-flights-search-form #to-cities {
	position: absolute;
	left: 290px;
}

#utazom-flights-search-form #from-cities span,
#utazom-flights-search-form #to-cities span {
	color: #333333;
	cursor: pointer;
	margin-right: 8px;
	text-decoration: underline;
}

#utazom-flights-search-form #from-cities span:last-child,
#utazom-flights-search-form #to-cities span:last-child {
	margin-right: 0;
}

#utazom-flights-search-form #edit-way-type > div {
	height: 20px;
	padding: 0 5px;
	line-height: 21px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
}

#utazom-flights-search-form #edit-way-type > div.clicked {
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -moz-linear-gradient(top, #888888, #666666);
	border: 1px solid #333;
}

#utazom-flights-search-form #edit-way-type > div.clicked label {
	color: #FFFFFF;
}

#utazom-flights-search-form #edit-way-type label {
	cursor: pointer;
}

#utazom-flights-search-form #edit-way-type input {
	display: none;
}

#utazom-flights-search-form  #edit-checkboxes,
#utazom-flights-search-form  #edit-way-type {
	margin-bottom: 10px;
	margin-top: 0;
}

#utazom-flights-search-form .form-text {
	padding: 6px 5px;
	border: none;
	box-sizing: border-box;
	color: #222222;
	line-height: 16px;
	border: 1px solid #D99014;
	margin: 0;
	width: 100%;
}

#utazom-flights-search-form #edit-checkboxes {
	float: left;
	margin: 0;
	width: 154px;
}

#utazom-flights-search-form #edit-swap {
	cursor: pointer;
	display: block;
	width: 16px;
	height: 20px;
	background: url('swap.png');
	position: absolute;
	left: 232px;
	top: 8px;
}

#utazom-flights-search-form  #edit-checkboxes .form-item {
	margin-bottom: 0;
}

#utazom-flights-search-form #edit-persons {
	float: left;
	margin: 0;
	width: 326px;
}

#utazom-flights-search-form #edit-adults {
	float: left;
	margin-right: 10px;
	margin-top: 0;
	width: 176px;
}

#utazom-flights-search-form .form-item-more {
	margin: 0;
}

#utazom-flights-search-form .form-item-child,
#utazom-flights-search-form .form-item-infant {
	float: left;
	margin-top: 0;
	width: 70px;
}

#utazom-flights-search-form .adults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#utazom-flights-search-form .adults li {
	background: #FFFFFF;
	border-bottom: 1px solid #D99014;
	border-right: 1px solid #D99014;
	border-top: 1px solid #D99014;
	box-sizing: border-box;
	color: #003580;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 39px;
	line-height: 25px;
	padding: 6px;
	text-align: center;
	width: 39px;
}

#utazom-flights-search-form .adults li.active,
#utazom-flights-search-form #edit-more.active {
	background: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -moz-linear-gradient(top, #888888, #666666);
	color: #FFFFFF;
}

#utazom-flights-search-form #edit-more option {background: #FFFFFF; color: #003580; }

#utazom-flights-search-form #edit-more {
	border-left: none;
	border-bottom: 1px solid #D99014;
	border-right: 1px solid #D99014;
	border-top: 1px solid #D99014;
	color: #003580;
	cursor: pointer;
	font-size: 15px;
	height: 39px;
	max-width: 59px;
}

#utazom-flights-search-form #edit-child,
#utazom-flights-search-form #edit-infant {
	border: 1px solid #D99014;
	color: #003580;
	cursor: pointer;
	font-size: 14px;
	height: 39px;
	width: 55px;
	padding-left: 9px;
}

#utazom-flights-search-form .adults li:first-child {
	border-left: 1px solid #D99014;
}

#utazom-flights-search-form .form-submit,
#utazom-flights-review-form .form-submit,
.section-flights .green-btn {
	display: block;
	background: #45d354;
	border: none;
	cursor: pointer;
	color: #fff;
/*	padding: 0 144px; */
	font-weight: bold;
	font-size: 20px;
	height: 35px;
	line-height: 34px;
	font-family: 'Helvetica', Arial;
	margin-top: 20px;
	box-shadow: 1px 1px 4px rgba(1,1,1,0.2);
	border-radius: 1px;
	text-align: center;
	width: 100%;
}

.section-flights .green-btn:hover {
	text-decoration: none;
}

#edit-way-type .form-item {
	display: inline-block;
	margin: 0;
}


.form-item-way-type.clicked {box-shadow: none;}
.form-item-way-type {box-shadow: 1px 1px 3px}


#edit-checkboxes {
	display: inline-block;
}

#from-autocomplete,
#to-autocomplete {
	background: #FFF;
	border: 1px solid #000;
	box-sizing: border-box;
	display: none;
	padding: 5px;
	position: absolute;
	z-index: 999;
}

#utazom-flights-search-form .form-item.form-item-honnan,
#utazom-flights-search-form .form-item.form-item-hova,
#utazom-flights-search-form .form-item.form-item-dep-date,
#utazom-flights-search-form .form-item.form-item-arr-date {
	float: left;
	margin: 0;
	width: 235px;
}

#utazom-flights-search-form .form-item.form-item-hova,
#utazom-flights-search-form .form-item.form-item-arr-date {
	margin-left: 10px;
}

.autocomplete-results .city-name .name {
	font-weight: bold;
}

.autocomplete-results .city-name .country {
	font-style: italic;
}

.autocomplete-results ul.airports {
	list-style-type: none;
	margin-left: 10px;
}

.autocomplete-results .city-name,
.autocomplete-results ul.airports li {
	cursor: pointer;
}

.autocomplete-results .city-name:hover,
.autocomplete-results ul.airports li:hover {
	background: #EFEFEF;
}


/** Repjegy akciok **/
.flights-discounts-teasers {
	margin-top: 20px;
}

.flights-discount-teaser {
	background: url("/sites/all/themes/tma/images/dot_transp.png") repeat-x scroll left bottom transparent;
	box-sizing: border-box;
	min-height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	width: 960px;
}

.flights-discount-teaser:hover {
	background: url("/sites/all/themes/tma/images/dot_transp.png") repeat-x scroll left bottom #e6eff6;
}


.flights-discount-teaser .discount {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	height: 60px;
	width: 100px;
	padding: 15px;
	background: gray;
}

.flights-discount-teaser .discount p {
	margin: 0;
}

.flights-discount-teaser .discount h3,
.flights-discount-teaser .discount h4,
.flights-discount-teaser .discount h5,
.flights-discount-teaser .discount h6 {
	color: #FFFFFF;
	line-height: 60px;
	margin: 0;
}


.flights-discount-teaser .discount h3 { font-size: 3em; }
.flights-discount-teaser .discount h4 { font-size: 2.5em; }
.flights-discount-teaser .discount h5 { font-size: 2em; }
.flights-discount-teaser .discount h6 { font-size: 1.5em; }

.flights-discount-teaser .header {
	float: left;
	position: relative;
	width: 800px;
}

.flights-discount-teaser .header div {
	float: left;
}

.flights-discount-teaser .header .date {
	margin-right: 10px;
	width: 70px;
}

.flights-discount-teaser .header .title {
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
	width: 600px;
}

.flights-discount-teaser .header .logo {
	margin-right: 10px;
	min-height: 1px;
	width: 100px;
}

.flights-discount-teaser .header .expires {
	background: red;
	color: #FFF;
	text-align: center;
	width: 80px;
}

.flights-discount-teaser .body {
	float: left;
	width: 715px;
}

.action-list-calendar {
	width: 74px;
	height: 90px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #f2f2f3;
	z-index: 20;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.action-list-calendar .dot {
	background: #666;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	left: 15px;
	top: 6px;
	position: absolute;
}

.action-list-calendar .dot2 {
	background: #666;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	left: 53px;
	top: 6px;
	position: absolute;
}

.action-list-calendar .dot:before,
.action-list-calendar .dot2:before {
	content: '';
	z-index: 35;
	height: 18px;
	width: 4px;
	border-radius: 3px;
	bottom: 2px;
	position: absolute;
	left: 2px;
	background: #bbb;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

.action-list-calendar .tops,
.action-list-calendar .bots {
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	font-weight: bold;
}

.action-list-calendar span {
	font-size: 28px;
	font-weight: bold;
	width: 100%;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	float: left;
}

.action-list-calendar .tops {
	margin-top: 20px;
}

.action-list-calendar .expired {
	color: #aeadad;
}

#airline-last-searches td:first-child,
#airline-last-searches td:last-child {
	font-size: 14px;
}

#region-last-searches {
	width: 100%;
}


#region-last-searches td:first-child {
	width: 210px;
}

#region-last-searches td:last-child {
	font-size: 14px;
	text-align: right;
}

.airline-description {
	background: url("/sites/all/themes/tma/images/dot_transp.png") repeat-x scroll left bottom transparent;
	line-height: 1.5em;
	padding-bottom: 10px;
}


#why-us {
	border-bottom: 1px solid #c2d1df;
	font-family: Arial;
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 12px;
}

#why-us ul {
	list-style-image: url('check-10.png');
	margin: auto;
	padding-left: 2em;
}

.section-flights #page-title {
	margin-bottom: 10px;
}

.section-flights .pricelist-table,
.section-flights .pricelist-table td {
	border: 0;
	margin: 0;
	padding: 0;
}

.section-flights .pricelist-table {
	width: 100%;
}

.section-flights .pricelist-table td {
	padding: 0 10px 0 0;
}

.section-flights .pricelist-table .price {
	padding: 0;
	text-align: right;
}

.section-flights .partners.featured {
	margin-bottom: 10px;
}

.section-flights .partners .partner {
	float: left;
	text-align: center;
	margin-right: 10px;
}

.section-flights .partners .partner .logo {
	height: 30px;
	line-height: 30px;
}

.section-flights .partners .partner .logo img {
    vertical-align: middle;
}


.section-flights-review #edit-desc {
	background: #EFEFEF;
	float: right;
	font-size: 1.2em;
	margin: 0;
	padding: 10px;
	width: 450px;
}

.section-flights-review #edit-type .form-item {
	cursor: pointer;
	display: inline-block;
	height: 85px;
	margin: 0;
	position: relative;
	width: 90px;
}

.section-flights-review #edit-type .form-item label {
	cursor: pointer;
	display: block;
	text-align: center;
}

.section-flights-review #edit-type .form-item input {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 -7px;
	left: 50%;
}

.section-flights-review .ratings > div {
	float: left;
	margin-right: 10px;
}

.section-flights-review .form-item-flight-date-day {
	display: none;
}

.section-flights-review #page {
	background: url('/sites/all/themes/tma/images/repjegy-default.jpg') 0 100px no-repeat;
}

.section-flights-review-thanks #block-system-main {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 10px;
}

.section-flights .destination-list {
	float: left;
	width: 330px;
}

.section-flights .top-right .notice {
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* Regio kepes lista */
.section-flights .image-matrix {
	float: right;
	overflow: hidden;
	width: 620px;
}

.dest-img-list {
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	width: 620px;
}
.dest-img-list li {
	display: inline-block;
	float: left;
	padding: 0 10px 10px 0
}

.dest-img-list li:nth-child(3n) {
	padding-right: 0;
}

.dest-img-link {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
	background: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.dest-img-link img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 3;
	transition: all 0.2s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.dest-img-link:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}


.dest-img-link h3 {
	position: absolute;
	top: 50px;
	height: 30px;
	font-size: 26px;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	width: 100%;
	text-align:center;
	z-index: 10;
	font-family: 'Century Gothic', Arial, sans-serif;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}

.dest-img-link span.flight-price {
	position: absolute;
	top: 104px;
	height: 24px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	text-align:center;
	z-index: 11;
	font-family: 'Century Gothic', Arial, sans-serif;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	font-weight: bold;
}
.dest-img-link span.flight-price small {
	font-size: 14px;font-family: Arial, sans-serif;
}

.dest-img-link:after {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	content: '';
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


#user-feedback {
	bottom: 3px;
	left: 50%;
	margin-left: 490px;
	position: fixed;
	
	display: block;
	background: #45d354;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-family: 'Helvetica', Arial;
	box-shadow: 1px 1px 4px rgba(1,1,1,0.2);
	border-radius: 1px;
	padding: 7px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

#user-feedback:hover {
	background: #5FED6E;
	text-decoration: none;
}

#cboxNext {
	right: 0;
}

.images a {
	display: block;
	margin: 5px;
	float: left;
}

.images a img {
	display: block;
}

/** Fooldali kereso form **/
#front-searchbox #utazom-flights-search-form {
	height: auto;
	padding: 0;
	width: 100%;
}

#front-searchbox #from-cities,
#front-searchbox #to-cities {
	display: none;
}

#front-searchbox .form-item.form-item-honnan,
#front-searchbox .form-item.form-item-hova,
#front-searchbox .form-item.form-item-dep-date,
#front-searchbox .form-item.form-item-arr-date {
	float: none;
	width: auto;
}

#front-searchbox .form-item.form-item-hova,
#front-searchbox .form-item.form-item-arr-date {
	margin-left: 0;
}

#front-searchbox #edit-checkboxes {
	display: none;
}

#front-searchbox #utazom-flights-search-form label,
#front-searchbox #utazom-flights-search-form legend {
	font-size: 11px;
	height: 13px;
	line-height: 16px;
}


#front-searchbox #utazom-flights-search-form .adults li,
#front-searchbox #utazom-flights-search-form #edit-more,
#front-searchbox #utazom-flights-search-form #edit-child,
#front-searchbox #utazom-flights-search-form #edit-infant {
	height: 30px;
	line-height: 18px;
}

#front-searchbox #utazom-flights-search-form .adults li {
	width: 34px;
}

#front-searchbox #utazom-flights-search-form #edit-adults {
	margin-right: 9px;
	width: 161px;
}

#front-searchbox #utazom-flights-search-form .form-item-child {
	width: 64px;
}

#front-searchbox #utazom-flights-search-form .form-item-infant,
#front-searchbox #utazom-flights-search-form #edit-infant {
	width: 56px;
}

#front-searchbox #utazom-flights-search-form #edit-way-type {
	height: 25px;
}

#front-searchbox #utazom-flights-search-form #edit-way-type,
#front-searchbox #utazom-flights-search-form #edit-route,
#front-searchbox #utazom-flights-search-form #edit-dates,
#front-searchbox #utazom-flights-search-form .form-item {
	margin-top: 0;
	margin-bottom: 1px;
}

#front-searchbox #utazom-flights-search-form .description {
	height: 12px;
	line-height: 12px;
}

#front-searchbox #utazom-flights-search-form #edit-persons {
	float: none;
	width: 293px;
}

#front-searchbox #utazom-flights-search-form .form-submit {
	font-size: 18px;
	height: 30px;
	line-height: 28px;
	margin-top: 5px;
}

#front-searchbox #utazom-flights-search-form .autocomplete-results .city-name,
#front-searchbox #utazom-flights-search-form .autocomplete-results li {
	line-height: 15px;
	height: 15px;
}

/*#front-searchbox #utazom-flights-search-form #from-autocomplete,
#front-searchbox #utazom-flights-search-form #to-autocomplete {
	line-height: 15px;
}*/

#front-searchbox #utazom-flights-search-form #edit-dates {
	min-height: 88px;
}









.pricelist-table .price-desc {
	padding-top: 10px !important;
	text-align: center;
}