/* Ads */
#article-tiles .ads{
	position: absolute;
}

.features-mobile-ad {
    width: 320px;
    height: 50px;
    display: inline-block;
}

.standard-ad{
    width: 300px;
    height: 250px;
}

.large-ad{
    width: 300px;
    height: 600px;
    display: none;
}

#center-ad,
#ktvateam-center-ad,
#weather-center-ad{
    top: 0;
    left: 320px;

}
#iditarod-logo-ad,
#top-right-ad,
#ktvateam-center-ad,
#weather-center-ad{
    right: 0;
    top: 0;
}
#iditarod-ad{
	right: 0;
	top: 270px;
}

#undertwitter-ad{
    top: 890px;
    left: 0;
}

#ktvateam-undertwitter-ad,
#weather-undertwitter-ad{
	top: 810px;
	left: 0;
}

#twitter-box,
#weather-twitter-box {
    position: absolute;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: #64a8cc;
    color: #FFFFFF;
}
#twitter-box{
	top: 620px;
}
#weather-twitter-box {
	top: 540px;
}
.twitter-shift {
    top: 540px !important;
}
.undertwitter-ad-shift{
	top: 810px !important;
}


/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	/**** WEATHER PAGE ****/
	/* Ads */
	#weather-center-ad{
		top: 1080px;
		left: 320px;
	}
}

/* Medium devices (medium desktops, 992px and up) */
@media screen and (min-width: 992px) {
	/**** WEATHER PAGE ****/
	/* Ads */
	#weather-center-ad{
		top: 540px;
		left: 640px;
	}

	/* Weather */
	#weather-video{
		top: 0;
		left: 640px;
	}
	#weather-center-ad{
		top: 270px;
		left: 640px;
	}
	#weather-undertwitter-ad{
		top: 1350px;
	}
	#weather-twitter-box{
		top: 1080px;
	}
}


/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

}

/* Extra large devices (extra large desktops, 1300px and up) */
@media screen and (min-width: 1300px) {
	#weather-center-ad{
		top: 540px;
		left: 640px;
	}
	
	#weather-twitter-box{
		top: 810px;
	}
	#weather-undertwitter-ad{
		top: 1080px;
	}

    .large-ad {
        display: block;
    }
}


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

}

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

}