/******************************************************************
 Importing variables
*******************************************************************/
.BackgroundClip {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PinkGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
}
.PinkGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.DarkGreyGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
}
.DarkGreyGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.DefaultGreyGradient {
  border-top: 1px solid #343537;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #272729;
  background: -moz-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: -o-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: -webkit-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
}
.GreenGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
}
.GreenGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.RedGradient {
  background: #da3030;
  background: -moz-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: -o-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: -webkit-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: linear-gradient(bottom, #920101 0%, #da3030 100%);
}
.RedGradientRollover {
  background: #db3030;
  background: -moz-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: -o-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: -webkit-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
}
.PinkGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  padding: 10px;
}
.PinkGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.PinkGradientButton a,
.PinkGradientButton button {
  color: white;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.PinkGradientButton a.disabled,
.PinkGradientButton button.disabled {
  cursor: default;
}
.PinkGradientFormButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
}
.PinkGradientFormButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.GreenGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  padding: 10px;
}
.GreenGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreenGradientButton a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreenGradientButton a.disabled {
  cursor: default;
}
.GreenGradientFormButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  padding: 10px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.GreenGradientFormButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreenGradientFormButton.disabled {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  font-size: 1.4em;
  padding: 10px;
  padding: 7px 30px;
}
.GreenGradientFormButton.disabled:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.GreenGradientFormButton.disabled a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreenGradientFormButton.disabled a.disabled {
  cursor: default;
}
.GreenGradientFormButton.disabled:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  cursor: default;
}
.GreyGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  font-size: 1.4em;
  padding: 10px;
}
.GreyGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.GreyGradientButton a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreyGradientButton a.disabled {
  cursor: default;
}
.GreenGradientElement {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.GreenGradientElement:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreyGradientElement {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
}
.GreyGradientElement:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
/******************************************************************
	YouPorn Sprites
****************************************************************** */
/* User Menu Sprite Variables */
.GreyOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/3D4351_50.png?v=23456');
}
.WhiteOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/FFF_50.png?v=23456');
}
.BlackOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/000_50.png?v=23456');
}
.ContentBox {
  background: #202020;
  border: 1px solid #3d3d3d;
  margin: 0 1% 15px 1%;
  float: left;
  padding: 20px 0;
}
.Circle {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ContentHeader {
  background: #282828;
  background: -moz-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: -o-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: -webkit-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  border-top: 1px solid #343537;
  border-bottom: 1px solid #000;
  margin: -21px 0 20px;
  float: left;
  width: 100%;
}
.ContentHeader h1 {
  padding: 10px;
  margin-bottom: 0;
}
.BlackRoundedListLinks {
  background: black;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.cleanButton {
  background: none;
  border: none;
  outline: none;
}
.placeholderFix::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix::-moz-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix:-moz-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix:focus::-webkit-input-placeholder {
  color: transparent;
}
.placeholderFix:focus::-moz-placeholder {
  color: transparent;
}
.placeholderFix:-moz-placeholder {
  color: transparent;
}
/******************************************************************
	YouPorn Image Size Mixins

	!!! IMPORTANT !!!! ALL MIXIN STYLES ARE TO BE CAPITALIZED.
****************************************************************** */
/******************************************************************
	Categories

	PLEASE CLEAN ME UP WHEN YOU HAVE A WEE BIT OF TIME...
*******************************************************************/
.cat_container {
  margin: auto;
  padding-top: 15px;
  /*position: relative; IE 7 fixes*/

  width: 965px;
}
.cat_container h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cat_container a {
  color: #ccc;
  font-size: 1.2em;
  margin-bottom: 2px;
  text-decoration: none;
}
.cat_container a:hover {
  text-decoration: none;
  color: #ee577c;
}
.cat_container h2 a {
  font-weight: bold;
}
.nf-videosChannels {
  margin-right: -8px;
}
ul.categories-list {
  list-style-type: none;
}
ul.categories-list li.cat_pic div {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  padding-top: 0;
}
ul.categories-list li.cat_pic div a {
  background: url('../../bundles/youpornwebfront/images/categories/bg_cat_pic-old.png?v=23456') no-repeat scroll 0 0 transparent;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  text-align: center;
  width: 150px;
}
ul.categories-list .ie7 li.cat_pic {
  position: static!important;
}
ul.categories-list li.cat_pic {
  display: block;
  float: left;
  font-size: 11px;
  left: 10px;
  margin: 5px 5px 10px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 191px;
  height: 291px;
  z-index: 2;
}
ul.categories-list li.cat_pic a {
  display: block;
  height: 190px;
}
/* DE fix*/
.de ul.categories-list li.cat_pic strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.categories-list li.cat_pic .cat_overlay {
  background-image: url('../../bundles/youpornwebfront/less/pc/images/categories/cat_pic_overlay.png?v=23456');
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
  width: 150px;
  height: 8px;
}
/* New category page addons */
[data-current-action="categories"] #content {
  margin: 30px auto 0;
}
[data-current-action="categories"] #content #countryFlags {
  border-bottom: 2px solid #3C3C3C;
  margin-left: 1.8%;
}
[data-current-action="categories"] #content #countryFlags > h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: -5px;
}
[data-current-action="categories"] #content #countryFlags > h2 > a {
  color: #fff;
}
[data-current-action="categories"] #content #countryFlags ul.countryColumns {
  margin: 25px 5px;
  list-style: none;
  border-top: 2px solid #3c3c3c;
  float: left;
}
.ie7 [data-current-action="categories"] #content #countryFlags ul.countryColumns {
  width: 155px;
}
.ie8 [data-current-action="categories"] #content #countryFlags ul.countryColumns {
  width: 153px;
}
[data-current-action="categories"] #content #countryFlags ul.countryColumns > li a {
  color: #9b9b9b;
}
.ie7 [data-current-action="categories"] #content #countryFlags ul.countryColumns > li a,
.ie8 [data-current-action="categories"] #content #countryFlags ul.countryColumns > li a {
  font-size: 1.6em;
}
[data-current-action="categories"] #content .box-flex-cont {
  padding-bottom: 45px;
  position: relative;
  clear: both;
  margin-top: 0;
}
.ie7 [data-current-action="categories"] #content .box-flex-cont {
  width: 100%;
}
[data-current-action="categories"] #content .box-flex-cont #showMore {
  clear: both;
  width: 410px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  color: #ee577c;
  text-transform: uppercase;
  text-align: center;
}
.ie7 [data-current-action="categories"] #content .box-flex-cont #showMore {
  width: 250px;
}
.ie8 [data-current-action="categories"] #content .box-flex-cont #showMore {
  width: 265px;
}
.firefox [data-current-action="categories"] #content .box-flex-cont #showMore {
  width: 405px;
}
[data-current-action="categories"] #content .box-flex-cont #showMore > button {
  background: none;
  border: none;
  outline: none;
  color: #ee577c;
  margin: 0 10%;
  font-size: 1.6em;
  text-transform: uppercase;
}
.ie7 [data-current-action="categories"] #content .box-flex-cont #showMore > button,
.ie8 [data-current-action="categories"] #content .box-flex-cont #showMore > button {
  font-size: 1.1em;
}
.ie7 [data-current-action="categories"] #content .box-flex-cont #showMore > button {
  margin-left: -10%;
}
[data-current-action="categories"] #content .box-flex-cont #showMore > button:hover {
  color: #ffacc0;
}
[data-current-action="categories"] #content .box-flex-cont #showMore > div #leftArrow,
[data-current-action="categories"] #content .box-flex-cont #showMore > div #rightArrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #575757;
  float: left;
  margin: -22px auto 0;
}
[data-current-action="categories"] #content .box-flex-cont #showMore > div #rightArrow {
  float: right;
}
[data-current-action="categories"] #content .box-flex-cont #categoryListBottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 250px;
  /* gradients */

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 53%, #000000 115%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(53%, rgba(0, 0, 0, 0.85)), color-stop(115%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 53%, #000000 115%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 53%, #000000 115%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 53%, #000000 115%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 53%, #000000 115%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-8 */

}
.ie7 [data-current-action="categories"] #content .box-flex-cont #categoryListBottom {
  margin-left: -250px;
}
[data-current-action="categories"] #content .box-flex-cont-partner {
  float: none;
  padding-bottom: 45px;
  position: relative;
  height: 190px;
  margin-bottom: 50px;
  overflow: hidden;
  height: 102px;
}
[data-current-action="categories"] #content #categoryList {
  position: relative;
}
[data-current-action="categories"] #content ul.categories-list {
  list-style-type: none;
}
[data-current-action="categories"] #content ul.categories-list > li {
  width: 18%;
  margin: 0 1%;
  float: left;
  text-align: center;
  font-weight: bold;
}
[data-current-action="categories"] #content ul.categories-list > li:nth-child(n+31) {
  display: none;
}
@media (max-width: 1280px) {
  [data-current-action="categories"] #content ul.categories-list > li {
    /*width: 23.4%;*/
  
  }
  [data-current-action="categories"] #content ul.categories-list > li:nth-child(4n) {
    margin-right: -1%;
  }
}
[data-current-action="categories"] #content ul.categories-list > li > div {
  margin: 30px auto 0;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div {
  border: 5px solid #000;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div > div {
  border: 1px solid #3d3d3d;
  background: url('../../bundles/youpornwebfront/images/bg-header.png?v=23456') repeat scroll #303030;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div > div a img {
  width: 100%;
  height: auto;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div > div a span.catTitle {
  text-align: center;
  font-size: 1.3em;
  display: block;
  font-weight: normal;
  position: relative;
  margin-top: 5px;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div > div a span.catTitle strong {
  display: block;
  font-size: 1.6em;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
[data-current-action="categories"] #content ul.categories-list > li > div > div > div a span.catTitle var {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 10px;
  left: 0;
  color: #FFF;
  width: 100%;
  font-size: 1.3em;
}
[data-current-action="categories"] #content ul.categories-list > li span.categoryImageContainer {
  width: 100%;
  height: 199px;
  display: block;
  position: relative;
  overflow: hidden;
}
[data-current-action="categories"] #content ul.categories-list > li span.categoryImageContainer img {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 825px;
}
[data-current-action="categories"] #content .seoSites {
  margin: 0% 1.5%;
}
[data-current-action="categories"] #content .seoSites > ul li a {
  color: #9b9b9b;
  font-size: 1.6em;
}
[data-current-action="categories"] #content .seoSites > ul li a:hover {
  color: #FFF;
}
[data-current-action="categories"] #content .channelList {
  margin: 3% 1.5%;
}
[data-current-action="categories"] #content .channelList h2 a {
  color: #fff;
}
[data-current-action="categories"] #content .channelList .list li {
  background: #323232;
  padding: 1px 0px 0 1px;
  width: 15.27%;
  height: 190px;
}
[data-current-action="categories"] #content .channelList .list li .info a {
  font-size: 1.6em;
  font-weight: bold;
}
[data-current-action="categories"] #content .channelList .list li .videoTotal {
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0;
}
[data-current-action="categories"] #content .channelList .list li .img img {
  padding-top: 6%;
}
[data-current-action="categories"] #content li.cat_pic img {
  height: 230px;
  width: 191px;
  border-bottom: 1px solid #3b3b3b;
}
[data-current-action="categories"] #content li.cat_pic strong {
  margin-top: 13px;
  display: block;
}
[data-current-action="categories"] #content .categories-list li.cat_pic .cat_overlay,
[data-current-action="categories"] #content .categories-listS li.cat_pic .cat_overlay {
  display: none;
}
[data-current-action="categories"] #content ul.categories-listS li.cat_pic div a {
  margin: -7px 0 0;
}
[data-current-action="categories"] #content .video-number {
  margin: -15px 44px !important;
  font-size: 10px !important;
  font-weight: bold !important;
}
[data-current-action="categories"] #content h1 {
  font-size: 2em;
}
[data-current-action="categories"] #content .wrapTitle {
  width: 98%;
}
[data-current-action="categories"] #content h2.categoryView {
  color: white;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: bold;
}
#nfCategory [data-current-action="categories"] #content h2.categoryView {
  font-size: 20px;
}
[data-current-action="categories"] #content .infoContent h2 {
  float: left;
  margin: 25px 0 10px;
  font-size: 1em;
}
[data-current-action="categories"] #content .ie7 .infoContent h2 {
  margin: 44px 0 10px;
  font-size: 1em;
}
[data-current-action="categories"] #content .ie7 ul.categories-list li.separator {
  margin-left: 33px;
}
[data-current-action="categories"] #content .ie7 ul.categories-listS li.separator {
  margin-left: 40px;
}
[data-current-action="categories"] #content .ie7 ul.categories-list li.cat_pic,
[data-current-action="categories"] #content .ie7 ul.categories-listS li.cat_pic {
  position: static!important;
}
[data-current-action="categories"] #content .ie7 ul.categories-list li.cat_pic .cat_title strong {
  padding-bottom: 2px;
}
/******************************************************************
	Long and slow flags on the category page
*******************************************************************/
.countryColumns,
.en  .countryColumns {
  width: 152px;
}
.categoryView .countryNameLocation,
.categoryView .countryNameLocation:hover {
  cursor: text;
  color: white;
  font-size: 1em;
}
.countryColumns li {
  padding: 5px 0px 12px 0px;
  height: 20px;
}
.ie7 .countryColumns li {
  padding-bottom: 15px;
}
span[class*='flag-'] {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -144px no-repeat;
  float: left;
  width: 40px;
  height: 24px;
  margin-right: 15px;
}
.ie7 span[class*='flag-'],
.ie8 span[class*='flag-'] {
  margin-right: 3px;
}
span.flag-de {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -168px no-repeat;
}
span.flag-fr {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -144px no-repeat;
}
span.flag-it {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -120px no-repeat;
}
span.flag-gb {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -200px -96px no-repeat;
}
span.flag-in {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -24px no-repeat;
}
span.flag-ca {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -168px no-repeat;
}
span.flag-mx {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px 0 no-repeat;
}
span.flag-es {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -120px no-repeat;
}
span.flag-ru {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -48px no-repeat;
}
span.flag-au {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -48px no-repeat;
}
span.flag-br {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -120px no-repeat;
}
span.flag-pl {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -192px no-repeat;
}
span.flag-nl {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -48px no-repeat;
}
span.flag-ph {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -144px no-repeat;
}
span.flag-be {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -96px no-repeat;
}
span.flag-ar {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -24px no-repeat;
}
span.flag-ch {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -192px no-repeat;
}
span.flag-at {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -72px no-repeat;
}
span.flag-gr {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -192px no-repeat;
}
span.flag-co {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px 0 no-repeat;
}
span.flag-th {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -200px -24px no-repeat;
}
span.flag-my {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -168px no-repeat;
}
span.flag-se {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -168px no-repeat;
}
span.flag-jp {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -144px no-repeat;
}
span.flag-no {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -96px no-repeat;
}
span.flag-pt {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px 0 no-repeat;
}
span.flag-ro {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -24px no-repeat;
}
span.flag-eg {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -96px no-repeat;
}
span.flag-ua {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -200px -72px no-repeat;
}
span.flag-dk {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -72px no-repeat;
}
span.flag-cl {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -192px no-repeat;
}
span.flag-fi {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -120px no-repeat;
}
span.flag-dz {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 0 no-repeat;
}
span.flag-hu {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px 0 no-repeat;
}
span.flag-id {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -48px no-repeat;
}
span.flag-pe {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -72px no-repeat;
}
span.flag-ve {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -168px no-repeat;
}
span.flag-il {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -80px -96px no-repeat;
}
span.flag-ma {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -24px no-repeat;
}
span.flag-cz {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -48px no-repeat;
}
span.flag-rs {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -72px no-repeat;
}
span.flag-ie {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -120px no-repeat;
}
span.flag-nz {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -120px -72px no-repeat;
}
span.flag-bg {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') 0 -144px no-repeat;
}
span.flag-vn {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -192px no-repeat;
}
span.flag-tw {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -200px 0 no-repeat;
}
span.flag-hr {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -40px -24px no-repeat;
}
span.flag-za {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -160px -96px no-repeat;
}
span.flag-tn {
  background: url('../../bundles/youpornwebfront/images/sprite-category-flags.png?v=23456') -200px -48px no-repeat;
}
.dropdown.sort > ul#countryScroll > li ul {
  display: block;
}
.timeSort {
  margin-left: 30px;
}
.dropdown.sort .timeSort li {
  width: 150px;
}
.dropdown.sort .timeSort .arrow {
  right: 3%;
}
.ie7 #newCats .infoContent h2 {
  margin: 44px 0 10px;
  font-size: 1em;
}
[data-current-action='categories'] .dropdown.sort {
  float: right;
  margin-right: 23px;
  margin-bottom: -20px;
}
.ie7 [data-current-action='categories'] .dropdown.sort {
  margin-bottom: 7px;
}
/*-------------------------------------------------------------*/
/*    Possibly unused styles -- tawab                          */
/*-------------------------------------------------------------*/
#newCategoryPage {
  display: inline;
  float: left;
  position: relative;
  width: 1080px;
}

