@charset "utf-8";


body {
  color: #616161;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;

  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;

}


/*========== BTNS ==========*/
.btn {
    font-family: "Oswald",sans-serif;
    transition-duration:200ms;
    font-weight: 600;
}
.btn-orange-b {
    font-size: 16px;
}
.btn-orange {
  background-color:#589f02;
  color: #fff;
    border-radius: 0;
}
.btn-orange:hover {
  color: #fff;
  background-color: #4e8c02;
}
.btn-black {
  background-color:#000;
  color: #fff;
}
.btn-black:hover {
  background-color:#303030;
  color: #fff;
}
.btn-stroke {
  border: 2px solid #589F02;
  color: #589F02;
}
.btn-stroke:hover {
  color: #589F02; 
}

/*========== FORMS ==========*/
.form-control {
  box-shadow: none!important;
}
.form-control-inline {
  min-width: 0;
  width: auto;
}
.control-label {
  font-weight: 300;
}
.form-control:focus {
  border-color: #589F02;
  outline: 0 none;
}

/*========== HELPERS ==========*/
nav ul {
  list-style: none outside none;
  padding-left:0;
  margin:0;
}
.mob-block {
  display: block;
  width: 100%;
}
.xs-spacer {
  display: inline-block;
  padding:15px 0;
  width: 100%;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

/*========== GLOBAL TEXT STYLES ==========*/
h1, h2, h3, h4, h5 {
  font-family: "Oswald",sans-serif;
  color: #589F02;
}
a {
  color: #616161;
  text-decoration: none!important;
}
a:hover {
  color: #616161;
}
.main-title {
  color: #589f02;
  margin-top: 0;
}
.text-orange {
  color: white;
}
.text-green {
    color: #589f02;
}
.text-black {
  color: #000;
    font-size: 22px;
}
.intro-text {
  font-family: "Oswald",sans-serif;
  /* color: white; */
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
.intro-text2 {
  font-family: "Oswald",sans-serif;
  color: #78b82b;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}
.text-head{
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  font-size: 18px;
}
hr{
  color: #000;
  background-color: #000;
  border-color: #000;
}
/*========== GLOBAL CONTAINERS ==========*/
.container {
  position: relative;
}
.page-content {
  display: inline-block;
  margin: 30px 0;
  width: 100%;
}



/*========== SYRUP LOGIN ==========*/
.login-page {
  background:#f8f8f8;
}
#login {
  margin: auto;
  padding: 80px 0 0;
  width: 320px;
}
#login img {
  margin: 0 12px 30px;
}
#login form {
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background:#F1840A;
  margin-bottom: 15px;
}
#login .form-control {
  box-shadow: none!important;
  border-color: #fff!important;
}
#login .btn-orange {
  background-color: #E67E22;
  color: #fff;
  border:2px solid #fff;
}
#login .btn-orange:hover {
  background-color: #f38b2f;
  color: #fff;
}
#login form p {
  margin:0 0 20px;
  font-size: 13px;
}
#login a {
  border-bottom:1px dotted #ccc;
}
#email-message:empty, #password-message:empty {
  opacity: 0;
  transition: all 0s ease 0s;
}
#email-message {
  position: absolute;
  left: 300px;
  top: 30px;
  white-space: nowrap;
}
#password-message {
  position: absolute;
  left: 300px;
  top: 6px;
  white-space: nowrap;
}
.warning {
  background-color: #e74c3c;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 12px;
  margin-left: 10px;
  opacity: 1;
  padding: 4px 8px;
  transition-duration: 0.5s;
}



