

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.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;
}
.container600 {
    max-width: 600px;
    display: block;
    margin: auto;
}
.container500 {
    max-width: 500px;
    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;
}
.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;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}         

.italic {
    font-style: italic;
}

.left-align,   
.align-left {
    text-align: left;
}   
.right-align,   
.align-right {
    text-align: right;
}   

a {
    color: #80c341;
}
a:hover {
    color: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}
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, h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
}


p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
p.big {
    font-size: 20px;
}
p.green {
    color: #80c341;
}
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: 30px;
}
ul.three li{
	width: 33%;
	float: left;
	padding-right: 30px;
}
ul.four li{
	width: 25%;
	float: left;
	padding-right: 30px;
}

ol.no-padd-left,
ul.no-padd-left {
    padding-left: 20px;
}


.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin:10px;
    background: #80c341;
    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: #80c341;
    color: #fff;
    font-size: 18px;
/*    text-transform: uppercase;*/
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
}
.default-btn:hover,
.default-button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.text-section {
    margin: 50px 0;
    padding: 10px 0;
}
.text-section .row .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;
}

.text-section .col-md-6 h2 {
    text-align: left;
}
.text-section.green-bg {
    background: #80c341;
    background: #80c341 url(../images/PAC-green-pattern.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 80px 0;
}
.text-section.green-bg a.default-button {
    background: #000;
}
.text-section.green-bg a.default-button:hover {
    color: #80c341;
}

.text-section.black-bg {
    background: #000;
    background: #000 url(../images/PAC-black-pattern.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    margin: 0;
}
.text-section.black-bg a.default-button:hover,
.text-section.black-bg .buttons-center a:hover {
    background: #fff;
    color: #80c341;
}


.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: 50px;
    min-height: 300px;
}


a {
    -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: 0;
    text-align: center;
    background: #000000;
    padding: 10px 0;
}
header .logo {
    max-width: 150px;
    float: left;
    display: inline-block;
}
header .logo img{
    width: 100%;
    height: auto;
}
header .right {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 5px;
}
header .phone {
    display: inline-block;
    margin-right: 30px;
    float: left;
    margin-top: 20px;
}
header .phone a {
    font-size: 20px;
    font-weight: 500;
}
header .phone a:hover {
    color: #fff;
    text-decoration: none;
}
header .phone i {
    font-size: smaller;
}
header .open-menu {
    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
    float: right;
    color: #eee;
}
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 .close-menu:hover i {
    color: #fff;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 999;
    margin: 0;
    padding-left: 20px;
    width: 300px;
    text-align: left;
    border-left: 1px solid #333333;
}
header .menu ul {
    margin: 0;
    padding: 0;
}
header .menu ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}
header .menu ul li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
}
/*header .menu ul li a:last-child {
    padding-right: 0;
}*/
header .menu ul li a:active,
header .menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}
header .menu ul li ul {
    padding-left: 15px;
}


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;
    /*background: #000 url(../images/PAC-black-pattern.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}
body.homepage footer {
    margin-top: 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: 10px;
}
footer .links a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .links a i {
    margin-right: 5px;
}
footer .links a i.fas.fa-phone {
    transform: rotate(90deg);
    font-size: smaller;
}

footer .socials a {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-size: 25px;
}
footer .socials a:hover i {
    color: #80c341;
}
footer p.copyright {
    margin: 10px 0;
    font-size: 16px;
}


.home-hero {
    /*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;*/

    position: relative;
