/*for Google fonts, we do not use a protocol (http) as fonts would otherwise not load over https*/
@import url(//fonts.googleapis.com/css?family=Armata|Open+Sans:400,600);

/*------------------------------------------------------------------
[Table of contents]

	1. Global
	2. Wrapper / #wrapper
	3. Header / #header
	4. Nav / #nav
	5. Responsive Nav / #responsive-nav
	6. Masthead / #masthead
	7. Page Title / #page-title
	8. Welcome / #welcome
	9. Content / #content
	10. Footer / #footer
	11. Copyright / #copyright
	12. Grid / .grid
	13. Miscellaneous

-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Global]
*/

body {
	margin: 0;
	font: 20px/1.8em 'Open Sans', arial, sans-serif;
	background-color: #000000;
}

p {	
	margin-bottom: 2em;
	font: 20px/1.8em 'Open Sans', arial, sans-serif;
}

h1 {
	font: 28px/2.0em 'Armata', arial, sans-serif;
	margin-bottom: .25em;
}

h2 {
	margin-bottom: .5em;
	font: 24px/2.0em 'Armata', arial, sans-serif;
}

h3 {
	margin-bottom: .75em;
	font: 22px/1.8em 'Armata', arial, sans-serif;
}

h4, h5, h6 {
	margin-bottom: 1.25em;
	font-weight: 400;
}

input {
	font: 13px/1.7em 'Open Sans', arial, sans-serif;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff9000;
}

.app-icons-float {
	float: right;
}


/*------------------------------------------------------------------
[2. Wrapper]
*/

#wrapper-top {
	width: auto;
	padding: 0 50px;
	margin: 0 auto;

	background: #FFF;

	border: 1px solid #DDD\9;
	border-top: 12px solid #222;
	border-bottom: none;
}

#wrapper-home {
	width: auto;
	padding: 0 50px;
	padding-top: 30px;
	margin: 0 auto;

	background: #FFF;

}

#wrapper {
	/*width: 1000px;*/
	/*padding: 0 50px;*/
	margin: 0 auto;

	background: #FFF;

	border: 1px solid #DDD\9;
	border-top: none;
	border-bottom: none;
}

#wrapper-nav {
	width: 1100px;
	padding: 0 50px;
	margin: 0 auto;
	background: #FFF;
	border-bottom: none;
}

.wrapper-home-inner {
	width: 1100px;
	padding-top: 150px;
	/*padding: 0 30px;*/
	margin: 0 auto;
	/*background: #FFF;*/
}

.wrapper-spacer {
	width: 100%;
	height: 15px;
}


#wrapper-footer {
	width: 100%;
	background: #222;
	padding: 50 0px;
}

#wrapper-footer-inner {
	width: 1000px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
}

#wrapper-copyright {
	width: 100%;
	background: #000;
	/*padding: 50 0px;*/
}



/*------------------------------------------------------------------
[3. Header]
*/

#header {
	padding: 10px 0;
}

#header h1 {
	overflow: hidden;
	
	width: 303px;
	height: 59px;
	margin: 0;
	
	line-height: 600px;

	background: url(../images/logo_large.png) no-repeat 0 0;
}

#header h1 a {
	display: block;
}




/*------------------------------------------------------------------
[4. Nav]
*/

#nav {
	margin-bottom: .5em;
}

#nav .container > #main-nav {
	padding: 0;
	margin: 0;

	border-top: 1px solid #DDD;
}

#nav .container > #main-nav > li {
	position: relative;
	top: -1px;
	font: 15px/1.8em 'Open Sans', arial, sans-serif;
	float: left;

	padding: 0 40px 0 0;
	margin: 0;

	list-style: none;

	border-top: 1px solid #DDD;
}

#nav .container > #main-nav > li:last-child {
	padding-right: 0;
}

#nav .container > #main-nav > li > a {
	position: relative;
	top: -1px;

	display: block;

	padding: 15px 5px 5px;

	color: #999;

	text-transform: uppercase;

	border-top: 1px solid transparent;
}