/*========== SYRUP ADMIN BAR ==========*/
.admin-navbar {
  border-radius: 0;
  border: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.admin-navbar .navbar-brand {
  background-color: #106489;
  width: 220px;
  font-size: 14px;
  border-left: 4px solid #e67e22;
  padding: 8px;
}
.admin-navbar {
  background-color: #106489;
  z-index: 9999999;
  margin-bottom: 0;
}
.admin-navbar a:hover{
  color: #e67e22;
}
.admin-navbar a{
  color: #fff;
}
.admin-navbar .icon-bar {
  background-color: #fff;
}
.admin-navbar .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #207499;
  border-color: #fff;
  color: #fff;
}
.admin-navbar .nav > li > a:focus, .nav > li > a:hover {
  background-color: inherit;
  color: #ff7d34;
}
.admin-navbar .dropdown-menu {
  background-color: #207499;
  border: none;
  border-radius: 0;
}
.admin-navbar .dropdown-menu > li > a {
  color: #fff;
}
.admin-navbar .dropdown-menu > li > a:hover {
  background-color:#106489;
  color: #fff;
}
.admin-navbar .syrup-sml {
  background-image: url("http://icandydesign.com/syrup-assets/sprites.png");
  background-position: 0 -76px;
  background-repeat: no-repeat;
  height: 34px;
  padding: 0 0 0 80px;
}

/* ITS A TRAP */
#contact-message{
  display:none;
}

/*========== COOKIE NOTICE ==========*/
#cookie-notice-container{
    width:100%;
    position:fixed;
    bottom:0;
    background-color:#589F02;
    color: #fff;
    padding:10px 0;
    font-size:12px;
    z-index: 5;
}
#cookie-notice-container p{
    margin-bottom: 0;
}
#cookie-notice-container a{
    color: #fff;
    text-decoration: underline;
}
#cookie-notice-container .btn {
  display: block !important;
  margin-top: 5px;
  width: 100%;
  border-radius: 0;
  background-color:#589F02;
}
#cookie-notice-container .btn:hover {
  color: #fff;
}


/*========== OUTDATED BROWSER NOTICE ==========*/
#browser-notice-container{
  width:100%;
  background-color:#175caa;
  padding:10px 0;
  z-index:9;
  color:#fff;
}
#browser-notice-container p{
  width:990px;
  margin: 0 auto;
  font-size:18px;
  text-align:center;
  color:#fff;
}
#browser-notice-container a{
  color:#fff;
  text-decoration: underline;
}
#browser-notice-container button{
  margin: 0 10px;
  color:#fff;
}
#browser-notice-container i{
  margin-right:5px;
}


/*========== HEADER ==========*/
.main-menu {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 60px;
}
/*Navbar Tel*/
.xs-phone {
  background-color: #589F02;
  border-radius: 4px;
  color: #fff !important;
  float: right;
  margin: 13px 10px;
  padding: 7px 6px 6px 5px;
}
/*Navbar Brand*/
.main-menu .brandbox {
  background-color: #363636;
  float:left;
  padding-left: 10px;
}
.main-menu .navbar-brand {
  background-image: url("/images/site/Logo-Green.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0;
  position: relative;
  width: 124px;
  min-height: 60px;
}
/*Navbar Toggle*/
.main-menu .navbar-toggle, .main-menu .navbar-toggle:focus, .main-menu .navbar-toggle:hover {
  background-color: #589F02;
  border: 2px solid #589F02;
  margin: 13px 10px 13px 0;
  padding: 8px 6px;
}
.main-menu .navbar-toggle.collapsed {
  background-color: #fff;
}
.main-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}
.main-menu .navbar-toggle.collapsed .icon-bar {
  background-color: #589F02;
}
.main-menu .navbar-collapse {
  border-top: 0;
}
/*Navbar Menu*/
.main-menu .navbar-nav {
  margin: 0 -15px;
  text-align: center;
  background-color: #589F02;
  font-family: "Oswald",sans-serif;
}
.main-menu .navbar-nav > li > a {
  font-size: 18px;
  color:  #fff!important;
}
.main-menu .navbar-nav > .open > a, .main-menu .navbar-nav > .open > a:focus, .main-menu .navbar-nav > .open > a:hover {
  background-color: #589F02;
  color: #fff;
}
.main-menu .open .dropdown-menu {
  background-color: #f5854b;
  text-align:center;
}
.main-menu .open .dropdown-menu .dropdown-header, .main-menu .open .dropdown-menu > li > a {
  padding: 5px;
  color: #fff!important;
  font-weight: 300;
  font-size: 16px;
}
.main-menu .dropdown a span i {
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  top: 16px;
}

