.banner
{
    padding-top: 2.8125rem;
    /*background: url('../../images/banner.jpg') center center no-repeat;*/
    background: url('../../images/banner/banner_music.jpg') center center no-repeat;
    /*height: 250px;*/
    height: 400px;
    background-size: cover;

    /*orange update*/
    display: inline-block;
    width: 100%;
    position: relative;
}

/*
 *  Custom banner themes
 */

.banner-default{

}

.banner-corona{

}

.banner-summer{
	background: url('../../images/banner/banner_summer.jpg') center center no-repeat;
	background-size: cover;
}

.banner-rain{
    background: url('../../images/banner/banner_rain.jpg') center center no-repeat;
    background-size: cover;
}

.banner-christmas{
    background: url('../../themes/christmas/images/banner.png') center center no-repeat;
    background-size: cover;
}


/*
 *  Looney clicker
 */

.looney-clicker{
    display: none;
    background: url('../../images/banner/hammer-small.png') center center no-repeat;
    height: 153px;
    width: 100px;
    position: absolute;
    z-index: 81;
    background-size: cover;
    /*border: black 2px solid;*/
    cursor: none;


    -webkit-transform : rotate(45deg);
    -moz-transform : rotate(45deg);
    -ms-transform : rotate(45deg);
    transform : rotate(45deg);
}

.looney-clicker-summer{
	background: url('../../images/banner/hand-pointer-small.png') center center no-repeat;
	background-size: cover;

	width: 120px;
}

.looney-clicker-rain{
    background: url('../../images/banner/hand-pointer-small.png') center center no-repeat;
    background-size: cover;

    width: 120px;
}

.looney-clicker-christmas{
    background: url('../../themes/christmas/images/candycane.png') center center no-repeat;
    background-size: cover;

    width: 75px;

/*    -webkit-transform : rotate(10deg);
    -moz-transform : rotate(10deg);
    -ms-transform : rotate(10deg);
    transform : rotate(10deg);*/
}

/*
 *  Looney image
 */

.looney-image{
    display: inline;
    height: 320px;
    position: absolute;
    bottom: 0;
    /*z-index: 80;*/
    z-index: 9;
}

.looney-image:hover{
    cursor: url('../../images/banner/hammer-xsmall.png'), auto;
}

.looney-image-summer:hover{
	cursor: url('../../images/banner/hand-pointer-xsmall.png'), auto;
}

.looney-image-rain:hover{
    cursor: url('../../images/banner/hand-pointer-xsmall.png'), auto;
}

.looney-image-christmas:hover{
    cursor: url('../../themes/christmas/images/candycane-small.png'), auto;
}


.looney-image-left{
/*	display: inline;
    height: 320px;
    position: absolute;
    bottom: 0;*/
}

.looney-image-right{

    right: 0;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.looney-image-corona-left{

}

.looney-image-corona-right{
    right: 0;
}

.looney-image-summer-left{

}

.looney-image-summer-right{
    right: 0;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.looney-image-rain-left{

}

.looney-image-rain-right{
    right: 0;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.looney-image-christmas-left{

}

.looney-image-christmas-right{
    right: 0;

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/*@media screen and (max-width: 736px) {*/
@media screen and (max-width: 900px) {

    .looney-image-right{
        display: none;
    }

    .looney-image-left{
        display: none;
    }

    .looney-image-corona-left{
        height: 100px;
    }

    .looney-image-corona-right{
        /*display: none;*/
        height: 100px;
    }

    .looney-image-summer-left{
        height: 100px;
    }

    .looney-image-summer-right{
        /*display: none;*/
        height: 100px;
    }

    .looney-image-rain-left{
        height: 100px;
    }

    .looney-image-rain-right{
        /*display: none;*/
        height: 100px;
    }

    .looney-image-christmas-left{
        height: 100px;
    }

    .looney-image-christmas-right{
        /*display: none;*/
        height: 100px;
    }

}

/*
 *  Stop looney button
 */

.stop-looney-btn{
    /*position: fixed;*/
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    color: #fff !important;
    /*padding: 10px;*/
    text-align: center;
    background: #d9534f;
    transition: background-color 300ms ease-out;
    z-index: 99;
    display: none;

    height: 48px;
    line-height: 48px;
    /*font-family: Gothic;*/
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

.stop-looney-btn:hover{
    /*background-color: */
}

@media screen and (max-width: 736px) {
    .stop-looney-btn{
        left: 5px;
        right: unset;
        width: calc(100% - 116px);
    }
}


/*
 *	Quote on banner
 */

.quote {
    width: 100%;
    height: 100%;
    display: table;
}

.quote-inner{
	display: table-cell;
    vertical-align: middle;

    /*padding-top: 40px;*/
}

.quote p {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-align: center;
    color: #FFF;
    font-size: 50px;
    /*text-shadow: 0px 3px 5px #000;*/
    text-shadow: 0px 5px 5px #000;
    position: relative;
    /*z-index: 10;*/

    margin:0;
}

.quote-title{
    font-size: 70px !important;
    line-height: 60px;
}

.quote-orange{
    color: orange !important;
    font-weight: bold !important;

    /*margin-bottom: 40px;*/
    font-size: 50px !important;
}


@media screen and (max-width: 736px) {
    .quote-title{
        font-size: 50px !important;
    }

    .quote-orange{
        font-size: 40px !important;
        margin-bottom: 20px !important;
    }

}



/*
 *	Buttons on banner
 */

.random-btn{
    position: absolute;
    /*top: 80px;*/
    /*top: 90px;*/
    top: 50px; /* Use this when tips btn is hidden */
    right: 5px;
    color: #fff !important;
    /*padding: 0 5px;*/
    padding: 5px 10px;
    /*background-color: #2A80B9;*/
    background-color: #003F54;
    transition: background-color 300ms ease-out;
    z-index: 99;
}

.random-btn:hover{
    color: #fff;
    background-color: #007095 !important;
}


.info-popup{
    position: absolute;
    top: 50px;
    right: 5px;
    color: #fff;
    /*padding: 0 5px;*/
    padding: 5px 10px;
    /*background-color: #2A80B9;*/
    background-color: #003F54;
    transition: background-color 300ms ease-out;
    z-index: 99;
}

.info-popup:hover{
    color: #fff;
    background-color: #007095 !important;
}

.fa-btn-info{
    right: 58px;

    padding: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    display: table;
}

.fa-btn-info > i{
    display: table-cell;
    vertical-align: middle;
}

.fa-btn-random{

    padding: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: middle;
    display: table;

}

.fa-btn-random > i{
    display: table-cell;
    vertical-align: middle;
}