﻿@font-face {
font-family: 'CachetStd-Medium';
src: url('../fonts/cachet/CachetStd-Medium');
src: local('CachetStd-Medium'), url('../fonts/cachet/CachetStd-Medium.woff') format('woff'), url('../fonts/cachet/CachetStd-Medium.ttf') format('truetype');
}

@font-face {
font-family: 'cachet-book-webfont';
src: url('../fonts/cachet/cachet-book-webfont');
src: local('cachet-book-webfont'), url('../fonts/cachet/cachet-book-webfont.woff') format('woff'), url('../fonts/cachet/cachet-book-webfont.ttf') format('truetype');
}


body{
     margin:0;
     padding:0;
     font-size:16px;
    font-family: 'cachet-book-webfont';
     color: #000000;
}
p {
    font-family: 'cachet-book-webfont';
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6{
	 font-family: 'CachetStd-Medium';
     color: #000;
	 }
a{
    color: #456dbc;
}
a:focus, a:hover{
	text-decoration:none;
}
h1{
    color: #000000;
    font-size: 20pt;
}
h2{
    font-size: 17pt;
    color: #000000;
}
h3{
    font-size: 20pt;
    color: #0089d0;
}
h4{
    font-size: 17pt;
    color: #0089d0;
}
h5{
    font-size: 20pt;
    color: #92278f;
}
h6{
    font-size: 17pt;
    color: #92278f;
}
.logo{
    padding: 0px;
}
#top-header{
    background-color: #fff;
}
.home-account{
    text-align: left;
    padding: 10px 0px;
}
.home-account a{
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding: 0px 5px;
    font-family: 'cachet-book-webfont';
}
.home-account a:last-child{
    border-right: none;
}
#top-header a{
    color: #000;
}
#top-header a:hover{
    color: #92278f;
}
#top-header .home-account a:last-child{
    background-color: #92278f;
    color: #fff;
    border: 1px solid #92278f;
    border-radius: 30px;
    margin-left: 8px;
    padding: 6px 15px;
}
#top-header .home-account a:hover:last-child{
    background-color: #466dbc;
    border-color: #466dbc;
}
.top-search{
    display: block;
    background-color: initial;
    padding: 0px;
}
form.top-search {
    float: right;
    margin: 10px 0 5px;
}
.the-family-content {
    float: right;
}
.input-field {
    border:1px solid #c3c3c3;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 29px;
    width: 150px;
    padding-left:2px;
    padding-right:2px;
    float:left;
}
.search-btn {
    background-color: #adadad;
    background-image: url("../images/search-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    border:1px solid #c3c3c3;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor:pointer;
}
.header-address strong {
    color: #92278f;
    font-size: 32px;
    text-transform: uppercase;
}
.header-address address, .header-address p {
    margin: 0px;
}
.header-address span{
    text-align: right;
    display: block;
}
nav.navbar.bootsnav{
        background-color: #466dbc;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100 !important;
    padding: 15px 15px;
}
nav.navbar.bootsnav .navbar-nav > li:last-child a, nav.navbar.bootsnav .navbar-nav li .virtual_class{
	border: 1px solid #ffffff;
    background-color: transparent;
    padding: 5px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav .navbar-nav > li:last-child a:hover, nav.navbar.bootsnav .navbar-nav li .virtual_class:hover{
	background-color: #92278f !important;
	border-color: #92278f;
	color: #ffffff !important;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #000000;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: #92278f;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #466dbc;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    margin: 0px;
    width: 100%;
    bottom: 0px;
    top: auto;
    background-color: rgba(255, 255, 255, 0.65);
}
.carousel-caption h1 {
    color: #583089;
    font-size: 40px;
    font-weight: 100 !important;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 30px;
    margin: 20px 0px 15px;
    float: left;
}
.carousel-caption a{
    background-color: #a9268c;
    width: 250px;
    margin:20px 0px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: right;
}
.carousel-caption .fa-angle-double-right {
    font-size: 14px;
    margin-left: 6px;
}
.fly-services {
    background-color: #92278f;
}
.serivices-list .service-inner{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 100%;
    float: left;
}
.serivices-list .service-inner h3{
    text-align: center;
    margin: 10px 0px;
    color: #fff;
    font-size: 18px;
}
.serivices-list .service-inner a {
    padding: 20px 10px;
    width: 100%;
    float: left;
    clear: both;
    color: #fff;
}
.serivices-list .service-inner img{
    display: block;
    margin:0px auto;
}
.service-col {
    padding: 0px;
}
.service-col:last-child{
    border-right: 0px;
}
.customNavigation, .owl-pagination{
    display: none;
}
.owl-theme .owl-controls{
    margin: 0px !important;
}
.serivices-list .service-inner:hover{
    background-color: #466dbc;
}
.fam-pad{
    padding: 0px;
}
.news-events h2, .fam-partner h2 {
    color: #456dbc;
    font-size: 30px;
    margin: 0px 0px 20px;
}
.news-events .news-list {
    border: 1px solid #92278f;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.news-events .news-list h3 {
    margin-top: 0px;
    font-size: 24px;
}
.news-events .news-list p, .more-info p{
    margin-bottom: 0px;
}
.news-events .news-list a {
    color: #92278f;
}
.news-events .news-list a:hover{
    color: #456dbc;
}
.news-events .news-list a.news-more, .footer-title{
    color: #456dbc;
}
.news-events .news-list a.news-more:hover{
    color: #92278f;
}
.events-right .follw-us {
    margin: 0px 0px 20px;
}
.events-div{
    margin: 30px 0px 20px;
}
.events-right .input-group-btn .btn {
    background: #456dbc none repeat scroll 0 0;
    border: 1px solid #456dbc;
    font-size: 15px;
}
.events-right .btn-login {
    width: 100%;
    float: left;
}
.events-right .btn-login a{
    display: block;
    padding: 10px 0px;
     color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.events-right .btn-login a.btn-staff {
    background-color: #92278f;
}
.events-right .btn-login a.btn-staff:hover{
     background-color: #000000;
}
.events-right .btn-login a.btn-board{
    background-color: #456dbc;
}
.events-right .btn-login a.btn-board:hover{
    background-color: #000000;
}
.partner-div .owl-carousel .owl-item .item {
    margin: 15px 20px;
}
.partner-div .owl-carousel .owl-item .item img{
    display: block;
    margin: 0px auto;
    border: 1px solid #ccc;
}
.fam-partner{
    margin-bottom: 40px;
}
footer{
    border:none;
}
.contact_cotact_form_div p{
     font-family: 'cachet-book-webfont';
     color: #000000;
}
.contact_contact_info li .text, .contact_contact_info li .desc{
    color: #000000;
    font-size: 16px;
}
.main-footer{
    background-color: #005faf;
    padding: 20px 0px 0px;
}
.bottom-footer{
    border-top: 1px dotted #fff;
    padding: 10px 0px;
}
.main-footer address, .main-footer ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
.main-footer .footer-title, .main-footer address p{
    color: #fff;
}
.q-links ul.quick-links{
    list-style-type: none;
    padding: 0px;
}
.q-links ul.quick-links a{
    color: #fff;
}
.q-links ul.quick-links a:hover{
    color: #000;
}
ul.social li:hover a {
    color: #000;
}
.main-footer .footer-title{
    border-bottom: none;
    padding-bottom: 0px;
}
.main-footer .social li i{
    color: #fff;
    font-size: 24px;
}
.social a.social-name {
    font-size: 18px;
    position: relative;
    bottom: 3px;
}
.copy p, .power p{
    color: #fff;
}
.power a {
    color: #000000;
}
#scrolltoup{
    background-color:#92278f;
}
#scrolltoup:hover {
    background-color: #466dbc;
    color: #fff;
}
.page-section ul{
    padding-left: 25px;
}
.page-section h3 a{
    color: #92278f;
}
.page-section strong{
   color: #000000;
}
.page-section .events-right .follw-us{
    margin: 10px 0px 20px;
}
.page-section h1:first-child{
    color: #0089d0;
}
.partner-list{
    list-style-image: url(../images/double-right-arrows-angles.png);
}
.right-menu {
    list-style: none;
    position: relative;
  /*  z-index: 2;*/
}
.right-menu > li {

    background-color: #fff;
    margin-bottom: 10px;
    text-align:left;
    border-radius: 10px;
    width:250px;
    float:left;
    margin-right:90px;
}

.right-menu > li:nth-child(3), .right-menu > li:nth-child(6), .right-menu > li:nth-child(9) {
    margin-right:0px;
}

.right-menu > li:nth-child(1), .right-menu > li:nth-child(4), .right-menu > li:nth-child(7) {
    margin-left:0px;
}
.side-bar-content ul.right-menu{
    padding-left: 0px;
}
.page-section ul.right-menu{
    padding-top: 15px;
}
.sug_button {

    background-color: #0089D0 !important;

}

.sug_button a{

    font-size: 13px !important;

    font-weight: bold;

    padding: 10px !important;   

}

.right-menu a {

    color: #ffffff;

    display: block;

    text-decoration: none;

    padding: 5px;

    font-size: 14px;

    padding-left: 10px

}

.right-menu a::after {

    display:none;

    content: ">";

    margin-left: 4px;

}
.menu .link_nav:last-child a{

  background-color: #20bdbe;

  color:white;  

}

.menu li:last-child ul{ 

   background-color: #20bdbe;

}   



.donate-now{

   border: 2px solid #ED1C24;   

}   

.donate-now a{

   color:#ED1C24;

}

.schedules{

    border: 2px solid #F47920;  

}   

.schedules a{

   color:#F47920;

}

.den-inc{

    border: 2px solid #92278F;      

}

.den-inc a{

  color:#92278F;

}

.signup-enews{

    border: 2px solid #0089D0;      

}

.signup-enews a{

    color:#0089D0;

}

.download-app{

    border: 2px solid #01A490;      

}

.download-app a{

    color:#01A490;

}


.reg-online{

    border: 2px solid #ED1C24;  

}   

.reg-online a{

   color:#ED1C24;

}

.careers-ycma{

    border: 2px solid #F47920;  

}   

.careers-ycma a{

   color:#F47920;

}

.sugg-ycma{

    border: 2px solid #92278F;  

}   

.sugg-ycma a{

   color:#92278F;

}
.right-menu a img {
    width: 30px;
    vertical-align: middle;
    margin-right: 3px;
}

.google_translate {
    margin: 12px 10px 0px;
    display: inline-block;
    float: right;
}
.goog-te-gadget{
        font-family: 'cachet-book-webfont' !important;
}
.goog-te-gadget-simple {
    border-bottom: 1px solid #9b9b9b !important;
}
.contact_contact_info li .desc{

    font-size: 16px;

}

.blog_details ul{
	padding-left:0px;
}

.padd-left {
    padding-left: 0px;
}
.padd-right{
	padding-right:0px;
}
.suggestion .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.more-info p {

    color: #fff;

}
.q-links {
    padding-left: 50px;
}

.product_review_list h4 {
    color: rgb(146, 39, 143);
}
.product_review_head_div div h3 {
    color: #0089d0;
}
.reserve-block{
	    background-color: rgb(198, 22, 141);
	    padding: 10px 0px;
}
.reserv-left{
	text-align: right;
	
}
.reserv-left a, .reserv-right a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
}
.reserv-right {
    text-align: center;
}
.form-horizontal.fit-access .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.side-bar-content .more-info p {
    color: #000000;
}
.single-post .breadcrumb {
    padding-left: 0px;
}
.product_review_head_div .col-sm-6, .product_review_head_div {
    padding-left: 0px;
}
.over_col {
    padding-left: 0px;
}
.product_review_list{
    margin-bottom: 10px;
    margin-top: 10px;
}
.product_review_head_div .submit-input {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    margin-top: 10px;
}
.product_review_head_div .submit-input:hover{
    background-color: #92278f;
    border-color: #92278f;
    color: #fff;
}
.product_review_list h4 {
    margin-bottom: 10px;
}
.product_review_list .comm_date {
    margin-bottom: 5px;
    display: block;
    color: #456dbc;
}
#class_schedule_lists .news-content {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0.2px 0.2px 10px rgb(153 153 153 / 45%);
    position: relative;
    transition: all 0.3s ease;
}
#class_schedule_lists .news-content:hover {
    transition: all 0.3s linear;
    transform: translate(10px, 10px);
}
#class_schedule_lists .news-profile img {
    height: 170px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#class_schedule_lists .news-info h3 {
    font-size: 24px;
}
#class_schedule_lists .news-info {
    text-align: center;
    padding: 15px;
}
#class_schedule_lists .news-info hr {
    margin: 5px 0px;
}
#class_schedule_lists .news-info p {
    margin: 0px;
    padding-top: 5px;
}
#class_schedule_lists {
    display: flex;
    flex-wrap: wrap;
}
#class_schedule_lists .news-col {
    display: flex;
    flex-direction: inherit;
}
.search_fields {
    margin-bottom: 20px;
}
.blue-bg{
    background-color: #0089D0;
}
.purple-bg{
    background-color: #92278F;
}
.red-bg{
    background-color: #ED1C24;
}
.orange-bg{
    background-color: #F47920;
}
.green-bg{
    background-color: #01A490;
}
.class-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}
.class-content h3 a{
    color: #fff;
}
.class-info p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.class-row {
    display: flex;
    flex-wrap: wrap;
}
.class-col {
    display: flex;
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 15px;
}
.permission-group .form-control {
    width: auto;
    display: inline-block;
    margin: 5px 5px;
}
.join-now-block {
  text-align: center;
}
.join-now-block .btn-primary {
    color: #fff;
    background-color: #92278f;
    border-color: #92278f;
    padding: 10px 30px;
    font-size: 26px;
    transition: all 0.3s linear;
}
.join-now-block .btn-primary:hover{
     color: #fff;
    background-color: #456dbc;
    border-color: #456dbc;
}
.join-now-block .adult-btns {
    padding-left: 0px;
}
.adult_form_block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.adult_header h3 {
    margin-top: 0px;
    font-size: 24px;
}
.adult_list{
    padding-left: 20px;
}
.adult_list li{
    margin-bottom: 10px;
}
ul.checkbox_list {
    padding-left: 15px;
}
.adult_header {
    margin-bottom: 35px;
}
/*--class-schedule--*/
.calendar-header {
    margin-top: 30px;
    margin-bottom: 30px;
}
.calendar-list, .calendar-title {
    margin-top: 12px;
}
.calendar-title h3 {
    margin: 0px;
    font-size: 30px;
}
.calendar-list .btn {
    width: 85px;
    border-radius: 25px;
    font-size: 16px;
}
.calendar-list .btn-primary {
    background-color: #0089d0;
    border-color: #0089d0;
    color: #fff;
}
.calendar-list .btn-success {
    background-color: #0050af;
    border-color: #0050af;
    color: #fff;
}
.class-calendar-block {
    display: flex;
    justify-content: right;
    align-items: center;
    border: 2px solid #757575;
    width: 275px;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}
