﻿/* /////////////////////////////////////////////////////// */
/* Standard CSS                                            */
/* /////////////////////////////////////////////////////// */

body, html, form
{
    margin: 0px;
    padding: 0px;
    height:100%;
    font-family: "Museo500";
}

body  
{
    background-color: #1a233f;
    }
    
img
{
    border: none;
}

div.clear
{
    clear: both; 
    padding: 0px;
    margin: 0px;
}

@font-face {
	font-family: Museo500;
	src: url('/includes/site/css/Museo500-Regular.otf');
}


/* /////////////////////////////////////////////////////// */
/* Main Layout                                             */
/* /////////////////////////////////////////////////////// */


.content .col-md-12:first-child .col-md-6 {
    background-color: #0c1b48;
    margin: 10px;
    width: 46%;
    height: 450px;
}


.herounit {
    margin: 20px 0 20px 0;
}

.paddingtop20 {
    margin-top: 50px;
}

.footer {
    padding: 20px 0 20px 0;
}


/* /////////////////////////////////////////////////////// */
/* Nav                                                     */
/* /////////////////////////////////////////////////////// */

.navi .nav-pills a {
    font-size: 12.1px;
    margin: 10px;
    padding: 15px 15px 15px 15px;
    background: #009b1a; /* Old browsers */
    background: -moz-linear-gradient(top,  #009b1a 0%, #006f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009b1a), color-stop(100%,#006f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #009b1a 0%,#006f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b1a', endColorstr='#006f00',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

    .navi .nav-pills a:hover {
        background: #007001; /* Old browsers */
    background: -moz-linear-gradient(top,  #007001 0%, #009a19 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007001), color-stop(100%,#009a19)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #007001 0%,#009a19 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #007001 0%,#009a19 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #007001 0%,#009a19 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #007001 0%,#009a19 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007001', endColorstr='#009a19',GradientType=0 ); /* IE6-9 */

    }

.header {
    padding-top: 20px;
}

.content h1 {
    color: #ffffff; 
}

.content h2 {
    font-size: 35px;
    color: #ffffff; 
}

.content h3,
.footer h3 {
    font-size: 15px;
    color: #ffffff; 
}

.header h4,
.content h4 {
    font-size: 50px;
    color: #ffffff; 
}

.header h5,
.content h5 {
    font-size: 35px;
    color: #ffffff; 
}

.header h6,
.content h6 {
    font-size: 30px;
    color: #20B601; 
}

.content p,
.content ul li {
    font-size: 20px;
    color: #ffffff;
}

.content .btn-group {
    margin: 10px;
    background: #009b1a; /* Old browsers */
    background: -moz-linear-gradient(top,  #009b1a 0%, #006f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009b1a), color-stop(100%,#006f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #009b1a 0%,#006f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b1a', endColorstr='#006f00',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}


.footer {
    background: #009b1a; /* Old browsers */
    background: -moz-linear-gradient(top,  #009b1a 0%, #006f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009b1a), color-stop(100%,#006f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #009b1a 0%,#006f00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #009b1a 0%,#006f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b1a', endColorstr='#006f00',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.otherpromotions .row .col-md-8{
    background-color: #0c1b48;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ///////////////////////////////////////////////// */
/* Contact                                           */
/* ///////////////////////////////////////////////// */

.control-label {
    color: #ffffff;
}


.btn-warning {
    background-color: #007F09;
    border-color: #008C11;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #008C11;
    border-color: #007F09;
    color: #fff;
}