@charset "UTF-8";
/* CSS Document */
/* LAYOUT */

html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:"helvetica-neue-regular", Helvetica, Arial, sans-serif;
	font-size:14px;
	width:100%;
	height:100%;
}
a:hover {	text-decoration:none;
}
.container-fluid {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.header {
	position:absolute;
	width:100%;
	margin:0;
	height:140px;
	z-index:100;
}
#logo-1 {
	width:10%;
	top:0;
	left:30px;
	position:absolute;
	z-index:10000;
	margin-top:0px;
	max-width:120px;
	min-width:80px;
	max-height:120px;
	
	position:fixed;
	
}
#logo-1 img {
	width:100%;
	height:100%;
}

.main-page-body {
	width:80%;
	margin:0 10%;
	padding:0;
	text-align:center;
	position:relative;
	float:left;
}

#about	{	margin-bottom:20px;

}

.full-width-wrap {
	width:100%;
	position:relative;
	float:left;
}




#loader-spinner	{	width:2%;
					height:2%;
					position:absolute;
					top:48%;
					left:48%;
}

#loader-spinner	img	{	width:100%;
						
			
}




/* TEXT WRAPS */



.inner-text-wrap-0 {
	margin:0;
	width:100%;
	float:left;	
	padding:0;
	text-align:left;
	border-top:1px solid #CCC;
}
.inner-text-wrap-1 {
	margin:0;
	width:46%;
	float:left;	
	padding:0;
	text-align:left;
	line-height:2em;
	font-size:1em;	
}
.inner-text-wrap-1 ul {
	text-align:left;
	padding:0;
	float:left;
	width:48%;
	padding:3%;
	display:inline-block;
}



.features-wrap-0 {
	margin:0;
	width:100%;
	float:left;
}
.features-wrap-1 {
	margin:0 0 0 0;
	width:50%;
	float:left;	
	padding:1%;
	text-align:left;
	line-height:2em;
	font-size:1em;	
	min-height:330px;
}
.features-wrap-2 {
	margin:0 0 0 0;
	width:50%;
	float:right;	
	padding:1%;
	text-align:left;
	line-height:2em;
	font-size:1em;	
	min-height:330px;
}

.features-wrap-inner {
	border:1px solid #ccc;
	width:100%;
	height:100%;
	padding:4% 4% 4% 4%;
min-height:320px;
}

.features-text-wrap {
	width:100%;
}
#talk-features {
background:#fff;

}


#text-features {
background:#fff;

}

#data-features {
background:#fff;}

#music-features {
background:#fff;
}







.wifi-partners-wrap {
	width:100%;
	height:auto;
	float:left;
}
ul.wifi-partners {
	text-align:left;
	padding:0;
	float:left;
	width:16%;
	padding:0%;
	margin-right:8%;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	color:#222;
	
}
ul.support-tiers {
	text-align:left;
	padding:0;
	float:left;
	width:100%;
	padding:0%;
	margin:0% 0 0 -15px;
	display:inline-block;
	font-size:13px;
	
	color:#222;
	
}

.grey-wrap {
	background:#f2f2f2;
	padding:3%;
	float:left;
}
.inner-text-wrap-1 li {
	list-style-type:square;
	margin:0 0 0 15px; 
}
.red-line {
	width:100%;
	height:1px;
	margin:8px 0;
	border-top:1px solid #d42528;
}





.inner-text-wrap-2 {
	margin:0;
	width:70%;
	float:left;	
	padding:4% 0 ;
	text-align:left;
	font-size:13px;
	color:#999;
}
.inner-text-wrap-3 {
	margin:8px 0 0 0 ;
	width:30%;
	float:left;	
	padding:0;
	text-align:center;
	font-family:'korolevmedium';
	text-transform:uppercase;
	color:#999;
}
.inner-text-wrap-3 img {
	width:80px;
	height:60px;
}
.headline-wrap-full {
	width:100%;
	float:left;
}

.inner-text-wrap-4 {
width:44%;
float:left;
}

.text-wrap-1 {
width:65%;
float:left;
}

.body-image-wrap {
	width:44%;
	height:auto;
	float:left;
	margin-bottom:4%;
}
.body-image-wrap img {
	width:100%;
	height:auto;
}
.body-image-2 {
	width:22%;
	height:240px;
	float:left;
	margin-bottom:0%;
	background-size:100% auto!important;
	padding-top:0%;
}
.body-image-2 img {
	width:100%;
	height:auto;
}
.body-image-2-details {
	width:100%;
	height:30px;
}


.float-right {
	float:right;	
}



/* primary-navigation */


