html,
body {
    height: 100%;
    margin: 0
}

/* Fonts settings */
body, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea, ul, li {
    font-family: 'Roboto', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Common Styles */
.title {
    color: #111111;
}


.bg-gradient {
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
}

/* Header Section */
.aa-header {
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    position: relative;
    background-size: cover;
    min-height: 600px;
}

.aa-header .navbar .navbar-brand {
    font-size: 24px;
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    box-shadow: none;
    letter-spacing: 1px;
    opacity: 1;
}

.aa-header .aa-header-content {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.aa-header .aa-header-content h1 {
    letter-spacing: 1px;
}

.sign_in_wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 5px 9px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 9px 20px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {
    .sign_in_wrap {
        width: 90%;
    }
}

h3.sign_in {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 157, 229, 1);
    text-align: center;
    line-height: 40px;
    padding-top: 25px;
    margin: 0 0 10px;
}

p.sign_in {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgba(166, 166, 166, 1);
    text-align: center;
    line-height: 24px;
    padding: 0 5px;
    margin: 0 0 20px;
}

.create_account_btn_wrap {
    margin: 40px auto 5px;
    text-align: center;
    width: 210px;
}

a.create_account_btn {
    background: rgba(0, 217, 130, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 19px;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 16px 0;
    border-radius: 5px;
}

p.grey_sub_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(166, 166, 166, 1);
    text-align: center;
    line-height: 26px;
    margin: 0;
}

p.grey_sub_text a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: rgba(166, 166, 166, 1);
    text-align: center;
    line-height: 26px;
    text-decoration: underline;
    margin: 0;
}

@media (max-width: 992px) {
    .sign_in_container {
        min-height: calc(100vh - 68px - 295px - 60px);
    }
}

.sign_in_container {
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    position: relative;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: calc(100vh - 114px - 336px);
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 992px) {
    .sign_in_container {
        min-height: calc(100vh - 90px - 336px);
    }
}

.sign_in_wrap input {
    border: 0;
    border-bottom: 1px solid rgba(219, 221, 223, 1);
    margin: 5px 0;
    line-height: 29px;
    padding: 1px 0;
    display: block;
    width: 100%;
}

.sign_in_wrap input:hover, .sign_in_wrap input:focus {
    outline: 0 !important;
}

.sign_in_inner_wrap .input-group {
    margin-bottom: 5px;
}

.the_curve {
    margin-bottom: 60px;
    min-height: calc(100vh - 114px - 295px - 60px)
}

@media (max-width: 992px) {
    .the_curve {
        min-height: calc(100vh - 68px - 295px - 60px)
    }
}

div#features i {
    color: #0d7eb8;
}

section.fdb-block.bg-dark.fdb-viewport.bg-gradient {
    padding: 40px 0;
}

section.fdb-block.bg-dark.fdb-viewport.bg-gradient h1,
section.fdb-block.bg-dark.fdb-viewport.bg-gradient p,
section.fdb-block.bg-dark.fdb-viewport.bg-gradient a {
    color: white;
}

section.fdb-block.bg-dark.fdb-viewport.bg-gradient a:hover {
    background: white;
    color: #1b8dc7;
}

a.btn.btn-outline-light {
    border: 1px solid white;
    width: 170px;
}

.google-button {
    height: 40px;
    border-width: 0;
    background: white;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
}

.google-button:focus,
.google-button:hover {
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.google-button:active {
    background-color: #e5e5e5;
    box-shadow: none;
    transition-duration: 10ms;
}

.google-button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    margin: 8px 0 8px 43px;
}

.google-button__icon--plus {
    margin: 0 10px;
}

.google-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", arial, sans-serif;
}

span.google-button__icon i {
    color: #3b5998;
}

button.google-button {
    display: flex;
    margin: 20px auto !important;
    width: 100%;
    justify-content: left;
    align-items: center;
}

