/* BUTTONS STYLES  */

/* SIZES */
.smallbutton{
font-size: 16px;
height: 45px;
border: 1px solid;
}

.middlebutton{
font-size: 22px;
height: 50px;
border: 1.5px solid;
}

.largebutton{
font-size: 27px;
height: 60px;
border: 2px solid;
}

/* TYPES */

/* Transparent-to-Color */

.button-transparent {
  position: relative;
  vertical-align: top;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  padding: 0 15px 0 15px;
  background-color:rgba(255,0,0,0);
  color: #333;
  text-align: center;
  border-color: #333;
  cursor: pointer;
}


/* Reverse */

.button-reverse {
  position: relative;
  vertical-align: top;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  padding: 0 15px 0 15px;
  text-align: center;  
  cursor: pointer;
}

/* Borderous */

.button-borderous {
  position: relative;
  vertical-align: top;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  padding: 0 15px 0 15px;
  color: #333;
  text-align: center;
  border-color: #333;
  cursor: pointer;
  background-color:rgba(255,0,0,0);
}


/* Flat */
.button-flat{
  position: relative;
  vertical-align: top;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  padding: 0 15px 0 15px;
  cursor: pointer;
}

/* Classic */

.button-classic {
  position: relative;
  vertical-align: top;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  padding: 0 15px 0 15px;
  text-align: center;
  cursor: pointer;
}

/* Radiusless */
.button-radiusless {
  position: relative;
  vertical-align: top;
  padding: 0 15px 0 15px;
  text-align: center;
  cursor: pointer;
}


/* COLOR SCHEMES */

/* Transparent */
#carrot .button-transparent:hover {
 background: #e67e22;
 border-color: #e67e22;
 color: #fff;
}
#pumpkin .button-transparent:hover {
 background: #d35400;
 border-color: #d35400;
 color: #fff;
}
#alizarin .button-transparent:hover {
 background: #e74c3c;
 border-color: #e74c3c;
 color: #fff;
}
#pomegranate .button-transparent:hover {
 background: #c0392b;
 border-color: #c0392b;
 color: #fff;
}
#turquoise .button-transparent:hover {
 background: #1abc9c;
 border-color: #1abc9c;
 color: #fff;
}
#green-sea .button-transparent:hover {
 background: #16a085;
 border-color: #16a085;
 color: #fff;
}
#emerald .button-transparent:hover {
 background: #2ecc71;
 border-color: #2ecc71;
 color: #fff;
}
#nephritis .button-transparent:hover {
 background: #27ae60;
 border-color: #27ae60;
 color: #fff;
}
#peter-river .button-transparent:hover {
 background: #3498db;
 border-color: #3498db;
 color: #fff;
}
#belize .button-transparent:hover {
 background: #2980b9;
 border-color: #2980b9;
 color: #fff;
}
#amethyst .button-transparent:hover {
 background: #9b59b6;
 border-color: #9b59b6;
 color: #fff;
}
#wisteria .button-transparent:hover {
 background: #8e44ad;
 border-color: #8e44ad;
 color: #fff;
}
#asphalt .button-transparent:hover {
 background: #34495e;
 border-color: #34495e;
 color: #fff;
}
#midnight .button-transparent:hover {
 background: #2c3e50;
 border-color: #2c3e50;
 color: #fff;
}
#clouds .button-transparent:hover {
 background: #ecf0f1;
 border-color: #ecf0f1;
 color: #454545;;
}
#silver .button-transparent:hover {
 background: #bdc3c7;
 border-color: #bdc3c7;
 color: #fff;
}
#concrete .button-transparent:hover {
 background: #859596;
 border-color: #859596;
 color: #fff;
}
#asbestos .button-transparent:hover {
 background: #7f8c8d;
 border-color: #7f8c8d;
 color: #fff;
}
#graphite .button-transparent:hover {
 background: #454545;
 border-color: #454545;
 color: #fff;
}

