﻿body {
    font-family: Lato, Arial, sans-serif;
    color: #565656;
    background-color: #fff;
    webkit-tap-highlight-color: rgba(255,255,255,.2);
    font-size: 1.5em;
    line-height: 2em !important;
    letter-spacing: .06em;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-weight: 700;
    color: #1498c1;
    text-transform: uppercase;
    font-family: Lato, Arial, sans-serif;
}

h1,
.row [class*="col-"] h2:first-child,
.row [class*="col-"] h3:first-child,
.row [class*="col-"] h4:first-child,
.row [class*="col-"] h5:first-child,
.row [class*="col-"] h6:first-child,
.row [class*="col-"] p:first-child {
    margin-top: 0 !important; /* stop adding top margin of first heading in a block to the padding of the container */
}

h1 {
    font-size: 2.25em;
}

h2, h3 {
    font-size: 1.5em;
}

h4, h5 {
    font-size: 1.25em;
}

p {
    margin: 20px 0;
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 2.5em;
    }

    h2, h3 {
        font-size: 1.75em;
    }

    h4, h5 {
        font-size: 1.5em;
    }
}

a {
    font-weight: 500;
    text-decoration: none !important;
    color: #eb7404;
}

    a:hover,
    a:focus {
        -webkit-transition: all .3s ease-in-out !important;
        -moz-transition: all .3s ease-in-out !important;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out !important;
        outline: none !important;
        color: #565656;
        text-decoration: underline;
    }

/* standard responsive layout */

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.content-container {
    padding: 20px 0;
}

.row {
    margin: 0;
    padding: 0;
}

[class*="col-"] {
    margin: 0;
    padding: 20px;
}

.no-padding [class*="col-"] {
    padding: 0 !important;
}

.no-top-padding [class*="col-"] {
    padding-top: 0 !important;
}

.no-bottom-padding [class*="col-"] {
    padding-bottom: 0 !important;
}

/* no top padding on col2 mobile size */
@media (max-width:767px) {
    .row .col-sm-6:last-child {
        padding-top: 0 !important;
    }
}

/* fixed width content */

@media (min-width: 1200px) {
    .fixed-width {
        /* maximum container width */
        width: 1200px !important;
        margin: 0 auto;
    }
}

/* carousel */

header {
    background-color: #eb7404;
}

.carousel,
.carousel .item,
.carousel .active {
    max-height: 650px;
}

/* controls */

.carousel-control {
    background: none !important;
    text-shadow: none !important;
    z-index: 999;
}

.icon-prev, .icon-next {
    border: 2px solid #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    color: transparent !important;
}

.icon-prev {
    margin-left: 20px !Important;
    left: 0 !Important;
}

.icon-next {
    margin-right: 20px !Important;
    right: 0 !Important;
}

    .icon-prev .fa, .icon-next .fa {
        color: #fff !important;
        font-size: 1.1em;
        padding: 1px 5px 0 0;
    }

.icon-prev .fa {
    padding: 1px 10px 0 0;
}

/* media queries */

@media (max-width: 500px) {
    .carousel {
        display: none;
    }
}

@media (max-width: 767px) {
    .icon-prev, .icon-next {
        visibility: hidden;
    }
}

@media (min-width:992px) {
    .icon-prev, .icon-next {
        width: 66px !important;
        height: 66px !important;
        border-radius: 33px !important;
    }

        .icon-prev .fa, .icon-next .fa {
            font-size: 1.5em;
            padding: 6px 0 0 0;
        }

        .icon-prev .fa {
            padding: 6px 10px 0 0;
        }
}

/* navigation */

.navbar-custom {
    padding: 0;
    margin: 0;
    font-weight: 500;
    background-color: #fff;
    z-index: 999;
    border-radius: 0;
    border: none !important;
    outline: none !important;
    text-transform: uppercase;
}

    .navbar-custom li { /* no margins or padding */
        margin: 0;
        padding: 0;
    }

        .navbar-custom li a { /* compress text */
            color: #eb7404;
            letter-spacing: 0;
        }

            .navbar-custom li a:hover, .navbar-custom li a:focus, .navbar-custom li a:active,
            .navbar-custom .navbar-nav .open a, .navbar-custom .navbar-nav .open a:hover, .navbar-custom .navbar-nav .open a:focus { /* top level clicked / selected showing drop-down */
                outline: 0;
                background-color: transparent;
            }

