/* Preloader */

.fix-home {
    min-height: 523px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f3f7;
    /* change if the mask should have another color then white */
    z-index: 9999999;
    /* makes sure it stays on top */
}

.login_sign_up {
    position: absolute;
    right: 100px;
    top: 30px;
    z-index: 4;
}

.login_btn {
    padding: 0px 10px;
    color: #fff;
    font-size: 15px;
}

.login_btn:hover {
    text-decoration: none;
    color: #ff382e;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/status.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

body {
    font-family: 'Lato', sans-serif;
    color: #8a8b8b;
    font-size: 18px;
    line-height: 22px;
    background-color: #333;
    background-image: url(../img/bg_new.jpg);
    background-size: cover;
    background-repeat: repeat;
    font-weight: normal;

}

.bg-overlay {
    background: url("../img/bg-overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

body.yellow {
    background-color: #ffcc00;
}

body.green {
    background-color: #aaee06;
}

body.blue {
    background-color: #00d2ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.homepage #logo {
    margin: 0 0 26px 0;
}

.home {
    background: #e6e9ed url(../img/bg-body.png) left top repeat-x;
}

.main-wrapper {
    padding: 60px 20px 0 20px;
    margin: 0 auto;
}

/*Logo Start Here*/

#logo {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
}

#logo a {
    display: inline-block;
    padding: 4px;
}

/*Logo End Here*/

/*Slogan start here*/

.slogan {
    /*    margin-bottom: 76px;*/
    text-align: center;
}

.slogan h1 {
    color: #fff;
    font-size: 22px;
}

.slogan p {
    margin: 10px 0;
    padding: 0;
    color: #3e3d3d;
}

/*SLogan end here*/

/*Countdown start here*/

.count-down {
    margin: 0 0 85px 0;
    padding: 0;
    text-align: center;
    height: 240px;
    height: auto;
}

.count-down li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 28px;
    display: inline-block;
    min-height: 250px;
}

.count-down li div {
    margin: 0 !important;
    padding: 0;
}

.count-down li input {
    font-size: 88px !important;
    width: 154px !important;
    height: 98px !important;
    margin: 70px 0 0 -210px !important;
    font-weight: normal !important;
}

#days-title,
#hours-title,
#mins-title,
#secs-title {
    display: block;
    text-transform: uppercase;
    margin-top: -94px;
    font-size: 24px;
    position: relative;
    z-index: 9 !important;
}

/*Countdown end here*/

/*Newsletter subscribe start here*/

.email-ico i {
    font-size: 36px;
    line-height: 72px;
}

.contact .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 4px !important;
}

.contact {
    color: #8C8C8C;
    float: none;
    margin: 0 auto 60px auto;
}

.contact .postal-input {
    outline: none;
    background-color: #ffffff !important;
    height: 60px !important;
    width: 100% !important;
    padding: 0 22% 0 70px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #333;
}

.contact .error:focus,
.contact .error {
    border: 1px solid #ff0000;
}

.contact label.error {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-transform: none;
    top: -28px;
    border: none;
    background-color: #FF0000;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact .email-ico {
    position: absolute;
    top: -6px;
    left: 12px;
    font-size: 24px;
}

.contact .btn-submit {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    border: none;
    background-color: #ff382e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    width: 100px;
    height: 40px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3px;
    padding: 0;
}

.form-respond .content-message {
    border-radius: 4px;
    margin: 0 0 50px;
    padding: 30px;
}

.form-respond .success {
    color: #fff;
    background-color: green;
}

.form-respond .content-message {
    border-radius: 4px;
    margin: 0 0 50px;
    padding: 4px 8px;
    color: #fff;
    background-color: #FF0000;
}

.form-respond .content-message h2,
.form-respond .content-message p {
    display: inline;
    font-size: 15px;
}

/*Newsletter subscribe end here*/

/*Social Links start here*/

.connect-us {
    margin: 0 0 28px 0;
    padding: 0;
    text-align: center;
}

.connect-us li {
    display: inline-block;
    font-size: 28px;
}

.connect-us li a {
    display: block;
    margin: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
}

.connect-us li a.fb:hover {
    color: #507cbe;
}

.connect-us li a.twitter:hover {
    color: #62cdf2;
}

.connect-us li a.gplus:hover {
    color: #ec5d48;
}

.connect-us li a.linkedin:hover {
    color: #1e88c9;
}

.connect-us li a.ytube:hover {
    color: #e64c38;
}

.connect-us li a.dribbble:hover {
    color: #d34e95;
}

.connect-us li a.pinterest:hover {
    color: #e94546;
}

.post-form {
    margin-top: 40px;
}

/*Social Links end here*/

.btn-cstm {
    border: 2px solid #fff;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    margin: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
}

.btn-cstm:hover {
    overflow: hidden;
    color: #fff;
    border-color: #332525;
    text-decoration: none;
}

.btn-cstm:hover:after {
    height: 190%;
    opacity: 1;
}

.btn-cstm:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #332525;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-cstm:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cstm-sign {
    border: 2px solid #ff0000;
    font-family: inherit;
    font-size: 16px;
    color: #ff0000;
    background: none;
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    margin: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
}

.btn-cstm-sign:enabled:hover {
    overflow: hidden;
    color: #FF0000;
    border-color: #FF0000;
    text-decoration: none;
}

.btn-cstm-sign:enabled:hover:after {
    height: 190%;
    opacity: 1;
}