#nav .container > #main-nav > li > a:hover {
	color: #333;
	text-decoration: none;
	border-top-color: #333;
	border-top-width: 1px;
}

#nav .container > #main-nav > li.dropdown.open > a {
	color: #333;
	text-decoration: none;
	outline: 0;
}

#nav .container > #main-nav > li.active a {
	padding-top: 12px;

	color: #222;

	border-top-color: #F90;
	border-top-width: 4px;
	background-image: none;
}

#nav .container > #main-nav > li > a > .caret {
	position: relative;
	top: -2px;

	margin-left: .5em;
}

#main-nav .dropdown-menu > li > a {
    padding: 6px 12px !important;
    color: #333 !important;
}

#main-nav .dropdown-menu a:hover, #main-nav .dropdown-menu > li.active > a {
	background-color: #F90 !important;
	background-image: none !important;
    color: #fff !important;
}

#nav .dropdown-menu a:focus {
	background-image: none;
}

#nav .dropdown-menu .active {
	background-color: #F90;
	background-image: none;
}

#nav .dropdown-menu > li > a {
	padding: 6px 12px;
}

#nav .dropdown-menu i {
	margin-right: .5em;

	font-size: 14px;
}

#nav .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

#nav .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}

#nav .action_btns a {
	/*font-family: "Lato","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
	font-size: 13px;
	letter-spacing: 0.8px;
	margin-top: 8px;
	padding: 10px 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

#nav .action_btns > a:first-child {
	border-radius: 6px 0 0 6px;
	background: #ef8638;
	color: white;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 0.44px 0 0.3px #FFFFFF;
}

#nav .action_btns > a:last-child {
	border-radius: 0 6px 6px 0;
	background: #b7b7b7;
	color: white;
	text-align: center;
	margin-left: 0;
	font-weight: bold;
	margin-right: 0;
	text-shadow: 0.44px 0 0.3px #FFFFFF;
}

#tryit {
	/*font-weight: bold;*/
	color:#fff;
	background-color:#ff9000;
	padding: 0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*------------------------------------------------------------------
[5. Responsive Nav / #responsive-nav]
*/

#responsive-nav-trigger {
	width: auto;
	padding: 5px 10px;
	
	background-color: #F8F8F8;
	background-image: url(../images/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	
	color: #8F8F8F;
	
	font-size: 12px;
	line-height: 1.5;
			
	border: 1px solid #E8E8E8;
	
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-trigger.open {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
		
#responsive-nav {
	position: relative;
	z-index: 1001;
	
	display: none;
	
	margin: 0 0 2em;
}

#responsive-nav-items {
	display: none;
	
	padding: 12px 10px;
	margin: 0 0 1.5em;
	
	background: #F8F8F8;
	
	border: 1px solid #e3e3e3;
	border-top: none;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#responsive-nav-items ul {
	padding: 0;
	margin: 0;
}

#responsive-nav-items li {	
	list-style: none;
}

#responsive-nav-items > li > ul > li > a {
	padding-left: 30px;
}

#responsive-nav-items a {
	padding: 8px 10px;
	
	display: block;
	
	color: #222;
	
	font-size: 13px;
	font-weight: 400;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-items a:hover {
	text-decoration: none;

	background: #DDD;
}

#responsive-nav-items li.active a {
	color: #FFF;
	text-decoration: none;
	background: #F90;
}


/*------------------------------------------------------------------
[7. Page Title / #page-title]
*/

#page-title {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	margin: 0 0 2.5em;
	background: #F3F4F5 url("../images/title.jpg") center top no-repeat;
	text-align: center;
}

#page-title h1 {
	/*margin-bottom: .40em;*/
	font-family: 'Armata', arial, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.0em;

	text-transform: uppercase !important;
	font-size: 36px !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #F3F4F5 !important;
}

#page-title p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	color: #F3F4F5 !important;
}


/*------------------------------------------------------------------
[8. Welcome]
*/
#welcome {
	text-align: center;
}

