@charset "utf-8";
/* CSS Document */
/*
	Comments List
*/
#comments .comments-title{
	font-size:23px;
	margin:0 0 10px 0;
}

.commentlist{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
}
.commentlist > li{

}
.commentlist li.comment,
.commentlist .children li.comment{
	float:left;
	width:100%;
	border: none;
	padding: 0;
	background: none;
	margin-bottom:0;
	border-radius: 0;
	background-color:transparent;
	margin-top:0;
}
.commentlist li.comment > div{
	margin-bottom:20px !important;
	padding-bottom:20px !important;
	border-bottom:1px dotted #DDDDDD;
}
.commentlist .comment .author-avatar{
	float:left;
	margin:0;
}
.commentlist .comment .author-avatar img,
.commentlist .children .author-avatar img,
.commentlist .children .avatar{
	margin-right:10px;
	position: relative;
	left: 0;
	top:0;
	border-radius: 0;
}
.commentlist > .comment .comment-body{
	margin-left:70px;
}
.commentlist .children .comment-body{
	margin-left:50px;
}
.commentlist > .comment > .children{
	margin-left:70px;
}
.commentlist .children .children{
	margin-left:50px;
}
.commentlist .children{
	overflow:hidden;
}
.commentlist .comment-author{
	float:left;
	font-size:12px;
}
.commentlist .comment-meta{
	text-align:right;
	font-size:12px;
	float:right;
}
.commentlist .comment-head .comment-meta a{
	margin-left:10px;
}
.commentlist .comment-author .fn{
	font-weight:bold;
}

.commentlist .comment-reply-link,
a.comment-reply-link, a.comment-edit-link,
.commentlist .comment-foot .comment-button {
	font-size:12px;
	margin-right:10px;
	text-shadow:1px 1px #FFFFFF;
	white-space:nowrap;
	opacity: 0.5;
	transition: opacity 0.5s;
	cursor:pointer;
	color:#373737 !important;
	background-color:transparent;
	text-decoration:none;
}
.commentlist a.comment-reply-link:hover,
a.comment-reply-link, a.comment-edit-link:hover,
.commentlist .comment-foot a.comment-button:hover {
	opacity: 1;
	text-decoration:underline;
}
.commentlist .comment-reply-link,
.commentlist .comment-edit-link,
.commentlist .comment-foot .comment-button{
	/*font-family:'icomoon';
	font-size:12px;*/	
	background-image:url(../images/sprites_12x12.png);
	background-repeat:no-repeat;
	padding-left:20px;
}
.commentlist .comment-edit-link{
	background-position:0 2px;
}
.commentlist .comment-reply-link{
	background-position:0 -70px;
}
.commentlist .children li.comment .fn{
	display:inline-block;
}

.commentlist .children > li.bypostauthor{

}
.commentlist .children li.comment .comment-meta {
	line-height:30px;
}
.icon-bold i {
	content: "\e000";
}
.icon-italic i {
	content: "\e001";
}
.icon-underline i {
	content: "\e002";
}
.icon-image i {
	content: "\e003";
}
.icon-video i {
	content: "\e004";
}
.icon-attachment i {
	content: "\e005";
}
.icon-link i {
	content: "\e006";
}
.icon-cancel i {
	content: "\e007";
}
.icon-like{
	background-position:0 -166px;
}
.icon-dislike {
	background-position:0 -190px;
}
.comment-reply-link i,
.icon-reply i {
	content: "\e00a";
}
.icon-quote  {
	background-position:0 -94px;
}
.icon-remove i {
	content: "\e00c";
}
.comment-edit-link i,
.icon-edit i {
	content: "\e00d";
}

.icon-report  {
	background-position:0 -142px;
}
.icon-code i {
	content: "\f024";
}

.commentlist .comment-text{
	background-color: #FFF;
	margin: 10px;
	min-height:10px;
}
.commentlist .comment-head{
	background-color: #F5F5F5;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-image:url(../images/toolbar-bg.gif);
	overflow:hidden;
}
.commentlist .comment-foot{
	background-color: #F5F5F5;
	padding: 5px 10px;
}
.commentlist .comment-body{
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 1px;
}

.commentlist #respond{
	margin-top:10px;
}
.commentlist .comment #respond{
	margin-left:70px;
}
.commentlist .comment .children #respond{
	margin-left:50px;
}
.commentlist .comment-smile{
	margin-right:3px;
}
.commentlist .quote-head{
	font-style:italic;
}
.commentlist blockquote{
	background-color: #F5F5F5;
	padding: 20px;
	margin: 5px 0;
	border-left: 5px solid #CCC;
}
.commentlist .comment-awaiting-moderation{
	font-size:12px;
	padding:0px 0 10px 0;
	display:block;
	color:#FF0080;
}

.commentlist .ac-video-wrap iframe{
	max-width:100%;
}
.commentlist .ac-video-wrap img{
	max-width:100%;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background-color:transparent;
	text-shadow:none;
	background-image: url(../images/sprites_12x12.png);
	background-position: 0 -70px;
	background-repeat: no-repeat;
}

#respond{
	border:1px solid #DDDDDD;
	background-color:#F5F5F5;
	margin-top:20px;
	padding: 0;
	border-radius: 0;
	width:auto;
}
#respond h3#reply-title{
	border-top:1px solid #FFFFFF;
	padding:20px;
	position:relative;
	margin:0;
}
#respond h3#reply-title #cancel-comment-reply-link{
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	margin-top: -15px;
	font-family: 'icomoon';
	margin:0;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	border-radius: 3px;
	background-image:url(../images/close_16x16.png);
	background-position:center;
	background-repeat:no-repeat;
}
#respond h3#reply-title #cancel-comment-reply-link:hover{
	background-color:#329198;
}

#respond #cancel-comment-reply-link{
	background-position:0 -46px;	
}
#respond #comment-editor{
	border:1px solid #D5D5D5;
	background-color:#FFFFFF;
	padding:1px;
}
#respond form{
	margin:0 20px 20px 20px !important;
}
#respond .editor-toolbar{
	background-repeat:repeat;
	background-color:#DDDDDD;
	background-image:url(../images/toolbar-bg.gif);
	overflow:hidden;
	text-align:justify;
	margin:0;
	padding:0;
}

#respond .editor-toolbar > li{
	margin:1px 1px;
	width:30px;
	height:30px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
#respond .editor-toolbar > li img{
	vertical-align:middle;
	margin-top:5px;
}
#respond .editor-toolbar > li img.icon2{
	display:none;
}
#respond .editor-toolbar > li:hover img.icon1{
	display:none;
}
#respond .editor-toolbar > li:hover img.icon2{
	display:inline-block;
}
#respond .editor-toolbar > li > i{
	display:block;
	width:30px;
	height:30px;
	text-indent:-1000em;
	background-image:url(../images/sprites_32x32.png);
	opacity: 0.6;
	transition: opacity 0.5s;
	text-align:center;
	line-height:30px;
	color:#D8786B;
	background-repeat:no-repeat;
}
#respond .editor-toolbar > li:hover{
	background-color:#F5F5F5;
}
#respond .editor-toolbar > li:hover > i{
	_background-position-x: -36px;
	opacity: 1;
	color:#000000;
}
#respond .editor-toolbar > li.icon-bold > i{
	background-position: 7px -312px;
}
#respond .editor-toolbar > li.icon-italic > i{
	background-position: 7px -376px;
}
#respond .editor-toolbar > li.icon-underline > i{
	background-position: 7px -344px;
}
#respond .editor-toolbar > li.smile > i{
	background-position-y: 0px;
}
#respond .editor-toolbar > li.icon-image > i{
	background-position: 7px 7px;
}
#respond .editor-toolbar > li.icon-video > i{
	background-position: 7px -26px;
}
#respond .editor-toolbar > li.icon-link > i{
	background-position: 7px -120px;
}

