::selection {
	background-color: #E13300;
	color: white;
}

::moz-selection {
	background-color: #E13300;
	color: white;
}

::webkit-selection {
	background-color: #E13300;
	color: white;
}

html {
	background: url("../images/gradient.gif") repeat-x scroll left top;
}

body {
	margin: 0px;
	font: 13px/20px Arial, Tahoma;
	color: #4F5155;
}



a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

.hotel-room-hd .room-name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.hotel-room-hd .hotel-rooms {
	border: 0px;
}

.hotel-room-hd .meal-type {
	font-size: 13px;
	font-weight: normal;
}

h1.hotel-title {
	color: #333;
	background-color: transparent;
	border-bottom: none;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 0px 0px 0px;
	margin-bottom: 0px;
}

.logout {
	padding: 14px 15px 10px 15px;
	font-size: 12px;
}

#body {
	margin-top: 54px;
}

.header {
	display: block;
	padding: 10px 10px 0 10px;
	position: relative;
	width: 950px;
}

.meniu {
	background: url("../images/bg_meniu.jpg") repeat-x scroll left top;
	z-index: 501;
	border: 0 none;
	position: absolute;
	border-spacing: 0;
	font-size: 15px;
	height: 54px;
	padding: 0;
	width: 950px;
	box-shadow: 0 4px 2px -2px #9c9696;
}

.menu-link {
	border-left: 1px solid #b5b5b5;
	color: #666666;
	cursor: pointer;
	display: block;
	height: 54px;
	padding: 0px 8px 0px 8px;
	background: url("../images/bg_meniu.jpg") repeat-x scroll left top;
}
.menu-link:hover{
	background: url("../images/menu_orange.png") repeat-x;
	color: #fff;
}

.menu-link:last-child {
	border-left: none;
}

.meniu a {
	color: #666666;
	cursor: pointer;
	display: block;
	height: 39px;
	font-size: 15px;
	padding: 0 4px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 18px;
}

.meniu a:hover {
	
	height: 39px;

	color: #fff;
}

.meniu .home-link a {
	background: url("../images/home.gif") no-repeat scroll 0 -54px;
	width: 51px;
	padding: 0px;
	height: 54px;
}
.meniu .home-link{
	padding:0px;
}

.inner-header {
	position: relative;
	width: 950px;
	margin: 0px auto;
}

.inner-header .middle {
	float: left;
	padding: 0px;
	position: relative;
	top: 49px;
}

.inner-header .social-buttons {
	float: left;
	position: relative;
	top: 30px;
	margin-left: 20px;
	text-align: right;
}

.inner-header .menu {
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	padding: 0;
	position: relative;
}
/* Clearfix for the menu */
.main-menu li {
	display: inline-block;
	float: left;
	padding: 0;
	width: auto;
	padding: 7px;
}

.main-menu li:last-child {
	border-right: none;
}

.main-menu a {
	color: #24247C;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.logo {
	/*float: left;*/
	padding: 0px 0 0;
}

.logo img {
	border: 0px;
}

.header .contact {
	background: url('../images/icon_phone.png') #FFBE27 no-repeat;
	background-position: 5px center;
	font-size: 16px;
	color: #000168;
	font-weight: bold;
	border: 1px solid #FFAE00;
	padding: 5px;
	padding-left: 25px;
}

.contact-small {
	background: url('../images/icon_phone.png') no-repeat;
	background-position: 5px center;
	font-size: 16px;
	color: #F15A21;
	font-weight: normal;
	padding: 1px;
	padding-left: 25px;
}

.header .contact .small {
	font-size: 10px;
}

.account {
	
}

p.footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

#container {
	background: url("../images/bg_layer.png") repeat-y scroll center top;
	margin: 0 auto;
	padding: 0 15px 0px;
	width: 970px;
}

.clear {
	clear: both;
}

.linie-tabel {
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
}

.head-tabel {
	font-weight: bold;
	color: #000;
}

.coloana-tabel {
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
	border-bottom: 1px solid #d4d4d4;
}

.gri1 td {
	background: #FCF9F9;
}

.gri2 td {
	background: #efefef;
}

.delete-order {
	background: url(../images/delete.gif) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

.view-order {
	background: url(../images/view.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}

.show-order-details {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	border: 1px solid #d4d4d4;
	background: #fff;
	padding: 10px;
}

.show-order-details a {
	text-decoration: none;
}

.div-mare {
	width: 100%;
	top: 0;
	left: 0;
	background: #d4d4d4;
	position: absolute;
}

.box-filtre {
	width: 805px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
	padding: 10px;
}

.search-row {
	width: auto;
	margin-bottom: 10px;
}

.search-row .left {
	float: left;
}

.search-row .right {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.passenger-details {
	
}

.pasager {
	margin-top: 1px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 1px;
	padding: 10px;
}

.pasager .pasager-type {
	font-size: 14px;
	color: #005aab;
	font-weight: bold;
	margin-bottom: 10px;
}

.passenger-details .pasager:first-child {
	border-top: double;
	border-color: #ddd;
}

.pasager-contact {
	padding: 5px 5px 10px;
	border: 1px solid #ddd;
	border-top: medium double #ddd;
}

.pasager-contact .row {
	margin-top: 10px;
}

.pasager-contact .field-tag {
	font-size: 14px;
	font-weight: bold;
}

.pasager-contact .left {
	margin-left: 5px;
	float: left;
}

.pasager-contact .address {
	width: 330px;
}

.passenger-details .pasager:last-child {
	/*border-bottom: none;*/
	padding-bottom: 0px;
	/*background: #000;*/
}


.pasager .count {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.pasager .left {
	float: left;
	margin-right: 20px;
}

.pasager .right {
	float: right;
}

.pasager .field-tag {
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}

.pasager .small-select {
	border: 1px solid #c6c6c6;
	width: 55px;
	height: 30px;
	padding: 5px;
}
.pasager .medium-select {
	border: 1px solid #c6c6c6;
	
	height: 30px;
	padding: 5px;
}

.pasager .larger-select{
		border: 1px solid #c6c6c6;
	width: auto;
	height: 30px;
	padding: 5px;
}

.pasager .dob {
	background: url("../images/calendar.png") no-repeat scroll 145px center
		#FFFFFF;
	background-position: 135px center;
}

/*** for air ***/
.itinerary-container {
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-shadow: 0 0px 2px #e5e5e5;
	margin-bottom: 10px;
}

#hotel-results .itinerary-container {
	padding: 10px;
}

.itinerary-container:hover {
	border: 1px solid #b3b3b3;
	box-shadow: none;
}

.route-container {
	padding: 5px;
	padding-bottom: 10px;
}

.route-container:hover {
	background: #fff;
}

.route-container .airline {
	float: left;
	text-align: center;
	width: 80px;
	padding: 2px;
	margin-right: 10px;
	border-radius: 2px;
	padding-top: 5px;
	box-shadow: 0 1px 3px #CCCCCC;
}

.route-container .airline-name {
	font-size: 11px;
}

.route-container .from {
	float: left;
	width: 180px;
	color: #000;
}

.text-gri {
	color: #4F5155;
}

.text-black {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.route-container .to {
	float: left;
	width: 180px;
	color: #333;
}

.route-container .stops {
	color: #333;
	float: left;
	width: 120px;
}

.flight_results {
	float: left;
	padding: 0 0 0 10px;
	width: 760px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.search-box { /*border:3px solid #24247C;*/
	width: 380px;
	padding: 10px;;
	float: left;
	background: none;
	display: block;
	min-height: 241px;
}

.small-box{
	width:160px;
	padding:0px;
}
.small-box .ui-autocomplete-input{
	
    width: 140px;
}
.small-box .margin-left{
	margin-left:0px;
}
.small-box input.search-date{
	width:140px;
	background: url("../images/calendar.png") no-repeat scroll 125px center #FFFFFF;
}

.small-box #multiple{
	
}
.search-box-hotel {
	width: 740px;
	border-radius: 5px;
	padding: 10px;;
	float: left;
	background: none;
	display: block;
	background: #F3F3F3;
}
.box-orange {
	background:#FFB300;
	color:#111;
}
.box-orange .search-button{
	border-radius:2px;
	border:2px solid #fff;
}

h3.htdetail {
	color: #005aab;
	font-size: 16px;
	font-weight: bold;
	position:static;
}

.search-box input[type="radio"] {
	padding: 0px;
}

.margin-left {
	margin-left: 20px;
}

.margin-left-small {
	margin-left: 15px;
}

.margin-right {
	margin-right: 20px;
}

.margin-right-small {
	margin-right: 15px;
}

input.search-date {
	border: 1px solid #c6c6c6;
	width: 160px;
	height: 20px;
	padding: 5px;
	background: url('../images/calendar.png') #fff no-repeat;
	background-position: 145px center;
}

input.search-date-small {
	border: 1px solid #d4d4d4;
	width: 100px;
	height: 20px;
	padding: 5px;
	background: url('../images/calendar.png') #fff no-repeat;
	background-position: 85px center;
}

.box-ski .filter_ski {	
	border: 1px solid #c6c6c6;
	width: 165px;
	height: 30px;	
	padding: 5px;
}

.search-box select {
	border: 1px solid #c6c6c6;
	width: 65px;
	height: 30px;
	padding: 5px;
}

.search-box select#adults_childs{
	border: 1px solid #c6c6c6;
	height: 35px;
	padding: 5px;
	color: #004da0;
}

.small-box select{
	width:35px;
	padding:1px;
	height:25px;
}

.search-box-hotel select {
	border: 1px solid #d4d4d4;
	width: 55px;
	height: 30px;
	padding: 5px;
}

.search-box select#flight-class {
	width: 100px;
}

input[type="text"][disabled] {
	background: #d4d4d4;
}

/*** for jQuery ui **/
.no-close .ui-dialog-titlebar-close {
	display: none;
}

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

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Arial;
}

.ui-dialog.ui-widget-content {
	background: #fff;
	text-align: center;
	background: none;
	/*background: url("../images/ajax-loader.gif") no-repeat scroll 0 0;*/
	height: 400px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	width: 400px;
	position: relative;
}
.ui-dialog.ui-widget-content.casuta-tarife {
	background: #fff;
	text-align: center;
	background: #fff;
	font-size:12px;font-weight: normal;
	height: 400px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	width: 900px;
	position: relative;
        padding: 0px;
}
.casuta-tarife .ui-dialog-titlebar{
	display:block;
	border-radius:0px;
}
.ui-dialog.ui-widget-content.casuta-rezervare1 {
	background: #fff;
	text-align: center;
	background: #fff;
	font-size:12px;font-weight: normal;
	height: 450px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	width: 950px;
	position: relative;
}
.casuta-tarife .text-loading{
	font-size:12px;
	color: #333;
	
	font-weight: normal;
}
.ui-dialog.ui-widget-content.casuta-verificare1 {
	background: #fff;
	text-align: center;
	background: #fff !important;
	border: 1px solid #226AA4 !important;
	top:50px;
	font-size:12px;font-weight: normal;
	height: 300px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	width: 300px;
	position: relative;
}

.casuta-verificare{
	display:none;
}
.ui-dialog .ui-dialog-content{
	background: #fff;
	text-align: center;
	background: none;

	height: 450px;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	width: 950px;
}

.ui-widget-content {
	border: 0px;
	border-radius: 0px;
	background: fff;
}

.ui-dialog {
	padding: 0px;
}

.ui-autocomplete-input {
	border: 1px solid #c6c6c6;
	width: 160px;
	height: 20px;
	padding: 5px;
	color: #666;
	font-size: 14px;
}
.ui-autocomplete{
	z-index:1000;
}

.multileg-search .ui-autocomplete-input {
	width: 100px;
}

#tabs .ui-widget-header {
	background: none repeat scroll 0 0;
	border: 0 none;
	font-size: 15px;
	border-bottom: 1px solid #c6c6c6;
}

