/*

LIFE ONE DOT OH
EXTRA CSS for front and back ends

*/


.bx-controls-direction a {
	z-index: 100 !important;
}

/*

Mobile (iPHONE specific CSS

*/

#application_mobile_menuwrapper{
	clear: both;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#application_mobile_menu div{
	width: 100%;
	max-width: 350px;
}

#application_mobile_menu .content {


	border: 1px solid #cbcbcb;
	background-color: #FFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
}

#application_mobile_menu .center {
	clear: both;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#application_mobile_menu div p {
	text-align: center;
}

/*

LIFE ONE DOT OH
EXTRA CSS for front and back ends

*/


/*

ACTIVITIES SLIDER

*/

#application_activity_social{
	width: 100%;
	height: 50px;
}

#application_activity_viewerwrapper{
	clear: both;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#application_activity_viewer {

	width: 100%;
	max-width: 350px;
	max-height: 400px;

	border: 1px solid #cbcbcb;
	background-color: #FFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);

}

#application_activity_viewer img {

}

#application_activity_sliderwrapper{
	clear: both;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#application_object_sliderwrapper{
	clear: both;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
}

/*

BEEN DOING SLIDER

*/

#application_whathaveibeendoing_sliderwrapper{
	clear: both;
	width: 50%;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#application_whathaveibeendoing_slider ul{
	background: transparent;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#application_whathaveibeendoing_slider li{
	background: transparent;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#application_whathaveibeendoing_slider p{
	font-size: 14px;
	text-align: center;
}


/*

Media Slider

*/

#application_media_slider_wrapper{
	clear: both;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

.image-wrap {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.25);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  cursor: pointer;
}

.play-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 22px;
  top: 10px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

.play-button:hover {
  background-color: black;
}


/*

MEDIA PROGRESS

*/
#application_media_progress_wrapper
{
	width: 100%;
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#application_media_progress {
	position: relative;
	left: -30px;

}

#application_media_progress .progress-meter text {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
	color: #000;
	fill: #000;
    font-weight: bold;
}

#application_media_progress .background {
	fill: #ccc;
}

/*

BACK END SECTIONS

*/

/*

RYPTOC

*/
#ryptoc {
  width:100%
}

.objectstable {
  width: 80%;
  margin: 0 auto;
}

/** Switch
 -------------------------------------*/

 .switch {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 34px;
 }

 .switch input {
   opacity: 0;
   width: 0;
   height: 0;
 }

 .slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #ccc;
   -webkit-transition: .4s;
   transition: .4s;
 }

 .slider:before {
   position: absolute;
   content: "";
   height: 26px;
   width: 26px;
   left: 4px;
   bottom: 4px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
 }

 input:checked + .slider {
   background-color: #2196F3;
 }

 input:focus + .slider {
   box-shadow: 0 0 1px #2196F3;
 }

 input:checked + .slider:before {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
 }

 /* Rounded sliders */
 .slider.round {
   border-radius: 34px;
 }

 .slider.round:before {
   border-radius: 50%;
 }
/*

EVENTS TABLE

*/
#application_events_wrapper{
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

/*

ON THIS DAY

*/
#application_onthisday_wrapper{
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

/*

FAVES

*/
#application_favourites_wrapper{
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

#application_favourites_wrapper ol {list-style-type: decimal-leading-zero;}

/*

REMINDERS

*/
#application_reminders_wrapper{
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

/*

BACKEND PLACES WRAPPER

*/
#application_places_wrapper{
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

/*

BACK GRAPH OBJECTS

*/
#application_graph_objects_wrapper{
	clear: both;
	min-width: 180px;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
	left: -15px;
}

#application_graph_objects span{
	float: left;
	width: 50%;
	margin: 0 auto;
	position: relative;
	display: block;
}

/*

RESCUETIME

*/
#application_rescuetime_wrapper{
	clear: both;
	min-width: 180px;
	max-width: 360px;
	margin: 0 auto;
	position: relative;
}

#application_rescuetime_objects span{
	float: left;
	width: 50%;
	margin: 0 auto;
	position: relative;
	display: block;
}

#application_rescuetime_wrapper .header p{
	font-size: 12px;
	text-align: center;
}

#application_object_slider{
	height: 60px;
}

#application_object_slider span
{
	display: block;
	margin: -2px 0px 0px 0px;
	height: 40px;
}

#application_rescuetime_wrapper .background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}

#application_rescuetime_wrapper .component {
    fill: #e1e1e1;
}

#application_rescuetime_wrapper .component .label {
    text-anchor: middle;
    fill: #000000;
}

#application_rescuetime_wrapper .arc {
    stroke-weight:0.1;
    fill: #f42323;
}


#application_rescuetime_wrapper .arc2 {
    stroke-weight:0.1;
    fill: #3660b0;
}


#application_rescuetime_wrapper .label {
    font-size: 12px;
	color: black;
	text-anchor: middle;
}

