﻿
/* -------------------------------- */
/*             COLOURS              */
/* -------------------------------- */
.clr1 {
  color: #efdb76;
}

.clr2 {
  color: #e2b868;
}

.clr3 {
  color: #232323;
}

.clr4 {
  color: #ffffff;
}



/* -------------------------------- */
/*     BASIC PAGE SETUP & FONTS     */
/* -------------------------------- */
body {
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
  background: #232323;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body,
html {
  height: 100%;
}

/* -------------------------------- */
/*           MAIN LAYOUT            */
/* -------------------------------- */
.credits-bar {
  border-top: 2px solid #ffffff;
  background-color: #000000;
}

.container {
  clear: both;
  margin: 100px auto;
  padding: 25px 0px 10px 0px;
  max-width: 1200px;
}

.container:first-child {
  padding: 0px 0px 0px 0px;
}

.container_short {
  clear: both;
  margin: 0px auto;
  padding: 0px 0px 15px 0px;
  max-width: 800px;
}

.container_full {
  clear: both;
  margin: 0px auto;
  padding: 50px 0px 0px 0px;
  max-width: 100%;
}

.container_credits {
  clear: both;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  max-width: 1200px;
}

#footer {
  margin: 50px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 2px solid #efdb76;
  background-color: #000000;
  background-image: url(../images/CI-bgfooter.jpg);
}

#footer .container {
  padding-bottom: 30px;
}

#headcontainer {
  width: 100%;
  height: auto;
  min-height: 100px;
}

#headcontainer .container {
  margin-top: 0px;
}

.banner, .banner-other {
  height: auto;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/banner-main.jpg);
  background-attachment: fixed;
}
.banner-other { min-height: 300px; border-bottom: 2px solid #efdb76}

.bannercontent {
  clear: both;
  margin: 0px auto;
  padding: 00px 0px 100px 0px;
  position: relative;
  max-width: 1100px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}


.brdlft {
  border-left: 7px double #ffffff;
  padding-left: 30px;
}

.rgtborder {
  border-right: 2px solid #e5e5e5;
  padding-right: 50px
}

.fullwith {
  width: 100%;
  padding: 0px 0px;
  margin-top: 50px;
  background-color: #efdb76;
}

.fullwidth .container {
  padding: 50px 0px
}

.ug-button-tile-navigation {
  display: none
}

.ug-carousel-wrapper {
  left: 0px;
  width: 100% !important;
  background-color: #ffffff;
}


/* -------------------------------- */
/*            NAVIGATION            */
/* -------------------------------- */
.navbar-container {
  margin: 0px auto;
}

.navbar-default {
  border: 0px;
  padding-top: 65px;
  background-color: transparent;
}

.nav {
  float: none;
  border: 0px;
}

.navbar {
  border: 0px solid transparent;
  position: relative;
  min-height: 45px;
  margin-bottom: 0px;
}

.navbar-nav {
  width: 100%;
  margin: 0px;
  text-align: right;
}

.navbar-nav>li {
  float: none;
  margin: 0px;
  padding: 0px 10px;
  display: inline-block;
  line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
  padding: 0px;
  font-size: 13px;
  margin-top: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #efdb76;
  text-decoration: none;
  border-top: 1px dotted #efdb76;
  border-bottom: 1px dotted #efdb76;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #efdb76;
  background-color: #efdb76;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e2b868;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-collapse {
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
}

ul.navbar-nav {
  margin: 0px;
  padding: 0px !important;
}

@media (max-width: 767px) {
  .navbar-container {
    margin: 10px auto 0px auto;
    position: absolute;
    z-index: 100;
    right: 0;
  }

  .navbar-default {
    margin-top: -30px;
    padding-top: 0px;
  }

  .navbar {
    border: 0px solid transparent;
    position: relative;
    margin-bottom: 0px;
    left: 0px;
  }

  .navbar-nav {
    width: 100% !important;
    margin: 0px;
    text-align: left;
  }

  .navbar-nav>li {
    width: 300px;
    float: none;
    color: #ffffff;
    display: block;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    background-color: #232323;
    border-top: 0px;
    border-bottom: 1px solid #efdb76
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 10px;
    color: #ffffff
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #efdb76;
    text-align: center;
    margin: 0px;
    padding: 9px 10px 10px 10px;
    border-bottom: 0px;
  }
}

/* -------------------------------- */
/*            PARALLAX             */
/* -------------------------------- */
.parallax {
  height: auto;
  padding: 100px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../images/parallax_background.jpg")
}

.parallax_content {
  clear: both;
  margin: 0px auto;
  padding: 70px 0px;
  max-width: 1200px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5)
    /* Green background with 30% opacity */
}