#sun-flower .button-transparent:hover {
 background: #f1c40f;
 border-color: #f1c40f;
 color: #fff;
}
#orange .button-transparent:hover {
 background: #f39c12;
 border-color: #f39c12;
 color: #fff;
}
/*  Reverse */
/* Common for all types */
#sun-flower .button-reverse:hover,
#carrot .button-reverse:hover,
#pumpkin .button-reverse:hover,
#alizarin .button-reverse:hover,
#pomegranate .button-reverse:hover,
#turquoise .button-reverse:hover,
#green-sea .button-reverse:hover,
#emerald .button-reverse:hover,
#nephritis .button-reverse:hover,
#peter-river .button-reverse:hover,
#belize .button-reverse:hover,
#amethyst .button-reverse:hover,
#wisteria .button-reverse:hover,
#asphalt .button-reverse:hover,
#midnight .button-reverse:hover,
#silver .button-reverse:hover,
#concrete .button-reverse:hover,
#clouds .button-reverse:hover,
#asbestos .button-reverse:hover,
#graphite .button-reverse:hover,
#orange .button-reverse:hover
 {
 background-color:rgba(255,0,0,0);
 border-color: #333;
 color: #333;
}



#sun-flower .button-reverse{
  color: #fff;
  border-color: #f1c40f;
  background: #f1c40f;
}
#carrot .button-reverse{
 background: #e67e22;
 border-color: #e67e22;
 color: #fff;
}
#pumpkin .button-reverse{
 background: #d35400;
 border-color: #d35400;
 color: #fff;
}
#alizarin .button-reverse{
 background: #e74c3c;
 border-color: #e74c3c;
 color: #fff;
}
#pomegranate .button-reverse{
 background: #c0392b;
 border-color: #c0392b;
 color: #fff;
}
#turquoise .button-reverse{
 background: #1abc9c;
 border-color: #1abc9c;
 color: #fff;
}
#green-sea .button-reverse{
 background: #16a085;
 border-color: #16a085;
 color: #fff;
}
#emerald .button-reverse{
 background: #2ecc71;
 border-color: #2ecc71;
 color: #fff;
}
#nephritis .button-reverse{
 background: #27ae60;
 border-color: #27ae60;
 color: #fff;
}
#peter-river .button-reverse{
 background: #3498db;
 border-color: #3498db;
 color: #fff;
}
#belize .button-reverse{
 background: #2980b9;
 border-color: #2980b9;
 color: #fff;
}
#amethyst .button-reverse{
 background: #9b59b6;
 border-color: #9b59b6;
 color: #fff;
}
#wisteria .button-reverse{
 background: #8e44ad;
 border-color: #8e44ad;
 color: #fff;
}
#asphalt .button-reverse{
 background: #34495e;
 border-color: #34495e;
 color: #fff;
}
#midnight .button-reverse{
 background: #2c3e50;
 border-color: #2c3e50;
 color: #fff;
}
#clouds .button-reverse{
 background: #ecf0f1;
 border-color: #ecf0f1;
 color: #454545;
}
#silver .button-reverse{
 background: #bdc3c7;
 border-color: #bdc3c7;
 color: #fff;
}
#concrete .button-reverse{
 background: #859596;
 border-color: #859596;
 color: #fff;
}
#asbestos .button-reverse{
 background: #7f8c8d;
 border-color: #7f8c8d;
 color: #fff;
}
#graphite .button-reverse {
 background: #454545;
 border-color: #454545;
 color: #fff;
}
#orange .button-reverse{
 background: #f39c12;
 border-color: #f39c12;
 color: #fff;
}

/* Borderous */

