
/* Custom CSS Styles */

#wrapper { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; }

/* Custom Fonts */

html, body { width: 100%; height: 100%; }

body { 
	font-family: 'Lato', "helvetica nenu", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

body p { 
	font-family: 'Lato', "helvetica nenu", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400 !important;
}

h1, h2, h3, h4, h5 { 
	font-family: 'Lato', "helvetica nenu", helvetica, arial, sans-serif;
	font-style: normal !important;
	font-weight: 400 !important;
}

img.wide { width: 100%; height: auto; }


.hide-mobile { display: none !important; }


/* Header */

.logo { 
	width: 100px; height: 88px; 
	display: block; padding: 0; margin: 0; 
	left: 16px; top: 0px;
	position: absolute; z-index: 7000;
}

.logo span { width: 100%; height: 100%; display: block; background: url(../img/logo-manor.png) no-repeat center; background-size: 100%; }

.logo img { width: 100%; height: auto; display: block; }

/* /////////////////////////// HEADER ///////////////////////////////// */

header { width: 100%; display: block; top: 0; position: absolute; z-index: 6000; height: 50px; background-color: #FFF; }

header * { -webkit-transition: all .3s ease-in; transition: all .3s ease-in; } 

.back-to-site { color: #FFF; text-decoration: none; font-size: 16px; line-height: 50px; position: absolute; z-index: 100; left: 100px; }

/* Grid Menu (Mobiles) */

.nav-main { width: 100%; max-height: 0; position: absolute; z-index: 6000; top: 0; left: 0; margin-top: 50px; overflow: hidden; background: #F6F6F6; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.nav-main.open { max-height: 900px; display: block; }

.nav-main .nav-inner { margin: 65px 10px 15px 15px; display: block; overflow: hidden; min-height: 1200px; }

.nav-main a { background-color: rgba(255,255,255,1) !important; margin: 0.5%; height:auto; position: relative; display: inline-block; width: 48%; padding-bottom: 48%; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; cursor: pointer; }
.nav-main a span { color: #1a3442; text-transform: uppercase; padding: 30px 0; text-align: center; font-size: 12px; position: absolute; bottom: 0; margin: 0 auto; width: 100%; }
.nav-main a:hover, .nav-main a.focus { background-color: rgba(0,117,92,0.2) !important; }


.nav-main a.map { background: url('../img/icon-location-map-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.hotels { background: url('../img/icon-hotel-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.golf { background: url('../img/icon-golf-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.sports { background: url('../img/icon-sports-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.crafts { background: url('../img/icon-crafts-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.leisure { background: url('../img/icon-leisure-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.web-back { background: url('../img/icon-web-back-green.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.rooms { background: url('../img/icon-bed-green.png') no-repeat center top 35%; background-size: 40%; } 


.nav-main a.active { background-color: rgba(0,117,92,0.1) !important; }
.nav-main a:hover { background-color: rgba(0,117,92,0.1) !important; }


/* Nav Icon */

.nav-icon {
	top: 14px; right: 15px;
  	width: 30px; height: 30px;
  	position: absolute; margin: 0;
  	-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
  	cursor: pointer; z-index: 3000;
}

.nav-icon span {
	display: block; position: absolute;
  	height: 2px; width: 100%;
  	background: #1a3442;
  	border-radius: 0px; opacity: 1; left: 0;
  	-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg);
  	transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) { top: 0px; }
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) { top: 10px; }
.nav-icon span:nth-child(4) { top: 20px; }

.nav-icon.cross span:nth-child(1) { top: 10px; width: 0%; left: 50%; }
.nav-icon.cross span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.nav-icon.cross span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-icon.cross span:nth-child(4) { top: 12px; width: 0%; left: 50%; }


/* /////////////////////////// COMMANDS ///////////////////////////////// */

#commands { display: none !important; }

#nav-bubbles { display: none !important; }

#commands { top: 10px; left: 50%; margin-left: -60px; }
#commands a { width: 50px; height: 50px; }

#commands-optional { z-index: 500 !important; position: fixed; }

#commands-optional.bottom-right { bottom: 10px; right: 110px; }
#commands-optional.bottom-left { bottom: 10px; left: 15px; }
#commands-optional.top-right { top: 60px; right: 13px; }
#commands-optional.top-left { top: 60px; left: 13px; }

#commands-optional a.autorotation { display: none; }
#commands-optional a.fullscreen { display: none; margin-left: 5px; }

#commands-optional a.fullscreen.enter { background: url(../img/icon-fullscreen-open.png) no-repeat center; background-size: 70%; }
#commands-optional a.fullscreen.exit { background: url(../img/icon-fullscreen-close.png) no-repeat center; background-size: 70%; }

#commands-optional a.autorotation { background: url(../img/icon-pause.png) no-repeat center; background-size: 80%; }
#commands-optional a.autorotation.on { background: url(../img/icon-pause.png) no-repeat center; background-size: 80%; }
#commands-optional a.autorotation.off { background: url(../img/icon-play.png) no-repeat center; background-size: 80%; }

/* Toggle Hotspots */

#commands-optional a.toggleHotspots.off { background: url(../img/icon-marker-off.png) no-repeat center; background-size: 60%; display: block; }
#commands-optional a.toggleHotspots.on { background: url(../img/icon-marker-on.png) no-repeat center; background-size: 60%; display: none; }
#commands-optional a.toggleHotspots.active { display: block; }
#commands-optional a.toggleHotspots.hidden { display: none; }

#commands-optional a.toggleLegend { background: url(../img/icon-key-colors.png) no-repeat center; background-size: 100%; }
#commands-optional a.toggleLegend.active { opacity: 1; }

#commands-optional a {
    background-position: center;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    float: left;
}

#commands-optional a:hover { opacity: 1; -webkit-opacity: 1; }


/* Toogle Map */

#mapcontainer { width: 100% !important; left: 0 !important; z-index: 5000 !important; }

#commands-optional a.toggleMap { display: block; margin-left: 3px; }

#commands-optional a.toggleMap.open { background: url(../img/icon-map2.png) no-repeat center; background-size: 90%; }
#commands-optional a.toggleMap.close2 { background: url(../img/icon-map2.png) no-repeat center; background-size: 90%; display: none; }

a.toggleMap.close { 
	top: 60px; right: 10px; display: none; 
	background: url(../img/close4.png) no-repeat center; background-size: 100%; 
	position: absolute; z-index: 9999; 
	opacity: 1; -webkit-opacity: 1; 
	width: 40px; height: 40px;
}

/* Map Overides */

.kolorArea { left: auto !important; right: 0 !important; width: 100% !important; top: 50px !important; }
.kolorAreaContent { width: 100% !important; }

div#tourDIV { z-index: 100; }


/* /////////////////////////// CALL TO ACTION BUTTONS ///////////////////////////////// */

.cta { display: block; overflow: hidden; position: absolute; z-index: 500; margin: 0; bottom: 10px; right: 10px; }
.cta a { 
	padding: 20px; margin: 0 0 0 5px; color: #FFF; display: inline-block; float: left; 
	border-radius: 100px; text-decoration: none; font-size: 12px; 
	-webkit-transition: all 0.3s ; transition: all 0.3s; border: 0; 
	cursor: pointer; text-transform: uppercase;
	font-family: 'Lato', 'helvetica neue', arial, sans-serif;
}
.cta a span { display: none; }
.cta a.book { background: url(../img/icon-book.png) no-repeat center; background-size: 20px; background-color: #FFF; }
.cta a.visit { background: url(../img/icon-location-blue.png) no-repeat center; background-size: 20px; background-color: #FFF; }
.cta a.share { background: url(../img/icon-share.png) no-repeat center; background-size: 14px; background-color: #FFF; }

.cta a:hover, .cta a:focus { background-color: #EEE !important; }

/* Logos */

.logo-docktours { 
	width: 100px; height: 30px; bottom: 10px; left: 10px;
	position: absolute; z-index: 500; display: block;  
	background: url(../img/docktours.png) no-repeat center; background-size: 100%; 
	opacity: 0.7; -webkit-opacity: 0.7;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}
.logo-docktours:hover { opacity: 1; -webkit-opacity: 1; }


/* ///////////////////////////// SIDEBAR ///////////////////////////////// */

/* Toggle Submenu */

.status { 
	padding: 0; position: absolute; z-index: 2000; 
	right: 0; top: 50px; width: 100%; height: 50px; line-height: 50px; font-size: 14px; 
	display: none; overflow: hidden; color: #EEE;
	text-transform: uppercase; text-align: center; color: #FFF;
	text-decoration: none;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
	background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; background-color: #1a3442;
}

.status:hover { cursor: pointer; text-decoration: none; color: #FFF; background-color: #1a3442; }
.status .nav-icon { display: block; top: 3px; right: auto; width: 30px; position: relative; }
.status .nav-icon span { background-color: #007c9b; }

.status.blue { background-color: #005dac; }
.status.red { background-color: #ff3333; }

.status em { font-style: normal; }
.status span { width: 50px; height: 50px; position: absolute; z-index: 100; right: 0; top: 0; display: block; }

/* Sidebar */

.sidebar { display: none; width: 100%; height: 100%; top: 0; bottom: 0; right: 0; background-color: #FFF; padding: 0; position: absolute; z-index: 9000; color: #FFF; }
.sidebar .sidebar-inner { padding: 15px; overflow: visible; position: relative; height: 100%; }
.sidebar .clear { padding: 10px; }

.sidebar .scroll { overflow-y: auto; height: calc(100% - 30px); }

/* .sidebar .heading.campuses { background: url('../img/icon-campus.png') no-repeat; }
.sidebar .heading.building { background: url('../img/icon-building.png') no-repeat; }
.sidebar .heading.plymouth { background: url('../img/icon-tower.png') no-repeat; }*/

.sidebar .heading.hotels { background: url('../img/icon-hotel.png') no-repeat; background-size: 30px; }
.sidebar .heading.golf { background: url('../img/icon-golf.png') no-repeat; background-size: 30px; }
.sidebar .heading.crafts { background: url('../img/icon-crafts.png') no-repeat; background-size: 30px; }
.sidebar .heading.sports { background: url('../img/icon-sports.png') no-repeat; background-size: 30px; }
.sidebar .heading.leisure { background: url('../img/icon-pool.png') no-repeat; background-size: 30px; }
.sidebar .heading.rooms { background: url('../img/icon-bed.png') no-repeat; background-size: 30px; }

.sidebar .heading { padding: 0 20px; display: block; background-color: #1a3442 !important; }
.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 15px center; }

.sidebar .heading h3 { margin: 0; padding: 0; color: #FFF; line-height: 50px; font-size: 14px; text-align: center; text-transform: uppercase; }

.sidebar h3 { color: #00755c; font-size: 20px; line-height: 25px; margin: 0 0 20px 0; padding: 0; text-align: left; }
.sidebar h4 { color: #00755c; font-size: 20px; line-height: 25px; margin: 20px 0; padding: 0; text-transform: uppercase; text-align: left; }
.sidebar p { color: #666; font-size: 14px; line-height: 18px; text-align: left;  } 

.sidebar img.intro { width: 100%; height: auto; display: block; margin-bottom: 20px; }

.sidebar a.close-sidebar { width: 60px; height: 50px; padding: 0px; top: 0; right: 0; display: block; position: absolute; z-index: 1000; background: url(../img/close3.png) no-repeat center; background-size: 25px; cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.sidebar a.close-sidebar:hover { background-color: rgba(0,0,0,0.1); }

.sidebar ul { padding: 0; margin: 0; list-style: none; }
.sidebar ul li { padding: 0; margin: 0; }
.sidebar ul li a { padding: 12px 0; font-size: 14px; line-height: 14px; color: #666; text-transform: uppercase; text-decoration: none; border-top: 1px solid #EEE; display: block; }
.sidebar ul li a:hover, #sidebar ul li a:focus { color: #F70284; }

.sidebar ul li a.icon { padding-left: 40px; background-size: 20px; }
.sidebar ul li a.icon.shrink { background-size: 15px; }

/* Thumbnails */

.sidebar .thumbnails-wrapper { width: 100%; }
.sidebar .thumbnails-container { display: block; overflow: hidden; margin: -1px; }

.sidebar .thumbnail * { -webkit-transition: all 0.3s ; transition: all 0.3s; }

.sidebar .thumbnails-container .thumbnail { 
	position: relative; float: left; display: inline-block; margin: 0; width: 50%; padding-bottom: 50%;
	padding: 0; border-radius: 0; cursor: pointer; background: none; overflow: hidden;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 0.5px solid #FFF;
}

.sidebar .thumbnail .featured { 
	position: absolute; z-index: 1000; top: 0; right: 0; width: 60px; height: 60px;
	background: url(../img/featured.png) no-repeat top right; background-size: 100%;
}

.sidebar .thumbnails-container .thumbnail.null { pointer-events: none; }

.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 200px; }
.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: -25%; }

.sidebar .thumbnail img { width: 100%; height: auto; display: block;  }

.sidebar .thumbnail .overlay { 
	width: 100%; height: 100%; display: flex; overflow: hidden; justify-content: center; align-items: center;
	background-color: rgba(0,0,0,0.5); -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	position: absolute; z-index: 100; top: 0; left: 0; cursor: pointer;
}

.sidebar .thumbnail .overlay:hover { cursor: pointer; }

.sidebar .thumbnail .caption { display: flex; padding: 10px; bottom: 0; opacity: 1; -webkit-opacity: 1; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; background: url(../img/icon-sphere.png) no-repeat top center; background-size: 40px; padding-top: 60px; }
.sidebar .thumbnail .caption p { overflow: hidden; margin: 0; padding: 0; color: #FFF; font-size: 14px; font-weight: 400; text-transform: uppercase; text-align: center; }

.sidebar .thumbnail.golf .caption { background: url(../img/icon-golf2.png) no-repeat top center; background-size: 40px; }


.sidebar .thumbnail:hover { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer !important; }
.sidebar .thumbnail:hover .overlay { background-color: rgba(0,0,0,0);  }

.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { cursor: pointer; opacity: 0; -webkit-opacity: 0; }
.sidebar .thumbnail:hover .caption p, .thumbnail:focus .caption p { color: #FFF; }

/* Tabs */

.switch { display: table; margin: 0px; padding: 0px; border: 1px solid #1a3442; width: 100%; }
.switch a { background: none; color: #1a3442; display: table-cell; padding: 10px 0; width: 50%; cursor: pointer; text-decoration: none; text-align: center; text-transform: uppercase; font-size: 12px; line-height: 12px; cursor: pointer; }
.switch a.current { background: #1a3442; color: #FFF; }
.tab-content { display: none; }

/* Accodian */

.accordion { background-color: #eee; color: #666; cursor: pointer; padding: 20px; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; border-bottom: 1px solid #FFF; font-size: 14px; line-height: 18px; }
.accordion.yellow { background-color: #f0ca20; color: #FFF; }
.accordion.green { background-color: #549935; color: #FFF; }
.accordion.blue { background-color: #4789c8; color: #FFF; }
.accordion.pink { background-color: #d43b8e; color: #FFF; }
.accordion.orange { background-color: #e69138; color: #FFF; }

.active, .accordion:hover { background-color: #ccc; }
.panel { padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
.panel p { padding: 10px; }    

.accordion:after { content: '\02795';  font-size: 13px; color: #777; float: right; margin-left: 5px; }
.accordion.active:after { content: "\2796"; }

      


/* tables */

table { table-layout: fixed; width: 100%; margin-top: 20px; }
table td { border: 1px solid #CCC; }
table td a { font-size: 16px; line-height: 16px; display: block; color: #333; padding: 15px 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; }
table td p { font-size: 16px; line-height: 16px; display: block; color: #666; padding: 15px 20px; margin: 0;}

table td.website { background: url(../img/icon-website.png) no-repeat left 15px center; background-size: 25px; }
table td.policy { background: url(../img/icon-policy.png) no-repeat left 15px center; background-size: 20px; }
table td.food { background: url(../img/icon-food.png) no-repeat left 15px center; background-size: 20px; }
table td.showers { background: url(../img/icon-showers.png) no-repeat left 15px center; background-size: 20px; }
table td.lounge { background: url(../img/icon-lounge.png) no-repeat left 15px center; background-size: 20px; }
table td.power { background: url(../img/icon-power.png) no-repeat left 15px center; background-size: 20px; }
table td.fuel { background: url(../img/icon-fuel.png) no-repeat left 15px center; background-size: 20px; }
table td.boat { background: url(../img/icon-boat.png) no-repeat left 15px center; background-size: 20px; }
table td.house { background: url(../img/icon-house.png) no-repeat left 15px center; background-size: 20px; }
table td.deck { background: url(../img/icon-deck.png) no-repeat left 15px center; background-size: 20px; }
table td.wifi { background: url(../img/icon-wifi.png) no-repeat left 15px center; background-size: 20px; }
table td.car { background: url(../img/icon-car.png) no-repeat left 15px center; background-size: 20px; }
table td.laundry { background: url(../img/icon-laundry.png) no-repeat left 15px center; background-size: 20px; }
table td.pool { background: url(../img/icon-pool.png) no-repeat left 15px center; background-size: 20px; }
table td.phone { background: url(../img/icon-phone.png) no-repeat left 15px center; background-size: 30px; }
table td.email { background: url(../img/icon-email.png) no-repeat left 15px center; background-size: 30px; }
table td.toilets { background: url(../img/icon-toilets.png) no-repeat left 15px center; background-size: 30px; }
table td.boat-lift { background: url(../img/icon-boat-lift.png) no-repeat left 15px center; background-size: 25px; }
table td.mooring { background: url(../img/icon-mooring.png) no-repeat left 15px center; background-size: 20px; }
table td.chandlery { background: url(../img/icon-chandlery.png) no-repeat left 15px center; background-size: 30px; }
table td.bar { background: url(../img/icon-bar-grey.png) no-repeat left 15px center; background-size: 20px; }
table td.bed { background: url(../img/icon-bed-grey.png) no-repeat left 15px center; background-size: 20px; }

table td.icon { padding-left: 40px;  }

table td a:hover { text-decoration: none; }

/* Pano Title */

.pano-info { 
	position: absolute; overflow: hidden; z-index: 1000; 
	margin: 0; padding: 10px 50px 10px 10px; bottom: 10px; left: 0px; 
	background-color: rgba(0,0,0,0.5);
	display: none; max-width: 80%;
}

.pano-info.expand .pano-desc { display: block; }
.pano-info.expand .expand-info { display: none; }

.pano-info .close-info { display: none; }
.pano-info.expand .close-info { display: block; }

.pano-title { display: block; clear: both; margin: 0; overflow: hidden; }
.panorama-title { color: #FFF; font-size: 16px; line-height: 25px; font-weight: 200; text-transform: uppercase; letter-spacing: 0.1em; margin: 0; float: left; padding: 0; }

.pano-desc { display: none; clear: both; margin: 10px 0 0 0;  }
.panorama-description { color: #FFF; font-size: 14px; line-height: 20px; font-weight: 200 !important; margin: 0; font-family: 'Lato', "helvetica nenu", helvetica, arial, sans-serif !important; }

.pano-info .expand-info { 
	width: 25px; height: 25px; display: block; position: absolute; right: 10px; top: 10px; 
	background: url(../img/icon-info-white.png) no-repeat center; background-size: 100%; cursor: pointer;
}

.pano-info .close-info { 
	background: url(../img/icon-close2.png) no-repeat top right; background-size: 20px; 
	width: 40px; height: 40px; 
	position: absolute; z-index: 1000; right: 15px; top: 15px; 
	cursor: pointer; 
}

.pano-info.expand { margin: 0; padding: 15px; left: 0px; display: none; bottom: 0; max-width: none; background-color: rgba(0,0,0,0.8); }
.pano-info.expand .pano-desc { margin: 10px 0 0 0; display: block; }

/* Back button */

a.back-button { 
	position: absolute; z-index: 1000; display: none; 
	top: 50%; left: 0px; padding: 20px; 
	background: url(../img/arrow-left3.png) no-repeat left 10px center; background-size: 15px; 
	background-color: rgba(0,0,0,0.4); text-decoration: none;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
	cursor: pointer;
}
a.back-button span { font-size: 16px; color: #FFF; text-transform: uppercase; display: none; }
a.back-button:hover { background-color: rgba(0,0,0,0.8); }



/* //////////////////////////////// large mobiles //////////////////////////////// */

@media screen and (min-width: 350px) {



}




/* //////////////////////////////// larger mobiles //////////////////////////////// */

@media screen and (min-width: 500px) {

	header ul li a { font-size: 12px; }

	/* Sidebar Thumbnails */

	.sidebar .thumbnails-container .thumbnail { width: 33%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 33%; max-height: 250px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: 0; }

	.pano-info { width: auto; max-width: 350px; }
	.pano-info.expand { padding: 15px; bottom: 20px; }

	.nav-main a { margin: 0.2%; width: 24%; padding-bottom: 24%; }

}

/* //////////////////////////////// ipad portrait //////////////////////////////// */

@media screen and (min-width: 768px) {

	.hide-mobile { display: block !important; }
	.hide-large { display: none !important; }



	/* Toggle SubMenu */

	.status { 
		top: auto; right: auto; bottom: 20px; width: 300px; padding: 0; left: 50%; margin-left: -150px; height: 50px; line-height: 50px; color: #FFF;
		background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; background-color: #1a3442; overflow: hidden; font-size: 12px;
	 }

	.status.blue span { background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; }
	.status.red span { background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; }

	.status.red.building { background: url(../img/icon-building.png) no-repeat left 20px center; background-size: 25px; background-color: #ff3333; }
	.status.blue.plymouth { background: url(../img/icon-tower.png) no-repeat left 20px center; background-size: 25px; background-color: #005dac; }

	.status.red:hover { background-color: #cc0000; }
	.status.blue:hover { background-color: #003366; }

	.status.hidden { opacity: 0; -webkit-opacity: 0; }

	/* Sidebar */

	.sidebar { z-index: 9999; width: 400px; top: 0; bottom: 0; right: -400px; position: fixed; }
	.sidebar.open { right: 0; }

	.sidebar .scroll { height: calc(100% - 90px); }
	.sidebar .sidebar-inner { padding: 20px; margin-top: 0; }
	.sidebar .clear { padding: 10px; }

	.sidebar .thumbnails-container .thumbnail { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 210px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: -25%; }

	.sidebar .thumbnail .overlay { background-color: rgba(0,0,0,0); }
	.sidebar .thumbnail .caption { opacity: 0; -webkit-opacity: 0; }
	.sidebar .thumbnail:hover .overlay { background-color: rgba(0,0,0,0.5);  }
	.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { opacity: 1; -webkit-opacity: 1; }

	.sidebar ul li a { padding: 15px 0; font-size: 14px; line-height: 16px; }

	.sidebar h3 { font-size: 22px; line-height: 28px; }
	.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 20px center; }


	/* Page Wrap */

	#wrapper { top: 0; left: 0; position: relative; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
/* 	#wrapper.shift-left { left: -400px; }
	#wrapper.shift-left .nav-icon { left: -520px; } */

	/* Commands */

	#commands-optional a.toggleHotspots.off { background-size: 60%; display: block; width: 40px; }
	#commands-optional a.toggleHotspots.on { background-size: 60%; display: none; width: 40px; }

	#commands { bottom: 15px; left: 50%; margin-left: -60px; }
	#commands a { width: 35px; height: 35px; }

	#commands-optional.bottom-right { bottom: 3px; right: 110px; }
	#commands-optional.bottom-left { bottom: 15px; left: 15px; }
	#commands-optional.top-right { top: 70px; right: 15px; }
	#commands-optional.top-left { top: 70px; left: 15px; }
	
	#commands-optional a { width: 40px; height: 40px; margin-bottom: 5px; }
	#commands-optional a.autorotation { display: inline-block; }
	
	/* Map */

	.kolorArea { left: auto !important; right: 0 !important; width: 40% !important; border-left: 1px solid #FFF !important; top: 60px !important; }

	#commands-right { right:15px; top:45%; width:40px; height:40px; }
	#commands-optional a.toggleMap.open { display: inline-block; }
	#commands-optional a.toggleMap.close2 { display: inline-block; }

	a.toggleMap.close { right: 20px; width: 40px; height: 40px; top: 60px; display: none !important; }

	/* Toggle Hotspots */

	#commands-optional a.toggleHotspots.off { display: inline-block; }
	#commands-optional a.toggleHotspots.on { display: none; }
	#commands-optional a.toggleHotspots.active { display: inline-block; }

	#mapcontainer { width: 100% !important; left: 0% !important; }

	/* Pano Title */

	.pano-info { max-width: 400px; bottom: 20px; padding: 10px 10px 10px 20px; }
	.pano-title { display: block; clear: both; margin: 0; }
	.panorama-title { margin-right: 20px; line-height: 30px; }
	
	.pano-desc { margin: 10px 0 0 0; }
	.panorama-description { color: #FFF; font-size: 12px; line-height: 16px; }

	.pano-info.expand { margin: 0; padding: 20px; right: auto; max-width: 400px; }

	.pano-info .expand-info { width: 30px; height: 30px; display: block; position: relative; float: right; right: auto; top: auto; }

	.pano-info.expand .close-info { right: 20px; }

	
	}

/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 960px) {

	.logo { width: 120px; height: 120px; }

	/* Header */

	.logo { background-color: #FFF; width: 100px; height: 88px; }
	.logo span { background: url('../img/logo-manor.png') no-repeat center; background-size: 100%; }

	.nav-icon { display: none; }

	header { height: 50px; }

	header .nav-main { margin: 0; right: 0; max-height: none; background: none; height: 100%; }

	header .nav-main .nav-inner { margin: 0; min-height: auto; min-height: none; float: right; height: 100%; }

	.nav-main a.map { background: url('../img/icon-location-map.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.hotels { background: url('../img/icon-hotel.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.golf { background: url('../img/icon-golf.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.sports { background: url('../img/icon-sports.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.crafts { background: url('../img/icon-crafts.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.leisure { background: url('../img/icon-pool.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.web-back { background: url('../img/icon-web-back.png') no-repeat center top 35%; background-size: 40%; } 
	.nav-main a.rooms { background: url('../img/icon-bed.png') no-repeat center top 35%; background-size: 40%; } 

	header .nav-main a { 
		width: auto; float: left; padding: 10px 20px 10px 60px; height: 100%; line-height: 25px; margin: 0; 
		background-size: 25px !important; background-position: left 20px center !important; background-color: #CCC !important; 
		border-left: 1px solid rgba(255,255,255,0.2);
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}

	header .nav-main a:hover { background-color: #64767f !important;  }
	header .nav-main a.active { background-color: #1a3442 !important;  }

	header .nav-main a span { position: relative; padding: 0; line-height: 30px; color: #FFF !important; }

	/* Header */

	header { height: 60px; }
	header .nav-main a { line-height: 40px; padding: 10px 20px 10px 60px; }

	header .nav-main a.active { }
	header .nav-main a.active span { line-height: 55px; line-height: 40px; }

	.nav-icon { top: 20px; right: 20px; }

	/* Sidebar */

	.status { font-size: 14px; width: 250px; margin-left: -125px; }

/* 	#wrapper.shift-left { left: -500px; } */

	.sidebar { width: 500px; top: 0px; bottom: 0; right: -500px; }
	.sidebar .sidebar-inner { padding: 30px; margin-top: 0; }
	.sidebar .clear { padding: 15px; }

	.sidebar a.close-sidebar { width: 60px; height: 60px; }

	.sidebar h3 { font-size: 25px; line-height: 35px; }
	.sidebar ul li a { padding: 15px 0; }

	.sidebar .heading { padding: 0 30px; }
	.sidebar .heading h3 { line-height: 60px; font-size: 20px; }
	.sidebar .heading.icon { padding: 0 70px; background-size: 25px; background-position: 30px center; }

	.accordion { font-size: 16px; line-height: 20px; }

	/* Controls */

	#commands { bottom: 15px; margin-left: -90px; }
	#commands a { width: 55px; height: 55px; }
	
	#commands-optional.bottom-right { bottom: 17px; right: 270px; }
	#commands-optional.bottom-left { bottom: 20px; left: 20px; }

	#commands-optional.top-right { top: 70px; right: 15px; }
	#commands-optional.top-left { top: 70px; left: 20px; }

	#commands-optional a { width: 35px; height: 35px; }
	#commands-optional a.fullscreen { display: inline-block; }
	
	#commands-right { right:20px; top:45%; width:45px; height:45px; }

	a.toggleMap.close { right: 30px; width: 45px; height: 45px; }


	/* Calls to Action  */

	.cta { bottom: 20px; right: 20px; }
	.cta a { padding: 0 20px 0 50px; margin: 0 0 0 10px; height: 50px; font-size: 14px; line-height: 50px; border-radius: 0; -webkit-border-radius: 0; }
	.cta a span { display: block; color: #000; }
	.cta a.book { background: url(../img/icon-book.png) no-repeat left 15px center; background-size: 25px; padding-left: 50px; background-color: #FFF; }
	.cta a.share { background: url(../img/icon-share.png) no-repeat left 15px center; background-size: 16px; padding-left: 45px; background-color: #FFF; }
	.cta a.visit { background: url(../img/icon-location-blue.png) no-repeat left 15px center; background-size: 20px; background-color: #FFF; }

	/* Back button */

	a.back-button { 
		top: 50%; left: 0px; padding: 30px 30px 30px 25px; 
		background: url(../img/arrow-left3.png) no-repeat left 15px center; background-size: 20px; background-color: rgba(0,0,0,0.4);
	}
	a.back-button span { display: none; }

	/* Pano Info */

	.pano-info .close-info { top: 20px; right: 20px; }
	.pano-desc { margin: 20px 0 0 0; }
	.panorama-description { font-size: 14px; line-height: 20px; }

}


/* //////////////////////////////// very wide version //////////////////////////////// */

@media screen and (min-width: 1200px) {

	.logo { position: fixed; width: 150px; height: 132px; left: 30px; }

	/* Sidebar */

/* 	#wrapper.shift-left { left: -500px; } */

	.sidebar { width: 500px; top: 0; right: -500px; }
	.sidebar .sidebar-inner { padding: 30px; }
	.sidebar .clear { padding: 15px; }

	.sidebar .heading { padding: 0 30px; }
	.sidebar .heading.icon { padding: 0 70px; background-position: 30px center; }

	.sidebar p { font-size: 16px; line-height: 25px; } 
	.sidebar ul li a { padding: 15px 0; }


	/* Controls */

	#commands { bottom: 30px; margin-left: -90px; }
  	#commands a { width: 55px; height: 55px; }
	
  	#commands-optional.bottom-right { bottom: 22px; right: 280px; }
	#commands-optional.bottom-left { bottom: 30px; left: 30px; }

	#commands-optional.top-right { top: 80px; right: 20px; }
	#commands-optional.top-left { top: 80px; left: 30px; }

  	#commands-optional a { width: 40px; height: 40px; }

	a.toggleMap.close { right: 30px; top: 90px; }

  	#commands-right { right:30px; top:45%; width:45px; height:45px; }

  	/* Calls to Action  */

	.cta { bottom: 20px; right: 20px; }
	.cta a { margin: 0 0 0 10px; font-size: 14px; }

	/* Pano Title */

	.pano-info { padding: 12px 20px; max-width: 500px; bottom: 20px; }
	.pano-title { display: block; clear: both; margin: 0; }
	.panorama-title { /* font-size: 25px; line-height: 25px; */ }
	
	.pano-desc { margin: 20px 0 0 0; }
	.panorama-description { font-size: 14px; line-height: 20px; }

	.pano-info .close-info { top: 20px; right: 20px; }


}

/* //////////////////////////////// very very wide version //////////////////////////////// */

@media screen and (min-width: 1600px) {

	header { height: 80px; }
	header .nav-main a { height: 80px; line-height: 50px; background-size: 30px !important; padding: 15px 40px 15px 80px; background-position: 40px center !important; }

	header .nav-main a.active { height: 80px; line-height: 50px; }

	#commands-optional.top-right { top: 100px;  }
  	#commands-optional a { width: 45px; height: 45px; }

  	a.toggleMap.close { right: 20px; top: 100px; }

  	.logo { }

  	.status { bottom: 30px; width: 350px; margin-left: -175px; font-size: 16px; line-height: 50px; }

	.cta { bottom: 30px; right: 30px; }
	.cta a { font-size: 14px; }

	.pano-info { bottom: 30px; }
	.pano-info.expand { bottom: 20px; }

	.sidebar { width: 600px; right: -600px; }
	.sidebar .sidebar-inner { padding: 40px; }
	.sidebar .clear { padding: 20px; }

	.sidebar .heading { padding: 0 40px; }
	.sidebar .heading h3 { line-height: 80px; }
	.sidebar .heading.icon { padding: 0 80px; background-position: 40px center; background-size: 40px !important; }

	.sidebar a.close-sidebar { width: 80px; height: 80px; }

/* 	#wrapper.shift-left { left: -600px; } */



}

/* //////////////////////////////// very very wide version //////////////////////////////// */

@media screen and (min-width: 1800px) {

/* 	#wrapper.shift-left { left: -800px; } */

	header ul li a { line-height: 45px; padding: 18px 40px; }

	.sidebar { width: 800px; right: -800px; }

	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 350px; }

/* 	.sidebar .sidebar-inner { padding: 60px; }
	.sidebar .clear { padding: 30px; }

	.sidebar .heading { padding: 0 60px; }
	.sidebar .heading.icon { padding: 0 100px; background-position: 60px center; } */

}




