/*
Theme Name: قالب شخصی پایار
Theme URI: http://redina.ir
Author: گروه طراحی ردینا
Author URI: http://redina.ir
Description: قالب شخصی پایار کاری از گروه طراحی ردینا
Version: 1.1.1
*/


/* =====================- Reset CSS -===================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =====================- Font Face -===================== */
@font-face {
    font-family: 'WYekan';
    src: url('include/fonts/webyekan.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'WIranSans';
	src: url('include/fonts/webiransans.woff') format("woff");
    font-weight: normal;
}
@font-face {
    font-family: 'WIranSans';
	src: url('include/fonts/webiransans_bold.woff') format("woff");
    font-weight: bold;
}


/* =====================- Body -===================== */
body {
    direction: rtl;
    background: url('include/img/bg/bg-1.jpg') repeat;
}
a:link {
    outline: 0 none;
    text-decoration: none;
}
.hr {
    height: 3px;
    border: 0;
    border-top: 2px dotted #e6e6e6;
    border-bottom: 2px dotted #e6e6e6;
    background: none;
}
#site-wrapper, #header-wrapper {
    width: 1000px;
	position: relative;
    margin: 0 auto;
}
#site-wrapper {
	display: flex;
	flex-wrap: wrap;
}
aside {
    width: 318px;
    float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	flex-flow: column;
    background: #0e2a51;
}
main {
    width: 682px;
    float: left;
    background: #fff;
}


/* =====================- Header -===================== */
#site-header {
	min-width: 1000px;
	height: 90px;
	position: relative;
	z-index: 2;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #242424 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #242424 100%);
	background: linear-gradient(to bottom, #333333 0%, #242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=0 );
}
    #site-header::after {
        content: "";
        width: 100%;
        position: absolute;
        right: 0; bottom: -4px;
        border-bottom: 4px solid rgba(25,38,51,0.3);
        z-index: 1;
        background-clip: padding-box;
    }
#site-logo {
	width: 266px;
	height: 123px;
	position: absolute;
    top: 0; right: 27px;
	float: right;
	z-index: 2;
}
    #site-logo h1 {
        text-indent: -999px;
    }
#primary-nav {
	height: 36px;
	float: right;
	position: relative;
	margin: 27px 333px 27px 0;
	display: inline-block;
	z-index: 2;
	background: #212121;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	#primary-nav > li {
        position: relative;
        float: right;
		display: inline-block;
		margin-right: 4px;
	}
	#primary-nav > li::after {
		content: "";
		width: 1px;
		height: 16px;
		float: left;
		margin: 10px 6px 10px 0;
		border-left: 1px solid #000;
		background: #323232;
	}
	#primary-nav > li:last-child {
		margin-left: 4px;
	}
		#primary-nav > li:last-child::after {
			display: none;
		}
		#primary-nav li a {
			position: relative;
			padding: 0 4px;
			font: 14px/36px WYekan;
			color: #fff;
			z-index: 0;
            -webkit-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
		}
			#primary-nav li a::after {
				content: "";
				position: absolute;
				top: 0; right: 0;
				bottom: 0; left: 0;
				height: 100%;
				margin: auto;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				background: rgba(0,0,0,0.35);
				z-index: -1;
                opacity: 0;
				-webkit-transition: all 300ms ease-in;
				-moz-transition: all 300ms ease-in;
				-o-transition: all 300ms ease-in;
				transition: all 300ms ease-in;
			}
				#primary-nav li:hover a::after {
                    opacity: 1;
				}
    #primary-nav .sub-menu {
        width: 170px;
        position: absolute;
        top: 30px; right: 0;
        border-top: 2px solid #faa61a;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        opacity: 0;
        visibility: hidden;
        background: #2c2c2c;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }
        #primary-nav li:hover .sub-menu {
            top: 40px; right: 0;
            opacity: 1;
            visibility: visible;
        }
        #primary-nav .sub-menu::before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: -6px; right: 20px;
            border-right: 4px solid transparent;
            border-bottom: 4px solid #faa61a;
            border-left: 4px solid transparent;
        }
        #primary-nav .sub-menu li {
            width: 100%;
            float: right;
        }
            #primary-nav .sub-menu li:nth-child(2n+2) {
                background: #212121;
            }
            #primary-nav .sub-menu li:hover a {
                padding-right: 5px;
            }
                #primary-nav .sub-menu li a {
                    float: none;
                    display: block;
                    padding: 5px 0;
                    font: 12px/22px WYekan;
                }
                    #primary-nav .sub-menu li a::before {
                        content: "";
                        width: 3px;
                        height: 5px;
                        float: right;
                        margin: 11px 2px 0 5px;
                        background: url('include/img/sprite.png') no-repeat -225px -17px;
                    }
                    #primary-nav .sub-menu li a::after {
                        display: none;
                    }