.class-calendar-block .fa-calendar {
    color: #456dbc;
    padding-left: 10px;
    padding-right: 5px;
}
.schedule-list .form-control {
    border: 2px solid #757575;
    border-radius: 10px;
    color: #0050b2;
    font-size: 16px;
    width: 100%;
    height: auto;
}
.week-list {
    border: 2px solid #757575;
    border-radius: 10px;
    padding: 4px 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.week-list p {
    margin: 0px;
    color: #0050b2;
}
.week-details {
    border: 2px solid #dd5828;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #0050af;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
}
.week-details a{
    color: #fff;
}
.y_cycle_studio{
    border: 2px solid #ed1c24;
    background-color: #ed1c24;
}
.y_express_studio{
    border: 2px solid #dd5828;
    background-color: #dd5828;
}
.main_studio{
    border: 2px solid #fcaf17;
    background-color: #fcaf17;
}
.laps_gym{
    border: 2px solid #0089d0;
    background-color: #0089d0;
}
.gym_colr{
    border: 2px solid #20bdbe;
    background-color: #20bdbe;
}
.climbing_wall_color{
    border: 2px solid #00aeef;
    background-color: #00aeef;
}
.child_watch{
    border: 2px solid #c6168d;
    background-color: #c6168d;
}
.nostudio{
    border: 2px solid #a92b31;
    background-color: #a92b31;
}
.class-schedule-block .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.week-col {
    width: 14.2%;
}
.class-schedule-block {
    padding-top: 35px;
    padding-bottom: 35px;
}
.current-date-info .form-control {
    font-style: normal;
    color: #0050b2;
    font-weight: 600;
    text-align: center;
    border: none;
    box-shadow: none;
    font-size: 20px;
    height: 45px;
}
.current-date-info .form-control {
    border: 2px solid #757575;
}
.class-calendar-block .current-date-info .form-control{
    border: none;
}
.current-date-info {
    position: relative;
    width: 195px;
    float: right;
}
.current-date-info .fa-calendar {
    position: absolute;
    top: 14px;
    left: 13px;
    color: #0050b2;
}
.class-studio-details-block h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
}
.class-studio-table .bg-primary {
    background-color: #0050af;
    border-radius: 10px;
}
.class-studio-table .bg-primary th {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    width: 150px;
}
.class-studio-table .bg-primary th:first-child, .class-studio-table table tr td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.class-studio-table .bg-primary th:last-child, .class-studio-table table tr td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.class-studio-table table tr td {
    text-align: left;
    padding: 10px 20px;
    border-right: 0px;
    border-left: 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'CachetStd-Medium';
}
.class-studio-table table tr td a{
    color: #fff;
}
.class-studio-table .table{
    border-collapse:separate;
    border-spacing:0 25px;
}
.current-date-info i {
    position: absolute;
    top: 14px;
    color: #0050b2;
    font-size: 18px;
}
.current-date-info .fa-chevron-left {
    left: 15px;
}
.current-date-info .fa-chevron-right {
    right: 15px;
}
.class-cnt{
    color:#0089d0;
    font-size:18px;
}
.class-cnt strong {
    color: #0089d0; 
}
.class-cnt p {
    color: #0089d0;
    margin-top: 20px;
    font-size:18px;
}
.class-cnt a {
    text-decoration: underline;
}
.class-cnt h5 {
    color: #0089d0;
    font-size:20px;
    
}
#ui-datepicker-div {
    z-index: 99 !important;
}
.calendar-header ul {
    padding-left: 0px;
}
.annual-gala {
    margin-bottom: 25px;
}
.image {
    right: -415px;
    z-index: 99;
    top: 0px;
    left: auto;
}
.SAN_-_Volunteer img{
    cursor: pointer;
}
.SAN_-_Volunteer {
    margin-bottom: 30px;
}
.flheading{
    text-align: center;
    color:#0089d0;
    font-size: 20px;
}
 