/*    padding: 250px 0 150px;*/
/*    background: url('../images/hp-hero-bg-image.jpg') center center no-repeat;*/
    background-size: cover;
    overflow: hidden;
    text-align: center;
}
.home-hero .video-hp {
    /*position: absolute;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 90px;
    overflow: hidden;*/
    background: #000;
    margin-bottom: -10px;
}
.home-hero .video-hp .video-container {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.home-hero .video-hp video {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
}
.home-hero .overlay {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    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-hero .site-container {
    z-index: 9;
    position: relative;
}
.home-hero .text {
    max-width: 1000px;
}
.home-hero .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-hero .text h1 {
    color: #fff;
    text-align: center;
}
.home-hero .text p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.home-hero .text a.default-button {
    margin: 10px;
}


/*.home-hero h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    font-weight: 300;
}
.home-hero h1 span {
    font-weight: bold;
    font-size: 50px;
}
.home-hero h2 {
    font-weight: 300;
    color: #fff;
    text-align: left;
    line-height: 2;
    font-size: 30px;
}
.home-hero h2 b {
    font-size: 40px;
}
.home-hero .buttons a {
    margin-right: 15px;
}*/



.play-ball {
    padding: 30px 0;
}
.play-ball .item {
    margin: 20px 0;
}
.play-ball .item .img {
    overflow: hidden;
}
.play-ball .item .img img {
    transition: all 0.4s ease;
}
.play-ball .item .img:hover img {
    transform: scale(1.05);
}
.play-ball .item h4 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 15px 0;
}
.play-ball .item p {
    line-height: 1.5;
    font-size: 16px;
}


.slider-images-full {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
}
.slider-images-full .slider-images {
    position: relative;
}
.slider-images-full .flex-direction-nav {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider-images-full .flex-direction-nav i {
    font-size: 26px;
    padding: 10px;
    cursor: pointer;
}
.slider-images-full .flex-prev {
    float: left;
    margin-left: -15px;
}
.slider-images-full .flex-next {
    float: right;
    margin-right: -15px;
}
.slider-images-full .owl-carousel {
    max-width: 96%;
    margin: auto;
}


.virtual-tour {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.virtual-tour h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 20px 0;
    color: #80c341;
}
.virtual-tour h4 {
    margin: 20px 0;
    font-size: 22px;
}
.virtual-tour .row {
    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;
}


.sponsor-logos {
    display: inline-block;
    width: 100%;
}
.sponsor-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;
}
.sponsor-logos .item {
    display: inline-block;
    margin: 20px;
}
.sponsor-logos .item img {
    max-width: 200px;
}


/*about page*/
.core-values {
    /*background: #80c341;*/
    background-size: cover;
    color: #fff;
    padding: 25px;
    position: relative;
}
.core-values .full-bg {
    background: #80c341;
    background: #80c341 url(../images/PAC-green-pattern.jpg) center center;
    background-size: contain;
    margin-left: -5000px;
    margin-right: -5000px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.core-values .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;
}
.core-values .item {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.core-values .item .box {
    /*padding: 10px;*/
}
.core-values .item .icon i {
    font-size: 30px;
}
.core-values .item h4 {
    text-transform: uppercase;
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
}

.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 {
    max-width: 300px;
    display: block;
    margin: auto;
}
.coaches .item .image img {
    width: 100%;
    height: auto;
}
.coaches .item h4 {
    font-size: 20px;
    margin: 10px 0;
    display: block;
    text-align: center;
}
.coaches .item p {
    font-size: 15px;
    line-height: 1.5;
}
.coaches .item p.job {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}
.coaches .item li {
    font-size: 15px;
    line-height: 1.5;
}

.about-services .row {
    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;
}
.about-services a {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 10px;
}


/*contact page*/

.contact-form {
    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-form input#stripe-submit {
    padding: 10px 20px;
}
.contact-form input#stripe-submit[disabled] {
    cursor: no-drop;
}

.contact-text {
    text-align: center;
    font-size: 18px;
    margin: 50px 0;
}
.contact-details p {
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0;
}
.contact-details p i {
    width: 25px;
    font-size: 16px;
}
.contact-details .socials {
    margin-top: 20px;
}
.contact-details .socials p {
    margin: 10px 0;
}
.contact-details .socials a {
    font-size: 30px;
    margin: 10px;
}
.contact-details {
    padding-right: 50px;
}
.contact-form-div {
    padding-left: 50px;
    /*border-left: 1px solid #ddd;*/
}

.contact-form input[type="radio"] {
    height: auto;
    margin-right: 5px;
}
.contact-form p.disclaimer {
    font-size: 16px;
    color: #919191;
}
.register-training-form #timeOptions label {
    display: inline-block;
    width: auto;
    margin-right: 25px;
    font-size: 18px;
}



