/* general */


a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
font-size: 18px;
color: #2b2b2b;
background: #f1f1f1;
}

h2 {
	font-size: 32px;
	color: #4f4f4f;
	font-weight: 300;
	margin-bottom: 1rem;
}

p {
	font-size: 18px;
	line-height: 28px;
	color:	#888888;
	margin-bottom: 2rem;
}

p:nth-last-of-type(1) {
	
}

/* header */


header p {
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 1.2rem;
}

@media screen and (max-width: 39.9875em) {
	header p {
		font-size: 20px;
		line-height: 30px;
	}
	
}

header .headercontent {
	z-index: 9999 !important;
	margin-bottom: 2rem;
}

.headerimg {
	position: absolute; 
	left:  0; 
	right: 0;
	bottom: 0px; 
	z-index:  1;
	height:  28rem;
		background: url(../img/header2.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 2400px 359px;
}



/*buttons*/
.pl {
	margin-left: 5rem; 
}

.underline {
font-size: 14px;
	padding-bottom: 6px;display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

footer .underline, footer .underline:visited {
color: #587b8e;
	border-bottom: 1px solid #587b8e;
}
.underline:hover, .underline:active {
	border-bottom: 1px solid transparent;
}

.button {
	padding: 1rem 2rem;
	background: #64869e;
	border: 1px solid #64869e;
	font-size: 20px;
	color: #fff ;
	font-weight: 300;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}
.button.clr {
	background: rgba(1,1,1,0.5);
	border: 1px solid #fff;

	
}

.button.clr:hover, button.clr:hover {
	background: rgba(1,1,1,1);
	border: 1px solid #fff;
}
.button:hover, .button.purp:hover{
		background: rgba(1,1,1,1);
	border: 1px solid transparent;
}

.button.cta {
margin: 1rem 0;
}

/* main */
#ms3isgreat {
	background: #f1f1f1 url(../img/back.png) top center repeat-x;
	overflow: hidden;
		padding: 5rem 0 0rem 0;
	} 

section > .row, footer {
		padding: 5rem 0;
	
}
div#trial.row {
	padding-top:  0 !important;
}
div.medium-6.screenshot {
	position: relative;
}

img.screenshot {
	max-width: 100%;
	height: auto;
}
#comparisontable {
margin-top:  1rem;
	background: rgba(1,1,1,0.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
	font-size: 16px;
}

#comparisontable div {
	padding: 0.75rem;
}

#comparisontable div.text {
	font-size: 12px;
}

#comparisontable i[class*="times"] {
	color: #9b9b9b !important;
}
#comparisontable i[class*="check"] {
	color: #64869e !important;
}

/* footer */

/*parallex sections */

.parallex-box {
color: #fff;
height: 100vh;
min-height: 750px;
position: relative;
padding: 5rem 0;

background-color: transparent;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}

.parallex-box.half {
min-height: 350px;
height: 60vh;

}

