img {
	max-width: 100%;
}
a:focus,a:hover,button:hover{
	text-decoration:none !important;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
/*** NEW UI V1 ***/

html,body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: arial, helvetica;
	color: #6c6c6c;
	background-color:#fff;
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrap {
	min-height: 100%;
    font-size: 13px;
    margin-bottom:-50px;
}
#wrap:after {
  content: "";
  display: block;
  height:50px;
}
#container {
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top:60px;
}
#content {
	padding-bottom: 200px;
	position: relative;
    background:#fff;
} 
#content .resDetail {
	padding:10px;
}
a.alert {
    color: #FFA500;
    box-shadow:none;
    margin:0;
}
a {
	text-decoration: none;
	color: #111;
	outline: none;
}

a:hover {
	color: #6dcff6;
}
[disabled] {
    background: none repeat scroll 0 0 #EEF3FA !important;
    border: 1px solid #C4D6EC !important;
    color: #C4D6EC !important;
    cursor: default !important;
    -webkit-opacity: 1;
    -webkit-text-fill-color:#C4D6EC;
    -webkit-appearance: none;
}
label.error {
   background: none repeat scroll 0 0 #FC5F00;
    border-radius: 0;
    color: #fff !important;
    float: none;
    font-weight: normal;
    font-size:12px;
    padding: 3px;
    white-space: normal;
    z-index: 1;
    display:block;
    clear:both;
}
.select-style label.error{
	position:absolute;
}
.captcha {
	padding-top: 10px;
}
.captcha img {
	float: left;
}

.captcha a.captchaRefresh {
	background: url(/images/refresh.png) no-repeat left center;
	height: 20px;
	line-height: 20px;
	float: left;
	display: block;
	margin: 5px;
	padding-left: 18px;
}
#content p, .innertext p, p {
	margin: 10px 0;
	line-height: 1.5;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-size:14px;
}

input,select {
	padding: 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
}
select, input[type="file"] {
    height: 36px;
    line-height: normal;
    padding:5px;
}
input[type="text"], input[type="password"], 
 input[type="datetime"], input[type="datetime-local"], 
 input[type="date"], input[type="month"], 
 input[type="time"], input[type="week"], input[type="number"], 
 input[type="email"], input[type="url"], input[type="search"], 
 input[type="tel"], input[type="color"]{
	display: inline-block;
	height: 34px;
	padding: 4px;
	vertical-align: middle;
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit;
	box-sizing: inherit;  
}
input[type="text"], 
input[type="password"],
input[type="tel"], 
input[type="number"], 
input[type="email"], 
.inputstyle,
.select-style{
	 /* fallback */
  background: #fff;
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff, #f8fafb);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff, #f8fafb);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fff, #f8fafb);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #f8fafb);
	border:1px solid #9fbad8;
	color:#2865a9;
	border-radius:3px;
	font-size:14px;
	height:34px;
}

input[type='button'], input[type='submit'], .button {
/* 	background: url(/images/newui/sprite2.png) repeat-x scroll right -93px; */
	font-size: 14px;
	font-weight: bold;
    border: 0;
	border-radius: 3px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	color:#fff;
	-webkit-appearance: none;
}
.button{
    color:#fff !important;
    display:inline-block;
}

.button:hover, input[type='button']:hover, input[type='submit']:hover {
/* 	background: #2b7bb5 url(/images/newui/sprite2.png) repeat-x scroll right -58px; */
}
.btn.btn-primary{
	padding:6px 20px;
/* 	background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13; */
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
/* 	background:#eb9316; */
}
.bottom-btn {
	text-align:center;
}
.btn:hover {
/* 	border:1px solid #eee; */
/* 	color:#ccc; */
}
.btn.btn-border{
	background:none;
}
.btn3 {
	border:1px solid #405a88;
	background:#405a88;
	color:#fff;
	display:inline-block;
	padding:8px;
}
.btn3:hover {
	background:#00354C;
	border:1px solid #00354C;
	color:#fff;
}
.delete.btn {
	border:0;
	background:none;
	color:#D62020;
	display:inline-block;
	padding:5px;
}
.delete.btn:hover {
	color:#EF3939;
}
body .btn2{
	border:1px solid #9fbad8;
	color:#2865a9;
	border-radius:3px;
	font-size:14px;
	padding:5px 20px;
	color:#025C81 !important;
    display:inline-block;
}
body .btn2:hover{
	background:#FBFCFD;
}


