@media (max-width: 478px)  {
    .top-link-phone {
        font-size: 1em;
        line-height: 55px;
        text-align: center;
    }
}
@media (min-width: 479px) {
    #open-button {
        right: 25px;
        top: 17px;
    }
    .top-link-phone {
        line-height: 75px;
        font-size: 1.2em;
    }

}

@media (min-width: 766px) {
    #open-button {
        right: 25px;
        top: 25px;
    }
    .top-link-phone {
        line-height: 90px;
        font-size: 1.5em;
    }
}
@media (min-width: 1023px) {
    #open-button {
        top: 55px;
    }
    .page-heading {
        margin-top: 80px;
    }

}
@media (max-width: 1025px){
    .quick-access {
        position: absolute !important;
        right: 100px;
        line-height: 80px;
        padding: 0 !important;
    }
    .page-heading {
        margin-top: -20px;
    }
    .message {
        margin-top: 15px;
    }
}
@media (max-width: 479px){
    .quick-access {
        position: absolute !important;
        right: 65px;
        line-height: 55px;
        padding: 0 !important;
    }
}
@media (min-width: 1024px) and (max-width: 1024px){
    .quick-access {
        position: absolute !important;
        right: 90px;
        line-height: 84px;
        padding: 0 !important;
    } 
}
.title-about p {
    font-size: 16px;
}
.sub-title {
    background: none repeat scroll 0 0 rgba(28, 28, 28, 0.7);
}
.price-table-img {
    height: 254px;
}
.product-image {
    height: 200px;
}
.img-sport{
    height: 230px;
}
.img-blog {
    height: 300px;
}
.carousel-inner > .item {
    height: 500px;
}
@media (max-width: 766px){
    .carousel-inner > .item {
        height: 300px;
    }
}
@media (max-width: 479px){
    .carousel-inner > .item {
        height: 200px;
    }
}
.product-popular ul li .product-image {
    height: 75px;
    width: 75px;
}
.price-table-content .price-table-img img, .product-image img, .img-sport img, .carousel-inner > .item img, .img-blog img, .product-popular ul li .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-product .product-list, .page-product .product-list-row {
    padding: 50px 0;
}
.product-image a img, .price-table-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.product-trainer a img, .new-product a img, .meet-trainer .product-image a img, .event-listing-grid .product-image a img, .sport-new .img-sport a img {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}
.product-trainer a img:hover, .new-product a img:hover, .meet-trainer .product-image a img:hover, .event-listing-grid .product-image a img:hover, .sport-new .img-sport a img:hover {
    transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
}
.form-validate-right .message .control {
    height: auto;
}
.help-block {
    color: red !important;
}
.div a, div a:hover {

}
.product-list-row .info-products-list .desc {
    margin: 10px 0 15px 0;
    height: 60px;
}
.help-block {
    margin-top: -15px;
    margin-bottom: 5px;
}
.blog-title {
    min-height: 125px;
}
.title-sport {
    min-height: 80px;
}
.sport-content {
    margin-bottom: 50px;
}
.sport-content > p {
    min-height: 100px;
}
.details-desc-full > p {
    font-family: 'Montserrat';
}
.img-brand img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.img-brand img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition-property: filter;
    transition-duration: 1s;	
}
.sport-new {
    background: url("../images/bg-sport-new.jpg") no-repeat scroll center center rgba(28, 28, 28, 0);
    min-height: 733px;
    position: relative;
    background-size:100% 100%;
}
.shop .price-table-content a {
    border: 2px solid #fff;
    background-color: inherit;
}
.shop .price-table-content:hover {
    background-color: #ea2733;
}
p {
    font-size: 13px;
    line-height: 18px;
}
.cc-revoke, .cc-window {
    font-size: 13px;
}
.cc-window.cc-floating {
    max-width: 30em;
}
.headding-content .cont-headding {
    width: 80%;
}