.stylesetter-banner-container {width:100%;height:300px;float:left;margin-top:0px;}
.stylesetter-background-container {width:100%; height:auto;min-height:1248px;float:left;background:url('//indo.zettecdn.com/stylesetter/stylesetter-background.jpg');}
.stylesetter-header {font-family: 'Oswald', sans-serif; width:100%;font-size:30px;color:#000;height:auto;text-align:center;margin-top:30px; text-transform:uppercase;}
.stylesetter-Video-Highlight-title {font-family: 'Open Sans Condensed', sans-serif; font-size:24px;color: #fff;height:auto;text-align:center;margin: 15px 0 0 41px;float: left;background-color: rgba(233,51,153,1);padding: 5px 20px; width:auto;}
.stylesetter-Video-nowPlaying {float:left;width:100%;}
.stylesetter-Video-list-header {float:left;font-family: 'Oswald', sans-serif; width:100%;font-size:28px;color:#000;height:auto;text-align:center;margin-top:30px;text-transform:uppercase;}
.stylesetter-Video-list-header span {color:#e93399;}
.stylesetter-Video-list-subheader {float:left;font-family: 'Open Sans', sans-serif; width:100%;font-size:14px;color:#000;height:auto;text-align:center;padding:35px 0 20px 0;}
.stylesetter-Video-Highlight-title-corner { position: relative; }
.stylesetter-Video-Highlight-title-corner > i { position: absolute; display: inline-block; width: 0; height: 0; line-height: 0; border: 17px solid transparent; border-left: 17px solid #e93399; border-top: 17px solid #e93399; left:5px; top:0px;}
.stylesetter-Video-list-container {/* width:100%; */height:auto; margin-left: 59px;float: left;/* top: -10px; */}
.stylesetter-Video-thumb-container {display:inline-block;width:400px; height:auto;margin-right: 15px;margin-bottom: 15px;}
.stylesetter-Video-thumb {overflow:hidden;width:400px; height:225px;position:absolute;z-index:1;float:left;background: #000;}
.stylesetter-Video-thumb img {max-width:100%;}
.stylesetter-Video-thumb img  {-webkit-transform: translate3d(0,0,0) scale(1);	-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;transition: opacity 0.35s, transform 0.5s;opacity:1;}
.stylesetter-Video-thumb:hover img {-webkit-transform: translate3d(0,0,0) scale(1.12); transform: translate3d(0,0,0) scale(1.12);opacity:0.8;}
.stylesetter-Video-thumb span.video{position: absolute;width: 50px;height: 50px;top: 100px;right: 170px;padding: 0;background: url(//indo.zettecdn.com/stylesetter/play-btn.png);background-size: 50px 50px;cursor:pointer;}
.stylesetter-Video-des-container {width:100%;height: 100px;background-color:rgba(0,0,0,0.85);float:left;margin-top: 191px;}
.stylesetter-Video-description {font-family: 'Open Sans', sans-serif;font-size: 12px;color:#fff;padding: 10px 20px;line-height:18px;}
.stylesetter-Video-description span {font-size: 14px;text-transform:uppercase;line-height: 22px;}
.stylesetter-Video-List-title {float:left;font-family: 'Oswald', sans-serif; width:auto;font-size:15px;color:#fff;background-color: rgba(233,51,153,0.9); padding:5px 20px;position:relative;z-index:2;top: 193px;height:22px;}
.stylesetter-Video-List-title-corner {width:20px;height:34px;background: url(//indo.zettecdn.com/stylesetter/label-corner.png) no-repeat right;position:relative;z-index:2;float:left;top: 192px;opacity: 0.9;}
.stylesetter-Video-playBtn {position:relative;z-index:2;background: url(//indo.zettecdn.com/stylesetter/play-btn.png);width: 54px;height: 54px;top: 111px;left: 178px;}

/* LOAD MORE BUTTON */

.stylesetter-loadmore-btn {background-color:#fff;opacity:0.8;filter:alpha(opacity=80); /* For IE8 and earlier */display:inline-block;color:#000;font-size:13px;font-family: 'AvenirNext-Regular', sans-serif;text-transform:uppercase; padding:6px 150px;text-decoration:none;border: 1px solid black;cursor:pointer;margin-left:214px;}
.stylesetter-loadmore-btn:hover {background-color:#000;display:inline-block;color:#fff;font-size:13px;font-family: 'AvenirNext-Regular', sans-serif;text-transform:uppercase;padding:6px 150px;text-decoration:none; border: 1px solid black;}
.profilePage-Big-rect {width:600px;height:250px;padding-top:10px;margin-left: 8px;float: left;}

/** HOMEPAGE STYLESETTER **/
.home-stylesetter-container{float:left;width:602px; height: 535px; margin-top:10px; margin-bottom: 10px; background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 15%, rgba(255,255,255,1) 68%, rgba(239,239,239,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(239,239,239,1)), color-stop(68%,rgba(255,255,255,1)), color-stop(99%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 15%,rgba(255,255,255,1) 68%,rgba(239,239,239,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 15%,rgba(255,255,255,1) 68%,rgba(239,239,239,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 15%,rgba(255,255,255,1) 68%,rgba(239,239,239,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 15%,rgba(255,255,255,1) 68%,rgba(239,239,239,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
box-shadow: 0 10px 15px -6px #c0c0c0; margin-left: 15px;}
.home-stylesetter-header {margin-bottom:6px;font-family: 'Times New Roman', serif;font-size: 16px;color: #000;letter-spacing: 2px;text-transform: uppercase;border: none;}
.home-stylesetter-Video-title {font-family: 'Open Sans Condensed', sans-serif;/* width:100%; */font-size:20px;color: #fff;height:auto;text-align:center;padding: 4px 15px;float: left;margin: 11px 0 0 11px;background-color: rgba(233,51,153,1);line-height:26px;}
.home-stylesetter-banner {width:580px; height:98px;float:left;margin: 0px 0 0 11px;}
.home-stylesetter-ad-space {float:right;width:323px; height: 535px; margin-top:10px;background-image: url("//indo.zettecdn.com/static/top-loggedin-bkgd.jpg");box-shadow: 0 10px 15px -6px #c0c0c0;}
.home-stylesetter-mrect {width:300px;height:250px;margin: 5px 0 20px 13px;/* margin-left: 13px; *//* float: left; */}		
.home-stylesetter-Video-Highlight-title-corner { position: relative; }
.home-stylesetter-Video-Highlight-title-corner > i { position: absolute; display: inline-block; line-height: 0; border: 16px solid transparent; border-left: 16px solid #e93399; border-top: 16px solid #e93399; left: -100; top: 11px; margin-left: -141px; }

.stylesetter-social {text-align:right;border-bottom: 2px solid #000;}
.stylesetter-social .fb {background-image:url("//indo.zettecdn.com/img/fb-icon.png");display:inline-block;width:178px;height:39px;cursor:pointer;}