input[type='radio'],input[type='checkbox'] {
	border: 0;
}
#wrap input.error, #wrap input[type="text"].error,
#wrap input[type="password"].error {
	border:1px solid #fc5f00;
}

.ui-datepicker .ui-datepicker-title select{
	color: #333;
    font-size: 0.8em;
    height: auto;
    margin: 0;
    padding: 1px;
}

/*** HEADER ***/

#header{
	margin:0 auto;
	padding:0;
	background:#163e6a;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#header .topnav{
	margin:20px 0 15px;
	float:right;
	font-size:11px;
	color:#9EB2CE;
	text-align:right;
}
#header .topnav a {
    color: #9EB2CE;
    padding: 5px 0px;
}
#header .topnav a:hover {
    color: #fff;
}
.topnav span.callcenterNo {
    color: #ff8200;
    font-size: 14px;
    font-weight: bold;
    margin-left:10px;
}
.logo, .main-menu, .right-menu{
	padding: 10px;
}
.logo img {
	max-width:100%;
	max-height:30px;
}
#header .logo{
	float:left;
}
#header #nav{
	float:left;
	position:inherit;
}
#nav ul li{
	float:left;
	display:block;
}
#nav ul li a.selected {
	background:transparent;
	box-shadow:none;
	color:#fafafa;
}
#nav ul li a.selected:hover{
	background:transparent;
	box-shadow:none;
	color:#fafafa;
	cursor:pointer;
}
#nav ul li a:hover{
	background:transparent;
	box-shadow:none;
	color:#fff;
}
#nav ul li a{
	background:transparent;
	box-shadow:none;
	color:#678bb6;
	font-size:14px;
	font-weight:600;
	border-radius:0;
	padding:5px;
	text-align:left;
	width:auto;
	margin:0 12px 0 0;
	float:left;
	border:0;
}
.right-menu{
	display:flex;
	justify-content: flex-end;
}
.right-menu .nav,
.right-menu .lang{
	display:flex;
}
#header .contact-link{
	white-space:nowrap;
}
.lang .contact-link{
	color:#fff;
    padding:6px;
}
.contact-link .glyphicon{
	margin-right:3px;
}
ul.nav {
    margin-top:5px;
}
ul.nav li {
    background: transparent;
    float: left;
    width: auto;
    padding: 0 1px;
    color:#678bb6;
}
ul.nav li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding:6px;
}
ul.nav li:hover, ul.nav li a:hover,
ul.nav li:hover, ul.nav li a:focus,
.lang .contact-link:hover {
    background:#133459;
}
ul.nav li ~ li {
    border:0;
}
.nav .mainpage {
    display:none;
}
.btn-lang {
    color:#fff;
    font-size:12px;
}
.btn-lang:hover {
    background:#133459;
    color:#fff;
}
#header .lang {
    position: relative;
    margin-top:5px;
}
#header .selectLang{
	font-size:11px;
	background:url(/images/newui/icon-down-blue.png) no-repeat right center;
	padding:5px 20px 5px 5px;
	color:#fff;
	display:block;
}
#header .selectLang:hover{
	background-color:#133459;
}

#header .countryList{
	display:none;	
	position:absolute;
	top:30px;
	right:0;
	z-index:3;
	padding:0 0 20px;
	width:300px;
	height:auto;
	background:#fefefe;
	border:1px solid #eee;
	box-shadow:0px 1px 3px #aaa;
	padding-bottom:50px;
}

#header .countryList .selected{
	font-weight:bold;
	margin-bottom:5px;
	padding:10px;
	background:#eee;
}
#header .countryList .choose{
	float:left;
	margin:10px 0 10px 10px;
}
#header .countryList .choose h2{
	margin-bottom:15px;
}
#header .countryList .choose select{
	width:130px;
}
#header .countryList .submit{
	text-align:right;
	clear:both;
	padding: 25px 20px 0;
}
#header .countryList ul{
	padding:10px 0 0;
}
#header .countryList ul li.lang-title{
	font-weight:bold;
	margin-bottom:10px;
	padding:3px;
	border-bottom:2px solid #eee;
}
#header .countryList ul li a{
	margin:0 0 10px;
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}
#header .countryList ul li a span{
	float:right;
}

