.center{
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	display:block;
}

form { margin-bottom: 0; }

#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 20px; top: 10px;
}
body{
	padding-top:80px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
.dropdown-item {
	padding: 3px 20px;
	line-height: 20px;
}
.xs-default-img {
	min-width: 124px;
	max-height: 200px;
}
.xs-default-img-div{
	height:200px; 
	overflow:hidden;
}
.well {
	color: #b5b5b5;
	background-color: #222;
}
.gray-well {
	color: #222;
	background-color: #efefef;
	padding-top: 0px;
}
.well .gray-well a,.gray-well a {
	color: #3914AF;
}
.well a, .pagination a{
	color: #ffffff;
}
.well a.btn-default, .well .thumbnail a{
	color:#222;
	background-color:white;
}

.well .panel-group a{
	color: #3914af;
}
.well .panel-group {
	color: #222222;
}
.panel-heading{
	//background-color: #efefef;
	background-color: ghostwhite;
}
.modal-content{
	background-color: #efefef;
}
.modal-body{
	background-color: #ffffff;
}
.modal-header{
	//padding-bottom: 0px;
	//padding-top: 0px;
}
.modal-footer{
	margin-top:0px;
}
.mini-profile{
	overflow-y:auto; 
	overflow-x:hidden;
	padding:0px;
	text-align:center;
	height:370px;
}
.mini-profile-location{
	font-size:11px;	
}
.background-no-repeat-center {
	background-repeat:no-repeat; 
	background-position:center;
}
.well, .thumbnail {
  border-radius:3px;
}
.nav{
	font-size:14px;
}
.navbar-header{ 
	margin-top:3px; 
}

.btn-span-inline-sm-lg{
	display:none;
}
.btn-span-inline-md-lg{
	display:none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px){ 
	.navbar-header{ float:none; }
	.navbar-collapse{ margin-top:-35px; float: right; }
	.btn-span-inline-sm-lg{ display:inline; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px){ 
	.btn-span-inline-md-lg{ display:inline; }
}
.navbar-brand-name{
font-size:24px;
margin-left:10px;
	margin-bottom:0px;
		font-weight:bold;
		font-family: tahoma,verdana, arial, sans-serif;
}
.navbar-brand-swing{
color:rgb(66,139,202);

}
.navbar-brand-towns{
	color:#DDD2D8;
}
.navbar-brand-icon{
	color:rgb(71,164,71);
}
.below-brand{
	font-size:10px;

	margin-left:15px;
	margin-top:0px;
}
.navbar-header .btn-sm{
font-weight:bold;
}
.visible-inline-xs {
  display: inline !important;
}

@media (max-width: 767px) {
  .visible-inline-xs {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-xs.visible-inline-sm {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-xs.visible-inline-md {
    display: inline  !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-xs.visible-inline-lg {
    display: inline  !important;
  }
}

.visible-inline-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-sm.visible-inline-xs {
    display: inline  !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-sm {
    display: inline  !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-sm.visible-inline-md {
    display: inline  !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-sm.visible-inline-lg {
    display: inline  !important;
  }
}

.visible-inline-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-md.visible-inline-xs {
    display: inline  !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-sm {
    display: inline  !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline  !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-lg {
    display: inline  !important;
  }
}

.visible-inline-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-inline-lg.visible-inline-xs {
    display: inline  !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-lg.visible-inline-sm {
    display: inline  !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-lg.visible-inline-md {
    display: inline  !important;
  }
}

@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline  !important;
  }
}

.hidden-inline-inline-xs {
  display: inline  !important;
}

@media (max-width: 767px) {
  .hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-sm {
  display: inline  !important;
}

@media (max-width: 767px) {
  .hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-md {
  display: inline  !important;
}

@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
}

.hidden-inline-lg {
  display: inline  !important;
}

@media (max-width: 767px) {
  .hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-inline-lg {
    display: none !important;
  }
}

.brand-xs {
	padding:0px; padding-right:15px; margin-top:-25px; margin-bottom:3px;
}

.list-title { margin-top:-1px; }
@media (max-width: 767px) {
  .list-title {
    text-align:center;
  }
}

.justify{
text-align:justify;
}
.navbar-inverse .navbar-nav > li > a {
	color: #efefef;
	font-weight:bold;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: rgb(51, 51, 51);
}
.text-danger{
	color: #FF69B4;
}
.label{
	border-radius:3px;
}
.btn{
	margin:3px;
	border-radius:3px;
}
.btn-group > .btn{
	margin:0px;
}
.xs-quick-menu{
	margin-top:-25px;
	margin-bottom:10px;
}
/*Typeahead*/
.tt-dropdown-menu {
  text-align: left;
}

.typeahead,
.tt-query,
.tt-hint {
  //width: 396px;
  //height: 30px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}
.tt-hint {
  width: 396px;
  height: 30px;
 }
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 18px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
/*End of Typeahead*/

/* COMMON PRICING STYLES */
.panel.price,
.panel.price>.panel-heading{
	border-radius:0px;
	 -moz-transition: all .3s ease;
	-o-transition:  all .3s ease;
	-webkit-transition:  all .3s ease;
}
.panel.price:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
.panel.price:hover>.panel-heading{
	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}

		
.panel.price>.panel-heading{
	box-shadow: 0px 3px 0px rgba(50,50,50, .2) inset;
	text-shadow:0px 1px 0px rgba(50,50,50, .6);
}
	
.price .list-group-item{
	border-bottom-:1px solid rgba(250,250,250, .5);
}

.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.price .panel-footer {
	color: #fff;
	border-bottom:0px;
	background-color:  rgba(0,0,0, .1);
	box-shadow: 0px 3px 0px rgba(0,0,0, .3);
}


.panel.price .btn{
	box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
	border:0px;
}

/* green panel */

.buy_now-outer {height:80px; overflow: hidden; position: relative; width: 100%;}
.outer {display: table; position: static;}

.buy_now-middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
.buy_now-middle {display: table-cell; vertical-align: middle; position: static;}

.buy_now-inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
.buy_now-inner { margin-left: auto; margin-right: auto;} /* for all browsers*/
		
.payment-amounts{
	font-family:Georgia;
	
}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid #ffffff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
}

.panel-prices .panel-body{
	padding-top:0px;
	padding-bottom:0px;
}
.one-year-left-div{
 background-color: hsl(46, 83%, 55%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4db8a", endColorstr="#ebbf2d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f4db8a), to(#ebbf2d));
  background-image: -moz-linear-gradient(top, #f4db8a, #ebbf2d);
  background-image: -ms-linear-gradient(top, #f4db8a, #ebbf2d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4db8a), color-stop(100%, #ebbf2d));
  background-image: -webkit-linear-gradient(top, #f4db8a, #ebbf2d);
  background-image: -o-linear-gradient(top, #f4db8a, #ebbf2d);
  background-image: linear-gradient(#f4db8a, #ebbf2d);
  border-color: #ebbf2d #ebbf2d hsl(46, 83%, 50%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
  background-size: 100%;
  height:80px;
}
.six-month-left-div{
  background-color: hsl(0, 0%, 79%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9));
  background-image: -moz-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -ms-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9));
  background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9);
  background-image: -o-linear-gradient(top, #134134134, #c9c9c9);
  background-image: linear-gradient(#134134134, #c9c9c9);
  border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
  -webkit-font-smoothing: antialiased;
  background-size: 100%;
  height:80px;
}
.three-month-left-div {
  background-color: hsl(36, 100%, 62%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fedaa3", endColorstr="#ffb13d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fedaa3), to(#ffb13d));
  background-image: -moz-linear-gradient(top, #fedaa3, #ffb13d);
  background-image: -ms-linear-gradient(top, #fedaa3, #ffb13d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedaa3), color-stop(100%, #ffb13d));
  background-image: -webkit-linear-gradient(top, #fedaa3, #ffb13d);
  background-image: -o-linear-gradient(top, #fedaa3, #ffb13d);
  background-image: linear-gradient(#fedaa3, #ffb13d);
  border-color: #ffb13d #ffb13d hsl(36, 100%, 57%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
  background-size: 100%;
  height:80px;
}
.btn-buy_now{
	margin-top:10px;
	border-radius:2px;
	text-shadow: 0px 1px 0px rgba(50,50,50, .3);
}
#playFreeModal .modal-header {
	border-bottom: #46b8da;

}
#playFreeModal .modal-body{
	padding-top:0px;
}
.upgrade-header{
	color: #43A8C6;
	font-weight: 800;
}
#playFreeModal .modal-header h4{
	color: white;
	font-weight:800;
	font-size:18px;	
}
#playFreeModal .modal-content{
	background-color: #5bc0de;
}
.one-year-left-div > .membership_length, .one-year-left-div > .membership_length > h4, h1.one_year{
	color:#a5750d;
}
.six-month-left-div > .membership_length, .six-month-left-div > .membership_length > h4, h1.six_months{
	color:#777;
}
.three-month-left-div > .membership_length, .three-month-left-div > .membership_length > h4, h1.three_months{
	color:#a5750d;
}
.membership_length, .membership_length > h4{
	font-weight:800;
	font-size:18px;
	margin-top:10px;
}
h1.one_year, h1.three_months, h1.six_months{
	font-size:56px;
	margin-top:10px;
}
.monthly-amount{
	color:#555;
	font-weight:700;
	font-size:18px;	
}
.monthly-amount small{
	font-size:14px;
}
.savings-amount{
	color:#43A8C6;
	font-weight:600;
	font-size:16px;		
}
.total-amount{
	color:#999;
	font-weight:400;
	font-size:14px;		
}

.panel-heading h1{
	font-weight:800;
	font-family:Georgia;
}

.price.panel-green>.panel-heading {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
	border-bottom: 1px solid #46b8da;
	padding: 5px 5px;
}

	
.price.panel-green>.panel-body, .price.panel-green>.panel-body a {
	color: #fff;
	background-color: #65C965;
}
		

.price.panel-green>.panel-body .lead, .price.panel-green>.panel-body a.lead{
		text-shadow: 0px 1px 0px rgba(50,50,50, .3);
}

.price.panel-green .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight:600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* blue panel */


.price.panel-blue>.panel-heading {
	color: #fff;
	background-color: #608BB4;
	border-color: #78AEE1;
	border-bottom: 1px solid #78AEE1;
}


	
.price.panel-blue>.panel-body, .price.panel-blue>.panel-body a {
	color: #fff;
	background-color: #73A3D4;
}
		

.price.panel-blue>.panel-body .lead, .price.panel-blue>.panel-body a.lead{
		text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-blue .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight:600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* red price */


.price.panel-red>.panel-heading {
	color: #fff;
	background-color: #D04E50;
	border-color: #FF6062;
	border-bottom: 1px solid #FF6062;
}

	
.price.panel-red>.panel-body {
	color: #fff;
	background-color: #EF5A5C;
}




.price.panel-red>.panel-body .lead{
		text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-red .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight:600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* grey price */


.price.panel-grey>.panel-heading {
	color: #fff;
	background-color: #6D6D6D;
	border-color: #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}

	
.price.panel-grey>.panel-body {
	color: #fff;
	background-color: #808080;
}



.price.panel-grey>.panel-body .lead{
		text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-grey .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight:600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* white price */


.price.panel-white>.panel-heading {
	color: #333;
	background-color: #f9f9f9;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
	text-shadow: 0px 2px 0px rgba(250,250,250, .7);
}

.panel.panel-white.price:hover>.panel-heading{
	box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
}
	
.price.panel-white>.panel-body {
	color: #fff;
	background-color: #dfdfdf;
}
		
.price.panel-white>.panel-body .lead{
		text-shadow: 0px 2px 0px rgba(250,250,250, .8);
		color:#666;
}

.price:hover.panel-white>.panel-body .lead{
		text-shadow: 0px 2px 0px rgba(250,250,250, .9);
		color:#333;
}

.price.panel-white .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	font-weight:600;
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}
/* END OF COMMON PRICING STYLES */

/* STARS RATING STYLES */
.rating{
	unicode-bidi:bidi-override;
	direction:rtl;
	font-size:30px
}

.rating span.star, .rating span.rated{
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	display:inline-block
}

.rating span.star:hover{
	cursor:pointer
}

.rating span.unrated, .rating span.star:before{
	content:"\f006";
	padding-right:5px;
	color:#999
}

.rating span.rated:before, .rating span.star:hover:before, .rating span.star:hover~span.star:before{
	content:"\f005";
	color:#e3cf7a
}
/* END OF STYLES RATING STYLES*/

/* COMMENT STYLES */
li.view-all-comments{
	padding-top: 8px;
}
div.comment_like{
	font-size: 10px;
	text-align:left;
}
.number-likers, .number-shares{
	font-size: 10px;
}
input{
	color: #222;
}
/* END OF COMMENT STYLES */

/* IMAGE ATTACHMENT(TO COMMENT) STYLES */
.btn-file { 
	position: relative; 
	overflow: hidden; 
	margin-right: 4px; 
}
.btn-file input { 
	position: absolute; 
	top: 0; 
	right: 0; 
	margin: 0; 
	opacity: 0; 
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4); 
	cursor: pointer; 
}
/* END OF IMAGE ATTACHMENT(TO COMMENT) STYLES */

/* TYPEAHEAD MENTION */
.mention_name{
	font-size:12px;
	}
.mention_username{
	font-size:12px;
	color:#999 !important;
	}
.mention_image{
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	}
.active .mention_username{
	color:#fff;
	}
/* END OF TYPEAHEAD MENTION */

/* TAGGING */
ul.tagging {
	position: static;
	z-index: 200;
}
/* END OF TAGGING */


@media (max-width: 767px) {

    #noDefaultStack {  
         position: relative; 
         bottom: 1.1em;
         display: block;
         left: -20px;
         border-radius: 50%;
         background: #ecebeb;
         width: 3em;
        height: 3em;
     }
    #noDefaultStack i {
       top: 12px;
    }
   #noDefaultStack a {
       position: relative;
       top: 2.3em;
       font-size: 16px;
       color: #5b5b5b;
       font-weight: 700;
    }
}

@media (min-width: 768px) and (max-width: 991px){
     #noDefaultStack  {
            position: relative; 
            bottom: 0;
            display: block;
            left: -20px;
            border-radius: 50%;
            background: #ecebeb;
            width: 2.2em;
            height: 2.2em;
            z-index: 99;
     }
    
     #noDefaultStack i {
            top: 0;
    }

    #noDefaultStack a {
           position: relative;
           top: 1.6em;
           font-size: 16px;
           color: #5b5b5b;
           font-weight: 700;
    }

}

@media (min-width: 992px) and (max-width: 1199px){
     #noDefaultStack  {
            position: relative; 
            bottom: 0;
            display: block;
            left: -20px;
            border-radius: 50%;
            background: #ecebeb;
            width: 2.2em;
            height: 2.2em;
            z-index: 99;
     }
    
     #noDefaultStack i {
            top: 0;
    }

    #noDefaultStack a {
           position: relative;
           top: 1.6em;
           font-size: 16px;
           color: #5b5b5b;
           font-weight: 700;
    }

}

@media (min-width: 1200px){

	#noDefaultStack {
		display: block;
		left: -20px;
		border-radius: 50%;
		background: #ecebeb;
		font-size: 95px;
		width: 1.9em;
		height: 1.9em;
	}

	#noDefaultStack i.fa-camera {
		font-size: 80px;
	}

	#noDefaultStack i {
		top: -15px;
	}

	#noDefaultStack a {
		position: relative;
		top: 0.5em;
		font-size: 16px;
		color: #5b5b5b;
		font-weight: 700;
	}

}

.cover-photo-holder.cover-photo-no-repeat {
    background: #000;
}

@media (max-width: 767px) {
     .upload-header-prompt {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
       .upload-header-prompt {
              margin-left: 270px;
       }
}

@media (min-width: 992px) and (max-width: 1199px){
       .upload-header-prompt {
              margin-left: 290px;
       }
}

.club #noDefaultStack {
   border-radius: 0;
}
