/* SMALL RESET START */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{
	line-height:1.2;
	color:black;
	background:white;
}:focus{outline:0;}ol,ul{list-style:none;}
body { font-family: Arial, sans-serif; font-size: 10pt; color: #fff; }
/* SMALL RESET END */


/************** COMMMON STUFF **************/ 

body[orient=portrait] { min-height: 530px; }
body[orient=landscape] { min-height: 370px; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
img { border: none; }
input, select { font-size: 12pt; }
.dropShadow { height: 4px; width: 100%; position: absolute; top:0; left: 0; z-index: 10; }
#searchBox .dropShadow { position: static; }
.dropShadow div { height: 1px; background: #000; }
.dropShadow div.s1 { opacity: .4; }
.dropShadow div.s2 { opacity: .3; }
.dropShadow div.s3 { opacity: .2; }
.dropShadow div.s4 { opacity: .1; }

#masthead { text-align: center; height: auto; }

#headerBar {
	overflow: hidden;
	line-height: 37px;
	position: relative;
	padding-top: 1px;
}
#headerBar h1 { font-size: 11pt; float: left; margin-left: 35px; }
#headerBar h1.longTitle { overflow: hidden; height: 100%; line-height: 14px; width: 120px; margin-left: 10px; display: table; }
#headerBar h1.longTitle span { display: table-cell; vertical-align: middle; text-align: center; }
#headerBar .menu { float: right; margin-right: 8px; text-align: right; }
#headerBar .menu a {
	font-size: 13px;
	display: inline-block;
	padding: 0 7px;
	height: 28px;
	line-height: 28px;
}
#headerBar .menu a.selected, #headerBar .menu a.active, .icon-home, .icon-search { -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#headerBar .menu .selected.topnav, #headerBar .menu .active.topnav { padding: 0px 14px;}
#headerBar.noNav h1 { float: none; margin: 0; text-align: center; font-size: 14pt; }

.stdButton, .toggleButton {
	display: inline-block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
/**.stdButton {width: 50px; padding: 0 3px;}**/

/*** ENTRANCE PAGE STYLES ***/
#entranceBox {
	background: url(images/entrance-bg.jpg) no-repeat;
	width: 320px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto;
}
#entranceBox .logo { padding: 23px 0 75px 0; text-align: center; }
#entranceBox .checkAge { text-align: center; }
.yesTo18, .noTo18 {
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 160px;
	height: 49px;
	background: url(images/are-you-18.png);
}
.noTo18 { background-position: -160px 0; width: 149px; }

.warningText {
	background: #a4a4a4;
	border-width: 21px 22px;
	-webkit-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
	-moz-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
}
.warningText p { margin-top: 0; margin-bottom: 8px; line-height: 14px; }
.warningText p.lead { font-weight: bold; }


/*** THUMBNAIL VIEW COMMON TO A BUNCH OF VIEWS ***/
.thumbView { position: relative; margin-bottom: 10px; }
.thumbIndex {
	padding: 0;
	padding: 11px;
	position: relative;
}
.thumbIndex .thumb { width: 120px; height: 90px; overflow: hidden; position: absolute; background-position: center center; -webkit-border-radius: 4px; -moz-border-radius: 4px; 
-webkit-box-shadow: 0px 0px 5px #000;}
.thumbIndex.large .thumb {
	width: 118px;
	height: 168px;
	overflow: hidden;
	position: absolute;
	background-position: center center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.thumbIndex .info { margin-left: 130px; height: 90px; overflow: hidden; }
.thumbIndex.large .info {
	height: 189px;
	margin-left: 130px;
}
.thumbIndex .info h1 {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
.thumbIndex .info .stdButton, .thumbIndex .info .toggleButton {
	margin-right: 8px;
	margin-bottom: 2px;
}
.thumbIndex .info div {
	font-size: 12px;
	height: 120px;
	margin-bottom: 7px;
	overflow: hidden;
}
.thumbIndex .info span.sep { margin: 0px 6px; }
.thumbIndex .info .leadText { font-weight: bold; }

/** Styles for Scene Image Options **/
.thumbIndex.scene .thumb {
    height: 120px;
    width: 160px;
}
.thumbIndex.scene .info {
    height: 120px;
    margin-left: 170px;
}
.thumbIndex.scene{
    height: auto;
}
.thumbIndex.scene div {
	height: 65px;
	margin-bottom: 7px;
	overflow: hidden;
}

/*** BUTTONS USING LARGE BUTTON STYLE ***/
.searchButton h1 { text-align: center; }
.searchButton h1 span { margin-left: 4px; }

/*** PAGER ***/
.pager { position: relative; text-align: center; }
.pager .sep { display: inline-block; margin-left: 2px; color: #d25f9a; font-size: 10px; vertical-align: 2px;}
.pager .current {}
.pager .page { display: inline-block; padding: 0 8px; height: 20px; line-height: 20px; font-size: 12pt; }
.pager .prev, .pager .next { position: absolute; width: 50px; text-align: center; font-weight: bold; font-size: 20px; }
.pager .prev span, .pager .next span { font-size: 7pt; vertical-align: 4px }
.pager .prev span { margin-left: 2px; }
.pager .next span { margin-right: 2px; }
.pager .prev { left: -12px; top: 0; }
.pager .next { right: -12px; top: 0; }


/*** LARGE BUTTON STYLE ***/
.largeButton { position: relative; height: 52px; line-height: 49px; overflow: hidden; margin: 0 auto; }
.largeButton .overlay {
	position: absolute;
	height: 8px;
	border-width: 22px 22px 22px 22px;
	-webkit-border-image: url(images/drop-shadow-mask.png) 22 22 22 22;
	-moz-border-image: url(images/drop-shadow-mask.png) 22 22 22 22;
}
.largeButton .container { position: absolute; height: 100%; margin: 0 0 0 25px; }
.largeButton h1 { font-size: 14pt; }


body[orient=portrait] .largeButton, .largeButton { width: 310px; }
body[orient=landscape] .largeButton { width: 470px; }
body[orient=portrait] .largeButton .container, .largeButton .container { width: 260px; }
body[orient=landscape] .largeButton .container { width: 420px; }
body[orient=portrait] .largeButton .overlay, .largeButton .overlay { width: 266px; }
body[orient=landscape] .largeButton .overlay { width: 426px; }

/* ROUNDED MENU AND ROUNDED BOX */
.roundedMenu, .roundedBox {
	margin: 0 auto;
	position: relative;
}
.roundedMenu .container, .roundedBox .container  {
	padding: 3px 0 6px 0;
	border-width: 0 7px;
	-webkit-border-image: url(images/drop-shadow-mask.png) 21 7 21 7;
	-moz-border-image: url(images/drop-shadow-mask.png) 21 7 21 7;
}
.roundedMenu li .icon { vertical-align: -9px; margin-right: 8px;}
.roundedMenu li {
	height: 38px;
	line-height: 38px;
	padding: 0 30px 0 12px;
	font-size: 14pt;
	overflow: hidden;
	position: relative;
}
.roundedMenu li.header { text-align: center; padding: 0; line-height: 40px;} 
.roundedMenu li span.subText { float: right; font-size: 10pt; margin-right: 8px; }
.roundedMenu li span.goIcon {
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -999px;
	width: 11px;
	height: 15px;
	background-position: -122px -36px;
}
.roundedMenu.darkGrey li span.goIcon { background-position: -137px -36px; }
.roundedMenu li:first-child, .roundedMenu.darkGrey li:first-child  { border-top: none; }
.roundedMenu .top, .roundedBox .top  {
	position: absolute;
	z-index: 10;
	top: 0px;
	border-width: 21px 22px 0 22px;
	-webkit-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
	-moz-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
	background: transparent;
}
.roundedMenu .bottom, .roundedBox .bottom {
	position: absolute;
	z-index: 11;
	bottom: 0;
	border-width: 0 22px 21px 22px;
	-webkit-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
	-moz-border-image: url(images/drop-shadow-mask.png) 21 22 21 22;
}
body[orient=portrait] .roundedMenu, .roundedMenu,
body[orient=portrait] .roundedBox, .roundedBox { width: 310px; }
body[orient=landscape] .roundedMenu, body[orient=landscape] .roundedBox { width: 470px; }

body[orient=portrait] .roundedMenu .top, .roundedMenu .top,
body[orient=portrait] .roundedMenu .bottom, .roundedMenu .bottom,
body[orient=portrait] .roundedBox .top, .roundedBox .top,
body[orient=portrait] .roundedBox .bottom, .roundedBox .bottom { width: 266px; }
body[orient=landscape] .roundedMenu .top, body[orient=landscape] .roundedMenu .bottom,
body[orient=landscape] .roundedBox .top, body[orient=landscape] .roundedBox .bottom { width: 426px; }

/*** ICONS ***/
.icon {
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/dvd-icons.png) no-repeat;
}
.icon-home, .icon-search {position: absolute; width: 50px; height: 36px; top: 3px;background: #101010 url(images/dvd-icons.png) no-repeat; border-bottom: solid 1px #4d4d4d;border-top:#000;}
.icon-home {left: 4px; background-position: -33px -180px;}
.icon-search {right: 4px; background-position: -80px -180px;}

.searchIcon { background-position: 0 -30px; }
.favsIcon { background-position: -60px -120px; }
.ourSitesIcon { background-position: 0 0; }
.signUpIcon { background-position: -30px 0; }
.loginIcon { background-position: -60px 0; }
.settingsIcon { background-position: -90px 0; }
.extrasIcon { background-position: -120px 0; }
.supportIcon { background-position: -90px -120px; }
.videoIcon { background-position: -30px -90px; }
.trailerIcon { background-position: -60px -90px; }

.faqIcon  { background-position: -120px -120px; }
.contactIcon { background-position: 0 -150px; }
.passwordIcon { background-position: -30px -150px; }
.billingIcon { background-position: -60px -150px; }
.cancelIcon { background-position: -90px -30px; }
.membersIcon { background-position: -90px -150px; }
.nichesIcon { background-position: -158px -1px; }
.pornstarsIcon { background-position: -160px -36px; }
.studiosIcon { background-position: -158px -72px; }

.checkIcon { background-position: -30px -30px; }
.phoneIcon { background-position: -60px -30px; }
.ccIcon { background-position: -90px -30px; }

.playIcon { background-position: 0 -90px; }

.lockIcon { background-position: 0px -180px; }

.checkMark { background-position: -120px -151px; width: 22px; height: 19px;}

.favButton .icon.fav { width: 17px; height: 15px; vertical-align: -3px; margin: 0 4px 0 0; }
.favButton.toggleButtonOn .fav { background-position: -37px -120px; }
.favButton.toggleButtonOff .fav { background-position: -37px -135px; }

/*** EPISODE DETAILS PAGE ***/
.episodeDetails .container { padding: 16px 16px 28px 16px; }
.episodeDetails { font-size: 12px; }
.episodeDetails strong { font-weight: bold; display: inline-block; margin: 0 0 2px 0;}
.episodeDetails .description { margin: 0 0 10px 0;}
.episodeDetails .niches { color: #00c6ff; }

.selectClips { text-align: center; font-size: 20px; }
.selectClips a { display: inline-block; padding: 0 10px; height: 40px; line-height: 40px; }
.selectClips span.sep { display: inline-block; margin-left: 5px; font-size: 12px; margin: 0 0 0 4px;  height: 20px; line-height: 20px; vertical-align: 3px; }

.fullVideoButton { text-align: center; }
.trailerVideoButton { text-align: center; }
.trailerVideoButton .icon, .fullVideoButton .icon { margin: 0 6px 6px 0; }

.rating { display: block; }
.rating .fullStar, .rating .emptyStar {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -999px;
	overflow: hidden;
	background: url(images/dvd-icons.png) no-repeat;
}
.rating .fullStar { background-position: 0px -120px; }
.rating .emptyStar { background-position: -18px -120px; }



/*** JOIN PAGE ROUNDED MENU SPECIFIC ***/
.roundedMenu li.last { height: 47px; }
.signupView { padding-top: 10px; position: relative; ;}
.memberType { margin-bottom: 6px; padding-right: 0; }
.memberType input { display: inline-block; width: 20px; }
.memberType li { height: 30px; line-height: 30px; }
.memberType li.header { height: 38px; line-height: 40px; }
.memberType li.last { height: 38px; }
.memberType li span.subText { float: none; font-size: inherit; margin-left: 10px; }
.memberType span.price { display: inline-block; width: 63px; text-align: right; }
.bestDeal {
	display: inline-block;
	width: 71px;
	height: 22px;
	background: url(images/dvd-icons.png) no-repeat;
	background-position: -60px -60px;
	text-indent: -999px;
	overflow: hidden;
	margin-left: 4px;
	vertical-align: -6px;
}
.memberInfo li { text-align: right; }
.memberInfo input { margin-left: 16px; width: 110px; }
body[orient=portrait] .memberInfo input { margin-left: 16px; width: 110px; }
body[orient=landscape] .memberInfo input { margin-left: 16px; width: 270px; }
.joinSubmit { margin-top: 4px; margin-bottom: 8px; text-align: center; }


/*** PHOTO GALLERY VIEW ***/
#photoGallery { padding-top: 25px; margin-bottom: 24px; text-align: center; position: relative; }
#photoGallery .photo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	padding: 9px;
	margin-bottom: 8px;
}

/*** EXTRAS PAGES SPECIFIC ***/
.extrasEntrance .stdButton { width: 140px; }
.thumbView.wallPaper .container { margin: 0 auto; padding-top: 16px; padding-bottom: 8px; }
.thumbView.wallPaper .thumb {
	border: 1px solid #fff;
	display: inline-block;
	margin: 9px;
	width: 75px;
	height: 113px;
}
body[orient=portrait] .thumbView.wallPaper .container, .thumbView.wallPaper .container {  width: 293px; }
body[orient=landscape] .thumbView.wallPaper .container { width: 392px; }

.ringTones { position: relative; padding: 4px 18px 18px 18px; }
.ringTones li { font-size: 12pt; padding: 12px 10px; overflow: hidden; position: relative; }
.ringTones li:first-child { border-top: none; }
.ringTones li.last { height: 2px; padding: 0; border-bottom: none; }
.ringTones li .playIcon {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 6px;
}
/*** SEARCH BOX ***/
#searchBox {
	width: 100%;
	position: absolute;
	z-index: 1000;
}
#searchBox .controlContainer {
	height: 90px;
	text-align: center;
	padding-top: 10px;
}
#searchBox .stdButton { font-size: 11pt; margin: 0 5px; }
#searchBox .buttons {
	overflow: hidden;
	width: 200px;
	margin: 0 auto;
	margin-top: 18px;
}
#searchBox .textBoxClose {
	position: absolute;
	width: 33px;
	height: 38px;
	right: -48px;
	top: 0px;
	margin-top: 0px;
	z-index: 1000;
	overflow: hidden;
	text-indent: -1000px;
	background: url(images/dvd-icons.png) no-repeat;
	background-position: -117px -82px ;
}
#searchBox .textBoxClose img {
	margin: 8px 0 0 5px;
}
#searchBox .closeIcon { 
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 8px 0 0 5px;
	background: url(images/dvd-icons.png) no-repeat;
	background-position: -90px -90px ;
	text-indent: -999px;
}
#searchBox .searchInputContainer {
	margin: 0 10px;
	position: relative;
	margin-right: 59px;
	height: 30px;
}
#searchBox .searchInput {
	vertical-align: 1px;
	font-size: 18px;
	height: 28px;
	display: block;
	width: 100%;
	margin: 4px 0 0 0;
}
#searchBox .noClose.searchInputContainer { margin-right: 32px; }
#searchBox .noClose .textBoxClose { display: none; }