#header .user {
    color: #FFA500;
    float: right;
    font-weight: normal;
    line-height: normal;
    margin: 2px 0 0;
    position: relative;
}
#header .user a {
	padding:10px;
	color:#3bccfc;
	display:block;
	overflow:hidden;
}
#header .user .btn-link {
	color:#fff;
}
#header .user > a:hover,
#header .user .btn-link:hover,
#header .user .btn-link:focus{
	color:#fff;
}
#header .user a.logout {
	color:#9EB2CE;
}
#header .user .usertoggle {
    cursor:pointer;
	font-size:11px;
	background:url(/images/newui/icon-down-blue.png) no-repeat right center;
	padding:5px 20px 5px 5px;
	color:#3bccfc;
	display:block;
	overflow:hidden;
}
#header .usertoggle:hover {
    background-color:#133459;
}
#header .user img {
    border: 1px solid #FFFFFF;
    float: left;
    height: 20px;
    margin-right: 15px;
    width: auto;
    display:none;
}
#header .user .usermenu {
    background:#FEFEFE;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px #aaa;
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 1;
    top:30px;
}
#header .user .usermenu li a {
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px;
    white-space: nowrap;
    font-size:13px;
}
#header .user .usermenu li a:hover {
    background:#f3f3f3;
}
#header .user .usermenu li.first-title a {
    background: #eee;
    border: 0 none;
}
#header .user .usermenu li.first-title a:hover {
    color: #2B7BB5;
}
#header .user .dropdown-toggle span{
}
#lang-select{
	top:40px;
	left:auto;
	right:0;
	min-width:300px;
	min-height:180px;
}
.popover-footer{
	text-align:right;
	padding: 10px 20px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #eee;
}
.popover{
	color:#777;
}

.notice {
    color: #2B7BB5;
}
/*** FOOTER ***/

#footer{
	background:#ebf1f3;
	height:50px; 
	color: #9EB2CE;
    font-size: 11px;
    font-weight: normal;
    line-height:1.6;
    padding:15px 0 5px;
    text-align:center;
}
#footer img{
	height:20px; 
}
#footer #socialbuttons {
	margin-left:50px;
}

table.flightDates {
    margin: 0 0 10px;
    width: 100%;
}

body .ui-widget-header{
	background:#ec7800;
}
body .ui-tabs .ui-state-default{
	border-radius:0;
}
.ui-widget-content[aria-hidden="true"] {
    padding: 0;
}
html .ui-widget-overlay{
	background:#333;
	opacity:.7;
	position:fixed;
}
.ui-dialog .btn-close{
	position:absolute;
	width: 100%;
	right:0;
	top:0;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	outline: none;
}

/*** LOADING BOX ***/

.loadingBox .modal-body{
	background: #24b9f0 url(/images/newui/loading2.gif) no-repeat center 50px;
	padding: 90px 10px 10px;
	min-height: 150px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	z-index: 2;
}
.loadingbox {
	background: #24b9f0 url(/images/newui/loading2.gif) no-repeat center 50px;
	width: auto;
	border: 0;
	padding: 90px 10px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	display: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	z-index: 2;
}

.ui-dialog .ui-widget-content.loadingbox {
	background: #24b9f0;
	width: 700px;
	border: 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 150px;
	display: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	z-index: 2;
}
.loadingbox .loading-head{
	font-size:16px;
	height:30px;
	line-height:30px;
}
.loadingbox .loading-gif{
	padding:50px 0;
}

.ui-dialog{
	padding:0 !important;
	border-radius:5px !important;
	border:0 !important;
}
.ui-dialog .ui-dialog-titlebar{
	padding:1em !important;
	border:0 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-state-hover{
	border:0 !important;
}

#paxDialog .passType span{
	float:left;
	display:block;
	width:30%;
}
#paxDialog .passType span label{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#paxDialog .passType span em{
	margin-top:5px;
	display:block;
	font-size:10px;
}

