@charset "UTF-8";

/*
	Stylesheet for Remote TestKit Landing Page
	Oct 2015
	by Btrax, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  - Reset
2.0  - Typography
3.0  - Clearings
4.0  - Page Frame
5.0  - Header
6.0  - Content
7.0  - Page Bottom Links
8.0  - Application Form
9.0  - Footer
10.0 - Responsive
11.0 - Print
--------------------------------------------------------------*/

/*==============================================================
1.0 - Reset
==============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
div,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
a:link, a:visited {
	color: #0049b4; text-decoration: underline; 
}
a:hover {
	text-decoration: none;
}
a {
	transition: all .15s ease-in-out;
}
/*==============================================================
2.0 Typography
==============================================================*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.4;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
/*==============================================================
3.0 Clearings
==============================================================*/
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}
.clearfix { 
	zoom: 1;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*==============================================================
4.0 Page Frame
==============================================================*/
.page-wrap,
.container {
	width: 100%;
}
.container-inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
/*==============================================================
5.0 Header
==============================================================*/
#main-visual {
	min-height: 470px;
	padding-bottom: 60px;
	overflow: auto;
	background-image: url(images/bg_dk.jpg);
	background-size: cover;
}
#main-visual .container-inner {
	overflow: hidden;
}
.logo {
	margin-top: 50px;
}
.logo img {
	width: 220px;
	height: auto;
}
.headcopy {
	margin-top: 60px;
}
.headcopy h1 {
	font-size: 48px; font-size: 4.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}
.headcopy p {
	margin-top: 0.75em;
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.6;
	color: #fff;
}
.icon-trial {
	width: 221px;
	height: auto;
	position: absolute;
	right: 350px;
	top: 50px;
	z-index: 100;
}
.icon-trial-vertrical {
	display: none;
}
/*==============================================================
6.0 Content
==============================================================*/
#content {
	background-color: #fff;
}
#apeal-point-1 {
	padding: 50px 0;
	background-color: #0049b4;
}
#apeal-point-1 .container-inner {
	padding-left: 340px;
}
#imac {
	position: absolute;
	left: 10px;
	top: -100px;
	width: 280px;
	height: auto;
	z-index: 90;
}
#apeal-point-1 h1 {
	font-size: 30px; font-size: 3.0rem;
	color: #fff;
	line-height: 1.5;
}
#vendors {
	padding: 30px 0;
	background-color: #eee;
}
#vendors .vendor-lt {
	display: inline;
	width: 45%;
	height: auto;
	margin-right: 3%;
}
#vendors .vendor-rt {
	display: inline;
	width: 51%;
	height: auto;
}
#apeal-point-2-4-container {
	padding: 55px 0;
}
.content-col-1-3 {
	width: 33.333%;
	float: left;
	padding: 0 20px;
}
.content-col-1-3 img {
	width: 85%;
	height: auto;
	margin: 0 auto;
}
#apeal-point-2-4-container h2 {
	margin: 20px 0 25px;
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
}
#apeal-point-2-4-container ul {
	margin: 10px 0 10px 25px;
}
#apeal-point-2-4-container li {
	list-style: disc;
}
/*==============================================================
7.0 Page Bottom Links
==============================================================*/
.links {
	position: relative;
	height: 220px;
}
.txt-support {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -400px;
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
}
.btn-link-form {
	padding-top: 55px;
}
.btn-link-form a {
	display: block;
	width: 65%;
	height: 80px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #e83a68;
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
}
.btn-link-form a:hover {
	opacity: 0.7;
}
.link-feature {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 180px;
	margin-left: -400px;
	text-align: center;
}
.link-feature a {
	font-size: 18px; font-size: 1.8rem;
}
/*==============================================================
8.0 Application Form
==============================================================*/
.side-form {
	width: 350px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: 215px;
	padding: 25px;
	background: #b2d3ff;
	border-radius: 5px;
}
.form-row {
	margin-bottom: 10px;
}
.form-row label {
	display: block;
	margin-bottom: 2px;
	font-size: 13px; font-size: 1.3rem;
	color: #000;
}
.req {
	padding-left: 3px;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1;
	color: #f1516a;
	
}
.check-label{
    cursor: pointer;
}
.form-row input[type=text],
.form-row input[type=email] {
	width: 100%;
	height: 32px;
	padding: 0 10px;
	border: #fff 0px solid;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px; font-size: 1.4rem;
	line-height: 32px;
}
.field-lt {
	width: 48%;
	float: left;
}
.field-rt {
	width: 48%;
	float: right;
}
.form-row .bg-select {
	width: 100%;
	height: 32px;
	padding: 0 10px;
	border: #fff 0px solid;
	border-radius: 4px;
	background-color: #fff;
	line-height: 32px;
}
.form-row .bg-select {
	padding: 0;
	background: #fff url(images/arrow_pulldown.png) no-repeat right;
	background-size: 32px 32px;
}
.form-row .bg-select select {
	-webkit-appearance: none; /* Hide Select Menu */
	-moz-appearance: none; /* Hide Select Menu */
	appearance: none; /* Hide Select Menu */
	width: 100%;
	padding-left: 10px;
	padding-right: 40px;
	border: none;
	background: transparent;
	font-size: 14px; font-size: 1.4rem;
}
select::-ms-expand { /* Hide Select Menu for IE 11 */
    display: none;
}
input#other-specify {
	margin-top: 4px;
}
#purpose-checkbox {
	font-size: 12px; font-size: 1.25rem;
}
#btn-submit {
	margin: 15px 0 0;
}
.btn-submit {
	width: 100%;
	height: 44px;
	border: #fff 2px solid;
	border-radius: 4px;
	background: #0688ff;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	-webkit-appearance: none;
    cursor: pointer;
}
.btn-submit:hover {
	opacity: 0.7;
	transition: all .15s ease-in-out;
}
:-ms-input-placeholder {  
   color: #aaa;  
}
/*==============================================================
9.0 Footer
==============================================================*/
#footer {
	padding: 40px 0;
	background-color: #333;
}
.footer-link {
	margin-bottom: 25px;
    float: right;
    position: relative;
    left: -50%;
}
.footer-link ul {
	position: relative;
	left: 50%;
}
.footer-link li {
	display: inline;
	padding: 0 10px;
}
.footer-link li a {
	color: #fff;
}
.footer-link li a:hover {
	text-decoration: underline;
}
.copyright {
	color: #fff;
	text-align: center;
}
/*==============================================================
10.0 Responsive
==============================================================*/