.ui-widget {
	font-family: Arial;
}

.ui-widget-content {
	background: #efefef;
}

.ui-widget-header .ui-state-default {
	color: #000168;
}
/*** end ui ***/
.itinerary-price {
	display: block;
	color: #005aab;
	clear: all;
	font-size: 19px;
	font-weight: bold;
	padding: 5px;
}

.select-hotel .itinerary-price {
	width: auto;
}

.seats-avail {
	font-size: 13px;
	color: #666;
	text-align: center;
	margin-top: 5px;
}

.button-container {
	float: right;
	display: block;
	clear: both;
	text-align: center;
	width: 140px;
}

.search-button {
	margin-top: 10px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 13px !important;
	height: 40px;
	border: 0px;
	margin-right: 17px;
	text-transform: capitalize;
	width: 155px;
	background: url('../images/search_btn.png');
}

.search-button:hover {
	background: linear-gradient(to bottom, #3277A6 0%, #004DA0 100%) repeat scroll 0 0;
}

.hotel-header .search-button {
	margin-right: 0px;
	margin-top: 0px;
}

.hotel-header .button-box {
	background: #F3F3F3;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.new-search .search-button{

	margin-right:0px;
}
.related-hotels{
	margin-top:20px;
}
.small-hotels li{
	padding:0px;
	clear:both;
	margin-bottom:5px;
	display:inline-block;
}
.small-stars{
	margin-left:5px;
	display:inline-block;
}
.small-hotels .small-image{
	margin-left:0px;
}
.small-hotels .small-image:hover{
	border:0px;
	
}
.small-hotel-link{
	float:left;width:105px;margin-left:5px;font-size:10px;
	color:#005AB9;
	text-decoration: none;
}

.news-button {
	background: url("../images/buton-sageata.gif");
	width: 28px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}

.more-options {
	background: url('../images/down.png') no-repeat;
	background-position: right center;
	padding-right: 20px;
}

a.more-options {
	color: #004DA0;
}

.field-tag {
	font-weight: bold;
}

.search-box-small {
	width: 280px;
	border: 1px solid #0A0A6D;
	border-radius: 5px 5px 5px 5px;
}

.search-box-small select {
	border: 1px solid #d4d4d4;
	width: 55px;
	height: 30px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.search-box-small .search-header {
	width: auto;
	background: #141472;
	padding: 5px;
	color: #fff;
}

.search-box-small .search-content {
	width: auto;
	background: #F1F2F5;
	padding: 5px;
	color: #0A0A6D;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
}

.bottom-line {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	box-shadow: 0 4px 2px -2px #aaa;
}

.filter-category .filter-header {
	width: auto;
	color: #fff;
}

.filter-category {
	width: 160px;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.filter-category h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 16px;
}

.filter-category .filter-content {
	width: auto;
} 

.choose-room,.choose-journey,.choose-cb,.flight-inquiery,.choose-cruise, .choose-event,.choose-ski  {
	background: url("../images/search_btn.png") repeat scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding-top: 7px;
	width: 138px;
	text-align: center;
	margin: 0px auto;
	text-decoration: none;
}
.choose-cruise{
	background: url("../images/search_btn.png") repeat scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding: 7px;
	width: 138px;
	text-align: center;
	margin: 0px auto;
	text-decoration: none;
}
.buton-cerere {
	background: url("../images/search_btn.png") repeat scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding-top: 7px;
	width: 138px;
	text-align: center;
	margin: 0px auto;
	text-decoration:none;
}
.choose-vacation {
	background: url("../images/search_btn.png") repeat scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	padding-top: 7px;
	width: 138px;
	text-align: center;
	margin: 0px auto;
}

a.choose-vacation {
	text-decoration: none;
	text-transform: capitalize;
}

a.choose-vacation:hover {
	background: linear-gradient(to bottom, #3277A6 0%, #004DA0 100%) repeat
		scroll 0 0;
}



a.choose-journey {
	text-decoration: none;
	text-transform: capitalize;
}

a.choose-journey:hover {
	background: linear-gradient(to bottom, #3277A6 0%, #004DA0 100%) repeat
		scroll 0 0;
}

a.choose-room {
	text-decoration: none;
	text-transform: capitalize;
}

a.choose-room:hover {
	background: linear-gradient(to bottom, #3277A6 0%, #004DA0 100%) repeat
		scroll 0 0;
}

.route-container {
	
}

.inbound {
	border-top: 1px solid #efefef;
}

.one-column .itinerary-flight {
	width: auto;
}

.itinerary-flight {
	float: left;
	width: 600px;
}

.column-left {
	float: left;
	padding: 0 0 0 10px;
	width: 780px;
}

.one-column {
	float: left;
	padding: 0 0 0 10px;
	width: 950px;
}

.two-columns {
	margin-top: 20px;
}

.column-400 {
	width: 400px;
	float: left;
	color: #333;
}

.column-400 h3,.column-400 h2 {
	font-size: 24px;
	color: #fdb813;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	width: auto;
	margin-bottom: 10px;
}

.column-540 {
	width: 540px;
	float: left;
	margin-left: 10px;
}
.column-470 {
	width: 460px;
	float: left;
	margin-right: 10px;
}
.column-470 .hotel-list-detail .description{
	width:auto;
}
.column-540 .hotel-list-detail .description {
	width: 390px;
	padding-top: 10px;
}

.column-540 .hotel-list-detail .description .desc {
	width: 250px;;
}

.column-540 .hotel-list-detail .hotel-offers {
	margin-top: 10px;
}

.column-540 h2 {
	font-size: 24px;
	color: #fdb813;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	width: auto;
	margin-bottom: 10px;
}

.column-right {
	float: left;
	padding: 0 10px 11px;
	width: 160px;
}

.search-content {
	height: 456px;
	width: 780px;
	margin-bottom: 10px;
}

.one-column .search-content {
	width: 950px;
}

.column-right-small {
	width: 300px;
	float: left;
	margin-left: 10px;
}

.box {
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	padding: 15px 5px;
	float: left;
	margin-bottom: 15px;
	background: url('../images/border-box-small.png') no-repeat;
	background-position: bottom center;
	display: inline-block;
}

.box h3 {
	color: #004DA0;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 10px;
}

.box-fb {
	width: 160px;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url('../images/border-box-small.png') no-repeat;
	background-position: bottom center;
	display: inline-block;
}

.box:first-child { /* border-top:1px solid #d4d4d4;
	 -moz-box-shadow:      0  4px 2px -2px #ccc, 
                          0 -4px 2px -2px #ccc;
    -webkit-box-shadow:   0  4px 2px -2px #ccc, 
                          0 -4px 2px -2px #ccc;
     box-shadow:          0  4px 2px -2px #ccc, 
                          0 -4px 2px -2px #ccc; */
	
}

.box-header {
	font-size: 18px;
	color: #000;
	padding: 10px;
	padding: 10px 0 15px 10px;
	background: url('../images/border-box-1.png') no-repeat;
	background-position: bottom center;
	font-weight: bold;
}
h1.box-header{
	
	border-bottom:0px;
}

.box-336 .box-header {
	position: absolute;
	background: #fff;
	background: url('../images/border-box-1.png') no-repeat;
	background-position: bottom center;
	width: 360px;
}

.box-price {
	color: #ffb400;
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.box-336 .box-content {
	margin-top: 40px;
	background: #fff;
}

.box-content {
	width: auto;
	padding: 10px;
	color: #333;
	padding: 10px 0 0 10px;
}

.simple-box {
	padding: 0px;
	float: left;
	display: inline-block;
}

.cheap-flight {
	background: url('../images/border-light.png') no-repeat;
	background-position: bottom center;
	height: 50px;
	margin-top: 10px;
	color: #005aab;
	font-weight: bold;
	font-size: 13px;
}

.cheap-flight .date {
	font-weight: normal;
	font-size: 13px;
	color: #666;
}

.cheap-flight:last-child {
	border-bottom: 0px;
}

.news-email {
	border: 1px solid #c6c6c6;
	width: 100px;
	height: 20px;
	float: left;
	padding: 5px;
	color: #333;
	height: 18px;
}

h2 {
	font-family: Arial;
	font-weight: inherit;
	display: block;
	padding: 10px 17px 0 10px;
	position: relative;
	width: 950px;
	color: #004DA0;
}

h3 {
	font-family: Arial;
	font-weight: inherit;
	display: block;
	font-size: 18px;
	position: relative;
	color: #004DA0;
}

.qtip-wiki {
	max-width: 385px;
}

.qtip-content {
	background: #fff;
	box-shadow: 0px 0px 1px #d4d4d4;
	border: 1px solid #d4d4d4;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	font-size: 12px;
}

.qtip-default {
	border: none;
	background-color: none;
	background: none;
	border-width: 0px;
}

.login {
	background: url(../images/login.png) no-repeat;
	padding-left: 14px;
	background-position: left center;
	text-decoration: none;
}

.login-form {
	text-align: center;
}

.account {
	background: url(../images/account.png) no-repeat;
	padding-left: 17px;
	background-position: left center;
	text-decoration: none;
}

.input-text {
	border: 1px solid #c6c6c6;
	width: 150px;
	height: 20px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
}
.textarea-detalii{
	border: 1px solid #c6c6c6;
	width: 755px;
	height: 200px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
	
}

.box-left {
	border-radius: 5px 5px 5px 5px;
	float: left;
	display: inline-block;
}

.box-430 {
	width: 360px;
	margin-left: 40px;
	padding-bottom: 18px;
}

h3.orange {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: url('../images/border-light.png') no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
}

ul.flight-links {
	list-style-type: none;
	float: left;
}

ul.flight-links li {
	float: left;
	width: 100px;
	margin-right: 15px;
}

ul.flight-links li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: 005aab;
}

ul.flight-links li a:hover {
	color: #EEA800;
	text-decoration: underline;
}

.box-336 {
	width: 360px;
}

.box-mare {
	width: 100%;
	border: 1px solid #d4d4d4;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-top: 20px;
	display: inline-block;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.small-image {
	width: 50px;
	height: 50px;
	margin-bottom: 11px;
	margin-left: 15px;
	cursor: pointer;
}

.small-image:hover {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	border: 3px solid #FFB300;
}

.big-image {
	height: 240px;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 2px;
}

.big-image img {
	max-height: 240px;
}

.route-details {
	background: #f7f7f7;
	display: none;
	margin-left: 92px;
}

.route-segment {
	padding: 5px;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
}

.route-segment .segment-plecare {
	float: left;
	width: 180px;
}

h2.tickets {
	display: inline-block;
	font-size: 24px;
	color: #fdb813;
	font-weight: bold;
	width: auto;
	margin-bottom:10px;
	padding: 0px 0px 0px 15px;
}

h2.booking {
	display: inline-block;
	font-size: 24px;
	color: #fdb813;
	font-weight: bold;
	width: auto;
	padding: 0px 0px 0px 5px;
}

#booking-form-hotel,#booking-form {
	width: 100%;
}

#booking-form-hotel h3,#booking-form h3, #city-break-form h3 , #cruise-form h3{
	display: inline-block;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 5px 5px;
	width: 100%;
}

#booking-form-hotel .contact,#booking-form .contact {
	margin-top: 20px;
}

h3.filters {
	font-weight: bold;
	color: #fdb813;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.custom_cities {
	display: inline;
}

.custom_cities li {
	float: left;
	margin-left: 10px;
	width: 100px;
}

#footer {
	margin: 0 0px;
	width: 970px;
}

.footer-head {
	background-color: #EDEDED;
	border-bottom: 1px solid #D2D2D2;
	height: 23px;
	padding: 9px 0 0 21px;
}
.footer-links {
	background-color: #EDEDED;
	border-bottom: 1px solid #D2D2D2;

	padding: 9px 0 0 21px;
}
.footer-links .big{
	font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.footer-links a{
	text-decoration:none;
}
.footer-links .left{
	width:240px;
}
#tabs-footer .ui-tabs .ui-tabs-nav li a {
	color: #666;
	font-weight: bold;
}
#tabs-footer .ui-tabs-nav{
	height:30px;
}

#tabs-footer .ui-tabs-nav {
	background: none;
}
#tabs-footer .ui-widget-header{
	border:0px;
}
#tabs-footer .ui-tabs-panel{
	margin-top:10px;
	margin-bottom: 10px;
}
#tabs-footer .ui-tabs .ui-tabs-nav li {
	border-bottom-width: 0;
	float: left;
	list-style: none outside none;
	margin: 1px 0.2em 0 0;
	padding: 0;
	position: relative;
	top: 0;
	white-space: nowrap;
}

