/******All Category Portfolio Page Css*******/
.orprtfol-allcat-main-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:40px;
	background:#F5F5F5;
	padding-top:50px;
	padding-bottom:50px;
}
.orprtfol-allcat-main-div h3{
	margin:0px;
	font-size:22px;
	color:#111;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.orprf-catinnr-div{
	width:96%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.orprf-cat-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.orprf-cat-lst ul{
	margin:0px;
	padding:0px;
}
.orprf-cat-lst ul li{
	list-style-type:none;
	width:20%;
	float:left;
	background:#fff;
	padding:5px;
}
.orprf-cat-lst ul li a img{
	width:100%;
	height:200px;
}
.orprf-cat-lst ul li a{
	text-decoration:none;
	text-align:center;
	color:#333;
}
.orprf-cat-lst ul li a h4{
	margin:0px;
	font-size:17px;
	padding-top:7px;
	margin-bottom:15px;
}
.orprf-cat-lst ul li:hover a{
	color:#3d8901;
	text-decoration:underline;
}
/******All Category Portfolio Page Css*******/

/******Portfolio Images & Video Page Css*******/
.catport-folio-main-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
}
.prtfol-img-vid-btn-strip{
	width:100%;
	height:auto;
	margin:auto;
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
}
.prtfl-btns{
	width:100%;
	height:auto;
	margin:auto;
}
.prtfl-btns ul{
	margin:0px;
	padding:0px;
}
.prtfl-btns ul li{
	list-style-type:none;
	width:auto;
	float:left;
	margin-right:30px;
	border-radius:5px;
	background:#666;
}
.prtfl-btns ul li a{
	text-decoration:none;
	color:#fff;
	font-size:17px;
	font-weight:600;
	display:block;
	padding:8px 15px 8px 15px;
	outline:none !important;
}
.prtfl-btns ul li:hover{
	background:#3d8901;
}
.ctprt-innerdiv{
	width:94%;
	height:auto;
	margin:auto;
	padding-top:50px;
}
.recwrk-list{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
.recwrk-list ul{
	margin:0px;
	padding:0px;
}
.recwrk-list ul li:after{
	content:"";
	width:100%;
	height:60px;
	background:rgba(165, 205, 70, 0.9);
	position:absolute;
	bottom:-10px;
	left:0px;
	right:0px;
	margin:auto;
	z-index:222;
	opacity:0;
	overflow:hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.recwrk-list ul li{
	width:20%;
	list-style-type:none;
	float:left;
	height:220px;
	position:relative;
	overflow: hidden;
	transition: all 0.3s;
}
.recwrk-list ul li a:after{
	width:100%;
	height:220px;
	content:"";
	background:rgba(255, 255, 255, 0.6);
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:111;
	opacity:0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.recwrk-list ul li a{
	display:block;
	position:relative;
	cursor:url(../images/zoomPNG.png) , crosshair;
	
}
.recwrk-list ul li a img{
	width:100%;
	height:220px;
	-moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
	 filter: none;
  -webkit-filter: grayscale(0);	
  cursor:url(../images/zoomPNG.png) , crosshair;
}
.recwrk-dtl{
	width:100%;
	height:auto;
	margin:auto;
	padding:10px;
	position:absolute;
	z-index:9999;
	bottom:10px;
	opacity:0;
	transform: rotate(90deg);
    visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align:center;
}
.recwrk-dtl h1{
	margin:0px;
	color:#fff;
}
.recwrk-dtl h1 a:after{
	content:"";
	background:none !important;
	height:60px !important;
	width:60px !important;
}
.recwrk-dtl h1 a{
	margin:0px;
	color:#fff;
	font-weight:600;
	font-size:18px;
	background:none !important;
	outline:none !important;
	display:block;
}
.recwrk-dtl h1 a:hover{
	outline:none !important;
	color:#333;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display:block;
	text-decoration:none;
	cursor:url(../images/zoomPNG.png) , crosshair;
}
.recwrk-dtl p{
	margin:0px;
	color:#fff;
	font-weight:500;
	font-size:14px;
	padding-top:15px;
	color:rgba(255, 255, 255, 0.7);
}
.recwrk-dtl-btn{
	width:40px;
	height:40px;
	border-radius:50px;
	background:#fff;
	margin-top:15px;
	text-align:center;
	line-height:40px;
}
.recwrk-dtl-btn a:after{
	content:"";
	background:none !important;
	height:40px !important;
	width:40px !important;
}
.recwrk-dtl-btn a{
	text-decoration:none;
	color:#555;
	font-size:18px;
	position:relative;
}
.recwrk-dtl-btn a:hover{
	color:#A5CD46;
}
.recwrk-list ul li:hover a:after{
	opacity:1;
	transition: all 0.2s ease-in-out 0s
	
}
.recwrk-list ul li:hover:after{
	opacity:1;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	bottom:0px;
	overflow:hidden;
}
.recwrk-list ul li:hover:before{
	opacity:1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top:10px;
	overflow:hidden;
    
}
.recwrk-list ul li:hover .recwrk-dtl{
	opacity:1;
	transform: rotate(0deg);
    visibility: visible;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor:url(../images/zoomPNG.png) , crosshair;
    
}
.recwrk-list ul li:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  cursor:url(../images/zoomPNG.png) , crosshair;
}

.prtfl-vid-section{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
	border-top:1px solid #ddd;
	padding-top:50px;
}
.prtfl-vd-inner{
	width:94%;
	height:auto;
	margin:auto;
}
.prtfl-vidbox{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:40px;
}
.prtfl-vidbox iframe{
	width:100%;
	height:400px;
}
.prtfl-vidbox h4{
	margin:0px;
	font-size:20px;
	color:#333;
	text-align:center;
	padding-top:7px;
}
/******Portfolio Images & Video Page Css*******/

/******Portfolio Detail Page Css*******/
.prtdtl-main-div{
	width:100%;
	height:auto;
	margin:auto;
	border-top:1px solid #ddd;
	margin-top:60px;
	padding-top:50px;
}
.prtfl-dtl-inner{
	width:96%;
	height:auto;
	margin:auto;
}
.lftside-prtfl-img {
    width: 100%;
    margin: auto;
    padding: 0px;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
}
.lftside-prtfl-img .preview {
    width: 100%;
    margin-top: 0px;
}
.lftside-prtfl-img .selectors {
    margin-top: 0px;
    width: 110px;
    float: left;
}
.lftside-prtfl-img .selectors .mz-thumb img {
    width: 80px;
    height: 80px;
    padding: 2px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.prtfl-rgtside-dtl-box{
	width:100%;
	height:auto;
	margin:auto;
}
.prtfl-rgtside-dtl-box h3{
	margin:0px;
	font-size:22px;
	font-weight:700;
	color:#222;
	padding-top:15px;
}
.prtfl-rgtside-dtl-box p{
	margin:0px;
	font-size:15px;
	color:#555;
	line-height:25px;
	padding-top:15px;
}
.prtfl-brdcum{
	width:100%;
	height:auto;
	margin:auto;
}
.prtfl-brdcum ul{
	margin:0px;
	padding:0px;
}
.prtfl-brdcum ul li  {
    display: inline-block;
	float:left;
	margin-left:0px;
	font-size:13px;
	font-weight:400;
	line-height:27px;
}
.prtfl-brdcum ul li + li::before {
    color: #ccc;
    content: " / ";
    padding: 0 10px;
}
.prtfl-brdcum ul li a{
	color:#000;
	font-size:13px;
	text-decoration:none;
	font-weight:400;
}
.prtfl-brdcum ul li a:hover{
	color:#3d8901;
}
/******Portfolio Detail Page Css*******/