/*
* 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
================================================== */
header {
  background-color: #f1f1f1;
  box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.42);
  position: relative;
  z-index: 100000; }
  header .top-row {
    background-color: #95c8ec;
    padding: 5px 0;
    margin-bottom: 10px; }
    header .top-row .header-sm, header .top-row .contact-item {
      display: inline-block;
      color: #fff; }
    header .top-row .header-sm {
      margin: 0 15px; }
      header .top-row .header-sm a {
        font-size: 10px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 100%; }
        header .top-row .header-sm a span {
          margin-top: 5px; }
  header .logo-div {
    margin-bottom: 10px; }
  header .navbar {
    margin-bottom: 0;
    margin-top: 55px; }
    header .navbar .navbar-nav li a {
      text-transform: uppercase;
      color: #000; }

@media (max-width: 1200px) {
  header .navbar li a {
    padding: 10px 4px; } }
@media (max-width: 993px) {
  header .navbar li a {
    padding: 10px 15px; } }
@media (max-width: 767px) {
  header .top-row .pull-right {
    float: none !important;
    text-align: center; }
    header .top-row .pull-right .contact-item,
    header .top-row .pull-right .header-sm {
      float: none;
      clear: both;
      display: block; }
    header .top-row .pull-right .header-sm {
      margin: 10px 0; }
      header .top-row .pull-right .header-sm a {
        font-size: 20px;
        width: 30px;
        height: 30px; }
  header .navbar .navbar-header .navbar-toggle {
    background-color: #000; }
    header .navbar .navbar-header .navbar-toggle .icon-bar {
      background-color: #fff; } }
#home-section-1 .carousel-div .carousel-indicators {
  bottom: 170px;
  left: 0; }
  #home-section-1 .carousel-div .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #fff;
    max-width: 10px;
    width: 100%;
    height: 10px;
    border-radius: 100%;
    margin: 0; }
  #home-section-1 .carousel-div .carousel-indicators .active {
    background-color: #fff; }
#home-section-1 .carousel-div .item {
  height: 720px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #home-section-1 .carousel-div .item .childbox {
    color: #fff;
    width: 100%;
    background-color: rgba(32, 32, 32, 0.6);
    padding-top: 60px;
    padding-bottom: 90px;
    font-size: 22px;
    float: none; }
    #home-section-1 .carousel-div .item .childbox h2, #home-section-1 .carousel-div .item .childbox h3, #home-section-1 .carousel-div .item .childbox h4, #home-section-1 .carousel-div .item .childbox h5, #home-section-1 .carousel-div .item .childbox h6 {
      margin-top: 0;
      font-size: 40px;
      margin-bottom: 20px; }
    #home-section-1 .carousel-div .item .childbox .slide-btn {
      display: inline-block;
      float: none;
      padding: 10px 60px;
      border-radius: 0;
      border: 2px solid #fff;
      color: #fff;
      margin-top: 20px;
      font-size: 17px; }
#home-section-1 .carousel-div .carousel-addon {
  position: absolute;
  top: initial;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #fff; }
  #home-section-1 .carousel-div .carousel-addon .fa {
    display: block;
    float: none;
    margin-bottom: 10px;
    font-size: 40px; }
#home-section-1 .carousel-div .carousel-control .fa {
  position: absolute;
  top: 47%;
  z-index: 5;
  width: 30px;
  height: 30px;
  font-size: 55px; }
#home-section-1 .carousel-div .carousel-control .fa-angle-right {
  right: 50%; }
#home-section-1 .carousel-div .carousel-control .fa-angle-left {
  left: 50%; }

