@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'gotham_boldregular';
    src: url('/fonts/gotham-bold-webfont.eot');
    src: url('/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-bold-webfont.woff') format('woff'),
         url('/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightregular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: url('/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-light-webfont.woff') format('woff'),
         url('/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_thinregular';
    src: url('/fonts/gotham-thin-webfont.eot');
    src: url('/fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham-thin-webfont.woff') format('woff'),
         url('/fonts/gotham-thin-webfont.ttf') format('truetype'),
         url('/fonts/gotham-thin-webfont.svg#gotham_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
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,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;
}
ol, ul {
	list-style: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:24px;
	margin:0;
	color:#696969;
	background:#262626;
}
#content {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:100;
	background:#faf9f9;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																									NAVIGATION

============================================================================================================================================================================*/
#navwrapper{
	width:100%;
	height:60px;	
	position:fixed;
	z-index:1000;
	top:0;
	background:#262626;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}

#navouter{
	width:95%;	
	max-width:1180px;
	height:48px;
	position:relative;	
	margin:12px auto 0;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
#nav {
    float: right;
    margin: 5px 0 0;
    text-align: right;
    width: auto;
}
#nav li{
	display:inline-block;
	height: 100%;
	margin: 0 0 0 30px;
	position:relative;
	height:50px;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}

#logo{
	 width:auto;
	 max-width:100px;
	 float:left;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
		  transition: all 0.2s linear;
}
#logo img {
	width:100%;
	max-width:89px;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
#logosml{
	position:absolute;
	left:50%;
	margin-left:-20px;	
	top:-100px;
	z-index: 900;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
#nav li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size:13px;
	text-transform:uppercase;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
#nav li:hover a,
#nav li a .fa {
	color: #fe2f62;
}
#nav li a.active{
	color:#fe2f62;	
}
#nav li:hover a.button{
    color:#fff;
}
#nav li a.button {
    margin-left: 0;
    margin-top: -4px;
}

#mainMenuMobile {display:none; opacity:0;}
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #25282d;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;	
	margin:10px 0;
	-moz-transition: all 0.2s linear;
	  -webkit-transition: all 0.2s linear;
		   -o-transition: all 0.2s linear;
			  transition: all 0.2s linear;
}
.submenu > a {
    font-size: 12px;
    margin: 10px 0 10px 20px;
}

#mainMenuMobile li a{display:block; color:#808080;font-family: 'Open Sans', sans-serif; font-weight:600; text-transform:uppercase;}
#mainMenuMobile li a i {color:#fff;}
#mainMenuMobile li a:hover{color:#fc0082;}
.mobilemenu {
	 background-color: #fe2f62;
    display: none;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0 0 0;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
	-moz-transition: all 0.2s linear;
		 -webkit-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
		 transition: all 0.2s linear;
}
.icon-bar{
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 3px;
	width: 18px;	
	line-height: 14px;
	margin-top: 2px;
	vertical-align: text-top;
}
.leftMobileMenu {
	position: fixed;
	width: 240px !important;
	height: 100% !important;
	top: 0;
	z-index: 90;
	background-color:#191b1f;
	padding:20px;
	box-shadow: 0 5px 15px #000000 inset;
	right: 0;
}
.menu-open {
	right: 0px;
	opacity:1 !important;
}
.push-toleft {
	left: -280px !important;
}
.leftMobileMenu{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.basket {
    background: url("/images/basket.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 40px;
    margin: -3px 0 0 20px;
    width: 40px;
}

.basket span {
    margin: -10px 0 0 15px;
}

.badge {
    background-color: #fe2f62;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.badge {
    border-radius: 9px;
    padding-left: 9px;
    padding-right: 9px;
}
.innerContainer{
	width:95%;
	max-width:1180px;
	margin:auto;
	overflow:hidden;
}
.navClearPush{
	margin-top:60px;	
}
.navClearPushBig{
	margin-top:130px;
}
#searchBox {
    background: none repeat scroll 0 0 #fe2f62;
    display: none;
    height: 60px;
    overflow: hidden;
    padding: 0 2.5%;
    position: absolute;
    right: 0;
    text-align: left;
    top: -12px;
    width: 80%;
    z-index: 100;
}
#closeSearch {
    color: #fff;
    float: right;
    font-size: 26px;
    padding: 18px 0 0 20px;
}
#searchfield {
    background: none repeat scroll 0 0 #fe2f62;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 33px;
    height: 35px;
    margin: -4px 0 0;
    width: 70%;
}
#submitSearch {
    background: none repeat scroll 0 0 #262626;
    float: right;
    margin: 14px 0 0 20px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																									HOLMES

