@charset "UTF-8";
/* CSS Document */

.text {
    margin: 0 0 40px;
}

.text p {
    color: #858585;
    font-size: 13px;
    line-height: 21px;
    margin: 30px auto 0;
    text-align: center;
}

.text h4 {
    color: #666666;
    font-family: 'texgyreadventorregular';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 22px auto 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.text h4.first-title {
    margin: 0 auto 20px;
}

.text h4 span {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.text h4.first-title span:before, .text h4.last-title span:before {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: inline-block;
    height: 1px;
    left: -350px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 350px;
}

.text h4.first-title span:after, .text h4.last-title span:after {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: inline-block;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    right: -350px;
    top: 50%;
    width: 350px;
}

.text .title {
    clear: both;
    display: block;
    text-align: center;
}

.text .title > div {
    display: inline-block;
    overflow: hidden;
}

.text .title > div > span {
    color: #000000;
    display: inline-block;
    font-family: 'texgyreadventorregular';
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 110%;
    margin: 0;
    min-width: 300px;
    text-transform: uppercase;
}

.text .title.extra-large-text > div > span {
    color: #000000;
    font-family: 'texgyreadventorregular';
    font-size: 39px;
    letter-spacing: 4px;
    min-width: 500px;
}

.text.style2 h4.first-title {
    max-width: 90%;
}

.text.style2 .title > div > span {
    padding-bottom: 30px;
    position: relative;
}

.text.style2 .title > div > span:after {
    background: none repeat scroll 0 0 #DDDDDD;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-left: 5%;
    position: absolute;
    width: 90%;
}

.text.style2 p {
    margin-top: 30px;
}

.section-white-text .text h4, .section-white-text .text .title > div > span {
    color: #FCFCFC;
}