button.google-button:hover {
    box-shadow: 2px 2px 8px 2px rgba(175, 175, 175, 0.15);
}

.aa-header-content img {
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .25);
}

.aa-product-features img {
    box-shadow: -3px 5px 15px 1px rgba(0, 0, 0, .25);
}

.aa-footer {
    background-color: #0d7eb8;
}

.aa-footer a:hover i {
    color: #7692a5;
}

.aa-footer .social-icons img {
    width: 21px;
    height: 21px;
}

.aa-footer .social-icons img:hover {
    opacity:0.5 !important;
    filter:alpha(opacity=50) !important; /* For IE8 and earlier */
}

.btn-outline-neutral:hover, .btn-outline-neutral:focus {
    color: #4bbffb !important;
    background-color: #FFFFFF;
}

button.google-button img {
    max-width: 18px;
}

.aa-header-content.text-left p {
    font-size: 22px;
}

.aa-header.static_headers {
    min-height: 114px;
    background: rgb(12, 125, 183);
}

span.conf_square {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 5px;
}

span.conf_square.dominate {
    background: green;
}

span.conf_square.competitive {
    background: blue;
}

span.conf_square.goal {
    background: red;
}

ul.div_con_list {
    list-style: none;
    padding-left: 20px;
}

ul.div_con_list.division_one_list li {
    font-size: 16px;
    line-height: 26px;
}

img {
    max-width: 100%;
}

.left_border_desktop img {
    max-width: 150px;
    margin: 0 auto !important;
    display: block;
}

.left_border_desktop {
    border-left: 1px solid #eeeeee;
}

.swim_score {
    position: absolute;
    left: 48%;
    top: 80px;
    color: white;
}

div#chart_div {
    margin: 0 auto;
}

h3.results_col_title {
    font-weight: 400;
    color: #333333;
}

h4.results_col_sub > span {
    cursor: pointer;
}

h4.results_col_sub > span i {
    color: #0c7db7;
}

h4.results_col_sub {
    margin-bottom: 5px;
}

.schools_wrap {
    width: calc(100% - 20px);
    margin: 40px auto 20px;
    border-top: 1px dashed grey;
    padding-top: 0;
}

span.comparison_title {
    font-size: 16px;
    font-weight: 600;
}

