#wireless-home * {
	font-family: Barlow Semi Condensed, sans-serif;
	font-weight: 400;
}

#wireless-home .headline {
	font-family: "Comfortaa";
	font-weight: 400;
}

#wireless-home .hide {
	display: none;
}

#wireless-home #shop-online * {
	font-weight: 400;
}

#wireless-home strong,
#wireless-home b {
	font-weight: 500;
}

#wireless-home .blue {
	color: #28C2FE;
}

#wireless-home .black {
	color: #131E29;
}

#wireless-home .container {
	width: 100%;
	margin: 0 auto;
	padding: 3% 2% 4% 2%;
	position: relative;
}

#wireless-home .button {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 8px;
	background-color: #28C2FE;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 500;
	transition: all .6s linear;
	border: 1px solid;
	margin: 15px 0;
	font-size: 14px;
	width: 100%;
	max-width: 250px;
}

#wireless-home .button.transparent-white {
	background-color: transparent;
	color: #fff;
}

#wireless-home .button.transparent-black {
	background-color: transparent;
	color: #666;
}

#wireless-home .button.transparent-blue {
	background-color: transparent;
	color: #28C2FE;
}

#wireless-home .button:HOVER {
	background-color: #fff;
	color: #28C2FE;
	border: 1px solid;
}

#wireless-home .title {
	font-weight: 500;
	font-size: 55px;
	font-family: Comfortaa;
}

#wireless-home .title * {
	font-family: Comfortaa;
	font-weight: 500;
}

#wireless-home .caption {
	font-size: 18px;
	color: #eee;
	line-height: 20px;
}

@ keyframes fadeinout {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#wireless-home .best-plan {
	background: url("/resources/images/wireless-home/home-banner-moments.jpg") no-repeat center;
	position: relative;
	background-position: 70% 0;
	background-size: cover;
	color: #ffffff;
}

#wireless-home .best-plan .button {
	margin: 3% 0 6% 0;
	display: block;
	background: #28C2FE;
	color: #FFF;
	border-color: #28C2FE;
}

#wireless-home .best-plan .button:hover {
	background: #FFF;
	color: #28C2FE;
}

#wireless-home .best-plan .container {
	padding: 15% 2% 5%;
}

#wireless-home .best-plan .title {
	margin: 0 0 10px 0;
}

#wireless-home .best-plan .sub-title {
	margin: 0 0 20px 0;
}

#wireless-home .best-plan .disclaimer {
	width: 50%;
}

#wireless-home .disclaimer {
	font-size: 10px;
	color: #dddddd;
}

#wireless-home .tech-mvmt {
	background-color: #ffffff;
	text-align: center;
}

#wireless-home .best-network {
	background: url(/resources/images/network/2018-animation.gif);
	text-align: left;
	background-size: contain;
	background-color: #00001b;
	background-repeat: no-repeat;
	background-position: right center;
}

#wireless-home .best-network .title {
	margin: 0 0 20px 0;
	color: #fff;
	text-align: left;
	padding-top: 2%;
}

#wireless-home .best-network .caption {
	margin: 0 0 35px 0;
	text-align: left;
	padding-bottom: 2%;
}

#wireless-home .deals-banner {
	background-color: #0f3d58;
	text-align: center;
	height: 7rem;
	align-items: center;
	color: #FFF;
	font-size: 2rem;
}

#wireless-home .broadbandBannerText {
	font-size: 18px;
}

#wireless-home .boldBroadbandBannerText {
	font-weight: 700;
}

#wireless-home .deals-banner .cs-orange-btn {
	background-color: #F04F23;
	margin-left: 10px;
	border: #F04F23;
	color: #FFFFFF;
}

#wireless-home .deals-banner .cs-orange-btn:hover {
	background-color: transparent;
	margin-left: 10px;
	border: 1px solid #F04F23;
}

#wireless-home .best-network .button,
#wireless-home .curbside .button {
	border: 2px solid;
}

#wireless-home .best-network .button {
	float: left;
	background: none;
}

#wireless-home .best-network .button:hover {
	background: #d5d5d5;
	color: #fff;
}

#wireless-home .tech-mvmt .title {
	margin: 0 0 20px 0;
	color: #28C2FE;
	font-weight: 400;
	font-size: 32px;
}

#wireless-home .tech-mvmt .caption {
	margin: 0 0 25px 0;
	color: #666666;
}

#wireless-home .tech-mvmt .button {
	font-weight: 500;
}

#wireless-home .device-carousel .item {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0 5px 25px;
	margin: 6px;
	width: auto;
	display: block;
	position: relative;
	border-radius: 4px;
	width: calc(100% - 12px);
	box-shadow: 0px 0px 6px 1px #cacaca;
}

#wireless-home .device-carousel .item:HOVER {
	box-shadow: inset 0px 0px 0px 2px #28C2FE;
}

#wireless-home .device-carousel .item .pre-order {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	color: #484848;
	background-color: #FDFDFD;
	opacity: .9;
	padding: 10px 0;
	font-size: 14px;
}

#wireless-home .device-carousel .item img {
	max-width: 145px;
	margin: 0 auto;
	min-height: 220px;
}

#wireless-home .device-carousel .item .device-color-options .dot {
	width: 22px;
	height: 22px;
	border-radius: 15px;
	display: inline-block;
	margin: 0 2px;
}

#wireless-home .device-carousel .dot.charcoal_black {
	background-color: #36454f;
}

#wireless-home .device-carousel .dot.lightred {
	background-color: #ff0000;
}

#wireless-home .device-carousel .dot.titanium {
	background-color: #B6AFA9;
}

#wireless-home .device-carousel .dot.pink {
	background-color: #FE767A;
}

#wireless-home .device-carousel .dot.yellow {
	background-color: #FAF189;
}

#wireless-home .device-carousel .dot.shimmery_white {
	background-color: #ffffff;
	border: 2px solid #D7D9D8;
}

#wireless-home .device-carousel .dot.white {
	background-color: #F5F4F7;
}

#wireless-home .device-carousel .dot.green {
	background-color: #A1E877;
}

