#myrecaptcha {
	min-width: 350px; 
	position: absolute;
	z-index: 100;
	margin-top: 200px;
	background-color: white;
	padding: 30px;
}
#pics {
        padding: 10px;
        text-align: left;
}

#create-room
{
	background: #0F478F url(../images/home_banner.gif) left center no-repeat;
	text-align: center;
	position: relative;
	margin-top: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
}

#create-room-container
{
	padding: 9px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	min-width: 830px;
}

#create-instant-room, #create-personal-room {
display: none;
}

#create-room-container .inline + .inline
{
	width: 575px;
}

#create-room-container > .inline > img
{
	width: 215px;
}

#create-room .inline > img
{
	position: absolute;
	top: -3px;
	left: -3px;
}

#create-room h1
{
	color: #ffffff;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
}

#create-room h2
{
	color: #c4e7f3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

#create-room .copy-button
{
	background: #faffeb;
	border: 1px solid #dae5ba;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	font-size: 15px;
	padding: 10px 20px;
	color: #444;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px;
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#create-room .copy-button.hover,
#create-room .copy-button:hover
{
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
}

#create-room .copy-button:active,
#create-room .copy-button.active
{
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
}

#create-room button,
#create-room .button
{
	background: rgb(60,176,218);
	background: -moz-linear-gradient(top,  rgba(60,176,218,1) 0%, rgba(52,169,211,1) 24%, rgba(32,151,195,1) 63%, rgba(18,138,183,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,176,218,1)), color-stop(24%,rgba(52,169,211,1)), color-stop(63%,rgba(32,151,195,1)), color-stop(100%,rgba(18,138,183,1)));
	background: -webkit-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: -o-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: -ms-linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	background: linear-gradient(top,  rgba(60,176,218,1) 0%,rgba(52,169,211,1) 24%,rgba(32,151,195,1) 63%,rgba(18,138,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb0da', endColorstr='#128ab7',GradientType=0 );
	line-height: 30px;
	color: #fff;
	border: 0;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	font-size: 15px;
	padding: 9px 20px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	min-width: 170px;
}

#create-room button img,
#create-room .button img
{
	line-height: 30px;
}

#create-room button:hover,
#create-room .button:hover
{
	background: #81d2eb;
	background: -moz-linear-gradient(top,  #81d2eb 0%, #6ecdec 27%, #40c0f0 73%, #2dbbf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d2eb), color-stop(27%,#6ecdec), color-stop(73%,#40c0f0), color-stop(100%,#2dbbf1));
	background: -webkit-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: -o-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: -ms-linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	background: linear-gradient(top,  #81d2eb 0%,#6ecdec 27%,#40c0f0 73%,#2dbbf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d2eb', endColorstr='#2dbbf1',GradientType=0 );
	box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 2px 3px rgba(255,255,255,0.3);
}

#create-room button:active,
#create-room .button:active
{
	background: rgb(18,138,183);
	background: -moz-linear-gradient(top,  rgba(18,138,183,1) 0%, rgba(32,151,195,1) 37%, rgba(52,169,211,1) 76%, rgba(60,176,218,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18,138,183,1)), color-stop(37%,rgba(32,151,195,1)), color-stop(76%,rgba(52,169,211,1)), color-stop(100%,rgba(60,176,218,1)));
	background: -webkit-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: -o-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: -ms-linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	background: linear-gradient(top,  rgba(18,138,183,1) 0%,rgba(32,151,195,1) 37%,rgba(52,169,211,1) 76%,rgba(60,176,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128ab7', endColorstr='#3cb0da',GradientType=0 );
}


#featured_spotlight_title
{
	background: rgb(241,185,53);
	background: -moz-linear-gradient(top,  rgba(241,185,53,1) 0%, rgba(254,248,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,185,53,1)), color-stop(100%,rgba(254,248,234,1)));
	background: -webkit-linear-gradient(top,  rgba(241,185,53,1) 0%,rgba(254,248,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,185,53,1) 0%,rgba(254,248,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,185,53,1) 0%,rgba(254,248,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,185,53,1) 0%,rgba(254,248,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b935', endColorstr='#fef8ea',GradientType=0 );

	text-align: center;
	color: rgba(0,0,0,0.5);
	padding: 25px;
	font-size: 18px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 130%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); 
	     -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); 
	          box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}



#featured_spotlight_title h1
{
	color: rgba(0,0,0,0.7);
	font-size: 24px;
	line-height: 130%;
	margin: 0;
}


#featured_spotlight_title p
{
	padding: 0;
	margin: 0;
}



#pagination
{
	text-align: center;
	padding: 20px;
}

#pagination div a
{
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 40px;
	padding-bottom: 15px;
	margin: 0 auto;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
	     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
	          box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
}


#pagination div a:hover
{
	background: #f8f8f8;
	  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
	     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
	          box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px -3px 3px rgba(0,0,0,0.2);
}


#pagination div a:active
{
	background: #f8f8f8;
	  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px 3px 3px rgba(0,0,0,0.2);
	     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px 3px 3px rgba(0,0,0,0.2);
	          box-shadow: 0px 3px 5px rgba(0,0,0,0.4), inset 0px 3px 3px rgba(0,0,0,0.2);
}

#directory
{
	text-align: center;
	margin-top: 15px;
}

#directory-list
{
	position: relative;
}

#directory .spotlight
{
	background: #fff;
	width: 300px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3); 
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	text-align: left;
}

#directory .spotlight.promoted
{
	-webkit-box-shadow: 0px 1px 10px #ff8d00;
	-moz-box-shadow: 0px 1px 10px #ff8d00;
	box-shadow: 0px 1px 6px #ff8d00;
}

#directory .spotlight.promoted:hover
{
        cursor: pointer;
        -webkit-box-shadow: 0px 2px 12px #ff8d00;
        -moz-box-shadow: 0px 2px 12px #ff8d00;
        box-shadow: 0px 2px 12px #ff8d00;
}

#directory .spotlight.promoted .profile p
{
	width: auto;
	margin: 5px 0;
}

#directory .spotlight .promote-button
{
	margin-top: 2px;
	text-align: center;
	line-height: 140%;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#directory .spotlight .promote-button a
{
	background: #ff9000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	text-decoration: none;
	color: #fff;
	line-height: 150%;
}

/*
#directory .spotlight.promoted .avatar:after
{
	content: " ";
	z-index: 10;
	background: url(../images/featured_ribbon.png) no-repeat bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 86px;
	height: 78px;
}
*/

#directory .spotlight .room
{
	font-size: 20px;
	padding: 10px;
	line-height: 150%;
}

#directory .spotlight:hover
{
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 10px #006bc6;
	-moz-box-shadow: 0px 1px 10px #006bc6;
	box-shadow: 0px 1px 10px #006bc6;
}


#directory .spotlight .profile
{
	background: #eee;
	padding: 10px;
}

#directory .promoted .profile
{
        padding: 10px 10px 20px 10px;
}

#directory .spotlight .tags
{
	background: #aaa;
	padding: 10px;
	line-height: 200%;
	text-align: center;
}

#directory .spotlight .tags .tag
{
	background: #eee;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-size: 10px;
	margin: 2px;
	white-space: nowrap;
}


#directory .spotlight .profile .avatar,
#directory .spotlight .profile p,
.button-holder,
#instant-room-link,
.copy-button,
#directory .spotlight .profile .tag,
#categories .tag
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;	
}

#directory .spotlight .avatar img
{
	width: 100%;
	height: 224px;
}

#directory .spotlight > .avatar
{
	padding: 1px 1px 0 1px;
}

#directory .spotlight .profile .avatar
{
	margin-right: 10px;
	vertical-align: top;
	width: inherit;
}


#directory .spotlight .profile .avatar img
{
	width: 30px;
	height: 30px;
}

#directory .spotlight .room > p
{
	font-size: 15px;
	margin: 0;
	color: #555;
}


#directory .spotlight .profile p
{
	color: #333;
	font-size: 120%;
	padding: 0;
	margin: 0;
	font-size: 11px;
	width: 83%;
	overflow: hidden;
}


#thebiggame-bar
{
	background: #234d0c url('http://tinychat.com/public/images/football_field_banner_comp.jpg') repeat-x center center; 		
	height: 104px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);

        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 20px;
	margin: 6px 0 0 0;
}



#thebiggame-bar h1
{
        color: #fde368;
        text-shadow: 0 2px 0 #000;
	line-height: 120%;
}



#homepage-bar
{
	background: rgb(37,90,181);
        background: -moz-linear-gradient(top,  rgba(37,90,181,1) 0%, rgba(17,59,137,1) 2%, rgba(15,51,109,1) 50%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,90,181,1)), color-stop(2%,rgba(17,59,137,1)), color-stop(50%,rgba(15,51,109,1)));
        background: -webkit-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 2%,rgba(15,51,109,1) 50%);
        background: -o-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 2%,rgba(15,51,109,1) 50%);
        background: -ms-linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 2%,rgba(15,51,109,1) 50%);
        background: linear-gradient(top,  rgba(37,90,181,1) 0%,rgba(17,59,137,1) 2%,rgba(15,51,109,1) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255ab5', endColorstr='#0f336d',GradientType=0 );

	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);
        box-shadow: 0 2px 2px rgba(0, 0, 0,0.3);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 20px;
}



