/* Small Devices, Tablets IPAD*/
@media only screen and (min-width : 768px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin-bottom: 243px;
  }

  /*Featured Items for sale - home page*/
  .liveSaleBack {
    /* height: 350px; */
  }
  .liveSaleContent {
    max-height: 174px;
  }
  /*Clients slider*/
  .footer-credits {
    padding: 27px 0;
  }


  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  .mob-block {
    display: inline-block;
    width: auto;
    padding: 2px 30px 2px 30px;
  }
  /*========== GLOBAL TEXT STYLES ==========*/
  h1 {
    font-size: 34px;
  }
  .intro-text {
    font-size: 28px;
  }


  /*========== GLOBAL CONTAINERS ==========*/
  .page-content {
    margin: 60px 0;
  }
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container p {
    font-size: 14px;
    text-align: center;
  }
  /*========== OUTDATED BROWSER NOTICE ==========*/


  /*========== HEADER ==========*/
  .main-menu::before {
    background-color: #363636;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  #div_menu {
    position: fixed;
    top: 0;
    z-index: 99;
    /* padding-left: 16px; */
    width: 100%;
  }
  #div_menu_pushdown {
      margin-top: 100px;
  }
  .main-menu .brandbox {
    background-color: #363636;
    display: inline-block;
    padding-left: 0;
    /*padding-left: 20px;*/
  }
  .main-menu .navbar-brand {
    height: 100px;
    background-color: white;
    width: 207px;
    /* margin-left:5px!important; */
  }

  .main-menu .navbar-collapse {
    margin-left: 192px;
    padding: 0;
    background-color: #fff;
  }
  .main-menu .navbar-nav {
    float: right;
    position: relative;
  }
  .main-menu .navbar-nav > li {
    float: left;
    width: 100px;
  }
  .main-menu .navbar-nav > li > a{
    height: 100px;
    display: table;
    width: 100%;
    background-color: #fff;
    color: #000!important;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
  }
  .main-menu .navbar-nav > li > a:hover, .main-menu .navbar-nav > li > a:focus  {
    color: #589F02!important;
    background-color: #fff!important;
  }
  .main-menu .navbar-nav > li > a > span{
      display: table-cell;
      vertical-align: middle;
  }
  .main-menu .navbar-nav > .open > a, .main-menu .navbar-nav > .open > a:focus, .main-menu .navbar-nav > .open > a:hover {
    color: #589F02!important;
    background-color: #fff!important;
  }
  .main-menu .open .dropdown-menu {
    background-color: #000;
    border: medium none;
    border-radius: 0;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    padding: 0;
  }
  .main-menu .open .dropdown-menu > li > a {
    font-weight: 400;
    font-size: 14px;
    padding:10px 20px;
    background-color: #000;
  }
  .main-menu .open .dropdown-menu > li > a:hover {
    background-color: #589F02;
  }
  .main-menu .dropdown a span i {
    font-size: 14px;
    position: relative;
    top: auto;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #000;
  }
  .main-menu .navbar-nav li.nav-search, .main-menu .navbar-nav li.nav-contact {
    width: auto;
    background-color: #fff!important;
    padding: 0 10px;
  }
  .contact-wrap {
    background-color: #589F02;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    padding: 10px 14px;
  }
  .search-wrap {
    background-color: #fff;
    border:2px solid #589F02;
    border-radius: 10px;
    color: #589F02!important;
    display: inline-block;
    cursor: pointer;
    padding: 8px 12px;
  }
  .search-wrap.active{
    background-color: #589F02;
    border:2px solid #589F02;
    border-radius: 10px;
    color: #fff!important;
  }
  .search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    padding:10px;
    background-color: #589F02;
    border-radius: 0 0 10px 10px;
    z-index: 10;
  }
  .search-dropdown .btn {
    background-color: transparent;
    color: #fff!important;
    padding-right: 6px;
  }
  .search-dropdown .form-control {
    border:none;
    border-radius: 5px!important;
    font-size: 18px;
  }

  /*========== FOOTER ==========*/
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .credit {
    opacity: 0.4;
    padding:0 20px;
    transform:scale(0.9);
    transition-duration:600ms;
  }
  .slick-current.credit {
    transform:scale(1.2);
    opacity: 1;
  }
  .footer-credits .slick-list::before, .footer-credits .slick-list::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 10;
  }
  .footer-credits .slick-list::before{
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 26%, rgba(0,0,0,0.88) 35%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(26%,rgba(0,0,0,1)), color-stop(35%,rgba(0,0,0,0.88)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 26%,rgba(0,0,0,0.88) 35%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 26%,rgba(0,0,0,0.88) 35%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 26%,rgba(0,0,0,0.88) 35%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 26%,rgba(0,0,0,0.88) 35%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    left: -2px;

  }
  .footer-credits .slick-list::after{
    background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(0,0,0,0.88) 65%, rgba(0,0,0,1) 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,185,232,0)), color-stop(65%,rgba(0,0,0,0.88)), color-stop(74%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.88) 65%,rgba(0,0,0,1) 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.88) 65%,rgba(0,0,0,1) 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.88) 65%,rgba(0,0,0,1) 74%); /* IE10+ */
    background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.88) 65%,rgba(0,0,0,1) 74%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    right: -2px;
  }
  .ftr-top {
    padding: 30px 0;
    text-align: auto;
  }
  .social-i {
    margin-top: 0;
    font-size: 14px;
  }

  /*========== HOME ==========*/
  .featured-items-home {
    padding-top: 30px;
  }
  .p {
    margin-bottom:30px;
  }
  /*home boxes slice*/
  .home-box-slice {
    padding: 30px 0!important;
  }
  .home-box {
  }
  .home-btns{
    margin-bottom: 0;
  }

  /*home testimonials*/
  .testimonial-container {
  padding: 45px 0;
  }
  .testimonial {
    padding: 70px 30px 30px;
  }
  .testimonial::before {
    font-size: 130px;
    top: -30px;
    margin-left: -25px;
  }
  .testimonial .quote {
    font-size: 18px;
  }


  /*========== CATEGORY ==========*/
  .filter-bar {
    margin-bottom: 30px;
  }
  .pagination-head {
    margin-top: -15px;
  }
  .item-container {
    margin: 0 0 60px;
  }
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  .prodContent {
    margin:0 0 30px;
  }
  .icon-lg {
    width: 60px;
    height: 60px;
  }
  .gallery-slider {
    margin: 30px -10px 0;
  }
  .prod-gallery-img {
    margin: 10px;
  }
  .product-table > thead > tr > th {
    font-size: 22px;
    border:1px solid #000;
    padding: 12px;
    display: table-cell;
  }
  .product-table > tbody > tr > td {
    border-right: 1px solid #000;
    padding: 12px;
    display: table-cell;
  }
  .product-table tr th:first-child {
    padding-bottom: 12px;
  }
  .product-table tr td:first-child {
    border-top: 0;
    border-left:1px solid #000;
    width: 300px;
    padding-bottom: 12px;
  }
  .product-table > tbody > tr:last-child > td { 
    border-bottom:1px solid #000;
  }

  .terms-col {
    font-size: 100%;
    margin: 12px 0px;
  }
  .duration-box {
    margin-top: 0;
  }
  .duration-box .radio {
    margin: 5px 0;
    font-size: inherit;
  }
  .total-box {
    border: 2px solid #589F02;
    margin-bottom: 15px;
  }
  .total-col, .cost-col {
    font-size: 30px;
  }
  .price-col .btn {
    font-size: 24px;
  }
  .cost-col {
    text-align: right;
  }
  .incvat, .exvat {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
  }
  .exvat {
    display: block;
    font-weight: 300;
    margin-top: 5px
  }
  /*========== SLICES ==========*/
  .slice {
    padding: 60px 0;
  }
  .slice .btn {
    margin-top: 10px;
  }

  /*========== CTAS ==========*/
  .cta {
    display: block;
  }
  .cta2 {
    display: block;
  }
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  .cart-table th {
    display: table-cell;
  }
   .cart-table td {
    display: table-cell;
  }
  .cart-table-products {
    max-width: 300px;
    display: table-cell;
  }
  .cart-table tr {
    margin-bottom: 0;
    float: none;
    border:none;
    border-top: auto;
  }
   .cart-table td.cart-table-quantity,  .cart-table td.cart-table-price {
    display: table-cell;
    width: auto;
  }
  .cart-table .cart-description {
    min-width: 300px;
  }
  .cart-table td.cart-table-products .img-responsive{
    max-width: 100%;
  }

  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/

  .checkout-flow {
    margin-bottom: 30px;
  }
  .checkout-flow li {
    width: 100px;
  }
  .checkout-flow ul::before {
    right: 50px;
  }
  .flow-label {
    display:block;
  }
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/
  /*========== CONTACT PAGE ==========*/
  #map-canvas {
    width: 100%;
    height: 400px;
  }


  /* Medium Devices, Desktops */
}
@media only screen and (min-width : 992px) {
  body {
    margin-bottom: 288px;
  }
  .liveSaleBack {
    /* height: 290px; */
  }
  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container .btn {
    display: inline-block !important;
    width: auto;
    float: right;
    margin-top: 0;
    font-size: 16px;
  }
  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  .main-menu .navbar-nav > li {
    min-width: 115px;
    width: auto;
  }
  .main-menu .navbar-nav > li > a{
    font-size: 19px;
    padding: 5px;
  }
  .main-menu .navbar-brand {
    background-position: 0 -6px;
    width: 230px;
  }
  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  .featured-items-home {
    padding-top: 30px;
  }
  /*========== PRODUCT LISTINGS ==========*/
  .p {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-img, .p-content {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
    width: 50%;
    background-color: #fff;
    position: relative;
  }
  .p .btn {
      bottom: 0;
      position: absolute;
  }
  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
    /*product gallery*/

  .gallery-slider {
    position: relative;
    height: 352px;
    width: 430px; /*todo    */
    overflow: hidden;
    float: right;
    margin:0;
  }
  .p-g.sale::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:"BUY";
    z-index: 10;
  }
  .p-g.sold::before {
    background-color: #363636;
    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;
  }
  .p-g.hire::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;
  }
  .gallery-slider.sold::before {
    background-color: red;
    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;
  }
  .prod-gallery-img {
    margin: 0;
  }
  .gallery-slider .prev, .gallery-slider .next {
      height: 24px;
      width: 100%;
      position: absolute;
      left: 0;
      background-color: #589F02;
      cursor: pointer;
      text-align: center;
      font-size: 42px;
    line-height: 30px;
  }
  .gallery-slider .prev {
      top: -20px;
  }
  .gallery-slider .next {
      bottom: -20px;
  }
  .gallery-slider .prev::after {
      content:"\f0d8";
      font-family: 'FontAwesome';
      color: #fff;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      top: -4px;
  }
  .gallery-slider .next::after {
      content:"\f0d7";
      font-family: 'FontAwesome';
      color: #fff;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      top: -4px;
  }
  .p-g {
      width: 352px;
      height: 352px;
      float: right;
      position: relative;
      cursor: pointer;
      overflow: hidden;
  }
  .p-g::after {
    content: "\f00e";
    color: #fff;
    position: absolute;
    bottom:10px;
    right: 20px;
    font-family: 'FontAwesome';
    pointer-events: none;
    font-size: 32px;

    display: none;
  }
  .p-g-n{
      width: 78px;/*todo    */
      float: right;   
      padding:20px 0 20px 8px;
  }
  .p-g-n.no-nav {
    margin-top: -5px;
    padding-top: 0;
  }
  .prod-gallery-thumb {
      margin: 4px 0;
      opacity: 0.6;
      position: relative;
  }
  .prod-gallery-thumb.slick-current {
      opacity: 1;
  }
  .prod-gallery-thumb.slick-current::after {
      width: 68px;
      height: 68px;
      position: absolute;
      left: 0;
      top: 0;
      border: 2px solid #589F02;
      content: "";
  }
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/

  /* Large Devices, Wide Screens */
}
@media only screen and (min-width : 1200px) {
  .container{width: 970px!important;}
  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/

  /*mobile only*/
}
@media only screen and (max-width : 768px) {
  .footer-credits{
    width: 100%;
    /*margin-left: 20%;*/
    padding: 0 20%;
    background-color: black;
  }
  .col-4-smaller{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .liveSaleBack {
    /* height: 220px; */
  }
    .borderGreen {
        background-color: rgba(3,255,39,0.1);
        /* border: solid 3px #589F03; */
    }
  .home-box {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
  /*anti sticky js for mobile*/
  #checkoutBox {
    position: relative!important;
  }
}

/*========== ANIMATIONS ==========*/
.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 0.5s;

  animation-name: flash-animation;
  animation-duration: 0.5s;
}
@-webkit-keyframes flash-animation {
  from { background: #106489; }
  to   { background: default; }
}

@keyframes flash-animation {
  from { background: #106489; }
  to   { background: default; }
}


@media only screen and (min-width : 992px) {

.item-row{
  display: flex;
}
.item{
  flex:1 1 auto;
  display: flex;
  margin: 0;
}
.item .p-img{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.item .p-img .liveSaleBack{
  flex: 1 1 auto;
}

}


.videoWrapper {
	position: relative;
	padding-bottom: 93%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}