@font-face {
font-family: 'Hand Of Sean';
font-style: normal;
font-weight: normal;
src: local('Hand Of Sean'), url('handsean.woff') format('woff');
}
/**
*Common
*/
.btn.green{
    background: #1d943b !important;
    border: none;
}
.btn.red{
    background: #e8563c !important;
    border: none;
}
.font-25{
    font-size:25px;
}
.list{
    background: url('../img/check-mark.png') no-repeat left top;
    padding: 0 0 3px 25px;
    /* reset styles (optional): */
    list-style: none;
    margin: 5px 0;
}
/**
*Page one
*
*/
.page-one-head{
    text-align: center;
}
.page-one-head h1{
    color: #e8563c;
    font-family: "Hand Of Sean";
    font-size:35px;
    letter-spacing: 2px;
    line-height: 60px;
}
.lead{
    font-family: 'Hand Of Sean';
    font-size: 22px;
    color: #000;
}
.create-video{
    font-family: 'Hand Of Sean';
    font-size: 22px;
        letter-spacing: 2px;
}
.form {
    max-width: 390px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control{
    margin: 0 auto;
    width: 80%;
}
.pointer-left{
    height: 80px; 
    width: 50px; 
    background: url(/img/pointer-left.png) no-repeat scroll 0px 0px transparent; 
    position: absolute; 
    left: -27px; 
    top: 62px;
}
.pointer-right{
    background: url("/img/pointer-right.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    position: absolute;
    right: -30px;
    top: 64px;
    width: 60px;
}
.form-submit-company, .form-add-review{
    max-width: 550px;
}
.form .form-signin-heading{
    text-align: center;
    margin: 40px 0;
    color: #000;
    font-weight: bold;
}
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form .checkbox {
    font-weight: normal;
}
.form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.form .form-control:focus {
    z-index: 2;
}
.submit-page-one{
    margin: 0 auto;
    width: 80%;
}

/**
*Page two
*
*/
.page-two-head-image{
    margin-bottom: 10px;
}
.page-two-head-image img{
    border-bottom: 2px solid #000000;
    max-width: 270px;
    padding: 0 70px 0 0;
}
.step-one .heading, .step-two .heading, .step-three .heading, .step-four .heading{
    background-color: #93009E;
    color: white;
    padding: 5px;
}
.track-progress {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.track-progress li {
    list-style-type: none;
    display: inline-block;

    position: relative;
    margin: 0;
    padding: 0;

    text-align: center;
    line-height: 30px;
    height: 30px;

    background-color: #D5B4EB;
}
.track-progress[data-steps="3"] li { width: 33%; }
.track-progress[data-steps="4"] li { width: 15%; }
.track-progress[data-steps="5"] li { width: 20%; }
.track-progress li > span {
    display: block;

    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.track-progress li.done > span {
    color: white;
    background-color: #93009E;
}
.track-progress li > span:after,
.track-progress li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;

    position: absolute;
    top: 0;
    left: 0;

    border: solid transparent;
    border-left-color: #D5B4EB;
    border-width: 15px;
}

.track-progress li > span:after {
    top: -5px;
    z-index: 1;
    border-left-color: white;
    border-width: 20px;
}

.track-progress li > span:before {
    z-index: 2;
}
.track-progress li.done + li > span:before {
    border-left-color: #93009E;
}

.track-progress li:first-child > span:after,
.track-progress li:first-child > span:before {
    display: none;
}
.track-progress li:first-child i,
.track-progress li:last-child i {
    display: block;
    height: 0;
    width: 0;

    position: absolute;
    top: 0;
    left: 0;

    border: solid transparent;
    border-left-color: white;
    border-width: 15px;
}

.track-progress li:last-child i {
    left: auto;
    right: -15px;

    border-left-color: transparent;
    border-top-color: white;
    border-bottom-color: white;
}
.loader{
    background: none repeat scroll 0 0 white;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.spinner {
    width: 100px;
    height: 100px;

    position: relative;
    margin: 200px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
span.bold{
    font-weight: bold;
}
.testimonial-image{
    height: 130px;
    width: 95px;
    float: left;
}
.ad-last-page{
    border: 3px dashed red;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.package-heading, .color-purple{
    color: #553085;
}
.special-price{
    color: #1D943B;
}
.normal-price{
    color: #E8563C;
}
.buy-now {
    background-color: #f47a20;
    background-image: linear-gradient(#faa51a, #f47a20);
    background-image: -moz-linear-gradient(center top , #faa51a, #f47a20);
    border: 1px solid #da7c0c;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: italic bold 25px/100% Arial,Helvetica,sans-serif;
    margin: 20px 2px 0;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 2px 5px #fff;
    vertical-align: baseline;
    width: 80%;
}
#buy-page-link{
    bottom: 20px;
    height: 20%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 46%;
}