#wireless-home .device-carousel .dot.light_blue {
	background-color: #28c2fe;
}

#wireless-home .device-carousel .dot.blue {
	background-color: #46ABE0;
}

#wireless-home .device-carousel .dot.gold {
	background-color: #D4C5B3;
}

#wireless-home .device-carousel .dot.silver {
	background-color: #D7D9D8;
}

#wireless-home .device-carousel .dot.light_gray {
	background-color: #d3d3d3;
}

#wireless-home .device-carousel .dot.dark_gray {
	background-color: #9a9a9a;
}

#wireless-home .device-carousel .dot.gray {
	background-color: #99989B;
}

#wireless-home .device-carousel .dot.rose_gold {
	background-color: #edccbb;
}

#wireless-home .device-carousel .dot.black {
	background-color: #000000;
}

#wireless-home .device-carousel .dot.black_sapphire {
	background-color: #00060e;
}

#wireless-home .device-carousel .dot.white_pearl {
	background-color: #fefefe;
}

#wireless-home .device-carousel .dot.gold_platinum {
	background-color: #d2ccb5;
}

#wireless-home .device-carousel .dot.black_leather {
	background-color: #253529;
}

#wireless-home .device-carousel .dot.metallic_gray {
	background-color: #5a656c;
}

#wireless-home .device-carousel .dot.gunmetal_gray {
	background-color: #636162;
}

#wireless-home .device-carousel .dot.silver_gold {
	background-color: #d6d6d6;
}

#wireless-home .device-carousel .dot.white_bamboo {
	background-color: #c28d58;
}

#wireless-home .device-carousel .dot.red {
	background-color: #FF0000;
}

#wireless-home .device-carousel .dot.wine_red {
	background-color: #6A1B30;
}

#wireless-home .device-carousel .dot.mystic_bronze {
	background-color: #c9a29b;
}

#wireless-home .device-carousel .dot.mystic_gray {
	background-color: #696969;
}

#wireless-home .device-carousel .dot.mystic_green {
	background-color: #9cbba9;
}

#wireless-home .device-carousel .dot.black-three {
	background-color: #393939;
}

#wireless-home .device-carousel .item .device-name {
	margin: 5px 0 0 0;
	font-size: 20px;
	color: #484848;
}

#wireless-home .device-carousel .item a.button {
	padding: 3px;
	max-width: 160px
}

#wireless-home .featured-devices .button {
	margin: 25px auto 15px auto;
	display: block;
	background: #28C2FE;
	color: #FFF;
	border-color: #28C2FE;
	padding: 10px;
}

#wireless-home .featured-devices .button:hover {
	background: #FFF;
	color: #28C2FE;
}

.owl-carousel .owl-item {
	text-align: left;
}

.owl-dot.active span {
	background: #28C2FE !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 0 !important;
	padding: 0 !important;
	background-size: 100% !important;
	text-indent: -10000px;
	top: 45%;
}

.owl-nav .owl-prev {
	background: transparent url("/resources/images/wireless-home/icons/left-arrow.svg") no-repeat center !important;
	left: -35px;
}

.owl-nav .owl-next {
	background: transparent url("/resources/images/wireless-home/icons/right-arrow.svg") no-repeat center !important;
	right: -35px;
}

.owl-nav .owl-prev:HOVER,
.owl-nav .owl-next:HOVER {
	background-color: transparent !important;
}

#wireless-home .top-promo-carousel-wrapper {
	overflow: hidden;
}

#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-prev {
	position: absolute;
	height: 100%;
	width: 75px;
	margin: 0;
	background: transparent url(/resources/images/wireless-home/icons/left-arrow.svg) no-repeat center !important;
	background-position: 50%;
	transition: 0.2s linear;
	top: 0;
	left: 0px;
}

#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-next {
	position: absolute;
	height: 100%;
	width: 75px;
	margin: 0;
	background: transparent url(/resources/images/wireless-home/icons/right-arrow.svg) no-repeat center !important;
	background-position: 50%;
	transition: 0.2s linear;
	top: 0;
	right: 0px;
}

#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-next:HOVER,
#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-prev:HOVER {
	background-color: rgba(255, 255, 255, 0.3) !important;
}

.owl-theme .owl-nav {
	margin: 0;
}

.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
	opacity: .3;
}

.owl-nav .owl-prev.disabled:HOVER,
.owl-nav .owl-next.disabled:HOVER {
	background-color: transparent !important;
}

#wireless-home .rated-1 {
	background: url("/resources/images/wireless-home/techmovmnt.png") no-repeat right center;
	color: #fff;
	background-size: cover;
	position: relative;
	text-align: left;
}

#wireless-home .rated-1 .container {
	max-width: 33%;
	padding: 5% 5% 2% 5%;
	margin: 0 0 0 auto;
}

#wireless-home .rated-1 .container>div {
	margin: 0 0 0 73%;
}

#wireless-home .rated-1 .title {
	margin: 20px 0 40px 0;
	line-height: 50px;
}

#wireless-home .rated-1 .caption {
	margin: 0 0 30px 0;
}

#wireless-home .rated-1 .button {
	margin: 15px 0 25%;
}

#wireless-home .twitter-feed .title,
#wireless-home .featured-devices .title,
#wireless-home .more-cspire .title,
#wireless-home .shop-wireless .title,
#wireless-home .promos .title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 46px;
	line-height: 46px;
}

#wireless-home .twitter-carousel .item {
	background-color: #F0FCFF;
	padding: 20px;
	width: 400px;
}

#wireless-home .twitter-carousel .item .tweet {
	margin: 0 0 10px 0;
	height: auto;
	overflow-y: auto;
	letter-spacing: .5px;
}

#wireless-home .twitter-carousel .item .tweet span {
	color: #28C2FE;
}

#wireless-home .twitter-carousel .item .tweet-by {
	font-size: 10px;
	background: url("/resources/images/wireless-home/icons/ico_twttr.svg") no-repeat right center;
	padding: 0 25px 0 0;
	text-align: right;
	background-size: 15px;
}

