/* Breakpoints: 480, 768, 992, 1200 */

body{
	background: #18365c;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 400;
	font-style: normal;
}
a{
	color: #ff7400;
	-webkit-transition: color .3s;
    transition: color .3s;
}
a:hover{
	color: #ff9000;
}
.alert ul{
	font-size: 12px;
	margin: 0;
}
p{
	line-height: 1.5em;
	margin: 0 0 1em;
}
a.logo{
	display: inline-block;
	width: 200px;
}
nav{
	margin-bottom: 85px;
}
.mtl{
	margin-top: 30px !important;
}


@media (min-width: 992px) {
	nav{
		margin-bottom: 50px;
	}
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li{
	display: inline-block;
}
nav a{
	color: #cee2fa;
}


.landing-actions{
	float: none !important;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
}
.landing-actions li{
	display: inline-block;
	float: right !important;
	margin-left: 0 !important;
}
.landing-actions a{
	background: #ff7400;
	border-color: #ff7400;
	font-weight: 500;
	font-size: 12px !important;
	border-radius: 0 0 4px 4px !important;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 20px;
	-webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}
.landing-actions a:hover,
.landing-actions a:active,
.landing-actions a:focus{
	background-color: #ff9000  !important;;
	border-color: #ff9000  !important;;
	color: #fff;
	text-decoration: none;
}
.landing-actions a.left-cap{
	border-radius: 0 0 0 4px  !important;;
		margin: 0 1px  !important;;
}
.landing-actions a.right-cap{
	border-radius: 0 0 4px  !important;;
}
@media (min-width: 768px) {
	.landing-actions{
		text-align: right;
	}
}
@media (min-width: 768px) {
	.landing-actions{
		margin: 0 0 30px;
	}
}
@media (min-width: 992px) {
	.landing-actions{
		margin: 0 0 40px;
	}
}


/*.sections{
	float: right;
}*/
.sections a{
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: #6e839d;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin: 0 15px;
	padding: 10px 0;
	text-transform: uppercase;
	-webkit-transition: border .3s, color .3s, -webkit-transform .3s;
    transition: border .3s, color .3s, transform .3s;
}
.sections a:hover{
	border-bottom: 3px solid rgba(255,255,255,.15);
	color: #cee2fa;
	text-decoration: none;
}
@media (min-width: 768px) {
	.sections{
		float: right;
	}
}


.messaging {
/*	background: url(../img/screen-sm.png) bottom left no-repeat;
	background-size: 50% auto;*/
	position: relative;
	z-index: 1;
	text-align: center;
	padding-bottom: 30px;
}
@media (min-width: 540px){
	.messaging{

		/*background-size: 150% auto;
		height: 290px;
		margin-top: -60px;*/
	}
}
@media (min-width: 768px){
	.messaging{
		/*background: url(../img/screen-sm.png) top left no-repeat;
		background-size: 50% auto;*/
		/*background-size: 100% auto;
		height: 290px;
		margin-top: -70px;*/
	}
}
@media (min-width: 992px){
	.messaging {
		/*background-size: 40% auto;*/
		/*height: 360px;
		position: relative;
		margin-top: -70px;*/
	}
}
@media (min-width: 1200px){
	.messaging {
		/*background-size: 40% auto;*/
		/*padding-top: 20px;*/
		/*height: 430px;
		margin-top: -100px;*/
	}
}
/*.messaging h1{
	opacity: 0;
	-webkit-transition: color .5s, opacity .75s,  -webkit-transform 1s;
    transition: color .5s, opacity .75s, transform 1s;
}
.messaging h2{
	opacity: 0;
	-webkit-transition: color .5s, opacity 3.5s,  -webkit-transform 1s;
    transition: color .5s, opacity 3.5s, transform 1s;
}
.on.messaging h1,
.on.messaging h2{
	opacity: 1;
}
*/



/* Splash Content
================================================= */
.logo img{
	max-height: 32px;
	position: relative;
	top: -5px;
}
/*@media (max-width: 768px) {
	.navbar-brand.logo img{
		top: -8px;
		max-height: 35px;
	}
}*/
@media (min-width: 768px) {
	.logo img{
		top: -15px;
		max-height: 38px;
	}
}
@media (min-width: 992px) {
	.logo img{
		top: -26px;
		max-height: 58px;
	}
}
@media (min-width: 1200px) {
	.logo img{
		top: -30px;
		max-height: 68px;
	}
}
.splash-content{
	/*background: #f4f5f7;*/
	/*padding: 30px 0;*/
	position: relative;
	/*background: url(../img/monitor-blue.jpg) top center no-repeat;
	background-size: 200% auto;
	position: relative;
	height: 230px;
	margin-top: -50px;*/
}
@media (min-width: 540px){
	.splash-content{
		/*background-size: 150% auto;
		height: 290px;
		margin-top: -60px;*/
	}
}
@media (min-width: 768px){
	.splash-content{
		/*background-size: 100% auto;
		height: 290px;
		margin-top: -70px;*/
	}
}
@media (min-width: 992px){
	.splash-content{
		/*height: 360px;
		position: relative;
		margin-top: -70px;*/
	}
}
@media (min-width: 1200px){
	.splash-content{
		/*height: 430px;
		margin-top: -100px;*/
	}
}

.call-to-action{
	text-align: center;
	position: relative;
  	top: 55%;
  	/*top: 0;*/
  	/*opacity: 1;*/
  	/*-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
  	-webkit-transition: color .5s, box-shadow 2s, opacity .2s, top .3s ease, -webkit-transform 3s;
    transition: color .5s, box-shadow 2s, opacity .2s, top .3s ease, transform 3s;
  	-webkit-transform: translateZ(400px) rotateX(0deg) translateY(0);
	-moz-transform: translateZ(400px) rotateX(0deg) translateY(0);
	-ms-transform: translateZ(400px) rotateX(0deg) translateY(0);
	transform: translateZ(400px) rotateX(0deg) translateY(0); */

}
.call-to-action .btn-default{
	/*top: 55%;
	opacity: 1;*/
	/*-webkit-transform: translateZ(0px) rotateX(0deg) translateY(-50%);
	-moz-transform: translateZ(0px) rotateX(0deg) translateY(-50%);
	-ms-transform: translateZ(0px) rotateX(0deg) translateY(-50%);
	transform: translateZ(0px) rotateX(0deg) translateY(-50%);*/
	-webkit-animation: pulse 4s ease-in-out infinite;
	-moz-animation: pulse 4s ease-in-out infinite;
	-ms-animation: pulse 4s ease-in-out infinite;
	animation: pulse 4s ease-in-out infinite;
}
.call-to-action .btn{
	margin: 0 0 15px;
}
.call-to-action p{
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

@media (min-width: 540px){
	.on.call-to-action{
		top: 53%;
	}
}
@media (min-width: 610px){
	.on.call-to-action{
		top: 60%;
	}
}
@media (min-width: 768px){
	.on.call-to-action{
		top: 54%;
	}
}
@media (min-width: 992px){
	.on.call-to-action{
		top: 57%;
	}
	.call-to-action p{
		font-size: 16px;
	}
}
@media (min-width: 1200px){
	.on.call-to-action{
		top: 59%;
	}
}

/*
 * Pulse animation
*/
@keyframes "pulse" {
 0% {
    -webkit-transform: scale(1.0);
   	-moz-transform: scale(1.0);
   	-o-transform: scale(1.0);
   	-ms-transform: scale(1.0);
   	transform: scale(1.0);
 }
 50% {
    -webkit-transform: scale(1.04);
   	-moz-transform: scale(1.04);
   	-o-transform: scale(1.04);
   	-ms-transform: scale(1.04);
   	transform: scale(1.04);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }
}

@-moz-keyframes pulse {
 0% {
   -moz-transform: scale(1.0);
   transform: scale(1.0);
 }
 50% {
   -moz-transform: scale(1.04);
   transform: scale(1.04);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }
}

@-webkit-keyframes "pulse" {
 0% {
   -webkit-transform: scale(1.0);
   transform: scale(1.0);
 }
 50% {
   -webkit-transform: scale(1.04);
   transform: scale(1.04);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
}

@-ms-keyframes "pulse" {
 0% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
 50% {
   -ms-transform: scale(1.04);
   transform: scale(1.04);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}

/* As Seen On Band */
.as-seen-on{
	background: #f3f5fa;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	text-align: center;
	display: none;
	position: relative;
}
.as-seen-on img{
	width: auto;
	max-width: 80%;
	margin: 0 auto;
}
@media (min-width: 610px){
	.as-seen-on{
		display: block;
	}
}

/* Footer */
.footer{
	background: #f3f5fa;
	text-align: center;
	font-size: 11px;
	padding: 40px 0 20px;
}
.footer h5{
	font-size: 13px;
	font-weight: 500;
}
.footer h6{
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
}
.footer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 2.5em;
}
.footer li{
	line-height: 1.3em;
	margin: 0 0 .5em;
}
.footer a{
	border-bottom: 1px dotted #ccc;
	color: #777;
	-webkit-transition: border-color .3s, color .3s, -webkit-transform .3s;
    transition: border-color .3s, color .3s, transform .3s;
}
.footer a:hover{
	border-bottom: 1px dotted #ff9000;
	color: #ff9000;
	text-decoration: none;
}
.help{
	font-size: 11px;
}
.legal{
	font-size: 11px;
	margin: 30px 0 20px;
}
@media (min-width: 768px){
	.footer h5{
		font-size: 15px;
		text-align: left;
	}
	.footer h6{
		font-size: 11px;
		text-align: left;
	}
	.footer ul{
		text-align: left;
		margin: 0;
	}
}
@media (min-width: 992px){
	.footer{
		font-size: 12px;
	}
	.help{
		font-size: 14px;
	}
}

/* Bootstrap Overrides
================================================= */
.navbar{
	border-radius: 0;
}
.navbar-default{
	background: none;
	border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
	background: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
	border-color: none;
}
.navbar-default .navbar-nav>li>a{
	font-size: 13px;
	color: #6e839d;
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
	color: #cee2fa;
}
.navbar-default .navbar-nav.navbar-right >li>a{
	color: #fff;
	padding: 8px 20px;
}
.navbar-default .navbar-toggle{
	border-color: rgba(255,255,255,.3);
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: rgba(255,255,255,.7);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color: rgba(255,255,255,.3);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
	border-color: rgba(255,255,255,.2);
}
@media (max-width: 767px){
	.navbar-nav{
		margin-top: 0;
		margin-bottom: 0;
		background: rgba(255,255,255,.9);
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:active,
	.navbar-default .navbar-nav>li>a:focus{
		color: #fd7422;
		border-bottom: 1px solid rgba(0,0,0,.1);
		text-align: center;
	}
}
@media (min-width: 768px){
	.navbar-nav{
		background: none;
	}
	.navbar-nav>li{

	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
	}
}
@media (min-width: 992px){
	.navbar-nav>li{
		margin-left: 10px;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 16px;
	}
}
@media (min-width: 1200px){
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form{
		margin-bottom: 40px;
	}
	.navbar-nav>li{
		margin-left: 20px;
	}
}


/*
/* Type */
h1{
	color: #fff;
	font-size: 26px;
	letter-spacing: -2px;
	margin-top: 0;
	text-align: center;
}
h2{
	color: #95b1d4;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3em;
	text-align: center;
	margin: 10px 0;
}
h2 strong{
	font-weight: 500;
	color: #d0def0;
}
h3{
	color: #ff7400;
	font-size: 21px;
	margin: 20px 0;
	text-align: center;
	letter-spacing: -1px;
}

@media (min-width: 768px){
 	h1{
 		font-size: 35px;
 	}
 	h2{
 		font-size: 21px;
 		padding: 0;
 	}
 	h3{
		font-size: 30px;
		margin: 20px;
	}
}
@media (min-width: 992px){
 h1{
 	font-size: 44px;
 }
 h2{
	font-size: 24px;
	padding: 0 30px;
 }
}
@media (min-width: 1200px){
 h1{
 	font-size: 50px;
 }
 h2{
 	padding: 0 150px;
 }
}

/* Buttons */
.btn-default{
	background: #ff7400;
	border-color: #eb6a00;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background-color .3s, box-shadow 2s, color .3s, -webkit-transform .3s;
    transition: background-color .3s, box-shadow 2s, color .3s, transform .3s;
}
.btn-default:hover,
.btn-default:focus{
	background: #ff9000;
	border-color: #e28000;
	color: #fff;
}
/* Glow button after animation */
.call-to-action .btn-default{
	box-shadow: 0 7px 12px rgba(0,0,0,.2),
	0px 0px 130px rgba(255,255,255,1),
	0px 0px 130px rgba(255,255,255,1),
	0px 10px 130px rgba(255,255,255,1),
	0px 10px 130px rgba(255,255,255,1),
	0px 90px 100px rgba(255,255,255,1);
}
.btn-lg {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -.5px;
	padding: 12px 22px;
}
/*.account-grid-mobile .btn-lg {
	font-size: 11px;
	padding: 8px;
}*/
.btn-hg{
	font-size: 16px;
	padding: 12px 40px;
}
.account-grid td.account-feature-title {
	background: #fafafa !important;
	font-weight: 500 !important;
}

@media (min-width: 768px){
	/*.btn-lg{
		font-size: 14px;
		padding: 9px 22px;
	}*/
}
@media (min-width: 992px){
	.btn-hg{
		font-size: 20px;
		padding: 20px 80px;
	}
}

.form-group{
	margin-bottom: 10px;
}
label{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.checkbox{
	margin-bottom: 30px;
}
.checkbox label{
	text-transform: none;
	font-size: inherit;
	font-weight: 400px;
	font-size: 12px;
}
.form-control:focus{
	border-color: #ff7400;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235,153,0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(235,153,0,.6);
}
.input-lg {
	height: 40px;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 6px;
}
select.input-lg {
	height: 40px;
	line-height: 40px;
}
input[type=checkbox]{
	margin-top: 8px;
}

.md-modal {
	position: absolute;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	margin-bottom: 50px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(15%);
	-moz-transform: translateX(-50%) translateY(15%);
	-ms-transform: translateX(-50%) translateY(15%);
	transform: translateX(-50%) translateY(15%);
}

#modal-signup.md-modal{
	top: 20px;
}
#modal-sign-in.md-modal{
	top: 30px;
}
#modal-join-meeting.md-modal{
	top: 30px;
}

.password-forgot{
	float: right;
	font-size: 12px;
	margin-top: 2px;
}

@media (min-width: 992px){
	#modal-signup.md-modal{
		top: 20px;
	}
	#modal-sign-in.md-modal{
		top: 30px;
	}
	#modal-join-meeting.md-modal{
		top: 30px;
	}
}


