body {
    padding-top: 54px;
    font-family: 'Encode Sans', sans-serif;
    overflow:hidden;
}
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

hr{
    margin-top:40px;
    margin-bottom:40px;
    height: 1px;
	border: 0;
    background: -webkit-gradient( 
                linear, 
                0 0, 
                100% 0,  
                from(rgba(50,50,50,0.01)),
                to(rgba(80,80,80,0.01)), 
                color-stop(.5,#c9c9c9)
                );
    background: -moz-linear-gradient(
                left,
                rgba(0,0,0,0.001) 0%,
                rgba(201,201,201,1) 50%,
                rgba(0,0,0,0.001) 100%
                );
    
    background:-ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:-o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    
    box-shadow: -5px 7px 13px 1px #dad2d2;
    -moz-box-shadow: -5px 7px 13px 1px #dad2d2;
    -webkit-box-shadow: -5px 7px 13px 1px #dad2d2;
}

hr.half{
    width:50%;
    margin-top:5px;
}

.bg-new{
    background-color: rgb(37, 37, 37)!important;
}

.content{
    color: rgb(37, 37, 37);
}

.parallax-window {
    height: 500px;
    background: transparent;
}

.parallax-window-small {
    height: 300px;
    background: transparent;
}

.dropdown-menu{
    background-color: rgb(37, 37, 37) !important;
    border:0;
    padding-left: 10px;
}

.navbar{max-width:100vw;}
.nav-item{
    margin-right:10px;
    transition: 2s linear all;
}

.padding-top-50{padding-top:50px;}
.padding-top-80{padding-top:80px;}
.width-80{max-width: 80%;
margin:auto;}
.width-50{max-width: 50%;
    margin:auto;}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 175px;
    background-color: rgb(37, 37, 37);
    color: white;
    text-align: center;
    padding-top:10px;
 }

.nolisttype{
    list-style-type: none;
    text-align: left;
}

a{
    color: rgb(112, 112, 112);
}
a:hover{
    text-decoration: none;
    color: rgb(192, 192, 192);
}

.linkbtn{
    padding: 7px;
    border:1px solid #52332a;
    border-radius: 5px;
    color: #1a100d;
    background-color: #fff;
}
.linkbtn:hover{
    background-color: #d3beb5;
}

.logo{
    max-width: 90vw;
}

.iconlogo{
    height:50px;
}

.some{
    margin:auto;
}
.fa {
    padding: 10px;
    padding-top: 13px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    line-height: 40px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-facebook:hover{
    color:white!important;
    text-decoration: none;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
    height: 100%;
    background: white;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
    
	/*background: url('../../images/logo.gif') center no-repeat #fff;*/
}

.formbtn{
    cursor: pointer;
    background-color: #c9c9c9;
    padding-left: 30px;
    padding-right: 30px;
    color: #222;
}
.formbtn:hover{
    background-color: #a7a7a7;
    color: #444;
}

.downArrow{
    position: absolute;
    top: calc(100vh - 70px);
    left: calc(50% - 50px);
    cursor: pointer;
    color:black;
}

#page2{
    position: absolute;
    top: 100vh;
    height: 100vh;
    width: 100vw;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left:auto;
    margin-right:auto;
    border-top: 20px solid black;
  }

.leadtext{
    padding-bottom: 0px;
    margin-bottom:2px;
}

.alert{
    position: absolute;
    top:0;
    left:0;
    right:0;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .footer{
        height:400px;
        text-align: center!important;
    }
    .nolisttype{
        margin-top: 10px;
        padding-left: 0!important;
        text-align: center;
    }
    #mainbanner{
        background-position-x: 50%!important;
    }
    .width-50{
        max-width:100vw;
        margin: 0;
        padding: 0;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .width-80, .width-50{
        max-width:100vw;
        margin: 0;
        padding: 0;
    }
    .logo{
        max-width: 80vw;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}