/*FRONT END STYLES*/
#amml_form, #amml_form button, #amml_form input, #amml_form select, #amml_form textarea {
    color: #555;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    word-wrap: break-word;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 20px;
}

#toggle-subscribe, #amml_form #submit-btn {
	background-color: #1890cc;
	padding: 10px;
	color: #fff;
	display: block;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align: center;
	border: none;
}

#toggle-subscribe {
    display: block;
    width: 200px;
    padding: 10px 30px;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: bold;
    text-shadow: 0px 0px 3px #333;
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    box-shadow: 0px 0px 3px #444;
}

#toggle-subscribe:hover, #amml_form #submit-btn:hover {
	background-color: #1B709B;
}
#amml_form input[type="text"] {
	border: 1px solid #ddd;
	padding: 8px 10px;
	width: 353px;
    font-size: 14px;
	
}
#amml_form .header {
	text-align: center;
	color: #1890cc;
	margin-bottom: 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#amml_form .well label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	text-transform: capitalize;
}
#amml_form .well {
	padding: 20px;
	background: #f8f8f8;
}

#amml_form .mclist-title {
    margin: 3px 0px 0px 0px;
}

#amml_form .mclist-title label {
    padding: 0px;
    margin: 0px;
}

#amml_form .mclist-group {
    color: #1890cc;
    font-weight: bold;
}

#amml_form .mclist-desc {
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
    font-size: 10px;
}

#amml_form #message {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
}

.sub_error {
    background-color: #FF8989;
    color: #A71111;
}

.sub_success {
    background-color: #9EEEA1;
    color: #29A20B;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.modal-footer:after {
    clear: both;
}
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Tables */
table {
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px; font-size: 1.3rem;
    margin: 0 0 1.5em;
    width: 100%;
}
table caption {
    background: #333;
    color: #ddd;
    font-size: 12px; font-size: 1.2rem;
    padding: 0.6em;
    text-transform: uppercase;
}
th,
td {
    padding: 0.4em 0.6em;
}
th {
    background: #e5e5e5;
    border: 1px solid #d5d5d5;
    text-align: left;
}
td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #656565;
}
tr:nth-child(2n+1) td {
    background: #fafafa;
}



