.shop-application .ty-subcategories-block a {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px;
    display: block;
}
.shop-application .ty-subcategories-block img {
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;  
}
.shop-application .ty-subcategories-block .ty-subcategories-block__item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.shop-application .ty-mainbox-simple-title {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.shop-product .ty-subcategories-block {
    width: 25%;
    min-width: auto;
    max-width: auto;
}
.shop-product .ty-subcategories-block img {
    display: block;
    margin: auto;
    padding-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
    margin-bottom: 10px;   
}
.shop-product .ty-subcategories-block .ty-subcategories-block__a {
    overflow: hidden;   
    width: 90%;
    display: block;
    position: relative;    
}
.shop-product .ty-subcategories-block .ty-subcategories-block__a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.shop-product .ty-mainbox-simple-title {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.tygh-content .container-fluid {
    max-width: none;
    padding: 0px;
}

.tygh-content .container-fluid .row-fluid {
    max-width: 1200px;
    margin: 0px auto;
}
.tygh-content .container-fluid .row-fluid:first-child {
    max-width: none;
}

.hp-media {
    padding-right: 0px;
    background: #eee;
    overflow: hidden;
}
.hp-media #blogWidgetOne, .hp-media #blogWidgetTwo {
    padding: 15px 15px 0px 15px;
}
.hp-media #blogWidgetThree {
    padding: 15px;
}
.hp-media .story {
    font-size: 0px;    
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.hp-media .thumbnail {
    display:inline-block;
    width: 25%;
    margin-right: 15px;
    vertical-align: top;
}
.hp-media .thumbnail img {
    width: 100%;
}
.hp-media .story .info {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.hp-media .story .info .inner {
    padding: 15px 15px 15px 0px;
}
.hp-media .story .title {
    font-size: 15px;
    font-weight: bold;
}
.hp-media .story h3 {
    margin: 0px;
    font-size: 17px;
}
.hp-media .story .summary {
    font-size: 12px;
	display: none; 
}
.hp-media .story .summary .link-more {
    /* display: none; */
}
.hp-media .read-more {
    display: block;
}

body .row-fluid .hp-slider {
    width: 60%;
    margin: 0px;
    margin: 0px;
}
body .row-fluid .owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
body .row-fluid .blog-feed {
    width: 40%;
    padding: 0px;
    margin: 0px;
}


.tygh-header {
    margin-bottom: 0px;
}
.homepage-banners {
    margin: 0px;
}


.customer-vehicles .ty-mainbox-simple-title {
    padding-top: 40px;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.customer-vehicles {
    margin-bottom: 0px;
}


.parallax-parent {
    background: url(/images/para-bg.jpg);
    padding: 90px 0px;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-parent .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #000;
    z-index: 1;
    top: 0px;
    left: 0px;
}
.parallax-parent .inner {
    position: relative;
    z-index: 100;
    margin: 0px auto;

    color: #ccc;
    font-size: 16px;
    line-height: 22px;
    max-width: 800px;
}
.parallax-parent .inner p {
    color: #ccc;
    font-size: 16px;
    line-height: 22px;
}
.parallax-parent .inner h1 {
    color: #fff;
}
.parallax-parent .inner h2 {
    color: #eee;
    font-weight: normal;
}
.parallax-parent .inner .button {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px #000;
}
.parallax-parent .inner .button:hover {
    background: #fff;
    color: #000;
}    

.tygh-content .container-fluid .row-fluid:last-child {
    max-width: none;
}


.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.hp-sidenav {
    padding-top: 30px;
}
.hp-sidenav .email-signup {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}
.hp-sidenav .email-signup .inner {
    padding: 20px;
}
.hp-sidenav .email-signup .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    padding: 10px 20px; 
    background: #ee1c25;
    color: #fff;
}
.hp-sidenav .email-signup .text {
    font-size: 14px;
    padding: 0px 0px 10px;
}
.hp-sidenav .email-signup form {
    display: block;
    font-size: 0px;
}
.hp-sidenav .email-signup .left {
    display: inline-block;
    width: 60%;
}
.hp-sidenav .email-signup .right {
    display: inline-block;
    width: 40%;
}
.hp-sidenav .email-signup .textfield {
    padding: 20px;
    font-size: 14px;
    line-height: 14px;
    height: 54px;
    background: #e0e0e0;
    border: 0px;
    width: 100%;
    display: block;
}
.hp-sidenav .email-signup .signup {
    padding: 20px;
    font-size: 14px;
    line-height: 14px;
    background: #ee1c25;
    color: #fff;
    border: 0px;
    width: 100%;
    display: block;
}
.hp-sidenav .email-signup .signup:hover {
    background: #000;
}
.hp-sidenav .free-catalog {
    display: block;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);    
}
.hp-sidenav .free-catalog .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    padding: 10px 20px;
    background: #ee1c25;
    color: #fff;
}
.hp-sidenav .free-catalog .inner {
    display: block;
    padding: 20px;
}
.hp-sidenav .ad {
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3); 
    margin-bottom: 20px;
}

.container-fluid {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1700px) {
    .hp-media .story .summary {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
    .hp-media .read-more {
        display: none;
    }
    .hp-media .story h3 {
        font-size: 16px;
    }
    .hp-media .story .title {
        font-size: 14px;
    }
    .hp-media .story .info .inner {
        padding: 10px 10px 10px 0px;
    }
}
@media only screen and (max-width: 1300px) {
    .hp-media .story .title {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .hp-media .story .title {
        font-size: 11px;
    }
    .hp-media .story h3 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1100px) {
    .hp-media .story .title {
        font-size: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .hp-media .story h3 {
        font-size: 18px;
    }
    .hp-media .story .title {
        font-size: 16px;
    }
    .hp-slider {
        float: none;
        width: 100% !important;
    }
    .blog-feed {
        float: none;
        width: 100% !important;
        height: auto !important;
    }
    .hp-media .read-more {
        display: block;
    }
    .hp-media .story .summary {
        display: block;
    }
    .hp-media .story .info {
        width: 70% !important;
    }
    .hp-media .thumbnail {
        width: 25% !important;
        margin-right: 5% !important;
    }
    .shop-product .ty-subcategories-block {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {

    .shop-product .ty-subcategories-block {
        width: 31%;
    }
    .shop-application .ty-subcategories-block__item {
        margin-right: 0px;
    }
    body .row-fluid .hp-sidenav-parent {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .shop-product .ty-subcategories-block {
        width: 48%;
    }
    .shop-application .ty-subcategories-block img {
        width: 90%;
    }
    .shop-application .ty-mainbox-simple-title {
        font-size: 24px;
    }
    .shop-product .ty-mainbox-simple-title {
        font-size: 24px;
    }
    .hp-media .thumbnail img {
        width: 150px;
        max-width: 1000px;
        vertical-align: top;
    }
    .hp-media .thumbnail {
        overflow: hidden;
    }
    .hp-media .story h3 {
        font-size: 16px;
    }
    .hp-media .story .title {
        font-size: 14px;
    }
}