/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

html, body {
  height: 100%;
}

a {
  /* -webkit-transition: background .5s; /* Safari * /
  transition: color .5s;  */
}

#REST {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: auto;
    clear: none;
    width: 100%;
    max-width: none;
    margin-right: auto;
    display: block;
}

#ABOUT {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    padding: 14em 0px;
    background-image:url("img/about_us.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#Text {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 80%;
    background-color: rgba(255, 153, 0, 0.741176);
    padding: 8em 6em;
}

#Title {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: 20%;
    min-height: 0px;
}

#Name {
    float: left;
    font-size: 2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-family: proxima-nova;
}

#Info {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 80%;
    padding-left: 1em;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
}

#text4 {
    float: left;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: proxima-nova;
}

#PRODUCTS {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    padding: 14em 0px;
    display: block;
    background-image:url("img/products.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 0%;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#Text1 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 80%;
    padding: 8em 6em;
    background-color: rgba(255, 153, 0, 0.882353);
}

#Title1 {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: 20%;
    min-height: 0px;
}

#Name1 {
    float: left;
    font-size: 2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-family: proxima-nova;
}

#Info1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 80%;
    padding-left: 1em;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
}

#text5 {
    float: left;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: proxima-nova;
}

#BANNER {
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    background-image:url("img/glass2.png"),url("img/header.jpg");
    background-attachment: scroll, fixed;
    -webkit-background-size: auto, cover;
    background-size: auto, cover;
    height: 95%;
    box-sizing: border-box; 
    border-bottom-color: rgba(255, 255, 255, 0.933333);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-position: 0% 0%;
    background-repeat: repeat, no-repeat;
    display: table;
}

#TxtMain {
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 4em;
    padding-left: 4em;
    padding-top: 6em;
    padding-bottom: 2em;    
}


#Big {
    float: left;
    font-size: 5em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

#Small {
    float: left;
    font-size: 2.9em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    margin-left: 0%;
    margin-top: 0em;
    clear: none;
    min-height: 0px;
    color: rgba(255, 255, 255, 0.933333);
    font-family: proxima-nova;
}

#Header {
    float: left;
    height: 4.5em;
    clear: both;
    width: 100%;
    min-height: 0px;
    padding: 1em 2em;
    background-color: rgba(0, 0, 0, 0.933333);
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 5;
    bottom: auto;
}

#Logo {
    float: left;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 25%;
    min-height: 0px;
    background-image:url("img/logo.svg");
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}

#Links {
    float: right;
    height: auto;
    margin: 0px;
    clear: none;
    width: auto;
    max-width: none;
}
#Links a:hover, #Links a.active {
  color: rgb(255, 153, 0);
} 

#text {
    float: left;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 2.5em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    color: rgb(255, 255, 255);
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

#text1 {
    float: left;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 2.5em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    color: rgb(255, 255, 255);
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: 0.3em;
    display: block;
    text-transform: uppercase;
}

#text2 {
    float: left;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 2.5em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    color: rgb(255, 255, 255);
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: 0.3em;
    display: block;
    text-transform: uppercase;
}

#text3 {
    float: left;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 2.5em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    color: rgb(255, 255, 255);
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: 0.3em;
    display: block;
    text-transform: uppercase;
}

#Line {
    float: none;
    height: 1px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 51.821862%;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    max-width: 40em;
    margin-right: auto;
    padding: 0px;
}

#Paddingi {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: both;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-right: auto;
}

#DESIGN {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    padding: 14em 0px;
    display: block;
    margin-right: 0%;
    background-image:url("img/design.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#Text2 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 80%;
    padding: 8em 6em;
    background-color: rgba(255, 153, 0, 0.882353);
}

#Title2 {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: 20%;
    min-height: 0px;
}

#Name2 {
    float: left;
    font-size: 2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-family: proxima-nova;
}

#Info2 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 80%;
    padding-left: 1em;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
}

#text6 {
    float: left;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: proxima-nova;
}

