body {
	margin:0;
	padding:0
}
body a {
	cursor:pointer
}
main.page {
/*	padding-top:120px; */
}
.page {
/*    padding-top: 5.537109375rem; */
	padding-top: 1rem;
}

.top-new {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-ms-flex-flow:row nowrap;
	flex-flow:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	height:100px;
	background:#fff;
	color:#000;
	box-shadow:0 0 3px 5px rgba(0,0,0,.125)
}
.top-new a {
	color:#fff!important
}
@media screen and (max-width:1140px) {
  .top-new a {
	color:#000!important
  }
}
.top-new .menu-toggle {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-line-pack:center;
	align-content:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100px;
	min-width:100px;
	height:100%;
	background:#fff
}
.top-new .menu-toggle:before {
	content:'';
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	width:100%;
	height:35px;
	background:url(../images/825968d792f5815d61613b6d272629eb.png);
	background-repeat:no-repeat;
	background-size:35px;
	background-position:50%
}
.top-new .menu-toggle:after {
	content:'☰';
	font-size:25px;
	padding-top:6px
}
.top-new .logo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width:20%;
	min-width:175px;
	max-width:200px
}
/*
.top-new .logo, .top-new .logo:before {
*/
.top-new .logo, .top-new .logo {
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	height:100%
}
/*
.top-new .logo:before {
*/
.top-new .logo {
	content:'';
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	width:100%;
/*	background:url(../images/9d13919a23d609447b480315a60c87c7.png); */
/*	background:url(../images/logo2_white.png); */
/*	background:url(../images/Radiodays-Europe-2019-RGB-blackx250.png); */
	background:url(../images/Radiodays-Europe-2020-RGB-blackx250.png);	
	background-repeat:no-repeat;
	background-size:calc(100% - 20px);
	background-position:20px 50%
}

.top-new nav.main-nav {
	position:relative;
	list-style:none;
	display:none;
	-ms-flex-flow:row nowrap;
	flex-flow:row;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-ms-grid-row-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	height:100%;
/*	padding:0 24px 0 0; */
/*	padding: 0 24px 0 20px; */
    padding: 0 15% 0 0;
	background:#fff;
}
.top-new nav.main-nav li a {
	position:relative;
/*	color:#000; */
	text-decoration:none;
	font-size:16px;
	font-weight:600;
}
.top-new nav.main-nav:before {
	content:'';
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	width:45px;
	height:100%;
/*	background:url(../images/37606a90f2a14335bd92d31939a90215.png) no-repeat */
/*	background:url(../images/logo2b_white.png) no-repeat */
}
.top-new ul.social-icons {
	display:none;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-ms-flex-flow:row nowrap;
	flex-flow:row;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	list-style:none;
	margin-left:auto
}
.top-new ul.social-icons li {
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	margin-right:18px;
	padding:9px;
	border:1px solid #444;
	border-radius:50%
}
.top-new ul.social-icons li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	width:16px;
	height:16px;
	color:#000;
}
.top-new ul.social-icons li:first-child a {
	background:url(../images/702722e7176636e0f34d3e048a80a855.png) no-repeat;
	background-size:85%;
	background-position:50%
}
.top-new ul.social-icons li:nth-child(2) a {
	background:url(../images/2d93d79d23ddece1a8ecccb1197a4654.png) no-repeat;
	background-size:contain
}
.top-new ul.social-icons li:last-child a {
	background:url(../images/8aa885c02a048cef06f146b81c6aebe1.png) no-repeat;
	background-size:contain
}
.top-new .register-now {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 12px;
	margin-left:auto;
	height:100%;
	border-radius:1px;
/*	background:#f36b39; */
	background:#D0006F;
	font-weight:600;
}
@media screen and (min-width:1140px) {
.top-new .menu-toggle {
	display:none
}
}
@media screen and (max-width:768px) {
.top-new .logo {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	width:100%;
	max-width:100%
}
.top-new .logo:before {
	background-size:160px;
	background-position:50%
}
}
@media screen and (min-width:768px) and (max-width:1140px) {
.top-new .logo {
	max-width:175px
}
.top-new .logo:before {
	background-size:calc(100% - 18px);
	background-position:18px 50%
}
}
@media screen and (min-width:1140px) {
.top-new nav.main-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
}
@media screen and (min-width:1280px) {
.top-new nav.main-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.top-new nav.main-nav li a {
	padding-right:24px
}
}
@media screen and (min-width:768px) and (max-width:1140px) {
.top-new ul.social-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.top-new ul.social-icons li {
	padding:12px
}
.top-new ul.social-icons li a {
	width:20px;
	height:20px
}
}
@media screen and (min-width:1316px) and (max-width:1448px) {
.top-new ul.social-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	height:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:60px
}
.top-new ul.social-icons li {
	border:0;
	margin-right:0;
	padding:0 12px
}
.top-new ul.social-icons li a {
	width:20px;
	height:20px
}
}
@media screen and (min-width:1448px) {
.top-new ul.social-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
}
@media screen and (min-width:768px) {
.top-new .register-now {
	padding:0 33px;
	margin-left:0
}
}
@media screen and (min-width:1140px) {
.top-new .register-now {
	font-size:18px
}
}
.mobile-nav {
	display:none;
	position:fixed;
	top:100px;
	left:0;
	height:100vh;
	background:#fff;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	padding:0 24px 150px;
	z-index:9999;
	list-style:none
}
.mobile-nav li {
	font-size:16px;
	padding:12px 0;
	font-weight:700;
	border-bottom:1px solid #333
}
.mobile-nav li ul {
	display:block;
	padding:0 30px;
}
.mobile-nav li ul li {
	border-bottom:0
}
.mobile-nav li ul li a {
	color:#999
}
.mobile-nav li a {
	color:#000;
	text-decoration:none
}

