body{
	
cursor:url('https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/eyeball.ico'), default;
}

.pad{
margin-bottom:20px;
}

#fire_trigger{
padding-top:1px;
}

.hue_filter{
position:absolute;
width:100%;
height:100%;
background-color:#7703d0;
mix-blend-mode:overlay;
opacity:0.4;
/*animation: hue-rotate 4s linear infinite;*/
}

.hue_filter_body{
position:absolute;
width:100%;
height:100%;
background-color:#7703d0;
mix-blend-mode:overlay;
opacity:0.4;
/*animation: hue-rotate 4s linear infinite;*/
z-index:2;
}



.cartoon_overlay{
position:absolute;
width:100%;
height:400%;
background-size:contain;
z-index:3;
animation: hue-rotate 4s linear infinite;
}



#money{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/money.png");
background-repeat: repeat-y;
}

#hearts01{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/hearts_mobile.png");
background-repeat: repeat-y;
}

#diamonds{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/diamonds.png");
background-repeat: repeat-y;
}


#fire{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/fire.png");
background-repeat: repeat-y;
}

#eyes{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/eyes_mobile.png");
background-repeat: repeat-y;
}

#hearts02{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/hearts02.png");
background-repeat: repeat-y;
}

.cornerframe{
position:absolute;
width:100%;
height:100%;
background-image:url('https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/cornerframe_rs02.png');
background-repeat: no-repeat;
background-size:cover;
animation: hue-rotate 4s linear infinite;
}

#yacht{
  width:100%;
  height:100%;
animation: hue-rotate 4s linear infinite;
}

@keyframes hue-rotate {
  0% {
    filter:hue-rotate(0deg);
  }
  100% {
    filter:hue-rotate(360deg);
  }
}

#inline_vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	z-index: 0;
	background-image: url('');
	background-repeat: no-repeat;
	background-size: contain;
    display:block;
}

#inline_vid_mobile {
	position: absolute;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	z-index: 0;
	background-image: url('');
	background-repeat: no-repeat;
	background-size: contain;
    display:none;
}



#soundcloud_arrow {
	font-size: 14px !important;
	line-height: 0;
	margin-top: -14px;
}

#wide_image01_square, #wide_image02_square, #wide_image03_square, #wide_image04_square, #wide_image05_square, #wide_image06_square{
display:none;
}

#wide_image01, #wide_image02, #wide_image03, #wide_image04, #wide_image05, #wide_image06 {
display:block;
}



.yachty_title {
    position: relative;
    margin: 0 auto;
    width: 50%;
    height: auto;
    padding: 40px;
    top: 15vw;
}



.drop_cap {
	position: relative;
	top: 4px;
	padding-right: 2px;
	padding-bottom:5px;
	float: left;
	font-family: 'AkzidenzGrotesk', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
}

.navbar #ad-container {
    background-color: #181013;
	border-bottom: solid 1px #181013;
}

body.refreshed .navbar #ad-container {
    border-bottom-color: #181013;
}

body.refreshed .site_header .top_outer {
	background-color: #181013;
	border-bottom: 0.1rem solid #181013;
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, +2px, 0);
		transform: translate3d(0, +2px, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, +4px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, +3px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, +2px, 0);
		transform: translate3d(0, -2px, 0);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, +2px, 0);
		transform: translate3d(0, +2px, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, +2px, 0);
		transform: translate3d(0, -2px, 0);
	}
}

#trigger01 {
	position: relative;
	width: 0;
	height: 0;
	line-height: 0;
}

#body_wrapper {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	z-index: 3;
}

.soundcloud_wrapper {
	position: fixed;
	width: 100%;
	height: 0;
	z-index: 200;
	bottom: -1px;
	margin: 0;
	overflow: hidden;
	background-color: #f9f9f9;
}

.soundcloud_icon_wrapper {
	position: relative;
	width: 100%;
	height: 20px;
	padding: 20px;
	background-image: url('https://s3.amazonaws.com/alwayson-design/interactives/2016/kirk_franklin/media/spotify_svg.svg');
	background-size: 110px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #7703d0;
	text-align: center;
	color: #f9f9f9;
}