#home-section-2 {
  padding: 30px 0 45px; }
  #home-section-2 h1, #home-section-2 h2 {
    text-align: center;
    color: #000; }
  #home-section-2 h1 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 25px; }
  #home-section-2 h2 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px; }
  #home-section-2 .tiles .tile-wrapper {
    background-color: #ededed;
    padding: 15px 65px 25px;
    text-align: center;
    box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, 0.27); }
    #home-section-2 .tiles .tile-wrapper .img-div {
      text-align: center; }
      #home-section-2 .tiles .tile-wrapper .img-div img {
        display: inline-block;
        float: none;
        max-width: 55px;
        width: 100%;
        height: auto; }
    #home-section-2 .tiles .tile-wrapper .service-text {
      text-align: left;
      font-size: 14px; }
    #home-section-2 .tiles .tile-wrapper h3 {
      text-align: center;
      color: #000;
      font-size: 24px; }
    #home-section-2 .tiles .tile-wrapper .btn-primary {
      display: inline-block;
      padding: 7px 25px;
      border-radius: 0;
      margin-top: 30px;
      background-color: #202020;
      border-color: #202020;
      color: #fff;
      float: none;
      clear: both;
      font-size: 14px; }

@media (max-width: 1024px) {
  #home-section-2 .tiles .tile-wrapper {
    padding: 15px 45px 25px; } }
@media (max-width: 993px) {
  #home-section-2 {
    padding: 30px 0; }
    #home-section-2 .tiles .tile-wrapper {
      margin-bottom: 15px; } }
@media (max-width: 767px) {
  #home-section-1 .carousel-div .carousel-indicators {
    display: none; }

  #home-section-2 {
    padding: 30px 0; }
    #home-section-2 .tiles .tile-wrapper {
      margin-bottom: 15px; } }
#default-section-1 {
  background-color: #666;
  padding: 50px 0 90px; }
  #default-section-1 h1 {
    color: #fff;
    margin: 0; }

#default-section-2 {
  margin-top: -60px; }
  #default-section-2 .wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #ededed;
    margin-bottom: 50px;
    box-shadow: 7px 10px 10px 0 rgba(0, 0, 0, 0.27); }
    #default-section-2 .wrapper .title {
      margin-bottom: 15px;
      text-align: left; }
      #default-section-2 .wrapper .title h2 {
        color: #000;
        font-size: 24px;
        margin: 0; }
    #default-section-2 .wrapper .image {
      margin-bottom: 20px; }
      #default-section-2 .wrapper .image img {
        width: 100%;
        height: auto; }
    #default-section-2 .wrapper .text {
      margin-bottom: 20px; }
    #default-section-2 .wrapper .cta {
      margin-top: 50px;
      text-align: center; }
      #default-section-2 .wrapper .cta a {
        display: inline-block;
        float: left;
        background-color: #202020;
        color: #fff;
        padding: 7px 30px;
        border-radius: 0; }
    #default-section-2 .wrapper .right a {
      float: right; }
      @media (max-width: 767px) {
        #default-section-2 .wrapper .right a {
          float: left; } }
  #default-section-2 .border-both {
    border-left: 1px solid #000;
    border-right: 1px solid #000; }

#contact-section-1 {
  padding: 20px 0;
  margin-top: -60px; }
  #contact-section-1 .wrapper {
    background-color: #ededed;
    box-shadow: 7px 10px 10px 0 rgba(0, 0, 0, 0.27);
    padding: 20px 30px;
    z-index: 100000; }
    @media (max-width: 767px) {
      #contact-section-1 .wrapper {
        padding: 0 15px; } }
  #contact-section-1 .address {
    padding: 15px 30px;
    border-right: 1px solid #000; }
    #contact-section-1 .address span {
      display: block;
      float: none;
      color: #000;
      font-size: 20px;
      margin-bottom: 15px; }
    #contact-section-1 .address .contact-items {
      margin-top: 50px; }
      #contact-section-1 .address .contact-items span {
        font-size: 20px;
        color: #000;
        margin-bottom: 25px; }
        #contact-section-1 .address .contact-items span:last-child {
          margin-bottom: 0; }
      #contact-section-1 .address .contact-items a {
        color: #000; }
  #contact-section-1 h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000; }
  #contact-section-1 .contact-form {
    padding: 15px 30px; }
    #contact-section-1 .contact-form .cms_form .form-group {
      margin-bottom: 10px; }
      #contact-section-1 .contact-form .cms_form .form-group input,
      #contact-section-1 .contact-form .cms_form .form-group textarea {
        background-color: #e0e0e0;
        border-radius: 0; }
      #contact-section-1 .contact-form .cms_form .form-group textarea {
        max-width: 100%;
        width: 100%; }
    #contact-section-1 .contact-form .cms_form .submit input {
      display: inline-block;
      float: right;
      background-color: #000;
      border-radius: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 5px;
      max-width: 80px;
      width: 100%;
      color: #fff;
      height: auto;
      border: 0; }

