body {
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
}
p {
    line-height: 2;
}
a,a:hover,a:active {
    text-decoration: none;
}
h3 b, {
    letter-spacing: 2px;
}
h4 b {
    letter-spacing: 1px;
}
.no-mar {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.no-pad {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.m-top {
    margin-top: 3vh;
}
.m-top-2 {
    margin-top: 75px;
}
.m-bottom {
    margin-bottom: 3vh;
}
.p-top {
    padding-top: 5vh;
}
.p-bottom {
    padding-bottom: 6vh;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.text-center {
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-left {
    text-align: left;
}
.border-right {
    border-right: 0.1px solid #666666;
}
.border-bottom {
    border-bottom: 0.1px solid #666666;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-grey {
    background-color: #F7F7F7;
}
.bg-blue {
    background-color: #29ABE2;
}
.bg-red {
    color:#871719;
}
.f-white {
    color: #F0EFEF;
}
.f-red {
    color: #9B1C1F;
}
.f-grey {
    color: #404040;
}
.f-grey-2 {
    color: #757575;
}
.f-roboto {
    font-family: 'Roboto', sans-serif;
}
.f-lato {
    font-family: 'Lato', sans-serif;
}
.jumbotron {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-fixed {
    background-color: transparent;
    border: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.navbar-fixed.background {
    background-color: rgba(21, 21, 43, 0.75);
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0 !important;
}
.nav>li>a {
    padding: 25px 0px;
}
ul.nav.navbar-nav li {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
ul.nav.navbar-nav li a {
    color: #FFF;
    padding-top: 25px;
    font-size: 16px;
}
ul.nav.navbar-nav li:not(.active) {
    padding-bottom: 2px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    outline: 0px auto -webkit-focus-ring-color;
}
.nav>li:focus, .nav>li:hover {
    background-color: rgba(8, 0, 51, 1);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    outline: none;
}
.nav>li.active>a {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 3.75px solid #F7F7F7;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.nav>li.active>a:focus, .nav>li.active>a:hover {
    text-decoration: none;
    background-color: transparent !important;
    outline: 0px auto -webkit-focus-ring-color;
}
.nav>li.active:focus, nav>li.active:hover {
    background-color: rgba(8, 0, 51, 1); 
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.navbar-header .navbar-brand {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.logo-navbar {
    width: 165px;
    margin-top: 0px;
}
/*****
FOOTER
*****/
footer {
    background-color: #15152B;
    padding-top: 1%;
    color: #FFF;
}
.form-control.subscribe {
    display: inline-block;
    width: 65%;
    height: 34px;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #E6E6E6;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-subs {
    display: inline-block;
    padding: 10px 25px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    background-color: transparent;
}
/***
HOME
***/
.btn-product {
    background-color: #870E0E;
    color: #EFEFEF;
    width: 100%;
    padding: 15px 0px;
    border:0px;
}
/*******
carousel
*******/
/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 25%;
    margin-top: 22%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background-color: rgba(8, 0, 51, 0.4);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 46%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption h3{
    font-size: 525%;
    opacity: 0.75;
}*/
.callbacks_container {
    margin-bottom: 0px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 2.5%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 122px;
    width: 76px;
    background: transparent url(../images/themes.png) no-repeat left top;
    margin-top: -45px;
}
.callbacks_nav:hover {
    opacity: 1;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 2.5%;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-family: 'Century Gothic', sans-serif;
    font-size: 90px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, 0);
    left: 0;
    right: 0;
    bottom: 32%;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    width: 100%;
    text-align: center;
}
.panel-head {
    padding: 15px 15px 5px;
    background-color: #FFF;
    height: 64px;
}
.panel-head img {
    width: 100%;
    height: 250px;
}
.panel-content {
    position: absolute;
    bottom: 0;
    width: 26.4vw;
    padding: 10px;
    background-color: #FFF;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.panel-foot {
    position: relative;
    background-color: #FFF;
    padding: 5px 15px;
    color: #000;
}
.panel-foot .btn-learn {
    padding: 10px 20px;
    margin: 25px 40px;
    border: 2px solid #29ABE2;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.title {
    background-color: #E6E6E6;
}
.panel-primary {
    border: 0px;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1976D2;
    border: 0px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #F5F5F5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.img-responsive {
    width: 100%;
    height: 260px;
    margin-left: 0%;
}
.img-product-detail {
    width: 100%;
    height: 350px;
    margin-left: 0%;
}
.bg-vendor {
    position: relative;
    height: 650px;
    width: 100%;
}
.img-bg-vendor {
    position: absolute;
    width: 100%;
    height: 650px;
}
.img-vendor {
    width: 100%;
    height: 155px;
}
.padding-vendor {
    padding: 15px;
}
#newsletter h3, #newsletter h4, #newsletter p {
    padding-top: 25px;
    padding-bottom: 25px;
}
.panel-custom a .panel {
    box-shadow: 5px 5px 20px #D1D1D1;
}
.panel .panel-body {
    padding: 0;
}
.panel-body .hover {
    background-color: rgba(135,23,25,0.5);
    position: absolute;
    width: 90%;
    height: 260px;
    top: 0;
    transition: .7s ease-in-out;
}
/*.img-responsive:hover
{
    transform:scale(2);
    transition: .7s transform;
}*/
.hover .detail {
    background-color: #FFF;
    font-size: 20px;
    padding: 2%;
    margin: 45% 25% 0 25%;
    text-align: center;
    width: 50%;
}
.panel-custom a .panel .panel-heading {
    background-color: #F5F5F5;
    color: #000;
}
/***********
GET IN TOUCH
***********/
.get-in-touch {
    background-color: #870e0e;
    color: #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: 43.5%;
}
.icon {
    margin-top: 12px;
    margin-left: 1px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 23px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #474747;
    background-color: #F7F7F7;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: 183px;
}
.btn-submit {
    background-color: #870E0E;
    color: #EFEFEF;
    width: 100%;
    padding: 15px 0px;
    border:0px;
}
/******
PRODUCT
******/
.header {
    margin-top: -20%;
    height: 100%;
    width: 100%;

}
.header img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 991px) and (min-width: 801px){
    .header{
        margin-top: -15%;
    }
}

@media only screen and (max-width: 870px){
    .header{
        margin-top: 0%;
    }
}

/*@media only screen and (min-width: 1501px){
    .header {
    height: 100%;
    width: 100%;
    transform: translateY(0%);
}
}

@media only screen and (min-width: 1440px) and (max-width: 1500px)
{
    .header {
        height: 430px;
        transform: translateY(-60%);
    }
}

@media only screen and (min-width: 1398px) and (max-width: 1439px){
    .header {
        height: 415px;
        transform: translateY(-60%);
    }
}

@media only screen and (max-width: 1249px) and (min-width: 1150px)
{
    .header {
        height: 380px;
        transform: translateY(-45%);
    }
}

@media only screen and (max-width: 1149px) and (min-width: 1060px){
    .header {
        height: 350px;
    }
}

@media only screen and (max-width: 1059px) and (min-width: 992px){
    .header {
        height: 300px;
        transform: translateY(-60%);
    }
}

@media only screen and (min-width: 950px) and (max-width: 991px){
    .header{
        height: 350px;
        transform: translateY(-30%);
    }
}

@media only screen and (max-width: 949px) and (min-width: 901px){
    .header{
        height: 330px;
        transform: translateY(-30%);
    }
}
@media only screen and (max-width: 900px){
    .header{
        height: 100%;
        transform: translateY(0%);
    }
}*/
.header-text-container {
    position: relative;
}
.header-text {
    position: absolute;
    bottom: 45px;
    left: 20px;
}
.btn-product-show {
    background-color: transparent;
    color: #871719;
    width: 100%;
    padding: 15px 0px;
    border: 2px solid #871719;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.btn-product-show:hover {
    background-color: #871719;
    color: #F0EFEF;
    width: 100%;
    padding: 15px 0px;
    border: 2px solid #871719;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
/*********
CONTACT US
*********/
.bg-contact-us {
    height: 700px;
}
.contact-us {
    background-color: #FFFFFF;
    padding: 30px 40px 50px 40px;
}
.contact-information {
    background-color: #F7F7F7;
    padding: 30px 40px 50px 40px;
    margin: -30px -40px -50px 40px;
}

@media only screen and (max-width: 767px){
    .contact-information {
        margin: 30px 0px 30px 0px;
    }
}

.form-control-contact {
    display: block;
    width: 100%;
    height: 34px;
    padding: 23px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #474747;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control-contact {
    height: 180px;
}
.form-control-contact:focus {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #871719;
    box-shadow: 0 1px 0 0 #871719;
    outline: none;
}
.icon-contact-us {
    width: 75%;
    margin-left: 12.5%;
}
.contact-information-text{
    margin-top: 8px;
}
/*********
RESPONSIVE
*********/
@media only screen and (min-width: 1400px){
    .p-bottom {
        padding-bottom: 3vh;
    }
    .p-top {
        padding-top: 3vh;
    }
}
@media only screen and (max-width: 1030px){
    .p-top {
        padding-top: 2vh;
    }
    .p-bottom {
        padding-bottom: 2vh;
    }
    .img-responsive {
        width:100%;
        height: 210px;
    }
    .img-product-detail {
        width: 100%;
        height: 280px;
        margin-left: 0%;
    }
}
@media only screen and (max-width: 770px){
    ul.nav.navbar-nav li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .carousel-caption {
        top: 37%;
    }
    .p-top {
        padding-top: 2vh;
    }
    .p-bottom {
        padding-bottom: 2vh;
    }
    ul.nav.navbar-nav li a {
        padding-right: 20px;
        padding-left: 20px;
    }
    .img-responsive {
        width:100%;
        height: 300px;
    }
    .img-product-detail {
        width: 100%;
        height: 210px;
        margin-left: 0%;
    }
    .img-vendor {
        height: 85px;
    }
    .bg-vendor {
        height: 450px;
    }
    .img-bg-vendor {
        height: 450px;
    }
    .header .bg-header {
        height: 500px;
    }
    .panel-head img {
        height: 200px;
    }
    .panel-foot {
        padding: 5px 15px;
    }
    .panel-primary .panel-body .img-responsive {
        height: 185px;
    }
    textarea.form-control {
        height: 205px;
    }
    textarea.form-control-contact {
        height: 203px;
    }
    .contact-information-text {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 430px){
    h2 {
        font-size: 26px;
    }
    .navbar-brand {
        margin-bottom: 10px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .carousel-inner {
        height: 275px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        height: 275px;
    }
    .carousel-control {
        margin-top: 30%;
    }
    .carousel-caption {
        top: 26.5%;
    }
    .carousel-caption h3 {
        font-size: 350%;
        opacity: 0.75;
    }
    .panel-primary .panel-body .img-responsive {
        height: 370px;
    }
    .get-in-touch {
        margin-top: 25px;
    }
    .bg-vendor {
        height: 740px !important;
    }
    .img-vendor {
        height: 125px !important;
    }
    .img-bg-vendor {
        height: 740px !important;
    }
    .img-responsive {
        width:100%;
        height: 340px;
    }
    .img-product-detail {
        width: 100%;
        height: 310px;
        margin-left: 0%;
    }
    .header-text {
        position: absolute;
        bottom: 30px;
        left: 10px;
    }
    .bg-contact-us {
        height: 1100px;
    }
    .contact-information-text {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 350px){
    .img-vendor {
        height: 115px !important;
    }
    .bg-vendor {
        height: 675px !important;
    }
    .img-bg-vendor {
        height: 675px !important;
    }
    .img-product-detail {
        width: 100%;
        height: 260px;
        margin-left: 0%;
    }
    .panel-primary .panel-body .img-responsive {
        height: 285px;
    }
}
.btn-detail
{
    letter-spacing:2px;
    font-size:17px;
}

@media only screen and (max-width: 425px){
    .background-for-425px{
        height: 64px;
        background-color: #000000;
    }   
}

.visible-600-767{
    display: none;
}

.visible-431-599{
    display: none;
}

.hide-600-767{
    display: block;
}

.hide-431-599{
    display: block;
}

@media only screen and (min-width: 431px) and (max-width: 599px){
    .visible-431-599{
        display: block;
    }

    .hide-431-599{
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .hide-600-767{
        display: none;
    }

    .visible-600-767{
        display: block;
    }
}