body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
@font-face {
	font-family: 'Conv_Larsseit';
	src: url('../fonts/Larsseit.eot');
	src: local('â˜º'), url('../fonts/Larsseit.woff') format('woff'), url('../fonts/Larsseit.ttf') format('truetype'), url('../fonts/Larsseit.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-Medium';
	src: url('../fonts/Larsseit-Medium.eot');
	src: local('â˜º'), url('../fonts/Larsseit-Medium.woff') format('woff'), url('../fonts/Larsseit-Medium.ttf') format('truetype'), url('../fonts/Larsseit-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_gooddp__';
	src: url('../fonts/gooddp__.eot');
	src: local('â˜º'), url('../fonts/gooddp__.woff') format('woff'), url('../fonts/gooddp__.ttf') format('truetype'), url('../fonts/gooddp__.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-Light';
	src: url('../fonts/Larsseit-Light.eot');
	src: local('â˜º'), url('../fonts/Larsseit-Light.woff') format('woff'), url('../fonts/Larsseit-Light.ttf') format('truetype'), url('../fonts/Larsseit-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-MediumItalic';
	src: url('../fonts/Larsseit-MediumItalic.eot');
	src: local('â˜º'), url('../fonts/Larsseit-MediumItalic.woff') format('woff'), url('../fonts/Larsseit-MediumItalic.ttf') format('truetype'), url('../fonts/Larsseit-MediumItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-ThinItalic';
	src: url('../fonts/Larsseit-ThinItalic.eot');
	src: local('â˜º'), url('../fonts/Larsseit-ThinItalic.woff') format('woff'), url('../fonts/Larsseit-ThinItalic.ttf') format('truetype'), url('../fonts/Larsseit-ThinItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-Italic';
	src: url('../fonts/Larsseit-Italic.eot');
	src: local('â˜º'), url('../fonts/Larsseit-Italic.woff') format('woff'), url('../fonts/Larsseit-Italic.ttf') format('truetype'), url('../fonts/Larsseit-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AnkeHand';
	src: url('../fonts/AnkeHand.eot');
	src: local('â˜º'), url('../fonts/AnkeHand.woff') format('woff'), url('../fonts/AnkeHand.ttf') format('truetype'), url('../fonts/AnkeHand.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Larsseit-LightItalic';
	src: url('../fonts/Larsseit-LightItalic.eot');
	src: local('â˜º'), url('../fonts/Larsseit-LightItalic.woff') format('woff'), url('../fonts/Larsseit-LightItalic.ttf') format('truetype'), url('../fonts/Larsseit-LightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
header {
	padding-top: 15px;
}
.header-right {
	float: right;
	margin-top: 35px;
	padding: 0;
}
.top-call {
	color: #a6a6a6;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	margin-left: 15px;
}
.top-call a {
	color: #a6a6a6;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.top-call a:hover {
	color: #F24B18;
}
.top-social {
	float: right;
}
.top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top-social ul li {
	float: left;
	margin-left: 10px;
}
.top-social ul li .fa {
	color: #a4a4a4;
	font-size: 22px;
	transition: all 0.5s ease 0s;
}
.top-social ul li .fa:hover {
	color: #F24B18;
}
.trip-radar {
    background: rgba(0, 0, 0, 0) url("https://nullarbortraveller.com.au/wp-content/uploads/2016/11/TR-01.png") no-repeat scroll 0 0;
    display: block;
    height: 22px;
    width: 22px;
}
.trip-radar:hover{
   background: rgba(0, 0, 0, 0) url(../images/tr-hover.png) no-repeat scroll 0 0;
}
.menu {
	background: #1787a6 none repeat scroll 0 0;
	margin-top: 1%;
}
.menu ul {
	float: right;/*list-style-type: none;
	margin: 0;
	padding: 0;*/
}
/*.menu ul li {
	float: left;
	height: 60px;
	line-height: 60px;
}
.menu ul li a {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	padding: 17px 20px;
	text-decoration: none;
}
.menu ul li a:hover, .menu ul li.active a {
	background: #fff none repeat scroll 0 0;
	border-top: 8px solid #F24B18;
	color: #F24B18;
}*/
.header-book-now-btn {
	float: right;
	margin-left: 15px;
}
.header-book-now-btn a {
	background: #f24b18 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	height: 60px;
	line-height: 25px;
	padding: 17px 35px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.header-book-now-btn a:hover {
	background: #67c103 none repeat scroll 0 0;
	color: #fff;
}
.banner {
	position: relative;
}
.ms-slide-info {
	top: 130px;
	left: 8%;
	width: 80% !important;
}
.banner-text {
	color: #fff;
	font-family: "Conv_gooddp__";
	font-size: 90px;
	line-height: 85px;
	margin-bottom: 7%;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.banner-btn {
}
.banner-btn a {
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	padding: 12px 40px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.banner-btn a:hover {
	background: #f24b18 none repeat scroll 0 0;
	border: 1px solid #f24b18;
	color: #fff;
}
.home-about-part {
	background: rgba(0, 0, 0, 0) url("../images/home-about-border-img.png") no-repeat scroll 0 0;
	bottom: -75px;
	left: 8%;
	margin-left: 11px;
	padding: 4px 6px 8px 5px;
	position: absolute;
	width: 635px;
	z-index: 9;
}
.home-about-part-inside {
	background: #fff none repeat scroll 0 0;
	/*padding: 46px 35px 45px;*/
	padding: 25px 35px 12px;
}
.home-about-part-heading {
	color: #f55525;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 1%;
	text-transform: uppercase;
}
.home-about-part-heading2 {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Medium";
	font-size: 32px;
	margin-bottom: 2%;
}
.home-about-part-details {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	margin-bottom: 4%;
}
.home-about-part-btn {
}
.home-about-part-btn a {
	border-bottom: 2px solid #F96C30;
	color: #F96C30;
	font-family: 'Conv_Larsseit-MediumItalic';
	font-size: 14px;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}
.home-about-part-btn a:hover {
	border-bottom: 5px solid #F24B18;
	color: #F24B18;
}
.home-tour-part {
	background: rgba(0, 0, 0, 0) url("../images/home-experience-bg.png") no-repeat scroll 0 0;
	margin-top: -3%;
	padding-top: 40px;
	position: relative;
}
.home-tour-part-inside {
	background: #1787a6 none repeat scroll 0 0;
	padding: 7px 0 2%;
	position: relative;
}
.home-tour-part-inside::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0;
	bottom: -14px;
	content: "";
	height: 20px;
	position: absolute;
	width: 100%;
}
.home-tour-part-inside-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 2px;
	padding-right: 4%;
	text-align: right;
}
.home-tour-part-inside-big-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 2%;
	padding-right: 4%;
	text-align: right;
}
.our-tour-part {
	margin-bottom: 10%;
	padding: 0 10px;
	position: relative;
}
.our-tour-part img {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	height: 235px;
	width: 100%;
}
.our-tour-bottom-part {
	background: #fff none repeat scroll 0 0;
	position: relative;
}
.our-tour-bottom-part-inside {
	background: #fff none repeat scroll 0 0;
	border-top: 3px solid #F24B18;
	bottom: -83px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	color: #F24B18;
	font-family: "Conv_Larsseit";
	font-size: 22px;
	padding: 9% 0 5%;
	position: absolute;


	text-align: center;
	transition: all 0.5s ease 0s;
	width: 360px;
}
.our-tour-bottom-part-day {
	background: #F24B18 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	left: 33%;
	padding: 8px 30px;
	position: absolute;
	top: -20px;
}
.our-tour-bottom-part-day p {
    margin: 0;
}
.our-tour-part a:hover .our-tour-bottom-part {
	bottom: 0;
    transition: all 0.5s ease 0s;
}
.our-tour-part a:hover .our-tour-bottom-part-inside {
	padding: 12% 0 8%;
    transition: all 0.5s ease 0s;
}
.home-video-part {
	padding: 4% 0;
}
.home-video-left {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 65%;
}
.play-btn {
	height: 100%;
	padding: 23% 0;
	position: absolute;
	top: 0;
	width: 96%;
}
.play-btn img {
	margin: 0 auto;
	width: 9%;
}
.home-video-left:hover .play-btn {
	padding: 22% 0;
}
.home-video-left:hover .play-btn img {
	width: 11%;
}
.home-video-right {
	float: left;
	padding: 6% 9px 0 15px;
	width: 35%;
}
.home-video-right-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-medium";
	font-size: 22px;
	margin-bottom: 3%;
}
.home-video-right-details {
	color: #3E3E3E;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	line-height: 25px;
}
.home-review-part {
	background: rgba(0, 0, 0, 0) url("../images/home-review-bg.jpg") no-repeat scroll 0 0 / cover;
	padding: 5% 0;
}
.home-review-top {
	margin: 0 auto 2%;
	overflow: hidden;
	width: 30%;
}
.home-review-top-left {
	float: left;
	margin-right: 7%;
	width: 95px;
}
.home-review-top-right {
	color: #fff;
	float: left;
	font-family: "Conv_Larsseit-Light";
	font-size: 18px;
	line-height: 20px;
	padding: 8% 0;
}
.home-review-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 30px;
	margin-bottom: 1%;
	text-align: center;
}
.home-review-details {
	color: #fff;
	font-family: "Conv_Larsseit-Italic";
	font-size: 18px;
	margin: 0 auto 4%;
	overflow: hidden;
	text-align: center;
	width: 60%;
}
.home-review-btn {
	text-align: center;
}
.home-review-btn a {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-family: "Conv_Larsseit-Italic";
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.home-review-btn a:hover {
	border-bottom: 5px solid #fff;
	color: #fff;
}
.home-experience-part {
	background: #f4f4f4 none repeat scroll 0 0;
	overflow: hidden;
	padding: 3% 0 5%;
}
.home-experience-heading {
	color: #f24b18;
	font-family: "Conv_gooddp__";
	font-size: 50px;
	margin-bottom: 2%;
	text-align: center;
}
.home-experience-item {
	padding: 0 7px;
    margin-bottom: 2%;
}
.home-experience-item img {
	height: 205px;
	width: 100%;
}
.home-experience-item-inside {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 3px #ccc;
	padding: 5% 5% 7%;
    
}
.home-experience-item-inside-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	margin-bottom: 3%;
height: 70px;
}
.home-experience-item-inside-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	height: 200px;
}
.home-experience-item-inside-details a {
	color: #ff6f01;
}
.home-experience-item-inside-details a:hover {
	color: #ff6f01;
}
.home-experience-item-inside-btn {
}
.home-experience-item-inside-btn a {
	border-bottom: 2px solid #f96c30;
	color: #f96c30;
	font-family: "Conv_Larsseit-Italic";
	font-size: 14px;
	text-decoration: none;
	
}
.home-experience-item-inside-btn a:hover {
	border-bottom: 5px solid #f24b18;
	color: #f24b18;
       transition: all 0.3s ease 0s;
}
.home-logo-part {
	padding: 35px 0;
}
.home-logo-part ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.home-logo-part ul li {
    display: inline-block;
    width: 13%;
}
#owl-demo {
	margin: 0 auto;
	width: 90%;
}
#owl-demo .owl-item {
	width: 145px !important;
}
.item img {
	margin: 0 auto;
}
#owl-demo .owl-controls {
	display: none !important;
}
footer {
	background: #1787a6 none repeat scroll 0 0;
	padding: 3% 0 2%;
	position: relative;
}
footer::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0;
	top: -8px;
	content: "";
	height: 20px;
	position: absolute;
	width: 100%;
}
.footer-tour {
	padding: 0 15px 0 0;
}
.footer-left-heading {
	color: #fff;
	font-family: 'Conv_Larsseit';
	font-size: 14px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.footer-tour ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-tour ul li {
	margin-bottom: 2px;
}
.footer-tour ul li a {
	color: #fff;
	font-family: 'Conv_Larsseit';
	font-size: 14px;
	letter-spacing: 0.2px;
	text-decoration: none;
}
.footer-tour ul li a:hover {
	color: #fff;
}
.footer-tour-first {
	float: left;
	width: 39%;
}
.footer-tour-second {
	float: left;
	width: 60%;
}
.footer-info {
	padding: 0;
}
.footer-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-info ul li {
	margin-bottom: 1px;
}
.footer-info ul li a {
	color: #fff;
	font-family: 'Conv_Larsseit';
	font-size: 14px;
	letter-spacing: 0.2px;
	text-decoration: none;
}
.footer-info ul li a:hover {
	color: #fff;
}
.footer-right-text {
	color: #fff;
	font-family: "Conv_AnkeHand";
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 3%;
	text-align: right;
}
.footer-social {
	float: right;
}
.footer-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	float: left;
	margin-left: 15px;
}
.footer-social ul li .fa {
	color: #fff;
	font-size: 28px;
	transition: all 0.5s ease 0s;
}
.footer-social ul li .fa:hover {
	color: #fff;
}
.footer-bottom-text {
	color: #fff;
	font-family: 'Conv_Larsseit';
	font-size: 14px;
	margin-top: 4%;
}
.footer-bottom-text a {
	color: #fff;
	text-decoration: none;
}
.footer-bottom-text a:hover {
	color: #fff;
}
/*.sub-menu ul li a {
	color: #000 !important;
	font-family: 'Conv_Larsseit';
	border-top: none !important;
}*/
/** about **/

.about-banner {
	position: relative;
}
.about-banner img {
	width: 100%;
}
.inside-page-title {
	color: #fff;
	font-family: 'Conv_Larsseit-Italic';
	font-size: 18px;
	position: absolute;
	letter-spacing: 0.3px;
	text-align: center;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	top: 195px;
	width: 100%;
}
.inside-banner-text {
	color: #fff;
	font-family: 'Conv_gooddp__';
	font-size: 90px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
	top: 215px;
	width: 100%;
}
.about-content-area {
	padding-bottom: 1%;
}
.about-left {
	background: #fff none repeat scroll 0 0;
	margin-top: -20%;
	padding: 3% 65px 3% 3%;
}
.about-left-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.about-left-big-text {
	color: #2f2f2f;
	font-family: 'Conv_Larsseit';
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 2%;
    font-weight:500;
}
.about-left-details {
	color: #2f2f2f;
	font-family: 'Conv_Larsseit-Light';
	font-size: 18px;
	line-height: 26px;
}
.about-left-details a {
	color: #f24b18;
}
.about-left-details a:hover {
	color: #f24b18;
}
.about-left-big-blue-text {
	color: #1787a6;
	font-family: "Conv_Larsseit";
	font-size: 23px;
	line-height: 29px;
	margin: 5% 0;
}
.about-right {
	margin-top: 6%;
}
.about-right-image-text {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 14px;
	padding: 15px 0;
	text-align: right;
}
.about-what-we-offer {
	background: #1787a6 none repeat scroll 0 0;
	padding: 3% 0;
}
.about-what-we-offer-small-text {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.about-what-we-offer-big-text {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 3%;
	text-align: center;
}
.about-what-we-offer-item {
	margin-bottom: 2%;
}
.home-experience-item-inside-2 {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	height: 370px;
}
.home-experience-item-inside-details-2 {
	height: 235px;
}
.about-what-we-offer-item img {
	height: 250px;
	width: 100%;
}
/** our tour **/


.inside-banner-content {
	background: rgba(0, 0, 0, 0) url("../images/inside-banner-content-bg.png") no-repeat scroll 0 0 / 100% 100%;
	bottom: 0;
	left: 8%;
	padding: 7px 4px 0 8px;
	position: absolute;
	width: 48%;
}
.inside-banner-content-inside {
	background: #1787a6 none repeat scroll 0 0;
	padding: 5% 5% 5px;
}
.inside-banner-content-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 2%;
	text-transform: uppercase;
}
.inside-banner-content-big-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 2%;
}
.inside-banner-content-details {
	color: #fff;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
}
.tour-mid-part {
	background: #1787a6 none repeat scroll 0 0;
	margin-top: -2px;
	padding: 5% 0 2%;
	position: relative;
}
.tour-mid-part::before {
	background: rgba(0, 0, 0, 0) url("../images/tour-mid-top-bg.png") no-repeat scroll 0 0;
	content: "";
	height: 4px;
	position: absolute;
	top: -4px;
	width: 100%;
	z-index: 9999;
}
.tour-mid-part::after {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0;
	bottom: -7px;
	content: "";
	height: 13px;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.tour-other-travel-part {
	background: #F4F4F4 none repeat scroll 0 0;
	padding: 3% 0 5%;
}
.tour-other-travel-part-heading {
	color: #f24b18;
	font-family: 'Conv_gooddp__';
	font-size: 50px;
	margin-bottom: 3%;
	text-align: center;
}
.image-hover {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.image-hover img {
	display: block;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.home-experience-item:hover img {
	transform: scale(1.12);
	transition: all 0.5s ease 0s;
}
/** travel info **/

.travel-info-top-part {
	padding: 5% 0;
}
.travel-info-top-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.travel-info-top-big-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 1%;
	text-align: center;
}
.travel-info-top-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	width: 67%;
}
.travel-info-experience-item-inside-details {
	height: 165px;
}
.tour-info-bottom-part {
	background: #1787a6 none repeat scroll 0 0;
	padding: 4% 0 35px;
}
.tour-info-bottom-item-name {
	background: #fff none repeat scroll 0 0;
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	padding: 5% 0 1%;
	text-align: center;
}
.tour-info-bottom-content {
	background: #fff none repeat scroll 0 0;
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 15px;
	height: 120px;
	line-height: 20px;
	padding: 10px;
	text-align: justify;
}
.tour-info-bottom-item-name a {
	color: #2f2f2f;
}
.tour-info-bottom-item-name a:hover {
	color: #2f2f2f;
}
.tour-info-bottom-item {
	margin-bottom: 2%;
	padding: 0 10px;
}
/** contact **/

.contact-left {
	height: 530px;
	padding: 4% 3% 4% 10%;
}
.contact-left-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.contact-left-big-text {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 32px;
}
.contact-left-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	margin-bottom: 5%;
}
.contact-address-phone {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 15px;
	margin-bottom: 6%;
	padding-left: 0;
}
.contact-address-phone-heading {
	color: #1787a6;
	font-family: "Conv_Larsseit-Medium";
	font-size: 14px;
}
.contact-address-phone a {
	border-bottom: 1px solid #f96c30;
	color: #f96c30;
	font-family: "Conv_Larsseit-ThinItalic";
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.contact-address-phone a:hover {
	border-bottom: 5px solid #F24B18;
	color: #F24B18;
}
.contact-right {
	height: 530px;
	padding: 0;
}
.contact-enquiry-form {
	background: #1787a6 none repeat scroll 0 0;
	padding: 5% 0;
}
.contact-enquiry-form-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 2%;
	text-align: center;
}
.contact-enquiry-form-area {
	margin: 0 auto;
	width: 50%;
}
.contact-input {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	margin-bottom: 3%;
}
.contact-input input {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #000;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	height: 50px;
	width: 100%;
}
.contact-textarea {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	margin-bottom: 3%;
}
.contact-textarea textarea {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #000;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	height: 135px;
	width: 100%;
}
.contact-checkbox {
	margin-bottom: 5%;
}
.contact-checkbox span {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	margin: 0 !important;
}
.contact-checkbox input {
	margin-right: 10px;
}
.contact-btn input {
	background: #fff none repeat scroll 0 0 !important;
	border-radius: 50px !important;
	color: #2f2f2f !important;
	font-family: "Conv_Larsseit";
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 18px 100px !important;
	text-transform: none !important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #f24b18 !important;
	color: #fff !important;
}
/** offer inner page **/

.offer-page-inner-part {
	background: #f4f4f4 none repeat scroll 0 0;
}
.offer-page-inner {
	background: #fff none repeat scroll 0 0;
	margin: -15% auto 0;
	padding: 4% 5%;
	position: relative;
	width: 60%;
	z-index: 999;
	overflow: hidden;
}
.offer-page-heading {
	color: #f55525;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.offer-page-big-text {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 2%;
}
.offer-page-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
}
.offer-page-details a {
	border-bottom: 1px solid #f96c30;
	color: #f24b18;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	padding-bottom: 4px;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}
.offer-page-details a:hover {
	border-bottom: 5px solid #F24B18;
	color: #F24B18;
}
/** tour destination **/

.tour-destination-top {
	padding: 3% 0;
}
.tour-destination-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.tour-destination-page-title {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Medium";
	font-size: 32px;
	margin-bottom: 2%;
}
.tour-destination-part {
	margin-bottom: 3%;
	overflow: hidden;
}
.tour-destination-part-left {
	padding-left: 0;
}
.tour-destination-part-left-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 24px;
	margin-bottom: 2%;
}
.tour-destination-part-left-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
}
#owl-demo1 .owl-pagination {
	display: none !important;
}
#owl-demo1 .owl-prev {
	left: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo1 .owl-next {
	right: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo1 .item {
	padding: 0 7px;
}
#owl-demo2 .owl-pagination {
	display: none !important;
}
#owl-demo2 .owl-prev {
	left: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo2 .owl-next {
	right: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo2 .item {
	padding: 0 7px;
}
#owl-demo3 .owl-pagination {
	display: none !important;
}
#owl-demo3 .owl-prev {
	left: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo3 .owl-next {
	right: -30px;
	position: absolute;
	top: 34%;
}
#owl-demo3 .item {
	padding: 0 7px;
}
.tour-destination-encounter-part {
	padding: 4% 0 0;
}
#owl-demo4 .owl-pagination {
	display: none !important;
}
#owl-demo4 .owl-prev {
	left: -10px;
	position: absolute;
	top: 84%;
}
#owl-demo4 .owl-next {
	left: 35px;
	position: absolute;
	top: 84%;
}
.tour-destination-encounter-right-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 24px;
	margin: 20% 0 2%;
}
.tour-destination-encounter-right-details {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
}
/** blog **/

