@charset "utf-8";
/* CSS Document */

/****************************/
/******** First Page ********/
/****************************/

.fullScreenSlider {
	height: 100vh;
	max-height: 100vh;
	min-height: 100vh;
	overflow: hidden;
}
.fullScreenSlider .content {
	padding: 40px 160px 40px 215px;
    position: relative;
    height: calc(100% - 45px);
}
.slider .sliderLayout {
    position: absolute;
    left: 50%;
    top: calc(50% - 60px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider ul {
	position: relative;
	width: 750px;
	height: 436px;
	margin: 0 auto;
	overflow: hidden
}
.slider ul li {
	position: absolute;
	width: 100%;
	list-style: none;
	overflow: hidden;
	bottom: 0;
}
.slider ul li.deactive {
	bottom: -415px;
	visibility: hidden
}
.slider ul li .caption {
	width: 360px;
	display: inline-block
}
.slider ul li .caption h2 {
	font-size: 2.5rem;
	color: #ffffff;
	margin-bottom: 25px;
	margin-top: 120px;
}
.slider ul li .caption p {
	font-size: 1.2rem;
	color: #f0f0f0;
	line-height: 1.8;
}
.slider ul li .caption a {
	float: right;
	margin-top: 20px;
	margin-left: 8px;
}
.slider ul li .caption a img {
	margin: 0;
	float: none;
}
.slider ul li img {
	float: left;
	margin: 9px 0 0 14px;
}
.slider ul .mobileTemplate {
	position: absolute;
	left: 0
}
.slider .indicators {
	position: absolute;
	left: 0;
	top: calc(50% - 51px);
	margin: 0;
	width: 25px;
	height: 80px;
	padding-left: 15px;
	text-align: left;
	overflow: inherit;
}
.slider .indicators .indicator-item {
	position: relative;
	cursor: pointer;
	height: 10px !important;
	width: 10px !important;
	margin: 3px 0;
	background-color: #ffffff;
	-webkit-transition: background-color, width .5s;
	transition: background-color, width .5s;
	border-radius: 5.5px;
	float: left;
}
.slider .indicators .indicator-item.current {
	width: 20px !important;
	background-color: #8782ad;
	border-radius: 4.5px;
	left: -1px;
}
.slider .loadingBar {
	position: absolute;
	left: 15px;
	bottom: 23px;
	background-color: #ffffff;
	width: 350px;
	height: 6px;
	border-radius: 2.5px;
	overflow: hidden
}
.slider .loadingBar .load {
	float: left;
	background-color: #8782ad;
	height: 6px;
	border-radius: 2.5px 0px 0px 2.5px;
}
/****************************/
/******** Weblog Page *******/
/****************************/
.top.weblog h1 {
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	margin-top: 43px;
	margin-bottom: 21px;
}
.top.weblog h2 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.content .post {
	width: 100%;
	height: 210px;
	background-color: #ffffff;
	border: 1px solid #cacaca;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}
.content .post img {
	float: right;
	width: 250px;
	height: 210px;
	border-left: 1px solid #cacaca;
	margin-left: 10px;
}
.content .post span {
	font-size: 12px;
	color: #575757;
	margin: 8px 0;
	display: block;
}
.content .post a {
	font-size: 16px;
	color: #333333;
	margin: 0 0 13px;
	display: inline-block;
}
.content .post p {
	padding-left: 10px;
	height: 130px;
	font-size: 12px;
	color: #575757;
	text-align: justify;
	line-height: 1.9;
	overflow: hidden;
}
.content .pageNumber {
	display: block;
	margin: 35px 0;
	text-align: center;
}
.content .pageNumber ul {
	list-style: none;
	direction: ltr;
}
.content .pageNumber ul li {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	;
	height: 35px;
	background-color: #45336f;
	border-radius: 50%;
	text-align: center;
	margin-right: -1px;
}
.content .pageNumber ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
}
.content .pageNumber ul li:first-child a, .content .pageNumber ul li:last-child a {
	font-size: 20px;
	line-height: 36px;
}
/****************************/
/******** Single Page *******/
/****************************/
.top.single {
	position: inherit
}
.single .sharing {
	display: none;
}
.content .postContent {
	width: 100%;
	margin-top: -180px;
	margin-bottom: 20px;
}
.content .postContent h2 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 32px;
	text-align: center;
}
.content .postContent .pubishTime {
	float: right;
	margin-bottom: 7px;
	margin-right: 10px;
	font-size: 12px;
	color: #ffffff;
}
.content .postContent .boxContent {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cacaca;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: calc(100vh - 300px);
	overflow: hidden;
}
.content .postContent .boxContent img {
	width: 100%;
	height: 375px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 5px;
}
.content .postContent .boxContent p {
	padding: 0 13px;
	font-size: 14px;
	color: #575757;
	text-align: justify;
	line-height: 1.9;
}
.content .commentBox {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cacaca;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 40px;
}
.content .commentBox textarea {
	width: 100% !important;
	height: 160px !important;
	border: 1px solid #cacaca;
	border-radius: 6px;
	padding: 5px 10px;
	font-family: iranyekan, prn-number;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
	color: #575757;
	outline: none;
}
.content .commentBox input {
	float: right;
	width: 32.6666% !important;
	height: 40px !important;
	border: 1px solid #cacaca;
	border-radius: 6px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-left: 1%;
	font-family: iranyekan, prn-number;
	font-size: 14px;
	color: #575757;
}
.content .commentBox input[type=submit] {
	color: #ffffff;
	background-color: #45336f;
	border: 1px solid #ffffff;
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	margin-left: 0;
}
.content .commentBox .commentmetadata {
	background-color: #ffffff;
	border: 1px solid #cacaca;
	border-radius: 6px;
	padding: 10px 12px 15px;
	margin: 15px 0 0;
}
.content .commentBox .commentmetadata .comment-time {
	font-size: 12px;
	color: #575757;
	float: left
}
.content .commentBox .commentmetadata .user-name {
	font-size: 14px;
	color: #575757;
	text-align: right;
	display: block;
}
.content .commentBox .commentmetadata p {
	font-size: 12px;
	text-align: justify;
	color: #575757;
	line-height: 2;
	margin-top: 10px;
}
