.strip .item {
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin-left: -5px;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 3px;


}

.strip .item:first-child {
    background-color: #9ecf9a;

}

.strip .item:nth-child(2) {
    background-color: #61b959;

}

.strip .item:nth-child(3) {
    background-color: #f3b776;

}

.strip .item .icon {
    height: 50px;

    width: 50px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    background-color: rgba(0, 0, 0, .3)
}

.menu {
    /*    position: absolute;*/
    z-index: 3;
    width: 100%;
    /*    background-color: #278537;*/
    background-color: #eee;
    display: table;
    width: 100%;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    /*    border-bottom: 1px solid #8b5b46;*/
}

.menu:after {
    position: absolute;
    bottom: -60px;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;

    border-left-width: 300px;
    /*    border-right-width: 0px;;*/
    /*    border-bottom-width: 100000px;;*/
    /*    border-top-color: #278537;*/
    border-top-color: #eee;
    /*    border-left-color: #278537;*/
    border-left-color: #eee;
    z-index: 2;
    left: 0;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
}

.menu li a.item {
    display: block;
    color: #2D2F2E;
    opacity: 0.8;
    padding: 20px 10px;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: 900 !important;
    /*    transition-duration: 0.4s;*/
}

.menu li a.fill {
    display: block;
    color: #fff;
    opacity: 0.8;
    padding: 20px 30px;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: 900 !important;
    border-radius: none !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    /*    transition-duration: 0.4s;*/
}

.menu li a.fill.dark {
    /*    background: rgba(0, 0, 0, 0.8)*/
    background: #e94e1b;
}

.menu li a.fill.light {
    /*    background: rgba(0, 0, 0, 0.6)*/
    background: #900c3f;
}

.menu li:hover a.item {
    color: rgba(28, 155, 58, 0.955);
    background: #fff;
    text-decoration: none !important;
    opacity: 1;
}

.menu .logo {
    padding: 0px;
    display: block;
    position: relative;
    top: -20px;

}

.menu .logo img {
    z-index: 3;

}

.menu .dropdown:hover .dropdown-menu {
    display: block;

}

.menu .dropdown {
    position: static;
}

.menu .dropdown h4 {
    font-size: 14pt;
    color: #c09580
}

.menu .dropdown p {
    font-size: 12pt;
    font-weight: 400;
    color: #454f44
}

.menu .dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    right: 0;
    background: none;

}

.menu .dropdown .dropdown-menu .contents {
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.menu .dropdown .dropdown-menu .img {
    height: 200px;
    background: #eee;
}

.menu .left {
    float: left;
}


.menu .right {
    float: right;
}

.v-menu a {
    display: block;
    padding: 6px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #888;

}


.img {
    overflow: hidden;
    position: relative;
}


.menu .img h4 {
    position: absolute;
    top: 40%;
    border: 5px solid transparent;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20pt;
    transition-duration: 0.3s;
    color: #fff;
    /*    font-weight: 900;*/
    border-radius: 200px;

}

.menu .img:hover h4 {
    border: 1px solid #fff;
    /*    padding:  200px 0;*/
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #ebb76f;
    border-radius: 0;
    padding-top: 30%;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


}

.v-menu a:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #fff !important;
}

.logo img {

    height: 70px;
    position: absolute;
    margin-top: 15px;
}

.phone {
    /*    font-weight: bold !mportant;*/
    letter-spacing: 3px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 19px;
}

.text-green {
    color: rgba(28, 155, 58, 0.955);
}

.bg-green {
    /*    background-color: rgba( 28, 155, 58, 0.955);*/
    background-color: #1c9b3a;
}

@media screen and (max-width:1280px){
.menu li a.item {
    
    padding: 20px 10px;
    font-size: 9pt;
    text-transform: uppercase;
  
}

}