/*
* 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: 'SocialicoPlus';
  src: url("../fonts/socialicoplus-webfont.eot");
  src: url("../fonts/socialicoplus-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/socialicoplus-webfont.woff2") format("woff2"), url("../fonts/socialicoplus-webfont.woff") format("woff"), url("../fonts/socialicoplus-webfont.ttf") format("truetype"), url("../fonts/socialicoplus-webfont.svg#socialico_plusregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Socialico';
  src: url("../fonts/socialico-webfont.eot");
  src: url("../fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/socialico-webfont.woff2") format("woff2"), url("../fonts/socialico-webfont.woff") format("woff"), url("../fonts/socialico-webfont.ttf") format("truetype"), url("../fonts/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.socialico {
  font-family: "Socialico"; }

.socialicoplus {
  font-family: "SocialicoPlus"; }

html {
  overflow-y: scroll; }

body, a, p, span, div, ul, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Droid Sans",sans-serif; }

.breadcrumbs {
  margin-bottom: 15px; }

.img-div img {
  max-width: 100%;
  display: block;
  height: auto; }

.img-background {
  background-size: cover;
  background-position: center; }

.btn {
  border-radius: 0px; }

.btn-primary {
  background-color: #000;
  color: #fff;
  border-color: #000; }

a {
  color: #55acee; }

a:hover {
  color: #55acee; }

div.heading h1 {
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("../images/white-bg-80.png"); }

.contact-map {
  padding-top: 30px;
  padding-bottom: 30px; }

.service-image {
  height: 250px; }

div.services {
  padding-bottom: 30px; }
  div.services h2 {
    margin-top: 0px; }
  div.services .service-image, div.services .service-text {
    margin-top: 30px; }

div.services.even {
  background-color: #efefef; }

#contact-section-1 {
  background-color: #f1f1f1;
  color: #000;
  font-size: 20px;
  padding-bottom: 30px; }
  #contact-section-1 a {
    color: #777; }
  @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; } }
  #contact-section-1 .contact-form {
    font-size: 16px;
    padding-bottom: 30px; }
    #contact-section-1 .contact-form .btn {
      background-color: #fff;
      color: #000;
      height: 40px; }

#contact-section-2 p, #contact-section-2 dl {
  font-size: 18px; }
#contact-section-2 dl {
  margin-top: 30px; }

@media (max-width: 767px) {
  #contact-section-1 h1, #contact-section-2 {
    text-align: center; } }
.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; } }
@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; } }
@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; } }
header {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
  color: #fff; }
  header a {
    color: #fff; }
    header a:hover {
      color: #999; }

.logo-div img {
  max-height: 180px;
  max-width: auto;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .logo-div img {
      margin: 0px auto; } }

.logo-div {
  text-align: center; }

div.contact-item {
  padding-top: 10px;
  font-size: 14px; }

.header-sm a {
  font-size: 45px;
  color: #fff; }

.header-sm a:hover {
  text-decoration: none;
  color: #999; }

.navbar {
  background-color: #2e2e2e;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px; }
  .navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 18px; }
  .navbar .navbar-nav > li.active > a {
    color: #55acee;
    background-color: #2e2e2e; }
  .navbar .navbar-nav > li.active:hover > a {
    background-color: #2e2e2e; }
  .navbar .navbar-nav > li:last-child > a {
    padding-right: 0px; }
  .navbar .navbar-nav > li:hover > a {
    color: #999; }

.navbar-default .navbar-toggle > .icon-bar {
  background-color: #fff; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar .navbar-collapse {
  text-align: center; }

#carousel-home-top .carousel-caption {
  background-image: url("../images/white-bg-80.png");
  position: static;
  color: #000;
  padding: 50px;
  text-align: left;
  text-shadow: none;
  font-weight: bold;
  min-height: 350px; }
  #carousel-home-top .carousel-caption .btn {
    background-color: #000;
    color: #fff; }
  #carousel-home-top .carousel-caption p:last-child {
    text-align: right;
    margin-top: 15px; }

#carousel-home-top .carousel-indicators {
  text-align: right;
  bottom: 0px;
  width: 63%; }
#carousel-home-top .carousel-indicators li {
  background-color: #999;
  border-radius: 0px; }
#carousel-home-top .carousel-indicators li.active {
  background-color: #000; }
#carousel-home-top .carousel-control {
  background: none; }
#carousel-home-top .carousel-control .glyphicon-chevron-right {
  right: 0; }
#carousel-home-top .carousel-control .glyphicon-chevron-left {
  left: 0; }

#home-section-2 {
  padding-bottom: 40px; }

.home-box .img-background {
  height: 220px;
  margin-bottom: 15px;
  margin-top: 30px; }
.home-box .content {
  border-left: 1px solid #000; }
  .home-box .content h2 {
    margin-top: 0px; }

#home-section-3 .content {
  background-image: url("../images/white-bg-80.png");
  padding: 60px; }

#home-section-3 p:last-child {
  margin-top: 30px; }

footer {
  background-color: #2e2e2e;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-size: 12px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #999; }
  footer .footer-sm a {
    color: #fff;
    font-size: 45px; }
  footer .footer-sm a:hover {
    text-decoration: none;
    color: #000; }
  footer dt {
    margin-top: 5px; }

.footer-info-center {
  text-align: center;
  padding-top: 30px; }

.footer-info-right {
  text-align: right; }

@media screen and (max-width: 767px) {
  footer, .footer-info-left, .footer-info-right {
    text-align: center; } }
.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 */