.search-dropdown {
  position: absolute;
  right: 15px;
  padding: 15px;
}
/*========== FOOTER ==========*/

footer {
  background-color: #589F02;
}
.footer-credits {
  background-color: #000;
  max-height: 150px; /*to make load nicely*/
  overflow: hidden;
  padding: 16px 0;
}
.credit-banner {
  max-width: 1400px;
  margin: 0 auto!important;
}
.credit {
  padding: 0 10px;
  text-align: center;
}

footer a{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition-duration:200ms;
}
footer a:hover{
  color: #fff;
}
.ftr-top {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}

#footer-nav  {
  float: right;
  padding-top: 15px;
}
#footer-nav li {
  float: left;
  padding:0 15px;
  position: relative;
}

#footer-nav li::after {
  content:"";
  height: 60%;
  top: 20%;
  width: 1px;
  /*background-color: #fff;*/
  right: 0;
  position: absolute;
}
#footer-nav li:last-child::after {
  display: none;
}
.social-i {
  margin-top: 15px;
  font-size: 18px;
  display: inline-block;
}
.ftr-signature {
  background-color: #192709;
  color: #fff;
  font-size: 11px;
  padding: 12px 0;
}
.syrup-text, .icd-text {
  position: relative;
}
.icd-text {
  float: left;
  padding-left:40px;
}
.syrup-text {
  padding-left:60px;
  float: right;
}
.ftr-icon {
  position: absolute;
  display: block;
  background: url('/images/site/sprites.png') no-repeat;
}
.ftr-icon.syrup {
  background-position: 0 -27px;
  height: 25px;
  left: 0;
  top: -4px;
  width: 54px;
}
.ftr-icon.icd{
  background-position: 0 0;
  width: 32px;
  height: 25px;
  left: 0;
  top: -4px;
}

/*========== SLICES ==========*/
.slice {
  padding: 30px 0;
}
.slice .img-responsive {
  margin: 0 auto;
}
.slice-content h1 {
  margin-top: 0;
}
.slice .btn {
  margin-top: 20px;
}


/*========== live sale items - home page - featured items ==========*/
.item{
  margin-bottom:20px;
}
.item:last-child{
  margin-bottom:0;
}
.liveSale {
  color: #fff ;
  /* font-family: "Oswald",sans-serif; */
  /* padding: 0px 15px 0px 15px; */
  margin-top: 0;
  text-align: left !important;
}
.liveSaleTitle {
  font-size: 28px;
}
.liveSaleContent {
  font-size: 14px ;
  line-height: 16px;
  max-height: 142px;
  overflow: overlay;
 }
.liveSaleBack{
  color: #fff;
  background-color: #589F02;
  /* font-family: "Oswald",sans-serif; */
  font-size: 20px;
  font-weight: 500;
  padding: 22px 25px 60px;
  /* height: 270px; */
}
.liveSaleButton {
  font-weight: 400;
  bottom: 0;
  position: absolute;
  border-radius: 0;
  width: auto !important;
  right: 0;
  color: white;
  background-color: #363636;
  padding: 0 10px 0 10px;
}

/*View prod button*/
.liveSaleButton a {
  color: white;
  font-size: 16px;
}
.liveSaleButton a:hover {
  color: #589F02;
  font-size: 16px;
}

/*If item is still for sale..*/
.lh-sale .p-img::before {
  background-color: #363636;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  right: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
  content:"SALE";
}
/*if item has been sold*/
.lh-sold .p-img::before {
  background-color: #363636;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  right: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
  content:"SOLD";
}
/*Aligns the image properly*/
.liveSaleImg {
  padding: 147px !important;
}

/*========== CTAS ==========*/
.cta {
  background-color: #589F02;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 24px 0;
  text-align: center;
  display: none;
}

.cta2 {
  background-color: #F2F2F2;
  color: black;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
  display: none;
}
.cta2 h2 {
    color: #78B82B;
}