#sun-flower .button-borderous:hover {
 border-color: #f1c40f;
}
#carrot .button-borderous:hover {
 border-color: #e67e22;
}
#pumpkin .button-borderous:hover {
 border-color: #d35400;
}
#alizarin .button-borderous:hover {
 border-color: #e74c3c;
}
#pomegranate .button-borderous:hover {
 border-color: #c0392b;
}
#turquoise .button-borderous:hover {
 border-color: #1abc9c;
}
#green-sea .button-borderous:hover {
 border-color: #16a085;
}
#emerald .button-borderous:hover {
 border-color: #2ecc71;
}
#nephritis .button-borderous:hover {
 border-color: #27ae60;
}
#peter-river .button-borderous:hover {
 border-color: #3498db;
}
#belize .button-borderous:hover {
 border-color: #2980b9;
}
#amethyst .button-borderous:hover {
 border-color: #9b59b6;
}
#wisteria .button-borderous:hover {
 border-color: #8e44ad;
}
#asphalt .button-borderous:hover {
 border-color: #34495e;
}
#midnight .button-borderous:hover {
 border-color: #2c3e50;
}
#clouds .button-borderous:hover {
 border-color: #ecf0f1;
}
#silver .button-borderous:hover {
 border-color: #bdc3c7;
}
#concrete .button-borderous:hover {
 border-color: #859596;
}
#asbestos .button-borderous:hover {
 border-color: #7f8c8d;
}
#graphite .button-borderous:hover {
 border-color: #454545;
}
#orange .button-borderous:hover {
 border-color: #f39c12;
}

/* Flat */
/* Common for all types */
#sun-flower .button-flat:active,
#carrot .button-flat:active,
#pumpkin .button-flat:active,
#alizarin .button-flat:active,
#pomegranate .button-flat:active,
#turquoise .button-flat:active,
#green-sea .button-flat:active,
#emerald .button-flat:active,
#nephritis .button-flat:active,
#peter-river .button-flat:active,
#belize .button-flat:active,
#amethyst .button-flat:active,
#wisteria .button-flat:active,
#asphalt .button-flat:active,
#midnight .button-flat:active,
#silver .button-flat:active,
#concrete .button-flat:active,
#clouds .button-flat:active,
#asbestos .button-flat:active,
#graphite .button-flat:active,
#orange .button-flat:active
 {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sun-flower .button-flat{
  background: #f1c40f;
  border-bottom: 2px solid #e2b607;
  -webkit-box-shadow: inset 0 -2px #e2b607;
  box-shadow: inset 0 -2px #e2b607;
}

#orange .button-flat{
  background: #f39c12;
  border-bottom: 2px solid #e8930c;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
}

#carrot .button-flat{
  background: #e67e22;
  border-bottom: 2px solid #da751c;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c;
}

#pumpkin .button-flat{
  background: #d35400;
  border-bottom: 2px solid #c54e00;
  -webkit-box-shadow: inset 0 -2px #c54e00;
  box-shadow: inset 0 -2px #c54e00;
}

#alizarin .button-flat{
  background: #e74c3c;
  border-bottom: 2px solid #db4334;
  -webkit-box-shadow: inset 0 -2px #db4334;
  box-shadow: inset 0 -2px #db4334;
}

#pomegranate .button-flat{
  background: #c0392b;
  border-bottom: 2px solid #b53224;
  -webkit-box-shadow: inset 0 -2px #b53224;
  box-shadow: inset 0 -2px #b53224;
}

#turquoise .button-flat{
  background: #1abc9c;
  border-bottom: 2px solid #12ab8d;
  -webkit-box-shadow: inset 0 -2px #12ab8d;
  box-shadow: inset 0 -2px #12ab8d;
}

#green-sea .button-flat{
  background: #16a085;
  border-bottom: 2px solid #14947b;
  -webkit-box-shadow: inset 0 -2px #14947b;
  box-shadow: inset 0 -2px #14947b;
}

#emerald .button-flat{
  background: #2ecc71;
  border-bottom: 2px solid #28be68;
  -webkit-box-shadow: inset 0 -2px #28be68;
  box-shadow: inset 0 -2px #28be68;
}

#nephritis .button-flat{
  background: #27ae60;
  border-bottom: 2px solid #219d55;
  -webkit-box-shadow: inset 0 -2px #219d55;
  box-shadow: inset 0 -2px #219d55;
}

#peter-river .button-flat{
  background: #3498db;
  border-bottom: 2px solid #2a8bcc;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}

#belize .button-flat{
  background: #2980b9;
  border-bottom: 2px solid #2475ab;
  -webkit-box-shadow: inset 0 -2px #2475ab;
  box-shadow: inset 0 -2px #2475ab;
}

#amethyst .button-flat{
  background: #9b59b6;
  border-bottom: 2px solid #8d4ca7;
  -webkit-box-shadow: inset 0 -2px #8d4ca7;
  box-shadow: inset 0 -2px #8d4ca7;
}