/*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;
    text-align: center;
    background: #e6e6e6;
}
.pricing .item .box p {
    margin: 20px 0;
}
.pricing .item .box .type {
    font-size: 30px;
    font-weight: 600;
    color: #80c341;
}
.pricing .item.boys .box .type {
    color: #80c341;
}
.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: 25px;
}
.general-accordion .panel-heading {
    padding: 0;
}
.general-accordion .panel-heading h4 a {
    font-size: 22px;
    line-height: 1.5;
    padding: 15px;
    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;
}
.faqs-hp {
    margin-bottom: 100px;
}



/*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: 25px;
    line-height: 1.5;
    margin: 15px 0;
}
.camps .item .intro {
    line-height: 2;
}
.camps .item .full-booked {
    color: #80c341;
    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;
    margin-left: 20px;
}
.camps .item a.read-more:hover {
    text-decoration: none;
}

.camp-inner .full-booked {
    color: #80c341;
}
.register-text h4 {
    font-size: 22px;
    margin: 15px 0;
}

.tournament-intro {
    font-size: 20px;
    line-height: 2;
}

/*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 #80c341;
    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;
}


/*team page*/

.teams {
    margin: 30px 0;
    text-align: center;
}
.teams .col {
    margin-bottom: 30px;
}
.teams .box {
    border: 1px solid #ccc;
    padding: 10px;
}
.teams p.title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    margin: 10px 0;
}
.teams a.more {
    background: #80c341;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    padding: 10px 20px;
}
.teams a.more:hover {
    background: #000;
    text-decoration: none;
}

.team-players .item {
    margin-bottom: 30px;
}
.team-players .item .image {
    position: relative;
    max-width: 330px;
    margin: auto;
}
.team-players .item .image img {
    width: 100%;
    height: auto;
}
.team-players .item .image p {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: center;
}


.training-programs .item {
    margin-bottom: 50px;
}
.training-programs .item .img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 320px;
    margin: auto;
}
.training-programs .item .img img {
    width: 100%;
    height: auto;
}


.mt-destop {
    margin-top: 0;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}

.section-black-bg {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #000;
    background: #000 url(../images/PAC-black-pattern.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.section-white-bg {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #fff;
}
.section-grey-bg {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: #cdcdcd;
}


/*leagues page*/
.leagues-list {
    margin: 30px 0;
}
.leagues-list .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;
}
.leagues-list .item {
    margin-bottom: 30px;
}
.leagues-list .item .box {
    background: #eee;
    padding: 20px;
}
.leagues-list .item .img img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.leagues-list .item a.default-button {
    font-size: 16px;
    margin: 0;
}


/*tournaments*/
.tournaments .item {
    margin-bottom: 50px;
}
.tournaments .item h2 {
    margin-top: 0;
    text-align: left;
}


.cta-wide-green {
    text-align: center;
    background: #80c341;
    background: #80c341 url(../images/PAC-green-pattern.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px;
}
.cta-wide-green h2 {
    margin-top: 0;
}
.cta-wide-green p {
    font-size: 20px;
}
.cta-wide-green p.big {
    font-size: 25px;
}
.cta-wide-green a {
    background: #000;
}
.cta-wide-green a:hover {
    color: #80c341;
}
.cta-wide-green .buttons-center {
    margin: 0;
}



/*academy page*/

.academy-levels .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;
}
.academy-levels .item {
    margin-bottom: 15px;
    margin-top: 15px;
}
.academy-levels .item .box {
    background: #eee;
    padding: 20px;
    height: 100%;
}
.academy-levels .item .box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #80c341;
}

