﻿@charset "utf-8";
@font-face {
  font-family: 'LatoBold';
  src: url('/Content/fonts/Lato-Bold.eot');
  src: url('/Content/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Bold.woff2') format('woff2'), url('/Content/fonts/Lato-Bold.woff') format('woff'), url('/Content/fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoHairline';
  src: url('/Content/fonts/Lato-Hairline.eot');
  src: url('/Content/fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Hairline.woff2') format('woff2'), url('/Content/fonts/Lato-Hairline.woff') format('woff'), url('/Content/fonts/Lato-Hairline.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoLight';
  src: url('/Content/fonts/Lato-Light.eot');
  src: url('/Content/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Light.woff2') format('woff2'), url('/Content/fonts/Lato-Light.woff') format('woff'), url('/Content/fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoMedium';
  src: url('/Content/fonts/Lato-Medium.eot');
  src: url('/Content/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Medium.woff2') format('woff2'), url('/Content/fonts/Lato-Medium.woff') format('woff'), url('/Content/fonts/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoRegular';
  src: url('/Content/fonts/Lato-Regular.eot');
  src: url('/Content/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Regular.woff2') format('woff2'), url('/Content/fonts/Lato-Regular.woff') format('woff'), url('/Content/fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoSemibold';
  src: url('/Content/fonts/Lato-Semibold.eot');
  src: url('/Content/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Semibold.woff2') format('woff2'), url('/Content/fonts/Lato-Semibold.woff') format('woff'), url('/Content/fonts/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'LatoThin';
  src: url('/Content/fonts/Lato-Thin.eot');
  src: url('/Content/fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Lato-Thin.woff2') format('woff2'), url('/Content/fonts/Lato-Thin.woff') format('woff'), url('/Content/fonts/Lato-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'TTLakesBold';
  src: url('/Content/fonts/tt_lakes_condensed_bold.otf');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  background-color: #333;
}
body {
  background-color: #343434;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: 'LatoRegular', Tahoma, Arial, sans-serif !important;
}
h1,
h2,
h4 {
  margin: 0px;
  text-transform: uppercase;
}
h1 {
  font-size: 3em;
  font-family: 'TTLakesBold', Tahoma, Arial, sans-serif !important;
}
h1.longtext {
  width: 1280px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1439px) {
  h1.longtext {
    width: auto;
    margin: 0 20px 20px 20px;
  }
}
h2 a {
  text-decoration: none;
  color: inherit;
}
h2 a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 800px) {
  h1 {
    font-size: 2em;
    font-family: 'LatoRegular', Tahoma, Arial, sans-serif !important;
  }
}
h2 {
  font-size: 1.5em;
  color: #4b5258;
  font-family: 'LatoLight', Tahoma, Arial, sans-serif !important;
}
h3 {
  margin: 12px 0 5px 0;
  color: #fff;
  font-family: 'LatoBold', Tahoma, Arial, sans-serif !important;
  font-weight: normal;
}
h3 a {
  text-decoration: none;
  color: #222;
}
h3 a:hover {
  text-decoration: underline;
}
input[type=text] {
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
}
input[type=password] {
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
}
/* Header 
*************************************************/
#header-wrapper {
  background: #222222;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
#header-wrapper #header {
  height: 60px;
  width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1439px) {
  #header-wrapper #header {
    width: 100%;
    padding: 0;
  }
}
#header-wrapper #header-logo,
#header-wrapper #header-email {
  display: inline-block;
}
#header-wrapper #header-login,
#header-wrapper #header-logo,
#header-wrapper #header-email,
#header-wrapper #header-menu {
  color: #cfab0e;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'LatoLight', Tahoma, Arial, sans-serif !important;
  cursor: pointer;
}
#header-wrapper #header-logo {
  font-size: 1.3em;
  padding-left: 90px;
  background: url(/images/logo-scg-header.png) no-repeat left center;
  padding-top: 17px;
  height: 60px;
  float: left;
  width: 200px;
}
@media (max-width: 1439px) {
  #header-wrapper #header-logo {
    margin-left: 10px;
  }
}
@media (max-width: 800px) {
  #header-wrapper #header-logo {
    text-indent: -9999px;
    margin-left: 10px;
  }
}
#header-wrapper #header-email,
#header-wrapper #header-login {
  font-size: 1.1em;
  padding-right: 30px;
  padding-left: 16px;
  padding-top: 17px;
  height: 60px;
  float: right;
}
#header-wrapper #header-email {
  background: url(/Content/images/header-email-arrow.png) no-repeat right center !important;
}
@media (max-width: 800px) {
  #header-wrapper #header-email {
    text-indent: -9999px;
    background: none;
    width: 60px;
    background: url(/Content/images/icon-hamburger.png) center no-repeat;
  }
}
#header-wrapper #header-email:hover {
  background: url(/Content/images/header-email-arrow.png) no-repeat right center, rgba(255, 255, 255, 0.05);
}
@media (max-width: 800px) {
  #header-wrapper #header-email:hover {
    background: url(/Content/images/icon-hamburger.png) center no-repeat, rgba(255, 255, 255, 0.05);
  }
}
#header-wrapper #header-menu {
  right: 10px;
  position: absolute;
  top: 60px;
  background: rgba(0, 0, 0, 0.9);
  text-align: right;
}
@media (max-width: 1439px) {
  #header-wrapper #header-menu {
    right: 0;
  }
}
#header-wrapper #header-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#header-wrapper #header-menu li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 10px 20px 10px 60px;
}
#header-wrapper #header-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1439px) {
  #header-wrapper #header-menu li a {
    padding: 10px 30px 10px 60px;
  }
}
/* Title Content
***********************************************/
#content-wrapper {
  width: 100%;
  margin: 80px auto 0 auto;
  text-align: center;