.btn-cstm-sign:enabled:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ff0000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-cstm-sign:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cstm-sign:disabled {
    color: #afafaf;
    border: 2px solid #afafaf;
    opacity: 0.4;
}

/*Footer start here*/

footer {
    text-align: center;
    font-size: 16px;
}

.home-screen {
    position: relative;
    left: 0px;
    width: 100%;
    min-height: 200px;
    color: #fff;
}

.footer-bottom {
    background: #222;
    min-height: 20px;
    overflow: hidden;
    width: 100%;
    padding: 15px;
}

.bottom-block {

}

.bottom-block img {
    width: 60px;
    height: 60px;
}

.bottom-block h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bottom-block p {
    font-size: 14px;
}

.social-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.social-icon a i {
    color: #fff;
    line-height: 38px;
}

.other-screen {
    position: relative;
    height: 200px;
    background: #ff0000;
    padding: 20px;
}

.footer-text {
    font-size: 13px;
    bottom: 0px;
    margin-top: 70px;
    color: #fff;
}

footer a {
    color: #fe0000;
}

footer a:hover {
    text-decoration: none;
    color: #8a8b8b;
}

.other-list-footer {
    margin-top: 50px;
}

.footer-additional {
    margin: 0px;
    padding: 0px;
}

.footer-additional li {
    list-style: none;

    margin-bottom: 0px;
}

.footer-additional li a {
    display: inline-block;
    border: 0px;
    width: 100%;
    height: auto;
    color: #d8d8d8;
    font-size: 12px;
    margin: 0px;
}

.footer-additional li a:hover {
    text-decoration: underline;
}

.other-list-footer h4 {
    margin-top: 20px;
    margin-bottom: 17px;
    position: relative;
}

.other-list-footer h4:before {
    position: absolute;
    bottom: -9px;
    width: 31px;
    height: 2px;
    left: 0px;
    content: " ";
    background: #FB0C1A
}

/*Footer start here*/

/*About/Contact css start here*/

.about-us a {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: #ff3b30;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    left: 1%;
    font-size: 22px;
    z-index: 999;
}

.about-us .tooltip-inner,
.contact-us .tooltip-inner {
    background: none;
    border-radius: 0;
    color: #3e3d3d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}

.about-us .tooltip-arrow,
.contact-us .tooltip-arrow {
    display: none;
}

.contact-us a {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    background-color: #ff3b30;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    right: 1%;
    font-size: 22px;
    z-index: 999;
}

.about-us a:hover,
.contact-us a:hover {
    text-decoration: none;
}

/*About/Contact css end here*/

.ux .modal {
    background: rgba(31, 31, 31, 0.96)
}

.pop-up {
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
}

.cls-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
    z-index: 999;
}

.cls-pop:hover {
    color: #ff382e;
    text-decoration: none;
}

.pop-up h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 60px 0;
    padding: 0;
    color: #ff382e;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

.pop-up h3:before {
    background-color: #ff382e;
    bottom: -30px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 300px;
}

.pop-up h3:before {
    left: 50%;
    margin-left: -150px;
}

.pop-up p {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #dadada;
}

.pop-up-cnt {
    text-align: center;
}

.pop-up-cnt i {
    height: 40px;
    width: 40px;
    background-color: #ff3b30;
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}

.pop-up-cnt h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.pop-up-cnt .cnt-wrap {
    padding-top: 30px;
}

.features {
    margin: 20px 0 0 0;
    padding: 0 0 0 14px;
}

.features li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    color: #dadada;
    width: 33%;
    float: left;
}

.gmap {
    margin: 20px 0;
    position: relative;
    width: 100%;
    height: 400px;
}

/*Contact*/

input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    /*border: 1px solid rgb(255, 255, 255);*/
    color: #000;
    /*color: rgb(255, 255, 255);*/
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
}

/*input[type="password"] {*/
/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*border: 1px solid rgb(255, 255, 255);*/
/*color: rgb(255, 255, 255);*/
/*font-weight: 300;*/
/*height: 45px;*/
/*line-height: 45px;*/
/*margin-bottom: 20px;*/
/*padding: 0 20px;*/
/*width: 100%;*/
/*}*/

textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    height: 160px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 20px;
    width: 100%;
}

.contact-btn-submit {
    background-color: rgb(255, 56, 46);
    border: medium none;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 24px;
    width: 110px;
}

/* Captcha */

.captcha > input {
    width: 50%;
    margin-top: 10px;
}

/* 404 page design */

h1.error {
    color: rgb(255, 255, 255);
    font-size: 10em;
}

.no-page-found {
    margin-bottom: 76px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.no-page-found p {
    color: rgb(255, 255, 255);
    margin: 10px 0;
    padding: 0;
}

.no-page-found p a {
    color: rgb(255, 255, 0);
    text-decoration: underline;
}

.no-page-found p a:hover {
    text-decoration: none;
}

/*Template color option start here*/

.template-colors {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
}

.template-colors li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    font-size: 26px;
}