.blog-instagram-part {
	padding: 3% 0;
}
.blog-bottom-part {
	background: rgba(0, 0, 0, 0) url("../images/blog-bottom-bg.jpg") no-repeat scroll 0 0 / cover;
	padding: 7% 0 15%;
}
.blog-bottom-right {
	background: #fff none repeat scroll 0 0;
	float: right;
	padding: 3% 4%;
}
.blog-bottom-right-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	letter-spacing: 1px;
}
.blog-bottom-right-big-text {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 32px;
	margin-bottom: 2%;
}
.blog-bottom-right-details {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
}
/** blog single **/


.blog-content {
	background: #f4f4f4 none repeat scroll 0 0;
}
.blog-post-content {
	background: #fff none repeat scroll 0 0;
	margin: -25% auto 0;
	overflow: hidden;
	padding: 3% 4%;
	position: relative;
	width: 67%;
}
.blog-post-date {
	color: #f24b18;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 50%;
}
.blog-post-social {
	float: left;
	width: 50%;
}
.blog-post-social ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-post-social ul li {
	float: left;
	margin-left: 15px;
}
.blog-post-social ul li .fa {
	color: #f24b18;
	font-size: 25px;
}
.blog-post-title {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Medium";
	font-size: 32px;
	margin-bottom: 2%;
	overflow: hidden;
	width: 100%;
}
.blog-post-details {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 20px;
	margin-bottom: 5%;
}
.blog-post-details-blue {
	color: #1787a6;
	font-family: "Conv_Larsseit";
	font-size: 24px;
	line-height: 30px;
}
.blog-post-upload-image {
	margin: 0 auto;
	width: 80%;
}
.blog-post-upload-image img {
    margin: 0 auto;
}
.blog-post-upload-image-text {
	background: #fff none repeat scroll 0 0;
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 14px;
	margin: 0 auto;
	padding: 2% 5% 0;
	width: 83.6%;
}
.blog-post-content-2 {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 3% 4%;
	position: relative;
	width: 67%;
}
.blog-post-details-2 {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 18px;
}
.blog-post-upload-image-2 {
	margin: 0 auto;
	width: 80%;
}
.blog-post-upload-image-2 img {
    margin: 0 auto;
}
.blog-bottom-social {
	float: left;
	margin-right: 10px;
}
.blog-bottom-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-bottom-social ul li {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	float: left;
	margin-right: 15px;
}
.blog-bottom-social ul li .fa {
	color: #f24b18;
	font-size: 25px;
}
.blog-categories {
	float: left;
}
.blog-categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-categories ul li {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	float: left;
	margin-right: 15px;
}
.blog-categories ul li a {
	background: #f24b18 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	padding: 10px 25px;
	text-decoration: none;
}
.blog-categories ul li a:hover {
	background: #f24b18 none repeat scroll 0 0;
	color: #fff;
}
/** package & deal **/

