.customcolor, a,.ale-team .testititle, .ale-testimonial .lefttestimonialpart,.page .formbox .responditemform label span,
.page .aboutpageteam .teamphotos .teamitem figure figcaption .name,article ol li:before,.custompage ol li:before,
.commentform section.comments ul.commentlist li .rightcompart .nikcom {
    color:#7f8c8d;
}
.custombg,.preloader,#mainheader .topslider .navsection .navigationbox #topmenu ul li ul li a:hover,
.ale-team .socialbut .fbbut, .ale-team .socialbut .twibut,.ale-team .socialbut .gbut,
.ale-divider span, button,input[type="button"],input[type="reset"],input[type="submit"],
.tagcloud a, .jspDrag, .page ul.skillul li .skillline .countline,.page .gallerygrid .galleryfilterbox ul li a,
.cusstyle20 a {
    background-color:#7f8c8d;
}
.bottommenuslider {
    border-top:5px solid #000;
    border-color:#7f8c8d;
}
.commentform {
    border-top: 5px solid #7f8c8d;
}
.colornavstyle {
    background: #7f8c8d;
    border-bottom:1px solid #7f8c8d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f8c8d', endColorstr='#657273');
    background-image: linear-gradient(bottom, #657273 27%, #7f8c8d 82%);
    background-image: -o-linear-gradient(bottom, #657273 27%, #7f8c8d 82%);
    background-image: -moz-linear-gradient(bottom, #657273 27%, #7f8c8d 82%);
    background-image: -webkit-linear-gradient(bottom, #657273 27%, #7f8c8d 82%);
    background-image: -ms-linear-gradient(bottom, #657273 27%, #7f8c8d 82%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.27, #657273),
        color-stop(0.82, #7f8c8d)
    );
}
.colorhidbut {
    background: #7f8c8d;
    background: -moz-linear-gradient(90deg, #7f8c8d 0%, #657273 100%);
    background: -webkit-linear-gradient(90deg, #7f8c8d 0%, #657273 100%);
    background: -o-linear-gradient(90deg, #7f8c8d 0%, #657273 100%);
    background: -ms-linear-gradient(90deg, #7f8c8d 0%,#657273 100%);
    background: linear-gradient(180deg, #7f8c8d 0%, #657273 100%);

    -webkit-box-shadow: 0px 1px 0px #a7b4b5;
    -moz-box-shadow:    0px 1px 0px #a7b4b5;
    box-shadow:         0px 1px 0px #a7b4b5;
}
.colorhidbut:hover {
    -webkit-box-shadow: 0px 1px 1px #b8c5c6;
    -moz-box-shadow:    0px 1px 1px #b8c5c6;
    box-shadow:         0px 1px 1px #b8c5c6;
}
#mainheader .topslider .rightlinepart .searchheader .searchinput {
    background-color: #4a5455;
    border:none;
    -webkit-box-shadow: 0px 1px 0px #7f8c8d;
    -moz-box-shadow:    0px 1px 0px #7f8c8d;
    box-shadow:         0px 1px 0px #7f8c8d;
    color: #b6aba6;
    background-image: url(../images/glass2.png);
}
#mainheader .topslider .rightlinepart .searchheader .searchinput::-webkit-input-placeholder {
    color:#b6aba6;
}
#mainheader .topslider .rightlinepart .searchheader .searchinput:-moz-placeholder {
    color:#b6aba6;
}
#mainheader .topslider .rightlinepart .searchheader .searchinput::-moz-placeholder {
    color:#b6aba6;
}
#mainheader .topslider .rightlinepart .searchheader .searchinput:-ms-input-placeholder {
    color:#b6aba6;
}
.revcolor {
    background: #7f8c8d;
    background: -moz-linear-gradient(90deg, #7f8c8d 30%, #657273 70%);
    background: -webkit-linear-gradient(90deg, #7f8c8d 30%, #657273 70%);
    background: -o-linear-gradient(90deg, #7f8c8d 30%, #657273 70%);
    background: -ms-linear-gradient(90deg, #7f8c8d 30%, #657273 70%);
    background: linear-gradient(180deg, #7f8c8d 30%, #657273 70%);
    border-color: #657273;
}
.redbutcolor {
    background: #7f8c8d!important;
    background: -moz-linear-gradient(90deg, #7f8c8d 30%, #657273 70%)!important;
    background: -webkit-linear-gradient(90deg, #7f8c8d 30%, #657273 70%)!important;
    background: -o-linear-gradient(90deg, #7f8c8d 30%, #657273 70%)!important;
    background: -ms-linear-gradient(90deg, #7f8c8d 30%, #657273 70%)!important;
    background: linear-gradient(180deg, #7f8c8d 30%, #657273 70%)!important;
    border-color: #657273!important;
    color:#ffffff!important;
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.redbutcolor:hover {
    background: #9facad !important;
    background: -moz-linear-gradient(90deg, #9facad 30%, #7a8788 70%)!important;
    background: -webkit-linear-gradient(90deg, #9facad 30%, #7a8788 70%)!important;
    background: -o-linear-gradient(90deg, #9facad 30%, #7a8788 70%)!important;
    background: -ms-linear-gradient(90deg, #9facad 30%, #7a8788 70%)!important;
    background: linear-gradient(180deg, #9facad 30%, #7a8788 70%)!important;
    border-color: #7a8788 !important;
    color:#ffffff!important;
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,0.1)!important;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.page .sliderarrows .prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.page .galsliderarrows .prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.page .menutypelist .menuslider .flex-direction-nav .flex-prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.bottomtwoboxes .fullmenubox .ourmenubox .custom-direction-nav .flex-prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.bottomtwoboxes .leftmenubox .ourmenubox .custom-direction-nav .flex-prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.postslider .flex-direction-nav .flex-prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.ale-slider-slides .flexslider .flex-direction-nav .flex-prev:hover {
    background: url(../images/arrowlefthov10.png) 50% 50% no-repeat;
}
.page .sliderarrows .next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.page .galsliderarrows .next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.page .menutypelist .menuslider .flex-direction-nav .flex-next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.bottomtwoboxes .fullmenubox .ourmenubox .custom-direction-nav .flex-next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.bottomtwoboxes .leftmenubox .ourmenubox .custom-direction-nav .flex-next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.postslider .flex-direction-nav .flex-next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.ale-slider-slides .flexslider .flex-direction-nav .flex-next:hover {
    background: url(../images/arrowrighthov10.png) 50% 50% no-repeat;
}
.page .menutypelist .menuslider .bottommenuslider .likebox .liketext .post-like a,
.page .menutypelist .menuslider .bottommenuslider .likebox .liketext .post-like .alreadyvoted {
    background: url(../images/heart10.png) left 50% no-repeat;
}
#mainheader .topslider .navsection .navigationbox #topmenu ul li {
    background: url(../images/menu_li10.png) left 50% no-repeat;
}
#mainheader .topslider .headerdata .opentimebox .timeblock .timebox {
    background: url(../images/opening10.png) 50% 50% no-repeat;
}
.mobileopening .timebox {
    background: url(../images/opening10.png) center no-repeat;
}
.page .menutypelist .menuslider .bottommenuslider .portionbox .portiontext {
    background: url(../images/plate10.png) left 50% no-repeat;
}
.page .menutypelist .menuslider .bottommenuslider .itemcost .costtext {
    background: url(../images/price10.png) left 50% no-repeat;
}
.page .menutypelist .menuslider .bottommenuslider .timerbox .timetext {
    background: url(../images/timer10.png) left 50% no-repeat;
}
article ul li,
.custompage ul li {
    list-style: url(../images/ulli10.png) none !important;
}
.iconssection .iconthree .imageboxicon {
    background: url(../images/icon310.png) 50% 50% no-repeat;
}
.iconssection .icontwo .imageboxicon {
    background: url(../images/icon210.png) 50% 50% no-repeat;
}
.iconssection .iconone .imageboxicon {
    background: url(../images/icon110.png) 50% 50% no-repeat;
}
#footer-main .bottomfooter .rightpartfooter .bottommenu li {
    background: url(../images/footerli10.png) left 50% no-repeat;
}