.navi-level-1.hover-style-2 li a.menu-active span:before {
    width: 100%;
}
.pointer{
    cursor: pointer;
}

.select-spin {
    position: relative;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;

    background-image: url('../../images/down-arrow.png') !important;
    background-position: center right;
    background-repeat: no-repeat !important;

    width: 100%;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    outline: none;
    transition: all 0.6s ease 0s;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.hide {
    display: none !important;
}

.projectContainer .element-item img {
	width: 100%;
}