#arttext a, .entry-content p a,
.txt.clearfix a {
  color: #0975ee;
}
#arttext a:hover, .entry-content p a:hover,
.txt.clearfix a:hover {
  color: #0975ee;
  text-decoration: underline;
}


.leftcol {
	width: 980px;
}

.shareaholic-canvas {
	float: left;
/*	background: transparent;
	width: 200px;*/
}

.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	padding: 10px 0 5px !important;
}

.banner300250 {
    width: 333px;
    overflow: hidden;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    float: right;
    text-align: center;
    margin: 0 0 30px 0;
}


.gallery {
	margin: 15px 0 70px 0;
}

.gallery h6 {
  background-color: #242628;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 8px;
}
.gallery ul li {
	float: left;
	padding: 0 20px 20px 0; 
/*	width:25%;*/
}

.gallery ul li.banner-placeholder {
	display: none;
}

.gallery ul li:nth-child(4n+4) {
	padding: 0 0 20px 0;
}

.gallery ul li.on .img-title {
	display: block;
}

.media-info {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 100;
}

.hasgallery {
  background: rgba(0, 0, 0, 0) url("images/hasgallery.png") no-repeat scroll 0 0;
  font-size: 12px;
  height: 40px;
  padding: 8px 0 0;
  text-align: center;
  width: 40px;
}

.gallery-item {
    height: 225px;
    position: relative;
    overflow: hidden;
}


.gallery-item img {
    width: 100%;
}

.gallery-item:hover .img-title {
    opacity: 1;
    display:block;
    cursor: pointer;
    top:0;
}

.img-title {
    position: absolute;
    top: 250px;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
   /* comment this out for CSS hover */
    background: url("images/bg_gal_tit.png");
    /*transition: all 0.5s ease;*/
        -webkit-transition: all 0.2s ease-in 0s;
       -moz-transition: all 0.2s ease-in 0s;
        -ms-transition: all 0.2s ease-in 0s;
         -o-transition: all 0.2s ease-in 0s;
            transition: all 0.2s ease-in 0s;
}

.img-title h2 {
	position: absolute;
	color: #fff;
/*	top: 33%;*/
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
    
.img-title h2 a {
	display: block;
	width: 230px;
	height: 230px;
	padding: 33% 10px 10px 10px;
	color: #fff;
}



.related {
	width: 220px;
	float: right;
	margin: 0 0 10px 20px !important;
	line-height: 16px;
	padding: 0px !important;
}

.related h6 {
    color: #fff;
    font-size: 22px !important;
    text-align: center;
    padding: 4px 0 2px 0;
    margin: 0 !important;
	background: #242628;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.related ul {
	background: #fff url(images/bg_related_shadow.png) top no-repeat;
	border: 1px solid #e7333a;
	margin: 0 !important;
	padding: 10px 5px 0 8px !important;
/*	width: 200px;*/
}

.related ul li {
	margin: 0 0 5px 10px !important;
	padding: 0;
	list-style-image: url(images/bullet_related.gif) !important;
	font-size: 15px;
}

.related a {
	color: #131313;
	text-decoration: underline !important;
}

.related .txt ul li:last-child {
	margin: 0;
}





/*---------------*/
/***** HOVER EFFECT *****/
/*---------------*/

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.15em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 72%;
	line-height: 15px;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	background:  rgba(250, 250, 250, 0.5);
	color: #484c61;
	display: block;
	margin: 10px;
    padding: 5px;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-family: 'PFDinTextCondPro Thin', sans-serif;
	font-weight: 700;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 90%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	background: #fff;
	color: #484c61;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/* ARTICLE */

.text {
	font-size: 17px;
	line-height: 24px;
	color: #131313;
	text-align: left;
	font-weight: 300;
}

.text p {
	margin: 0 0 10px 0;
}

.arttop {
/*	float: left;
	margin: -5px 0 0 0;
	width: 930px; */
}

.arttop {
	float: left;
	margin: 1px 0 10px 0;
	width: 920px;
}

.text .date {
/*	background-color: #4d4d4d;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	min-height: 40px;
	line-height: 13px;
	margin: 0 10px 0 0;
	padding: 6px 4px 0;
	text-align: center;
	width: 40px;
	font-weight: 300; */
}

.text .date {
    background-color: #959595;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-weight: 700;
    line-height: 13px;
    margin: 0 10px 10px 0;
    min-height: 40px;
    padding: 6px 4px 0;
    text-align: center;
    width: 40px;
    display: block;
	float: left;
}

.arttools table {
	padding: 0;
	margin: 0;
	border: 0px solid red;
	height: 30px;
	width: 100%;
}
.text .arttools table iframe {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0px solid red;
}

td.art-comments {
	padding: 0 0 0 15px;
}

td.art-social {
	
}

.arttools {
	padding: 0 0 0 10px;
	margin: 15px 0 0 0;
	/* background: #f5f4f4; */
	display: block;
	width: 100%;
}

.art-social {
	width: 465px;
}

.text h1 {
    color: #131313;
    font-family: "PFDinTextCondPro Thin";
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
}

.wrapper {
	background: #f5f4f4;
}

.selected, #wrapperagriyaplayer {
	background: #f5f4f4;
	/* padding: 0px 5px 5px 5px; */
	padding: 17px 5px 10px 5px;
	position: relative;
	height: auto;
	text-align: center;
	max-height: 447px;
	width: 980px;
	display: table-cell;
	vertical-align: top;
}

