
 /*Not Required*/
.btn{margin-bottom:15px;}

/*Required*/
.modal-dialog-slideout {min-height: 100%; margin: 0 auto 0 0 ;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(-100%,0);transform: translate(-100%,0);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);flex-flow: column;}
.modal-dialog-slideout .modal-content{border: 0;}

/* dark blue   color: #181c62;  */
/* light blue  color: #31aae2;  */

/* menu */
#scorsolMenu {
	font-size: 0.9rem;
	text-transform: uppercase;
}
.bg-dark {
    background-color: #181c62 !important;
}
a.sublink{
    background-image: none;
    color: #181c62 !important;
}
#eventMenu {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #181c62;
    font-weight: 400;
        padding: 5px 15px;
	
}
.dropdown-menu > a.sublink:link {
    background-image: none !important;
    color:#181c62 !important; 
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #181c62;
    font-weight: 400;
}
.dropdown-menu > a.sublink:hover {
    background-image: none !important;
    color:#31aae2 !important; 
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #181c62;
    font-weight: 400;
}
/*Score*/
#event_url {
	font-size:0.9em;
	width:100%;
	text-align:right;
	margin-top:-10px;
}
    #ss_menu { 
	width: 90%;
	margin: 0 15px;
	height:100%; 
	}

.ss_button { 
	background-color: #181c62;
	border-bottom: none;
	cursor: pointer;
	padding: 10px;
	color: #FFFFFF;
	}
	
.ss_content {
	background-color: #181c62;
	display: none;
	padding: 0;
	height:100%; 
	}
	
.tabs {
  position: relative;   
  /*min-height: 100%; /* This part sucks */
  clear: both;
  margin:  0;
  height: 75vh;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  width:160px;
  padding: 10px; 
  border-width: 1px 1px 1px 1px; 
  border-style: solid;
  border-color: #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 45px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 0 0;
  border: 1px solid #ccc; 
  width:100%;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

/*Overlay Mobile only*/
.hover-card .top {
  transition: 1s;
  bottom: 0;
  background: rgba(0,0,0, .55);
  padding: 0.5em;
  position: absolute;
  left: 0;
  text-align: left;
  width: 100%;
  max-height: 100%;
}

.card:hover .top{
  opacity: 1;
  background: rgba(0,0,0,.75);
}
.card:hover .read-more .fa{
  color:white;
}
.hover-card h4,.hover-card,.hover-card p {
  margin: 0;
  color: #fff;
}
      
/**Desktop Overlay Image**/
.product-description {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
}

hr {border-color: rgba(0,0,0,.1);  margin: 15px 0;}
.secondary-text {color: #fff;}
.list-inline {margin: 0;}
.list-inline li {padding: 0;}

.card-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  /*margin-bottom: 30px;*/
}
.card-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-wrapper:hover:after {opacity: 0;}
.card-wrapper:hover .image-holder:before {opacity: .75;}
.card-wrapper:hover .image-holder:after {opacity: .75;  transform: translate(-50%, -50%);}
.card-wrapper:hover .image-holder--original {transform: translateY(-15px);}
.card-wrapper:hover .product-description {height: 20vh;}

/*@media (min-width: 768px) {
  .card-wrapper:hover .product-description {
    height: 185px;
  }
}*/

.image-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 325px;
  background-color: rgba(0,0,0,.25);
  z-index: 1;
}
@media (min-width: 768px) {
  .image-holder {
    height: 350px;
  }
}
.image-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #000;*/
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s;
}
/*.image-holder:after {
  content: '+';
  font-family: 'Raleway', sans-serif;
  font-size: 70px;
  color: #181C62;
  text-align: center;
  position: absolute;
  top: 92.5px;
  left: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: rgba(255,255,255,.5);
  opacity: 0;
  border-radius: 50%;
  z-index: 10;
  transform: translate(0%, 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .image-holder:after {
    top: 107.5px;
  }
}*/
.image-holder .image-holder__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.image-holder .image-holder--original {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-liquid {
  width: 100%;
  height: 375px;
  background-size: cover;
  background-position: center center;
}

.product-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  padding: 10px 15px;
  overflow: hidden;
background-color: rgba(0,0,0,.5);
/*  border-top: 1px solid #e5e5e5;*/
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
/*@media (min-width: 768px) {
  .product-description {
    height: 65px;
  }
}*/
.product-description p {
  margin: 5px;
}
.product-description .product-description__title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
.product-description .product-description__title a {  text-decoration: none;  color: inherit;}
.product-description .product-description__category {white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.product-description .sizes-wrapper {margin: 15px;}
.product-description .color-list {font-size: 0;}
.product-description .color-list__item {width: 25px; height: 10px;  position: relative;  z-index: 1;  transition: all .2s;}
.product-description .color-list__item:hover {width: 40px;}

/*.product-description .color-list__item--red {background-color: #F44336;}
.product-description .color-list__item--blue {background-color: #448AFF;}
.product-description .color-list__item--green {background-color: #CDDC39;}
.product-description .color-list__item--orange {background-color: #FF9800;}
.product-description .color-list__item--purple {background-color: #673AB7;}

*/
.ss_lead {
	padding: 10px 0 0;
}
#lb-container td, #lb-container th {
	text-align:left !important;
}


.main-content {margin-top: 30px;}

@media (max-width: 414px){
	.modal-dialog.modal-dialog-slideout {width: 100vw;}
	#ss_menu{width: 89.25vw; margin: 0;}
	
	.main-content {margin-top: 30px;}
}

@media (max-width: 576px){
	.modal-dialog.modal-dialog-slideout {width: 100vw;}
	#ss_menu{width: 89.25vw; margin: 0;}
	.main-content {margin-top: 30px;}
}

@media (max-width: 768px){
	.desktop{display: none;}
	.main-content {margin-top: 30px;}
}

@media (min-width:960px){
	.mobile{display: none;}
	.main-content {margin-top: 30px;}
}