#tabs-footer.ui-tabs .ui-tabs-nav {
	padding: 0px;
}

#tabs-footer.ui-tabs .ui-tabs-nav li {
	margin-right: 0px;
	margin-top: 0px;
	border-top: 0;
	border-left: 0;
}

#tabs-footer.ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #E1E1E1;
}

#tabs-footer.ui-tabs .ui-tabs-nav li.ui-state-default a {
	color: #666;
	font-weight: bold;
}

#tabs-footer.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #FFB300;
}

#tabs-footer .ui-state-hover a {
	color: #FFB300;
	font-weight: bold;
}

#tabs-footer .ui-state-hover {
	border: none;
	background: #e1e1e1;
	font-weight: bold;
	border-right: 1px solid #c6c6c6;
}

#tabs-footer.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 0px;
	background: none;
	border-right: 1px solid #c6c6c6;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

#tabs-footer .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	border-bottom-right-radius: 0px;
}

#tabs-footer .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	border-bottom-left-radius: 0px;
}

#tabs-footer .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	border-top-right-radius: 0px;
}

#tabs-footer .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	border-top-left-radius: 0px;
}

#tabs-footer .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited
	{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#tabs-footer.ui-widget{
	font-size:12px !important;
}

.footer-body {
	background-color: #EDEDED;
	border-top: 1px solid #FFFFFF;
	padding: 9px 0 20px 21px;
}

.see-more-options {
	display: none;
}

