.header-graphic {
	background-image: url(../../img2/travel-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
	height: 760px;
}

.banner-text {
	max-width: 625px;
	padding-top: 50px;
}

.page-title {
	color: #ffffff;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -3px;
	padding-bottom: 30px;
}

.page-title span {
	line-height: 1;
	color: #f6ff00;
}

.banner-text > h3 {
	color: #ffffff;
	font-size: 24px;
}

.travel-site {
	background-image: url('../../img2/travel-boxbg.jpg');
	background-repeat: no-repeat;
	width: 139px;
	padding: 10px;
	height: 130px;
	position: relative;
}

.travel-site:before {
	background-image: url('../../img2/travel-plane.jpg');
	background-repeat: no-repeat;
	width: 62px;
	height: 62px;
	position: absolute;
	content: "";
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-top: -30px;
}

.travel-site::after {
	background-color: #bdd0d9;
	content: "";
	height: 19px;
	left: 50%;
	margin: 0 0 0 -1px;
	position: absolute;
	top: -51px;
	width: 2px;
}

.listing-box > li:nth-child(2) .travel-site:before {
	transform: translateX(-50%) rotate(2deg);
	-webkit-transform: translateX(-50%) rotate(2deg);
}

.listing-box > li:nth-child(3) .travel-site:before {
	transform: translateX(-50%) rotate(4deg);
	-webkit-transform: translateX(-50%) rotate(4deg);
}

.listing-box > li:nth-child(4) .travel-site:before {
	transform: translateX(-50%) rotate(10deg);
	-webkit-transform: translateX(-50%) rotate(10deg);
}

.listing-box > li:nth-child(5) .travel-site:before {
	transform: translateX(-50%) rotate(12deg);
	-webkit-transform: translateX(-50%) rotate(12deg);
	top: -108px;
}

.listing-box > li:nth-child(6) .travel-site:before {
	transform: translateX(-50%) rotate(17deg);
	-webkit-transform: translateX(-50%) rotate(17deg);
	top: -103px;
}

.icon {
	padding: 10px 0;
}

.travel-site > h3 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	font-weight:600;
}

.listing-box {
	padding: 98px 0 50px;
}

.listing-box > li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	margin: 0 25px;
}

.listing-box {
	text-align: center;
}

.listing-box > li:first-child {
	margin-left: 0;
	margin-top: 80px;
}

.listing-box > li:nth-child(2) {
	margin-top: 40px;
}

.listing-box > li:nth-child(3) {
	margin-top: 15px;
}

.listing-box > li:nth-child(5) {
	margin-top: 10px;
}

.listing-box > li:last-child {
	margin-right: 0;
	margin-top: 20px;
}

.listing-box {
	position: relative;
}

.travel-websites {
	background-image: url('../../img2/travel-lineBg.png');
	background-repeat: no-repeat;
	margin-top: 40px;
}

