@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700;800&display=swap');

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?32080669');
    src: url('../fonts/fontello.eot?32080669#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff2?32080669') format('woff2'),
         url('../fonts/fontello.woff?32080669') format('woff'),
         url('../fonts/fontello.ttf?32080669') format('truetype'),
         url('../fonts/fontello.svg?32080669#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?32080669#fontello') format('svg');
    }
  }
  */
   
   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
   
  .icon-angle-left:before { content: '\f104'; } /* '' */
  .icon-angle-right:before { content: '\f105'; } /* '' */


html {
    overflow-x: hidden;
    font-size: 16px;
}

body {
    background-color: #ffffff;
    color: #333333;
    font-size: 16.5px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
}

strong {
    font-weight: 600;
}

p {
    line-height: 1.4;
    margin-bottom: 16px;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.text-center {
    text-align: center;
}

/* Sticky footer start */
html, body {
    height: 100%;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
  /* Sticky footer end */

a:focus {
    outline: none;
}

.container {
    max-width: 100%;
}

.page-container ul {
    list-style: square;
}

.page-container ul li {
    margin-bottom: 15px;
}

header .dropdown-toggle {
    cursor: pointer;
}

header .container {
    padding-left: 0px;
    padding-right: 0px;
}

.head-left,
.head-right {
    margin-bottom: 18px;
}

.head-left {
    margin-top: 15px;
}

.head-right {
    margin-top: 37px;
}

.soc-icon-head {
    list-style: none;
    display: inline-block;
}

.soc-icon-head li {
    display: inline-block;
    margin-left: 34px;
}

.soc-icon-head li:first-child {
    margin-left: 0px;
}

.soc-icon-head img {
    height: 20px;
}

.btn-login-head {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 3px !important;
    background-color: #293e50;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.btn-login-head:focus,
.btn-login-head:hover {
    background-color: #b1b1b2;
}


.btn-group-login-head.open .btn-login-head {
    background-color: #b1b1b2;
}

.btn-group-login-head {
    margin-left: 50px;
}

.navbar-head {
    background: #f2f5f6;
    border: none;
    border-radius: 0;
}

.navbar-head .caret {
    color: #9c9c9c;
}

.navbar-head .navbar-nav {
    display: table;
    width: 100%;
}

.navbar-head .navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
    border-bottom: 4px solid #f2f5f6;
}

.navbar-head .navbar-nav > li.active {
    background: none;
    border-bottom: 4px solid #293e50;
}

.navbar-head .navbar-nav > li.active:hover a {
    background: none;
}

.navbar-head .navbar-nav > li.active > a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-footer .navbar-nav > .dropdown.open > a,
.navbar-head .navbar-nav > .dropdown.open > a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-footer .navbar-nav > .dropdown.open > a {
    color: #ffffff;
}

.navbar-footer .navbar-collapse .nav {
    text-align: center;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 767px) {
    .navbar-footer .navbar-collapse .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.navbar-footer .navbar-collapse .nav li {
    float: none;
}

.navbar-head .navbar-nav > li > a {
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 21px;
}

.dropdown-menu>li>a {
    font-size: 15px;
}

.col-index-slider {
    float: left;
    /*border: 1px solid #b92c28;*/
    width: 68.5%;
    vertical-align: top;
}

.col-index-register {
    float: right;
    /*border: 1px solid #b92c28;*/
    vertical-align: top;
    width: 29.5%;
    background: #293e50;
    color: #ffffff;
}

.carousel-customized .carousel-indicators li {
    background: #bbbdbf;
    border: 0px;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

.carousel-customized .carousel-indicators li.active {
    background: #293e50;
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

.col-index-register form {
    margin: 25px 32px;
    margin-bottom: 38px;
}

.index-register-form-header {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #3f5262;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.btn-index-registration-submit {
    display: block;
    width: 100%;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 3px 0px rgb(0, 0, 0);
            box-shadow: 0px 2px 3px 0px rgb(0, 0, 0);
    background-color: #f47b27;
}

.btn-index-registration-submit:focus,
.btn-index-registration-submit:hover {
    color: white;
    background-color: #e67426;
}

.col-index-register form .form-group {
    margin-bottom: 8px;
}

.index-img-menu-box {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    width: 235px;
    height: 235px;
    display: inline-block;
    padding: 50px 10px 10px 10px;

}

.index-img-menu-box:focus,
.index-img-menu-box:hover {
    color: #ffffff;
    text-decoration: none;
}

.index-img-menu-box h2 {
    font-size: 28px;
}

.index-vendor-list-box {
    background: url("../img/index-vendor-list-bg.jpg") center no-repeat;
}

.index-consulting-box {
    background: url("../img/index-consultiong-bg.jpg") center no-repeat;
}

.index-blog-box {
    background: url("../img/index-blog-bg.jpg") center no-repeat;
}

.index-contact-box {
    background: url("../img/index-contact-bg.jpg") center no-repeat;
}

.index-img-menu-container {
    padding-left: 0px;
    padding-right: 0px;
}

.index-img-menu {
    display: table;
    width: 100%;
    margin-top: 18px;
}

.index-img-menu > div {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-right: 18px;
    margin-bottom: 18px;
}

.index-retailer-benefits-header {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 40px;
}

.index-retailer-benefits-header2 {
    text-align: center;
    font-weight: 600;
    font-size: 16.5px;
    color: #333333;
    height: 30px;
}

.index-retailer-benefits-img-box {
    text-align: center;
    *height: 60px;
}

.index-retailer-benefits-list {
    font-size: 16px;
    color: #333333;
    list-style: square;
    padding: 0;
}

.index-retailer-benefits-list li {
    margin-bottom: 20px;
}

.retailer-testimony-section {
    background: #f2f5f6;
    margin-top: 25px;
}

.index-retailer-testimony-header {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #293e50;
    margin-top: 27px;
}

#carousel-retailer-testimony-generic {
    width: 90%;
    /*border: 1px solid #b92c28;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#carousel-retailer-testimony-generic .carousel-indicators {
    margin-top: 0px;
    margin-bottom: 0px;
    bottom: 0px;
    margin-bottom: -30px;
}

#carousel-retailer-testimony-generic .carousel-indicators li {
    background: #bbbdbf;
    border: 0px;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

#carousel-retailer-testimony-generic .carousel-indicators li.active {
    background: #293e50;
    width: 10px;
    height: 10px;
    border: 0px;
    margin: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

#carousel-retailer-testimony-generic .item {
    color: #525c62;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    font-style: italic;
    text-shadow: none;
    padding-bottom: 15px;
}

#carousel-retailer-testimony-generic .item .retailer-testimony-user-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-top: 30px;
    /*border: 1px solid #b92c28;*/

}

#carousel-retailer-testimony-generic .item .retailer-testimony-user-logo img {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.retailer-testimony-user-text {
    width: 70%;
    /*border: 1px solid #000000;*/
    display: inline-block;
    margin-top: 10px;
    *margin-left: 5%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: left;
}

#carousel-retailer-testimony-generic .carousel-caption-qotes {
    font-size: 51px;
    color: #dbdfe3;
    position: absolute;
}

.carousel-caption-qotes-before {
    margin-top: -25px;
    margin-left: -35px;
}

.carousel-caption-qotes-after {

}

.retailer-testimony-user-name {
    position: absolute;
    right: 0px;
    top: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: right;
}

.navbar-static-bottom {
    border-radius: 0;
    z-index: 1000;
    border-width: 0 0 1px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    position: static;
    border-bottom: none;
}

.footer {
    padding-top: 0;
    background: -o-linear-gradient(#293e50, #151f28);
    background: -webkit-gradient(linear, left top, left bottom, from(#293e50), to(#151f28));
    background: linear-gradient(#293e50, #151f28);
}

.navbar-footer {
    background: transparent;
    padding-top: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-footer .container {
    padding-top: 48px;
    border-top: 1px solid #62778a;
}

.navbar-footer .navbar-nav > li > a {
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-footer .navbar-nav > li > a:hover,
.navbar-footer .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-footer .navbar-nav > li.active,
.navbar-footer .navbar-nav > li.active a,
.navbar-footer .navbar-nav > li.active:hover a {
    background: none;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.copyright {
    font-size: 15px;
    color: #88939c;
    margin-top: 12px;
    padding: 64px 0;
}

.soc-icon-footer {
    list-style: none;
    padding: 0;
    padding-top: 32px;
}

.soc-icon-footer li {
    margin: 0 24px;
    display: inline-block;
}

.soc-icon-footer li img {
    -webkit-filter: brightness(10);
            filter: brightness(10);
    height: 20px;
}

.dropdown-login-form-login {
    padding-left: 25px;
    background-color: #ffffff;
    background: url("../img/dropdown-login-form-login.png") 8px 50% no-repeat;
}

.dropdown-login-form-password {
    padding-left: 25px;
    background-color: #ffffff;
    background: url("../img/dropdown-login-form-passwor.png") 8px 50% no-repeat;
}

.dropdown-login-form {
    min-width: 292px;
    background: #ffffff;
    padding-bottom: 0px;
    margin-top: 5px;
    font-family: 'Assistant', sans-serif;
}

.dropdown-login-form .form-group {
    margin-bottom: 8px;
}

.dropdown-login-form-fields {
    padding-left: 33px;
    padding-top: 33px;
    padding-right: 33px;
}

.dropdown-login-form-fields a {
    color: #f5821f;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
}

.dropdown-login-form-footer {
    background: #f2f5f6;
    margin-top: 14px;
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.btn-dropdown-login-form-submit {
    display: block;
    width: 100%;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #f47b27;
}

.btn-dropdown-login-form-submit:focus,
.btn-dropdown-login-form-submit:hover {
    color: #ffffff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background-color: #333333;
    opacity: 0.2;
}

.navbar-head .navbar-collapse,
.navbar-footer .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.page-header-custom {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-top: 15px;
    padding-bottom: 2px;
}

.vendor-list-product-categories-left {
    color: #ffffff;
    background: #293e50;
    padding: 30px 24px;
}

.vendor-list-product-categories-left .vendor-list-product-categories-left-header {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #3f5262;
    padding-top: 0px;
    padding-bottom: 11px;
    margin-top: 0px;
}

.vendor-list-product-categories-left-list {
    padding: 0px;
    list-style-type: square;
    padding-left: 18px;
    font-size: 16.5px;
    margin-top: 16px;
}

.vendor-list-product-categories-left-list li {
    margin-top: 0px;
    margin-bottom: 9px;
}

.vendor-list-product-categories-left-list li:last-child {
    margin-bottom: 0px;
}

.vendor-list-product-categories-left-list li a {
    color: #ffffff;
}

.vendor-list-product-categories-left-list li a:hover,
.vendor-list-product-categories-left-list li.active a {
    color: #f5821f;
}

.vendor-list-list-column {
    padding-top: 0px;
    padding-right: 0px;
    padding-right: 15px;

}

.vendor-list-list-column-page {
    background: #f2f5f6;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.vendor-list-list-column-page-header {
    font-size: 22px;
    color: #333333;
}

.vendor-list-row-table {
    display: table;
    width: 100%;
}

.vendor-list-row {
    background: #ffffff;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    display: table-row;

}

.vendor-list-row .vendor-list-coll {
    width: 50%;
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 3px solid #f2f5f6;
}

.vendor-list-row .vendor-list-coll:first-child {
    border-right: 26px solid #f2f5f6;
}

.vendor-list-row .vendor-list-coll:last-child {
    /*border-left: 13px solid #f2f5f6;*/
}

.vendor-list-item {
    *border: 2px solid #00a000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16.5px;
    color: #333333;
    padding: 5px 11px;
}

.page-content {
    background: #f2f5f6;
    padding: 30px 50px;
}

.page-container h1 h2 h3 h4 {
    color: #2b3f51;
}

.page-container h2 {
    font-size: 22px;
    padding-bottom: 10px;
}

.page-container small {
    color: #000000;
}

.page-container {
    font-size: 16.5px;
    color: #333333;
    padding-bottom: 48px;
}

.partners-page-text {
    font-size: 17px;
    color: #000000;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;

}

.partners-row {
}

.partners-row .thumbnail {
    padding-left: 23px;
    border-radius: 0px;
}

.partners-row .thumbnail .caption {
    margin: 0px;
    padding: 0px;
    padding-bottom: 23px;
}

.partners-row .thumbnail > img {
    margin-left: 0px;
}

.partners-row .thumbnail .caption .partners-row-caption-header {
    color: #f47b27;
    font-size: 22px;
    padding-bottom: 9px;
}

.partners-row .thumbnail .caption {
    font-size: 15px;
    color: #333333;
}

.contact-us-header {
    font-size: 22px;
    color: #000000;
    border-bottom: 1px solid #c1c3c4;
    padding-bottom: 15px;
}

.contact-us-header-border-none {
    border-bottom: none;
}

.contact-us-media span {
    font-size: 15px;
    color: #666666;
    display: block;
    margin-top: 8px;
}

.contact-us-media {
    font-size: 16px;
    color: #333333;
}

.contact-us-media .media-left > img {
    border-radius: 3px;
}

.contact-us-media span:first-child {
    margin-top: 0px;
}

.sp-buttons {
    margin-top: -50px;
}

.sp-buttons div {
    background: #bbbdbf !important;
    border: 0px !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.sp-buttons div.sp-selected-button {
    background: #293e50 !important;
    width: 10px !important;
    height: 10px !important;
    border: 0px !important;
    margin: 0px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.carousel-indicators-bg-gray li {
    background: #808284;
    border-color: #808284;
}

/* Splash Page - New */
.splash-page .container {
    max-width: 994px;
}

.splash-page .head-left {
    margin-top: 37px;
}

.splash-page .soc-icon-head img {
    -webkit-filter: brightness(10);
            filter: brightness(10);
}

.splash-page header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.splash-page .head-logo img {
    -webkit-filter: brightness(10);
            filter: brightness(10);
}
.splash-page header .btn-login-head {
    background: white;
    color: #293e50;
}

.splash-page header .btn-login-head:hover {
    background: #80A0BB;
    color: #fff;
}

.splash-page header .navbar {
    display: none;
}

.splash-page h2 {
    font-weight: 700;
    font-size: 32px;
}

.splash-page .video-overlay {
    position: absolute;
    background: rgb(33 50 64 / 70%);
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.splash-page .video-banner {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.splash-page .video-banner video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.splash-page .video-banner .banner-content {
    color: white;
    z-index: 10;
    position: absolute;
    max-width: 80%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.splash-page .video-banner .banner-content h1 {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.splash-page .video-banner .banner-content p {
    font-size: 18px;
}

@media (min-width: 768px) {
    .splash-page .video-banner .banner-content h1 {
        font-size: 48px;
    }

    .splash-page .video-banner .banner-content p {
        font-size: 20px;
    }

    .splash-page .video-banner .banner-content {
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .splash-page .video-banner .banner-content h1 {
        font-size: 64px;
    }

    .splash-page .video-banner .banner-content p {
        font-size: 24px;
    }

    .splash-page .video-banner .banner-content {
        max-width: 1000px;
    }
}

.splash-page .benefits-row {
    margin-top: -100px;
}

.splash-page .card {
    padding: 24px 40px;
    -webkit-box-shadow: 0px 10px 20px 0px #00000040;
            box-shadow: 0px 10px 20px 0px #00000040;
    border-radius: 5px;
    background-color: white;
    min-height: 480px;
}

.splash-page .card h2 {
    text-transform: uppercase;
    color: #F47B27;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.splash-page .card .benefits {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin-top: 24px;
    list-style-type: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
}


.splash-page .card .benefits li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.2;
}

.splash-page .card .benefits li:nth-child(even) {
    margin-right: 4px;
}

.splash-page .card .benefits img {
    width: 15px;
    margin-right: 8px;
    margin-top: 3px;
}

.splash-page .more-info-btn {
    background: #f47b27;
    width: 100%;
    color: white;
    font-size: 24px;
    font-weight: 600;
    padding: 24px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.splash-page .more-info-btn:hover {
    background: #2a3e50;
}

.splash-page .more-info-btn img {
    margin-left: 12px;
    width: 30px;
}

.splash-page .about-hti {
    background: #f7f7f7;
    padding: 64px 0;
}

.splash-page .about-hti h2 {
    color: #2A3E50;
    font-size: 24px;
    font-weight: 700;
}

.splash-page .about-hti .container {
    max-width: 1470px;
}

.splash-page .about-hti .row {
    position: relative;
}

.splash-page .about-hti .overlap {
    background: white;
    padding: 24px 48px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: -20px;
}

@media (min-width: 992px) {
    .splash-page .about-hti .overlap {
        -webkit-box-shadow: 0px 10px 20px 0px #2A3E4F40;
                box-shadow: 0px 10px 20px 0px #2A3E4F40;
        position: absolute;
        width: 55%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 16px;
        border-radius: 5px;
    }
}

.splash-page .carousel {
    border-radius: 5px;
    overflow: hidden;
}
.splash-page .carousel-col {
    padding: 0;
}
.splash-page .carousel .item {
    height: 566px;
}
.splash-page .carousel .item > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


.splash-page .vendors {
    padding: 64px 0;
}

.splash-page .vendors h2 {
    color: #f47b27;
}

.splash-page .vendors-logo-slider {
    margin-top: 48px;
}

.splash-page .vendors-logo-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.splash-page .vendors-logo-slider img {
    margin: 0 24px;
}

.events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.events .event {
    -webkit-box-shadow: 0px 10px 20px 0px #2A3E4F40;
            box-shadow: 0px 10px 20px 0px #2A3E4F40;
    border-radius: 5px;
    margin-right: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 31%;
            flex: 1 0 31%;
    overflow: hidden;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .events .event {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.events .event:last-child {
    margin-right: 0;
}

.event .photo {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.event .event-body {
    height: 100%;
    padding: 24px;
    background-color: white;
}

.event .event-body h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
}

.event .date {
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    color: #f47b27;
    font-weight: 700;
}

.splash-page .footer {
    margin-top: -50px;
}

.splash-page main {
    padding: 0;
}

.splash-page .splash-form-container {
    margin-top: 0;
    margin-bottom: 0;
}

.splash-body {
    background: #f2f5f7;
}

.head-logo-splash {
    margin-top: 70px;
    max-width: 525px.
}

.copyright-splash {
    font-size: 15px;
    color: #88939c;
    margin-top: 12px;
    padding-top: 13px;
    padding-bottom: 15px;
}

.splash-form-container {
    margin-top: 46px;
    background: #ffffff;
    padding: 50px;
    margin-bottom: 130px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 881px;
}

.splash-form-header {
    color: #2a3e50;
    font-size: 18px;
    font-weight: 600;
}

.splash-form-table {
    display: table;
    width: 100%;
}

.splash-form-table-cel {
    display: table-cell;
}

.splash-form-table-cel-40 {
    width: 40%;
}

.splash-form-table-cel-45 {
    width: 45%;
}

.splash-form-table-cel-10 {
    width: 10%;
}

.splash-forgot-password {
    margin-right: 20px;
    font-size: 15px;
}

.splash-form-sep-bg {
    background: url("../img/splash-sep.png") center repeat-y;
}

.splash-sep-text {
    background: #ffffff;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #b3bac3;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
}

.splash-form {
    margin-top: 50px;
}

.splash-form a {
    color: #b3bac3;
    font-size: 15px;
}

.splash-form .form-group {
    margin-bottom: 25px;
}

.splash-form .form-group input {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #717679;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 50px;
    padding-left: 30px;
}

.splash-form .form-group.no-margin {
    margin-bottom: 0px;
}

.splash-retailer-btn,
.splash-vendor-btn {
    font-size: 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 320px;
    font-family: 'Assistant', sans-serif;
}

.splash-retailer-btn:focus,
.splash-vendor-btn:focus {
    outline: none;
}

.splash-retailer-btn img,
.splash-vendor-btn img {
    margin-right: 8px;
}

.splash-retailer-btn:hover,
.splash-vendor-btn:hover {
    text-decoration: none;
}

.splash-retailer-btn:hover,
.splash-retailer-btn:focus,
.splash-retailer-btn {
    color: #ffffff;
    background: #2a3e50;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 26px;
}

.splash-vendor-btn:hover,
.splash-vendor-btn:focus,
.splash-vendor-btn {
    color: #ffffff;
    background: #2a3e50;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 26px;
}

.splash-container-btn > a {
    display: block;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 0px;
    max-width: 320px;
    font-weight: normal;
    position: relative;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.splash-form-header.text-left {
    padding-left: 36px;
}

@media (max-width: 767px) {
    .splash-page main {
        padding-top: 0;
    }

    /* Splash Page mobile navigation */
    .splash-page .navbar-head .navbar-nav > li {
        text-align: center;
    }

    .splash-page .navbar-head .navbar-nav > li > a {
        font-size: 18px;
        padding: 16px 12px;
    }
}

.row-centered {
    text-align: center;

}

.col-centered {
    display: inline-block;
    vertical-align: top;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.list-styled-plus {
    list-style-image: url("../img/icon-plus.png") !important;
}

.list-styled-plus li {
    margin-bottom: 5px;
}

.list-margin-bottom-5 li {
    margin-bottom: 5px;
}

.vendor-list-url {
    color: #f5821f;
}

ul.resources-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.resources-list li {
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 3px;
    border-color: rgb(242, 245, 246);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #F2F5F6;

}

.resources-list a {
    padding: 8px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}

.resources-list a span {
    font-weight: 700;
    display: block;
}

.thumbnails-resources {
    display: table;
    width: 100%;

}

.thumbnails-resources > div {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 6px;

}

.thumbnails-resources > div:nth-child(odd) {
    padding-left: 0px;
}

.thumbnails-resources > div > a:focus,
.thumbnails-resources > div > a:hover,
.thumbnails-resources > div > a:active {
    text-decoration: none;
    color: #ffffff;
}

.thumbnails-resources > div > a {
    display: table;
    width: 298px;
    height: 126px;
}

.thumbnails-resources > div > a span {
    font-family: 'Assistant', sans-serif;
    font-size: 28px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.col-max-292 {
    max-width: 292px;
    padding: 0px;
}

.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
}

.list-page {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: 85px;
    margin-bottom: 185px;
}

.my-page-logo-container {
    font-family: 'Assistant', sans-serif;
}

.my-page-user-name {
    font-size: 22px;
    color: #333333;
    margin-bottom: 0px;
}

.my-page-user-role {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
}

.my-page-user-role-retailer {
    color: #293e50;
}

.my-page-user-role-vendor {
    color: #293e50;
}

.user-profile-table {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #333333;
    width: 100%;
    margin-top: 4px;
    margin-left: 40px;
}

.user-profile-view-header {
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #717679;
    display: block;
    padding-bottom: 5px;
}

.user-profile-table > div {
    padding-right: 63px;
    padding-bottom: 30px;
    vertical-align: top;
}

.user-profile-website-address {
    color: #f47b27;
}

.user-profile-label-categories {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.btn-submit {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #f47b27;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.btn-submit:focus,
.btn-submit:hover {
    color: #ffffff;
}

.btn-cancel {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    background: none;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #2b3f50;
    font-weight: 600;
}

.btn-cancel :focus,
.btn-cancel :hover {
    background-color: #b1b1b2;
}

.btn-cancel :focus,
.btn-cancel :hover {
    color: #ffffff;
}

.my-page-form-container {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.my-page-categories .bootstrap-tagsinput {
    display: block;
    width: 100%;
}

.user-profile-label-categories-edit {
    border-radius: 4px;
    background-color: #293e50;
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.user-logo-img {
    border-radius: 100%;
}

.user-logo-wrap {
    position: relative;
}

.user-edit-logo-btn {
    position: absolute;
    bottom: 0px;
    right: 85px;
}

#cropper-img-container {
    text-align: center;
}

.head-logo img {
    max-width: 100%;
    width: 350px;
    padding: 0 16px;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.page-container img {
    max-width: 100%;
    height: auto;
}

.vendor-list-list-column-page {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.navbar-toggle {
    right: 15px;
}

.vendor_char {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.vendor_char.active,
.vendor_char:hover {
    color: #f5821f;
}

.form-group-margin-bottom15 {
    margin-bottom: 10px !important;
}

.vendor_list_item_link {
    color: #333333;
}

.vendor_list_item_link:hover {
    color: #f5821f;
}

.visibility-hidden {
    visibility: hidden !important;
}

.index-logged-in-img-container {
    padding: 0px;
    text-align: center;
}

.index-logged-in-img-container:first-child {
    padding-right: 6px;
}

.index-logged-in-img-container:last-child {
    padding-left: 12px;
}

.index-logged-in-img-container > img {
    max-width: 100%;
    height: auto;
}

.blog-row {
    margin-bottom: 56px;
}

.blog-img {
    display: block;
    margin-bottom: 17px;
}

.blog-date {
    font-family: 'Assistant', sans-serif;
    font-size: 16.5px;
    color: #666666;
    display: block;
    margin-bottom: 8px;
}

.blog-title-link:hover,
.blog-title-link:active,
.blog-title-link:focus,
.blog-title-link {
    font-family: 'Assistant', sans-serif;
    font-size: 22px;
    color: #f47b27;
    display: block;
    margin-bottom: 5px;
}

.blog-desc {
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #333333;
}

.pagination li > a,
.pagination li > span {
    border-radius: 0px !important;
    border: none;
    background: #e2e6e8;
    color: #333333;
    font-size: 15px;
    font-family: 'Assistant', sans-serif;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.pagination li.active > span {
    background: #293e50;
}

.pagination li.active > span:hover {
    background: #293e50;
}

.blog-detail-page-header {
    font-size: 36px;
    color: #333333;
    font-family: 'Assistant', sans-serif;
}

.blog-detail-page-container {
    max-width: 692px;
}

.blog-thumbnail {
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.blog-detail-page-content {
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    color: #333333;
    margin-bottom: 15px;
}

.blog-detail-page-content h1,
.blog-detail-page-content h2 {
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1;
}

.blog-detail-page-content h3 {
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px;
    line-height: 1;
}

.blog-detail-page-content img {
    max-width: 100%;
    height: auto;
}

.vendor-list-left-column #message {
    display: block;
    width: 100%;
}

#stg-ticket-form .popover-content {
    white-space: nowrap;
}

.thumbnails-resources {
    text-align: center;
}

@media (max-width: 1024px) {
    .index-img-menu > div {
        padding-right: 10px;
    }

    /*.vendor-list-product-categories-left > div {*/
    /*display: inline-block;*/
    /*}*/
    /*.vendor-list-list-column-page-header {*/
    /*text-align: center;*/
    /*}*/
    /*.vendor-list-left-column {*/
    /*text-align: center;*/
    /*}*/
    #stg-ticket-form-block {
        width: 100%;
    }

    .resources-list li a {
        text-align: left;
    }
}

@media (max-width: 1000px) {

    .row-benefits > div {
        display: block;
        text-align: center;
        width: auto;
    }

    .row-benefits > div > ul {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .head-right,
    .head-left {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .head-left {
        margin-top: 48px;
    }

    .col-index-slider {
        display: block;
        width: 100%;
        text-align: center;
    }

    #default-carousel-index-generic .item img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .col-index-register {
        display: block;
        width: 100%;
        text-align: center;
    }

    .index-img-menu-container {
        display: block;
    }

    .index-img-menu {
        text-align: center;
        display: block;
    }

    .index-img-menu > div {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        /**margin-bottom: 3px;*/
        /**margin-right: 0px;*/
        /**padding-right: 0px;*/
    }
}

@media (max-width: 768px) {

    .blog-row > div {
        text-align: center;
        margin-bottom: 25px;
    }

    #stg-ticket-form-block {
        width: 100%;
    }

    .pagination li span,
    .pagination li a {
        margin-top: 5px;
    }

    .dropdown-menu.pull-right.dropdown-login-form {
        right: -50%;
    }

    .navbar-footer {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .navbar-footer .navbar-nav {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-footer .navbar-header {
        display: none;
    }

    .navbar-footer .navbar-collapse {
        display: block;
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .soc-icon-head {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .btn-group-login-head {
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .head-logo {
        display: block;
        width: 100%;
        text-align: center;
    }

    .splash-form-table-cel {
        display: block;
        width: 100%;

    }

    .splash-form-header {
        text-align: center;
    }

    .splash-form-header.text-left {
        padding-left: 0px;
    }

    .splash-form-sep-bg {
        background: url("../img/splash-sep-h.png") center repeat-x;
        margin-top: 25px;
    }

    .splash-sep-text {
        background: #ffffff;
        padding-right: 15px;
        padding-left: 15px;
    }

    .modal-dialog {
        margin-top: 80px;
    }

    .thumbnails-resources {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .thumbnails-resources a {
        /*display: block;*/
        /*width: 100% !important;*/

    }

    .thumbnails-resources > div {
        display: inline-block;
        width: 32%;
        text-align: left;
        margin-right: 0px;
        margin-left: 0px;
    }

    .thumbnails-resources > div a {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .resources_full_row_div {
        display: block !important;
        width: 100% !important;
    }

    .resources_full_row {
        min-width: 1px !important;
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-head {
        background: #f2f5f6;
        border: none;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 99999999999;
    }

    .navbar-head .caret {
        color: #9c9c9c;
    }

    .navbar-head .navbar-nav {
        display: block;
        width: 100%;
    }

    .navbar-head .navbar-nav > li {
        float: none;
        display: block;
        text-align: left;
        border-bottom: 4px solid #f2f5f6;
        padding-left: 50px;
    }

    .vendor-list-left-column {
        text-align: center;
    }
    .vendor-list-product-categories-left > div {
        display: inline-block;
    }

    .index-logged-in-img-container:first-child {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .index-logged-in-img-container:last-child {
        padding-left: 0px;
    }
}

@media (max-width: 736px) {
    /*736 667px - 640px*/
    .vendor-list-list-column-page-header {
        text-align: center;
    }

    .vendor-list-left-column {
        text-align: center;
    }

    .vendor-list-product-categories-left > div {
        display: inline-block;
    }

    .vendor-list-left-column {
        margin-right: 0px;
        display: block;
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
    }

    .vendor-list-list-column {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .vendor-list-left-column.vendor-list-product-categories-left {
        padding: 25px;
    }

    .vendor-list-product-categories-left {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .vendor-list-row-table {
        display: block !important;
    }

    .vendor-list-row {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0px;
    }

    .vendor-list-coll {
        display: block !important;
        width: 100% !important;
        border-right: none !important;
    }

    .vendor-list-item {
        display: block !important;
    }

    .navbar-footer .navbar-nav > li li a {
        text-align: center !important;
        color: #ffffff !important;
    }

    .navbar-footer .navbar-nav > li li.active a {
        background: none !important;
    }

    .resources-list a {
        padding: 13px;
        display: block;
        font-size: 16px;
        color: #333333;
        background: url("../img/013_resources_08.png") 10px 50% no-repeat;
        padding-left: 55px;
    }

    .index-logged-in-img-container:first-child {
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .index-logged-in-img-container:last-child {
        padding-left: 0px;
    }
}

.resources-btn-col {
    text-align: center;
    margin-bottom: 15px;
    text-align: center;
}

.resources-btn-col > a {
    display: table;
    text-align: center;
    width: 100%;
    text-align: center;
    width: 100%;
    height: 126px;
}

.resources-btn-col > a:focus,
.resources-btn-col > a:hover,
.resources-btn-col > a:active {
    text-decoration: none;
    color: #ffffff;
}

.resources-btn-col > a span {
    font-family: 'Assistant', sans-serif;
    font-size: 28px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

img.vendor_list_icon_img {
    margin-right: 10px;
    max-width: 67px;
    height: auto;
}


.vendor-detail-logo {
    padding: 10px 30px 0 30px;
    max-width: 350px;
    margin: 0 auto;
}
.vendor-detail-logo  img {
    margin: 0px;
}

.vendor-documents-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.vendor-documents-list ul li {
    display: inline-block;
margin-right: 10px;
}

.vendor-documents-list ul li a {
}

.orange {
    color: #f47b27 !important;
}

div#vendorDetails div span:nth-child(2) {
    font-size: 15px !important;
    padding-left: 10px;
    width: auto;
}

/* 25112019 */
.right {
    text-align: center;
}
.right h2 {
    margin: 0;
}
/* Logo */
.image_logo img {
    border: 2px solid #ccc;
    padding: 5px 30px;
}
h2.inline, .vendor-documents-list {
    display: inline-block;
}

/* Price Sheets */
.col-md-12.btnfields {
    padding-left: 0;
}
.btnfields a {
    display: inline;
    margin-right: 10px;
}

/* HTI Start */

/* Updated Button Style */
.btn-new {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    white-space: normal;
    text-align: left;
    max-width: 700px;
    vertical-align: top;
    text-transform: capitalize;
    position: relative;
    padding: 6px 12px;
    font-weight: 600;
    outline: none !important;
    font-family: 'Assistant', sans-serif;
    font-size: 16.5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-new .glyphicon, .btn .glyphicon {
    font-size: 10px;
    margin-left: 8px;
}
section.container.page-container.vendor-detail-Pg {margin-top: 40px;}
.right h2 {font-size: 16.5px;}
.user-profile-label-categories {border: 1px #dadada solid; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none;}
.vendor-detail-Pg.page-container a:hover { text-decoration: none;}
.vendor-detail-Pg.page-container h2 {font-size: 16.5px; word-break: break-word;}
.vendor-detail-Pg .print-btn { margin-bottom: 24px; }
.vendor-detail-Pg.page-container #vendorDetails h2,
.vendor-detail-Pg.page-container .btnfields h2 {padding-bottom: 0px; margin-top: 6px; margin-bottom: 6px;}
.vendor-detail-Pg.page-container .vendor-documents-list ul li {margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}
.vendor-detail-Pg .field.cat-tag {margin-top: 12px;}
.vendor-detail-Pg .btn-index-registration-submit { font-size: 16.5px;}
.vendor-detail-Pg h2.inline,
.vendor-detail-Pg .vendor-documents-list { margin-right: -4px; vertical-align: top;}
.vendor-detail-Pg h2.inline {width: 11%; padding-top: 5px;}
.vendor-detail-Pg .vendor-documents-list {width: 85%;}
.vendor-detail-Pg #vendorLinks h2.inline {width: 10.8%;}
.vendor-detail-Pg #vendorLinks .col-md-12.btnfields {padding-left: 15px;}
.vendor-detail-Pg .btnfields a {display: inline-block; margin-top: 5px; margin-bottom: 5px; width: auto; white-space: normal;
    text-align: left; max-width: 700px; vertical-align: top; text-transform: capitalize; position: relative; padding-right: 20px; font-weight: 600; outline: none !important; font-family: 'Assistant', sans-serif; -webkit-box-shadow: none !important; box-shadow: none !important;}
.vendor-detail-Pg .btnfields a:hover { background: white; color: #333; }

.vendor-detail-Pg h2.note {padding-bottom: 0px; margin-bottom: 5px;}
.vendor-detail-Pg hr[style="margin-top: 10px;"] {margin-top: 0px !important;}
.vendor-detail-Pg .cat-tag > span { max-width: 30%;}
.vendor-detail-Pg .cat-tag-box {display: inline-block; max-width: 69%; vertical-align: top; text-align: left;}
.vendor-detail-Pg .cat-tag-box a {display: inline-block; outline: none; text-decoration: none;}
.vendor-detail-Pg .cat-tag-box a:hover,
.vendor-detail-Pg .cat-tag-box a:focus { text-decoration: none;}
.vendor-detail-Pg .cat-tag-box span.label {display: block; width: 100%; position: relative; font-weight: 600 !important; padding-right: 20px;}
.vendor-detail-Pg .cat-tag-box span.label:focus { text-decoration: none !important;}
.current-promotions-pg .block .file_url .btn i.glyphicon.glyphicon-triangle-right,
.vendor-detail-Pg i.glyphicon.glyphicon-triangle-right {
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vendor-slider.slick-dotted { margin-bottom: 60px; }

@media (max-width: 600px) {
    .vendor-slider.slick-initialized .slick-slide {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }    
}

.vendor-detail-Pg .user-profile-label-categories { font-size: 16.5px;}

/*.current-promotions-pg .block .file_url .btn i.glyphicon.glyphicon-triangle-right {top: 15px;}*/

.vendor-detail-Pg .image_logo img {border: 0px;}
.vendor-detail-Pg.page-container .right-details > div[style="padding-top:10px;"] {padding-top: 0px !important;}

.vendor-detail-Pg.page-container .right-details div[style="margin-top:10px; margin-bottom:10px;"] {margin-top: 0px !important; margin-bottom: 13px !important; word-break: break-word;}
.vendor-detail-Pg div.right-detail-box {padding-top: 5px; max-width: 300px; margin: 0 auto; }
.vendor-detail-Pg .vendor-name { font-size: 24px; }
.vendor-detail-Pg .socials { padding: 12px 0; font-size: 18px; }
.vendor-detail-Pg .socials a { margin-right: 8px; }
.vendor-detail-Pg .field { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    margin: 4px 0; 
 }


.vendor-detail-Pg .field .label { color: #333; -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; font-weight: 600; font-size: 100%; text-align: left; }
.vendor-detail-Pg .field .value { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 66%; text-align: left; }

.vendor-detail-Pg .right .field {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 4px;
}

.vendor-detail-Pg .right .field:last-child {
    border-bottom: none;
}

.vendor-detail-Pg .right .field .label {
    text-align: center;
}

.vendor-detail-Pg .show-all-products {
    cursor: pointer;
    color: #337ab7;
    text-transform: uppercase;
    font-size: 15px;
}

.vendor-detail-Pg .show-all-products:hover {
    color: #23527c;
}

div.table {
    margin-bottom: 8px;
}

div.table .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 0;
}

div.table .td, div.table .th {
-webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    padding-left: .6em;
}

div.table .th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.vendor-detail-Pg.page-container .right-details .cat-tag h2 {padding-top: 9px; padding-right: 2px;}
.vendor-detail-Pg div#vendorDetails span {vertical-align: top;}
.vendor-detail-Pg div#vendorDetails div span:nth-child(2) {vertical-align: middle; margin-top: 4px; padding-left: 0px;}
.vendor-detail-Pg div#vendorDetails div span:nth-child(2) h2 {margin-top: 0px; margin-bottom: 0px;}

.vendor-detail-Pg #vendorDetails .col-md-12[style="margin-top: 40px;"] {float: left; width: 100%; clear: both; margin-top: 13px !important;}
.vendor-detail-Pg div#vendorLinks {padding-top: 3px;}
.vendor-detail-Pg h2.inline b,
.vendor-detail-Pg div#vendorDetails div span:nth-child(2),
.vendor-detail-Pg .right-details span {font-weight: 400 !important; word-break: break-word; }
.vendor-detail-Pg #vendorDetails .col-md-12[style="margin-top: 40px;"] div span:nth-child(2) {margin-top: 6px;}
.vendor-detail-Pg h2.note strong { font-size: 18px;}


.current-promotions-pg .block:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0px; height: 0px;}
.current-promotions-pg .block {border: 1px #dadada solid; padding: 15px 0px; display: block; margin-bottom: 30px; position: relative;}
.current-promotions-pg .block:before {content: ""; position: absolute; top: 15px; bottom: 15px; z-index: -1; border-right: 2px #dadada solid; left: 33.33%; display: block; margin: auto;}
.current-promotions-pg:first-child .block {margin-top: 20px;}
.current-promotions-pg .block:last-child {margin-bottom: 0px;}
.current-promotions-pg .block [class*="col-"]:first-child {text-align: center;}
.current-promotions-pg .block .vendor_name p { font-weight: 700;}
.current-promotions-pg .block .file_url { display: inline-block; margin-bottom: 4px;}
.current-promotions-pg .block .file_url .btn { display: block; border: 1px #dadada solid; padding: 10px 20px 10px 15px; border-radius: 0px; color: #333; text-decoration: none; text-align: left; white-space: normal; position: relative; text-transform: capitalize; outline: none; -webkit-box-shadow: none; box-shadow: none; }
.current-promotions-pg .block .file_url a:hover,
.current-promotions-pg .block .file_url a:focus,
.current-promotions-pg .block .file_url a:active,
.current-promotions-pg .block .file_url .btn:hover { text-decoration: none;}
.current-promotions-pg .content_text {min-height: 135px;}
.current-promotions-pg .content_text p:first-letter {text-transform: uppercase;}
.current-promotions-pg .vendor_img { padding: 16px; }

.garner-info {
    margin-top: 0;
}
/* Tab landscape */
@media only screen and (max-width: 1199px) {
    .vendor-detail-Pg .cat-tag > span {max-width: 100%;}
    .vendor-detail-Pg .cat-tag-box {display: block; max-width: 100%; vertical-align: top; text-align: center;}
}
/* End of max 1199px */

/* Tab portrait */
@media only screen and (max-width: 991px) {
    .vendor-detail-Pg .right { margin-top: 30px;}
    .vendor-detail-Pg #vendorDetails .col-md-12 div {clear: both;}
    .vendor-detail-Pg #vendorDetails {margin-left: -15px; margin-right: -15px;}
    .vendor-detail-Pg #vendorLinks {margin-left: -15px; margin-right: -15px;}
    .vendor-detail-Pg h2.inline {width: 125px;}
    .vendor-detail-Pg #vendorLinks h2.inline {width: 125px;}
    .vendor-detail-Pg .vendor-documents-list {width: 80%;}
    .current-promotions-pg .block:before { display: none;}
    .current-promotions-pg .block [class*="col-"]:first-child {padding-bottom: 40px; position: relative;}
    .current-promotions-pg .block [class*="col-"]:first-child:before { content: ""; border-bottom:1px #dadada solid; position: absolute; left: 15px; right: 15px; bottom: 15px; margin: auto; display: block;}
    .current-promotions-pg .content_text {min-height: inherit;}
    
    .vendor-detail-Pg .btnfields a { max-width: 400px;}
    
    /*.vendor-detail-Pg div#vendorDetails span {width: 20%;}
    .vendor-detail-Pg div#vendorDetails div span:nth-child(2) {width: 79%;}*/
    section.container.page-container.vendor-detail-Pg {margin-top: 10px;}
    .vendor-detail-logo { padding-top: 0px; padding-bottom: 0px;}
    .vendor-detail-logo img { max-width: 50%; }
    
    
}
/* End of max 991px */

/* Mobile  landscape */
@media only screen and (max-width: 767px) {
    .vendor-detail-Pg .vendor-documents-list,
    .vendor-detail-Pg #vendorLinks h2.inline,
    .vendor-detail-Pg h2.inline { width: 100%;}
    .current-promotions-pg {padding-left: 15px; padding-right: 15px;}
    .vendor-detail-Pg .btnfields a { max-width: inherit;}
    /*.vendor-detail-Pg div#vendorDetails span {width: 150px;}
    .vendor-detail-Pg div#vendorDetails div span:nth-child(2) {width: 63%;}*/
}
/* End of max 767px */

/* Mobile portrait */
@media only screen and (max-width: 479px) {
    div#vendorDetails div span:nth-child(2) {padding-left: 0px;}
    /*.vendor-detail-Pg div#vendorDetails span {width: 100%;}
    .vendor-detail-Pg div#vendorDetails div span:nth-child(2) {width: 100%; padding-bottom: 10px;}*/
    .vendor-detail-Pg #vendorDetails {margin-left: 0px; margin-right: 0px; width: 100%;}
    .vendor-detail-Pg #vendorDetails .col-md-6.col-sm-6 {padding-left: 0px; padding-right: 0px;}
    .vendor-detail-Pg #vendorDetails .col-md-12[style="margin-top: 40px;"] {padding-left: 0px; padding-right: 0px;}
    
    .vendor-detail-logo img { max-width: 100%;}
}
/* End of max 479px */

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

    .garner-info {
        margin-top: 20px;
    }
}

.cat-tag.non-printable {
    text-align: right;
}
/* HTI End */

/* Forums */
#bbpress-forums, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 16px;
}

#bbpress-forums fieldset.bbp-form {
    padding: 0;
    border: none;
}

#bbpress-forums fieldset.bbp-form legend {
    margin: 0;
    margin-bottom: 12px;
}

input#bbp_topic_title {
    padding: 8px;
    border: none;
    width: 100%;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-family: 'Arial';
    font-size: 15px;
}

.radio-wrapper {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.radio-wrapper input,
#bbpress-forums fieldset.bbp-form .radio-wrapper input {
    margin-top: 0;
    margin-right: 4px;
    margin-bottom: 0;
}

.radio-wrapper label {
    margin: 0;
    line-height: normal;
    cursor: pointer;
    font-size: 15px;
}

.col-index-register {
    padding: 18px 25px;
    margin-bottom: 24px;
}

body .gform_body input, body .gform_body select, .gform_body textarea {
    width: 100%;
    padding: 6px 12px;
    color: #555;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

body .gform_body input[type="radio"], body .gform_body input[type="checkbox"] {
    width: auto;
}

.col-index-register h3.index-register-form-header {
    margin-top: 0;
}
body .col-index-register .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

body .col-index-register .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.gform_body ::-webkit-input-placeholder {
    color: #888;
}

.gform_body ::-moz-placeholder {
    color: #888;
}

.gform_body :-ms-input-placeholder {
    color: #888;
}

.gform_body ::-ms-input-placeholder {
    color: #888;
}

.gform_body ::placeholder {
    color: #888;
}

.col-index-register .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 8px;
}

.col-index-register .gform_wrapper .gfield_required {
    color: #ff4747;
}

.col-index-register .gform_wrapper div.validation_error {
    color: #ff4747;
    border-color: #ff4747;
}

.col-index-register .gform_wrapper .validation_message {
    color: white;
    padding-top: 0 !important;
}

.col-index-register .gform_wrapper .gfield_error .gfield_label {
    color: white;
}

.col-index-register .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    margin-top: 5px;
    font-size: 13px;
}

.col-index-register .gform_wrapper li.gfield.field_description_below+li.gsection, .col-index-register .gform_wrapper li.gsection.spacing {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    border: none;
}

.radio-options-inline .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-options-inline .gfield_radio li {
    white-space: nowrap;
}

.gform_wrapper .radio-options-inline .gfield_radio li {
    margin-right: 8px;
}

body.page-template-home .container {
    max-width: 1200px;
}

@media (min-width: 992px) {
    body.page-template-home .col-index-slider {
        width: 64%;
    }
    
    body.page-template-home .col-index-register {
        width: 33%;
    }
}


body.page-template-home .col-index-slider .carousel-inner>.item>img {
    margin: 0 auto;
}

body.page-template-home .col-index-register .btn {
    background: #f47b27;
    width: 100% !important;
    padding: 12px 0;
    font-family: 'Assistant', sans-serif;
    font-size: 16px !important;
}

body.page-template-home .col-index-register .btn:hover {
    color: white;
    background: #e67426;
}

#field_2_23 {
    margin-bottom: -4px;
}

/* Forums */
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta,
div.bbp-template-notice li, div.bbp-template-notice p,
div.bbp-breadcrumb, div.bbp-topic-tags {
    font-size: 14px;
}

/* Digital Education Center */
.isotope-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.isotope-no-results {
    display: none;
}

.isotope-loading {
    opacity: 1;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}

.video-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.post-type-archive-hti_video .page-banner {
    background: -o-linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/wp-content/themes/bootstrap-basic/img/food-bg-test.jpg');
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.5))), url('/wp-content/themes/bootstrap-basic/img/food-bg-test.jpg');
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/wp-content/themes/bootstrap-basic/img/food-bg-test.jpg');
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
}

@media (min-width: 768px) {
    .post-type-archive-hti_video .page-banner {
        margin-top: -20px;
    }
}

.post-type-archive-hti_video .page-banner h1 {
    color: white;
    font-size: 42px;
}

.post-type-archive-hti_video .page-container {
    padding-bottom: 32px;
}

.post-type-archive-hti_video .video-categories-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.post-type-archive-hti_video .video-categories-wrapper .video-category {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    margin: 0 1%;
    margin-bottom: 2%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.post-type-archive-hti_video .video-categories-wrapper .video-category:nth-child(1), .post-type-archive-hti_video .video-categories-wrapper .video-category:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
    margin: 0 1%;
    margin-bottom: 2%;
}

.post-type-archive-hti_video .video-categories-wrapper .video-category .overlay {
    background: rgba(69, 51, 51, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.post-type-archive-hti_video .video-categories-wrapper .video-category a {
    padding: 64px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    position: relative;
}

.post-type-archive-hti_video .video-categories-wrapper .video-category:hover .overlay {
    background: rgba(91, 73, 73, .6);
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

.post-type-archive-hti_video .recent-videos {
    background: #f2f5f6;
}

.videos-header {
    margin-bottom: 32px;
    margin-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

.videos-header.with-filters {
    display: block;
}

@media (min-width: 767px) {
    .videos-header.with-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.videos-header .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.videos-header .filters select, .videos-header .filters .search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}

.videos-header .filters select {
    padding: 5px;
}

.videos-header .filters .search {
    margin-left: 16px;
}

.videos-header .filters .search input {
    width: 100%;
    padding: 5px;
}

@media (min-width: 768px) {
    .videos-header .filters select, .videos-header .filters .search {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .video.col-xs-12 {
        width: 50%;
    }
}

.video-card {
    border-radius: 5px;
    margin-bottom: 24px;
    -webkit-box-shadow: 3px 2px 9px 1px rgba(0,0,0,.2);
            box-shadow: 3px 2px 9px 1px rgba(0,0,0,.2);
}

.video-card .video-thumbnail, .video-card .video-thumbnail div {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 230px;
}

@media (min-width: 768px) {
    .video-card .video-thumbnail, .video-card .video-thumbnail div {
        height: 180px;
    }
}

.video-card .video-thumbnail div {
    background-size: cover;
    background-position: center;
}

.video-card .video-details {
    background: #fff;
    padding: 16px;
    min-height: 200px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.video-card .blog-title-link {
    font-size: 18px;
}

.video-card .video-details .video-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
}

.video-card .video-details .categories {
    font-size: 14px;
    text-transform: uppercase;
}

.video-card .video-details .duration .fa {
    margin-right: 4px;
}

.single-hti_video .breadcrumbs {
    padding-bottom: 24px;
}

.single-hti_video .breadcrumbs .separator, .tax-video_category .breadcrumbs .separator {
    margin: 0 4px;
}

.single-hti_video .video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.single-hti_video .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.single-hti_video .video-attachments {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.single-hti_video .video-attachments li {
    margin-bottom: 0;
}

.single-hti_video .video-attachments .btn {
    display: inline-block;
    margin-right: 8px;
}

.single-hti_video .related-videos {
    background: #293e50;
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .single-hti_video .related-videos {
        margin-top: 48px;
    }
}

.single-hti_video .related-videos h3 {
    color: #f7f7f7;
    margin-top: 0;
    padding: 24px 24px 0 24px;
}

.single-hti_video .related-video {
    padding: 8px 24px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-hti_video .related-video:hover {
    background: #1f2f3d;
}

.single-hti_video .related-video .video-thumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    height: 0;
    background-size: cover;
    background-position: center;
    padding-bottom: calc(56.25% / 4);
    margin-right: 8px;
}

.single-hti_video .related-video .title {
    font-size: 18px;
    text-decoration: none !important;
    color: #f7f7f7;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 768px) {
    .flex-row {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }
}


/* Video Comments */
.comments-area .media-list {
    list-style-type: none;
}

.comments-area .comment-reply-link .fa {
    display: none;
}