#wireless-home .artist {
	text-align: right;
	color: #ffffff;
}

#wireless-home .artist .container {
	padding: 0;
}

#wireless-home .artist-carousel {
	padding: 0;
}

#wireless-home .artist-carousel .owl-nav .owl-prev {
	background: transparent url("/resources/images/buttons/arrow-left.png") no-repeat center !important;
	left: 20px;
}

#wireless-home .artist-carousel .owl-nav .owl-next {
	background: transparent url("/resources/images/buttons/arrow-right.png") no-repeat center !important;
	right: 20px;
}

#wireless-home .artist .item .info {
	max-width: 600px;
	margin: 0 0 0 auto;
}

#wireless-home .artist .item .info .concert-series-logo {
	width: 300px;
	max-width: 100%;
	margin: 0 0 0 auto;
}

#wireless-home .artist .item {
	padding: 10% 5%;
	text-align: right;
}

#wireless-home .artist .item1 {
	background: url("/resources/images/wireless-home/miranda-lbt.png") no-repeat 5% top;
	background-size: cover;
}

#wireless-home .artist .item2 {
	background: url("/resources/images/wireless-home/artist.png") no-repeat 5% top;
	background-size: cover;
}

#wireless-home .artist .item3 {
	background: url("/resources/images/wireless-home/keith-urban.png") no-repeat 10% center;
	background-size: cover;
}

#wireless-home .artist .item4 {
	background: url("/resources/images/wireless-home/alabama.png") no-repeat 5% top;
	background-size: cover;
}

#wireless-home .artist .item5 {
	background: url("/resources/images/wireless-home/needtobreathe.png") no-repeat 8% top;
	background-size: cover;
}

#wireless-home .artist .item6 {
	background: url("/resources/images/wireless-home/beach-boys.png") no-repeat 5% top;
	background-size: cover;
}

#wireless-home .artist .item7 {
	background: url("/resources/images/wireless-home/odesza.png") no-repeat 5% center;
	background-size: cover;
}

#wireless-home .artist .title {
	margin: 20px 0 0;
	color: #28C2FE;
}

#wireless-home .artist h3 {
	font-size: 28px;
}

#wireless-home .artist .caption {
	margin: 40px 0;
	color: inherit;
	text-align: right;
}

#wireless-home .artist .button {
	margin-bottom: 10%;
	color: #28C2FE;
	border-color: #28C2FE;
}

#wireless-home .artist .button:hover {
	color: #28C2FE;
	border-color: #28C2FE;
}

#wireless-home .prepaid {
	background: url("/resources/images/wireless-home/prepaid-bg.png") no-repeat center top;
	background-size: cover;
	text-align: left;
	color: #333;
}

#wireless-home .prepaid .container {
	padding: 5%;
}

#wireless-home .prepaid .title {
	margin: 20px 0 0;
	color: #28C2FE;
}

#wireless-home .prepaid h3 {
	font-size: 28px;
}

#wireless-home .prepaid .caption {
	margin: 40px 0;
	color: inherit;
	text-align: left;
}

#wireless-home .prepaid .button {
	margin-bottom: 10%;
}

#wireless-home .amazon-prime {
	background: url("/resources/images/wireless-home/w-amazon-prime.png") no-repeat center top;
	background-size: cover;
	text-align: left;
	color: #333;
}

#wireless-home .amazon-prime .container {
	padding: 5%;
}

#wireless-home .amazon-prime .title {
	margin: 20px 0 0;
	color: #28C2FE;
}

#wireless-home .amazon-prime h3 {
	font-size: 28px;
}

#wireless-home .amazon-prime .caption {
	margin: 40px 0;
	color: inherit;
	text-align: left;
}

#wireless-home .amazon-prime .button {
	margin-bottom: 10%;
}

#wireless-home .mvmt {
	background: url("/resources/images/wireless-home/home-banner-c3.png") no-repeat center top;
	background-size: cover;
	text-align: left;
	color: #fff;
}

#wireless-home .mvmt .container {
	padding: 5%;
}

#wireless-home .mvmt .title {
	margin: 20px 0 0;
	color: #fff;
}

#wireless-home .mvmt h3 {
	font-size: 28px;
}

#wireless-home .mvmt .caption {
	margin: 40px 0;
	color: inherit;
	text-align: left;
}

#wireless-home .mvmt .button {
	margin-bottom: 10%;
	background: #FFF;
	border-color: #28C2FE;
}

#wireless-home .mvmt .button:hover {
	background: #28C2FE;
	color: #FFF;
}

#wireless-home .app {
	background: url("/resources/images/wireless-home/home-banner-app.png") no-repeat center top;
	background-size: cover;
	text-align: left;
	color: #333;
}

#wireless-home .app .container {
	padding: 5%;
}

#wireless-home .app .title {
	margin: 20px 0 0;
	color: #666;
}

#wireless-home .app h3 {
	font-size: 28px;
}

#wireless-home .app .caption {
	margin: 40px 0;
	color: inherit;
	text-align: left;
}

#wireless-home .app .button {
	margin-bottom: 10%;
	background: #FFF;
	border-color: #28C2FE;
}

#wireless-home .app .button:hover {
	background: #28C2FE;
	color: #FFF;
}

#wireless-home .wysdom-search {
	text-align: center;
	color: #fff;
	background-color: #0F3D58;
}

#wireless-home .wysdom-search .container {
	border-bottom: 1px solid #fff;
	max-width: 1300px;
}

#wireless-home .wysdom-search .title {
	margin: 0 0 20px 0;
	font-size: 32px;
}

#wireless-home .promos {
	z-index: 0;
	position: relative;
	background-size: 100% 100%;
	overflow: hidden;
}

#online-shopping-section {
	background-size: 100% 100%;
}

#wireless-home .featured-devices {
	background-size: 100% 100%;
	overflow: hidden;
}

#wireless-home .promo-carousel .item {
	background-color: #F3F3F3;
	height: 252px;
	display: flex;
}

#wireless-home .promo-carousel .item .promo-image {
	flex: .8;
	padding: 25px 0;
}