#soundcloud_player {
	position: relative;
	margin-top: 0;
	z-index: 200;
}

.single {
	margin: auto;
	background-color: #f9f9f9;
}

#nav .top_outer {
	border-bottom: .1rem solid #181013;
}

#header_vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 0;
	background: url('') no-repeat;
	background-size: contain;
	opacity: 0;
}




.img_seq01_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 140vw;
	display: none;
	opacity: 0;
}

.img_seq01 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
}

.header_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.headline_rs_line01 {
    position: absolute;
    display: block;
    right: 0;
    padding-right: 40px;
    top: 45%;
    width: auto;
    height: auto;
    font-family: "AkzidenzGrotesk", sans-serif;
    font-size: 2.2vw;
    line-height: 2.2vw;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}


.entry-content a:link {
	color: #fe0356;
}



body.single article aside {
	width: 100% !important;
	margin: 40px auto !important;
}

.fa {
	cursor: pointer;
}

main.single aside.ad {
	padding-top: 30px;
}

.down_arrow_wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 4;
	top: 50vw;
	opacity: 0;
}

.video-container,
.inline-oembed.mtv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 53.3% !important;
	padding-top: 30px;
	margin-bottom: 30px !important;
	height: auto;
	overflow: hidden;
	width: 100%;
	background-color: #f9f9f9;
	max-width:500px;
}

.single .MTVNPlayer{
display:block;
margin-bottom: 30px !important;
}

.video-container iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	
}

.down_arrow {
	position: relative;
	margin: 0 auto;
	color: #000000;
	width: 28px;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.down_arrow:hover {
	cursor: pointer;
	opacity: 0.7;
}

progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #7703d0;
	z-index: 3000;
}

progress::-webkit-progress-bar {
	background-color: transparent;
}

progress::-webkit-progress-value {
	background-color: #7703d0;
}

progress::-moz-progress-bar {
	background-color: #7703d0;
}


/* template mods */

::selection {
	background: #f9f9f9 !important;
}

.back_to_top_wrapper {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	height: auto;
}

.fa {
	display: block;
}

.back_to_top_round {
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 12px;
	line-height: 26px;
	padding: 10px;
	color: #f9f9f9;
	background-color: #000000;
	cursor: pointer;
}

.back_to_top_round:hover {
	background-color: #7703d0;
}

.fa-angle-up {
	font-size: 18px;
}

#spinner_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
	opacity: 1;
}

.spinner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 48vh;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 10px;
	height: 10px;
	background-color: #f9f9f9;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

#hidden_blur_trigger01 {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	top: 102vh;
}

#page_root {
	overflow: hidden;
}

.floating_media {
	position: relative;
	width: auto;
	height: auto;
	max-width: 400px;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	padding-right:20px;
	overflow:hidden;
}

.floating_inner {
	position: relative;
	width: 100%;
	height: auto;
	overflow:hidden;
}

.floating_media_left {
	position: relative;
	width: auto;
	height: auto;
	max-width: 400px;
	float: left;
	padding: 20px;
}

.pq_outer {
	margin-left: 30px;
}

.pq_wrapper {
	position: relative;
	float: left;
	width: auto;
	max-width: 330px;
	font-family: 'AkzidenzGrotesk', sans-serif;
    font-weight: 900;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-right: 10px;
	text-transform: uppercase;
	z-index: 5;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}



.pq_inner {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.photo_credit {
	position: relative;
	width: auto;
	height: auto;
	font-family: "AkzidenzGrotesk", sans-serif;
	font-weight: 300;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #d3d3d3;
	padding-top: 8px;
}

.photo_credit_wide {
	position: relative;
	width: auto;
	height: auto;
	font-family: "AkzidenzGrotesk", sans-serif;
	font-weight: 300;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #d3d3d3;
	padding-top: 8px;
	padding-right: 8px;
}

.wide_video_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.mid_video_wrapper {
	position: relative;
	width: 100%;
	height: 560px;
	margin-bottom: 50px;
}

.wide_image_wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.wide_image_wrapper img {
	width: 100%;
}

#wide_image01 {
	display: block;
}

#wide_image01_mobile {
	display: none;
}

