
.sun,
.moon {
	display: none
}
.logo {
	display: none;
	max-width: 105px;
	width: 100%;
	text-align: center;
	margin: 0 auto
}
.yeslogo {
	display: block
}
:hover,
a:hover,
button:hover {
	transition: ease-in-out.5s
}
a.btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold
}
span a {
	text-decoration: underline;
	font-weight: bold
}
body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000
}
.night {
	background: #735ca7;

}
.morning {
	background: #ffca7c;
	
}
body.morning div.bottom {
	z-index: 5;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 406px;
	background-size: cover;
	background-image: url(../img/morning/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom
}
body.morning div.cloud {
	z-index: 3;
	width: 100%;
	position: absolute;
	top: 0;
	height: 606px;
	background-size: cover;
	background-image: url(../img/morning/cloud.png);
	background-repeat: no-repeat;
	background-position: bottom
}
body.morning div.sun {
	display: block;
	-moz-box-shadow: 0 1px 175px #fff6d5;
	-webkit-box-shadow: 0 1px 175px #fff6d5;
	box-shadow: 0 1px 175px #fff6d5;
	z-index: 4;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	bottom: 175px;
	border-radius: 50%;
	background: #fffdf2;
	box-shadow: 0px #fff 0px;
	height: 205px;
	width: 205px
}
body.night div.bottom {
	z-index: 5;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 406px;
	background-size: cover;
	background-image: url(../img/morning/bottom_night.png);
	background-repeat: no-repeat;
	background-position: bottom
}
body.night div.moon {
	display: block;/*
	-moz-box-shadow: 0 1px 175px #ada1c9;
	-webkit-box-shadow: 0 1px 175px #ada1c9;
	box-shadow: 0 1px 175px #ada1c9;*/
	z-index: 4;
	position: absolute;
	top: 75px;
	right: 105px;
	/*border-radius: 50%;*/

	background: url(../img/morning/moon.svg) no-repeat center;
	background-size: 100%;
	
	/*box-shadow: 0px #fff 0px;*/
	height: 175px;
	width: 175px
}
@media only screen and (max-width: 750px) {
	body.night div.moon {
		right: 10px;
		width: 75px;
		height: 75px;
		background-size: cover
	}
}
body.morning a {
	color: #000
}
body.night a {
	color: #000
}
a.btn {
	border: 0
}
body.morning a.btn.btn-primary,
body.night a.btn.btn-primary {
	background: #000;
	color: #fff
}
.bounce {
	-webkit-animation: bounce 11s infinite;
	animation: bounce 11s infinite;
}
div.qadhachoice.bounce {
	-webkit-animation: bounce 15s infinite;
	animation: bounce 15s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-30px);
	}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}
.form-control {
	border: 0
}
.h {
	display: none;
}