/*
 * Button
 */

.btn,
button,
.button {
    text-decoration: none !important;
    border: none;
    background: transparent;
    cursor: pointer;
}

.btn span,
button span,
.button span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.button span {
    position: relative;
}

.btn span strong,
button span strong,
.button span strong {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center !important;
    white-space: nowrap;
    width: 100%;
    line-height: 40px;
    padding: 0 12px;
    cursor: pointer;
}

.btn span i,
.button span i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    background-position: -72px -40px;
    height: 17px;
    width: 14px;
}

/*
 * Button Size: Big
 */

.btn .big strong,
button .big strong,
.button .big strong {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 40px;
    padding: 0 35px 0 15px;
}

/*
 * Button Size: Tall
 */

.btn .tall strong,
button .tall strong,
.button .tall strong {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 33px;
    padding: 0 15px;
}

button .tall strong {
    font-weight: normal;
    font-size: 16px;
    line-height: 49px;
}

.btn .tall i,
button .tall i,
.button .tall i {
    right: 15px;
}

/*
 * Button Size: Small
 */

.btn .small strong,
button .small strong,
.button .small strong {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 30px;
    padding: 0 12px 0 8px;
}

.btn .small i,
button .small i,
.button .small i {
    background-position: -91px -45px;
    height: 12px;
    margin-right: 1px;
    margin-top: -6px;
    right: 5px;
    width: 12px;
}

/*
* Close Button
*/
.icon-cross-button {
    background-color: #005e34;
    color: #fff;
    font-size: 9px;
    padding: 2px 1px;
}

.icon-cross-button i {
    background-image: none;
    padding: 1px 2px 2px;
    position: relative;
    top: 1px;
}

/**
 * Link Button
 * For button markup mimicing links
 */
.link-button {
    font-size: inherit;
    text-decoration: underline !important;
}

.link-button:hover,
.link-button:focus,
.link-button:active {
    text-decoration: none !important;
}