#application_rescuetime_wrapper .radial-svg {
    display: block;
    margin: 0 auto;
	width: 125px;
	height: 125px;
}
/*

OLD FLOT GRAPHS

*/
.flotgraph-container {
	box-sizing: border-box;
	width:100%;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.flotgraph {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

#flotgraphlegend table {
	width: 0% !important;
}

/*

UTILITIES

*/

.clickable:hover {
	cursor: pointer;
}

.selected {
    border: 1px solid;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 5px auto;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font: 14px Helvetica, Arial, sans-serif;
font-weight:bold;
}
.info {
color: #00529B;
background-image: url('/include/frontend/lib/images/info.png');
}
.success {
color: #4F8A10;
background-image:url('/include/frontend/lib/images/success.png');
}
.warning {
color: #9F6000;
background-image: url('/include/frontend/lib/images/warning.png');
}
.error {
color: #D8000C;
background-image: url('/include/frontend/lib/images/error.png');
}

#message_container{
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}
#error, #success{
	visibility:hidden;
	position: absolute;
	width: 100%;
}
span.close {
	display: none;
	float:right;
	text-decoration:underline;
	cursor: pointer;
}

.form h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
.form hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

.form {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 10px auto;
	padding: 25px;
	border: 1px solid #cbcbcb;
	background-color: #FFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
}

.form .popup
{

}

/* Form style */

.form mark.validate {
	display: inline-block;
	margin: 12px 0 0 10px;
	width: 16px;
	height: 16px;
	background: transparent none;
}
.form mark.formvalid {
	background: url(images/success.gif) no-repeat top left;
}
.form mark.formerror {
	background: url(images/error.gif) no-repeat top left;
}

.form label {
	display: inline-block;
	font-size: 0.75em;
	float: left;
	height: 1em;
	line-height: 1em;
	padding: 6px 0 0;
	width: 100px;
	font-size: 11px;
	margin: 5px 0;
	clear: both;
}

.form label small {
	font-size: 0.75em;
	color: #ccc;
}

.form label.verify {
	padding: 0;
	margin: 2px 10px 2px 0;
	width: 145px;
	text-align: right;
}
.form label.verify img {
	padding:1px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.form input, .form textarea, .form select {
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 5px 0;
	font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align: top;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
.form select {
	width: 232px;
	margin: 8px 0;
}
.form input#verify {
	width: 55px;
}
.form textarea {
	width: 414px;
}
.form input:focus, .form textarea:focus, .form select:focus {
	border: 1px solid #ddd;
	background-color: #fff;
	color:#333;
	outline: none;
	position: relative;
	z-index: 5;

	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

}
.form input.error, .form textarea.error, .form select.error {
	box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	border: 1px solid #faabab;
	background: #fef3f3
}

.form input.datepicker {
	font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.form input.submit {
	width: auto;
	cursor: pointer;
	position: relative;
	border: 1px solid #282828;
	color:#fff;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.5em;

	background:#555;

	background:-webkit-gradient(
	    linear,
	    left bottom,
    	left top,
	    color-stop(0.12, rgb(60,60,60)),
	    color-stop(1, rgb(85,85,85))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(60,60,60) 12%,
    	rgb(85,85,85) 100%
	);

	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.form input.submit:hover {
	background: #282828 !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.form input.submit:active, .form input.submit:focus {
	top: 1px;
}

.form input[type="submit"][disabled] { background:#888; }
.form fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0 0 20px; }
.form legend { font-size: 1.0em; padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
.form input[type="checkbox"] { width:20px; margin-top:11px; }
.form span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 75%;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0;
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: left;
  }
}

.form input[type="radio"] { width: 20px; margin-top:0px;}
.form .radio {width:100%;}


/*

TABLE STYLING

*/

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {

	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}


/*

ON OFF SWITCH

*/
.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 50px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 35px; padding: 0; line-height: 35px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 25px; margin: 5px;
    background: #A1A1A1;
    border: 2px solid #999999; border-radius: 50px;
    position: absolute; top: 0; bottom: 0; right: 31px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #27A1CA;
}

/*

CSS METER

*/
.meter {
	height: 15px;  /* Can be anything */
	position: relative;
	margin: 5px 0 5px 0; /* Just for demo spacing */
	background: #f5f5f5;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image:
	   -webkit-gradient(linear, 0 0, 100% 100%,
		  color-stop(.25, rgba(255, 255, 255, .2)),
		  color-stop(.25, transparent), color-stop(.5, transparent),
		  color-stop(.5, rgba(255, 255, 255, .2)),
		  color-stop(.75, rgba(255, 255, 255, .2)),
		  color-stop(.75, transparent), to(transparent)
	   );
	background-image:
		-moz-linear-gradient(
		  -45deg,
		  rgba(255, 255, 255, .2) 25%,
		  transparent 25%,
		  transparent 50%,
		  rgba(255, 255, 255, .2) 50%,
		  rgba(255, 255, 255, .2) 75%,
		  transparent 75%,
		  transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
		   -moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
			   border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		-webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
		 -moz-border-radius-bottomleft: 20px;
				border-top-left-radius: 20px;
			 border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}
