/* 
    Document   : style
    Created on : 19-Dec-2012, 23:09:59
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/

.bnr {
    width:100%;
height:300px;
    background-color: #efefef;
    margin-bottom:30px;
    background-image: url("../images/bnr1.jpg");
}

.hide-robot {
    display:none;
   }

*
{
    margin: 0;
    padding: 0;
}

.menu img {
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-top: 20%;
    margin-bottom: 30px;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    color: #231F20;
    font-size: 12px;
    background: #ffffff;
    font-family: arial,Verdana,Geneva,sans-serif;
    background-image: url(../images/bnr.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.container {
    height: 100vh;
    position: relative;    
}
.content
{
    margin: 0 auto;
    text-align: left;
}

.data
{
    padding: 20px;
    position: relative;
}

.logo
{
    text-align: center;
	background-color: #2a2b2a;
    background-image: url('../images/bnr.jpg');
}

.logo img
{
    width: 20%;
    max-width: 100%;
}



.open
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../images/region-up.png');
}

.closed
{
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../images/region-down.png');
}

.open:hover
{
    cursor: pointer;
}

.closed:hover
{
    cursor: pointer;
}

strong.titlex
{
    display: block;
    margin: 20px 0;
    color: #09355E;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #09355E;
}

ul.contact-us
{
    float: left;
    margin-right: 5%;
}

form.contact-us
{
    width: 50%;
    float: right;
}

.results
{
    padding: 10px;
    display: none;
    background: #f7f6f600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.results label
{
    width: 50%;
    float: left;
    padding:5px;
}

.results span
{
    float: left;
    padding:5px;
}

.results .input
{
    background: #fff;
}

.title-h {
    background-color:#144572;
    color:#fff;
    padding:20px;
    width:98%;
    margin-left:-10px;
}
.calc-field {
    
    background:#00041f;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0; 
}

input[type="text"], input[type="password"], textarea, select, .input {
    width: 96%;
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
    background: #f7f6f6;
    border: 1px solid #144572;
    vertical-align: middle;
    border-bottom: 1px solid #144572;
}
.spot {
    color:#144572;
}


.stuck 
{
position: fixed;
  top: 0;
  width: 100%;
    z-index: 200;   
}


@media only screen and (max-width: 500px) {
   .results label
{
    width: 60%;
    float: left;
    padding:5px;
}
    ul.drop-menu {
    top: 68px;
    margin: 0;
    left: -20px;
    width: 200px;
    z-index: 1000;
    padding: 8px 0;
    color: #ffffff;
    position: absolute;
    visibility: hidden;
    background: #f7f6f6;
    border-bottom: 5px solid #144572;
    background: #f7f6f6;
    margin-left: 30px !important;
}
    .menu 
{
    margin-top: -18px !important;
}
}


.menu-block {
    /* display: inline-block; */
    padding: 15px;
    color: #fff;
    /* margin-bottom: 5px; */
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.gus-container3 {
                        display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 15%;
    text-align: left;
    padding: 20px;
    background-color: #efefef;
    /* color: #ccc; */
    margin-left: 5px;
    display:none;
                }
.gus-container2 {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    width: 250px;
    height: 100%;
    position: fixed;
    background-color: #C85300;
}
.gus-container {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background-color: rgba(239, 239, 239, 0.9);
    padding: 10px;
    margin-left: 24%;
    margin-top: 5%;
}
.fa, .fas {
    font-weight: 900;
    color: #144572;
}


@media only screen and (max-width: 1250px) {
    .menu img {
    width: 60%;
    text-align: center;
    margin-left: 22%;
    margin-top: 1%;
    margin-bottom: 0px;
}   
    .gus-container {        
        margin-left: 40%;
    }
}

@media only screen and (max-width: 750px) {
    .menu img {
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-top: 10%;
    margin-bottom: 30px;
}   
    .gus-container {        
        margin-left: 40%;
        width: 50%;
    }
        .gus-container2 {        
        width:180px;
    }
}

@media only screen and (max-width: 470px) {
    .menu img {
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 10%;
    margin-bottom: 10px;
}   
    .gus-container {        
        margin-left: 5%;
        width: 80%;
            margin-bottom: 100px;
    }
        .gus-container2 {        
        position:relative;
            width:100%;
            display: block;
            height: 520px;
    }

}