#slider {
    width: 1000px;
    height: 460px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
    #slider #slider-main {
        width: 100%;
        height: 460px;
		position: relative;
    }
        #slider #slider-main li {
			width: 100%;
			height: 100%;
            position: absolute;
            display: none;
        }
            #slider #slider-main li img {
                width: 100%;
                height: 100%;
            }
            #slider #slider-main li .data-box {
                position: absolute;
                right: 15px; bottom: 15px;
                width: 400px;
                height: auto;
				overflow: hidden;
                background: rgba(0,0,0,0.4);
            }
                #slider #slider-main li .data-box h2 {
					padding: 5px 10px;
                    font: 20px/34px WYekan;
                    color: #fdb615;
                    text-align: justify;
                	background: rgba(0,0,0,0.2);
                }
                #slider #slider-main li .data-box p {
                	padding: 5px 10px 10px;
                    font: 12px/26px WIranSans;
                    color: #fff;
                    text-align: justify;
                    text-shadow: 0.5px 0.8px 1px rgba(0,0,0,0.35);
                }
    #slider #slider-nav {
		position: absolute;
		left: 15px; bottom: 15px;
        z-index: 2;
    }
		#slider #slider-nav li {
			width: 12px;
			height: 12px;
			float: left;
			margin-right: 2px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
            cursor: pointer;
			background: rgba(255,255,255,0.4);
			-webkit-box-shadow: inset -0.551px 1.923px 0px 0px rgba(255,255,255,0.6);
			-moz-box-shadow: inset -0.551px 1.923px 0px 0px rgba(255,255,255,0.6);
			box-shadow: inset -0.551px 1.923px 0px 0px rgba(255,255,255,0.6);
		}
		#slider #slider-nav li.active {
			background: rgba(0,0,0,0.4);
		}

.elam{
    width: 1000px;
    height: 56px;
	margin: 0 auto;
}
#news-ticker {
    width: 1000px;
    height: 56px;
	margin: 0 auto;
	border-top: 2px solid #faa61a;
	background: #171717;
	background: -moz-linear-gradient(top, #171717 0%, #212121 50%, #171717 100%);
	background: -webkit-linear-gradient(top, #171717 0%, #212121 50%, #171717 100%);
	background: linear-gradient(to bottom, #171717 0%, #212121 50%, #171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#171717',GradientType=0 );
}
#news-ticker.news-ticker-margin {
    width: 682px;
	border: 0;
}
    #news-ticker h5 {
        width: 70px;
        float: right;
        padding-right: 30px;
        font: 16px/56px WYekan;
        color: #fff;
        text-align: right;
    }
    #news-ticker p {
        width: 230px;
        height: 56px;
        float: left;
    }
    #news-ticker.news-ticker-margin h5 {
        padding-right: 10px;
    }
    #news-ticker ul {
        width: 658px;
        height: 56px;
        float: left;
	//background: url('include/img/telegram2.png') no-repeat left;
        position: relative;
        margin-right: 12px;
    }
    #news-ticker.news-ticker-margin ul {
        width: 596px;
        margin-right: 6px;
    }
        #news-ticker ul li {
            width: 100%;
            position: absolute;
            top: 0; right: 0;
            float: right;
            overflow: hidden;
            font: 12px/56px WIranSans;
            color: #fff;
        }
            #news-ticker ul li::before {
                content: "";
                width: 0;
                height: 0;
                float: right;
                margin-left: 5px;
                margin-top: 25px;
                border-top: 4px solid transparent;
                border-right: 4px solid #b47c16;
                border-bottom: 4px solid transparent;
            }
			#news-ticker ul li a {
				font: 12px/56px WIranSans;
				color: #fff;
			}

/* =====================- Aside -===================== */
aside #aside-wrapper {
    width: 288px;
    height: 100%;
    margin: auto;
    flex-grow: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #113e7d;
}
aside .aside-margin {
    padding-top: 60px;
}
#person-pic {
    width: 100%;
    height: auto;
    margin-bottom: -15px;
}
#about {
	margin-bottom: 17px;
    padding: 0 17px;
}
    #about h5 {
        margin-bottom: 8px;
        font: 16px/28px WIranSans;
        color: #ffcb05;
        text-align: center;
        letter-spacing: -1px;
    }
    #about p {
        font: 12px/26px WIranSans;
        color: #e9eff8;
        text-align: justify;
        white-space: pre-line;
    }