/*  background-color: #333; */
}
#content-wrapper #brand-logos {
  margin: 20px 0;
}
#content-wrapper #brand-logos img {
  margin: 0 10px;
}
#content-wrapper .brand-filter {
  display: inline-table;
  margin: 0 20px;
}
#content-wrapper .brand-filter input {
  width: 24px;
  height: 24px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 800px) {
  #content-wrapper .brand-filter {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
/* Hover Menu
**************************************************/
#hide-menu {
    display: none;
}
#hide-menu-hover {
    display: none;
}
#hide-admin-menu-hover {
    display: none;
}
.show-menu:hover #hide-menu-hover {
    display: block;
}
.show-menu:hover #hide-admin-menu-hover {
    display: block;
}
input[type=checkbox]:checked ~ #hide-menu {
    display: block;
}
input[type=checkbox]:checked ~ #hide-menu-hover {
    display: block;
}
/* Assets Content 
*************************************************/
#loading-assets-text {
  padding: 10px;
  text-align: center;
}
.panel-heading,
.panel,
.panel-default,
.panel-title {
  background: none !important;
  border-width: 0 !important;
}
h4.panel-title {
  font-size: 2.5em;
  color: #fff;
  font-family: 'LatoLight', Tahoma, Arial, sans-serif !important;
  text-align: center;
}
h4.panel-title a {
  text-decoration: none;
  cursor: default;
  margin-left: 10px;
}
.group {
  margin-left: 8%;
  clear: both;
}
@media (max-width: 800px) {
  .group {
    margin: 0 auto;
    text-align: center;
  }
}
.groupName {
  font-size: 1.5em;
  color:#fff;
  text-align:left;
  text-transform:uppercase;
}
.groupName-padding {
    margin: 0px 0px 0px 0px;
}
.group:nth-child(n+3) {
  padding-top: 25px;
}
.asset-image {
  margin-bottom: 4px;
  position: relative;
  width: 320px;

}
.asset-video {
    margin-bottom: 4px;
    position: relative;
    width: 320px;
    height: 222px;
}
.asset-image:hover {
   outline:6px solid #fcce01;
   outline-offset: -6px;
}
/*.asset-video:hover {
    outline: 6px solid #fcce01;
    outline-offset: -6px;
}*/
.asset-document:hover {
   outline:6px solid #fcce01;
   outline-offset: -6px;
   z-index:10;
}
.asset-pop:hover {
    outline: 6px solid #fcce01;
    outline-offset: -6px;
}
.asset-description {
    color: #333;
}
.asset-description:hover {
    color:#FFF;
}
.asset-description-h1 {
    padding-top: 4px;
}
.asset-image-description {
    overflow: hidden;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    font-size: .35em;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background-color: #fcce01;
}
.asset-video-description {
    overflow: hidden;
    width: 100%;
    height: 24px;
    bottom: -24px;
    position: absolute;
    left: 0;
    padding: 0 5px;
    font-size: .35em;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background-color: #fcce01;
}
.asset-image input[type=checkbox] {
    display: none;  
}
.asset-video input[type=checkbox] {
    display: none;
}
.asset-document input[type=checkbox] {
    display: none;
}
.asset-pop input[type=checkbox] {
    display: none;
}
@media (max-width: 800px) {
    .asset-image {
    float: none;
  }
}
/* Asset Custom Checkbox
**************************************************/
.assetcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    z-index: 10;
}
.asset-container input:checked ~ .assetcheckmark {
    width: 0;
    height: 0;
    border-top: 50px solid #fcce01;
    border-right: 50px solid transparent;
    z-index: 1;
}
.assetcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
.asset-container input:checked ~ .assetcheckmark:after {
    display: block;
}
.asset-container .assetcheckmark:after {
    position: absolute;
    left: 12px;
    top: -48px;
    width: 10px;
    height: 20px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Social Media text asset
**************************************************/
.asset-text {
  padding: 20px 12px 10px 12px;
  border-left: 6px solid #f1f1f1;
  background: #fafafa;
  font-size: 16px;
  margin: 10px 50px 20px 0;
}
.btn-copy-clipboard {
  font-family: inherit;
  text-transform: uppercase;
  background: #fee88b;
  font-size: 10px;
  padding: 10px 15px;
  border: none;
}
.btn-copy-clipboard:hover {
  background: #ffe578;
  color: #000;
}
.copy-clipboard-hidden {
  width: 0px;
  height: 0px;
  outline: none;
  resize: none;
  border: none;
  margin-left: -9999px;
}
/* Download assets
**************************************************/
.asset-download {
  position: absolute;
  right: 15px;
  bottom: 21px;
  width: 42px;
  height: 31px;
}
.asset-download a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.corner-brand {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
}
.corner-brand.Saris {
  background-image: url(/images/corner-brand-Saris.png);
}
.corner-brand.CycleOps {
  background-image: url(/images/corner-brand-CycleOps.png);
}
.corner-brand.Powertap {
  background-image: url(/images/corner-brand-PowerTap.png);
}
.asset-document,
.asset-pop {
  background: #fafafa;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.asset-document {
  width: 440px;
  padding-left: 120px;
  /*padding-right: 50px;*/
  height: 100px;
}
.asset-pop {
  width: 540px;
  padding-left: 220px;
  height: 170px;
}
.asset-document a.link-image {
  position: absolute;
  left: 4px;
  top: 5px;
}
.asset-pop a.link-image {
  position: absolute;
  left: 5px;
  top: 5px;
}
.asset-document a.link-image {
  width: 100px;
  height: 90px;
}
.asset-pop a.link-image {
  width: 200px;
  height: 170px;
}
.asset-document.word a.link-image {
  background: url(images/icon-word.jpg) no-repeat center;
}
.asset-document.excel a.link-image {
  background: url(images/icon-excel.jpg) no-repeat center;
}
.asset-document.pdf a.link-image,
.asset-pop a.link-image {
  background: url(images/icon-pdf.jpg) no-repeat center;
  /* POP falls back to PDF icon */
}
.asset-document.ppt a.link-image {
  background: url(images/icon-ppt.jpg) no-repeat center;
}
.asset-document.zip a.link-image {
  background: url(images/icon-zip.jpg) no-repeat center;
}
@media (max-width: 800px) {
  .asset-document {
    margin: 0 auto 10px auto;
    float: none;
    text-align: left;
  }
}
#download-multi {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #333;
  border: 1px solid #444;
  padding: 10px 25px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  font-size: 1.1em;
  z-index: 2;
}
/* Footer Content
**************************************************/
#footer-wrapper {
  height: 25px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  font-size: 0.8em;
  color: #ddd;
}
#footer {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  display: table;
  text-align: center;
}
@media (max-width: 1439px) {
  #footer {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 800px) {
  #footer {
    width: 100%;
  }
}
#footer span {
  vertical-align: middle;
  display: table-cell;
}
/* Main Content
*************************************************/
#content {
  width: 1280px;
  margin: 0 auto;
  background: white;
  text-align: left;
}
#content.content-assets {
  width: 100%;
  background: #333;
}
.content-col {
  width: 640px;
  padding: 20px;
}
.content-col-2 {
  width: 1280px;
  padding: 20px;
}
.saris-divider {
  display: block;
  width: 96%;
  margin: 0 2%;
  height: 36px;
  background: url(/Content/images/divider-logo.png) no-repeat center;
}
@media (max-width: 1439px) {
  #content {
    width: 640px;
  }
  .content-col-2 {
    width: 640px;
    padding: 20px;
  }
}
@media (max-width: 800px) {
  #content {
    width: 100%;
  }
}
/* Promo Content
***************************************************/
#promo-group-promotions {
  float: right;
}
#promo-group-brand-assets {
  float: left;
}
.promo-container {
  width: 624px;
  background: #fff;
  height: 150px;
  margin: 20px -13px;
}
.promo-thumb {
  width: 180px;
  height: 150px;
  float: left;
  margin-right: 15px;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}
