﻿
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic,latin-ext);

html, body {
    margin: 0;
    font-family: 'OpenSans', OpenSans, 'Century Gothic', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    min-height: 90vh;
}

body {
    font-size: 0;
   /* overflow-x: hidden;*/
    text-align: center;
    font-size: 0;
    background-color: white;

    
}

html {
    image-rendering: auto;
}

#MasterBody {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

a:link, a:visited, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration-style: none;
    text-decoration: none;
    border: none;
}

input[type=button] {
    outline: none;
    outline-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
   
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="multiline"]:focus, textarea:focus {
    border: 1px solid goldenrod;
}

.hr100 {
    width: 100%;
    border: none;
    background-color: lightgray;
    height: 1px;
}

.hr90 {
    width: 90%;
    border: none;
    background-color: lightgray;
    height: 1px;
}

.btnz {
    border: none;
    color: white;
    font-size: x-large;
    text-align: center;
    height: 50px;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: black;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.btnz:hover{
    background-color:gray;
}


.btnzWhite {
    border: none;
    color: black;
    font-size: x-large;
    text-align: center;
    height: 50px;
    width: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    border-radius: 3px;
    padding-left: 10px;
    padding-right:10px;
}
.btnzWhite:hover {
    background-color: gray;
}

           
 #imgMenuLogo{
    float:left;
    margin-left:10px;
    height:50px;
}

#MasterMenu {
    z-index:990;
    position:fixed;
    top:0;
    width: 100%;
    height: auto;
    background-color: black;
    color: palegoldenrod;
   /* font-size: large;*/
}

#divDropDownMenu {
    float: right;
    width: 60%;
    display: inline-block;
    cursor: pointer;
    text-align:right;
    background-color:black;

 
}

.btnMenuItem {
    height: 50px;
    color: #c6bdb6;
    font-size: large;
    background-color: black;
    outline: none;
    outline-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    margin-left:15px;
    vertical-align:top;
}
.btnMenuItem:hover{
    color:white;
}

#imgHamberger{
    display:none;
    float:right;
    margin-left:10px;
    margin-left:10px;
}

#divFooter {
    background-image: url('../images/footer-bg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    height:auto;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}

.divFooterTri{
   
    width:300px;
    display:inline-block;
    text-align:center;
}

.smIcons {
    cursor: pointer;
    width: 40px;
   
}

#ProductsMenu {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: calc(100vh - 50px);
    top: 50px;
    left: 0;
    text-align: center;
    background-color: white;
    display: none;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ProdMenuItem{
    cursor:pointer;
    display:inline-block;
    margin: 30px 20px;
    border: 1px solid transparent;
    font-size: medium;
    color: black;
}
.ProdMenuItem:hover {
    border: 1px solid lightgray;
}


.divProductsMain {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    font-size:medium;
   
    display:inline-block;
}

.divProdsLeft {
    width: 48%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.divProdsRight {
    font-size: medium;
    vertical-align: top;
    text-align: justify;
    width: 48%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
    .divProdsRight p {
        font-size: x-large;
    }

@media only screen and (max-width: 1100px) {

    .divProdsLeft {
        width: 100%;
        padding-right: 0;
    }
    .divProdsRight {
        width: 100%;
        font-size: small;
    }
        .divProdsRight p {
            font-size: medium;
        }


        #imgHamberger {
            display: block;
            float: right;
            cursor: pointer;
        }
    #divDropDownMenu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #363636;
        border-left: 1px solid #363636;
        border-bottom: 1px solid #363636;
        position: fixed;
        top: 50px;
        right: -200px;
        width: 200px;
        -moz-transition: 1s all;
        -o-transition: 1s all;
        -webkit-transition: 1s all;
        transition: 1s all;
    }
    .btnMenuItem {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        width: 100%;
    }
    
}