#wide_image02 {
	display: block;
}

#wide_image02_mobile {
	display: none;
}

#body_rs {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
	margin-top: 20px;
	z-index: 2;
}

#body_rs p {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 700px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px !important;
	color: #000000;
}

#body_rs a{
color: #7703d0;
}

.intro {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 700px;
	font-family: 'AkzidenzGrotesk', sans-serif;
    font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 30px;
	color: #000000;
	text-transform: uppercase;
}

.horizontal_bar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 1px;
	width: 40%;
	background-color: #000000;
}

.author_credit {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}

.author_credit a{
color: #7703d0 !important;
}

.first_graph {
	margin-top: 40px !important;
}

#svg_01 {
	max-width: 650px;
	float: right;
	opacity: 0.0;
}

.header_rs {
	position: relative;
	width: 100%;
	height: 55vw;
	background-color: #000000;
	overflow: hidden;
	background-image: url('https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/yachty_main02.jpg');
	background-size: cover;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}



.social_wrapper {
	position: relative;
	width: 100%;
	height: 30px;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	z-index: 8;
}

.soial_wrapper_inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
}

.social_wrapper a {
	color: #000000 !important;
	outline: 0;
}

.social_wrapper a:hover {
	color:#c5b358;
}

.share_wrapper {
	position: absolute;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin-right: 20px;
	width: auto;
	height: auto;
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	z-index: 8;
	background-color: #f9f9f9;
	text-align: center;
}

.share_wrapper_wide {
    position: absolute;
    right: 0;
    padding-top: 0;
    margin-right: 0;
    width: auto;
    height: auto;
    color: #f9f9f9;
    font-size: 0;
    line-height: 0;
    z-index: 8;
    text-align: center;
}

.share_wrapper_pq {
	position: absolute;
	right: 0;
	margin-right: 0;
	width: auto;
	height: auto;
	color: #f9f9f9;
	z-index: 8;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.share_wrapper_pq_round {
	position: absolute;
	right: 0;
margin:10px;
	width: 36px;
	height: 36px;
	color: #f9f9f9;
	z-index: 8;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	background-color: #000000;
	border-radius: 50%;
	cursor: pointer !important;
}

.share_wrapper_pq_round a{
cursor: pointer !important;
}

.share_wrapper a {
	color: #000000 !important;
	outline: 0;
}

.share_wrapper a:hover {
	opacity: 0.7;
}

.share_wrapper_wide a {
	color: #f9f9f9 !important;
	outline: 0;
}



.share_wrapper_pq a {
	color: #f9f9f9 !important;
	outline: 0;
}

.share_wrapper_pq_round a {
	color: #f9f9f9 !important;
	outline: 0;
}

.soc {
	position: relative;
	padding: 5px;
	left: 0;
	text-align: center;
	display: inline-block;
}

.soc:hover {
	cursor: pointer;
	opacity: 0.7;
}

.soc_share {
    position: relative;
    padding: 7px;
    margin: 0;
    left: 0;
    text-align: center;
    display: inline-block;
    background-color: #f9f9f9;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
	color:#000000;
}

.soc_share:hover {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.7);
}

.soc_share_pq {
	position: relative;
	padding: 7px;
	width: 36px;
	background-color: #000000;
	left: 0;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
}

.soc_share_pq_round {
	position: relative;
	width: 30px;
	left: 1px;
	margin: 0;
	display: inline-block;
}

.soc_share_pq:hover {
	cursor: pointer;
	opacity: 0.1;
}

body.refreshed.single .article-footer .header {
	display: block;
}

body.single-interactive .header {
	display: none;
}

.zergnet {
	display: none;
}

body.refreshed .navbar #navbar-inner .topic-bar {
	display: none;
}

.trending {
	display: none;
}

.col-md-4 {
	padding-bottom: 10px;
}

#balaMainContainer {
	display: none;
}

.topic-bar {
	display: none;
}

body.single div.story section {
	padding: 0;
}

.navbar #navbar-inner .subnav-wrapper {
	display: none;
}

body.single article.no_lead_image .small_lead_image {
	display: none;
}

.item promo-block lead-image {
	display: none;
}