@media screen and (min-width:768px) {
  .mobile-nav {
	height:300vh;
  }
  .mobile-nav li ul {
	display:block;
	padding:0px;
  }
  
}

ul.dropdown {
	list-style:none;
	background:#fff;
	padding:0;
	margin-left:-18px;
	display:none;
	z-index:999!important
}
ul.dropdown li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:12px 18px;
	border-bottom:1px solid #444
}


.transparent {
#  position: absolute;
#  bottom: 0px;
#  left: 0px;
}

.mycontent {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
    color: #111;
}

.mycontent a {
  color: #111;
  text-decoration: underline;
}

.mycontent a:hover, a:focus {
  color: #666;
  text-decoration: underline;
}

.fbgimage {
  width: 100%;
#  max-width: 100%;
  height: auto;
/*  color:#fff; */
}

.hero {
/*  color:#fff; */
  margin-top: -500px;
}

#sliding-popup .popup-content #popup-buttons button {
  font-weight: normal;
  text-shadow: none;
}

.featured-image {
	position: relative;
	width: 330px;
	height: 220px;
	float: left;
	margin-left: 2.0833333333%;
	margin-right: 2.0833333333%;
	margin-bottom: 10px;
}
.featured-image h3 {
	position: absolute;
	bottom: 5px;
	width: 330px;
	background: rgb(255, 255, 255);
    opacity: 0.8;
	padding-left: 5px;
	font-size: 16px;
	color: #111;
}
.featured-image h3 a {
	color: #111;
	text-decoration: underline;
}
.featured-image h3 a hover {
	text-decoration: underline;
}

.featured-image-shares {
	position: absolute;
	width: 100px;
	background: rgb(255, 255, 255);
    opacity: 0.8;
	padding: 3px;
}

.boxster {
    background-color: rgb(13, 17, 19);
    color: white;
    float: left;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 15px;
    margin: 8px;
    padding: 0 12px 12px;
    width: 203px;
	min-height: 200px;
	height: auto;
}
.boxster p::after {
    background: #ed1d24 none repeat scroll 0 0;
    content: " ";
    display: block;
/*    height: 3px; */
    margin-top: 5px;
    width: 49px;
}

/* *************************************** */
.btn_login {
    background: #D0006F none repeat scroll 0 0;
    color: #fff;
    font-size: 19.2px;
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 9pt;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	width: auto;
}

.btn_login  a, a:hover {
/*    color: #fff; */
	text-decoration: underline;
}

/*
<a href="https://www.radiodaysasia.com/register-now" target="_new" class="button B1 reg-now">Register Now</a>
*/
.inside a.action-button, a.button {
    color: #fff;
    margin: 0;
}
.button, .splash button, .splash .button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px !important;
}
.reg-now {
    position: absolute;
    right: 45px;
    top: 12px;
}
.B1x {
    background-color: #D0006F !important;
}
button, .button {
    cursor: pointer;
    border: 0 none;
    background: #D0006F;
    background-color: #D0006F;
    background-clip: border-box;
    height: auto;
    line-height: 22px;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    white-space: normal;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    color: #fff;
    -webkit-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
}
@media (max-width: 489px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}