#welcome h2 {
	font-size: 22px;
	line-height: 1.75em;
}




/*------------------------------------------------------------------
[9. Content]
*/

#content {
	
}



/*------------------------------------------------------------------
[10. Footer]
*/
#footer {
	padding: 20px 50px 15px 50px;
	/*margin: 0 -50px;*/
	color: #BBB;
	background: #222;
}

#footer .row {
	margin-bottom: 0;
}

#footer #footer-logo {		
	overflow: hidden;
	width: 212px;
	height: 33px;
	margin-bottom: .75em;
	line-height: 600px;
}

#footer a {
	color: #FFF;
}

#footer h3 {
	font-size: 18px;
}

#footer p {
	font-size: 13px;
}



/*------------------------------------------------------------------
[11. Copyright]
*/
#copyright {
	clear: both;
	
	padding: 20px 50px 15px 50px;
	/*margin: 0 -50px;*/
	
	color: #777;
	
	font-size: 11px;
	text-transform: uppercase;
	
	background: #000;
	
	border-top: 1px solid #000;
	
	/*-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);*/
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);*/
	/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);*/
}

#copyright #rights {
	
}

#copyright #totop {
	text-align: right;
}

#copyright a {
	color: #777;
}




/*------------------------------------------------------------------
[12. Grid]
*/

[class^="grid-"] {
	float: left;
	
	margin: 0 0 0 25px;
}

.row {
	margin-left: 0;
}

.container {
	width: 1100px;
}

.grid-1 { width: 68px; }
.grid-2 { width: 161px; }
.grid-3 { width: 254px; }
.grid-4 { width: 347px; }
.grid-5 { width: 440px; }
.grid-6 { width: 533px; }
.grid-7 { width: 626px; }
.grid-8 { width: 719px; }
.grid-9 { width: 812px; }
.grid-10 { width: 905px; }
.grid-11 { width: 998px; }
.grid-12 { width: 1100px; }

.append-12 { padding-right: 1116px; }
.append-11 { padding-right: 1023px; }
.append-10 { padding-right: 930px; }
.append-9 { padding-right: 837px; }
.append-8 { padding-right: 744px; }
.append-7 { padding-right: 651px; }
.append-6 { padding-right: 558px; }
.append-5 { padding-right: 465px; }
.append-4 { padding-right: 372px; }
.append-3 { padding-right: 279px; }
.append-2 { padding-right: 186px; }
.append-1 { padding-right: 93px; }

.prepend-12 { padding-left: 1116px; }
.prepend-11 { padding-left: 1023px; }
.prepend-10 { padding-left: 930px; }
.prepend-9 { padding-left: 837px; }
.prepend-8 { padding-left: 744px; }
.prepend-7 { padding-left: 651px; }
.prepend-6 { padding-left: 558px; }
.prepend-5 { padding-left: 465px; }
.prepend-4 { padding-left: 372px; }
.prepend-3 { padding-left: 279px; }
.prepend-2 { padding-left: 186px; }
.prepend-1 { padding-left: 93px; }

.row [class^="grid-"]:first-child {
	margin-left: 0;
}

.row.nopad [class^="grid-"] {
	margin-bottom: 0;
}

.row.divider:last-child {
	margin-bottom: 0;
	
	border: none;
}

.row-divider {
	margin: 1.5em 0 1.5em;
	border: none;
	border-bottom: 1px dotted #CCC;
}

.row-divider-thin {
	margin: 0.5em 0 0.5em;
	border: none;
	border-bottom: 1px dotted #CCC;
}




/*------------------------------------------------------------------
[13. Miscellaneous]
*/

.slash {
	padding-right: .25em;
	
	color: #F90;
}


.social-icons-container {
	width: 100%;
	display: table;
	padding: 0;
	margin: 2.5em 0 0;
	
	list-style: none;
}

.social-icons-container li {
	width: 33%;
	display: table-cell;	
	
	text-align: center;			
}

.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	overflow: hidden;	
	
	line-height: 600px;
	
	background: url(../images/social-sprite.png) no-repeat 0 0;
}