============================================================================================================================================================================*/
#homePane{
	border-top:2px solid #fe2f62;
	width:100%;
	height:566px;
	background:url(../images/homePanelBG.jpg) top center no-repeat;
	text-align:center;
	margin:0 0 70px 0;
}
#homePane img{
	margin:10% 0 30px 0;
}
#featuredAlbums{
	width:100%;
	overflow:auto;
	margin:0 0 30px 0;
}
#featuredAlbums li{
	float:left;
	width:33.333%;
}
#featuredAlbums li div{
	padding:0 10px;
}
#featuredAlbums li .albumCover {
    overflow: hidden;
    padding: 0;
    width: 100%;
	margin:0 0 20px 0;
}
#featuredAlbums li img{
	width:100%;
	
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
   -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	   -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
#featuredAlbums li:hover img{
-webkit-transform: scale(1.5);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

#albumBreak{
	width:100%;
	height:245px;
	padding:100px 0 0 0;
	margin:90px 0;
	text-align:center;;
	background:url(/images/isoAlbums.jpg) top center no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
#albumBreak h2{
	font-size:40px;
	color:#fff !important;
}

#latestTweets div {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fe2f62;
    padding: 10px;
    text-align: center;
	position:relative;
}
#latestTweets i {
    color: #fe2f62;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: -15px;
    z-index: 100;
}

ul.split2,
ul.split3,{
	width:100%;
	overflow:hidden;
	margin:30px 0;
	clear:both;
}
.split2 li{
	float:left;
	width:48%;
	margin:0 1% 20px;	
	overflow:hidden;
}
.split3 li{
	float:left;
	width:30.333%;
	margin:0 1.5% 20px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  				MUSIQUE

============================================================================================================================================================================*/
.search_bar {
    background: url("../images/searchbarbg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    padding: 0 0 20px;
    width: 100%;
	margin:0;
}
.search_bar ul {
    height: auto;
    margin: 0 0 0 20px;
    overflow: hidden;
    width: auto;
}
.search_bar li.browse {
    color: #fff;
	font-family: "gotham_lightregular",sans-serif;
    font-size: 30px;
	letter-spacing:-1px;
    font-weight: 200;
    padding: 5px 0 0;
    text-transform: uppercase;
}
.search_bar li {
    float: left;
    margin: 15px 50px 0 0;
}
.search_bar li a {
    border-style: solid;
    border-width: 0;
    color: #acacac;
    display: block;
    font-family: "gotham_thinregular",sans-serif;
    font-size: 20px;
    padding: 5px 0 0 30px;
    text-shadow: 0 -1px 2px #000;
    text-transform: uppercase;
}
.search_bar li a:hover, .search_bar li a.active {
    color: #fe2f62; 
}
.search_bar #albums {
    background: url("../images/icon-albums.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
.search_bar #tag {
    background: url("../images/icon-tag.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
.search_bar #keyword {
    background: url("../images/icon-keyword.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
.search_bar #genre {
    background: url("../images/icon-genre.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
#music_content_split {
    float: left;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
}
ul.albums {
    height: auto;
    width: 100%;
}
.albums li {
    background-color: #fe2f62;
    box-shadow: 1px 0 0 #fff inset;
    color: #fff;
    float: left;
    margin: 0 0 1px;
    padding: 0 0 20px;
    position: relative;
    width: 25%;
}

.albums li img {
    width: 100%;
-webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
   -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
	   -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.albums li:hover img{
-webkit-transform: scale(1.5);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.albumInfo{
	padding:10px;
	height:100px;
}
.albumArt {
	height:auto;
    max-height: 290px;
    margin: 0 0 0 1px;
    overflow: hidden;
}

#albumHeader {
    border-top: 4px solid #fe2f62;
    height: 370px;
    width: 100%;
	position:relative;
	margin:0 0 50px 0;
}
#albumHeadBlanker {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
#downloadAlbum{
	position:absolute;
	top:0;
	right:0;	
}
#downloadAlbum a{
	margin:0 !important;	
}
#albumHeadInfo {
    color: #fff;
    margin: 80px 0 0 40px;
    position: absolute;
	font-family: "gotham_lightregular",sans-serif;
	font-size:18px;
}
#albumHeadInfo h1 {
    font-family: "gotham_boldregular",sans-serif;
    font-size: 40px;
    margin: 0 0 30px;
}
.albumTracksOnly {
    clear: both;
}
#audioPlayer{
	position:fixed;
	bottom:-100px;
	height:100px;
	width:100%;
	z-index:1000;
	background-repeat:no-repeat;
	background-position:0 -290px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
.playerUp{
	bottom:0 !important;	
}
#albumThumbnail{
	width:100px;	
	float:left;
	margin:0 20px 0 0;
}
#albumThumbnail img{
	width:100%;	
}
#trackDetails{
	float:left;	
	color:#fff;
	font-family: 'gotham_lightregular';
	margin:20px 0 0 0;
}
#trackDetails span {
    display: block;
    font-family: "gotham_boldregular";
    font-size: 20px;
    text-transform: uppercase;
}
#audioControls {
    color: #fff;
    float: right;
    margin: 30px 20px 0 0;
    font-family: "gotham_boldregular";
    font-size: 12px;
	text-transform:uppercase;
}
.rightActions {
    float: right;
	width:35%;
}
.track_title {
    float: left;
    width: 55%;
}
.songCredits {
    float: left;
    margin: 0 0 0 7%;
    width: 93%;
}
.track_tags {
    clear: both;
    margin: 10px 0 0;
}
.trackBox {
    border-bottom: 1px solid #d4d3d3;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
	-moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}
