

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 400px) {


    .button-Home-img{
        max-width: 60%;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    .button-Home{

    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

    .button-Home{

        margin-left: 20px !important;
    }

    #home_Center-Logo{

        margin-left: 10px;
        margin-right: 10px;

        height: 90% !important;
        width: 90% !important;
    }

    .CustomAppointmentNav{

        Float: left !important;
        /*text-align:center !important;
        Float: None !important;
        margin: auto !important;
        width: 80% !important;*/
    }

    .buttonCenter{

        /*margin: auto !important;
        width: 80% !important;*/
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

    .img-About-sizing{

        background-position: 50% 0% !important;
    }

    .text-About{
        padding-top: 0px !important;
    }

    #imgYoga{

        display: none;
    }
}

/* Small devices (landscape phones, 576px 992px)*/
@media (min-width: 576px) and (max-width: 991px) {

    .img-About-sizing{

         height: 800px !important;
    }

    .img-About-sizing2

         height: 650px !important;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {  }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

    .button-Home-img{
        max-width: 80%;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {


    .navbar-header{

        width: 250px !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px){

    #AboutLeftMargin{

        margin-left: 0% !important;
    }

    #AboutRightMargin{

        margin-left: 50% !important;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .global_Nav{
        font-size: 15px;
        font-weight: bold;
    }

    #home_Center-Logo{

        height: 50% !important;
        width: 50% !important;
        margin-right: 5%;
    }

    /*Black while in coulds, color in black bar*/
    .navbar-transparent{


    }

    .navbar-transparent img{

        filter: gray saturate(0%) brightness(70%) contrast(100%) !important;
        -webkit-filter: saturate(0%) brightness(0%) contrast(100%) !important;
    }

    .CustomAppointmentNav{

        margin-bottom: 10px;
    }
}

.mapContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iFrameContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-Home img{

        /*ax-width: 70% !important;*/
}

.Custom_Center {
    margin: auto !important;
}

.CustomAppointmentNav{

    float: Right;
    /*border-style: hidden !important;
    border: 0px !important;
    margin: auto;*/
    border: thin transparent solid !important; /* option 1 */
    /*padding-top: 1px; v option 2 */
    /*overflow: auto; /* option 3 */
    /*color: #26aae1 !important;*/
    text-decoration: underline;
    border-radius: 0px !important;
}

.gNavFix{

    background-color: rgba(10, 10, 10, 1) !important;
}

#imgYoga{

    background-position: 50% 0% !important;
}

.customLists{

    color: #31abdf !important;
    font-size: 20px;
}

a:hover.customLists{

    color: black!important;
}

.customRecaptcha{

    margin-top: 10px !important;
    margin-bottom: 10px !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.modal-backdrop {

    z-index: 1020;
}

.navbar-fixed-top{

}

/*
.img-About-sizing{

    height: 50% !important;
}

.img-About-sizing IMG{

    height: 50% !important;
}

.side-image{

    height: 50% !important;
}
*/
p{

    color: black;
    font-size: 14px !important;
}

.P-White{

    color: white !important;
}

.servicesContainer {
    position: relative;
}

.servicesImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}


.servicesContainer:hover .servicesImage {
  opacity: 0.3;
}

/*Pano*/
.pano {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    cursor: move;
}
.pano .controls {
    position: relative;
    top: 40%;
}
.pano .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #eee;
    font-size: 3em;
    width: 20px;
    height: 20px;
}
.pano .controls a.left {
    left: 10px;
}
.pano .controls a.right {
    right: 10px;
}
.pano.moving .controls a {
    opacity: 0.4;
    color: #eee;
}