.package-deal-mid-part {
	margin: 0 auto;
	padding: 5% 0 0;
	width: 60%;
}
.package-deal-item {
	margin-bottom: 10%;
	overflow: hidden;
}
.package-deal-mid-part-left {
	overflow: hidden;
	padding-left: 0;
	position: relative;
}
.package-deal-discount {
	background: #f24b18 none repeat scroll 0 0;
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 16px;
	left: -60px;
	padding: 3% 18%;
	position: absolute;
	top: 0;
	transform: rotate(-30deg);
	width: 70%;
}
.package-deal-mid-part-right {
	padding: 0 0 0 10px;
}
.package-deal-heading {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.package-deal-heading-2 {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 28px;
}
.package-deal-details-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Light";
	font-size: 18px;
	margin-bottom: 2%;
}
.package-deal-details {
	color: #898989;
	font-family: "Conv_Larsseit-Light";
	font-size: 14px;
	margin-bottom: 4%;
}
.package-deal-btn {
}
.package-deal-btn a {
	border: 1px solid #f55525;
	border-radius: 50px;
	color: #f55525;
	display: inline-block;
	font-family: "Conv_Larsseit";
	font-size: 18px;
	padding: 10px 30px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.package-deal-btn a:hover {
	background: #f55525 none repeat scroll 0 0;
	border: 1px solid #f55525;
	color: #fff;
}
/** tour single **/

.banner-book-now-part {
	bottom: 24%;
	position: absolute;
	width: 49%;
}
.banner-book-now-part-inside {
	background: #fff none repeat scroll 0 0;
	padding: 6% 7% 4%;
}
.tour-single-name {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	/*height: 60px;*/
	letter-spacing: 2px;
	margin-bottom: 1%;
	text-transform: uppercase;
}
.tour-single-details-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 28px;
	/*height: 130px;*/
	line-height: 32px;
	margin-bottom: 3%;
}
.tour-single-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	/*height: 175px;*/
	line-height: 25px;
}
.tour-single-day-price {
	background: #1787a6 none repeat scroll 0 0;
	float: left;
	height: 80px;
	padding: 24px 7%;
	width: 71%;
}
.tour-single-day {
	color: #fff;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	line-height: 35px;
	width: 43%;
}
.tour-single-day img {
	float: left;
	margin-right: 15px;
	width: auto;
}
.tour-single-price {
	color: #fff;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	line-height: 35px;
	width: 57%;
}
.tour-single-price img {
	float: left;
	margin: 3px 15px 0 0;
	width: auto;
}
.tour-single-book-now {
	float: left;
	width: 29%;
}
.tour-single-book-now a {
	background: #f24b18 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "Conv_Larsseit";
	font-size: 20px;
	height: 80px;
	padding: 14% 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.tour-single-book-now a:hover {
	background: #67C103 none repeat scroll 0 0;
	color: #fff;
}
#owl-demo5 .owl-controls {
	margin-top: 0 !important;
}
#owl-demo5 .owl-buttons {
	position: absolute;
	top: 0;
}
#owl-demo5 .owl-pagination {
	display: none !important;
}
#owl-demo5 .prev-btn-1 {
	left: -15px !important;
	position: absolute;
	top: -42px !important;
	width: 60px;
}
#owl-demo5 .next-btn-1 {
	left: 26px !important;
	position: absolute;
	top: -42px !important;
	width: 60px;
}
.tour-single-banner-bottom {
	background: #f4f4f4 none repeat scroll 0 0;
	padding-bottom: 3%;
	position: relative;
}
.tour-highlight {
	background: #1787a6 none repeat scroll 0 0;
	height: 460px;
	margin-top: -11%;
	padding: 15px 20px;
}
.tour-highlight-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 3%;
}
.tour-highlight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tour-highlight ul li {
	background: rgba(0, 0, 0, 0) url("../images/tour-single-highlight-list-img.png") no-repeat scroll 0 7px;
	color: #fff;
	font-family: "Conv_Larsseit-Light";
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding-left: 13px;
}
.tour-map {
	margin-top: -11%;
	padding: 0;
}
.tour-map img {
	height: 460px;
}
.tour-single-mid-part {
	background: #f4f4f4 none repeat scroll 0 0;
	padding-bottom: 3%;
}
.tour-single-mid-part-left {
	padding: 0;
}
.tour-single-deperture {
	background: #67C103 none repeat scroll 0 0;
	padding: 3% 20% 3% 6%;
}
.tour-single-deperture-heading {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 24px;
	margin-bottom: 5px;
}
.tour-single-deperture-details {
	color: #fff;
	font-family: "Conv_Larsseit-Light";
	font-size: 15px;
	line-height: 25px;
}
.tour-single-deperture-details p {
	margin: 0;
}
.panel-part {
	background: #fff none repeat scroll 0 0;
	padding: 0 20% 3% 6%;
	position: relative;
}
.panel-part::after {
	background: #67c103 none repeat scroll 0 0;
	content: "";
	height: 49px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.panel-part ul {
	margin: 0;
}
.nav-tabs {
	position: relative;
	z-index: 999;
}
.tabs-left > li > a:hover {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #fff;
	color: #67C103;
}
.tab-content {
	padding: 8% 5% 4%;
}
.tab-pane {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	line-height: 27px;
}
.tour-single-mid-part-left-bottom {
	margin-top: 5%;
}
.tour-single-mid-part-left-bottom-image {
	position: relative;
}
.tour-single-mid-part-left-bottom-image img {
	width: 100%;
}
.tour-single-mid-part-left-bottom-image-content {
	position: absolute;
	top: 45px;
    width:100%;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 40%;
	width: auto;
}
.tour-single-mid-part-left-bottom-image-content-text {
	color: #fff;
	font-family: "Conv_Larsseit-Medium";
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 43px;
	margin: 5% auto 0;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
	width: 80%;
}
.tour-single-mid-part-left-bottom-content-area {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	padding: 4% 6%;
}
.tour-single-mid-part-left-bottom-content-heading {
	color: #2f2f2f;
	font-family: "Conv_Larsseit";
	font-size: 14px;
	margin-bottom: 2%;
}
.tour-single-mid-part-left-bottom-content-details {
	color: #4f4f4f;
	font-family: 'Conv_Larsseit-LightItalic';
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5%;
}
.tour-single-mid-part-left-bottom-content-btn a {
	border-bottom: 1px solid #f96c30;
	color: #f96c30;
	font-family: "Conv_Larsseit-MediumItalic";
	font-size: 14px;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}
.tour-single-mid-part-left-bottom-content-btn a:hover {
	border-bottom: 5px solid #f24b18;
	color: #f24b18;
}
.tour-single-bottom-part {
	background: #fff none repeat scroll 0 0;
	padding: 3% 0 0;
}
.tour-single-bottom-part-heading-small {
	color: #f24b18;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
.tour-single-bottom-part-heading-big {
	color: #2f2f2f;
	font-family: "Conv_Larsseit-Medium";
	font-size: 32px;
	margin-bottom: 2%;
	text-align: center;
}
.day-location-expand {
	border-bottom: 1px solid #b6b6b6;
	overflow: hidden;
	padding-bottom: 10px;
}
.day-part {
	color: #898989;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	width: 100px;
}
.location-part {
	color: #898989;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	width: 65%;
}
.expand-part {
	color: #898989;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	float: right;
}
.accordion-expand-holder {
	float: right;
}
.expand-part a {
	color: #898989 !important;
}

.expand-part a:hover {
	color: #898989;
}
#accordion2 .ui-accordion-header {

	margin: 0;
	padding: 20px 0 35px !important;
}
.location-part-name {
	color: #1787a6;
	float: left;
	font-family: "Conv_Larsseit";
	font-size: 15px;
	letter-spacing: 1px;
	width: 80%;
}
#accordion2 .ui-accordion-content {
	border-bottom: 1px solid #b6b6b6;
	font-family: "Conv_Larsseit-Light";
	font-size: 16px;
	padding: 10px;
	text-align: justify;
}
.offer-page-guide-name {
	font-family: "Conv_Larsseit";
	font-size: 22px;
	margin: 3% 0 1%;
}
.offer-page-guide-details {
	color: #4f4f4f;
	font-family: "Conv_Larsseit-Light";
	font-size: 15px;
}
/** menu **/
.home-menu {
    display: none !important;
}
#primary-menu .menu-book-now {
	background: #f24b18 none repeat scroll 0 0;
	margin-left: 20px;
	transition: all 0.5s ease 0s;
}
#primary-menu .menu-book-now a {
	padding: 15px 35px !important;
}
#primary-menu .menu-book-now:hover a {
	background: #67c103 none repeat scroll 0 0 !important;
	border-top: 8px solid #fff !important;
	color: #fff !important;
}
.mobile-footer-right-text {
	display: none;
}
.mr_social_sharing:last-child {
	display: none;
}
/* flexible content */
.single-page-inner-part {
    margin-bottom: 25px;
}
.single-page-inner {
    margin-top: -10%;
	padding: 4% 5.3%;
    width: 86%;
}
.single-page-inner h2 {
    font-family: "Conv_Larsseit";
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 2%;
}
.single-page-inner p {
    color: #2f2f2f;
    font-family: "Conv_Larsseit-Light";
    font-size: 18px;
    line-height: 26px;
}
.single-page-inner h3 {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 24px;
    margin-bottom: 2%;
}
.about-left-details a, .about-left-details a:hover {
    color: #F24B18;
    text-decoration: none;
}
.single-page-heading {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.single-mid-part {
}
.single-mid-part::before {
    display: none;
}
.single-mid-part::after {
    display: none;
}
.single-where-we-travel {
    background: #f4f4f4 none repeat scroll 0 0;
    overflow: hidden;
}
.single-where-we-travel-left {
    padding: 7% 3% 0 8.7%;
}
.single-where-we-travel-left .package-deal-btn {
    margin-top: 35px;
}
.single-where-we-travel-right {
    padding: 3% 4% 0 3%;
}
.single-where-we-travel-right .package-deal-btn {
    margin-top: 35px;
}
.single-where-we-travel-map {
    padding: 0;
}
.single-where-we-travel-map img {
	width: 100%;
}
.single-instagram-part {
    padding: 65px 0;
}
.single-instagram-part .home-about-part-heading {
    margin-bottom: 0;
}
.single-instagram-part .home-experience-heading {
    font-size: 40px;
    margin-bottom: 10px;
}
.single-instagram-part .about-left-big-text.text-center {
    margin: 0 auto 3%;
    width: 55%;
}
.single-details {
    color: #fff;
    font-family: "Conv_Larsseit";
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 2%;
    text-align: center;
    width: 58%;
}
.single-tour-discount {
    box-shadow: 0 1px 3px #000;
    margin: 0 auto 30px;
    width: 82%;
}
.single-tour-discount table {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}
.table-heading {
    background: #f24b18 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Conv_Larsseit";
    font-size: 16px;
    font-weight: 500;
    padding: 6px 14px;
}
.single-tour-discount table tr td {
    border-color: currentcolor currentcolor #eee;
    border-style: none none solid;
    border-width: medium medium 1px 0;
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 18px;
    font-weight: 500;
    padding: 25px 14px;
}
.single-tour-discount table, tr, th {
    border: medium none;
}
.single-tour-discount table tr:nth-child(2n) {
    background: #f4f4f4 none repeat scroll 0 0;
}
.single-tour-discount table tr td.green-text {
    color: #63a848;
}
.single-tour-discount table tr td a {
    color: #f24b18;
    text-decoration: none;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-tour-discount table tr td a:hover {
    color: #000;
}
.home-experience-part .home-about-part-heading2 {
    line-height: 40px;
    margin: 0 auto 1%;
    width: 50%;
}
.home-experience-part .home-about-part-details {
    margin: 0 auto 4%;
    width: 58%;
}
.single-instagram-part .home-about-part-heading2 {
    margin-bottom: 1%;
}
.single-instagram-part .home-about-part-details {
    margin: 0 auto 3%;
    width: 58%;
}
.home-experience-part-inner {
    position: relative;
    margin: 0 auto;
    width: 82%;
}
.home-experience-part-inner .item {
    padding: 0 5px 5px;
}
.home-experience-part-inner-image {
    bottom: -20px;
    height: 120px;
    left: 42%;
    position: relative;
    width: 120px;
}
.home-experience-part-inner-image img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.home-experience-part-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    margin-top: -35px;
    padding: 90px 0 50px;
}
.home-experience-part-inner-heading {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 24px;
    font-style: italic;
    margin-bottom: 5px;
    text-align: center;
}
.home-experience-part-inner-details {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 20px;
	line-height: 29px;
    margin: 0 auto;
    text-align: center;
    width: 71%;
}
.home-experience-part-inner-details-bottom {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 20px;
	line-height: 25px;
    margin: 25px auto 0;
    text-align: center;
    width: 27%;
}
.home-experience-part-inner-details-bottom a {
    color: #f55525;
    text-decoration: none;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.home-experience-part-inner-details-bottom a:hover {
    color: #f55525;
}
#owl-demo6 .owl-pagination {
    display: none;
}
#owl-demo6 .owl-prev {
    margin: 0;
    padding: 0;
}
#owl-demo6 .prev-btn-1 {
    left: 4px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50% !important;
}
#owl-demo6 .owl-next {
    margin: 0;
    padding: 0;
}
#owl-demo6 .next-btn-1 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px !important;
    top: 50% !important;
}
.single-fact-item {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 16px;
	line-height: 18px;
    margin: 3% 0;
    text-align: center;
}
.single-fact-item a, .single-fact-item a:hover {
    color: #f55525;
}
.single-fact-item img {
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}
.orange-text {
    color: #f24b18;
}
.single-fact-bottom {
    margin: 3% auto 0;
    width: 67%;
}
.single-fact-bottom ul {
    margin: 0;
    padding: 0;
}
.single-fact-bottom ul li {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.single-bottom-inner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    margin: 4% auto 2%;
    padding: 50px 80px;
    width: 70%;
}
.single-bottom-inner-heading-bottom {
    color: #2f2f2f;
    font-family: "Conv_Larsseit";
    font-size: 24px;
    line-height: 26px;
    margin: 0 auto 5%;
    width: 90%;
}
.single-bottom-logo {
    text-align: center;
}
.single-bottom-logo ul {
    margin: 0;
    padding: 0;
}
.single-bottom-logo ul li {
    display: inline-block;
    margin: 0 15px;
    width: 15%;
}
.single-bottom-logo ul li img {
    margin: 0 auto;
}
.single-bottom-inner-text {
    color: rgba(47, 47, 47, 0.6);
    font-family: "Conv_Larsseit-Light";
    font-size: 16px;
    line-height: 18px;
    margin: 5% auto 0;
    text-align: center;
    width: 85%;
}
.single-where-we-travel .about-left-details {
    line-height: 26px;
}
.single-mid-part .inside-banner-content-big-heading {
    margin-bottom: 15px;
}
.home-experience-part .home-about-part-heading {
    margin-bottom: 8px;
}
.single-video-part {
    position: relative;
}
.single-video-part-icon {
    height: 105px;
    left: 45.4%;
    position: absolute;
    top: 41.8%;
    width: 105px;
}
.image-gallery-part {
    padding: 75px 0 0;
}
ul.img-list {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.img-list li {
    display: inline-block;
    height: 218px;
	margin: 0 3px;
    overflow: hidden;
    position: relative;
    width: 24%;
}
.img-list li a img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.img-list li a:hover img {
	transform: scale(1.2);
}
.img-list li figcaption {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    padding: 3em;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s ease 0s;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.img-list li figcaption::before {
    border: 1px solid #fff;
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 5;
}
.img-list li p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0)
}
.img-list li a:hover figcaption:before, .img-list li a:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.img-list li a:hover img {
	opacity: 0.4
}
.img-list li .fa {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	margin: 0 auto;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	z-index: 5;
	color: #fff;
}
.img-list li a:hover p {
	opacity: 1;
}
.img-list li a:hover figcaption {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.count2 li {
    height: 445px;
    width: 49%;
}
.count2 li img {
    width: 100%;
}
.count3 li {
    height: 295px;
    width: 32.33%;
}
.count3 li img {
    width: 100%;
}

 @media only screen and (max-width : 320px) {
.home-menu {
	display: block !important;
}
.menu-toggle {
	display: none !important;
}
#responsive-menu-container {
	padding-top: 17% !important;
}
button.is-active {
	background: #1787a6 none repeat scroll 0 0 !important;
	border-radius: 0;
}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after {
	background-color: #fff !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	border-radius: 0 !important;
}
#responsive-menu li a {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}
.top-call {
	display: none;
}
.menu-top-call {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 20px;
}
.menu-top-call a {
	color: #fff;
}
.menu-top-call a:hover {
	color: #fff;
}
.top-social {
	display: none;
}
.menu-top-social {
	margin-top: 3% !important;
}
.menu-top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-top-social ul li {
	float: left;
	margin-right: 10px !important;
}
.menu-top-social ul li .fa {
	color: #fff;
	font-size: 22px;
	transition: all 0.5s ease 0s;
}
#responsive-menu li.menu-book-now a {
	background: #F24B18 none repeat scroll 0 0 !important;
	border: medium none !important;
}
#responsive-menu li.menu-book-now a:hover {
	background: #67C103 none repeat scroll 0 0 !important;
}
header {
	border-bottom: 3px solid #1787a6;
	padding-top: 5px;
}
.logo {
	margin-bottom: 2%;
	padding: 0;
	width: 85%;
}
.header-right {
	display: none;
}
.ms-slide-info {
	left: 10%;
	top: 25px;
	width: 80% !important;
}
.banner-text {
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 5%;
	text-align: center;
}
.banner-btn {
	text-align: center;
}
.banner-btn a {
	font-size: 14px;
	padding: 10px 30px;
}
.ms-nav-next, .ms-nav-prev {
	display: none;
}
.home-about-part {
	left: 0;
	margin-left: -2px;
	margin-top: -5px;
	padding: 4px 0;
	top: 0;
	width: 322px;
	position: relative;
}
.home-about-part-inside {
	padding: 20px;
}
.home-about-part-heading2 {
	line-height: 32px;
	margin-bottom: 5%;
}
.home-tour-part {
	margin-top: -11%;
}
.home-tour-part-inside-heading {
	margin-bottom: 2%;
	padding-right: 0;
	text-align: center;
}
.home-tour-part-inside-big-heading {
	line-height: 35px;
	padding-right: 0;
	text-align: center;
}
.our-tour-part {
	margin-bottom: 30%;
}
.our-tour-bottom-part-inside {
	bottom: -70px;
	width: 100%;
}
.our-tour-bottom-part-day {
	left: 30%;
}
.home-video-part {
	padding: 10% 0;
}
.home-video-left {
	padding: 0 10px;
	width: 100%;
}
.home-video-right {
	padding: 0 10px;
	width: 100%;
}
.home-video-right-heading {
	margin-bottom: 1%;
}
.home-review-top {
	width: 33%;
}
.home-review-top-left {
	margin-right: 0;
}
.home-review-top-right {
	text-align: center;
	width: 100%;
}
.home-review-heading {
	line-height: 35px;
}
.home-review-details {
	width: 100%;
}
.home-experience-heading {
	line-height: 45px;
	margin-bottom: 5%;
}
.home-experience-item {
	margin-bottom: 5%;
}
.home-experience-item img {
	width: 100%;
}
.home-experience-item-inside-details {
	height: auto;
}
#owl-demo .owl-item {
	width: 232px !important;
}
.footer-right-text {
	display: none;
}
.mobile-footer-right-text {
	color: #fff;
	display: block;
	font-family: "Conv_AnkeHand";
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5%;
	text-align: center;
}
.footer-left {
	margin-bottom: 5%;
	overflow: hidden;
}
.footer-tour {
	float: left;
	width: 50%;
}
.footer-tour-first {
	float: left;
	width: 100%;
}
.footer-tour ul li {
	margin-bottom: 5%;
}
.footer-tour ul li a {
	line-height: 20px;
}
.footer-tour-second {
	float: left;
	width: 100%;
}
.footer-info {
	float: left;
	width: 50%;
}
.footer-right {
	overflow: hidden;
	width: 100%;
}
.footer-social {
	float: left;
}
.footer-social ul li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.inside-page-title {
	top: 15px;
}
.inside-banner-text {
	font-size: 35px;
	line-height: 25px;
	top: 42px;
}
.tour-other-travel-part-heading {
	line-height: 50px;
	margin-bottom: 5%;
}
.inside-banner-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
	position: static;
	width: 100%;
}
.package-deal-mid-part {
	width: 90%;
}
.package-deal-mid-part-left {
	padding: 0;
}
.package-deal-discount {
	left: -42px;
	padding: 3% 15%;
	transform: rotate(-37deg);
	width: 75%;
}
.offer-page-inner {
	width: 100%;
}
.offer-page-big-text {
	font-size: 28px;
	line-height: 28px;
}
.about-left {
	padding: 3%;
}
.about-what-we-offer-item img {
	height: 205px;
}
.travel-info-top-big-heading {
	line-height: 35px;
	margin-bottom: 3%;
}
.travel-info-top-details {
	width: 100%;
}
.about-what-we-offer-item img {
	height: 155px;
}
.tour-info-bottom-item {
	margin-bottom: 5%;
}
.tour-info-bottom-content {
	height: auto;
}
#owl-demo4 .owl-prev {
	left: -23px;
	top: 65%;
}
#owl-demo4 .owl-next {
	left: 23px;
	top: 65%;
}
.tour-destination-encounter-right-heading {
	margin: 10% 0 2%;
}
.home-experience-item img {
	height: 155px;
}
.home-experience-item-inside-2 {
	height: auto;
}
.blog-bottom-part {
	background: rgba(0, 0, 0, 0) url("../images/blog-bottom-bg.jpg") no-repeat scroll 0 0 / 100% auto;
}
.blog-bottom-right {
	margin-top: 28%;
}
.blog-bottom-right-big-text {
	line-height: 35px;
}
.blog-post-content {
	width: 100%;
}
.blog-post-title {
	line-height: 30px;
}
.blog-post-upload-image {
	width: 100%;
}
.blog-post-upload-image-text {
	width: 100%;
}
.blog-post-content-2 {
	width: 100%;
}
.blog-post-upload-image-2 {
	width: 100%;
}
.blog-categories ul li {
	float: none;
	font-size: 16px;
	margin-bottom: 5%;
}
.blog-categories ul li a {
	display: inline-block;
	font-size: 14px;
}
.contact-left-big-text {
	line-height: 33px;
	margin-bottom: 3%;
}
.contact-left {
	height: auto;
}
.contact-right {
	height: 250px;
}
.contact-right iframe {
	height: 250px;
}
.contact-enquiry-form-area {
	width: 95%;
}
.banner-book-now-part {
	position: static;
	width: 100%;
}
#owl-demo5 .owl-buttons {
	top: -15px;
}
#owl-demo5 .next-btn-1 {
	left: 35px !important;
}
.tour-single-day-price {
	width: 100%;
}
.tour-single-day {
	font-size: 15px;
	width: 50%;
}
.tour-single-day img {
	margin-right: 10px;
}
.tour-single-price {
	font-size: 15px;
	width: 50%;
}
.tour-single-price img {
	margin: 3px 10px 0 0;
}
.tour-single-book-now {
	margin-top: 3%;
	width: 100%;
}
.tour-single-book-now a {
	padding: 9% 0;
}
.tour-single-banner-bottom .container {
	padding: 0;
}
.tour-highlight {
	height: auto;
	margin-top: 0;
}
.tour-map {
	margin-top: 0;
}
.tour-map img {
	height: auto;
}
.tour-single-deperture {
	padding: 5%;
}
.panel-part {
	padding: 0 5% !important;
}
.panel-part li {
	float: left !important;
	width: 32% !important;
}
.tour-single-mid-part-left-bottom-image-content {
	top: 20px;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 36%;
	width: 80px;
}
.tour-single-mid-part-left-bottom-image-content-text {
	font-size: 24px;
	line-height: 25px;
}
.tour-single-mid-part .container {
	padding: 0;
}
.tour-single-mid-part-left {
	padding: 0 15px;
}
#accordian-part {
	padding: 0;
}
.tour-single-mid-part-right {
	padding: 0;
}
.ui-accordion .ui-accordion-content {
	padding: 0 !important;

}
.day-part {
	padding: 0 5px;
	width: 30px;
}
.location-part {
	margin-left: 8px;
	width: 55%;
}
.expand-part {
	margin-right: 10px;
}
#accordion2 .ui-accordion-header {
	height: 49px;
	padding: 0 !important;
}
#accordion2 .day-part {
	background: #1787A6 none repeat scroll 0 0;
	padding: 14px 8px;
	color: #fff;
}
.mobile_day {
	display: none;
}
.location-part-name {
	padding: 5px 8px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 90% !important;
}
#accordion2 .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
	padding: 6% !important;
}
.tour-single-bottom-part-heading-big {
	line-height: 35px;
}
.home-logo-part ul li {
    width: 30%;
}
.single-instagram-part .about-left-big-text.text-center {
    width: 90%;
}
.single-details {
    width: 90%;
}
.single-tour-discount {
    width: 90%;
}
.home-experience-part .home-about-part-heading2 {
    width: 80%;
}
.home-experience-part .home-about-part-details {
    width: 90%;
}
.single-instagram-part .home-about-part-details {
    width: 90%;
}
.home-experience-part .home-about-part-heading2 {
    width: 90%;
}
.home-experience-part-inner {
    width: 100%;
}
.home-experience-part-inner-image {
    left: 30%;
}
.home-experience-part-inner-details {
    width: 90%;
}
#owl-demo6 .next-btn-1 {
    right: 27% !important;
    top: 95% !important;
}
#owl-demo6 .prev-btn-1 {
    left: 27% !important;
    top: 95% !important;
}
.single-bottom-inner {
    padding: 30px 20px;
    width: 100%;
}
.single-bottom-logo ul li {
    width: 35%;
}
.single-where-we-travel-left .package-deal-btn {
    margin: 35px 0 25px;
}
.image-hover {
    height: auto;
}
.single-video-part-icon {
    height: 45px;
    left: 41.4%;
    top: 39.8%;
    width: 45px;
}
.home-experience-part-inner-details-bottom {
    width: 80%;
}
.img-list li {
    height: auto;
    width: 100%;
}
}
 @media only screen and (min-width : 321px) and (max-width : 480px) {
.home-menu {
	display: block !important;
}
.menu-toggle {
	display: none !important;
}
button#responsive-menu-button {
	height: 62px !important;/*width: 62px !important;*/
}
#responsive-menu-container {
	padding-top: 17% !important;
	width: 85% !important;
}
button.is-active {
	background: #1787a6 none repeat scroll 0 0 !important;
	border-radius: 0;
}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after {
	background-color: #fff !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	border-radius: 0 !important;
}
#responsive-menu li a {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}
.top-call {
	display: none;
}
.menu-top-call {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 20px;
}
.menu-top-call a {
	color: #fff;
}
.menu-top-call a:hover {
	color: #fff;
}
.top-social {
	display: none;
}
.menu-top-social {
	margin-top: 3% !important;
}
.menu-top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-top-social ul li {
	float: left;
	margin-right: 10px !important;
}
.menu-top-social ul li .fa {
	color: #fff;
	font-size: 22px;
	transition: all 0.5s ease 0s;
}
#responsive-menu li.menu-book-now a {
	background: #F24B18 none repeat scroll 0 0 !important;
	border: medium none !important;
}
#responsive-menu li.menu-book-now a:hover {
	background: #67C103 none repeat scroll 0 0 !important;
}
header {
	border-bottom: 3px solid #1787a6;
	padding-top: 5px;
}
.logo {
	margin-bottom: 2%;
	padding: 0;
	width: 85%;
}
.header-right {
	display: none;
}
.ms-slide-info {
	left: 10%;
	top: 43px;
	width: 80% !important;
}
.banner-text {
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 5%;
	text-align: center;
}
.banner-btn {
	text-align: center;
}
.banner-btn a {
	font-size: 14px;
	padding: 10px 30px;
}
.ms-nav-next, .ms-nav-prev {
	display: none;
}
.home-about-part {
	left: 0;
	margin-left: -2px;
	margin-top: -5px;
	padding: 4px 0;
	top: 0;
	width: 322px;
	position: relative;
}
.home-about-part-inside {
	padding: 20px;
}
.home-about-part-heading2 {
	line-height: 32px;
	margin-bottom: 5%;
}
.home-tour-part {
	margin-top: -11%;
}
.home-tour-part-inside-heading {
	margin-bottom: 2%;
	padding-right: 0;
	text-align: center;
}
.home-tour-part-inside-big-heading {
	line-height: 35px;
	padding-right: 0;
	text-align: center;
}
.our-tour-part {
	margin-bottom: 30%;
}
.our-tour-bottom-part-inside {
	bottom: -70px;
	width: 100%;
}
.our-tour-bottom-part-day {
	left: 31%;
}
.home-video-part {
	padding: 10% 0;
}

