.ctl-behance-importer-spacer{
    height: 20px;
}

.ctl-behance-importer-gallery-layout{
    padding-left: 15px;
    padding-right: 15px;    
}

.ctl-behance-importer-gallery-wrapper{
    float: left;
    width: 50%;
}

.ctl-behance-importer-gallery-wrapper h2{
    font-size: 18px !important;
    line-height: 20px !important;
    margin-top: 15px !important;
    height: 40px !important;
    word-wrap: break-word;
    margin-bottom: 5px !important;    
}

.ctl-behance-importer-gallery-item-container{
    overflow: hidden;
    position: relative;
}

.ctl-behance-importer-gallery-item-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    z-index: auto !important;
}

.ctl-behance-importer-gallery-item-hover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    background-color: #000000;
    opacity: 0;
}


.ctl-behance-importer-gallery-item-hover,
.ctl-behance-importer-gallery-item-link,
.ctl-behance-importer-gallery-item-container img{
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ctl-behance-importer-gallery-item-link{
    
    text-align: center;
    display: block;
    
    width: 100%;
    
    top: 150%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    text-decoration: none !important;
    
    border: none !important;
    color: #fff;
    
    position: absolute;
    
    text-shadow: 0px 0px 2px #000;    
    
    font-weight: bold;
    padding: 10px 0px;
}

.ctl-behance-importer-gallery-item-link i{
    display: block;
}

.ctl-behance-importer-gallery-item-link ul{
    display: block;
    margin: 0px;
}

.ctl-behance-importer-gallery-item-link li{
    display: inline;
    font-size: 12px;
    padding: 5px;
}

.ctl-behance-importer-gallery-item-link ul:after{
    clear: both;
    content: "";
}

.ctl-behance-importer-gallery-item-link,
.ctl-behance-importer-gallery-item-link:focus{
    outline: none;
}

.ctl-behance-importer-gallery-item-link:hover,
.ctl-behance-importer-gallery-item-link:active,
.ctl-behance-importer-gallery-item-link:focus,
.ctl-behance-importer-gallery-item-link:visited{
    color: #fff !important;
}

.ctl-behance-importer-gallery-item-link .ctl-behance-importer-icon-search{
    font-size: 30px;
}

.ctl-behance-importer-gallery-clear{
    clear: both;
    content: "";
}


.ctl-behance-importer-gallery-item-container:hover > .ctl-behance-importer-gallery-item-hover{
    opacity: 0.4;
}

.ctl-behance-importer-gallery-item-container:hover > .ctl-behance-importer-gallery-item-link{
    top: 50%;     
}

.ctl-behance-importer-gallery-item-container:hover > img{
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transition: scale(1.1);
    transform: scale(1.1);
}


.ctl-behance-importer-no-scale{
    -ms-transform: scale(1) !important; 
    -webkit-transform: scale(1) !important; 
    -o-transition: scale(1) !important;
    transform: scale(1) !important;
}

@media (max-width: 1200px){
    
}


@media (max-width:992px) {
    
}

@media (max-width: 767px){
 
    
}

@media (max-width: 600px){
    
}


@media (max-width: 500px) {
    
}