/*
	default  
*/
html {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 300;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#body {
    text-align: center;
    margin: 0 auto;
    min-height: 100%;
    background-color: #333333FF;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;

}

h1 {
    font-family: Lato;
    font-size: 7.4vw;
    font-weight: 500;
}

h2 {
    font-family: Lato;
    font-size: 7vw;
    font-weight: 500;
}

h3 {
    font-family: Lato;
    font-size: 6vw;
    font-weight: 500;
}

h4 {
    font-family: Lato;
    font-size: 5vw;
    font-weight: 500;
}

h5 {
    font-family: Lato;
    font-size: 4vw;
    font-weight: 300;
}

p {
    font-family: Lato;
    font-size: 4vw;
    font-weight: 300;
}

#header {
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 900;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
    background-color: #00000000;
}

#logoDiv {
    position: relative;
    top: 30%;
    left: 0px;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    height: 75px;
    background-color: #00000000;
}

#logoImage {
    top: 0px;
    position: relative;
    height: 45px;
    border: none;
    border-color: #00000000;
    margin: 0px;
    border: 0px;
    padding: 0px;
    animation: fadeIn ease-in .5s;
}

#logoFooter {
    height: 35px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    /* ANIMATION DURATION IS DIVIDED INTO KEYFRAMES */
    10% { opacity:0; }
    50% { opacity:1; }
    80% { opacity:1; }
    100% { opacity:0; }
}

#debCaptionFirst {
    opacity: 0;
    animation: fadeInOut 6s;
}

#menuLogo {
    position: relative;
    top: 10px;
    height: 45px;
    animation: fadeIn ease-in .5s;
}

.pageGuide {
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 800;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 98%;
    margin-left: 1%;
    text-align: center;
    background-color: #00ff0000;
}


.pageGuide img {
    position: relative;
    top: 0px;
    left: 0px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #00ffff00;
}

.colorswitcher {
    background-color: #00000000;
    position: fixed;
    top: 8px;
    right: 4px;
}

.link_button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    text-decoration: none;
    padding: 4px;
    background: linear-gradient(#FFFFFF80, #000000FF, #000000FF);
    color: #FFFFFFFF;
    border: 1px solid #FFFFFFFF;
}

.link_button_small {
    font-size: 14px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    text-decoration: none;
    padding: 2px;
    background: linear-gradient(#FFFFFF80, #000000FF, #000000FF);
    color: #FFFFFFFF;
    border: 1px solid #000000FF;
}

.div_link_button {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    text-decoration: none;
    padding: 0px;
    background: linear-gradient(#FFFFFF80, #000000FF, #000000FF);
    color: #FFFFFFFF;
    border: 1px solid #FFFFFFFF;
}

.divPadding {
    position: relative;
    top: .5vw;
    padding: 0px;
    border: 0px;
    margin: 0px;
    height: .5vw;
    width: 100%;
}

#home {
    position: relative;
    top: 0px;
    left: 0px;
    top: 100%;
    z-index: 800;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: #33333300;
}

#homeWhat {
    width: 82%;
    margin-left: 9%;
    text-align: left;
    line-height: 1.5;
    background-color: #00FF0000;

}

.homeDevicesHead {
    width: 100%;
    text-align: center;
    background-color: #33333300;
}

.homeDevicesHead img {
    width: 180px;
    height: 90px;
    padding: 2px;
}

.homeDevices {
    width: 100%;
    text-align: center;
    background-color: #33333300;
}

.homeDevices img {
    width: 120px;
    height: 60px;
    padding: 2px;
}

#homeContactUs {
    width: 82%;
    margin-left: 9%;
    text-align: left;
    line-height: 1.5;
    background-color: #33333300;
}

#contactContent {
    position: relative;
    left: 0px;
    top: 20px;
    z-index: 800;
    width: 100%;
    text-align: center;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.contact-form {
    position: relative;
    top: 0px;
    padding-left: 10px;
    padding-right: 20px;
    background-color: transparent;
}

.main-content-form {
    text-align: center;
    background-color: transparent;
}

.form-group {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.form-group i {
    padding-left: 5px;
    font-size: 12px;
}

.form-group input {
    font-size: 20px;
    line-height: 24px;
    width: 96%;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.form-group textarea {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    background-color: transparent;
    border-color: #fff;
    border-width: 2px;
}

.cError {
    color: #FF0000 !important;
    background-color: #333333FF;
    text-align: center;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    font-size: 20px;
    text-shadow: none;
    font-weight: bold;
}

#privacyContent {
    position: relative;
    top: 100px;
    left: 0px;
    z-index: 800;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: #333333FF;
}

#privacyTitle {
    position: relative;
    top: 0px;
    z-index: 5;
    background-color: #333333FF;
}

#privacyTitle h1 {
    text-decoration: none;
    background-color: #333333FF;
}

#privacyPolicyContent {
    position: relative;
    top: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#privacyPolicyContent img {
    position: relative;
    top: 40px;
}

#privacyPolicyContent h2 {
    color: #9acafe;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 0px;
}

#privacyPolicyContent p {
    color: #fff;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#privacyContactUs {
    position: relative;
    top: 210px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    background-color: #333333FF;
}

#privacyContactUs p {
    color: #fff;
    text-align: center;
}

#privacyBottom {
    position: relative;
    top: 210px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    background-color: #333333FF;
}