.home-video-left {
	padding: 0 10px;
	width: 100%;
}
.home-video-right {
	padding: 0 10px;
	width: 100%;
}
.home-video-right-heading {
	margin-bottom: 1%;
}
.home-review-top {
	width: 33%;
}
.home-review-top-left {
	margin-right: 0;
}
.home-review-top-right {
	text-align: center;
	width: 100%;
}
.home-review-heading {
	line-height: 35px;
}
.home-review-details {
	width: 100%;
}
.home-experience-heading {
	line-height: 45px;
	margin-bottom: 5%;
}
.home-experience-item {
	margin-bottom: 5%;
}
.home-experience-item img {
	width: 100%;
}
.home-experience-item-inside-details {
	height: auto;
}
#owl-demo .owl-item {
	width: 265px !important;
}
.footer-right-text {
	display: none;
}
.mobile-footer-right-text {
	color: #fff;
	display: block;
	font-family: "Conv_AnkeHand";
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5%;
	text-align: center;
}
.footer-left {
	margin-bottom: 5%;
	overflow: hidden;
}
.footer-tour {
	float: left;
	width: 50%;
}
.footer-tour-first {
	float: left;
	width: 100%;
}
.footer-tour ul li {
	margin-bottom: 5%;
}
.footer-tour ul li a {
	line-height: 20px;
}
.footer-tour-second {
	float: left;
	width: 100%;
}
.footer-info {
	float: left;
	width: 50%;
}
.footer-right {
	overflow: hidden;
	width: 100%;
}
.footer-social {
	float: left;
}
.footer-social ul li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.inside-page-title {
	top: 25px;
}
.inside-banner-text {
	font-size: 35px;
	line-height: 25px;
	top: 52px;
}
.tour-other-travel-part-heading {
	line-height: 50px;
	margin-bottom: 5%;
}
.inside-banner-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
	position: static;
	width: 100%;
}
.package-deal-mid-part {
	width: 90%;
}
.package-deal-mid-part-left {
	padding: 0;
}
.package-deal-discount {
	left: -42px;
	padding: 3% 15%;
	transform: rotate(-37deg);
	width: 75%;
}
.offer-page-inner {
	width: 100%;
}
.offer-page-big-text {
	font-size: 28px;
	line-height: 28px;
}
.about-left {
	padding: 3%;
}
.about-what-we-offer-item img {
	height: 205px;
}
.travel-info-top-big-heading {
	line-height: 35px;
	margin-bottom: 3%;
}
.travel-info-top-details {
	width: 100%;
}
.tour-info-bottom-item {
	margin-bottom: 5%;
}
.tour-info-bottom-content {
	height: auto;
}
.tour-info-bottom-item img {
	width: 100%;
}
#owl-demo4 .owl-prev {
	left: -23px;
	top: 65%;
}
#owl-demo4 .owl-next {
	left: 23px;
	top: 65%;
}
.tour-destination-encounter-right-heading {
	margin: 10% 0 2%;
}
.home-experience-item img {
	height: 175px;
}
.about-what-we-offer-item img {
	height: 200px;
}
.home-experience-item-inside-2 {
	height: auto;
}
.blog-bottom-part {
	background: rgba(0, 0, 0, 0) url("../images/blog-bottom-bg.jpg") no-repeat scroll 0 0 / 100% auto;
}
.blog-bottom-right {
	margin-top: 28%;
}
.blog-bottom-right-big-text {
	line-height: 35px;
}
.blog-post-content {
	width: 100%;
}
.blog-post-title {
	line-height: 30px;
}
.blog-post-upload-image {
	width: 100%;
}
.blog-post-upload-image-text {
	width: 100%;
}
.blog-post-content-2 {
	width: 100%;
}
.blog-post-upload-image-2 {
	width: 100%;
}
.blog-categories {
	float: left;
	width: 100%;
}
.blog-categories ul li {
	float: none;
	font-size: 16px;
	margin-bottom: 5%;
}
.blog-categories ul li a {
	display: inline-block;
	font-size: 14px;
}
.contact-left-big-text {
	line-height: 33px;
	margin-bottom: 3%;
}
.contact-left {
	height: auto;
}
.contact-right {
	height: 250px;
}
.contact-right iframe {
	height: 250px;
}
.contact-enquiry-form-area {
	width: 95%;
}
.banner-book-now-part {
	position: static;
	width: 100%;
}
#owl-demo5 .owl-buttons {
	top: -15px;
}
#owl-demo5 .next-btn-1 {
	left: 35px !important;
}
.tour-single-day-price {
	width: 100%;
}
.tour-single-day {
	font-size: 15px;
	width: 50%;
}
.tour-single-day img {
	margin-right: 10px;
}
.tour-single-price {
	font-size: 15px;
	width: 50%;
}
.tour-single-price img {
	margin: 3px 10px 0 0;
}
.tour-single-book-now {
	margin-top: 3%;
	width: 100%;
}
.tour-single-book-now a {
	padding: 9% 0;
}
.tour-single-banner-bottom .container {
	padding: 0;
}
.tour-highlight {
	height: auto;
	margin-top: 0;
}
.tour-map {
	margin-top: 0;
}
.tour-map img {
	height: auto;
}
.tour-single-deperture {
	padding: 5%;
}
.panel-part {
	padding: 0 5% !important;
}
.panel-part li {
	float: left !important;
	width: 32% !important;
}
.tour-single-mid-part-left-bottom-image-content {
	top: 20px;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 36%;
	width: 80px;
}
.tour-single-mid-part-left-bottom-image-content-text {
	font-size: 24px;
	line-height: 25px;
}
.tour-single-mid-part .container {
	padding: 0;
}
.tour-single-mid-part-left {
	padding: 0 15px;
}
#accordian-part {
	padding: 0;
}
.tour-single-mid-part-right {
	padding: 0;
}
.ui-accordion .ui-accordion-content {
	padding: 0 !important;
}
.day-part {
	padding: 0 5px;
	width: 30px;
}
.location-part {
	margin-left: 8px;
	width: 55%;
}
.expand-part {
	margin-right: 10px;
}
#accordion2 .ui-accordion-header {
	height: 49px;
	padding: 0 !important;
}
#accordion2 .day-part {
	background: #1787A6 none repeat scroll 0 0;
	padding: 14px 8px;
	color: #fff;
}
.mobile_day {
	display: none;
}
.location-part-name {
	padding: 5px 8px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 90% !important;
}
#accordion2 .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
	padding: 6% !important;
}
.tour-single-bottom-part-heading-big {
	line-height: 35px;
}
.home-logo-part ul li {
    width: 30%;
}
.single-instagram-part .about-left-big-text.text-center {
    width: 90%;
}
.single-details {
    width: 90%;
}
.home-experience-part .home-about-part-details {
    width: 100%;
}
.single-instagram-part .home-about-part-details {
    width: 90%;
}
.home-experience-part .home-about-part-heading2 {
    width: 90%;
}
.home-experience-part-inner {
    width: 100%;
}
.home-experience-part-inner-image {
    left: 31%;
}
.home-experience-part-inner-details {
    width: 90%;
}
#owl-demo6 .next-btn-1 {
    right: 27% !important;
    top: 95% !important;
}
#owl-demo6 .prev-btn-1 {
    left: 27% !important;
    top: 95% !important;
}
.single-bottom-inner {
    padding: 30px 20px;
    width: 100%;
}
.single-bottom-logo ul li {
    width: 35%;
}
.single-where-we-travel-left .package-deal-btn {
    margin: 35px 0 25px;
}
.image-hover {
    height: auto;
}
.single-video-part-icon {
    height: 45px;
    left: 43.4%;
    top: 39.8%;
    width: 45px;
}
.home-experience-part-inner-details-bottom {
    width: 80%;
}
.img-list li {
    height: auto;
    width: 100%;
}
}
 @media only screen and (min-width : 481px) and (max-width : 767px) {
.home-menu {
	display: block !important;
}
.menu-toggle {
	display: none !important;
}
button#responsive-menu-button {
	height: 62px !important;/*width: 62px !important;*/
}
#responsive-menu-container {
	padding-top: 9% !important;
	width: 92% !important;
}
button.is-active {
	background: #1787a6 none repeat scroll 0 0 !important;
	border-radius: 0;
}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after {
	background-color: #fff !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	border-radius: 0 !important;
}
#responsive-menu li a {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}
.top-call {
	display: none;
}
.menu-top-call {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 20px;
}
.menu-top-call a {
	color: #fff;
}
.menu-top-call a:hover {
	color: #fff;
}
.top-social {
	display: none;
}
.menu-top-social {
	margin-top: 3% !important;
}
.menu-top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-top-social ul li {
	float: left;
	margin-right: 10px !important;
}
.menu-top-social ul li .fa {
	color: #fff;
	font-size: 22px;
	transition: all 0.5s ease 0s;
}
#responsive-menu li.menu-book-now a {
	background: #F24B18 none repeat scroll 0 0 !important;
	border: medium none !important;
}
#responsive-menu li.menu-book-now a:hover {
	background: #67C103 none repeat scroll 0 0 !important;
}
header {
	border-bottom: 3px solid #1787a6;
	padding-top: 5px;
}
.logo {
	margin-bottom: 2%;
	padding: 0;
	width: 85%;
}
.header-right {
	display: none;
}
.ms-slide-info {
	left: 10%;
	top: 35px;
	width: 80% !important;
}
.banner-text {
	font-size: 70px;
	line-height: 65px;
	margin-bottom: 5%;
	text-align: center;
}
.banner-btn {
	text-align: center;
}
.banner-btn a {
	font-size: 14px;
	padding: 10px 30px;
}
.ms-nav-next, .ms-nav-prev {
	display: none;
}
.home-about-part {
	left: 35px;
	margin-left: -2px;
	margin-top: -5px;
	padding: 4px 0 0 5px;
	position: relative;
	top: -100px;
	width: 90%;
}
.home-about-part-inside {
	padding: 20px;
}
.home-about-part-heading2 {
	line-height: 32px;
	margin-bottom: 5%;
}
.home-tour-part {
	margin-top: -20%;
}
.home-tour-part-inside-heading {
	margin-bottom: 2%;
	padding-right: 0;
	text-align: center;
}
.home-tour-part-inside-big-heading {
	line-height: 35px;
	padding-right: 0;
	text-align: center;
}
.our-tour-part {
	float: left;
	margin-bottom: 15%;
	width: 50%;
}
.our-tour-part img {
	height: 190px;
}
.our-tour-bottom-part-inside {
	bottom: -68px;
	font-size: 17px;
	width: 100%;
}
.our-tour-bottom-part-day {
	left: 31%;
}
.home-video-part {
	padding: 10% 0;
}
.home-video-left {
	padding: 0 10px;
	width: 100%;
}
.home-video-right {
	padding: 0 10px;
	width: 100%;
}
.home-video-right-heading {
	margin-bottom: 1%;
}
.home-review-top {
	width: 16%;
}
.home-review-top-left {
	margin-right: 0;
}
.home-review-top-right {
	text-align: center;
	width: 100%;
}
.home-review-heading {
	line-height: 35px;
}
.home-review-details {
	width: 100%;
}
.home-experience-heading {
	line-height: 45px;
	margin-bottom: 5%;
}
.home-experience-item {
	float: left;
	margin-bottom: 2%;
	width: 33%;
}
.home-experience-item img {
	width: 100%;
}
.home-experience-item-inside-heading {
	font-size: 18px;
	height: 115px;
}
.home-experience-item-inside-details {
	height: 425px;
}
#owl-demo .owl-item {
	width: 163px !important;
}
.footer-right-text {
	display: none;
}
.mobile-footer-right-text {
	color: #fff;
	display: block;
	font-family: "Conv_AnkeHand";
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 2%;
	padding-left: 15px;
}
.footer-left {
	margin-bottom: 5%;
	overflow: hidden;
}
.footer-tour {
	float: left;
	width: 50%;
}
.footer-tour-first {
	float: left;
	width: 100%;
}
.footer-tour ul li {
	margin-bottom: 5%;
}
.footer-tour ul li a {
	line-height: 20px;
}
.footer-tour-second {
	float: left;
	width: 100%;
}
.footer-info {
	float: left;
	width: 50%;
}
.footer-right {
	overflow: hidden;
	width: 100%;
}
.footer-social {
	float: left;
}
.footer-social ul li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.inside-page-title {
	top: 70px;
}
.inside-banner-text {
	font-size: 35px;
	line-height: 25px;
	top: 100px;
}
.tour-other-travel-part-heading {
	line-height: 50px;
	margin-bottom: 5%;
}
.inside-banner-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
	position: static;
	width: 100%;
}
.package-deal-mid-part {
	width: 90%;
}
.package-deal-mid-part-left {
	padding: 0;
}
.package-deal-item {
	float: left;
	margin-bottom: 5%;
	padding: 0 10px;
	width: 50%;
}
.package-deal-discount {
	left: -42px;
	padding: 3% 15%;
	transform: rotate(-37deg);
	width: 75%;
}
.offer-page-inner {
	width: 85%;
}
.offer-page-big-text {
	font-size: 28px;
	line-height: 28px;
}
.about-left {
	margin: -25% auto 0;
	padding: 3%;
	width: 85%;
}
.about-right {
	margin: 0 auto;
	width: 85%;
}
.about-what-we-offer-item img {
	height: 205px;
}
.travel-info-top-big-heading {
	line-height: 35px;
	margin-bottom: 3%;
}
.travel-info-top-details {
	width: 100%;
}
.tour-info-bottom-item {
	float: left;
	margin-bottom: 5%;
	width: 50%;
}
.tour-info-bottom-content {
	height: 100px;
}
.tour-info-bottom-item img {
	width: 100%;
}
#owl-demo4 .owl-prev {
	left: -23px;
	top: 84%;
}
#owl-demo4 .owl-next {
	left: 23px;
	top: 84%;
}
.tour-destination-encounter-right-heading {
	margin: 3% 0 2%;
}
.home-experience-item img {
	height: 135px;
}
.about-what-we-offer-item img {
	height: 130px;
}
.home-experience-item-inside-2 {
	height: 530px;
}
.blog-bottom-part {
	background: rgba(0, 0, 0, 0) url("../images/blog-bottom-bg.jpg") no-repeat scroll 0 0 / 100% auto;
}
.blog-bottom-right {
	margin-top: 28%;
}
.blog-bottom-right-big-text {
	line-height: 35px;
}
.blog-post-content {
	width: 85%;
}
.blog-post-upload-image {
	width: 85%;
}
.blog-post-upload-image-text {
	width: 85%;
}
.blog-post-content-2 {
	width: 85%;
}
.blog-post-upload-image-2 {
	width: 85%;
}
.blog-categories ul li a {
	display: inline-block;
	font-size: 14px;
}
.contact-left-big-text {
	line-height: 33px;
	margin-bottom: 3%;
}
.contact-left {
	height: auto;
	padding: 4% 3% 0 10%;
}
.contact-right {
	height: 330px;
}
.contact-right iframe {
	height: 330px;
}
.contact-enquiry-form-area {
	width: 95%;
}
.banner-book-now-part {
	position: static;
	width: 100%;
}
#owl-demo5 .owl-buttons {
	top: -15px;
}
#owl-demo5 .next-btn-1 {
	left: 35px !important;
}
.banner-book-now-part-inside {
	padding: 3% 1% 1%;
}
.tour-single-day {
	font-size: 15px;
	width: 50%;
}
.tour-single-day img {
	margin-right: 10px;
}
.tour-single-price {
	font-size: 15px;
	width: 50%;
}
.tour-single-price img {
	margin: 3px 10px 0 0;
}
.tour-single-banner-bottom .container {
	padding: 0;
}
.tour-highlight {
	height: auto;
	margin-top: 0;
}
.tour-map {
	margin-top: 0;
}
.tour-map img {
	height: auto;
}
.tour-single-deperture {
	padding: 5%;
}
.panel-part {
	padding: 0 5% !important;
}
.panel-part li {
	float: left !important;
	width: 32% !important;
}
.tour-single-mid-part-left-bottom-image-content {
	left: 2%;
	top: 65px;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 40%;
}
.tour-single-mid-part .container {
	padding: 0;
}
.tour-single-mid-part-left {
	padding: 0 15px;
}
#accordian-part {
	padding: 0;
}
.tour-single-mid-part-right {
	padding: 0;
}
.ui-accordion .ui-accordion-content {
	padding: 0 !important;
}
.day-part {
	padding: 0 5px;
	width: 30px;
}
.location-part {
	margin-left: 8px;
	width: 55%;
}
.expand-part {
	margin-right: 10px;
}
#accordion2 .ui-accordion-header {
	height: 49px;
	padding: 0 !important;
}
#accordion2 .day-part {
	background: #1787A6 none repeat scroll 0 0;
	padding: 14px 8px;
	color: #fff;
}
.mobile_day {
	display: none;
}
.location-part-name {
	padding: 5px 8px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 90% !important;
}
#accordion2 .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
	padding: 6% !important;
}
.tour-single-bottom-part-heading-big {
	line-height: 35px;
}
.home-logo-part ul li {
    width: 13%;
}
.single-instagram-part .home-about-part-details {
    width: 90%;
}
.home-experience-part .home-about-part-heading2 {
    width: 90%;
}
.home-experience-part-inner {
    width: 100%;
}
.home-experience-part-inner-image {
    left: 40%;
}
.home-experience-part-inner-details {
    width: 90%;
}
#owl-demo6 .next-btn-1 {
    right: 40% !important;
    top: 93% !important;
}
#owl-demo6 .prev-btn-1 {
    left: 40% !important;
    top: 93% !important;
}
.single-bottom-inner {
    padding: 30px 20px;
    width: 100%;
}
.single-bottom-logo ul li {
    width: 18%;
}
.single-instagram-part .about-left-big-text.text-center {
    width: 100%;
}
.single-details {
    width: 90%;
}
.single-tour-discount {
    width: 100%;
}
.home-experience-part .home-about-part-details {
    width: 90%;
}
.single-where-we-travel-left .package-deal-btn {
    margin: 35px 0 25px;
}
.image-hover {
    height: 110px;
}
.single-video-part-icon {
    height: 75px;
    left: 43.4%;
    top: 38.8%;
    width: 75px;
}
.home-experience-part-inner-details-bottom {
    width: 45%;
}
.img-list li {
    height: auto;
    width: 49%;
}
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home-menu {
	display: block !important;
}
.menu-toggle {
	display: none !important;
}
button#responsive-menu-button {
	height: 62px !important;/*width: 62px !important;*/
}
#responsive-menu-container {
	padding-top: 9% !important;
	width: 94% !important;
}
button.is-active {
	background: #1787a6 none repeat scroll 0 0 !important;
	border-radius: 0;
}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after {
	background-color: #fff !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
	border-radius: 0 !important;
}
#responsive-menu li a {
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}
.top-call {
	display: none;
}
.menu-top-call {
	color: #fff;
	font-family: "Conv_Larsseit";
	font-size: 20px;
}
.menu-top-call a {
	color: #fff;
}
.menu-top-call a:hover {
	color: #fff;
}
.top-social {
	display: none;
}
.menu-top-social {
	margin-top: 3% !important;
}
.menu-top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-top-social ul li {
	float: left;
	margin-right: 10px !important;
}
.menu-top-social ul li .fa {
	color: #fff;
	font-size: 22px;
	transition: all 0.5s ease 0s;
}
#responsive-menu li.menu-book-now a {
	background: #F24B18 none repeat scroll 0 0 !important;
	border: medium none !important;
}
#responsive-menu li.menu-book-now a:hover {
	background: #67C103 none repeat scroll 0 0 !important;
}
header {
	border-bottom: 3px solid #1787a6;
	padding-top: 5px;
}
.logo {
	margin-bottom: 2%;
	padding: 0;
	width: 85%;
}
.header-right {
	display: none;
}
.ms-slide-info {
	left: 10%;
	top: 70px;
	width: 80% !important;
}
.banner-text {
	font-size: 70px;
	line-height: 65px;
	margin-bottom: 5%;
	text-align: center;
}
.banner-btn {
	text-align: center;
}
.banner-btn a {
	font-size: 14px;
	padding: 10px 30px;
}
.ms-nav-next, .ms-nav-prev {
	display: none;
}
.home-about-part {
	left: 35px;
	margin-left: -2px;
	margin-top: -5px;
	padding: 4px 0 0 5px;
	position: relative;
	top: -130px;
	width: 90%;
}
.home-about-part-inside {
	padding: 20px;
}
.home-about-part-heading2 {
	line-height: 32px;
	margin-bottom: 5%;
}
.home-tour-part {
	margin-top: -20%;
}
.home-tour-part-inside-heading {
	margin-bottom: 2%;
	padding-right: 0;
	text-align: center;
}
.home-tour-part-inside-big-heading {
	line-height: 35px;
	padding-right: 0;
	text-align: center;
}
.our-tour-part {
	float: left;
	margin-bottom: 12%;
	width: 50%;
}
.our-tour-part img {
	height: 190px;
}
.our-tour-bottom-part-inside {
	bottom: -68px;
	font-size: 20px;
	width: 100%;
}
.our-tour-bottom-part-day {
	left: 34%;
}
.home-video-part {
	padding: 10% 0;
}
.home-video-left {
	float: left;
	padding: 0 10px;
	width: 50%;
}
.home-video-right {
	float: left;
	padding: 0 3px;
	width: 50%;
}
.home-video-right-heading {
	margin-bottom: 1%;
}
.home-review-top {
	width: 14%;
}
.home-review-top-left {
	margin-right: 0;
}
.home-review-top-right {
	text-align: center;
	width: 100%;
}
.home-review-heading {
	line-height: 35px;
}
.home-review-details {
	width: 100%;
}
.home-experience-heading {
	line-height: 45px;
	margin-bottom: 5%;
}
.home-experience-item {
	float: left;
	margin-bottom: 2%;
	width: 33%;
}
.home-experience-item img {
	width: 100%;
}
.home-experience-item-inside-heading {
	font-size: 18px;
	height: 55px;
}
.home-experience-item-inside-details {
	height: 315px;
}
#owl-demo .owl-item {
	width: 192px !important;
}
.footer-right-text {
	display: none;
}
.mobile-footer-right-text {
	color: #fff;
	display: block;
	font-family: "Conv_AnkeHand";
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 2%;
	padding-left: 15px;
}
.footer-left {
	margin-bottom: 5%;
	overflow: hidden;
}
.footer-tour {
	float: left;
	width: 50%;
}
.footer-tour-first {
	float: left;
	width: 100%;
}
.footer-tour ul li {
	margin-bottom: 5%;
}
.footer-tour ul li a {
	line-height: 20px;
}
.footer-tour-second {
	float: left;
	width: 100%;
}
.footer-info {
	float: left;
	width: 50%;
}
.footer-right {
	overflow: hidden;
	width: 100%;
}
.footer-social {
	float: left;
}
.footer-social ul li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.inside-page-title {
	top: 90px;
}
.inside-banner-text {
	font-size: 55px;
	line-height: 45px;
	top: 115px;
}
.tour-other-travel-part-heading {
	line-height: 50px;
	margin-bottom: 5%;
}
.inside-banner-content {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
	position: static;
	width: 100%;
}
.package-deal-mid-part {
	width: 90%;
}
.package-deal-mid-part-left {
	padding: 0;
}
.package-deal-item {
	float: left;
	margin-bottom: 5%;
	padding: 0 10px;
	width: 50%;
}
.package-deal-discount {
	left: -42px;
	padding: 3% 15%;
	transform: rotate(-37deg);
	width: 75%;
}
.offer-page-inner {
	width: 85%;
}
.offer-page-big-text {
	font-size: 28px;
	line-height: 28px;
}
.about-left {
	margin: -25% auto 0;
	padding: 3%;
	width: 85%;
}
.about-right {
	margin: 0 auto;
	width: 85%;
}
.about-what-we-offer-item img {
	height: 205px;
}
.travel-info-top-big-heading {
	line-height: 35px;
	margin-bottom: 3%;
}
.travel-info-top-details {
	width: 100%;
}
.tour-info-bottom-item {
	float: left;
	margin-bottom: 5%;
	width: 50%;
}
.tour-info-bottom-content {
	height: 110px;
}
.tour-info-bottom-item img {
	width: 100%;
}
#owl-demo1 .owl-prev {
	left: 3px;
}
#owl-demo1 .owl-next {
	right: 2px;
}
.tour-destination-encounter-left {
	float: left;
	width: 65%;
}
#owl-demo4 .owl-prev {
	left: -23px;
 	top: 79%;
}
#owl-demo4 .owl-next {
	left: 23px;
	top: 79%;
}
.tour-destination-encounter-right {
	float: left;
	padding: 0;
	width: 35%;
}
.tour-destination-encounter-right-heading {
	margin: 3% 0 2%;
}
.home-experience-item img {
	height: 135px;
}
.about-what-we-offer-item img {
	height: 130px;
}
.home-experience-item-inside-2 {
	height: 530px;
}
.blog-bottom-part {
	background: rgba(0, 0, 0, 0) url("../images/blog-bottom-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	padding: 7% 0 5%;
}
.blog-bottom-right {
	margin-top: 0;
	width: 65%;
}
.blog-bottom-right-big-text {
	line-height: 35px;
}
.blog-post-content {
	width: 85%;
}
.blog-post-upload-image {
	width: 85%;
}
.blog-post-upload-image-text {
	width: 85%;
}
.blog-post-content-2 {
	width: 85%;
}
.blog-post-upload-image-2 {
	width: 85%;
}
.blog-categories ul li a {
	display: inline-block;
	font-size: 14px;
}
.contact-left-big-text {
	line-height: 33px;
	margin-bottom: 3%;
}
.contact-left {
	height: auto;
	padding: 4% 3% 0 10%;
}
.contact-right {
	height: 330px;
}
.contact-right iframe {
	height: 330px;
}
.contact-enquiry-form-area {
	width: 95%;
}
.banner-book-now-part {
	position: static;
	width: 100%;
}
#owl-demo5 .owl-buttons {
	top: -15px;
}
#owl-demo5 .next-btn-1 {
	left: 35px !important;
}
.banner-book-now-part-inside {
	padding: 3% 1% 1%;
}
.tour-single-day {
	font-size: 15px;
	width: 50%;
}
.tour-single-day img {
	margin-right: 10px;
}
.tour-single-price {
	font-size: 15px;
	width: 50%;
}
.tour-single-price img {
	margin: 3px 10px 0 0;
}
.tour-single-banner-bottom .container {
	padding: 0;
}
.tour-highlight {
	height: auto;
	margin-top: 0;
}
.tour-map {
	margin-top: 0;
}
.tour-map img {
	height: auto;
}
.tour-single-deperture {
	padding: 5%;
}
.panel-part {
	padding: 0 5% !important;
}
.panel-part li {
	float: left !important;
	width: 32% !important;
}
.tour-single-mid-part-left-bottom-image-content {
	left: 2%;
	top: 65px;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 40%;
}
.tour-single-mid-part .container {
	padding: 0;
}
.tour-single-mid-part-left {
	padding: 0 15px;
}
#accordian-part {
	padding: 0;
}
.tour-single-mid-part-right {
	padding: 0;
}
.ui-accordion .ui-accordion-content {
	padding: 0 !important;
}
.day-part {
	padding: 0 5px;
	width: 30px;
}
.location-part {
	margin-left: 8px;
	width: 55%;
}
.expand-part {
	margin-right: 10px;
}
#accordion2 .ui-accordion-header {
	height: 49px;
	padding: 0 !important;
}
#accordion2 .day-part {
	background: #1787A6 none repeat scroll 0 0;
	padding: 14px 8px;
	color: #fff;
}
.mobile_day {
	display: none;
}
.location-part-name {
	padding: 5px 8px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 90% !important;
}
#accordion2 .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom {
	padding: 3% !important;
}
.tour-single-bottom-part-heading-big {
	line-height: 35px;
}
.single-where-we-travel-left {
    padding: 7% 3% 0 4.7%;
}
.single-where-we-travel-left .package-deal-btn {
    margin: 35px 0 25px;
}
.single-tour-discount {
    width: 95%;
}
.home-experience-part .home-about-part-details {
    width: 80%;
}
.image-hover {
    height: 120px;
}
.home-experience-item-inside-heading {
    height: 110px;
}
.single-instagram-part .home-about-part-details {
    width: 80%;
}
.single-video-part-icon {
    height: 85px;
    left: 43.4%;
    top: 41.8%;
    width: 85px;
}
.home-experience-part-inner-details-bottom {
    width: 45%;
}
.single-bottom-inner {
    width: 85%;
}
.home-logo-part ul li {
    width: 13%;
}
.img-list li {
    height: auto;
    width: 49%;
}
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header-right {
	width: 40%;
}
.ms-slide-info {
	left: 4%;
	top: 30px;
}
.banner-text {
	margin-bottom: 3%;
}
.home-about-part {
    bottom: -40px;
    left: 4%;
}
.home-tour-part {
	background: rgba(0, 0, 0, 0) url("../images/home-experience-bg.png") no-repeat scroll -95px 0;
	margin-top: -4%;
}
.our-tour-bottom-part-inside {
	bottom: -70px;
	font-size: 18px;
	width: 293px;
}
.home-experience-item-inside-heading {
	height: 90px;
	font-size: 18px;
}
#owl-demo .owl-item {
	width: 120px !important;
}
.footer-left {
	width: 63% !important;
}
.footer-right {
	width: 37% !important;
}
.footer-right-text {
	font-size: 22px;
}
.inside-page-title {
	top: 75px;
}
.inside-banner-text {
	top: 100px;
}
.inside-banner-content {
	background: rgba(0, 0, 0, 0) url("../images/inside-banner-content-bg.png") no-repeat scroll 0 0 / 100% 100%;
	bottom: 0;
	left: 5%;
	width: 70%;
}
.home-experience-item-inside-details {
	height: 250px;
}
.package-deal-mid-part {
	width: 80%;
}
.offer-page-inner {
	width: 80%;
}
.about-left {
	padding: 2% 1% 3% 2%;
}
.about-left-big-blue-text {
	font-size: 20px;
}
.about-what-we-offer-item img {
	height: 200px;
}
.tour-info-bottom-item-name {
	font-size: 18px;
}
#owl-demo1 .owl-prev {
	top: 30%;
}
#owl-demo1 .owl-next {
	top: 30%;
}
.contact-left {
	height: 475px;
}
.contact-right {
	height: 475px;
}
.contact-right iframe {
	height: 475px;
}
.banner-book-now-part {
	bottom: 20%;
	width: 70%;
}
.tour-single-details-heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 1%;
}
.tour-single-details-heading p {
	margin-bottom: 0;
}
.tour-single-details {
	font-size: 14px;
}
.tour-highlight-heading {
	font-size: 22px;
	margin-bottom: 1%;
}
.tour-highlight ul li {
	font-size: 13px;
}
.tabs-left > li {
	width: 90px !important;
}
.tour-single-mid-part-left-bottom-image-content img {
	margin-left: 35%;
}
.tour-single-mid-part-left-bottom-image-content-text {
	font-size: 30px;
	line-height: 34px;
}
.day-part {
	width: 60px;
}
.tour-info-bottom-content {
	height: 145px;
}
.single-where-we-travel-left {
    padding: 3% 3% 1% 5%;
}
.single-where-we-travel-map img {
    height: 540px;
    width: 100%;
}
.home-experience-part .home-about-part-details {
    width: 70%;
}
.image-hover {
    height: 165px;
}
.single-video-part-icon {
    height: 90px;
    left: 43.4%;
    top: 39.8%;
    width: 90px;
}
.home-experience-part-inner-details-bottom {
    width: 40%;
}
.home-logo-part ul li {
    width: 13%;
}
.home-about-part-inside {
    padding: 20px 20px 15px;
}
.home-experience-item-inside-2 {
    height: 440px;
}
}
@media screen and (min-width : 685px) and (max-width : 767px) {
.home-tour-part {
    margin-top: -13%;
}
}
 @media screen and (min-width : 783px) and (max-width : 950px) {
header {
    border-bottom: 3px solid #1787a6;
}
.primary-navigation {
    display: none;
}
.header-right {
    display: none;
}
.home-menu {
    display: block !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    border-radius: 0 !important;
}
.is-active .responsive-menu-inner, .is-active .responsive-menu-inner::before, .is-active .responsive-menu-inner::after {
    background-color: #fff;
}
button#responsive-menu-button {
    height: 62px !important;
}
button.is-active {
    background: #1787a6 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
}
#responsive-menu-container {
    padding-top: 9% !important;
    width: 94% !important;
}
#responsive-menu li.menu-book-now a {
    background: #f24b18 none repeat scroll 0 0 !important;
    border: medium none !important;
}
.menu-top-call {
    color: #fff !important;
    font-family: "Conv_Larsseit" !important;
    font-size: 20px !important;
}
.menu-top-call a, .menu-top-call a:hover {
    color: #fff !important;
}
.menu-top-social {
    margin-top: 3% !important;
}
.menu-top-social ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.menu-top-social ul li {
    float: left !important;
    margin-right: 10px !important;
}
.menu-top-social ul li .fa, .menu-top-social ul li .fa:hover {
    color: #fff !important;
    font-size: 22px !important;
}
}
 @media screen and (min-width : 1025px) and (max-width : 1200px) {
.header-right {
    width: 41%;
}
.home-about-part {
    bottom: -150px;
}
.home-about-part-inside {
    padding: 20px 18px 15px;
}
.home-tour-part-inside {
    padding: 115px 0 2%;
}
.our-tour-bottom-part-inside {
    bottom: -70px;
    font-size: 18px;
    width: 100%;
}
.home-experience-item-inside-details {
    height: 290px;
}
.single-where-we-travel-map img {
    height: 520px;
}
.home-experience-item-inside-heading {
    font-size: 20px;
    height: 80px;
    line-height: 24px;
}
.inside-banner-content {
    width: 65%;
}
.inside-banner-content-inside {
    padding: 3% 3% 5px;
}
.home-experience-item-inside-2 {
    height: 440px;
}
.tour-info-bottom-item-name {
    font-size: 18px;
}
.single-where-we-travel-left {
    padding: 6% 3% 0 8.7%;
}
.single-where-we-travel-map img {
    height: 560px;
}
.inside-page-title {
    top: 120px;
}
.inside-banner-text {
    top: 150px;
}
}
 @media screen and (min-width: 1424px) {
.primary-navigation li {
	height: 61px !important;
	line-height: 35px !important;
}
#primary-menu .menu-book-now:hover a {
    margin-top: -12px !important;
    padding: 15px 35px !important;
}
.ms-slide-info {
	left: 14%;
}
.home-about-part {
	left: 12%;
	width: 635px;
}
.home-tour-part {
	background: rgba(0, 0, 0, 0) url("../images/home-experience-bg.png") no-repeat scroll 0 -1px / 96% auto;
	padding-top: 38px;
}
.home-tour-part-inside::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
}
.home-review-top {
	width: 13%;
}
footer::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
	top: -7px;
}
.footer-left {
	width: 60%;
}
.footer-right {
	width: 40%;
}
.inside-banner-content {
	left: 12%;
}
.tour-mid-part::after {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
}
.offer-page-inner {
	width: 70%;
}
.contact-left {
	padding: 4% 3% 4% 14%;
}
.single-page-inner {
    width: 86%;
}
.single-where-we-travel-right {
    padding: 3% 6% 0 3%;
}
}
 @media screen and (min-width: 1624px) {
.primary-navigation li {
	height: 60px !important;
	line-height: 34px !important;
}
#primary-menu .menu-book-now {
	height: 61px !important;
	line-height: 34px !important;
}
#primary-menu .menu-book-now:hover a {
    margin-top: -11px !important;
    padding: 15px 35px !important;
}
.ms-slide-info {
	left: 17%;
}
.home-about-part {
	left: 15%;
	width: 635px;
}
.home-tour-part {
	background: rgba(0, 0, 0, 0) url("../images/home-experience-bg.png") no-repeat scroll 125px 1px / 83% auto;
}
.home-tour-part-inside::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
}
.home-review-top {
	width: 13%;
}
footer::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
	top: -7px;
}
.footer-left {
	width: 60%;
}
.footer-right {
	width: 40%;
}
.inside-banner-content {
	left: 16%;
}
.tour-mid-part::after {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
}
.offer-page-inner {
	width: 70%;
}
.contact-left {
	padding: 4% 3% 4% 18%;
}
.single-page-inner {
    width: 86%;
}
.single-where-we-travel-right {
    padding: 5% 8% 0 3%;
}
}
 @media screen and (min-width: 1920px) {
.primary-navigation li {
	height: 60px !important;
	line-height: 34px !important;
}
#primary-menu .menu-book-now {
	height: 61px !important;
	line-height: 34px !important;
}
#primary-menu .menu-book-now:hover a {
    margin-top: -11px !important;
    padding: 15px 35px !important;
}
.ms-slide-info {
	left: 23%;
	width: 55% !important;
}
.home-about-part {
    bottom: -60px;
    left: 20%;
    width: 635px;
}
.home-tour-part {
	background: rgba(0, 0, 0, 0) url("../images/home-experience-bg.png") no-repeat scroll 285px 1px / 70% auto;
}
.home-tour-part-inside::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
	bottom: -13px;
}
.home-review-top {
	width: 13%;
}
footer::before {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
	top: -7px;
}
.footer-left {
	width: 60%;
}
.footer-right {
	width: 40%;
}
.inside-banner-content {
	left: 22%;
}
.tour-mid-part::after {
	background: rgba(0, 0, 0, 0) url("../images/home-tour-bottom-bg.png") no-repeat scroll 0 0 / 100% auto;
}
.offer-page-inner {
	width: 70%;
}
.contact-left {
	padding: 4% 3% 4% 18%;
}
.single-page-inner {
    width: 86%;
}
.single-where-we-travel-right {
    padding: 6% 8% 0 3%;
}
}
