/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/


.slides > li .slide_buttonbb {
  text-align: center;
  vertical-align: top;
  margin: 41px 0 0; }

.slides > li .slide_buttonbb a {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  color: #fff;
  background: #FF0000;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slides > li .slide_buttonbb a:hover {
  text-decoration: none;
  border-color: #0bb4aa;
  background: #FF0000;
  color: #fff; }
