/**
 * Tested on Bootstrap 3.3.2 
 * Usage: <button class="btn btn-transparent" type="button">Click me</button>
 */
.btn-post-ads {
    color: #202B39 !important;
    background-color: #FFA825;
    border-radius: 3px;
    letter-spacing: 0.05em;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.main-search-btn button {
    width: 100%;
    padding: 9.5px;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #fff;
    background-color: #202B39;
    border: 0;
    border-radius: 0 3px 3px 0;
}
.btn-yellow {
    background: #fab81e;
    color: #292f33;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #f1a02a;
}

    .btn-yellow:hover {
        color: #333;
        background-color: #ffb200;
}

.btn-green {
    margin-top: 30px;
    color: #fff;
    background-color: #00a63f;
    border: 0;
    border-radius: 3px;
    letter-spacing: 0.05em;
    padding: 10px 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

    .btn-green:hover {
	color: #fff;
    -webkit-box-shadow: 0 4px 16px #dadce0;
    box-shadow: 0 4px 16px #dadce0;
    text-decoration: inherit;
    cursor: pointer;
}

.btn-btransparent {
    background: transparent;
    color: #202B39;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #202B39;
	border-radius: 3px;
	padding: 7px 45px;
}

    .btn-btransparent:hover {
        color: white;
        background-color: #202B39;
		border-radius: 0px;
}
