
#mainSkin p {
	margin: 0 0 10px;
	text-align: left;
}


/*========================================================================================
 * 
 * Login & Registration
 *
 *======================================================================================*/ 
#mainSkin #loginWrapper {
    border: 1px solid #0077b4 !important;
    padding: 0 20px;
    width: 500px;
    position: absolute;
    top: 30%;
    left: 50%;
    background-color: #ffffff8f !important;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

@media screen and (max-width: 768px) {
#mainSkin #loginWrapper {
    border: 1px solid #0077b4 !important;
    padding: 0 10px;
    width: 400px;
    position: absolute;
    top: 380px;
    left: 200px;
    background-color: #ffffff8f !important;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
}

@media screen and (max-width: 767px) {
#mainSkin #loginWrapper {
    border: 1px solid #0077b4 !important;
    padding: 0 10px;
    width: 350px;
    position: absolute;
    top: 180px;
    left: 0px;
    background-color: #ffffff8f;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
}

@media screen and (max-width: 768px) {
#mainSkin #main-wrapper {
    padding-bottom: 450px;
}
}
@media screen and (max-width: 767px) {
#mainSkin #main-wrapper {
  padding-bottom: 480px;
}
}

/** Override to fix vertical scrolling issue whith Slick carousel implementation  **/
#mainSkin .slick-slider {
touch-action: pan-y !important;
-ms-touch-action: pan-y !important;
}

#mainSkin .slick-slider button { padding: 25px 2%; }
#mainSkin .slick-prev,
#mainSkin .slick-next {
	color: transparent !important;
	padding-bottom: 20px;
}
#mainSkin .slick-dots { margin-top: 5px !important; }

/*========================================================================================
 * 
 * NEW LOGIN SCREEN CSS
 *
 *======================================================================================*/
#loginWrapper h1 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 25px 20px 0;
    margin-top: 0px !important;
    padding-top: 18px;
    padding-bottom: 3px;
    padding-right: 5px;
    text-align: left;
    color: #c224b9;
    border-bottom: #3e3e3e 1px solid;
    width: 100%;
    float: left;
}
#loginWrapper input {
    margin-bottom: 10px;
}
#section-header {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #FFF;
}
.box-content a {color: #787878 !important;}
a.callout {
    display: block;
    font-size: 13px;
    margin: 10px 0 0 0;
    font-weight: 500;
    color: #0082cb !important;
    text-transform: uppercase;
}
.site-logo img {
    padding: 20px 0;
}
#section-header a.site-logo, #section-header .search-toggle {
    line-height: 72px;
    -webkit-transition: line-height 0.3s linear;
    -moz-transition: line-height 0.3s linear;
    -o-transition: line-height 0.3s linear;
    -ms-transition: line-height 0.3s linear;
    transition: line-height 0.3s linear;
}
.vendors h3.box-title {
}
.muscle h3.box-title {
}
h3.box-title {
    font-size: 30px !important;
    text-transform: uppercase;
    font-weight: 300;
    color: #0082cb !important;
    margin: 0;
    padding: 0 0 0 60px;
}
h3.box-title strong {
    font-weight: 700;
}
.title-wrapper.heading-title h1 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 25px 20px 0 !important;
    padding-top: 18px !important;
    padding-bottom: 3px !important;
    color: #c224b9 !important;
    border-bottom: #3e3e3e 1px solid !important;

}


.carousel-caption {
    top: 25%;
    padding-bottom: initial !important;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-inner .img-responsive {
    width: 100%;
}
.carousel-inner .carousel-caption .img-responsive {
    width: initial;
}