﻿/*=================================================
 REVOLUTION SLIDER & CUSTOM CAPTIONS
=================================================*/
.cap_style_14
{
    font-size: 34px;
    text-transform: uppercase;
    color: white;
    background-color: #e95143;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 20px 35px;
    font-weight: 100;
    
}
.cap_style_14_subtitle
{
    font-weight: 100;
    color: #4d4d4d;
    background: white;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
}


#preloader
{
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status
{
    background-image: url("../images/status.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.tp-bullets.simplebullets .first
{
    padding-left: 0px !important;
}


.tp-caption {
white-space: normal !important;
}