/* To move to layoutcss */



/* Responsive Stuff */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

/* COL-LG */
@media (min-width: 1200px) {

}
/* COL-MD */
@media (min-width: 992px) and (max-width: 1199px) {


}
@media (min-width:976px) and (max-width: 1185px) {
    .hide-view {
        display: none;
    }
}
/* COL-SM */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default {
        height: 40px;
    }
    .footer-pad-left {
        padding: 0px;
    }
    .footer-pad-right {
        padding: 0px;
    }
    .news-index-image {
        height: 130px;
    }
    /* PAGINATION */
    .pagination {
        margin: 10px 0px 0px 0px;
    }
}
/* COL-XS */
/* LARGE PHONES */
@media (min-width: 441px) and (max-width: 767px) {
    body, html{
        overflow-x: hidden;
    }
    .text-center-mob {
        text-align: center;
    }
    .text-right-mob {
        text-align: right;
    }
    .mar-right, .mar-left, .mar-top {
        margin: 0px;
    }
    .mar-bot-mob {
        margin-bottom: 10px;
    }
    .pad-right-large, .pad-right, .pad-left {
        padding: 0px !important;
    }
    .mar-top-xl {
        margin-top: 10px;
    }
    .mar-bot-large {
        margin-bottom: 10px;
    }
    .mar-bot {
        margin-bottom: 10px;
    }
    /* HEADER */
    .gb-flag-wrap {
        text-align: center;
        height: 25px;
        margin: 0px;
    }
    .telephone-number-span {
        padding-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .telephone-icon-span {
        display: none;
    }
    .email-text-span {
        padding: 0px;
        width: 100%;
        text-align: center;
    }
    .email-icon-span {
        display: none;
    }
    #logo {
        width: 200px;
        margin: 0px auto;
    }
    .search-box-wrap {
        margin-top: 10px;
    }
    /* MENU */
    .navbar-header {
        padding-right: 20px;
    }
    .navbar-nav {
        margin: 0px !important;
        width: 100%;
    }
    .navbar-toggle {
        background-color: #FFF !important;
    }
    /* FOOTER */
    .footer-pad-left, .footer-pad-right {
        padding: 0px !important;
    }
    .footer-header {
        display: none;
    }
    .footer-menu {
        text-align: center !important;
    }
    .footer-menu-right ul {
        text-align: center;
    }
    /* PAGES */
    .header-red h1 {
        margin: 0px;
        text-align: center;
        padding: 0px 10px;
    }
    h2 {
        margin: 10px 0px;
    }
    /* CONTACT PAGE */
    .contact-bg {
        text-align: center;
    }
    .map-wrapper {
        margin-top: 10px;
    }
    /* NEWS PAGE */
    .news-index-article {
        padding: 10px;
        margin: 10px auto;
        border: 1px solid #dedede;
        width: 50%;
    }
    .news-index-image {
        height: 250px;
        width: auto;
    }
    .news-index-image img {
        height: 100%;
        width: auto;
        margin: 0px auto;
    }
    .news-index-article h3 {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    .news-share {
        margin-top: 10px;
    }
    .news-bg {
        text-align: center;
    }
    /* SERVICES PAGE */
    .repair-icon {
        margin: 0px !important;
    }
    .service-image-wrapper {
        width: 400px;
        margin: 0px auto;
    }
    /* SHOP PAGES */
    .products-wrap {
        width: 80%;
        margin: 10px auto 0px auto;
    }
    .products-image-wrap, .products-image-wrap-large {
        height: 200px;
    }
    .products-tabs {
        margin-top: 10px;
    }
    /* HOME PAGE */
    .bx-viewport {
        max-height: 180px;
    }
    .home-red-box {
        margin: 0px 10px;
        width: 45%;
        float: right;
    }
    .mar-top-40 {
        margin-top: 0px !important;
    }
    .red {
        margin: 0px;
    }
    .bx-wrapper {
        margin-bottom: 35px !important;
    }


    /* PAGINATION */
    .pagination {
        margin: 10px 0px 10px 0px;
    }
}
/* SMALL PHONES */
@media (max-width: 440px) {
    body, html{
        overflow-x: hidden;
    }
    .text-center-mob {
        text-align: center;
    }
    .text-right-mob {
        text-align: right;
    }
    .mar-right, .mar-left, .mar-top {
        margin: 0px;
    }
    .mar-bot-mob {
        margin-bottom: 10px;
    }
    .pad-right-large, .pad-right, .pad-left {
        padding: 0px !important;
    }
    .mar-top-xl {
        margin-top: 10px;
    }
    .mar-bot-large {
        margin-bottom: 10px;
    }
    .mar-bot {
        margin-bottom: 10px;
    }
    /* HEADER */
    .gb-flag-wrap {
        text-align: center;
        height: 25px;
        margin: 0px;
    }
    .telephone-number-span {
        padding-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .telephone-icon-span {
        display: none;
    }
    .email-text-span {
        padding: 0px;
        width: 100%;
        text-align: center;
    }
    .email-icon-span {
        display: none;
    }
    #logo {
        width: 200px;
        margin: 0px auto;
    }
    .search-box-wrap {
        margin-top: 10px;
    }
    /* MENU */
    .navbar-header {
        padding-right: 20px;
    }
    .navbar-nav {
        margin: 0px !important;
        width: 100%;
    }
    .navbar-toggle {
        background-color: #FFF !important;
    }
    /* FOOTER */
    .footer-pad-left, .footer-pad-right {
        padding: 0px !important;
    }
    .footer-header {
        display: none;
    }
    .footer-menu {
        text-align: center !important;
    }
    .footer-menu-right ul {
        text-align: center;
    }
    /* PAGES */
    .header-red h1 {
        margin: 0px;
        text-align: center;
        padding: 0px 10px;
    }
    h2 {
        margin: 10px 0px;
    }
    /* CONTACT PAGE */
    .contact-bg {
        text-align: center;
    }
    .map-wrapper {
        margin-top: 10px;
    }
    /* NEWS PAGE */
    .news-index-article {
        padding: 10px;
        margin: 0px 0px 10px 0px;
        border: 1px solid #dedede;
    }
    .news-index-image {
        height: 200px;
    }
    .news-index-article h3 {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    .news-share {
        margin-top: 10px;
    }
    .news-bg {
        text-align: center;
    }
    /* SERVICES PAGE */
    .repair-icon {
        margin: 0px !important;
    }
    /* SHOP PAGES */
    .products-image-wrap, .products-image-wrap-large {
        height: 200px;
    }
    .products-tabs {
        margin-top: 10px;
    }
    /* HOME PAGE */
    .bx-viewport {
        max-height: 180px;
    }
    .home-red-box {
        margin: 10px 0px;
    }
    .mar-top-40 {
        margin-top: 0px !important;
    }
    .red {
        margin: 0px;
    }
    .bx-wrapper {
        margin-bottom: 35px !important;
    }


    /* PAGINATION */
    .pagination {
        margin: 10px 0px 10px 0px;
    }


}