/*Global*/
.row{
	margin: 0px -10px 0px;
}
.row:before, .row:after{
	content: '';
	display: table;
	clear: both;
}
.row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-12{
	width: 50%;
	float: left;
	padding: 10px 10px;
}
.row .col-md-4{
	width: 33.33%;
}
.row .col-md-5{
	width: 41.67%;
}
.row .col-md-7{
	width: 58.33%;
}
.row .col-md-8{
	width: 66.67%;
}
.row .col-md-12{
	width: 100%;
}

.clickable{
	opacity: 1;
	cursor: pointer;
	transition: all .3s ease-in;
}
.clickable:hover td{
	background: #eaedf2;
}

.search-listing-wrap, .search-gallery-wrap{
	margin: 0 -10px 30px;
}
.search-listing-wrap:before, .search-listing-wrap:after, .search-gallery-wrap:before, .search-gallery-wrap:after{
	content: '';
	display: table;
	clear: both;
}
.search-submit{
	float: right;
	width: 15%;
	padding: 0 10px;
	box-sizing: border-box;
}
#search-submit{
	padding: 12px 10px;
	width: 100%;
	text-align: center;
}
.search-field-wrap{
	float: left;
	width: 85%;
	box-sizing: border-box;
}
.search-listing-wrap .search-field-wrap .search-field, .search-gallery-wrap .search-field-wrap .search-field{
	float: left;
	width: 33.333%;
	padding: 0 10px;
}
.search-gallery-wrap .search-field-wrap .search-field{
	width: 33.333%;
}

#table-pagination_filter {
	display: none;
}

/*Search + Filter*/
.search-filter-wrap {
	margin-bottom: 20px;
}
.project-search-listing h3 {
	margin-bottom: 5px;
	clear: both;
}

/*Project Listing*/
.project-listing{
	font-size: 90%;
}
.project-listing table th, .project-listing table td{
	padding: 10px 10px;
	text-align: left;
}
.project-listing table label{
	font-weight: bold;
	margin-bottom: 10px;
}
.project-listing table p{
	margin-bottom: 0;
}
.project-listing table a{
	display: block;
	color: inherit;
	font-weight: bold;
}
.project-listing table a:hover{
	color: #000;
}

.project-listing .project-no{
	width: 5%;
}
.project-listing .project-name{
	width: 30%;
	width: 50%;
}
.project-listing .project-date{
	width: 16%;
}
.result-notif{
	padding: 10px 10px;
	color: #ff0000;
	background: #f4f4f4;
}

#table-pagination_length select {
	float: left;
	display: inline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	border: 0!important;
}

.no-sort{
	background-image: none!important;
	pointer-events: none;
}

/*Project Gallery*/
.project-gallery {
	padding: 0 10px;
}
.project-gallery table#table-pagination, .project-gallery table#table-pagination td {
	width: auto;
	display: block!important;
	border: none;
}
.project-gallery table#table-pagination thead {
	display: none;
	background: none;
	border: none;
}
.project-gallery table#table-pagination tbody {
	display: block;
}
.project-gallery table#table-pagination tr {
	background: none;
	border: none;
}
.project-gallery table#table-pagination td {
	padding: 0;
}
.project-gallery .entry > td > a{
	display: block;
	color: inherit;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.project-gallery .entry .thumbnail{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	background: rgba(0,0,0,.5);
}
.project-gallery .entry a .thumbnail img{
	position: absolute;
	top: -99px;
	right: -99px;
	bottom: -99px;
	left: -99px;
	margin: auto;
	min-width: 100%;
	max-width: 110%;
	min-height: 100%;
	transition: all .3s ease-in;
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	-ms-filter: brightness(0.5);
	filter: brightness(0.5);
}
.project-gallery .entry a:hover .thumbnail img{
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-ms-filter: brightness(1);
	filter: brightness(1);
}
.project-gallery .entry .project-details{
	pointer-events: none;
	display: table;
	text-align: center;
	color: #fff!important;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	padding: 10px 20px;
	transition: all .3s ease-in;
}
.project-gallery .entry .project-details:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: -100%;
	bottom: -100%;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	transition-delay: .1s;
	transition: all .3s ease-in;
}
.project-gallery .entry .project-details p{
	margin-bottom: 0;
}
.project-gallery .entry a .project-details .project-name{
	//font-size: 1.2em;
	font-size: 1.1em;
	//font-weight: bold;
	margin: 10px;
}
.project-gallery .entry a .project-details .short-des{
	margin: 10px;
	font-size: .95em;
	font-style: italic;
	transition: all .3s ease-in;
}
.project-gallery .entry a .project-details .type{
	transition: all .3s ease-in;
}
.project-gallery .entry a:hover .project-details{
	bottom: -webkit-calc(100% - 40px);
	bottom: -moz-calc(100% - 40px);
	bottom: -ms-calc(100% - 40px);
	bottom: calc(100% - 40px);
	top: -100%;
	bottom: 100%;
}
.project-gallery .entry a:hover .project-details:after{
	//top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.project-gallery .entry a:hover .project-details .short-des, .project-gallery .entry a:hover .project-details .type{
	display: none;
}
.project-gallery .project-end-date{
	display: none!important;
}