.dropdown-menu { /* no margins or padding */
    margin: 0;
    padding: 0;
}

/* standard mobile navigation */

@media (max-width:767px) {
    .navbar-nav {
        margin-bottom: 0 !important;
    }

    .navbar-custom {
        font-size: 1em;
        height: 64px;
        background-color: #1498c1;
    }

        .navbar-custom .navbar-toggle {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            text-transform: uppercase;
            margin: 10px 10px 0 0;
            padding: 4px 8px;
        }

            .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
                background-color: #fff;
                border: 2px solid #fff;
                color: #1498c1;
            }

        .navbar-custom li {
            border-bottom: 1px solid #fff;
            background-color: #1498c1;
        }

            .navbar-custom li:first-child {
                border-top: 1px solid #fff;
            }

            .navbar-custom li:hover, .navbar-custom li:hover, .navbar-custom li.active {
                background-color: #f9c117;
            }

            .navbar-custom li a {
                padding: 10px 0 10px 25px;
                color: #fff !important;
                font-weight: 700;
            }

    #navbar .dropdown-menu li:first-child {
        border-top: 1px solid #fff;
    }

    #navbar .dropdown-menu li:last-child {
        border-bottom: none !important;
    }

    #navbar .dropdown-menu li a {
        padding: 10px 0 10px 35px;
        display: block;
        background-color: #eb7404;
        font-weight: 500;
    }

        #navbar .dropdown-menu li a:hover, #navbar .dropdown-menu li a:focus {
            background-color: #f9c117 !important;
        }

    ul.social {
        margin-top: 0 !important;
    }

        ul.social li {
            border: none !important;
        }
}

/* standard desktop navigation */

@media (min-width:768px) {
    .navbar-fixed-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-custom {
        font-size: 0.9em;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-custom li {
        margin: 0;
        padding: 20px 0;
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: padding .5s ease-in-out, padding .5s ease-in-out;
        transition: padding .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse li {
        padding: 10px 0;
    }

    .navbar-custom li a {
        padding: 10px;
    }

        .navbar-custom li a:hover, .navbar-custom li a:focus, .navbar-custom li a:active,
        .navbar-custom .navbar-nav .open a, .navbar-custom .navbar-nav .open a:hover, .navbar-custom .navbar-nav .open a:focus { /* top level clicked / selected showing drop-down */
            background-color: #f9c117;
            color: #fff;
        }

    .caret {
        display: block;
        margin: 3px auto 0 auto;
        color: #f9c117;
    }

    .navbar-custom li a:hover .caret, .navbar-custom li a:focus .caret, .navbar-custom li a:active .caret,
    .navbar-custom .navbar-nav .open a .caret { /* top level clicked / selected showing drop-down */
        color: #fff;
    }

    #navbar .dropdown-menu {
        font-size: 1em;
        margin-top: -21px;
        border: none !important;
        outline: none !important;
    }

    .navbar-custom.top-nav-collapse .dropdown-menu {
        margin-top: -11px !important;
    }

    #navbar .dropdown-menu li {
        /* following lines to be used only in conjunction with pseudo table */
        display: block;
        text-align: left;
        background-color: #f9c117;
        margin: 0 !important;
        padding: 0 !important;
    }

        #navbar .dropdown-menu li a {
            padding: 10px 20px;
            color: #fff;
            text-transform: none;
        }

            #navbar .dropdown-menu li a:hover, #navbar .dropdown-menu li a:focus {
                background-color: #eb7404;
            }

    ul.social {
        margin-top: -2px;
        float: right;
    }

        ul.social li a {
            border: 2px solid #eb7404;
        }
}

/* media queries */

@media (min-width: 850px) {
    .navbar-custom {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .navbar-custom {
        font-size: 1.1em;
    }

        .navbar-custom li a {
            padding: 10px 15px;
        }
}

@media (min-width: 1200px) {
    .navbar-custom {
        font-size: 1.2em;
    }
}

/* home page */

#idHomeIntro {
    background-color: #1498c1;
    color: #fff;
    margin: 20px 0;
}

    #idHomeIntro h2 {
        text-transform: none;
        color: #fff;
    }

