/*
* Directory 1.0
* Copyright 2012, The Company Warehouse
* www.thecompanywarehouse.co.uk
* 07/12/2012
*/
/* Table of Contents
==================================================
	
	#Site Styles
	#Navigation
        #Shop
	#Page Styles
	#Page Specific Styles
	#Media Queries */
/* #Fonts (in base.css)
================================================== */
/* #Site Styles
================================================== */
@font-face {
  font-family: 'Socialico';
  src: url("../fonts/Socialico.otf") format("opentype"), url("../fonts/Socialico.ttf") format("truetype");
}

.socialico {
  font-family: "Socialico";
}

@font-face {
  font-family: 'Socialico Plus';
  src: url("../fonts/Socialico%20Plus.otf") format("opentype"), url("../fonts/Socialico%20Plus.ttf") format("truetype");
}

.socialicoplus {
  font-family: "Socialico Plus";
}
/* .header-row {
  margin-right: -15px;
  display: flex;
  margin-left: -15px;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
} */
html {
  overflow-y: scroll;
}

body,
a,
p,
span,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.img-div img {
  max-width: 100%;
  display: block;
  height: auto;
}

.btn {
  border-radius: 0px;
}

.btn-secondary {
  background-color: #fff;
  color: #5ba5e5;
  border-color: #fff;
}

.btn-primary {
  background-color: #fbfbfc;
  color: black;
  /* border-color: #337ab7; */
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

.contact-map {
  padding-top: 30px;
  padding-bottom: 30px;
}

#contact-section-1 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #337ab7;
  color: #fff;
  font-size: 20px;
  padding-bottom: 30px;
}

#contact-section-1 a {
  color: #fff;
}
/* .loginbutton{
  display: none;
} */
.nav_loginbutton {
  display: none;
}
@media (min-width: 768px) {
  #contact-section-1 dt {
    width: 30px;
  }
}

@media (min-width: 768px) {
  #contact-section-1 dd {
    margin-left: 50px;
  }
}

#contact-section-1 .dl-horizontal {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #contact-section-1 .dl-horizontal {
    text-align: center;
  }
  .loginbutton{
    display: none;
  }
  .nav_loginbutton{
    display: block;
  }
}

#contact-section-1 .contact-form {
  font-size: 16px;
  padding-bottom: 30px;
}

#contact-section-1 .contact-form .btn {
  background-color: #fff;
  color: #5ba5e5;
  height: 40px;
}

#contact-section-2 {
  margin-bottom: 30px;
  background-color: #337ab7;
  color: #fff;
}

#contact-section-2 p,
#contact-section-2 dl {
  font-size: 18px;
}

.loginbutton a {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid;
  padding: 8px;
  text-decoration: none;
  font-weight: bolder;
}
.nav_loginbutton a {
  position: absolute;
  top: 10px;
  right: 0px;
  border: 1px solid;
  padding: 8px;
  text-decoration: none;
  font-weight: bolder;
}
.nav_loginbutton2 a {
  position: absolute;
  border: 1px solid;
  padding: 8px;
  text-decoration: none;
  font-weight: bolder;

}
.nav_loginbutton2{
  display: none;
}
#contact-section-2 dl {
  margin-top: 30px;
}

.img-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {

  #contact-section-1 h1,
  #contact-section-2 {
    text-align: center;
  }
  .loginbutton{
    display: none;
  }
  .nav_loginbutton{
    display: none;
  }
  .nav_loginbutton2{
    display: block;
  }
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {

  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
  .loginbutton{
    display: none;
  }
  .nav_loginbutton{
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
  .loginbutton{
    display: none;
  }
  .nav_loginbutton{
    display: block;
  }
}

@media (min-width: 1200px) {

  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
  .loginbutton{
    display: block;
  }
  .nav_loginbutton{
    display: none;
  }
}

header {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #337ab7;
  color: #5ba5e5;
  position: sticky;
  top: 0;
  bottom: 10px;
  z-index: 999;
}

.logo-div img {
  max-height: 90px;
  margin-top: 18px;
  max-width: auto;
}

@media screen and (max-width: 767px) {
  .logo-div img {
    margin: 0px auto;
  }
  .loginbutton{
    display: none;
  }
  .nav_loginbutton{
    display: none;
  }
  .nav_loginbutton2{
    display: block;
  }
}

.header-sm {
  margin-top: 50px;
}

.header-sm a {
  font-size: 45px;
  line-height: 40px;
  color: #fff;
}

.header-sm a:hover {
  text-decoration: none;
  color: #74aed0;
}

.header-sm .sm-extras a,
.header-sm .sm-extras span {
  font-size: 18px;
  color: #fff;
  display: block;
  float: none;
}

/*.header-sm .sm-extras .sm-extras__email {
      color: #5ebbe7;
    }*/


@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

.navbar {
  padding-top: 5px;
  text-transform: uppercase;
  background-color: #337ab7;
  border: none;
  margin-top: 50px;
}
.navbar-collapse{
  padding-bottom: 50px;
}
.navbar .navbar-nav>li>a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.navbar .navbar-nav>li>a:hover {
  background-color: #5ba5e5;
  color: #fff;
}

.navbar .navbar-nav>li.active>a {
  color: #fff;
  background-color: #255e8f;
}

.navbar .navbar-nav>li.active>a:hover {
  background-color: #5ba5e5;
  color: #fff;
}

.navbar-default .navbar-toggle>.icon-bar {
  background-color: #fff;
}

#home-section-1 .carousel-div {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  background-color: #337ab7;
}

