.title.project-ico{
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px -13px;
}
.side_port {
	float: right;
	width: 31.4%;
}

.portfolio_content {
	position: relative;
	margin-top: -112px;
	float: left;
	width: 100%;
}
.portfolio_content:after {
	display:block;
	content:"";
	clear:both;
	margin-bottom: 50px;
}

.pagination {
	width: 302px;
	background: none;
	border: none;
	float: right;
	position: inherit;
	line-height: 40px;
	margin-top: 15px;
}
.pagination li{
	width: 130px;
	height: 30px;
	display: inline-block;
}
.pagination li:last-child {
	margin-left: 30px;
}
.pagination li a{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ba3030;
	width: 117px;
	height: 40px;
	border: 1px solid #CECECE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: white;
	padding: 0 10px 0 10px;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 2px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
.pagination li .prev{
	text-align: right;
}
.pagination li .next{
	text-align: left;
}
.pagination li a span {
	display: block;
	margin: 10px 10px 0 10px;
}

.pagination .prev:before {
	content: '';
	display: block;
	background: url("../images/portfolio-items-ico.png") no-repeat 0 0;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 7px;
	top: 13px;
}
.pagination .next:before {
	content: '';
	display: block;
	background: url("../images/portfolio-items-ico.png") no-repeat -15px 0;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 115px;
	top: 13px;
}

.hgroup h2 {
	font: 500 15px/17px "Vollkorn";
	font-style: italic;
	margin: 10px 0 0 0;
}
.services li:last-child {
	margin-left: 20px;
}
.bl_portfolio-item, .sidebar{
	border:1px solid #cecece;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	padding: 5px;
	/*width: 619px;*/
	width: 64.47%;
	-webkit-box-shadow:0 2px 2px #d1d1d1;
	-moz-box-shadow:0 2px 2px #d1d1d1;
	box-shadow:0 2px 2px #d1d1d1;
	float: left;
}

.bl_portfolio-item:after{
	content:"";
	display:block;
	clear:both;
}

.nivo-controlNav {
	display: none;
}
.nivo-nextNav, .nivo-prevNav {
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -999px;
	overflow: hidden;
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.nivo-nextNav {
	background: url("../images/arrows2.png") no-repeat;
	background-position: -50px 0px;
	margin-right: 10px;
}
.nivo-prevNav {
	background: url("../images/arrows2.png") no-repeat;
	background-position: left top;
	margin-left: 10px;
}

.sidebar {
	height:380px;
	float: right;
	/*width: 235px;*/
	width: 77.81%;
	font: 500 13px/20px Arial;
	padding: 15px 10px 15px 55px;
	position: relative;
}
.sidebar p{
    height:180px;
    color: #737272;
    margin: 0px 0px 0px -34px;
}
.sidebar .title {
	font: 700 14px/25px Arial;
	text-transform: uppercase;
}
.sidebar .title:before {
	content: '';
	background: url("../images/portfolio-items-ico.png") no-repeat;
	display: block;
	position: absolute;
	left: 20px;
	margin-top: 4px;
}
.sidebar .project-ico:before {
	width: 16px;
	height: 16px;
	background-position: -30px 0;
}
.sidebar .services-ico:before {
	width: 18px;
	height: 18px;
	background-position: -46px 0;
}

.sidebar .list {
	line-height: 25px;
	margin-bottom: 27px;
}
.sidebar .list li {

}
.sidebar .list li a {
	color: #737272;
}
.sidebar .list li a:hover{
	color: #ba3030;
}
.services {
	float: right;
	width: 302px;
	margin: 15px 0;

}
.services li{
	width: 133px;
	height: 30px;
	display: inline-block;
	position: relative;
}

.services .views {
}
.services .likes {

}
.services li a{
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #464646;
	width: 88px;
	height: 30px;
	border: 1px solid #CECECE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: white;
	padding: 10px 0 0 55px;
	-webkit-box-shadow: 0 2px 2px #D1D1D1;
	-moz-box-shadow: 0 2px 2px #d1d1d1;
	box-shadow: 0 2px 2px #D1D1D1;
}

.services a:before {
	content: '';
	display: block;
	background: url("../images/likeview-icons.png") no-repeat 0 0;
	height: 30px;
	width: 45px;
	border-right: 1px dashed #ebebeb;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 1;
}
.services .red_likes {
	content: '';
	display: block;
	background: url("../images/likeview-icons.png") no-repeat 0 0;
	height: 30px;
	width: 45px;
	border-right: 1px dashed #ebebeb;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-o-transition:      opacity 1s;
	transition:      opacity 1s;

}


.services .likes:before {
	background-position: 13px 9px;
	opacity: 1;
}
.services .red_likes {
	background-position: 13px -26px;
	opacity: 0;
}
.services .views:before {
	background-position: -26px 9px;
}
.services li:hover .likes:before {
	opacity: 0.8;
}
.services li:hover .red_likes {
	opacity: 1;
}
.services li:hover .views:before {
	background-position:  -26px -27px;
}
.services li:hover .likes, .services li:hover .views {
	background: #f2f2f2;
	color: #BA3030;
}
.services li a span{
	color: #BA3030;
	margin-right: 7px;
}
.hr-line {
	margin: 27px -10px 12px -55px;
	border: none;
	border-top: 1px dashed #ebebeb;
}
.portfolio-items {
	clear: both;
	margin: 0 0 0 -22px;
	padding: 0;
}

.portfolio-items:after {
	content: "";
	display: block;
	clear: both;
}

.portfolio-items li {
	position: relative;
	float: left;
	width: 213px;
	height: 144px;
	margin: 0 0 38px 22px;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.portfolio-items li > .image {
	position: relative;
	display: block;
	width: 213px;
	height: 144px;
}
.portfolio-items li .description {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	width: 213px;
	height: 104px;
	text-align: center;
	padding: 40px 0 0;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-o-transition:      opacity 1s;
	transition:      opacity 1s;
}
.portfolio-items li .description span {
	text-transform: uppercase;
	font-size: 18px;
	height: 18px;
	color: #ba3030;
	font-weight: 700;

	padding-bottom: 7px;
}
.portfolio-items li .description .category{
	display: block;
	margin-top: 6px;
	font: 500 14px/17px "Vollkorn";
    border-top: 1px dashed #d7d5d2;
	font-style: italic;
	color: #6b6969;
}

.portfolio-items li:hover .description {
	opacity: 1;
	z-index: 21;
}

.portfolio-items li:not(:hover) > .description {
	opacity: 0;
	z-index: 21;
}

.portfolio-items li img {
	width: 100%;
	height: 100%;
	display: block;
}

.portfolio-items .options {
	position: absolute;
	right: -5px;
	bottom: -5px;
}
.portfolio-items li:hover .options {
	z-index: 22;
}

.portfolio-items .likes,
.portfolio-items .views,
.portfolio-items .zoom {
	position: relative;
	float: left;
	width: 40px;
	height: 30px;
}

.portfolio-items .options .likes {
	border-right: 1px solid #f2f2f2;
	background: #fff url("../images/options.png") no-repeat left bottom;
}

.portfolio-items .options .likes:hover {
	background: #fff url("../images/options.png") no-repeat center bottom;
}

.portfolio-items .options .views {
	background: #fff url("../images/options.png") no-repeat 0 0;
}

.portfolio-items .options .views:hover {
	background: #fff url("../images/options.png") no-repeat center top;
}

.portfolio-items .options .likes span,
.portfolio-items .options .views span {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	min-width: 29px;
	padding: 2px 5px 7px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: url("../images/options.png") no-repeat right top;
}

.portfolio-items .options .likes:hover span,
.portfolio-items .options .views:hover span {
	display: block;
}

.other {
	margin: 50px 0 -15px 0;
}
.other .title {
	font-size: 25px;
	font-weight: 600;
	padding: 0 0 25px 0;
	border-bottom: 1px dashed #c3c3c3;
	margin-bottom: 30px;
	/**/
	width: 100%;
	float: left;
}
.bl_portfolio-item #slider img{
    width: 619px !important;
}
.shadow{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