ul.action_buttons {
    float: right;
    height: 24px;
    width: auto;
}
.action_buttons li {
    background: none repeat scroll 0 0 #eb0647;
    float: left;
    height: 30px;
    margin: 0 2px;
    padding: 5px 5px 0;
    text-align: center;
    width: 25px;
}
.action_buttons li a i{
	color:#fff !important;	
}
.mixType {
    float: right;
    padding-right: 5px;
    padding-top: 2px;
}
.trackPlay {
    float: left;
    width: 7%;
}
.stopThis{
	float:left;
	width:7%;
	display:none;	
}
.currentlyplaying {
    /*background: none repeat scroll 0 0 #f2f2f2;*/
	background: none repeat scroll 0 0 #262626;
    color:#fff;
	padding-left: 1.5%;
    padding-right: 1.5%;
    width: 97%;
}
.addedBasket{
	background:#00c03b !important;	
}
.basket_tbl tr.row td {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px 15px;
    vertical-align: middle;
}
.basketActions{
	float:right;	
}
.basketActions a{
	margin-top:0 !important;	
}
.basket_tbl {
    margin: 40px 0;
}
.basket_tbl .head > td {
    background: none repeat scroll 0 0 #e1e2e2;
    font-weight: bold;
    margin: 0 0 50px !important;
    padding: 10px;
}
.basket_tbl tr.alt td{
	background:#f1f1f1;	
}
.jp-progress-container {
    height: 34px;
    position: absolute;
    right: 100px;
    text-align: right;
    top: 37px;
    width: 256px;
}
.jp-duration {
    color: #fff;
    float: right;
    font-size: 15px;
    margin-left: 20px;
    margin-top: 2px;
}
.jp-current-time {
    color: #fff;
    font-size: 20px;
    margin-left: 9px;
    margin-top: 2px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  		SERCH RZULTS

============================================================================================================================================================================*/
.subTags {
    border-bottom: 1px dotted #666666;
    line-height: 27px;
    margin: 15px  0;
	padding: 0 0 10px;
}
.keywordEntry, .genreEntry {
    background-image: url("/images/icons/cancel.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    padding-left: 10px;
    padding-right: 19px;
}
.divideBox {
    border-right: 1px solid #cfcfcf;
    float: left;
    height: 30px;
    margin: 0 2% 0 0;
    padding: 5px 0 0;
    width: 20%;
}
.fileCounter {
    display: inline;
}
.searchOverride {
    margin: 0 !important;
    padding: 0 !important;
    width: 130px !important;
}
.searchFiles {
	margin:0 !important;	
}
.noResults {
    background-image: url("/images/noFiles.png");
    background-position: 0 20px;
    background-repeat: no-repeat;
    min-height: 200px;
    padding: 10px 30px 30px 160px;
	margin:50px 0 0;
}
#tracks {
    clear: both;
    margin: 30px 0;
}

.tvrHeader {
    border-bottom: 1px solid #f68e3b;
    border-top: 20px solid #f68e3b;
    margin: 0 0 20px;
    padding: 20px 0;
    text-align: center;
}
.tvrbTrack .action_buttons > li {
    background: none repeat scroll 0 0 #f68e3b;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  				LOGIN

============================================================================================================================================================================*/
#loginMembersForm {
    float: left;
}
.rightPromo {
    float: right;
    padding-top: 40px;
    width: 560px;
}
.benefitBox {
    float: left;
    margin-bottom: 20px;
    width: 270px;
}

.loginRow {
    line-height: 18px;
    padding-top: 10px;
}
input[type="text"] ,input[type="password"] {
    border: 1px solid #999;
    font-size: 13px;
    height: 25px;
    margin: 0 0 20px;
    padding: 2%;
    width: 94%;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  				NEWZ

============================================================================================================================================================================*/
.newslist li {
    border-bottom: 1px solid #e5e5e5;
    height: auto;
    margin: 0 0 20px;
    overflow: auto;
    padding: 0 0 20px;
}
ul.media_date {
    float: left;
    height: auto;
    margin: 0;
    text-align: center;
    width: 70px;
}
.media_date li {
    box-shadow: 1px 1px 3px #d3d3d3;
    margin: 0 0 0 2px;
    text-align: center;
    width: 40px;
}
.media_date li.month {
	background:#eb0647;
    background: linear-gradient(to bottom, #eb0647, #fe3264) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}

.media_date li.day {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 5px;
    width: 30px;
}
.newslist li div {
    float: left;
    overflow: hidden;
    width: 92%;
}
.newslist li div img {
    float: right;
    margin: 0 0 20px 20px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  				TAGZ

============================================================================================================================================================================*/
#reset {
    float: left;
    width: 45%;
}
#showtracks {
    float: right;
    height: auto;
    width: auto;
}
.tags {
    height: auto;
    margin: 30px auto;
    max-width: 1180px;
    overflow: hidden;
    width: 100%;
}
.dualColsBlock {
    float: left;
    width: 33%;
}
.singleCol {
    float: left;
    width: 17%;
}
.triColumn {
    float: right;
    width: 50%;
}
.keywordCol {
    float: left;
    margin: 0 1%;
    text-align: left;
    width: 31%;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						  				FOOTA

============================================================================================================================================================================*/
#footer{
	width:100%;
	height:auto;
	padding:30px 0;
	background:#262626;
	margin:100px 0 0 0;
	overflow:auto;
}
.playerMargin{
	margin-bottom:100px !important;
}
#footerInner{
	width:100%;
	max-width:1180px;
	margin:auto;
	overflow:auto;
}
#footerNav {
    float: left;
    width: 50%;
}
#footerNav li {
    display: inline-block;
    margin: 0 10px 0 0;
}
#legals{
	clear:left;
	float:left;
}
#rightFooter{
	float:right;
	text-align:right;
	width:20%;
}
#rightFooter img{
	display:block;
	margin:0 0 10px 0;
}
.keywordsearch {
    margin: 40px auto;
    text-align: center;
    width: 70%;
}
.keywordsearch input[type="text"] {
    border: 1px solid #999;
    font-size: 13px;
    height: 25px;
    margin: 0 0 20px;
    width: 100%;
}
#recentSearch {
   
    font-size: 14px;
    margin: auto;
    text-align: center;
    width: 90%;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						          PHORMZ

