/*for YouTube video playlist player*/
/* YouTube TV */

/* Base Canvas */
.swatches .tab-pane .swatch {
	padding-left: 0;
}

.swatches .tab-pane ul.swatch li {
    float: left;
    width: 25%;
	height: auto;
	min-height: 150px;
	margin:0px 0px 10px 0px;
    overflow: hidden;
    list-style-type: none;
}

/*.swatches .tab-pane ul.swatch li a + span {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}*/
.swatches .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #000;
    background-color: transparent;
}
.swatches .tab-content {
	border: 0;
}

.swatches .tab-pane span.rollover:hover {
    opacity: 0;
    box-shadow: rgb(0, 0, 0) 0px 0px 4px;
    background: url("https://sep.turbifycdn.com/ty/cdn/htmarket/magniglass.png") center center / contain no-repeat rgb(163, 163, 163);
    transition: -webkit-transform 1s;
}

.ytv-canvas{
	display: block;
	background: #282828;
	overflow: hidden;
	font-family: arial, sans-serif;
}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
}

/* Video */
.ytv-video{
	position: absolute;
	top: 0;
	right: 300px;
	bottom: 0;
	left: 0;
	height: 100%;
}
.ytv-video iframe{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	display: block;
}

/* List */
.ytv-list{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 300px;
}
.ytv-list-inner{
	overflow: auto;
	position: absolute;
	top: 52px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}
.ytv-list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ytv-list .ytv-active a{
	border-left: 2px solid #fff;
	background: rgba(255,255,255,0.05);;
}
.ytv-list a{
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FEFEFE;
	padding: 10px;
	padding-left: 8px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-left: 2px solid transparent;
}
.ytv-list a b{
	max-height: 45px;
	font-size: 1.2rem;
	line-height: 1.5;
   overflow: visible;
   display: block;
   text-overflow: ellipsis;
}
.ytv-list li:first-child a{ border-top: none; }
.ytv-list li:last-child a{ border-bottom: none; }
.ytv-list a:hover,
.ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
.ytv-list a:active,
.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }

.ytv-list .ytv-content{ padding-left: 125px; }
.ytv-list .ytv-thumb-stroke{
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	z-index: 2;
	outline: 1px solid rgba(255,255,255,0.1);
}
.ytv-list .ytv-thumb{
	float: left;
	position: relative;
	outline: 1px solid rgba(0,0,0,0.5);
}
.ytv-list .ytv-thumb img{
	width: 120px;
	display: block;
}
.ytv-list .ytv-thumb span{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #eee;
	background: rgba(0,0,0,0.7);
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ytv-views{
	display: none;
	margin-top: 5px;
	font-size: 10px;
	font-weight: normal;
	opacity: 0.3;
}

.ytv-list-header{
	height: 52px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ytv-list-header a{
	background: rgba(255,255,255,0.05);
	position: relative;
	z-index: 10;
}
.ytv-list-header img,
.ytv-list .ytv-playlists .ytv-thumb img{
	width: 30px;
	vertical-align: middle;
}
.ytv-list-header span{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* Playlists */
.ytv-playlists{
	z-index: 9;
	position: absolute;
	background: #282828;
	top:52px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: none;
}
.ytv-playlists img,
.ytv-list-header img{
	float: left;
}
.ytv-playlists a span,
.ytv-list-header a span{
	white-space: nowrap;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ytv-list-header > a span{
	line-height: 30px;
}
.ytv-list-header .ytv-playlists a{
	background: none;
}
.ytv-playlist-open .ytv-playlists{
	display: block;
}

/* Modifiers */
.ytv-relative{
	position: relative;
	width: 100%;
}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
}
.ytv-has-playlists .ytv-arrow{
	display: inline-block;
}
.ytv-playlist-open .ytv-arrow{
	border-color: transparent;
	border-bottom-color: rgba(0,0,0,0.4);
	top: -10px;
}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}



/* END YTV */


.vidtitle {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
}


/*Used for iFrame on quickship theater category page*/
.centerit {
	position: relative;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

#noborder {
border-style: none;
}

.pmarginbtm {
margin-bottom: 3%;
}

.infobtn {
border: solid 1px #E38603;
color: #E38603;
font: 600 14px / 14px "Open Sans";
padding: 8px 15px 8px 39px;
margin: 1% 0;
display: inline-block;
position: relative;
text-transform: uppercase;
text-decoration: none;
border-radius: 20px;
}
a.infobtn:hover, a.infobtn:focus {
color: #E38603;
text-decoration: underline;
}
.icon-swatch {
width: 21;
height: 20px;
position: absolute;
left: 14px;
top: 4px;
background: url("https://sep.turbifycdn.com/ty/cdn/htmarket/main-sprite.png")no-repeat -20px -140px;
}
.icon-spec {
width: 21px;
height: 20px;
position: absolute;
left: 14px;
top: 4px;
background: url("https://sep.turbifycdn.com/ty/cdn/htmarket/papericon20.png")no-repeat;
}


/* Download buttons*/
.dwnbtn {
	background: #ff0810;
	background-image: -webkit-linear-gradient(top, #ff0810, #a1050a);
	background-image: -moz-linear-gradient(top, #ff0810, #a1050a);
	background-image: -ms-linear-gradient(top, #ff0810, #a1050a);
	background-image: -o-linear-gradient(top, #ff0810, #a1050a);
	background-image: linear-gradient(to bottom, #ff0810, #a1050a);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border: 0;
	border-radius: 28px;
	font-family: Arial;
	color: #FFF;
	font-size: 1.6rem;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
                display: inline-block;
}
.dwnbtn:focus {
	color: #EEE;
	text-decoration: none;
}

.dwnbtn:hover {
	background: #a8070c;
	text-decoration: none;
	color: white;
}

.dimtab-specbtn {
    display: inline-block;
    border: .0625rem solid;
    border-radius: 10px;
    padding: 10px 25px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #c0040b;
    color: #fff;
}

.dimtab-specbtn:hover {
	background: #a8070c;
	text-decoration: none;
	color: #fff;
}

/*Typography*/

/*product footnotes*/
.footnotes {
	font-size: .8rem;
}


/* Palliser swatches page */
.swatches .swatch{
	list-style:none;
}
.swatches .swatch li{
	float:left;
	display:block;
	height:135px;
	width:195px;
	margin:1%;
	text-align:center;
	font-size:1.2em;
	z-index:-5;
}
.swatches .swatch li img{
	max-height:100px;
	max-width:195px;
}
.swatches span.rollover {
	opacity:0;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	cursor: pointer;
	height: 100px;
	width: 195px;
	position: absolute;
	z-index: 10;
}
.swatches span.rollover:hover {
	opacity:.5;
	background:url("https://sep.turbifycdn.com/ty/cdn/htmarket/magniglass.png") center center no-repeat #A3A3A3;
	background-size:contain;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}



/*MEDIA QUERIES ----------------------------*/
@media (max-width: 991px) {
	.vidtitle {
	    display: block;
	    font-weight: 700;
	    font-size: 1.5rem;
		margin-bottom: 2rem;
	}
}