#owl-demo .item {
    background: #a1def8;
    padding: 30px 0px;
    display: block;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}


md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #333333;
}

.pad-title {
    padding-left: 15px;
}

.pad-form-content {
    padding-right: 15px;
}

md-input-container.md-default-theme, md-input-container label, md-input-container.md-default-theme, md-input-container .md-placeholder {
    color: #808080;
}

.team-button {
}

    .team-button .btn {
        width: 80%;
    }

.ng-table-pager {
    display: none;
}

.list-table > thead > tr > th:first-child {
    width: 30px;
}

.list-table > thead > tr > th:last-child {
    width: 70px;
}

.single-row {
    padding-top: 15px;
}

.list-table-icon {
    margin-top: 15px;
}

.intro-caption-entry h1 {
    color: black;
}

.parent-hint {
}

    .parent-hint .hint {
        /* Position the hint */
        position: absolute;
        left: 2px;
        right: auto;
        bottom: 7px;
        /* Copy styles from ng-messages */
        font-size: 12px;
        line-height: 14px;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        /* Set our own color */
        color: grey;
    }

        .parent-hint .hint.ng-hide,
        .parent-hint .hint.ng-enter,
        .parent-hint .hint.ng-leave.ng-leave-active {
            bottom: 26px;
            opacity: 0;
        }

            .parent-hint .hint.ng-leave,
            .parent-hint .hint.ng-enter.ng-enter-active {
                bottom: 7px;
                opacity: 1;
            }

body[dir=rtl] .hint {
    right: 2px;
    left: auto;
}

.intro-caption-entry h2 {
    color: black;
    font-weight: 600;
}

.intro-caption-entry h3 {
    color: black;
    font-weight: 600;
}

.intro-caption-entry h4 {
    color: black;
    font-weight: 600;
}

.intro-caption-entry h5 {
    color: black;
    font-weight: 600;
}

.basic {
    position: relative;
    padding-top: 5px;
    padding-bottom: 60px;
    background-color: #efefef;
}

.basic-intro {
    padding-top: 20px;
    background-size: cover;
    background-color: #efefef;
}

.btn-black-border-white-background {
    height: 37px;
    padding: 0 12px;
    border: 2px solid #333;
    border-radius: 5px;
    font-size: 21px;
    line-height: 33px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #fff;
}

    .btn-black-border-white-background:hover {
        background-color: #333;
        color: #fff;
    }


/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
    position: relative;
    min-height: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    background: url(images/intro-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

    .intro:after {
        content: '';
        position: static;
        background: none;
        display: block;
        width: 100%;
        height: 0;
        clear: both;
    }

    .intro img {
        width: 100%;
        height: auto;
    }

    .intro .intro-image {
        float: left;
        width: 32.23%;
    }

    .intro .container {
        padding-left: 60px;
    }

    .intro .intro-content {
        float: right;
        width: 50%;
        padding-top: 40px;
        text-align: left;
    }

        .intro .intro-content h1 {
            font-size: 48px;
            color: #000;
        }

        .intro .intro-content p {
            font-size: 28px;
            color: #000;
            line-height: 33px;
        }

    .intro .intro-content-secondary {
        padding-top: 90px;
    }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.no-schedule {
    padding: 54px 0 42px;
    background-color: #4e8f31;
    position: relative;
    text-align: center;
}

    .no-schedule a {
        text-decoration: none;
        color: #fff;
    }

    .no-schedule .section-body p {
        padding: 0 97px;
        margin-bottom: 23px;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
    }

        .no-schedule .section-body p strong {
            color: #000;
        }

    .no-schedule:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 49%;
        z-index: 20;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 17px 0 17px;
        border-color: #4e8f31 transparent transparent transparent;
    }

.section-about {
    padding: 54px 0 42px;
}

    .section-about .section-body p {
        padding: 0 97px;
        margin-bottom: 23px;
        font-size: 16px;
        line-height: 19px;
    }

    .section-about .btn {
        width: 249px;
        text-transform: none;
    }

    .section-about .section-head {
        margin-bottom: -1px;
    }

    .section-about .section-image {
        display: block;
        max-width: 100%;
        margin-bottom: 28px;
    }

        .section-about .section-image img {
            width: auto;
        }

    .section-about .section-body {
        max-width: none;
    }

/* ------------------------------------------------------------ *\
	Section Register
\* ------------------------------------------------------------ */