.primary-navigation {
	width:980px;
	right:0;
	position:absolute;
	height:auto;
	z-index:2;
	margin-top:25px;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.primary-navigation ul {
	margin:30px 30px 0 0 ;
	padding:0;
	float:right;
	width:auto;
}
.primary-navigation li {
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:6px 20px 5px 20px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:13px;
	float:left;
	cursor:pointer;
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	
	text-transform:uppercase;
	letter-spacing:2px;
	
}
/*
.primary-navigation li:first-child {
	border-right:2px solid #fff;
}
*/


.activePrimaryLink	{	color:#000 !important;
					background-color:#FFFFFF !important;
} 
.primary-navigation-alt-page .activePrimaryLink {	color:#FFF !important;
													background-color:#222 !important;
													border-right:1px solid #222 !important;
													border-top:1px solid #222 !important;
													border-bottom:1px solid #222 !important;
} 

.primary-navigation .highlighted-li {
		border-right:1px solid #d42528;
		border-top:1px solid #d42528;
		border-bottom:1px solid #d42528;
	background:#d42528;
	color:#fff;
}

.primary-navigation .highlighted-li .activePrimaryLink	{	border-color:#FFF;
}

.primary-navigation .highlighted-li:hover {
		border-right:1px solid #FFF;
		border-top:1px solid #FFF;
		border-bottom:1px solid #FFF;
	background:#333;
	color:#fff;
}
.highlighted-li a {
	color:#d42528;
}
.highlighted-li a:link {
	color:#d42528;
}

.primary-navigation li:hover {
	background:#fff;
	color:#000;
}
.primary-navigation li:hover a {
	color:#000;
}

.primary-navigation li a {
	color:#fff;
	text-decoration:none;
}
.primary-navigation li a:hover {
	color:#000;
	text-decoration:none;
}




.primary-navigation .highlighted {
background:#fff;
}
.primary-navigation .highlighted a {
color:#d42528;
}
.primary-navigation .highlighted a:link {
color:#d42528;
}
.primary-navigation .highlighted a:hover {
color:#000;
}



/* primary-navigation-alt-page */




.primary-navigation-alt-page li {
	color:#222;
	background:#fff;
	padding:6px 20px 5px 20px;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
}
/*
.primary-navigation li:first-child {
	border-right:2px solid #fff;
}
*/
.primary-navigation-alt-page .highlighted-li {
	border-right:1px solid #d42528;
	background:#d42528;
	color:#fff;
}


.primary-navigation-alt-page li:hover {
	background:#fff;
	color:#d42528;
}
.primary-navigation-alt-page li:hover a {
	color:#d42528;
}

.primary-navigation-alt-page li a {
	color:#fff;
	text-decoration:none;
}
.primary-navigation-alt-page li a:hover {
	color:#000;
	text-decoration:none;
}

.primary-navigation-alt-page .highlighted {
background:#fff;
}
.primary-navigation-alt-page .highlighted a {
color:#d42528;
}
.primary-navigation-alt-page .highlighted a:link {
color:#d42528;
}
.primary-navigation-alt-page .highlighted a:hover {
color:#000;
}




/* secondary-navigation */



.coverage-form-wrap {
	float:right;	
	color:#fff;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-right:30px;
	line-height:32px;
	padding-left:20px;
	width:auto;
}
.coverage-form-wrap-inner {
	float:left;
}
.alt-page .coverage-form-wrap {
	background:#333;
}

.coverage-form-wrap input {
	width:180px;
	height:32px;
	background:#999;
	border:none;
	padding:0 10px;
	margin:0 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
}

.coverage-form-wrap .search-icon {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#000;
	cursor:pointer;
}
.coverage-form-wrap .search-icon:hover {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#d42528;
	cursor:pointer;
}

.coverage-form {
	width:320px;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.coverage-form input {
	width:268px;
	height:32px;
	border:1px solid #fff;
	background:#ffffff;
	padding:0 10px;
	margin:0 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	float:left;
}
.coverage-form .search-icon {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#d42528 url(../images/search-icon.png) no-repeat;
	display:block;
	float:left;
	cursor:pointer;
}
.coverage-form .search-icon:hover {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#666 url(../images/search-icon.png) no-repeat;
	display:block;
	float:left;
	cursor:pointer;
}

.secondary-navigation {
	top:0;
	width:100%;
	background:#333;
	height:32px;
	position:fixed;
	z-index:6;
}

.secondary-navigation ul {
	margin:0 30px 0 0 ;
	padding:0;
	float:right;
	width:auto;
  }
.secondary-navigation li {
	color:#fff;
	display:inline-block;
	float:left;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-right:30px;
	line-height:32px;
}

.secondary-navigation li:last-child {
	margin-right:0px;
}


.secondary-navigation li a {
	color:#fff;
	text-decoration:none;
}
.secondary-navigation li a:hover {
	color:#d42528;
	text-decoration:none;
}
.secondary-navigation input {
	width:180px;
	height:32px;
	background:#999;
	border:none;
	padding:0 10px;
	margin:0 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
}

.secondary-navigation .search-icon {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#000 url(../images/search-icon.png) no-repeat;
	display:block;
	float:right;
}
.secondary-navigation .search-icon:hover {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#d42528 url(../images/search-icon.png) no-repeat;
	display:block;
	float:right;
}

/* Social Media Icons */


.social-media-icons {
	position:absolute;
	padding-left:30px;
	margin-top:-140px;
	z-index:1000;
	color:#fff;
}
.social-icon-caption {
	width:80px;
	height:20px;
	padding-top:10px;
	float:left;
	margin-right:10px;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
}
.social-icon-1 {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.social-icon-1 img {
	width:100%;
	height:auto;
}






/* SLIDE CAPTIONING - MESSAGE */


.foreground-right {
	top:26%;
	right:30px;
	position:absolute;
	width:60%;
	z-index:5;
	text-align:center;
	font-size:2vw;
}
.foreground-left {
	top:26%;
	left:30px;
	position:absolute;
	width:60%;
	z-index:5;
	text-align:center;
	font-size:2vw;
}
.foreground-middle {
	top:26%;
	margin:0 15%;
	position:absolute;
	width:70%;
	z-index:5;
	text-align:center;
}
.price-image {
	margin:0 auto;
	width:240px;	
}
.price-image img {
	margin:0 auto;
	width:100%;
	height:auto;	
}


/*  ----- ACTION BUTTONS -----  */



.action-button-grey {
	padding:5px;
	background:#222;
	margin:0 auto;
	width:200px;
	cursor:pointer;
}
.action-button-grey:hover {
	padding:5px;
	background:#ccc;
	margin:0 auto;
	width:200px;
	cursor:pointer;
}

.action-button-grey-2 {
	padding:3px;
	background:#222;
	font-size:13px;
	margin:0;
	width:200px;
	cursor:pointer;
	position:relative;
}
.action-button-grey-2:hover {
	padding:3px;
	background:#ccc;
	font-size:13px;
	margin:0;
	width:200px;
	cursor:pointer;
	position:relative;
}

.action-button-grey-3 {
	padding:3px;
	background:#ccc;
	margin:0 auto;
	width:200px;
}
.action-button-grey-3:hover {
	padding:3px;
	background:#333;
	margin:0 auto;
	width:200px;
	cursor:pointer;
}
.action-button-red {
	padding:5px;
	background:#d42528;
	margin:0 auto;
	width:200px;
}

.action-button-light-blue {
	padding:5px;
	background:#00aeef;
	margin:0 auto;
	width:200px;
}

.action-button-red:hover {
	padding:5px;
	background:#F60;
	margin:0 auto;
	width:200px;
	cursor:pointer;
}
.action-button-red-2 {
	padding:3px;
	background:#d42528;
	margin:0 auto;
	width:200px;
}
.action-button-red-2:hover {
	padding:3px;
	background:#F60;
	margin:0 auto;
	width:180px;
	cursor:pointer;
}
.action-button-red-3 {
	padding:3px;
	background:#d42528;
	margin:0;
	width:180px;
}
.action-button-red-3:hover {
	padding:3px;
	background:#F60;
	margin:0;
	width:180px;
	cursor:pointer;
}
.select-plan-button {
	padding:5px;
	margin:0 20% 30px 20%;
	width:60%;
}

.action-button-inner {
	border:1px #fff solid;
	padding:5px;
	height:100%;
	width:100%;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:15px;
	letter-spacing:2px;
	text-align:center;
}

.action-buttons-3 {
	width:760px;
	margin:70px auto 0 auto;
	height:auto;
	position:relative;
	text-align:left;
}
.action-button-3 {
	margin:3% 2.8%;
	width:27%;
	color:#fff;
	display:inline-block;
	float:none;
	font-size:14px;
	-webkit-transition: background ease-out 0.5s;
	-moz-transition: background ease-out 0.5s;
	-o-transition: background ease-out 0.5s;
	transition: background ease-out 0.5s;
	cursor:pointer;
	overflow:hidden;
	padding-bottom:3%;
	border-bottom:1px solid #222;
}
.bring-or-buy-buttons {
	width:500px;
	margin:0px  auto 0 auto;
}

.bring-or-buy-caption-bottom {
	clear:both;
margin:0;

}
.button-image-large {
	background:#FF0000;
	width:70%;
	margin:0 15%;
	padding-bottom:80%;
	background-size:100% auto;
}

.step-text {
	
	float:right;
	width:100%;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

.button-image-wrap-1 {
	
	float:left;
	margin-right:0;
	background:#FF0000;
	width:20%;
	height:20%;
	background-size:100% auto;
	padding-bottom:70px;
}







.preview-panel-1 {
	margin:0 auto 30px auto;
	width:80%;
	height:auto;
	padding:20px;
}
.preview-wrap-1 {
	width:20%;
	height:auto;
	float:left;
	padding:2%;
}
.preview-wrap-2 {
	width:11%;
	height:auto;
	float:left;
	margin:0% 0.75% 2% 0.75%;
}
.preview-wrap-3 {
	width:14.28%;
	height:auto;
	float:left;
	padding:1%;
}
.preview-wrap-1:last-child {
	margin-right:0px;
}
.preview-wrap-1-image {
	width:100%;
	height:100%;
}
.preview-wrap-1-image img {
	width:100%;
	height:auto;
}
.preview-wrap-1-details {
	width:100%;
	height:40px;
	padding:5px 5px 0px 5px;
	text-align:left;
	line-height:14px;
	font-size:12px;
}
.trending-on-rok {
	clear:left;
	width:auto;
	margin:0 auto 0 auto;
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#d42528;
	font-size:1.5vw;
	letter-spacing:3px;	
}
.feature-highlight {
	width:auto;
	margin:0 auto 0 auto;
	padding-top:20px;
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#d42528;
	font-size:1vw;
	letter-spacing:2px;	
}
.music-carousel-prev {
	float:left;
	margin-top:6%;
	margin-left:-100px;
	width:80px;
	height:80px;
	background:url(../images/prev-button-1.png) no-repeat;
}
.music-carousel-next {		
	margin-top:6%;
	float:right;
	margin-right:-100px;
	width:80px;
	height:80px;
	background:url(../images/next-button-1.png) no-repeat;
}
.mobile-slide-image-left {
	left:0;
	top:0;
	padding-bottom:80%;
	width:auto;
	position:absolute;
}
.mobile-slide-wrap {
	width:100%;
	height:100%;
}
.mobile-slide-image-left img {
	width:auto;
	height:30%;
}
.mobile-slide-image-right {
	position:relative;	
	width:38%;
}
.mobile-slide-image-right img {
	width:100%;
	height:auto;
}
.four-g-icon {
	width:12%;
	height:10%;
	margin:0 auto 20px auto;
}
.four-g-icon img {
	width:100%;
	height:auto;
}
.us-map-icon {
	width:86%;
	height:auto;
	margin:2% auto 4% auto;
	margin-top:10%;
	margin-bottom:0%;
}
.us-map-icon img {
	width:100%;
	height:auto;
}

.hotspots-preview-panel {
	margin:2% 0 30px 0;
	width:100%;
	background:#fff;	
	padding:20px;
	position:relative;
}
.icon-1-wrap {
	width:40%;
	margin:0% 30% 0 30%;
	float:right;
	min-height:200px;
	margin-top:2%;
}
.small-icon-1 {
	width:20%;
	float:left;
	padding:0 3%;
}

.small-icon-1 img {
	width:100%;
	height:auto;
}
.small-icon-details-1 {
	width:100%;
	height:30px;
	padding:6% 0 3%;
	margin-bottom:30px;
	font-size:12px;
	letter-spacing:2px;
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
}
	.small-icon-2 {
	width:25%;
	float:left;
	padding:0 3%;
	background:rgba(100,100,100,1.0) url(../images/right-icon.png) no-repeat;
	background-size:60px 60px;
	text-align:center;
}
	.small-icon-3 {
	width:25%;
	float:left;
	padding:0 3%;
	background:rgba(100,100,100,1.0) url(../images/left-icon.png) no-repeat;
	background-size:60px 60px;
	text-align:center;
}
.small-icon-details-2 {
	width:100%;
	height:40px;
	padding:30% 0 100% 0;
	font-size:14px;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	float:left;
}
.icon-wrap-1-details {
	width:100%;
	height:40px;
	font-size:1.2vw;
	padding:10px 10px 0px 10px;
	text-align:center;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#222;
}
.icon-box { 
	/*border:1px solid #999;*/
	background:rgba(255,255,255,1.00)
}
.live-more-heart {
	width:6%;
	height:auto;
	display:inline-block;
}
.live-more-heart img {
	width:100%;
	height:auto;
	position:relative;
}
.down-button-1 {
	margin:0 auto;
	height:54px;
	width:54px;
	position:relative;
	top:-70px;
	z-index:9999999;
	background:url(../images/down-button-white.png) no-repeat;
	background-size:cover;
}
.down-button-1:hover { 
	background:url(../images/down-button-red.png) no-repeat;
	background-size:cover;
}
.down-button-1 img	{	width:100%; height:100%;
}

.down-button-red {
	margin:0 auto;
	height:54px;
	width:54px;
	position:relative;
	top:0px;
	z-index:9999999;
	background:url(../images/down-button-red.png) no-repeat;
	background-size:cover;
}
.down-button-red:hover { 
	background:url(../images/down-button-red.png) no-repeat;
	background-size:cover;
}
.down-button-red img	{	width:100%; height:100%;
}

/********HOMEPAGE PLANS*********/
.main-page-body#plans	{	
}

div#plans-top.full-width-wrap	{	padding-top: 10% !important;
									
									border-top-color: #ccc;
									border-top-style: solid;
									border-top-width: 1px;
}

/*********HOMEPAGE BLOG**********/
.inner-blog-content	{	width:100%;
						max-height:200px;
						overflow:hidden;
						margin-bottom:30px;
}

.inner-blog-content img	{	
}




/* ----- BEHIND THE BRAND ----- */


#behind-the-brand {
background:url(../images/header-6.jpg) no-repeat;
background-size:cover;
}
#behind-the-brand-wrap {
	padding-left:33%;
}
.patron-logo {
	width:30%;
		margin:0 35% 0 35%;

}
.patron-logo img {
	width:100%;
	height:auto;
}
.paul-mitchell-logo {
	width:64%;
	clear:left;
	margin:4%  18% 0 18%;	
}
.paul-mitchell-logo-img {
	width:100%;
	height:auto;
}