.template-colors li a {
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.template-colors li a:hover {
    border: 1px solid #999;
}

.template-colors li a.blue {
    background-color: #00d2ff;
}

.template-colors li a.green {
    background-color: #aaee06;
}

.template-colors li a.yellow {
    background-color: #ffcc00;
}

/*Template color option end here*/

/*other pages design*/

.page {
    /*    background: #eee url(../img/bg-bg.png)no-repeat;
        background-position: left 250px;*/
    background: #FFFFFF;
}

.nav-cstm {
    background: rgba(0, 0, 0, 0.6);
    border-bottom-color: #222;
    height: 70px;
}

.nav-cstm .navbar-nav li > a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-cstm .navbar-nav li > a:hover {
    color: #FF0000;
}

.nav-cstm .logo-page img {
    margin-top: 15px;
}

.parallax-window {
    height: 350px;
    background-size: cover;
    box-sizing: border-box;
}

.bg1 {
    background: url(../img/para.jpg);
}

.bgbottom {
    background: url(../img/bgbottom.jpg);
}

.title-block h1 {
    font-size: 3.2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 150px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -2px;
}

.title-block h1:first-letter {
    color: #FF0000;
}

.title-block p {
    font-size: 12px;
    color: #ddd;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.center-bg {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.95);
    min-height: auto;
}

.form-signup {
    padding: 40px 140px;
}

.form-signup label {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.form-signup .checkbox label {
    font-size: 14px;
    text-transform: none !important;
    letter-spacing: 1px;
}

.form-signup input[type="text"] {
    border: 2px solid #777;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-signup input[type="text"]:focus {
    border-color: #000;
    box-shadow: none;
}

.form-signup input[type="password"] {
    border: 2px solid #777;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 45px;
}

.form-signup input[type="password"]:focus {
    border-color: #000;
    box-shadow: none;
}

.form-signup textarea {
    border: 2px solid #777;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    height: 140px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-signup textarea:focus {
    border-color: #000;
    box-shadow: none;
}

.cstm-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55px;
}

.cstm-upload input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.cstm-upload span {
    background: #D82E2E;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    line-height: 58px;
    font-size: 14px;
    cursor: pointer !important;
}

.btn-red {
    background: #D82E2E;
    color: #fff !important;
    padding: 10px !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    font-weight: 500;

}

.btn-red:hover {
    background: #777777 !important;
}

.preview-block {
    border: 2px solid #777;
    height: 156px;
    width: 156px;
    background: #eee;
}

.filter-container {
    padding: 15px;
}

.filter-div {
    padding-right: 0px;
}

.filter-div .panel {
    border-radius: 0px;
    background: #f2f2f2;
    border: 0px;
    box-shadow: 1px 2px 2px #d8d8d8
}

.filter-div .panel-body {
    padding: 0px;
}

.filter-div .panel .panel-heading {
    background: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.filter-div .single-block-filter {
    border-bottom: 1px solid #d1d1d1;
    padding: 13px 10px;
    overflow: hidden;
    height: 50px;
}

.filter-div .single-block-filter p {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin: 0px;
}

.filter-div .radio-inline {
    color: #333;
    font-size: 13px;
}

.cstm-filter-dec {
    width: 80px;
    border-radius: 1px;
    border: 1px solid #ABABAB;
    padding: 1px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.feature-div {
    padding-right: 0px;
}

.feature-div .panel {
    border-radius: 0px;
    background: #f2f2f2;
    border: 0px;
    /*    box-shadow:1px 2px 2px #d8d8d8*/
}

.feature-div .panel-body {
    padding: 0px;
}

.feature-div .panel .panel-heading {
    background: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    text-align: center;
}

.feature-div .single-block-filter {
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 10px;
    text-align: center;
    height: 50px;
}

.feature-div .single-block-filter p {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
}

.feature-div .radio-inline {
    color: #333;
    font-size: 13px;
}

.gym-single {
    /*    width: 200px;*/
    background: #fff;
    min-height: 400px;
}

.compare-gym .panel {
    border-radius: 0px;
    background: #f2f2f2;
    border: 0px;
    /*    box-shadow:1px 2px 2px #d8d8d8*/
}

.left-block {
    /*    background: #000;*/
    border-right: 1px solid #c2c2c2;
}

.compare-gym .panel-body {
    padding: 0px;
}

.compare-gym .panel .panel-heading {
    background: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.compare-gym .single-block-filter {
    padding: 10px 0 10px 0;
    text-align: center;
    height: 55px;
}

.compare-gym .single-block-filter p {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 768px) {
    .compare-gym .single-block-filter p {
        font-size: 11px;
    }
}

.compare-gym .radio-inline {
    color: #333;
    font-size: 13px;
}

.compare-gym .single-block-filter p > i {
    /*    font-size: 20px;*/
}

.green {
    color: #127b12;
}

.red {
    color: #FF0000;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.carousel-sync .carousel-control {
    background: transparent;
    width: 7%;
}

.left-arrow {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    left: 20%;
    width: 40px;
    height: 60px;
}

.right-arrow {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    right: 20%;
    width: 40px;
    height: 60px;
}

.mapdiv {
    padding: 40px 20px 40px 20px;
    height: 500px;
    background: #FFFFFF;
}

.map-container {
    width: 100%;
    position: relative;
    background: #FFFFFF;
}

.mapdiv h3 {
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

#map-canvas {
    height: 100%;
    border-style: ridge;
    border-color: #8b8b8b3b;
    border-width: 2px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px grey;
}

/*other pages design*/

/*Homepage Login links*/

.login-links {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.login-links li {
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style: none;
}

.login-links li a {
    color: #fff;
    font-size: 15px;
}

.more-details {
    border-radius: 5px;
    display: block;
    color: #fff;
    background: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px;
    font-weight: 700;
}

.more-details:hover {
    text-decoration: none;
    color: #fff;
    background: #444;
}

/*Homepage Login links*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .count-down li input {
        margin-top: 60px !important;
    }
}

/*Responsive css start here*/
@media only screen and (min-device-width: 1600px) {
    .main-wrapper {
        padding: 210px 20px 0 20px;
        margin: 0 auto;
    }

}

@media only screen and (max-device-width: 992px) {
    .form-signup {
        padding: 40px 20px;
    }

}

@media only screen and (max-device-width: 1150px) {
    .about-us a {
        top: 2%;
        margin-left: -20px;
        left: 47.5%;
    }

    .contact-us a {
        top: 2%;
        margin-right: -20px;
        right: 47.5%;
    }

    .about-us .tooltip,
    .contact-us .tooltip {
        display: none !important;
    }

    .about-us .tooltip-arrow,
    .contact-us .tooltip-arrow {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .count-down li div,
    .count-down li canvas {
        width: 230px !important;
        height: 230px !important;
    }

    .contact-form input {
        padding: 0 26% 0 17%;
    }

    .count-down li input {
        margin: 36px 0 0 -187px !important;
    }

    .hide-med {
        display: none !important;
    }

    .contact-form .btn-submit {
        font-size: 18px;
    }

    .features li {
        width: 50%;
    }
}

@media only screen and (max-device-width: 767px) {
    .about-us a {
        left: 46%;
    }

    .contact-us a {
        right: 46%;
    }
}

@media only screen and (max-device-width: 600px) {
    .about-us a {
        left: 44%;
    }

    .contact-us a {
        right: 44%;
    }

    .features li {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-device-width: 568px) {
    .contact-form input {
        padding: 0 40% 0 24%;
    }

    .paw-carousel-item {
        height: 320px !important;
    }

    .contact-form .btn-submit {
        font-size: 15px;
        padding: 0;
        margin: 0;
        width: 80px;
    }
}

/*Responsive css end here*/

/*custom scrollbar design*/

.callbacks, .callbacks + p, #examples, .content, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav, .callbacks, .disable-destroy, .show-hide, .dialog, .all-themes-switch, .scrollTo {
    background: #111;
}

nav ul li, .callbacks ul li, .disable-destroy ul li, .show-hide ul li, .dialog ul li, .all-themes-switch ul li, .scrollTo ul li {
    float: left;
    margin: 3px 6px 3px 0;
}

.callbacks ul li.off {
    opacity: 0.4;
}

.callbacks ul li a, .disable-destroy ul li a, .show-hide ul li a, .dialog ul li a, .all-themes-switch ul li a, .scrollTo ul li a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: #ccc;
}

.callbacks + p {
    color: #bbb;
    font-size: 12px;
}

.callbacks + p span {
    display: inline-block;
}

.callbacks + p span span {
    color: #eee;
    min-width: 40px;
}

.callbacks a span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: #333;
    margin-right: 3px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.callbacks a span.on {
    background: #eb3755;
}

.callback-offset, .callback-offset-back {
    width: 100%;
    position: absolute;
}

.callback-offset-back {
    top: 0;
    height: 50px;
    border-bottom: 1px dashed #ffed0d;
}

.callback-offset {
    bottom: 0;
    height: 60px;
    border-top: 1px dashed #ffed0d;
}

code {
    color: #caaee1;
    font-family: monospace;
}

#examples {
    background-color: #191919;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    margin: 10px 0;
    overflow: hidden;
}

#examples > hr {
    margin: 20px 10px;
}

.content {
    overflow: auto;
    position: relative;
    padding: 20px;
    background: #fff;
    padding: 0px;
    margin: 10px;
    width: 100%;
    max-width: 97%;
    min-height: 680px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

.content.hidden {
    display: none;
}

.content.light {
    background-color: #ddd;
    color: #333;
}

.content hr {
    margin-bottom: -10px;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.content.light hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.content p {
    margin: 30px 0;
}

.content p:last-child {
    margin-bottom: 5px;
}

.content p:nth-child(odd), .content.light p:nth-child(odd) {
    background: #444;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.content p:nth-child(3n+3) {
    color: #bbb;
    background: none;
    padding: 0;
}

.content.light p:nth-child(odd) {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.content.light p:nth-child(3n+3) {
    color: #666;
}

.content p.full:nth-child(odd), .content p.half:nth-child(odd),
.content p.full:nth-child(3n+3), .content p.half:nth-child(3n+3) {
    background: none;
    padding: 0;
}

.content h2 {
    font-size: 200%;
    line-height: 130%;
}

.content h2:first-child {
    margin-top: 5px;
}

.content:nth-child(odd) h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-style: normal;
}

hr + .content:nth-child(odd) h2 {
    font-family: "Lobster Two", "Georgia", serif;
    font-weight: 700;
    font-style: italic;
}

.content.light h2 {
    color: inherit;
}

.content img {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.content.light img {
    background: rgba(255, 255, 255, 0.4);
}

.content input[type='text'], .content textarea {
    border: none;
    background: transparent;
    background-color: #bbb;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 20px;
    padding: 5px;
    -moz-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 50%;
    font-size: inherit;
    font-family: inherit;
    color: #222;
}

.content textarea {
    min-height: 80px;
    width: 70%;
}

.content .half img {
    max-width: 48%;
    margin: 0 0 2% 2%;
}

.content .half img:nth-child(odd) {
    margin: 0 2% 2% 0;
}

#demo.showcase {
    min-width: 740px;
}

.showcase .content {
    float: left;
    width: 340px;
    height: 300px;
}

.showcase .horizontal-images.content {
    height: 140px;
    width: 700px;
    max-width: 97%;
    padding: 5px 5px 0 5px;
}

.showcase .horizontal-images.content h2, .showcase .horizontal-images.content li img {
    height: 119px;
}

.showcase .horizontal-images.content h2 {
    color: #fff;
    background-color: #eb3755;
    padding: 10px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 165%;
}

.horizontal-images.content ul, .vertical-images.content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.horizontal-images.content li {
    margin: 0 3px;
    float: left;
}

.vertical-images.content li {
    margin: 3px 0;
}

.horizontal-images.content li:first-child {
    margin-left: 0;
}

.vertical-images.content li:first-child {
    margin-bottom: 3px;
    margin-top: 0;
}

.horizontal-images.content li:last-child {
    margin-right: 0;
}

.vertical-images.content li:last-child {
    margin-bottom: 0;
}

.horizontal-images.content li img {
    width: auto;
    padding: 0;
}

.showcase #content-1.content {
    height: 620px;
}

.showcase #content-2.content {
    height: 620px;
}

.showcase #content-2.content h2 {
    color: #333;
}

.showcase #content-3.content {
    background-color: #412626;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAJ0lEQVQIW2NkwA7+M2IR/w8UY0SXAAuCFCNLwAWRJVAEYRIYgiAJALsgBgYbCawOAAAAAElFTkSuQmCC");
    margin-right: 40px;
    width: 310px;
}

.showcase #content-3.content h2 {
    color: #eb3755;
}

