

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.container1600 {
    max-width: 1600px;
    display: block;
    margin: auto;
}
.container1500 {
    max-width: 1500px;
    display: block;
    margin: auto;
}
.container1400 {
    max-width: 1400px;
    display: block;
    margin: auto;
}
.container1300 {
    max-width: 1300px;
    display: block;
    margin: auto;
}
.container1200 {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: auto;
}
.container800 {
    max-width: 800px;
    display: block;
    margin: auto;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.image-half.img-right,
.half-img.img-right,
.half-image.img-right {
    float: right;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           

a {
    color: #0034cd;
}
a:hover {
    color: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1 {
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 30px 0;
    text-align: center;
}
h2 {
    font-size: 35px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 25px 0;
    text-align: center;
}
h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0;
    text-align: center;
}
h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    margin: 15px 0;
}

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul, ol {
    margin-bottom: 15px;
    display: flow-root;
}
ul.two li{
	width: 50%;
	float: left;
	padding-right: 20px;
}
ul.three {
    display: inline-block;
    width: 100%;
}
ul.three li{
	width: 33%;
	float: left;
	padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
	width: 25%;
	float: left;
	padding-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}

.buttons-center {
    display: flow-root;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #0034cd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}
.buttons-center a:hover {
	text-decoration: none;
    background: #000;
    color: #fff;
}
.default-btn,
.default-button {
    background: #0034cd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
}
.default-btn:hover,
.default-button:hover,
.default-button:focus {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.text-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.center {
    text-align: center;
}
.left,
.align-left,
.left-align {
    text-align: left;
}
.right,
.align-right,
.right-align {
    text-align: right;
}
img.full {
    width: 100%;
    height: auto;
}

.default-text {
    padding-bottom: 100px;
    min-height: 300px;
}


* {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000e6;
    z-index: 99;
}
header {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
header .logo {
    max-width: 200px;
    float: left;
    display: inline-block;
}
header .logo img{
    width: 100%;
    height: auto;
}
header .right {
    display: inline-block;
    float: right;
    text-align: right;
}
header .open-menu {
    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
}
header .menu .close-menu {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 10px;
}
header .menu .close-menu i {
    color: #bbb;
    font-weight: 700;
    padding: 5px;
    font-size: 16px;
    margin-left: -15px;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0034cd;
    z-index: 999;
    margin: 0;
    padding-left: 20px;
    width: 250px;
    text-align: left;
}
header .menu a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
header .menu a:last-child {
    padding-right: 0;
}
header .menu a:active,
header .menu a:hover {
    color: #000;
    text-decoration: none;
}

header .search-menu form {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
header .search-menu form input {
    display: inline-block;
    width: calc(100% - 40px);
    float: left;
    border: 0;
    height: 40px;
    padding: 10px;
    font-size: 17px;
    border-radius: 0;
}
header .search-menu form button {
    display: inline-block;
    background: #000;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}
header .search-menu form button:hover {
    background: #454545;
}




footer {
    background: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
footer * {
    color: #fff;
} 
footer .newsletter h4 {
    margin: 15px 0;
}
footer .newsletter form {
    margin-bottom: 20px;
}
footer .newsletter input {
    width: 250px;
    display: inline-block;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
    border: 0;
}
footer .newsletter button {
    margin: 0;
    height: 45px;
    font-size: 16px;
}
footer .newsletter button:hover {
    background: #002184;
}
footer .links {
    margin: 0;
}
footer .links a {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
}
footer .links a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .locations {
    line-height: 2;
    margin: 10px auto 20px;
    max-width: 1200px;
}
footer .locations a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .socials a {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-size: 25px;
}
footer .socials a:hover i {
    color: #ca072c;
}
footer p.copyright {
    margin: 10px 0;
    font-size: 16px;
}


body.homepage {
    padding-top: 0;
}
body.homepage header .open-menu {
    color: #fff;
}

body.homepage header {
    background: transparent;
}
body.homepage header.scrolled {
    background: #000;
}


.home-top-video {
    position: relative;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.home-top-video .video-hp {
    background: #000;
    margin-bottom: -10px;
}
.home-top-video .video-hp video {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
}
.home-top-video .overlay {
    background: rgb(0 0 0 / 40%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.home-top-video .site-container {
    z-index: 9;
    position: relative;
}
.home-top-video .text {
    max-width: 1100px;
    padding-top: 50px;
}
.home-top-video .text .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.home-top-video .text h1 {
    text-align: center;
}
.home-top-video .text p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.home-top-video .text p.big {
    font-size: 25px;
}

.home-top-video .text a.default-button {
    margin: 10px;
}


.home-hero {
    text-align: center;
}
.home-hero h1 {
    font-weight: 400;
}

.home-top-teams {
    margin: 30px 0;
    text-align: center;
}
.home-top-teams .col {
    margin: 20px 0;
    text-align: left;
}
.home-top-teams p.title {
    font-family: Oswald;
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}
.home-top-teams .grade p {
    margin: 20px 0 20px;
    font-weight: 500;
    font-size: 20px;
    background: #fff;
}
.home-top-teams .grade span {
    width: 100%;
    max-width: 100%;
    height: 2px;
    background: #dedbdb;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: -25px;
    display: none;
}
.home-top-teams a.more {
    background: #ca072c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
}
.home-top-teams .girls a.more {
    background: #ca072c;
}
.home-top-teams .boys a.more {
    background: #0034cd;
}
.home-top-teams .girls a.more:hover {
    background: #000;
    text-decoration: none;
}
.home-top-teams .boys a.more:hover {
    background: #000;
    text-decoration: none;
}


.about-top-teams .col {
    margin: 20px 0;
    text-align: center;
}
.about-top-teams .grade span {
    display: inline-block;
}
.about-top-teams  .grade p {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 20px;
}
.about-top-teams a.more {
    margin: 20px 0;
}


.teams {
    text-align: center;
}
.teams .col {
    margin-bottom: 30px;
}
.teams .box {
    border: 1px solid #ccc;
    padding: 10px;
}
.teams p.title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    margin: 10px 0;
}
.teams a.more {
    font-size: 16px;
    margin: 10px 0;
}
.teams a.girls {
    background: #ca072c;
}
.teams a.girls:hover {
    background: #000;
}


.hp-logos {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.hp-logos .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.hp-logos .item {
    display: inline-block;
    margin: 20px;
}
.hp-logos .item img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 250px;
}

.hp-sponsors {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.hp-sponsors .slider-sponsors {
    position: relative;
}
.hp-sponsors .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.hp-sponsors .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
}
.hp-sponsors .flex-direction-nav .flex-prev {
    float: left;
}
.hp-sponsors .flex-direction-nav .flex-next {
    float: right;
}
.hp-sponsors .owl-carousel {
    max-width: 90%;
    margin: auto;
}
.hp-sponsors .owl-carousel .owl-stage {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-sponsors .owl-carousel .item {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-sponsors .owl-carousel .item img {
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 100%;
}


.hp-partners {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.hp-partners .slider-partners {
    position: relative;
}
.hp-partners .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.hp-partners .flex-direction-nav i {
    font-size: 30px;
    padding: 10px;
}
.hp-partners .flex-direction-nav .flex-prev {
    float: left;
    margin-left: -15px;
}
.hp-partners .flex-direction-nav .flex-next {
    float: right;
    margin-right: -15px;
}
.hp-partners .owl-carousel {
    max-width: 94%;
    margin: auto;
}
/*.hp-partners .owl-carousel .owl-stage {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.hp-partners .owl-carousel .item {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}*/
.hp-partners .item {
    text-align: center;
}
.hp-partners .item p.title {
    text-align: center;
    margin: 10px 0;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}



/*about page*/
.coaches {
    display: inline-block;
    width: 100%;
}
.coaches .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.coaches .item {
    margin-bottom: 50px;
}
.coaches .item .image {
/*    margin-bottom: 10px;*/
}
.coaches .item .image img {
    width: 100%;
    height: auto;
}
.coaches .item h4 {
    font-size: 22px;
    margin: 15px 0;
    display: block;
}
.coaches .item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.coaches .item a.read-more {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.coaches .item a.read-more:hover {
    text-decoration: none;
}

/*contact page*/

.contact-form {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 16px;
    font-weight: 500;
}
.contact-form label.error {
    color: red;
    font-size: 16px;
}
.contact-form select,
.contact-form input {
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.contact-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}
.contact-form textarea {
    height: auto;
    min-height: 150px;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
}
.contact-form button {
    font-size: 16px;
    margin-top: 0;
}
.contact-text {
    text-align: center;
}

.checkboxes .checkbox {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.checkboxes .checkbox label {
    padding-left: 25px;
}
.checkboxes .checkbox label input {
    margin-left: -25px;
}


/*schedule page*/

.schedule-table table tr th {
    padding: 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}
.schedule-table table tr td {
    padding: 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}


/*gallery page*/
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox-nav-overlay a span {
    font-size: 40px;
    text-shadow: 5px 0px 3px #000, 5px 3px 5px black;
}
.gallery-photos {
    display: inline-block;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.gallery-photos a {
    display: inline-block;
    float: left;
}
.gallery-photos a img {
    margin-bottom: 20px;
}


/*sitemap*/
.sitemap .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap .links a {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 5px;
    margin: 10px 0;
    font-size: 18px;
}



/*pricing*/

.pricing {
    display: inline-block;
    width: 100%;
    text-align: center;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.pricing .item {
    display: inline-block;
    margin: 20px;
}
.pricing .item .box {
    padding: 20px;
    width: 300px;
    height: 100%;
    text-align: center;
    background: #e6e6e6;
}
.pricing .item .box .type {
    font-size: 30px;
    font-weight: 600;
    color: #ca072c;
}
.pricing .item.boys .box .type {
    color: #0034cd;
}
.pricing .item .box .price {
    font-weight: bold;
    font-size: 26px;
}
.pricing .item .box .price span {
    font-size: 20px;
    font-weight: 400;
}
.pricing .item .box ul {
    text-align: left;
}
.pricing .item.scholarship .box .type {
    color: #26b924;
}


/*faqs page*/

.general-accordion .panel-default {
    margin-bottom: 15px;
}
.general-accordion .panel-heading {
    padding: 0;
}
.general-accordion .panel-heading h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.general-accordion .panel-heading h4 a {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    display: block;
}
.general-accordion .panel-heading h4 a i {
    float: right;
}
.general-accordion .panel-heading h4 a.collapsed i {
    transform: rotate(180deg);
}
.faqs-accordion {
    max-width: 1000px;
    margin: auto;
}



/*camps page*/

.camps {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.camps .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    justify-content: center;
}
.camps .item {
    margin-bottom: 30px;
}
.camps .item .box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}
.camps .item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.camps .item .full-booked {
    color: #ca072c;
    margin: 45px 0;
}
.camps .item .spots {
    font-style: italic;
}
.camps .item form {
    display: inline-block;
    margin-right: 20px;
}
.camps .item form button {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}
.camps .item a.read-more {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    text-decoration: underline;
}
.camps .item a.read-more:hover {
    text-decoration: none;
}

.camp-inner .full-booked {
    color: #ca072c;
}
.register-text h4 {
    font-size: 22px;
    margin: 15px 0;
}



/*partners page*/

.partners {
    display: inline-block;
    width: 100%;
}
.partners .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.partners .item {
    margin-bottom: 50px;
    text-align: center;
}
.partners .item img {
    display: block;
    margin: auto;
    width: auto;
    max-width: 300px;
    max-height: 130px;
    height: auto;
}
.partners .item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}





/*search page*/
.search-content {
    padding-bottom: 50px;
}
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result:last-child {
    border: 0;
}
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 20px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #ca072c;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}



.default-page {
    min-height: 300px;
    padding-bottom: 50px;
}



/*waiver page*/

.digital-signature {
    margin: 30px 0;
}
.digital-signature #sig-canvas {
    border: 2px dotted #ccc;
    border-radius: 15px;
    cursor: crosshair;
    max-width: 100%;
    height: 160px;
}
.digital-signature img#sig-image {
    border: 1px solid green;
    margin-top: 15px;
}



/*trophies page*/

.trophies .row {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.trophies .item {
    margin-bottom: 40px;
}
.trophies .item h4 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}


.social-media-reviews {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.social-media-reviews .item {
    display: inline-block;
    margin: 25px;
}
.social-media-reviews .item img {
    max-height: 80px;
    width: auto;
}



/*testings page*/

.testings .line-heading {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}
.testings .line-heading div {
    display: inline-block;
    width: 10.5%;
    font-size: 16px;
    font-weight: 500;
    float: left;
    text-align: center;
}
.testings .line-heading div:first-child {
    width: 16%;
    text-align: left;
}
.testings .item {
    border-bottom: 1px solid #bbb;
}
.testings .item .line {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.testings .item .line div {
    display: inline-block;
    width: 10.5%;
    font-size: 15px;
    float: left;
    text-align: center;
}
.testings .item .line div:first-child {
    width: 16%;
    text-align: left;
}
.testings .item .line div.name {
    font-weight: bold;
    font-size: 17px;
}
.testings .item .line div.name span {
    font-weight: normal;
    font-size: 15px;
    color: #6e6e6e;
    cursor: pointer;
}
.testings .item .line div span.show-mobile {
    display: none;
}

.testings .testings-history h4 {
    font-size: 16px;
}
.testings .testings-history .item {
    border-bottom: 1px solid #eee;
}


/*coach profile page*/
.coach-profile .top {
    display: inline-block;
    width: 100%;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.coach-profile .top .img-profile {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}
.coach-profile .top h4 {
    font-size: 25px;
    margin: 20px 0;
}
.coach-profile .top p {
    font-size: 20px;
}
.coach-profile .top p i {
    font-size: 18px;
}


/*verification page*/
.team-links {
    margin-bottom: 30px;
}
.team-links a {
    display: inline-block;
    margin: 10px;
}
.team-links a.active {
    font-weight: bold;
    text-decoration: underline;
}

.form-login {
    max-width: 350px;
    margin: auto;
}
.login-form .input-group {
    display: block;
}
.login-form label {
    font-size: 18px;
    margin: 10px 0;
}
.login-form input {
    padding: 10px;
    height: auto;
    font-size: 18px;
}


/*news page*/
.news .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.news .item {
    margin-bottom: 30px;
    text-align: center;
}
.news .item .box {
    border: 1px solid #ddd;
    padding: 15px;
    height: 100%;
}
.news .item .img {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    min-height: 100px;
    overflow: hidden;
}
.news .item .img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news .item .img:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.news .item .title {
    font-size: 20px;
    margin: 15px 0;
}

.social-media-inline a {
    display: inline-block;
    color: #0034cd;
    font-size: 25px;
    padding: 5px;
    margin: 10px;
    margin-top: 0;
}

.media-news .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
/*    align-items: center;*/
/*    justify-content: center;*/
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.media-news .item {
    margin-bottom: 30px;
}
.media-news .item p.title {
    text-align: center;
    margin: 10px 0;
    font-style: italic;
    font-weight: 500;
}


.cta-blue {
    text-align: center;
    background: #0034cd;
    display: block;
    padding: 15px;
    color: #fff;
}
.cta-blue p {
    font-size: 22px;
    margin: 10px 0;
}
.cta-blue a {
    background: #fff;
    color: #0034cd;
    font-weight: bold;
}

.cta-blue.cta-coach {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.cta-blue.cta-coach h3,
.cta-blue.cta-coach h2 {
    display: inline-block;
    float: left;
    margin: 10px 0;
}
.cta-blue.cta-coach a {
    float: right;
    display: inline-block;
    margin: 10px 0;
}



.vol-roles .row {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.vol-roles .item {
    margin-bottom: 20px;
}
.vol-roles .item .box {
    background: #eeeeee;
    padding: 10px 20px;
    height: 100%;
}
.vol-roles .item h4 {
    color: #0034cd;
    margin: 10px 0;
}
.vol-roles .item p {
    margin: 10px 0;
}


.faqs-inline .item {
    margin: 15px 0;
    text-align: center;
}
.faqs-inline .item details div {
    text-align: left;
}
.faqs-inline .item summary {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin: 5px 0;
    cursor: pointer;
}
.faqs-inline .item summary i {
    font-size: 16px;
    margin-left: 10px;
}



@media(min-width: 993px) {

	body{
		padding-top: 160px;
	}
	header {
		position: fixed;
	    z-index: 999;
	    background: #fff;
	    top: 0;
	    left: 0;
	    right: 0;
	}
	header.scrolled {
	    -webkit-box-shadow: 1px 1px 5px 1px #cecece;
	    box-shadow: 1px 1px 5px 1px #cecece;
	    padding: 5px 0;
	}
	header.scrolled .logo {
		max-width: 100px;
	}
	
}	


@media(min-width: 1300px) {
	
	html{
	    height: 100%;
	}
	body{
	    padding-bottom: 440px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

}


@media(min-width: 1500px) {
	.faqs-accordion .panel-heading h4 a {
	    font-size: 20px;
	}
}


@media(max-width: 1200px) {
	header .menu a {
	    font-size: 16px;
	}
	header .logo {
	    max-width: 160px;
	}
	h1 {
	    font-size: 40px;
	}
}


@media(max-width: 992px) {

	header .menu a {
	    font-size: 15px;
	}
	header {
		padding: 5px 0;
	}
	header .logo {
	    max-width: 120px;
	}

	.video-half,
	.half-video {
	    width: 100%;
	    float: none;
	    padding: 0px;
	    margin: 0px;
	    margin-bottom: 15px;
	}

	body.homepage header {
	    background: #000;
        margin-bottom: -10px;
	}
	.home-top-video .text {
	    padding-top: 0;
	}
	.home-top-video .text h1 {
		font-size: 35px;
	}
	.home-top-video .buttons-center {
		margin: 0;
	}
	
	.home-top-teams p.title {
	    font-size: 30px;
	}
	.home-top-teams a.more {
	    font-size: 16px;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
	    font-size: 25px;
	}

	ul.two li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ul.three li {
	    width: 50%;
	}
	ul.four li {
	    width: 33.33%;
	}

	.gallery-photos {
	    -webkit-column-gap: 10px;
	    -moz-column-gap: 10px;
	    column-gap: 10px;
	}
	.gallery-photos a img {
	    margin-bottom: 10px;
	}

	.sitemap .links a {
	    width: 50%;
	}
	.trophies .item h4 {
	    font-size: 18px;
	}

}



@media(max-width: 767px) {
	h1 {
	    font-size: 30px;
	}
	h2 {
	    font-size: 25px;
        margin: 20px 0;
	}
	h3 {
	    font-size: 22px;
        margin: 20px 0;
	}
	h4 {
	    font-size: 20px;
	    margin: 10px 0;
	}	

	p, li {
	    font-size: 16px;
	}

	ul.three li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ul.four li {
	    width: 50%;
	}

	.image-half, .half-img, .half-image,
	.image-half.img-right, .half-img.img-right, .half-image.img-right {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 15px;
	}

	.default-btn, .default-button {
		font-size: 16px;
		margin: 5px auto;
	}
	.buttons-center a {
		font-size: 16px;
		margin: 5px;
	}

	.home-top-video {
		margin-bottom: 40px;
	}
	.home-top-video .video-hp {
		display: none;
	}
	.home-top-video .overlay {
	    background: transparent;
	    position: relative;
	    color: #000;
	}
	.home-top-video .text h1 {
        font-size: 25px;
    }
	.home-top-video .text p {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
    .home-top-video .text p.big {
	    font-size: 20px;
	}

	.home-top-teams p.title {
	    font-size: 25px;
	}
	.home-top-teams .grade span {
	   	max-width: 600px;
	   	margin-bottom: -20px;
	}
	.home-top-teams .grade p {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.home-top-teams a.more {
	    font-size: 15px;
	}

	.col-md-6.pull-right {
	    float: none!important;
	}

	.contact-form label {
	    font-size: 15px;
	    font-weight: 500;
	}
	.contact-form select,
	.contact-form input {
		font-size: 16px;
		height: 45px;
	}
	.contact-form label.error {
	    font-size: 14px;
	}
	.contact-form textarea {
		font-size: 16px;
	}
	.contact-form button {
	    font-size: 14px;
	}

	.schedule-table table tr th,
	.schedule-table table tr td {
	    font-size: 15px;
	}

	.pricing .item {
	    margin: 15px;
	}
	.pricing .item .box .type {
	    font-size: 22px;
	}
	.pricing .item .box .price {
	    font-size: 22px;
	}
	.pricing .item .box .price span {
	    font-size: 16px;
	}

	.gallery-photos {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	footer {
	    padding: 20px 0;
	}
	footer .socials a {
	    margin: 5px 10px;
	    font-size: 20px;
	}
	footer .links a {
	    font-size: 14px;
	}
	footer p.copyright {
	    margin: 5px 0;
	    font-size: 14px;
	}

	.sitemap .links a {
	    width: 100%;
	    float: none;
	    font-size: 16px;
        margin: 5px 0;
	}
	
	.hp-logos .item {
	    margin: 15px;
	}
	.hp-logos .item img {
	    max-width: 140px;
        max-height: 120px;
	}
	.general-accordion .panel-heading h4 a {
	    font-size: 16px;
	}
	.camps .item .full-booked {
		margin: 20px 0;
	}

	.error-404 form input {
	    width: calc(100% - 80px);
	    height: 45px;
	    font-size: 17px;
	}
	.error-404 form button {
	    width: 80px;
	    font-size: 15px;
	    height: 45px;
	}
	.default-page {
	    padding-bottom: 0;
	}

	.search-results .result .text a.title {
	    font-size: 18px;
	}
	.search-results .result .text p {
	    font-size: 15px;
	}

	.social-media-reviews .item {
	    margin: 15px;
	}
	.social-media-reviews .item img {
	    max-height: 60px;
	}	

	.coaches .item {
	    margin-bottom: 50px;
	}
	.coaches .item h4 {
	    font-size: 20px;
	}
	.coaches .item a.read-more {
	    font-size: 16px;
	}

	.text-section {
	    padding: 20px 0;
	}

	footer .newsletter h4 {
	    font-size: 16px;
	}
	footer .newsletter input {
	    width: 250px;
	    display: block;
	    height: 40px;
	    font-size: 16px;
	    margin: auto;
	    margin-bottom: 10px;
	}
	footer .newsletter button {
	    margin: 0;
	    height: 40px;
	    font-size: 14px;
	}

	.testings .line-heading {
	    display: none;
	}
	.testings .item .line div {
	    width: 100%;
	    float: none;
	    text-align: left;
        margin-bottom: 10px;
	}
	.testings .item .line div:first-child {
	    width: 100%;
	    text-align: center;
	}
	.testings .item .line div span.show-mobile {
	    display: block;
	    float: left;
	    width: 50%;
	    text-align: right;
	    margin-right: 20px;
	}
	.testings .item .line div span.show-mobile br {
		display: none;
	}

	.testings .testings-history h4 {
	    text-align: center;
	}
	.testings .testings-history div.name {
		display: none;
	}

	.news .item .img {
		min-height: initial;
	}
	.news .item .img img {
	    max-width: 350px;
	}
	.news .item .title {
	    font-size: 18px;
	}

	.cta-blue {
		padding: 10px;
	}
	.cta-blue p {
	    font-size: 18px;
	}

	.cta-blue.cta-coach h3, .cta-blue.cta-coach h2 {
	    display: block;
	    float: none;
	}

	.cta-blue.cta-coach a {
	    float: none;
	}

	.hp-partners .flex-direction-nav {
		top: 45%;
	}
	.hp-partners .flex-direction-nav i {
	    font-size: 22px;
	    padding: 5px;
	}
	
	.faqs-inline .item summary {
	    font-size: 18px;
	}
	
}


@media(max-width: 600px) {
	ul.four li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}

	.hp-sponsors .flex-direction-nav i {
	    font-size: 22px;
	    padding: 5px;
	}
	.hp-sponsors .flex-direction-nav .flex-prev {
	    margin-left: -15px;
	}
	.hp-sponsors .flex-direction-nav .flex-next {
	    margin-right: -15px;
	}
	.hp-sponsors .owl-carousel .item {
		padding: 10px;
	}
	.hp-sponsors .owl-carousel {
	    max-width: 100%;
	}

}


@media(max-width: 450px) {

	h1 {
	    font-size: 28px;
	}
    header .logo {
        max-width: 100px;
    }

	.gallery-photos {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.pricing {
		display: inline-block;
	}
	.pricing .item {
	    margin: auto;
	    margin-bottom: 20px;
	    display: block;
	}
	.pricing .item .box {
	    padding: 15px;
	    width: 100%;
	    margin: auto;
	    display: block;
	}
	.pricing .item .box .price {
	    font-size: 20px;
	}

	footer .links a {
		padding: 0;
	}

	.default-text {
	    padding-bottom: 50px;
	}

	.schedule-table table tr th,
	.schedule-table table tr td {
	    padding: 5px;
	}

	ol, ul {
	    padding-left: 20px;
	}
	.camps .item form button {
	    font-size: 14px;
	}
	.camps .item .title {
	    font-size: 18px;
	}
	.camps .item a.read-more {
	    font-size: 15px;
	}

	.register-text h4 {
	    font-size: 18px;
	    margin: 15px 0;
	}

	.teams p.title {
	    font-size: 18px;
	}
	.teams a.more {
	    font-size: 15px;
	    margin: 5px 0;
	}
	.teams .col {
	    margin-bottom: 20px;
	}

	.coach-profile .top .img-profile {
	    width: 250px;
	    height: 250px;
	}
	.coach-profile .top h4 {
	    font-size: 22px;
	}
	.coach-profile .top p {
	    font-size: 18px;
	}
	.coach-profile .top p i {
	    font-size: 15px;
	    margin-right: 5px;
	}
}






