.inner:after, .kapsayamamaSorunu:after,.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.kapsayamamaSorunu, .inner, .clearfix {
    display: inline-block;
}
* html .kapsayamamaSorunu, * html .inner, * html .clearfix {
    height: 1%;
}
.kapsayamamaSorunu, .inner, .clearfix {
    display: block;
}




/*** MIX ***/
.plus,.b-plus {
	font-size: 14px;
	font-weight: bold;
	color: #4CAF50;
}

.minus,.b-minus {
	font-size: 14px;
	font-weight: bold;
	color: red;
}
label input[type="checkbox"],label input[type="radio"]{
	margin:0;
}
.idno{
	min-width:100px;
}
.hasDatepicker{
	min-width:80px;
}
.nameSurname{
	min-width: 150px;
}
.p0{
	padding:0 !important;
}
.pr0{
	padding-right:0 !important;
}
.pl0{
	padding-left:0 !important;
}
html .ui-accordion .ui-accordion-header {
    border: 1px solid #ddd;
}
.errorPage{
	margin-top:50px;
}
.cc-error {
	font-weight: bold;
	border: 1px solid #cd0a0a;
	background: #b81900 url(/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #fff;
	padding: 15px;
	margin:10px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cc-main-error {
	font-weight: bold;
	border: 1px solid #cd0a0a;
	background: #b81900 url(/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 100% 100% repeat;
	color: #fff;
	padding: 5px;
	margin:5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.warning, .classRules {
	font-weight: bold;
	border: 1px solid orange;
	background: transparent;
	color: #999;
	padding: 10px;
	text-align: center;
	margin:10px 0;
}
.warning2 {
	font-weight: bold;
	border: 1px solid orange;
	background: orange;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin:10px 0;
}
.warning h2{
	color: red;
	font-weight:bold;
}

.infodiv {
	font-weight: bold;
	border: 1px solid #6aa8cf;
	color: #6AA8CF;
	padding: 5px;
}

.warning a,.infodiv a {
	color: #eee;
	border-bottom: 1px solid #eee;
}

.warning a:hover,.infodiv a:hover {
	color: #eee;
	border-bottom: 0;
}
.classRules ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
}
.alert{
	text-shadow:none;
	box-shadow:none;
}
.alert-success {
    background-color: #DFF0D8;
    border:1px solid #D6E9C6;
    color: #3C763D;
    text-align:center;
    padding:10px;
    margin:10px 0;
}
.alert-danger {
	font-weight: bold;
	border: 1px solid red;
	background: #fff;
	color: red;
	padding: 10px;
	text-align: center;
	margin:10px 0;
}
.alert.alert-info {
	background: #fff;
}
.alert.alert-warning {
	background: #fff;
	border:1px solid orange;
}
.autoreserve {
	display:none;
    background-color: #DFF0D8;
    border:1px solid #D6E9C6;
    color: #3C763D;
    text-align:center;
    padding:10px;
    margin:10px 0;
}
.hide {
	display:none;
}
a.activeDetail,a.passiveDetail,a.show {
    display: inline-block;
    margin-top: 1px;
    vertical-align: text-top;
}
a.show {
	background-position: -357px -47px;
}
a.passiveDetail {
}

a.activeDetail span {
	color:orange;
}
.left{
	float:left;
}
.right{
	float:right;
}

.icheck-male, .icheck-female {
	position:relative;
}
.gendertitle {
	display:none;
	position:absolute;
	top:-25px;
	left:0;
	background:#333;
	color:#fff;
	padding:5px 10px;
}
.icheck-male:hover .gendertitle,
.icheck-female:hover .gendertitle {
	display:block;
}
.genderSelect .btn-default{
    background: #ddd;
    padding:4px;
}
.genderSelect .btn-default:hover  {
    background:#ccc;
    border-color: #bbb;
}
.genderSelect .btn-default.active, 
.genderSelect .btn-default:active {
    background-color: orange;
    border-color: orange;
}

.reservation .passCitizenshipCountryAttr{
	opacity:0;
}

body .dd .arrow, body .dd .arrow:hover{
	background:url("/images/newui/icon-down-blue.png") no-repeat scroll right center transparent;
}
.dd.borderRadius, .dd.borderRadiusTp, .dd.borderRadiusBtm{
	padding:3px 0;
	cursor:pointer;
	 /* fallback */
  background: #fff;
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff, #f8fafb);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff, #f8fafb);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fff, #f8fafb);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #f8fafb);
	border:1px solid #9fbad8;
	color:#2865a9;
	border-radius:3px;
}
body .ddcommon .ddChild{
	width:150px;
}
body .dd .divider {
	display:none;
}
body .ddlabel {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 71%;
}
body .dd .ddTitle .ddTitleText img {
    margin-top: 2px;
}
/*** DD SELECT ***/

#wrap .dd-select {
	font-size:12px;
}
#wrap .cc-expired .dd-container {
	float:left;
	margin-right:15px;
}
#wrap .dd-container li {
	padding:0;
}
#wrap .dd-container .dd-option {
	padding:5px;
}
#wrap .dd-container .dd-selected {
	padding:8px;
}
#wrap .dd-container .dd-selected-text,
#wrap .dd-container .dd-option-text {
	color:#999;
	font-weight:normal;
}
#wrap .dd-container .dd-pointer-down {
	border:0 !important;
	background:url("/images/newui/icon-down-blue.png") no-repeat scroll right center transparent;
	width:20px;
	height:5px;
	margin:0;
}
#wrap .dd-container .dd-pointer {
	right:5px;
	top:43%;
}
#wrap .intl-number-input {
    float: left;
    margin-right: 5px;
    width:100%;
}
#content #gsm_code{
	width:100%;
	padding-left:40px;
    -webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit;
	box-sizing: inherit;  
}
.table>thead>tr>th {
    border-bottom: 0;
    font-weight:normal;
}
/* tablesorter */
table.tablesorter {
	background-color: transparent;
	margin: 20px 0pt 15px;
	margin-bottom: 0;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: 1px solid #E0E9F2;
	background-color: #FFF;
}