body.single div.story {
	position: relative;
	margin-top: 0;
	padding-bottom: 50px;
}

.col-sm-12 {
	min-height: 0;
	padding: 0;
}

.col-md-12,
.col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

div.story {
	padding-right: 0;
}

body.single #main {
	padding-left: 0;
	top: -3px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	max-width: 100%;
}

body.single .lead-image {
	display: none;
}

body.single .header span.headline {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-left: 20px;
}

.single div.story section .byline {
	width: auto;
	height: auto;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #fafafa;
	display: block;
	font-family: "Lekton", "sans-serif";
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-right: 0;
	text-align: center;
	text-transform: none;
	top: -1.7rem;
	z-index: 9;
	background-color: transparent;
	display: none;
}

body.single div.header {
	height: auto;
}

.single div.story section .byline a:link,
.single div.story section .byline a:visited {
	font-family: "AkzidenzGrotesk Cnd", sans-serif;
	font-weight: 400;
	font-size: inherit;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
	color: #fafafa !important;
}

body.single .byline .date {
	position: relative;
	display: block;
	font-family: inherit;
	font-size: inherit;
	color: #fafafa;
}

div.author {
	display: none;
}

div.author a:link,
div.author a:visited {
	color: #fafafa;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	line-height: 1.6rem;
}

.author a:hover {
	border-bottom: 2px solid #d35d5a;
	opacity: 0.8;
}

.single div.story section .hr {
	border-top: 0;
}

body.single article.no_lead_image .header {
	display: none;
}


/*reset mods*/

.entry-content {
	letter-spacing: -0.0001rem;
}

.post-header {
	display: none;
}

.topicbar {
	display: none;
}

.entry-content {
	width: 100%;
	min-width: 100%;
}

section.body {
	width: 100%;
	min-width: 100%;
}

.single .entry-content {
	padding: 0;
}

main {
	padding: 0;
}

.category {
	display: none;
}

.row {
	position: relative !important;
	margin-left: 0;
	margin-right: 0;
	height: auto !important;
	display: block;
	width: 100%;
}

span.show-more.btn.btn-secondary {
	position: relative;
	top: 0;
}

.off-screen-nav {
	z-index: 2000 !important;
}

#off-screen-nav {
	z-index: 2000 !important;
}

.sticky_header .site_header .top_outer {
	position: relative !important;
}

.off-screen-nav.open {
	z-index: 2000 !important;
}

#nav-side {
	z-index: 2000 !important;
}

#nav-dim {
	z-index: 2000 !important;
}

body.refreshed .flux4Widget.sm4ShareWidget {
	display: none !important;
}



@media all and (min-width: 1250px) {

}

@media all and (max-width: 1150px) {

.title_underline {
width: 41.8vw;
}





.headline_rs_line02 {
font-size: 7.73vw;
line-height: 6.3vw;
}


}

@media all and (max-width: 1015px) {

}

@media all and (min-width: 980px) {
	footer.article-footer .container {
		padding-left: 5px;
	}
	body.refreshed .flux4Widget.sm4ShareWidget {
		display: none !important;
	}
}

@media all and (max-width: 980px) {
	.col-md-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-md-12 {
		width: 100%;
		float: none;
		display: inline-block;
	}
	body.refreshed .flux4Widget.sm4ShareWidget {
		display: none !important;
	}
}

@media screen and (min-width: 960px) {
	.desktop-content {
		padding-left: 0;
		height: auto;
	}
	main.single aside.ad {
		padding-top: 30px;
	}
	.single>article .entry-content {
		width: 100%;
	}
	
	.single>article aside {
    background-color: #f9f9f9;

}



}


@media screen and (max-width: 960px) {
.yachty_title {
    width: 65%;
    top: 0;
}

.down_arrow_wrapper {
top: 50vw;
}


}



@media screen and (max-width: 800px) {}