#CONTACT {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    padding: 14em 0px;
    display: block;
    margin-right: 0%;
    background-image:url("img/contact.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 75.3% 0%;
    background-repeat: no-repeat no-repeat;
}

#Text3 {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 80%;
    padding: 8em 6em;
    background-color: rgba(255, 153, 0, 0.882353);
}

#Title3 {
    float: left;
    height: 100%;
    margin: 0px;
    clear: none;
    width: 20%;
    min-height: 0px;
}

#Name3 {
    float: left;
    font-size: 2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    font-family: proxima-nova;
}

#Info3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 80%;
    padding-left: 1em;
    border-left-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-left-style: solid;
}

#text7 {
    float: left;
    font-size: 1.2em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: proxima-nova;
}
#text7 a:hover {
  color: #000;
} 

#MAP {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    background-color: rgba(255, 153, 0, 0.882353);
    padding: 14em 10em;
    background-image:url("img/glass2.png"),url("img/header.jpg");
    background-attachment: scroll, fixed;
    -webkit-background-size: auto, cover;
    background-size: auto, cover;
    background-position: 0% 0%;
    background-repeat: repeat, no-repeat;
}

#mapa {
    position: relative;
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: 100%;
    /*background-image:url("img/mapa1.gif");*/
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 45%;
    border: 1px solid rgb(255, 255, 255);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}
#mapa iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#Header1 {
    float: left;
    height: auto;
    clear: both;
    width: 100%;
    min-height: 0px;
    padding: 1em 2em;
    position: static;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.933333);
}

#Links1 {
    float: right;
    height: auto;
    margin: 0px;
    clear: none;
    width: auto;
}

#text8 {
    float: none;
    font-size: 0.9em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 2.5em;
    margin: 0px auto;
    clear: none;
    min-height: 0px;
    font-family: proxima-nova;
    color: rgb(123, 123, 123);
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: normal;
    display: block;
    text-transform: none;
    min-width: 0px;
}

#text:hover {
    color: rgb(255, 153, 0);
}

#text1:hover {
    color: rgb(255, 153, 0);
}

#text2:hover {
    color: rgb(255, 153, 0);
}

#text3:hover {
    color: rgb(255, 153, 0);
}

#text:active {
    color: rgb(255, 153, 0);
}

#text1:active {
    color: rgb(255, 153, 0);
}

#text2:active {
    color: rgb(255, 153, 0);
}

#text3:active {
    color: rgb(255, 153, 0);
}