/* =====================- Widget -===================== */
.widget p {
	margin-bottom: 12px;
	font: 12px/22px WIranSans;
	color: #fff;
	text-align: justify;
}
	.widget p a {
		font-size: 11px;
	}
.widget a, aside .widget input[type="button"], .widget input[type="submit"] {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.widget a {
	font-family: WIranSans;
    color: #CAE1FF;
}
	.widget a:hover {
		color: #fff;
	}
.widget input {
	height: 36px;
	float: left;
}
.widget input[type="button"], .widget input[type="submit"] {
	height: 30px;
	float: none;
	padding: 0 5px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 11px/30px WIranSans;
	color: #d5d5d5;
	background: #0e2a51;
}
	.widget input[type="button"]:hover, .widget input[type="submit"]:hover {
		cursor: pointer;
		background: #0a203e;
	}

    aside .widget {
		padding: 0 17px 36px 19px;
		color: #fff;
        background: url('include/img/seprate.jpg') repeat-x bottom center;
    }
		aside .widget header {
			width: 288px;
			height: 34px;
			margin: 0 -17px 12px 0;
			background: #0b2241;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANCZun/GZHFQALvTs1khAvCBECKwILIAmBBdAGQIAAsgBG0/qtrHgAAAABJRU5ErkJggg==);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANCZun/GZHFQALvTs1khAvCBECKwILIAmBBdAGQIAAsgBG0/qtrHgAAAABJRU5ErkJggg==), -moz-linear-gradient(top, #0b2241 0%, #0e2a51 50%, #0b2241 100%);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANCZun/GZHFQALvTs1khAvCBECKwILIAmBBdAGQIAAsgBG0/qtrHgAAAABJRU5ErkJggg==), -webkit-linear-gradient(top, #0b2241 0%, #0e2a51 50%, #0b2241 100%);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQANCZun/GZHFQALvTs1khAvCBECKwILIAmBBdAGQIAAsgBG0/qtrHgAAAABJRU5ErkJggg==), linear-gradient(to bottom, #0b2241 0%, #0e2a51 50%, #0b2241 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2241', endColorstr='#0b2241',GradientType=0 );
		}
			aside .widget header h5 {
				position: relative;
				min-width: 110px;
				float: right;
				padding-right: 17px;
				font: 14px/34px WIranSans;
				color: #113e7d;
				text-align: right;
				background: url('include/img/o-bg.jpg') right top;
			}
				aside .widget header h5::after {
					content: "";
					position: absolute;
					top: 0; left: -15px;
					width: 15px;
					height: 34px;
                    background: url('include/img/sprite.png') no-repeat -89px 0;
				}
        aside .widget ul li {
            display: block;
            padding: 0 9px 0 12px;
            font: 12px/36px WIranSans;
            color: #fff;
			text-shadow: 0.53px 0.848px 2px rgba(102, 91, 68, 0.75);
        }
            aside .widget ul li:nth-child(2n+1) {
                background: #1a4682;
            }
            aside .widget ul li::before {
                content: "";
                width: 4px;
                height: 7px;
                float: right;
                margin: 15px 0 0 5px;
                background: url('include/img/sprite.png') no-repeat -225px 0;
            }

	aside #quick-links header {
		margin-bottom: 0px;
	}
    aside #quick-links ul li {
		width: 288px;
		margin-right: -17px;
        padding: 0 17px 0 19px;
        font: 14px/36px WIranSans;
        background: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }
        #quick-links ul li:nth-child(2n+2) {
            background: #1a4682;
        }
        #quick-links ul li:hover {
            padding-right: 22px;
        }

	aside .search-form {
		height: 40px;
		padding-top: 15px;
	}
		aside .search-form * {
			border: 0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			font: 11px/30px WIranSans;
			-webkit-transition: all 100ms ease-in;
			-moz-transition: all 100ms ease-in;
			-o-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
		}
		aside .search-form .search-input {
			width: 200px;
			height: 30px;
			float: right;
			padding: 0 9px;
			color: #adc6e9;
			background: #0e2a51;
		}
			aside .search-form .search-input:focus {
				color: #d5d5d5;
			}
		aside .search-form .search-submit {
			width: 48px;
			float: left !important;
			padding: 0 !important;
		}