.parallex-content {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

.table-cell {
	vertical-align: middle;

	display: table-cell;
}

.table-cell-bot {
	vertical-align: bottom;

	display: table-cell;
}


/* index parallex boxes */
.indexslide * {
	color: #fff !important;
}
.parallex-box.indexslide {
	background-image: url(../img/parallex-index-header.jpg);
	background-size: cover;
	background-position: bottom center;
}

/* footer */
footer {
	background: #f9f9f9 url(../img/footer.png);
	background-size: 140%;
	background-position: bottom center;
	background-repeat: repeat-x;
}

footer .button {
	font-size: 16px;
	width: 100%;
}
/* purchase form for upgrades */

@media screen and (min-width: 64em) {
	.purchaseContainer {
		margin-top:  2rem;
	}
}

.purchaseContainer2 {
	position: relative;
	z-index: 10;
}
 form#purchasems label ,  form#purchasemsbot label {
 	display: none;
 }
 form#purchasems select,  form#purchasemsbot select {
 	height: 50px;
 	background: rgba(1,1,1,0.3);
 	border: 1px solid #fff;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	font-family: Lato, arial, sans-serif;
 	font-size: 16px;font-weight: 300;
 	color: #fff;
 }
 
 .button.purp {
 	background: rgba(1,1,1,0.3);
 		border: 1px solid #fff;
 		-webkit-border-radius: 4px;
 	color: #fff;
 }
 .full {
 	width: 100%;
 }
 
 span.price {
 	font-size: 18px;
 	display: block;
 	font-style: italic;
 }
 
 span.sm { 	font-family: Lato, arial, sans-serif;
 text-transform: uppercase;
 	font-size: 12px;
 	display: block;text-align: center;
 }
 span.price input {
 	float: right;
 }
 
 span.price span {
 	font-size: 14px;
 }
 form #price {
 margin-bottom: 0;
 font-style: normal;
 font-weight: bold;
 	background: transparent;
 	text-align: center;
 	border: 0;
 	font-size: 42px; 	font-family: Lato, arial, sans-serif;
 	padding: 0;height: auto !important;
 	box-shadow:  none !important;
 	-webkit-box-shadow: none !important;
 }
 
 form select {
 	background: rgba(1,1,1,0.3) url(../img/dropdown.png) 94% 50% no-repeat !important;
 	background-size: 20px 20px !important;
  }
 
 form#trialdl label {
 	display: none;
 }
 
 form#trialdl input[type="text"], form#trialdl input[type="email"] {
 	height: 50px;
 	text-align: center;
 		background: rgba(1,1,1,0.0);
 		border: 1px solid #c9c9c9;
 		-webkit-border-radius: 4px;
 		border-radius: 4px;
 		font-family: Lato, arial, sans-serif;
 		font-size: 16px;
 		font-weight: 300;
 		color: #898989 !important;
 	
 }
  form#trialdl input[type="text"]:focus, form#trialdl input[type="email"]:focus, form#trialdl input[type="text"]:hover, form#trialdl input[type="email"]:hover {
  	outline: none;
  	border: 1px solid #898989;
  	-webkit-box-shadow: none;
  	 box-shadow: none;
  }
 
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
     color: #898989 !important;
   
 }
 input::-moz-placeholder,
 textarea::-moz-placeholder {
     color: #898989 !important;
    }
 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder {
     color: #898989 !important;
     }
 input::placeholder,
 textarea::placeholder {
     color: #898989 !important;
    
 }
 
@media screen and (max-width: 63.9375em){
	footer {background-position: right bottom;
				background-size: 200%;
		
	}
	#comparisontableheader {
font-size: 14px;	}
}

@media screen and (max-width: 39.9875em) {
	.headerimg {
		position: initial;
		background-size: 350%;
		height:  16rem;
		background-position: 33% 100%;
	}
	
	.pricebox {
		margin: 0.5rem 0 1rem 0;
	}
	footer {
	background-position: -1rem bottom;
				background-size: 200%;
		
	}
	
	h2 {
		font-size: 26px;
	}
		p {
			font-size: 16px;
			line-height: 26px;
			color:	#888888;
			margin-bottom: 1.9rem;
		}
	
	.parallex-box.parallex-box2 {
	height: auto!important;
	position:initial !important;
	background-color: transparent !important;
	background-attachment: fixed !important;
	background-position: 50% 0 !important;
	background-repeat: no-repeat!important;
		padding: 5rem 0;
	}
	
	
	.parallex-box2 .parallex-content {
		text-align: center !important;
		position: relative !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.parallex-box {
		height: auto;min-height: auto;
		padding: 5rem 0 0 0;
	}
	.parallex-content {
		position: initial;
	}
	
	
	.row *{
		text-align: center !important;
		
	}
	
	#comparisontableheader {
		margin-top:  2rem;
		
	}
	#comparisontable.row div:nth-of-type(3n+1) {
		text-align: left !important;
	}
	#comparisontable {
		font-size: 14px;
		margin-bottom: 2rem;
	}
	
	div.medium-6.screenshot {
	position: relative;
	}
	div.medium-6.screenshot img {
		max-width: 100%;
	
	}
}