@charset "utf-8";

/* HEADER MENU */
#inq-menu {
	background-color: #f5f5f5;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dedede;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

#menu-wrap {
	width: 1170px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#mobile-nav {
	float: left;
	width: 24px;
	margin: 13px 0 0 0;
	display: none;
	cursor: pointer;
}

.menulist{
	position:fixed;
	z-index:10000;
	left:0;top:51px;bottom:0;
	width:0;
	height:auto;
	background: rgba(0, 0, 0, .90);
	overflow-x:hidden;
	font-family: 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}

.menulist p {
	font-size: 14px;
	color: #ffffff;
	width: 300px;
	text-align: center;
}

.menulist ul {
	font-size: 16px;
	width: 300px;
	margin: 20px 0 0 10px;
	font-weight: 700;
}

.menulist li {
	border-bottom: 1px solid #333333;
	padding: 15px;
	text-align: center;
}

.menulist a, .menulist a:visited {
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
	transition: .5s;
}

.menulist a:hover {
	text-decoration: none;
	color: #059dff;
}

#inq-logo {
	width: 150px;
	height: 17px;
	margin-top: 17px;
	float: left;
}

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

#menu-list {
	float: left;
	margin: 21px 0 0 20px;
}

#menu-list ul {
	overflow: hidden;
	font-family: 'mallory';
	font-weight: 300;
	color: #333333;
	text-transform: uppercase;
}

#menu-list li {
	float: left;
	font-size: 12px;
	margin-left: 20px;
}

#menu-list a, #menu-list a:visited, #menu-list a:hover {
	text-decoration: none;
	color: #333333;
}

#menu-share {
	float: right;
	overflow: hidden;
	margin: 14px 0 0 0;
}

#menu-share ul {
	overflow: hidden;
}

#menu-share li {
	float: left;
	height: 26px;
	margin-left: 10px;
}

.ms-img-fb {
	width: 71px;
	height: 26px;
}

.ms-img-twt {
	width: 76px;
	height: 26px;
}

#menu-share a, #menu-share a:visited, #menu-share a:hover {
	text-decoration: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 80vh;
	position: relative;
	margin-top: 50px;
}

#cover:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('https://sports.inquirer.net/files/2019/07/pacthur-header.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#cover2 {
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	position: relative;
}

#cover2:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-image: url(images/ph-team-1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#headings {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#headings h1 {
	text-align: center;
	font-family: 'Oswald';
	font-size: 36px;
	color: #424242;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

#headings h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 18px;
	color: #424242;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
}

#headings p {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #424242;
	text-align: center;
	line-height: 1.2;
	padding-top: 20px;
	line-height: 22px;
}

#rio-logo {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

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

#rio-share {
	width: 234px;
	margin: 20px auto 0;
}

#rio-share ul {
	width: 100%;
	overflow: hidden;
	display: block;
}

#rio-share li {
	display: inline-block;
	vertical-align: top;
}

#rio-share li img {
	padding-left: 5px;
}

#rio-share span {
	font-size: 14px;
	font-family: 'Oswald';
	color: rgb(66, 66, 66);
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	position: relative;
	padding: 8px 10px 0 0;
	display: block;
}

/* INQ SECTION */
#inq-section {
	width: 100%;
	height: auto;
}

.inq-bg-a {
	background-color: #fafafa;
}

.inq-bg-b {
	background-color: #f5f5f5;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 33.3%;
	height: 300px;
	background-color: #333333;
	display: inline-block;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	-webkit-filter: grayscale(70%);
	filter: grayscale(70%);
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.2s ease-in;*/
}

#rio-special:hover {
	-webkit-filter: none;
	filter: none;
	filter: none;
}

#rs-wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(72, 72, 72, .2);
	position: relative;
}

#rs-s-lbl {
	width: 91%;
	height: auto;
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

#rs-s-lbl span {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 36px;
	color: #ffffff;
	position: relative;
}

#rs-s-lbl h2 {
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	letter-spacing: .030em;
	line-height: 1.2;
}

#inq-rio-specials a, #inq-rio-specials a:visited, #inq-rio-specials a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-team-update-wrap a, #ph-team-update-wrap a:visted {
	color: #fefefe;
	text-decoration: none;
}

#ph-team-update-wrap a:hover h2 {
	color: #f0702f;
}

#ph-team-update-wrap a:hover h3 {
	color: #f0702f;
}

#ph-main {
	width: 43.9%;
	height: 500px;
	opacity: .5.;
	background-size: cover;
	background-position: 50% 50%;
	display: inline-block;
	float: left;
	position: relative;
}

#ph-rest {
	width: 56.1%;
	height: 500px;
	background-color: #000000;
	display: inline-block;
	float: left;
	overflow: hidden;
}