#idHomeBoxes .row,
#idHomeBoxes .row .col-sm-12 {
    padding: 0 !important;
    margin: 0 !important;
}

    #idHomeBoxes .row .col-sm-12 .clsBox {
        padding: 0;
        margin: 0;
        min-height: 250px;
        max-height: 250px;
    }

    #idHomeBoxes .row .col-sm-12 .clsBox {
        background-position: center;
        background-repeat: no-repeat;
    }

    #idHomeBoxes .row:first-child .col-sm-12 .clsBox:nth-child(odd),
    #idHomeBoxes .row:last-child .col-sm-12 .clsBox:nth-child(even) {
        background-color: #f9c117;
    }

    #idHomeBoxes .row:first-child .col-sm-12 .clsBox:nth-child(even),
    #idHomeBoxes .row:last-child .col-sm-12 .clsBox:nth-child(odd) {
        background-color: #eb7404;
    }

    #idHomeBoxes .row .col-sm-12 .clsBox.clsBooks {
        background-image: url(/Assets/Images/CSS/bgclsBoxclsBooks.png);
    }

    #idHomeBoxes .row .col-sm-12 .clsBox.clsFamily {
        background-image: url(/Assets/Images/CSS/bgclsBoxclsFamily.png);
    }

    #idHomeBoxes .row .col-sm-12 .clsBox.clsBike {
        background-image: url(/Assets/Images/CSS/bgclsBoxclsBike.png);
    }

    #idHomeBoxes .row .col-sm-12 .clsBox.clsNote {
        background-image: url(/Assets/Images/CSS/bgclsBoxclsNote.png);
    }

    #idHomeBoxes .row .col-sm-12 .clsBox.clsRecycle {
        background-image: url(/Assets/Images/CSS/bgclsBoxclsRecycle.png);
    }

    #idHomeBoxes .row .col-sm-12 .clsBox a {
        display: block;
        min-height: 250px;
        max-height: 250px;
        color: #fff;
        text-transform: uppercase;
    }

        #idHomeBoxes .row .col-sm-12 .clsBox a span {
            width: 75%;
            max-width: 300px;
            border: 2px solid #fff;
            margin: 0 auto;
            padding: 10px;
            text-align: center;
            display: block;
        }

            #idHomeBoxes .row .col-sm-12 .clsBox a span span {
                border: none;
                margin: 0;
                padding: 0;
                display: inline-block;
                font-size: 1.2em;
                font-weight: 700;
            }

        #idHomeBoxes .row .col-sm-12 .clsBox a:hover, #idHomeBoxes .row .col-sm-12 .clsBox a:focus {
            background-color: #1498c1;
        }

@media (max-width:767px) {
    #idHomeBoxes .row .col-sm-12 .clsBox {
        display: block;
        width: 100%;
    }
}

@media (min-width:768px) {
    .two-column {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }
}

@media (min-width:992px) {
    #idHomeBoxes .row .col-sm-12 .clsBox {
        width: 20%;
        float: left;
    }
}

/* social strip */

#idSocial {
    color: #1498c1;
}

    #idSocial p {
        color: #1498c1;
        font-size: 2em;
        margin: 0 0 30px 0;
    }

    #idSocial a {
        color: #fff;
    }

.icons {
    margin: 0 auto;
    display: inline-block;
}

.icon {
    position: relative;
    text-align: center;
    width: 0;
    height: 0;
    padding: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #fff;
}

    .icon i {
        font-size: 30px;
        position: absolute;
        left: 12px;
        top: 12px;
    }

    .icon.social.fb i {
        left: 15px;
    }

    .icon.social {
        float: left;
        margin: 0 5px 0 0;
        cursor: pointer;
        background: #1498c1;
        color: #fff !important;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .icon.social:hover {
            background: #f9c117;
            color: #fff;
        }

#idSocial span {
    display: none;
}

/* news - home summary and list */

#idHomeFeatures .row,
#idHomeFeatures .row .col-sm-12 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

#idHomeFeatures h3 {
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 30px;
}

