/* Projects css */
#projects-2{
	position: relative;	
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.cat_helper{display:none; visibility: hidden; height: 0;}
.filterby{
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
}
.arrow-right {
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #545454;
	position: absolute;
	right: -5px;
	z-index: 99999;
	top: 13px;
}

.filterby .projectCategories{
	xdisplay: none;
	position: relative;
	z-index: 99;
	height: auto;
	float: left;
	top: 20px;
	line-height: 24px;
	background: white;
	border-right: 1px solid #ddd;
	left: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: none;
}

.filterby .projectCategories li{
	list-style: none;
	float: left;
	padding: 0px 0;
	width: auto;
	line-height: 36px;
	border-right: 1px solid #f2f2f2;
}

.filterby .projectCategories li a{
	list-style: none;
	float: left;
	padding: 0px 24px 0 24px;
	width: auto;
	color: #666;
	font-family: Helvetica Neue,Arial, sans-serif;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	white-space: nowrap;
	font-weight: bold;
}
.filterby .projectCategories li a:hover{
	color: #fff;
}

.thumbnails_list{
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.thumbnails_list > ul > li{margin-bottom: 20px;}
.thumbs_row{
	position: relative;
	float: left;
	width: 101%;
}

/* Single */
.projects_nav1{
	position: absolute !important;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	margin-top: 0;
}

.slides .arrows-proj{
	display: none;
}

.page_title .arrows-proj2{
	text-indent: -9999px;
	right: -70px;
	position: relative;
	margin: 0;
	top: -6px;
}
.page_info_title{margin: 0 !important;}
.page_title .arrows-proj2 a{
	text-indent: -9999px;
}

.nav-previous-nav1, .nav-next-nav1{
	position: relative;
	float: left;
}
.nav-previous-nav1 a{
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(tango/arrow-l.png) no-repeat center center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 6px;
	text-indent: -99999px;
	line-height: 40px;
	float: left;
	border: 1px solid #666;
	right: 5px;
}
.nav-next-nav1 a{
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(tango/arrow-p.png) no-repeat center center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	border: 1px solid #666;
	padding: 6px;
	text-indent: -99999px;
	line-height: 40px;
	float: left;
}

.proj-content{
	position: relative;
	float: left;
	width: 100%;
	text-align: justify;
}
.type-portfolio{
	margin-top: 40px;
}

.projects_media{
	float: left;
	position: relative;
	width: 100%;
	z-index: 99;
}

.projects_media .movies-nav{
	position: absolute;
	width: 100%;
	height: 0;
}
.projects_media .movies-nav li a.prev{
	z-index: 99999;
	text-indent: -9999px;
	position: absolute;
	left: -20px;
}
.projects_media .movies-nav li:nth-child(2){
	right: -20px;
}

.projects_media .movies-nav li a.next{
	right: 20px;
	z-index: 99999;
	text-indent: -9999px;
	position: absolute;
}
.projects_media .movies-nav li{
	left: 20px;
	z-index: 99999;
	text-indent: -9999px;
	position: absolute;
}
.projects_media .movies-nav li a{
	opacity: 0;
}
.projects_media .movies-nav{ z-index: 999999999999999999;}
.projects_media .movies-nav{
	margin: 0 !important;
}

.projects_media #the_movies:hover .movies-nav li a{
	opacity: 1;
}

.projects_description{
	position: relative;
	text-align: left;
}


/* Style 1 */
.post-thumb img.nc2{
	height: 345px;
}
.post-thumb img.nc3{
	height: 225px;
}
.post-thumb img.nc4{
	height: 165px;
}


/* Style 2 */
.project_list_s2 .slides_container .post-thumb-s2{
	margin: 20px 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid #EFEFEF;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	float: left;
	width: 100%;
}

.project_list_s2 .slides_container .post-thumb-s2:hover{
	border-bottom: 1px solid #1a99b8;
}

.ch-grid li.nc2{
	height: 345px;
}
.ch-grid li.nc3{
	height: 225px;
}
.ch-grid li.nc4{
	height: 165px;
}


.project_list_s2 .slides_container .p_exerpt{
	height: 40px;
	overflow: hidden;
}
.entry-content{
	position: relative;
	float: left;
	top: 30px;
	margin-bottom: 80px;
	
}
.moreinfo_text{
	position: relative;
	float: left;
}

.filterby_btn{
	display: block;
	font-weight: bold;
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #444 !important;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 0;
	padding: 10px 14px !important;
	font-size: 13px;
	width: auto !important;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	color: #545454;
	background: #f2f2f2;
}
.filterby_btn i{
}

/* Recent Projects Style1 */

.project_list_s3 .proj-title-tags, #projects-1 .proj-title-tags{
	padding: 10px 0 14px 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.project_list_s3 .p_title, #projects-1 .p_title {
	font-size: 16px;
	margin: 0 0 0 0;
	font-weight: 800;
	text-align: center;
}
.project_list_s3 .p_title a, #projects-1 .p_title a{
	color: #444 !important;
	font-size: 12px !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.splitter li:not(.active) a{
	background: white !important;
	color: #666 !important;
}

.project_list_s3 .eight .proj-title-tags, #projects-1 .eight .proj-title-tags{
	padding: 20px 0;
}
.project_list_s3 .p_exerpt p, #projects-1 .p_exerpt p {
	font-family: 'Open Sans Light', 'Arial', sans-serif !important;
	font-style: normal;
	margin: 0 !important;
	text-align: center;
}
.project_list_s3 .slides_container > li:hover .mask{
	xbackground: rgba(10, 168, 165, 0.8);
}
.project_list_s3 .p_title a:hover {
	xcolor: rgba(10, 168, 165);
}
