body {
	line-height: 18px;
}

.margin_120 {
	padding-top   : 120px;
	padding-bottom: 120px;
}

.img_container {
	min-height: 240px;
}

.img_tour_container {
	min-height: 160px!important;
}

#logo{margin-top:5px;}

fieldset.flightinfo {
	border: solid 1px #ddd;
}

fieldset.flightinfo legend {
	font-size  : 14px;
	font-weight: bold;
	width      : auto;
	margin-left: 20px;
	margin-top : 20px;
	color      : #444;
	padding    : 5px;
	border     : 0px;
	font-family: 'Montserrat', Arial, sans-serif;
}
.main-menu > ul > li > a {
    color    : #333;
    font-size: 14px;
    
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    color                 : black;
}

ul#top_links a{
	color: #333 !important;
}
ul#top_links a:hover{
	color: #f7941d!important;
}

.tour_container .tour_title h3 {
font-size: 12px;
}
/*List*/


ul.list_ok {
	list-style : none;
	margin     : 0 0 20px 0;
	padding    : 0;
	line-height: 22px;
}

ul.list_ok li {
	position    : relative;
	padding-left: 25px;
}

ul.list_ok li:before {
	font-style : normal;
	font-weight: bold;
	font-family: "fontello";
	font-size  : 14px;
	content    : "\e81a";
	color      : green !important;
	position   : absolute;
	left       : 0;
	top        : 0;
}

ul.list_notok {
	list-style : none;
	margin     : 0 0 20px 0;
	padding    : 0;
	line-height: 22px;
}

ul.list_notok li {
	position    : relative;
	padding-left: 25px;
}

ul.list_notok li:before {
	font-style : normal;
	font-weight: bold;
	font-family: "fontello";
	font-size  : 14px;
	content    : "\e81e";
	color      : red;
	position   : absolute;
	left       : 0;
	top        : 0;
}

.table.table_summary td {
    vertical-align: middle;
    font-weight   : 700;
    color         : #666;
    font-size     : 12px;
}
/*Ribbon*/
/*

body {
    background: #ddd;
    font      : 14px sans-serif;
}

div.book {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    float     : left;
    height    : 220px;
    margin    : 50px 0 0 45px;
    position  : relative;
    text-align: center;
    width     : 210px;
}
*/
div.book h2 {
    background      : #08b;
    background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.2));
    border          : 0 solid rgba(0,0,0,0.2);
    color           : #fff;
    font-size       : 15px;
    font-weight     : bold;
    position        : relative;
    text-shadow     : -1px -1px 1px rgba(0,0,0,0.2);
}

div.folded:before, div.folded:after {
    bottom    : 30px;
    box-shadow: 0 16px 8px rgba(0,0,0,0.5);
    content   : "";
    height    : 16px;
    position  : absolute;
    width     : 38%;
    z-index   : -1;
}
div.folded:before {
    left     : 2%;
    transform: rotate(-3deg);
}
div.folded:after {
    right    : 2%;
    transform: rotate(3deg);
}
div.folded h2 {
    border-width: 1px 1px 2px;
    box-shadow  : 0 2px 6px rgba(0,0,0,0.5);
    margin      : 0;
    padding     : 2px 15px;
    position    : absolute;
    right       : -14px;
    top         : 12px;
}
div.folded h2:after {
    border-width: 7px;
    border-style: solid;
    border-color: #134 transparent transparent #134;
    bottom      : -15px;
    content     : "";
    position    : absolute;
    right       : -1px;
}
div.banner {
  z-index: -1;
}
div.banner h2 {
    border-radius: 0 0 5px 5px;
    border-width : 0 1px 1px 1px;
    border-color : rgba(0,0,0,0.1);
    box-shadow   : 0 0 4px rgba(0,0,0,0.3);
    display      : inline-block;
    margin       : -1px auto 0;
    padding      : 4px 28px;
}
div.banner h2:before, div.banner h2:after {
    bottom    : 4px;
    box-shadow: 0 6px 5px rgba(0,0,0,0.4);
    content   : "";
    height    : 10px;
    position  : absolute;
    width     : 47%;
    z-index   : -1;
}
div.banner h2::before {
    left     : 3%;
    transform: rotate(-3.5deg);
}
div.banner h2::after {
    right    : 3%;
    transform: rotate(3.5deg);
}

div.corner {
    overflow: hidden;
}
div.corner h2 {
    background-image: linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.3));
    border-width    : 1px 0;
    border-color    : rgba(0,0,0,0.3);
    box-shadow      : 0 2px 6px rgba(0,0,0,0.5);
    padding         : 4px 34px 4px 80px;
    position        : absolute;
    right           : -40px;
    top             : 0px;
    transform       : rotate(45deg);
}
.tabs nav {
    text-align  : left;
    margin-top  : 0;
    padding-top : 0;
    margin-left : -3px;
    padding-left: 0;
}
.tabs nav a {
    font-size: 12px;
}

/*calendar*/
.flatpickr-day {
    font-weight: bold;
    color      : #28A745;
}

.flatpickr-disable {
    font-weight: 400;
    color      : #999;
}
#search_2 {

    vertical-align: bottom;
}
.custom-search-input-2 input[type="submit"] {
    background-color: #28A745;
}

.table td {
    padding: .30rem;
}
.btn-group-xs > .btn, .btn-xs {
    padding      : .25rem .4rem;
    font-size    : .875rem;
    line-height  : .5;
    border-radius: .2rem;
  }