@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@font-face {
  font-family: 'sakkal';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/sakkal.eot);
  src: url(fonts/sakkal.eot?#iefix) format('embedded-opentype'),
       url(fonts/sakkal.woff) format('woff'),
       url(fonts/sakkal.ttf) format('truetype');
}


body{
    background: white url(images/bg.png);
    font-family: Droid Arabic Kufi;
    color: #5B5C5C;
}

body,html{
    height: 100%;
    width: 100%;
    direction: rtl;
}

.warp{
    width: 540px;
    margin: 10px auto;
    max-width: 100%;

}
.box{
    background: white;
    box-shadow: 0 0 5px #aaa;
    border-radius: 8px;
    position: relative;
	z-index: 150;
	display: table;
}

.vm {
    vertical-align: middle;
}

.item {
    display: block;
    box-shadow: 0 0 3px #aaa;
    border-radius: 5px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #6B6C6C;
    margin: 5px 5px;
    padding-right: 0px;
    text-align: right;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.item i {
	border-radius: 5px;
    color: white;
    margin: 3px;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: normal
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	margin-left: 0px !important;
}

.clear {
    clear:both;
}


.twitter,.facebook,.youtube,.whatsapp{
	display: inline-block;
	width: 45px;
	height: 44px;
	position: relative;
	margin-top: -7px;
	padding-top: 5px;
	box-shadow: 0 0 5px #aaa;
	float: left;
	border-radius: 5px;
	background-color: white;
	margin-left: 8px;
	z-index: 50;
	background-repeat: no-repeat;
	background-position: 50% 60%;
}

.twitter{
	background-image: url(images/twiitter.png) ;
}
.facebook{
	background-image: url(images/fb.png) ;
}
.youtube{
	background-image: url(images/yt.png) ;
}
.whatsapp{
  width: auto;
  height: 44px;
  font-weight: bold;
  background-position: 20% 70%;
  text-align: left;
  font-family: sans-serif;
  background: #8bc53f;
  color: white;
  position: fixed;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  padding: 8px;
}

.whatsapp img{
	top: 5px;
	left: 10px;
	position: relative;
}

.w-phone {
	position: relative;
	top: 8px;
	left: 15px;
	color: gray;
    font-size: 18px;
}

.title {
	margin-bottom: 5px;
	display: inline-block;
	color: #a2312f;
	font-weight: bold;
	font-size: 24px;
}

.hide-c {
	font-family: 'sakkal';
	padding: 10px;
	text-align: justify;
	font-size: 20px;
}

.hide-c img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 280px;
}

hr {
	margin: 5px;
}

.no-padding {
    padding: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
    float: right;
}


label,input,select,textarea{
	width: 100%;
    text-align: right;
}
input,select,textarea{
	background: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
}
select{
height: 30px;
}
input[type='submit']{
	background: #9E162D;
	color: white;
	margin-top: 10px ;
    text-align: center;
}
.done{
	background: #d3f1c4;
	color: #207a08;
	border: 1px solid #66a263;
	padding: 10px;
	border-radius: 5px;
}
.HeaderImg {
    max-width: 94%;
    margin: 15px auto;
    width: 94%;
}
.doorImg {
    float: left;
    text-align: center;
    width: 50%;
    direction: ltr;
}
.doorImg img {
    float: none;
    margin: auto;
    max-width: 100%;
}
.aboutDetails {
    margin-right: 50px;
    font-size: 18px;
}

.story_content_image_container{
    width: 100%;
    text-align: center;
}

.story_content_image_container img{
    max-width: 90%;
    float: none;
    margin: 0!important;
}
@media (max-width: 768px){
  .whatsapp{
    padding: 15px 10px;
    position: fixed;
    border-radius: 0;
    font-size: 50px;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 85px;
    background: #8bc53f;
    color: white;
    line-height: normal;
  }
}