/*Single Project Image Slider*/
.project-image-slider img{
	margin-bottom: 0!important;
}
#pis .lSSlideOuter .lSPager.lSGallery li{
	opacity: 0.5;
}
#pis .lSSlideOuter .lSPager.lSGallery li.active, #pis .lSSlideOuter .lSPager.lSGallery li:hover{
	border-radius: 0;
	opacity: 1;
}
.project-content{
	margin: 20px 0;
	padding: 10px 0;
}
.project-content .widget-title{
	margin: 0;
}
.project-content label{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.project-content .description{
        padding-right: 10px;
}
.project-content .description.box{
	padding: 20px;
	background: #f4f4f4;
	border-radius: 5px;
}
.project-content .project-additional{
	padding: 20px;
	background: #f4f4f4;
	border-radius: 5px;
}
.project-content .project-details:before, .project-content .project-details:after{
	content: '';
	display: table;
	clear: both;
}
.project-content .project-details label, .project-content .project-details .details{
	font-size: 1em;
	float: left;
	width: 50%;
	margin-bottom: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li{
	text-align: center;
	background: #000;
}
.lSSlideOuter .lightSlider > *, #pis .lSSlideOuter .lSPager.lSGallery li{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 414px;
}
#pis .lSSlideOuter .lSPager.lSGallery li{
	padding-bottom: 76px;
}
.lSSlideOuter .lightSlider > * > img, #pis .lSSlideOuter .lSPager.lSGallery li img {
	position: absolute;
	top: -999px;
	right: -999px;
	bottom: -999px;
	left: -999px;
	width: auto;
	margin: auto!important;
}
.lSSlideOuter .lightSlider > * > img {
	max-height: 100%;
}

/*Responsive*/
@media only screen and (max-width: 1380px) {
.search-field-wrap {
	width: 100%;
}
.search-submit {
	float: left;
	width: 33.3%;
}
}
@media only screen and (max-width: 1250px) {
.project-gallery .entry .project-details {
	padding: 5px;
}
.project-gallery .entry a .project-details .project-name {
	font-size: 0.95em;
}
.project-gallery .entry a .project-details .type {
	font-size: 0.9em;
}
}
@media screen and (max-width: 1024px) {
.search-listing-wrap .search-field-wrap .search-field, .search-gallery-wrap .search-field-wrap .search-field {
	width: 50%;
}
.search-submit {
	width: 50%;
}
.project-gallery .col-md-6 {
	width: 100%;
}
}
@media screen and (max-width: 400px) {
.project-listing #table-pagination {
	font-size: 0.95em;
	width: 100%!important;
}
.project-listing #table-pagination th {
	padding: 4px;
	padding-right: 16px;
}
.project-listing #table-pagination th.sorting_disabled, .project-listing #table-pagination td {
	padding: 4px;
}
.project-gallery {
	padding: 0;
}
}





