/* Banner for radio page */
.custom-top-banner {
	margin: -18px 0 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #9d1933;
    border: 1px solid #41010f;
    background: linear-gradient(to bottom, #b52143 0%,#811128 98%);
    color: #fff;
}

.custom-top-banner p {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold !important;
}

.custom-top-banner-anchor{
	color: #fff;
    background: #379bde;
    border: none;
    padding: 5px;
    margin-left: 10px;
    -moz-border-radius: 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px / 5px 5px 5px 5px;
    border-radius: 5px / 5px 5px 5px 5px;
    -webkit-transition: background-color 2s ease-out;
  	-moz-transition: background-color 2s ease-out;
  	-o-transition: background-color 2s ease-out;
    transition-duration: 0.2s;
    cursor: pointer;
}

.custom-top-banner-anchor:hover {
	color: #fff;
}

.custom-top-banner-anchor:hover {
  background-color: #358fc9;
}

@media only screen and (max-width: 768px) {
	.custom-top-banner {
		padding-top: 50px !important;
	}

}

@media only screen and (max-width: 450px) {
	.custom-top-banner {
		padding-top: 50px!important;
		height: 70px !important;
	}
	.custom-top-banner p {
		font-size: .8em !important;
	}
	.racustomio-top-banner-anchor{
		padding-top: 2.5px !important;
		padding-bottom: 2.5px !important;
	}
}

.homepage .masthead-container {
    position: relative;
}

.homepage #masthead {
    display: block;
    margin: 0 5px;
}

.homepage #main-container {
    width: 100%;
    min-height: 2000px;
    margin: 0 auto;
}

.homepage .masthead-center {
    width: 100%;
    margin-top: 20px;
}

.logo-homepage {
    display: none;
}

.homepage .logo {
    display: block;
    margin-top: 30px;
}

.homepage .account-container {
    display: none;
    right: 0;
    width: 250px;
    float: right;
    margin: 20px 0 0;
}

.homepage .logo {
    float: left;
    background: url("../images/logo.png") no-repeat left top;
    width: 139px;
    height: 34px;
}

.homepage a.signup {
    color:#379bde;
    margin: 5px;
    display:inline-block;
    background:none;
}

.homepage a.signup:hover {
    color: #358fc9;
    background:none;
}

.homepage a.login {
    font-weight: bold;
    margin: 16px 0 0 80px;
    float: left;
    display: inline-block;
    color: #2d3137;
}

.homepage-intro {
    width: 100%;
    display: block;
    margin: 60px auto 35px;
    text-align: center;
    line-height: 1.2em;
    color: #2D3137;
}

.homepage #footer {
    width: 100%;
    clear: both;
}
a.homepage-action-button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2775a8;
    border: solid 1px #34000c;
}

.homepage-skip-container {
    margin: 36px auto;
    width: 306px;
    height: 30px;
    border: 1px solid #ccc;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6px 0 3px 15px;
    background:#dce0e4;
    font-size: 20px;
}

.homepage-skip-container input[type=checkbox].css-checkbox {
    float: left;
    width: 18px;
    height: 19px;
    margin: 0 10px 0 0;
    border: 1px solid #7b828b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #358fc9;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.homepage-skip-container input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 45px;
    height: 25px;
    display: inline-block;
    line-height: 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.homepage-skip-container input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
}

.homepage-skip-container .css-label {
    background-image: url("../images/checkmark.png");
}

.homepage-intro-holder {
    margin: 60px auto;
    display: block;
}

.homepage-map-title {
    margin: 47px 0 0;
    display: block;
    width: 100%;
    line-height: 65px;
    font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    color: #282B30;
    font-size: 60px;
    text-align: center;
}

.map {
    display: none;
}

.app-icons {
    background: url("../images/appIcons.png") no-repeat center top;
    width: 100%;
    background-size: 90%;
    height: 218px;
}

.homepage h2 {
    font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 53px;
}