#wireless-home .promo-carousel .item .promo-details {
	flex: 1;
	padding: 25px 0px;
	color: #444;
}

#wireless-home .promo-carousel .item .promo-image img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
}

#wireless-home .promo-carousel .item .promo-details .promo-title {
	font-size: 36px;
	text-align: left;
	font-weight: 300;
}

#wireless-home .promo-carousel .item .promo-details .promo-title span {
	font-size: 16px;
	display: block;
	margin: 10px 0 0;
}

#wireless-home .promo-carousel .item .promo-details .description {
	font-size: 12px;
	margin: 20px 0;
}

#wireless-home .promo-carousel .item .promo-details .button {
	width: 200px;
	position: absolute;
	bottom: 15px;
	border-color: #28C2FE;
	background: #28C2FE;
	color: #FFF;
}

#wireless-home .promo-carousel .item .promo-details .button:hover {
	background: #FFF;
	color: #28C2FE;
}

#wireless-home .promo-carousel .item.fifty-off .promo-image {
	padding: 0;
}

#wireless-home .promo-carousel .item.gs9-deal .promo-image {
	padding: 0;
}

#wireless-home .promo-carousel .item.iphone-se .promo-image {
	font-size: 28px;
	padding: 5px 5px 5px 25px;
}

#wireless-home .top-promo {
	background-size: 68%;
	background-color: #FFFFFF;
	min-height: 500px;
}

#wireless-home .top-promo .container {
	padding: 2% 1% 3%;
	width: 100%;
	left: 0%;
	margin: 0 !important;
}

#wireless-home .top-promo .banner {
	padding: 6% 0 0;
}

#wireless-home .top-promo .title {
	font-size: 130px;
	margin-bottom: 0;
	text-align: center;
	color: #FFF;
}

#wireless-home .top-promo .caption {
	letter-spacing: .5px;
	font-size: 38px !important;
	margin: 0 2%;
	text-align: center;
	color: #FFF;
}

#wireless-home .top-promo .button {
	border: 1px solid #28C2FE;
	background: #FFF;
}

#wireless-home .top-promo .button:hover,
#wireless-home .health-section .button:hover {
	background: #28C2FE;
	color: #FFF;
}

#wireless-home .smooth-scroll {
	background: url("/resources/images/wireless-home/icons/ico_down.svg") no-repeat center;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	opacity: 1;
	animation: fadeinout 2s infinite;
}

#wireless-home .shop-wireless .container {
	padding: 0px 6% 8px 6%;
	background-color: #131E29;
}

#wireless-home .circles {
	display: flex;
	justify-content: center;
	height: 100%;
}

#wireless-home .circles-wrapper {
	display: flex;
	flex: 1;
	margin: 0;
	text-align: center;
	justify-content: space-around;
}

#wireless-home .single-circle-wrapper {
	display: flex;
	margin: 0 5% 0 3%;
	text-align: center;
}

#wireless-home .single-circle-wrapper a {
	text-align: center;
	margin: 3px 1px;
	padding: 25px 20px;
	display: inline-block;
	width: 100%;
	max-width: 150px;
}

#wireless-home .circles-wrapper a {
	text-align: center;
	margin: 3px 1px;
	padding: 25px 5px;
	display: inline-block;
	width: 100%;
	max-width: 150px;
}

#wireless-home .circles-wrapper a .circle {
	border-radius: 100px;
	display: flex;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background-position: 50% 50%;
	background-size: 37px 37px;
	background-repeat: no-repeat;
}

#wireless-home .single-circle-wrapper a .circle {
	border-radius: 100px;
	display: flex;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background-position: 50% 50%;
	background-size: 37px 37px;
	background-repeat: no-repeat;
}

#wireless-home .circles-wrapper a #phones.circle {
	background-size: calc(0.85 * 27px) calc(0.85 * 44px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #plans.circle {
	background-size: calc(0.7 * 55px) calc(0.7 * 38px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #deals.circle {
	background-size: calc(0.87 * 25px) calc(0.87 * 42px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #tablets.circle {
	background-size: calc(0.78 * 38px) calc(0.78 * 48px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #wearables.circle {
	background-size: calc(0.78 * 38px) calc(0.78 * 48px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #accessories.circle {
	background-size: calc(0.78 * 45px) calc(0.78 * 47px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a #prepaid.circle {
	background-size: calc(0.85 * 27px) calc(0.85 * 44px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .single-circle-wrapper a #prepaid.circle {
	background-size: calc(0.85 * 27px) calc(0.85 * 44px);
	/*scale factor * original svg dimensions (ie bug fix)*/
}

#wireless-home .circles-wrapper a:HOVER #phones.circle {
	background-image: url("/resources/images/wireless-home/icons/phone-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #plans.circle {
	background-image: url("/resources/images/wireless-home/icons/plans-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #deals.circle {
	background-image: url("/resources/images/wireless-home/icons/deals-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #tablets.circle {
	background-image: url("/resources/images/wireless-home/icons/tablets-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #wearables.circle {
	background-image: url("/resources/images/wireless-home/icons/wearables-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #accessories.circle {
	background-image: url("/resources/images/wireless-home/icons/accessories-icon-orange.svg");
}

#wireless-home .circles-wrapper a:HOVER #prepaid.circle {
	background-image: url("/resources/images/wireless-home/icons/prepaid-icon-orange.svg");
}

#wireless-home .single-circle-wrapper a:HOVER #prepaid.circle {
	background-image: url("/resources/images/wireless-home/icons/prepaid-icon-orange.svg");
}

#wireless-home .circles-wrapper a .circle img {
	width: 50%;
	height: 50%;
}

#wireless-home .single-circle-wrapper a .circle img {
	width: 50%;
	height: 50%;
}

#wireless-home .circles-wrapper a .label {
	font-size: 20px;
	font-weight: 500;
	font-family: Barlow Semi Condensed;
	color: #fff;
	margin: 0;
	display: inline-block;
	padding: 0;
	border-radius: 0px;
	border-bottom: 2px solid #F04F23;
	height: 28px;
}

#wireless-home .single-circle-wrapper a .label {
	font-size: 20px;
	font-weight: 500;
	font-family: Barlow Semi Condensed;
	color: #fff;
	margin: 0;
	display: inline-block;
	white-space: normal;
	padding: 0;
	border-radius: 0px;
	border-bottom: 2px solid #F04F23;
	height: 28px;
}

#wireless-home .circles-wrapper a:HOVER .label {
	color: #F04F23;
}

#wireless-home .single-circle-wrapper a:HOVER .label {
	color: #F04F23;
}

#wireless-home .tablet-view {
	display: none;
}

#wireless-home .curbside {
	background: #28C2FE;
}

