@charset "utf-8";

@font-face {
      font-family: Samim;
      src: url('/../fonts/samim/samim.eot');
      src: url('/../fonts/samim/samim.eot?#iefix') format('embedded-opentype'),
           url('/../fonts/samim/samim.woff') format('woff'),
           url('/../fonts/samim/samim.ttf') format('truetype');
      font-weight: normal;
}


*{
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
body{
	font-family: Samim,Arial,sans-serif !important;
	direction: rtl;
	position: relative;
	height: 100%;
	min-height: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);	
}
header{
	position: relative;
	width: 100%;
	height: 55px;
	top: 0;
	z-index: 50;
	background-color: white;
	border-bottom: 1px solid gray;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.40);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.40);
}
footer{
	position: relative;
	width: 100%;
	min-height: 150px;
	z-index: 50;
	background-color: white;
	border-top: 1px solid lightgray;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.wrap{
	width: 1280px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
.fullheight-wrap{
	min-height: 85vh;
}
.white-bg-body{
	background-color: white;
	background-image: none;
	text-align: center;
	padding-top: 40px;
}
.buy-oid{
	color: #00457E;
	font-weight: bold;
}
/*HEADER*/
header .left-box{
	float: left;
	height: 100%;
	padding: 8px 0 8px 0;
}
header .left-box i{
	color: #6E6E6E;
	transition: color 0.5s;
}
header .left-box a:nth-child(2){
	margin-left: 8px;
	margin-right: 8px;
}
header .left-box i:hover{
	color: #1A1A1A;
	cursor: pointer;
}

header .navbar{
	overflow: hidden;
}
header .navbar a{
	float: right;
  	font-size: 16px;
  	color: #6E6E6E;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.5s;
}
header .navbar a:hover{
	color: #1A1A1A;
	cursor: pointer;
	background-color: rgba(134,134,134,0.15);
}

/*FOOTER*/
footer .footer-top{
	width: 100%;
	height: 170px;
}
footer .footer-btm{
	width: 100%;
	height: 50px;
	border-top: 1px solid gray;
	background-color: #F0F0F0;
}
footer .ft-right{
	padding-top: 15px;
	padding-bottom: 10px;
	float: right;
}
footer .ft-right span{
	font-size: 1.2em;
	padding-bottom: 5px;
	display: inline-block;
	color: #6E6E6E;
}
footer .ft-right i{
	margin-top: 10px;
	color: #6E6E6E;
}
footer .ft-right i:hover{
	color: #1A1A1A;
	cursor: pointer;
}
footer .ft-left{
	height: 100%;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
footer .ft-left img{
	height: 100%;
	width: auto;
}
footer .footer-fekraco{
	display: block;
	text-align: center;
	padding-top: 9px;
}
footer .footer-fekraco a{
	margin-right: 5px;
	color: black;
	text-decoration: underline;
}

/*BODY*/

.body-content{
	width: 100%;
	height: auto;
	min-height: 90vh;
}

.body-box-top{
	position: relative;
	width: 100%;
	height: 800px;
	z-index: 10;
}
.body-box-btm{
	position: relative;
	width: 100%;
	height: 800px;
	z-index: 9;
}
.body-box-feedback{
	position: relative;
	width: 100%;
	min-height: 400px;
	z-index: 8;
	background-color: #6B6B6B;
}
.body-box-feedback .wrap{
	display: flex;
	align-items: center;
}
.body-box-feedback .fdb-box{
	width: 70%;
	height: 100%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
.fdb-box .title{
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid white;
	text-align: center;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.fdb-box .fb-msg{
	font-size: 1.2em;
	border: 1px solid #00D977;
	border-radius: 5px;
	padding: 0 10px;
	color: #00D977;
}
.fdb-box .fb-msg-er{
	font-size: 1.2em;
	border: 1px solid #D9A800;
	border-radius: 5px;
	padding: 0 10px;
	color: #D9A800;
}
.fdb-box .txt-input-box{
	float: right;
	width: 49%;
}
.fdb-box .txt-input-box:nth-child(2){
	float: left;
}
.fdb-box .txt-input-box .text-input{
	background-color: rgba(255,255,255,0.50);
	border-radius: 5px;
	border: 1px solid white;
	padding: 5px;
	width: 100%;
	font-family: Samim,Arial,sans-serif!important;
}
.fdb-box .txt-input-box .text-input:focus,.fdb-box .text-area:focus{
	outline: none;
	background-color: rgba(255,255,255,0.80);
}
.fdb-box .text-area{
	max-height: 160px;
	height: 160px;
	max-width: 100%;
	width: 100%;
	margin-top: 15px;
	background-color: rgba(255,255,255,0.50);
	border-radius: 5px;
	border: 1px solid white;
	padding: 5px;
	font-family: Samim,Arial,sans-serif!important;
}
.fdb-box .txt-input-box .tag{
	color: white;
}
.fdb-box img{
	border: 1px solid white;
	float: right;
}
.fdb-box .captcha-inp{
	width: 180px;
	float: right;
	margin-right: 10px;
}
.fdb-box .captcha-inp .send{
	width: 100%;
	border-radius: 5px;
/*	background-color: #00A968;*/
	color: white;
	font-family: Samim,Arial,sans-serif!important;
	background-color: #0065B8;
	margin-top: 5px;
	padding: 4px;
}
.fdb-box .captcha-inp .send:hover{
	cursor: pointer;
	background-color: #00457e;
}
.body-box-backg{
	position: absolute;
	width: 100%;
	height: 50%;
	z-index: 11;
	background-repeat: no-repeat;
	background-size: cover;
}
.body-box-backg-a{
	background-image: url(../img/cover-bg-a.jpg);
}
.body-box-backg-b{
	background-image: url(../img/cover-bg-b.jpg);
}
.body-box-backg-b-mr{
	background-image: url(../img/cover-bg-b-mr.jpg);
}
.body-box-backg-c{
	background-image: url(../img/cover-bg-c.jpg);
}
.body-box-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 12;
}
.body-box-cover .top-cover{
	width: 100%;
	height: 50%;
	background-color: rgba(0,0,0,0.65);
}
.app-page-header .cover .top-cover{
	height: 100%;
}
.body-box-cover .btm-cover{
	width: 100%;
	height: 50%;
	background-color: white;
	border-top: 1px solid gray;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.80);
}

.btm-cover .right-box{
	float: right;
	height: 100%;
	width: 50%;
	padding: 15px;
}
.btm-cover .left-box{
	float: left;
	height: 100%;
	width: 50%;
	padding: 15px;
}
.body-box-btm .right-box{
	padding-top: 35px;
}
.body-box-top .left-box{
	padding-top: 35px;
}
.btm-cover .app-info{
	font-size: 1.3em;
	text-align: justify;
}
.btm-cover .app-info-title{
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #00457E;
}
.btm-cover .showmore-btn,.app-page-content-box .showmore-btn{
	display: table;
	text-align: center;
	background-color: #00A968;
	border-radius: 50px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px;
	font-size: 1.3em;
	transition: background-color 0.5s; 
}
.btm-cover .showmore-btn:hover{
	background-color: #008652;
}
.btm-cover .book-cover{
	display: block;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-right: 25px;
}
.btm-cover .app-cover{
	display: block;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-left: 25px;
}
.title-box h1{
	font-weight: bold;
	color: white;
	font-size: 3.2em;
	text-align: center;
}
.title-box h1 .sml{
	font-size: 0.8em;
}
.body-box-top .title-box,.app-page-header .cover .title-box{
	float: right;
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.body-box-btm .title-box{
	float: left;
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*APP PAGE*/
.app-page-header{
	position: relative;
	z-index: 30;
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.90);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.90);
}
.app-page-header .background{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: cover;
}
.app-page-header .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: rgba(0,0,0,0.65);
}
.app-page-image-box{
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 25;
	background-color: #F1F1F1;
}
.app-page-image-box img{
	height: 100%;
	width: auto;
	border-radius: 5px;
	border: 1px solid #919191;
	margin: 0 10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.40);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.40);
}
.app-page-image-box .wrap{
	padding: 25px 10px;
	text-align: center;
}
.app-page-content-box{
	position: relative;
	z-index: 35;
	width: 100%;
	min-height: 1000px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}