/*** CLEANED UP STREAM BOX ***/
#streamBox {
	width: 300px;
	z-index: 1001;
	position: absolute;
	margin-left: -150px;
	left: 50%;
	top: 50%;
	padding-bottom: 18px;
    font-size:13px;
}
#streamBoxUnderlay { z-index: 1000; position: absolute; top: 0; width: 100%; background: #000; opacity: .2; }
#streamBox h1 {
	font-size: 15px;
	color: #fff;
	height: 34px;
	line-height: 38px;
	text-align: center;
	margin: 0;
}
#streamBox .streamOptions { padding-top: 8px; padding-bottom: 4px; text-align: center; }
#streamBox .streamOptions a.selected span {
	display: inline-block;
	height: 100%;
	padding-right: 28px;
	background: url(images/check-mark.png) right 6px no-repeat;
}
#streamBox .stdButton {
	font-size: 10pt;
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	height: 35px;
	width: 82px;
	line-height: 35px;
	text-align: center;
}

.genericBox { position: relative; }
.genericBox .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: black;
	opacity: .9;
    z-index: 2;
}
.genericBox .content { position: relative; z-index: 5;}
.genericBox .content .stdButton { -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.nicheSelector { text-align: center; }
.nicheSelector select { font-size: 13pt; width: 80%; }


/*** SUPPORT ***/
.faqBox { position: relative; padding: 10px 0;}
.faq { /*padding: 4px 15px 15px 15px;*/ font-size: 16px; }
.faq .question { font-weight: bold; display: block; margin-bottom: 6px; font-size: 16px; } /****************************************************/
.faq .answer { margin-bottom: 8px; font-size: 16px;}
.contactNotice { padding: 4px 20px 10px 20px; font-size: 16px; margin-bottom: 8px; }
.contactForm li { text-align: right; }
.contactForm select { width: 148px; }
.contactForm input { margin-left: 12px; width: 125px; }
.contactForm .captcha, .contactForm .msg { font-size: 10pt; text-align: center; height: auto; }
.contactForm .msg textarea { width: 100%; margin: 0 0 0 6px; }
.contactForm .captcha { padding-bottom: 20px; }
.contactForm .captcha input { width: 100%; margin: 0 0 0 2px; }
.contactForm .submitSection { text-align: center; }
.contactForm .submitButton { height: 30px; width: 200px; }
ol.tutorial{margin: 10px;}
ol.tutorial li{display: list-item; list-style-type: decimal; list-style-position: inside; margin: 1px 0;}



/*** JOIN PAGE **/
.privateTrans { margin: 0 auto; width: 266px; line-height: 36px; height: 32px; padding: 0 0 8px 0; }
.privateTrans .icon { vertical-align: -6px; }
table.salePoints { padding: 0; margin: 0 auto; border-spacing: 0; font-size: 12px; width: 280px; }
body[orient=portrait] table.salePoints { padding: 0; margin: 0 auto; border-spacing: 0; font-size: 12px; width: 280px; }
body[orient=landscape] table.salePoints { padding: 0; margin: 0 auto; border-spacing: 0; font-size: 12px; width: 440px; }
.salePoints caption { font-size: 20px; padding-top: 10px; padding-bottom: 10px; }
.salePoints td { padding: 6px 0 6px 0; overflow: hidden; }
.salePoints td .icon { float: left; }
.salePoints td div { margin: 2px 0 0 24px; }


/*** Footer Text **/
.footer { clear: both; text-align: center; font-size:12px; padding: 15px 0; color: #fff;}
.footer a, .footer a:visited { text-decoration: none; font-weight: normal; color: #999;}
.footer p span {	color: #666; margin: 0 4px;	font-weight: normal;}
.footer .primary { font-size: 1.4em; font-weight: bold;}
.footer .records, .footer .copyright, .footer .2257 {	font-size: .9em; font-weight: normal;}
.footer .copyright {margin-bottom: 5px; font-size: .8em; }
.footer p { color: #999;	margin: 0px 0px 10px 0px; padding:0px 8px;}
.footer .about, .footer .seo { font-size: .8em; color: #FFF;}


body[orient=portrait] #wrapper  { height: 378px; }
body[orient=landscape] #wrapper { height: 229px; }
body[orient=portrait] #scroller  { width: 320px; }
body[orient=landscape] #scroller { width: 480px; }
#wrapper #scroller .clips {
	text-align: center;
}


/************ THE POPUP MENU CSS START ************/
/*** NICHES MENUS ***/
#nichesMenu {height:1480px;}
#nichesMenu p {color:#666;}
#nichesMenu ul {font-size:12px;}
#nichesMenu li {height:18px; line-height:18px;}
#nichesMenu li.subMenu {height:auto; margin-top:8px;} 
#nichesMenu ul ul a {color:#999;}
#nichesMenu .content {margin:0 16px;}

/*** GENERIC CODE START ***/
.wkPopupBox {
	position:absolute; 
	z-index:9999; 
	width:280px; 
	margin-left:-140px; 
	left:50%; 
	top:50%; 
}
.wkPopupBox .bg {
	position:absolute; 
	width:280px; 
	height:100%; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	background:black; 
	opacity:.9; 
}
.wkPopupBox h1 {padding:10px 0 8px 0; margin:0; text-align:center; font-weight:bold;}
.wkPopupBox .content {position:relative; z-index:2;}
.wkPopupBox .content .stdButton {-moz-border-radius:6px; -webkit-border-radius:6px;}
.wkPopupBox ul {}
.wkPopupBox li {height:25px; line-height:25px; margin:0 10px;}
.wkPopupBox li.subMenu {height:auto;}
.wkPopupBox li.subMenu li {margin-right:0;}
.wkPopupBox a {display:block; padding:0 0 0 8px;}
.wkPopupBox a.selected {
	background:#999; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	background:#5f5f5f; 
	background-image:-webkit-gradient(linear, left bottom, left top, from(#3e3e3e), to(#818181)); 
}
.wkPopupBox p{
    padding: 0 10px;
    color: #666666;
}
.wkPopupBox a.closeButton {
	position:absolute; 
	z-index:3; 
	overflow:hidden; 
	width:18px; 
	height:18px; 
	text-indent:-999px; 
	background:url(../../images/close-niches-button.png) no-repeat; 
	top:8px; 
	right:8px; 
}
#wkPopupMenuUnderlay {z-index:9998; position:absolute; top:0; width:100%; background:#000; opacity:.4;}



#desktop {
	margin: 0px auto;
	width: 600px;
	-webkit-box-shadow: 0px 0px 40px #000;
	-moz-border-radius-bottomleft:10px; 
	-webkit-border-bottom-left-radius:10px; 
	-moz-border-radius-bottomright:10px; 
	-webkit-border-bottom-right-radius:10px; 
	
	
}

.desktop {width: 580px;}
.overlay.desktop {width: 92.7%}
.overlay.desktop {width: 92.7%}
.top.desktop {width: 92.7%}
.bottom.desktop {width: 92.7%}
.container.desktop {width: 97.9%}
.container.desktop.pagination {width: 91.9%}

/* remove the secure logo from join page*/
.privateTrans{ display: none; }

.roundedMenu li{
    cursor: pointer;
}