/*

Saucony Stridelab - Pages Stylesheet
Handwritten by Richard Wilmot (AztecMedia.eu)
http://www.stridelab.se/

*/

																						/* ------------ Homepage ------------ */



#home-block {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 0;
}

#home-block>li {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    position: relative;
}

#home-block #home-block-twitter {
    width: 25%;
    font-weight: 600
}

#home-block #home-block-slideshow {
    width: 50%;
    border-left: #282534 solid 20px;
    border-right: #282534 solid 20px;
}

#home-block #home-block-instagram {
    width: 25%;
    font-weight: 600
}

#home-block #home-block-twitter img,
#home-block #home-block-instagram img {
    width: 100%;
    height: auto
}

#home-block #home-block-twitter span,
#home-block #home-block-instagram span {
    background-color: rgba(40, 37, 52, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    line-height: 20px;
    padding: 20px 50px 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;
    width: 100%;
    min-height: 65px;
}

#home-block #home-block-twitter span {
    background-image: url(../../images/twitter.png);
}

#home-block #home-block-instagram span {
    background-image: url(../../images/instagram.png);
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_nav {
    display: block;
    width: 45px;
    height: 201px;
    text-indent: -25000px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    z-index: 1809
}

.rslides_nav.prev {
    background: url(../../images/slideshow-left.png) no-repeat top left;
    left: 0
}

.rslides_nav.next {
    background: url(../../images/slideshow-right.png) no-repeat top right;
    right: 0
}

.rslides_nav:hover {
    background-position: 0 -201px;
}

.rslides span.title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    position: absolute;
    top: 47%;
    display: block;
    width: 100%;
}

.rslides p {
    position: absolute;
    top: 53%;
    display: block;
    width: 100%;
}

#instructions-container {
    width: 100%;
    padding: 40px 0;
    background: #FFF;
    text-align: center
}

#instructions-container ul {
    text-align: center;
    font-size: 0;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    margin-bottom: 20px;
}

#instructions-container ul li {
    display: inline-block;
    font-size: 15px;
    color: #282534;
    width: 25%;
    vertical-align: top
}

#instructions-container ul li img {
    width: 100%;
    height: auto
}

#instructions-container ul li h4 {
    margin-bottom: 5px;
}

#instructions-container .btn {
    background: #282534;
    color: #FFF;
    margin: auto
}

#instructions-container .btn:hover {
    background-color: rgba(40, 37, 52, .5);
}

@media screen and (max-width: 1500px) {
    .rslides span.title {
        font-size: 25px;
        top: 42%
    }
    .rslides p {
        top: 50%
    }
    http: //stridelabtest.aztecmediadev.com/#
}

@media screen and (max-width: 1280px) {
    .rslides span.title {
        font-size: 20px;
    }
    .rslides p {
        font-size: 14px
    }
}

@media screen and (max-width: 1170px) {
    #home-block #home-block-slideshow {
        border-left: none;
        border-right: none;
        width: 100%;
        border-bottom: 20px solid #282534
    }
    #home-block #home-block-twitter {
        width: 50%;
        border-right: 10px solid #282534
    }
    #home-block #home-block-instagram {
        width: 50%;
        border-left: 10px solid #282534
    }
    .rslides span.title {
        font-size: 30px;
        top: 45%
    }
    .rslides p {
        top: 53%;
        font-size: 16px;
    }
}

@media screen and (max-width: 950px) {
    #instructions-container ul li {
        line-height: 20px;
        margin: 0 1%;
        width: 23%
    }
}

@media screen and (max-width: 680px) {
    .rslides span.title {
        font-size: 20px;
        padding: 0 50px;
        top: 42%
    }
    .rslides p {
        font-size: 14px;
        padding: 0 50px;
        line-height: 20px;
    }
}

@media screen and (max-width: 600px) {
    #instructions-container ul li {
        width: 98%;
        max-width: 290px
    }
}

@media screen and (max-width: 560px) {
    #home-block #home-block-twitter,
    #home-block #home-block-instagram {
        border: none;
        width: 100%;
        border-bottom: #282534 solid 20px;
    }
}

@media screen and (max-width: 480px) {
    #home-block #home-block-slideshow {
        display: none
    }
}

@media screen and (max-width: 380px) {
    #instructions-container ul li {
        width: 48%;
        margin: 1%
    }
}


/* ------------ Login + Forgot Password + Account Edit + Search + Book ------------ */

.login-page form label,
.account-page form label {
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
}

.login-page form input,
.account-page form input,
.search-page form input {
    border: none;
    background: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    color: #282536;
    padding: 0 10px;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    vertical-align: top;
    width: 220px
}

.search-page form input {
    text-align: center
}

.login-page form .buttons-login {
    float: left;
    text-align: left
}

