﻿.mainButton {
    width: 100%;
    border: none;
    /*padding: 10px;*/
    height: 45px;
    background: #00b451;
    color: #fff;
    cursor: pointer;
    margin: 30px 0;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px;
}


    .mainButton:hover {
        background: #27894d;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
    }

.mainButton.width1{
    width:175px;
}
    .mainButton.color1 {
        background-color: #000;
        border: 1px solid #000;
    }


.MainBack {
    width: 175px;
    height: 45px;
    max-width: 100%;
    background: none;
    padding: 10px;
    border: 1px solid #00b451;
    color: #00b451;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
    .MainBack.width1 {
        width: 175px;
    }
    .MainBack:hover {
        background: #00b451;
        color: #fff;
    }
.ben-caro {
    background: #00b451 !important
}
.nav-logo{
    content: url(../images/169.png) !important;
}


@media(max-width:800px) {
    .MainBack {
       width:100%;
    }
}

@media(max-width:767px) {

    .MainBack {
        width: 100%;
    }
}

@media(max-width:500px) {

    .MainBack {
        width: 100%;
    }
}

