
.button_slide {
  color: #FFF;
  border: 0px solid rgb(63, 150, 250);
	background-color: #26a3ec;
  border-radius: 3px;
  padding: 20px 30px;
  display: inline;
  font-family:'Open Sans', Arial, sans-serif;
	font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #26a3ec;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s; 
	
	margin-right: 15px
}
.btn-group a.button_slide, .btn-group a.button_slide_color{width: 400px !important;}
.slide_down:hover {
  box-shadow: inset 0 100px 0 0 #3d73b9;
	color: #FFF;
}

.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #02898c;
	color: #FFF !important;
}

.slide_left:hover {
  box-shadow: inset 0 0 0 50px #3d73b9;
}

.slide_diagonal:hover {
  box-shadow: inset 400px 50px 0 0 #3d73b9;
}

#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}


.button_slide_dark {
   color: #fff;
  border: 0px solid rgb(13, 33, 46);
	
	background-image: linear-gradient(to right, #1a676d, #143949);
  border-radius: 3px;
  padding: 20px 30px;
  display: inline;
 font-family:'Open Sans', Arial, sans-serif;
	font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #143949;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
	margin-right: 15px;
}
.slide_right_dark:hover {
  box-shadow: inset 400px 0 0 0 #143949;
	color: #fff;
}

.button_slide_color {
  color: #051d29;
  border: 0px solid rgb(13, 33, 46);
	
	background-image: linear-gradient(to right, #a8dc31, #8ed612);
  border-radius: 3px;
  padding: 20px 30px;
  display: inline;
 font-family:'Open Sans', Arial, sans-serif;
	font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #8ed612;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
	margin-right: 15px;
}
.slide_right_color:hover {
  box-shadow: inset 400px 0 0 0 #8ed612;
	color: #051d29 !important;
}
.button_slide_white {
  color: #26a3ec;
  border: 1px solid rgb(1, 193, 194);
	background-color: transparent;
  border-radius: 3px;
  padding: 20px 30px;
  display: inline;
 font-family:'Open Sans', Arial, sans-serif;
	font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #26a3ec;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
	
}
.slide_right_white:hover {
  box-shadow: inset 400px 0px 0px 0px #fff;
	color: #051d29 !important;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.button_slide_dark, .button_slide, .button_slide_white {
    display: block;
    font-weight: bold;
}
	.btn-group a.button_slide,
	.btn-group a.button_slide_dark,
	.btn-group a.button_slide_color,
	.btn-group a.button_slide_white{
    display: block;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 15px;
		width: 250px !important;
		margin: 15px auto;
}
	

}

@media only screen and (min-width: 480px) and (max-width: 767px){
.btn-group a.button_slide, .btn-group a.button_slide_dark, .btn-group a.button_slide_color, .btn-group a.button_slide_white {
    font-size: 16px;
      padding: 15px 20px;
    font-weight: bold;
	display: block;
	width: 300px !important;
	margin: 15px auto;
}	
	
}
