.caption.big_white {
    position: absolute;
    font-size: 51px;
    height:68px;
    background: black;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    padding: 0 15px 0 15px;
    margin-bottom: 2px;
    line-height: 1.3;
    white-space: nowrap;
    font-weight: 700;
}

.caption.big_orange {
    position: absolute;
    color: #ff7302;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fff;
    letter-spacing: -1.5px;
}

.caption.big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #fff;
    letter-spacing: -1.5px;
}

.caption.medium_grey {
    position: absolute;
    background: #ccc;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
}

.caption.small_text {
    position: absolute;
    background: #44abbf;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
}

.caption.medium_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: -2px;
}

.caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #000;
}

.caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}

.caption.boxshadow {
    width: 240px;
    height: 260px;
    padding: 85px 30px 0 30px;
    margin-left: 20px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.caption.boxshadow p {
    white-space: normal;
}

.caption.boxshadow h2 {
    color: #93eeff;
    margin: 0;
    line-height: 1.6
}

.caption.boxshadow h2 .dash {
    color: #868999;
    font-weight: normal;
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    position: relative;
    top: -5px;
}

.caption.boxshadow  .desc {
    font-size: 10px;
    color: #868999;
    margin: 2px 0 10px 0;
    display: block;
}


.caption.black {
    color: #000;
    text-shadow: none;
}

.caption.noshadow {
    text-shadow: none;
}

.caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.caption a:hover {
    color: #ffa902;
}