.social-icon-twitter {
	background-position: 0 0;					
}

.social-icon-twitter:hover {
	background-position: 0 -50px;					
}

.social-icon-googleplus {
	background-position: -50px 0;
}

.social-icon-googleplus:hover {
	background-position: -50px -50px;
}

.social-icon-facebook {
	background-position: -100px 0;	
}

.social-icon-facebook:hover {
	background-position: -100px -50px;	
}


.clearfix,
.row { zoom: 1; }
.clearfix:before,
.row:before,
.clearfix:after,
.row:after { content: ""; display: table; }
.clearfix:after,
.row:after { clear: both; }

/*------------------------------------------------------------------
home page
*/
.about-container .about-item {
	padding-right: 2em;
}

.about-container .choose-item h3 i {
	margin-right: .4em;

	color: #F90;
}

.about-container .choose-item h3 {
	margin-bottom: 0;

	font-size: 14px;
}

.work-container .work-item .thumbnail {
	margin-bottom: 1.5em;
}

.service-container .service-item h1 {
	font-size: 28px;
	line-height: 36px;
}

.service-container .service-item h3 {
	font-size: 18px;
	line-height: 27px;
}

.service-container .service-item h3 i {
	position: relative;
	top: 3px;
	margin-right: .25em;
	color: #F90;
	font-size: 24px;
}

.service-container .service-item p {
	font: 20px/1.6em 'Open Sans', arial, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.home-video {
	text-align: left;
	padding-top: 18px;
}

.home-app-icons {
	text-align: right;
}

.home-btn-demo {
	font-size: 22px;
	padding-left: 90px;
	padding-right: 90px;
}



/*------------------------------------------------------------------
demo page
*/
#demo-text-container {
	/*display: block;*/
	/*position: relative;*/
	/*z-index: 0;*/
	/*vertical-align: top;*/

	width: 100%;
	height: 250px;
	border: dashed;
	border-width: thin;
	/*border-color: #a8c7d6;*/
	border-color: #fd8516;

	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;

	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: .875rem;
	line-height: 1.5rem;
	letter-spacing: .01rem;
	font-family: 'Armata', arial, sans-serif;
	color: #78909c;
}

#demo-analysis-container {
	display: block;
	position: relative;
	z-index: 0;
	vertical-align: top;

	width: 100%;
	/*height: 200px;*/
	border: dashed;
	border-width: thin;
	border-color: #91888b;

	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;

	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: .875rem;
	line-height: 1.5rem;
	letter-spacing: .01rem;
	font-family: 'Armata', arial, sans-serif;
	color: #78909c;
}

.demo-btn-div {
	text-align: left;
}

#demo-btn-analyze {
	padding-left: 90px;
	padding-right: 90px;
}


/*------------------------------------------------------------------
product page
*/
.product h3 {
	vertical-align: bottom;
	line-height: 0.8em;
}

.features-container {
    display: table;
    margin-bottom: .65em;
    margin-top: 10px;
}

.features-container-row {
    display: table-row;
}

.features-container-cell-icon {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0.3em;
    padding-right: 0.8em;
}

.features-container-cell-title {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.3em;
    font: 22px/1.3em 'Armata', arial, sans-serif;
}

.product-webapp-icon {
	padding-top: 30px;
	text-align: center;
}

.product-mobileapp-icons {
	padding-bottom: 10px;
	text-align: center;
}

/*------------------------------------------------------------------
signals page
*/
.service {
	float: left;

	width: 100%;

	text-align: center;
}

.service-icon {

	display: inline-block;

	width: 80px;
	height: 80px;
	margin: 0 0 .5em;

	color: #FFF;

	font-size: 36px;
	text-align: center;
	line-height: 80px;

	background: #F90;

	border-radius: 100px;

	text-shadow: 1px 1px 2px rgba(0,0,0,.45);
}

.service-details {

}

#service-web-design .service-icon {
	background: #222;
}

#service-web-dev .service-icon {
	background: #888;
}

