/* Large Devices, Wide Screens */

@media only screen and (max-width: 1316px) {
    ul.nav-bar li a {
            font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1200px) {
    .slider .slides li .caption h2, .page-header .caption h2 {
        font-size: 32px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    
    ul.social {
    margin-left: auto;
}

    ul.nav-bar li a {
        font-size: 18px;
    }
    ul.nav-bar {
        float: inherit;
        justify-content: center;
    }
    .header-btns {
      display: none !important;
    }
    .header-btns-xs {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }
    .header-btns-xs > a {
    width: 70px;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 20px;
}
    /*.header-btns a {
        width: 70px;
    }
    .header-btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }*/
    .copy-rights {
        width: 100%;
    }
    ul.social {
        justify-content: center;
    }
    .copy-rights {
        padding-top: 0px;
    }
	.hidden-xs{
		display: none;
	}
}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    ul.nav-bar {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .catalog-thumbnials a {
      width: 50%;
    }
    .our-testimonials-container {padding-bottom: 108px;}

.parallax-container {height: 500px;}
.parallax-container.page-header {height: 170px;}

span.testimonials-prev, span.testimonials-next {
    bottom: 0px;
    top: inherit;

}
.available-colors ul li {
    width: calc(50% - 33px);
}
body {
    padding-top: 171.5px;
}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .slider .slides li .caption h6 {
        height: 110px;
        overflow: hidden;
    }
    .slider .slides li .caption {
        top: 40%;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