span.time_style {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

span.time_style.green {
    color: green;
}

span.time_style.red {
    color: red;
}

span.time_style_small {
    font-size: 80%;
}

span.time_style_small.blue {
    color: blue;
}

.comparison_wrap {
    margin-top: 40px;
    border-top: 1px dashed grey;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

a.light_blue_btn {
    background: #0c7db7;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 13px 0;
    color: white;
    font-size: 16px;
}

a.light_blue_btn:hover {
    background: #2ca2de;
}

.light_blue_btn_wrap {
    max-width: 250px;
    margin: 20px auto;
}

h4.results_col_sub {
    color: #333333 !important;
    font-weight: 400;
    font-size: 20px;
}

h4.results_col_sub.centered {
    text-align: center;
}

.row.division_conferences_row {
    margin-bottom: 80px;
}

.division_conferences_row select {
    padding: 7px 15px;
    border: 1px solid #cacaca;
    color: #333333 !important;
    font-weight: 400;
    font-size: 20px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
    border-radius: 5px;
}

.popup_header h3 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 22px;
}

.comparison_popup_wrap .comparison_wrap {
    margin-top: 0;
    border-top: 0;
}

.comparison_popup_wrap .comparison_wrap {
    border: 1px solid grey;
    display: inline-block;
    padding: 10px;
    border-radius: 15px;
    max-width: 240px;
}

.comparison_popup_inner_wrap {
    margin-top: 20px;
    margin-left: 40px;
}

.dark_blue.interior_hero {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    background: #093852;
    color: white;
    display: flex;
    justify-content: center;
}

.dark_blue.interior_hero h3 {
    margin: 0;
    font-size: 26px;
    line-height: 2;
}

.school_header h3 {
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    color: white;
}

.school_header {
    position: relative;
    margin: 0 0 20px -15px;
    width: calc(100% + 30px);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
    border-bottom: 4px solid #333333;
}

.swim_score_number {
    padding: 15px 10px 5px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    right: 25px;
    top: -10px;
    background: black;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.container.school_wrap {
    margin-top: 30px;
    background: white;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, .25);
    border-radius: 5px;
    padding-bottom: 40px;
}

section.school_wrap {
    background: #f1f1f1;
    padding-bottom: 80px;
}

p.swim_score_title {
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

p.swim_score_digit {
    font-size: 35px;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

section.school_wrap .comparison_wrap {
    border: 1px solid #c7c7c7;
    padding: 15px;
    border-radius: 15px;
}

a.green_btn {
    position: absolute;
    right: 30px;
    top: 110px;
    background: #5cb85c;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
}

a.green_btn:hover {
    background: #449844;
}

.toggle_slide_wrap {
    text-align: center;
    margin: 40px 0 0;
}

a.less_comparisons {
    cursor: pointer;
}

.fourty_px_top {
    margin-top: 40px;
}

p.school_details strong {
    font-weight: 600;
}

p.school_details {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.container.school_wrap .row:first-of-type {
    padding: 0;
}

.container.school_wrap .row {
    padding: 0 40px;
}

.row.fourty_px_top.row_borders > .col-sm-12 {
    border-top: 1px solid #777777;
}

.row.fourty_px_top.row_borders > .col-sm-12 {
    border-top: 2px solid #cccccc;
}

.row.fourty_px_top.row_borders .col-sm-12 .col-sm-4 {
    border-right: 2px solid #cccccc;
    padding-bottom: 30px;
}

.row.fourty_px_top.row_borders .col-sm-12 .col-sm-4:last-of-type {
    border-right: 0;
}

.user_profile_wrap {
    position: relative;
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(0, 168, 255) 91%);
}

.profile_img_wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background: white url(../images/swimnerd_png.png) no-repeat center;
    border: 2px solid #5ac1e7;
    float: left;
    margin: 20px 15px 20px 0;
}

.user_profile_hero h3 {
    color: white;
    margin-left: 25px;
    border-bottom: 2px solid #5ac1e7;
}

h1.top_eight_title {
    color: white;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.top_eight_inner_wrap {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    border: 2px solid grey;
    border-radius: 12px;
}

.container.user_profile_hero {
    padding: 50px 0;
}

ul.user_profile_ul {
    list-style: none;
    margin-top: 10px;
}

ul.user_profile_ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

ul.user_profile_ul li strong {
    font-weight: 600;
    width: 95px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
}

.aa-header.static_headers.white_header {
    background: white;
    color: rgb(12, 125, 183);
}

.white_header .navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn), .white_header [class*="bg"] .navbar-nav .nav-item .nav-link:not(.btn) {
    color: rgb(12, 125, 183);
    font-size: 14px;
}

.white_header .navbar-transparent .navbar-brand {
    color: rgb(12, 125, 183);
}

.aa-header.static_headers.white_header {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
    z-index: 99999;
}

.aa-header.static_headers.white_header .btn-outline-neutral {
    border-color: rgb(12, 125, 183);
    color: rgb(12, 125, 183);
}

.toggle_slide_wrap a.less_comparisons {
    color: #0c7db7;
    font-size: 16px;
    font-weight: 400;
}

.row.fourty_px_top.row_borders .col-sm-4 {
    margin-top: 25px;
}

.container.user_profile_content {
    margin-bottom: 100px;
}

.container.user_profile_content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333333;
}

.col-sm-3.top_eight_wrap {
    padding: 0;
}

.grey_header {
    background: #eaeaea;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 2px solid grey;
}

.grey_header h4 {
    color: #464646;
    text-align: center;
    margin: 0;
    padding: 15px 10px
}

.eight_wrap_content {
    padding: 10px 20px;
}

a.nav-link i {
    margin-left: 2px;
}

img.img-fluid.pr-3.aa-logo-img {
    max-height: 40px;
}

.top_eight_button {
    margin: 10px 0 20px;
    text-align: center;
}

a.top_eight_btn {
    background: #ea2323;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

section.user_profile_main {
    margin-bottom: 100px;
}

section.user_profile_main li {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

li.nav-item a.nav-link {
    font-size: 14px !important;
}

.custom_radio_container .radio {
    margin: 0.5rem;
}

.custom_radio_container .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom_radio_container .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.custom_radio_container .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.custom_radio_container .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.custom_radio_container .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.custom_radio_container .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.form-group.custom_radio_container div .radio {
    display: inline-block;
    margin: 15px 0 0;
    text-align: center;
    width: 126px;
}

.agree_checkbox {
}

.agree_checkbox input {
    display: none;
}

.agree_checkbox label {
    font-size: 14px;
    color: #bfbfbf;
    display: inline-block;
    cursor: pointer;
    padding-left: 15px;
    padding-top: 8px;
    margin-bottom: 20px;
}

.agree_checkbox label:before {
    content: '';
    display: inline-block;
    background: #3197EE;
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
}

.agree_checkbox input:checked + label:before {
    border-color: #fff;
    border-width: 3px;
}

.agree_checkbox input + label {
    transition: color .7s ease;
}

.agree_checkbox input:checked + label {
    color: #5D5D5D;
}

li.nav-item.log_out a.nav-link {
    color: rgba(166, 166, 166, 1) !important;
}

section.sign_in_form_page_container.create_account_v2 {
    background-image: -moz-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -webkit-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    background-image: -ms-linear-gradient(360deg, rgb(12, 125, 183) 0%, rgb(79, 195, 255) 91%);
    position: relative;
    background-size: cover;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 100px;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #e65100;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
    top: 0;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

nav.mobile_only {
    display: none;
}

nav.navbar nav.deskop_only {
    display: block;
}

.home .navbar {
    background-color: transparent !important;
    position: static;
    top: auto;
    width: 100%;
}

.navbar .navbar-nav > li > a {
    height: auto !important;
    color: #ffffff;
    font-family: "Flexo", 'Roboto', sans-serif;
    padding: 10px 18px;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color: white !important;
}

.text-left p, .text-left h1, .text-left h2, .text-left h3, .text-left h4, .text-left h5, .text-left h6 {
    text-align: left !important;
}

.home h1:before {
    display: none;
}

div#forgetpassword .panel-title {
    margin-bottom: 15px;
    text-align: center;
}

div#loginbox input, div#forgetpassword input {
    background: none !important;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 15px !important;
}

label.radio-inline, label.radio-inline {
    font-size: 14px !important;
    margin-right: 5px;
}

div#loginbox input, .checkbox, .checkbox label, .checkbox label input, .checkbox label a {
    font-size: 14px !important;
    color: #737373 !important;
    font-weight: 400;
    text-align: left;
}

label.control-label.birthday {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

div#listatipoeventos label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
}

span.input-group-addon {
    background: white;
    border: none !important;
}

html.nav-open .navbar-collapse.collapse.in {
    display: block;
}

select#event1selected option#evento1 {
    height: 100% !important;
    font-size: 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #c5c5c5 !important;
    border-radius: 0 !important;
    margin: 0 0;
    padding: 10px 0 !important;
}

