﻿#wrapper
{
    overflow: visible !important;
}

.gold
{
    margin: 42px auto 43px;
    color: white;
    font-size: 13px;
    border-radius: 5px;
    background-image: linear-gradient(to right bottom,#8d3c9a 20%,#84355a 45%,#d25959 62%,#ff8756 83%,#ff850e 100%);
    padding: 13px 15px;
}



.validation-summary-errors
{
    margin-top: 10px;
}


.slider_container
{
    overflow: hidden;
}

.slider_content
{
    position: relative;
    transition: transform 0.5s ease 0s;
}

.slider_content.moved
{
    transform: translate3d(-100%,0,0);
}

.slider_next_content
{
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
}


.no_robot
{
    margin-bottom: 27px;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
}