.academy-bg-image {
    text-align: center;
    background: url('../images/academy-top-banner.jpg') center center no-repeat;
    background-size: cover;
    padding: 300px 0;
    position: relative;
}
.academy-bg-image .overlay {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 1;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.academy-bg-image .site-container {
    z-index: 9;
    position: relative;
    padding-bottom: 50px;
}
.academy-bg-image h1 {
    font-size: 80px;
    text-shadow: 2px 2px 5px black;
}
.academy-bg-image h1 span {
    /* color: green; */
    display: block;
    font-size: 40px;
}

.what-offer-section .col-md-4 {
    padding-right: 50px;
}
.what-offer-section .col-md-4 p {
    font-size: 20px;
}
.what-offer-section .col-md-8 {
    padding-left: 50px;
    border-left: 1px solid #ddd;
}

.admission-process .col {
    text-align: center;
}
.admission-process .col .box {
    padding: 20px;
}
.admission-process .col p.number {
    color: #80c341;
    font-size: 50px;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.admission-process .col h4 {
    color: #80c341;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.roster-children {

}
.slider-roster {
    position: relative;
}
.slider-roster .owl-carousel {
    max-width: 96%;
    margin: auto;
}
.slider-roster .flex-direction-nav {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 40%;
}
.slider-roster .flex-direction-nav i {
    font-size: 26px;
    padding: 10px;
    cursor: pointer;
}
.slider-roster .flex-prev {
    float: left;
    margin-left: -15px;
}
.slider-roster .flex-next {
    float: right;
    margin-right: -15px;
}
.slider-roster .item {

}
.slider-roster .item .img {
    position: relative;
}
.slider-roster .item p.name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: hsl(0deg 0% 0% / 60%);
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.academy-coaches .coach {
    position: relative;
}
.academy-coaches .coach img {
    width: 100%;
    height: auto;
}
.academy-coaches .coach .text {
    background: linear-gradient(180deg, #ffffff00, #000000);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}
.academy-coaches .coach .name {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
}
.academy-coaches .coach .job {
    margin-bottom: 0;
    margin-top: 5px;
    font-style: italic;
}
.academy-coaches h4 {
    margin: 25px 0 10px;
    font-size: 25px;
}
.academy-coaches h4 .job {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}

.has-all-section h2 {
    margin-top: 0;
}
.has-all-section h2 span {
    color: #80c341;
}
.has-all-section .col {
    margin: 20px 0;
}
.has-all-section .box {
    position: relative;
}
.has-all-section .box img {
    width: 100%;
    height: auto;
}
.has-all-section .text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    background: hwb(0deg 0% 100% / 50%);
    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;
}
.has-all-section .text p {
    margin: 0;
}
.has-all-section .text a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 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;
}
.has-all-section .text a:hover {
    color: #80c341;
    text-decoration: none;
}


/*schedule page*/
.table-schedule table tr th {
    text-align: center;
    padding: 15px 5px;
    font-size: 18px;
    /*border-color: #80c341;*/
    border-color: #ffffff;
    background: #000;
    color: #fff;
}
.table-schedule table tr td {
    padding: 15px 5px;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    border-color: #80c341;
}
.table-schedule table tr td span {
    color: #80c341;
    font-weight: bold;
}


/*training page*/
.training-hero {
    padding: 50px 0;
}
.training-hero .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;

}
.training-hero .text h1 {
    text-align: left;
}
.training-hero .text p {
    font-size: 20px;
}
.training-hero .text .video-short {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding-bottom: 115%;
    height: 0;
    overflow: hidden;
}
.training-hero .text .video-short iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.wp-smiley, img.emoji {
    display: inline;
    border: none;
    box-shadow: none;
    margin: 0;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
    width: 18px;
    height: auto;
    margin-right: 10px;
}


.products .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;
}
.products .item {
    margin-bottom: 30px;
}
.products .item .box {
    background: #eee;
    height: 100%;
}
.products .item .box .img {
    overflow: hidden;
}
.products .item .box .img img {
    width: 100%;
    height: auto;
    transition: all 04s ease;
}
.products .item .text {
    padding: 15px;
}
.products .item .text .title {
    font-weight: bold;
    margin-bottom: 10px;
}
.products .item .text .desc,
.products .item .text .desc p {
    font-size: 16px;
    line-height: 1.5;
}
.products .item .text .price {
    font-weight: bold;
}
.products .item .text button.add-to-cart {
    font-size: 16px;
    line-height: 1.3;
}