.md-show {
	visibility: visible;
}
.modal-logo{
	position: absolute;
	left: 50%;
	top: -85px;
	width: 150px;
	margin-left: -75px;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.md-content > div {
	padding: 50px 20px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}
.md-content > div p {
	margin: 0;
	padding: 10px 0;
}
.md-content > div ul {
	margin: 0;
	padding: 0 20px;
}
.md-content > div ul li {
	padding: 3px 0;
}
.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
.md-close{
	position:absolute;
	top:0;
	right:0;
	width:64px;
	height:64px;
	text-indent:-9999px;
	background:url(../img/modal-close.png) center center no-repeat;
	background-size:16px 16px;
	opacity:0.6;
	cursor:pointer;z-index:999;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.md-close:hover,
.modal-close:hover{
	opacity:1;
}

@media (min-width: 768px){
	.md-content > div{
		padding: 50px 50px 40px;
	}
}

/* Modal */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}



/* Grid */
.table>thead>tr>th.blank-cell,
.table>thead>tr>td.blank-cell,
.table>tfoot>tr>th.blank-cell,
.table>tfoot>tr>td.blank-cell,
.table>tbody>tr>th.blank-cell,
.table>tbody>tr>td.blank-cell{
	border: 0 !important;
	background: none !important;
}
.account-plans{
	text-align: center;
	padding-top: 0;
}
.account-plans h3{
	font-size: 21px;
	line-height: 1.2em;
}
.account-plans p{
	font-size: 16px;
	line-height: 1.4em;
}
table.account-grid{
	text-align: center;
	border: 0;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
	vertical-align: middle;
}
.table>thead>tr>th{
	background: #ffe8d4 !important;
}
.account-grid h4{
	color: #2b5fa3;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0 0 8px;
}
.account-grid tfoot h4{
	margin: 10px 0 15px;
}
.account-grid th{
	background: #fff !important;
	text-align: center;
	border-color: #efefef !important;
}
.account-grid td{
	background: #fff;
	border-color: #efefef !important;
	font-weight: 400;
	font-size: 14px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
th.account-info{
	background: #ffe8d4 !important;
}
.account-primary{
	border-width: 5px;
	border-style: solid;
	border-color: #D8E8FA;
}
.account-tagline th{
	background: #ffeebe;
	border: 0;
	color: rgba(0,0,0,.4);
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle !important;
}
.account-tagline th.account-tagline-secondary{
	background: #ffe6a9;
}
.price{
	font-weight: 300;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 8px 0 0;
}
.price span{
	font-size: 18px;
}
.account-prompt{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0;
}
.account-grid td.account-feature{
	font-weight: 500 !important;
	font-size: 18px;
	text-align: left;
	padding-left: 15px !important;
}
/*.account-feature-icon{
	position: relative;
}*/
.account-feature-icon *{
	/*height: 20px;
	width: 30px;
	float: left;
	margin-right: 10px;*/
	fill: #227cd7;
	/*position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -55px;*/
}
.account-table-icon{
	/*background: #fff;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px;
	height: 20px;
	width: 20px;
	margin: 0 auto;*/
	/*position: relative;*/
	text-align: center;
}
/*.account-table-icon.yes{
	border-color: #38b025;
	background: #fff;
}
.account-table-icon.no{
	border-color: #e10014;
	background: #fff;
}*/
.account-table-icon *{
	height: 12px;
	width: 12px;
	margin-top: 4px;
	vertical-align: middle;
/*	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;*/
}
.account-table-icon.yes *{
	fill: #38b025;
}
.account-table-icon.no *{
	fill: #e10014;
	height: 12px;
	width: 12px;
}

@media (min-width: 768px){
	.account-primary{
		border-width: 10px;
	}
	.account-plans{
		padding-top: 120px;
	}
	.account-plans h3{
		font-size: 36px;
	}
	.account-plans p{
		font-size: 21px;
	}
	.account-grid h4{
		font-size: 30px;
	}
	.account-title th{
		font-size: 32px;
	}
	.account-primary .account-title th{
		font-size: 21px;
	}
	.account-tagline th{
		font-size: 11px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.account-pricing th{
		padding: 13px 10px !important;
	}
	.account-grid td{
		font-size: 14px !important;
		letter-spacing: -.5px;
	}
	.price{
		font-size: 18px;
		letter-spacing: -1px;
	}
	.price span{
		font-size: 20px;
	}
	.account-feature-icon *{
		height: 35px;
		width: 35px;
	}
	.account-table-icon{
		/*border-radius: 40px;
		height: 30px;
		width: 30px;*/
		/*margin-top: 15px;*/
	}
	.account-table-icon *{
		height: 15px;
		width: 15px;
		/*margin-top: -8px;
		margin-left: -8px;*/
	}
}
.table-wrapper{
	position: relative;
}
.arrow {
	height: 55px;
	position: absolute;
	top: -25px;
	left: 10px;
}
@media (min-width: 768px){
	.arrow {
		height: 70px;
	}
}
@media (min-width: 920px){
	.arrow {
		height: 100px;
	}
}
@media (min-width: 1200px){
	.arrow {
		top: -45px;
		height: 130px;
	}
}

#bonus-features-trigger td,
#mobile-bonus-features-trigger td{
	background: #38b025;
	border: 1px solid rgba(0,0,0,.07) !important;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s ease;
        -moz-transition:    background .5s ease;
        -ms-transition:     background .5s ease;
        transition:         background .5s ease;
}
#bonus-features-trigger td:hover,
#mobile-bonus-features-trigger td:hover{
	background: #43d22c;
}
#bonus-features,
#mobile-bonus-features{
	display: none;
	/*overflow: hidden;*/
}
#bonus-features td,
#mobile-bonus-features td{
	background-color: #faf8d6;
	-webkit-transition: background 1.5s ease;
        -moz-transition:    background 1.5s ease;
        -ms-transition:     background 1.5s ease;
        transition:         background 1.5s ease;
}

#bonus-features.highlight td,
#mobile-bonus-features.highlight td{
	background-color: #fff;
}
.table>tbody+tbody{
	border-top: 2px solid #e3e3e3;
}
#bonus-features td.table-section-header{
	background: #fafafa;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px !important;
}
@media (min-width: 768px){
	#bonus-features.highlight td{
		max-width: 180px;
	}
}