@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
/*@import url("font-awesome.css");*/

body, html {height:100%;font:normal 16px/22px Lato;color:#fff;}
body {
    margin: 0;
    /*overflow: hidden;*/
/*    font:normal 16px/22px Lato;
    color:#fff;*/
}
p {padding-bottom:20px;}
a {font-weight:100;color:#fff;}
a:hover{text-decoration: none;}

h1,h2,h3,h4,h5,h6,a{font-family: Lato;margin: 0;padding: 0;}
h1{font-weight:300;font-size: 60px;line-height: 80px;}
h2{font-weight:300;font-size: 40px;line-height:38px;margin-bottom:80px;}
h3{font-weight:300;font-size: 30px;line-height:38px;margin-bottom:20px;}

/*.icon {
        position: relative;
        text-decoration: none;
    }

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    z-index: 500;
}
*/
/*
--z-height--
bg image
results
content
input & button


z-index:1; and position: absolute;
note: z-index only works on positioned items;
*/

.container {}


.bg3JS { center fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    position:fixed;
    z-index: 5;
    margin: 0;
    overflow: hidden;
}

.bg {background:url(../images/header-bg1.jpg) center fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    position:fixed;
    z-index: 0;
}



.bgOverlay {
    background:rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1;
    top: 0;bottom: 0;left: 0;right: 0;
}

.UI {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
}

.UI .inpt {max-width:200px;color: black;border: 1px solid #fff; 
    padding: 10px 25px;
    text-decoration: none;border-radius: 0; 
    margin-top: 10px;margin-right: 20px; 
    text-transform: uppercase;font-size:16px;}

.UI .btn {color: #fff;border: 1px solid #fff; 
    padding: 10px 25px;
    text-decoration: none;border-radius: 0; 
    margin-top: 10px;margin-right: 25px; 
    text-transform: uppercase;font-size:16px;}
.UI .btn:hover{background:rgba(0,0,0,0.5);transition: all 0.5s ease; }
.UI a.btn{color: #fff;border: 1px solid #fff; padding: 10px 25px;text-decoration: none;border-radius: 0; margin-top: 0px;margin-right: 25px; text-transform: uppercase;font-size:16px;}
.UI a.btn:hover{background:rgba(0,0,0,0.5);transition: all 0.5s ease; }

.login {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 999;
}

.intro#intro {    
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 10;
    opacity: 1;
    /*display: none;*/
    -moz-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
}
h1.intro {color:#fff;}
h1.intro a{color:#fff;text-decoration: none;}
h1.intro a u{text-decoration: none;}
/*h1.intro a:hover u{text-decoration: underline;}*/
h1.intro b{opacity:0.5;}
h1.intro b span{font-weight:300;opacity:0.7;}

.intro#menuBar {
    padding: 0;    
    position: fixed;
    margin: 0px;
    right: 5px;
    top: 5px;
    z-index: 10;
    opacity: 1;
    /*display: none;*/
    -moz-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.96s cubic-bezier(0.4, 0, 1, 1);
}
.intro#menuBar:hover {
    cursor:pointer;
}


.resultWrap {
    position: absolute;
    top: 10px;
    left: 10px;
    width: inherit;
    z-index:100;
    color: #fff;
    padding-bottom: 100px;

}

.resultList {
    position: relative;
    left: 10px;
    top: 5px;
}

.objectList {
    position: relative;
    left: 10px;
    top: 5px;
}

ul {
    list-style-position: inside;
    text-align: left;
    left: 5px;
}
li {
    text-align: left;
    left: 15px;
}

/*.scroll{} 
.animated{} 
.bounceInUp{}*/

.disableScroll{
    overflow: hidden;
}

@media (max-width: 1200px){
        h1{font-size: 50px;line-height: 70px;}
        h2{font-size: 35px;margin-bottom: 50px;}
        h3{font-size: 25px;margin-bottom: 0px;}

}


@media (max-width: 768px){
    h1 {font-size: 40px;line-height: 60px;}
    h2{font-size: 30px;margin-bottom: 30px;}
    h3{font-size: 25px;margin-bottom: 25px;}
    .absolute-center {margin-top: 30%;}
}


@media (max-width: 767px){  
    h1 {font-size: 50px;line-height: 70px;}
    h2 {font-size: 25px;margin-bottom: 25px;}

    .UI a.btn{font-size: 12px;margin-right: 18px;}
    .UI a.btn:last-child{margin-right: 0;}

    /*.prof-links{margin: 60px 0 10px 0; width: 100%;}*/
    /*.connect-icon a{margin:0 10px 0 0;}*/
    /*.social {width: 100%;}*/
    /*.spacer{padding: 30px 0;}*/
}

@media (max-width: 600px){
    h1 {font-size: 40px;line-height: 60px;padding-top: 30px}
    h2 {font-size: 25px;margin-bottom: 25px;}
    .UI .inpt{max-width:150px;}
    .UI a.btn{font-size: 12px;margin-right: 18px;}
    /*.UI a.btn:last-child{margin-right: 0;}*/
    /*.testimonials p{padding: 0;font-size: 14px;line-height: 20px;}*/
}

@media (max-width: 350px){
    h1 {font-size: 40px;line-height: 60px;padding-top: 30px}
    h2 {font-size: 25px;margin-bottom: 25px;}
    .UI .inpt{max-width:100px;}
    .UI a.btn{font-size: 12px;margin-right: 18px;}
    /*.UI a.btn:last-child{margin-right: 0;}*/
    /*.testimonials p{padding: 0;font-size: 14px;line-height: 20px;}*/
}