@media only screen and (max-width: 1500px) {
    body {
        font-size: 12px;
    }

    #Text {
        width: 90%;
    }

    #Text1 {
        width: 90%;
    }

    #Text2 {
        width: 90%;
    }

    #Text3 {
        width: 90%;
    }

    #MAP {
        border-bottom-color: rgba(255, 255, 255, 0.933333);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    #Header {
        height: 5.5em;
    }

    #text {
        font-size: 1.2em;
        display: block;
    }

    #text1 {
        font-size: 1.2em;
    }

    #text2 {
        font-size: 1.2em;
    }

    #text3 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1050px) {
    #Info {
        clear: left;
        margin-top: 2em;
        width: 100%;
    }

    #Info1 {
        clear: left;
        margin-top: 2em;
        width: 100%;
    }

    #Info2 {
        clear: left;
        margin-top: 2em;
        width: 100%;
    }

    #Info3 {
        clear: left;
        margin-top: 2em;
        width: 100%;
    }

    body {
        font-size: 10px;
    }

    #MAP {
        padding: 8em 4em;
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-color: rgba(255, 153, 0, 0.882353);
        background-position: 0% 0%;
        background-repeat: repeat, no-repeat;
    }

    #BANNER {
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-position: 0% 0%;
        background-repeat: repeat, no-repeat;
    }

    #ABOUT {
        background-image:url("img/about_us.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #PRODUCTS {
        background-image:url("img/products.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #DESIGN {
        background-image:url("img/design.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #CONTACT {
        background-image:url("img/contact.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 75.3% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #text4 {
        font-size: 1.5em;
    }

    #text5 {
        font-size: 1.5em;
    }

    #text6 {
        font-size: 1.5em;
    }

    #text7 {
        font-size: 1.5em;
    }

    #text8 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 700px) {
    body {
        font-size: 8px;
    }

    #Links {
        clear: none;
        margin-left: auto;
        float: none;
        margin-top: 1.2em;
        width: 100%;
        margin-right: auto;
    }

    #Header {
        height: 10.13em;
        bottom: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #Logo {
        height: 3.5em;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
        background-image:url("img/logo.svg");
        background-attachment: scroll;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: 50% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #BANNER {
        padding-top: 10em;
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-position: 0% 0%;
        background-repeat: repeat, no-repeat;
    }

    #Title {
        width: 100%;
    }

    #Title1 {
        width: 100%;
    }

    #Title2 {
        width: 100%;
    }

    #Title3 {
        width: 100%;
    }

    #mapa {
        padding-bottom: 75%;
    }

    #text {
        width: 25%;
        text-align: center;
        font-size: 1.4em;
        line-height: 2em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text1 {
        width: 25%;
        text-align: center;
        font-size: 1.4em;
        line-height: 2em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text2 {
        width: 25%;
        text-align: center;
        font-size: 1.4em;
        line-height: 2em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text3 {
        width: 25%;
        text-align: center;
        font-size: 1.4em;
        line-height: 2em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #CONTACT {
        background-image:url("img/contact.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 63.2% 0px;
        background-repeat: no-repeat no-repeat;
    }

    #ABOUT {
        background-image:url("img/about_us.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #PRODUCTS {
        background-image:url("img/products.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 87.2% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #DESIGN {
        background-image:url("img/design.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 45.5% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #MAP {
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-color: rgba(255, 153, 0, 0.882353);
        background-position: 0% 0%;
        background-repeat: repeat, no-repeat;
    }

    #Text3 {
        background-color: rgba(255, 153, 0, 0.780392);
    }

    #text4 {
        font-size: 1.5em;
    }

    #text5 {
        font-size: 1.5em;
    }

    #text6 {
        font-size: 1.5em;
    }

    #text7 {
        font-size: 1.5em;
    }

    #text8 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 400px) {
    body {
        font-size: 8px;
    }

    #Text {
        padding: 4em 2em;
    }

    #Text1 {
        padding: 4em 2em;
    }

    #Text2 {
        padding: 4em 2em;
    }

    #Text3 {
        padding: 4em 2em;
    }

    #Big {
        font-size: 3.5em;
    }

    #text {
        font-size: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text1 {
        font-size: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text2 {
        font-size: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #text3 {
        font-size: 1em;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

    #Header {
        height: 10.125em;
        padding: 12px 1em 16px;
        background-color: rgb(0, 0, 0);
        bottom: auto;
    }

    #BANNER {
        padding-top: 20em;
        padding-bottom: 13em;
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-position: 0% 0%, 100% 0%;
        background-repeat: repeat, no-repeat;
    }

    #text7 {
        font-size: 1.5em;
    }

    #text6 {
        font-size: 1.5em;
    }

    #text5 {
        font-size: 1.5em;
    }

    #text4 {
        font-size: 1.5em;
    }

    #mapa {
        padding-bottom: 140%;
    }

    #text8 {
        font-size: 1.2em;
    }

    #Links {
        margin-top: 1.19921875em;
        margin-left: auto;
        clear: none;
        width: 100%;
        margin-right: auto;
    }

    #ABOUT {
        background-image:url("img/about_us.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #PRODUCTS {
        background-image:url("img/products.jpg");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 100% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #MAP {
        background-image:url("img/glass2.png"),url("img/header.jpg");
        background-attachment: scroll;
        -webkit-background-size: auto, cover;
        background-size: auto, cover;
        background-color: rgba(255, 153, 0, 0.882353);
        background-position: 0% 0%, 100% 0%;
        background-repeat: repeat, no-repeat;
    }
}

