/* -------------------------------------------------- 
	 Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Home page
:: Content page
:: FAQs page
*/


/* -----------------------------------------
	 Shared Styles
----------------------------------------- */

body {
	font-family:'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background:#000;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight:700;
	line-height:1;
	letter-spacing:-1px;
}
p {
	font-family:'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.trans {
	-moz-transition:all 150ms ease-out;
	-webkit-transition:all 150ms ease-out;
	transition:all 150ms ease-out; /* futureproofing */
}




.button {
	font-family:'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color:#000;
	background:#009DFF;
	border:#fff200 solid 1px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}


.button.insta
{
	font-family: 'Open Sans' , "Helvetica Neue" , "Helvetica" , Helvetica, Arial, sans-serif;
	color: #D2DCE5;
	border: #306088 solid 1px;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #517fa4;
	background-image: -webkit-linear-gradient(top, #517FA4, #306088);
}		



.green-circle
{
	width: auto;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	display: inline-block;
	margin: 0px 5px 5px 0px;
	outline: none;
	padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans' , "Helvetica Neue" , "Helvetica" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
	cursor: inherit;
	background-color: #d8e252;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
	font-size: 22px;
	color: #ffffff;
}	

.red-circle
{
	width: auto;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	display: inline-block;
	margin: 0px 5px 5px 0px;
	outline: none;
	padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans' , "Helvetica Neue" , "Helvetica" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
	cursor: inherit;
	background-color: #DE053D;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
	font-size: 22px;
	color: #ffffff;
}

.blue-circle
{
	width: auto;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	display: inline-block;
	margin: 0px 5px 5px 0px;
	outline: none;
	padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: 'Open Sans' , "Helvetica Neue" , "Helvetica" , Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -1px;
	cursor: inherit;
	background-color: #009DFF;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
	border-radius: 1000px;
	font-size: 22px;
	color: #ffffff;
}	


.flex-video 
{
margin-bottom: 0px;
}		

.button.insta:hover
{
	background-color:#517fa4;
}

.button:hover {
	background-color:#009DFF;
}


a {
	color:#009DFF;
}
a:hover {
	color:#DE053D;
}
a.arrow {
	display:block;
	padding-left:26px;
	min-height:18px;
	background:url(../images/arrow_right.png) top left no-repeat;
}
a.arrow:hover {
	background-position:5px 0;
}
a img { border:none; }
.yellow { color:#fff200; }
.green { color:#d8e252; }
.red { color:#DE053D; } 
.blue { color:#009DFF; }
.nopad { padding:0; }
.clear { clear:both; }
.mobile-only { display:none; }

@media only screen and (max-width: 767px) { /* mobile */
	.mobile-only { display:block !important; }
}

@media only screen and (max-width: 767px) { /* mobile */
	.mobile-hide { display:none; }
}

/* Header */

.container.header {
	background:#030303 url(../images/grey.png) top repeat-x;
}
.content .inner.header {
	background: url(../images/green_line.png) bottom repeat-x;
}
.row.header {
	height:202px;
}
.row.header .nav {
	padding-top:12px;
}
.row.fb .btn {
	text-align:right;
}
.row.nav .list {
	padding-top:18px;
}
.row.nav .list ul {
	float:right;
	margin:0;
}
.row.nav .list li {
	float:left;
	list-style:none;
}
.row.nav .list li a {
	display:block;
	margin:0 2px;
	padding:14px 9px 11px 9px;
	font-size:14px;
	color:#fff;
	line-height:1;
	text-transform:uppercase;
	border-bottom:#2b2b2b solid 3px;
}
.row.nav .list li a:hover, .row.nav .list li.active a {
	border-bottom:#009DFF solid 3px;
}
.row.header h1 {
	margin:12px 0;
	font-family: "HelveticaNeue-Bold-Condensed", "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size:48px;
	font-weight:normal;
	color:#fff200;
	letter-spacing:-2px;
	text-align:right;
}

@media only screen and  (max-width: 1024px) and (min-width: 768px) { /* tablet */
	.row.header .columns.nav {
		padding-left:0;
	}
	.row.nav .list {
		padding-left:0;
	}
	.row.nav .list li a {
		padding:14px 7px 11px 7px;
		font-size:12px;
	}
}
@media only screen and (max-width: 767px) { /* mobile */
	.content .inner.header {
		padding-bottom:34px;
	}
	.row.header {
		height:auto;
	}
	.row.header h1 {
		text-align:left;
	}
	.row.header .logo {
		text-align:center;
	}
	.row.header .nav {
		padding-top:0;
	}
	.row.nav .list {
		padding-top:0;
	}
	.row.nav .list ul {
		width:100%;
	}
	.row.nav .list li {
		float:none;
	}
}

/* Feature */

.container.feature {
	padding-bottom:0px;
	background:#030303 url(../images/images/main_wrapper_bg.png) bottom repeat-x;
}


.content .container.feature {
	background-image:url(../images/images/main_wrapper_bg.png);
}
.row.feature h1.title {
	font-family: "HelveticaNeue-Bold-Condensed", "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size:48px;
	font-weight:normal;
	color:#fff200;
	letter-spacing:-2px;
}

.row.feature h3.title {
	font-family: "HelveticaNeue-Bold-Condensed", "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size:32px;
	font-weight:normal;
	color:#009DFF;
	letter-spacing:-2px;
}

.row.feature p.iMD {
	padding-left:50px;
	min-height:40px;
	font-size:17px;
	line-height:1.1;
	color:#fff;
	background:url(../images/MD_icon_sm.png) top left no-repeat;
}


.row.insta {
	padding-left:14px;
	padding-right:14px;
}

.row.insta .columns {
	padding:0;
}

.row.lines {
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
}
.row.lines .columns {
	padding:0;
}
.row.lines .columns:first-child {
	padding-right:10px;
}
.row.lines h2.title {
	margin:8px 0 4px 0;
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.row.lines h3.subtitle {
	margin:4px 0 8px 0;
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue", "HelveticaNeue", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.row.lines .button {
	margin-top:12px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
    border:#FFF solid 1px;
    background:#DE053D;
	text-transform:uppercase;
    text-shadow:none;
}

.row.lines.nolines
{
	padding-top:12px;
	border-top-style: none;
	border-bottom-style: none;
}


.row.newsflash
{
	margin: 20px 0 8px 0;
	font-family: "HelveticaNeue-Condensed" , "Helvetica Neue" , "HelveticaNeue" , sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.row.feature .devices {
	position:absolute;
	margin-left:-50px;
	text-align:center;
}
.row.feature .devices img {
	max-width:120%;
}

 .video-subtitle
{
	font-family: "HelveticaNeue-Condensed" , "Helvetica Neue" , "HelveticaNeue" , sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
padding-bottom: 10px;
}	

 .smallprint
{
	font-family: "HelveticaNeue-Condensed" , "Helvetica Neue" , "HelveticaNeue" , sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-top: 0px;
}	

@media only screen and  (max-width: 1024px) and (min-width: 768px) { /* tablet */
	.container.feature {
		padding-bottom:60px;
	}
	.container.feature .row .row {
		margin:0;
	}
	.row.feature h1.title {
		font-size:38px;
		letter-spacing:-1px;
	}

	.row.feature h3.title {
		font-size:26px;
	}

	.row.lines h2.title {
		font-size:26px;
	}
	.row.lines h3.subtitle {
		font-size:18px;
	}
	.row.lines .button {
		margin-top: 10px;
		padding-left:7px;
		padding-right:7px;
		font-size: 13px;
	}
	.row.feature .devices {
		margin-left:0;
		padding-top:36px;
	}
	.row.feature .devices img {
		max-width:100%;
	}

	.howtomake {
		font-size:18px;
	}

 .video-subtitle
{
	font-size: 18px;
				padding-left:14px;
}	


}
@media only screen and (max-width: 767px) { /* mobile */
	.container.feature
	{
				padding-bottom:5px;
		background-image: none;
		border-bottom-style: solid;
		border-bottom-width: 7px;
		border-bottom-color: #009DFF;
	}
	.container.feature .row .row {
		margin:0;
	}
	.row.lines {
		padding-bottom:10px;
	}
	.row.lines .columns {
		padding:0;
	}
	.row.lines .button {
		margin-top:0;
	}
	.row.feature .devices {
		position:relative;
		margin-left:0;
		padding-top:10px;
	}
	.row.feature .devices img {
		max-width:100%;
	}
	.row.feature h1.title {
		font-size:32px;
		letter-spacing:-1px;
	}
 .video-subtitle
	{ padding-top: 10px;
		font-size: 16px;
		padding-left: 14px;
		background-color: #000000;
	}	

.row.lines.nolines.smallprint 
{
		padding-top: 0px;
				font-size: 12px;

}	
	
}

/* Content */

.container.content {
	padding-top:30px;
	color:#fff;
	background:#231f20;
}
.row.content h1, .row.content h2 {
	font-size:32px;
	font-weight:normal;
	color:#d8e252;
	letter-spacing:-1px;
}
.row.content h3 {
	font-size:18px;
	font-weight:normal;
	color:#d8e252;
	letter-spacing:normal;
}
.row.content ul {
	padding-left: 15px;
}
.row.content a {
	text-decoration:underline;
}

.content h4 {
	font-size:16px;
	font-weight:normal;
	color:#d8e252;
	letter-spacing:normal;
}

.label {
	font-size:18px;
	font-weight:normal;
	color:#d8e252;
	letter-spacing:normal;
	margin-bottom; 12px;
	padding-bottom: 6px;
}


/* Footer */

.container.footer {
	padding:20px 0;
	color:#fff;
	background:#231f20;
}
.row.footer {
	padding-top:20px;
	border-top:#DE053D solid 7px;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.row.footer .nav {
	padding-left:0;
	font-size:10px;
	color:#fff;
}
.row.footer .nav ul {
	margin:0;
	list-style:none;
}
.row.footer .nav li {
	float:left;
	font-size:10px;
	line-height:1.1;
}
.row.footer .nav li a {
	display:block;
	padding:0 16px 4px 0;
	color:#fff;
	text-transform:uppercase;
}
.row.footer .nav li a:hover {
	color:#009DFF;
}
.row.footer .copyright {
	padding-right:0;
	font-size:10px;
	color:#fff;
	line-height:1.1;
	text-align:right;
}
@media only screen and  (max-width: 1024px) and (min-width: 768px) { /* tablet */

	.container.content {
		margin-top:-1px;
		padding-top:0;
	}
	
	.row.footer .nav {
		padding-left:15px;
		width:100%;
	}
	.row.footer .copyright  {
		padding-top:15px;
		padding-right:15px;
		width:100%;
		text-align:center;
	}
}
@media only screen and (max-width: 767px) { /* mobile */
	.container.content {
		padding-top:0;
	}

	.row.footer {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.row.footer .columns {
		padding:0 15px;
	}
	.row.footer .nav li {
		display:none;
		float:none;
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}




	.row.footer.home {
		padding-top:0;
	}

	.row.footer.home .nav ul {
		width:100%;
	}

.row.footer.home .nav li {
	display:block;
		float:none;
	list-style:none;
			font-size:14px;
		font-weight:normal;
				text-align:left;
}
.row.footer.home .nav li a 
{
	margin:0 2px;
	padding:14px 9px 11px 9px;
	font-size:14px;
	color:#fff;
	line-height:1;
	text-transform:uppercase;
	border-bottom:#2b2b2b solid 3px;
}
.row.footer.home .nav li a:hover, .row.nav .nav li.active a {
	border-bottom:#009DFF solid 3px;
}

	.row.footer .copyright {
		padding-top:10px;
		text-align:center;
	}
}

/* -----------------------------------------
	 Home page
----------------------------------------- */

.row.panels .columns p, .row.panels .columns li {
	font-size:12px;
}
.row.content p img {
	margin:0;
}

.row.content p img.margin {
margin-bottom:12px
}

.row.content p img.right {
	margin: 12px;
	margin-top:0;
}
.row.os {
	padding-top:20px;
}


/* -----------------------------------------
	 Content page
----------------------------------------- */

.content .row.content .row h2:first-child {
	margin-top:0;
	margin-bottom:38px;
}
.content .row.content .row.panels {
	margin-left:0;
}

/* -----------------------------------------
	 FAQs page
----------------------------------------- */

.row.question .columns:first-child {
	text-align:center;
}
.row.question p {
	font-size:13px;
	font-weight:bold;
}
.row.answer .columns:first-child {
	text-align:center;
}
.row.answer p {
	font-size:13px;
}
.row.anchor {
	margin:0 15px 30px 0;
	border-bottom:#fff200 solid 1px;
}
.row.anchor a {
	display:block;
	float:right;
	padding:4px 16px;
	font-family:'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:8px;
	line-height:1;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background:#fff200;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}

/* table style for Rates */
	table
{
	margin: 1.3571em 0em 0em 0em;
	padding: 3px;
	width: 100%;
	border-collapse: collapse;
	color: #D6D6D6;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border: 1px solid #ccc;
}

	table.narrow {
		margin:  1.4286em 0 0 0;
	}

	table.narrow th,
	table.narrow td {
		padding: 0 0.5em;
		line-height: 1.4286em;
	}

	table.bordertable {
		border:1px #ccc solid;
	}

	table caption {
		font-variant:small-caps;
	}

	th, /*td*/ {
		line-height: 1.5em;
		vertical-align: top;
		padding: 0.7143em 0.5em;
	}

	th *:first-child,
	td *:first-child {
		margin-top: 0;
	}

	th.nowrap,
	td.nowrap {
		white-space: nowrap;
	}

	thead th {
		text-align: center;
		color:#ccc;
		border-bottom:2px #ccc solid;
	}

	.bordertable thead th {
		background:#e0e0e0;
		border-right:1px #ccc solid;
		border-bottom:1px #ccc solid;
	}

	.bordertable tbody th[scope="row"] {
		background:#f0f0f0;
	}

	tbody th {
		text-align: left;
		border-top:1px solid #ccc;
		text-align:left;
	}

	.bordertable tbody th {
		border-right:1px solid #ccc;
	}

	tbody td {
		text-align: left;
		border-top:1px solid #ccc;
	}

	.bordertable tbody td {
		border-right:1px solid #ccc;
	}

	/* highlight row on mouse over */
	tbody tr:hover th, tbody tr:hover td
{
	background: #30292C;
}


/* over-ride table styles for webmail page. */
.webmail tr:hover th, tbody tr:hover td
{
	background: #231F20;
}

.webmail tbody td
{
	border-style: none;
}