/*------------------------------------------------------------*/
@media screen and (max-width: 1200px) {	
/*------------------------------------------------------------*/	
	.container-inner {
		padding-left: 30px;
		padding-right: 30px;
	}	 
	.br-upto-1200 {
		display: none;
	}
	.headcopy h1 {
		margin-right: 450px;
	}
	.headcopy p {
		margin-right: 480px;
	}
	#apeal-point-1 h1 {
		font-size: 26px; font-size: 2.6rem;
	}
	#imac {
		width: 260px;
		left: 40px;
	}
	#apeal-point-2-4-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.side-form {
		left: auto;
		right: 30px;
		margin-left: 0;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 1070px) {
/*------------------------------------------------------------*/
	.headcopy h1 {
		margin-right: 400px;
	}
	.headcopy p {
		margin-right: 400px;
	}
	#apeal-point-1 h1 {
		font-size: 24px; font-size: 2.4rem;
	}
	.br-upto-1070 {
		display: none;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 900px) {
/*------------------------------------------------------------*/
	.icon-trial {
		width: 150px;
		right: 365px;
		top: 50px;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 800px) {
/*------------------------------------------------------------*/
	#main-visual {
		min-height: 420px;
		padding-bottom: 40px;
	}
	.headcopy h1 {
		margin-right: 50px;
	}
	.headcopy p {
		margin-right: 100px;
	}
	.icon-trial {
		display: none;
	}
	.icon-trial-vertrical {
		display: block;
		height: auto;
		position: absolute;
	}
	#icon-trial-vertrical-top {
		width: 189px;
		right: 20px;
		top: 20px;
		z-index: 101;
	}
	#imac {
		width: 260px;
		top: -80px;
	}
	#vendors {
		padding: 20px 0;
	}
	#vendors .vendor-lt {
		display: block;
		width: 90%;
		margin: 0 auto 20px;
	}
	#vendors .vendor-rt {
		display: block;
		width: 100%;
	}
	.content-col-1-3 {
		width: 100%;
		float: none;
		padding: 0 40px 60px;
	}
	#apeal-point-2-4-container div:last-child {
		padding: 0 40px 0;
	}
	.content-col-1-3 img {
		width: 65%;
		height: auto;
		margin: 0 auto;
	}
	#apeal-point-2-4-container h2 {
		margin: 10px 0 15px;
		font-size: 24px; font-size: 2.4rem;
	}
	.links {
		height: auto;
		padding-bottom: 145px;
	}
	.txt-support {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		margin-left: 0px;
		font-size: 24px; font-size: 2.4rem;
		text-align: center;
	}
	.btn-link-form {
		display: none;
	}
	#icon-trial-vertrical-btm {
		right: auto;
		top: auto;
		left: 50%;
		bottom: -20px;
		width: 189px;
		margin-left: -95px;
		z-index: 101;
	}
	.link-feature {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 60px;
		text-align: center;
	}
	.side-form {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		margin-bottom: 50px;
		padding: 30px 30px;
		border-radius: 0;
	}
	.form-row {
		margin-bottom: 15px;
	}
	.form-row input[type=text],
	.form-row input[type=email],
	.form-row .bg-select {
		height: 42px;
		line-height: 42px;
	}
	.form-row .bg-select {
		background-size: 42px 42px;
	}
	.form-row .bg-select select {
		padding-right: 45px;
	}
	#purpose-checkbox {
		font-size: 13px; font-size: 1.3rem;
	}
	.btn-submit {
		width: 100%;
		height: 48px;
		border: #fff 2px solid;
		border-radius: 4px;
		background: #2bc533;
		background: #0688ff;
		font-size: 18px; font-size: 1.8rem;
		line-height: 1;
		color: #fff;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 680px) {
/*------------------------------------------------------------*/
	#main-visual {
		background-image: url(images/bg_dk_sm.jpg);
	}
	#apeal-point-1 {
		padding: 36px 0;
	}
	#apeal-point-1 .container-inner {
		padding-left: 260px;
	}
	#imac {
		left: 20px;
		top: -50px;
		width: 220px;
	}
	#apeal-point-1 h1 {
		font-size: 22px; font-size: 2.2rem;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 600px) {
/*------------------------------------------------------------*/
	#icon-trial-vertrical-top {
		width: 170px;
	}
	#apeal-point-1 {
		padding: 30px 0;
	}
	#apeal-point-1 .container-inner {
		padding-left: 30px;
		padding-bottom: 280px;
	}
	#imac {
		left: 50%;
		top: auto;
		bottom: -40px;
		width: 320px;
		margin-left: -160px;
	}
	#apeal-point-1 h1 {
		font-size: 24px; font-size: 2.4rem;
	}
	.field-lt {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.field-rt {
		width: 100%;
		float: none;
	}
	.footer-link {
		margin-bottom: 0;
	    float: none;
	    left: auto;
	}
	.footer-link ul {
		left: auto;
	}
	.footer-link li {
		display: block;
		padding: 0 0 25px;
		text-align: center;
	}
}
/*------------------------------------------------------------*/
@media screen and (max-width: 480px) {
/*------------------------------------------------------------*/
	#main-visual {
		min-height: 0;
		padding-bottom: 30px;
	}
	.logo img {
		width: 170px;
	}
	.headcopy {
		margin-top: 40px;
	}
	.headcopy h1 {
		margin-right: 30px;
		font-size: 36px; font-size: 3.6rem;
	}
	.headcopy p {
		margin-top: 0.75em;
		margin-right: 30px;
		font-size: 20px; font-size: 2.0rem;
	}
	#icon-trial-vertrical-top {
		width: 120px;
	}
	.content-col-1-3 {
		padding: 0 30px 60px;
	}
	#apeal-point-2-4-container div:last-child {
		padding: 0 30px 0;
	}
	.content-col-1-3 img {
		width: 100%;
	}
	
}
/*------------------------------------------------------------*/
@media screen and (max-width: 360px) {
/*------------------------------------------------------------*/
	.logo img {
		width: 160px;
	}
	#icon-trial-vertrical-top {
		width: 100px;
	}
	#imac {
		width: 290px;
		margin-left: -145px;
	}
}
/*==============================================================
11.0 Print
==============================================================*/
@media print {
	body {
		color: #000 !important;
		-webkit-print-color-adjust: exact;
	}
	header {
		background: none;
		border: none;
	}
}