p.times_intro {
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
}

footer.footer-black.aa-footer p {
    color: #DDDDDD;
}

/* RESPONSIVE STYLES */

@media (max-width: 992px) {
    .aa-header h1 {
        font-size: 38px;
    }

    .aa-header .aa-header-content li {
        font-size: 12px;
    }

    nav.mobile_only {
        display: flex;
        margin-bottom: 0 !important;
        position: static;
    }

    nav.desktop_only,
    header.desktop_menu {
        display: none;
    }

    nav.mobile_only li.nav-item {
        padding-left: 20px;
    }

    .user_profile_wrap {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .aa-header .aa-header-content img {
        margin-top: 40px !important;
        padding-top: 0 !important;
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .aa-header .aa-logo-img {
        padding-left: 20px;
    }

    .aa-header .navbar-brand {
        padding-right: 20px !important;
    }

    .aa-header .aa-header-content li {
        font-size: 10px;
    }
}

/* Body Section */
.aa-product-details .description {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.aa-product-details .description .h4 {
    color: #111111;
    padding-bottom: 5px;
}

.aa-product-details .icon {
    float: left;
    margin-top: 24px;
    margin-right: 60px;
    font-size: 3rem;
    position: static;
}

.aa-screenshots {
    background-color: #F5FAFD;
}

@media (max-width: 992px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .aa-product-details .icon {
        margin-right: 50px;
        margin-left: 10px;
    }

    .home .embed-responsive.embed-responsive-16by9 {
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    .aa-screenshots .carousel-inner .carousel-item img {
        height: 150px;
    }

    section.fdb-block.bg-dark.fdb-viewport.bg-gradient h1 {
        font-size: 34px;
    }
}

.aa-price-package .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px -1px;
}

.aa-price-package .aa-price {
    padding-bottom: 1.5rem;
    background-color: #F5FAFD;
}

.aa-price-package .aa-price .btn {
    width: 8rem;
}

.aa-price-package .aa-price .aa-price-section {
    padding: 25px 5px;
    background-color: white;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    font-size: 28px;
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
}

.aa-price-package .aa-price .aa-price-section span {
    font-family: "Dosis", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 38px;
}

.aa-price-package .aa-price ul li {
    line-height: 3;
    border-bottom: 1px dashed #eee;
}

.aa-price-package .aa-price-active {
    background-color: white;
}

.aa-price-package .aa-price-active .btn {
    border: none;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.aa-price-package .text-small {
    font-size: 90%;
    line-height: 3;
    opacity: 0.75;
}

.aa-price-package .text-small:hover {
    opacity: 1;
}

.aa-testimonials-section .aa-testimonials {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.aa-testimonials-section .aa-testimonials img {
    border-radius: 100%;
    width: 96px;
    height: auto;
}

.aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    background-color: #F5FAFD;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 6px 10px -4px;
}

.aa-testimonials-section .aa-testimonials .h5 {
    color: #111111;
}

@media (max-width: 992px) {
    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        padding: 1rem;
    }

    .aa-testimonials-section .aa-testimonials .aa-testimonials-body p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        text-align: center;
    }

    .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
        padding: 3rem;
    }

    .sign_in_wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.aa-download-section i {
    color: #888;
}

.aa-download-section .aa-apple:hover i {
    color: #B4B0B0;
}

.aa-download-section .aa-android:hover i {
    color: #a4c639;
}

.aa-download-section .aa-windows:hover i {
    color: #0078d7;
}

.aa-download-section .aa-download-icon {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .aa-download-section p {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    .aa-download-section p {
        font-size: 12px;
    }

    .aa-download-section .aa-download-icon {
        padding-left: 0;
        text-align: center;
    }

    .aa-download-section .aa-download-icon-detail {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .aa-download-section p {
        font-size: 14px;
    }

    .profile_img_wrap {
        float: none;
        margin: 0 auto;
    }

    ul.user_profile_ul li strong {
        text-align: left;
    }
}

/* Footer sectiom */
.aa-footer a.credit {
    color: inherit;
    border-bottom: 1px dashed;
}


option:before {
    content: " ";
    height: 8px;
    width: 8px;
    display: inline-block;
}

option.red:before {
    background: #c00;
}

option.green:before {
    background: #0c0;
}

option.blue:before {
    background: #00c;
}


/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #fff !Important;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}