#wireless-home .curbside .container {
	display: flex;
	padding: 5% 5% 2% 5%;
}

#wireless-home .curbside .left-side {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

#wireless-home .curbside .left-side-top {
	background: #fff;
	width: 245px;
	padding: 1%;
	color: #28C2FE;
	font-size: 2rem;
}

#wireless-home .curbside .left-side-top span {
	font-weight: 500;
}

#wireless-home .curbside .left-side-middle {
	margin: 2% 0;
	color: #fff;
	padding-bottom: 15px;
}

#wireless-home .curbside .left-side-middle span {
	display: block;
}

#wireless-home .curbside .left-side-middle .lg-txt {
	font-size: 8rem;
	font-weight: 300;
}

#wireless-home .curbside .left-side-middle .md-txt {
	font-size: 24px;
}

#wireless-home .curbside .right-side {
	display: inline-block;
}

#wireless-home .promo-carousel .apple-watch-deal .disclaimer {
	color: #444;
	margin: 5px 0 0;
	font-size: 12px;
}

#wireless-home .promo-carousel .item.apple-watch-deal .promo-image {
	padding: 0;
}

section.samsung-crown {
	text-align: center;
	margin: 0px auto;
	position: relative;
	background-color: #f4f4f4;
}

img.samsung-crown-desktop {
	text-align: center;
}

img.samsung-crown-mobile {
	display: none;
}

.samsung-crown-copy {
	width: 40%;
	text-align: center;
	margin: 0px auto;
	bottom: 9% !important;
	position: absolute;
	left: 30%;
}

.samsung-crown-copy img {
	padding-bottom: 10px;
}

.item.applewatchs4 {
	background-color: #f6f6f6 !important;
}

.applewatchs4 .promo-image {
	margin: 0px auto !important;
	padding: 0px !important;
	height: 100%;
}

.container.iphonexs-promo {
	padding: 0 !important;
}

.container.iphonexr-promo {
	padding: 0 !important;
}

img.applewatchs4-card {
	display: block !important;
	height: 100%;
}

img.applewatchs4-card-mo {
	display: none !important;
}

#wireless-home .top-inspmom-bogo .inspmom-desktop,
.top-inspmom-bogo .inspmom-mobile {
	text-align: center;
	min-height: 500px;
	background: #28C2FE url(/resources/images/promos/galaxyS10/gs10-launch-stars.png) no-repeat;
	background-size: cover;
	color: #FFF;
}

#wireless-home .top-evergreen-50 .evergreen-50-view {
	text-align: center;
	min-height: 500px;
	background: #FFF;
	color: #28C2FE;
}

#wireless-home .top-evergreen-50 a {
	cursor: pointer;
}

#wireless-home .top-evergreen-50 .grey {
	color: #777;
}

#wireless-home .top-evergreen-50 h1 {
	font-size: 40px;
	font-weight: 300;
	text-transform: none;
}

#wireless-home .top-evergreen-50 h1.title {
	color: #444;
}

#wireless-home .top-evergreen-50 .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 4%;
	position: relative;
}

#wireless-home .top-evergreen-50 .container-wrapper {
	display: flex;
	justify-content: center;
}

#wireless-home .top-evergreen-50 .container-wrapper>div {
	flex: 1;
	text-align: center;
	margin: 20px 0;
}

#wireless-home .top-evergreen-50 .aha-image {
	margin: 140px 0 0 0;
	max-width: 200%;
	position: relative;
	display: block;
}

#wireless-home .top-evergreen-50 .top-promo-image {
	height: 500px;
	width: auto;
}

#wireless-home .top-evergreen-50 img {
	height: 515px;
	width: auto;
}

#wireless-home .top-evergreen-50 .sub-title {
	margin: 0 !important;
	font-size: 25px;
}

#wireless-home .top-evergreen-50 .disclaimer {
	padding-top: 2%;
	color: #666666 !important;
	font-size: 12px !important;
}

#wireless-home .top-evergreen-50 .button {
	margin: 3% auto 6% auto;
	display: block;
	background: #28C2FE;
	color: #FFF;
	border-color: #28C2FE;
}

#wireless-home .top-evergreen-50 .button:hover {
	background: #FFF;
	color: #28C2FE;
}

#wireless-home .top-evergreen-50 .text-wrapper {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	display: block;
}