/* =====================- Main -===================== */
#last-post {
    margin: 10px;
}
    #last-post header {
        height: 28px;
        text-align: right;
		background: #3662bf;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-moz-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-webkit-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),linear-gradient(to bottom, #3662bf 0%, #437bca 50%, #3662bf 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3662bf', endColorstr='#3662bf',GradientType=0 );
    }
        #last-post header h5 {
			position: relative;
            min-width: 100px;
            height: 28px;
            float: right;
            padding-right: 12px;
			border-right: 4px solid #faa61a;
            font: 14px/28px WIranSans;
            color: #fff;
            background: #113e7d;
        }
			#last-post header h5::after {
				content: "";
				position: absolute;
				top: 0; left: -15px;
				width: 15px;
				height: 28px;
                background: url('include/img/sprite.png') no-repeat -139px 0;
			}
            #last-post header h5 span {
                padding-left: 10px;
                color: #ffcb05;
            }
    #last-post #lp-content {
        border: 1px solid #d7d7d7;
        border-top: none;
    }
    #last-post article {
        width: 640px;
        min-height: 131px;
        position: relative;
        margin: 0 10px;
        padding: 20px 0;
        border-bottom: 2px dotted #e6e6e6;
    }
        #last-post article::after {
            content: "";
            position: absolute;
            right: 0; bottom: 0;
            width: 100%;
            height: 3px;
            border-bottom: 2px dotted #e6e6e6;
        }
        #last-post article:last-child {
            border-bottom: none;
        }
            #last-post article:last-child::after {
                display: none;
            }
        #last-post article .post-thumb {
            width: 200px;
            height: 125px;
            float: right;
            margin-left: 6px;
            padding: 2px;
            border: 1px solid #e8e8e8;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
            #last-post article .post-thumb img {
                width: 200px;
                height: 125px;
            }
        #last-post article .post-entry {
            /*
            width: 428px;
            float: left;
            margin-right: 6px;
            */
            min-height: 131px;
        }
            #last-post article .post-entry * {
                display: block;
            }
            #last-post article .post-entry h2 a, #last-post article .post-entry h3 a {
                margin-bottom: 6px;
                font: 16px/26px WYekan;
                color: #2a5da6;
            }
            #last-post article .post-entry .time {
                margin-bottom: 10px;
                font: 12px/18px Tahoma;
                color: #a6a6a6;
            }
            #last-post article .post-entry p {
                font: 12px/24px WIranSans;
                color: #212121;
                text-align: justify;
            }

    #last-post #pagination {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
        #last-post #pagination ul {
            display: inline-block;
        }
            #last-post #pagination ul li {
                min-width: 26px;
                height: 26px;
                margin: 0 1px;
                display: inline-block;
                font: 12px/26px WYekan;
                text-align: center;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
				background: #113e7d;
				background: -moz-linear-gradient(top, #113e7d 0%, #0e3265 100%);
				background: -webkit-linear-gradient(top, #113e7d 0%, #0e3265 100%);
				background: linear-gradient(to bottom, #113e7d 0%, #0e3265 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113e7d', endColorstr='#0e3265',GradientType=0 );
                -webkit-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }
            #last-post #pagination ul li.direct {
                font: 11px/24px WYekan;
            }
            #last-post #pagination ul li.active, #last-post #pagination ul li:hover {
                background: #333333;
                background: -moz-linear-gradient(top, #333333 0%, #242424 100%);
                background: -webkit-linear-gradient(top, #333333 0%, #242424 100%);
                background: linear-gradient(to bottom, #333333 0%, #242424 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#242424',GradientType=0 );
            }
                #last-post #pagination ul li * {
                    display: block;
                    padding: 0 8px;
                    color: #fff;
                }

.two-part-post, #photo-gallery {
    margin: 0 10px 10px 10px;
}
    .two-part-post header, #photo-gallery header {
        height: 28px;
		background: #3662bf;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-moz-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-webkit-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),linear-gradient(to bottom, #3662bf 0%, #437bca 50%, #3662bf 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3662bf', endColorstr='#3662bf',GradientType=0 );
    }
        .two-part-post header h5, #photo-gallery header h5 {
			position: relative;
            min-width: 100px;
            height: 28px;
            float: right;
            padding-right: 12px;
			border-right: 4px solid #faa61a;
            font: 14px/28px WIranSans;
            color: #fff;
            background: #113e7d;
        }
            .two-part-post header h5::after, #photo-gallery header h5::after {
				content: "";
				position: absolute;
				top: 0; left: -15px;
				width: 15px;
				height: 28px;
                background: url('include/img/sprite.png') no-repeat -139px 0;
            }
        .two-part-post header #controls {
            width: 46px;
            float: left;
			margin: 3px;
        }
            .two-part-post header #controls li {
                float: left;
            }
            .two-part-post header #controls span {
                width: 22px;
                height: 22px;
                display: block;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                text-indent: -999px;
                overflow: hidden;
                cursor: pointer;
				background-color: rgba(0,0,0,0.5);
                -webkit-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }
            .two-part-post header #controls .next span {
                margin-left: 2px;
                background-image: url('include/img/sprite.png');
				background-position: -63px 6px;
            }
            .two-part-post header #controls .prev span {
                background-image: url('include/img/sprite.png');
				background-position: -45px 6px;
            }
                .two-part-post header #controls span:hover {
                    background-color: rgba(0,0,0,0.7);
                }
    .two-part-post #tpp-content {
        width: 660px;
        height: 150px;
        position: relative;
        border: 1px solid #d7d7d7;
        border-top: none;
        overflow: hidden;
    }
        .two-part-post #tpp-content #tpp-posts {
            width: 1300px;
            position: absolute;
            top: 0; right: 0;
            padding: 10px;
        }
            .two-part-post #tpp-content #tpp-posts .post-thumb {
                width: 200px;
                height: 125px;
                position: relative;
                float: right;
                margin-left: 11px;
                padding: 2px;
                border: 1px solid #e8e8e8;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                -webkit-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }
                .two-part-post #tpp-content #tpp-posts .post-thumb:nth-child(4) {
                    margin-right: 9px;
                }
                .two-part-post #tpp-content #tpp-posts .post-thumb:last-child {
                    margin-left: 0;
                }
                .two-part-post #tpp-content #tpp-posts .post-thumb img {
                    width: 200px;
                    height: 125px;
                }
                .two-part-post #tpp-content #tpp-posts .post-thumb h2 {
                    position: absolute;
                    top: 2px; right: 2px;
                    bottom: 2px; left: 2px;
                    display: flex;
                    align-items: center;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    justify-content: center;
                    opacity: 0;
                    padding: 0 5px;
                    font: 12px/30px WIranSans;
                    color: #fff;
                    text-align: center;
                    text-shadow: 0.5px 0.8px 2px rgba(0, 0, 0, 0.5);
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                    background: rgba(0, 0, 0, 0.5);
                    -webkit-transition: all 300ms ease-in;
                    -moz-transition: all 300ms ease-in;
                    -o-transition: all 300ms ease-in;
                    transition: all 300ms ease-in;
                }
                    .two-part-post #tpp-content #tpp-posts .post-thumb:hover h2 {
                        opacity: 1;
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1);
                        transform: scale(1);
                    }
                #video-gallery #tpp-content #tpp-posts .post-thumb::after {
                    position: absolute;
                    top: 0; right: 0;
                    bottom: 0; left: 0;
                    content: "";
                    width: 48px;
                    height: 35px;
                    margin: auto;
                    opacity: 1;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                    background:  url('include/img/sprite.png') no-repeat -234px 0;
                    -webkit-transition: all 300ms ease-in;
                    -moz-transition: all 300ms ease-in;
                    -o-transition: all 300ms ease-in;
                    transition: all 300ms ease-in;
                }
                    #video-gallery #tpp-content #tpp-posts .post-thumb:hover::after {
                        opacity: 0;
                        -webkit-transform: scale(0);
                        -moz-transform: scale(0);
                        -ms-transform: scale(0);
                        -o-transform: scale(0);
                        transform: scale(0);
                    }
    #photo-gallery #pg-content {
        position: relative;
        width: 642px;
        height: 400px;
        padding: 10px;
        background: #212121;
    }
        #photo-gallery .slider-main {
            position: relative;
            width: 487px;
            height: 400px;
            float: right;
            z-index: 1;
        }
            #photo-gallery .slider-main li {
                position: absolute;
                width: 487px;
                height: 400px;
                display: none;
            }
                #photo-gallery .slider-main li img {
                    width: 100%;
                    height: 100%;
                }
                #photo-gallery .slider-main li .data-box {
                    position: absolute;
                    right: 0; bottom: 0;
                    width: 493px;
                    min-height: 38px;
                    background: rgba(0,0,0,0.4);
                }
                    #photo-gallery .slider-main li .data-box h4 {
                        padding: 6px 10px;
                        font: 12px/26px WIranSans;
                        color: #fff;
                        text-align: justify;
                    }
        #photo-gallery .slider-thumb {
            position: absolute;
            top: 10px; left: 10px;
            width: 155px;
            height: 400px;
            float: left;
            z-index: 1;
            background: #212121;
        }
            #photo-gallery .slider-thumb li {
                position: relative;
                width: 155px;
                height: 97px;
                display: block;
                margin-top: 4px;
                cursor: pointer;
            }
                #photo-gallery .slider-thumb li::after {
                    content: "";
                    position: absolute;
                    top: 0; right: 0;
                    width: 10px;
                    height: 97px;
                    background: #212121;
                }
                #photo-gallery .slider-thumb li:first-child {
                    margin-top: 0;
                }
                #photo-gallery .slider-thumb li.active::after {
                    content: "";
                    position: absolute;
                    top: 0; right: 0;
                    width: 10px;
                    height: 97px;
                    margin: auto;
                    background: url('include/img/pg-active.png');
                }
                #photo-gallery .slider-thumb li img {
                    width: 100%;
                    height: 100%;
                }