.signal-type p {
	font-size: 16px;
	margin-bottom: 1.8em;
}


/*------------------------------------------------------------------
contact page
*/
#contact-map {
	margin: -2.5em 0 2.5em;
}


@media (max-width: 767px) {

	#contact-map {
		margin: -12px 0 0;
	}

}

/*------------------------------------------------------------------
about us
*/
.profile {
	text-align: left;
}

.profile p {
	margin-bottom: 1em;
}

.profile img {
	display: inline-block;

	margin: 0 auto 1.25em;
}

.profile h4 {
	margin-bottom: .85em;

	font-size: 18px;
}

.profile .profile-title {
	margin-bottom: 1em;
	color: #777;

	font-size: 18px;
	font-style: italic;
}


/*------------------------------------------------------------------

[modules Stylesheet]

-------------------------------------------------------------------*/


/*-- module Container --*/

.module-container {
	position: relative;
	float: left;
	margin-bottom: 2em;
}

/*-- module --*/

.module {
	margin-right: 6px;
	border-radius: 4px;
}


/*-- module Header --*/

.module-header {
	text-align: left;
	color: #FFF;

	background-color: #686868;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.module-title {
	padding: 8px;
	font-size: 17px;

	color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 0 0;
}

.module-subtitle {
	padding: 8px;
	font-size: 14px;
	/*    line-height: 0.8em;*/
	background-color: #797979;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.module-price span.term {
	display: block;
	margin-bottom: 0;

	font-size: 13px;
	line-height: 0;
	padding: 2em 0 1em;
}

.module-price span.note {
	position: relative;
	top: -40px;

	display: inline;

	font-size: 17px;
	line-height: 0.8em;
}



/*-- Best Value Highlight --*/

.module-container.best-value .module-header {
	background-color: #D98200;
}

.module-container.best-value .module-subtitle {
	background-color: #F90;
}



/*-- module Features --*/

.module-features {
	border: 1px solid #DDD;
	border-bottom: none;
}

.module-features {
	padding-bottom: 1em;
}

.module-features ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.module-features li {
	padding: 1em 0;
	margin: 0 2em;
	text-align: left;
	border-bottom: 1px dotted #CCC;

	/*	white-space:pre;
		white-space:pre-wrap;*/

}

.module-features li:last-child {
	border-bottom: none;
}

.module-features-b {
	border: 1px solid #DDD;
	/*	border-bottom: none;*/
}

.module-features-b {
	padding-bottom: 0.4em;
}

.module-features-b ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.module-features-b li {
	padding: 1em 0;
	margin: 0 2em;
	text-align: left;
	border-bottom: 1px dotted #CCC;

	/*	white-space:pre;
		white-space:pre-wrap;*/

}

.module-features-b li:last-child {
	border-bottom: none;
}


/*-- module Actions --*/

.module-actions {
	padding: 1.15em 0;

	background: #F2F2F2;

	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -ms-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -o-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: linear-gradient(top, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);

	border: 1px solid #DDD;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.module-actions .btn {
	padding: 0.7em;
	margin: 0 2em;

	/*	display: block;*/

	font-size: 12px;
	font-weight: 400;
}



/*-- Columns --*/

.block-modules.modules-1 .module-container {
	width: 100%;
}
.block-modules.modules-2 .module-container {
	width: 50%;
}

.block-modules.modules-3 .module-container {
	width: 33.33%;
}

.block-modules.modules-4 .module-container {
	width: 25%;
}


/*------------------------------------------------------------------

[Attributions page]
-------------------------------------------------------------------*/

.attributions {
	font-size: 16px;
	vertical-align: bottom;
	display: table;
}


/*------------------------------------------------------------------

[Pricing Plans Stylesheet]
-------------------------------------------------------------------*/


/*-- Pricing Container (two versions switched depending on browser screen size) --*/

.pricing-plans-large {
	display: block;
}

.pricing-plans-small {
	display: none;
}

/*-- Plan Container --*/