/*  ----- SECTION ICONS -----  */



.rok-blog-icon-1 {
	width:40px;
	height:48px;
	display:inline-block;
	margin-bottom:-16px;
	margin-right:10px;
	background:url(../images/rok-blog-icon-1.png) no-repeat;
}
.rok-talk-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/talk-icon-1.png) no-repeat;
}
.rok-text-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/text-icon-1.png) no-repeat;
}
.rok-data-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/data-icon-1.png) no-repeat;
}
.rok-music-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/music-icon-1.png) no-repeat;
}
.rok-tower-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/tower-icon-1.png) no-repeat;
}
.rok-music-icon-2 {
	width:55px;
	height:55px;
	float:left;
	margin-bottom:-20px;
	padding-bottom:20px;
	margin-right:10px;
	background:url(../images/music-icon-2.png) no-repeat;
}
.rok-wifi-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/wifi-icon-1.png) no-repeat;
}
.rok-apps-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/app-icon-1.png) no-repeat;
}
.rok-bring-icon-1 {
	width:40px;
	height:40px;
	display:inline-block;
	margin-bottom:-14px;
	margin-right:10px;
	background:url(../images/bring-phone-icon-1.png) no-repeat;
}
.rok-buy-icon-1 {
	width:40px;
	height:40px;
	display:inline-block;
	margin-bottom:-14px;
	margin-right:10px;
	background:url(../images/buy-phone-icon-1.png) no-repeat;
}
.options-icon-1 {
	width:30px;
	height:30px;
	display:inline-block;
	margin-bottom:-7px;
	margin-right:10px;
	background:url(../images/options-icon-1.png) no-repeat;
}

.download-app-icon-1 {
	width:40px;
	height:40px;
	display:inline-block;
	margin-bottom:-14px;
	margin-right:10px;
	background:url(../images/download-app-icon-2.png) no-repeat;
}

.rok-contact-icon-1 {
	width:40px;
	height:40px;
	display:inline-block;
	margin-bottom:-10px;
	margin-right:10px;
	margin-left:-40px;
	background:url(../images/contact-icon-1.png) no-repeat;
}

.app-download {
	width:100%;
	height:auto;
	padding:4%;
	margin-bottom:30px;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#666;
}

.app-store-icons {
	position:relative;
width:50%;
margin:0 25%;
height:auto;	
float:left;
}

.app-store-icons-2 {
position:relative;
width:60%;
margin:0px 0 6% 0;
height:auto;	

}

.apple-store-icon {
	width:42%;
	height:auto;
	float:left;
	margin-right:6%;
}
.apple-store-icon img {
	width:100%;
	height:auto;
}
.google-play-icon {
	width:42%;
	height:auto;
	float:left;
}
.google-play-icon img {
	width:100%;
	height:auto;
}
.alt-page-push {
	width:100%;
	height:10px;
	margin-top:8%;
}






/* ----- BACKGROUND IMAGE SLIDER ----- */




.background {
	margin-top:0;
	position:relative;
	height:100%;
	width:100%;
	overflow:hidden;
	background-color:#333;
}
#background-slide-show {
	width:100%;
	height:100%;
	overflow:hidden;
}
#background-slide-show .slide {
  width: 100%;
  margin:0 auto;
  height:100%;
  background-size:cover!important;
  /* CSS3 to scale the background, not required */
}
/*#background-slide-show .slide img {
  width: 100%;
  height:auto;
}
*/
.slider-back-1 {
	margin-top:13%;
	left:0.5%;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url(../images/slider-prev-button-1.png) no-repeat;
	width:120px;
	height:120px;
}
.slider-back-1:hover {
	background:url(../images/slider-prev-button-3.png) no-repeat
}
.slider-next-1 {
	margin-top:13%;
	right:0.5%;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url(../images/slider-next-button-1.png) no-repeat;
	width:120px;
	height:120px;
}
.slider-next-1:hover {
	background:url(../images/slider-next-button-3.png) no-repeat;
}
#cycle-button-1 {
	cursor:pointer;
}


#slider-pager {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:20;
}

#slider-pager a {
	background:#222;
	color:#fff;
	margin:0 2px;
	padding:2px 5px;
	width:15px;
	font-size:11px;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
}

#slider-pager a.activeSlide   {
background:#d42528;
}

.pauseButton	{	background-color:#222;
					width:18px;
					height:18px;
					float:right;
					position:relative;
					top:2px;
					right:-2px;
					background-position:center;
					background-size:contain;
					background-repeat:no-repeat;
					cursor:pointer;
}

.playing	{	background-image:url(../images/pause.png);
}
.paused		{	background-image:url(../images/play.png);
}

/*  ----- FOOTER -----  */



#footer {
	float:left;
	width:100%;
	height:auto;
	position:relative;

}

.copyright {
	float:left;
	width:100%;
	height:auto;
	margin:2% 0;
	position:relative;

}

.footer-heading-1 {
	width:auto;
	margin:8% auto 4% auto;
	padding-top:20px;
	padding-bottom:10px;
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#d42528;
	font-size:1.1vw;
	letter-spacing:3px;	
}




.footer-nav-wrap {
width:100%;
margin:4% 0 0 0;
float:left;
position:relative;
height:160px;
}

.footer-icon-1 {
	width:40%;
	margin:0 30% 6% 30%;
	float:left;
	padding:0 3%;
}

.footer-icon-1 img {
	width:100%;
	height:auto;
}
.footer-nav-1 {
	width:12.66666666666667%;
float:none;
display:inline-block;
vertical-align:top;
height:170px;
padding:2% 0 4% 0;
margin: 0 2% 0 2%;
font-size:12px;
font-family:'korolevmedium', Helvetica, Arial, sans-serif;
text-transform:uppercase;
text-align:center;
color:#222;
border-bottom:1px solid #CCC;

}

.footer-nav-1 li .footer-nav-1-heading a	{	font-family:'korolevbold', Helvetica, Arial, sans-serif;
text-transform:uppercase;
	color:#d42528;
}

.footer-nav-1 li a	{	color:#222;
}

.footer-nav-1 ul {
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer-nav-1 li {
}
.footer-nav-1-heading {
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
		color:#d42528;
}



/*  FONTS  */


.headline-6 {
font-family: 'rokmobile-bold', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #222;
font-size: 28px;
letter-spacing: 5px;
margin-bottom: 18px;
line-height: 3.7vw;
}
.sub-heading-1 {
font-family: 'korolevlight', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 17px;
letter-spacing: 6px;
}
.sub-heading-7 {
font-family: 'korolevlight', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #222;
font-size: 14px;
letter-spacing: 4px;
}


/* ---------- PRICE COMPARISON CHART ---------- */

.comparison-chart-wrap {
	width:100%;
	float:left;
	height:auto;	
	margin-bottom:4%;
	margin-top:2%;
	min-height:340px;
	min-width: 1100px;
}
.chart-column-1 {
	width:18%;
	float:left;
}
.chart-cell-1 {
	width:96%;
	padding:2%;
	margin:7px;
	height:50px;
}
.chart-column-2 {
	width:9.6%;
	float:left;
}
.chart-column-plus {
	width:5%;
	margin:0;
	float:left;
}
.chart-cell-plus {
	width:50px;
	height:50px;
	margin: 7px auto 7px auto;
}
.chart-cell-plus img {
	width:100%;
	height:auto;
}
.cell-blank {
	padding-top:15px;
	padding-bottom:10px;
	background:none;
	font-family:'rokmobile-bold', arial, helvetica, san-serif;
	text-transform:uppercase;
	color:#222;
	font-size:17px;
}
.comparison-text {
	font-family:'rokmobile-bold', arial, helvetica, san-serif;
	text-transform:uppercase;
	color:#222;
}
.cell-red {
	padding-top:14px;
	padding-bottom:10px;
	background:#d42528;
	color:#fff;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	font-size:16px;
}
.cell-light-grey {
	padding-top:14px;
	padding-bottom:10px;
	background:#fff;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
	font-size:16px;
}
.price-tag-1 {
	background:url(../images/price-tag-1.png) no-repeat;
	background-size:contain;
}
.price-tag-2 {
	background:url(../images/price-tag-2.png) no-repeat;
	background-size:contain;
}

/*******CONTACT FORMS************/


#lighbox_contact_form	{	margin-top:150px;
}

#lighbox_contact_form .firstname_field	{	width:49%;
											float:left;
											background:#f2f2f2;
											border:none;
											-webkit-box-shadow: none;
											  box-shadow: none;
											  -webkit-transition: none;
											  transition: none;

										
}

