@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Light'), url('../fonts/Montserrat-Light.woff') format('woff');
}
body{
    background: black;
    font-family: 'Montserrat-Light', sans-serif;
    color: #c0c0c0;
    font-size: 12px;
}

/****************** HEADER **************************/
.logo{
    width: 100%;
    height: 80px;
    margin: 10px auto 5px auto;
    display: block;
    background: url('../img/line1.png') no-repeat 50% 50%;
}
.menu{
    width: 980px;
    height: 30px;
    display: block;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Montserrat-Regular', sans-serif;
}
.active{
    background:#f45c2a;
    color: #ffffff;
}
/*Strip the ul of padding and list styling*/
ul {
    list-style-type:none;
    padding:0;
    position: absolute;
}

/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    margin-right: 4px;
}

/*Style for menu links*/
li a {
    display:block;
    min-width:160px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #a8a8a8;
    background: #252525;
    text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
    background: #f45c2a;
    color: #ffffff;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: #252525;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/
@media (min-width : 992px) and (max-width : 1200px){
    .menu{
        width: 980px;
    }
    ul {
        margin-left: 10%;
    }
    li a {
        min-width: 115px;
    }
}
@media (min-width : 768px) and (max-width : 991px){
    .menu{
        width: 100%;
    }
    li a {
        min-width: 115px;
    }
}
@media screen and (max-width : 767px){
    /*Make dropdown links appear inline*/
    .menu{
        width: 100%;
    }
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}
/****************** HEADER **************************/

/****************** HOME **************************/
.main{
    min-height: 400px;
}
.welcome{
    min-height:150px;
    margin-top: 0%;
}
.main-text{
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    text-align: justify;
}
.orange{
    color: #f45c2a;
    font-weight: 700;
}
.silver{
    color: #808285;
    font-weight: 700;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wrap {
    /* fixed width, centered in viewport */
    width: 980px;
    left: -490px;
    margin-left: 50%;
    margin-top: 35px;
    position: relative;
}
#showcase {
    width: 100%;
    height: 460px;
     background:url('../img/bgslider.png')no-repeat 50% 50%;

    /* -webkit-box-shadow: 0px 0px 13px 5px #DB1242;
     -moz-box-shadow: 0px 0px 13px 5px #DB1242;
     box-shadow: 0px 0px 13px 5px #DB1242;
     border-radius: 8px;
     margin-top: 12px;
     visibility: hidden;*/
}
#showcase img {
    cursor: pointer;
}
#item-title {
    color: #F31414;
    font-size: 29px;
    letter-spacing: 0.13em;
    text-shadow: 1px 1px 6px #C72B2B;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 22px;
}
/****************** HOME **************************/
/****************** PRODUCT **************************/
.machine{
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    display: block;
}
.machine a:hover {
    color: #c0c0c0;
}
.product {
    width: 100%;
    min-height: 500px;!important;
    background: url('../img/bgslider.png')no-repeat 50% 120%;
}
.product-mobile {
    display: none;
    width: 100%;
    min-height: 300px;!important;
}
.col-md-20{
    width: 20%;
    float: left;
}
.space{
    padding: 10px 10px 10px 10px;
}
.example{
    margin-top: 2%;
    margin-bottom: 2%;
    padding-bottom: 20px;
    border-bottom: 1px solid #f45c2a;
    border-top: 1px solid #f45c2a;
}

.text{
    padding-left: 50px;
    float: right;
}
.slider{
    float: left;
    /*border-bottom:1px solid #f45c2a;*/
}

.slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.slider img {
    display: block;
    height: auto;
    max-width: 100%;
    padding-top:1% ;
}
.image-border{
    margin-bottom: 10px;
    border: 1px solid #383838;
}

/****************** PRODUCT **************************/
/****************** ABOUT US **************************/
.about{
    min-height: 300px;!important;
    padding: 10% 10% 10% 10%;
    background: url('../img/bgslider.png')no-repeat 50% 50%;
}
/****************** ABOUT US **************************/
/****************** SHOWROOM **************************/
.showroom{
    min-height: 250px;!important;
    padding: 0% 10% 10% 10%;
    background: url('../img/bgslider.png')no-repeat 50% 60%;
}
.showroom-box{
    width: 60%;
    display: block;
}
.image-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}
.showroom ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.showroom li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.showroom img {
    display: block;
    height: auto;
    max-width: 100%;
    padding-top:1% ;
}
.gallery{
    display: block;
    min-height: 400px;
}
.gallery img{
    margin: 1% 1% 1% 1%;
}
/****************** SHOWROOM **************************/
/****************** ROULETTS **************************/
.text-model{
    text-align: center;
    color: #c0c0c0;
}
.border{
    border: 1px solid #383838;
}
.border1{
    border: 1px solid #f45c2a;
}
.grow {
    margin-top: 1%;
    margin-bottom: 1%;
    transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.2);
}

