@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: 230px;
	z-index: 50;
	background-color: gray;
}
.wrap{
	width: 1280px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}

/*HEADER*/
header .right-box{
	float: right;
	height: 100%;
	display: flex;
}
header .right-box .menu-btn{
	display: inline-block;
	height: 100%;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid lightgray;
	color: darkslategray;
	line-height: 54px;
	cursor: pointer;
	transition: background-color 0.5s;
	font-size: 1.1em;
}
header .right-box .menu-btn:last-of-type{
	border-left: 1px solid lightgray;
}
header .right-box .menu-btn:hover{
	background-color: #F4F4F4;
	color: lightslategray;
}
header .right-box .menu-btn:hover i{
	color: lightslategray;
}
header .right-box .menu-btn i{
	margin-left: 4px;
	color: darkslategray;
	font-size: 1.3em;
}

header .left-box{
	float: left;
	display: flex;
	height: 100%;
	padding-top: 6px;
}
header .left-box .social-icon{
	border-radius: 50px;
	border: 1px solid darkslategray;
	height: 41px;
	color: darkslategray;
	display: block;
	padding: 0 7px 0 12px;
	margin-left: 5px;
	transition: background-color 0.5s;
}
header .left-box .social-icon span{
	line-height: 35px;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: bottom;
}
header .left-box .social-icon i{
	font-size: 2em;
	margin-left: 5px;
	margin-top: 4px;
}
header .left-box .social-icon:hover{
	background-color: rgba(119,136,153,0.2);
	cursor: pointer;
}

/*FOOTER*/
footer .top-box{
	position: relative;
/*	z-index: 1;*/
/*	min-height: 220px;*/
	width: 100%;
	background-image: url(../image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #151515;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.80);
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.80);
}
footer .top-box .wrap{
	padding: 25px 10px;
}
footer .top-box .content-box{
	position: relative;
/*	z-index: 2;*/
	height: 100%;
	width: 100%;
/*	background-color: rgba(0,0,0,0.88);*/
	background-color: rgba(66,38,112,0.8);
}
footer .right-box{
	float: right;
/*	height: 100%;*/
}
footer .left-box{
	float: left;
/*	height: 100%;*/
}
footer .left-box .enamad-box{
	height: 160px;
	width: 128px;
	background-color: white;
	border-radius: 10px;
/*
	min-height: 140px;
	min-width: 110px;
*/
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
}
.park-logo{
	margin-left: 10px;
}
.park-logo img{
	width: 100%;
	height: 100%;
}
footer .ft-address-txt{
	color: white;
	font-size: 1.15em;
	display: block;
	margin: 8px 0;
}
footer .ft-address-txt i{
	margin-left: 5px;
	font-size: 1.25em;
}
footer .btm-box{
	min-height: 50px;
	width: 100%;
	background-color: white;
}
footer .btm-box .footer-text{
	display: inline-block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 1.1em;
	color: darkslategray;
}
footer .btm-box .footer-text a{
	text-decoration: underline;
	color: darkslategray;
}

/*BODY*/
.body-content{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 70vh;
	background-color: white;
}
.body-content .top-box{
	position: relative;
	z-index: 1;
	min-height: 140px;
	width: 100%;
	background-image: url(../image/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #151515;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.80);
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.80);
}
.body-content .top-box .content-box{
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
/*	background-color: rgba(0,0,0,0.88);*/
	background-color: rgba(66,38,112,0.8);
}
.body-content .top-box .wrap{
	padding: 25px 5px;
}
.body-content .top-box .right-box{
	float: right;
	height: 100%;
}
.body-content .top-box .left-box{
	float: left;
	height: 100%;
	padding-top: 25px;
}
.body-content .top-box .m-title-box{
	height: 90px;
	width: auto;
	text-align: right;
}
.body-content .top-box .m-title-box .icon{
	height: 100%;
	width: auto;
}
.body-content .top-box .m-title-box .text-box{
	height: 100%;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
/*	background-color: rgba(255,255,255,0.2);*/
	border-radius: 10px;
}
.body-content .top-box .m-title{
	color: white;
	display: block;
	line-height: 40px;
}
.body-content .top-box .m-sub-title{
	color: white;
	display: block;
	line-height: 50px;
}
.mc-top-btn{
	border-radius: 10px;
	padding: 2px 8px;
	font-size: 1.2em;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 200px;
	transition: background-color 0.5s;
}
.mc-top-btn i{
	margin-left: 10px;
}
.mc-top-green-btn{
	color: #00FF74;
	border: solid 2px #00FF74;
}
.mc-top-blue-btn{
	color: #00B3FF;
	border: solid 2px #00B3FF;
}
.mc-top-green-btn:hover{
	background-color: rgba(0,255,116,0.1);
}
.mc-top-blue-btn:hover{
	background-color: rgba(0,179,255,0.1);
}
.center-content{
	width: 100%;
	height: auto;
	padding: 35px 0px;
}
.center-content .title{
	margin-bottom: 15px;
	border-right: 4px solid #0055C8;
	padding-right: 10px;
}
.center-content .text{
	font-size: 1.35em;
	text-align: justify;
}
.center-content .m-image-box{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 35px;
	background-image: url(../image/footer-bg-gr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
/*	background-color: #E5E8EB;*/
	
}
.center-content .m-image-box .image-box-content{
	background-color: rgba(229,232,235,0.8);
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-bottom: 18px;
	z-index: 2;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.20);
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.20);
}
.center-content .btn-box{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}
.center-content .btn-box .mc-btm-btn{
	border-radius: 10px;
	padding: 2px 8px;
	font-size: 1.3em;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 240px;
	border: solid 2px black;
	color: black;
	transition: background-color 0.5s;
}
.center-content .btn-box .mc-btm-btn i{
	margin-left: 10px;
}
.center-content .btn-box .mc-btm-btn:hover{
	background-color: rgba(0,0,0,0.1);
}