#wisteria .button-flat{
  background: #8e44ad;
  border-bottom: 2px solid #80399d;
  -webkit-box-shadow: inset 0 -2px #80399d;
  box-shadow: inset 0 -2px #80399d;
}

#asphalt .button-flat{
  background: #34495e;
  border-bottom: 2px solid #263849;
  -webkit-box-shadow: inset 0 -2px #263849;
  box-shadow: inset 0 -2px #263849;
}

#midnight .button-flat{
  background: #2c3e50;
  border-bottom: 2px solid #22303f;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}

#clouds .button-flat{
  background: #ecf0f1;
  border-bottom: 2px solid #dadedf;
  -webkit-box-shadow: inset 0 -2px #dadedf;
  box-shadow: inset 0 -2px #dadedf;
  color:#454545;
}

#silver .button-flat{
  background: #bdc3c7;
  border-bottom: 2px solid #acb2b7;
  -webkit-box-shadow: inset 0 -2px #acb2b7;
  box-shadow: inset 0 -2px #acb2b7;
}

#concrete .button-flat{
  background: #859596;
  border-bottom: 2px solid #95a5a6;
  -webkit-box-shadow: inset 0 -2px #95a5a6;
  box-shadow: inset 0 -2px #95a5a6;
}

#asbestos .button-flat{
  background: #7f8c8d;
  border-bottom: 2px solid #6d7b7c;
  -webkit-box-shadow: inset 0 -2px #6d7b7c;
  box-shadow: inset 0 -2px #6d7b7c;
}

#graphite .button-flat{
  background: #454545;
  border-bottom: 2px solid #2f2e2e;
  -webkit-box-shadow: inset 0 -2px #2f2e2e;
  box-shadow: inset 0 -2px #2f2e2e;
}

/* Classic + Radiusless */

#sun-flower .button-classic,
#sun-flower .button-radiusless {
  color: #fff;
  border-color: #f1c40f;
  background: #f1c40f;
}

#carrot .button-classic,
#carrot  .button-radiusless{
 background: #e67e22;
 border-color: #e67e22;
 color: #fff;
}
#pumpkin .button-classic,
#pumpkin  .button-radiusless{
 background: #d35400;
 border-color: #d35400;
 color: #fff;
}
#alizarin .button-classic,
#alizarin  .button-radiusless{
 background: #e74c3c;
 border-color: #e74c3c;
 color: #fff;
}
#pomegranate .button-classic,
#pomegranate  .button-radiusless{
 background: #c0392b;
 border-color: #c0392b;
 color: #fff;
}
#turquoise .button-classic,
#turquoise .button-radiusless{
 background: #1abc9c;
 border-color: #1abc9c;
 color: #fff;
}
#green-sea .button-classic,
#green-sea .button-radiusless{
 background: #16a085;
 border-color: #16a085;
 color: #fff;
}
#emerald .button-classic,
#emerald .button-radiusless{
 background: #2ecc71;
 border-color: #2ecc71;
 color: #fff;
}
#nephritis .button-classic,
#nephritis .button-radiusless{
 background: #27ae60;
 border-color: #27ae60;
 color: #fff;
}
#peter-river .button-classic,
#peter-river .button-radiusless{
 background: #3498db;
 border-color: #3498db;
 color: #fff;
}
#belize .button-classic,
#belize .button-radiusless{
 background: #2980b9;
 border-color: #2980b9;
 color: #fff;
}
#amethyst .button-classic,
#amethyst .button-radiusless{
 background: #9b59b6;
 border-color: #9b59b6;
 color: #fff;
}
#wisteria .button-classic,
#wisteria .button-radiusless{
 background: #8e44ad;
 border-color: #8e44ad;
 color: #fff;
}
#asphalt .button-classic,
#asphalt .button-radiusless{
 background: #34495e;
 border-color: #34495e;
 color: #fff;
}
#midnight .button-classic,
#midnight .button-radiusless{
 background: #2c3e50;
 border-color: #2c3e50;
 color: #fff;
}
#clouds .button-classic,
#clouds .button-radiusless{
 background: #ecf0f1;
 border-color: #ecf0f1;
 color: #454545;
}
#silver .button-classic,
#silver .button-radiusless{
 background: #bdc3c7;
 border-color: #bdc3c7;
 color: #fff;
}
#concrete .button-classic,
#concrete .button-radiusless{
 background: #859596;
 border-color: #859596;
 color: #fff;
}
#asbestos .button-classic,
#asbestos .button-radiusless{
 background: #7f8c8d;
 border-color: #7f8c8d;
 color: #fff;
}
#graphite .button-classic,
#graphite .button-radiusless{
 background: #454545;
 border-color: #454545;
 color: #fff;
}
#orange .button-classic,
#orange .button-radiusless{
 background: #f39c12;
 border-color: #f39c12;
 color: #fff;
}