.hp-trainings .title {
    font-size: 22px;
}
.hp-trainings .desc {
    min-height: 140px;
}


/*cart page*/
.cart-content {
    display: inline-block;
    width: 100%;
    padding: 50px 0 100px;
}
table#cart-review-table {
    width: 100%;
}
table#cart-review-table thead th{
    padding: 10px;
    font-size: 16px;
}
table#cart-review-table tbody td{
    padding: 10px;
    font-size: 16px;
}
table#cart-review-table h3{
    font-size: 20px;
    width: auto;
    display: inline-block;
}
table#cart-review-table tfoot td{
    padding: 10px;
    font-size: 18px;
    text-align: right;
}
table#cart-review-table .promo_code input {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 10px;
    display: inline-block;
    height: auto;
    min-height: auto;
}
table#cart-review-table .promo_code button {
    font-size: 15px;
    line-height: 25px;
    background: #777;
    color: #fff;
    padding: 5px 10px;
    float: right;
    border: 2px solid #777;
}
table#cart-review-table .promo_code button:hover {
    background: none;
    color: #777;
    font-weight: bold;
}
table#cart-review-table .promo_code .error {
    color: red;
    font-size: 16px;
    margin: 0 10px;
}

table#cart-review-table td.a-right {
    text-align: right;
}
table#cart-review-table td.a-right span.text {
    display: none;
}
table#cart-review-table tfoot td.a-right.last {
    text-align: right;
}
table#cart-review-table .product-image {
    float: left;
    width: auto;
    padding-right: 20px;
}
table#cart-review-table .product-image img {
    max-width: 200px;
    height: auto;
}
table#cart-review-table .collateral {
    display: inline-block;
    float: left;
}
table#cart-review-table span.cart-price input {
    width: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
table#cart-review-table a#update-cart {
    text-decoration: underline;
}
table#cart-review-table button.qty-less {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.5;
}
table#cart-review-table td.a-right .radio {
    margin: 15px 0;
}
table#cart-review-table td.a-right .radio input {
    min-height: auto;
    float: left;
    display: inline-block;
    margin-top: 7px;
}
table#cart-review-table td.a-right .radio label {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

.cart-actions {
    text-align: right;
}
.cart-actions a.continue{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #07467b;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 20px;
    width: auto;
    max-width: 100%;
    text-align: center;
    background: #07467b;
    color: #fff;
    text-decoration: none;
}
.cart-actions a.checkout{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #07467b;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 20px;
    width: auto;
    max-width: 100%;
    text-align: center;
}
.cart-actions a.continue:hover{
    background: transparent;
    color: #07467b;
    text-decoration: none;
}
.cart-actions a.checkout:hover{
    background: #07467b;
    color: #fff;
    text-decoration: none;
}

.productAddedToCart .modal-dialog {
    top: 30%;
}
.productAddedToCart p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}
.productAddedToCart button.close{
    font-size: 30px;
}
.productAddedToCart .modal-footer{
    text-align: center;
}
.productAddedToCart .modal-footer .btn-prim{
    width: 220px;
}
.productAddedToCart .modal-footer .btn-sec{
    width: 220px;
}

