
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #cccccc;
  text-shadow: none;
}

::selection {
  background: #cccccc;
  text-shadow: none;
}

html {
  color: #fff;
  font-size: 1em;
  font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;

}

a img {
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
    font-size:20px;
	color:#464646;
	font-weight:400;
	text-align:center;
	line-height:22px;
	margin:0;
}



h2 {
    font-size:16px;
	color:#464646;
	font-weight:300;
	text-align:center;
	line-height:22px;
	margin:0;
}

h3 {
  font-size: 15px;
  text-align:left;
  margin-top:0;
  line-height:20px;
  color:#333333;
  font-weight:300;
  width:580px;
  padding-right:15px;
  margin-bottom:22px;
  float:left;
}

.icon
{
    width:119px;
	height:42px;
	float:left;
	display:block;
	background-image:url(../images/cloud.png);
    background-repeat:no-repeat;
    margin-top: -6px;

	float:right;

}

.top_line
{
	padding-top:25px;
}
	
h4 {
  font-size: 1em;
  margin: 0.35em 0;
}

h5 {
  font-size: 0.8em;
  margin: 0.3em 0;
}

h6 {
  font-size: 0.75em;
  margin: 0.3em 0;
}

dl, ul, ol, p {
  margin: 0;
}

dl, ol, ul {
  margin-left: 0;
	padding-left:0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  background: transparent;
  color: #111111;
}