#home-section-1 .carousel-div .carousel {
  padding-bottom: 20px;
}

#home-section-1 .carousel-div .item {
  color: #fff;
  background-color: #337ab7;
  padding-bottom: 15px;
}

#home-section-1 .carousel-div .item div:last-child {
  padding-top: 15px;
  height: 100%;
}

#home-section-1 .carousel-div .item div:last-child img {
  width: 100%;
}

#home-section-1 .carousel-div .carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  left: 0px;
  margin-left: 0px;
  background-color: #e5e6e6;
  line-height: 5px;
  padding-top: 7px;
  padding-bottom: 8px;
}

#home-section-1 .carousel-div .carousel-indicators li {
  width: 50px;
  height: 5px;
  border-radius: 0px;
  background-color: #adb5b6;
  border-color: #adb5b6;
}

#home-section-1 .carousel-div .carousel-indicators li.active {
  background-color: #fff;
  border-color: #fff;
}

#home-section-1 .carousel-div .left.carousel-control {
  background-image: none;
  opacity: 1;
}

#home-section-1 .carousel-div .left.carousel-control .glyphicon {
  left: 0px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  background-color: #5ba5e5;
  padding: 3px;
}

#home-section-1 .carousel-div .right.carousel-control {
  background-image: none;
  opacity: 1;
}

#home-section-1 .carousel-div .right.carousel-control .glyphicon {
  right: 0px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-right: -15px;
  font-size: 30px;
  background-color: #5ba5e5;
  padding: 3px;
}

#home-section-2 {
  background-color: #337ab7;
  padding-bottom: 45px;
}

#home-section-2 h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

#home-section-2 p {
  font-size: 13px;
}

#home-section-2 .row>div>div {
  margin-top: 30px;
  text-align: center;
  background-color: #255e8f;
  position: relative;
  padding-bottom: 30px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px #255e8f;
  -moz-box-shadow: 0px 0px 5px 0px #255e8f;
  box-shadow: 0px 0px 5px 0px #255e8f;
  color: #fff;
}

#home-section-2 .row>div>div .img-background {
  background-size: contain;
  height: 80px;
}

#home-section-2 .row>div>div .btn {
  position: absolute;
  bottom: -16px;
  left: 15%;
  right: 15%;
}

footer {
  background-color: #337ab7;
  color: #fff;
  padding-top: 0px;
  text-align: left;
  font-size: 12px;
}

footer .navbar {
  margin-top: 0;
  background-color: #337ab7;
}

footer .navbar li a {
  color: #fff;
}

footer .footer-main {
  padding-bottom: 30px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #5ba5e5;
}

footer .footer-sm {
  padding-top: 15px;
}

footer .footer-sm a {
  color: #fff;
  font-size: 45px;
  line-height: 28px;
}

footer .footer-sm a:hover {
  text-decoration: none;
  color: #74aed0;
}

footer .col-lg-push-6 {
  padding-top: 15px;
}

footer .footer-bottom {
  background-color: #337ab7;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

#default-section-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#default-section-1 .col-md-5 {
  background-color: #337ab7;
  color: #fff;
  padding-bottom: 30px;
}

#default-section-1 .col-md-7 {
  min-height: 200px;
}

#default-section-2 {
  background-color: #337ab7;
  padding-top: 30px;
  padding-bottom: 30px;
}

#default-section-2 .content-box>div {
  background-color: #255e8f;
}

#default-section-2 .content-box {
  margin-bottom: 30px;
  color: #fff;
}

#default-section-2 h2 {
  color: #fff;
  text-transform: uppercase;
}

#default-section-2 img {
  margin-top: 15px;
}

#default-section-2 .btn {
  margin-bottom: 5px;
  margin-top: 15px;
}

#breadcrumbs {
  background-color: #337ab7;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#accordion .panel-body {
  padding: 0px !important;
}

#accordion .panel-body table tr td {
  padding-left: 15px !important;
}

#accordion .panel-body .table {
  margin-bottom: 0px !important;
}

.summaryImage {
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.thumbnail.product .btn {
  min-width: initial !important;
}

.thumbnail h3 {
  font-size: 12pt;
  height: 50px;
  text-align: left;
}

.price {
  font-size: 25px;
}

.detailImage {
  margin-bottom: 30px;
}

.detailText {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-side-images img {
  margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */
