.title h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
}

.info{
	border: 1px dashed gray;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
.info ul{list-style-type: none;}
.content{
	font-size: 17px;
	line-height: 26px;
}
.content .info{
	padding: 5px 0px 0px 0px;
}
.content table a{
	color: black;
}
.content table a:hover{
	color: black;
	text-decoration: underline;
}

.author, .date{
	display: inline-block;
	padding: 10px 0px;
}

.article-share-button {
	float: right;
	padding: 4px 0px;
}
.article-share-button .facebook-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 5px;
	color: #fff;
	background-color: #4A66B7;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0,0,0,.35);
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}
.article-share-button .facebook-button span {
	margin-left: 10px;
}

.bottom{
	border: 1px dashed gray;
	border-right: 0px;
	border-left: 0px;
}
.bottom .hits {
	display: inline-block;
	padding: 10px 0px;
}

.rating {
	float:left;
}
.rating div{
	margin-top: 15px;
}

.rating:not(:checked) > input {
	position:absolute;
	top:-9999px;
	clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
	float:right;
	width:1em;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:200%;
	line-height:1.2;
	color:#666;
	margin-bottom: 0px;
}

.rating:not(:checked) > label:before {
	content: '★ ';
}

.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
	color: #68A095;
}

.rating > label:active {
	position:relative;
	top:2px;
	left:2px;
}

.addthis_toolbox.addthis_counter_style{
	text-align: right;
}

.wfxtags{
	background-image: url('../../../images/diagonal-noise.png');
	border: 1px solid #b7b7b7;
	margin-bottom: 10px;
	font-size: 16px;
}

.wfxtags .wfxtag_title{
	background-color: #68A095;
	padding: 15px;
	color: white;
	display: inline-block;
}

.wfxtags .tagend{
	background: url(../../../../../images/sprite.svg) -715px 0px;
	background-size: 1870px;
	width: 26px;
	height: 48px;
	vertical-align: top;
	display: inline-block;
	margin-left: -4px;
}

.wfxtags .wfxtag{
	display: inline-block;
	border: 1px solid #b7b7b7;
	background-color: white;
	padding: 5px;
	margin: 0px 5px;
	color: black;
}

.wfxtags .wfxtag:hover{
	color: white;
	background-color: #68A095;
	text-decoration: none;
}

.writer{
	width: 100%;
	margin-bottom: 10px;
}

.writer .title{
	background-color: black;
	font-size: 20px;
	color: white;
	padding: 15px;
}

.writer .arrow{
	float: left;
	margin-top: 7px;
	margin-right: 12px;
	background: url(../../../../../images/sprite.png) 168px 1px;
	width: 10px;
	height: 8px;
}

.writer .content{
	background-image: url('../../../images/diagonal-noise.png');
	border: 1px solid #b7b7b7;
	border-top: 0px;
}

.writer .content img{
	margin: 10px;
	width: 125px;
	height: 125px;
}

.writer .last_news{
	display: inline-block;
	width: 75%;
	vertical-align: top;
}

.writer .last_news a{
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	margin: 10px;
	font-size: 16px;
	color: black;
}

.writer .last_news a:hover{
	color: #68A095;
	text-decoration: none;
}

.related_division{
	background-color: black;
	margin: 10px 0px;
	height: 5px;
}

.related .title{
	font-size: 20px;
	color: black;
	padding: 10px;
	border: 1px dotted #b7b7b7;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 10px;
}

.related_item {
	display: inline-block;
	margin: 0 5px 20px 0;
	position: relative;
	height: 300px;
	width: 192px;
}

.related_item .itemleftborder {
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
}

.related_item:hover .itemleftborder {
	background-color: #68A095;
}

.related_item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 162px;
}

.related_item_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 182px;
	height: 138px;
	padding: 0 3px 0 7px;
	overflow: hidden;
}

.related_item_title    {
	font-size: 18px;
	display: block;
	color: black;
	font-family: "Dosis",sans-serif;
   /*font-family: alexandriaflfbold;*/
	margin-top: 3px;
}

.related_item:hover .related_item_title {
	color: #68A095;
	text-decoration: none;
}

.related_item_text {
	font-size: 12px;
	line-height: 14px;
	color: gray;
	margin-top: 10px;
}

.related_item_text p    {
	text-align: left !important;
}

.comments .title{
	font-size: 20px;
	color: black;
	padding: 15px;
	border: 1px solid black;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 10px;
}

.comments .fb-comments > span, .comments .fb-comments iframe{
	width: 610px!important;
}

ul.breadcrumb li{
	display: none;
}

ul.breadcrumb li.active{
	display: inline-block;
}

@media(min-width: 1330px){ /*999999999px*/

	.related_item{
		width: 275px;
		margin-right: 10px;
	}

	.related_item_bottom{
		width: 265px;
	}

	.comments .fb-comments > span, .comments .fb-comments iframe{
		width: 865px!important;
	}

	ul.breadcrumb li {
		display: inline-block;
	}

	ul.breadcrumb li.active {
		display: none;
	}
        

    
    .at4-share-btn.at-svc-facebook {
        width: 23px;
     }
     .at4-share-btn.at-svc-twitter{
       width: 23px;  
     }
     .at4-share-btn.at-svc-google_plusone_share{
       width: 23px;  
     }

    .atss a {
        padding: 0px 0px !important;
    }
 
    .addthis_32x32_style .at15t_facebook {
        background-position: -5px -192px !important;
    }
    .addthis_32x32_style .at15t_twitter {
       background-position: -5px -800px !important;
    }
    .at15t_google_plusone_share {
        background-position: -5px -352px !important;
    }
    .atss {
    width: 20px !important;
    }

    .at-share-close-control{
        width: 30px !important;
    }
	.aticon-facebook {right: 5px!important;}
	.aticon-twitter{right: 5px!important;}
	.aticon-google_plusone_share{right: 5px!important;}

}