.showcase #content-4.content {
    background-color: #1C383F;
}

.showcase #content-4.content h2 {
    color: #ddd;
}

.showcase #content-6.horizontal-images.content {
    padding: 10px 0 5px 0;
    background-color: #444;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGA4A8QmQAwGjDAGNgGwSgwVAFVOAgV/1mwxAAAAAElFTkSuQmCC");
}

.showcase #content-6.horizontal-images.content .mCSB_scrollTools {
    margin-left: 10px;
    margin-right: 10px;
}

.showcase #content-6.horizontal-images.content ul {
    margin-left: 10px;
    margin-right: 10px;
}

.showcase #content-6.horizontal-images.content h2 {
    color: #222;
    background-color: #c2beb2;
}

.showcase #content-6.horizontal-images.content h2, .showcase #content-6.horizontal-images.content li img {
    height: 105px;
}

.showcase #content-7.content {
    height: 620px;
}

.showcase #content-8.content {
    width: 670px;
    height: 580px;
    padding: 0;
    background-color: #151515;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAK0lEQVQIW2NkwAL+//9vzIguDhZkZDyLIgETBCmGSyALwiXQBcES2ARBEgCUVxc3f8oLcQAAAABJRU5ErkJggg==");
    border: 5px solid rgba(0, 0, 0, 0.5);
    margin-right: 40px;
    margin-bottom: 50px;
}