.selected .next {
	position: absolute;
	top: 44%;
	right:0;
}

.selected .prev {
	position: absolute;
	top: 44%;
	left:0;
}

.arttxt {
	float: left;
	width: 600px;
	margin: 0 0 30px 0;
}

.txt div {
	margin: 0;
	padding: 0;
}

td.art-comments {
	display: none;
}

.txt {
	margin: 0 0 25px 0;
}



/* TOP5 */

.top5-wrapper {
	float: right;
	width: 333px;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 30px;
	clear: right;
}

.top5-wrapper h6 {
  background-color: #242628;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 8px;
}

.top5-wrapper h3 {
    background: #4d4d4d none repeat scroll 0 0;
    float: left;
    height: 65px;
    margin: 0 1px 5px 0;
    width: 65px;
    color: #fff;
    font-size: 30px;
    font-family: "PFDinTextCondPro Thin";
    padding: 20px 0 0;
    text-align: center;
}

.top5-wrapper td {
	vertical-align: top;
}

.top5-wrapper img {
	float: left;
}

.top5-wrapper h2 {
	color: #4d4d4d;
	font-size: 13px;
}



/* PREVIOUS-NEXT */


.prevenext-wrapper {
	float: right;
}

.prevenext-wrapper > h6 {
    background: #80878b none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 2px 10px;
    text-transform: uppercase;
}


.prevenext-wrapper > h6.nextgal {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    float: right;
}

.prevartbox {
	display: block;
/*	background: #80878b url(images/arrow_white_prev.png) no-repeat 7px 30px;*/
	background: #80878b;
	padding: 5px 0px !important;
	width: 300px;
	height: 100px;
	overflow: hidden;
/*	float: left;*/
	margin: 0 0 20px 0px !important;

}
.prevartbox td, .nextartbox td {
	padding: 0 5px;
	line-height: 18px;
}
.nextartbox {
	display: block;
/*	background: #80878b url(images/arrow_white_next.png) no-repeat 247px 30px;*/
	background: #80878b;
	padding: 5px 0px !important;
	width: 300px;
	height: 100px;
	overflow: hidden;
	/*float: right;*/
	margin: 0 0px 0 0 !important;
}

.nextartbox a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 18px !important;
	text-decoration: none !important;
}

.prevartbox a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 18px !important;
	text-decoration: none !important;
}

.prevartbox span, .nextartbox span {
    display: block;
    height: 90px;
    overflow: hidden;
}



/*.rest {
	display: block;
	width: 100%;
	border: 1px solid blue;
}
.rest ul {
	display: block;
	list-style: none;
}
.rest ul li {
	display: block;
	float: left;
	margin: 5px;
	padding: 0;
}*/




.rest {
	position: relative;
/*	height: 100px;*/
	background: #f5f4f4;
	margin: 20px 0;
	padding: 0 0 4px 0;
}

.rest ul {
	margin: 10px 0 0 37px;
}

.rest ul li {
	float: left;
	margin: 0 10px 0 0;
}

.rest ul li img {
	width: 105px;
	height: 105px;
}

.rest ul li.photoactive, .rest ul li.photo:hover {
        filter:alpha(opacity=100);
        -moz-opacity:1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
transition-property: opacity;
  transition-duration: 500ms;
}

.rest ul li.photo {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
transition-property: opacity ease-out;
  transition-duration: 500ms;
}

.rest ul li:last-child {
	margin: 0;
}

.rest .prev {
	position: absolute;
	bottom: 40%;
	left: 10px;
}

.rest .next {
	position: absolute;
	bottom: 40%;
	right: 10px;
}

.rest .prev.hasnot, .rest .next.hasnot {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}

/*.rest .prev a:hover, .rest .next a:hover {
        filter:alpha(opacity=100);
        -moz-opacity:1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
}
*/











.pagination-more a {
	margin: 0;
}




.gads-inbetween-outer {
    display: block;
    float: none !important;
    margin: 50px auto !important;
    max-width: 100% !important;
    text-align: center;
}


.txt.clearfix iframe {
	width: 100%;
}

.outer {
    width: 1008px;
    padding: 0 20px;
}