a.homepage-action-button {
    font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    font-weight:400;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    float: right;
    background-color: #379bde;
    -moz-border-radius: 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px / 5px 5px 5px 5px;
    border-radius: 5px / 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.homepage-action-button:hover {
    background: #2c86c0;
    color:white;
}


/* ==================
    MAP ON HOMEPAGE
   ================== */



.map {
 /* For placing the divs */
    position: relative;
}

#homepage-sample-player-container1 {
    position: absolute;
    top: 392px;
    left: 262px;
    height: 10px;
    width: 20px;
    z-index: 5;
}

#homepage-sample-player-container2 {
    position: absolute;
    top: 435px;
    left: 550px;
    height: 35px;
    width: 38px;
    z-index: 5;
}

#homepage-sample-player-container3 {
    position: absolute;
    top: 330px;
    left: 805px;
    height: 20px;
    width: 15px;
    z-index: 5;
}

.homepage-sample-player-container {
    position: absolute;
    padding-bottom: 5px;
    z-index: 30;
}

.player-content {
    position: relative;
    padding: 4px 8px 5px 8px;
    width: 255px;
    height: 80px;
    padding: 0px;
    background: #383D42;
    border: #000000 solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.17);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.17);
    box-shadow: 0 1px 3px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.17);
}

.player-content:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 211px;
    border-style: solid;
    border-width: 12px 14px 0;
    border-color: #383D42 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.player-content:before {
    content: "";
    position: absolute;
    top: 81px;
    left: 211px;
    border-style: solid;
    border-width: 12px 14px 0;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.homepage-sample-player-container .player-content .playerButton {
    width: 68px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.homepage-sample-player-container .player-content .playerDescription {
    position: absolute;
    top: 6px;
    left: 82px;
    right: 0;
    bottom: 0;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

html.rtl .homepage-sample-player-container .player-content .playerDescription {
    right: 20px;
}

.homepage-sample-player-container .player-content .playerDescription h4 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #358fc9;
    font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
    font-weight: Bold;
    text-shadow: 0 -1px 0 #000;
}

.homepage-sample-player-container .player-content .playerDescription p {
    font-family: 'DIN_Light', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    padding: 4px 0 0 17px;
}

.svg .homepage-sample-player-container .player-content .playerDescription p {
    background-image: url("../images/manIcon.svg");
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 11px;
}

.no-svg .homepage-sample-player-container .player-content .playerDescription p {
    background-image: url("../images/manIcon.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 11px;
}

.map div.jp-audio div.jp-type-single div.jp-interface {
    border: none;
    box-shadow: none;
    height: 0;
    position: relative;
    bottom: auto;
}

.map a.jp-play {
    top: 0;
    position: absolute;
    left: -3px;
    float: left;
    width: 66px;
    height: 81px;
    border-right: 1px solid #000;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.map a.jp-pause {
    top: 0;
    position: absolute;
    left: -3px;
    float: left;
    width: 66px;
    height: 81px;
    border-right: 1px solid #000;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.map .pause-image {
    margin: 26px 0 0 29px;
    left: -4px;
    top: 2px;
}

.map .play-image {
    margin: 29px 0 0 24px;
    width: 35px;
    height: 35px;
}

.svg .map .play-image {
    background-image: url("../images/playBtn.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px;
}

.no-svg .map .play-image {
    background-image: url("../images/playBtnFallback.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px;
}

.homepage #footer {
    display: block;
}

@media only screen and (min-width: 300px) {
 
    /*.homepage .masthead-container {
        display: none;
    }*/

    .homepage-intro {
        margin-top: 100px;
    }

    .homepage #footer {
        display: none;
    }

    .read, .listen, .see {
        font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
        font-weight: bold;
        text-align: center;
        float: none;
        width: 74%;
        margin: 70px auto;
        font-size: 1em;
    }

    .homepage-intro-title {
        margin: 10px 0 5px;
        line-height: 1.4em;
        font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
        font-weight: bold;
        color: #282B30;
        font-size: 24px;
        text-align: center;
    }

    .homepage-read-image {
        margin: 0 auto 40px;
        display: block;
        width: 269px;
    }

    .homepage-listen-image {
        margin: -33px auto 40px;
        display: block;
        width: 226px;
    }

    .homepage-see-image {
        margin: -8px auto -14px;
        display: block;
        width: 204px;
    }
    
    .homepage-actions {
   		height:120px;
   	}
   
    h2.homepage-intro {
        font-size: 22px;
        line-height: 1.1em;
        width:90%;
        display:block;
        margin: 0 auto;
        margin-top: 90px;
        margin-bottom:20px;
    }

    .homepage .products img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .homepage .products {
        width: 100%;
        background-image: url("../images/collage.png");
        background-size: 100%;
        background-position-y: 20px;
        background-repeat: repeat-x;
        margin-top: -70px;
    }
    
    .homepage-actions {
	    display: block;
		margin: 0 auto;
	    width: 90%;
	    margin-bottom:25px;
	}

    a.button.left {
        width: 40%;
        float: left;
        margin-left:2%;
    }

    a.button.right {
        width: 40%;
        float: right;
        margin-right:2%;
    }
    
    a.button.left, a.button.right  {
	    line-height: 1.2em;
	    padding: 7px;
	    font-size:14px;
	}
	
	 .homepage-skip-container {
        position: relative;
        margin-top: 20px;
    }

}

@media only screen and (min-width: 500px) {
 
    h2.homepage-intro {
        font-size: 32px;
    }
}

@media only screen and (min-width: 540px) {
 /* To fix portrait view on Android */
    .app-icons {
        background-size: 410px;
        height: 218px;
        margin: auto 10px;
        position: relative;
    }

}

@media only screen and (max-width: 767px) {
    .homepage #footer-left p {
        margin-top: 50px;
    }

    .homepage #footer-right {
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    .homepage .masthead-container {
        display: block;
    }

    .homepage-skip-container {
        position: relative;
        margin: 30px auto 0px;
    }

    .homepage .logo {
        display: none;
    }
    
        a.button.left {
        width: 40%;
        float: left;
        margin-left:2%;
    }

    a.button.right {
        width: 40%;
        float: right;
        margin-right:2%;
    }
    
    a.button.left, a.button.right  {
	    line-height: 1.2em;
	    padding: 10px;
	    font-size:1em;
	    margin-bottom:1em;
	}

    .logo-homepage {
        background: url("../images/logoBig.png") no-repeat left top;
        display: block;
        float: left;
        width: 279px;
        height: 98px;
    }

    .homepage #main-container {
        width: 70%;
        height: 2000px;
        margin: 0 auto;
		/*border: 2px solid yellow;*/;
    }
    
    .homepage .products {
        margin-top: 0%;
    }
    
    .homepage-actions {
	    height:100px;
    }

    .homepage .products img {
        width: 100%;
    }

    .homepage-action-button.left {
        margin: 0 0% 0 11%;
        float: left;
        width: 33%;
    }

    a.homepage-action-button.left, a.homepage-action-button.right {
        font-size: 18px;
        padding: 10px;
    }

    .homepage-action-button.right {
        margin: 0 11% 0 0;
        float: right;
        width: 33%;
    }

    h2.homepage-intro {
        font-size: 44px;
        line-height: 1.2em;
        margin-top: 110px;
    }

    .homepage .collage {
        background-image: url("../images/collage.png");
        background-repeat: repeat-x;
        background-position: 0px 480px;
        height: 829px;
        display: block;
    }

    .homepage .products {
        width: 100%;
        background-image: none;
    }

    .homepage .products img {
        margin-left: 9px;
        display: block;
        height: auto;
    }

    .homepage-intro {
        width: 660px;
        margin: 125px auto 35px;
    }

    .homepage #footer {
        width: 100%;
        clear: both;
        display: block;
    }

    .homepage #footer-left {
        margin: 10px 0 0;
        clear: both;
        float: left;
        text-align: left;
    }

    .homepage #footer-right {
        width: 151px;
        float: right;
    }

    .map {
        margin: 0 auto;
        clear: both;
        background: url("../images/map768.png") no-repeat center top;
        width: 768px;
        height: 515px;
        display: block;
        top: 50px;
    }

    #homepage-sample-player-container1 {
        top: 214px;
        left: -16px;
    }

    #homepage-sample-player-container2 {
        top: 255px;
        left: 260px;
    }

    #homepage-sample-player-container3 {
        top: 163px;
        left: 406px;
    }

    #homepage-sample-player-container2 .player-content:after {
        left: 171px;
    }

    #homepage-sample-player-container2 .player-content:before {
        left: 171px;
    }

    .read, .listen, .see {
        font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
        font-weight: bold;
        text-align: center;
        float: none;
        width: 74%;
        margin: 70px auto;
        font-size: 1.4em;
    }

    .homepage-intro-title {
        margin: 40px 0 30px;
        line-height: 50px;
        font-family: 'DIN_Medium', 'Helvetica', 'Arial', sans-serif;
        font-weight: bold;
        color: #282B30;
        font-size: 50px;
        text-align: center;
    }

    .see .homepage-intro-title {
        margin-bottom: 29px;
    }

}


