@charset "utf-8";

body {
	background-color: #f5f5f5;
	height: 1500px;
}

/* 
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
*/

/*CDN STICKY NAV */
#cdn-menu {
	width: 100%;
	height: 50px;
	background-color: #004985;
	position: fixed;
	top: 0;
	overflow: hidden;
	z-index: 9999;
	display: none;
}

#cdn-menu-wrap {
	width: 1170px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cdn-logo-menu {
	width: 67px;
	height: auto;
	margin-top: 9px;
}

#cdn-logo-menu img {
	width: 100%;
}

#cdn-top-menu {
	width: 84%;
	margin: 13px 0 0 0;
}

#cdn-top-menu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-transform: uppercase;
}

#menu-toggle {
	display: none;
	width: 24px;
	height: 24px;
	margin: 12px 0 0 10px;
}

#menu-toggle img {
	width: 100%;
}

#cdn-search {
	display: none;
	width: 24px;
	height: 24px;
	margin: 12px 10px 0 0;
}

#cdn-top-menu li {
	font: 14px 'Source Sans Pro',sans-serif;
	margin: 0 auto;
}

#cdn-top-menu a, #cdn-top-menu a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#cdn-top-menu a:hover {
	color: #1BBBE9;
	font-size: 16px;
}

#cdn-logo-menu img {
	width: 100%;
}

#cdn-logo {
	color: #004b88;
}

/* EXPAND MENU */
.menulist{
	position:fixed;
	z-index:10000;
	left:0;top:51px;bottom:0;
	width:100%;
	height:0;
	background-color: #ffffff;
	overflow-x:hidden;
	font-family: 'ff-meta-correspondence-web-', sans-serif;
	text-transform: uppercase;
	transition: .3s;
}

.mnopen {
	width: 100%;
	height: 568px;
}

#nav-close {
	text-align: right;
	width: 93%;
	cursor: pointer;
	position: relative;
	margin: 15px auto 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.10em;
}

#nav-close span {
	background-color: #333333;
	padding: 5px;
	color: #ffffff;
}

#mlist {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mlist ul {
	overflow: hidden;
}

.mlabel {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	padding: 0 0 5px 0;
}

.mlabel a, .mlabel a:visited, .mlabel a:hover {
	color: #0b72b5;
	text-decoration: none;
}

.mlink {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px 0;
}

.mlother {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
}

.mlink a, .mlink a:visited, .mlink a:hover {
	color: #333333;
	text-decoration: none;
}

.mlother a, .mlother a:visited, .mlother a:hover {
	color: #333333;
	text-decoration: none;
}

#m-contact {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mc-logo {
	width: 160px;
	height: auto;
	margin: 20px auto 0;
}

#mc-logo img {
	width: 100%;
}

#mc-social {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

#mc-social ul {
	margin: 0 auto;
	width: 155px;
}

#mc-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0 3px;
}

#mc-social li img {
	width: 100%;
}

/* MASTHEAD */

#cdn-wu-mhead {
	width: 1366px;
	height: 560px;
	margin: 0 auto;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 1170px;
	height: 75px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.cdn-logo {
	width: 67px;
	height: 30px;
	margin: 20px 0 0 0
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 143px;
	height: 70px;
	margin: 0;
}

.whatsup-logo img {
	width: 100%;
}

.whatsup-social {
	width: 126px;
	height: 24px;
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mhead-headline {
	width: 50%;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 20px;
	position: absolute;
}

.mhead-headline h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.02em;
	line-height: 1.12em;
	text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.mhead-headline a, .mhead-headline a:visited, .mhead-headline a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pdate {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}

/* SECTION */
#cdn-wu-section {
	width: 1170px;
	height: auto;
	margin: 20px auto 0;
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cdn-wu-left {
	width: 850px;
	height: auto;
	margin: 0;
}

#wu-video {
	width: 850px;
	height: 603px;
	margin: 0;	 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#wu-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px auto 0;
}

#wu-box {
	width: 31.5%;
	height: auto;
	background-color: #ffffff;
	margin: 0 0 20px 0;
	box-shadow: 0px 3px 6px #0000000B;
}

#wu-img {
	width: 100%;
	height: 142px;
	background-position: 50% 50%;
	background-size: cover;
}

#wu-box h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #333333;
	padding: 10px;
	margin: 0 auto;
	font-weight: 700;
	line-height: 20px;
}

#wu-box h3 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #7B7B7B;
	text-transform: uppercase;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
}

#wu-box a, #wu-box a:visited, #wu-box a:hover {
	color: #333333;
	text-decoration: none;
}

#wu-read-more {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#wu-read-more a, #wu-read-more a:visited, #wu-read-more a:hover {
	color: #666666;
	text-decoration: none;
}


#cdn-wu-side {
	width: 300px;
	height: auto;
	margin: 0;
}