#sun-flower .button-classic:hover,
#sun-flower .button-radiusless:hover {
  color: #fff;
  border-color: #f39c12;
  background: #f39c12;
}
#orange .button-classic:hover,
#orange .button-radiusless:hover{
 background: #e67e22;
 border-color: #e67e22;
 color: #fff;
}
#carrot .button-classic:hover,
#carrot  .button-radiusless:hover{
 background: #d35400;
 border-color: #d35400;
 #fff;
}
#pumpkin .button-classic:hover,
#pumpkin  .button-radiusless:hover{
 background: #e74c3c;
 border-color: #e74c3c;
 color: #fff;
}
#alizarin .button-classic:hover,
#alizarin  .button-radiusless:hover{
 background: #c0392b;
 border-color: #c0392b;
 color: #fff;
}
#pomegranate .button-classic:hover,
#pomegranate  .button-radiusless:hover{
 background: #d35400;
 border-color: #d35400;
 color: #fff;
}
#turquoise .button-classic:hover,
#turquoise .button-radiusless:hover{
 background: #16a085;
 border-color: #16a085;
 color: #fff;
}
#green-sea .button-classic:hover,
#green-sea .button-radiusless:hover{
 background: #2ecc71;
 border-color: #2ecc71;
 color: #fff;
}
#emerald .button-classic:hover,
#emerald .button-radiusless:hover{
 background: #27ae60;
 border-color: #27ae60;
 color: #fff;
}
#nephritis .button-classic:hover,
#nephritis .button-radiusless:hover{
 background: #3498db;
 border-color: #3498db;
 color: #fff;
}
#peter-river .button-classic:hover,
#peter-river .button-radiusless:hover{
 background: #2980b9;
 border-color: #2980b9;
 color: #fff;
}
#belize .button-classic:hover,
#belize .button-radiusless:hover{
 background: #9b59b6;
 border-color: #9b59b6;
 color: #fff;
}
#amethyst .button-classic:hover,
#amethyst .button-radiusless:hover{
 background: #8e44ad;
 border-color: #8e44ad;
 color: #fff;
}
#wisteria .button-classic:hover,
#wisteria .button-radiusless:hover{
 background: #9b59b6;
 border-color: #9b59b6;
 color: #fff;
}
#asphalt .button-classic:hover,
#asphalt .button-radiusless:hover{
 background: #34495e;
 border-color: #34495e;
 color: #fff;
}
#midnight .button-classic:hover,
#midnight .button-radiusless:hover{
 background: #ecf0f1;
 border-color: #ecf0f1;
 color: #fff;
}
#clouds .button-classic:hover,
#clouds .button-radiusless:hover{
 background: #bdc3c7;
 border-color: #bdc3c7;
 color: #454545;
}
#silver .button-classic:hover,
#silver .button-radiusless:hover{
 background: #859596;
 border-color: #859596;
 color: #fff;
}
#concrete .button-classic:hover,
#concrete .button-radiusless:hover{
 background: #7f8c8d;
 border-color: #7f8c8d;
 color: #fff;
}
#asbestos .button-classic:hover,
#asbestos .button-radiusless:hover{
 background: #bdc3c7;
 border-color: #bdc3c7;
 color: #fff;
}
#graphite .button-classic:hover,
#graphite .button-radiusless:hover{
 background: #7f8c8d;
 border-color: #7f8c8d;
 color: #fff;
}