.checkout div.error {
    color: red;
    font-size: 18px;
    margin: 10px 0;
}
.checkout .block-title span{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.checkout label{
    font-size: 16px;
    font-weight: 500;
}
.checkout label.error{
    color: red;
    font-size: 14px;
}
.checkout input{
    font-size: 17px;
    padding: 10px;
    height: auto;
    height: 45px;

}
.checkout select{
    font-size: 16px;
    padding: 10px;
    height: auto;
    height: 45px;
}
.checkout .form-list.same-as-billing input {
    float: left;
    min-height: auto;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
input#order-submit,
.checkout input#stripe-submit{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #07467b;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: auto;
    max-width: 100%;
    text-align: center;
    background: #07467b;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: auto;
}
input#order-submit:hover,
.checkout input#stripe-submit:hover{
    background: transparent;
    color: #07467b;
    text-decoration: none;
}


#modal_cart_qt_error .modal-dialog {
    top: 15%;
    text-align: center;
}
#modal_cart_qt_error .modal-dialog button.close {
    font-size: 30px;
    padding: 0 5px;
    margin: 0;
    line-height: 1;
    top: -5px;
    right: 0;
    height: 30px;
    min-height: 0;
    position: absolute;
    cursor: pointer;
}
#modal_cart_qt_error .modal-body {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    padding: 30px;
    color: red;
}


/*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: 20px 0;
    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 .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .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
}























@media(min-width: 993px) {

	body {
		padding-top: 98px;
	}
	header {
		position: fixed;
	    z-index: 999;
		background: #000;
	    top: 0;
	    left: 0;
	    right: 0;
	}
	
	header.scrolled {
	    -webkit-box-shadow: 1px 1px 5px 1px #cecece;
	    box-shadow: 1px 1px 5px 1px #cecece;
	    overflow: hidden;
	}
	header.scrolled .logo {
		max-width: 100px;
	}
	header.scrolled .right {
		margin-top: 0px;
	}
	header.scrolled .phone {
	    margin-top: 10px;
	}
	header.scrolled .open-menu {
		margin-top: 5px;
	}

	/*header .open-menu {
	    display: none;
	}
	header .menu .close-menu {
		display: none;
	}
	header .menu {
	    display: inline-block;
	    position: relative;
	    border: 0;
	    width: auto;
	    padding: 0;
	}
	header .menu ul li {
		display: inline-block;
		margin: 15px;
	}*/
	
	body.homepage {
		padding-top: 0;
	}
	/*body.homepage header {
		background: transparent;
	}*/
	/*body.homepage header.scrolled {
		background: #fff;
	}*/
	/*body.homepage header .phone a {
		color: #fff;
	}
	body.homepage header .open-menu {
	    color: #fff;
	}*/
	/*body.homepage header.scrolled .phone a {
		color: #80c341;
	}*/
	/*body.homepage header.scrolled .open-menu {
	    color: #000;
	}*/
	
}	


