.camera_pag{
    display: none;
}

.camera_wrap{
    margin-bottom: 0 !important;
}

#rev_slider_1_1_wrapper{
    height: 320px;
}

.sp-sig a{
    border-bottom: 0;
}

.gallery-item{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery-item .hover_wrap{
    background-color: rgba(5,47,67,0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gallery-item .hover_wrap:hover{
    background-color: rgba(5,47,67,0.8);
}

.gallery-item .hover_wrap .hover_content a{
    color: #ffcb4f;
    border: 2px solid #ffcb4f;
    margin-bottom: 4px;
    display: inline-block;
    opacity: 0;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(0) translateZ(0px);
    -moz-transform: translateY(0) translateZ(0px);
    transform: translateY(0) translateZ(0px);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    
}
.gallery-item .hover_wrap .hover_content a:after{
    content: "\e8be";
    font-size: 18px;
    font-family: "fontello";
    line-height: 36px!important;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item .hover_wrap:hover .hover_content a{
    opacity: 1;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);
}

li.deeper.parent:hover .nav-child{
    max-height: 400px;
}

/*
li.deeper.parent a{
    padding-right: 44px;    
}
li.deeper.parent a:after {
    content: '\e82d';
    font-family: 'fontello';
    position: absolute;
    right: 29px;
    top: 1px;
}
*/

.page_content_wrap .page_content_wrap{
    padding: 80px 0 80px;
}

.column-1, .column-2, .column-3{
    width: 30%;
}

#tablepress-31{
    border: none;
    position: relative;
    margin: 0 auto;
}
.logo img{
      display: inline-block;
    width: 100px;
    margin-top: -25px;
}