@charset "UTF-8";
/* CSS Document */


/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
/*
body {
  background: #262626;
  font-family: roboto, Arial, sans-serif;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 27px;
  color: #444444;
  font-weight: 700;
}
h1 span {
  font-weight: 400;
}

.container {
  width: 735px;
  margin: 50px auto;
  background: whitesmoke;
  padding: 25px;
}
*/
.button {
  border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: roboto_slablight, roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 7px 10px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  /*width: 16.795%;*/
  /* auto */
  text-align: center;
  /* DELETE WHEN WIDTH AUTO */
}
.button.red {
  background: none repeat scroll 0 0 #E0645C;
  color: #FFFFFF;
}
.button.red:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.redj {
  background: none repeat scroll 0 0 #EA2E49;
  color: #FFFFFF;
}
.button.redj:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.dark {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.dark:hover {
  background: none repeat scroll 0 0 #2DB6CF;
  color: #FFFFFF;
}
.button.light {
  background: none repeat scroll 0 0 #999999;
  color: #FFFFFF;
}
.button.light:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.lightj {
  background: none repeat scroll 0 0 #A9B8C0;
  color: #FFFFFF;
}
.button.lightj:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.button.green {
  background: none repeat scroll 0 0 #46b98a;
  color: #FFFFFF;
}
.button.greenj {
  background: none repeat scroll 0 0 #39a9a9;
  color: #FFFFFF;
}
.button.green:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
/*.button.blue {
  background: none repeat scroll 0 0 #2DB6CF;
  color: #FFFFFF;
}
.button.blue:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}*/
.button.blue {
  background: none repeat scroll 0 0 #428BCA;
  color: #FFFFFF;
}
.button.blue:hover {
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}