.section-register .section-body .btn:focus,
.section-register .section-body .btn:visited,
.section-register .section-body .btn:active.btn-green-border {
    color: #fff !important;
}


/* ------------------------------------------------------------ *\
	Section Register Secondary
\* ------------------------------------------------------------ */

.section-register-secondary .section-body > p {
    margin-bottom: 44px;
    font-size: 16px;
    color: #fff;
}

.section-register-secondary .section-actions {
    margin: -37px 0 37px;
}

    .section-register-secondary .section-actions a {
        width: 166px;
    }

        .section-register-secondary .section-actions a:first-child {
            margin-right: 30px;
        }

/* ------------------------------------------------------------ *\
	List Players
\* ------------------------------------------------------------ */

.list-players {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: right;
}

    .list-players:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    .list-players:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 91%;
        top: 6px;
        left: 50%;
        margin-left: -1px;
        background: #65dc31;
    }

    .list-players .right {
        text-align: left;
        width: 50%;
        padding-left: 44px;
        margin-bottom: 22px;
    }

    .list-players .left {
        text-align: right;
        display: block;
        padding-right: 44px;
        margin-bottom: 22px;
    }

        .list-players .left p {
            margin-bottom: 0;
        }

    .list-players .right p {
        margin-bottom: 0;
    }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer .container {
    padding-right: 21px;
}

.footer .socials {
    margin-left: 65px;
}

/* ------------------------------------------------------------ *\
	Section Teritary
\* ------------------------------------------------------------ */

.section-teritary {
    padding: 112px 0 41px;
}

    .section-teritary .container:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    .section-teritary .col-sm-6 {
        text-align: center;
    }

    .section-teritary .section-inner {
        padding-top: 39px;
    }

        .section-teritary .section-inner h5 {
            font-size: 22px;
            text-align: center;
            margin-bottom: 25px;
        }

/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */

