@charset "utf-8";


.Text-Left {
  text-align: left;
}
.Text-Right {
  text-align: right;
}
.Text-Center {
  text-align: center;
}
.Float-Left {
  float: left;
  margin-right: 20px;
}
.Float-Right {
  float: right;
  margin-left: 20px;
}
.Button {
  display: inline-block;
  padding: 20px;
  margin: 0;
  background-color: #007bc9;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  -ms-transition: color 300ms ease, background-color 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}
.Button1 {

  background: #007bc9;
  float:left
 
}
.Button:hover,
.Button:focus {
  color: #fff;
  background: #007bc9;
}
.Button.Small {
  padding: 5px 10px;
  font-size:14px;
}
.Button.Block {
  padding: 20px 40px;
  width: 400px;
  height:320px;
}
.Button h1 {
font-weight:normal;
width:400px;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}
/* Custom Flipster Styles */
.flipster { padding-top:0px;
}
.flipster p{ width:400px; border-bottom:#4b94c5 solid 1px; line-height:22px; margin-bottom:10px; padding-bottom:3px; margin-top:5px; font-size:13px;

}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}