/*========== HOME ==========*/
.home-content {
  margin: 60px 0;
  font-weight: 300;
}
.home-content h1 {
  margin-top:0;
}

.home-feat{
  margin-bottom:60px;
}

.home-content {
  margin: 60px 0;
  font-weight: 300;
  background-color: #363636;
  color: white;
}
.home-content h1 {
  margin-top:0;
  font-size: 54px;
  margin-top: 52px;
}

/*home boxes*/
.home-box-slice {
  padding: 15px 0 0;
}
.home-box {
  background-size: cover;
  background-position: top top;
  color: #fff;
  padding: 15px;
  height: 250px;
  display: table-cell;
  vertical-align: bottom;
  margin-bottom: 0px;
  width: 1%;
}
.home-box h2{
  font-size: 22px;
  color: #fff;
}
.home-box p{
  font-size: 13px;
}
.home-btns{
  width: 100%;
  margin-bottom: 15px;
}
.home-btns .btn {
  width: 50%;
  border-radius: 0;
  margin-left: 0%!important;
  text-transform: uppercase;
  margin-top: 0!important;
}

/*home products*/
.featured-items-home {
  background-color: #e1e1e1;
  padding-top: 15px;
}

.homeSection {
    color: black;
    text-align: center;
}

/*home testimonials*/
.testimonial-container {
  padding: 30px 0;
  background-color: #334042;
  text-align: center;
  background-attachment: fixed;
  background-image: url("/images/site/logs.png");
  background-position: center bottom;
}
.testimonial {
  padding: 60px 15px 15px;
  color: #fff;
  position: relative;
}
.testimonial::before {
  content: "\201C";
  font-size: 100px;
  left: 50%;
  position: absolute;
  top: -20px;
  margin-left: -15px;
  color: #589F02;
  font-family: "Oswald",sans-serif;
}
.testimonial .quote {
  display: block;
  margin-bottom: 0 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald",sans-serif;
}
.testimonial .name {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  font-family: "Oswald",sans-serif;
}

/*========== PRODUCT LISTING ==========*/
.p {
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
}
.p-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.p .btn {
  border-radius: 0;
}
/*product content*/
.p-details {
  background-color: #fff;
  padding: 15px 15px 10px;
}
.p-details h3, .p-details h3 a {
  margin: 0 0 15px;
  font-size: 22px;
  color: #589F02;
}
.p-row {
  margin-bottom: 10px;
}
.p-icons {
  display: inline-block;
  width: 100%;
}
.p-icons .icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 2px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}

/*product - SALE*/
.p.sale .btn {
  background-color: #000;
  color: #fff;
}
.p.sale .btn:hover {
  background-color: #303030;
}
.p.sale .p-img::before {
  background-color: #78b82b;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"Buy";
}

/*product - SOLD*/
.p.sold .btn {
  background-color: #000;
  color: #fff;
}
.p.sold .btn:hover {
  background-color: #303030;
}
.p.sold .p-img::after {
  background-color: #F00;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"SOLD";
}
.p.sold .p-img img {
  opacity: 0.5;
}
/*product - HIRE*/
.p.hire .btn {
  background-color: #589F02;
  color: #fff;
}
.p.hire .btn:hover {
  background-color: #f08046;
  color: #fff;
}

.p.hire .p-img::before {
  background-color: #589F02;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"hire";
}


/*========== CATEGORY ==========*/
.item-container {
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
}
.filter-bar {
  padding:10px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.filter-bar h3{
  margin: 0;
  font-size: 18px;
}
.pagination-head {
  margin-bottom: 15px;
}
.pagination-head .pagination {
  margin:0;

}
.pagination-head .pagination > li > a {
 font-family: 'Roboto', sans-serif;
 color: #616161!important;
 font-weight: 300;
 padding-top: 0;
 padding-bottom: 0;
}
/*pagination*/
.pagination > li > a, .pagination > li > span {
  background-color: #fff;
  border: none!important;
  border-radius: 0 !important;
  color: #589F02;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  background-color: #fff;
  border-color: #000;
  color: #777;
  cursor: not-allowed;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
  cursor: default;
  z-index: 2;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #000;
}
.i {
  margin-bottom: 30px;
}

/*========== EVENT ==========*/
#event-message{
  display:none;
}
#event-book-container{
  display:none;
}