============================================================================================================================================================================*/
select {
    padding: 5px 0;
}
#contactFormContainer{
	margin:20px 0 0 0;
	width:100%;	
}
textarea{
	border: 1px solid #999;
    font-size: 13px;
    height: 25px;
    margin: 0 0 20px;
    padding: 2%;
    width: 96%;
	resize:none;
	height:100px;
}
#txtCaptcha {
    display: block;
    padding: 5px;
    width: 100px;
}
.controls{
	position:relative;	
}
.controls i {
    color: red;
    position: absolute;
    right: 21px;
    top: 16px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

																																						TEX N BUTTNZ N GENRALZ

============================================================================================================================================================================*/
h1, h2, h3, h4 {font-family: "gotham_boldregular",sans-serif; line-height:1; font-weight:normal; letter-spacing:-0.5px; text-transform:uppercase;}
h1{
	font-family: "gotham_lightregular",sans-serif;
	font-size:30px;
	color:#fff;
	margin:0 0 10px 0;
}
h2{
	font-family: "gotham_lightregular",sans-serif;
	font-size:30px;
	color:#000;
}
h2 b{
	font-family: "gotham_boldregular",sans-serif;
}
.sectionHeader{
	background:url("../images/sectionHeader1px.gif") repeat-x scroll center 14px rgba(0, 0, 0, 0);
	margin:0 0 40px 0;
}
h2 span {
    background: none repeat scroll 0 0 #faf9f9;
    padding: 0 30px;
}
h3{
	color:#fe2f62;
	font-family: 'gotham_boldregular';
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.blackTxt{
	color:#000 !important;
	margin:0 0 20px 0;
}
.thin{
	font-family: "gotham_lightregular",sans-serif;
}
.button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: 'gotham_boldregular';
	font-size:18px;
    padding: 15px 30px !important;
	width:auto;
    line-height: 20px;
    margin:30px 0 0 0;
	text-transform:uppercase;
	color:#fff;
    vertical-align: middle;
	background:#fe2f62;
	font-weight:normal !important;
	border:2px solid #fe2f62;
	 -webkit-appearance: none;
}
.smlBtn {
    font-size: 12px !important;
    padding: 5px 10px !important;
}
.btnOutline{
	background:#faf9f9;
	color:#fe2f62 !important;
	border:2px solid #fe2f62;
	font-size:16px;
}
.redBtn{
	background:red;	
}
.tagbtn {
    background: linear-gradient(to bottom, #fafafa, #d7d6d6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    color: #000;
	font-size:12px;
     margin: 5px 15px 0 0;
	letter-spacing:-0.5px;
    overflow: hidden;
    padding: 6px 10px !important;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px #fff;
    white-space: nowrap;
    width: 80%;
}
.tagbtn:hover, .tags a.active, .genres a.active {
    background: linear-gradient(to bottom, #cacaca, #949494) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #9b9b9b;
    color: #fff;
    text-shadow: 0 -1px 1px #707070;
}
.smltag {
    background: linear-gradient(to bottom, #fafafa, #d7d6d6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c7c7c7;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font: 600 11px/100% "Titillium Web",sans-serif;
    padding: 5px 7px 3px !important;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase;
    transition: width 1s ease 0s;
    width: auto;
}
.centerThis{
	text-align:center;	
}
a{
	color:#fe2f62;
	text-decoration:none;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix {
}
.wow {
  visibility: hidden;
}
#previewOnly {
    background-color: #ffefac;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}
#previewOnly b {
    color: #b9710b;
}
.clickInner{
	cursor:pointer;	
}
.sectionimage {
    height: auto;
    margin: 0 0 20px;
    width: auto;
	text-align:center;
}
.sectionimage img{
	width:100%;
	max-width:900px;
}
p+p{
	margin:0 0 10px 0;	
}
.requiredField{
	border:1px solid red !important;	
}
.success {background-color:#dff1d8; border:2px solid #428945; padding:10px; text-align:center; border-radius:6px; color:#428945 !important; font-size:12px; margin:20px 0;}

.overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6000;
}
.modal {
    background: none repeat scroll 0 0 #1c1c1c;
    border: 1px solid #333333;
    color: #cccccc;
    display: none;
    overflow: auto;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    width: 430px;
    z-index: 6001;
}
.scrollExtend-loading{
  display: block;
  width: 100%;
  height: 50px;
  margin: 20px 0 0 0;
  overflow: auto;
  background: url(/images/ajax-loader.gif) top center no-repeat
}