/*Custom Style*/

body {
    font-family: "brandon-grotesque";
    background: #d9d9d9;
}

#wrapper {
    margin: 0 auto;
    border-top: none;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px #949494;
    -moz-box-shadow: 0 10px 30px #949494;
    background: #f3f3f3;
}

.centered-wrapper {
    width: auto;
}

#header {
    width: 100%;
    background: #0b2a56;
    padding: 30px 0;
}

#footer {
    width: 100%;
    background: #3c3c3c;
}

#footer .contactdetails {
    width: 190px;
    margin: 0 auto 25px auto !important;
    float: none;
    text-align: center;
}

#footer ul {
    width: 85%;
    margin: auto;
}

#topfooter {
    margin: 0 auto;
    padding: 0;
    width: 540px;
}

ul#mainnav li a {
    font-family: "brandon-grotesque";
    font-size: 16px;
    color: #FFFFFF;
}

ul#mainnav li a:hover {
    color: #919191;
}

.right {
    float: right !important;
}

h1 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: bold;
}

h2 {
    margin-bottom: 14px;
    font-size: 16px;
}

p {
    font-size: 16px;
    margin-bottom: 30px;
}

img.responsive {
    width: 100%;
}

.separator {
    background: url(../images/line.png) no-repeat;
    height: 2px;
    margin: 50px 0;
}

#footer h3 {
    font-size: 20px;
    font-family: "brandon-grotesque";
    font-weight: 500;
}

ul#contact-widget li {
    color: #D1D1D1;
    text-align: left;
}

#contactform input[type="text"] {
    background: none repeat scroll 0 0 #2F2F2F;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    height: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2% 5%;
    width: 94%;
    -webkit-box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    background: none repeat scroll 0 0 #282828;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 rgba(255, 255, 255, 0.024);
    color: #BBBBBB;
    font-size: 1em;
    padding: 0.75em;
    transition: background 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    border: 1px solid #000000;
}

#contactform input[type="number"] {
    background: none repeat scroll 0 0 #2F2F2F;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    height: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2% 5%;
    width: 94%;
    -webkit-box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    background: none repeat scroll 0 0 #282828;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 rgba(255, 255, 255, 0.024);
    color: #BBBBBB;
    font-size: 1em;
    padding: 0.75em;
    transition: background 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    border: 1px solid #000000;
}

#contactform textarea {
    background: none repeat scroll 0 0 #2F2F2F;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2% 5%;
    width: 94%;
    -webkit-box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    box-shadow: inset 0px 0.3px 0px 1px rgba(0, 0, 0, 14);
    background: none repeat scroll 0 0 #282828;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 0 rgba(255, 255, 255, 0.024);
    color: #BBBBBB;
    font-size: 1em;
    padding: 0.75em;
    transition: background 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
    border: 1px solid #000000;
}

label {
    color: #FFFFFF;
    padding-top: 15px;
}

.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0b2a56), color-stop(1, #aec0d9));
    background: -moz-linear-gradient(top, #0b2a56 25%, #aec0d9 155%);
    background: -webkit-linear-gradient(top, #0b2a56 25%, #aec0d9 155%);
    background: -o-linear-gradient(top, #0b2a56 25%, #aec0d9 155%);
    background: -ms-linear-gradient(top, #0b2a56 25%, #aec0d9 155%);
    background: linear-gradient(to bottom, #0b2a56 25%, #aec0d9 155%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0b2a56', endColorstr='#aec0d9', GradientType=0);
    background-color: #0b2a56;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #102e59;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 13px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aec0d9), color-stop(1, #0b2a56));
    background: -moz-linear-gradient(top, #aec0d9 5%, #0b2a56 55%);
    background: -webkit-linear-gradient(top, #aec0d9 5%, #0b2a56 55%);
    background: -o-linear-gradient(top, #aec0d9 5%, #0b2a56 55%);
    background: -ms-linear-gradient(top, #aec0d9 5%, #0b2a56 55%);
    background: linear-gradient(to bottom, #aec0d9 5%, #0b2a56 55%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#aec0d9', endColorstr='#0b2a56', GradientType=0);
    background-color: #aec0d9;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.dl-menuwrapper button:after {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 10px 0 #FFFFFF, 0 20px 0 #FFFFFF;
    content: "";
    height: 5px;
    left: 16%;
    position: absolute;
    top: 10px;
    width: 68%;
}

.dl-menuwrapper button {
    background: none repeat scroll 0 0 #CCCCCC;
    border: medium none;
    cursor: pointer;
    height: 45px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-indent: -900em;
    width: 48px;
}

#mobile-nav {
    padding: 25px 0 25px 0;
    border-bottom: 3px solid #0B2A56;
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    width: 100%;
}

#mobile-nav ul {
    margin: 0 auto;
    text-align: center;
}

#mobile-nav li {
    margin-bottom: 22px;
}

#mobile-nav li:last-of-type {
    margin-bottom: 0px;
}

#mobile-nav li a {
    text-align: center;
    font-family: "brandon-grotesque";
    font-size: 18px;
    line-height: 16px;
    color: #0B2A56;
}

#mobile-call {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #0B2A56;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: none;
}

#mobile-call h3 {
    color: #0B2A56;
    text-align: center;
}