#contact-section-2 {
  margin-top: -20px; }

#contact-section-3 {
  background-color: #ededed;
  padding: 30px 0; }
  #contact-section-3 h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px; }
  #contact-section-3 .times-description {
    font-size: 18px; }
  #contact-section-3 .times {
    font-size: 19px;
    border-left: 1px solid #000; }
    #contact-section-3 .times .blue {
      color: #000; }
    #contact-section-3 .times span {
      margin-bottom: 10px;
      display: inline-block; }

@media (max-width: 767px) {
  #contact-section-1 .address {
    border-right: 0; }
    #contact-section-1 .address .contact-items span {
      font-size: 14px; }

  #contact-section-3 .times {
    border-left: 0;
    margin-top: 20px; }

  #default-section-2 .border-both {
    border: 0; }
  #default-section-2 .wrapper .cta {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden; } }
footer {
  color: #fff; }
  footer .footer-wrapper {
    background-color: #202020;
    padding: 60px 0; }
    footer .footer-wrapper .contact-details {
      margin-top: 15px; }
    footer .footer-wrapper .cms_form .form-group {
      margin-bottom: 5px; }
      footer .footer-wrapper .cms_form .form-group input,
      footer .footer-wrapper .cms_form .form-group textarea {
        background-color: #e0e0e0;
        border-radius: 0; }
    footer .footer-wrapper .cms_form .submit input {
      display: inline-block;
      float: right;
      background-color: #f1f1f1;
      border-radius: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 5px;
      max-width: 80px;
      width: 100%;
      color: #000;
      height: auto;
      border: 0; }
    footer .footer-wrapper .footer-sm a {
      background-color: #fff;
      font-size: 30px;
      border-radius: 100%;
      width: 45px;
      height: 45px;
      text-align: center;
      display: inline-block;
      float: none;
      margin: 0 7px;
      border: 1px solid transparent; }
      footer .footer-wrapper .footer-sm a:first-child {
        margin-left: 0; }
      footer .footer-wrapper .footer-sm a:last-child {
        margin-right: 0; }
      footer .footer-wrapper .footer-sm a .fa {
        color: #000;
        margin-top: 7px; }
      footer .footer-wrapper .footer-sm a:hover {
        text-decoration: none;
        background-color: #000;
        border-color: #fff; }
        footer .footer-wrapper .footer-sm a:hover .fa {
          color: #fff; }
    footer .footer-wrapper span {
      display: block;
      float: none;
      clear: both;
      color: #fff; }
      footer .footer-wrapper span a {
        color: #fff; }
  footer .after-footer {
    background-color: #f1f1f1;
    color: #000;
    padding: 5px 0;
    text-align: center; }
    footer .after-footer a {
      color: #000; }

@media (max-width: 767px) {
  footer .cms_form {
    margin: 15px 0; }
  footer .footer-sm {
    margin-top: 20px;
    text-align: center; } }
@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-Plus.otf") format("opentype"), url("./fonts/Socialico-Plus.ttf") format("truetype"); }
.socialicoplus {
  font-family: "Socialico Plus"; }

html {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6, body, a, p, span, div, ul, li {
  font-family: "Open Sans",sans-serif; }

body {
  color: #202020; }

.img-div img {
  max-width: 100%;
  display: block;
  height: auto; }

.img-responsive {
  width: 100%; }

.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; }

.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; } }
.img-background {
  background-size: cover;
  background-position: center; }

.rounded {
  border-radius: 50%; }

.parentbox {
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */ }

.parentbox:before {
  /* create a full-height inline block pseudo-element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%; }

.childbox {
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  width: 100%;
  float: none;
  background-color: #fff;
  line-height: 1; }

/*# sourceMappingURL=style.min.css.map */
