/*css para el portfolio (bloque fotos)*/

.section-padding {
    padding: 60px 0;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center;
}

0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
}
50% {
    opacity: 1;
}

.section-title h2 {
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.section-title span {
    background: #f94b06 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 70px;
    position: relative;
}
    
.section-title p {
    margin: auto;
    padding: 0 20px;
    width: 70%;
}

.our_work_menu {
    margin-bottom: 50px;
}

.our_work_menu ul {
    list-style-type: none;
    padding: 0;
}

.our_work_menu ul li:hover, .our_work_menu ul li.active {
    border-color: #f94b06;
    color: #f94b06;
}
.our_work_menu ul li {
    border: 1px solid #f7f7f7;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 7px;
    padding: 6px 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.single_our_work {
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sing_work_photo {
    position: relative;
}

.single_our_work figure {
    margin-bottom: 0;
}

.sing_work_text_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    background: rgba(249, 75, 6, .5);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.sing_work_content_wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.sing_work_content {
    display: table-cell;
    vertical-align: middle;
}

.sing_work_text_link {
    color: #fff;
    visibility: hidden;
}
.single_our_work {
    text-align: center;
}

.single_our_work img {
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.sing_link_img a.search {
    margin-right: 16px;
}
.sing_link_img a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #f94b06;
    display: inline-block;
    height: 40px;
    line-height: 39px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.single_our_work:hover .sing_work_text_link {
    visibility: visible;
}
.sing_work_text_link {
    color: #fff;
    visibility: hidden;
}
.single_our_work:hover {
    color: #fff;
}
.single_our_work {
    text-align: center;
}

div.work_all_item > div.grid-item{padding:0; display:none;}
.single_our_work:hover {
   color: #fff;
}

.single_our_work:hover .sing_work_text_link {
   opacity: 1;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   visibility: visible;
}