.promo-thumb a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.promo-thumb span {
  color: #474747;
  text-decoration: none;
  background: rgba(255, 230, 127, 0.8);
  bottom: 0px;
  font-family: 'LatoBold', Tahoma, Arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 0.8em;
  position: absolute;
  text-align: center;
  padding: 9px 0;
  width: 100%;
}
.promo-thumb span:hover {
  background: #ffca05;
}
.promo-info {
  padding-top: 1px;
  height: 100%;
  color: #4b5258;
  position: relative;
  width: 100%;
  text-align: center;
}
.promo-info p {
  margin: 0;
}
.promo-info ul {
  padding-left: 20px;
  font-size: 1.2em;
}
.promo-brands {
  padding-top: 10px;
  text-align: center;
}
.promo-brands img {
  border: 0;
  margin-right: 10px;
}
#promo-group-dealer-spotlight p {
  font-size: 1.15em;
  margin-top: 20px;
  max-width: 950px;
  line-height: 1.4em;
}
#promo-group-dealer-spotlight h2 {
  font-size: 27px;
}
#promo-group-dealer-spotlight img.thumb {
  float: left;
  margin-right: 20px;
}
#promo-group-dealer-spotlight .btn,
#promo-group-brand-assets .btn {
  background: #f5e197;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'LatoBold', Tahoma, Arial, sans-serif !important;
  font-size: 0.85em;
  padding: 10px 20px;
  color: #333;
}
#promo-group-dealer-spotlight .btn:hover {
  background: #f2da7d;
  color: #111;
}
.introText {
    padding: 15px 45px 10px 45px;
    margin: 50px 0px 10px 0px;
    background-color: #343434;
    color: #fff;
    text-align: left;
}
.introText p {
  font-size: 16px;
  max-width: 900px;
}
/* Filters */
.filtersContainer {
  padding-top: 30px;
  padding-left: 20px;
}
#show-how-many {
  margin-bottom: 30px;
  font-size: 16px;
}
.filter-labels {
  font-size: 16px;
  color: #333;
}
.filter-label-item {
  padding: 7px 15px;
  background: #333;
  cursor: pointer;
  margin-left: 2px;
  color: #A9ABAC;
  font-size: 18px;
}
.filter-label-item:hover {
  background: #222;
}
.filter-label-item.selected {
  background: #333;
  color: #fff;
}
#filter-textbox {
  width: 600px;
  color: #fff;
  margin: 10px 0 20px 0;
  padding-left: 40px;
  background: url(/Content/images/icon-search.png) no-repeat left center;
  border: 1px solid #ccc;
}
.filter-by-product {
    color: #A9ABAC;
    font-size: 18px;
    font-weight:lighter;
}
@media (max-width: 1439px) {
  #promo-group-dealer-spotlight img.thumb {
    float: right;
    margin-left: 20px;
    margin-bottom: 40px;
  }
  #promo-group-dealer-spotlight p {
    max-width: auto;
  }
}
@media (max-width: 800px) {
  #promo-group-brand-assets {
    float: none;
  }
}
/*# sourceMappingURL=Site.css.map */
.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 200px;
  height: 75px;
  text-align: center;
  padding-top: 15px;
  margin: 10px;
}
.dragover {
  border: 5px dashed blue;
}
.admin-content {
  margin: 20px;
}
table.table.table-striped tr.red-outline td {
  background-color: #FA5858;
}
/* Drop Down Menu Administrators
***************************************************/
.dropdownbutton-custom {
    position: absolute;
    z-index: 1;
}
.dropdown-toggle-custom {
    position: absolute;
    top: -48px;
    left: -33px;
    color:#333;
    background-color: transparent;
    border-color: transparent;
}
.dropdown-toggle-custom:hover {
    color:#FFF;
}
.dropdown-toggle-custom:focus {
    color: #FFF;
    background-color: transparent;
}
.dropdown-toggle-custom:hover:focus {
    color: #FFF;
    background-color:transparent;
}
.dropdown-menu-custom {
    position: absolute;
    z-index: -1;
    font-size: -45px;
    list-style: none;
    background-color: #FFF;
    top: -46px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px solid #333;
    right:6px;
    left: auto;
    min-width:308px;
    padding: 5px;
}
.dropdown-custom {
    position: absolute;
    display: inline-block;
    border-top: 50px solid #fcce01;
    border-left: 50px solid transparent;
    left: 270px;
}
.btn-default:hover {
    background-color: transparent;
}
.btn-default:focus{
    background-color: transparent;
}
/* Select All Checkbox
***************************************************/
.select-all-wrapper {
    position: absolute;
    display: table;
    left: 130px;
    top: 10px;
}
.logo-select {
  left: 125px;
}
.productphoto-select {
  left: 240px;
}
.lifestyle-select {
  left: 240px;
}
#checkbox-select-all {
  margin: -5px 5px 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.select-all-label {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}