/* -------------------------------- */
/*             HEADINGS             */
/* -------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  color: #efdb76;
  margin: 20px 0px;
  font-size: 54px;
  text-align: left;
  line-height: 56px;
  font-family: 'railway', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bannercontent h1 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}

h2,
h2.both {
  color: #ffffff;
  margin: 10px 0px 20px 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'railway', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2::before {
  display: inline-block;
  content: "";
  border-top: .3rem solid #ffffff;
  width: 4rem;
  margin: 0px 1rem 0px 0px;
  transform: translateY(-1rem);
}

h2.both::before,
h2.both::after {
  display: inline-block;
  content: "";
  border-top: .3rem solid #ffffff;
  width: 4rem;
  margin: 0px 1rem 0px 0px;
  transform: translateY(-1rem);
}

.large h2::before {
  display: inline-block;
  content: "";
  border-top: .3rem solid #232323;
  width: 4rem;
  margin: 0px 1rem 0px 0px;
  transform: translateY(-1rem);
}

.large h2.both::before,
.large h2.both::after {
  display: inline-block;
  content: "";
  border-top: .3rem solid #232323!important;
  width: 4rem;
  margin: 0px 1rem 0px 0px;
  transform: translateY(-1rem);
}

h3 {
  color: #efdb76;
  margin: 0px 0px 20px 0px;
  font-size: 40px;
  text-align: left;
  line-height: 42px;
  font-family: 'railway', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

h4 {
  color: #efdb76;
  margin: 0px;
  font-size: 20px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto Lt', Arial, Helvetica, sans-serif;
}
#footer h4 { padding-top: 20px}

h5 {
  color: #ffffff;
  margin: 0px 0px 20px 10px;
  hyphens: auto;
  font-size: 20px;
  text-align: left;
  line-height: 27px;
  font-family: 'Roboto Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 78%
}

.bannercontent h5 {
  margin: 0px;
  padding: 20px 0px 0px 0px
}

.panel h5 { color: #efdb76}

h6 {
  color: #000000;
  margin: 5px auto;
  padding: 5px 5px 5px 10px;
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/* -------------------------------- */
/*            PARAGRAPHS            */
/* -------------------------------- */
p,
ol,
ul,
dl,
address {
  color: #ffffff;
}

p {
  margin: 0px 15px 30px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 17px;
  text-align: left;
  line-height: 24px;
  font-weight: 300;
}

p:last-child {
  margin-bottom: 0px
}

.panel p { padding: 0px 10px;}

.large {
  padding: 60px 20px;
}

.large p {
  color: #232323;
  /*font-size: 22px;*/
  /*text-align: center;*/
  line-height: 30px;
}
.large p.slogan {
  font-size: 24px;
  text-align: left;
}

.large h2 {
  color: #232323;
  /*text-align: center;*/
}


p.logo {
  margin: 20px 0px;
  text-align: left;
}

p.credits {
  color: #ffffff;
  margin: 20px 0px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
}

hr {
  width: 99%;
  border: 0;
  height: 0;
  margin: 10px 25px 10px 0px;
  border-bottom: 2px solid #efdb76;
}

hr.popi {
  width: 90%;
  border: 0;
  height: 0;
  margin: 10px auto 25px auto;
  border-bottom: 1px dashed #efdb76;
}

.lft {
  text-align: left;
}

.rgt {
  text-align: right;
}

.ctr {
  text-align: center;
}


/* -------------------------------- */
/*              LISTS               */
/* -------------------------------- */

ul {
  color: #ffffff;
  margin: 0px 10px 20px 10px;
  padding: 0px 10px 0px 10px;
  hyphens: auto;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}

ul.socialmedia {
  margin: 0px 10px
}

li {
  padding: 1px 5px 2px 5px;
  margin: 1px 5px 2px 5px;
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

dd p,
dt p {
  margin-bottom: 5px;
}

dl.popi dd {
  padding-left: 0px;
}

dl.popi dt p {
  font-weight: bold;
}

.specs2 {
  width: 100%;
  color: #000000;
  margin: 10px 0;
  padding: 0px;
  font-size: 16px;
  text-align: center;
}

.specs2 li {
  margin: 3px 1px;
  padding: 3px 1px;
  line-height: 24px;
}

#footer ul {
  color: #ffffff;
  margin: 0px 10px 20px 10px;
  padding: 0px 10px 0px 0px;
  font-size: 15px;
  list-style-type: none;
}

#footer ul li {
  margin: 3px 0px;
  padding: 3px 0px;
}

.footermenu { letter-spacing: 1px;}



/* -------------------------------- */
/*              LINKS               */
/* -------------------------------- */
a:link, a:visited, a:hover, a:active { text-decoration: none }