.app-page-content-box .wrap{
	padding: 25px 10px;
}
.app-page-content-box .title{
	display: inline-block;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 15px;
	color: #00457E;
	border-bottom: 1px solid #00457E;
}
.app-page-content-box .more-top-mrg{
	margin-top: 45px;
}
.app-page-content-box .p-txt{
	font-size: 1.2em;
	text-align: justify;
}
.app-page-content-box .p-txt img{
	float: left;
	width: 30%;
}
.app-page-content-box .eng-txt{
	direction: ltr;
}
.app-page-content-box .ostad-box{
	height: auto;
	padding: 5px 10px;
	width: 30%;
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
	border-right: 2px solid darkgray;
}
.app-page-content-box .ostad-box b{
	font-size: 1.2em;
	width: 100%;
}
.app-page-content-box .ostad-box span{
	font-size: 1.1em;
	width: 100%;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.app-page-content-box .showmore-btn{
	float: left;
}
.app-page-content-box .os-txt{
	font-size: 1.3em;
	font-weight: bold;
}
.app-page-content-box .input-box{
	width: 30%;
	height: auto;
	padding: 10px;
	float: right;
}
.app-page-content-box .input-box .tag{
	font-size: 1.1em;
}
.app-page-content-box .input-box .price-tag{
	font-size: 1.1em;
	font-weight: bold;
	color: #00457E;
}
.app-page-content-box .input-box .price-txt{
	font-size: 1.3em;
	font-weight: bold;
}

.app-page-content-box .input-box .input{
	font-family: Samim,Arial,sans-serif!important;
	width: 90%;
	font-size: 1.1em;
	border-radius: 5px;
	border:1px solid lightgray;
	border-right: 3px solid lightgray;
	padding: 5px 8px;
}
.app-page-content-box .input-box .input:focus{
	outline: none;
	background-color: #F0F0F0;
	border:1px solid darkslategray;
	border-right: 3px solid darkslategray;
}
.app-page-content-box .text-area{
	width: 87%;
}
.app-page-content-box .text-area .input{
	max-width: 100%;
	width: 100%;
	height: 150px;
}
.app-page-content-box .captcha-inp{
	width: auto;
}
.app-page-content-box .captcha-inp .input{
	width: 200px;
}
.app-page-content-box .send{
	font-family: Samim,Arial,sans-serif!important;
	margin-top: 5px;
	font-size: 1.2em;
	width: 200px;
}
.app-page-content-box .send:hover{
	background-color: #008652;
	cursor: pointer;
}
.app-page-content-box #buy-btn{
	float: right;
	margin-right: 10px;
}
.app-page-content-box #buy-msg{
	display: none;
	margin-right: 10px;
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 8px;
	width: auto;
	background-color: #FFE9C2;
}
.app-page-content-box #buy-msg span{
	font-size: 1.2em;
}
.app-page-content-box #buy-conf{
	display: none;
	float: right;
	margin-right: 10px;
}
.div-line{
	height: 1px;
	width: 100%;
	background-color: darkgray;
	margin:0 0 15px 0;
}