@media ( max-width: 1050px) {
	#wireless-home .rated-1 .container {
		max-width: 100%;
	}
	#wireless-home .rated-1 .button {
		margin: 15px 0 20%;
	}
	#wireless-home .tech-mvmt .caption {
		margin: 0;
	}
	#wireless-home .caption {
		padding: 0;
	}
	#wireless-home .promo-carousel .item {
		width: 500px;
	}
	#wireless-home .device-carousel,
	#wireless-home .twitter-carousel,
	#wireless-home .promo-carousel,
	#wireless-home .shop-wireless-carousel,
	#wireless-home .more-cspire-carousel {
		padding: 0;
	}
	#wireless-home .shop-wireless .owl-stage-outer,
	#wireless-home .more-cspire .owl-stage-outer {
		padding: 0 20px;
	}
	#wireless-home .rated-1 .translucent {
		background-color: #000;
		opacity: .1;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	#wireless-home .rated-1 .container>div {
		position: relative;
		margin: 0 0 0 0;
	}
	#wireless-home .circles-wrapper a .label {
		font-size: 16px;
	}
	#wireless-home .single-circle-wrapper a .label {
		font-size: 16px;
	}
	#wireless-home .top-promo .title {
		font-size: 100px;
	}
	#wireless-home .top-promo .caption {
		font-size: 30px;
	}
	#wireless-home .artist {
		background-position: 1% center;
	}
	#wireless-home .prepaid {
		background-position: 100% center;
	}
	#wireless-home .amazon-prime {
		background-position: 78% center;
	}
	#wireless-home .top-gs9 {
		background-position: 78% center;
	}
	#wireless-home .top-iphoneXS {
		background-position: 78% center;
	}
	#wireless-home .top-iphoneXR {
		background-position: 78% center;
	}
	#wireless-home .mvmt {
		background-position: 50% center;
	}
	#wireless-home .app {
		background-position: 75% center;
	}
	#wireless-home .rated-1 .caption {
		width: 60%;
		margin: 0 0 20px 0;
	}
	#wireless-home .rated-1 {
		background-position: left center;
		position: relative;
		text-align: left;
	}
	#wireless-home .rated-1 .title {
		margin-top: 70px;
		max-width: 80%;
	}
	#wireless-home .rated-1 .disclaimer {
		text-align: center;
		right: 0;
	}
	#wireless-home .more-cspire .container,
	#wireless-home .promos .container,
	#wireless-home .featured-devices .container,
	#wireless-home .twitter-feed .container {
		padding: 5% 20px;
	}
	#wireless-home .shop-wireless .container {
		padding: 0px;
	}
	#wireless-home .best-plan .disclaimer {
		width: 100%;
	}
}

@media ( max-width: 960px) {
	img.iphonexsfull {
		display: none !important;
	}
	img.iphonexsmobile {
		height: 100%;
		margin: 0px auto !important;
		display: block !important;
		padding: 0;
	}
	img.iphonexrfull {
		display: none !important;
	}
	img.iphonexrmobile {
		height: 100%;
		margin: 0px auto !important;
		display: block !important;
		padding: 0;
	}
	#wireless-home .circles-wrapper {
		flex-wrap: nowrap;
	}
	#wireless-home .single-circle-wrapper {
		flex-wrap: nowrap;
		margin: 0;
	}
	#wireless-home .circles-wrapper a {
		margin: 3px 0px;
		padding: 25px 0px;
	}
}

@media ( max-width: 750px) {
	#wireless-home .title {
		font-size: 40px;
	}
	#wireless-home .caption {
		font-size: 16px;
	}
	#wireless-home .artist h3 {
		font-size: 22px;
	}
	#wireless-home .prepaid h3 {
		font-size: 22px;
		margin: 15px 100px 0 0;
	}
	#wireless-home .amazon-prime h3 {
		font-size: 22px;
		margin: 15px 100px 0 0;
	}
	#wireless-home .mvmt h3 {
		font-size: 22px;
		margin: 15px 100px 0 0;
	}
	#wireless-home .app h3 {
		font-size: 22px;
		margin: 15px 100px 0 0;
	}
	#wireless-home .curbside .left-side-middle .lg-txt {
		font-size: 7rem;
	}
	#wireless-home .curbside .left-side {
		width: 100%;
	}
	#wireless-home .shop-wireless .container {
		padding: 0 0 5%;
		height: auto;
	}
	#wireless-home .circles-wrapper .single-circle-wrapper {
		padding-top: 2%;
	}
	#wireless-home .circles-wrapper .single-circle-wrapper a {
		max-width: 115px;
		padding: 10px;
	}
	#wireless-home .circles-wrapper .single-circle-wrapper a .circle {
		width: 50px;
		height: 50px;
	}
	#wireless-home .circles-wrapper .single-circle-wrapper a .label {
		font-size: 14px;
		max-width: 100px;
		text-align: center;
		vertical-align: bottom;
	}
	#wireless-home .featured-devices .button {
		margin: 15px auto;
	}
	#wireless-home .circles {
		justify-content: center;
		flex-direction: column;
	}
	#wireless-home .circles .circles-wrapper .single-circle-wrapper {
		justify-content: center;
	}
	#wireless-home .circles .circles-wrapper .single-circle-wrapper a {
		margin: 0px 10px;
	}
	#wireless-home .deals-banner .cs-orange-btn {
		height: auto;
		font-size: 10px;
		width: 175px;
		margin-left: 10px;
		margin-top: 5px;
	}
	#wireless-home .broadbandBannerText {
		font-size: 12px;
	}
	#wireless-home .top-promo {
		background-size: 100% !important;
	}
	#wireless-home .top-promo .title {
		font-size: 70px;
	}
	#wireless-home .top-promo .caption {
		font-size: 28px !important;
		line-height: 30px;
	}
	#wireless-home #wysdom-search-bar-autocomplete {
		width: 90% !important;
	}
	#wireless-home .promo-carousel .item {
		height: 200px;
		width: 300px;
		align-items: center;
	}
	#wireless-home .promo-carousel .item.iphone-se .promo-image {
		padding: 0 25px;
	}
	#wireless-home .promo-carousel .item.iphone8-50off .promo-image {
		padding: 25px 5px;
	}
	#wireless-home .promo-carousel .item .promo-details .button {
		margin: 15px auto;
		position: relative;
		max-width: 150px;
		padding: 4px;
		font-size: 12px;
		bottom: 0px;
	}
	#wireless-home .promo-carousel .item .promo-details .promo-title {
		font-size: 22px;
	}
	#wireless-home .promo-carousel .item .promo-details .promo-title span {
		font-size: 14px;
	}
	#wireless-home .promo-carousel .item.fifty-off .promo-image {
		padding: 25px 0;
	}
	#wireless-home .promo-carousel .item .promo-details .description {
		margin: 10px 0;
		font-size: 10px;
	}
	#wireless-home .promo-carousel .item.fifty-off .promo-image img {
		max-height: 225px;
	}
	#wireless-home .promo-carousel .item.apple-watch-deal .promo-details .promo-title {
		font-size: 18px;
	}
	#wireless-home .promo-carousel .apple-watch-deal .disclaimer {
		font-size: 12px;
	}
	#wireless-home .top-evergreen-50 .container-wrapper {
		flex-direction: column;
	}
	#wireless-home .top-evergreen-50 .aha-image {
		margin: 0 0 0 0;
		max-width: 200%;
		position: relative;
	}
	#wireless-home .top-evergreen-50 .sub-title {
		font-size: 20px;
	}
	#wireless-home .circles-wrapper {
		flex-wrap: nowrap;
	}
	#wireless-home .single-circle-wrapper {
		flex-wrap: nowrap;
	}
	#wireless-home .tablet-view {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#wireless-home .circle-view {
		display: none;
	}
	#wireless-home .deals-banner {
		font-size: 1rem;
	}
}

