.menuzord-menu > li > a {
    font-size: 15px !important;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #61a9b5 none repeat scroll 0 0 !important;
    color: #fff;
}
.l-h-25{line-height: 25px;}

.h-300{
	height:250px !important;
}

.bg-black-333 {
    background-color: black !important;
}

.menuzord-brand {
    margin: 0px 30px 0 0 !important;
   
}

.menuzord-brand img {
  max-height: 100px !important;
}

.box-style_shadow {
    box-shadow: 0px 2px 7px #d4d4d4;
    padding: 20px 30px;
    background: white !important;
}

.txt-center{
	text-align: center !important;
}

.h-300{
	height:300px !important;
}
.h-200{
	height:200px !important;
}
.h-250{
	height:250px !important;
}

.box{
    font-family: 'Muli', sans-serif;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after,
.box-content:before,
.box-content:after{
    content: '';
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0.6),transparent,rgba(0,0,0,0.6),#000);
    height: 100%;
    width: 25.1%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.box:before{
    top: -100%;
    left: -25%;
}
.box:after{ left: 50%; }
.box-content:before{ left:25%; }
.box-content:after{
    left:100%;
    top:100%;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
}
.box:hover:before{
    top: 0;
    left: 0;
}
.box:hover .box-content:after{
    top: 0;
    left: 75%;
}
.box:hover .box-content:before{
    left: 50%;
    transition-delay: 0.1s;
}
.box:hover:after{
    left: 25%;
    transition-delay: 0.1s;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box .content{
    text-align: right;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 4px;
    opacity: 0;
        color: #fff;
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.box .post{
    color: #4cd137;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}
.box:hover .title{
    opacity: 1;
    transform: translateY(0);
}
.box:hover .post{ opacity: 1; }
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 20px;
    top: 20px;
}
.box .icon li{
    display: inline-block;
    opacity: 0;
    transition:all 0.3s;
}
.box .icon li:first-child{ transform:translateY(80px); }
.box .icon li:last-child{ transform:translateY(-80px); }
.box:hover .icon li{
    opacity: 1;
    transform:translateY(0);
}
.box .icon li a{
    color: #fff;
    background-color: #4cd137;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50% 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.box .icon li a:hover{
    text-shadow: 0 0 6px #555;
    border-radius: 50%;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}


.p-0{
	padding:0px !important;
}.m-0{
	margin:0px !important;
}