



/*------------------------------*/


.example .item
	{
		  min-width: 19%;
		  height: 220px !important;
		  padding: 5px;
		  width: 19.76%;
		  margin: 4px 5px; 
	}
.project_inner .project_rollover {
position: absolute;
width: 464px;
left: 0;
bottom: 0;
display: block;
height: 13%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: height 0.3s ease-in-out 0s;
-moz-transition: height 0.3s ease-in-out 0s;
-ms-transition: height 0.3s ease-in-out 0s;
-o-transition: height 0.3s ease-in-out 0s;
transition: height 0.3s ease-in-out 0s;
color: #fff;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 9px;
padding-left: 8px;
opacity: .95;
background-color: #65307E;
}


.project_inner .project_rollover {
position: absolute;
width: 464px;
left: 0;
bottom: 0;
display: block;
height: 13%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: height 0.3s ease-in-out 0s;
-moz-transition: height 0.3s ease-in-out 0s;
-ms-transition: height 0.3s ease-in-out 0s;
-o-transition: height 0.3s ease-in-out 0s;
transition: height 0.3s ease-in-out 0s;
color: #fff;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 9px;
padding-left: 8px;
opacity: .95;
background-color: #65307E;
}


.project_inner .entry-title a {
color: #fff!important;
font-size: 16px;
font-weight: bold;
}
.project_inner a {
color: #fff!important;
}
a:visited {
color: #793a98;
text-decoration: none;
}

.project_inner figure {
width: 100%;
height: 0;
padding: 0 0 100%;
margin: 0;
}




/*---------- Project style -------------- */
.project_inner{position:relative;overflow:hidden;}
.project_inner figure{width:100%;height:0;padding:0 0 100%;margin:0;}
.project_inner .project_rollover{
	position: absolute;
	width: 464px;
	left: 0;
	bottom: 0;
	display: block;
	height: 13%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.3s ease-in-out 0s;
	-moz-transition: height 0.3s ease-in-out 0s;
	-ms-transition: height 0.3s ease-in-out 0s;
	-o-transition: height 0.3s ease-in-out 0s;
	transition: height 0.3s ease-in-out 0s;
	color: #fff;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 8px;
	opacity: .95;
	background-color: #65307E;
}
.project_inner:hover .project_rollover {height:100%; width:470px;}
.project_inner .entry-content p{display:block; }
.project_inner .entry-title a {color:#fff!important;font-size:16px; font-weight:bold;   }
.project_inner .entry-title p {color:#caa1d2!important;font-size:12px; margin-top:10px; width:60%; position:absolute; margin-right:20px; text-wrap:normal; display:block; float:left; }
.project_inner a{color:#fff!important;}

/*---------- Project List -------------- */
.project_list { padding:0 20px;}
.project_list h3 { font-size:20px;}
.project_list h4 { font-size:16px; margin:0;}
.project_list .categories {margin-bottom:20px;}
.project_list .categories a{ color:#999; }
.project_list .categories a:hover{ color:#793a98; }
.project_list .intro { font-size:12px; margin-bottom:20px; margin-top:20px; }
.project_list a.read-more { font-size:13px; height:30px;line-height:30px;display:block;text-align:center; background:#bbb; color:#fff;  transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s;}
.project_list a.read-more:hover { background:#793a98; }

.skin_main{ padding:20px 1%; min-height:288px;}

/*Clear float*/
.clearafter:after{ clear:both; content:"."; height:0px; font-size:0px; visibility:hidden; display:block;}
.clearafter{ display:inline-block;}
.clearafter{ display:block;}
.clear{ clear:both;}
.clear_float{ clear:both;line-height:0;font-size:0;}




/*----------------------------------------/

/* portfolio ..................................................................*/
.portfolio{
    background: #F6F6F6;
    text-align: center;
    overflow: hidden;
    padding:30px 0 50px 0;
}
.portfolio h1{
    border-color: #777;
}
ul.inline > li{
    list-style: none; 
    padding: 0px !important;
}
#filters li{
    line-height: 30px;
}
#filters li a{
    color: #777;
    padding: 5px 10px;
    cursor: pointer;
	font-size:12px;
}
.activeFilter,#filters li a:hover{
    color:#fff !important;
    text-decoration: none;
    background: #306;

}
.example div {
    float:right;
    margin: 0 2px 4px;
    background-color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)"  !important; 
    filter: alpha(opacity=90)  !important; 
    -moz-opacity:0.9  !important; 
    -khtml-opacity: 0.9  !important; 
    opacity: 0.9  !important; 
}


.isotope .isotope-item {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    margin-left: -2px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
    
}
.iteamImg{
    display: none;
}

.example:hover div{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30) !important; 
    -moz-opacity:0.3  !important; 
    -khtml-opacity: 0.3  !important; 
    opacity: 0.3  !important; 
}

.example .isotope-item:hover{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)  !important; 
    -moz-opacity:1  !important; 
    -khtml-opacity: 1  !important; 
    opacity: 1 !important; 
}
.example .mask{
    position: absolute;
    bottom:100% !important; 
    left: 0px;
    display: block;
    width: 100%;
    color: #fff;
    background:#313434;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px 0px;
    z-index: 4;
    overflow: hidden;
    height: 32px;

}

.example div {
  height: 150px ;
  width: 49% ;
}
.isotope .isotope-item:hover .mask{
    bottom:0 !important;
}
.atclear{
    display: none;
}
.mask .addthis_toolbox{
    display: inline-block;
    float: left;
    margin: 0px 5px;
}

.app-logo{
    position: absolute;
    left: 5px;
    top:5px;
        width:50px;
        height: 50px;
}
.example .mask a{
    color:#fff;
        display: inline-block;
    height: 32px;
           cursor: pointer;
    outline: none;
	font-size:12px;
}

.example .mask a:hover {
    color:#C90;
        
}
.example .mask a:hover,.example .mask a:focus{
     color: #fff;
    text-decoration: none;
    outline: none;
}

.Bigzoom,.zoom{
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: url("../images/bigzoom.png") no-repeat center center;
    cursor: pointer;
    outline: none;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)  !important; 
    -moz-opacity:0  !important; 
    -khtml-opacity:0  !important; 
    opacity:0 !important; 

}

.example .isotope-item:hover .Bigzoom,.example .isotope-item:hover .zoom{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)  !important; 
    -moz-opacity:1  !important; 
    -khtml-opacity: 1  !important; 
    opacity: 1 !important; 
}
.modal p{
    margin-bottom:10px;
}
.modal .modal-header{
    overflow: hidden;
}
.modal .modal-header h4{
    float: left;
    margin: 22px 10px;
}
.modal .modal-header a{
    float: right;
    margin: 10px;
}
.modal-body{
    clear: both;
}
.modal.fade.in{
    top: 5%;
}
#project{
      text-align: center;
      background: #00BBF5;
      color: #fff;
}
#project h1{
    margin-bottom: 20px;
}
.carousel-apps{
    position: relative;
    text-align: center;
}
.carousel-apps .item img{
    border: 1px solid #999;
    display: inline-block;
    margin: 20px 5px;
}


#filters li {
line-height: 30px;
}
ul.inline > li {
list-style: none;
padding: 0px !important;
}
ul.inline > li, ol.inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}

.description
	{
		color:#336;
		font-size:11px; 
	}