@media ( max-width: 500px) {
	#wireless-home .curbside .left-side-middle .md-txt {
		font-size: 20px;
	}
	#wireless-home .tablet-view {
		display: none;
	}
	#wireless-home .wysdom-search .title {
		font-size: 24px;
	}
	#wireless-home .rated-1 {
		background-position: 10% center;
	}
	#wireless-home .caption {
		font-size: 14px;
	}
	#wireless-home .smooth-scroll {
		background-size: 75%;
	}
	#wireless-home .featured-devices .title,
	#wireless-home .more-cspire .title,
	#wireless-home .shop-wireless .title,
	#wireless-home .promos .title {
		margin: 25px auto;
		text-align: left;
		font-size: 30px;
		line-height: 30px;
	}
	#wireless-home .tech-mvmt .title {
		font-size: 18px;
		margin: 0 0 15px;
	}
	#wireless-home .top-promo .smooth-scroll {
		bottom: -120px;
	}
	#wireless-home .top-promo .button {
		left: 0;
		right: 0;
		margin: 10px auto;
		display: block;
		bottom: 10%;
	}
	#wireless-home .top-promo .caption {
		letter-spacing: .5px;
		font-size: 16px !important;
		margin: 0;
		text-align: center;
	}
	#wireless-home .top-promo .container {
		padding: 0;
		width: 100%;
		left: 0;
		height: 425px;
	}
	#wireless-home .top-promo .banner {
		margin-top: 5%;
	}
	#wireless-home .top-promo .title {
		font-size: 55px;
		margin: 1% auto;
		text-align: center;
	}
	#wireless-home .shop-wireless {
		margin: 0px 0 0;
	}
	#wireless-home .artist .item {
		text-align: left;
		padding: 15% 5% 5%;
	}
	#wireless-home .artist .item .info .concert-series-logo {
		margin: 0;
	}
	#wireless-home .artist .title {
		margin: 200px 0 0;
	}
	#wireless-home .artist .caption {
		margin: 20px 0;
		text-align: left;
	}
	#wireless-home .artist .item .title {
		font-size: 35px;
	}
	#wireless-home .artist .button {
		margin-bottom: 15px;
	}
	#wireless-home .prepaid {
		text-align: left;
	}
	#wireless-home .prepaid .title {
		margin: 120px 30px 0 0;
	}
	#wireless-home .prepaid .caption {
		margin: 20px 160px 0 0;
		text-align: left;
	}
	#wireless-home .prepaid .button {
		margin-bottom: 15px;
	}
	#wireless-home .amazon-prime {
		text-align: left;
	}
	#wireless-home .top-amazon-prime2 h3 {
		font-size: 18px;
	}
	#wireless-home .top-amazon-prime2 .title {
		font-size: 30px;
		margin: 6px 0 0;
	}
	#wireless-home .top-amazon-prime2 .disclaimer {
		margin: 5px 0;
		font-size: 12px;
	}
	#wireless-home .amazon-prime .title {
		margin: 10px 90px 0 0;
	}
	#wireless-home .amazon-prime .caption {
		margin: 20px 160px 0 0;
		text-align: left;
	}
	#wireless-home .amazon-prime .button {
		margin-bottom: 15px;
	}
	#wireless-home .top-inspmom-bogo .container-wrapper .image {
		margin: 20px 0 0;
	}
	#wireless-home .top-inspmom-bogo .container-wrapper .text {
		margin: 0 0 10px;
	}
	#wireless-home .top-inspmom-bogo h1 {
		font-size: 24px;
	}
	#wireless-home .top-evergreen-50 .container-wrapper .image {
		margin: 20px 0 0;
	}
	#wireless-home .top-evergreen-50 .container-wrapper .text {
		margin: 0 0 10px;
	}
	#wireless-home .top-evergreen-50 h1 {
		font-size: 30px;
	}
	#wireless-home .top-evergreen-50 .sub-title {
		font-size: 18px;
	}
	#wireless-home .top-evergreen-50 img {
		height: 500px;
		width: auto;
	}
	#wireless-home .app {
		text-align: left;
	}
	#wireless-home .app .title {
		margin: 20px 160px 0 0;
	}
	#wireless-home .app .caption {
		margin: 20px 170px 0 0;
		text-align: left;
	}
	#wireless-home .app .button {
		margin-bottom: 15px;
	}
	#wireless-home .best-network .title {
		text-align: left;
	}
	#wireless-home .best-network .caption {
		text-align: left;
	}
	#wireless-home .button {
		font-size: 12px;
		max-width: 180px;
		padding: 5px;
		margin: 15px 0;
	}
	#wireless-home .container {
		padding: 7% 5% 10% 5%;
	}
	#wireless-home .best-plan {
		background-position: 70% center;
		background-size: cover;
	}
	#wireless-home .best-plan .container {
		padding: 13% 5% 2% 5%;
	}
	#wireless-home .best-plan .button {
		margin: 5% 0 50%;
	}
	#wireless-home .best-plan .title {
		line-height: 40px;
		max-width: 80%;
	}
	#wireless-home .best-plan .sub-title {
		max-width: 100%;
	}
	#wireless-home .best-plan .caption {
		max-width: 100%;
	}
	#wireless-home .apple-watch {
		background: url("/resources/images/wireless-home/apple_watch_mob.png") no-repeat 20% center;
		background-size: cover;
		background-color: #ebebeb;
		text-align: left;
	}
	#wireless-home .apple-watch .container {
		padding: 10% 5% 70% 5%;
	}
	#wireless-home .apple-watch .button {
		margin: 5% auto 10% auto;
	}
	#wireless-home .apple-watch .title {
		text-align: left;
		padding-left: 0;
	}
	#wireless-home .apple-watch .sub-title {
		max-width: 70%;
		text-align: left;
		padding-left: 0;
	}
	#wireless-home .apple-watch .caption {
		max-width: 74%;
		text-align: left;
		padding-left: 0;
		margin: 0 0 5px;
	}
	#wireless-home .apple-watch .disclaimer {
		margin: 0 0 5px;
	}
	#wireless-home .rated-1 .title {
		line-height: 45px;
		margin: 50px 0 20px 0;
	}
	#wireless-home .rated-1 .caption {
		margin: 0 0 20px 0;
	}
	#wireless-home .device-carousel .item {
		width: 200px;
	}
	#wireless-home .twitter-carousel .item {
		width: 320px;
	}
	#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-prev {
		top: -130px;
	}
	#wireless-home .top-promo-carousel-wrapper .owl-nav .owl-next {
		top: -130px;
	}
	#wireless-home .circle-view {
		display: flex;
		justify-content: center;
	}
}