.container-page {
	float: left;
	margin-left: 10px;
	width: 770px;
	background: url('../images/border-left-container.png') repeat-y;
	background-position: left;
	padding-left: 5px;
}

.pages {
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 2px;
	color: #fff;
	width: auto;
}

.pages .page {
	text-decoration: none;
	color: #000;
	text-align: center;
	width: 35px;
	height: 25px;
	float: left;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	margin-right: 5px;
	padding-top: 10px;
	background: url('../images/bg-pagina.gif');
}

.pages .page a {
	text-decoration: none;
	color: #333;
}

table.calendar {
	border: 2px solid #FFFFFF;
    border-spacing: 1px;
    box-shadow: 0 0 2px #E5E5E5;
    font-size: 12px;
}
table.booking{
	border:none;
}
table.booking td, th{
	border:none;
}

.calendar table,td,th {
	border: 1px solid #005aab;
	padding: 5px;
}

.calendar .table-head {
	background: #f1f2f5;
	cursor: auto;
	border:none;
}

.calendar .table-intersect {
	border:none;
	background: #f1f2f5;
	color: #000;
	font-weight: bold;
}

tr.specific-line td {
	background: #f7f7f7;
}

.calendar .linie {
	background: #f7f7f7;
}

.calendar .intersection {
	background: #E8E8E8;
}

.calendar td {
	cursor: pointer;
}

.calendar-min {
	background: #eaeffa;
}

.calendar a {
	text-decoration: none;
}

#slider .ui-slider-handle {
	height: 14px;
	width: 12px;
}

.ui-slider-horizontal {
	height: 8px;
	background: #D5DAE8;
}
/**** taburi ***/
.ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.hotel-list-detail {
	float: left;
	width: auto;
}

.hotel-address {
	font-size: 12px;
	color: #666;
	background: url(../images/location.gif) no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 5px;
}

.croaziere-detalii {
	font-size: 12px;
	color: #666;
	background-position: left center;
	
	margin-top: 5px;
}

.hotel-list-detail .description {
	width: 600px;
	margin-left: 10px;
	font-size: 12px;
}

.hotel-rooms {
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
}
.ski .hotel-rooms {
	border-bottom: 0px solid #efefef;
	padding-bottom: 5px;
}

.hotel-rooms .rooms-info {
	width: 490px;
}

.select-hotel {
	width: auto;
	text-align: center;
}

.room-name {
	
}

.small-hotel-picture {
	border-radius: 2px;
	box-shadow: 0 1px 3px #CCCCCC;
}

.displaynone {
	display: none;
}

#tabs {
	margin: 20px 0 0;
	position: absolute;
	width: 400px;
	z-index: 501;
	border: 0px;
	border-radius: 0px;
	font-family: inherit;
	zoom: 1;
	border-left: 1px solid #c6c6c6;
	padding: 0px;
	background: url("../images/gradient_box.png") repeat-x scroll left top;
}

#tabs .ui-tabs .ui-tabs-nav li a {
	color: #666;
	font-weight: bold;
}

#tabs .ui-tabs-nav {
	background: none;
}

#tabs .ui-tabs .ui-tabs-nav li {
	border-bottom-width: 0;
	float: left;
	list-style: none outside none;
	margin: 1px 0.2em 0 0;
	padding: 0;
	position: relative;
	top: 0;
	white-space: nowrap;
}

#tabs.ui-tabs .ui-tabs-nav {
	padding: 0px;
}

#tabs.ui-tabs .ui-tabs-nav li {
	margin-right: 0px;
	margin-top: 0px;
	border-top: 0;
	border-left: 0;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #E1E1E1;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-state-default a {
	color: #666;
	font-weight: bold;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #FFB300;
}

#tabs .ui-state-hover a {
	color: #FFB300;
	font-weight: bold;
}

#tabs .ui-state-hover {
	border: none;
	background: #e1e1e1;
	font-weight: bold;
	border-right: 1px solid #c6c6c6;
}

#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-bottom: 0px;
	background: none;
	border-right: 1px solid #c6c6c6;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

#tabs .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	border-bottom-right-radius: 0px;
}

#tabs .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	border-bottom-left-radius: 0px;
}

#tabs .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	border-top-right-radius: 0px;
}

#tabs .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	border-top-left-radius: 0px;
}

#tabs .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited
	{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#h-container {
	height: 456px;
	position: relative;
	box-shadow: 0 4px 2px -2px #CCCCCC;
}

.h-text-box {
	background: url(../images/bg-transparent-box.png);
	position: absolute;
	padding: 10px;
	top: 20px;
	left: 410px;
	font-weight: bold;
	color: #fff;
	
}
.h-text-box-right {
background: url(../images/bg-transparent-box.png);
	position: absolute;
	padding: 10px;
	bottom: 60px;
	right: 0px;
	font-weight: bold;
	color: #fff;
	width:500px;

}
.h-text-box-right  h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	border: 0px;
	color: #FDB813;
	padding-top: 0px;
	line-height:27px;
}
.h-text-box h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	text-align:left;
	border: 0px;
	color: #fff;
	padding-top: 0px;
	line-height:27px;
}

#promo-atv-slider {
	height: 456px;
	position: relative;
	width: 780px;
	box-shadow: 0 4px 2px -2px #CCCCCC;
}

.promo-text-box {
	background: url(../images/bg-transparent-box.png);
	position: absolute;
	padding: 10px;
	top: 100px;
	left: 420px;
	width: 330px;
	font-weight: bold;
	color: #fff;
}

.promo-box-title {
	color: #FFB300;
	font-size: 30px;
	line-height:30px;
}

.banners {
	float: left;
	height: 140px;
	width: 360px;
}

.banner-1 {
	margin-bottom: 6px;
	position: relative;
	width: 100%;
	height: 140px;
}

.white-label {
	bottom: 0;
	max-height: 78px;
	min-height: 56px;
	overflow: hidden;
	padding: 6px 0 0;
	position: absolute;
	width: 100%;
	background:
		url("http://lcc-wilhelmshaven.de/images/common/dark_label_back.png")
		repeat-x scroll left top;
}

.white-label .title {
	padding: 0 0 0 19px;
	position: relative;
}

.white-label .text {
	font-size: 14px;
	line-height: 15px;
	padding: 3px 19px 6px;
}

.bottom-menu {
	background: url("../images/bg-footer.png") repeat-x scroll 0 0;
	font-size: 13px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	width: 970px;
	border-bottom: 1px solid #fff;
}

.hour {
	text-align: center;
	display: block;
	width: 40px;
	background: url('../images/ceas-bilet.gif') no-repeat;
	background-position: left center;
	padding-left: 16px;
}

.data-avion {
	display: block;
	background: url('../images/calendar-bilet.gif') no-repeat;
	background-position: left center;
	font-size: 13px;
	margin-right: 5px;
	padding-left: 20px;
}

.durata-zbor {
	
}

.show-details {
	background: url('../images/sageata-jos.gif') no-repeat;;
	background-position: right center;
	padding-right: 20px;
	color: #005aab;
	font-size: 13px;
	text-decoration: underline;
}

.show-offers {
	background: url('../images/details-small.png') no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: bold;
	text-decoration: none;
}

.details-arrow {
	float: left;
}

.details-arrow-hotel {
	float: left;
	margin-left: 10px;
}

.offer-bar {
	margin-top: 10px;
}

.bara-escala {
	padding: 5px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	color: #005aab;
}

.extra-details {
	width: 125px;
}

.payment-select {
	border: 1px solid #D4D4D4;
	color: #333333;
	padding: 5px;
	width: 150px;
}

h3.hright {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	margin: 0px;
	position: relative;
}

.column-right .detalii-calatorie {
	margin-top: 10px;
	background: #eee;
	padding: 5px;
	border-radius: 5px;
}

.filters-left {
	float: left;
	padding-left: 10px;
	width: 160px;
}

.hotel-image {
	width: 115px;
	height: 130px;
	padding: 5px;
}

h3.hotel-name {
	color: #333;
	display: inline;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding: none;
	margin: 0px;
	position: relative;
}
h2.small-tag {
	padding:0px;
	color: #005aab;
	display: inline;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	padding: none;
	margin: 0px;
	position: relative;
}

.hotel-name a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.hotel-name a:hover {
	text-decoration: underline;
}

.filter-name {
	background: url('../images/btn-magnifier.gif') no-repeat;
	width: 30px;
	height: 28px;
}

.nr-camera {
	float: left;
	margin-left: 10px;
}

.all-offers {
	display: none;
}

.all-offers-show {
	display: block;
}

.hotel-header {
	margin-bottom: 20px;
}

a.standard {
	color: #004DA0;
	text-decoration: none;
}

