body {
    margin: 0px;
    padding: 0px;
    background-color: #f2f2f2;
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BrooklynsFinestPoleDancingStudio/pink_TopBackground.png");
	background-repeat: repeat-x;
	background-position: top;
	color: #3d3d3d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
p {
	color: #3d3d3d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a {
	color: #ff038c;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.example1 p {
    color: #3d3d3d;
    font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
    
}
a:hover {
	text-decoration: underline;
}
a img {
    border: 0px;  
}
h1, h1 a { 
	color: #ff038c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 37px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
    text-transform: uppercase;
}
h2, h2 a {
	color: #7c7b7c;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 27px;
	line-height: 29px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
    /*text-transform: uppercase;*/
}
h3, h3 a {
	color: #3d3d3d;
    font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h4, h4 a {
	color: #fff;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h5, h5 a {
	color: #3d3d3d;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h6, h6 a {
	color: #ff038c;
    font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
    padding: 0px;
	margin: 0px;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
.title-font {
    padding: 30px 0;
}
.title-font h1 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.wrapper {
    padding: 0px 0px 0px 0px;
}
.pagewrapper {
	padding: 20px 10px 20px 10px;
    float: left;
    width: 720px;
    margin-top: -28px;
    border: 9px solid rgb(231, 231, 231);
    border-radius: 20px;
    background-color: rgb(231, 231, 231);
    position: relative;
    z-index: 1;
}
hr {
	border: 1px solid #ff038c;
}
.novella img {
    margin-top: -120px;
    margin-left: -110px;
    margin-bottom: -30px;
    width: 500px;
    height: auto;
}
.novella2 img {
    margin-top: -120px;
    margin-left: -150px;
    margin-bottom: -30px;
    width: 400px;
    height: auto;
}
.rounded img {
    border-radius: 10px;
}
.announcement h4 {
    padding-top: 13px;
    color: #fff;
}
.signup {
    background-color: #ff038b;
    color: #fff;
    border-radius: 15px;
    border: 0 !important;
    padding: 10px;
}
.signup a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    align: center;
}
.signup2 {
    background-color: #7e7e7e;
    border-radius: 15px;
    border: 1px solid #ff038c;
    padding: 1px 9px;
}

.featureradius table {
    border-radius: 20px;
}
.featureradius h2 {
}
#le_5277fa310f29c > table:nth-child(1) {
    margin-top: -60px;    
}
#le_604641fa438fc > table:nth-child(1) {
     margin-top: -80px;
     margin-left: -10px;
}
#le_5277f2dd11393 > table:nth-child(1) {
    margin-top: -80px; 
}
.banner {
    background-color: #000;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}
.banner a {
    color: #fff;
    display: block;
    width: 100%;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.banner:hover {
    background-color: #FF038B;
}

.home-cta p {
    line-height: 1.4;
}
.home-cta a {
    display: block;
    width: 100%;
    color: #ff038b;
    font-size: 40px;
    margin-top: 10px;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Weekly Schedule
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
}
.schedule_date_range, #back_sched, #forward_sched {
    font-size: 24px !important;
}
.mb_listview_date .sched_loc_name {
    display: none;
}
.schedule_filters {
    width: 100% !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.schedule_filters .selects {
    height: 30px !important;
}
#date_filter {
    height: 30px !important;
}
#printview {
    background: #ff038b !important;
    color: #fff !important;
    padding: 6px 10px !important;
    text-transform: uppercase;
    display: inline-block !important;
    margin-left: 10px !important;
}
#printview:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.mbHeaderBar {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 0 !important;
    height: 20px !important;
    border: 0 !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
}
.schedule_filters .dropdowns:first-of-type {
    display: none;
}
.mb_schedule tr:nth-of-type(even) {
    background-color: #fff !important;
}
.row_class {
    padding-left: 1% !important;
    width: 20% !important;
}
.row_staff {
    padding-left: 5% !important;
}
.title_staff {
    padding-left: 4% !important;
}
.capacity {
    margin-top: 10px !important;
}
.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
}