.contact {
    margin-bottom: 37px;
}

    .contact:nth-child(2) {
        padding-top: 49px;
    }

    .contact small {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .contact h5 {
        font-size: 18px;
        color: #0f0d0e;
        margin-bottom: 2px;
    }

    .contact p {
        margin: 0 0 2px;
        font-size: 16px;
        color: #0f0d0e;
    }

    .contact a {
        color: #0f0d0e;
    }

    .contact .link {
        color: #8f2df4;
    }

/* ------------------------------------------------------------ *\
	List Sponsors
\* ------------------------------------------------------------ */

.list-sponsors {
    padding-top: 22px;
    list-style-type: none;
}

    .list-sponsors li {
        margin-bottom: 32px;
    }

/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */

.owl-prev {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(images/ico-arrow-left.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.owl-next {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(images/ico-arrow-right.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

/* ------------------------------------------------------------ *\
	Slider Teams
\* ------------------------------------------------------------ */

.slider-teams {
    position: relative;
}

    .slider-teams .slides {
        float: none;
        width: 100%;
        margin: 0;
    }

    .slider-teams .teams {
        width: 100%;
    }

        .slider-teams .teams .team {
            width: 100%;
            margin-bottom: 52px;
        }

    .slider-teams .col-sm-6 + .col-sm-6 {
        padding: 0 0 0 30px;
    }

    .slider-teams .owl-next {
        display: none;
        position: absolute;
        bottom: 6px;
        right: 0;
        vertical-align: top;
    }

    .slider-teams .owl-prev {
        display: none;
        position: absolute;
        bottom: 7px;
        left: 0;
        vertical-align: top;
    }

    .slider-teams .slide:after,
    .slider-teams .slides:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

/* ------------------------------------------------------------ *\
	Slider Donations
\* ------------------------------------------------------------ */

.slider-donations .slides {
    list-style-type: none;
}

.slider-donations .slide-image {
    float: left;
    margin-right: 16px;
}

.slider-donations .slide-content {
    float: left;
    width: 60%;
    margin-top: -3px;
}

    .slider-donations .slide-content strong {
        display: block;
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 400;
        color: #0f0d0e;
    }

    .slider-donations .slide-content p {
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 16px;
        color: #0f0d0e;
    }

.slider-donations .slide:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.slider-donations .owl-dots {
    padding-top: 27px;
}

.slider-donations .owl-stage-outer {
    width: 99%;
}

.slider-donations .owl-dot {
    width: 13px;
    height: 13px;
    border-width: 1px;
    border-color: #383838;
}

    .slider-donations .owl-dot.active {
        background: #383838;
    }

.flexslider .slides li {
    text-align: center;
}

.flexslider .slides img {
    display: inline;
}

.flexslider .slides li .flex-caption {
    width: 800px;
    text-align: left;
    position: relative;
    bottom: 56px;
    margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Register Items
\* ------------------------------------------------------------ */

.register-items-entry:nth-child(3),
.register-items-entry:nth-child(2) {
    max-width: 948px;
}

.register-items-entries.open {
    padding-top: 20px;
}

.register-items-entry {
    top: 20px;
}

/* ------------------------------------------------------------ *\
	Team
\* ------------------------------------------------------------ */

.team {
    margin-bottom: 91px;
    color: #fff;
}

    .team:after {
        content: '';
        display: block;
        width: 100%;
        clear: both;
    }

    .team strong {
        display: block;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 400;
    }

    .team p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .team .team-content {
        float: right;
        max-width: 230px;
        margin: -5px 26px 0 0;
        text-align: left;
    }

    .team .team-aside {
        float: left;
        width: 167px;
        margin-right: 20px;
        text-align: center;
    }

        .team .team-aside a {
            font-size: 14px;
            color: #65dc31;
            text-align: center;
        }

        .team .team-aside .btn {
            width: 100%;
            margin-bottom: 8px;
        }

/* ------------------------------------------------------------ *\
	Owl
\* ------------------------------------------------------------ */

.owl-stage-outer {
    overflow: hidden;
}

.owl-carousel-teritary .owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
}

    .owl-dot:last-child {
        margin: 0;
    }

    .owl-dot.active {
        background: #d6d6d6;
    }

.owl-item {
    float: left;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
    position: relative;
    margin: -10px 0 -22px;
    z-index: 40;
}

    .search .search-field {
        width: 230px;
        height: 32px;
        padding: 0 10px;
        border: 0;
        border-radius: 2px;
        font-size: 16px;
        color: #333;
    }

    .search .search-btn {
        width: 79px;
        height: 32px;
        margin-left: -8px;
        border: 0;
        border-radius: 2px;
        font-size: 16px;
        color: #fff;
        background: #65dc31;
        transition: color .5s, background .5s;
    }

        .search .search-btn:hover {
            background: #fff;
            color: #333;
        }



.section-course .light-green [class^="col-"] {
    float: left;
    text-align: right;
}

    .section-course .light-green [class^="col-"] + [class^="col-"] {
        text-align: left;
    }

.section-course .section-list:after {
    content: '';
    width: 0;
    display: none;
}

.section-course .section-list {
    margin-top: 20px;
}

.section-course .col-sm-6 {
    min-height: 650px;
}

.section-course .section-entry {
    padding: 20px 0 15px 36px;
}

.copyright a {
    color: #fff;
}

@media(max-width: 1200px) {

    /* ------------------------------------------------------------ *\
		Team
	\* ------------------------------------------------------------ */

    .team .team-content {
        margin-right: 10px;
    }
}

@media(max-width: 991px) {

    /* ------------------------------------------------------------ *\
		Header Container
	\* ------------------------------------------------------------ */

    .header-website .container {
        width: 100%;
        max-width: 790px;
    }

    /* ------------------------------------------------------------ *\
		Nav
	\* ------------------------------------------------------------ */

    .nav li + li {
        margin-left: 22px;
    }

    /* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */

    .intro {
        padding: 30px 0;
    }

        .intro .intro-content-secondary {
            padding-top: 40px;
        }

    /* ------------------------------------------------------------ *\
		Team
	\* ------------------------------------------------------------ */

    .team .team-aside,
    .team .team-content,
    .team .team-button {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .team-button .btn{
        width: 100%;
    }

    .slider-teams .col-sm-6 + .col-sm-6 {
        padding: 0 15px;
    }

    /* ------------------------------------------------------------ *\
		List Sponsors
	\* ------------------------------------------------------------ */

    .list-sponsors img {
        width: 100%;
        height: auto;
    }

    .list-sponsors li:first-child img {
        width: 150px;
    }
}

@media(max-width: 768px) {

    /* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */

    .footer .socials {
        float: right;
        margin-top: 9px;
    }

    .footer .col-sm-3,
    .footer .col-sm-9 {
        float: right;
    }
}

@media(max-width: 767px) {

    .section-course .light-green [class^="col-"] {
        text-align: center;
        float: none;
    }

        .section-course .light-green [class^="col-"] + [class^="col-"] {
            text-align: center;
        }
    /* ------------------------------------------------------------ *\
		Slider
	\* ------------------------------------------------------------ */

    .owl-nav {
        position: relative;
        width: 179px;
        margin: 0 auto;
    }

    .slider-teams .owl-next,
    .slider-teams .owl-prev {
        display: block;
        bottom: -16px;
        z-index: 10;
    }

    .slider-teams .owl-next {
        bottom: -18px;
    }

    /* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */

    .footer .col-sm-3,
    .footer .col-sm-9 {
        float: none;
    }

    /* ------------------------------------------------------------ *\
		Nav
	\* ------------------------------------------------------------ */

    .nav li + li {
        margin-left: 0;
    }

    /* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */

    .-website {
        padding-top: 12px;
        background: none;
    }

        .-website .header-inner {
            top: 46px;
        }

    /* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */

    .intro {
        min-height: 0;
        padding: 56px 0 10px;
    }

        .intro .intro-image {
            float: none;
            width: 150px;
            margin: 0 auto;
        }

        .intro .container {
            padding-left: 0;
        }

        .intro .intro-content {
            float: none;
            width: 255px;
            padding-top: 20px;
            margin: 0 auto;
            text-align: center;
        }

            .intro .intro-content h1 {
                font-size: 28px;
            }

            .intro .intro-content p {
                font-size: 18px;
            }

    /* ------------------------------------------------------------ *\
		Section About
	\* ------------------------------------------------------------ */
    .no-schedule {
        padding: 16px 0;
    }

        .no-schedule:after {
            display: none;
        }

        .no-schedule .btn {
            width: 216px;
        }

        .no-schedule .section-body p {
            padding: 0;
            margin-bottom: 9px;
            font-size: 14px;
            line-height: 17px;
        }

    .section-about {
        padding: 16px 0;
    }

        .section-about:after {
            display: none;
        }

        .section-about .btn {
            width: 216px;
        }

        .section-about .section-body p {
            padding: 0;
            margin-bottom: 9px;
            font-size: 14px;
            line-height: 17px;
        }

        .section-about .section-head {
            margin-bottom: 15px;
        }

        .section-about .section-image {
            margin-bottom: 13px;
        }

            .section-about .section-image img {
                width: 320px;
                height: auto;
            }

    /* ------------------------------------------------------------ *\
		Section Register
	\* ------------------------------------------------------------ */

    .team-content, .team-button {
        color: black;
    }

    .search .search-field {
        border: 2px inset;
        border-color: black;
    }

    .search {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .team .team-aside a {
        color: blue;
    }
    /*.section-register {
        color: #fff;
        background: #333;
    }

        .section-register .section-body .phone-visible {
            display: none;
        }

        .section-register .section-head {
            padding-top: 51px;
            margin-bottom: 57px;
        }

            .section-register .section-head h3 {
                color: #fff;
            }*/

    /*.register-item:hover .info,
    .register-item .info,
    .register-item.active .info {
        width: 76px;
        height: 76px;
        margin: 0 auto;
        vertical-align: top;
        border: 4px solid #fff;
        border-radius: 50%;
    }

    .register-item.active .info {
        position: relative;
        border: 4px solid #fff;
        border-radius: 50%;
    }

    .register-item .info .text {
        display: inline-block;
        padding-top: 73px;
    }

    .register-item .text {
        font-size: 12px;
        color: #fff;
    }

    .register-item {
        vertical-align: top;
    }

    .register-items.phone-position {
        float: none;
        width: 100%;
        margin: 0;
        overflow: visible;
    }

        .register-items.phone-position .info .text,
        .register-items.phone-position .info {
            display: block;
        }

    .register-items-entry > p {
        margin-bottom: 46px;
    }

    .register-item,
    .register-items.phone-position li {
        margin: 0;
        width: 33.3%;
    }

        .register-items.phone-position li.active {
            position: static;
            visibility: visible;
            opacity: 1;
        }

            .register-items.phone-position li.active .text {
                color: #65dc31;
            }

            .register-items.phone-position li.active .info {
                border-color: #65dc31;
            }

    .register-items {
        width: 100%;
        margin: 0;
    }

    .btn-back.active {
        display: none;
    }

    .register-items-entry > p {
        padding: 0;
        font-size: 16px;
        line-height: auto;
        color: #fff;
        text-align: center;
    }

    .register-items-entry:nth-child(1),
    .register-items-entry:nth-child(3),
    .register-items-entry:nth-child(2) {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .register-items-entries {
        width: 100%;
    }

        .register-items-entries .col-sm-6 {
            padding: 0;
        }

        .register-items-entries .search {
            margin: -32px 0 -7px;
            text-align: center;
        }

            .register-items-entries .search .search-field {
                width: 210px;
            }

        .register-items-entries .btn-green-border {
            display: block;
            width: 166px;
            height: 34px;
            margin: 0 auto;
            border: 2px solid #65dc31;
            border-radius: 5px;
            font-size: 16px;
            line-height: 1;
            color: #fff;
            background: none;
        }

            .register-items-entries .btn-green-border + a {
                display: inline-block;
                width: auto;
                margin: -4px 0 0 12px;
            }

        .register-items-entries .team .team-aside {
            width: 290px;
            margin: 0 auto;
        }

            .register-items-entries .team .team-aside .btn-green-border {
                display: inline-block;
                width: 166px;
                height: 34px;
                border: 2px solid #65dc31;
                border-radius: 5px;
                font-size: 16px;
                line-height: 1;
                color: #fff;
                background: none;
            }

                .register-items-entries .team .team-aside .btn-green-border + a {
                    position: relative;
                    float: left;
                    display: inline-block;
                    width: auto;
                    margin: 7px 12px 0 0;
                }*/

    .basic {
        min-height: 0;
        padding: 5px 0 80px;
    }

    .basic-intro {
        min-height: 0;
        padding: 80px 0 10px;
    }

    .section-register-secondary .section-actions {
        margin: 0;
    }

    .slider-teams .teams .team {
        margin-bottom: 30px;
    }

    .section-register .section-entry.close {
        display: none;
    }

    /* ------------------------------------------------------------ *\
		Section Register Secodnary
	\* ------------------------------------------------------------ */

    .section-register-secondary .section-actions a {
        width: 120px;
        border: 2px solid #333;
        border-radius: 5px;
        color: #fff;
        background: #333;
    }

    .list-players {
        color: black;
        text-align: center;
    }

        .list-players:before {
            background: none;
        }

    .section-register-secondary .section-body {
        overflow: visible;
    }

    /* ------------------------------------------------------------ *\
		List Players
	\* ------------------------------------------------------------ */

    .list-players .left {
        padding-right: 0;
        text-align: center;
    }

    .list-players .right {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }



    /* ------------------------------------------------------------ *\
		Owl
	\* ------------------------------------------------------------ */

    .slider-teams .col-sm-6 + .col-sm-6 {
        padding: 0;
    }

    /* ------------------------------------------------------------ *\
		Section Teritary
	\* ------------------------------------------------------------ */

    .section-teritary {
        padding-top: 51px;
        padding: 51px 0 110px;
    }

        .section-teritary .section-inner h5 {
            font-size: 20px;
            margin-bottom: 4px;
        }

    /* ------------------------------------------------------------ *\
		Slider Donations
	\* ------------------------------------------------------------ */

    .slider-donations {
        padding-top: 20px;
        text-align: center;
    }

        .slider-donations .slide {
            display: inline-block;
        }

        .slider-donations .slide-image {
            width: 70px;
            margin-right: 14px;
        }

            .slider-donations .slide-image img {
                width: 100%;
                height: auto;
            }

        .slider-donations .slide-content {
            width: 200px;
            text-align: left;
        }

            .slider-donations .slide-content strong {
                font-size: 14px;
                font-weight: 400;
            }

            .slider-donations .slide-content p {
                font-size: 12px;
            }

    /* ------------------------------------------------------------ *\
		Contact
	\* ------------------------------------------------------------ */

    .contact {
        margin-bottom: 34px;
    }

        .contact h5 {
            font-size: 16px;
        }

        .contact p {
            font-size: 14px;
        }

        .contact small {
            font-size: 12px;
        }

        .contact .link {
            font-size: 12px;
        }

    /* ------------------------------------------------------------ *\
		List Sponsors
	\* ------------------------------------------------------------ */

    .list-sponsors {
        padding-top: 27px;
    }

        .list-sponsors li:nth-child(1) {
            width: 97px;
            margin: 0 auto 23px;
        }

            .list-sponsors li:nth-child(1) img {
                width: 100%;
                height: auto;
            }

        .list-sponsors li:nth-child(2) {
            width: 195px;
            margin: 0 auto 23px;
        }

    /* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */

    .footer .socials {
        display: none;
    }

    /* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */

    .intro .container {
        padding-right: 0;
    }
}