#lighbox_contact_form .surname_field	{	width:49%;
											float:right;
											background:#f2f2f2;
											border:none;
											-webkit-box-shadow: none;
											  box-shadow: none;
											  -webkit-transition: none;
											  transition: none;
											
}


#LBFormSubmitMessage	{	width:100%;
							height:100%;
							position:absolute;
							background-color:#FFF;
							top:0px;
							left:0px;
							display:none;
}
/*********FOOTER FORM STYLES*************/
#footerFormWrap	{	width:100%;
					background-color:#f2f2f2;
					padding-top:50px;
					padding-bottom:30px;
					height:auto;
					
}


.footerFormLeft	{	width:50%;
					float:left;
					padding-right:1%;
}

.footerFormRight	{	width:50%;
						float:left;
}

#footer_contact_form	{	width:90%;
						margin-left:5%;
						margin-right:5%;
						font-family:Helvetica, Arial, sans-serif;
						
						text-align:left;
}

#footer_contact_form textarea 	{ 	width:100%; 
									float:right;
									margin-bottom:20px;
									background:#fff;
}

#footer_contact_form input	{	height:61px;
margin-bottom:2%;
font-family:"helvetica-neue-regular", Helvetica, Arial, sans-serif;
}

#footer_contact_form .firstname_field	{	width:49%;
											float:left;																				
											background:#fff;
}

#footer_contact_form .surname_field	{	width:49%;
											float:right;
											background:#fff;
}

#footer_contact_form .email_field	{	width:100%;
											float:left;
											margin-top:1px;
											background:#fff;
}

#FooterFormSubmitMessage	{	width:100%;
								height:100%;
								background-color:#FFF;
								position:absolute;
								top:0px;
								left:0px;
								display:none;
								
}

#footerSubmitButton	{	float:right;
}

/********HOMEPAGE SLIDER STYLES **********/
.slide	{	background-repeat:no-repeat;
			background-position:center center;
}

#offerSlide399	{	background-image:url(../images/slider-background-399-2.jpg);
}

#offerSlide399 .foreground-left	{	text-align:right;
									width:40%;
									
}

#offerSlide399 .foreground-left .headline-1	{	font-size:3.2vw;
}

#offerSlide399 .foreground-left .action-button-light-blue	{	position:relative;		
																top:60px !important ;
																left:200px;
}

#offerSlide	{	background-image:url(../images/slider-background-offer.jpg);
}

#mainSlide	{	background-image:url(../images/slider-background-1.jpg);
}


#optionsSlide	{	background-image:url(../images/slider-background-2.jpg);
}

#musicSlide	{	background-image:url(../images/slider-background-3.jpg);
}

#coverageSlide	{	background-image:url(../images/slider-background-4.jpg);
}

#wifiSlide	{	background-image:url(../images/slider-background-5.jpg);
}



.video-action-button {
	width:30%;
	float:left;
	padding-bottom:4%;
}
.video-action-button-image {	
	width:100%;
	height:auto;
	float:left;
}
.video-action-button-image img {	
	width:100%;
	height:auto;
}
.video-action-button-text {
	color:#000;
	float:left;
	text-align:center;
	width:100%;
	font-size:12px;
}



#get-the-app {
	background:url(../images/music.jpg) no-repeat;
	background-size:cover;
	background-position:top right !important;
}



.screen-action-button {
	width:30%;
	float:left;
	padding-bottom:4%;
}
.screen-action-button-image {	
	width:70%;
	height:auto;
	margin:0 15%;
}
.screen-action-button-image img {	
	width:100%;
	height:auto;
}
.screen-action-button-text {
	color:#000;
	float:left;
	text-align:center;
	width:100%;
}


.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background:#f2f2f2;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: none;
transition: none;
border: none;
border-radius: 0;

}

#lighbox_contact_form .message_field.form-control  {
padding: 20px 0px 0px 12px;

}
.red-submit-button {
float: right;
background: #d42528;
color: #fff;
border: none;
border-radius: 0;
font-family: 'korolevmedium', Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 20px;
}

.message_field.form-control {
padding: 20px 0px 0px 12px;
height: 131px;
}
#footerSubmitButton {
float: right;
background:#d42528;
color:#fff;
border:none;
border-radius:0;
font-family:'korolevmedium', Helvetica, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:2px;
padding:10px 20px;
}
.padded-wrap {
	padding:4%;
	background:#fff;
}
.offer-price-wrap-1 {
	margin:-10% 41% 0 41%;
width:18%;
min-width:140px;
float:right;
}
.offer-price-wrap-1 img {
	width:100%;
	height:auto;
}
.offer-price-wrap-2 {
	margin:2% 0 0 0;
width:50%;

float:right;
}
.offer-price-wrap-2 img {
	width:100%;
	height:auto;
}
.offer-price-wrap-3 {
	margin:-8% 45% 0 45%;
width:10%;
float:right;
}
.offer-price-wrap-3 img {
	width:100%;
	height:auto;
}


.comparison-chart {
	width:90%;
	margin:4% 0%;
}
.action-button-wrap-1 {
	width:50%;
	float:right;
	margin-top:4%;
}
.album-single {
	background:#222222;
	width:100%;
	margin:16px 0%;	
}
.album-single img  {
	width:60%;
	margin:0% 20%;	
}

.music-bullets-wrap {
	width:650px;
	margin:40px auto 0 auto;
	height:160px;
}

.music-bullets-wrap ul {
float:left;
text-align:left;	
margin-top:20px;
}

.music-bullets li {
text-align:left;	
font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.2vw;
	letter-spacing:6px;
	margin:10px 0;
}

.offer-price-wrap-4 {
width:100%;
height:auto;
padding:0;
margin:20px 0 -50px 0;
}
.offer-price-wrap-4 img {
	width:100%;
	height:auto;
}


.three-steps-box {
	background:#f2f2f2;
	width:100%;
	height:60px;
	float:left;
	padding-top:10px;
	margin:0 0 40px 0;
}
.three-steps-number {
	display:inline-block;
	margin:0 10px 0 0;
	height:40px;
	width:40px;
}
.three-steps-number img {
	width:100%;
	height:auto;
}
.three-steps-caption {
	display:inline-block;
	margin:0 20px 0 0;
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:0.8em;
	letter-spacing:4px;
}




/********EXTRA SLIDER STYLES **********/
.headline-1	{	position:relative;
				top:50px;
}

.sub-heading-1	{	position:relative;
					top:50px;
}

.price-image	{	position:relative;
					top:50px;
}

.action-button-red	{	position:relative;
						top:80px;

}

.action-button-grey	{	position:relative;
						top:20px;

}

#homepage-top-title	{	font-size:2.3vw;
}


#coverageSlide .foreground-left	{	position:relative;
									top:80px;
}

.indexPage #musicSlide .action-button-grey	{	top:-75px;
}

.indexPage #musicSlide .foreground-right	{	top:10% !important;
}


/*****MUSIC PAGE SLIDER*********/
.musicPage .slide .foreground-left {	top:5% !Important;
}


/*******WATCH PAGE STYLES*********/
.color_selection_container	{	width:110px;
								margin-left:auto;
								margin-right:auto;
}
.color_selection_box	{	width:25px;
							height:25px;
							float:left;
							margin-right:5px;
							border-radius:12px;
							padding:10px;
							cursor:pointer;
							
					
}

.color_selection_box.chrome	{	background-color:#DBDBDB;
}
.color_selection_box.black	{	background-color:#000;
}
.color_selection_box.gold	{	background-color:#f6d834;
}

.color_selection_box.selected	{ 	border-style:solid;
									border-width:2px;
									border-color:#07B3FD;
}

.selected_watch_image	{	width:40%;
							height:100px;
							float:left;
}

#full_watch_image	{	width:100%;
}

.summary_right	{	float:right;
}

@media (max-width: 1280px) { 

.main-page-body {
	width:80%;
	margin:0 10%;
	padding:0% 0 0 0 ;
	text-align:center;
	position:relative;
	float:left;
}
.move-down-laptop {
	margin-top:100px!important;
}
.move-down-more-laptop {
	margin-top:120px!important;
}
}