@media(min-width: 1300px) {
	
	html{
	    height: 100%;
	}
	body{
	    padding-bottom: 220px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

	/*header .menu {
		width: 300px;
	}*/
	
}


@media(min-width: 1600px) {
	.faqs-accordion .panel-heading h4 a {
	    font-size: 20px;
	}

	.default-button,
	.buttons-center a {
		font-size: 20px;
	}

	p, li {
	    font-size: 20px;
	}

	.academy-bg-image {
	    padding: 400px 0;
	}
	.academy-coaches p {
		font-size: 18px;
	}

}


@media(max-width: 1200px) {
	header .menu a {
	    font-size: 16px;
	}
	h1 {
	    font-size: 40px;
	}

	.what-offer-section .col-md-4 {
	    padding-right: 30px;
	}
	.what-offer-section .col-md-4 p {
	    font-size: 18px;
	}
	.what-offer-section .col-md-8 {
	    padding-left: 30px;
	    border-left: 1px solid #ddd;
	}

}


@media(max-width: 992px) {

	header .menu a {
	    font-size: 15px;
	}
	header .logo {
	    max-width: 100px;
	}
	header .right {
		margin-top: 0;
	}
	header .phone {
	    margin-top: 10px;
	}
	header .open-menu {
		margin-top: 3px;
	}
	header .phone a i {
	    font-size: 15px;
	    margin-right: 5px;
	}

	.video-half,
	.half-video {
	    width: 100%;
	    float: none;
	    padding: 0px;
	    margin: 0px;
	    margin-bottom: 15px;
	}
	
	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%;
	}

	.default-btn, .default-button {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.home-hero {
	    margin-top: -10px;
	}
    .home-hero h1 {
    	font-size: 30px;
    }
    .home-hero h2 {
    	font-size: 22px;
    }
    .home-hero h2 b {
	    font-size: 30px;
	}

	.play-ball {
	    padding: 10px 0;
	}
	.play-ball .item h4 {
	    font-size: 20px; 
	}

	.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;
	}

	.mt-destop {
		margin-top: 15px;
	}

	.faqs-hp {
	    margin-bottom: 0;
	}

	.text-section.black-bg,
	.text-section.green-bg {
	    padding: 50px 0;
	}

	.academy-bg-image {
		padding: 250px 0;
	    margin-top: -10px;
	}
	.academy-bg-image h1 {
	    font-size: 60px;
	}
	.academy-bg-image h1 span {
		font-size: 30px;
	}

	.what-offer-section .col-md-4 {
	    padding-right: 15px;
	    margin-bottom: 30px;
	}
	.what-offer-section .col-md-4 p {
	    font-size: 18px;
	}
	.what-offer-section .col-md-8 {
	    padding-left: 15px;
	    border-left: 0;
	}

	.cta-wide-green {
		padding: 30px;
	}
	.cta-wide-green p.big {
	    font-size: 22px;
	}

	.contact-form-div {
	    padding-left: 15px;
	}	
	.contact-details {
	    padding-right: 15px;
	}
	.contact-details .socials {
	    margin-top: 0;
	    margin-bottom: 30px;
	}
	.coaches .item {
	     margin-bottom: 50px; 
	}

}