/*========== ARTICLE ==========*/
.prodContent {
  margin:0 0 15px;
}
.text-sold {
  color: black;
  text-transform: uppercase;
}
.breadcrumb-container {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: -45px;
}
.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0px;
  padding: 0;
  color: #fff;
}
.breadcrumb > li, .breadcrumb > li > a {
    color: #ccc!important;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "> ";
}
.icon-lg-container {
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
}
.icon-lg {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 8px 8px 0;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}

#related-items {
  background-color: #f7f7f7;
}
#related-items .related-title{
  margin:30px 0;
}
.relatedContent {
    max-height: 78px;
    overflow: overlay;
    position: absolute;
    top: 132px;
}
.relatedButtons {
    background-color: #78B82B;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 5px 20px 5px 20px;
    width: 90%;
    margin-left: 5%;
    bottom: 10px;
    position: absolute;
}
/*Button on custom CTA on cat page*/
.ctaBtn {
    background-color: #78B82B;
    color: white;
  margin-top: 5px;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    padding: 5px 32px 5px 32px;
    width: 60px;
}
/*Custom CTA text cat page*/
.ctaText{
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  padding: 5px 32px 5px 32px;
}
#prod-table {
  margin: 0 0 30px;
}
.product-table  {
  margin-bottom: 0;
}
.product-table > thead > tr > th {
  background-color: #000;
  color: #fff;
  border:1px solid #000;
  padding: 12px;
  font-size: 16px;
  text-align: left;
  display: block;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
}
.product-table > tbody > tr > td {
  border: none;
  padding: 6px 12px;
  display: block;
  border-left:1px solid #000;
  border-right:1px solid #000;
}
.product-table > tbody > tr:last-child > td:last-child {
  border-bottom:1px solid #000;
}
.product-table tr td:first-child {
  color: #589F02;
  font-weight: 600;
  border-top:1px solid #ddd;
  padding-bottom: 0;
}
.product-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.product-table {
  border:1px solid #ddd;
}
.terms-col {
  font-size: 85%;
}
.duration-box {
  border:1px solid #000;
  padding: 15px;
  margin-top: 15px;
}
.duration-box h5{
  font-size: 18px;
  margin: 5px 0 10px;
}
.duration-box .radio {
  font-size: 14px;
}
.total-box {
  border: 2px solid #589F02;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin:15px 0;
}
.total-box.sold {
  opacity: 0.3;
}
.total-col, .cost-col {
  color: #589F02;
  font-size: 22px;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
}
#prodVideo{
  display: block;
  max-width: 100%;
  width: inherit;
  height: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  background-color: black;
}
.cost-col {
  text-align: right;
}
.incvat, .exvat {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #616161;
  font-weight: 300;
}
.exvat {
  display: block;
  margin-top: 5px
}

/*========== CONTACT PAGE ==========*/
#map-canvas {
  width: 100%;
  height: 250px;
}
#contact-form .form-control {
  border-radius: 0;
  height: 40px;

}
.g-recaptcha {
  display: block;
  transform: scale(0.84);
  transform-origin: 0 0 0;
  float: left;
  margin-bottom: 0!important;
}
#contact-form textarea.form-control {
  height: 120px;
  resize:none;
}
.contact-info p {
  font-family: "Oswald",sans-serif;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}
.contact-info i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #589F02;
}
.contact-info a {
  color: #000
}
.contact-social {
  margin-top: 20px;
}
.contact-social, .contact-social a {
  font-size: 18px;
  color: #589F02;
}