.showcase #content-8.content h2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.showcase #content-8.content p {
    width: 710px;
    float: left;
    margin: 15px 20px;
}

.showcase #content-8.content hr + p {
    margin-top: 30px;
}

.showcase #content-8.content p:nth-child(3n+1) {
    width: 1460px;
    clear: both;
}

.showcase #content-9.content {
    height: 620px;
    background-color: #c2beb2;
    padding: 5px;
}

.showcase #content-9.content .mCSB_container {
    margin-right: 21px;
}

.showcase #content-9.content h2 {
    height: 85px;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 180%;
    color: #333;
}

.showcase #content-9.content img {
    padding: 0;
    vertical-align: bottom;
}

#iframe-container {
    width: 90%;
    max-width: 1110px;
    background: #000;
    overflow: hidden;
}

#iframe-container iframe {
    vertical-align: bottom;
}

#infinite-scroll .offset {
    display: block;
    width: 100%;
    height: auto;
    color: #ffed0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#infinite-scroll .offset p {
    margin-bottom: 60px;
}

#infinite-scroll .offset .indicator {
    display: block;
    width: 100%;
    height: 100px;
    background: #ffed0d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#examples.resizable {
    background: #444;
    padding-bottom: 30px;
}

#resizable.content {
    overflow: hidden;
    width: 640px;
    max-width: 80%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* jquery ui resizable bug: http://bugs.jqueryui.com/ticket/8932 */
}

#resizable.content h2 {
    color: #444;
}

#resizable.content p {
    width: 1000px
}

.content.fluid {
    width: 90%;
    max-width: 1680px;
}

.content.fluid h2 {
    color: #eb3755;
    font-family: "Lobster Two", "Georgia", serif;
    font-weight: 700;
    font-style: italic;
}

.content.nested {
    height: 600px;
}

.content.nested .nested {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
    height: 400px;
}

#content-1.content.nested {
    margin-bottom: 40px;
}

#content-1.content.nested p {
    width: 1000px;
}

#content-1.content.nested .nested {
    margin: 20px;
    width: 600px;
    height: 300px;
}

.content.zero-height {
    height: 0;
}

.content.zero-width {
    width: 0;
}

.init-hidden #examples {
    min-height: 420px;
}

.full-page .content {
    height: 800px;
}

.full-page-alt #mCSB_1_container {
    width: 97% !important; /* override plugin property */
    min-width: 480px;
}

.full-page-alt #mCSB_1_scrollbar_vertical {
    position: fixed;
    margin-right: 30px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.full-page-alt #mCSB_1_scrollbar_horizontal {
    position: fixed;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}

