
h3.titl{
    color: #969609;
    font-size: 35px;
    text-align: center;
    margin-bottom: 55px;
	text-transform:uppercase;
}
/*-- gallery --*/
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding:9px 23px;
    font-size: 14px;
    margin: 0 0.4em;
    letter-spacing: 1px;
    background: #ec3237;
    border-radius:0  7px ;
}
.simplefilter li {
}
.simplefilter li.active {
    color: #FFFFFF;
    background: #0d7608;
}
.filtr-item img{
	width:100%;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
ul.simplefilter {
    text-align: center;
	margin-bottom: 1em;
}
.item {
	text-align:center;
	position:relative;
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
	width: 100%;
	height: 256px;
}
.item-hover,
.item-hover .mask,
.item-img {
	position:absolute;
	top:0;
	left:0;
}
.item-info {
    padding-top: 70px;
}
.item-type-double .item-hover {
	z-index:5;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity:0;
	cursor:pointer;
	display:block;
	text-decoration:none;
	text-align:center;
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;
}
.item-type-double .item-info .headline {
	font-size:15px;
	width:90%;
	margin:0 auto;
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.item-type-double .item-info .date {
    font-size: 30px;
    color: #F74F08;
    font-family: 'Roboto Condensed', sans-serif;
}
.item-type-double .item-hover .mask {
	background-color:#000;
	opacity:0.7;
	z-index:0;
}
.item-type-double .item-hover:hover .line {
	width:90%;
}
.item-type-double .item-hover:hover {
	opacity:1;
}
.item-img {
	z-index:0;
}
.filtr-item {
    padding-top: 30px;
}
.gallery {
    padding: 90px 0;
}
/*-- //gallery --*/

/*-- //client --*/
.portfolio{
	padding:3em, 0;
}
.w3_agile_grids_top{
    margin: 1em 0;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
	background: #000;
	border-left: 2px solid #ef8806;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-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%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size:100%;
    font-weight: bold;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(30, 28, 24, 0.41);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,90deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,90deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 0.5em;
	max-width: 220px;
	border-left: 4px solid #EB4549;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,90deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,90deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //end client --*/

/*-- responsive media queries --*/

@media (max-width: 1440px){
}
@media (max-width: 1366px){
	.portfolio{
		padding: 2.5em 0;
	}
}
@media (max-width: 1280px){
}
@media (max-width: 1080px){

	h3.titl{
		font-size:30px;
	}
	.item-info {
		padding-top: 40px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 207px;
	}
	.item-type-double .item-info .date {
		font-size: 26px;
	}
	.portfolio{
		padding:1.7em 0;
	}
}
@media (max-width: 1024px){
	.gallery{
		padding: 50px 0;
	}
	
}	
@media (max-width: 991px){
	.filtr-item {
		float: left;
		width: 33.333%;
		padding: 10px 8px;
	}
	.item-type-double .item-info .headline {
		font-size: 14px;
	}
	.item-type-double .item-info .line {
		margin: 9px auto;
	}
	.item-info {
		padding-top: 32px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 163px;
	}
	ul.simplefilter {
		margin-bottom: 2em;
	}
	
	.gallery-grid {
		float: left;
		width: 50%;
	}
	
}
@media (max-width: 800px){
	.portfolio{
		padding:1em 0;
	}
}
@media (max-width: 768px){
	
}
@media (max-width: 736px){
	.filtr-item {
		padding: 5px 3px;
	}
	h3.title{
		margin-bottom:35px;
	}

}
@media (max-width: 667px){
	
	.filtr-item {
		float: left;
		width: 50%;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 210px;
	}
	.filtr-item {
		padding: 10px 10px;
	}
	.item-info {
		padding-top: 44px;
	}
	
}
@media (max-width: 640px){
	h3.titl{
		font-size:25px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 6px 15px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 202px;
	}
}
@media (max-width: 600px){
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 188px;
	}
}
@media (max-width: 568px){
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 9px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 175px;
	}
	.item-info {
		padding-top: 38px;
	}
}
@media (max-width: 480px){
	.portfolio{
		padding:0.5em 0;
	}
	.gallery{
		padding: 50px 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 0.1em;
	}
	.filtr-item {
		float: none;
		width: 100%;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 300px;
	}
	.item-info {
		padding-top: 94px;
	}
	
}
@media (max-width: 414px){
	
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 2px 5px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		font-size: 13px;
	}
	h3.title{
		margin-bottom: 25px;
		font-size: 22px;
	}
	.filtr-item {
		padding: 10px 0px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 268px;
	}
	.item-info {
		padding-top: 77px;
	}
	.gallery-grid {
		float: left;
		width: 50%;
	}
}
@media (max-width: 384px){
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 6px 13px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin: 0 6px 13px;
	}
	ul.simplefilter {
		margin-bottom: 1em;
	}
	.item-info {
		padding-top: 65px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 245px;
	}
}
@media (max-width: 375px){
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 239px;
	}
}
@media (max-width: 320px){
	
	.item-info {
		padding-top: 48px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 200px;
	}
	
	
}