#hotel-map {
	width: 760px;;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #ccc;
	border-radius: 5px;
}

.hotel-description-full {
	margin-top: 10px;
	color: #000;
}

.facilities {
	color: #000;
}

.all-images {
	width: 400px;
}

.facility {
	background: url(../images/facility.gif) no-repeat;
	background-position: left center;
	padding-left: 14px;
}

.small-input {
	border: 1px solid #D4D4D4;
	height: 20px;
	padding: 5px;
	width: 100px;
}

.small-input-name {
	border: 1px solid #666;
	height: 18px;
	padding: 4px;
	width: 100px;
}

.map-container {
	height: 150px;
	width: 950px;
	margin: 0px auto;
	margin-bottom: 10px;
	display: none;
}

#footer .footer-head a {
	color: #07076B;
	text-decoration: none;
}

#footer .footer-head a:hover {
	color: #666;
	text-decoration: none;
}

#footer .simple-text {
	float: left;
	padding-left: 20px;
}

.banners-main-page {
	width: 780px;
}

.banners-left {
	width: 385px;
	margin-right: 10px;
	float: left;
}

.banners-left .banner {
	height: 140px;
	position: relative;
	margin-bottom: 10px;
}
.banners-left .banner-targ, .banners-right .banner-targ{
	height: 320px;
	position: relative;
	margin-bottom: 10px;
}
.banner-targ .banda-banner {
	background: url("../images/bg-transparent-box.png") repeat scroll 0 0;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	text-align: left;
	bottom: 0px;
	width: 365px;
	z-index: 1000;
	height: 100px;
}
.banda-banner {
	background: url("../images/bg-transparent-box.png") repeat scroll 0 0;
	color: #000000;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	width: 365px;
	z-index: 1000;
	height: 40px;
}
/*
.banda-banner h3 {
	margin: 0px;
	position: absolute;
	font-size: 30px;
	color: #ffb400;
	background: url('../images/banner-arrow.png') no-repeat;
	background-position: right 3px;
	padding-right: 20px;
}*/

.banda-banner h3 {
	margin: 0px;
	position: absolute;
	font-size: 28px;
	color: #ffffff;
	background: url('../images/banner-arrow.png') no-repeat;
	background-position: right 3px;
	padding-right: 20px;
}

.banner-targ .banda-banner .small-text {
	width:365px;
	}
.banda-banner .small-text,.banda-banner .small-text a {
	font-size: 14px;
	color: #fff;
	position: absolute;
	text-decoration: none;
	
}
.banda-banner .small-text a:hover {
	text-decoration: underline;
}
.banners-right {
	width: 385px;
	position: relative;
	float: left;
}

.banners-right .banner {
	height: 190px;
	position: relative;
	margin-bottom: 10px;
}

.page-full {
	margin-top: 20px;
	padding-top: 20px;
	min-height: 450px;
}

.page-full-booking {
	margin-top: 70px;
}

.hotel-offers .first-line {
	padding: 3px 0px 3px 10px;
	background: #f5f5f5;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	border-bottom: 1px solid #dcdcdc;
}

.hotel-offers .line {
	padding: 3px 0px 3px 10px;
	color: #666;
}

.hotel-offers .line .first-col {
	width: 250px;
}

.hotel-offers .line .second-col {
	width: 250px;
}

.hotel-offers .line .price {
	font-size: 13px;
	color: #1165b1;
	font-weight: bold;
}

.detalii-plata {
	padding: 5px 5px 10px;
	border: 1px solid #ddd;
	border-top: medium double #ddd;
}

.detalii-plata .row {
	margin-top: 10px;
	color: #333;
}

.small-price {
	color: #005aab;
}

.box-sumar {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(99, 96, 50, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(99, 96, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(99, 96, 50, 0.3);
}

.box-sumar .row {
	margin: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}

.big-price {
	font-weight: bold;
	font-size: 18px;
	color: #005aab;
}

.centered {
	text-align: center;
}

.box-sumar .fonts {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

#create-booking {
	font-size: 16px;
}

#vacation_transport {
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 30px;
	padding: 5px;
}

#vacation_country {
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 30px;
	padding: 5px;
}

#vacation_city {
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 30px;
	padding: 5px;
}

#vacation_date {
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 30px;
	padding: 5px;
}

#vacation_day {
	border: 1px solid #d4d4d4;
	width: 170px;
	height: 30px;
	padding: 5px;
}

.menu-dropdown .sub-menu {
	display: none;
	position: absolute;
	margin-top: -5px;
	background-color:#F8F8F8;
	padding: 5px;
	margin-left:-10px;
}
.menu-dropdown .sub-menu-last-child{
	margin-left:-150px;
		display: none;
	position: absolute;
	margin-top: -5px;
	background-color:#F8F8F8;
	padding: 5px;
	
}
.inner-casuta {

	margin-top:20px;
}

.casuta {
	position: relative;
	border: 1px solid #226AA4 !important;
	top:250px;
	background: #fff !important; 
	
}

.ui-widget-overlay {
	background: #EBEBEB;
	opacity: 0.5;
}

.text-loading {
	font-size: 16px;
	color: #005aab;
	font-weight: bold;
}

.leftt {
	float: left;
}
.inline-price{
	display:inline;
}
.price-static-hotels{
	margin-top:10px;
}
.div_1 {
	float: left;
	width: 400px;
	height: 377px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 0px;
	padding: 0px;
}

.div_2 {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	margin-top: 20px;
}

.div_3 {
	float: left;
	width: 100%;
	text-align:justify;
}

.div_4 {
	left: 470px;
	top: 350px;
	background: url(../images/bg-transparent-box.png);
}

.div_5 {
	position: relative;
}

.div_6 {
	width: 100%;
	line-height: 25px;
}

.div_7 {
	float: left;
	color: #333333;
	margin-top: 10px;
}

.div_8 {
	float: left;
	color: #FDB813;
	font-size: 24px;
	font-weight: bold;
}

.div_9 {
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	margin-top: 180px;
	margin-left: 240px;
}

.div_10 {
	float: left;
	width: 400px;
	height: 400px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 0px;
	padding: 0px;
}

.div_11 {
	float: left;
	color: #FDB813;
	font-size: 24px;
	font-weight: bold;
}

.div_12 {
	float: left;
	margin-top: 10px;
}

.div_13 {
	float: left;
	margin-left: 100px;
	margin-top: 50px;
}
.formular_cerere{

	float: left;
	margin-left: 100px;
	margin-top: 10px;

}

.div_14 {
	float: left;
	width: 150px;
	margin: 10px;
	font-weight: bold;
}

.div_15 {
	float: left;
	margin: 10px;
}

.div_16 {
	float: left;
	text-aling: center;
	width: 350px;
}

.div_17 {
	float: left;
	width: 400px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.div_18 {
	float: left;
	width: 78px;
	background-color: #0F848B;
	border-right: 1px solid #ffffff;
}

.div_19 {
	float: left;
	width: 80px;
	background-color: #0F848B;
}

.div_20 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #74AF36;
}

.div_21 {
	float: left;
	width: 78px;
	color: #596830;
	background-color: #B4CE58;
	border-right: 1px solid #ffffff;
}

.div_22 {
	float: left;
	width: 78px;
	color: #BA6529;
	background-color: #F7B077;
	border-right: 1px solid #ffffff;
}

.div_23 {
	float: left;
	width: 78px;
	color: #2D5296;
	background-color: #9EB3DC;
	border-right: 1px solid #ffffff;
}

.div_24 {
	float: left;
	width: 80px;
	color: #596830;
	background-color: #B4CE58;
}

.div_25 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #F08430;
}

.div_26 {
	float: left;
	width: 80px;
	color: #BA6529;
	background-color: #F7B077;
}

.div_27 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #5D8BC7;
}

.div_28 {
	float: left;
	width: 80px;
	color: #2D5296;
	background-color: #9EB3DC;
}
.field-tag sup{ 
vertical-align: top; position: relative; top: 1px; color: red;
}
.menu-dropdown .sub-menu a { font-weight:normal;height:10px;line-height:10px;padding-top:10px;padding-bottom:10px;border-bottom:1px #C6C6C6 solid; }
.menu-dropdown .sub-menu a:hover { background: transparent;color:#3174BC; }
#reservation-errors{
	color: #ff0000;
	display:block;
	
}
.search-extra-details{
	
    padding: 0 0 0 15px;
   display:block;
   margin-bottom:10px;
}
.green-payment{
	color: green;
	font-size:12px;
	font-weight: bold;
}
.red-payment{
	color: bold;
	font-size:14px;
	color: red;
	font-weight: bold;
}
#explain_plata_agentie{
	
	margin-left:25px;
}
#explain_plata_online{
	margin-left:25px;
}