.clsArticleSummary {
    color: #474648;
    margin: 20px 0;
    border-bottom: 2px dotted #474648;
}

    .clsArticleSummary:last-child {
        margin: 20px 0 0 0;
        border-bottom: none;
    }

    .clsArticleSummary a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.1em;
    }

    .clsArticleSummary .btn-default,
    .clsArticleInner .btn-default {
        background-color: #1498c1;
        padding: 5px 15px;
        border: none;
        border-radius: 0;
        color: #fff;
        float: right;
        text-transform: uppercase;
    }

        .clsArticleSummary .btn-default:hover, .clsArticleSummary .btn-default:focus,
        .clsArticleInner .btn-default:hover, .clsArticleInner .btn-default:focus {
            background-color: #eb7404;
            color: #fff;
        }

    .clsArticleSummary p,
    .clsArticleInner p {
        margin: 10px 0;
    }

        .clsArticleSummary p.clsDate,
        .clsArticleInner p.clsDate {
            font-weight: 700;
            font-size: .8em;
            margin: 5px 0 0 0;
        }

/* news - list specific */

#idArticles [class*="col-"] {
    padding: 0 !important;
    margin: 0 !important;
}

.clsArticleInner {
    color: #fff;
    padding: 15px !important;
}

#idArticles [class*="col-"]:nth-child(odd) .clsArticleInner {
    background-color: #f9c117;
}

#idArticles [class*="col-"]:nth-child(even) .clsArticleInner {
    background-color: #eb7404;
}

.clsArticleInner img {
    margin: 0 0 20px 0;
}

.clsArticleInner h3 {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #fff !important;
}

.clsArticleInner a {
    color: #fff !important;
}

p.clsDate {
    font-size: .8em;
    font-weight: 700;
}

.clsArticleInner .btn-default {
    margin-top: 20px;
    float: none !important;
}

#idArticles [class*="col-"]:nth-child(even) .clsArticleInner .btn-default:hover, #idArticles [class*="col-"]:nth-child(even) .clsArticleInner .btn-default:hover {
    background-color: #f9c117;
}

@media (max-width:767px) {
    .clsArticleInner {
        margin: 20px 0 0 0;
    }
}

@media (min-width:768px) {
    .clsArticleInner {
        min-height: 620px;
        max-height: 620px;
        margin: 10px 20px 10px 0;
    }
}

/* news - article */

#idArticle .img-responsive {
    margin-top: 20px !important;
    width: 100%;
}

#idArticle h4 {
    margin-top: 40px;
}

.btn-back {
    margin-top: 20px !important;
    font-size: .9em !important;
}

@media screen and (min-width:768px) {
    #idArticle p.clsDate {
        margin-top: 0 !important;
    }

    #idArticle .img-responsive {
        width: 50% !important;
        float: right !important;
        margin-top: 10px !important;
        margin-left: 20px !important;
        margin-bottom: 20px !important;
    }
}

/* responsive gallery */

.Collage {
    width: 100%;
    margin: 0 auto 20px auto;
    background-color: transparent;
    border-top: 1px solid #fff !important;
}

    .Collage img {
        vertical-align: bottom;
        border-bottom: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        opacity: 1;
    }

        .Collage img:hover, .Collage img:focus {
            opacity: .8;
        }

.Caption_Background {
}

.Caption_Content {
    display: none;
}

.Image_Wrapper {
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity: 0;
}

/* about us - profiles */

.clsProfiles .col-sm-4 {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
    line-height: 1.5em !important;
}

.clsProfiles img {
    display: block;
    margin: 0 auto 10px auto;
}

.clsProfiles strong {
    display: block;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    #idCol2 h3.clsCentre {
        text-align: center;
    }
}

/* downloadable files */

ul.clsDownloads {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    color: #eb7404;
    font-weight: 700;
}

    ul.clsDownloads li {
        margin: 0;
        padding: 0;
    }

        ul.clsDownloads li.clsSub {
            padding: 0 0 0 20px;
        }

        ul.clsDownloads li strong {
            display: inline-block;
            margin: 20px 0 0;
            padding: 0;
        }

        ul.clsDownloads li:first-child strong {
            margin: 0 !important;
        }

        ul.clsDownloads li i {
            display: inline-block;
            margin: 0 10px 0 0;
        }

        ul.clsDownloads li a {
            color: #565656;
        }

            ul.clsDownloads li a:hover, ul.clsDownloads li a:focus {
                color: #eb7404;
            }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/* assessment - map links */

.row .row .col-xs-3 a,
.row .row .col-xs-9 a {
    font-size: 1.75em;
}

.row .row .col-xs-3:first-child {
    padding-right: 20px !important;
}

/* cav vs bws */