#phr-box {
	width: 50%;
	height: 50%;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
}

#pht-info-wrap {
	background-color: rgba(51, 51, 51, .5);
	width: 100%;
	height: 100%;
}

#pht-info {
	position: absolute;
	width: 95%;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#pht-lbl {
	height: 22px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto';
	margin-top: 5px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

#pht-lbl span {
	display: inline;
    padding: 1px 5px;
}

.lbl-orange {
	background-color: #f0702f;
}

.lbl-green {
	background-color: #63ba4d;
}

.lbl-blue {
	background-color: #368ecb;
}

#pht-info h2 {
	font-size: 36px;
	font-family: 'Oswald';
	color: #fefefe;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.070em;
	transition: .5s;
}

#pht-info h3 {
	font-size: 18px;
	font-family: 'Oswald';
	color: #fefefe;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.070em;
	transition: .5s;
}

#postdate {
	font-size: 12px;
	font-family: 'Roboto';
	color: #fefefe;
	text-transform: uppercase;
	margin-top: 5px;
}

#more-news {
	font-family: 'Roboto';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 20px;
	font-weight: 700;
}

#more-news a, #more-news a:visited {
	color: #666666;
	text-decoration: none;
	transition: .5s;
}

#more-news a:hover {
	color: #f0702f;
}

#more-news2 {
	font-family: 'Roboto';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px 20px 20px;
	font-weight: 700;
}

#more-news2 a, #more-news2 a:visited {
	color: #666666;
	text-decoration: none;
	transition: .5s;
}

#more-news2 a:hover {
	color: #f0702f;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: table;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#rio-ln-box {
	width: 32%;
	height: auto;
	background-color: #ffffff;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
}

#ln-img {
	width: 100%;
	height: 250px;
	border-bottom: 4px solid #63ba4d;
	background-size: cover;
	background-position: 50% 50%;
}

#rio-ln-box h3 {
	font-size: 22px;
	font-family: 'Oswald';
	color: #333333;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	padding: 0 10px;
	margin-top: 10px;
}

#rio-ln-box a, #rio-ln-box a:visited {
	color: #333333;
	text-decoration: none;
}

#rio-ln-box a:hover {
	color: #63ba4d;
}

#postdate2 {
	font-size: 12px;
	font-family: 'Roboto';
	color: #333333;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 700;
	padding: 0 10px;
}

#rio-side {
	width: 340px;
	height: auto;
}

#medal-tally {
	width: 300px;
	height: auto;
	background-color: #ffffff;
	margin: 30px auto 0;
	padding-bottom: 10px;
}

#mdl-lbl {
	width: 100%;
	border-bottom: 4px solid #368ecb;
	font-family: 'Oswald';
	font-size: 22px;
	color: #333333;
	text-transform: uppercase;
}

#mdl-lbl span {
	padding: 10px 10px;
	display: block;
}

#mdl-icons {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: right;
	margin-top: 5px;
}

#mdl-icons img {
	margin-right: 10px;
}

#tally {
	font-family: 'Roboto';
	font-size: 18px;
	color: #333333;
	width: 100%;
	height: auto;
}

#tally-row {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 0 10px;
}

#country {
	float: left;
	margin-left: 10px;
}

#medal-count {
	float: right;
	overflow: hidden;
	margin-right: 5px;
}

#medal-count li {
	float: left;
	margin: 0 10px 0 15px;
	text-align: center;
}

/* VIDEO */

#video-section {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: table;
	padding: 20px 0 20px 0;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}

#vs-right {
	width: 640px;
	height: auto;
	overflow: hidden;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: left;
	border: 1px solid #e0e4e5;
}

#widesky-wrap {
	width: 320px;
	height: auto;
	background-color: #f9f9f9;
	float: right;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */
#inq-rio-wrap {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}

#content-left {
	width: 640px;
	height: auto;
	float: left;
	overflow: hidden;
}

#content-left p {
	font-family: 'Noto Serif';
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}

.img-full {
	width: 600px;
}

.img-left {
	width: 300px;
	float: left;
	padding-right: 20px;
}

.img-right {
	width: 300px;
	float: right;
	padding-left: 20px;
}

#content-right {
	width: 300px;
	height: auto;
	float: right;
}

#tott {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#tott img {
	width: 100%;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 970px;
	height: 90px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

#bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
}

#widesky {
	width: 300px;
	height: 600px;
	text-align: center;
	margin: 0 auto;
}


/*1366px = landscape */
@media only screen and (min-width: 1366px) and (max-width: 1400px){
#resp_menu {
	width: 1300px;
}

}

/*1024px = landscape */
@media only screen and (min-width: 1024px) and (max-width: 1365px){

#resp_menu {
	width: 980px;
	font-size: 14px;
}

