﻿
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow: auto;
    height: 100%;
    background-color: #fcfdff;
}

h3 {
    margin-top: 50px;
}

a:link, a:visited, a:hover, a:active, a img {
    text-decoration: none;
    border: none;
    outline: 0;
}

a.ad {
    width: 100%;
    border: 1px solid black;
    height: 150px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: white;
}

    a.ad span:first-of-type {
        background-color: rgba(0,0,0,0.7);
        padding: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    a.ad span.badge{
        position:absolute;
        top:-10px;
        right:-10px;
        font-size:20px;
        border-radius:0px;
        padding:10px;
    }

.notice-icon:before {
    content: "\f071";
    font-family: FontAwesome;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

#alerts {
    color: white;
    padding:10px;
    font-size:1.3em;
}

section {
    background-color: white;
    padding: 20px;
    margin: 20px 0px;
    overflow: hidden;
    border: 1px solid rgba(203, 203, 203, 0.25);
}



aside {
    margin: 20px 0px;
    overflow: hidden;
}

aside div.aside-inner{
    padding:20px;
    overflow:hidden;
    background-color:white;
    margin-top:3px;
    border: 1px solid rgba(203, 203, 203, 0.25);
}


    aside span:first-of-type {
        margin-bottom: 10px;
        border-bottom: 1px solid #cbcbcb;
        display: block;
        font-size: 1.6em;
        padding-bottom: 5px;
    }

        aside span:first-of-type i {
            font-size: 0.6em;
            font-style: normal;
        }

    aside table {
        width: 100%;
        margin-bottom: 20px;
    }

        aside table td {
            padding: 5px;
        }

    aside a.SM-icon img {
        border-radius: 3px;
        height: 30px;
        width: auto;
        float: right;
        margin-left: 8px;
    }

.titlealert
{
    color:goldenrod;
    font-weight:bold;

}

.modalalertheader
{
    border-radius: 5px 5px 0px 0px;
    background-color: black;
}

/**************Carousel Start**************/

.overlay {
    background-color: rgba(30,30,30,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events:none;
}

#Carousel img {
    width: 100%;
    height:400px;
}

#Carousel{
    overflow:visible;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    z-index:2;
}

.carousel-control {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 70px;
    width: 90px;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-top: -15px;
        margin-right: -15px;
    }


.carousel-caption {
    bottom: 50px;
    font-size:1.3em;
    text-align: left;
}

.carousel-caption a.btn{
    color:white;
    opacity:0.7;
    border-radius:0px;
}

.carousel-caption a.btn:hover{
    opacity:1;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
}
/**************Carousel End**************/

.main-image {
    width: 100%;
}


#topbar {
    padding: 7px;
    text-align: right;
    width: 100%;
    position: fixed;
    position: relative;
    color: white;
    font-size: 1.2em;
}

    #topbar a {
        margin: 0px 5px;
        color: white;
    }


.navbar {
    font-size: 1.2em;
    background-color: white;
    padding: 20px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand img {
        height: 53px;
        width: auto;
        margin-left:-1px;
        margin-top:-1px;
    }

#TermDates ul li:first-of-type {
    margin: 30px 0px 5px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 1.3em;
}

#TermDates img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.gymbg {
    background-image: url(../images/gym.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.fitnessbg {
    background-image: url(../images/fitness.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.partiesbg {
    background-image: url(../images/parties.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/**************Pricing/Fitness tables Start**************/

table {
    width: 100%;
}
table th {
    padding: 10px 20px;
    width: 10%;
    background-color:#fff;
}
tbody:before {
    line-height:2px;
    content:".";
    color:white;
    display:block;
}
table tr:nth-child(even) {
    background-color: rgba(203, 203, 203, 0.1);
}

table td {
    padding: 20px;
    background-color:#fff;
}

.tab-pane p:last-of-type{
    padding-top:50px;
    background-color:#fff;
}

#FitnessClasses table, #HolidayActivities table{
    margin:50px 0px;
}

#HolidayActivities th {
    width: auto;
}

#facilities section img{
    width:33%; 
    display:inline-block;
    margin-bottom:4px;

}

/**************Pricing/Fitness tables End**************/


.icon {
    font-family: 'Open Sans', sans-serif, FontAwesome;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

.twitter:before {
    content: "\f099";
}

.facebook:before {
    content: "\f09a";
}


input[type=text], select, textarea, button[type=submit] {
    color: rgba(30, 30, 30, 1);
}

input[type=text], textarea {
    line-break: normal;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 12px 12px 40px;
    border: 1px solid #cbcbcb;
    background-size: 25px 25px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    input[type=text]:focus, textarea:focus {
        /*box-shadow: 0 0 5px rgba(239, 64, 46, 1);
        border: 1px solid rgba(239, 64, 46, 1);*/
        box-shadow: 0 0 5px rgba(0,0,0,0.6);
        border: 1px solid rgba(0,0,0,0.6);
    }

select, .DDL {
    width: 100%;
    padding: 8px;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

textarea {
    height: 120px;
}

button[type=submit] {
    padding: 8px;
    border: 0;
    cursor: pointer;
}

    button[type=submit]:hover {
        background-color: rgba(0,0,0,0.6);
        color: white;
    }

.NameSVG {
    background-image: url('../Images/name.svg');
}

.PhoneSVG {
    background-image: url('../Images/phone.svg');
}

.EmailSVG {
    background-image: url('../Images/email.svg');
}

.CommentSVG {
    background-image: url('../Images/comment.svg');
}


footer{padding:20px;}


@media (max-width:992px) {
        #facilities section img{
    width:49%;
}
}


@media (max-width:767px) {

    .navbar {
        padding: 10px;
    }

    #facilities section img{
    width:100%;
}
    #Carousel img{
        height:250px;
    }


    .carousel-caption{
        left:5%;
        right:5%;
    }

    .carousel-control,.carousel-caption p {
        display: none;
    }


}
