
.btn {
    display: inline-block;
    position: relative;
    padding: 12px 15px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 0;
    cursor: pointer;
    /* Disables the default callout shown when you touch and hold a touch target  */
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-default {
	max-width: 150px;
    width: 100%;
    display: flex;
	justify-content: center;
	align-items: baseline;
    margin: 0px auto 10px auto;
    padding: 12px 0px;
    color: #000;
    font-size: 16px;
    background: #eedd21;
    font-weight: normal;
}
.btn-default:after {
    font-family: 'FontAwesome';
    content: "\f14d";
    margin: 0px 10px 0px 0px;
    opacity: 0.5;
}
.btn-default:focus,
.btn-default:hover {
    outline: none;
    /*background: #18c746;*/
}

/* modals */
.modal-1 .flex-modal-item__content {
    text-align: center;
}

#modal-2 img {
    margin: 0px auto 0px auto;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
}
#modal-2 span {
    display: table !important;
    margin: 0px auto 0px auto;
}
.modal-2 .flex-modal-item__content {
    max-width: 400px;
    text-align: center;
}
.modal-2 .flex-modal-item__content ul {
    text-align: left;
}

.modal-4 {
    transition: opacity .4s;
}
.modal-4 .flex-modal-item__content {
    /*transition: transform .5s cubic-bezier(0.610, 0.405, 0.325, 1.165);*/
    /*transform: translateY(200px);*/
}
.modal-4.flex-modal-item--visible .flex-modal-item__content {
    /*transform: translateY(0);*/
	transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}

.modal-5 {
    bottom: auto;
    background-color: transparent;
    transition: opacity .3s;
}
.modal-5 .flex-modal-item__content {
    width: 100%;
    margin: 0;
    color: #f00;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.modal-5 .flex-modal-item__close {
    background-color: #f00;
    color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.modal-6 .flex-modal-item__content {
    max-height: 350px;
}