/*---------------------------Header START---------------------------*/
.headerWide {
	width: auto;
	background-repeat: repeat-x;
	background-position: bottom;
}
.header {
	margin: auto;
	width: 960px;
}
.header1 {
	text-align: right;
}
.header2 {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.headerLeft {
	float: left;
	width: 260px;
	margin-top: 70px;
	margin-left: 170px;
}
.headerRight {
	float: right;
	width: 250px;
	margin: 15px 20px 0px 0px;
}
.logo {
	padding: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	position: relative;
	border: 0px;
}
/*---------------------------Header END-----------------------------*/
/*---------------------------FeatureContent START-------------------*/
.featureWide {
	width: auto;
	margin: auto;
}
.feature1 {

}
.feature2 {

}
.feature3 {

}
/*---------------------------FeatureContent END---------------------*/
.navigationWide {
	position: relative;
	width: auto;
}
.mainMenu {
	margin: auto;
	width: 790px;
	text-align: center;
	position: relative;
	z-index: 100;
	display: block;
	float: right;
    margin-bottom: 28px;
}
.mainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	zoom: 1;
	*display: inline;
}
.mainMenu li {
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
.mainMenu .le_menu_level_container {
	position: relative;
}
.mainMenu li.le_menuitem_level_0 {
	float: left;
}
.mainMenu li.le_menuitem_level_0 a {
	color: #3d3d3d;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 22px; 
	display: block;
	line-height: 24px;
    text-transform: uppercase;
}
.mainMenu li.le_menuitem_level_0 a:hover {
	color: #ff038c;
}
/*--------1st level submenu-------*/
.mainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 1;
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
.mainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.mainMenu li.le_menuitem_level_1 a {
	background: #202020;
    color: #fff;
	display: block;
	line-height: 18px;
	margin: 0px 0px 0px 15px;
	width: 170px;
	padding: 10px;
	text-shadow: none;
    position: relative;
    z-index: 99;
}
.mainMenu li.le_menuitem_level_1 a:hover {
	background: #3d3d3d;
	color: #ff038c;
}
/*----------2nd level submenu----------*/
.mainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -26px;
	padding: 0px;
}
.mainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 1;
	display: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	text-align: left;
}
.mainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.mainMenu li.le_menuitem_level_2 a {
	color: #000000;
	display: block;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	width: 170px;
	padding: 10px;
}
.mainMenu li.le_menuitem_level_2 a:hover {
	background: #f55642;
	color: #000000;
}

/*---------------------------MainMenu END---------------------------*/
/*---------------------------MainContent START----------------------*/
.contentWide {
	width: auto;
	margin: auto;
	position: relative;
	background-repeat: repeat-x;
}
.contentWide2 {
	width: auto;
    margin: -58px auto 0px auto;
    position: relative;
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 58px;
}
.contentWide3 {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
    margin-top: 15px;
	position: relative;
	/*background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BrooklynsFinestPoleDancingStudio/site_AnnouncementBar2.jpg");*/
	background-repeat: repeat-x;
	background-color: #ff038c;
}
.contentTop {
	margin: auto;
	width: 960px;
	margin-bottom: 0px;
}
.contentTop2 {
	margin: auto;
	width: 960px;
	margin-bottom: 0px;
}
.contentBottom {
	margin: auto;
	width: 960px;
	margin-bottom: 0px;
}
.contentcontainerNarrow1 {
	float: left;
	width: 210px;
}
.contentcontainerWide1 {
	float: left;
	width: 720px;
	margin: 0px 0px 0px 0px;
}
.contentcontainerNarrow2 {
	float: left;
	width: 360px;
}
.contentcontainerWide2 {
	width: 860px;
	float: left;
	margin-left: 50px;
}