a:link, a:visited { color: #ffffff; }
a:active, a:hover { color: #efdb76 }

#footer a:link, #footer a:visited { color: #efdb76; }
#footer a:active, #footer a:hover { color: #ffffff; }

/* buttons */
.btn-primary {
  color: #232323;
  background-color: #efdb76;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 30px auto 0px 20px;
  border: 0px
}

.btn-primary:hover {
  color: #232323;
  background-color: #e2b868;
}


/* -------------------------------- */
/*              FORMS               */
/* -------------------------------- */
input,
textarea {
  color: #232323;
  border: 0px;
  padding: 8px 10px;
  font-size: 17px;
  max-width: 100%;
  margin-top: 4px;
  line-height: 22px;
  text-align: justify;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
}

input.submit {
  width: auto;
  background-color: #efdb76;
  border-radius: 5px;
  margin-bottom: 20px;
}
input.submit:hover, input.submit:active {
  color: #232323;
  background-color: #e2b868;
}

input {
  height: auto;
}

.nomore {
  display: none !important;
}

:-moz-placeholder { color: #d79924; }
::-moz-placeholder { color: #d79924 !important; opacity: 1 }
:-ms-input-placeholder { color: #d79924; }
::-webkit-input-placeholder { color: #d79924; }

/* -------------------------------- */
/*              IMAGES              */
/* -------------------------------- */
img {
  width: auto\9;
  /* ie8 */
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-style: none;
  border-color: inherit;
  border-width: 0;
}

.homeabout1, .homeabout2, .homeabout3,
.contact1, .contact2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  min-height: 250px;
}
.homeabout3{ border-radius: 0px}

.homeabout1 { background-image: url(../images/CI-home-about1.jpg); }
.homeabout2 { background-image: url(../images/CI-home-about2.jpg); }
.homeabout3 { background-image: url(../images/CI-home-about3.jpg); }
.contact1 { background-image: url(../images/CI-contact1.jpg); }
.contact2 { background-image: url(../images/CI-contact2.jpg); }

.homedeliver {
  background-image: url(../images/CI-home-wedeliver.jpg);
  border-radius: 0px;
}

.partner { border-radius: 10px; margin-bottom: 30px;}


#gallery {
  margin-top: 50px;
  background-color: #232323
}

.ug-carousel-wrapper {
  left: 0px;
  width: auto;
  background-color: #232323;
  border-width: 0px;
  border: 0px #232323;
  overflow: hidden;
}

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 0px solid #ffffff;
  border-radius: 0px;
  background-color: #232323;
  background-position: center center;
  background-repeat: no-repeat;
}

#gallery1, #gallery2, #gallery3, #gallery4, #gallery5 { 
  font-weight: 300; text-transform: uppercase;
}

.proudmember { border-radius: 10px; margin-top: 20px;}

/* -------------------------------- */
/*              TABLES              */
/* -------------------------------- */
table {
  width: 100%;
  margin: 0px auto 20px auto;
  border-spacing: 0;
  border-collapse: collapse;
}

table td {
  color: #ffffff;
  padding: 10px 5px;
  text-align: left;
  font-size: 17px;
  vertical-align: top;
  width: auto
}

#footer table td{
  color: #efdb76;
  padding: 10px 5px;
  text-align: left;
  font-size: 14px
}

.fa { margin-top: 5px;}
#footer .fa { margin-top: 0px;}


/* -------------------------------- */
/*            ACCORDION             */
/* -------------------------------- */
button.accordion {
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  border: none;
  padding: 10px 10px;
  outline: none;
  hyphens: auto;
  font-size: 24px;
  transition: 0.4s;
  text-align: left;
  line-height: 26px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background-color: #232323;
  font-weight: bold;
  letter-spacing: 1px;
}

button.accordion.active,
button.accordion:hover {
  color: #efdb76;
  background-color: #232323;
}

button.accordion:after {
  float: right;
  color: #ffffff;
  content: '\002B';
  font-weight: bold;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #232323;
  box-shadow: none;
}


/* -------------------------------- */
/*            RESPONSIVE            */
/* -------------------------------- */
@media screen and (max-width: 1200px) {
  .maincontent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footercontent {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 816px) {
  .banner, .banner-other {
    background-image: url(../images/banner-main-mobile.jpg);
  }
  #footer {
    margin: 30px 0px 0px 0px;
    background-color: #232323;
    background-image: none;
  }
  #footer table { margin-left: 30px}

  ul.footermenu { visibility: hidden; height: 20px}

  h1 {
    color: #efdb76;
    margin: 20px 0px;
    font-size: 34px;
    text-align: left;
    line-height: 40px;
    font-family: 'railway', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .brdlft {
    border-left: 7px double #ffffff;
    padding-left: 30px;
    margin-left: 30px
  }

  h3 {
    font-size: 30px;
    line-height: 32px;
  }

  .homeabout1, .homeabout2,
.contact1, .contact2 {
  min-height: 250px;
  margin: 20px;
}

.row .row { margin-left: -15px; margin-right: -15px}

.wedeliverimg { padding: 0px 5px 20px 5px;}

}

@media screen and (max-width: 768px) {

}