/****************** ROULETTS **************************/
/************* CONTACT *****************/
.contact{
    height: 500px;
    display: block;
    padding-top: 5%;
}
.cont-text{
    float:right;
    min-height: 250px;
}
.cont-form{
    float:left;
    min-height: 250px;
}
.cont-form-text{
    float:left;
    height: 100px;
    text-align: left;
    font-size: 14px;
}
#contact-form {
    margin-bottom: 0;
}

#contact-form p {
    margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
    border-bottom: 1px #808285 solid;
    border-top: none;
    border-left:none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #252525;
    color: #808285;
    font-size: 14px;
    height: auto;
    padding: 11px;
    margin: 0;
    resize: none;
}

#contact-form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form .submit {
    background: #252525;
    color: #808285;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px #808285 solid;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 30px;

    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

#response {
    margin-top: 20px;
    color: #c0c0c0;
}

/************* END OF CONTACT *****************/
/****************** FOOTER **************************/
.copyright{
    height: 40px;
    margin-top: 3%;


}
.copyright p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid #f45c2a;

}
/****************** FOOTER **************************/
/****************** @MEDIA **************************/
@media (min-width: 568px) and (max-width: 767px) {
    .welcome{
        min-height:100px ;
        margin-top: 2%;
    }
    .col-md-20{
        width: 33.33%;
        float: left;
    }
    .copyright{
        height: 21px;
    }
    .slider{
        float: left;
        /*border-bottom:1px solid #f45c2a;*/
    }
    .text{
        padding-left: 130px;
        float: left;
    }
    .contact{padding-top: 0}
    .cont-text{
        float:left;
    }
}
@media (min-width: 481px) and (max-width: 567px) {
    .welcome{
        min-height:75px ;
        margin-bottom: 1%;
        margin-top: 3%;
    }
    .product{
        display: none;
    }
    .product-mobile{
        display: block;
    }
    .showroom{
        background: url('../img/bgslider.png')no-repeat 50% 50%;
    }
    .showroom-box{
        width: 100%;
        display: block;
    }
    .copyright{
        height: 21px;
    }
    .slider{
        float: left;
        /*border-bottom:1px solid #f45c2a;*/
    }
    .text{
        padding-left: 60px;
        float: left;
    }
    .contact{padding-top: 0}
    .cont-text{
        float:left;
    }
}
@media screen and (max-width: 480px) {
    .welcome{
        min-height:75px ;
        margin-top: 3%;
    }
    .product{
        display: none;
    }
    .product-mobile{
        display: block;
    }
    .showroom{
        height: 500px;
        background: url('../img/bgslider.png')no-repeat 50% 100%;
    }
    .showroom-box{
        width: 100%;
        display: block;
    }
    .image-margin{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .margine{
        margin-bottom: 2%;
    }
    .copyright{
        height: 37px;
    }
    .slider{
        float: right;
        /*border-bottom:1px solid #f45c2a;*/
    }
    .logo{
        width: 65%;
        margin: 10px 10px 5px 5px;
    }
    header div.login-register {
        right: 35px !important;
    }
    .text{
        padding-left: 25px;
        float: left;
    }
    .contact{padding-top: 0}
    .cont-text{
        float:left;
    }
}
header > div.container {
    position: relative;
}

header div.login-register {
    position: absolute;
    top: 20px;
    right: 100px
}

header div.login-register span {
    display: block;
    cursor: pointer;
    margin: 5px
}
header div.login-register span[data-user] {
    cursor: default;
    text-transform: capitalize;
    color: #656565
}

.modal-dialog {
    color: #272727;
}

.modal-dialog form {
    text-align: center;
}

.modal-dialog .g-recaptcha {
    display: inline-block;
}

/****************** @MEDIA **************************/