/**********PLANS PAGE STYLES**************/
/*
.top_offers_div	{	width:100%;
					height:80px;
					background-color:#6d6e71;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#FFF;
					font-size:40px;
					line-height:75px;
					margin-top:40px;
					margin-bottom:40px;
}

.plan-div {	width:80%;
			margin-left:10%;
			margin-right:10%;
			margin-bottom:20px;
			
			float:left;
			
			
			
			
}

.plan-1	{	height:80%;
			width:70%;
			margin-top:15%;
			margin-left:20%;
			margin-right:10%;
}

.plan-container-1	{	width:46%;
					min-height:460px;
					position:relative;
					float:left;
					min-width:320px;
					margin:auto;
}
.plan-container-2	{	width:46%;
					min-height:460px;
					position:relative;
					float:right;
					min-width:320px;
					margin:auto;
					margin-bottom:10% !important;
}

.planTitleArea	{	width:100%;
					height:20%;
					background-color:#d72629;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#FFFFFF;
}			

.planMainArea	{
					font-family:'korolevlight', Helvetica, Arial, sans-serif;
					font-size:20px;
					padding-left:0%;
					padding-right:0%;
					padding-top:5%;
					

}

.plan_bottom_area	{	width:100%;
						height:90px;
						background-color:#00aeef;
						
						border-radius:0px;
						font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
						color:#FFF;
						font-size:35px;
						line-height:90px;
}

.plan-1 .planMainArea		{ 
								background-repeat:no-repeat;
								background-size:50%;
								background-position:-50px ;
}

.plan-2 .planMainArea		{	color:#000;
								font-size:24px;
}
.plan-1 .planTitleArea	{	font-size:25px;
							line-height:75px;
}

.plan-2 .planTitleArea	{	font-size:26px;
							line-height:52px;
}

.below_plan_area	{	width:100%;
						height:100px;
						
						position:relative;
						
}


.plan-2 { 

			
						
}

.plan-price	{	font-size:60px;
									font-family:'korolevmedium', Helvetica, Arial, sans-serif;
				margin-top:5%;
}

.plan-2 .plan-price	{	font-size:84px;
}

.plan-1 #planStar	{	position:absolute;
						left:-30%;
						top:40%;
}

.planTime	{	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
}

.plan-2 .planTime	{	font-size:22px;
						color:#fff;
						background:#222;
						padding:5px 30px;
}

.plan-2 #planStar	{	position:absolute;
						left:70%;
						top:42%;
}

.smallSuperscript	{	font-size:30px;
						vertical-align:super;
						
}

.mediumSuperscript	{	font-size:40px;
						vertical-align:super;
						margin-top:0px;
						
}

.plan_buy_button	{	width:100%;
						float:left;
						clear:both;
						margin-bottom:20px;
}

#plan-1-button-1	{	position:absolute;
						top:415%;
						left:-70px;
}

#plan-1-button-2	{	position:absolute;
						top:415%;
						left:28%;
						
}

#plan-1-button-1 .action-button-red	{	width:140%;
										
										
}
*/

.top_offers_div	{	width:100%;
					height:80px;
					background-color:#6d6e71;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#FFF;
					font-size:40px;
					line-height:75px;
					margin-top:40px;
					margin-bottom:40px;
}

.plan-div {	width:80%;
			margin-left:10%;
			margin-right:10%;
			margin-bottom:20px;
			
			float:left;
			
			
			
			
}

.plan-1	{	height:80%;
			width:70%;
			margin-top:15%;
			margin-left:20%;
			margin-right:10%;
}

.plan-container	{	width:50%;
					height:530px;
					position:relative;
					float:left;
}

.planTitleArea	{	width:100%;
					height:20%;
					background-color:#FFFFFF;
					border-radius:20px 20px 0px 0px;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#d72629;
					box-shadow: 0px 8px 15px #bebdbd;
					border-radius:22px 22px 0px 0px;
					border-style:solid;
					border-width:2px 2px 0px 2px;
					border-color:#a6a7aa;
}

.planMainArea	{
					font-family:'korolevlight', Helvetica, Arial, sans-serif;
					font-size:20px;
					padding-left:0%;
					padding-right:0%;
					padding-top:5%;
					
					border-style:solid;
					border-width:0px 2px 0px 2px;
					border-color:#a6a7aa;
}

.plan_bottom_area	{	width:100%;
						height:90px;
						background-color:#00aeef;
						
						border-radius:0px 0px 20px 20px;
						font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
						color:#FFF;
						font-size:35px;
						line-height:90px;
}

.plan-1 .planMainArea		{ 
								background-repeat:no-repeat;
								background-size:50%;
								background-position:-50px ;
}

.plan-2 .planMainArea		{	color:#000;
								font-size:25px;
}
.plan-1 .planTitleArea	{	font-size:25px;
							line-height:75px;
}

.plan-2 .planTitleArea	{	font-size:35px;
							line-height:85px;
}

.below_plan_area	{	width:80%;
						margin-left:10%;
						margin-right:10%;
						height:100px;
						
						position:relative;
						
}


.plan-2 { 	background-color:#FFF;
			
						
}

.plan-price	{	font-size:60px;
				font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
				margin-top:5%;
}

.plan-2 .plan-price	{	font-size:70px;
}

.plan-1 #planStar	{	position:absolute;
						left:-30%;
						top:40%;
}

.planTime	{	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
}

.plan-2 .planTime	{	font-size:35px;
}

.plan-2 #planStar	{	position:absolute;
						left:70%;
						top:42%;
}

.smallSuperscript	{	font-size:30px;
						vertical-align:super;
						
}

.plan_buy_button	{	width:100%;
						float:left;
						margin-left:0%;
						margin-right:0%;
						clear:both;
						margin-bottom:20px;
}

#plan-1-button-1	{	position:absolute;
						top:415%;
						left:-70px;
}

#plan-1-button-2	{	position:absolute;
						top:415%;
						left:28%;
						
}

#plan-1-button-1 .action-button-red	{	width:140%;
										/*max-width:180px;*/
}
#plan-1-button-2 .action-button-red	{	width:140%;
										/*max-width:180px;*/
}

.plan_buy_button .action-button-red	{	top:0px;
										
										
										
}

#plan-1-button-2 .action-button-red	{	width:140%;
										/*max-width:180px;*/
}

.plan_buy_button .action-button-red	{	top:0px;
}

#plan-1-button-1 .action-button-white	{	width:140%;
										/*max-width:180px;*/
}
#plan-1-button-2 .action-button-white	{	width:140%;
										/*max-width:180px;*/
}

.plan_buy_button .action-button-white	{	top:0px;
											border:2px solid #222;
											color:#222;
}

.plan_buy_button .action-button-white:hover	{	
											top:0px;
											border:2px solid #D42327;
											color:#D42327;
}


.action-button-white .action-button-inner { 
										color:#222;
										font-size:18px;
										font-family:'korolevbold', Helvetica, Arial, sans-serif;
										line-height:28px;
}
	
.action-button-white .action-button-inner:hover { 
											color:#D42327;

}




#mobile_features_section	{	margin-bottom:80px;
								margin-top:40px;
}

.mobile_features	{	width:100%;
						height:100%;
						
						
						
}

.mobile_features_section	{	width:100%;
								padding-top:s0px;
}

.mobile-feature-top	{	width:100%;
						height:40%;
						position:relative;
						left:-20px;
						
}

.mobile-feature-btm	{	width:100%;
						height:60%;
						padding-top:5%;
						padding-bottom:5%;
						
}

.mobile-feature	{	width:25%;
border-right:1px solid #222;
					float:left;
										font-family:'korolevmedium', Helvetica, Arial, sans-serif;
					font-size:22px;
					color:#222;
}

.mobile-feature-small	{	font-size:16px;
										font-family:'korolevlight', Helvetica, Arial, sans-serif;

}
.right-border	{	border-right-style:solid;
					border-right-width:1px;
					border-right-color:#a6a7aa;
				
}

.bottom-border	{	border-bottom-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#a6a7aa;
}

.title	{	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
							font-size:24px;
							color:#d72629;
}

.feature_icon	{	position:relative;
									top:-5px;
									margin-left:10px;
									margin-right:10px;
}

.align-right	{	text-align:right;
}

.align-left	{	text-align:left;
}

.full_width_divider	{	width:90%;
						margin-left:5%;
						margin-right:5%;	
						margin-bottom:40px;
						border-top-color:#7B7B7B;
						border-top-width:1px;
						border-top-style:solid;
						clear:both;
}















/******ORDER FORM STYLES*************/

.order_form_nav {	list-style-type:none;
					display:table;
					width:100%;
					height:100%;
					line-height:100px;
					cursor:pointer;
}

.order_form_nav li	{	display:table-cell;
						color:#C9C9C9;
						
}

.order_form_nav li.active	{	color:#00BEE3;
}

#orderModalContentContainer	{	width:100%;
								height:100%;
}
#order_left	{	width:50%;
				height:100%;
				float:left;
}

#order_right	{	width:50%;
				height:100%;
				float:left;
}

#order_form_breadcrumbs	{	width:100%;
							height:20%;
							display:table;
							
}

.device_selection_text	{	float:left;
							text-align:right;
}

.carrier_select	{		width:95%; 
						clear:both;
						margin-bottom:10px;
						
}

.device_selection_text	{	width:50%;
							float:left;
							line-height:30px;
}


.carrier_select_container	{	width:48%;
								float:right;
}

.order_form_plan	{	width:100%;
						text-align:center;
						margin-top:10%;
						margin-left:auto;
						margin-right:auto;
}

.order_form_page	{	width:540px;
						float:left;
						height:500px;
}

#order_form_container	{	width:100%;
							overflow:hidden;
							
							
}


#order_form_page_container	{	width:2600px;
								height:100%;
								position:relative;
								-webkit-transition: left 0.5s ease-in-out;
								  -moz-transition: left 0.5s ease-in-out;
								  -o-transition: left 0.5s ease-in-out;
								  transition: left 0.5s ease-in-out;
								
}

.order_form_page input {float:left; margin-bottom:2%;}
#order_form input:nth-child(even) {}
#order_form .firstname_field { width:45%; !important}
#order_form .surname_field { width:45%; margin-left:5%;} 
#order_form .addr_01_field { width:45%;} 
#order_form .addr_02_field { width:45%; margin-left:5%;} 
#order_form .city_field { width:45%;} 
.select_container	{width:45%; margin-left:5%; float:left;}
#order_form .state_field { width:100%;} 
#order_form .zip_field { width:45%; clear:both;} 
#order_form .email_field { width:45%; margin-left:5%;}
#order_form .password_field { width:45%;} 
#order_form .pin_field { width:45%; margin-left:5%;}
#order_form .red-submit-button { float:right;}

