/* Shared Rules */
.header .logo, .header-opw, .footer .logo { text-indent: -9999px; text-align: left; display: block; }
.btn { -moz-transition: all, ease-in-out 0.5s; -o-transition: all, ease-in-out 0.5s; -webkit-transition: all, ease-in-out 0.5s; transition: all, ease-in-out 0.5s; }

/* Layout */
html { position: relative; min-height: 100%; }
body { margin-bottom: 135px; font: 14px/1.42857 Arial, "Helvetica Neue", Helvetica, sans-serif; color: #fff; background: url("../images/layout/body-bg.jpg") no-repeat top center #000e2c; background-size: cover; background-attachment: fixed; -webkit-font-smoothing: antialiased; }

.container { position: relative; }

.header { height: 106px; background: #00092e; }
.header .container { height: 106px; background: url("../images/layout/header-bg.png") center center; }
.header .logo { background: url("../images/layout/logo.png"); width: 355px; height: 41px; position: absolute; top: 35px; left: 15px; }
.header-info { display: block; font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; font-size: 26px; color: #fff; text-align: center; position: absolute; top: 28px; right: 15px; }
.header-info em { display: block; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; text-transform: uppercase; font-style: normal; }
.header-opw { background: url("../images/layout/header-opw.png"); width: 160px; height: 20px; position: absolute; top: 50px; right: 15px; }

.content { padding: 50px 0 100px; }
.content h1 { font-size: 34px; margin: 0 0 25px; }
.content h2 { font-size: 30px; margin: 25px 0 5px; }
.content h3 { font-size: 26px; margin: 25px 0 5px; }
.content h1, .content h2, .content h3 { font-family: "Montserrat", sans-serif; font-weight: bold; text-transform: uppercase; color: #fff; letter-spacing: -0.05em; }
.content h4 { font-size: 16px; color: #fff; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-weight: bold; letter-spacing: -0.05em; margin: 25px 0 5px; }
.content p { color: #fff; padding: 0 0 10px; }
.content img { max-width: 100%; }
.content a { color: #ffef1f; }
.content.interior { background: #fff; padding: 50px; color: #333; }
.content.interior h1, .content.interior h2, .content.interior h3, .content.interior h4, .content.interior h5, .content.interior h6 { color: #333; }
.content.interior p { color: #333; }
.content.interior a { color: #5BA9E5; font-weight: bold; }

.text-yellow { color: #ffef1f !important; }
.text-large { font-size: 40px; font-weight: bold; font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; }

.hp--opw { margin: -50px 0 10px; }

.well { padding: 15px 20px; margin: 10px 0 35px; border: 1px #fff solid; background: none; }
.well .table { margin: 0; }
.well .table td { border: none; }
.well h4 { margin: 0 0 5px; }

.two-ways-to-order .text-large { margin: -12px 0 0; }
.two-ways-to-order form { margin: 30px 0 0; }
.two-ways-to-order input[type=text] { padding: 8px 15px; border: none; border-radius: 5px; display: inline-block; width: 55%; margin: 0 3% 0 0; color: #333; }
.two-ways-to-order input[type=submit] { display: inline-block; width: 40%; padding: 9px 0; position: relative; top: -2px; }

.footer { height: 155px; padding: 25px 0; background: #00224c; position: absolute; bottom: 0; width: 100%; }
.footer .logo { background: url("../images/layout/logo.png"); width: 355px; height: 41px; margin: 25px 0 0; }
.footer p { color: #fff; padding: 0 50px 0 0; }
.footer p a { color: #fff; }
.footer h3 { color: #fff; font-weight: bold; font-family: "Arial Black", "Arial Bold", Gadget, sans-serif; margin: -5px 0 0; }
.footer h4 { color: #fff; font-weight: bold; text-transform: uppercase; font-family: "Montserrat", sans-serif; letter-spacing: -0.05em; margin: 0 0 5px; }

.modal-backdrop { z-index: 99999; }
.modal { z-index: 999999; }

/* Bootstrap Buttons */
.btn, .btn:focus { color: #00224c !important; }
.btn:hover, .btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-success, .btn-success:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-inverse, .btn-inverse:hover, .btn-primaryColor, .btn-primaryColor:hover, .btn-secondaryColor, .btn-secondaryColor:hover, .btn-tertiaryColor, .btn-tertiaryColor:hover { color: #00224c !important; }
.btn { font: 16px "Montserrat", sans-serif; text-transform: uppercase; font-weight: bold; letter-spacing: -0.05em; padding: 10px 30px; margin: 0; border: none; background: black; position: relative; display: inline-block; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.btn:hover { background: #0050b2; text-decoration: none; }
.btn:focus { outline: none; }
.btn-primary { background: #005888; }
.btn-primary:hover { background: #0079bb; }
.btn-info { background: #49AFCD; }
.btn-info:hover { background: #71c1d8; }
.btn-success { background: #5BB75B; }
.btn-success:hover { background: #7ec77e; }
.btn-warning { background: #FAA732; }
.btn-warning:hover { background: #fbbc64; }
.btn-danger { background: #DA4F49; }
.btn-danger:hover { background: #e37873; }
.btn-inverse { background: #363636; }
.btn-inverse:hover { background: #505050; }
.btn-primaryColor { background: #00224c; }
.btn-primaryColor:hover { background: #00397f; }
.btn-secondaryColor { background: #ffef1f; }
.btn-secondaryColor:hover { background: #fff352; }
.btn-tertiaryColor { background: #949494; }
.btn-tertiaryColor:hover { background: #aeaeae; }
.btn-large { font-size: 18px; padding: 12px 22px 10px; }
.btn-small { font-size: 11px; padding: 8px 16px 6px; }
.btn-mini { font-size: 9px; padding: 7px 12px 5px; }
.btn-link { background: none; padding: 0; border-radius: 0; border: none; }

@media (max-width: 1200px) {
  .header .container { background-size: 100% 100%; }
  .footer .logo { width: 100%; height: 30px; background-size: 100% 100%; }
}
@media (max-width: 992px) {
  .header .logo { width: 250px; height: 30px; background-size: 100% 100%; top: 40px; }
  .header-info { right: 28%; }
  .footer { padding: 25px 0 0; }
  .footer .logo { height: 25px; }
}
@media (min-width: 769px) {
  .navigation { padding: 15px 0; position: relative; z-index: 10000; }
  .navigation ul { margin: 0; padding: 0; }
  .navigation ul:after { content: ""; display: table; clear: both; }
  .navigation ul li { list-style: none; position: relative; }
  .navigation ul li a { font-family: "Montserrat", sans-serif; font-weight: bold; font-size: 18px; text-decoration: none; text-transform: uppercase; color: #949494; display: block; padding: 6px 0; }
  .navigation ul li a:hover { color: #949494; cursor: default; }
  .navigation ul li a.current { color: #ffef1f; }
  .navigation ul li:first-child a:hover { cursor: pointer; }
  .navigation ul li .expand { display: none; color: #fff; font-size: 20px; position: absolute; top: 3px; right: -90%; cursor: pointer; transform: translate(0, 50%); }
  .navigation ul li .expand:before { content: "\f054"; display: block; color: #fff; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
  .navigation ul ul { margin: 0 0 15px; padding: 0; }
  .navigation ul ul li { float: none; }
  .navigation ul ul li a { font-size: 12px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; color: #fff; padding: 2px 0; }
  .navigation ul ul li a:hover { color: #ffef1f; cursor: pointer; }
  .navigation ul ul li .expand { display: block; }
  .navigation ul ul ul { display: none; top: 0; left: 200%; }
  .navigation-btn { display: none; }
}
@media (max-width: 768px) {
  body { margin-top: 60px; margin-bottom: 0; width: 100%; overflow-x: hidden; position: relative; transition: margin-left 0.5s ease; }
  body.shove { width: 100%; transition: margin-left 0.5s ease; }
  body.shove:before { content: ""; display: block; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 3; }
  .navigation-btn { position: fixed; top: 10px; right: 10px; font-size: 20px; color: #fff; text-decoration: none; background: #00224c; width: 40px; height: 40px; cursor: pointer; display: block; }
  .navigation-btn:before, .navigation-btn.open:before { content: "\f0c9"; display: block; color: #fff; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .navigation-btn.open:before { content: "\f00d"; }
  .navigation-btn span { font-size: 20px; color: #fff; padding: 20px; opacity: 0.7; position: fixed; top: 0; left: 0; }
  .navigation-btn:hover, .navigation-btn:active, .navigation-btn:focus { text-decoration: none; color: #fff; }
  .navigation { height: 60px; background: #003475; position: fixed; top: 0; left: 0; right: 0; z-index: 100000; }
  .navigation ul { visibility: hidden; width: 100%; margin: 0; padding: 0; position: fixed; top: 60px; left: -50%; bottom: 0; z-index: 2; overflow-y: auto; transition: all 0.5s ease; }
  .navigation ul.shove { visibility: visible; left: 0; transition: all 0.5s ease; }
  .navigation ul:before { content: ""; display: block; background: #002d66; position: absolute; top: 0; left: 0; right: 50%; bottom: 0; z-index: 1; }
  .navigation ul li { list-style: none; width: 50%; position: relative; z-index: 2; }
  .navigation ul li a { color: #fff; text-decoration: none; font-size: 16px; line-height: normal; display: block; height: 60px; width: 100%; padding: 20px 60px 20px 20px; }
  .navigation ul li .expand { display: block; color: #fff; font-size: 20px; width: 50px; height: 60px; background: #004499; position: absolute; top: 0; right: 0; cursor: pointer; }
  .navigation ul li .expand:before { content: "\f054"; display: block; color: #fff; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .navigation ul li.open-item { background: #005bcc; }
  .navigation ul li.open-item .open-item .expand:before { content: "\f077"; }
  .navigation ul li.open-item ul { display: block; visibility: visible; width: 40%; margin: 0; padding: 0; background: #005bcc; position: fixed; top: 60px; left: 50%; bottom: 0; z-index: 1; transition: none; }
  .navigation ul li.open-item ul:before { display: none; }
  .navigation ul li.open-item ul li { width: 100%; }
  .navigation ul li.open-item ul li .expand { background: #004499; }
  .navigation ul li.open-item ul li .expand:before { content: "\f078"; }
  .navigation ul li.open-item ul li.open-item ul { display: block; }
  .navigation ul li.open-item ul ul { display: none; width: 100%; margin: 0; padding: 0; position: relative; top: 0; left: 0; z-index: 1; }
  .navigation ul li.open-item ul ul li a { padding: 20px; background: #004499; }
  .navigation ul li.open-item .expand { background: #005bcc; }
  .navigation ul li.open-item .expand:before { content: "\f053"; }
  .navigation ul ul { transition: none; }
  .header { height: auto; }
  .header .container { height: auto; }
  .header .logo { margin: 18px auto 10px; position: relative; left: auto; top: auto; }
  .header-info { width: 100%; display: block; position: relative; top: auto; right: auto; }
  .header-opw { margin: 10px auto; position: relative; top: auto; right: auto; left: auto; }
  .content-wrap .container .row, .footer .container .row { margin: 0; }
  .content-wrap [class^=col-] { width: 100%; float: none; padding: 0; }
  .container { padding: 0; margin: 0; }
  .footer { text-align: center; padding: 25px 0; height: auto; position: relative; bottom: auto; margin: 0 0 -20px; }
  .content { padding: 50px 15px 100px; }
  .footer [class^=col-] { width: 100%; float: none; }
  .footer .logo { margin: 0 20% 15px; width: 60%; height: 40px; }
  .footer p { padding: 0; margin: 0 0 15px; }
  .footer h3 { margin: 0 0 15px; }
}
@media (max-width: 480px) {
  .content.interior { padding: 25px; }
  .well .table td { display: block; width: 100%; text-align: center; }
  .two-ways-to-order form { margin: 0; }
  .two-ways-to-order input[type=text], .two-ways-to-order input[type=submit] { width: 100%; margin: 0 0 10px; }
  .two-ways-to-order input[type=submit] { margin: 0; }
  .hp--opw { margin: -20px 0 10px; }
  .footer .logo { margin: 0 10% 15px; width: 80%; height: 40px; }
}
@media (max-width: 320px) {
  body { min-width: 320px; }
}