ol, ul, strong, address {
    font-size: 13px
}

/*a:link { color: #005b7f; }
a:hover { color: #047eae; text-decoration: none;}
a:active { color: #047eae; }*/

strong {
    margin-bottom: 0;
}

.nav > li:first-child a {
    padding-left: 0;
}

ul, ol {
    margin-bottom: 25px;
}

.hide-numbers {
    list-style: none;
}

p + ul, p + ol, {
    margin-top: -25px;
}

address {
    margin-bottom: 30px;
}

#wrapper {
    width: 100%;
    padding-bottom: 70px;
    background: #fdfdfd url(../img/background.png);
}

.line {
    background: url(../img/line.png) no-repeat;
    height: 23px;
}

.tour h1 {
    text-align: center;
    margin-bottom: 10px;
}

.tour h3 {
    text-align: center;
    margin-bottom: 10px;
}

.tour h4 {
    margin-bottom: 10px;
}

.tour p {
    margin-bottom: 10px;
}

.tour img {
    margin: 10px 0;
}

.tour .center {
    text-align: center;
    width: 100%;
}

.tour h4 a {
    color: #333;
}

.tour button {
    font-family: 'Open Sans';
    font-weight: bold;
    height: 50px;
    color: #fff;
}

.tour button a {
    text-decoration: none;
}

.tour em {
    font-style: normal;
    color: #26718d;
}

.answer {
    display: none;
}

.faq h3 {
    color: #663366;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.faq h2 {
    margin: 10px 0;
}

.bread {
    font-style: italic;
    margin-bottom: 15px;
}

.quick_guide h4 {
    font-size: 21px;
}

.quick_guide ul {
    width: 540px;
    float: left;
    margin: 20px 0 0 50px;
}

.quick_guide a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.quick_guide li {
    width: 270px;
    float: left;
}

.quick_guide p {
    float: left;
}

.quick_guide .left_col {
    width: 300px;
    float: left;
    margin-right: 10px;
}

.quick_guide .left_col p {
    font-weight: bold;
    margin: 15px 5px;
}

.quick_guide .left_col p a {
    margin: 0 5px;
}

/* Partners/Special Offers Page */

.partners-page .span4 {
    margin-top: 30px;
}

.partners-page .picture-link {
    display: block;
    text-align: center;
    text-decoration: none;
}

.partners-page p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.partners-page p.author {
    color: black;
    font-weight: bold;
}

.partners-page p.description {
    font-weight: normal;
    font-style: italic;
}

.partners-page p.promotion {
    color: #663366;
    font-weight: bold;
}

.testimonials img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin: 20px 0;
}