.order_form_page input[name='firstname'], .order_form_page input[name='surname'], 
.order_form_page input[name='addr_01'], .order_form_page input[name='addr_02'],
.order_form_page input[name='addr_03'] { width:45%; float:left; margin-right:5%; margin-bottom:2%;}
.select_container	{width:20%; float:left; margin:0px;}
.order_form_page select[name='addr_04']	{width:100%; float:left;}
.order_form_page input[name='addr_05']	{ width:20%; float:left; margin-left:3%;}
.order_form_page input[name='email']	{ width:95%; }
.order_form_page input[name='phone']	{ width:95%; }
.order_form_page input[name='password']	{ width:45%; margin-right:5%; }
.order_form_page input[name='pin']	{ width:45%; }
.order_form_page input[name='acct']	{ width:70%; margin-left:5%;}
.order_form_page input[name='card_firstname']	{ width:45%; }
.order_form_page input[name='card_lastname']	{ width:45%; margin-left:5%;}
.select_container.expiry_month	{width:20%; float:left; margin-right:5%;}
.select_container.expiry_year	{width:20%; float:left; margin-right:5%;}
.order_form_page input[name='expdate']	{ width:45%; float:left; margin-right:5%;}
.order_form_page input[name='cvv2']	{ width:45%; float:left;}
.order_form_page input[name='promo_code']	{ width:95%; float:left;}
.order_form_page input[name='startdate']	{ width:45%; float:left; margin-right:5%;}
.order_form_page input[name='issuenumber']	{ width:45%; float:left; }
.order_form_page .red-submit-button	{ display:none; }
.order_form_page .plan_buy_button	{ float:right; margin-right:20%; margin-top:2%; } 
.order_form_page input[name='promo_code']::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}
#order-traverse	{	width:100%;
					position:relative;
					top:-180px;
					border-style:none !important;
}
#order-traverse > a:nth-child(1) { display:none;}
#order-traverse > a:nth-child(2) { float:right;}

#order_summary_container	{	height:50%;
								width:100%;
								margin-bottom:0px;
}
#order_form_summary	{	border-style:none;
}
.order_form_totals	{	width:80%;
margin-left:10%;
margin-right:10%;
						padding-left:6%;
						height:50%;
						clear:both;
						margin-top:25%;
}

#processingUI	{	width:50%;
					height:80%;
					position:absolute;
					z-index:10000;
					background-color:rgba(255,255,255,0.80);
					display:none;
}
#progress_wheel	{	width:40px;
					height:40px;
					
					margin-left:auto;
					margin-right:auto;
					margin-top: 5%;
	
}
#processingText	{	width:90%;
					margin-left:auto;
					margin-right:auto;
					text-align:center;
					margin-top:30%;
}

.offer_buy_button2	{	width:200px;
						height:200px;
						background-color:#CD292C;
}

.free_sim_container .headline-2	{	
									text-align:left !important;
}

#get_button	{	float:none;
position: relative;
top: 10px;
margin-left:auto;
margin-right: auto;
	}
	
	
/*****MUSIC PAGE SLIDER*********/
.musicPage .slide .foreground-left {	top:15% !Important;
}

.mobilePage .action-button-red	{	
									top:-200px !important;
}

.mobilePage .free_sim_button {	position:relative;
								top:210px;
}











/**********PLANS PAGE STYLES**************/
/*
.top_offers_div	{	width:100%;
					height:80px;
					background-color:#6d6e71;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#FFF;
					font-size:40px;
					line-height:75px;
					margin-top:40px;
					margin-bottom:40px;
}

.plan-div {	width:80%;
			margin-left:10%;
			margin-right:10%;
			margin-bottom:20px;
			
			float:left;
			
			
			
			
}

.plan-1	{	height:80%;
			width:70%;
			margin-top:15%;
			margin-left:20%;
			margin-right:10%;
}

.plan-container-1	{	width:46%;
					min-height:460px;
					position:relative;
					float:left;
					min-width:320px;
					margin:auto;
}
.plan-container-2	{	width:46%;
					min-height:460px;
					position:relative;
					float:right;
					min-width:320px;
					margin:auto;
}

.planTitleArea	{	width:100%;
					height:20%;
					background-color:#d72629;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					color:#FFFFFF;
}			

.planMainArea	{
					font-family:'korolevlight', Helvetica, Arial, sans-serif;
					font-size:20px;
					padding-left:0%;
					padding-right:0%;
					padding-top:5%;
					

}

.plan_bottom_area	{	width:100%;
						height:90px;
						background-color:#00aeef;
						
						border-radius:0px;
						font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
						color:#FFF;
						font-size:35px;
						line-height:90px;
}

.plan-1 .planMainArea		{ 
								background-repeat:no-repeat;
								background-size:50%;
								background-position:-50px ;
}

.plan-2 .planMainArea		{	color:#000;
								font-size:24px;
}
.plan-1 .planTitleArea	{	font-size:25px;
							line-height:75px;
}

.plan-2 .planTitleArea	{	font-size:26px;
							line-height:52px;
}

.below_plan_area	{	width:100%;
						height:100px;
						
						position:relative;
						
}


.plan-2 { 	
			
						
}

.plan-price	{	font-size:60px;
									font-family:'korolevmedium', Helvetica, Arial, sans-serif;
				margin-top:5%;
}

.plan-2 .plan-price	{	font-size:104px;
line-height:84px;
}

.plan-1 #planStar	{	position:absolute;
						left:-30%;
						top:40%;
}

.planTime	{	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
}

.plan-2 .planTime	{	font-size:22px;
						color:#fff;
						background:#222;
						padding:5px 30px;
}

.below_plan_area .planTime	{	font-size:22px;
						color:#fff;
						background:#222;
						padding:5px 30px;
}


.plan-2 #planStar	{	position:absolute;
						left:70%;
						top:42%;
}

.smallSuperscript	{	font-size:30px;
						vertical-align:super;
						
}

.mediumSuperscript	{	font-size:40px;
						vertical-align:super;
						margin-top:0px;
						
}
.smallSubscript	{	font-size:30px;
					vertical-align:baseline;
						
}




.plan_buy_button	{	width:100%;
						float:left;
						clear:both;
						margin-top:20px;
						margin-bottom:20px;
}

#plan-1-button-1	{	position:absolute;
						top:415%;
						left:-70px;
}

#plan-1-button-2	{	position:absolute;
						top:415%;
						left:28%;
						
}

#plan-1-button-1 .action-button-red	{	width:140%;
										
}
#plan-1-button-2 .action-button-red	{	width:140%;
										
}

.plan_buy_button .action-button-red	{	top:0px;
}

#plan-1-button-1 .action-button-white	{	width:140%;
										
}
#plan-1-button-2 .action-button-white	{	width:140%;
										
}

.plan_buy_button .action-button-white	{	top:0px;
											border:2px solid #222;
											color:#222;
}

.plan_buy_button .action-button-white:hover	{	
											top:0px;
											border:2px solid #D42327;
											color:#FFF;
											background:#D42327;
}
*/

.action-button-white .action-button-inner { 
										color:#222;
										font-size:18px;
										font-family:'korolevbold', Helvetica, Arial, sans-serif;
										line-height:28px;
}
	
.action-button-white .action-button-inner:hover { 
											color:#FFF;

}




#mobile_features_section	{	margin-bottom:80px;
								margin-top:40px;
}

.mobile_features	{	width:100%;
						height:100%;
						
						
						
}

.mobile_features_section	{	width:100%;
								padding-top:s0px;
}

.mobile-feature-top	{	width:100%;
						height:40%;
						position:relative;
						left:-20px;
						
}

.mobile-feature-btm	{	width:100%;
						height:60%;
						padding-top:5%;
						padding-bottom:5%;
						letter-spacing:2px;
						font-size:0.85em;
						
}
.mobile-feature	{	width:25%;
border-right:1px solid #222;
					float:left;
										font-family:'korolevmedium', Helvetica, Arial, sans-serif;
					font-size:22px;
					color:#222;
}

										font-family:'korolevlight', Helvetica, Arial, sans-serif;

}
.right-border	{	border-right-style:solid;
					border-right-width:1px;
					border-right-color:#a6a7aa;
}

.bottom-border	{	border-bottom-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#a6a7aa;
}
.title	{	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
							font-size:22px;
							color:#d72629;
							letter-spacing:2px;
}
.feature_icon	{	position:relative;
									top:-2px;
									margin-left:10px;
									margin-right:10px;
}

.align-right	{	text-align:right;
}

.align-left	{	text-align:left;
}

.full_width_divider	{	width:90%;
						margin-left:5%;
						margin-right:5%;	
						margin-bottom:40px;
						border-top-color:#7B7B7B;
						border-top-width:1px;
						border-top-style:solid;
						clear:both;
}









/*******************************************/
/********GET STARTED EXTRA STYLES***********/




.watch_text	{	float:left;
				width:50%;
				text-align:right;
				padding-right:30px;
				padding-top:30px;
}

.watch_image	{	float:left;
					width:25%;
}

.watch_price	{	float:left;
					width:25%;
					font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
					font-size:55px;
					padding-top:40px;
}

.watch_price .action-button-red {	top:20px;
}

.watch_container	{	margin-bottom:30px;
						width:100%;
						clear:both;
}

.free_sim_container	{	padding-top:80px;
						margin-bottom:100px;
						width:100%;
						clear:both;
}

.free_sim_image	{	width:40%;
					float:left;
}

.free_sim_subtitle	{	width:100%;
						margin-left:0;
						text-align:left;
}

.free_sim_text	{	width:100%;
					margin-top:10px;
					float:left;
					text-align:left;
}