#breadcrumbs {
    width: 636px;
    min-height: 30px;
    padding: 0 12px;
    margin: 10px auto 0 auto;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font: 11px/30px WIranSans;
	color: #002944;
}
    #breadcrumbs #breadcrumbs-title, #breadcrumbs h5, #breadcrumbs a {
        display: inline-block;
    }
    #breadcrumbs #breadcrumbs-title {
        color: #969ca1;
    }
    #breadcrumbs a {
        color: #065385;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }
        #breadcrumbs a:hover {
            color: #002944;
        }
        #breadcrumbs a::after {
            content: "»";
            margin-right: 5px;
            font-size: 14px;
            color: #969ca1;
        }
            #breadcrumbs a:last-child::after {
            	margin-left: 3px;
            }

#site-article {
    margin-top: 16px;
}
    #site-article #article-header {
        width: 661px;
        float: right;
        margin: 0 10px;
		border-left: 1px solid #d7d7d7;
    }
		#site-article #article-header::after {
			content: "";
			width: 100%;
			height: 34px;
			display: block;
			background: #3662bf;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-moz-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-webkit-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),linear-gradient(to bottom, #3662bf 0%, #437bca 50%, #3662bf 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3662bf', endColorstr='#3662bf',GradientType=0 );
		}
        #site-article #article-header h1 {
			position: relative;
            width: 485px;
            float: right;
            padding-right: 12px;
			border-right: 4px solid #faa61a;
            font: 14px/34px WIranSans;
            color: #fff;
            background: #113e7d;
        }
            #site-article #article-header h1::after {
				content: "";
				position: absolute;
				top: 0; left: -14px;
				width: 15px;
				height: 34px;
                background: url('include/img/sprite.png') no-repeat -165px 0;
            }
        #site-article #article-header .time {
			width: 145px;
            float: left;
            font: 11px/34px WIranSans;
            color: #fff;
			text-shadow: 0.53px 0.848px 2px rgba(0, 0, 0, 0.5);
            text-align: center;
        }
    #site-article .entry {
        width: 636px;
        margin: 0 10px 22px 10px;
        padding: 0 12px 10px 12px;
        border: 1px solid #d7d7d7;
        border-top: none;
        clear: both;
        display: inline-block;
        font: 13px WIranSans;
        color: #000;
        text-align: justify;
    }
        #site-article .entry h1, #site-article .entry h2, #site-article .entry h3 {
            margin: 20px 0 10px 0;
            font-weight: normal;
        }
        #site-article .entry h4, #site-article .entry h5, #site-article .entry h6 {
            margin: 10px 0;
            font-weight: normal;
        }
        #site-article .entry p {
            margin: 12px 0;
            font: 13px/28px WIranSans;
            text-align: justify;
        }
        #site-article .entry img.size-full {
            display: block;
            max-height: 100%;
            max-width: 100%;
        }
        #site-article .entry img.aligncenter, #site-article .entry img.alignnone {
            display: block;
            max-height: 100%;
            max-width: 100%;
            margin: 12px auto 20px auto;
        }
        #site-article .entry img.alignright {
            float: right;
            margin-left: 12px;
        }
        #site-article .entry img.alignleft {
            float: left;
            margin-right: 12px;
        }
        .entry img {
            max-width: 636px;
        }
        #site-article .entry ul {
            margin: 0 10px 10px 0;
            padding-right: 30px;
            list-style: disc outside none;
        }
        #site-article .entry ol {
            margin: 0 10px 10px 0;
            padding-right: 30px;
            list-style: outside none arabic-indic;
        }
        #site-article .entry blockquote {
            position: relative;
            margin: 10px 30px 10px 0;
            padding: 12px;
            border: 1px solid #dbdbdb;
            border-right: 3px solid #0e2a51;
            -webkit-border-top-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            border-top-left-radius: 20px;
            background: #f8f8f8;
        }
            #site-article .entry blockquote::after {
                content: "";
                width: 20px;
                height: 17px;
                position: absolute;
                left: 6px; bottom: 6px;
                background: url('include/img/sprite.png') no-repeat 0 -18px;
            }
            #site-article .entry blockquote p {
                margin: 0px;
            }

