/* #Pomegranate Flat Button
==================================================*/
.flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  border: 0;
  color: #135;
  cursor: pointer;
  text-shadow: 0 2px 2px rgba(32, 32, 32, 0.5); }

.flat-button:hover {
  /* top: 1px; */
  color: white;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.round-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
  color: #CCC;
  cursor: pointer;
  /*
  	text-shadow: 0 2px 2px rgba(32, 32, 32, 0.5);
  */ }

.round-button:hover {
  /* top: 1px; */
  color: white;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.round-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.scr-red {
  background: #C60013;
  -webkit-box-shadow: inset 0 -2px #97000F;
  box-shadow: inset 0 -2px #97000F; }

.lemon {
  background: #FBFF76;
  -webkit-box-shadow: inset 0 -2px #E4CD6F;
  box-shadow: inset 0 -2px #E4CD6F; }

.sun-flower {
  background: #ffc439;
  -webkit-box-shadow: inset 0 -2px #e2b607;
  box-shadow: inset 0 -2px #e2b607; }

.orange {
  background: #f39c12;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c; }

.carrot {
  background: #e67e22;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c; }

.pumpkin {
  background: #d35400;
  -webkit-box-shadow: inset 0 -2px #c54e00;
  box-shadow: inset 0 -2px #c54e00; }

.alizarin {
  background: #e74c3c;
  -webkit-box-shadow: inset 0 -2px #db4334;
  box-shadow: inset 0 -2px #db4334; }

.pomegranate {
  background: #c0392b;
  -webkit-box-shadow: inset 0 -2px #b53224;
  box-shadow: inset 0 -2px #b53224; }

.turquoise {
  background: #1abc9c;
  -webkit-box-shadow: inset 0 -2px #12ab8d;
  box-shadow: inset 0 -2px #12ab8d; }

.green-sea {
  background: #16a085;
  -webkit-box-shadow: inset 0 -2px #14947b;
  box-shadow: inset 0 -2px #14947b; }

.emerald {
  background: #2ecc71;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68; }

.nephritis {
  background: #27ae60;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55; }

.vltava {
  background: #3498db;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc; }

.belize-hole {
  background: #2980b9;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab; }

.amethyst {
  background: #9b59b6;
  -webkit-box-shadow: inset 0 -2px #8d4ca7;
  box-shadow: inset 0 -2px #8d4ca7; }

.wisteria {
  background: #8e44ad;
  -webkit-box-shadow: inset 0 -2px #80399d;
  box-shadow: inset 0 -2px #80399d; }

.wet-asphalt {
  background: #34495e;
  -webkit-box-shadow: inset 0 -2px #263849;
  box-shadow: inset 0 -2px #263849; }

.wet-asphalt {
  background: #34495e;
  -webkit-box-shadow: inset 0 -2px #263849;
  box-shadow: inset 0 -2px #263849; }

.midnight-blue {
  background: #2c3e50;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f; }

.clouds {
  background: #ecf0f1;
  -webkit-box-shadow: inset 0 -2px #dadedf;
  box-shadow: inset 0 -2px #dadedf; }

.silver {
  background: #bdc3c7;
  -webkit-box-shadow: inset 0 -2px #acb2b7;
  box-shadow: inset 0 -2px #acb2b7; }

.concrete {
  background: #859596;
  -webkit-box-shadow: inset 0 -2px #95a5a6;
  box-shadow: inset 0 -2px #95a5a6; }

.asbestos {
  background: #7f8c8d;
  -webkit-box-shadow: inset 0 -2px #6d7b7c;
  box-shadow: inset 0 -2px #6d7b7c; }

.asbestos {
  background: #7f8c8d;
  -webkit-box-shadow: inset 0 -2px #6d7b7c;
  box-shadow: inset 0 -2px #6d7b7c; }

.graphite {
  background: #454545;
  -webkit-box-shadow: inset 0 -2px #2f2e2e;
  box-shadow: inset 0 -2px #2f2e2e; }

/*
And Checkbox styling */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 37px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 32px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -32px; }

label.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_8605db33aebe753301df087837c14053.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*# sourceMappingURL=flat_buttons.css.map */