.div_29 { float:left;width:240px; }
.div_30 { float:left;width:690px;margin-left:10px;text-align:justify; }

/* pager */
.cycle-pager { 
    text-align: right; right:10px; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

.promo-text-box a{
color: #FFB300;
    font-size: 22px;
    font-weight:bold;
    text-decoration: none;
    line-height: 30px;
}
a.targ-link:hover{
	text-decoration: underline;
	color:red;
	
}
.text-aeroport{
	color:#4F5155;
	font-size:11px;
}
#search_errors{
	color:#FF0000;
	font-size:11px;
}
#search_errorss{
	color:#FF0000;
	font-size:11px;
}
.div_31 { float:left;width:450px;text-align:justify; }
.div_32 { float:left;margin-left:10px;margin-top:10px; }
.img_1 { border:2px solid #F7F7F7;margin-left:5px; }
.img_2 { border-radius: 2px;box-shadow: 0 1px 3px #CCCCCC;border:2px solid #F7F7F7; }
.low-cost-link{
	color:#FDB813;
	font-size: 24px;
	margin-bottom:20px;
	display:block;
}
.tag{
	 border-radius: 0.25em;
    color: #FFFFFF;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background:#428BCA;
}
#destinatie-cb, #destinatie-cruise, #plecare-cb{
width:200px; margin-top:10px;}
.small-box #destinatie-cb,.small-box #destinatie-cruise,.small-box #plecare-cb,.small-box #ski-country, .small-box #ski-region{
	width:160px;
}
.itinerary-container-cb{

  padding-top:10px;
  padding-bottom:10px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	box-shadow: 0 0px 2px #e5e5e5;
	margin-bottom: 10px;
	margin-top:20px;

   }
   .breadcrumbs{
  	margin-left:10px;
   }
   .breadcrumbs div{
   float:left;
 	padding:5px;
 


   }
   .breadcrumbs .no-p{
   	padding:0px;
   	padding-top:5px;
   	
   }
   .breadcrumbs a{
   text-decoration:none;
   }
   .breadcrumbs div:last-child{
   
   }
   .dropdown-cb{
    border: 1px solid #C6C6C6;
    height: 40px;
    padding: 5px;
    font-size:16px;
    color:#000;
   }
   select.option[disabled='disabled']
	{
	   background:red;
	}
	#itinerary-map {
	width: 380px;
	height: 250px;
	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 3px solid #ccc;
	border-radius: 5px;
}
.orange-text{
	color:#FDB813;
}
.diacritice{
	font-weight: normal;
	font-style: italic;
	
}