.content1 {
	float: left;
	width: 940px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.content2 {
	float: left;
	width: 210px;
	text-align: left;
    position: relative;
    z-index: 1;
}
.content3 {
	float: left;
	width: 720px;
    margin-top: -28px;
    height: 419px;
    border: 5px solid #3d3d3d;
    border-radius: 20px;
    background-color: #3d3d3d;
}
.content4 {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 50px;
}
.content5 {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
}
.content6 {
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.content7 {
	float: left;
	width: 370px;
	margin-top: 80px;
}
.content8 {
	float: left;
    width: 500px;
    height: 155px;
	margin-top: 80px;
    background-color:  #f2f2f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.content8 h1 {
    padding: 45px 0px 0px 0px;
}
.content9 {
	float: left;
	width: 370px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.content10 {
	float: left;
	width: 490px;
    height: 155px;
	margin-top: 80px;
    background-color:  #f2f2f2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content10 h1 {
    padding: 90px 0px 0px 15px;
}
.content11 {
	float: left;
	width: 360px;
	margin-top: 80px;
}
.content12 {
	float: left;
    width: 490px;
    height: 150px;
	margin-top: 80px;
    background-color: #f2f2f2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.content12 h1, h3 {
}
.content13 {
	float: left;
	width: 940px;
	margin-top: 10px;
	margin-left: 10px;
}
.subcontentTop {
	margin: auto;
	width: 960px;
	margin-bottom: 20px;
}
.subcontentBottom {
	margin: auto;
	width: 960px;
	margin-bottom: 20px;
}
.subcontentcontainerNarrow {
	float: left;
	width: 360px;
}
.subcontentcontainerWide {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
}
.subcontent1 {
	float: left;
	width: 940px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.subcontent2 {
	float: left;
	width: 210px;
	text-align: left;
    position: relative;
    z-index: 1;
}

.subcontent3 {
	float: left;
	width: 700px;
    margin-top: -28px;
    min-height: 419px;
    border: 9px solid #e7e7e7;
    border-radius: 20px;
    background-color: #e7e7e7;
    padding: 10px;
}
.subcontent4 {
	float: left;
	width: 860px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 50px;
}
.subcontent5 {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
}
.subcontent6 {
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.subcontent7 {
	float: left;
	width: 370px;
	margin-top: 80px;
}
.subcontent8 {
	float: left;
    width: 500px;
    height: 155px;
	margin-top: 80px;
    background-color: #4b054b;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.subcontent8 h1 {
    padding: 45px 0px 0px 0px;
}
.subcontent9 {
	float: left;
	width: 370px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.subcontent10 {
	float: left;
	width: 490px;
    height: 155px;
	margin-top: 80px;
    background-color: #4b054b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.subcontent10 h1 {
    padding: 45px 0px 0px 15px;
}
.subcontent11 {
	float: left;
	width: 360px;
	margin-top: 80px;
}
.subcontent12 {
	float: left;
    width: 490px;
    height: 150px;
	margin-top: 80px;
    background-color: #4b054b;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.subcontent13 {
	float: left;
	width: 940px;
	margin-top: 10px;
	margin-left: 10px;
}
/*---------------------------MainContent END------------------------*/
/*---------------------------Footer START---------------------------*/
.footerWide {
	width: auto;
	margin: 80px 0px 0px 0px;
    /*background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BrooklynsFinestPoleDancingStudio/site_FooterBlackBG2.jpg");*/
    border-top: 1px solid #3d3d3d;
    background-color: #ff038c;
}
.footer {
	font-family: 'Lato', sans-serif;
	width: 960px;
	margin: auto;
}
.footer h5 {
    color: #fff;
}
.footer .le_form label {
    color: #fff;
}
.footer p {
	color: #FFFFFF;
	font-size: 13px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover, .footer a:active {
	color: #666666;
	text-decoration: underline;
}	
.footer1 {
	width: 590px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.footer2 {
	width: 360px;
	float: left;
	text-align: right;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 10px 0px 10px 10px;
	margin: 20px 0px 15px 10px;
}
.view_full_mobile {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 15px;
}
/*---------------------------Footer END-----------------------------*/
/*---------------------------Footer Menu START----------------------*/
.FooterMenu {
	float: left;
	width: 960px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 18px;
    margin-top: 10px;
	text-align: center;
	margin: 30px 0px 10px 0px;
}
.FooterMenu ul.le_menu_level_0 {
	text-align: center;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.FooterMenu li {
    list-style-type: none;
	text-decoration: none;
}
.FooterMenu .le_menu_level_container {
	position: relative;
}
.FooterMenu li.le_menuitem_level_0 {
	float: left;
}
.FooterMenu li.le_menuitem_level_0 a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #333333;
	display: block;
	line-height: 44px;
}
.FooterMenu ul li:first-of-type a {
	background-image: none;
	padding: 0px 10px 0px 0px;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
	color: #000000;
}
/*--------1st level submenu-------*/
.FooterMenu ul.le_menu_level_1 {
	position: relative;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.FooterMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: none;
}
.FooterMenu li.le_menuitem_level_1 a {
	background: none;
	color: #000000;
	display: none;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0px;
	padding: 2px;
	width: auto;
}
.FooterMenu li.le_menuitem_level_1 a:hover {
	color: #018943;
	text-decoration: none;
}
/*----------2nd level submenu----------*/
.FooterMenu .le_menu_level_2_container {
	float: right;
	margin-top: -26px;
	padding: 0px;
	display: none;
}
.FooterMenu ul.le_menu_level_2 {
	position: relative;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.FooterMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: none;
}
.FooterMenu li.le_menuitem_level_2 a {
	background: none;
	color: #000000;
	display: none;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0px;
	padding: 2px;
	width: 150px;
}
.FooterMenu li.le_menuitem_level_2 a:hover {
	color: #018943;
	text-decoration: none;
}
/*---------------------------Footer Menu END------------------------*/
/*---------------------------CLEAR START----------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*---------------------------CLEAR END------------------------------*/
/*---------------------------LiveEdit Tags START--------------------*/
.le_mb_wrapper {
	max-width: 960px;
	margin: auto;
}

.le_form_name h1, h1.le_form_name {
    font-size: 18px;
}
.le_form_submit input {
	background-color: #ef974b;
	border: 0px;
	color: #3d3d3d;
	display: inline-block;
	padding: 5px;
}
#le_form_container_1 input {
	padding: 3px;
	font-size: 12px;
}
#le_form_1.le_form { padding: 10px 0px 0px 110px; }
.le_form_control_label, .le_form_float_elements{ font-family: 'Lato', sans-serif; color: #3d3d3d; padding-top: 5px; }
.staff_img { float: left; padding: 20px !important; }
.staff_side { width: 80%; margin-left: 10%; }
.staff_info { width: 100%; margin: 20px 0px 30px 0px; color: #3d3d3d; }
.staff_info h4 { font-size: 18px !important; }
.staff_bio { width: auto; }
.desc { margin-left: 20px; font-size: 13px; width: 500px; }
.pages { margin-left: auto; margin-right: auto; }
.page_link { padding: 5px; font-size: 1em; }
.current { padding: 5px; font-weight: 800; font-size: 1em; }
.next {	float: right; }
.class_row {
    color: #3d3d3d;
}
.class_name a {
    font-size: 18px;
    line-height: 20px;
}
.class_desc {
    width: auto;
    margin-left: 25px;
    margin-top: 5px;
}
.mb_listview_date {
    font-size: 20px !important;
}
.row_class a {
    color: #3d3d3d; 
}
.row_staff a {
    color: #3d3d3d;
}
.row_date {
    color: #3d3d3d;
}
.tiny.capacity {
    color: #ff038c;
}
.master_date {
    color: #ff038c;
    font-size: 15px !important;
}
.le_plugin_gallery {
    margin-left: 50px;
}
/*---------------------------LiveEdit Tags END----------------------*/
#le_form_container_1 input[type="submit"] {
    margin: 0px 150px 0px 0px !important;
}
input[type="button"], input[type="submit"] { 
    color: #FFFFFF; 
    background-color: #2f2f2f; 
    border: 2px solid #ff038c;
    border-radius: 5px;
}
input[type="button"]:hover, input[type="submit"]:hover { 
    cursor: pointer;
	color: #fff; 
    background-color: #202020; 
    border: 2px solid ##ff038c; 
    border-radius: 5px;
}
.anythingSlider-default.activeSlider .anythingControls {
    margin-left: 240px;
}
.anythingSlider-default.activeSlider .anythingControls a {
/*background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BrooklynsFinestPoleDancingStudio/SliderInactive_copy.png') !important;*/
    color: #ff038c !important;
}
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/BrooklynsFinestPoleDancingStudio/SliderActive_copy.png') !important;
}
.le-logged-in .banner {
    position: relative !important;
}