﻿/* FONTS */

@font-face {
    font-family: 'Material-Design-Icons';
    src: url('../font/material-design-icons/Material-Design-Icons.eot');    src: url('../font/material-design-icons/Material-Design-Icons.eot?#iefix') format('embedded-opentype'),    url('../font/material-design-icons/Material-Design-Icons.woff') format('woff'),
    url('../font/material-design-icons/Material-Design-Icons.ttf') format('truetype'), url('../font/material-design-icons/Material-Design-Icons.svg#material-design-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200; }

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300; }

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400; }

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500; }

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700; }

@font-face {
font-family: 'UniversCom-59UltraCondensed';
src: url('../font/universcom59ultracondensed.eot'); src: url('../font/universcom59ultracondensed.eot?#iefix') format('embedded-opentype'),url('../font/universcom59ultracondensed.woff') format('woff'),
url('../font/universcom59ultracondensed.ttf') format('truetype'),url('../font/universcom59ultracondensed.svg#universcom59ultracondensed') format('svg');
font-weight: normal;
font-style: normal;
}


.headerTop {
    background:url("../images/top-header-bg.jpg") no-repeat top;
   /* width: 1200px;*/
    height: 359px;
    display:block;
}

.second-area {
   background:#7AADFF url("../images/second-background.jpg") no-repeat top;
  /*  width: 1200px;
    height: 243px;*/
    display:block;
}
.form-area {
    background:#323337 url("../images/form-background.jpg") no-repeat bottom center;
   /* width: 1200px;
    height: 664px;*/
    padding-bottom: 40px;
    display: block;
    font-family: "UniversCom-59UltraCondensed", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size:24px;
    color:#5b7187;
}

h1 {
    font-family: "UniversCom-59UltraCondensed", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size:51px !important;
    color:white !important;
}

p {
    font:"Roboto",Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size:14px;
    color:white;
}

.align-it {
    display:block;
    width: 560px;
    padding-top:15px;
}

.form-type-top {
    text-transform: uppercase !important;
    color:#5ff7ec !important;
    font-size:38px !important;
    padding-top:10px;
}

.footer-container {
    background-color:#0eb8a8;
    height: 60px;
    display:block;
}

.footer-txt {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    padding: 20px;
    color:white;
}
.padd10 {
    padding:10px;
}

.input-lg {
    border-radius:0px !important;
    background-color: transparent !important;
    border-bottom: 2px solid #5ff7ec !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.form-hold {
width: 70%;
padding: 0px 0px 0px 0px;
}

.form-control {
    color:#ccc !important;
}

div.form-group.label {
    font-weight:normal;
}

.btn-lg{
    margin-top:0px !important;
    border-radius: 0px !important;
    width: 250px;
}

.thank-you-area {
    background:url("../images/thankyou-bg.jpg") no-repeat top;
    height: 539px;
  /*  width: 1200px; */
    display:block;
    padding: 40px 0px 0px 0px;
}

h1.robot-y {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color:#fef17f !important;
    text-transform: uppercase !important;
    font-size: 28px !important;

}

.align-it.ty {
   /* width: 640px;*/
}

.thank-you-all-mid {
   /* width: 640px;*/
}

/************* EXTRA *****/

@media screen and (max-width: 990px) {
.hurt {
    margin-top:-30px;
}
}

@media screen and (max-width: 720px) {
    .footer-txt {
        font-size:8px;
    }

    h1.text-center {
        font-size:32px !important;
    }
    .align-it {
        width:90%;
    }
    .headerTop {
        background-position: -120px !important;
    }
}

.headerTop {
    background-position: left;
}

.small-type.text-center {
    padding-bottom:20px;
}