.full-page-alt .outer.content {
    width: 960px;
}

.full-page-alt .horizontal-images.content {
    height: 275px;
    width: 100%;
    margin: 20px auto 10px auto;
}

.full-page-alt .horizontal-images.content img {
    height: 200px;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px dashed #666;
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
    background: rgba(0, 0, 0, 0.1);
}

.content table tr {
    border-bottom: 1px dashed #666;
}

.content table td {
    padding: 10px 20px 9px 20px;
}

.sortable {
    min-width: 800px;
}

#sortable ul {
    margin-top: 20px;
    margin-bottom: 10px;
}

#sortable li {
    margin: 10px 40px;
    background: #444;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sortable li:active, #sortable .ui-sortable-helper {
    background: #eb3755;
}

#examples.tabs, #examples.accordion, #examples.autocomplete {
    padding: 5px 20px 20px 20px;
    background-color: #333;
}

#examples.tabs h3, #examples.accordion h3 {
    color: #222;
    font-family: inherit;
    font-style: inherit;
}

#tabs {
    margin-bottom: 20px;
}

#tabs, #tabs-2 {
    width: 600px;
    max-width: 95%;
}

#examples.tabs .ui-widget-content {
    background-image: none;
}

#autocomplete {
    border: none;
    background: #fff;
    min-height: 20px;
    padding: 5px 8px;
    font-size: inherit;
    font-family: inherit;
    color: #222;
    margin-top: 15px;
}

#autocomplete:focus {
    outline: none;
}

.ui-menu a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.ui-menu .mCSB_container {
    padding: 2px;
}

.ui-menu .mCSB_scrollTools {
    right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bootstrap #examples {
    background: transparent;
}

.bootstrap #myModal-2 .modal-body {
    max-height: 340px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: -15px;
}

.bootstrap #myTab {
    max-width: 600px;
}

.bootstrap #myTab .tab-pane {
    padding: 15px 5px 15px 15px;
}

body.colorbox-demo #cboxContent, body.colorbox-demo #cboxContent p, body.colorbox-demo #cboxContent a:hover {
    color: #333;
}

.all-themes #examples {
    padding: 15px 0 0 15px;
}

.all-themes .content {
    width: 310px;
    height: 500px;
    margin: 0 20px 20px 0;
    float: left;
}

.all-themes .content h2, .all-themes .content p, .all-themes .content hr {
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.all-themes #content-m h2, .all-themes #content-m p, .all-themes #content-m hr,
.all-themes #content-md h2, .all-themes #content-md p, .all-themes #content-md hr {
    width: 270px;
}

.all-themes .content.expanded-content h2, .all-themes .content.expanded-content p, .all-themes .content.expanded-content hr,
.all-themes #content-m.expanded-content h2, .all-themes #content-m.expanded-content p, .all-themes #content-m.expanded-content hr,
.all-themes #content-md.expanded-content h2, .all-themes #content-md.expanded-content p, .all-themes #content-md.expanded-content hr {
    width: 540px;
}

.max-height-example .content {
    height: auto;
    max-height: 400px;
}

.max-width-example {
    min-width: 620px;
}

.max-width-example .content {
    height: auto;
    width: auto;
    max-width: 50%;
    min-width: 600px;
    display: inline-block;
    vertical-align: bottom;
}

.max-width-example .content ul {
    max-height: 135px;
    overflow-y: hidden;
}

.max-width-example .content img, .max-width-example .content ul li > a {
    height: 130px;
    border: 3px solid #444;
}

