/*
    Page    :   index
    Author  :   MI MEDIA LABS
*/



/********************************
     ~header section starts~
*********************************/

*, *:before, *:after {box-sizing:  border-box !important;}

#check-content{
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
}

#check-content h2 {
    font-size: 22px;
    margin: 15px 0 15px 0;
    line-height: 1.3;
    transition: all .25s ease;
}
@media(min-width: 767px){
	#check-content{
	    padding-top: 140px;
	}
        #check-content h2 {
	    font-size: 36px;
	    margin: 30px 0 20px 0;
	    line-height: 1.1;
	}
}
#check-content p{
    margin-top: 0;
    margin-bottom: 20px;
}

#check-content .btn1{
    background: #00c365;
    color: #fff;
    padding: 0 40px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#check-content .btn1:hover {
    color: #ffffff;
    background: #333333;
}

#check-content a.under-line{
    border-bottom: 2px solid #00c365;
    text-decoration: none;
}

#check-content a.under-line:hover{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #00c365;
}
/********************************
     ~header section ends~
*********************************/


/********************************
     ~image-container section starts~
*********************************/
.projects-filter-toggler{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon/toogle_filter.png);
    background-position: 0 0;
    transition: ease .3s;
}

.projects-filter-toggler.act,
.projects-filter-toggler:hover{
    background-position: 0 -26px;
    transition: ease .3s;
    cursor: pointer;
}

.filter-place{
    padding: 30px 0;
}

.img-video-icon {   
    position: absolute;
    top: 4%;
    right: 4%;
    color: #fff;
}
.img-video-icon:before {
    content: '\f03d';
    font-size: 24px;
}
.img-video-icon:after {
    content: '\f144';
    position: absolute;
    top: 28%;
    right: 44%;
    color: #16a085;
    font-size: 12px;
}
/********************************
     ~image-container section ends~
*********************************/



/********************************
     ~portfolio section starts~
*********************************/
.portfolio-section {
    padding-bottom:40px;
}

/* category filter */

.filter-section {
    padding-top:10px;
}


.filter-container {
    text-align:center;
    padding: 0px 20px 10px 20px;
}


ul.filter > li > a {
    color:#1abc9c;
    font-size:20px;
    line-height:40px
}


ul.filter > li > a strong {
    font-weight: 400;
}

ul.filter > li > a:hover,ul.filter > li > a:focus {
    text-decoration:none;
    color:#16a085;
    outline:none
}

ul.filter > li.active a {
    color:#111
}

ul.filter > li span {
    color:#ddd;
    font-size:20px;
    display:inline-block;
    margin:0 5px
}

.filter-section .filter-container .filter > li {
    padding:0;
    margin:0
}

.filter-section h1 {
    text-align:center
}


/* the color of the transparent overlay border */

.portfolio-section.port-col figure .overlay-background {
    background-color:#000;
    background-color:rgba(0,0,0,0.4);
}


/* portfolio images */

.portfolio-section figure {
    float:left;
    width:100%;
    position:relative
}

.portfolio-section figure img {
    width:100%;
    height:auto
}


/* project title under image */

.portfolio-section .article-title {
    text-align:center;
    float:left;
    width:100%;
    font-size:18px;
    line-height:24px;
    padding:10px 0 30px 0;
}

.portfolio-section .article-title a {
    color:#aaa
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity:1;
    visibility:visible
}

.portfolio-section figure:hover .overlay-background {
    opacity:.8;
    visibility:visible
}

.portfolio-section figure .overlay-background {
    z-index:1;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .overlay-background .inner {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:11px;
    background-color:#c8e9c8;
    background-color:rgba(194,231,194,0.9)
}

.portfolio-section figure .overlay {
    z-index:2;
    transition:all .2s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay {
    display:table;
    width:100%;
    height:100%
}

.portfolio-section figure .inner-overlay-content {
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:20px 40px
}

.portfolio-section figure .inner-overlay-content.with-icons {
    text-align:center
}


/* icons inside overlay */

.portfolio-section figure .inner-overlay-content.with-icons a {
    width:40px;
    height:40px;
    line-height:42px;
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    font-size:20px;
    background:rgba(0,0,0,0.9);
    color:#fff;
    border-radius:0
}


/* skew image on hover */ 

.isotopeSelector img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform:scale(1.5) rotate(2deg);
    -webkit-transform:scale(1.5) rotate(2deg);
    -o-transform:scale(1.5) rotate(2deg);
    -ms-transform:scale(1.5) rotate(2deg);
    transform:scale(1.5) rotate(2deg);
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.isotopeSelector figure {
    overflow:hidden
}

.isotopeSelector figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}

/********************************
     ~portfolio section ends~
*********************************/