.free_sim_button	{	width:25%;
						float:left;
}

.free_sim_button .action-button-light-blue	{		position:relative;
													top:40px;
}

.blue_link	{	color:#00aeef;
				
}




/******* ------  PLANS PAGE DEAL FLASHES  ------ *******/





.deal-flash {
width:38%;
	padding-bottom:10%;
	position:absolute;
	left:-45px;
	z-index:10;
	margin-top:0px;
}

.deal-flash img {
	width:100%;
	height:auto;
}


.save-flash {
	width:38%;
	padding-bottom:10%;
	position:absolute;
	right:-70px;
	z-index:10;
	margin-top:0px;
}

.save-flash img {
	width:100%;
	height:auto;
}


.plansPage .save-flash {
	width:38%;
	padding-bottom:10%;
	position:absolute;
	right:15px;
	z-index:10;
	margin-top:60px;
}

.plansPage .save-flash img {
	width:100%;
	height:auto;
}













/* ----- FEATURES BACKGROUND IMAGE SLIDER CUSTOMISATION ----- */




.background {
	margin-top:0;
	position:relative;
	height:100%;
	width:100%;
	overflow:hidden;
	background-color:#333;
	
}
 
.indexPage .background {
	margin-top:0;
	position:relative;
	height:88%;
	width:100%;
	overflow:hidden;
	background-color:#333;
	/*min-height:590px;*/
}
 

.features-panel-wrap {
	width:100%;
	position:relative;
	height:240px	;
	
}
.features-panel-item {
	width:24.625%;
	position:relative;
	height:240px	;
	float:left;
	background-size:contain;
	padding-top:0.5%;
	margin-right:0.5%;
}
.features-panel-item-last {
	width:24.625%;
	position:relative;
	height:240px	;
	float:left;
	background-size:contain;
	padding-top:5px;
	margin-right:0;
}
.features-panel-item-inner {
	height:100%;
	width:100%;
	background:#F2F2F2;	
	cursor:pointer;
}
.features-panel-item-2 {
	width:25%;
	position:relative;
	height:240px	;
	background:#f2f2f2;
	float:left;
	background-size:contain;
}
.features-panel-item-large {
	width:50%;
	position:relative;
	height:480px	;
	float:right;
	padding-top:5px;
}





.features-panel-header {
	width:100%;
	position:relative;
	height:auto;
	/*font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;*/
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#222;
	font-size:1em;
	letter-spacing:4px;
	text-align:center;
	padding-top:20px;
}



.features-panel-item-large .features-panel-header {
	width:100%;
	position:relative;
	height:auto;
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:1.2em;
	letter-spacing:4px;
	text-align:center;
}

.features-panel-subheader {
	width:100%;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:0.9em;
	letter-spacing:3px;
		text-align:center;
}

.features-panel-item-large .features-panel-subheader {
	width:100%;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:1.2em;
	letter-spacing:4px;
		text-align:center;
}
.features-price-wrap {
	width:160px;
	height:160px;
	border-radius:100%;
	border:2px solid #222;
	background:#fff;
	overflow:hidden;
	float:right;
	margin:160px 6% 0 0;

}
.features-price {
	padding-top:23%;
	font-size:4.2em;
	text-align:center;
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
}




.superSmallSuperscript	{	font-size:16px;
						vertical-align:super;
						
}

.superSmallSubscript	{	font-size:16px;
					vertical-align:baseline;
						
}




.feature-4 {
	border-right:none;
}






#features-panel-music {
		background:#f2f2f2 url(../images/music-service-1.png) no-repeat;
	background-size:contain;
	background-position:center center;
}

#features-panel-offer {
background:#f2f2f2 url(../images/gift.png) no-repeat;
	background-size:contain;
	background-position:center center;
}
#features-panel-smartwatch {
	background:#f2f2f2 url(../images/get_started_watch-2.png) no-repeat;
	background-size:contain;
	background-position:center center;
	
}

#features-panel-coverage {
	background:#f2f2f2 /* url('../images/map-4.png') */;
background-size: 80%;
background-repeat: no-repeat;
background-position:center center;
background-image:url(../images/map-4.png);
}

#features-panel-video {
background:#f2f2f2 url(../images/video.png) no-repeat;
	background-size:cover;
	background-position:center center;
	
}
.features-play-button-wrap {
	width:120px;
	height:120px;
	border-radius:100%;
	border:4px solid #fff;
	overflow:hidden;
	position:absolute;
	left:50%;
	bottom:30px;
	margin:40px auto 0 -70px;

}

#features-panel-video .features-play-button-wrap {
	width:120px;
	height:120px;
	border-radius:100%;
	border:4px solid #fff;
	overflow:hidden;
	float:none;
	left:0;
	position:relative;
	margin:70px auto 0 auto;

}

.features-play-button-wrap:hover	{
	border:4px solid #f2f2f2;
}

.features-play-button {
	height:100%;
	width:100%;
	background:url(../images/play-button-1.png) no-repeat;
	background-size:contain;
	background-position:center center;
}
.features-play-button:hover {
	background:url(../images/play-button-1-hover.png) no-repeat;
	background-size:contain;
	background-position:center center;
}






player .player .video-wrapper { 
background:#f2f2f2!important;
}

.preview-wrap-1-image {
	width:100%;
	height:100%;
	border:1px solid #fff;
}





.feat-coverage-form-wrap {
	margin-top:10px;
}
.coverage-form-map-wrap-2 {
	height:80px;
	width:80%;
	margin:0 10%;

}
.coverage-form-map-wrap-2 img {
	width:100%;
	height:auto;
}
.features-coverage-form {
	width:80%;
	font-size:15px;
	text-align:center;
	margin:0 10%;
	padding-bottom:30px;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
}
.features-coverage-form input {
	width:76%;
	height:32px;
	border:1px solid #fff;
	background:#ffffff;
	padding:0 10px;
	margin:0 0 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	float:left;
}
.features-coverage-form .search-icon {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#d42528 url(../images/search-icon.png) no-repeat;
	display:block;
	float:left;
	cursor:pointer;
}
.features-coverage-form .search-icon:hover {
	width:32px;
	height:32px;
	padding:0;
	margin:0;
	background:#666 url(../images/search-icon.png) no-repeat;
	display:block;
	float:left;
	cursor:pointer;
}

.coverage-map-headline {
		width:100%;
	padding:20px 0;
	float:left;
}
.coverage-map-wrap {
	width:100%;
	height:auto;
	float:left;
	background:rgba(255,255,255,0.7);
	overflow:hidden;
}

.coverage-checker-wrap {
	margin-top:40px;
	width:40%;
	margin-right:5%;
	height:300px;
	clear:both;
	float:right;
	background:rgba(255,255,255,0);
}

.coverage-map-wrap-inner {
	width:50%;
	height:100%;
	float:left;
}
.coverage-map-wrap-inner img {
	width:100%;
	height:auto;	
}

.coverage-map {
width:44%;
height:auto;
float:left;
margin-left:4%;	
}
.coverage-map-headline {
width:100%;
padding-top:30px;
height:20px;
float:left;	
text-align:center;
font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.2em;
	letter-spacing:6px;

}

.coverage-map-caption {
width:auto;
padding-top:10px;
height:30px;
float:left;	
font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:1em;
	letter-spacing:2px;
}
.coverage-map-key-wrap {
	width:100%;
	height:auto;
	float:left;
	margin-top:-36px;
	padding-left:4%;
}
.coverage-map-key-1 {
width:40px;
height:40px;
margin:0 20px 10px 30px;
float:left;	

}
.coverage-map-key-2 {
width:40px;
height:40px;
margin:0 20px 20px 30px;
float:left;	
clear:left;
}




/*  FREE SIM HUBSPOT OVERRIDES */

.hs-form .hs-input, .hs-form textarea.hs-input {
box-sizing: border-box;
max-width: 500px;
width: 100%!important;
}


.hs-form .hs-button {
color: #fff;
text-shadow: none!important;

border:none!important;
border-radius: !important;
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;

float: right;
background: #d42528!important;
color: #fff;
border: none;
border-radius: 0!important;
font-family: 'korolevmedium', Helvetica, Arial, sans-serif!important;
text-transform: uppercase!important;
letter-spacing: 2px!important;
padding: 10px 20px!important;
}
.hs-form .actions {
width:100%!important;
background: transparent;
margin-top: 18px;
margin-bottom: 0!important;
padding:0!important;
border-top: 0;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0;
border-radius: 0 0 3px 3px;
}








/*  REDUCED HEIGHT SIDER */



.plansPage .background {
	margin-top:0;
	position:relative;
	height:540px;
	width:100%;
	overflow:hidden;
	background-color:#333;
}
.plansPage #background-slide-show {
	width:100%;
	height:100%;
	overflow:hidden;
}
.plansPage #background-slide-show .slide {
  width: 100%;
  margin:0 auto;
  height:100%;
  background-size:cover!important;
  border-bottom:#fff solid 60px;
  /* CSS3 to scale the background, not required */
}



.plansPage #background-slide-show #plan-1 {
	background:url(../images/plans-background-2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	padding:120px 0 0 0;
}
.plansPage #background-slide-show #plan-2 {
	background:url(../images/plans-background-1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	padding:0 10%;
}
.plans-page-slide-wrap {
	width:100%;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;	
	background:url(../images/phone-image-2.png) no-repeat;
	background-size:contain;
	background-position:center center;
	height:400px;
}

