@charset "utf-8";

*:focus {
	outline: none;
	border: none
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #555;
	line-height: 30px;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body, html {
	height: 100%
}

p {
	margin-bottom: 15px
}

small {
	color: #999;
	font-size: 14px;
	display: block;
	margin-bottom: 10px
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out
}

a:hover {
	color: #555;
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #555;
	font-weight: 900;
	margin: 0;
	padding: 0;
	line-height: 1.1
}

h1 {
	font-size: 30px;
	margin-bottom: 30px
}

h2 {
	font-size: 30px;
	margin-bottom: 30px
}

h3 {
	font-size: 24px;
	margin-bottom: 20px
}

h4 {
	font-size: 20px;
	margin-bottom: 20px
}

h5 {
	font-size: 18px;
	margin-bottom: 20px
}

h6 {
	font-size: 16px;
	margin-bottom: 20px
}

img {
	max-width: 100%
}

figure {
	margin-bottom: 0
}

b, strong {
	font-weight: 900
}

input[type=submit], input[type=button], button[type=submit], button[type=button] {
	outline: none
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	cursor: pointer
}

textarea {
	resize: none;
	height: 100px
}

.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #999;
	background-color: #f5f5f5;
	background-image: none;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control:focus {
	background-color: transparent;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #999
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}

ol li {
	margin: 0;
	padding: 0
}

.icon-outline-gray {
	background: 0 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #ddd;
	padding: 10px;
	display: inline-block;
	border: 1px solid #ddd;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	display: inline-block;
	vertical-align: middle
}

.icon-outline-gray:hover {
	background: #ddd;
	color: #fff
}

.button-outline {
	background: 0 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #555;
	padding: 8px 30px;
	display: inline-block;
	border: 1px solid #edaa10;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	cursor: pointer;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.button-outline:hover {
	background: #edaa10;
	color: #fff
}

.button-outline-black {
	background: 0 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #555;
	padding: 8px 30px;
	display: inline-block;
	border: 1px solid #555;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.button-outline-black:hover {
	background: #555;
	color: #fff
}

.button-common {
	background: #ffba00;
	padding: 0 45px 0 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	padding: 13px 30px;
	display: inline-block;
	border: 0;
	outline: 0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px
}

.button-common:hover {
	background: #ffba00;
	color: #fff
}

.shadow-black {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	-ms--moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.gradient-left-right {
	background: -o-linear-gradient(left, #ef7b12, #ffba00);
	background: -webkit-gradient(linear, left top, right top, from(#ef7b12), to(#ffba00));
	background: linear-gradient(left, #ef7b12, #ffba00);
	background: -ms-linear-gradient(left, #ef7b12, #ffba00)
}

.section-padding-top-bottom-100 {
	padding: 100px 0
}

.section-padding-top-100 {
	padding-top: 100px
}

.section-padding-bottom-100 {
	padding-bottom: 100px
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	text-align: center;
	z-index: 10
}

header.fixed-top {
	padding: 10px 0
}

.topoffset {
	margin-top: 83px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden
}

.headercontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.headercontent p {
	margin-bottom: 0;
	font-weight: 700;
	color: #9999a6;
	font-size: 16px
}

.headercontent p span {
	display: block
}

.headercontent p strong {
	color: #ed8100
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.banner-img {
	background-image: url(../images/river-cruises-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 0;
	overflow: hidden;
	min-height: 660px
}

.border-square-box {
	display: inline-block;
	border: 0 solid #fff;
	padding: 6px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: block
}

.saveupto {
	color: red;
	font-size: 22px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 15px
}

.saveupto-promo {
	font-size: 18px;
	margin-bottom: 15px
}

.touraboutcontent {
	background-image: url(../images/banner-wave.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -35px;
	position: relative;
	text-align: center
}

.wave-content h2 {
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	font-family: fira sans, sans-serif;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: capitalize
}

.limited-offer {
	display: inline-block;
	width: 100%
}

.limited-offer span {
	font-size: 19px;
	color: #083f88;
	font-family: fira sans, sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 4px 20px;
	display: inline-block;
	background: #ffc20e;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

.tourimg {
	position: relative
}

.dayabs {
	background: #ed8100;
	font-weight: 300;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1px 10px;
	left: 0;
	text-align: center
}

.dayabs a {
	color: #fff
}

.lasttour .dayabs {
	position: relative;
	bottom: inherit;
	right: inherit;
	left: inherit;
	margin-bottom: 25px;
	border-top: 2px solid #000
}

.halfdiv {
	width: 50%;
	float: left;
	padding: 0 15px
}

.lasttour .tourhighlight {
	margin-bottom: 7px
}

.lasttour .notes {
	margin-top: 15px
}

.lasttour .mulitpledate {
	margin-bottom: 5px
}

.ribbenleft {
	position: absolute;
	top: -7px;
	left: -7px
}

.flight-stamp {
	padding: 5px 8px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	max-width: 100%
}

.tourboxrow .row>.col-lg-12 .flight-stamp {
	max-width: 120px
}

.tourboxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background: #f8f8f8;
	padding: 50px 0
}

.tourbox {
	background: #fff;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 15px 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.tourboxbtm {
	padding-bottom: 50px
}

.titlebg {
	width: 100%;
	padding: 10px 15px;
	background: #ddd;
	margin-bottom: 15px
}

.titlebg h3 {
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	color: #fff
}

.titlebg h3 a {
	color: #fff
}

.citytext {
	color: #ed8100;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase
}

.citytext a {
	color: #ed8100
}

.citytext span {
	display: inline-block;
	color: #ddd
}

.saveupto {
	color: red;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 15px
}

.saveupto a {
	color: red
}

.saveupto a span {
	color: #555
}

.saveupto span {
	font-size: 14px;
	color: #555
}

.pricingcol {
	width: 100%;
	display: inline-block;
	padding: 0 0 15px;
	font-size: 16px;
	color: #000
}

.pricingcol strong {
	margin-bottom: 8px;
	display: block
}

.pricingcol a strong {
	color: #000
}

.mulitpledate a {
	color: #fa0000
}

.pricingcol h4 {
	font-weight: 300;
	margin-bottom: 0
}

.pricingcol h4 span {
	text-decoration: none;
	text-transform: none;
	font-weight: 600;
	color: red;
	font-size: 18px;
	padding-left: 5px
}

.pricingcol h4 strong {
	display: inline-block;
	color: #fa0000;
	font-size: 30px;
	font-weight: 900
}

.notes {
	color: #999;
	font-style: italic;
	line-height: 22px
}

.tourhighlight {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tourhighlight strong {
	color: #000;
	display: block;
	margin-bottom: 5px;
	width: 100%;
	text-transform: uppercase
}

.tourhighlight ul {
	width: 100%
}

.tourhighlight ul.itemfull {
	width: 100%
}

.tourhighlight ul li {
	width: 100%;
	position: relative;
	padding-left: 15px
}

.tourhighlight ul li:before {
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	top: 9px;
	background: #555
}

.bullet ul {
	width: 100%;
	margin-bottom: 20px
}

.bullet ul li {
	width: 100%;
	position: relative;
	padding-left: 15px
}

.bullet ul li::before {
	height: 6px;
	width: 6px;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	top: 9px;
	background: #555
}

.europe-river-cruise {
	max-width: 280px;
	margin: 0 auto
}

.price-table table {
	width: 100%;
	border: 1px solid #5a687b;
	margin-bottom: 1rem
}

.price-table table th {
	text-align: left;
	border-bottom: 1px solid #5a687b;
	background: #0c3162;
	padding: 3px 15px;
	font-weight: 600;
	color: #fff;
	border-right: 1px solid #5a687b
}

.price-table table th a, .price-table table th a:hover {
	color: #fff
}

.price-table table td {
	text-align: left;
	border-bottom: 1px solid #5a687b;
	background: #fff;
	padding: 3px 15px;
	font-weight: 600;
	border-right: 1px solid #5a687b
}

.price-table table td:last-child, .price-table table th:last-child {
	border-right: 0
}

.price-table table td>span {
	text-decoration: line-through;
	font-weight: 300
}

.callbooknow {
	background: red;
	font-size: 20px;
	color: #fff;
	width: 50%;
	padding: 2px 10px 7px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	vertical-align: top
}

.callbooknowbtn {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	display: inline-block;
	line-height: 1;
	vertical-align: top
}

a.booknowbtn {
	background: #ed8100;
	padding: 10px 30px 11px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
	border-radius: 5px
}

a.booknowbtn:hover {
	background: #083f88;
	color: #fff
}

.callbooknow span {
	font-size: 14px
}

.btncol {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	left: 0
}

.btndownload {
	background: #ed8100;
	padding: 4px 10px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff
}

.btndownload:hover {
	background: #083f88;
	color: #fff
}

.btncol .callbooknow {
	width: 47%;
	margin-right: 30px
}

.mulitpledate {
	width: 100%;
	color: #ac0101;
	font-weight: 600
}

.pricingcol span.line-through {
	font-size: 18px;
	padding-right: 10px;
	text-decoration: line-through
}

.top-content-title h2 {
	color: #fa0000;
	margin: 0
}

.top-content-title p {
	margin: 0
}

.top-content.tourboxrow {
	padding-bottom: 0
}

.bottom-section {
	padding: 40px 0
}

.combine h4 {
	text-align: center;
	background: #0072bc
}

.combine {
	text-align: center;
	width: 100%;
	background: #0072bc;
	padding: 15px;
	margin-bottom: 30px
}

.bottom-section-wrap {
	width: 100%
}

.top-content-title {
	padding: 25px;
	background: rgb(255 255 255/72%)
}

.bottom-section {
	width: 100%
}

.combine h4 {
	color: #fff;
	margin: 0
}

.refer h4 {
	margin-bottom: 5px
}

.space {
	width: 100%;
	padding: 10px 0
}

.titlebg h3 {
	font-size: 22px
}

.top-content-title p {
	color: #fa0000;
	font-size: 26px;
	text-transform: lowercase
}

.top-content-title h3 {
	color: #fa0000;
	font-size: 30px
}

.bannercontent {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	max-width: 37%
}

.top-content-title h3 {
	color: #555;
	font-size: 30px
}

.transfer-prices p {
	font-size: 14px;
	margin-bottom: 0
}

.saveupto span {
	display: block;
	font-size: 14px;
	font-weight: 700
}

.fine-print.text-center.w-100 p {
	margin: 15px 0 0
}

.top-content-text p {
	margin-bottom: 0
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px
}

footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px
}

footer ul li a {
	color: #555;
	line-height: 24px;
	font-size: 15px
}

footer ul li a:hover {
	color: #ed8100
}

footer ul li {
	width: 25%;
	float: left
}

footer strong {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0;
	color: #555;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block
}

.footergray {
	background: #f4f4f4;
	padding: 60px 0;
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.footerlogo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	margin-bottom: 10px
}

.social a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 10px 0;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px
}

.location {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #000
}

.location:before {
	background: url(../images/location-icn.png) no-repeat left top;
	content: '';
	width: 12px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px
}

.phone {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	color: #000
}

.phone:before {
	background: url(../images/phone-icon.png) no-repeat left top;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px
}

.mailicon {
	position: relative;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.mailicon a {
	color: #000
}

.mailicon a:hover {
	color: #f58220
}

.mailicon:before {
	background: url(../images/mail-icon.png) no-repeat left top;
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 8px
}

.social a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 10px 0;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px
}

.social a:hover {
	border: 1px solid #f58220
}

.social a i {
	background: url(../images/social-icon.png) no-repeat 0 0;
	width: 17px;
	height: 18px;
	display: inline-block;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.social a:hover .facebook {
	background-position: 0 -20px
}

.social a .twitter {
	background-position: -20px 0
}

.social a:hover .twitter {
	background-position: -20px -20px
}

.social a .blogicn {
	background-position: -40px 0
}

.social a:hover .blogicn {
	background-position: -40px -20px
}

.social a .youtube {
	background-position: -60px 0
}

.social a:hover .youtube {
	background-position: -60px -20px
}

.social a .pintrest {
	background-position: -80px 0
}

.social a:hover .pintrest {
	background-position: -80px -20px
}

.social a .flipicon {
	background-position: -100px 0
}

.social a:hover .flipicon {
	background-position: -100px -20px
}

.footerwhite {
	background: #fff;
	padding: 40px 0 25px;
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.footerwhite p {
	margin-top: 8px;
	margin-bottom: 0
}

#trustwaveSealImage {
	width: 64px
}

.container {
	max-width: 1170px
}

.feefobox {
	background: #484646;
	padding: 20px 15px;
	width: 100%;
	position: relative
}

.feefobox::before {
	content: '';
	background: #484646;
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 100%
}

.feefobox::after {
	content: '';
	background: #484646;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%
}

.feefologo {
	padding-right: 25px
}

.ratingstar {
	border-left: 2px solid #b57638;
	padding: 17px 25px
}

.ctexpe {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #9c9696;
	font-weight: 700;
	display: inline-block;
	vertical-align: top
}

.ratingtextcol {
	text-align: right
}

.ctexpe span {
	padding-right: 15px;
	display: inline-block;
	vertical-align: middle
}

.ctexpe strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 30px;
	padding: 5px 0 5px 15px;
	line-height: 1;
	border-left: 1px solid #9c9696
}

.feefobox .row .col-sm-6:last-child .ctexpe:last-child {
	border-bottom: none
}

.reviewcol {
	text-align: right;
	margin-top: 15px;
	color: #fff;
	font-size: 16px
}

.reviewcol p {
	margin-bottom: 0
}

.reviewcol span {
	color: #27aae1
}

.reviewcol a:hover {
	color: #fff
}

.upliftlogo p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0
}

.blog-text {
	background-color: #2a4981;
	color: #fff;
	width: 100%;
	padding: 0 80px
}

.blog-text h3 {
	color: #fff;
	font-size: 24px;
	font-style: oblique;
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 0 10px
}

.ribbenleft.buy-one-get-one {
	top: -12px;
	left: -16px;
	transform: rotate(-5deg)
}

@media only screen and (max-width:1680px) {
}

@media only screen and (max-width:1600px) {
	.bannercontent {
		max-width: 46%
	}

	.top-content-title {
		padding: 20px
	}

}

@media only screen and (max-width:1440px) {
	.bannercontent img {
		width: 400px
	}

}

@media only screen and (max-width:1366px) {
	.banner-img {
		min-height: 550px
	}

	.pricingcol h4 strong {
		font-size: 26px
	}

	.bannercontent {
		max-width: 50%
	}

	.top-content-title {
		padding: 10px
	}

}

@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1199px) {
	.callbooknow {
		font-size: 18px;
		line-height: 20px
	}

	.callbooknow span {
		font-size: 12px
	}

	.feeforeviewrow .container {
		padding: 0
	}

	.cake {
		right: 60px
	}

}

@media only screen and (max-width:1080px) {
	.pricingcol h4 strong {
		font-size: 24px
	}

	.pricingcol h4 span {
		font-size: 15px
	}

}

@media only screen and (max-width:1024px) {
	.lasttour .notes {
		margin-top: 5px
	}

	.lasttour .pricingcol {
		padding: 0 0 5px
	}

	.lasttour .dayabs {
		margin-bottom: 15px
	}

	.bannercontent {
		max-width: 70%
	}

}

@media only screen and (max-width:991px) {
	.btncol .callbooknow {
		margin-right: 10px
	}

	.pricingcol {
		border-bottom: 1px solid #ddd;
		padding: 0 0 15px;
		margin-bottom: 15px
	}

	.banner-content {
		min-height: 400px
	}

	.europe-river-cruise {
		max-width: 260px
	}

	.inclusion.bullet ul li:nth-child(even), .inclusion.bullet ul li:nth-child(odd) {
		width: 100%
	}

	.tourbox {
		padding: 15px 15px 20px
	}

	.pricingcol h4 strong {
		font-size: 30px
	}

	.pricingcol h4 span {
		font-size: 18px
	}

	.lasttour .pricingcol {
		border-bottom: 0;
		margin-bottom: 10px
	}

	.lasttour .notes {
		margin-top: 15px
	}

	.lasttour .dayabs {
		margin-bottom: 20px
	}

	.bannercontent {
		max-width: 80%
	}

	.top-content-title h3 {
		margin-bottom: 5px
	}

	.top-content-title h4 {
		margin-bottom: 10px
	}

	.top-content-title h3, .top-content-title h2 {
		font-size: 24px
	}

	.top-content.tourboxrow {
		padding-top: 35px
	}

	.top-content-title p {
		color: #fa0000;
		font-size: 20px;
		text-transform: lowercase
	}

}

@media only screen and (max-width:768px) {
	.titlebg h3 {
		font-size: 16px
	}

}

@media only screen and (max-width:767px) {
	.banner-img {
		min-height: 560px
	}

	.wave-content h2 {
		font-size: 22px
	}

	.secbanner .custom-center {
		justify-content: center
	}

	.touraboutcontent {
		margin-top: -60px
	}

	.footerlogocol {
		margin-bottom: 20px
	}

	.footerlogo {
		margin-bottom: 10px
	}

	.btncol .callbooknow {
		margin-right: 30px
	}

	.ctexpe {
		font-size: 16px
	}

	.tourboxrow {
		padding: 40px 0
	}

	.inclusion.bullet ul li:nth-child(even) {
		width: 49%
	}

	.inclusion.bullet ul li:nth-child(odd) {
		width: 50%
	}

	.border-square-box {
		width: 90%
	}

	.blog-text h3 {
		font-size: 20px
	}

	.top-content-title h3 {
		font-size: 20px
	}

	.top-content-title h4 {
		font-size: 16px
	}

	.top-content-title h2 {
		font-size: 22px
	}

	.bannercontent {
		max-width: 90%
	}

	.space {
		padding: 5px 0
	}

}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:600px) {
}

@media only screen and (max-width:580px) {
	.callbooknow {
		font-size: 16px;
		padding: 7px
	}

	.ratingtextcol {
		text-align: left;
		margin-top: 20px
	}

	.ctexpe {
		font-size: 20px;
		text-align: right
	}

	.ctexpe span {
		min-width: 248px
	}

	.reviewcol {
		margin-top: 20px
	}

	.reviewcol {
		text-align: left
	}

	footer ul li {
		width: 50%
	}

	.btncol .callbooknow {
		margin-right: 18px
	}

	.btncol {
		position: relative;
		bottom: 0;
		padding: 0
	}

	.banner-content {
		min-height: 300px
	}

	.inclusion.bullet ul li:nth-child(even), .inclusion.bullet ul li:nth-child(odd) {
		width: 100%
	}

}

@media only screen and (max-width:575px) {
	.blog-text {
		padding: 20px
	}

}

@media only screen and (max-width:533px) {
	.border-square-box {
		width: 80%
	}

	.single-yellow-leave {
		left: 140px
	}

	.halfdiv {
		width: 100%
	}

	.lasttour .mulitpledate {
		margin-bottom: 15px
	}

	.lasttour .pricingcol {
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px
	}

	.lasttour .dayabs {
		border-top: 0
	}

}

@media only screen and (max-width:480px) {
}

@media only screen and (max-width:420px) {
	.border-square-box {
		width: 90%
	}

	.blog-text h3 {
		font-size: 18px;
		line-height: 20px
	}

	.wave-content h2 {
		font-size: 20px
	}

}

@media only screen and (max-width:375px) {
	.banner-img {
		min-height: 490px
	}

	.btncol .callbooknow {
		margin-right: 7px
	}

	.ctexpe {
		font-size: 16px
	}

	.ctexpe span {
		min-width: 201px
	}

	.reviewcol {
		font-size: 16px
	}

	.blog-text {
		padding: 15px
	}

	.wave-content h2 {
		font-size: 18px
	}

}

@media only screen and (max-width:360px) {
	.banner-img {
		min-height: 460px
	}

	.logo {
		width: 80px
	}

	.ctexpe strong {
		font-size: 24px
	}

	.reviewcol {
		font-size: 15px
	}

	.headercontent p {
		font-size: 15px
	}

	.callbooknow, .btncol .callbooknow {
		width: 100%
	}

	.btndownload {
		width: 100%;
		text-align: center
	}

	.tourhighlight .callbooknow {
		margin: 10px 0 0
	}

}

@media only screen and (max-width:320px) {
	.wave-content h2 {
		font-size: 16px
	}

	.banner-img {
		min-height: 390px
	}

}