#homepage-bar h1
{
	color: #fff;
	text-shadow: 0 1px 0 #000;
}



#homepage-bar h2
{
	color: #76aeea;
	text-shadow: 0 1px 0 #000;
	font-weight: normal;
}

#homepage-bar .button
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.3);
}


#homepage-bar .right
{
	padding:  20px 15px;
	padding-right: 0;
}


.button-holder
{
	background: -moz-linear-gradient(top,  rgba(20,59,109,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,59,109,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(20,59,109,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(20,59,109,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(20,59,109,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(top,  rgba(20,59,109,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143b6d', endColorstr='#00000000',GradientType=0 );
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	margin: 4px;
	border: 1px solid rgba(255,255,255,0.15);
}




#instant-room-link,
#personal-room-username
{
	background: #f4fed6;
	border: 1px solid #d7d58d;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	padding-right: 130px;
	font-size: 15px;
	font-weight: bold;
	color: #4d5b24;
	text-shadow: 0 1px 0 #fff;
}


#personal-room-username
{
	background: #fff;
	font-weight: normal;
}

#create-room #instant-go
{
	background: rgb(175,225,24);
	background: -moz-linear-gradient(top,  rgba(175,225,24,1) 0%, rgba(142,219,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,225,24,1)), color-stop(100%,rgba(142,219,0,1)));
	background: -webkit-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(142,219,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(142,219,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(142,219,0,1) 100%);
	background: linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(142,219,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe118', endColorstr='#8edb00',GradientType=0 );
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	padding: 9px 16px;
	padding-left: 20px;
}

#create-room #instant-go:hover
{
	background: rgb(175,225,24);
	background: -moz-linear-gradient(top,  rgba(175,225,24,1) 0%, rgba(124,191,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,225,24,1)), color-stop(100%,rgba(124,191,0,1)));
	background: -webkit-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(124,191,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(124,191,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(124,191,0,1) 100%);
	background: linear-gradient(top,  rgba(175,225,24,1) 0%,rgba(124,191,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe118', endColorstr='#7cbf00',GradientType=0 );


}

#create-room #instant-go:active
{
	background: rgb(124,191,0);
	background: -moz-linear-gradient(top,  rgba(124,191,0,1) 0%, rgba(175,225,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,191,0,1)), color-stop(100%,rgba(175,225,24,1)));
	background: -webkit-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	background: linear-gradient(top,  rgba(124,191,0,1) 0%,rgba(175,225,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbf00', endColorstr='#afe118',GradientType=0 );
	
	box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
}

#create-room .copy-button
{
	background: #faffeb;
	border: 1px solid #dae5ba;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	font-size: 15px;
	padding: 10px 20px;
	color: #444;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px;
	position: relative;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#create-room .copy-button.hover,
#create-room .copy-button:hover,
#create-room .copy-button.zeroclipboard-is-hover
{
	background: #efefd2;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0,0.2);
}

#create-room .copy-button:active,
#create-room .copy-button.active,
#create-room .copy-button.zeroclipboard-is-active
{
	background: #f7f7e1;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0,0.2);
}


#infscr-loading
{
	position: fixed;
	left: 45%;
	top: 35%;
	padding: 20px;
	color: #666;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff5d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff5d7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff5d7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fff5d7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fff5d7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fff5d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5d7',GradientType=0 );
	  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.4); 
	     -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.4); 
	          box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	z-index: 5;
}

#back-to-top
{
	position: fixed;
	display: none;
	left: 45%;
	bottom: 0;
	z-index: 100;
	background: #fff;
	text-align: center;
	padding: 10px 50px;
	font-size: 36px;
	font-weight: bold;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-shadow: 0 2px 1px #fff;
	  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4); 
	     -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.4); 
	          box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}


#back-to-top:hover
{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	cursor: pointer;
}

#categories
{
	margin-top: 10px;
	text-align: center;
}


#categories .tag
{
	padding: 5px 8px;
	background:	#fff;
	color: #333;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 3px 1px;
	text-decoration: none;
}


#categories .tag:hover
{
	background: #ecf7ff;
}


#categories .tag.active
{
	background: #e68000;
	color: #fff;
}

#search-form
{
	margin-top: 30px;
}



#search-form input
{
	width: 220px;
}



#promote-room,
#promote-learn
{
	background: #6ccef5 url(../images/city_small_bg.jpg) repeat-x top center;
	font-size: 14px;
	width: 820px;
	color: #263e48;
	text-align: center;
}


#promote-learn
{
	width: 454px;
	top: 50% !important;
	margin-top: -350px;
}

#promote-room h1,
#promote-learn h1
{
	margin-bottom: 20px;
}

#promote-room-container
{
	background: transparent url(../images/city_small.jpg) no-repeat top center;
	font-size: 14px;
	padding: 30px;
}

#promote-start button:hover
{
	cursor: pointer;
        background: rgb(239,250,254);
        background: -moz-linear-gradient(top,  rgba(239,250,254,1) 0%, rgba(238,251,242,1) 11%, rgba(238,251,241,1) 16%, rgba(235,250,217,1) 32%, rgba(231,251,180,1) 61%, rgba(229,250,173,1) 73%, rgba(233,252,173,1) 75%, rgba(231,251,166,1) 80%, rgba(229,248,167,1) 86%, rgba(231,248,170,1) 89%, rgba(226,247,172,1) 91%, rgba(199,228,122,1) 93%, rgba(179,215,89,1) 95%, rgba(176,215,88,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,250,254,1)), color-stop(11%,rgba(238,251,242,1)), color-stop(16%,rgba(238,251,241,1)), color-stop(32%,rgba(235,250,217,1)), color-stop(61%,rgba(231,251,180,1)), color-stop(73%,rgba(229,250,173,1)), color-stop(75%,rgba(233,252,173,1)), color-stop(80%,rgba(231,251,166,1)), color-stop(86%,rgba(229,248,167,1)), color-stop(89%,rgba(231,248,170,1)), color-stop(91%,rgba(226,247,172,1)), color-stop(93%,rgba(199,228,122,1)), color-stop(95%,rgba(179,215,89,1)), color-stop(100%,rgba(176,215,88,1)));
        background: -webkit-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
        background: -o-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
        background: -ms-linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
        background: linear-gradient(top,  rgba(239,250,254,1) 0%,rgba(238,251,242,1) 11%,rgba(238,251,241,1) 16%,rgba(235,250,217,1) 32%,rgba(231,251,180,1) 61%,rgba(229,250,173,1) 73%,rgba(233,252,173,1) 75%,rgba(231,251,166,1) 80%,rgba(229,248,167,1) 86%,rgba(231,248,170,1) 89%,rgba(226,247,172,1) 91%,rgba(199,228,122,1) 93%,rgba(179,215,89,1) 95%,rgba(176,215,88,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effafe', endColorstr='#b0d758',GradientType=0 );
        color: #057cab;
}

#promote-start button
{
	width: 80%;
	line-height: 100%;
	display: block !important;
	font-size: 17px;
	padding: 15px 15px;
	margin: 0 auto 0 auto;
	padding: 15px;
	border: 1px solid #64bfe4;
	color: #263e48;
	text-shadow: 0px 1px 1px #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	-webkit-box-shadow: 0 1px 5px #3a94b8;
	-moz-box-shadow: 0 1px 5px #3a94b8;
	box-shadow: 0 1px 5px #3a94b8;
	cursor: default;
	-moz-opacity: .90;
	filter: alpha(opacity=90);
	opacity: .90;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,250,254,1)), color-stop(20%,rgba(228,247,254,1)), color-stop(30%,rgba(217,244,253,1)), color-stop(46%,rgba(207,240,255,1)), color-stop(48%,rgba(203,239,253,1)), color-stop(50%,rgba(203,239,255,1)), color-stop(52%,rgba(199,238,253,1)), color-stop(76%,rgba(187,234,254,1)), color-stop(85%,rgba(177,227,250,1)), color-stop(87%,rgba(178,225,251,1)), color-stop(89%,rgba(175,228,246,1)), color-stop(91%,rgba(139,205,231,1)), color-stop(93%,rgba(129,199,233,1)), color-stop(96%,rgba(131,200,233,1)), color-stop(98%,rgba(127,202,233,1)), color-stop(100%,rgba(130,201,231,1)));
}

#promote-room .ui-close,
#promote-learn .ui-close
{
	color: #333;
}


#promote-learn .ui-close
{
	background: #fff;
}


#promote-features .feature
{
	background-color: #fff;
	background: rgba(255,255,255,0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 200px;
	font-size: 18px;
	margin: 0 5px;
	min-height: 200px;	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;	
	-webkit-box-shadow: 0 1px 5px #3a94b8;
        -moz-box-shadow: 0 1px 5px #3a94b8;
        box-shadow: 0 1px 5px #3a94b8;
}


.counter-wrapper {
  float: right;
  position: relative;
  left: -50%;
  margin-top: 20px;
}
.flip-counter {
  position: relative;
  left: 50%;
  list-style-type: none;
}
.flip-counter li {
  float: right;
}
.no-csstransforms3d span.back {
  display: none;
}
.flip-counter.default .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: #000000;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.default .digit:last-child {
  margin-left: 0;
}
.flip-counter.default .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.default .digit span.front {
  top: 0;
  padding-top: 45px;
}
.flip-counter.default .digit span.back {
  bottom: 0;
}
.flip-counter.default .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.default .digit .hinge {
  position: absolute;
  z-index: 5;
  height: 45px;
  width: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.default .digit .hinge span {
  height: 0px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.default .digit .hinge span.front {
  padding-top: 45px;
}
.flip-counter.default .digit .hinge span.back {
  height: 45px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.default .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.default .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #000000;
  text-indent: 3.3333333333333335px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.light .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: #e8f1ff;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(232, 241, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.light .digit:last-child {
  margin-left: 0;
}
.flip-counter.light .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: #e8f1ff;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.light .digit span.front {
  top: 0;
  padding-top: 45px;
}
.flip-counter.light .digit span.back {
  bottom: 0;
}
.flip-counter.light .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 60px;
  border-bottom: 1px solid rgba(232, 241, 255, 0.7);
  -webkit-box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
  -moz-box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(232, 241, 255, 0.7);
}
.flip-counter.light .digit .hinge {
  position: absolute;
  z-index: 5;
  height: 45px;
  width: 60px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.light .digit .hinge span {
  height: 0px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.light .digit .hinge span.front {
  padding-top: 45px;
}
.flip-counter.light .digit .hinge span.back {
  height: 45px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.light .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.light .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #e8f1ff;
  text-indent: 3.3333333333333335px;
  text-shadow: 1px 1px 5px rgba(232, 241, 255, 0.5);
}
.flip-counter.small .digit {
  position: relative;
  z-index: 0;
  width: 30px;
  height: 40px;
  margin-left: 5px;
  background-color: #000000;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.small .digit:last-child {
  margin-left: 0;
}
.flip-counter.small .digit span {
  position: absolute;
  left: 0;
  height: 20px;
  width: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 34px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.small .digit span.front {
  top: 0;
  padding-top: 20px;
}
.flip-counter.small .digit span.back {
  bottom: 0;
}
.flip-counter.small .digit .line {
  position: absolute;
  z-index: 10;
  height: 20px;
  width: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.small .digit .hinge {
  position: absolute;
  z-index: 5;
  height: 20px;
  width: 30px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.small .digit .hinge span {
  height: 0px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.small .digit .hinge span.front {
  padding-top: 20px;
}
.flip-counter.small .digit .hinge span.back {
  height: 20px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.small .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.small .digit-delimiter {
  padding-top: 15px;
  margin-right: -2.5px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  text-indent: 1.6666666666666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.flip-counter.huge .digit {
  position: relative;
  z-index: 0;
  width: 140px;
  height: 200px;
  margin-left: 20px;
  background-color: #000000;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flip-counter.huge .digit:last-child {
  margin-left: 0;
}
.flip-counter.huge .digit span {
  position: absolute;
  left: 0;
  height: 100px;
  width: 140px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 190px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-indent: 2px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flip-counter.huge .digit span.front {
  top: 0;
  padding-top: 100px;
}
.flip-counter.huge .digit span.back {
  bottom: 0;
}
.flip-counter.huge .digit .line {
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 140px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.7);
}
.flip-counter.huge .digit .hinge {
  position: absolute;
  z-index: 5;
  height: 100px;
  width: 140px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.flip-counter.huge .digit .hinge span {
  height: 0px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-counter.huge .digit .hinge span.front {
  padding-top: 100px;
}
.flip-counter.huge .digit .hinge span.back {
  height: 100px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.flip-counter.huge .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flip-counter.huge .digit-delimiter {
  padding-top: 130px;
  margin-right: -10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #000000;
  text-indent: 6.666666666666667px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/*Added by sted - begin*/
.img_achievement_level
{
	background-color: white;
	padding: 4px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin-top: -6px;
	height: 16px;
	width: 16px;
}
/*Added by sted - end*/