.plan-container {
	position: relative;
	float: left;
	margin-bottom: 2em;
}

/*-- Plan --*/

.plan {
	margin-right: 6px;
	border-radius: 4px;
	font-size: 14px;
}


/*-- Plan Header --*/

.plan-header {
	text-align: center;
	color: #FFF;
	background-color: #686868;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}

.plan-title {
	padding: 10px 0;
	font-size: 16px;
	color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 0 0;
}

.plan-legend-title {
	text-align: left;
	/*padding: 1em 0;*/
	/*margin: 0 2em;*/

	padding: 10px 29px;
	font-size: 16px;
	color: #000;
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0px;
	border-radius: 4px 4px 0 0;
}

.plan-price {
	padding: 20px 0 10px;
	font-size: 36px;
	line-height: 0.8em;
	background-color: #797979;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-price span.term {
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 0;
	padding: 2em 0 1em;
}

.plan-price span.note {
	position: relative;
	top: -20px;
	display: inline;
	font-size: 17px;
	line-height: 0.8em;
}



/*-- Best Value Highlight --*/

.plan-container.best-value .plan-header {
	background-color: #D98200;
}

.plan-container.best-value .plan-price {
	background-color: #F90;
}



/*-- Plan Features --*/

.plan-features {
	border: 1px solid #DDD;
	border-bottom: none;
}

.plan-features {
	padding-bottom: 1em;
}

.plan-features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.plan-features li {
	padding: 1em 0;
	margin: 0 2em;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.plan-features li:last-child {
	border-bottom: none;
}

.plan-features .li-models {
	padding: 0.5em 0;
	margin: 0 2em;
	text-align: center;
	border-bottom: 0px;
}

.plan-features .li-models-first {
	padding: 1em 0;
	margin: 0 2em;
	text-align: center;
	border-bottom: 0px;
}

.plan-features .li-models-last {
	padding: 0.5em 0em 1em 0em;
	margin: 0 2em;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.plan-features .li-models-after {
	border-top: 1px dotted #CCC;
}



/*-- Plan Legend--*/

.plan-legend {
	border: 1px solid #DDD;
}

.plan-legend {
	padding-bottom: 1em;
}

.plan-legend ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.plan-legend li {
	padding: 1em 0;
	margin: 0 2em;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

.plan-legend li a {
	cursor: pointer;
}


.plan-legend li:last-child {
	border-bottom: none;
}

.plan-legend .li-models {
	padding: 0.5em 0;
	margin: 0 2em;
	text-align: left;
	border-bottom: 0px;
}

.plan-legend .li-models-first {
	padding: 1em 0;
	margin: 0 2em;
	text-align: left;
	border-bottom: 0px;
}

.plan-legend .li-models-last {
	padding: 0.5em 0em 1em 0em;
	margin: 0 2em;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}

.plan-legend .li-models-after {
	border-top: 1px dotted #CCC;
}

/* plan help hover pop-ups*/
.help_popup_header_text {
	font-size: 12px;
	line-height: 1.8em;
	color: #686868;
	text-shadow: none;
}

.help_popup a {
	text-align: left;
	/*margin: 10px 0 0 0;*/
	text-decoration: none;
	color: inherit;
}

.help_popup a:visited {
	/*margin: 10px 0 0 0;*/
	text-decoration: none;
	color: inherit;
}

.help_popup a:hover {
	position: relative;
	text-decoration: none;
	color: inherit;
}

.help_popup a span {
	display: none;
	text-decoration: none;
	color: inherit;
}

.help_popup a:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 250px;
	/* formatting only styles */
	font-size: 14px;
	font-weight: normal;
	padding: 5px; margin: 10px; z-index: 100;
	background: #ff9000; border: 1px dotted #c0c0c0;
	opacity: 1;
	color: white;
	/* end formatting */
}

/*-- Plan Actions --*/

.plan-actions {
	padding: 1.15em 0;
	background: #F2F2F2;
	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -ms-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -o-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: linear-gradient(top, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #DDD;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.plan-actions .btn {
	padding: 0.5em 0;
	margin: 0 2em;
	display: block;
	font-size: 14px;
	font-weight: 400;
}



/*-- Columns --*/

.pricing-plans-large.plans-1 .plan-container {
	width: 100%;
}
.pricing-plans-large.plans-2 .plan-container {
	width: 50%;
}

.pricing-plans-large.plans-3 .plan-container {
	width: 33.33%;
}

.pricing-plans-large.plans-4 .plan-container {
	width: 25%;
}

.pricing-plans-large.plans-options .plan-container {
	width: 15%;
}

.plan-container.plans-options {
	width: 19%;
}

.plan-container.plans-legend {
	width: 24%;
}





/*-- Revolution banner --*/

.bannercontainer {
	width:100%;
	position:relative;
	padding:0;
}

.banner {
	width:100%;
	position:relative;
}

.tparrows:before {
	margin-top: 3px;
}

/*-- Misc --*/

.tm {
	position: relative;
	top: -15px;
	font-size: 10px;
	/*	display: inline;*/
	/*    line-height: 0.8em;*/
}


#video-para {
	margin-bottom: 1em;
}


/*-- static page form --*/

.form-staticpage-heading {
	margin: 0 auto;
    padding: 0;
	width: 720px;
}

.form-staticpage-container {
	margin: 0 auto;
    background-color: #f1f1f1;
    padding: 40px;
	width: 639px;
}

.form-staticpage-container .alert{
	margin: 25px;
}

.form-staticpage .controls {
    margin-left: 40px;
}
.form-staticpage input[type="text"], .form-staticpage  input[type="password"] {
    height: 32px;
    font-size: 20px;
    line-height: 28px;
    width: 550px;
    font-weight: 600;
}

.form-staticpage textarea {
	font-size: 20px;
	line-height: 32px;
	width: 550px;
	font-weight: 600;
}

.form-staticpage select {
	font-size: 20px;
	line-height: 32px;
	width: 565px;
	font-weight: 600;
	height: 40px;
}

.staticpage-betainvite-horizontal{
	width: 580px;
}

.staticpage-betainvite-horizontal input[type="text"] {
	width: 440px;
}

.control-group.grp-btn input {
    width: 563px;
}

.form-staticpage-separator {
	margin: 25px 35px 25px 40px;
    border-top: 1px solid #ddd;
}

.form-staticpage-separator-strong {
	margin: 25px 35px 25px 40px;
    border-top: 2px solid #AFAFAF;
}

.form-staticpage-errors{
    color: red;
    font-size: 16px;
}

.LV_validation_message{
    font-weight:normal !important;
    font-size: 14px !important;
    margin:0 0 0 5px;
}
.LV_invalid {
    color:#CC0000;
    display: table;
}
.LV_invalid_invite {
    color:#CC0000;
    display: compact;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000 !important;
}

.msg {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 35px 0 5px
}

.instruction {
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px;
	padding: 0	 35px 0 5px
}


/*-- contact-us form - additional CSS --*/

.validation_header{
	color: red;
	font-size: 16px;
}
.field_validation_msg {
	font-weight:normal !important;
	font-size: 14px !important;
	margin:0 0 0 5px;
	color:#CC0000;
	display: table;
	margin-bottom: -5px;
}
.field_err {
	border: 1px solid #CC0000 !important;
}

.form-contactus-container {
	margin: 0 auto;
	background-color: #f1f1f1;
	padding: 20px 0 20px 0;
	width: 639px;
}

.form-contactus-header {
	padding: 0 40px 0 40px;
}

.form-contactus-header h2 {
	margin: 0;
	line-height: 1.5em;
}

.form-contactus-header h5 {
	font-weight:normal;
	font-size: 14px;
}

/* force fancybox to hide scrollbars for iframes content */
.fancybox-inner {
	overflow: hidden !important;
}

/*-- scramble contact info class --*/
.cactustext:before {
	content: attr(data-website);
	unicode-bidi: bidi-override;
	direction: rtl;
}
.cactusemail:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}