#respond .editor-toolbar > li.icon-code > i{
	background-position: 7px -408px;
}
#respond #author,
#respond #email,
#respond #url{
	outline:none;
	background-repeat:no-repeat;
	background-position: 10px center;
	padding:10px 10px 10px 50px;
	width:70%;
	line-height:normal !important;
	box-shadow: none;
	border:1px solid #DDD;
	height:auto;
}
#respond #author{
	background-image:url(../images/user2.png);
}
#respond #email{
	background-image:url(../images/envelope2.png);
}
#respond #url{
	background-image:url(../images/earth2.png);
}
#respond textarea{
	resize: none;
	border:1px solid #DDDDDD;
	border-radius: 0px;
	outline:none;
	margin:0;
	width:100% !important;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-ktml-box-sizing: border-box;
	text-indent:0;
	max-width: 100% !important;
}
#respond #lbac-notify-me{
	margin:10px 0;
	padding:0;
	width:auto;
}
#respond .form-allowed-tags,
#respond .form-submit{
	margin:0;
	padding:0;
	float:none;
}
#respond input#submit{
	margin:0;
	left:0;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label{
	background-color:transparent;
	box-shadow: none;
	left:auto;
	top:auto;
	padding:0;
}
.ac-model-block{
	background-color:#000;
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000;
	opacity: 0;
	top:0;
	left:0;
}
.ac-model-window{
	background-color:#FFF;
	position:fixed;
	width:450px;
	height:auto;
	z-index:10001;
	top:50%;
	left:50%;
	margin-left:-225px;
	opacity:0;
	border-radius: 3px;
	overflow:hidden;
}
.ac-model-window h3{
	padding: 10px 20px 10px;
	background-color: #F5F5F5;
	text-shadow: 1px 1px #FFF;
	margin:0;
}
.ac-model-window .ac-window-content{
	margin:10px 20px;
}
.ac-form-item{margin-right:12px;}
.ac-form-item span{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}
.ac-form-item span.inline{
	display:inline-block;
}
.ac-input{
	outline:none;
	margin-bottom:5px;	
	padding:5px;
	border:1px solid #DDD;
	border-radius:3px;
}
.ac-input.large,
.ac-input.ac-large{
	width:100%;
}
textarea.ac-large{
	width:100%;
	min-height:100px;
}
.ac-input.small{
	width:50px;
}
.ac-button{
	margin:0;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-ms-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	border-radius: 3px !important;	
	padding: 5px 10px 5px 10px;
	border:1px solid #DDD;
	cursor:pointer;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 50%, rgba(229,229,229,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(239,239,239,1)), color-stop(50%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );


}

.ac-button:hover{
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%, rgba(239,239,239,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(229,229,229,1)), color-stop(50%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(239,239,239,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(239,239,239,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(239,239,239,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 50%,rgba(239,239,239,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}
input[type="checkbox"]{
	vertical-align:middle;
}
.ac-form-buttons{
	text-align:right;
	margin-right:0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
	display:block;
}  
.required{
	color: #F00;
	font-weight: bold;
	margin-left: 5px;
	position:relative !important;
	left:auto !important;
	top:auto !important;
	vertical-align: top;
	line-height:normal;
}
#comment-monitor{
	list-style:none;
	margin:0;
	padding:0;
	position:fixed;
	right:0;
	bottom:0;
	min-width:200px;
}
#comment-monitor > li{
	background-color:#F5F5F5;
	border:#DDD;
	padding:5px;
	margin:2px;
}
.ac-underline-text{
	text-decoration:underline !important;
}
.ac-italic-text{
	font-style:italic !important;
}
.ac-bold-text{
	font-weight:bold !important;
}
pre{
	margin:0;
}