/**
 *
 * @author Ibrahim Naeem <mbting.9m@gmail.com>
 *
**/

::-webkit-scrollbar {display: none;}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
input:focus,button:focus {outline: none; }

body {
	margin: 0;
	padding: 0;
	padding-top: 3%;
	font: 15px Tahoma, Helvetica, Arial, sans-serif;
	background : url(../img/pat.png);
}

h2 {
	margin-top: 5px;
}

.hide {
	display : none;
}

.dv, .thaanaKeyboardInput {
	font-family: Mv Iyyu Formal;
	direction: rtl;
	font-size: 1.3em;
	line-height: 1.1;
}

input.dv {
	line-height: 2.8;
}

.notice {
	padding: 10px;
	color: #fff !important;
	text-align: center;
	width: 620px;
	margin: 0 auto;
}

.notice a {
	text-decoration: none;
	font-style: italic;
}

.notice.error {
	background: #9e3e3e;
}

.notice.success {
	background: #6b9e3e;
}

.notice.neutral {
	background: #fafafa;
	color: #aeaeae !important;
	border: 1px solid #EFEFEF;
}

.notice.neutral a {
	color: #aeaeae !important;
}

.notice .dv {
	font-size: 1.2em;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

header,footer {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}

#baslogo {
	width: 240px;
	height: 240px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#bas404 {
	width: 500px;
	display: block;
	margin: 0 auto;
	padding-top: 10%;
}

.baslogosmall {
	height: 100px !important;
	width: 100px !important;
	margin-top: 10%;
	margin-bottom: 10%;
}

#bascontent {
	width: 620px;
	margin: 0 auto;
	border: 3px solid #6b9e3e;
	margin-top: 3%;
	margin-bottom: 5%;
}

.bascontentsmall {
	margin-top: 2% !important;
}

#basform {
	width: 100%;
	position: relative;
}

#basform * {
	height: 60px;
	color: #7e7e7e;
}

#baslang {
	float: left;
	background: #6b9e3e;
	width: 60px;
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

#basterm {
	width: 100%;
	padding: 10px 50px 10px 10px;
	font-size: 1.3em;
	border: 1px solid #fff;
}

.searchbtn i {
	color: #bdbdbd !important;
}

.searchbtn {
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	padding: 20px;
	font-size: 1.2em;
}

#bastext {
	margin-left: 60px;
}

#basresults {
	width: 620px;
	margin: 0 auto;
	margin-top: -4%;
	margin-bottom: 2%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#basresults ul {
	padding : 0;
}

.basdv {
	float: right;
	text-align: right;
}

.basword {
	list-style: none;
	background : #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: 1px solid #d6d6d6;
}

.basbox {
	width : 50%;
	padding: 10px 10px 0px 10px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.baseng {
	float: left;
	padding-top: 13px;
}

.basbox a {
	text-decoration: none;
	color: #7e7e7e;
	font-size: 1.3em;
	padding: 5px;
}

.basbox a.dv {
	font-size: 1.7em;
	line-height: 1.3;
	float: right;
}

.bascontext {
	font-size: 0.5em;
	color: #a6a6a6;
	font-style: italic;
}

.bascontext.dv {
	font-size: 0.9em;
	line-height: 1.1;
}

.basmeaning {
	color: #7e7e7e;
	margin: 0px;
	padding-top: 10px;
	/*display: none;*/
}

.bastype {
	color: #d6d6d6;
	margin-right: 5px;
}

.suggestprompt a {	
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #7e7e7e;
}

#bassuggest {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url('../img/lighten.png');
	z-index: 3;
	display: none;
}

#bassuggest form {
	display: block;
	width: 620px;
	margin: 0 auto;
	margin-top: 15%;
	background: #fff;
	padding: 20px;
	border: 1px solid #d6d6d6;
	position: relative;
}

#bassuggest .notice {
	width: 100%;
	margin-bottom: 10px;
}

#suggestClose {
	width: 20px !important;
	display: block;
	height: 20px;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff !important;
	text-decoration: none;
	padding: 1px 0px 0px 6px;
	font-size: 0.8em;
	background: #d6d6d6;
	float: right;
	margin-top: -31px;
	margin-right: -8px;

}

#suggestClose:hover {
	background: #fff;
	color: #d6d6d6 !important;
}

#bassuggest input:not(#recaptcha_response_field) {
	display: block;
	height: 40px;
	border: 1px solid #d6d6d6;
	padding: 10px;
	font-size: 1.1em;
	width: 100%;
	margin-bottom: 10px;
	color: #7e7e7e;
}

#basdhisuggest {
	direction: rtl;
	font-family: Mv Iyyu Formal;
	line-height: -1em;
}

#recaptcha_table {
	margin: 0 auto !important;
}

.recaptcha_input_area input {
	border: 1px solid #d6d6d6 !important;
	padding: 2px !important;
}

#recaptcha_privacy a {
	color: #d6d6d6;
	font-size: 0.9em;
}

#bassuggestrecaptcha {
	margin-bottom: 10px;
}


