/*

Theme Name: lib

*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
h1,h2 {
	padding:0;
	margin:0;
}
body {
  margin: 0;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
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; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  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; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a{
  color: #0066ff;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.clear {
    clear: both;
    width:100%;
    height:0px;
}
h1, h2, h3, li, ul, p, div, span {
	max-height: 999999px;
}

/* Page starts here */

body {
	min-width: 1150px;
	background:#fff;
  font-family: 'Pontano Sans', sans-serif;
}
.rel {
	position:relative;
}
.abs{
  position: absolute;
}
.fixed{
  position: fixed;
}
.container {
	width: 1040px;
	margin: 0 auto;
  color: #06284d;
}
.sp {
	background: url(images/sp.png) no-repeat;
	display:inline-block;
}
.block {
	clear:both;
}
.tac {
	text-align:center;
}
.tal{
  text-align: left;
}
.tar{
  text-align: right;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.container .col_left{
  margin-left: 20px;
}
.container .col_right {
  margin-right: 20px;
}
.ten_radius{
    -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ten_radius_all{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.nine_radius{
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.green_button{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffad0e+0,ed7500+100 */
  background: rgb(255,173,14); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWQwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDc1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(255,173,14,1) 0%, rgba(237,117,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,173,14,1) 0%,rgba(237,117,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,173,14,1) 0%,rgba(237,117,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad0e', endColorstr='#ed7500',GradientType=0 ); /* IE6-8 */
  font-size: 45px;
  padding: 6px 27px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(17, 38, 13, 0.35);
  -moz-box-shadow:    2px 2px 2px 0px rgba(17, 38, 13, 0.35);
  box-shadow:         2px 2px 2px 0px rgba(17, 38, 13, 0.35);
  color: #fff;
}
h1{
  font-size: 56.25px;
  font-weight: normal;
}
h2{
  font-size: 31.68px;
  text-align: center;
  margin-bottom: 6px;
  font-weight: normal;
}
h3{
  font-size: 30px;
  font-weight: normal;
}
/* ======================
        Header
========================*/
.header {
  width: 100%;
  background: #0d1b35;
  padding: 20px 0;
}
.header .logo.sp {
  width: 250px;
  height: 75px;
  position: relative;
  top: 1px;
}
/* ======================
        Headline
========================*/
.headline{
  padding-top: 20px;
  background: #fff;
  padding-bottom: 30px;
  background-image: url(images/girl_full.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.headline .text_head .top_text {
    font-size: 24.38px;
    margin: 25px 0 0 8px;
}
.headline .text_head .we_offer {
    margin: 51px 0 6px 31px;
    font-size: 30px;
}
.headline .text_head ul{
  margin:0 0 0 25px;
}
.headline .text_head li {
  list-style-image: url(images/check_green.png);
  font-size: 26px;
  margin: 0 0 12px 9px;
}
.headline .table_grey{
  background: #E4E2DD;
  width: 500px;
  min-height: 713px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(96, 96, 126, 0.15);
  -moz-box-shadow:    0px 4px 8px 0px rgba(96, 96, 126, 0.15);
  box-shadow:         0px 4px 8px 0px rgba(96, 96, 126, 0.15);
}
.headline .table_grey .green_header{
  background: #5ECC32;
  color: #fff;
  font-size: 31.88px;
  padding: 10px 0;
}
.headline .text_head.float_left {
  margin-left: 37px;
}
/* ======================
      below the fold
========================*/
.below_fold{
  background: #F1F0ED;
}
.below_fold p{
  font-size: 33.75px;
}
.below_fold .box_container{
  padding: 37px 0;
}
.below_fold .box_container.white_bg{
  background: #fff;
}
.below_fold .box_container.grey_bg{
  background: #e4e4e4;
}
.below_fold .box_container ul.float_left{
  margin-left: 10%;
}
.below_fold .box_container ul.float_right{
  margin-right: 10%;
}
.below_fold li{
  font-size: 26.25px;
}
.below_fold .p_list{
  font-size: 31.88px;
  margin: 20px 0;
  display: block;
}
.below_fold .p_list .dash_line{
  position: absolute;
  left: -25px;
}
.below_fold .blue_check li{
  list-style-image: url(images/check_blue.png);
  font-size: 28.13px;
  margin: 0 0 12px;
}
/* ======================
        blue_bar
========================*/

#blue-bar {
  width: 100%;
  background: #0d1b35;
  color: #fff;
  margin: 30px 0 57px;
  padding: 20px 0;
  z-index: 999990;
  top: 0px;
  left: 0px;
}
#blue-bar .question {
  font-size: 41.25px;
  line-height: 106px;
  color: #fff;
  line-height: 1.1em;
}
#blue-bar a{
  color: #06284d;
  text-decoration: none;
}
#blue-bar .green_button {
  position: relative;
  top: 11px;
}
.fixed_bar{
  margin:0 !important;
  position: fixed;
}
/* ======================
        america
========================*/
.america .container{
  width: 874px;
  padding-right: 7%;
}
.america{
  margin-top: 56px;
  border-top:60px solid #0d1b35;
  background-image: url(images/full_flag.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

/* ======================
        footer
========================*/
.footer{
  background: #0d1b35;
  padding:40px 0;
}
.footer .copy{
  color: #fff;
  font-size: 28.13px;
  position: relative;
}
.footer a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -19px;
}
.footer .footer_logo{
  height: 85px;
  width: 513px;
  background-position: -24px -100px;
}

/* ======================
        form
========================*/
.form input, .form select{
  width: 467px;
  max-width: 467px;
  border: none;
  box-shadow: none;
  outline: 0;
  font-size: 19px;
  margin: 0 auto;
}
.form select{
   padding: 10px 0px 10px 10px;
   border:1px solid transparent;
}
.form input{
  padding: 10px 0px;
  text-indent: 10px;
  border: 1px solid transparent;
}
.form .input_row{
   width: 467px;
   margin: 17px auto;
   position: relative;
}
.form .input_row .green_button{
  width: 88%;
  display: block;
  text-align: center;
}
.form .input_row .legal{
  font-size: 11.25px;
  color: #363636;
  display: block;
  text-align: center;
}
.form .input_row .legal a {
  color: inherit;
  text-decoration: none;
}
.form .policy{
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 0 auto;
}
input.green_button.nine_radius.submit{
  font-size: 45px;
}
.swipe {
  overflow: hidden;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
input.green_button.nine_radius.submit {
  width: 467px;
  margin: 0 auto;
}
.next, .prev {
  cursor: pointer;
}
span.sp.circle {
  background-position: -377px -20px;
  height: 20px;
  width: 17px;
  margin:10px 15px 10px 0;
}
span.sp.circle.active, span.sp.circle:hover{
  background-position: -342px -20px;
}
.circle_container {
  text-align: center;
}
span.back_link.prev.back {
  position: absolute;
  top: 10px;
  right: 21px;
}
.privacy h2{
  text-align: left;
}

/*==================
      ie fixes
===================*/
.ie7 .form input{
  width: 99%;
  left:-11px;
  position: relative;
}
.ie7 input.green_button.nine_radius.submit{
  margin-left: 10px;
}
/*==================
     THANK YOU
===================*/
.headline.thankyou{
  min-height: 690px;
}
.headline.thankyou h1{
  font-size: 130px;
  font-weight: 700;
  text-align:left;
}
.headline.thankyou p{
  font-size: 60px;
  font-weight: 600;
}
#wrapper{
    width:500px;
    /* height:607px; */
    position:relative;
    overflow:hidden;

}
#slider{
    width:500px;
    /* height:607px; */
    position:relative;
    overflow:hidden;

}
#slider .main-slide{
width:500px;
    height:100%;
    float:left
}
/* Pop up */
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}
.popup_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}
.popup {
    width: 560px;
    height:auto;
    position:relative;
    margin: 200px auto 0px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow:    0px 1px 20px 0px rgba(0, 0, 0, 0.56);
    box-shadow:         0px 1px 20px 0px rgba(0, 0, 0, 0.56);
    background:#FFF;
    border:solid 5px #CCC;
}
.popup p {
    padding:10px;
    font-size:14px;
    color:#333;
    margin:0px;
}
.close_button {
    width: 29px;
    background-position: -489px 0px;
    border: 0px none;
    display: block;
    padding: 0px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 10020;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #0d1b35;
    border-radius: 50%;
    padding: 3px 0;
    border: 2px solid #ccc;
    font-weight: 600;
}

/*form validation css */
.input_row .form-field-invalid {
    background: url(images/form-not-check.png) no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 16px;
}
.input_row .form-field-valid {
	background: url(images/form-check.png) no-repeat;
	height: 17px;
	width: 17px;
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 16px;
}
.validation-text {
    font-size: 11px;
    text-align: left;
    float: right;
    color: red;
    display: none;
}
