body{
	font-family: 'Dosis', sans-serif;
	color:#fff;
	
	.back-link a {
		color: #4ca340;
		text-decoration: none; 
		border-bottom: 1px #4ca340 solid;
	}
	.back-link a:hover,
	.back-link a:focus {
		color: #408536; 
		text-decoration: none;
		border-bottom: 1px #408536 solid;
	}
	h1 {
		height: 100%;
		/* The html and body elements cannot have any padding or margin. */
		margin: 0;
		font-size: 32px;
		margin-bottom: 3px;
	}
	.entry-header {
		text-align: left;
		margin: 0 auto 50px auto;
		width: 80%;
        max-width: 978px;
		position: relative;
		z-index: 10001;
	}
	#demo-content {
		padding-top: 100px;
	}
}
	h1{
		text-align:center;
		line-height:50px;

	}
	h2{
		line-height:40px;
		color:#000;
	}
	h3{
		text-align:center;
		line-height:30px;
	}
	

	a {
		  text-decoration:none;
	   }
	.font-head {
		text-align:center;
		color:#fff;
	}
	.overlay{
		background:rgba(0,0,0,.8);
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		z-index:1;
		overflow:hidden;
	}
	/* CSS for popup window */
	.popup {
		width:100%;
		height:100%;
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		background:rgba(0,0,0,0.75);
			
	}
	 
	/* Inner */
	.popup-inner {
		max-width:500px;
		width:80%;
		padding:20px;
		position:absolute;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
		box-shadow:0px 2px 6px rgba(0,0,0,1);
		border-radius:3px;
		background:#fff;		
	}
	 
	/* Close Button */
	.popup-close {
		width:30px;
		height:30px;
		padding-top:4px;
		display:inline-block;
		position:absolute;
		top:0px;
		right:0px;
		transition:ease 0.25s all;
		-webkit-transform:translate(50%, -50%);
		transform:translate(50%, -50%);
		border-radius:1000px;
		background:rgba(0,0,0,0.8);
		font-family:Arial, Sans-Serif;
		font-size:20px;
		text-align:center;
		line-height:100%;
		color:#fff;
	}
	 
	.popup-close:hover {
		-webkit-transform:translate(50%, -50%) rotate(180deg);
		transform:translate(50%, -50%) rotate(180deg);
		background:rgba(0,0,0,1);
		text-decoration:none;
	}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
}

#defaultCountdown{
	z-index:2;
	margin:0 auto;
	display:table;
	position:relative;
}
.left-side {
	width: 50%;
    background-color: rgba(0, 0, 0, 0.48);
    float:left;
	margin:0; 
    padding:0; 
    min-height:100%; 
	z-index:100;
    position:absolute; 
	
}
.right-side {
	width: 50%;   
	float:right;
    z-index:100;
    position:relative;
    border: none; 	
}
.logo {
	width:100%;
	height:70px;
	margin-top:2px;
	
	background:url(../images/logo.png) top center no-repeat;	
}
.background{
	font-size:40px;
	font-weight:700;
	background-color:rgba(0, 184, 255, 0.53); 
	padding:10px;
	color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	padding: 12px 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
}
.bootstrap_tabs {
	font-size: 4.0em; 
	bottom:0px;
	text-align: center;
}


.bootstrap-block {
	color:#fff;
	padding:16px;	
	text-align:center;
}
.bootstrap-block:hover {    
	color:#fff;
	background-color:rgb(115, 198, 232);
	
}

.soc-bootstrap-block {	
	color:#fff;
	padding:8px;	
	text-align:center;	
}
.soc-bootstrap-block:hover { 	
	background-color:#ff9c00;
	
}

.clear {
	clear:both;
}
.countdown-row {
	margin:0 auto;
	width:100%;
	display:table;
	text-align:center;
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:115px;
	height:115px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:solid 1px #fff;
	text-align:center;
	margin:30px 15px;
}

.countdown-amount {
    font-size: 70px;
	font-weight:700;
	line-height:120px;
}
.countdown-period {
    display: block;
	margin-top:5px;
	color:#fff;
	font-size:18px;
	font-weight:100;
	
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: rgba(0, 184, 255, 0.53);
	border: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
}
.register-block {
	text-align:center;
	font-size:50px;
	margin-top:25%;
	
	
}
/* Start css for contact us form  */
/** the form elements **/
#elan-form { box-sizing: border-box;padding: 13px; }

#elan-form .txtinput { 
display: block;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;

padding: 13px 13px;
padding-left: 55px;
width: 400px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#elan-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#elan-form input#name {
background: #fff url('../images/contact/user.png') 3px 2px no-repeat;
}
#elan-form input#email {
background: #fff url('../images/contact/email.png') 5px 4px no-repeat;
}
#elan-form input#website {
background: #fff url('../images/contact/website.png') 5px 4px no-repeat;
}
#elan-form input#telephone {
background: #fff url('../images/contact/phone.png') 5px 4px no-repeat;
}