.li1 { color:#004DA0;font-size:1.1em;display:block;margin-bottom:0px;text-decoration:none;font-weight:bold; }

.div_33 { float:left;width:160px;border-top:1px solid; }
.div_34 { float:left;width:160px;background-color:#E1E3E4;line-height:30px; }
.div_35 { float:left;width:300px;border-top:1px solid; }
.div_36 { float:left;width:300px;background-color:#E1E3E4;line-height:30px; }
.li2 { color:#004DA0;font-size:1.1em;margin-bottom:0px;text-decoration:none; }
.li3 { color:#FDB813;font-size:24px;font-weight:bold;margin-bottom:20px; }
.ul1 { background-image:url('../images/skiathos/bg-meniu.png');background-position:right top;background-repeat:repeat-y;  }
.div_37 { float:left;margin-top:15px;margin-bottom:5px; }
.div_38 { border-radius: 2px;box-shadow: 0 1px 3px #CCCCCC;border:2px solid #F7F7F7;margin-left:5px;width:125px;height:125px; }
.li4 { color:#004DA0;font-size:1.1em;display:block;margin-bottom:0px;text-decoration:none; }

.tab-sitemap{
	
	border-top:1px solid #EFEFEF;border-left:1px solid #EFEFEF;border-right:1px solid #EFEFEF;border-bottom:0px;
}
.tab-sitemap a{
	text-decoration: none;
}
.activ{
	border-top:1px solid #666666;border-left:1px solid #666666;border-right:1px solid #666666;border-bottom:0px;
}
.container-sitemap{
	background:#EFEFEF; padding:5px;
}
.container-sitemap a.selected{
	
	text-decoration: none;
	
	
}
.linkuri-paginatie{
	margin-top:20px;
	margin:0px auto;
	width:300px;
}
.linkuri-paginatie a{
	text-decoration: none;
}

.tpreturi { background: none repeat scroll 0 0 #FFB300; border: 1px solid #404040;  border-collapse: collapse;   color: #4F5155;font-weight:bold; }
.tpreturi td { border: 1px solid #F18347; padding: 2px 3px; }
.tpreturi tr.tpret td { background: none repeat scroll 0 0 #FFFFFF; border-color: #E1E1E1;color: #4F5155;line-height: 17px;font-weight:bold;} 
.tpreturi tr.tpret td.bun { background: none repeat scroll 0 0 #FFFFFF; border-color: #E1E1E1;color: #F7372A;line-height: 17px;font-weight:bold;} 
.tpreturi tr.tpret td.tipcam { background: none repeat scroll 0 0 #FFB300;border-color: #F18347;color: #4F5155;font-weight:bold;text-align: left;width: 100px; }
.cruise-room{
	border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px #e5e5e5;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right:5px;
    padding: 5px;
}
#ui-datepicker-div{
	z-index:502 !important;
}
.id-air-request{
	background: #FDB813;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 138px;
	
}


#special_offer_description img{
	max-width: 761px;
}
#special_offer_description .header_banner{
	max-width: 950px !important;
	height: 400px;
	margin-left: -15px;
}

#special_offer_description table{
	font-size: 12px;
	font-weight: normal;
}
#special_offer_description table td, #special_offer_description table th{
	border: 1px solid #ddd;
	padding: 3px;
}

.special_offer_similar{
	text-align: center; 
	margin-bottom: 38px;
}

.container-full_page {
	margin-left: 10px;
	width: 940px;
	padding-left: 5px;
}

.flight_results2 {
	float: left;
	padding: 0 0 0 10px;
	width: 923px;
}
.container-camera{
	
	float:left;border-bottom:1px solid #EFEFEF;width:100%
	}
	.subcontainer-camera{
	float:left;width:100%
	}
	.alegere-camera{
	float:left;width:248px;margin:3px;
	}
	.descriere-camera{
	float:left;width:248px;margin:3px;
	}
	.pret-camera{
	float:right;width:180px;margin:3px;
	}
/*** companii aeriene ***/


.three-columns{
    width: 540px;
    float: left;
    margin-left: 10px;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.three-columns h2 {
    font-size: 24px;
    color: #fdb813;
    padding: 0px;
    font-weight: bold;
    margin-top: 0px;
    width: auto;
    margin-bottom: 10px;
}

.too-columns{
    width: 340px;
    float: left;
    margin-left: 10px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.small-box.box-ski{
	display:none;
	}
	
	.big-blue-button{
	
	  background: rgba(0, 0, 0, 0) url("../images/search_btn.png") repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 138px;
}
	}
	
	
/***** Form Mice  *****/
.wrapper_mice{
	margin:0px;
	padding:0px;
	font-family:'Open Sans', sans-serif;
	overflow-x:hidden; 
	font-size:16px;
	color:#000;
}

::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}
::-webkit-input-placeholder {
   font-style:italic;
   font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
    font-style:italic;
    font-size:16px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style:italic;
   font-size:16px;
}
:-ms-input-placeholder {  
   font-style:italic;
   font-size:16px;
}

* {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   margin: 0;
   padding: 0;
}
label{
font-weight:400; 
margin-bottom: 10px;


}
.wrapper{
	max-width:1200px;
	margin:0px auto;
	position:relative;
	background:#fff;
}
.wrapper_small{
	max-width:750px;
	margin:0px auto;
	position:relative;
}
p{
	margin:0px;
	padding:0px;
}
.clearFloats{
	clear:both;
}
.title_form{
	color:#00468E;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	margin:40px 0px 5px 0px;
}
.subtitle_form{
	color:#00468E;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.tlt{
	text-align:center;
	margin:20px 0px 35px 0px;
}
/* -----------ICONS ---------  */
.icon{
    margin:20px 0px 30px 0px;
	padding-left:36px;
}
.icon1{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/calendar.png") left 2px center no-repeat;
	background-size:22px; 
}
.icon2{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/multiple.png") left 2px center no-repeat;
	background-size:22px; 
}
.icon3{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/map.png") left 2px center no-repeat;
	background-size:19px; 
}
.icon4{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/airplane.png") left 2px center no-repeat;
	background-size:20px; 
}
.icon5{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/star.png") left 2px center no-repeat;
	background-size:20px; 
}
.icon6{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/bed.png") left 2px center no-repeat;
	background-size:30px; 
}

.icon7{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/ustensil.png") left 2px center no-repeat;
	background-size:25px; 
}
.icon8{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/businessmen.png") left 2px center no-repeat;
	background-size:32px; 
}
.icon9{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/silhouette.png") left 2px center no-repeat;
	background-size:32px; 
}
.icon10{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/man.png") left 2px center no-repeat;
	background-size:25px; 
}
.icon11{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/summer.png") left 2px center no-repeat;
	background-size:25px 22px; 
}
.icon12{
	background:url("https://www.aerotravel.ro/images/mice/form-mice/money.png") left 2px center no-repeat;
	background-size:14px; 
}


/* -------END--ICONS ---------  */
.input_check{
	height:50px;
	margin:5px;
}
.label_check{
	height:34px;
	line-height:34px;
	vertical-align:middle;
}
.line_750{
	margin:35px 0px 25px 0px;
	border-bottom: 1px solid #e8e8e8;
	max-width: 750px;
}
.space{
	height:15px;
}
.newCheckbox input,
.centerCheckbox input{
	display: none;
}
.newCheckbox span,
.centerCheckbox span{
	width:23px;
	height: 22px;
	display: inline-block;
	background: url("https://www.aerotravel.ro/images/mice/form-mice/check_white.jpg");
	line-height: 22px;
	vertical-align: middle;
}
.newCheckbox span{
	margin-right: 10px;
}
.centerCheckbox span{
	margin-top: 10px;
}
.centerCheckbox input:checked+ span {
	background: url("https://www.aerotravel.ro/images/mice/form-mice/check_blue.jpg");
}
.newCheckbox input:checked+ span {
	background: url("https://www.aerotravel.ro/images/mice/form-mice/check_blue.jpg");
}
.check{
	width: 75px;
	margin-left: 10px;
	color:#7b7b7b;
}
.zi{
	width:52px;
}
.luna{
	width:65px;
}
.an{
	width:85px;
}

div.check, div.zi, div.luna, div.an{
	display: inline-block;
}
.info_room{
	color:#7b7b7b;
	font-style:italic;
	margin-bottom: 30px;
}
.room_type{
	width: 22px;
	height: 22px;
	border-top:3px solid #7b7b7b;
	border-radius: 4px;
}
.bottom_label{
	height: 50px;
}
.padding_2{
	padding: 0px 4px;
}
.buton_trimis{
	margin:50px auto;
	text-align: center;
}
.btn-send{
	background-color: #014590;
	padding:5px 48px;
	color:#fff;
	font-size: 16px;
}
.mb{
	margin-bottom:5px;
}
@media screen and (max-width: 768px) {
	   .row {
	        margin-right: 10px;
	        margin-left: 0px;
	    }
	
	body{
		font-size:14px;
	}
	 
	::-webkit-input-placeholder {
	   font-style:italic;
	   font-size:12px;
	}
	:-moz-placeholder { /* Firefox 18- */
	    font-style:italic;
	    font-size:12px;
	}
	
	::-moz-placeholder {  /* Firefox 19+ */
	   font-style:italic;
	   font-size:12px;
	}
	:-ms-input-placeholder {  
	   font-style:italic;
	   font-size:12px;
	}
	
	.line_750{
		margin:15px 0px 15px 0px;
	}
	   .icon {
	   margin: 10px 0px 10px 0px;
	  }
	   
   
}

@media screen and (max-width: 420px){

	.newCheckbox span{
		margin-right: 3px;
	}
	.space{
		height:30px;
	}
	div.check{
		display:block;
	}
	.label_check{
		height:64px;
	
	}
}
#success_send_mail{
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-top:30px;
	margin-bottom:30px;
}

/***** END Form Mice  *****/	


/** Form cereri SKI **/
.ski_cereri{
	width: 100%;
	height: 100%;
}

.ski_cereri input[type="text"], 
.ski_cereri input[type="email"],
.ski_cereri select{	
	width: 260px;
	height: 30px;
	border-radius: 5px 5px 5px 5px;
}
.ski_cereri textarea{
	width: 260px;
	height: 70px;
	border-radius: 5px 5px 5px 5px;
}

.ski_cereri h2{
	 color: #004da0;
    display: block;
    font-family: Arial;
    font-size: 13px;
    font-weight: inherit;
    padding: 10px 17px 20px 10px;
    position: relative;
    width: 650px;
    margin:0 auto;
    text-align: center;
}
.ski_cereri_body{
	border: 0px solid black;
	width: 500px;
	margin: 0 auto;
	
}
.ski_cereri_body_item{
	margin: 10px auto;
	
}

.ski_item_title, .ski_item_content{
	display: inline-block;
	
}
.ski_item_title{
	width: 150px;
	text-align: right;
	margin-right: 5px;
	font-size: 13px;
	font-family: Arial;
}

.ski_item_content{
	
}

.ski_cereri_submit .submit{
	width: 170px;
	height: 40px;
	border-radius: 5px 5px 5px 5px;
	background-color: #004da0;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 17px;
	margin-left: 40px;
}
.ski_cereri_submit{
	text-align: center;
	
}
.ski_cereri_submit input:hover{
	background-color: #ffb300;
}
#ski_success_send_mail{
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}
.ski_item_content label{
	vertical-align: top;
}

.box_contact_ski{
	 border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px #e5e5e5;
    margin-bottom: 10px;
    padding: 5px;
    border:1px solid #FDB813
}
.contact_ski_text, .contact_ski_button{
	display: inline-block;
}
.contact_ski_text{
	
}
.contact_ski_button{
	text-decoration: none;
	vertical-align: top;
	margin-top: 10px;
}
.contact_ski_link{
	padding: 10px 10px 10px 10px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 10px;
	background-color: #ffb300;
	font-weight: bold;
	text-decoration: none;
	margin-left: 100px;
}

#ski_cereri_pers{
	width: 128px;
	
}

/** END Form cereri SKI **/

/* Contact aerotravel */
.topMenu{border-bottom:solid 1px #e6e6e6; text-align:right; padding:12px 0;    font: 13px/20px Arial, Tahoma;}
.topMenu ul{list-style:none; margin:0; padding:0;}
.topMenu li{display:inline; margin:0; padding:0;}
.topMenu li::before{content:" | "; color:#e5e5e5;}
.topMenu li:first-child::before{content:"";}
.topMenu a{color:#2C6296;text-decoration: none;font-size: 15px;}
.topMenu a:hover{border-bottom: 1px solid #808080;}

.topMenu .row{margin-left:-10px; margin-right: 0px;}
.topMenu .phone strong{padding-left:27px; font-size:21px; line-height:30px; background:url(https://www.aerotravel.ro/images/aerotravel/icon-phone.png) left no-repeat; background-size:23px; letter-spacing:0.2px;color: #004da0;}
.topMenu .phone a{color:#004da0;}
/* END Contact aerotravel */



/** Form MICE **/
.form_header{}
.form_header{
	margin-top: 60px;
	position: relative;
	width: 100%;
}
.form_header h3{
	width: 100%;
	text-align: center;	
	font-weight: bold;
	margin-bottom: 5px;
}
.form_header h4{
	width: 100%;
	text-align: center;	
	color: #004da0;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	color: #4f5155;
}
.form_header_box {
    background: rgba(0, 0, 0, 0) url("../images/bg-transparent-box.png") repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    
    padding: 10px;
    position: absolute;
    top: 20px;
    border: 0px solid black;
    width:580px;
    top: 98px;
    left: 360px;
}
.form_header_box h1{
	color:#FFB300;
	font-size: 30px;
    font-weight: bold;
    line-height: 27px;
    text-align: left;
    border: 0;
    padding-left: 0;
    padding-top: 0;
    margin: 0 0 5px 0;
}
.form_header_box .content{
	font-size: 17px;
}

.form_header h5{
	width: 100%;
	text-align: center;	
}
.form_header_img{
	width: 950px;
	margin: 0 auto;
}
.form_header_img img{
	width: 950px;
}

.form_body{
	width: 100%;
	
}
.form_body form{
	width: 77.37%;
	margin: 0 auto;
}

.form_box
{
}
.form_row_box{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dfdfdf;
	margin: 10px auto;
	display: block;
	padding-bottom: 40px;
	padding-top: 10px;	
	font-family: Arial;
	font-size: 13px;
}
.form_row_box textarea{
	font-style: italic;
	font-family: Arial;
}
.form_box{
	width: 46.66%;
	height: 150px;
	border: 0px solid black;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 0px;
}
.form_row_box{
	font-weight: 500;
}

.form_row_box input::-webkit-input-placeholder {
	margin-left: 15px; 
}
 
 .form_row_box input:-moz-placeholder { /* Firefox 18- */
 	margin-left: 15px;
}
 
.form_row_box input::-moz-placeholder {  /* Firefox 19+ */
	margin-left: 15px;
}
 
.form_row_box input:-ms-input-placeholder {  
	margin-left: 15px;
}

.form_box h4{
	vertical-align: top;
	margin: 3px 0 0 10px;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	
}
.form_body input[type="text"], .form_body input[type="email"] {
	height: 32px;
	
}
.form_box input[type="number"]{
	height: 33px;	
}
.form_body input[type="text"], .form_body input[type="email"], .form_body input[type="number"]{
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #a7a7a7;
		
	display: inline-block;
	font-size: 15px;
	font-family: Arial;
	font-style: italic;
}
.form_body textarea{
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #a7a7a7;
	text-align: left;  
	display: inline-block;
	font-size: 15px;
	font-family: Arial;
	font-style: italic;  	
	vertical-align: middle;
}
.form_body #mice_form input[type="checkbox"]{
	opacity: 0;
    width: 21.17%;
    display: none;
}
.form_body #mice_form input[type="checkbox"] + label{
	margin: 0;
    clear: none;

    /* Left padding makes room for image */
    padding: 2px 0px 4px 32px;
	
    /* Make look clickable because they are */
    cursor: pointer;

    background: url("https://www.aerotravel.ro/images/mice/icon-checkbox.jpg") no-repeat;	
}	
.form_body #mice_form input[type="checkbox"]:checked + label{ 
	background: url("https://www.aerotravel.ro/images/mice/icon-checkbox-checked.jpg") no-repeat;
}

	
.img_period{
	display: inline-block;
}


.form_box_checkin{
	margin: 30px 0 10px 0;
	width: 100%;
}
.form_box_checkout{
	width: 100%;
}

.form_row_box .sep{
	width: 0.28%;
	margin: 0;
}

.form_box_checkin .title, .form_box_checkout .title{
	width: 20.85%;	
	display: inline-block;
}


.form_body .form_box_checkin input, .form_body .form_box_checkout input{
	width: 14.85%;
	height: 35px;
	margin: 0 2% 0 2%;
	font-style: italic;
}
	
.form_body h4{
	font-weight: bold;
	font-size: 14px;	
	margin: 4px 0 0 1.66%;
	display: inline-block;
	vertical-align: top;
	font-family: Arial;
}

.form_box_period{
	display: inline-block;
	float: right;
	width: 48.66%;
}
.form_box_period h4{
	display: inline-block;
	vertical-align: top;
}
.form_box_period textarea{
	display: block;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #a7a7a7;
	height: 88px;
	width: 100%;
	margin-top: 30px;
	font-style: italic; 
}


#nr_persons, #form_box_country_city{
	width: 96.2%;
	height: 35px;
	margin-top: 5px;
	text-align: left;
	padding-left: 10px;
}



.form_box textarea{
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #a7a7a7;
	
}

.form_box_ck{
	margin-top: 21px;
}

.form_box .form_box_ck_item{
	display: inline-block;
	width: 29.81%;
	border: 0px solid black;
	margin-bottom: 7px;
}



.form_box_transport{
	width: 20%;
	height: auto;
	border: 0px solid black;
	display: inline-block;
	vertical-align: top;
}
.form_box_transport_items{
	margin-top: 15px;
}

.form_box_hotel{
	width: 40%;
	height: auto;
	border: 0px solid black;
	display: inline-block;
	vertical-align: top;
	margin: 0 0px 0 6.13%;
}
.form_box_cazare{
	width: 32.66%;
	height: auto;
	border: 0px solid black;
	display: inline-block;
	vertical-align: top;
}
.form_box_cazare span{
	vertical-align: top;
}
.form_box_cazare input[type="number"]{
	width: 26.93%;
}

.form_box_hotel_ck{
	margin-top: 15px;
}
.form_box_hotel_ck_item{
	display: inline-block;
	margin-left: -22px;
	margin-top: 7px;
	
}

.form_box_tables{
	width: 46.66%;
	border: 0px solid black;
	display: inline-block;
}
.form_box_tables .form_box_table_item, .form_box_pack_drinkes .form_box_table_item{
	margin-right: 30px;
	display: inline-block;
}
.form_box_dinner{
	float: right;
}
.form_box_dinner .form_box_table_item span{
	margin-right: 30px;
}

.form_box_table_title{
	width: 130px;
	border: 0px solid black;
	display: inline-block;
}	

.form_box_events{
	margin-top: 20px;
	margin-right: 11.33%;
	display: inline-block;
	width: 74.66%;
	height: 179px;
}
.form_box_video_text{
	margin-top: 0px;
	width: 100%;
	
}
.form_box_video_text textarea{
	height: 56px;
	width: 100%;
	font-style: italic;	
}

.form_row_box_activity{
	width: 100%;
}

.form_row_box_activity textarea{
	width: 32%;
	height: 76px;
	display: inline-block;
}

.form_box_events .form_box_event{
	text-align: center;
	display: inline-block;
	margin: 0 15px 0 15px 0;
	width: 15.59%;
	vertical-align: top;
}

.form_box_events .form_box_event .form_box_event_img{
	width: auto;
	height: auto;
	border: 0px solid black;
	margin-top: 7px;
}

.form_box_events .form_box_event h5{
	padding: 0;
	margin: 0;
	height: 40px;
	font-weight: normal;
	font-size: 13px;
}
.form_box_profile{
	width: 100%;
}
.form_box_profile input {
	margin-left: 4px;	
}

.form_box_time{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 33px;
	width: 13.33%;
}

.form_box_cazare_text{
	margin-top: 25px;
	font-style: italic;
	color: #707070;
	font-weight: normal;
}

.form_row_box .form_box_profile h4{
	display: inline-block;
}
.form_box_profile input{
	width: 34.13%;
	vertical-align: top;
}

.form_box_profile #participants_women{
	width: 19.73%;
}
.form_box_profile #participants_men{
	width: 18.26%;
}
.form_box_ent{
	display: inline-block;
	width: 58.26%;
}
.form_box_buget{
	display: inline-block;
	float: right;
	width: 38.33%;
}
.form_box_ent .img_period, .form_box_buget .img_period{
	vertical-align:top;
}
.form_box_ent h4, .form_box_buget h4{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.form_box_ent textarea{
	width: 58.81%;
	height: 74px;
}
.form_box_buget textarea{
	width: 66.77%;
	height: 74px;
}

.form_row_box_contact, .form_row_box_send{
	margin: 0px auto;
	border-bottom: none;
	display: block;
	width: 750px;
	
}
.form_box_contact{
	height: 50px;
	width: 100%;
}
.form_box_contact input{
	width: 300px;
	border-radius: 5px 5px 5px 5px;
	height: 20px;
	vertical-align: top;
}
.form_box_contact .form_box_contact_item_r{
	width: 47.2%;
	display: inline-block;
	float: right;
}
.form_box_contact .form_box_contact_item_l{
	width: 46.23%;
	height: 42px;
	display: inline-block;
	float: left;
	
}

.form_box_contact input{
	margin-left: 8px;
}
.form_box_contact img{
	margin-top: 5px;
}

.form_row_box_send #button_submit{
	width: 25%;
	margin: 0 auto;
	font-size: 17px;
}
.form_row_box_send #button_submit input{
	font-size: 16px;
}
.form_row_box_send #button_submit input{
	cursor: pointer;
	width: 205px;
	height: 38px;
	border: 0px solid black;
	vertical-align: top;
	background-color: #014590;
	border-radius: 5px;
	color: #FFFFFF;
	border: 0px solid black;
	text-align: center;
}

.form_box_time .form_box_time_item{
	
}

.form_body .form_row_box_contact #contact_name{
	width: 86.70%;
	margin: 0 0 0 1.9%;
}

.form_box_time_item span{
	margin-left: 8px;
}
.form_box_cazare span{
	margin-left: 6px;
}
.form_box_cazare label{
	margin-right: 4.08%;	
}
.form_row_box span{
	margin-left: 8px;
}
.form_row_box .form_box_table_item{
	margin-left: -6.28%;
}
.form_box_time h4{
	margin-left: 0;
}

label, textarea{
  vertical-align:middle;

}

.accommodation_number{
	width: 240px;
	height: 32px;
}

.form_row_box .form_box_pack_drinkes{
	margin-top: 14px;
}

.form_row_box .form_box_event input[type="checkbox"], .form_row_box .form_box_time input[type="checkbox"]{
	display: block !important;
}

/** END Form MICE **/
 