/**********************************GS10 Pre-order Begins*********************/


/**********************************GS10 Pre-order Ends***********************/


/*******************************Online Shopping*******************************/

#online-shopping {
	background: #505050;
	color: #fff;
	padding: 5%;
	text-align: center;
}

#online-shopping .xxl-text {
	font-size: 6rem;
	font-family: "Montserrat", Arial, sans-serif;
	color: #28c2fe;
	font-weight: 500;
}

#online-shopping p {
	font-size: 3rem;
	max-width: 900px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wireless-home #online-shopping .button {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	padding: 8px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: 500;
	transition: all .6s linear;
	border: 1px solid #28C2FE;
	font-size: 14px;
	width: 100%;
	max-width: 250px;
	background-color: #28C2FE;
	color: #FFF;
}

#wireless-home #online-shopping .button:HOVER {
	border: 1px solid #28C2FE;
	background-color: #FFFFFF;
	color: #28C2FE;
}

.img-comp-container,
.img-comp-container .img-comp-overlay {
	position: relative;
}

.img-comp-container {
	background: #00011c;
	margin: auto;
}

.img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	border-top: 2px solid #00011c;
}

.img-comp-img img {
	display: block;
	vertical-align: middle;
	max-width: none !important;
	height: auto !important;
}

.top-promo .img-comp-img img {
	transform: scale(0.8, 1);
	-ms-transform: scale(0.8, 1);
	-webkit-transform: scale(0.8, 1);
	height: 490px !important;
	margin-top: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	outline: 12px solid #00001c;
	outline-offset: -8px;
	font-weight: unset !important;
}

.mbl .img-comp-img img {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

#lte-map-v2 .contentItemHeader {
	color: #fff;
	position: absolute;
	font-size: 4rem;
	padding: 2%;
	font-weight: 100;
	margin-right: 5%;
	z-index: 7;
}

@media ( min-width: 1700px) {
	.top-promo .img-comp-img img {
		transform: scale(0.4, 1);
		-ms-transform: scale(0.4, 1);
		-webkit-transform: scale(0.4, 1);
		font-weight: unset !important;
	}
}

@media ( min-width: 1400px) {
	.top-promo .img-comp-img img {
		transform: scale(0.5, 1);
		-ms-transform: scale(0.5, 1);
		-webkit-transform: scale(0.5, 1);
		font-weight: unset !important;
	}
}

@media ( min-width: 1100px) {
	.top-promo .img-comp-img img {
		transform: scale(0.6, 1);
		-ms-transform: scale(0.6, 1);
		-webkit-transform: scale(0.6, 1);
	}
}

@media ( min-width: 1000px) {
	.top-promo .img-comp-img img {
		transform: scale(0.7, 1);
		-ms-transform: scale(0.7, 1);
		-webkit-transform: scale(0.7, 1);
	}
}

@media ( min-width: 900px) {
	.top-promo .img-comp-img img {
		transform: scale(0.8, 1);
		-ms-transform: scale(0.8, 1);
		-webkit-transform: scale(0.8, 1);
	}
}

@media ( max-width: 786px) {
	#content #lte-map-v2 {
		padding-top: 150px;
	}
	.top-promo .img-comp-img img {
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		height: auto !important;
	}
	.img-comp-img img {
		display: block;
		vertical-align: middle;
		max-width: none !important;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		height: auto !important;
	}
	#content #lte-map-v2.top-promo {
		padding-top: 45px;
		height: auto;
	}
	#lte-map-v2 .content-wrapper-section-header {
		position: relative;
	}
	#online-shopping .xxl-text {
		font-size: 5rem;
	}
}

@media ( min-width: 751px) {
	#wireless-home .best-plan .title {
		width: 50%;
	}
	#wireless-home .best-plan .sub-title {
		width: 50%;
	}
	#wireless-home .best-plan .caption {
		width: 50%;
	}
}

@media ( max-width: 500px) {
	#lte-map-v2.mbl .content-wrapper-section-header {
		font-size: 5rem;
	}
	#lte-map-v2.mbl .content-wrapper-section-header .sub-title {
		font-size: 3rem;
	}
}


/*******************************NO1 NETWORK*******************************/


@keyframes opac {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}


/*  comparison tool */


/* BEGIN TICKER CSS */

.marquee {
	padding: 5px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold !important;
	font-family: "Montserrat", Arial, sans-serif !important;
	color: #FF0000;
	font-size: 16px;
}

#last-marquee {
	border-bottom: 0px;
	box-shadow: 0px 4px 5px -3px #888;
}

#banner {
	position: relative;
	/* z-index: 5; */
}

#content {
	position: relative;
	z-index: 4;
}

#nav-header .nav-secondary {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}


/* END TICKER CSS */