a.backToList
{
    display:inline-block;
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(0, 171, 71, 0.2), 0px 1px 3px 0px rgba(0, 171, 71, 0.1);
    border-radius: 3px;
    margin: 20px 0;
    padding: 15px 30px;
    color:#76947d;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.backToList:hover
{
    color:#84C99D;
}

.travel-content .more
{
    display:inline-block;
    margin-top:20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.scroll-top
{
    display:inline-block;
    font-size:18px;
    padding:0 9px 2px 10px;
    margin-top:40px;
    width:auto;
    text-align:center;

    background:lightgray;
}
.scroll-top:hover
{
    background: #69D678;
}

h1.title-cover.single-event
{
    background-color:rgba(0,0,0,0.5);
    font-size:26px;
    padding: 10px 20px;
}



/* home */
#slideshow-box .baseline
{
    position:absolute;
    z-index: 100;
    margin-top:-82px;
    color:#fff;
    width:100%;
    text-align: center;
    background-color:rgba(0,0,0,0.4);

    font-size: 24px;
    font-weight: 800;

    letter-spacing: 6px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
    line-height: 1.3em;

    text-transform: uppercase;

    padding:10px 20px;
}
@media only screen and (max-width: 1000px)
{
    #slideshow-box .baseline
    {
        font-size: 16px;
        letter-spacing: normal;
        line-height: normal;
    }
}
@media only screen and (max-width: 340px)
{
    #slideshow-box .baseline
    {
        display:none;
    }
}

div.social
{
    text-align:center;
    margin-top: 20px;
}

.nivo-directionNav a
{
    background: #34645a;
    
    padding:0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#fff;

    font-weight:bold;
    font-size:12px;

    opacity: 0.7;
    margin:0 20px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nivo-directionNav a:hover
{
    opacity:1;

}
/* /home */


/* FOOTER */
/* pre-footer */
div#pre-footer
{
    text-align: center;
}
a.btn-footer
{
    display: inline-block;
    margin:40px auto;
}
/* /FOOTER */