/******************************************************************
 Importing variables
*******************************************************************/
.BackgroundClip {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PinkGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
}
.PinkGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.DarkGreyGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
}
.DarkGreyGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.DefaultGreyGradient {
  border-top: 1px solid #343537;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #272729;
  background: -moz-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: -o-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: -webkit-linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
  background: linear-gradient(bottom, #1e1e1f 0%, #272729 97.56%, #333537 100%);
}
.GreenGradient {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
}
.GreenGradientRollover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.RedGradient {
  background: #da3030;
  background: -moz-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: -o-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: -webkit-linear-gradient(bottom, #920101 0%, #da3030 100%);
  background: linear-gradient(bottom, #920101 0%, #da3030 100%);
}
.RedGradientRollover {
  background: #db3030;
  background: -moz-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: -o-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: -webkit-linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
  background: linear-gradient(bottom, rgba(147, 2, 2, 0.84) 0%, rgba(219, 48, 48, 0.84) 100%);
}
.PinkGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  padding: 10px;
}
.PinkGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.PinkGradientButton a,
.PinkGradientButton button {
  color: white;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.PinkGradientButton a.disabled,
.PinkGradientButton button.disabled {
  cursor: default;
}
.PinkGradientFormButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ee577c;
  background: -moz-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -o-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: -webkit-linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  background: linear-gradient(bottom, #f73d6b 0%, #ee577c 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
}
.PinkGradientFormButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f17896;
  background: -moz-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -o-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: -webkit-linear-gradient(bottom, #f86488 0%, #f17896 100%);
  background: linear-gradient(bottom, #f86488 0%, #f17896 100%);
}
.GreenGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  padding: 10px;
}
.GreenGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreenGradientButton a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreenGradientButton a.disabled {
  cursor: default;
}
.GreenGradientFormButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #b1d143;
  background: -moz-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -o-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: -webkit-linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  background: linear-gradient(bottom, #637d01 0%, #b1d143 100%);
  padding: 10px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.GreenGradientFormButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreenGradientFormButton.disabled {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  font-size: 1.4em;
  padding: 10px;
  padding: 7px 30px;
}
.GreenGradientFormButton.disabled:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.GreenGradientFormButton.disabled a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreenGradientFormButton.disabled a.disabled {
  cursor: default;
}
.GreenGradientFormButton.disabled:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  cursor: default;
}
.GreyGradientButton {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  font-size: 1.4em;
  padding: 10px;
}
.GreyGradientButton:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
.GreyGradientButton a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
.GreyGradientButton a.disabled {
  cursor: default;
}
.GreenGradientElement {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.GreenGradientElement:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c1e151;
  background: -moz-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -o-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: -webkit-linear-gradient(bottom, #779709 0%, #c1e151 100%);
  background: linear-gradient(bottom, #779709 0%, #c1e151 100%);
}
.GreyGradientElement {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
}
.GreyGradientElement:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
/******************************************************************
	YouPorn Sprites
****************************************************************** */
/* User Menu Sprite Variables */
.GreyOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/3D4351_50.png?v=23456');
}
.WhiteOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/FFF_50.png?v=23456');
}
.BlackOpacity {
  background: transparent url('../../bundles/youpornwebfront/less/pc/images/alpha/000_50.png?v=23456');
}
.ContentBox {
  background: #202020;
  border: 1px solid #3d3d3d;
  margin: 0 1% 15px 1%;
  float: left;
  padding: 20px 0;
}
.Circle {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ContentHeader {
  background: #282828;
  background: -moz-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: -o-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: -webkit-linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  background: linear-gradient(bottom, #27272b 0%, #27272b 97.56%, #27272b 100%);
  border-top: 1px solid #343537;
  border-bottom: 1px solid #000;
  margin: -21px 0 20px;
  float: left;
  width: 100%;
}
.ContentHeader h1 {
  padding: 10px;
  margin-bottom: 0;
}
.BlackRoundedListLinks {
  background: black;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.cleanButton {
  background: none;
  border: none;
  outline: none;
}
.placeholderFix::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix::-moz-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix:-moz-placeholder {
  color: gray;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.placeholderFix:focus::-webkit-input-placeholder {
  color: transparent;
}
.placeholderFix:focus::-moz-placeholder {
  color: transparent;
}
.placeholderFix:-moz-placeholder {
  color: transparent;
}
/******************************************************************
	YouPorn Image Size Mixins

	!!! IMPORTANT !!!! ALL MIXIN STYLES ARE TO BE CAPITALIZED.
****************************************************************** */
/******************************************************************
	Sidebar Navigation
*******************************************************************/
#sidebar .showMore {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  font-size: 1.4em;
  padding: 10px;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
#sidebar .showMore:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
#sidebar .showMore a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
#sidebar .showMore a.disabled {
  cursor: default;
}
#sidebar .button {
  float: left;
  margin-top: 10px;
  width: 92%;
  font-size: 1.4em;
}
#sidebar h2 span.bullet {
  position: absolute;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-accordion-content {
  float: left;
  width: 100%;
}
#sidebar .sidebarListWrapper {
  float: left;
  height: auto;
  width: 100%;
  background: url('../../bundles/youpornwebfront/images/sidebar_subscription_background.jpg') repeat;
  margin-top: 1px;
  border-left: 1px solid #29292B;
  border-right: 1px solid #29292B;
  border-bottom: 1px solid #29292B;
}
#sidebar .sidebarListWrapper h2 {
  float: left;
  width: 100%;
  font-weight: bold;
  outline: none;
  margin-bottom: 0;
  cursor: pointer;
  height: 31px;
  background: #29292b;
  border-top: 1px solid #343537;
  font-size: 1.5em;
  line-height: 31px;
}
#sidebar .sidebarListWrapper h2 .bullet {
  margin-left: 10px;
}
#sidebar .sidebarListWrapper h2 .toggler {
  float: right;
  font-size: 1.1em;
  color: #EE577C;
  font-weight: bold;
  margin-top: 12px;
  margin-right: 9px;
}
#sidebar .sidebarListWrapper h2 .toggler .icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  display: block;
}
#sidebar .sidebarListWrapper h2.ui-state-active .toggler .icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  display: block;
}
#sidebar .sidebarListWrapper #pornstars {
  margin-bottom: 20px;
}
#sidebar .sidebarListWrapper li > a {
  color: #bebebe;
  font-size: 1.4em;
  line-height: 22px;
}
#sidebar .sidebarListWrapper label {
  background: #414142;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  width: 106px;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
  height: auto;
}
#sidebar .sidebarListWrapper .sidebarLists li a {
  padding: 0 5% 0 7%;
  width: 88%;
  display: block;
}
.mobile #sidebar .sidebarListWrapper .sidebarLists li a:hover {
  background-color: transparent !important;
}
#sidebar .sidebarListWrapper .sidebarLists li a:hover:not(.showMoreList) {
  background: #29292b;
}
#sidebar .sidebarListWrapper .sidebarLists li a.selected {
  background: #29292b;
}
#sidebar .sidebarListWrapper .showMoreList {
  width: 88%;
  padding: 2% 6%;
}
.sortListDropdown {
  float: right;
  margin: 5px 0;
  position: relative;
}
.mobile .sortListDropdown label {
  width: 63px;
}
.sortList {
  width: 80%;
  height: 40px;
  padding: 0 0 0 6%;
  margin: 0 auto;
  border-bottom: 1px solid #373737;
}
.opera .sortList {
  width: 91%;
}
.mobile .sortList {
  width: 90.5%;
}
.mobile .sortList > div {
  float: right;
  margin: 5px 0;
  position: relative;
}
.mobile .sortList li.alpha label {
  position: relative;
}
.mobile .sortList .popdown {
  right: -18px;
}
.mobile .sortList .popdownContent {
  width: 93% !important;
}
.mobile .sortList .popdownContent ul {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5) inset;
  padding: 10px 0;
  height: 200px;
  overflow-y: scroll;
}
.mobile .sortList .popdownContent ul li {
  width: 115px;
  margin: 0 10px;
}
.mobile .sortList .popdownContent ul li.active {
  background: url(../../bundles/youpornwebfront/images/arrow-icon.png) no-repeat right 4px;
}
.mobile .sortList .popdownContent ul li a {
  display: block;
  color: #000 !important;
  font-weight: bold !important;
}
.sortList .sortDropDown li a {
  width: 120%;
  display: block;
}
.sortList .sortDropDown li a:hover {
  color: #ee577c;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.sortList .sortDropDown li.active {
  background: url(../../bundles/youpornwebfront/images/arrow-icon.png) no-repeat right 7px;
}
.sortList .newSlimScroll {
  position: absolute;
  top: 27px;
  padding: 16px 0;
  border: 1px solid #373737;
  width: 134px;
  background-color: #1a1a1c;
  z-index: 1;
  display: none;
}
.mobile .sortList .newSlimScroll {
  width: 91px;
}
.sortList .newSlimScroll ul li {
  width: 95px;
  margin: 0 auto;
  font-size: 1.2em;
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid #373737;
}
.sortList .newSlimScroll ul li a {
  color: #fff;
}
.mobile .sortList .newSlimScroll ul li {
  width: 68px;
  font-size: 1.4em;
}
.sortList .slimScrollRail {
  background: none !important;
}
.showMoreList {
  width: 100%;
  height: 30px;
  float: left;
}
.showMoreList .showMoreBtn {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  border-top: 1px solid #373737;
}
.showMoreList .showMoreBtn span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ee577c;
  font-size: 1.2em;
  cursor: pointer;
}
.showMoreList .showMoreBtn span:hover {
  color: #ffacc0;
}
.sidebarLists {
  width: 100%;
  float: left;
}
.sidebarLists span {
  text-align: right;
  width: 36%;
  padding: 2% 0;
  line-height: 22px;
  vertical-align: middle;
  display: inline-block;
}
.sidebarLists .bullet {
  text-align: left;
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#add_sub {
  cursor: pointer;
  text-align: center;
  clear: both;
  border: none;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #4f4f4f;
  background: -moz-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -o-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: -webkit-linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  background: linear-gradient(bottom, #393939 0%, #4f4f4f 97.56%, #636466 100%);
  padding: 10px;
  padding: 0;
  font-size: 1.4em;
  margin: 20px 0;
  float: left;
  width: 100%;
}
#add_sub:hover {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #717171;
  background: -moz-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -o-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: -webkit-linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
  background: linear-gradient(bottom, #414141 0%, #717171 96.73%, #878787 100%);
}
#add_sub a {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #292929;
}
#add_sub a.disabled {
  cursor: default;
}
#add_sub a {
  padding: 10px 0;
  display: block;
  white-space: nowrap;
  font-size: 1em;
}
.sidebar-push > p {
  clear: both;
}
.sidebar-push > p.suggested {
  clear: inherit;
  margin-left: 1%;
}
.sidebar-push p.suggested,
.sidebar-push > .wrapTitle {
  margin-left: 1%;
}
.ie7 [data-current-action='porntags'] .sidebar-push p.suggested,
.ie7 [data-current-action='porntags'] .sidebar-push > .wrapTitle,
.ie8 [data-current-action='porntags'] .sidebar-push p.suggested,
.ie8 [data-current-action='porntags'] .sidebar-push > .wrapTitle {
  margin-left: 0;
}
.sidebar-push > .wrapTitle {
  width: 97%;
  float: left;
}
.mobile .sidebar-push > .wrapTitle.spacer {
  margin-bottom: 10px;
}
.mobile .sidebar-push > .wrapTitle.spacer .dropdown.sort {
  margin: 0 3%;
}
.sidebar-push #relatedSearches {
  margin: 0 2%;
}
