
footer.mobilenavigation{
	display: none;
}

.mobile-more-options-sheet{
		display: none;
	}
	
@media screen and (min-width: 400px){
	.mobile-more-options-sheet-content .sheet-360-logo{
		background-size: 100px;
    padding-top: 60px;
	}

	
}

/*ipad pro only*/
@media screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation: portrait){
	
	.mobile-more-options-sheet-content .sheet-360-logo{
		background-size: 150px;
    padding-top: 100px;
	
	
}

}


@media screen and (max-width: 1000px), (min-device-width : 1023px) and (max-device-width : 1366px) and (orientation: portrait){
	

footer.mobilenavigation{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
	

.topnav-wrapper{
	display: none!important;
}

.primary-navigation{
	display: none!important;
}

header:not(.add-on-domain-header) {
	    display: none;
}

	.primary-footer{
		display: none;
	}
	
	footer ul li.logo{
		opacity: 0;
	}
	
	
	footer.mobilenavigation{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		position: fixed;
		left:0;
		bottom:0;
		right:0;
		min-height: 40px;
		background:#E5E5E5;	
		color:#fff;
		width: 100%;
		z-index: 10000000;
		box-shadow: 0px -1px 4px 0px rgba(237,237,237,0.42);
	}
	
	
	.mobile-navigation-icons{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		height:20px;
			-ms-flex-pack: distribute;
			    -webkit-justify-content: space-around;
			        justify-content: space-around;
			        -webkit-align-items: center;
			            -ms-flex-align: center;
			                align-items: center;
	}
	
	.mobile-navigation-icon{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    -ms-flex-line-pack: center;
            -webkit-align-content: center;
            align-content: center;
	}
	
	
	.mobile-navigation-home{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/360-home-icon.svg);
   background-size: 38px;
	}
	
	.mobile-navigation-home:active{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/active/360-home-icon-active.svg);
	}
	
	
	.mobile-navigation-destinations{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/destinations-icon4.svg);
	}
	
	.mobile-navigation-destinations:active{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/active/destinations-icon4-active.svg);
	}
	
	
	.mobile-navigation-favourites{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/favourites-icon.svg);
	}
	
	.mobile-navigation-favourites:active{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/active/favourites-icon-active.svg);
	}
	
	.mobile-navigation-search{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/search-icon.svg);
		background-size: 23px;
	}
	
	.mobile-navigation-search:active{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/active/search-icon-active.svg);
	}
	
	.mobile-navigation-more-options{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/more-options-icon.svg);
	}
	
	.mobile-navigation-more-options:active{
		background-image: url(/assets/img/mobilenavigation/icon/navigation-bar/active/more-options-icon-active.svg);
	}
	
	

/*mobile-more-options-sheet*/

	.mobile-more-options-sheet{
		display: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		 position: fixed;
		 z-index: 99;
		 background-color: rgb(12,12,10);
		height: 100vh;
		width: 100vw;
		overflow-x: hidden;
	}


	.mobile-more-options-sheet-content{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		overflow-x: hidden;
	}
	
	.sheet-360-logo{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-360-logo.svg);
		 background-position: center center;
		 background-repeat: no-repeat;
		 background-size: 70px;
		 padding-top: 30px;
		 padding-bottom: 30px;
		 height: 30px;
		 width: 100%;
		 -ms-flex-line-pack: center;
		         -webkit-align-content: center;
		         align-content: center;
	}
	
	

	
	.mobile-more-options-sheet .sheet-title{
		font-family: dense;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 5px;
		line-height: 50px;
		font-size: 25px;
		margin-left: 20px;
		margin-right: 40px;
		list-style: none;
		-ms-flex-item-align: start;
		    -webkit-align-self: flex-start;
		        align-self: flex-start;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 25px;
		padding-left: 35px;
	}
	
	.mobile-more-options-sheet .sheet-discover{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-discover-icon5.svg);
		background-size: 30px;
		background-position-x: -3px;
	}
	
	.mobile-more-options-sheet .sheet-blog{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-blog-icon.svg);
		background-size: 25px;
	}
	
	.mobile-more-options-sheet .sheet-gallery{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-gallery-icon2.svg);
	}
	
	
	.mobile-more-options-sheet .sheet-faqs{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-faqs-icon3.svg);
	}
	
	
	.mobile-more-options-sheet .sheet-testimonials{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-testimonials-icon2.svg);
		background-size: 28px;
	}
	
	.mobile-more-options-sheet .sheet-our-story{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-story-icon.svg);
		background-size: 28px;
	}
	
	
	.mobile-more-options-sheet .sheet-client{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-client-icon.svg);
	}
	
	.mobile-more-options-sheet .sheet-terms{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-terms-icon.svg);
	}
	
	.mobile-more-options-sheet .sheet-contact{
		background-image: url(/assets/img/mobilenavigation/icon/more-options-sheet/sheet-contact-icon.svg);
	}
	
	
	.mobile-more-options-sheet .association-icons{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-left: 30px;
    margin-top: 30px;
	}
	
	
		.mobile-more-options-sheet .association-icons h5{
			font-family: dense;
			letter-spacing: 5px;
			text-transform: uppercase;
		}
	
	.mobile-more-options-sheet .association-icon-wrapper{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
    list-style: none;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;

	}
	
	.mobile-more-options-sheet .association-icon-wrapper li{
		
    margin-right: 0px;
	}
	
		.mobile-more-options-sheet .association-icon-wrapper li.atol-logo{
			background-size: 30px;
			background-position: left center;
			width: 40px;
		}
	
	
		.mobile-more-options-sheet .association-icon-wrapper li.abtoi-logo{
			background-size: 65px;
			width: 70px;
			background-position: left center;
		}
	
	
	
}