﻿@font-face
{
	font-family:IranSans;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSans/Regular.eot");
	src:url("../Fonts/IranSans/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSans/Regular.woff2") format('woff2'),
		url("../Fonts/IranSans/Regular.woff") format('woff'),
		url("../Fonts/IranSans/Regular.ttf") format('truetype');
}
@font-face
{
	font-family:IranSansFa;
	font-style:normal;
	font-weight:normal;
	src:url("../Fonts/IranSansFa/Regular.eot");
	src:url("../Fonts/IranSansFa/Regular.eot?#iefix") format('embedded-opentype'),
		url("../Fonts/IranSansFa/Regular.woff2") format('woff2'),
		url("../Fonts/IranSansFa/Regular.woff") format('woff'),
		url("../Fonts/IranSansFa/Regular.ttf") format('truetype');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

html
{
	overflow-x:hidden !important;
}
body
{
	direction:rtl;
	margin:0px;
}
a
{
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
p
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
hr
{
	width:100%;
	height:2px;
	margin:10px auto;
	padding:0px;
	border:0px;
	background-color:#cdcdcd;
}
strong
{
	color:#04b4d4;
}
::selection
{
	background-color:#04b4d4;
	color:#ffffff;
}
::-moz-selection
{
	background-color:#04b4d4;
	color:#ffffff;
}
.ltr-field
{
	direction:ltr;
}
.ltr-field-align-right
{
	direction:ltr;
	text-align:right;
}
.clear-both
{
	clear:both;
}
.display-none
{
	display:none;
}
.farsi
{
    font-family:IranSansFa !important;
}
.farsi input
{
    font-family:IranSansFa !important;
}
.farsi select
{
    font-family:IranSansFa !important;
}
.justify
{
    text-align:justify;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.body-full
{
    padding:46px 0px;
    background-color:#eeeeee;
	background-repeat:no-repeat;
    background-position:center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form
{
}
.form p
{
	margin:0px;
	padding:10px 5px 5px 0px;
	font-family:IranSans;
	font-size:14px;
	color:#000000;
	position:relative;
}
.form p span
{
	/* float:left; */
}
.form div input[type=text]
{
	width:100%;
}
.form div input[type=password]
{
	width:100%;
}
.form div input[type=submit]
{
	width:100%;
}
.form div input[type=file]
{
	width:100%;
}
.form div select
{
	width:100%;
}
.form div textarea
{
	width:100%;
}
.form-captcha
{
    width:100%;
	height:37px;
	border:solid 1px #cdcdcd;
	outline:0px;
	background-color:#ffffff;
	text-align:center;
	overflow:hidden;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.message
{
	padding-top:20px;
	font-family:IranSans;
	font-size:14px;
	color:#e64b3c;
	text-align:center;
}
.message:empty
{
	display:none;
}
.submit
{
	margin-top:20px;
	text-align:center;
}
.submit span
{
	width:100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.text
{
	line-height:30px;
	font-family:IranSans;
	font-size:14px;
	color:#000000;
	text-align:justify;
}
.text a
{
	color:#1a0dab;
	text-decoration:underline;
}
.text a:hover
{
	color:#4285f4;
}
.text img
{
	width:100% !important;
	height:auto !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.link
{
	font-family:IranSans;
	font-size:14px;
	color:#000000;
}
.link a
{
	color:#1a0dab;
	text-decoration:underline;
}
.link a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.result
{
	font-family:IranSans;
	font-size:14px;
	color:#000000;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.accounts-menu
{
}
.accounts-menu > ul
{
    width:auto;
    margin:10px auto;
    padding:0px;
    list-style:none;
    display:table
}
.accounts-menu > ul > li
{
    margin:15px;
    text-align:center;
    float:right;
}
.accounts-menu > ul > li > a
{
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
}
.accounts-menu > ul > li > a:hover
{
    color:#04b4d4;
}
.accounts-menu > ul > li > a > img
{
    width:72px;
    height:72px;
    padding:5px;
    background-color:#04b4d4;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
}
.accounts-menu > ul > li > a > div
{
    margin-top:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sitemap ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.sitemap li
{
	margin:10px;
	padding-right:16px;
	background:url("../Images/icon-sitemap-item.png") no-repeat right 7px;
}
.sitemap a
{
	font-family:IranSans;
	font-size:14px;
	color:#1a0dab;
	text-decoration:none;
}
.sitemap a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.search ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.search li
{
	margin:10px;
	padding-right:16px;
	background:url("../Images/icon-search-item.png") no-repeat right 7px;
}
.search a
{
	font-family:IranSans;
	font-size:14px;
	color:#1a0dab;
	text-decoration:none;
}
.search a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.list-info
{
	font-family:IranSans;
	font-size:13px;
	color:#000000;
}
.list-info > ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.list-info > ul > li
{
    background-color:#f1f1f1;
	overflow:hidden;
}
.list-info > ul > li:last-child
{
    border-bottom:solid 1px #cdcdcd;
}
.list-info > ul > li > div
{
	height:auto;
	padding:10px;
	border:solid 1px #cdcdcd;
	border-bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.list-info > ul > li > div:first-child
{
	width:40%;
	border-left:0px;
	float:right;
}
.list-info > ul > li > div:last-child
{
	width:60%;
	float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-list ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.post-list li
{
    margin-bottom:50px;
	background-color:#ffffff;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-list li:last-child
{
    margin-bottom:0px;
}
.post-list-title
{
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #b7b7b7;
	background-color:#ffffff;
}
.post-list-title h4
{
    line-height:40px;
	margin:0px;
	padding:0px 10px 0px 0px;
	float:right;
}
.post-list-title h4 a
{
	font-family:IranSans;
	font-weight:normal;
	font-size:13px;
	color:#1a0dab;
	text-decoration:none;
}
.post-list-title h4 a:hover
{
	color:#4285f4;
}
.post-list-title div
{
	direction:ltr;
	padding-left:10px;
	font-family:IranSansFa;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	float:left;
}
.post-list-image
{
	float:left;
	position:relative;
}
.post-list-image img
{
    width:200px;
    height:auto;
	margin:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-list-summary
{
	padding:10px;
	line-height:33px;
	font-family:IranSans;
	font-size:13px;
	color:#000000;
	text-align:justify;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post-list-summary a
{
    color:#1a0dab;
}
.post-list-summary a:hover
{
    color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-layout ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.post-layout ul li
{
	width:18.4%;
	height:auto;
	margin:0px 0px 2% 2%;
	padding:5px;
	border:solid 1px #cdcdcd;
	background-color:#ffffff;
	float:right;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post-layout ul li:nth-child(5n)
{
	margin-left:0px;
}
.post-layout ul li p
{
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-layout ul li p img
{
	width:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-layout div
{
	direction:ltr;
	margin-top:10px;
	font-family:IranSansFa;
	font-size:13px;
	color:#000000;
	text-align:center;
}
.post-layout h4
{
	margin:10px auto;
	padding:0px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.post-layout h4 a
{
	font-family:IranSans;
	font-weight:normal;
	font-size:13px;
	color:#1a0dab;
	text-decoration:none;
}
.post-layout h4 a:hover
{
	color:#4285f4;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.post-view-cover-image img
{
	width:100% !important;
	height:auto !important;
	margin-bottom:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.post-images
{
    margin:10px auto;
}
.post-images ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.post-images ul li
{
	width:32.6667%;
	margin:0% 0% 1% 1%;
	padding:0px;
	border:solid 1px #cdcdcd;
	float:right;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post-images ul li:nth-child(3n)
{
	margin-left:0px;
}
.post-images ul li img
{
	width:100%;
}
.post-date
{
	direction:ltr;
	text-align:left;
	font-family:IranSansFa;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pageline
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.pageline li
{
    margin:0px 0px 25px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
}
.pageline li:last-child
{
    margin-bottom:0px;
}
.pageline h4
{
    margin:0px;
    padding:0px;
    font-weight:normal;
    font-size:16px;
    color:#04b4d4;
}
.pageline img
{
    width:100%;
    height:auto;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.pageline .image-right
{
    width:250px;
    margin-left:10px;
    margin-bottom:10px;
    float:right;
}
.pageline .image-left
{
    width:250px;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}
.pageline .image-top
{
    width:100%;
    height:auto;
    margin-bottom:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.links
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.links > li
{
    width:30%;
	height:auto;
	margin:0px 0px 5% 5%;
	float:right;
	text-align:center;
}
.links > li:nth-child(3n)
{
    margin-left:0px;
}
.links > li > a
{
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
}
.links > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
}
.links > li > a > div
{
    margin-top:15px;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.tags
{
    width:100%;
    padding:15px 0px;
    border-top:solid 5px #04b4d4;
    background-color:#2f2442;
}
.tags ul
{
    width:1280px;
	margin:0px auto;
	padding:0px;
	list-style:none;
}
.tags ul li
{
	width:20%;
	padding:5px 10px;
	border:solid 1px #cdcdcd;
	background-color:#eaeaea;
	float:right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-transition:background-color 0.5s ease;
    -moz-transition:background-color 0.5s ease;
    -o-transition:background-color 0.5s ease;
    transition:background-color 0.5s ease;
}
.tags ul li:nth-child(5n)
{
    margin-left:0px;
}
.tags ul li:hover
{
	background-color:#ffffff;
}
.tags ul li h5
{
    margin:0px;
    padding:0px;
    font-weight:normal;
}
.tags ul li h5 a
{
	font-family:IranSans;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.banners
{
    width:100%;
    padding:5px;
    border:solid 1px #cdcdcd;
    background-color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.banners > a
{
    text-decoration:none;
}
.banners > a > img
{
	width:100%;
	border:0px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.banners > a > div
{
	margin:10px 0px 5px 0px;
	padding:0px 5px;
	font-family:IranSans;
    font-size:13px;
    color:#000000;
	text-align:center;
	white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.notify
{
    color:#ef3f3e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.map
{
    width:100%;
    height:600px;
}
.map-google-text
{
    padding:5px 15px 5px 5px;
    font-family:IranSansFa;
    font-size:13px;
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.loading-progress
{
    width:100%;
    height:100%;
    background:#ffffff url("../Images/logo.png") no-repeat center;
    z-index:99999999;
    position:fixed;
    left:0px;
    top:0px;
}
.loading-progress-operation
{
    width:100%;
    height:100%;
    background:#ffffff url("../Images/logo-loading.png") no-repeat center;
    z-index:99999999;
    position:fixed;
    left:0px;
    top:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1340px)
{
    .tags ul
    {
        width:95%;
    }
}
@media only screen and (max-width:1024px)
{
    .post-layout ul li:nth-child(5n)
    {
	    margin-left:2%;
    }
    .post-layout ul li
    {
	    width:23.5%;
    }
    .post-layout ul li:nth-child(4n)
    {
	    margin-left:0px;
    }
}
@media only screen and (max-width:768px)
{
	.post-list-title
	{
		height:auto;
	}
	.post-list-title h4
	{
		float:none;
	}
	.post-list-title div
	{
	    text-align:left;
		float:none;
	}
	
	
	
	
	
	.post-layout ul li:nth-child(5n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(4n)
    {
	    margin-left:2%;
    }
    .post-layout ul li
    {
	    width:32%;
    }
    .post-layout ul li:nth-child(3n)
    {
	    margin-left:0px;
    }
    
    
    
    
    
	.post-view-images li
	{
		width:49%;
		height:37%;
		margin:0.5%;
	}
}
@media only screen and (max-width:640px)
{
    .list-info > ul > li
    {
        margin-bottom:10px;
        border-bottom:solid 1px #cdcdcd;
        text-align:center;
    }
    .list-info > ul > li > div:first-child
    {
	    width:100%;
	    float:none;
	    border-left:solid 1px #cdcdcd;
    }
    .list-info > ul > li > div:last-child
    {
	    width:100%;
	    float:none;
    }
    
    
    
    
    
    .links > li:nth-child(3n)
    {
        margin-left:5%;
    }
    .links > li
    {
        width:47.5%;
    }
    .links > li:nth-child(2n)
    {
        margin-left:0px;
    }
}
@media only screen and (max-width:480px)
{
    .post-list-image
	{
		width:100%;
		padding:10px;
		float:none;
		-webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.post-list-image img
	{
		width:100%;
		height:auto;
		margin:0px;
	}
	
	
	
	
	
	.post-layout ul li:nth-child(5n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(4n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(3n)
    {
	    margin-left:2%;
    }
    .post-layout ul li
    {
	    width:49%;
    }
    .post-layout ul li:nth-child(2n)
    {
	    margin-left:0px;
    }
    
    
    
    
    
	.post-view-images li
	{
		width:100%;
		height:auto;
		margin:0px;
		margin-bottom:10px;
	}
	.post-view-images li:last-child
	{
		margin-bottom:0px;
	}
	
	
	
	
	
	.pageline .image-right
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .pageline .image-left
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
    
    
    
    
    
    .links > li
    {
        width:100% !important;
        margin-left:0px !important;
        float:none;
    }
    
    
    
    
    
    .tags
    {
    	display:none;
    }
}
@media only screen and (max-width:320px)
{
    .post-layout ul li:nth-child(5n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(4n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(3n)
    {
	    margin-left:2%;
    }
    .post-layout ul li:nth-child(2n)
    {
	    margin-left:2%;
    }
    .post-layout ul li
    {
	    width:100%;
	    margin-left:0px;
	    float:none;
    }
}