#site-comments {
    margin: 6px 10px 10px 10px;
}
    #site-comments header {
        height: 28px;
		background: #3662bf;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-moz-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),-webkit-linear-gradient(top, #3662bf 0%, #437bca 50%, #3662bf 100%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMBU67+Z0QWAwlsyNFmhAvCBECKwILIAmBBdAGQIACXVhK+UQcTtQAAAABJRU5ErkJggg==),linear-gradient(to bottom, #3662bf 0%, #437bca 50%, #3662bf 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3662bf', endColorstr='#3662bf',GradientType=0 );
    }
        #site-comments header h5 {
			position: relative;
            min-width: 100px;
            height: 28px;
            float: right;
            padding-right: 12px;
			border-right: 4px solid #faa61a;
            font: 14px/28px WIranSans;
            color: #fff;
            background: #113e7d;
        }
            #site-comments header h5::after {
				content: "";
				position: absolute;
				top: 0; left: -15px;
				width: 15px;
				height: 28px;
                background: url('include/img/sprite.png') no-repeat -139px 0;
            }
	#site-comments #sc-content {
		border: 1px solid #d7d7d7;
		border-top: none;
	}
    #site-comments li {
        padding: 10px 12px 0 12px;
    }
    #site-comments .comment-body {
        padding: 2px 14px 8px 14px;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #site-comments .comment-data {
        width: 100%;
        height: 28px;
        border-bottom: 1px solid #e0e0e0;
    }
        #site-comments .comment-data .name {
            float: right;
            font: bold 12px/24px Tahoma;
            color: #666666;
        }
        #site-comments .comment-data .name a {
            color: #666666;
            -webkit-transition: all 100ms ease-in;
            -moz-transition: all 100ms ease-in;
            -o-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }
        #site-comments .comment-data .name a:hover {
            color: #002944;
        }
        #site-comments .comment-data .time, .comment-data .comment-reply-link {
            float: right;
            margin-right: 10px;
            font: 12px/24px Tahoma;
            color: #bbbbbb;
        }
        #site-comments .comment-data .comment-reply-link {
            float: left;
        }
            #site-comments .comment-data .comment-reply-link::before {
                width: 14px;
                height: 16px;
                float: right;
                margin: 5px 3px;
                content: "";
                background: url('include/img/sprite.png') no-repeat 0 0;
            }
    #site-comments .comment-text {
        font: 12px/24px Tahoma;
        color: #666666;
    }
    #site-comments .children > li {
        position: relative;
        margin-right: 25px;
        padding: 10px 12px 0 0;
    }
    #site-comments .children > li::before {
        position: absolute;
        top: 11px; right: -12px;
        width: 17px;
        height: 11px;
        content: "";
        background: url('include/img/sprite.png') no-repeat -24px 0;
    }
    #site-comments hr {
        margin: 20px 12px 0 12px;
    }
    #site-comments #respond {
        padding: 16px 12px;
    }
		#site-comments #respond .current-user {
            font: 12px/27px WYekan;
		}
        #site-comments #respond input, #site-comments #respond textarea {
            color: #666666;
            border: 1px solid #e0e0e0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: #fff;
        }
        #site-comments #respond .form-input {
            width: 278px;
            height: 27px;
            display: block;
            padding: 0 6px;
            margin-bottom: 10px;
            font: 12px/27px WYekan;
        }
        #site-comments #respond #comment {
            width: 100%;
            height: 75px;
            padding: 6px;
            font: 12px/22px WYekan;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        #site-comments #respond #submit {
            width: 86px;
            height: 25px;
            margin-top: 10px;
            border: none;
            color: #ffffff;
            font: 12px/25px WYekan;
            background: #113e7d; 
            -webkit-transition: all 100ms ease-in;
            -moz-transition: all 100ms ease-in;
            -o-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }
            #site-comments #respond #submit:hover {
                cursor: pointer;
                background: #0e2a51;
            }