.max-width-example .content ul li > a {
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.snap-scrolling-example .content {
    height: auto;
    width: 853px;
}

.snap-scrolling-example .content img {
    height: 160px;
}

.textarea-example .content {
    width: 360px;
}

.textarea-example .content form {
    margin: 25px 0 15px 0;
}

.textarea-example .content textarea, .textarea-example .textarea-clone {
    width: 300px;
    padding: 0 10px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textarea-example .content textarea {
    height: 160px;
    resize: none;
    overflow: hidden;
    outline: none;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.textarea-example .content .textarea-wrapper {
    height: 182px;
    overflow: hidden;
    background-color: #bbb;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.6), inset 3px 3px 20px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.textarea-example .textarea-clone {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    min-height: 160px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.textarea-example .content .textarea-wrapper .mCSB_scrollTools {
    margin: 10px 5px;
}

.scrollTo-demo .content {
    height: 290px;
}

.scrollTo-demo .demo-y {
    height: 600px;
}

.scrollTo-demo .demo-x {
    width: 660px;
    background-color: #252525;
}

.scrollTo-demo .demo-x p {
    float: left;
    width: 300px;
    margin-left: 30px;
    height: auto;
    padding: 5px 10px;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.scrollTo-demo .demo-x hr + p {
    margin-left: 0;
}

.scrollTo-demo .demo-yx {
    background-color: #424242;
}

.scrollTo-demo .demo-yx p {
    width: 1000px;
}

.scrollTo {
    font-size: 12px;
}

.scrollTo + .scrollTo {
    margin-top: 20px;
}

.scrollTo ul li:first-child span {
    display: block;
    padding: 3px 15px;
}

#test-id {
    background-color: #eb3755;
    color: #fff;
}

.rtl-demo #content-1 {
    width: 500px;
}

.rtl-demo #content-1 p {
    width: 1000px;
}

.transitions #examples {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.transitions .content {
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

/*footer{
        margin-top: 40px;
        margin-bottom: 40px;
        color: #bbb;
        font-size: 12px;
}*/

/*11-7-2016*/

.desktop-login-fix {
    top: 20px !important;
}

.desktop-login-fix a {
    display: inline-block !important;

}

/*11-7-2016*/

@media only screen and (min-width: 1229px) {
    .showcase .horizontal-images.content {
        width: 1060px;
    }
}

@media only screen and (min-width: 1629px) {
    .showcase .horizontal-images.content {
        width: 700px;
    }
}

/*custom scrollbar design*/

/*Signup Modal*/

.add-detail-link {
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.add-detail-link:hover {
    text-decoration: none;
    color: #D24F4F;
}

.add-detail-link:active {
    color: #ff0000;
    text-decoration: none;
}

.add-gym-detail {
}

.add-gym-detail .modal-header {
    background: #ff0000;
    color: #fff;
}

.add-gym-detail .modal-header h4 {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
}

.table-add-detail {
}

.table-add-detail tr td:first-child {
    text-align: left;
}

.table-add-detail td {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.table-add-detail td input[type="text"] {
    margin-bottom: 0px;
    border: 2px solid #a4a4a4;
    border-radius: 7px;
    height: 30px;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.table-add-detail td input[type="text"]:focus {
    border-color: #333;
}

.add-gym-detail .close {
    color: #000000;
    text-shadow: none;
    opacity: 0.7;
}

.add-gym-detail .modal-footer {
    text-align: center !important;
}

.add-gym-detail {
    background: rgba(255, 0, 0, 0.13);
}

/*Signup Modal*/

/*custom_checkbox*/

.single-block-filter .entity_checkbox {
    display: none;
}

.entity_checkbox + label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: 12px;
    float: right;
}

.entity_checkbox + label:before {
    background-color: #fff;
    border: 2px solid #90b0d8;
    padding: 9px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.entity_checkbox:checked + label:before {
    border: 2px solid #90b0d8;
    color: #99a1a7;
}

.entity_checkbox.no-border:checked + label:before {
    border-color: transparent;
}

.entity_checkbox:checked + label:after {
    content: '\2714';
    font-size: 26px;
    position: absolute;
    top: -5px;
    left: 2px;
    color: #22bd4c;
}

.panel_top {
    padding: 15px 10px !important;
}

/*end custom_checkBox*/

/*slider*/

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('../img/a12.png') no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}

.social-icon span a {
    width: auto;
    border: 0px;
}

@media all and (max-width: 667px) {

    .nav-collapse {
        position: relative;
    }

    .login_sign_up {
        /*position: relative;*/
        right: 0px;
        top: 3px;
        text-align: center;
        width: 100%;
        background: #696969;
        padding: 13px;
        border-radius: 0px;
        box-shadow: 0px 1px 3px #3a3a3a inset;
    }

    .form-signup {
        padding: 0px;
    }

    .cstm-upload {
        text-align: center;
    }

    .cstm-upload span {
        font-size: 13px;
    }

    .add-detail-link {
        color: #fff;
        text-transform: uppercase;
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        width: 100% !important;
    }

    #logo img {
        width: 300px;
    }

    #logo {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    footer .btn-cstm {
        margin-right: 0px !important;
        margin: 10px;
    }

    .slogan h1 {
        font-size: 20px;
    }

    .contact .postal-input {
        padding: 0 22% 0 44px !important;
        font-size: 14px;
    }

    .contact .btn-submit {
        width: 80px;
        letter-spacing: 0px;
    }

    .btn-cstm {
        padding: 6px 20px;
        display: inline-block;
        margin: 5px 12px;
    }

    .bottom-block {
        margin-top: 16px;
        margin-bottom: 24px;
        border-bottom: 1px solid #4e4e4e;
    }

    .social-icon {
        float: left;
        width: 50%;
        padding: 0px;
    }

    footer a {
        margin-right: 2px;
    }

    .center-bg {
        min-height: 450px;
    }

    .nav-cstm .logo-page img {
        margin-top: 8px;
        margin-left: 8px;
    }

    .nav-cstm {
        min-height: 60px;
    }

    .bg1 {
        background-position: 753px 1px !important;
    }

    .parallax-window {
        height: 280px;
    }

    .title-block h1 {
        font-size: 2.1em;
        text-transform: uppercase;
        text-align: center;
        margin-top: 120px;
        color: #fff;
        font-weight: 900;
        letter-spacing: 0px;
    }

    .fix-home {
        min-height: 500px !important;
    }

    .footer-bottom {
        padding: 10px 3px;
    }

    .social-icon a i {
        color: #fff;
        line-height: 26px;
        font-size: 12px;
    }

    .social-icon a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
    }

    .other-list-footer h4 {
        font-size: 15px;
    }

    .mapdiv {
        padding: 20px 5px 20px 5px;
        height: 500px;
        background: #FFFFFF;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }

    .filter-container {
        padding-top: 30px;
    }

    .filter-div {
        padding-left: 0px;
    }

    .feature-div {
        padding-left: 0px;
    }

    .compare-gym {
        padding: 0px;
    }

    .mob-50 {
        width: 50%;
        float: left;
        overflow: hidden;
        background: #f2f2f2;
    }

    .left-arrow {
        width: 25px;
        height: 40px !important;
        left: 6%;
    }

    .right-arrow {
        width: 25px;
        height: 40px !important;
        right: 6%;
    }

    .compare-gym .single-block-filter p {
        line-height: 1.5;
    }

    .compare-gym .single-block-filter p > i {
        font-size: 15px;
        line-height: 27px;
    }

    .compare-gym .single-block-filter {
        padding: 10px 0 10px 0;
        text-align: center;
        height: 55px;
        display: block;
        overflow: hidden;
    }

    .jssor-fix {
        padding: 0px;
    }

    .btn-detail-fix {
        margin: 0px;
        margin-top: 20px;
    }

    .desktop {
        display: none !important;
    }

    /*.other-list-footer{
        background: #000;
        padding-bottom:25px;
    }*/

}

@media (min-width: 768px) {
    .navbar-collapse {
        height: auto !important;
        padding-left: 0 !important;
    }

    .mobile {
        display: none !important;
    }
}

a {
    text-decoration: none !important;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .mobile {
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2)and (min-resolution: 192dpi) {
    .mobile {
    }
}

@media (min-width: 2000px) {
    footer {
        position: absolute !important;
    }
}

.gym_block_content {
    text-align: justify;
    white-space: pre-wrap;
}

.desktop-50 {
    width: 50%;
    float: left;
    overflow: hidden;
    background: #f2f2f2;
}

.mob-50 {
    width: 50%;
    float: left;
    overflow: hidden;
    background: #f2f2f2;
}


/*prettify.css begins here ---------------------------------*/
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	color: #333;
	display: block;
	padding: 9.5px;
	margin: 0 0 30px 0 !important;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
pre.prettyprint {
	margin-bottom: 20px;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.com {
	color: #999;
}
.lit {
	color: #195f91;
}
.pun, .opn, .clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str, .atv {
	color: #D44950;
}
.kwd, .prettyprint .tag {
	color: #2F6F9F;
}
.typ, .atn, .dec, .var {
	/*color: teal;*/
	color: #4F9FCF;
}
.pln {
	color: #333;
}
.prettyprint {
	padding: 10px 15px;
	background-color: #FFF;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	        box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
	margin: 0 0 0 -12px;
}
ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	list-style: decimal;
}


/*notify.css begins here ---------------------------------*/
.notify{
	position: fixed;
	width: 400px;
	padding: 15px;
	z-index: 9999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.notify > button.close{
	position: absolute;
	top: 8px;
	right: 12px;
	-webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
	float: right;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	outline: none;
}
.notify > button.close:hover{
	filter: alpha(opacity=50);
    opacity: .5;
}
.notify-dismissible .message{
	padding-right: 25px;
}

/** animation type **/
.notify.scale{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.notify.left.drop{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}
.notify.center.drop{
	-webkit-transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	transform: translateY(-120%);
	opacity: 0;
}
.notify.right.drop{
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
}
.notify.middle.center.drop{
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
}
.notify.bottom.center.drop{
	-webkit-transform: translateY(120%);
	-moz-transform: translateY(120%);
	-o-transform: translateY(120%);
	transform: translateY(120%);
	opacity: 0;
}
.notify.fade{
	opacity: 0;
}
.notify.out{
	opacity: 0;
}

/** notify type **/
.notify-default{
	background-color: #fff;
	color: #333;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.notify-info{
	color: #31708f;
	background-color: #d9edf7;
}
.notify-toast{
	color: #fff;
	background-color: rgba(0,0,0,0.75);
}
.notify-danger{
	color: #a94442;
	background-color: #f2dede;
}
.notify-warning{
	color: #8a6d3b;
	background-color: #fcf8e3;
}
.notify-success{
	color: #3c763d;
	background-color: #dff0d8;
}

/** position **/
.notify.top{
	top: 15px;
}
.notify.middle{
	top: 50%;
}
.notify.bottom{
	bottom: 15px;
}
.notify.left{
	left: 15px;
}
.notify.center{
	left: 50%;
	margin-left: -200px;
}
.notify.right{
	right: 15px;
}

/** buttons **/
.notify-buttons{
	width: 100%;
	margin-top: 10px;
}
.notify-buttons.left{
	text-align: left;
}
.notify-buttons.center{
	text-align: center;
}
.notify-buttons.right{
	text-align: right;
}
.notify-buttons > button{
	border: 1px solid #ddd;
	padding: 4px 10px;
	background: #fff;
	color: #333;
	cursor: pointer;
	outline: none;
}
.notify-buttons > button:hover{
	background: #eee;
}
.notify-buttons > button:first-child{
	margin-right: 5px;
}

/** util **/
.notify-backdrop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9998;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
body.notify-open{
	overflow: hidden;
}
body.notify-open-drop{
	overflow-x: hidden;
}

@media all and (max-width:768px){
	.notify{
		width: 100%;
		left: 0!important;
		margin: 0!important;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.notify.top{
		top: 0!important;
	}
	.notify.bottom{
		bottom: 0!important;
	}
	.notify.middle{
		width: 80%!important;
		margin-left: 10%!important;
		border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.notify.left.drop, .notify.right.drop{
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		-o-transform: translateY(-120%);
		transform: translateY(-120%);
	}
	.notify.bottom.drop{
		-webkit-transform: translateY(120%);
		-moz-transform: translateY(120%);
		-o-transform: translateY(120%);
		transform: translateY(120%);
		opacity: 0;
	}
}





/* My additions --------------------------------------------------- */
.gymred {
	
	color: #FE0000;
	
}