.login-page form input#submit {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: #282534;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    width: auto
}

.login-page form input#submit:hover {
    background-color: #FFF
}

.login-page .small {
    font-size: 13px;
}

#register-form div,
#edit-form div {
    margin-bottom: 10px;
}

.login-page form#register-form label,
.account-page form#edit-form label {
    width: 220px;
    display: inline-block;
    text-align: right
}

.login-page form#register-form .checkbox label,
.account-page form#edit-form .checkbox label {
    width: auto
}

.login-page form#register-form .checkbox input,
.account-page form#edit-form .checkbox input,
.search-page form .radius-box input {
    width: auto;
    height: auto
}

.search-page form .radius-box input {
    margin: 9px 5px 0 0;
}

.login-page form input#register,
.account-page form input#save,
.search-page form input#search,
.book-page form input#book {
    background: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #282534;
    cursor: pointer;
    border: none
}

.login-page form input#register:hover,
.account-page form input#save:hover,
.search-page form input#search:hover,
.book-page form input#book:hover {
    background-color: #FFF
}

@media screen and (max-width: 1024px) {
    .login-page form label,
    .account-page form label {
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
        float: none;
        text-align: center
    }
    .login-page form#register-form label,
    .account-page form#edit-form label {
        text-align: center
    }
    .login-page form input,
    .account-page form input,
    .search-page form input {
        margin: 0 25% 10px;
        width: 50%;
        text-align: center
    }
    .login-page form input#submit {
        float: none
    }
}

@media screen and (max-width: 680px) {
    .login-page form input,
    .account-page form input,
    .search-page form input {
        margin: 0 15% 10px;
        width: 70%;
    }
}


/* ------------ Account Info ------------ */

.user-info {
    padding-top: 60px;
}

.booking-table {
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
}

.booking-table td {
    padding: 10px 30px;
    vertical-align: middle
}

.booking-table th {
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 10px;
}

.booking-table .btn {
    float: right
}

.account-page form input#yes {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: #282534;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    width: auto
}

.account-page form input#yes:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #282534
}


/* ------------ Search ------------ */

.search-page form .radius-box ul {
    text-align: center;
    margin: 10px 0 20px;
}

.search-page form .radius-box ul li label {
    display: inline-block;
    width: 130px;
    text-align: left
}

#results-screen {
    margin: 0 auto;
    overflow: hidden;
}

#results-screen #results-map {
    height: 350px;
}

#back {
    margin-bottom: 30px
}

#results_list table {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0
}

#results_list table .btn {
    float: right;
    margin-right: 20px;
}

.search-page #results_list table:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
}

.search-page #results_list table:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.4);
}

.search-page #results_list table td {
    vertical-align: middle;
    padding: 0px 20px;
}

.search-page #results_list table tr:first-child td {
    padding-top: 20px;
}

#results_list table tr:last-child td {
    padding-bottom: 20px;
}

#results_list table td.results-table-name {
    width: 50%;
    font-weight: 700;
    text-transform: uppercase
}

.search-no-results,
#error_block {
    padding: 5px 20px;
    background: #900;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase
}

.results-table-link {
    padding: 0 !important
}

@media screen and (max-width: 900px) {
    .results-table-link {
        min-width: 155px;
    }
    .results-table-name,
    .results-table-distance,
    .results-table-address {
        line-height: 22px;
    }
    #results_list table .btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 680px) {
    .booking-table {
        line-height: 22px
    }
    .booking-table td {
        padding: 10px;
    }
}


/* ------------ Book ------------ */

#store-screen {
    margin-bottom: 60px;
}

#store-screen #map {
    height: 350px;
}

.store-page #results_list h2 {
    margin-top: 30px;
}

.store-page #results_list a {
    background-color: #fff;
    color: #282534;
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    width: 24%;
    float: left;
    margin: 0.5%
}

.store-page #results_list a.taken,
.store-page #results_list a.taken:hover {
    background-color: rgb(239, 36, 36);
    color: rgb(255, 255, 255);
}

.store-page #results_list a.taken-notifs,
.store-page #results_list a.taken-notifs:hover {
    background-color: rgb(239, 160, 36) !important;
    color: rgb(255, 255, 255);
}

.store-page #results_list a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #282534
}

.book-page .btn {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: #282534;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    width: auto;
    margin-top: 20px;
}

.book-page .btn:hover {
    background-color: #FFF
}

.book-page #message-amber,
.book-page #message-green {
    padding: 5px 20px;
    background: #F90;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.book-page #message-green {
    background: #690;
}

@media screen and (max-width: 680px) {
    .store-page #results_list h2 {
        font-size: 24px
    }
    .store-page #results_list a {
        width: 32%
    }
}