.plansPage #background-slide-show .slide-plan-hero {
	max-width:1200px;
	margin-top:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;

}
.plansPage #background-slide-show .heading {
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:3em;
	letter-spacing:4px;
	margin-top:30px;
} /* ROK UNLIMITED PLAN */

.plansPage #background-slide-show .subheading { 
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	padding:5px 20px;
	background:#fff;
	color:#222;
	text-transform:uppercase;	
	font-size:1.3em;
	letter-spacing:4px;
	margin-top:-10px;
} /* UNLIMITED TALK. TEXT, DATA* & MUSIC */

.plansPage #background-slide-show .price-caption {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.5em;
	letter-spacing:1px;
	line-height:1em;
	float:left;
	margin-top:15px;
	text-align:right;
	margin-right:8px;
} /* STARTING AT */
.plansPage #background-slide-show .dollar-sign {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:4em;
	letter-spacing:-17px;
	float:left;
} /* $ */
.plansPage #background-slide-show .price {
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:10em;
	letter-spacing:-3px;
	line-height:1em;
	float:left;
	margin-right:8px;
} /* 49 */
.plansPage #background-slide-show .cents-period {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:2.2em;
	letter-spacing:1px;
	line-height:1.1em;
	margin-top:17px;
	float:left;
} /* .99 Month */
.plansPage #background-slide-show .phone-image {
	position:absolute;
	right:0px;
	background:url(../images/phone-image-2.png) no-repeat;
	background-size:cover;
}
.plansPage #background-slide-show .slide-plan-hero-inner {
	position:absolute;
	z-index:10;
	margin-top:5px;
}
.plansPage #background-slide-show .slide-plan-details {
	
	background:rgba(255,255,255,0);
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.3em;
	float:right;
	width:300px;
	height:300px;
	margin-top:100px;

}
.slide-plan-details-text {
	width:70%;
	float:left;
}
.slide-plan-details bold {
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	font-size:0.95em;
	letter-spacing:1px;
}
.plans-google-play-icon {
	clear:left;
	width:140px;
	height:42px;
	float:left;
	margin-right:0;
background:url(../images/google-play-white.png) no-repeat;
	background-size:cover;
	background-position:center center;}


.plans-itunes-icon {
	width:140px;
	height:42px;
	float:left;
background:url(../images/itunes-white.png) no-repeat;
	background-size:cover;
	background-position:center center;
}







/*   PLANS PANEL */


.plans-panel-wrap {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:auto	;
	
}
.plans-panel-item {
	width:24.25%;
	position:relative;
	height:auto;
	float:left;
	background-size:contain;
	padding-top:10px;
	margin-right:1%;
}
.plans-panel-item-image  {
	width:100%;
	height:auto;
}
.plans-panel-item-image img {
	width:100%;
	height:auto;
}
.plans-panel-item-last {
	width:24.25%;
	position:relative;
	float:left;
	background-size:contain;
	padding-top:10px;
	margin-right:0;
}
.plans-panel-item-inner {
	height:100%;
	width:100%;
	background:#F2F2F2;	
	cursor:pointer;
	overflow:hidden;
}

.plans-panel-header {
	width:100%;
	position:relative;
	height:auto;
	/*font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;*/
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#222;
	font-size:1em;
	letter-spacing:4px;
	text-align:center;
	padding-top:20px;
}
.plans-panel-subheader {
	width:100%;
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#222;
	font-size:0.9em;
	letter-spacing:3px;
		text-align:center;
}





.plans-panel-item-inner .price-wrap-1 {
	width:160px;
	margin:-15px auto 0 auto;
	float:none;
}

.plans-panel-item-inner .price-wrap-2 {
	width:200px;
	margin:-15px auto 0 auto;
	float:none;
}

.plans-panel-item-inner .price-wrap-3 {
	width:220px;
	margin:-15px auto 0 auto;
	float:none;
}



.plans-panel-item-inner .heading {
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.1em;
	letter-spacing:2px;
	margin-top:15px;
	text-align:center;
} /* ROK UNLIMITED PLAN */

.plans-panel-item-inner .subheading { 
	font-family:'rokmobile-bold', Helvetica, Arial, sans-serif;
	padding:5px 20px;
	background:#fff;
	color:#222;
	text-transform:uppercase;	
	font-size:1.3em;
	letter-spacing:4px;
	margin-top:-10px;
} /* UNLIMITED TALK. TEXT, DATA* & MUSIC */

.plans-panel-item-inner .price-caption {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1em;
	letter-spacing:1px;
	line-height:1.1em;
	float:left;
	margin-top:15px;
	text-align:center;
	margin-right:0px;
	width:100%;
} /* STARTING AT */
.price-caption bold {
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
}
.plans-panel-item-inner .dollar-sign {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:2em;
	letter-spacing:-5px;
	float:left;
	margin-top:4px;
} /* $ */
.plans-panel-item-inner .price {
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:5em;
	letter-spacing:-3px;
	line-height:1em;
	float:left;
	margin-right:8px;
} /* 49 */
.plans-panel-item-inner .cents-period {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.3em;
	letter-spacing:1px;
	line-height:1.1em;
	margin-top:8px;
	text-align:left;
	float:left;
} /* .99 Month */








/*  HOME SLIDER PRICE FORMATTING */


.price-wrap-slider {
	width:320px;
	height:150px;
	margin:20px auto 0 auto;	
	overflow:hidden;
}

#background-slide-show .price-caption {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.1em;
	letter-spacing:1px;
	line-height:1.2em;
	float:left;
	margin-top:15px;
	text-align:right;
	margin-right:8px;
} /* STARTING AT */

#background-slide-show .dollar-sign {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:2.1em;
	letter-spacing:-17px;
	float:left;
} /* $ */

#background-slide-show .price {
	font-family:'korolevmedium', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:5.5em;
	letter-spacing:-3px;
	line-height:1em;
	float:left;
	margin-right:8px;
} /* 49 */

#background-slide-show .cents-period {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:1.1em;
	letter-spacing:1px;
	line-height:1.1em;
	margin-top:17px;
	text-align:left;
	float:left;
} /* .99 Month */


#included ul {
	margin:0;
	padding:0;
}
#included li {
	margin:0 0 0 15px;
	padding:0;
}








/*  FAQ  STYLING */



.accordion	{	width:60%;
				padding-right:2%;
				float:left;
				text-align:left;
}

.FAQContact	{	width:40%;
				padding:4%;
				height:100%;
				float:left;
				background:#f2f2f2;
}

.accordion dt, dd {
      padding: 12px 0px;
	  text-align:left;
}

.accordion dt, dd:last-of-type	{	 
}

.accordion a {
        display: block;
	color:#d42528;
	font-weight: bold;
		
      }

.accordion dd {
     border-top: 0; 
     font-size: 12px;
}

.accordion dd:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
.telephone-number-red {
	font-family:'korolevbold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	font-size:1.8em;
	line-height:2em;
	letter-spacing:4px;
	color:#d42528;
}









@media (max-width: 1024px) { 

.plan-container	{	width:70%;
					margin:0 15%;
					height:530px;
					position:relative;
					float:left;
}


.plan-container-1	{	
					width:70%;
					margin:0 15%;
					height:530px;
					position:relative;
					float:left;
}
.plan-container-2	{	
					width:70%;
					margin:0 15%;
					height:530px;
					position:relative;
					float:left;
}


.features-panel-wrap {
	width:100%;
	position:relative;
	
}

.features-panel-item {
	width:24.625%;
	position:relative;
	height:240px	;
	float:left;
	background-size:contain;
}
.features-panel-item-last  {
	padding-right:0;
	margin-right:0;
}
.features-panel-item-2 {
	width:25%;
	position:relative;
	height:240px	;
	float:left;
	background-size:contain;
}
.features-panel-item-large {
	width:100%;
	position:relative;
	height:480px	;
	float:right;
	background-size:contain;
	
}

.features-coverage-form input {
width: 80%;
height: 32px;
border: 1px solid #fff;
background: #ffffff;
padding: 0 10px;
margin: 0 0 0 0;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
float: left;
}





.price-wrap-slider {
	width:160px;
	height:150px;
	margin:50px auto 0 auto;	
	overflow:hidden;
}

#background-slide-show .dollar-sign {
	font-family:'korolevlight', Helvetica, Arial, sans-serif;
	text-transform:uppercase;	
	color:#fff;
	font-size:2.1em;
	letter-spacing:-7px;
	float:left;
} /* $ */





}

@media 
(min-device-width : 768px) 
and (max-device-width : 1024px)  { 

.plans-panel-item-inner .heading {
font-family: 'rokmobile-bold', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 0.9em;
letter-spacing: 2px;
margin-top: 15px;
text-align: center;
}
.select-plan-button {
padding: 5px;
margin: 0 10% 30px 10%;
width: 80%;
}
.select-plan-button .action-button-inner {
border: 1px #fff solid;
padding: 5px;
height: 100%;
width: 100%;
font-family: 'korolevmedium', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 13px;
letter-spacing: 2px;
text-align: center;
}
.telephone-number-red {
font-family: 'korolevbold', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 1.4em;
line-height: 2em;
letter-spacing: 4px;
color: #d42528;
}
.plans-panel-item-inner .price {
font-family: 'korolevmedium', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 4em;
letter-spacing: -3px;
line-height: 1em;
float: left;
margin-right: 8px;
}
.plans-panel-item-inner .dollar-sign {
font-family: 'korolevlight', Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #fff;
font-size: 2em;
letter-spacing: 4px!important;
float: left;
margin-top: 4px;
margin-left:10px;
}
#mobile_features_section {
padding-top:0!important;
}





}