*:first-child+html table.tablesorter {
	table-layout: fixed;
}

table.tablesorter thead tr .header.nosort{
	background-image:none;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th{
	background-color: #F3F3F3;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 20px;
	white-space: nowrap;
	color:#999;
}

table.tablesorter .infoButtons a,
table.tablesorter .sr-departure input{
/* 	opacity:0; */
/* 	filter: alpha(opacity=0); */
/* 	zoom:1; */
}
table.tablesorter .f-hover .infoButtons a,
table.tablesorter .f-hover .sr-departure input{
	opacity:1;
	filter: alpha(opacity=100);
	zoom:1;
}
table.tablesorter thead tr .header {
	background-image: url(/css/themes/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	text-align:left;
}


table.tablesorter tbody td {
	padding: 20px 5px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	border-top:1px solid #E0E9F2;
	padding-bottom: 0px;
}

table.tablesorter tbody td a {
	color: #038ff8;
}

table.tablesorter tbody tr.odd td { 
	/*background-color:#F0F0F6;*/
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/css/themes/blue/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/css/themes/blue/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	color: orange;
}

.ui-accordion .ui-state-hover{
	background:#fff;
	border:1px solid #fff;
	color:#EB8F00;
}
.ui-accordion .ui-accordion-content {
    padding: 0;
}
.ui-accordion .ui-accordion-content-active {
    padding: 15px;
}
.sample-phone{
	text-align:center;
	padding:3px;
}
.selectStyle{
	max-width:200px;
	position:relative;
	height:45px;
	line-height:21px;
	padding:10px;
	cursor:pointer;
}
.selectStyle .field-arrow{
	position:absolute;
	top:8px;
	top:4px\9; /* IE fix */
	right:5px;
}
.selectStyle select{
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	width:100%;
}
h1.slogan {
	font-size:20px;
	color:#2865a9;
	margin-bottom:20px;
}
.version{
	display:inline-block;
	position:absolute;
	top:5px;
	left:5px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	border-radius:50%;
	background:orange;
	color:#fff;
}
html .bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

/** Select-Style 2 **/
.select-style {
    padding: 0;
    margin: 0;
    min-width: 70px;
    overflow: hidden;
    background:#FCFDFD url("/images/newui/icon-down-blue.png") no-repeat right center;
}
.select-style select {
    padding: 0 15px 0 5px;
    cursor:pointer;
    color:#2865a9;
    font-size:14px;
    padding-bottom /*\**/:6px\9;
    width: 100% !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style select::-ms-expand {
    display: none;
}
.select-style select:focus,.select-style .form-control:focus {
    outline: none;
    box-shadow:none;
}

/** Bootsrap CSS **/
.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.42857;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1060;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right > .arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.popover.bottom > .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.popover.left > .arrow {
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left > .arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>th,
.table>tbody+tbody{
	border-top:0;
}

/** END Bootstrap CSS **/

.ru #nav ul li a, .ua #nav ul li a{font-size:15px;}

.inviteLinkTop{
	color:#F78F1E !important;
	font-weight:bold;
}

.inviteLinkTop:hover{
	color:#fff !important;
	font-weight:bold;
}
html .intl-number-input .flag-dropdown .selected-flag {
    height: 34px;
    margin: 0;
    padding: 6px 16px 6px 7px;
}
html .intl-number-input .flag-dropdown {
    width: 100%;
}
html .intl-number-input .selected-flag .flag {
    margin: 3px 5px 0 0;
}
html .intl-number-input .flag-dropdown .country-list {
    background-color: white;
    border: 1px solid #cccccc;
    height: 400px;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 330px;
    z-index: 1;
}
html .intl-number-input .flag-dropdown .country-list .country {
    line-height: 16px;
    margin: 0;
    padding: 10px;
}
html .intl-number-input .flag-dropdown .country-list .divider {
    border-bottom: 1px solid ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
label.radio, label.checkbox{
	font-weight:normal;
}
label.radio input, label.checkbox input {
    margin: 0 3px 3px 0;
    width: auto !important;
}
html .ui-widget input, 
html .ui-widget select,
html .ui-widget textarea, 
html .ui-widget button {
    font-size: initial;
}
.rulesBox {
	font-size:14px;
	text-align:justify;
}
.rulesBox p{
	margin:10px 0;
}
.section{
	margin-top:10px;
	margin-bottom:10px;
}
.first-left{
	padding-right:0;
}
.singleline{
	padding-top:30px;
}
.star5, .star4, .star3, .star2, .star1, .star0 {
    background: url("/images/star.png") repeat-x scroll 0 0;
    display: block;
    float: left;
    height: 12px;
    text-indent: -9999px;
}
.star5 {
    width: 60px;
}
.star4 {
    width: 48px;
}
.star3 {
    width: 36px;
}
.star2 {
    width: 24px;
}
.star1 {
    width: 12px;
}
.star0 {
    width: 1px;
}
.hidePrice{
	display:none;
}
.table tr td.guest-birthday {
	padding-left: 0;
	padding-right:0;
}
.guest-birthday .select-style{
	width:32%;
	margin:0 .3% 0 0;
	display:inline-block;
	font-size:12px;
	min-width:initial;
}
.guest-birthday .select-style.bday{
	width:28%;
}
.guest-birthday .select-style.bmonth{
	width:33%;
}

.privacy-cookie{
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:2;
	max-width:200px;
	padding:10px;
	background:rgba(1,1,1,.6);
	border-radius:5px;
	color:#fff;
	font-size:11px;
}
.privacy-cookie a{
	color:orange;
}

.privacy-cookie .btn{
	background:none;
	color:#fff;
	padding:5px;
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
}

#agreement .modal-body{
	overflow: auto;
	max-height: 400px;
}

.agreeCheckBox{
	transform: scale(1.2);
}

.flight .row-header label {
	font-weight: inherit;
}

.flight #lblTotal .lblTotal-currency{
	margin-left: 5px;
}
.flex{
	display:flex;
}
html .bx-wrapper .bx-viewport{
	box-shadow:none;
	border:0;
}
html .bx-wrapper .bx-controls-direction a {
    background-color: hsla(0,0%,100%,.9);
    border-radius: 50%;
    z-index:1;
}