@media only screen and (min-width: 1000px) {

    .homepage-actions {
	    margin-bottom:0;
    }
    
    a.button.left {
        margin: 0 0% 0 11%;
        width: 33%;
    }

    a.button.right {
        margin: 0 11% 0 0;
        width: 33%;
    }
}

@media only screen and (min-width: 1140px) {
    .homepage #footer {
        width: 100%;
        clear: both;
    }
    
     .app-icons {
        background-size: 100%;
        width: 100%;
        margin:0 auto;
    }

    .homepage #main-container {
        width: 70%;
        height: 2000px;
        margin: 0 auto;
		/*border: 2px solid green;*/;
    }

    .homepage #masthead {
        width: 100%;
    }

    .homepage-intro-holder {
        margin: 120px auto;
        display: block;
    }

    .read, .listen {
        float: left;
        width: 30%;
        margin: 0 4% 0 0;
    }

    .see {
        float: left;
        width: 30%;
        margin: 0;
    }

    .homepage-read-image {
        margin: 0 auto 60px;
        display: block;
    }

    .homepage-listen-image {
        margin: -33px auto 40px;
        display: block;
    }

    .homepage-see-image {
        margin: -8px auto -14px;
        display: block;
    }

    .homepage .app-icons {
        margin: 0px 0 20px 0;
        top: 0px;
    }

}

@media only screen and (min-width: 1482px) {
    .homepage #footer {
        width: 100%;
        clear: both;
    }

    .homepage #main-container {
        width: 1041px;
        max-width: 1041px;
        margin: 0 auto;
		/*border: 2px solid red;*/;
    }

    .map {
        margin: 0 auto;
        clear: both;
        background: url("../images/map.png") no-repeat center top;
        width: 985px;
        height: 661px;
        display: block;
        top: 50px;
    }

    #homepage-sample-player-container1 {
        top: 300px;
        left: 45px;
    }

    #homepage-sample-player-container2 {
        top: 348px;
        left: 347px;
    }

    #homepage-sample-player-container3 {
        top: 240px;
        left: 586px;
    }

    #homepage-sample-player-container2 .player-content:after {
        left: 211px;
    }

    #homepage-sample-player-container2 .player-content:before {
        left: 211px;
    }
}

@-moz-document url-prefix() {
    .map .pause-image {
        margin: 26px 0 0 29px;
        left: -4px;
        top: 2px;
    }

    .map .play-image {
        margin: 29px 0 0 24px;
        width: 35px;
        height: 35px;
    }
}