#idPanelCarVsBus .col-md-6.search {
    background-color: #1498c1;
    color: #fff;
    font-size: 2rem;
}

    #idPanelCarVsBus .col-md-6.search .row .col-md-6 {
        padding-top: 0;
    }

#idPanelCarVsBus h2 {
    margin-top: 0;
}

#idPanelCarVsBus h4 {
    margin-bottom: 20px;
}

table {
    width: 100%;
    border: none !important;
}

    table i {
        font-size: 3rem;
        color: #f9c117;
    }

    table tr:first-of-type {
        vertical-align: top;
    }

        table tr:first-of-type i {
            color: #1498c1;
        }

    table th,
    table td {
        text-align: center;
        padding: 10px;
    }

    table tbody tr:nth-child(odd) {
        background-color: #d3e5ef;
    }

    table tbody tr:nth-child(even) {
        background-color: transparent;
    }

@media only screen and (max-width: 991px) {
    #idPanelCarVsBus .col-md-6.search {
        padding: 0;
    }

    #idPanelCarVsBus .col-md-6.journey {
        padding: 30px 0 0 0;
    }
}

@media only screen and (min-width: 992px) {
    #idPanelCarVsBus .col-md-6.search {
        padding: 0 20px 0 0;
    }

        #idPanelCarVsBus .col-md-6.search .row .col-md-6 {
            padding: 20px 20px 30px 20px;
        }

    #idPanelCarVsBus .col-md-6.journey {
        padding: 0 0 0 20px;
    }
}

/* forms */

.form-control {
    border-radius: 2px;
    outline: none;
    color: #565656;
    border: 1px solid #565656 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 10px;
}

label {
    margin: 5px 0 0 0;
}

.clsShort {
    width: 25%;
    min-width: 200px;
}

input[type=radio] {
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
}

span label {
    padding: 3px 0 0 0 !important;
    margin: 0 !important;
    height: 20px;
    display: inline-block;
    vertical-align: top !important;
    line-height: 1em !important;
}

.clsError {
    background-color: #eb7404;
    border: 1px solid #eb7404 !important;
    color: #fff !important;
}

.btn-default {
    border: 0;
    margin: 0 0 20px 0;
    font-weight: 700;
    padding: 8px 16px;
    color: #fff;
    background-color: #1498c1;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.2em;
}

    .btn-default:hover {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #eb7404;
        text-decoration: none;
        color: #fff;
    }

.g-recaptcha {
    margin: 20px 0;
}

/* form validation messages */

.clsValidation {
    margin: 0 0 20px 0;
    padding: 20px;
    background-color: #eb7404;
    color: #fff;
    overflow: auto;
    display: block;
    line-height: 1.5em !important;
}

    .clsValidation p {
        margin: 0 !important;
    }

/* progress modal */

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.updateProgress {
    border: none;
    background-color: #fff;
    position: absolute;
    max-height: 250px;
    max-width: 250px;
    padding: 50px;
    text-align: center;
    font-size: 1.2em;
    color: #000;
}

    .updateProgress i {
        margin: 0 0 20px 0;
    }

/* footer */

footer {
    clear: both;
    border-top: 15px solid #f9c117;
    color: #fff;
    background-color: #1498c1;
    font-size: .9em;
    margin: 40px 0 0 0;
}

    footer .row {
        padding: 40px 0 0 0;
    }

        footer .row .col-sm-12 p {
            margin: 0 !important;
        }

            footer .row .col-sm-12 p:last-child {
                font-size: .9em;
            }

    footer a {
        color: #fff;
        white-space: nowrap;
    }

        footer a:hover, footer a:focus {
            color: #f9c117;
        }

    footer ul {
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0;
        width: 300px !Important;
    }

        footer ul li {
            margin: 0;
            padding: 5px 0;
            border-bottom: 1px solid #f9c117;
        }

            footer ul li:first-child {
                padding-top: 0;
            }

            footer ul li:last-child,
            footer ul li ul li {
                border-bottom: none !important;
            }

            footer ul li ul {
                margin: 0;
                padding: 0;
            }

                footer ul li ul li {
                    padding: 0 0 0 50%;
                }

    footer .caret {
        display: none
    }

/* back to top */

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 3px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    padding: 10px 12px;
    margin: 0;
    background-color: #f9c117;
    background-image: url(../Images/CSS/bgUpArrow.png);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 15px 15px;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* general */

.clsSmall {
    font-size: .85em;
}
