html, body {
	height: 100%;
	background-color: #f6f6f6;
	color: #3a3a3a;
	font-family: 'open_sansregular';
}
.navbar-top {
	background-color: #0d2645;
	padding: 10px 0px 10px 0px;
}
.navbar-top .language {
	padding: 0px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
.navbar-top .language a {
	color: #b0b2b7;
}
.navbar-top .language a.active, .navbar-top .language a:hover, .navbar-top .language a:focus {
	color: #fff;
	text-decoration: none;
}
.navbar {
	background-color: #f6f6f6;
	height: auto;
}
.top-logo {
	height: auto;
	padding: 15px 0px 0px 0px;
}

.top-info {
	text-align: right;
	padding: 20px 0px 0px 0px;
	font-size: 18px;
	color: #0d2645;
	line-height: 25px;
}
.top-info span {
	font-size: 32px;
	font-family: 'open_sansbold';
	color: #ea2227;
	margin: 0;
	padding: 0;
}
.top-info a {
	color: #0d2645;
	text-decoration: none;
}
.wrapper-content {
	background-color: #fff;
	padding-bottom: 40px;
}
.page-header {
	border-bottom: 1px dotted #ea2227
}
.inputfield01 {
	background-color: #f6f6f6;
	border: solid 1px #e9e9e9;
	color: #3a3a3a;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 0px #f6f6f6;
	-moz-box-shadow: inset 0px 0px 0px 0px #f6f6f6;
	box-shadow: inset 0px 0px 0px 0px #f6f6f6;
	-webkit-appearance: none;
}
.btn-inputfield01 {
	background-color: #0d2645;
	color: #fff;
	border: solid 1px #0d2645;
	padding: 5px 15px 5px 15px;
	border-radius: 0px;
}
.btn-inputfield01:hover {
	background-color: #081b32;
	color: #fff;
	border: solid 1px #081b32;
}
.container h1 {
	color: #ea2227;
	font-size: 32px;
	font-weight: normal;
	font-family: 'open_sanslight';
	text-transform: uppercase;
}
.info-leftdetail {
	padding-bottom: 50px;
}
.table-info01 {
	font-size: 16px;
	font-family: 'open_sanslight';
	border-bottom: solid 1px #ebebeb;
	padding: 3px 0px 3px 0px;
}
.margin-top {
	margin-top: 40px;
}
.table-responsive {
	border: none;
	background-color: #f6f6f6;
}
table {
	width: 100%;
	border-collapse: collapse;
}
.table-responsive h2 {
	background-color: #0d2645;
	margin: 0px;
	padding: 12px 0px 12px 15px;
	font-size: 20px;
	font-family: 'open_sanslight';
	font-weight: normal;
	color: #ffffff;
}
.table-responsive h2 small {
	color: #b7b9bd;
}
.tableresponsive-01 tr:nth-of-type(odd) {
	background-color: #f0f0f0;
}
.tableresponsive-01 th {
	background: #e3e3e3;
	color: #3a3a3a;
	padding: 8px 6px 8px 6px;
	border-bottom: solid 1px #d0d0d0;
	font-family: 'open_sansbold';
	font-weight: normal;
}
tr.link-tr:hover {
	background-color: #eaeaea;
	cursor: pointer;
}
.tableresponsive-01 th a {
	color: #3a3a3a;
	text-decoration: none;
}
.tableresponsive-01 td, th {
	padding: 8px 6px 8px 6px;
	font-size: 12px;
	border-bottom: solid 1px #e9e9e9;
	text-align: left;
}
.tableresponsive-01 td a {
	font-size: 14px;
	color: #ba995a;
}
.tableresponsive-01 td a:hover {
	color: #513429;
}
footer {
	padding: 35px 0px 35px 0px;
	font-size: 12px;
	color: #888888;
}
footer span {
	font-family: 'open_sansbold';
	color: #3a3a3a;
}
footer a {
	color: #888888;
	text-decoration: none;
}
footer a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}
.footer-disclaimer {
	text-align: right;
}
.top-logo img{
	max-width:91px;
}
/* Responsive Styles */
@media(max-width:767px) {
	.tableresponsive-01 table, .tableresponsive-01 thead, .tableresponsive-01 tbody, .tableresponsive-01 th, .tableresponsive-01 td, .tableresponsive-01 tr {
		display: block;
	}
	.tableresponsive-01 thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.tableresponsive-01 tr {
		border: none;
		border-bottom: 20px solid #fff;
	}
	.tableresponsive-01 td {
		border: none;
		border-bottom: 1px solid #e9e9e9;
		position: relative;
		padding-left: 50%;
	}
	.tableresponsive-01 td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-title);
	}
	.bootstrap-table .table, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 8px 8px 8px 50% !important;
	}
	.dontshowtd {
		display: none!important;
	}
}

@media(max-width:680px) {
	.top-logo {
		padding: 25px 0px 0px 0px;
	}
	.top-logo img {
		width: 225px;
	}
	.top-info {
		font-size: 14px;
		color: #0d2645;
		line-height: 25px;
	}
	.top-info span {
		font-size: 24px;
		font-family: 'open_sansbold';
		color: #ea2227;
		margin: 0;
		padding: 0;
	}
	.container h1 {
		font-size: 28px;
	}
}

@media(max-width:500px) {
	.top-logo img{
		max-width:100%;
	}
	.navbar-top .language {
		width: 100%;
		text-align: center;
	}
	.navbar .col-xs-6 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.form-group .col-xs-4 {
		width: 100%;
		float: none;
	}
	.form-group .col-xs-8 {
		width: 100%;
		float: none;
	}
	.top-logo {
		height: auto;
		padding: 10px 0px 0px 0px;
	}
	.top-info {
		padding: 10px 0px 0px 0px;
		font-size: 12px;
		line-height: 18px;
	}
	.top-info span {
		font-size: 20px;
		font-family: 'open_sansbold';
		color: #ea2227;
		margin: 0;
		padding: 0;
	}
	.btn-inputfield01 {
		width: 100%;
		padding: 10px 15px 10px 15px;
	}
	.container h1 {
		font-size: 24px;
	}
	footer .col-xs-6 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer-disclaimer {
		padding-top: 30px;
	}
}

.travelnote__info {
	margin-top: 50px;
}

.clients__title {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}

.col-xs-15 {
	width: 20%;
	float: left;
}


@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

.feature-item {
	vertical-align: middle;
	background: #fff;
	position: relative;
}


.feature-item a {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: 0;
	text-align: center;
	z-index: 3;
}

.feature-item:hover a {
	visibility: visible;
	opacity: 0.9;
	color: #fff;
	position: absolute;
	background-color: #0D2645;
	text-decoration: none;
	width: 100%;
}

.feature-item img{
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.feature-item p {
	padding: 5px;
	height: 75px;
}

.btn-client{
	display: inline-block;
	padding: 10px;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 1.3px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	word-break: break-word;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
}




.carousel-control.left{
	background: none;
}

.carousel-control.right{
	background: none;
}


.carousel-indicators li {
	border-color: #000;
}

.carousel-indicators .active {
	background-color: #000;
}

.carousel-inner {
	width: 90%;
	margin: 0 auto;
}

.carousel-control {
	color: #000;
	width: inherit;
}


.carousel-control:hover,.carousel-control:active,.carousel-control:focus{
	color: #000;
}