.travel-marketplace > p {
	color: #1f1f1f;
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.travel-marketplace > h4 {
	font-size: 30px;
	color: #1f1f1f;
	padding-bottom: 25px;
}

.travel-marketplace > h2 {
	color: #ff5e2a;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 10px;
}

.travel-product {
	background-image: url('../../img2/travel-image1.png'), url('../../img2/travel-right-side-bg.png');
	background-repeat: no-repeat;
	background-position: left center, 106% center;
	padding: 80px 0;
	background-size: 50% auto, 365px auto;
}

.travel-marketplace {
	background-color: #ffffff;
	max-width:50%;
	padding: 0 20px;
	text-align: center;
}

.funAway .travel-marketplace {
	float: right;
}

.funAway {
	position: relative;
	padding: 0 0 110px;
}

.funAway::after {
	background-image: url("../../img2/travel-funaway-after.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: -70px;
	content: "";
	height: 273px;
	position: absolute;
	width: 100%;
}

.qbuddy {
	position: relative;
	padding-bottom: 150px;
}

.qbuddy:after {
	background-image: url("../../img2/travel-qbuddy-after.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: -200px;
	content: "";
	height: 392px;
	position: absolute;
	width: 100%;
}

.head-block > h2 {
	color: #1f1f1f;
	font-size: 38px;
	font-weight: 700;
}

.head-block {
	text-align: center;
	padding-bottom: 25px;
}

.head-block > h2 {
	color: #1f1f1f;
	font-size: 36px;
	font-weight: 700;
}
.cta h2 {
  color: #646464;
  font-size: 24px;
  padding: 0 0 20px;
}
.cta{
  margin: 0 auto 50px;
  max-width: 890px;
  text-align: center;
}
.cta-section{
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}
.head-block > h4 {
	color: #1f1f1f;
	font-size: 30px;
}

.btn-theme.cyan-bg {
	background-color: #32dfe3;
	border-color: #32dfe3;
}

a.btn-theme {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	border-radius: 0;
	padding: 15px 25px;
	color: #ffffff;
}

.btn-theme.orng-bg {
	background-color: #ff5e2a;
	border-color: #ff5e2a;
}

.btns-list a.btn-theme {
	margin: 5px;
}

.qbuddy .travel-product {
	background-position: right center, -30px center;
	background-image: url("../../img2/travel-qbudy-img.jpg"), url("../../img2/travel-left-side-bg.png");
	background-size: 50%px auto, 336px auto;
}

.qbuddy .travel-marketplace > h2 {
	color: #3bb761;
}

.logo-icon {
	padding-bottom: 10px;
}
.logo-icon > img {
  max-width: 170px;
}

.title-heading {
	color: #1f1f1f;
	font-size: 18px;
	font-weight: 600;
}

.count-crcle > span {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	color: #ff5e2a;
	display: table-cell;
	font-size: 34px;
	font-weight: 700;
	height: 114px;
	text-align: center;
	width: 114px;
	vertical-align: middle;
	line-height: 28px;
	background-color: #fff;
}

.count-crcle > span em {
	font-size: 24px;
	line-height: 22px;
}

.count-crcle {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	height: 146px;
	width: 146px;
	padding: 16px;
	margin: 0 auto 15px;
}

.online-travel {
	background-image: url('../../img2/travellers-indust.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 120px 0 0;
	min-height: 525px;
	margin-bottom: 40px;
}

.count-list > li {
	display: inline-block;
	max-width: 270px;
	padding: 30px;
	text-align: center;
	vertical-align: top;
	margin: 0 25px;
}

.count-list > li:first-child {
	margin: 50px 0 0;
}

.count-list > li:nth-child(2) {
	margin: 10px 0 0;
}

.count-list > li:last-child {
	margin: 35px 0 0;
}

.count-list {
	text-align: center;
	background-image: url('../../img2/travel-linebg2.png');
	background-repeat: no-repeat;
	background-position: center;
}

.feature-travel-website {
	background-color: #32dfe3;
	padding: 70px 0;
}

.featurebox {
	float: left;
	padding: 20px;
	width: 50%;
}

.whitebox {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
}

.featurebox h2 {
	color: #ff5e2a;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 20px;
	line-height: 1;
}

.text-block {
	padding-top: 20px;
}

.text-block > p {
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight:600;
}

.text-block > h2 {
	font-size: 66px;
	color: #fff;
	font-weight: 700;
	line-height: .9;
	padding-bottom: 30px;
}

.text-block > h2 span {
	color: #f6ff03;
	line-height: .9;
}

.grids {
	display: table;
	width: 100%;
}

.grids .grid {
	display: table-cell;
	vertical-align: top;
}

.grids .grid:first-child {
	width: 40%;
}

.grids .grid:last-child {
	width: 60%;
}

.features {
	max-width: 750px;
}

.slick-dots {
	text-align: center
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.slick-dots button {
	background-color: #ffffff;
	border: medium none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	height: 18px;
	margin: 0 3px;
	width: 18px;
}

.slick-dots li.slick-active button {
	background-color: #fb4b68;
}

.post--vertical {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	display: block;
}

.post__pic {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	display: block;
	overflow: hidden;
	padding: 0 0 66.65%;
	position: relative;
	width: 100%;
}

.sign::before {
	border: 2px solid #dadada;
	border-radius: 100%;
	color: #dadada;
	content: "F";
	font-size: 30px;
	height: 60px;
	left: 50%;
	line-height: 58px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 60px;
}

.post__pic img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	max-width: 100%;
	top: 0;
}

.post__body {
	padding: 30px;
	position: relative;
}

.post__date::before {
	background: #2cbed2 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 40px;
}

.post__date,
.post__views,
.post__commnets {
	text-transform: none;
}

.post__date,
.post__views,
.post__commnets {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	text-transform: uppercase;
}

.post--vertical .post__title {
	height: 180px;
}

.post__title a {
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	line-height: 1.2;
}

.post__title a:hover {
	color: hsl(187, 65%, 50%);
}

.link--arrow::after {
	background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIGQ9Ik0yMS4yMDUsNS4wMDdjLTAuNDI5LTAuNDQ0LTEuMTQzLTAuNDQ0LTEuNTg3LDBjLTAuNDI5LDAuNDI5LTAuNDI5LDEuMTQzLDAsMS41NzFsOC4wNDcsOC4wNDdIMS4xMTEgIEMwLjQ5MiwxNC42MjYsMCwxNS4xMTgsMCwxNS43MzdjMCwwLjYxOSwwLjQ5MiwxLjEyNywxLjExMSwxLjEyN2gyNi41NTRsLTguMDQ3LDguMDMyYy0wLjQyOSwwLjQ0NC0wLjQyOSwxLjE1OSwwLDEuNTg3ICBjMC40NDQsMC40NDQsMS4xNTksMC40NDQsMS41ODcsMGw5Ljk1Mi05Ljk1MmMwLjQ0NC0wLjQyOSwwLjQ0NC0xLjE0MywwLTEuNTcxTDIxLjIwNSw1LjAwN3oiIGZpbGw9IiMyY2I2YzkiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
	background-size: 100% auto;
	content: "";
	height: 18px;
	position: absolute;
	right: 15px;
	top: 4px;
	transition: all 0.3s ease-in-out 0s;
	width: 18px;
}

.link--arrow:hover::after {
	transform: translate(5px, 0px);
}

.link--arrow {
	font-size: 16px;
	font-weight: 300;
	padding: 0 40px 0 0;
	position: relative;
}

.-float-right {
	float: right !important;
}

.post__misc .post__commnets,
.post__misc .post__views {
	display: inline-block;
	vertical-align: middle;
}

.post__misc span {
	display: inline-block;
	vertical-align: middle;
}

.post--vertical .post__misc a {
	color: #2cb6c9;
}

.post-item {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.latest-posts {
	margin: 70px 0;
	background-image: url('../../img2/travel-left-side-bg'), url('../../img2/travel-right-side-bg');
	background-repeat: no-repeat;
	background-position: -30px bottom, 106% bottom;
}

.top-head {
	text-align: center;
	max-width: 890px;
	margin: 50px auto 10px;
}

.top-head > h2 {
	color: #646464;
	font-size: 24px;
	padding: 0 0 20px;
}

@media screen and (max-width:1360px) {
	.travel-product {
		background-size: 600px auto, 365px auto;
	}
	.qbuddy .travel-product {
		background-size: 550px auto, 336px auto;
	}
}

@media screen and (max-width:1250px) {
	.listing-box > li {
		margin: 0;
	}
	.travel-websites,
	.count-list {
		background-image: none;
	}
	.funAway::after,
	.qbuddy::after {
		display: none
	}
	.funAway,
	.qbuddy {
		padding: 0;
	}
	.travel-product {
		padding: 30px 0;
	}
	.online-travel {
		background-color: #f5f8db;
		padding: 40px 0;
	}
	.count-list > li:nth-child(2),
	.count-list > li,
	.count-list > li:last-child,
	.count-list > li:first-child {
		margin: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.travel-product,
	.qbuddy .travel-product {
		background-image: none;
	}
	.online-travel {
		background-color: #f5f8db;
	}
	.count-list > li:nth-child(2),
	.count-list > li,
	.count-list > li:last-child,
	.count-list > li:first-child {
		margin: 10px;
	}
	.funAway .travel-marketplace {
		float: none;
	}
	.travel-marketplace {
		margin: 0 auto;
		max-width: inherit;
	}
	.travel-site::before,
	.travel-site::after {
		display: none
	}
	.listing-box > li:first-child {
		margin: 10px;
	}
	.listing-box > li:nth-child(2) {
		margin: 10px;
	}
	.listing-box > li:nth-child(3) {
		margin: 10px;
	}
	.listing-box > li:nth-child(5) {
		margin: 10px;
	}
	.listing-box > li:last-child {
		margin: 10px;
	}
	.listing-box > li {
		margin: 10px;
	}
	.travel-websites {
		background-image: none;
		margin-top: 0px;
	}
	.listing-box {
		padding: 0 0 20px;
	}
	.latest-posts {
		background: none;
	}
	.grids .grid {
		display: block;
	}
	.grids .grid:first-child,
	.grids .grid:last-child {
		width: 100%;
	}
	.features {
		max-width: 100%;
	}
	.header-graphic {
		background-size: cover;
		height: auto;
	}
	.page-title {
		font-size: 36px;
	}
	.banner-text {
		background-color: rgba(50, 223, 227, 0.8);
		padding: 40px 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.post--horizontal .post__head,
	.post--horizontal .post__body {
		width: 50%;
	}
	.post--vertical {
		display: table;
		width: 100%;
	}
	.post--vertical .post__title {
		height: auto;
		padding-bottom: 20px;
	}
	.post__body {
		padding: 10px 30px;
	}
	.post-item {
		width: 100%;
	}
	.post--vertical .post__head,
	.post--horizontal .post__body {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
}

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

@media screen and (max-width: 767px) {
	.header-graphic {
		background-image: none;
		padding: 10px 0;
	}
	.feature-travel-website {
		padding: 10px 0;
	}
	.featurebox h2 {
		font-size: 24px;
	}
	.head-block > h2 {
		font-size: 22px;
		line-height: 1.2;
	}
	.head-block > h4,
	.top-head > h2,
	.travel-marketplace > h4 {
		font-size: 20px;
	}
	.count-list > li:nth-child(2),
	.count-list > li,
	.count-list > li:last-child,
	.count-list > li:first-child {
		padding: 10px;
	}
	.travel-marketplace {
		padding: 0
	}
	.text-block > h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.text-block > p {
		font-size: 16px;
	}
	.post-item {
		width: 100%;
		padding: 10px 0;
	}
	.post--vertical .post__title {
		height: auto;
		padding-bottom: 20px;
	}
	.featurebox {
		float: none;
		width: auto;
		padding: 10px 0;
	}
	.post__title a {
		font-size: 16px;
	}
	.post__body {
		padding: 15px;
	}
	.latest-posts{
		margin:30px 0;
	}
}