.dsCountDown:after{
	content:'';
    clear: both;
}

.dsCountDown{
    display:inline-block;
	*display: inline;
    zoom: 1;
}

/* ------------------------- White Theme ------------------------- */
.dsCountDown.ds-white {
	color: #000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 1em;
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 2px;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

.ds-white .ds-element {
	float: left;
	margin-right: 10px;
	text-align: center;
	border-right: 1px solid #dedede;
	padding-right: 10px;
}

.dsCountDown.ds-white > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-white .ds-element-title {
	font-size: 0.7em;
	text-transform: lowercase;
}

.ds-white .ds-element-value {
	font-size: 1.8em;
	color: #333;
	text-shadow: 2px 2px 0px #fff;
}



/* ------------------------- Black Theme ------------------------- */
.dsCountDown.ds-black {
	color: #FFFF00;
	position: relative;
	font-size: .8em;
	padding: 2px;
	border: 1px solid #323232;
	border-radius: 2px;
	background: #686868; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4Njg2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #686868 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #686868 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #686868 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #686868 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom, #686868 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#444444',GradientType=0 ); /* IE6-8 */
}

.ds-black .ds-element {
	float: left;
	margin-right: 2px;
	text-align: center;
	border-right: 1px solid #444;
	padding-right: 5px;
}

.dsCountDown.ds-black > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-black .ds-element-title {
	font-size: 0.7em;
	text-transform: lowercase;
}

.ds-black .ds-element-value {
	font-size: 1.2em;
	color: #FFFF00;
	text-shadow: 0px -2px 0px #222;
}



/* ------------------------- Red Theme ------------------------- */
.dsCountDown.ds-red {
	color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 1em;
	padding: 10px;
	border: 1px solid #A80000;
	border-radius: 2px;
	
	background: #ff0000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff0000 0%, #bc0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#bc0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#bc0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0000 0%,#bc0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0000 0%,#bc0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0000 0%,#bc0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bc0000',GradientType=0 ); /* IE6-8 */


}

.ds-red .ds-element {
	float: left;
	margin-right: 10px;
	text-align: center;
	border-right: 1px solid #BC0000;
	padding-right: 10px;
}

.dsCountDown.ds-red > .ds-element.ds-element-seconds{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-red .ds-element-title {
	font-size: 0.7em;
	text-transform: lowercase;
}

.ds-red .ds-element-value {
	font-size: 1.8em;
	color: #fff;
	text-shadow: 0px -1px 0px #555;
}



/* ------------------------- Flat Theme ------------------------- */
.dsCountDown.ds-flat {
	color: #000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 1em;
	border: 1px solid #cdcdcd;
	background: #efefef;
	box-shadow: 4px 4px 4px #888;
}

.ds-flat .ds-element {
	float: left;
	text-align: center;
	border-right: 1px solid #dedede;
	padding: 7px 17px;
}

.dsCountDown.ds-flat > .ds-element.ds-element-seconds {
	border-right: 0;
}

.ds-flat .ds-element-title {
	font-size: 0.7em;
	text-transform: lowercase;
	color: #666;
}

.ds-flat .ds-element-value {
	font-size: 1.8em;
	color: #000;
}

/* The modalimgsetonclick (background) */
.modalimgsetonclick {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* modalimgsetonclick Content (Image) */
.modalimgsetonclick-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* captionimgsetonclick of modalimgsetonclick Image (Image Text) - Same Width as the Image */


/* Add Animation - Zoom in the modalimgsetonclick */
.modalimgsetonclick-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closesysmodalimgsetonclickset {
    position: fixed;
    top: 2px;
    right: 20%;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    color: #ffc221;
}

    .closesysmodalimgsetonclickset:hover,
    .closesysmodalimgsetonclickset:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalimgsetonclick-content {
        width: 100%;
    }
}

.menu-containersetposition {
	top: 0px;
	left: 0px;
	position: fixed;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 600ms, visibility 600ms,all .7s;
	transition: opacity 600ms, visibility 600ms,all .7s;
}

.hamburger-icon {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	padding-bottom: 2vh;
	cursor: pointer !important;
	width: 50px;
	height: 35px;
	background-color: rgba(91, 94, 166, .9);
	border-radius: 0 0 100px 0;
	-moz-border-radius: 0 0 100px 0;
	-webkit-border-radius: 0 0 100px 0;
}

	.hamburger-icon span {
		height: 3px;
		width: 30px;
		background-color: #fff;
		display: block;
		margin: 4px 0px 3px 3px;
		transition: 0.7s ease-in-out;
		transform: none;
	}

#hamburger-label {
	position: relative;
	text-align:left;
	top: -1px;
	left: -15px;
	right:auto;
	padding: 0px !important;
	margin: 0px !important;
	cursor: pointer !important;
}

#openmenusetmenuall:checked ~ .menu-pane {
	left: 0vw;
	transform: translateX(0vw);
}

#openmenusetmenuall:checked ~ .hamburger-icon span:nth-of-type(2) {
	transform: translate(0%, 175%) rotate(-45deg);
	background-color: white;
}

#openmenusetmenuall:checked ~ .hamburger-icon span:nth-of-type(3) {
	transform: rotate(45deg);
	background-color: white;
}

#openmenusetmenuall:checked ~ .hamburger-icon span:nth-of-type(1) {
	opacity: 0;
}

#openmenusetmenuall:checked ~ .hamburger-icon span:nth-of-type(4) {
	opacity: 0;
}

.menu-pane {
	background-color: rgba(91, 94, 166, .8);
	position: absolute;
	top: 0px;
	left:-80vw;
	transform: none;
	width: 200px;
	height: 100vh;
	overflow-y:auto;
	transition: 0.7s ease-in-out;
}

#setmenuhere a, #setmenuhere a:visited, #setmenuhere a:hover, #setmenuhere a:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	transition: 0.5s color ease;
	text-decoration: none;
	color: #81b3d2;
	font-size: 12pt;
	border: 1px solid rgba(91, 94, 166, 1);
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(91, 94, 166, 1);
}

#setmenuhere a {
	color: black !important;
	display: block;
	padding: 2px;
	margin-left: 5px;
	font-size: 12pt;
	width:100%!important;
	color:#fff!important;
}

	#setmenuhere a:hover {
		color: #FFAB91 !important;
		cursor: pointer !important;
	}

	#setmenuhere a:before, #setmenuhere a:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#setmenuhere a:hover {
		color: #d73444 !important;
	}

	#setmenuhere a:before, #setmenuhere a:after {
		content: "";
		transition: 0.5s all ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: absolute;
	}

	#setmenuhere a:before {
		top: -0.25em;
	}

	#setmenuhere a:after {
		bottom: -0.25em;
	}

	#setmenuhere a:before, #setmenuhere a:after {
		height: 1px;
		height: 0.1rem;
		width: 0;
		background: #FFAB91;
	}

	#setmenuhere a:hover:before, #setmenuhere a:hover:after {
		width: 100%;
	}

input.hamburger-checkbox {
	position: absolute;
	cursor: pointer !important;
	z-index: 5000;
	top: 0%;
	left: 0%;
	width: 50px;
	height: 35px;
	opacity: 0;
}
