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


*
{
    margin: 0;
    padding: 0;
}

.hide-robot {
    display:none;
   }

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    color: #231F20;
    font-size: 12px;
    position: relative;
    text-align: center;
    background: #ffffff;
    font-family: arial,Verdana,Geneva,sans-serif;
}

.container
{
    text-align: left;
    min-height: 535px;
    position: relative;
}

.content
{
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
    position: relative;
    width: 74.12898443291327%;
}

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

.logo
{
    text-align: center;
	background-color: #2a2b2a;
    background-image: url('../images/bnr.jpg');
    background-position: center -750px;
    background-repeat: no-repeat;
    height: 230px;
}

.logo img
{
    width: 25%;
    max-width: 100%;
    margin-top: 80px;
}

.logo p {
    margin-top: 25px;
}


.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: #f7f6f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.results label
{
    width: 25%;
    float: left;
    padding:5px;
    text-transform: capitalize;
}

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

.results .input
{
    background: #fff;
}

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

    background:#053752;
}

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

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

.footer
{
    clear: both;
    padding: 10px 0;
    border-top: 5px solid #cbdc32;
    background: #f7f6f6;
    color:#484848;
}
.stuck
{
position: fixed;
  top: 0;
  width: 100%;
    z-index: 200;
}

.contact-head {
    color: #cbdc32 !important;
}


@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 #F1810E;
    background: #f7f6f6;
    margin-left: 30px !important;
}
    .menu
{
    margin-top: -18px !important;
}
}


@media only screen and (max-width: 600px) {
    .logo p {
        margin-top: 25px;
    }
}