/* Alert - Not showing all
***************************************************/
#alert-showmore {
  padding: 0 15px;
}
#alert-showmore-inner {
  cursor: pointer;
  margin: 0 auto 30px auto;
  text-align: center;
  background: #ffe0db;
  border: 1px solid #ffd7d0;
  border-radius: 1px;
  padding: 15px;
}
@media (max-width: 1439px) {
  #alert-showmore {
    margin-top: 30px;
  }
}
/* Blog Content
***************************************************/
.blog-content {
  padding: 40px;
  font-size: 17px;
  line-height: 26px;
}
.blog-content .row img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-content p {
  margin-bottom: 24px;
}
@media (min-width: 1199px) and (max-width: 1439px) {
  .pull-right-sm {
    float: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
}
.video-overlay {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  padding-top: 9%;
  padding-left: 50px;
}
p.video-title {
  font-family: 'TTLakesCond-Bold', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.7em;
  margin-bottom: -20px;
  line-height: 100%;
  padding-bottom: 20px;
}
p.video-text {
  font-family: TTLakes-Medium, Arial, sans-serif;
  color: #fff;
  font-size: 2.2em;
  max-width: 100%;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
p.video-text .yellow {
  color: #fcce01;
}
.video-overlay .btn {
  margin-top: 15px;
  display: inline-block;
  background: none;
  border: none;
  font-family: "TTLakesBold", sans-serif;
  font-size: 20px;
  padding: 10px 30px;
  min-width: 201px;
  color: #333;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.3s;
  background: linear-gradient(45deg, #FFB623, #FFCD00);
  border-radius: 0px;
}
.video-overlay .btn:hover {
  box-shadow: 0px 7px 30px rgba(255, 205, 0, 0.75);
}
.video-playimage {
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/play-button.png);
    background-size: 75px 75px;
    background-position: center;
    background-repeat: no-repeat;
}
.homebtn {
  background: linear-gradient(45deg, #ffb623, #ffcd00);
  border: none;
  padding: 10px 40px;
}
.hometext {
  color: #fff;
  font-size: 4em;
}
@media (max-width: 1439px) {
  .hometext {
    font-size: 2em;
  }
  .homebtn {
    font-size: 10px;
  }
}
.hometable {
    padding:0px;
}
.homecol {
    padding:0px;
}
.homeimages {
    width: 100%;
    opacity: 0.4;
    transition: 0.3s;
}
.homeimages:hover {
    opacity: 1;
}
.asset-container:hover{
    cursor:pointer;
}
.primaryContainer{
    min-height:100vh;
}