a:active,
a:hover {
  outline: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.link-unstyled {
  color: #0645AD;
}


html {
	height:100%;
}
body {
	height:100%;
    background-color:#fff;

}
.container {
	width:757px;
	height:455px;
	margin:0 auto;	
	padding:0;

}

.container_temp {
  background-color: #464646;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99;
  margin:0 auto;
  padding:0;

}


.header
{
	width:100%;
	height:94px;
	border-bottom:solid 1px #cccccc;
	background-color:#f0f0f0;
}

.header_text
{
	width:570px;
	height:auto;
	margin:0 auto;
	padding-top:30px;
	float:left;
}

.logo
{
	width:98px;
	height:55px;
	float:left;
	display:block;
    background-repeat: no-repeat;
    background-size: contain;
    margin:19px 0 0 21px;
}

.top_line_toolbar
{
  width:175px;
  height:20px;
  float:right;
  display:block;
  background-repeat: no-repeat;
  background-size: contain;
  margin:19px 0 0 21px;
}

.panel_btn
{
	float:right;
	width:35px;
	height:13px;
	margin:19px 1px 0 0;
}

.fa
{
	float:left;
	cursor:pointer;
	color:#424242;
	font-size:12px;
	display:block;
	width:12px;
	height:12px;
	margin-left:4px;

}


.content {
	width:757px;
	height:455px;
	margin:0 auto;
	padding:0;
	background: #fff; /* Old browsers */
    top:10%;
    position: absolute;
    left:50%;
    margin-left: -378px;


}

.main{
	width:718px;
	height:auto;
	margin:0 auto;
	padding:0;
}



.inner-text {
	width:55%;
	float:left;	
}
.inner-btn {
	width:44%;
	float:right;
	margin-top:10px;
}
.steps {
	margin-left:0;
	position:relative;
}
.steps:after {
	position:absolute;
	font-family:FontAwesome;
	content:"\f178";
	top:-45px;
	right:70px;
	font-size:6em;
	color:#97dbfa;
}
dt, dd {
	line-height:3em;	
}
dt {
	font-weight:bold;
	float:left;
	width:60px;	
}
dd {
	float:left;	
}
.add-text {
	font-size:0.85em;	
}
.bottom-txt {
	margin-top:3em;	
}

.button {
	cursor:pointer;
	display:block;
	width:344px;
	height:80px;
	 
	padding:0;
	
	background: url(../images/btn.png) top no-repeat;

}
.button:hover {
background: url(../images/btn.png) bottom no-repeat;
}

.btn_wrapper
{
	width:344px;
	height:100px;
	float:right;
	margin-top:18px;
}

.toolbar
{
	width:573px;
	text-align:center;
	margin:0 auto;
}
.toolbar img
{
	margin:0 auto;
}

.bt
{
	font-size:12px;
	color:#333333;
	font-weight:400;
	text-align:center;
	line-height:12px;
}
.feature {
	width:640px;
	margin:0 auto;
}

.f-item {
  padding: 45px;
  height: 128px;
  border-right: solid 1px #d9d9d9;
  float: left;
  color: #333333;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
  font-weight: 300;
  padding-top: 23px;
  margin: 32px 0px 12px 0px;
}

.f-item img
{
	margin:0 auto 7px auto;
	display:block;
}

.last
{
	border-right:none;	
}

.cap
{
	text-transform:uppercase;
}

.comment
{
	font-size:12px;
	line-height:16px;
	color:#333333;
	font-weight:400;
	margin:37px auto 15px auto;
	text-align:center;
	
}

.comment a
{
	text-decoration:underline;
	color:#1a0db0;
}

.bottom
{
	width:100%;
	height:74px;
	border-top:solid 1px #cccccc;
	background-color:#f0f0f0;
}

.btn
{
	width:147px;
	height:36px;
	border-radius:8px;
	color:#333333;
	font-size:14px;
	line-height:36px;
	text-align:center;
	display:block;
	cursor:pointer;
	text-decoration:none;
}


.helper{
  position: absolute;
  padding: 1em 1em;
  border: 3px solid #4fb46c;
  border-radius: 3px;
  background-color: #fcfcfc;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}
.helper.active{
  display: block;
}
.helper:before{
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -31px;
  background: url(http://cdn.cms.neatcontent.com/media/1375/arrow.png) center no-repeat;
  height: 68px;
  width: 62px;
  z-index: 3;
  content: "";
}

.helper.gc {
  top:60%;
  left:50%;
  margin-left: -200px;
  width:400px;

}
.helper.ff {
  top: 190px;
  left: 135px;
}
.helper.ie {
  bottom: 130px;
}
.helper.ie:before {
  top: 100%;
  background: url(http://cdn.cms.neatcontent.com/media/1374/arrow-ie.png) center no-repeat;
}

.helper-title {
  color: #4fb46c;
  font-size: 1.2em;
  font-weight: bold;
}

.extension-helper {
  position: absolute;
  padding: 1em 1em;
  border: 3px solid #4fb46c;
  border-radius: 3px;
  background-color: #fcfcfc;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
  color: #4fb46c;
  font-size: 1.2em;
  font-weight: bold;
  left:50%;
  margin-left: -200px;
}

.helper-gc-allow {
  width:400px;
  margin: 0.5em auto;
  border:1px solid red;
  display:none;

}
.helper-gc-allow p {

  color:red;
  text-align:center;
  font-size:1.3em;
  line-height:1.3;
  margin-top:0;
}
.helper-gc-allow.active {
  display:block;
}
.overlay {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  position: fixed;
  background-color: #111111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.overlay.active {
  display: block;
}


.decline
{
	background: #dfdfdf; /* Old browsers */
background: -moz-linear-gradient(top,  #dfdfdf 0%, #959595 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#959595)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfdfdf 0%,#959595 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfdfdf 0%,#959595 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfdfdf 0%,#959595 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dfdfdf 0%,#959595 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#959595',GradientType=0 ); /* IE6-9 */
	float:left;
	margin:20px 0 0 21px;
}

.agree
{
	float:right;
	margin:20px 21px 0 0;
	background: #cfe666; /* Old browsers */
background: -moz-linear-gradient(top,  #cfe666 0%, #8bc241 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe666), color-stop(100%,#8bc241)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cfe666 0%,#8bc241 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cfe666 0%,#8bc241 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cfe666 0%,#8bc241 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cfe666 0%,#8bc241 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe666', endColorstr='#8bc241',GradientType=0 ); /* IE6-9 */
}


.decline:hover
{
	background: #e3e3e3; /* Old browsers */
background: -moz-linear-gradient(top,  #e3e3e3 0%, #838383 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#838383)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e3e3e3 0%,#838383 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e3e3e3 0%,#838383 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e3e3e3 0%,#838383 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e3e3e3 0%,#838383 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#838383',GradientType=0 ); /* IE6-9 */

}


/* for ff*/

#ffhelper.active{
  display: block;
}
#ffhelper:before{
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -31px;
  background: url(http://cdn.cms.neatcontent.com/media/1375/arrow.png) center no-repeat;
  height: 68px;
  width: 62px;
  z-index: 3;
  content: "";
}

#ffhelper.gc {
  top:60%;
  left:50%;
  margin-left: -200px;
  width:400px;

}
/* end ff*/
.agree:hover
{
	background: #ebff92; /* Old browsers */
background: -moz-linear-gradient(top,  #ebff92 0%, #70a825 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebff92), color-stop(100%,#70a825)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebff92 0%,#70a825 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebff92 0%,#70a825 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebff92 0%,#70a825 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebff92 0%,#70a825 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebff92', endColorstr='#70a825',GradientType=0 ); /* IE6-9 */



}