@media(max-width: 767px) {

	header .logo {
        max-width: 80px;
    }
    
	h1 {
	    font-size: 30px;
	}
	h2 {
	    font-size: 25px;
        margin: 20px 0;
        font-weight: 500;
	}	
	h3 {
	    font-size: 22px;
        margin: 20px 0;
        font-weight: 500;
	}
	.h4, h4 {
	    font-size: 18px;
	}

	p, li {
	    font-size: 16px;
	}
	p.big {
		font-size: 18px;
	}

	ul.three li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	ul.four li {
	    width: 50%;
	}

	.image-half, .half-img, .half-image {
	    display: inline-block;
	    width: 100%;
	    float: none;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 15px;
	}

	.default-btn, .default-button {
		font-size: 16px;
		padding: 10px 15px;
	}
	.buttons-center a {
		font-size: 16px;
		margin: 5px;
	}

	.home-hero .video-hp video {
    	width: 100%;
	    height: auto;
	}
	.home-hero .overlay {
	    position: relative;
	    background: #000;
	    padding-bottom: 20px;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        display: inline-block;
        width: 100%;
	}
	.home-hero .text p {
	    font-size: 17px;
	}
	.home-hero h1 {
        font-size: 25px;
    }
    .home-hero h1 span {
	    font-size: 30px;
	}
    .home-hero h2 {
        font-size: 20px;
    }
    .home-hero h2 b {
        font-size: 22px;
    }

	.col-md-6.pull-right {
	    float: none!important;
	}

	.contact-details .socials {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.contact-details p {
	    font-size: 16px;
	}
	.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: 15px;
        margin: 5px 0;
	}
	
	.sponsor-logos .item {
	    margin: 15px;
	}
	.sponsor-logos .item img {
	    max-width: 140px;
	}
	.general-accordion .panel-heading h4 a {
	    font-size: 18px;
	    padding: 10px;
	}
	.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: 30px;
	}
	.coaches .item .image {
		margin: auto;
	}
	.coaches .item h4 {
	    font-size: 20px;
	}

	.text-section {
	    margin: 30px 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;
	}

	.default-text hr {
	    margin-top: 0;
	    margin-bottom: 0;
	}

    .coaches .item h4 {
        margin: 10px 0;
    }

    .teams {
	    margin: 0;
	}
    .teams .box {
	    padding: 5px;
	}
    .teams p.title {
	    font-size: 20px;
	}
	.teams a.more {
	    font-size: 15px;
	    margin: 10px 0;
	}
		
	.default-text {
	    padding-bottom: 50px;
	}

	.cta-wide-green {
	    padding: 30px 15px;
	}
	.cta-wide-green .site-container {
	    padding: 0;
	}
	.cta-wide-green p {
	    font-size: 18px;
	}
    .cta-wide-green p.big {
        font-size: 20px;
    }

	.core-values {
		padding: 5px 0;
	}
	.core-values .item .box {
	    padding: 0;
	}
	.core-values .item .icon i {
	    font-size: 25px;
	}
	.core-values .item h4 {
	    font-size: 18px;
	    margin: 10px 0;
	}

	.table-schedule table tr th,
	.table-schedule table tr td {
	    padding: 10px 5px;
	    font-size: 15px;
	}

	.section-white-bg {
	    padding: 20px 0;
	}

	.training-hero {
	    padding: 0px 0;
	}
	.training-hero .text p {
	    font-size: 17px;
	}

	.hp-trainings .desc {
	    min-height: auto;
	}
	.hp-trainings .title {
	    font-size: 20px;
	}
	.hp-trainings a.default-button {
		margin-bottom: 0;
	}

	.default-text h1 + .text-section {
	    padding: 0;
	}

	.text-section.black-bg,
	.text-section.green-bg {
	    padding: 30px 0;
	}

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}
	
	.tournament-intro {
	    font-size: 18px;
	}

	.news .item .box {
		padding: 5px;
	}
    .news .item .img {
        min-height: initial
    }
    .news .item .img img {
        max-width: 350px
    }
    .news .item .title {
        font-size: 18px
    }

    .academy-bg-image {
        padding: 200px 0;
    }
    .academy-bg-image h1 {
        font-size: 50px;
    }
    .what-offer-section .col-md-4 p {
        font-size: 16px;
    }
    .admission-process .col p.number {
	    font-size: 30px;
	}
	.admission-process .col h4 {
		font-size: 22px;
	}
	.admission-process .col .box {
	    padding: 20px 0;
	}

	.has-all-section .box {
	    max-width: 300px;
	    margin: auto;
	}
	.has-all-section .col {
	    margin: 10px 0;
	}
	.has-all-section .text a {
	    font-size: 24px;
	    font-weight: 500;
	}
	
	body.academy-page .default-text {
        padding-bottom: 0;
    }
	body.academy-page footer {
        margin: 0;
    }

}


@media(max-width: 600px) {
	ul.four li {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	.table-responsive.schedule-table tr {
	    max-width: 100%;
	    display: grid;
	}
	header .menu {
	    padding-left: 15px;
    	width: 250px;
	}
	header .menu ul li a {
	    font-size: 14px;
	}
}


@media(max-width: 450px) {

	header .phone {
	    margin-right: 20px;
	}
	header .phone a {
	    font-size: 18px;
	}

	h1 {
	    font-size: 28px;
	}

	p.big {
		font-size: 16px;
	}

	.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: 0px;
	}

	.schedule-table table tr th,
	.schedule-table table tr td {
	    padding: 5px;
	}

	ol, ul {
	    padding-left: 20px;
	}
	
	.camps .item .title {
	    font-size: 18px;
	}
	.camps .item a.read-more {
	    font-size: 15px;
	}

	.register-text h4 {
	    font-size: 18px;
	    margin: 15px 0;
	}

    .academy-bg-image h1 {
        font-size: 40px;
    }
    .academy-bg-image h1 span {
        font-size: 25px;
        margin-top: 10px;
    }
    .academy-coaches h4 {
	    margin: 15px 0;
	    font-size: 22px;
	}
    .cta-wide-green p.big {
        font-size: 18px;
    }

}






