/*media*/
/*pc def*/
@media (min-width: 1280px){
	
}
/*pc*/
@media (min-width: 1024px) and (max-width: 1279px){
	
}
@media (min-width: 768px) and (max-width: 1023px){/*ipad*/
	.body-box-top .title-box,.body-box-btm .title-box,.app-page-header .cover .title-box{
		width: 100%;
	}
	.body-box-top .btm-cover .right-box, .body-box-btm .btm-cover .left-box{
		display: none;
	}
	.body-box-top .btm-cover .left-box, .body-box-btm .btm-cover .right-box{
		width: 100%;
	}
	.title-box h1{
		font-size: 2.8em;
	}
	header .left-box{
		padding: 12px 0 4px 5px;
	}
	.app-page-image-box{
		white-space: nowrap;
		overflow-x: scroll;
	}
	footer .ft-right{
		padding-right: 8px;
	}
	.body-box-feedback .fdb-box{
		width: 100%;
	}
}
/*not used*/
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape){
	
}
@media (min-width: 480px) and (max-width: 767px){/*surface*/
	.body-box-top .title-box,.body-box-btm .title-box,.app-page-header .cover .title-box{
		width: 100%;
	}
	.body-box-top .btm-cover .right-box, .body-box-btm .btm-cover .left-box{
		display: none;
	}
	.body-box-top .btm-cover .left-box, .body-box-btm .btm-cover .right-box{
		width: 100%;
	}
	.title-box h1{
		font-size: 2.8em;
	}
	header .left-box{
		padding: 12px 0 4px 5px;
	}
	.app-page-image-box{
		white-space: nowrap;
		overflow-x: scroll;
	}
	footer .ft-right{
		padding-right: 8px;
	}
	.body-box-feedback .fdb-box{
		width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 479px){
	.body-box-top .title-box,.body-box-btm .title-box,.app-page-header .cover .title-box{
		width: 100%;
	}
	.title-box h1{
		font-size: 2.8em;
	}
	.btm-cover .app-info-title{
		font-size: 1.4em;
	}
	.btm-cover .app-info{
		font-size: 1.2em;
	}
	.btm-cover #app-info-nl{
		display: none;
	}
	.body-box-top .btm-cover .right-box, .body-box-btm .btm-cover .left-box{
		display: none;
	}
	.body-box-top .btm-cover .left-box, .body-box-btm .btm-cover .right-box{
		width: 100%;
		padding-top: 10px;
	}
	.body-box-feedback .fdb-box{
		width: 100%;
	}
	.fdb-box .captcha-inp{
		margin-right: 0;
		margin-top: 5px;
	}
	footer .ft-right{
		padding-right: 8px;
	}
	header .navbar a{
		padding:14px 10px;
		font-size: 14px;
	}
	header .fa-2x{
		font-size: 1.8em;
	}
	header .left-box a:nth-child(2){
		margin-left: 4px;
		margin-right: 4px;
	}
	header .left-box{
		padding: 12px 0 4px 5px;
	}
	.app-page-content-box .p-txt img{
		width: 45%;
	}
	#book-buy-form .input-box{
		width: 50%;
	}
	#book-buy-form .text-area{
		width: 100%;
	}
	.app-page-image-box{
		white-space: nowrap;
		overflow-x: scroll;
	}
}
@media (min-width: 360px) and (max-width: 410px){
	#h-wa-icon{
		display: none;
	}
	#h-telg-icon{
		display: none;
	}
	#app-dl-btn{
		float: right;
	}
}
@media (min-width: 320px) and (max-width: 359px){
	#h-wa-icon{
		display: none;
	}
	#h-telg-icon{
		display: none;
	}
	#app-dl-btn{
		float: right;
	}
	.btm-cover .app-info-title{
		font-size: 1.2em;
	}
	.btm-cover .app-info{
		font-size: 1em;
	}
	.btm-cover #app-info-nl{
		display: block;
	}
	#book-buy-form .input-box{
		width: 100%;
	}
	footer .ft-right span{
		font-size: 1.1em;
	}
	footer .ft-right .fa-3x{
		font-size: 2em;
	}
}