﻿
/* Import Styles */
@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');
@import url('https://cdn.lineicons.com/1.0.1/LineIcons.min.css');
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');
/*********************************************

General Styles

*********************************************/
body {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    background: #000;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

a {
    color: #fff;
    text-decoration: none;
}

.center {
    text-align: center;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.nav-bar {
    display: none;
}

nav {
    z-index: 1000;
    width: 100%;
    margin: auto;
    /* margin-top:20px;*/
}

    nav ul {
        list-style: none; /*width:745px;*/
        margin: 0 auto;
    }

        nav ul li {
            float: left;
            position: relative;
            border-radius: 5px;
        }

    nav:after {
        content: "";
        display: block;
        clear: both;
    }

    nav ul li a {
        color: #fff;
        display: block;
        padding: 10px 14px;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
    }

    nav ul li:hover {
        color: #ff0000;
    }

        nav ul li:hover a {
            color: #ff0000;
        }

        nav ul li:hover i {
            color: #fff;
        }

        /* nav ul li i { margin-right: 10px; }*/

        nav ul li:hover .children {
            display: block;
        }

    nav ul li .children {
        display: none;
        background: #2480fe;
        position: absolute;
        width: 220%;
        z-index: 1000;
    }

        nav ul li .children a {
            color: #fff;
            font-size: 15px;
            font-weight: normal;
        }

        nav ul li .children span {
            display: none;
        }

        nav ul li .children li {
            display: block;
            width: 100%;
            border-bottom: 1px solid #ffffff99;
        }

            nav ul li .children li a { /*margin-left: 30px;*/
            }

    nav ul li .fa-angle-down {
        position: relative;
        margin-left: 10px;
        font-weight: bold;
    }

/*responsive nav style*/

@media all and (max-width: 1200px) {

    body {
        padding-top: 30px;
    }

    .nav-bar {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #222;
        left: 0;
        z-index: 1000;
    }

        .nav-bar span {
            float: right;
            font-size: 16px;
            padding: 7px 10px;
            color: #fff;
        }

        .nav-bar .fa-bars {
            display: block;
            padding: 7px 10px;
            color: #fff;
            overflow: hidden;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            float: right;
        }

    nav {
        width: 70%;
        height: auto;
        position: fixed;
        left: 100%;
        top: 30px;
        overflow: hidden;
        height: 100%;
        background: #222;
    }

        nav ul li {
            display: block;
            /* border-bottom: 1px solid #ccc;*/
            width: 100%;
        }

            nav ul li a { /*display: block;*/
                color: #fff;
            }

            nav ul li:hover a {
                color: #ffffff;
            }

            nav ul li .children {
                width: 100%;
                position: relative;
                overflow: hidden;
                display: none;
            }

            nav ul li:hover .children {
                display: none;
            }

            nav ul li ul li:first-child {
                border-top: 1px solid #ffffff99;
            }

            nav ul li .children span {
                display: inline-block;
                margin-right: 10px;
            }

            nav ul li .children a {
                margin-left: 10px;
                padding: 5px 0;
            }

            nav ul li .fa-angle-down {
                position: relative;
                top: 3px;
            }
}

.highlightedlink {
    /*background:#396;*/
    color: #ff6c13;
}

    .highlightedlink i {
        font-size: 25px;
        margin-left: 10px
    }

/*--------------------------------------------------------------
# Responsive Grid
--------------------------------------------------------------*/
.grid {
    max-width: 1220px;
    margin: 0 auto;
}

    .grid.flex {
        width: 100%;
        max-width: 100%;
    }

.row {
    display: block;
    /*overflow:hidden;*/
    clear: both;
}

    .row:before,
    .row:after {
        content: "";
        display: table;
    }

    .row:after {
        clear: both;
    }

.row {
    zoom: 1; /* ie 6/7 */
}


. {
    width: 95%;
    margin: 0 auto;
}

*[class*="col_"].alpha {
    margin-left: 0;
}

*[class*="col_"].omega {
    margin-right: 0;
}

.col_1 {
    width: 6.6666666666667%;
}

.col_2 {
    width: 15%;
}

.col_3 {
    width: 23.333333333333%;
}

.col_4 {
    width: 31.666666666667%;
}

.col_5 {
    width: 40%;
}

.col_6 {
    width: 48.333333333333%;
}

.col_7 {
    width: 56.666666666667%;
}

.col_8 {
    width: 65%;
}

.col_9 {
    width: 73.333333333333%;
}

.col_10 {
    width: 81.666666666667%;
}

.col_11 {
    width: 90%;
}

.col_12 {
    width: 98.333333333333%;
}

*[class*="col_"] {
    margin-left: 0.83333333333333%;
    margin-right: 0.83333333333333%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: left;
    display: block;
}

.grid img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .clearfix, *:first-child + html .clearfix {
    zoom: 1
}

/* Viewable Grids 
	To view your grids, add the class .visible to any grid container.
	This will add a background color so you can see the layout of your grids. 
*/
*[class*="col_"].visible {
    background: #eee;
    border: 1px dotted #ccc;
}


/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {

    .grid *[class*="col_"] {
    }

    .grid {
        max-width: 1024px;
    }

    .show-desktop {
        display: block;
    }

    .hide-desktop {
        display: none;
    }

    .show-tablet {
        display: none;
    }

    .hide-tablet {
        display: block;
    }

    .show-phone {
        display: none;
    }

    .hide-phone {
        display: block;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {

    .grid *[class*="col_"] {
    }

    .grid {
        max-width: 768px;
    }

    .show-desktop {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    .show-phone {
        display: none;
    }

    .hide-phone {
        display: block;
    }
}


@media all and (min-width: 480px) and (max-width: 768px) {

    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }

        /* columns inside of columns */
        .grid *[class*="col_"] [class*="col_"] {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    .grid {
        max-width: 480px;
    }

    .show-desktop {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    .show-phone {
        display: none;
    }

    .hide-phone {
        display: block;
    }
}

@media all and (max-width: 480px) {

    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }

        /* columns inside of columns */
        .grid *[class*="col_"] [class*="col_"] {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

    .grid {
        max-width: 100%; /*320*/
    }

    .show-desktop {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .show-tablet {
        display: none;
    }

    .hide-tablet {
        display: block;
    }

    .show-phone {
        display: block;
    }

    .hide-phone {
        display: none;
    }
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity 400ms ease;
    }

        .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
            max-height: 0;
        }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    top: 40%;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #ff0000;
        }

.owl-prev {
    font-size: 40px !important;
    float: left;
    color: #fff !important;
}

.owl-next {
    font-size: 40px !important;
    float: right;
    color: #fff !important;
}


/**
 * Featherlight  ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
}

.lightbox {
    display: none;
    z-index: 10000;
    /*position:absolute;
max-width:400px;
top:40%;
left:40%;
background:#fff;
padding:10px;
border-radius:5px;*/
}

.featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
}

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;
        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        /* styling */
        background: #fff;
        cursor: auto;
        /* reset white-space wrapping */
        white-space: normal;
        border-radius: 5px;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    /* don't show these though */
    .featherlight script.featherlight-inner,
    .featherlight link.featherlight-inner,
    .featherlight style.featherlight-inner {
        display: none;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;
        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff; /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: none;
        padding: 0;
    }

        /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
        .featherlight .featherlight-close-icon::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }


.featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    /* styling */
    border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

/* hide non featherlight items when printing */
@media print {
    html.with-featherlight > * > :not(.featherlight) {
        display: none;
    }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.featherlight-next,
.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	/* preventing text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* IE9 hack, otherwise navigation doesn't appear */
	background: rgba(0,0,0,0);
}

.featherlight-previous {
	left: 25px;
	right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
	background: rgba(255,255,255,0.25);
}


.featherlight-next span,
.featherlight-previous span {
	display: none;
	position: absolute;

	top: 50%;
	left: 5%;
	width: 82%;

	/* center horizontally */
	text-align: center;

	font-size: 80px;
	line-height: 80px;

	/* center vertically */
	margin-top: -40px;

	text-shadow: 0px 0px 5px #fff;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.featherlight-next span {
	right: 5%;
	left: auto;
}


.featherlight-next:hover span,
.featherlight-previous:hover span {
	display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
	display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
	display:none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
	display:none;
}


/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}
/*--------------------------------------------------------------
Custom Styles
--------------------------------------------------------------*/

.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
}