#elan-form textarea {
display: block;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
padding: 11px 25px;
padding-left: 55px;
width: 374px;
height: auto;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#elan-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#elan-form textarea.txtblock {
background: #fff url('../images/contact/speech.png') 5px 4px no-repeat;
}

#elan-form #slider { width: 60%; }

#elan-form #aligned { 
box-sizing: border-box; 
float: left; 

}
#elan-form #aside {
	float: left;
	width: 250px;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: left;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-right: 20px;
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 0.8em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: left;
height: 3em;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 0.8em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}



/* Start css for slider div */
div.panel {
  display:none;
  position: absolute;
  top: 0;
  width:100%;
  right:0%;
  height: 100%;
  z-index: 3;
  margin: 0;
  overflow:hidden;
  background-color:rgba(93, 219, 52, 0.84);

  
}
div.home {
    display:none;
    font-family:arial;
    color:white;
    padding:50px;
    overflow:hidden;
}
span.close {
    position:absolute;
    right:10px;
    top:15px;
    cursor:pointer;
}
/* End css for slider div */
.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 100px;
}

a{
color:#000;
}

.box {
	border-radius: 5px;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ff9c00;
	border: none;
	padding: 12px 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;	
}

/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1219px){
	

	.background{
		font-size:70%;
		width:90%;	
	}
	.logo {
		width:100%;
		height:70px;
		background:url(../images/logo.png) top center no-repeat;	
	}
	
	.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:65px;
	height:65px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:solid 1px #fff;
	text-align:center;
	margin:20px 10px;
	}

	.countdown-amount {
		font-size: 40px;
		font-weight:700;
		line-height:65px;
	}
	#container {
		width: 100%;
	}
	#elan-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#elan-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#elan-form .txtinput, #elan-form textarea {
		width: 85%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}

}


@media (min-width: 561px) and (max-width: 720px) {
	
	.countdown-section {
		margin:5px;
	}
	.bootstrap-block {
		padding:2px;	
		padding:16px;
		width:33%;
		text-align:center;
	}
	.background{
		font-size:50%;
		width:90%;	
	}
	.logo {
		width:100%;
		height:70px;
		background:url(../images/logo.png) top center no-repeat;	
	}
	
	#container {
		width: 100%;
	}
	#elan-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#elan-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#elan-form .txtinput{
		width: 375px;
	}
	
	#elan-form textarea {
		width: 77%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}
	

}

@media (max-width: 600px){
	
	.background{
		font-size:50%;
		width:90%;	
	}
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:75px;
		height:75px;
		margin:6px;
	}
	
	.countdown-amount {
		font-size: 32px;
		font-weight:700;
		line-height:74px;
	}
	
	.logo {
		width:100%;
		height:70px;
		background:url(../images/logo.png) top center no-repeat;	
	}
	.left-side {
		width: 100%;
		background-color: rgba(128, 128, 128, 0.32);
		float:left;
		clear: both;
		overflow: auto;
		position: relative;
	
	}
	.right-side {
		width: 100%;   
		float:right;	
	}
	
	.background{
	background-color:rgba(0, 184, 255, 0.53);
	width:90%;	
	}
	#container {
		width: 100%;
	}
	#elan-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#elan-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#elan-form .txtinput{
		width: 80%;
	}
	
	#elan-form textarea {
		width: 77%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}
	
}

@media (max-width: 420px){
	h1{
	text-align:center;
	}
	.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:50px;
	height:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border:solid 1px #fff;
	text-align:center;
	margin:20px 10px;
}
	
	.countdown-amount {
    font-size: 25px;
	font-weight:700;
	line-height:40px;
}
	.countdown-period {    
		margin-top:20px;
		color:#fff;
		font-size:100%;
	
	}
	
	.image-align{
		padding-top: 20px;
		width:100%;
	}
	.logo {
		width:100%;
		height:70px;
		background:url(../images/logo.png) top center no-repeat;	
	}

	
	.background{
		font-size:50%;	
		width:90%;	
	}
	.bootstrap_tabs {
		font-size:38px;
		bottom:0px;
		text-align:center;
	}
	
	.bootstrap-block {
		padding:2px;
		color:#fff;
		padding:16px;
	}

	.font-head {
		text-align:center;
		color:#fff;
		font-size:100%;
	}

	.left-side {	
		background-color: rgba(0, 0, 0, 0.48);
		clear: both;
		overflow: auto;
		position: relative;    
	
	}
	.right-side {
		z-index:100;    
		border: none; 	
	}
	#container {
		width: 100%;
	}
	#elan-form #aligned {
		width: 100%;
		float: none;
		display: block;
	}
	#elan-form #aside {
		width: 100%;
		display: block;
		float: none;
	}
	#elan-form .txtinput, #elan-form textarea {
		width: 55%;
	}
	#prioritycase {
		float: left;
		display: block;
	}
	#recipientcase {
		float: left;
		display: block;
		margin-right: 55px;
	}
	
}