/*========== PRODUCT ENQUIRY ==========*/
.enquiry-page-title {
  margin-bottom: 30px;
}
.enquiry-product {
  border:1px solid #000;
  padding: 20px;
}
.enquiry-product h4{
  margin:15px 0;
  font-size: 22px;
}
.enquiry-product .prod-img{
  position: relative;
  overflow: hidden;
}
.enquiry-product.sale .prod-img::before {
  background-color: #000;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"sale";
  z-index: 10;
}
.enquiry-product.sold .prod-img::after {
  background-color: #F00;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"sold";
  z-index: 10;
}
.enquiry-product.sold img {
  opacity: 0.5;
}
.enquiry-product.hire .prod-img::before {
  background-color: #589F02;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-size: 20px;
  font-weight: 500;
  left: -60px;
  padding: 30px 60px 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
  transform:         rotate(-45deg);
  content:"hire";
  z-index: 10;
}


form.product-enquiry {
  margin-top: 30px;
}
form.product-enquiry .form-control{
  border-radius: 0;
  height: 40px;

}
form.product-enquiry textarea.form-control {
    height: 120px;
    resize: none;
}


/*========== ICON iconS ==========*/
.icon, .icon-lg {
  background-image: url('/images/site/sprite.png');
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .icon, .icon-lg {
    background-image: url('/images/site/retina-sprite.png');
    background-size: 60px 1320px;
  }
}

.icon-lg.icon-1 {
  background-position: 0 0;
}

.icon-lg.icon-2 {
  background-position: 0 -60px;
}

.icon-lg.icon-3 {
  background-position: 0 -120px;
}

.icon-lg.icon-4 {
  background-position: 0 -180px;
}

.icon-lg.icon-5 {
  background-position: 0 -240px;
}

.icon-lg.icon-6 {
  background-position: 0 -300px;
}

.icon-lg.icon-7 {
  background-position: 0 -360px;
}

.icon-lg.icon-8 {
  background-position: 0 -420px;
}

.icon-lg.icon-9 {
  background-position: 0 -480px;
}

.icon-lg.icon-10 {
  background-position: 0 -540px;
}

.icon-lg.icon-11 {
  background-position: 0 -600px;
}

.icon-lg.icon-12 {
  background-position: 0 -660px;
}

.icon-lg.icon-13 {
  background-position: 0 -720px;
}

.icon-lg.icon-14 {
  background-position: 0 -780px;
}

.icon-lg.icon-15 {
  background-position: 0 -840px;
}

.icon-lg.icon-16 {
  background-position: 0 -900px;
}

.icon-lg.icon-17 {
  background-position: 0 -960px;
}

.icon-lg.icon-18 {
  background-position: 0 -1020px;
}

.icon-lg.icon-19 {
  background-position: 0 -1080px;
}

.icon-lg.icon-20 {
  background-position: 0 -1140px;
}

.icon-lg.icon-21 {
  background-position: 0 -1200px;
}

.icon-lg.icon-22 {
  background-position: 0 -1260px;
}

/*50%*/
.icon-1 {
  background-position: 0 0;
}

.icon-2 {
  background-position: 0 -30px;
}

.icon-3 {
  background-position: 0 -60px;
}

.icon-4 {
  background-position: 0 -90px;
}

.icon-5 {
  background-position: 0 -120px;
}

.icon-6 {
  background-position: 0 -150px;
}

.icon-7 {
  background-position: 0 -180px;
}

.icon-8 {
  background-position: 0 -210px;
}

.icon-9 {
  background-position: 0 -240px;
}

.icon-10 {
  background-position: 0 -270px;
}

.icon-11 {
  background-position: 0 -300px;
}

.icon-12 {
  background-position: 0 -330px;
}

.icon-13 {
  background-position: 0 -360px;
}

.icon-14 {
  background-position: 0 -390px;
}

.icon-15 {
  background-position: 0 -420px;
}

.icon-16 {
  background-position: 0 -450px;
}

.icon-17 {
  background-position: 0 -480px;
}

.icon-18 {
  background-position: 0 -510px;
}

.icon-19 {
  background-position: 0 -540px;
}

.icon-20 {
  background-position: 0 -570px;
}

.icon-21 {
  background-position: 0 -600px;
}

.icon-22 {
  background-position: 0 -630px;
}

.ref {
  font-family: "Oswald",sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
}


.warn {
  border: 1px solid red!important;
}