/* MOST READ */
#cdn-mr-lbl {
	width: 100%;
	background-color: #004985;
	height: 25px;
	margin: 20px auto 0;
}

#cdn-mr-lbl span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 4px 0 0 10px;
	display: block;
}

#cdn-mr {
	width: 300px;
	height: auto;
}

#cdn-mr-box {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto 0;
}

#mr-img {
	width: 33%;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0;
}

.mr-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	width: 62%;
	line-height: 18px;
	text-decoration: none;
}

#cdn-mr a, #cdn-mr a:visited {
	color: #333333;
	text-decoration: none;
	transition: .5s;
}

#cdn-mr a:hover {
	color: #8A2387;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 1170px;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

#cdn-f-menu ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

#cdn-f-menu li {
	display: inline-block;
	font: 14px 'Source Sans Pro',sans-serif;
	text-transform: uppercase;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    zoom: 1;
}

#cdn-f-menu a, #cdn-f-menu a:visited, #cdn-f-menu a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#cdn-f-menu h3 {
	font: 14px 'Source Sans Pro',sans-serif;
	color: #ffffff;
	text-align: center;
}



/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

#cdn-lb-ad {
	width: 970px;
	height: auto;
	margin: 20px auto 0;
	text-align: center;
}

#cdn-widesky {
	width: 300px;
	height: auto;
	margin: 20px auto 0;
}

.vid-place {
	background-image: url(images/video-placeholder.png);
	background-position: 50% 50%;
	background-size: cover;
}


/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1169px){
#cdn-menu-wrap {
    width: 980px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cdn-wu-mhead {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.mhead-nav {
    width: 95%;
    height: 75px;
}

#cdn-wu-section {
    width: 95%;
    height: auto;
    margin: 20px auto 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cdn-wu-left {
    width: 650px;
    height: auto;
    margin: 0;
}

#wu-video {
    width: 100%;
    height: 605px;
}

#wu-img {
    height: 120px;
}

/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 0 auto;
}

#cdn-lb-ad {
	width: 728px;
	height: 90px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 600px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

}

/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){
#cdn-menu {
	width: 100%;
	display: flex;
}

#cdn-logo-menu {
	margin: 9px auto 0;
}

#cdn-top-menu {
	display: none;
}

#menu-toggle {
	display: block;
}

#cdn-search {
	display: block;
}

#cdn-wu-mhead {
	width: 100%;
	height: 35vh;
	margin: 50px auto 0;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 100%;
	height: 75px;
}

.cdn-logo {
	display: none;
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 100px;
	height: auto;
	margin: 10px auto 0;
}

.whatsup-social {
	display: none;
}

.mhead-headline {
	width: 80%;
}

.mhead-headline h1 {
	font-size: 24px;
}

/* SECTION */
#cdn-wu-section {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#cdn-wu-left {
	width: 100%;
}

#wu-video {
	width: 100%;
	height: 400px;
}

#wu-list {
	width: 100%;
	margin: 20px auto 0;
}

#wu-box {
	width: 100%;
}

#wu-img {
	width: 100%;
	height: 320px;
}

#wu-box h2 {
    font-size: 26px;
    line-height: 30px;
}

#cdn-wu-side {
	width: 100%;
	margin: 0 auto;
}

/* MOST READ */
#cdn-mr {
	width: 100%;
	height: auto;
}

#mr-img {
	width: 33%;
	height: 70px;
}

.mr-title {
	font-size: 15px;
	line-height: 19px;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-lb-ad {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

}

/* 720px */
@media only screen and (min-width: 720px) and (max-width: 767px){
#cdn-menu {
	width: 100%;
	display: flex;
}

#cdn-logo-menu {
	margin: 9px auto 0;
}

#cdn-top-menu {
	display: none;
}

#menu-toggle {
	display: block;
}

#cdn-search {
	display: block;
}

#cdn-wu-mhead {
	width: 100%;
	height: 35vh;
	margin: 50px auto 0;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 100%;
	height: 75px;
}

.cdn-logo {
	display: none;
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 100px;
	height: auto;
	margin: 10px auto 0;
}

.whatsup-social {
	display: none;
}

.mhead-headline {
	width: 80%;
}

.mhead-headline h1 {
	font-size: 24px;
}

/* SECTION */
#cdn-wu-section {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#cdn-wu-left {
	width: 100%;
}

#wu-video {
	width: 100%;
	height: 400px;
}

#wu-list {
	width: 100%;
	margin: 20px auto 0;
}

#wu-box {
	width: 100%;
}

#wu-img {
	width: 100%;
	height: 320px;
}

#wu-box h2 {
    font-size: 26px;
    line-height: 30px;
}

#cdn-wu-side {
	width: 100%;
	margin: 0 auto;
}

/* MOST READ */
#cdn-mr {
	width: 100%;
	height: auto;
}

#mr-img {
	width: 33%;
	height: 70px;
}

