/*
You can type here custom CSS code, which will be loaded both on your admin and front-end pages. Please make sure to not override layout properties (positions and sizes), as they can interfere with the sliders built-in responsive functionality. Here are few example targets to help you get started:
*/

.ls-container { /* Slider container */

}

.ls-layers { /* Layers wrapper */ 

}

.ls-3d-box div { /* Sides of 3D transition objects */ 

}

.bbutton {
   border: 0px solid #0a3c59;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ff6600));
   background: -webkit-linear-gradient(top, #ff6600, #ff6600);
   background: -moz-linear-gradient(top, #ff6600, #ff6600);
   background: -ms-linear-gradient(top, #ff6600, #ff6600);
   background: -o-linear-gradient(top, #ff6600, #ff6600);
   background-image: -ms-linear-gradient(top, #ff6600 0%, #ff6600 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #595959 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.bbutton:hover {
   border: 0px solid #0a3c59;
   text-shadow: #5e5e5e 0 1px 0;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9752), to(#ff6600));
   background: -webkit-linear-gradient(top, #ff9752, #ff6600);
   background: -moz-linear-gradient(top, #ff9752, #ff6600);
   background: -ms-linear-gradient(top, #ff9752, #ff6600);
   background: -o-linear-gradient(top, #ff9752, #ff6600);
   background-image: -ms-linear-gradient(top, #ff9752 0%, #ff6600 100%);
   color: #fff;
   }
.bbutton:active {
   text-shadow: #5c5c5c 0 1px 0;
   border: 0px solid #0a3c59;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9752), to(#ff6600));
   background: -webkit-linear-gradient(top, #ff9752, #ff6600);
   background: -moz-linear-gradient(top, #ff9752, #ff6600);
   background: -ms-linear-gradient(top, #ff9752, #ff6600);
   background: -o-linear-gradient(top, #ff9752, #ff6600);
   background-image: -ms-linear-gradient(top, #ff9752 0%, #ff6600 100%);
   color: #fff;
   }



