﻿/*-------------------------------------------

    Title :  2015
    Usage :  media pages
    Edited:  2015-06-28

---------------------------------------------

 

---------------------------------------------*/



/*  1. comments
---------------------------------------------*/

#cmnt .cmnt form div input[type=submit] {
	position: relative;
	float: left;
	margin: -4px 0 0 11px;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 13px;
	background: #319f9c;
	border: none;
	border-radius: 17px;
	behavior: url(js/PIE.htc);
	}

#cmnt .cmnt form div input[type=submit]:hover {
	background: #34ccbf;
	}
	
#cmnt .resultMsg{
	height: 20px;
	margin: 40px 10px 0px 55px;
	width: 70%;
	font-size: 15px;
	color: #606060;
	display: block;
	position: absolute;
}

#cmnt .cmnt ul li.updateform {
	padding: 14px 0 14px 0;
}

#cmnt .cmnt ul li.list.hidden{
	display: none;
}

#cmnt .cmnt ul li.updateform.hidden{
	display: none;
}

#cmnt .cmnt .header{
	padding: 0px;
}

#cmnt .bottom-meta{
	padding-bottom: 20px;
}

#cmnt .more-comments.hidden{
	display: none;
}

#cmnt .more-comments{
	display: inline-block;
}

#cmnt .more-comments a{
    font-size: 12px;
    cursor: pointer;
	color: #319f9c;
}

#cmnt .more-comments a:after {
	content: "\f107";
	float: right;
	margin: 1px 0 0 6px;
	margin-top: -moz-calc(0px);
	color: #606060;
	font: 12px/1.2 "Font Awesome";
	}

#cmnt .comments-count{
	display: inline-block;
	float: right;
	margin-right: 15px;
	font-size: 12px;
	color: #c0c4c8;
}

#cmnt .cmnt form .dots-gif{
	display: inline;
	right: 20px;
	bottom: 3px;
	position: absolute;
}

#cmnt .cmnt form .dots-gif img{
	width: 32px;
	height: 10px;
	float: right;
	margin-top: 10px;
	border-radius: 0px;
	position: relative;
	display: inline-block;
}

	
/*  2. info
---------------------------------------------*/

#info .summary {
	height: 150px;
}


.img-box ul li.featured.normal {
	width: 220px;
	height: 124px;
	margin-bottom: 3px;
}

.img-box ul li.featured.normal img {
	width: 250px;
	min-height: 124px;
	max-height: 124px;
}

.img-box ul li.featured.normal a.image:after {
	content: "";
	position: absolute;
	top: 35%;
	left: 40%;
	width: 50px;
	height: 50px;
	background: url(../images/sprite.png) no-repeat 0 -120px;
	background-size: 400px 400px;
}

.img-box ul li.featured.normal a:hover.image:after  {
	content: "";
	position: absolute;
	top: 35%;
	left: 40%;
	width: 50px;
	height: 50px;
	background: url(../images/sprite-hover.png) no-repeat 0 -120px;
	background-size: 400px 400px;
}

.img-box ul li.featured.normal .title {
	margin-top: -22px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	padding: auto 5px;
	}

.img-box ul li.featured.normal .title {
	margin-top: -22px;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	padding: auto 5px;
	}

.img-box ul li.featured.normal .title a{
	background-color: rgba(0, 0, 0, 0.7);
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 22px;
	font-size: 14px;
	width: 98%;
}