@media screen and (max-width: 850px) {
	.col-md-4 {
		width: 50%;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	body.refreshed .flux4Widget.sm4ShareWidget {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	footer.article-footer {
		position: relative;
		padding-left: 20px;
	}
}

@media all and (max-width: 768px) {

#inline_vid{
display:none;
} 
    
#inline_vid_mobile{
display:block;
}



.headline_rs_line01 {
    right: auto;
    top: 20px;
    padding-left: 20px;
    font-size: 4.2vw;
    line-height: 4.2vw;
}


	
	.img_seq01_wrapper {
		display: block;
	}


footer.article-footer {
position: relative;
padding-left: 15px;
}

#coda_ad-1 {
display: none;
}

body.refreshed .flux4Widget.sm4ShareWidget {
display: none !important;
	}

}

@media all and (min-width: 660px) {
	footer.article-footer .latest-news .meta-wrap div.header {
		top: 0;
		position: relative;
	}
}

@media all and (max-width: 660px) {

	.share_wrapper_pq_round {
	line-height: 38px;
}

.header_rs {
position: relative;
height: 175vw;
background-image: url('https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/yachty_main02_mobile.jpg');
top: 0;
max-height: none;
}
	
.yachty_title {
    padding: 5px;
    top: 80vw;
	width:90%;
	height:auto;
}

.cornerframe{
background-image:url('https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/cornerframe_mobile.png');
/*background-position: left top;
background-size:contain;*/
}

#money{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/money_mobile.png");
}

#diamonds{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/diamonds_mobile.png");
}


#fire{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/fire_mobile.png");
}

#hearts02{
background-image:url("https://s3.amazonaws.com/alwayson-design/interactives/2016/yachty/media/body_images/new/overlays/hearts02_mobile.png");
}


	.down_arrow_wrapper {
		top: 152vw;
	}
	
	
	
body.single article.no_lead_image .header {
		z-index: 2;
		top: 7%;
	}
	.col-md-4 {
		width: 100%;
		float: left;
		padding-bottom: 10px;
	}
	body.refreshed .flux4Widget.sm4ShareWidget {
		display: none !important;
	}
	

	
#wide_image01_square, #wide_image02_square, #wide_image03_square, #wide_image04_square, #wide_image05_square, #wide_image06_square{
display:block;
}

#wide_image01, #wide_image02, #wide_image03, #wide_image04, #wide_image05, #wide_image06{
display:none;
}




	
}

@media all and (max-width: 620px) {
  
  	.floating_media {
		position: relative;
		width: auto;
		height: auto;
		max-width: 100%;
		float: none;
		padding: 0;
		margin:0;
	}
	.floating_media img {
		width: 100%;
	}
	.floating_media_left {
		position: relative;
		width: auto;
		height: auto;
		max-width: 100%;
		float: none;
		padding: 0;
		margin:0;
	}
	.floating_media_left img {
		width: 100%;
	}
	.pq_outer {
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.pq_wrapper {
		position: relative;
		Margin: 0 auto;
		float: none;
	}



}

@media screen and (min-width: 600px) {
	.single>article {
		max-width: 100%;
		padding-left: 0;
	}
	.entry-content p {
		margin: 0;
		padding: 0;
		width: auto;
	}
	.single.gonative main.single>article {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.entry-content {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media all and (max-width: 540px) {
	body.refreshed.single .article-footer .latest-news .header a .headline {
		display: block;
	}
	
	body.refreshed.single .article-footer .header {
		display: block;
	}
	.floating_media {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.floating_media_left {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.wide_image_wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.share_wrapper {
		margin-right: 0;
	}
	.share_wrapper_wide {
		padding-right: 0;
		margin-right: 0;
	}
	.photo_credit {
		margin-right: 10px;
	}

	#body_vid01 {
		display: none;
	}
	#body_vid02 {
		display: none;
	}
	#body_vid03 {
		display: none;
	}


}



@media all and (min-width: 540px) {
	body.refreshed .flux4Widget.sm4ShareWidget {
		display: none !important;
	}
}

@media all and (max-width: 522px) {
	body.single div.header {
		height: auto;
	}
	.video-container,
	.inline-oembed.mtv {
		padding-bottom: 48.5vw !important;
	}
}


@media all and (max-width: 545px) {



}





@media all and (max-width: 420px) {
	.shareActions {
		display: none;
	}
	.flux4Widget.sm4ShareWidget {
		display: none !important;
		padding: 0;
	}

}
