.boxedcontainer        {    
    max-width: 1170px; 
    margin:auto; 
    padding:0px;
}
.tp-banner-container{
    width:100%;
    padding:0;
    overflow: hidden;
}
.tp-banner-container:after {
    clear: both;
}    
.tp-banner{
    position:absolute;
    top: 0px;
    width:100%;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

.tp-caption.tp-title {
    font-family: 'Dosis', sans-serif;
    font-size: 21pt;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #ffffff;
}
.tp-caption.tp-title span {
    text-shadow: 0 0 10px rgba(0,0,0, 0.8) , 0 0 20px rgba(0,0,0, 0.8) , 0 0 30px rgba(0,0,0, 0.8) , 0 0 40px rgba(0,0,0, 0.8), 0 0 70px rgba(0,0,0, 0.8), 0 0 80px rgba(0,0,0, 0.8);
}
.tp-caption.tp-content {
    font-family: 'Dosis', sans-serif;
    font-size: 55pt;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
}
.tp-caption.tp-content span,
.tp-caption.tp-content span p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-shadow: 0 0 10px rgba(0,0,0, 0.8) , 0 0 20px rgba(0,0,0, 0.8) , 0 0 30px rgba(0,0,0, 0.8) , 0 0 40px rgba(0,0,0, 0.8), 0 0 70px rgba(0,0,0, 0.8), 0 0 80px rgba(0,0,0, 0.8);    
}
.tp-caption.tp-button {
    font-family: 'Dosis', sans-serif;
    background: white;
    font-size: 15pt;
    padding: 0px 33px;
    text-transform: uppercase;
    color: #a29c86 !important;
    font-weight: 300;
    height: 45px;
}
.tp-caption.tp-badge {
    font-family: 'Dosis', sans-serif;
    background: #a29c86; /* Old browsers */
    background: -moz-linear-gradient(top,  #a29c86 0%, #a09260 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a29c86 0%,#a09260 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a29c86 0%,#a09260 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29c86', endColorstr='#a09260',GradientType=0 ); /* IE6-9 */
    font-size: 15pt;
    border: 2px solid #ffffff;
    padding: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    height: auto;
    width: 220px;
    text-align: center;
}

.black .tp-caption.tp-title {
    color: black;
}
.black .tp-caption.tp-title span {
    text-shadow: none;
}
.black .tp-caption.tp-content {
    color: black;
}
.black .tp-caption.tp-content span {
    text-shadow: none;
}
.black .tp-caption.tp-button {
    background: black;
    color: white !important;
}


.tp-caption.tp-award {
    background: transparent;
    top: -1px;
}
.tp-bullets {
    display: none;
}

