.button-preset-1{
    -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
    color:#333;
    background-color:#59ABE3;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:none;
    font-family:'Helvetica Neue',Arial,sans-serif;
    font-size:16px;
    font-weight:700;
    height:32px;
    padding:4px 16px;
    text-shadow:#FE6 0 1px 0
}

.button-preset-2{
    background-color:#59ABE3;
    color:#fff;
    font-family:'Helvetica Neue',sans-serif;
    font-size:18px;
    line-height:30px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border:0;
    text-shadow:#C17C3A 0 -1px 0;
    width:120px;
    height:32px
}
.button-preset-3{
    background:#59ABE3;
    background: -moz-linear-gradient(top,#f78096 0%,#f56778 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f78096),color-stop(100%,#f56778));
    background: -webkit-linear-gradient(top,#f78096 0%,#f56778 100%);
    background: -o-linear-gradient(top,#f78096 0%,#f56778 100%);
    background: -ms-linear-gradient(top,#f78096 0%,#f56778 100%);
    padding:5px 4px;
    color:#fff;
    font-family:'Helvetica Neue',sans-serif;
    font-size:12px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ae4553
}
.button-preset-4{
    background:#59ABE3;
    background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
    background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
    padding:10px 15px;
    color:#fff;
    font-family:'Helvetica Neue',sans-serif;
    font-size:16px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #459A00
}

.slideshow-button-a{
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 5px 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    margin: 8px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight:600;
}
.heading-style-0{
    font-weight:bold !important;
}

.heading-style-1{
    font-family: 'Open Sans', sans-serif !important;
    font-weight:bold !important;
}

.heading-style-2{
    font-family: 'Nunito', sans-serif !important;
    font-weight:bold !important;
}

.heading-style-3{
    font-family: 'Oswald', sans-serif !important;
    font-weight:bold !important;
}

.heading-style-4{
    font-family: 'Pacifico', cursive !important;
}

.heading-preview{
    margin-bottom:20px;
    margin-left: 25%;
    font-size:25px;
    margin-top: -10px;
}

@media (max-width: 480px) {
    .heading-preview{
        margin-left: 0;
        text-align:center;
    }
}