#rio-ln-box {
    width: 48%;
}

#vs-right {
	width: 300px;
}

#twitter-box {
	display: none;
}

#lb-wrap {
	width: 728px;
	height: 90px;
}

}

/*768px = portrait */
@media only screen and (min-width: 768px) and (max-width: 1023px){

#menu-wrap {
	width: 100%;
}

#mobile-nav {
	display: block;
	margin: 13px 0 0 10px;
}

#inq-logo {
	position: absolute;
	margin: 17px auto 0;
	left: 0;
	right: 0;
}

#menu-list {
	display: none;
}

#menu-share {
	display: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 25vh;
}

#cover:before {
    background-position: 50% 50%;
}

#headings {
	width: 50%;
	margin: 0 0 0 20px;
}

#headings img {
	width: 100%;
}

#rio-logo {
	width: 90px;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 100%;
	height: 300px;
	filter: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-main {
	width: 100%;
	height: 300px;
}

#ph-rest {
	width: 100%;
	height: auto;
}

#phr-box {
	width: 100%;
	height: 300px;
}

#pht-info h2 {
	font-size: 18px;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 91%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 48%;
}

#ln-img {
	width: 100%;
	height: 280px;
}

#rio-side {
	width: 100%;
	height: auto;
}

/* VIDEO */

#video-section {
	width: 91%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}

#vs-right {
	width: 650px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: left;
	border: 1px solid #e0e4e5;
	margin: 20px auto;
}

#widesky-wrap {
	width: 300px;
	height: auto;
	background-color: #f9f9f9;
	float: right;
	margin: 20px auto;
	text-align: center;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */

#cover2 {
	width: 100%;
	height: 500px;
}

#inq-rio-wrap {
	width: 91%;
}

#content-left {
	width: 100%;
	float: none;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}


#content-right {
	width: 300px;
	float: none;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 728px;
	height: 90px;
	padding: 20px 0;
	overflow: hidden;
	margin: 0 auto;
}

}

/*600px = portrait */
@media only screen and (min-width: 600px) and (max-width: 767px){

#menu-wrap {
	width: 100%;
}

#mobile-nav {
	display: block;
	margin: 13px 0 0 10px;
}

#inq-logo {
	position: absolute;
	margin: 17px auto 0;
	left: 0;
	right: 0;
}

#menu-list {
	display: none;
}

#menu-share {
	display: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 25vh;
}

#cover:before {
    background-position: 50% 50%;
}

#headings {
	width: 50%;
	margin: 0 0 0 20px;
}

#headings img {
	width: 100%;
}

#rio-logo {
	width: 90px;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 100%;
	height: 250px;
	filter: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-main {
	width: 100%;
	height: 280px;
}

#ph-rest {
	width: 100%;
	height: auto;
}

#phr-box {
	width: 100%;
	height: 280px;
}

#pht-info h2 {
	font-size: 18px;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 91%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 100%;
}

#ln-img {
	width: 100%;
	height: 280px;
}

#rio-side {
	width: 100%;
	height: auto;
}

/* VIDEO */

#video-section {
	width: 91%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}

#vs-right {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: none;
	border: 1px solid #e0e4e5;
	margin: 20px auto;
}

#widesky-wrap {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	float: none;
	margin: 20px auto;
	text-align: center;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */
#inq-rio-wrap {
	width: 91%;
}

#content-left {
	width: 100%;
	float: none;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}

.img-full {
	width: 100%;
}

.img-left {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

.img-right {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

#content-right {
	width: 300px;
	float: none;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 320px;
	height: 250px;
	padding: 20px 0;
	overflow: hidden;
}

}

/*480px = landscape */
@media only screen and (min-width: 480px) and (max-width: 599px){

#menu-wrap {
	width: 100%;
}

#mobile-nav {
	display: block;
	margin: 13px 0 0 10px;
}

#inq-logo {
	position: absolute;
	margin: 17px auto 0;
	left: 0;
	right: 0;
}

#menu-list {
	display: none;
}

#menu-share {
	display: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 32vh;
}

#cover:before {
    background-position: 50% 50%;
}

#headings {
	width: 50%;
	margin: 0 0 0 20px;
}

#headings img {
	width: 100%;
}

#rio-logo {
	width: 90px;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 100%;
	height: 250px;
	filter: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-main {
	width: 100%;
	height: 200px;
}

#ph-rest {
	width: 100%;
	height: auto;
}

#phr-box {
	width: 100%;
	height: 200px;
}

#pht-info h2 {
	font-size: 18px;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 91%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 100%;
}

#ln-img {
	width: 100%;
	height: 180px;
}

#rio-side {
	width: 100%;
	height: auto;
}