.center-content .btn-box .bb-center-container{
	width: 100%;
	height: auto;
	text-align: center;
}
.bb-center-container .item-box{
	width: 450px;
	height: 600px;
	max-width: 100%;
	border-radius: 10px;
	display: inline-block;
	margin: 0 15px;
	border: solid 2px black;
	position: relative;
	background-color: rgba(255,255,255,0.3);
/*	border: 1px solid darkgray;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.bb-center-container .item-box .title-box{
/*	background-color: #EFEFEF;*/
	font-weight: bold;
	text-align: center;
	position: relative;
	display: inline-block;
	height: 57px;
	width: 90%;
	font-size: 1.3em;
	line-height: 45px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #0055c8;
	border-bottom: 2px dashed rgba(255,255,255,1);
/*
	background-color: rgba(255,255,255,0.40);
	border-radius: 50px;
*/
}
.bb-center-container .item-box .image-box{
	height: 200px;
	width: 100%;
	padding: 15px;
	padding-bottom: 5px!important;
	border-radius: 10px 10px 0 0;
}
.bb-center-container .item-box .image-box img{
	width: auto;
	height: 100%;
	clip: auto;
}
.bb-center-container .item-box .btm-btn{
	border-radius: 0 0 8px 8px;
	border-top: solid 2px black;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	color: black;
	position: absolute;
	display: block;
	bottom: 0;
	height: 45px;
	width: 100%;
	font-size: 1.2em;
	line-height: 45px;
	transition: background-color 0.5s;
}
.bb-center-container .item-box .btm-btn i{
	margin-left: 5px;
}
.bb-center-container .item-box .btm-btn:hover{
	background-color: rgba(0,0,0,1.0);color: white;
}
.bb-center-container .item-box .info-items{
	width: 100%;
	height: auto;
	padding: 8px;
/*	border-top: 1px solid #DADADA;*/
	text-align: right;
	padding-right: 15px;
	display:table;
	position: relative;
	font-weight: bold;
	color: black;
	font-size: 14.5px;
}
.bb-center-container .item-box .info-items i{
	margin-left: 5px;
	font-size: 1.3em;
	color: #0055c8;
}


.fdb-box{
	padding: 0 120px;
	padding-bottom: 10px;
}
.fdb-box .txt-input-box{
	float: right;
	width: 49%;
	text-align: right;
}
.fdb-box .txt-input-box:nth-child(2){
	float: left;
}
.fdb-box .txt-input-box .text-input{
	background-color: rgba(255,255,255,0.60);
	border-radius: 5px;
	border: 1px solid darkslategray;
	padding: 5px;
	width: 100%;
	font-family: Samim,Arial,sans-serif!important;
	font-size: 1.15em;
}
.fdb-box .txt-input-box .text-input:focus,.fdb-box .text-area:focus{
	outline: none;
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #0f63d4;
}
.fdb-box .text-area{
	max-height: 200px;
	height: 200px;
	max-width: 100%;
	width: 100%;
	margin-top: 15px;
	background-color: rgba(255,255,255,0.60);
	border-radius: 5px;
	border: 1px solid darkslategray;
	padding: 5px;
	font-family: Samim,Arial,sans-serif!important;
	font-size: 1.15em;
}
.fdb-box .txt-input-box .tag{
	color: black;
	font-weight: bold;
	font-size: 1.1em;
}
.fdb-box img{
	border: 1px solid darkslategray;
	float: right;
}
.fdb-box .captcha-inp{
	width: 180px;
	float: right;
	margin-right: 10px;
}

.factor-box{
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	min-height: 500px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}
.factor-box .top-text{
	color: black;
	padding: 15px;
	display: block;
	text-align: justify;
}
.factor-box .f-text-box{
	width: 100%;
	padding: 8px 15px;
}
.factor-box .f-text-box .tag{
	width: 100%;
	text-align: right;
	display: block;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}