p.gallery-title {
    min-height: 72px;
    font-family: 'CachetStd-Medium';
    color: #0089d0;
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: end;
}
.staff-content {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
}
.staff-info {
    margin-left: 20px;
}
.staff-info h4 {
    font-size: 21px;
    margin-bottom: 5px;
    color: #000;
}
.staff-info p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
}
.row.staff-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.staff-row .staff-col {
    display: flex;
    flex-direction: inherit;
}
.ptitle{
    font-size: 20px;
    text-align: center;
}
.pbtns{
    text-align: center;
    margin-top: 10px;
}
.tile {
    margin-bottom: 30px;
}
@media (min-width:1200px){
    .class-col{
        width: 22%;
    }
    .calendar-header ul{
        text-align: center;
    }
    .tile img {
        height: 180px;
        object-fit: cover;
    }
}
@media (min-width:992px){
    .serivices-list {
        display: flex;
    }
    .service-col {
        display: flex;
        flex: 1;
    }
}
@media (max-width: 1199px) and (min-width: 992px){

    nav.navbar.bootsnav .navbar-nav > li > a{

        padding: 15px 10px;
        font-size: 14px;

    }
    nav.navbar.bootsnav .navbar-nav > li:last-child a, nav.navbar.bootsnav .navbar-nav li .virtual_class{
        padding: 5px 5px;
    }

    .carousel-caption h1{
        font-size: 30px;
    }
    .home-account a{
        padding: 0px 6px;
    }
    .q-links {
    padding-left: 20px;
}
    .google_translate{
        margin: 0px;
    }
    .side-bar-content .right-menu > li{
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .home-account a{
        padding: 0px 4px;
        font-size: 12px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{

        padding: 15px 5px;
    font-size: 12px;

    }
    nav.navbar.bootsnav .navbar-nav > li:last-child a, nav.navbar.bootsnav .navbar-nav li .virtual_class{
        padding: 5px 5px;
    }

    .carousel-caption h1{
        font-size: 22px;
    }
    .carousel-caption a{
        margin: 10px 0px 0px;
    }
    .news-events .news-list h3{
        font-size: 18px;
    }
    .fb_iframe_widget span{
        width: 100% !important
    }
    .events-right .side-bar-content img{
        width: auto;
    }
    .events-right .right-menu a img{
        width: 30px;
    }
    .events-right .follw-us .footer-title, .more-info .footer-title {
    margin-top: 0px;
    }
    .events-right .btn-login{
        margin-top: 0px;
    }
    .google_translate {
        margin: 5px 10px 0px;
    }
    .q-links{
        padding-left: 0px;
    }
    .footer-title{
        margin-top: 0px;
    }
    .calendar-title h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li:nth-child(7) a{
    	margin-top: 10px;
    	margin-bottom: 10px;
    }
    nav.navbar.bootsnav .navbar-nav > li:first-child > a{
        border-top: 1px solid #ffffff;
    }
    #top-header .input-field{
        width: 90%;
    }
    form.top-search{
        margin: 0px 0 15px;
        width: 65%;
    }
    .google_translate{
        float: none;
        margin: 0px;
    }
    .home-account a:last-child{
        border-right: 0px;
    }
    .header-address{
        float: none !important;
        text-align: center;
        margin:10px 0px 10px;
    }
    .header-address span{
        text-align: center;
    }
    .carousel-caption h1{
        font-size: 20px;
    }
    .carousel-caption a{
        margin: 0px 0px 10px;
        float: none;
        border-radius: 10px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
    }
    .events-right .side-bar-content .follw-us img{
        width: auto;
    }
    .events-right .follw-us {
    margin: 25px 0px;
    }
    .events-right .footer-title{
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .events-right .side-bar-content{
        padding: 0px;
    }
    .fb_iframe_widget_fluid span, .fb_iframe_widget span {
        width: 100% !important;
    }
    .serivices-list .owl-carousel .owl-item{
        border-right: none;
    }
     .events-right .right-menu > li{
        float: none;
        width: 100%;
    }
    .events-right {
    width: 100%;
    float: left;
    margin: 30px 0px;
}
.q-links{
        padding-left: 0px;
            margin-bottom: 20px;
    }
    .footer-title{
        margin-top: 0px;
    }
    .reserv-right {
        padding-left: 0px;
        text-align: center;
    }
    .class-col {
        width: 40%;
    }
    .week-col {
        width: 50%;
    }
    .class-studio-table {
        overflow-x: scroll;
    }
    .image {
        right: 0px;
        top: 200px;
        left: 15px;
    }
    .image img {
        width: 100%;
    }
}
@media (max-width: 480px) and (min-width: 320px){
    .home-account a{
        padding: 0px 5px;
    }
    #top-header .input-field{
        width: 250px;
    }
    form.top-search{
        float: none;
        margin: 0px 0 15px;
        width: 100%;
    }
    .carousel-caption{
        display: none;
    }
    .news-events h2, .fam-partner h2{
        font-size: 25px;
    }
    .news-events .news-list h3{
        font-size: 16px;
    }
    .google_translate{
        margin: 0px 0px 15px;
    }
    .no-right-padding{
        padding-right: 15px;
    }
    .class-col, .week-col {
        width: 100%;
    }
    .calendar-list .btn{
        width: 75px;
    }
    .class-calendar-block {
        width: auto;
        margin: 0px;
        float: left;
    }
    
}