/* VIDEO */

#video-section {
	width: 91%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}

#vs-right {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: none;
	border: 1px solid #e0e4e5;
	margin: 20px auto;
}

#widesky-wrap {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	float: none;
	margin: 20px auto;
	text-align: center;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */

#cover2 {
	width: 100%;
	height: 100vh;
}

#inq-rio-wrap {
	width: 91%;
}

#content-left {
	width: 100%;
	float: none;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}

.img-full {
	width: 100%;
}

.img-left {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

.img-right {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

#content-right {
	width: 300px;
	float: none;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 320px;
	height: 250px;
	padding: 20px 0;
	overflow: hidden;
}

}

/*375px = portrait */
@media only screen and (min-width: 375px) and (max-width: 479px){

#menu-wrap {
	width: 100%;
}

#mobile-nav {
	display: block;
	margin: 13px 0 0 10px;
}

#inq-logo {
	position: absolute;
	margin: 17px auto 0;
	left: 0;
	right: 0;
}

#menu-list {
	display: none;
}

#menu-share {
	display: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 32vh;
}

#cover:before {
    background-position: 50% 50%;
}

#headings {
	width: 50%;
	margin: 0 0 0 20px;
}

#headings img {
	width: 100%;
}

#rio-logo {
	width: 90px;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 100%;
	height: 250px;
	filter: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-main {
	width: 100%;
	height: 200px;
}

#ph-rest {
	width: 100%;
	height: auto;
}

#phr-box {
	width: 100%;
	height: 200px;
}

#pht-info h2 {
	font-size: 18px;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 91%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 100%;
}

#ln-img {
	width: 100%;
	height: 180px;
}

#rio-side {
	width: 100%;
	height: auto;
}

/* VIDEO */

#video-section {
	width: 91%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}

#vs-right {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: none;
	border: 1px solid #e0e4e5;
	margin: 20px auto;
}

#widesky-wrap {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	float: none;
	margin: 20px auto;
	text-align: center;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */

#cover2 {
	width: 100%;
	height: 100vh;
}

#inq-rio-wrap {
	width: 91%;
}

#content-left {
	width: 100%;
	float: none;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}

.img-full {
	width: 100%;
}

.img-left {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

.img-right {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

#content-right {
	width: 300px;
	float: none;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 320px;
	height: 250px;
	padding: 20px 0;
	overflow: hidden;
}

}

/*320px = portrait */
@media only screen and (min-width: 320px) and (max-width: 374px){

#menu-wrap {
	width: 100%;
}

#mobile-nav {
	display: block;
	margin: 13px 0 0 10px;
}

#inq-logo {
	position: absolute;
	margin: 17px auto 0;
	left: 0;
	right: 0;
}

#menu-list {
	display: none;
}

#menu-share {
	display: none;
}

/* COVER */
#cover {
	width: 100%;
	height: 32vh;
}

#cover:before {
    background-position: 50% 50%;
}

#headings {
	width: 50%;
	margin: 0 0 0 20px;
}

#headings img {
	width: 100%;
}

#rio-logo {
	width: 90px;
}

/* INQ SPECIALS */
#inq-rio-specials {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}

#rio-special {
	width: 100%;
	height: 250px;
	filter: none;
}

/* PH TEAM UPDATES */
#ph-team-update-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ph-main {
	width: 100%;
	height: 200px;
}

#ph-rest {
	width: 100%;
	height: auto;
}

#phr-box {
	width: 100%;
	height: 200px;
}

#pht-info h2 {
	font-size: 18px;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 91%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 100%;
}

#ln-img {
	width: 100%;
	height: 180px;
}

#rio-side {
	width: 100%;
	height: auto;
}

/* VIDEO */

#video-section {
	width: 91%;
	height: auto;
	overflow: hidden;
	display: block;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#video-wrap {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	padding: 0 0;
}

#vs-right {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#twitter-box {
	width: 300px;
	height: 600px;
	float: none;
	border: 1px solid #e0e4e5;
	margin: 20px auto;
}

#widesky-wrap {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	float: none;
	margin: 20px auto;
}


.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/* CONTENT */

#cover2 {
	width: 100%;
	height: 100vh;
}

#inq-rio-wrap {
	width: 91%;
}

#content-left {
	width: 100%;
	float: none;
}

#content-img {
	height: auto;
	margin: 0 auto 10px;
}

#content-img img {
	width: 100%;
}

.img-full {
	width: 100%;
}

.img-left {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

.img-right {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}

#content-right {
	width: 300px;
	float: none;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;

}

footer h2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	padding: 20px 0;
}

/* ADS */

#lb-wrap {
	width: 320px;
	height: 250px;
	padding: 20px 0;
	overflow: hidden;
}

}