﻿/*@charset "UTF-8";*/
/* CSS Document */


/*------ PAGE STRUCTURE ------*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #e4e4e4;
    margin: 0;
}

p { line-height: 180%; }

#wrapper {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 15px 15px 10px #d3d3d3;
}


section.feature {
    background: url(../images/NewFeature.jpg) no-repeat;
    height: 350px;
}

section.content { padding: 2.5em 7em; }


.column {
    margin-top: 0;
    float: left;
    width: 40%;
    margin: 2em;
}

.column-inner {
    width: 425px;
    margin-left: 1.5em;
}

footer { text-align: center; }

aside {
    float: right;
    width: 18em;
    margin-left: 2em;
}

.grey-box {
    padding: .5em 1em;
    background-color: #F0EDED;
    border-top: 1px solid #093272;
    margin-bottom: 1.5em;
}

article {
    border-bottom: 1px solid #333;
    margin-bottom: 2em;
}

/*------- NAVIGATION -------*/

/*.login {
    float: right;
    list-style: none;*/

/*padding: 0;*/

/*margin: 24px 16px 0 16px;
    
}*/

ul.login, ul.login-fluid {
    float: right;
    list-style: none;
    padding: 0;
    margin: 24px 16px 0 16px;
    /*background-color: #f8f8f8;*/
}

ul.login li, ul.login-fluid li {
    display: inline-block;
    padding-left: 15px;
}

nav li a, ul.login a, ul.login-fluid a {
    display: block;
    font-size: 14px;
    color: #3870c1;
    text-transform: uppercase;
    padding: .5em;
    text-decoration: none;
}

ul.login a:hover {
    text-decoration: underline;
    /*background-color: #f8f8f8;*/
}

ul.login-fluid a:hover { background-color: #f8f8f8; }

/*.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}*/

#header-menu-container {
    width: 100%;
}

#header-menu-container nav {
    padding-left: calc(50vw - 463px);
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid > .navbar-collapse {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.navbar-nav, nav { clear: both; }

.navbar-nav ul, nav ul {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-nav ul li, nav ul li { display: inline-block; }

#header-menu-container, .navbar-nav, header nav {
    background-color: #093272;
    text-align: right;
    width: 100%;
}

.navbar-nav li a, header nav a {
    display: block;
    font-size: 13px;
    color: #fff !important;
    min-width: 143px;
    padding: 10px 19px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.navbar-nav li a:hover, header nav a:hover {
    background-color: #042049 !important;
    text-decoration: none;
    color: #fff;
}

.search { background-color: #d13b13; }

.search:hover { background-color: #a82309; }

a { color: #3870c1; }

.button {
    font-size: .9em;
    display: inline-block;
    background-color: #093272;
    color: #fff !important;
    text-decoration: none;
    padding: .25em .5em;
    margin-right: .25em;
    border: 2px solid #cccccc;
    text-align: center;
}

.button:hover { background-color: #3870c1; }

.feature-button {
    display: inline-block;
    background-color: #3870c1;
    padding: .25em 1em;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #fff;
    position: relative;
    left: 220px;
    top: -0px;
    font-size: 14px;
}

.feature-button:hover { background-color: #d13b13; }


/*-------PANELS------*/
div[data-toggle="collapse"] .rotate {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
div[data-toggle="collapse"].collapsed .rotate {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-title {
    text-decoration: underline;
}

/*------- TEXT-------*/

header h1 {
    float: left;
    color: #14407f;
    font-weight: 500;
    text-transform: uppercase;
    margin: .65em 1em;
    font-size: 36px;
}

#nav-brand-title {
    float: left;
    color: #14407f;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 36px;
}

.feature h1 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
    text-shadow: 5px 5px 20px #000;
    top: -50px;
    left: 80px;
    width: 500px;
    margin-right: 0;
    margin-left: 60px;
    display: inline-block;
    text-align: center;
}


.feature p {
    font-size: 1.20em;
    color: #ffffff;
    position: relative;
    width: 400px;
    top: -50px;
    left: 190px;
    line-height: 150%;
    padding-top: 15px;
}

.feature-text {
    float: right;
    width: 600px;
    margin: 4em 2em 0 2em;
}

.column h2 {
    color: #14407f;
    font-weight: 500;
    text-transform: uppercase;
}

.column-inner h2 { margin: 0; }

.content h1 {
    color: #3870c1;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: uppercase;
}

.content h2, .content h3 {
    color: #093272;
    font-weight: 500;
    text-transform: uppercase;
}

strong { color: #3870c1; }

footer nav {
    background-color: #404041;
    text-align: center;
}

footer nav a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 2em .5em;
}

footer nav li:after {
    color: #fff;
    content: "|";
}

footer p {
    font-size: small;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 180%;
}

footer nav a:hover { text-decoration: underline; }

aside h3 { text-align: center; }

time {
    font-size: .9em;
    text-transform: none;
}

ul.press { font-size: .75em; }

/*------- IMAGES -------*/

.column img {
    float: left;
    margin: 20px;
}

/*------- GENERICONS-------*/

.genericon {
    color: #3870c1;
    font-size: 21px;
}

.genericon-search { color: #fff; }

/* SLIDER TOGGLE BUTTON CHECKBOX */

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */

.switch input { display: none; }

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a52a2a;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider { background-color: #008000; }

input:focus + .slider { box-shadow: 0 0 1px #008000; }

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

/*.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }*/

/*------- SHOPPING CART -------*/

#header-cart-span {
    color: white;
    padding-left: 12px;
    font-size: 10px;
    padding-top: 4px;
}