.factor-box .f-text-box .text{
	width: 100%;
	text-align: right;
	display: block;
	color: #0055c8;
	padding: 5px 0;
}
.factor-box .f-text-box .price{
	text-align: center;
	font-weight: bold;
	font-size: 2.3em;
	color: #1da923;
	
}
.factor-box .f-text-box .price-tag{
	text-align: center; 
	font-size: 1.3em;
	margin-top: 10px;
}
.div-line{
	width: 100%;
	height: 1px;
	background-color: lightgray;
}
.facrot-padding{
	padding: 0 0;
}

.white-bg-body{
	background-color: white;
	background-image: none;
	text-align: center;
	padding-top: 40px;
}
.buy-oid{
	color: #0043a3;
	font-weight: bold;
}
.buy-res-back{
	color: dodgerblue;
	text-decoration: none;
	border: 1px solid dodgerblue;
	padding: 2px 15px;
	border-radius: 50px;
	display: inline-block;
	margin-top: 15px;
}
.buy-res-back:hover{
	cursor: pointer;
	background-color: rgba(194,225,255,0.50);
}

/*masters list style*/
.master-group-box{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.master-title-box{
	width: 100%;
	height: 45px;
	text-align: center;
}
.master-title-line{
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(85,85,85,1.00) 50%,rgba(255,136,136,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(85,85,85,1.00) 50%,rgba(255,136,136,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(85,85,85,1.00) 50%,rgba(255,136,136,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(85,85,85,1.00) 50%,rgba(255,136,136,0.00) 100%);
}
.master-group-title{
	background: #f3f3f3;
	width: auto;
	height: 38px;
	display: inline-block;
	font-size: 1.2em;
	line-height: 34px;
	border: 1px solid rgba(85,85,85,1.00);
	border-bottom: none;
	text-align: center;
	padding: 0 20px;
	border-radius: 15px 15px 0px 0px;
	color: rgba(85,85,85,1.00);
}
.master-imgs-box{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.single-master-img-box{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	margin: 10px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.30);
}
.single-master-img-box:hover .master-img-cover{
	display: grid;
}
.master-img-cover{
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.30);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	align-items: center;
	color: white;
}
.master-img{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

/*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*/
}
/*not used*/
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape){
}
@media (min-width: 480px) and (max-width: 767px){/*surface*/
}
@media (min-width: 320px) and (max-width: 479px){
	.bb-center-container{
		padding: 0 15px;
	}
	.bb-center-container .item-box{
		margin-left: 0;
		margin-right: 0;
		height: 650px;
	}
	.bb-center-container .item-box:first-of-type{
		margin-bottom: 15px;
	}
	
	.center-content .m-image-box .image-box-content img{
		max-width: 100%;
	}
	header .right-box .menu-btn{
		font-size: 0.9em;
	}
	header .right-box .menu-btn:last-of-type{
		border-left: none;
	}
	header .right-box .menu-btn i{
/*		display: none;*/
		font-size: 0.9em;
	}
	header .left-box{
		display: none;
	}
	.body-content .top-box .m-title-box{
		height: 75px;
	}
	.body-content .top-box .wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.body-content .top-box .m-title{
		font-size: 1.3em;
		line-height: 37px;
	}
	.body-content .top-box .m-sub-title{
		font-size: 0.8em;
		line-height: 40px;
	}
	.body-content .top-box .right-box{
		display: block;
		float: none;
	}
	.body-content .top-box .left-box{
		display: block;
		float: none;
		padding-top: 20px;
		text-align: center;
	}
	.body-content .top-box .content-box{
		position: relative;
	}
	.body-content .top-box .mc-top-green-btn{
		margin: 0!important;
	}
	.body-content .top-box .mc-top-blue-btn{
		margin: 10px 0 0 0!important;
	}
	.center-content{
		padding-top: 25px;
	}
	.center-content>.wrap{
		padding: 0 15px;
	}
	.center-content .title{
		font-size: 1.2em;
	}
	.center-content .text{
		font-size: 1.1em;
	}
	.center-content .btn-box .mc-btm-btn{
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.center-content .btn-box .mc-btm-btn:last-of-type{
		margin-top: 10px;
	}
	footer .top-box .wrap{
		padding: 15px 10px;
	}
	footer .ft-address-txt{
		font-size: 1em;
	}
	footer .left-box{
		float: right;
		margin-top: 10px;
	/*	height: 100%;*/
	}
	.fdb-box{
		padding: 0 15px;
	}
	.fdb-box .text-area{
		height: 150px;
	}
	.fdb-box .captcha-inp{
		margin-right: 0;
		width: 202px;
	}
	footer .btm-box .footer-text{
		font-size: 0.9em;
	}
	.factor-box{
		max-width: 100%;
	}
	.facrot-padding{
		padding: 0 15px;
	}
	
	.single-master-img-box{
		display: block;
	}
	
}
@media (min-width: 360px) and (max-width: 410px){
}
@media (min-width: 320px) and (max-width: 359px){
	header .right-box .menu-btn i{
		display: none;
/*		font-size: 0.9em;*/
	}
	.body-content .top-box .m-title{
		font-size: 1.1em;
		line-height: 37px;
	}
	.body-content .top-box .m-sub-title{
		font-size: 0.7em;
		line-height: 40px;
	}
}