.mr-title {
	font-size: 15px;
	line-height: 19px;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-lb-ad {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

}

/* 600px */
@media only screen and (min-width: 600px) and (max-width: 719px){
#cdn-menu {
	width: 100%;
	display: flex;
}

#cdn-logo-menu {
	margin: 9px auto 0;
}

#cdn-top-menu {
	display: none;
}

#menu-toggle {
	display: block;
}

#cdn-search {
	display: block;
}

#cdn-wu-mhead {
	width: 100%;
	height: 60vh;
	margin: 50px auto 0;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 100%;
	height: 75px;
}

.cdn-logo {
	display: none;
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 100px;
	height: auto;
	margin: 10px auto 0;
}

.whatsup-social {
	display: none;
}

.mhead-headline {
	width: 80%;
}

.mhead-headline h1 {
	font-size: 24px;
}

/* SECTION */
#cdn-wu-section {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#cdn-wu-left {
	width: 100%;
}

#wu-video {
	width: 100%;
	height: 400px;
}

#wu-list {
	width: 100%;
	margin: 20px auto 0;
}

#wu-box {
	width: 100%;
}

#wu-img {
	width: 100%;
	height: 250px;
}

#wu-box h2 {
    font-size: 24px;
    line-height: 28px;
}

#cdn-wu-side {
	width: 100%;
	margin: 0 auto;
}

/* MOST READ */
#cdn-mr {
	width: 100%;
	height: auto;
}

#mr-img {
	width: 33%;
	height: 70px;
}

.mr-title {
	font-size: 15px;
	line-height: 19px;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-lb-ad {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

}

/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){
#cdn-menu {
	width: 100%;
	display: flex;
}

#cdn-logo-menu {
	margin: 9px auto 0;
}

#cdn-top-menu {
	display: none;
}

#menu-toggle {
	display: block;
}

#cdn-search {
	display: block;
}

#cdn-wu-mhead {
	width: 100%;
	height: 80vh;
	margin: 50px auto 0;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 100%;
	height: 75px;
}

.cdn-logo {
	display: none;
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 100px;
	height: auto;
	margin: 10px auto 0;
}

.whatsup-social {
	display: none;
}

.mhead-headline {
	width: 80%;
}

.mhead-headline h1 {
	font-size: 24px;
}

/* SECTION */
#cdn-wu-section {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#cdn-wu-left {
	width: 100%;
}

#wu-video {
	width: 100%;
	height: 400px;
}

#wu-list {
	width: 100%;
	margin: 20px auto 0;
}

#wu-box {
	width: 100%;
}

#wu-img {
	width: 100%;
	height: 240px;
}

#wu-box h2 {
    font-size: 24px;
    line-height: 28px;
}

#cdn-wu-side {
	width: 100%;
	margin: 0 auto;
}

/* MOST READ */
#cdn-mr {
	width: 100%;
	height: auto;
}

#mr-img {
	width: 33%;
	height: 70px;
}

.mr-title {
	font-size: 15px;
	line-height: 19px;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-lb-ad {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

}

/* 320px - 375px */
@media only screen and (min-width: 320px) and (max-width: 479px){
#cdn-menu {
	width: 100%;
	display: flex;
}

#cdn-logo-menu {
	margin: 9px auto 0;
}

#cdn-top-menu {
	display: none;
}

#menu-toggle {
	display: block;
}

#cdn-search {
	display: block;
}

#cdn-wu-mhead {
	width: 100%;
	height: 60vh;
	margin: 50px auto 0;
}

.mhead-gr {
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0.6) 100%);
	width: 100%;
	height: 100%;
	position: relative;
}

.mhead-nav {
	width: 100%;
	height: 75px;
}

.cdn-logo {
	display: none;
}

.cdn-logo img {
	width: 100%;
}

.whatsup-logo {
	width: 100px;
	height: auto;
	margin: 10px auto 0;
}

.whatsup-social {
	display: none;
}

.mhead-headline {
	width: 80%;
}

.mhead-headline h1 {
	font-size: 24px;
}

/* SECTION */
#cdn-wu-section {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#cdn-wu-left {
	width: 100%;
}

#wu-video {
	width: 100%;
	height: 400px;
}

#wu-list {
	width: 100%;
	margin: 20px auto 0;
}

#wu-box {
	width: 100%;
}

#wu-img {
	width: 100%;
	height: 190px;
}

#cdn-wu-side {
	width: 100%;
	margin: 0 auto;
}

/* MOST READ */
#cdn-mr {
	width: 100%;
	height: auto;
}

#mr-img {
	width: 33%;
	height: 70px;
}

.mr-title {
	font-size: 15px;
	line-height: 19px;
}


/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 150px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}


/* ADS */
#cdn-wu-mrec {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-lb-ad {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

#cdn-widesky {
	width: 300px;
	height: 250px;
	background-color: #ffffff;
	margin: 30px auto 0;
}

}