#myVideo {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

.home-video {
    position: relative;
}

.home-call-button {
    position: absolute;
    /*top: 30%;*/
    width: 100%;
    bottom: 20%;
}

    .home-call-button h1 {
        text-align: center;
        font-size: 60px;
        margin-bottom: 0;
    }

    .home-call-button a {
        width: 50%;
        text-align: center;
        padding: 10px 0;
        font-size: 25px;
        border-radius: 30px;
        background: #ff0055;
        background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
        background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        border: solid 1px #ff0000;
        display: block;
        color: #fff;
        margin: 0 auto;
        font-weight: 600;
        text-transform: uppercase;
    }

        .home-call-button a:hover {
            background: #fff;
            border: solid 1px #ff0000;
            color: #ff0000;
        }

.home-about-text {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

    .home-about-text img {
        max-width: 100%;
    }

.sideway-text {
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    right: 40px;
    height: 50%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    z-index: 9;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

    .sideway-text i {
        color: #ff0000;
        font-size: 50px;
        float: left;
        margin-bottom: 10px;
    }

    .sideway-text span {
        font-size: 11px;
    }

    .sideway-text a {
        color: #fff;
        font-size: 14px;
    }

.subheading {
    margin-bottom: 10px;
    color: #ff0000;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
    background: #ff0055;
    background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
    background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

    .subheading i {
        position: absolute;
        top: 0;
        width: 5px;
        height: 22px;
        content: '';
        background: rgba(255, 255, 255, 0.9);
        background: #ff0055;
        background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
        background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        display: block;
    }

    .subheading .db-left {
        top: -5px;
        left: -15px;
    }

        .subheading .db-left:after {
            position: absolute;
            left: -8px;
            width: 5px;
            height: 22px;
            content: '';
            background: rgba(255, 255, 255, 0.9);
            background: #ff0055;
            background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
            background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        }

        .subheading .db-left:before {
            position: absolute;
            top: 2px;
            left: -16px;
            width: 5px;
            height: 18px;
            content: '';
            background: rgba(255, 255, 255, 0.9);
            background: #ff0055;
            background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
            background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        }

    .subheading .db-right {
        top: -5px;
        right: -15px;
    }

        .subheading .db-right:after {
            position: absolute;
            right: -8px;
            width: 5px;
            height: 22px;
            content: '';
            background: rgba(255, 255, 255, 0.9);
            background: #ff0055;
            background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
            background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        }

        .subheading .db-right:before {
            position: absolute;
            top: 2px;
            right: -16px;
            width: 5px;
            height: 18px;
            content: '';
            background: rgba(255, 255, 255, 0.9);
            background: #ff0055;
            background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
            background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        }

.mainheading {
    font-size: 34px;
    margin-top: 0;
    text-align: center;
}

.heading-section {
    text-align: center;
}

.body-text-section {
    max-width: 85%;
    margin: 0 auto;
    /*text-align:center;*/
}

    .body-text-section h4 {
        margin-bottom: 5px;
        margin-top: 35px;
    }

.home-carousel {
    padding: 40px 0;
}

.features-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

    .features-list li {
        display: table-row;
    }

        .features-list li:before {
            font-family: 'LineIcons';
            content: "\ea46";
            color: #ff0000;
            padding-right: 10px;
            display: table-cell;
        }

.home-membership {
    padding: 50px 0;
}

.header-logo-image {
    width: 52%;
}

@media only screen and (max-width: 600px) {
    .header-logo-image {
        width: 92%;
    }
}

.mytable {
    width: 100%;
    border-collapse: collapse;
}

    .mytable th {
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6;
        padding: 8px 6px 8px 6px;
        text-align: left;
    }

    .mytable td {
        padding: 6px;
        text-transform: capitalize;
        border: 1px solid #dee2e6;
    }

.home-timetable {
    padding: 50px 0;
}

.home-map {
    margin: 40px 0;
}

footer {
    padding: 40px 0;
}

    footer h4 {
        margin-bottom: 0;
    }

.footer-links {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

    .footer-links li {
        padding: 5px 0;
    }

.footer-contact i {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.copyright {
    margin-top: 35px;
    text-align: center;
    font-size: 13px;
}

.main-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.semi-flex {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.coach-image {
    width: 50%;
}

.coach-text {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
}

    .coach-text h3 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        background: #ff0055;
        background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
        background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background-clip: border-box;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }

    .coach-text h2 {
        margin: 0;
        padding: 0;
        font-size: 25px;
        line-height: 130%;
    }

.coach-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trainer-icons {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    .trainer-icons li {
        display: inline;
        margin: 0 5px;
    }

        .trainer-icons li a {
            display: inline-block;
            padding: 15px 15px;
            background: #ff0055;
            background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
            background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
            font-size: 20px;
            color: #fff;
            line-height: 100%;
        }

.home-coaches {
    padding: 50px 0;
}

.last-order {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.membershipsection {
    height: 450px;
    background-position: center top !important;
    background-size: cover !important;
    position: relative;
    border: solid 1px transparent;
    box-sizing: border-box;
    overflow: hidden;
}

.preformancesec-1 {
    background: url('images/program-2.jpg');
}

.rehabsec-1 {
    background: url('images/Rehab2.jpg');
}

.growthsec-1 {
    background: url(images/program-1.jpg);
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 80%;
    width: 100%;
    transition: .5s ease;
    padding: 25px 5px;
    height: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.mem-heading {
    font-size: 32px;
    font-family: 'Alfa Slab One', cursive;
    line-height: 110%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px #222;
    color: red;
}

.membershipsection:hover {
    border: solid 1px #ff0000;
}

    .membershipsection:hover .overlay {
        top: 0;
        background-color: rgba(0,0,0,0.8);
    }

.mem-text {
    max-width: 80%;
    margin: 35px auto;
    min-height: 100px;
}

.mem-price {
    font-size: 26px;
    font-weight: 800;
    background: #ff0055;
    background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
    background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overlay a {
    background: #ff0055;
    background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
    background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
    color: #fff;
    padding: 10px 20px;
}

.brand-logo {
    position: relative;
    /*	margin:0;
	padding:0;*/
    cursor: pointer;
    font-size: 0;
    text-align: center;
}

    .brand-logo img {
        width: 100%;
        height: auto;
    }

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

    .overlay-2 img {
        width: 100%;
        height: 100%;
    }

.brand-logo:hover .overlay-2 {
    opacity: 1;
}

.about-text-intro {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

    .about-text-intro span {
        color: #ff0000;
        font-weight: bold;
        font-size: 24px;
    }

.primary-button {
    background: #ff0000;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.primary-button-popup {
    background: #ff0000;
    padding: 15px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin:0 3px;

}

.secondary-button-popup {
    background: #00aeef;
    padding: 15px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin:0 3px;

}

.brand-section {
    padding: 50px 0;
}

.membership-box {
    text-align: center;
    padding: 30px 25px;
    border: solid 1px #ff0000;
    min-height: 200px;
    /*min-height: 750px;*/
    box-sizing: border-box;
}

    .membership-box a {
        background: #ff0055;
        background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
        background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
        color: #fff;
        padding: 10px 20px;
    }

    .membership-box .mem-heading {
        text-shadow: none;
        letter-spacing: 1px;
    }

.mem-price span {
    font-size: 18px;
    background: #ff0055;
    background: -moz-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0055), color-stop(100%, #ff6600));
    background: -webkit-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -o-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: -ms-linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background: linear-gradient(45deg, #ff0055 0%, #ff6600 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055', endColorstr='#ff6600', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.innerpage-heading {
    padding: 300px 0;
}

    .innerpage-heading h1 {
        margin: 0;
        padding: 0;
        font-size: 150px;
        color: #ff0000;
        text-align: center;
        line-height: 100%;
        font-family: 'Alfa Slab One', cursive;
    }

    .innerpage-heading h2 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 65px;
        color: #fff;
        line-height: 100%;
    }

.about-us-heading {
    background-size: cover;
    background-position: center center;
}

.about-inner-section {
    position: relative;
    overflow: hidden;
}

.about-section-1-bg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: url('images/Rehab image.jpg') no-repeat center center;
    background-size: cover;
}

.about-section-2-bg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(images/growthPage.jpg) no-repeat center center;
    background-size: cover;
}

.about-section-3-bg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: url('images/performancePage.jpg') no-repeat center center;
    background-size: cover;
}

.inner-content-text {
    padding: 50px 0;
}

.innerpage-text-only {
    padding: 70px 0;
}
.mobile-division-pic-1 {
	display:none;
}

.grow { transition: all .5s ease-in-out; filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	  width:100%;
	  height:250px!important;
	  object-fit:cover;
       }
.grow:hover { transform: scale(1.1); filter: none;
      -webkit-filter: grayscale(0); }
.photo-gallery {
	padding-bottom:50px;
}


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 25%;
/*margin: 0 auto;*/
display: none;
position: fixed;
z-index: 101;
top:50%;
left:50%;
background:#000;
transform:translate(-50%, -50%);
-moz-box-shadow: 0 0 10px #ccc;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #666;

}
.popup-heading {
	background:#ff0000;
	color:#fff;
	font-size:20px;
	position:relative;
	padding:7px 0 7px 15px;

}
.popup-inner {
    color: #ea1d25;
    position: relative;
    padding: 30px;
}

.popup .close {
	position:absolute;
	right:10px;
	top:10px;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	z-index:1000;
}
.popup-button {
	padding:25px 0;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
@media all and (max-width: 800px) {
    .grid {
        width: 90%;
        margin: 0 auto;
    }

    .sticky-header {
        position: relative;
        text-align: center;
        background: #111111; /*padding-top:15px;*/
        padding: 0;
    }

    .nav-bar i {
        float: right;
        font-size: 35px;
        margin-right: 10px;
        color: #fff;
    }

    .home-call-button {
        /*top: 10%;*/
    }

        .home-call-button h1 {
            font-size: 30px;
        }

        .home-call-button a {
            font-size: 15px;
            width: 95%;
        }

    .sideway-text {
        right: 10px;
    }

    footer {
        text-align: center;
    }

        footer h3 {
            margin-top: 40px;
            margin-bottom: 0;
        }

    .coach-image {
        width: 100%;
        display: block;
        height: 300px;
        background-position: center top !important;
    }

    .semi-flex {
        display: block !Important;
        width: 100%;
    }

    .coach-text {
        width: 100%;
    }

    .brand-logo {
        max-width: 250px;
        margin: 10px auto;
    }

    .about-text-intro span {
        display: contents;
    }
	.innerpage-heading {
		padding:50px 0;
	}
	.innerpage-heading h1 {
		font-size:50px;
	}
	.about-section-3-bg, .about-section-1-bg, .about-section-2-bg{
		display:none;
	}
	.mobile-division-pic-1 {
		display:block;
		margin:25px 0;
	}
	.mem-heading {
		font-size:25px;
	}
	.popup {
		width:75%;
	}
	.primary-button-popup {
		display:block;
		margin-bottom:10px;
	}
	.secondary-button-popup {
		display:block;
	}
}


@media all and (min-width: 800px) and (max-width: 1350px) { 
.popup {
		width:40%;
	}


}