.er404 {
	margin: 80px 0;
	font-size: 85px;
	text-align: center;
}
.alert {
	padding: 15px;
	margin: 15px;
	font: 16px WIranSans;
	color: #a94442;
	text-align: center;
	border: 1px solid #ebccd1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f2dede;
}


/* =====================- Footer -===================== */
#site-footer {
	min-width: 1000px;
    background: #212121;
}
    #site-footer #footer-wrapper {
        width: 970px;
        margin: auto;
        padding: 20px 0 10px 0;
    }
    #site-footer .widget {
        width: 308px;
        float: right;
    }
        #site-footer .widget:nth-child(2) {
            margin: 0 23px;
        }
        #site-footer .widget .header {
            width: 308px;
            height: 34px;
			margin-bottom: 12px;
			background: #0b2241;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAPyIbP/MyKLgQQerkllhAvCBECKwILIAmBBdAGQIABSkhITEPO9lQAAAABJRU5ErkJggg==);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAPyIbP/MyKLgQQerkllhAvCBECKwILIAmBBdAGQIABSkhITEPO9lQAAAABJRU5ErkJggg==), -moz-linear-gradient(top, #153868 0%, #1a4682 50%, #153868 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAPyIbP/MyKLgQQerkllhAvCBECKwILIAmBBdAGQIABSkhITEPO9lQAAAABJRU5ErkJggg==), -webkit-linear-gradient(top, #153868 0%, #1a4682 50%, #153868 100%);
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAPyIbP/MyKLgQQerkllhAvCBECKwILIAmBBdAGQIABSkhITEPO9lQAAAABJRU5ErkJggg==), linear-gradient(to bottom, #153868 0%, #1a4682 50%, #153868 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2241', endColorstr='#0b2241',GradientType=0 );
        }
            #site-footer .widget .header h5 {
				position: relative;
                min-width: 110px;
                float: right;
				padding-right: 17px;
                font: 14px/34px WIranSans;
                color: #113e7d;
                text-align: right;
				background: url('include/img/o-bg.jpg') right top;
            }
				#site-footer .widget .header h5::after {
					content: "";
					position: absolute;
					top: 0; left: -15px;
					width: 15px;
					height: 34px;
                    background: url('include/img/sprite.png') no-repeat -114px 0;
				}
        #site-footer .widget p, #site-footer .widget a {
            margin-bottom: 12px;
            font: 12px/22px WIranSans;
            color: #d5d5d5;
            text-align: justify;
        }
			#site-footer .widget a:hover {
				color: #fff;
			}
        #site-footer .widget ul li {
            display: block;
            padding: 0 17px 0 12px;
            font: 12px/32px WIranSans;
            color: #fff;
        }
            #site-footer .widget ul li:nth-child(2n+2) {
                background: #2b2b2b;
            }
            #site-footer .widget ul li::before {
                content: "";
                width: 4px;
                height: 7px;
                float: right;
                margin: 15px 0 0 5px;
                background: url('include/img/sprite.png') no-repeat -225px 0;
            }
            #site-footer .widget ul li a {
            	margin-bottom: 0;
                display: block;
            	font: 12px/32px WIranSans;
            	text-align: right;
            }
    #site-footer #footer-seprate {
        width: 100%;
        height: 32px;
        clear: both;
        background: url('include/img/seprate-black.jpg');
    }
    #site-footer #copy-right {
        width: 100%;
        margin-top: 17px;
        text-align: center;
    }
        #site-footer #copy-right * {
            display: inline-block;
            font: 12px/18px WIranSans;
            text-align: center;
        }
        #site-footer #copy-right span {
            width: 100%;
            margin-bottom: 8px;
            color: #737373;
        }
        #site-footer #copy-right a {
            color: #4d4d4d;
            -webkit-transition: all 100ms ease-in;
            -moz-transition: all 100ms ease-in;
            -o-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }
            #site-footer #copy-right a:hover {
                color: #363636;
            }