#bassuggest button {
	display: block;
	height: 40px;
	background: #6b9e3e;
	border: 1px solid #6b9e3e;
	color: #fff;
	margin-bottom: 0;
	font-size: 1.1em;
	width: 100%;
	margin-bottom: 10px;
}

#basquote {
    width: 620px;
    color: #7E7E7E;
    font-size: 1.5em;
    background: url('../img/quote.png') no-repeat scroll center center transparent;
    margin: 1px auto 5px;
    padding: 20px;
    line-height: 0;
    height: 42px;
}

#basdev {
	width : 100%;
}

#basdev a {
	display: inline-block;
	/*background: #000;*/
	margin: 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.fb-like {
	padding: 10px;
	margin-top: 10px;
}

.playstorbadge {
	display: block;
	clear: both;
}

.cclicence {
	display: block;
	clear: both;
}

#inm {
	background: url('../img/inm.png') 0px -30px;
}

#inm:hover {
	background: url('../img/inm.png') 0px 0px;
}


#exz {
	background: url('../img/exz.png') 0px -30px;
}

#exz:hover {
	background: url('../img/exz.png') 0px 0px;
}

.cclicence {
	margin: 1em;
}

#copy {
	font-size: 0.8em;
	color: #aeaeae;
}

input.error {
	border: 1px solid #9e3e3e !important;
}

.basvindhu {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.basvindhu path {
	fill: none;
	stroke: #6b9e3e;
}

.basvindhu .axis path { display: none; }



@media only screen and (min-width:0px) and (max-width:650px) {

	#baslogo {
		height: 150px;
		width: 150px;
		margin-top: 5%;
		margin-bottom: 8%;
	}

	#basquote {
		width: 100%;
	}

	#bascontent,header,footer {
		width: 96%;
	}

	#basresults {
		width: 96%;
	}

	.basbox a {
		display: block;
		clear: both;
	}

	.bascontext {
		display: block;
		clear: both;
	}

	#bassuggest form {
		width: 100%;
	}

}

@media only screen and (max-width: 500px) {
	#bas404 { width: 100%; }
}


@font-face {
	font-family: Mv Iyyu Formal;
	src: url('../fonts/Mv_Iyyu_Formal.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/** modified loading animation http://cssload.net/#sthash.XUYgXLkl.dpuf **/

#followingBallsG{
	position:relative;
	width:100%;
	height:5px;
	/*display: none;*/
}
.followingBallsG{
	background-color:#6b9e3e;
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
	-moz-border-radius:24px;
	-moz-animation-name:bounce_followingBallsG;
	-moz-animation-duration:2.8s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:24px;
	-webkit-animation-name:bounce_followingBallsG;
	-webkit-animation-duration:2.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:24px;
	-ms-animation-name:bounce_followingBallsG;
	-ms-animation-duration:2.8s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:24px;
	-o-animation-name:bounce_followingBallsG;
	-o-animation-duration:2.8s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:24px;
	animation-name:bounce_followingBallsG;
	animation-duration:2.8s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}
#followingBallsG_1{
	-moz-animation-delay:0s;
}
#followingBallsG_1{
	-webkit-animation-delay:0s;
}
#followingBallsG_1{
	-ms-animation-delay:0s;
}
#followingBallsG_1{
	-o-animation-delay:0s;
}
#followingBallsG_1{
	animation-delay:0s;
}
#followingBallsG_2{
	-moz-animation-delay:0.08s;
	-webkit-animation-delay:0.08s;
	-ms-animation-delay:0.08s;
	-o-animation-delay:0.08s;
	animation-delay:0.08s;
}
#followingBallsG_3{
	-moz-animation-delay:0.36s;
	-webkit-animation-delay:0.36s;
	-ms-animation-delay:0.36s;
	-o-animation-delay:0.36s;
	animation-delay:0.36s;
}
#followingBallsG_4{
	-moz-animation-delay:0.64s;
	-webkit-animation-delay:0.64s;
	-ms-animation-delay:0.64s;
	-o-animation-delay:0.64s;
	animation-delay:0.64s;
}
@-moz-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color:#6b9e3e;
	}
	50%{
		left:99%;
		background-color:#6b9e3e;
	}
	100%{
		left:0px;
		background-color:#6b9e3e;
	}
}
@-webkit-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color:#6b9e3e;
	}
	50%{
		left:99%;
		background-color:#6b9e3e;
	}
	100%{
		left:0px;
		background-color:#6b9e3e;
	}
}
@-ms-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color:#6b9e3e;
	}
	50%{
		left:99%;
		background-color:#6b9e3e;
	}
	100%{
		left:0px;
		background-color:#6b9e3e;
	}
}
@-o-keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color:#6b9e3e;
	}
	50%{
		left:99%;
		background-color:#6b9e3e;
	}
	100%{
		left:0px;
		background-color:#6b9e3e;
	}
}
@keyframes bounce_followingBallsG{
	0%{
		left:0px;
		background-color:#6b9e3e;
	}
	50%{
		left:99%;
		background-color:#6b9e3e;
	}
	100%{
		left:0px;
		background-color:#6b9e3e;
	}
}
