@media screen and (max-width: 992px) {
	.slidehtml p {
		display:none !important;
	}

}

#slideshowheight, #slideshowfrequency {
	display: none;
}
.albumcontainer {
	float: left;
	height: 350px;
	width: 33.33333%;
	position: relative;
}
.primaryimage {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 0px;
	padding-bottom: 67.5%;
	background-size: cover;
	background-position: center center;
}
.albumdescription {
	padding: 10px;
	text-align: center;
}
.imagecontainer {
	float: left;
	width: 234px;
	position: relative;
	padding-bottom: 20px;
}
.galleryimage {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 0px;
	padding-bottom: 67.5%;
	background-size: cover;
	background-position: center center;
}
.imagedesc {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imagedescr {
	text-align: center;
}
.galleryoptions {
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	padding-top: 50px;
	height: 200px;
	top: 0px;
	left: 0px;
	display: none;
}
.goption {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}
.newalbumform {
	text-align: center;
	padding-top: 50px;
}
label[for=albumname] {
	font-weight: bold;
}
.primaryimg::after {
	content: url(images/primaryset.png);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: -10px;
}
.deletealbum {
	position: absolute;
    right: 7%;
    top: 2%;
    width: 10%;
	cursor: pointer;
}
.albumsaver {
	display: none;
}
#slideframe {
	position: relative;
}
#slideadminframe {
	position: fixed;
	width: 80%;
	top: 100px;
	left: 50%;
  transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 10px;
	z-index: 8000;
	padding: 15px;
	display: none;
}
.slidecontainer {
	background-position: center 0px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.slidecontainer.currentslide {
	z-index: 3 !important;
}
.slidecontainer.slideToCover {
	z-index: 2;
}
.slidehtml {
	position: absolute;
	width: 45%;
}
.slidehtml.top-left {
	top: 15px;
	left: 15px;
}
.slidehtml.bottom-left {
	bottom: 15px;
	left: 15px;
}
.slidehtml.top-right {
	top: 15px;
	right: 15px;
	text-align: right;
}
.slidehtml.bottom-right {
	bottom: 15px;
	right: 15px;
	text-align: right;
}
.controlslidesouter {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 3;
}
.controlslidesinner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.slidevignette {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

    background-color: rgba(0, 0, 0, 0.35);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwLjM1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuNjUiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(0, 0, 0)),color-stop(0.35, rgba(0, 0, 0, 0)),color-stop(0.65, rgba(0, 0, 0, 0)),color-stop(1, rgb(0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(left,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 35%,rgba(0, 0, 0, 0) 65%,rgb(0, 0, 0) 100%);
    /* IE10+ */
    background-image: linear-gradient(to right,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 35%,rgba(0, 0, 0, 0) 65%,rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(left,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 35%,rgba(0, 0, 0, 0) 65%,rgb(0, 0, 0) 100%);

}
.slidedot {
	display: inline-block;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-image: url(images/slidespot.png);
	background-repeat: no-repeat;
}
.currentdot {
	background-image: url(images/slidespotselected.png);
	background-repeat: no-repeat;
}
.colourswatch {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #181204;
	vertical-align: middle;
	cursor: pointer;
}
.htmlcolourradio {
	visibility: hidden;
}
.colourswatch.selectswatch {
	border: 3px solid red !important;
}
.previewswitch {
	position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0px 11px;
    color: white;
    background-color: black;
    border: 1px solid white;
    border-radius: 6px;
    font-size: 0.6em;
    z-index: 3;
}
.sseditbutton {
	  position: absolute;
    top: 166px;
    left: 50px;
    z-index: 4;
}
.sssaveclosebutton {
	  position: absolute;
    top: 15px;
    right: 15px;
}
