/*
  Grid System: 960 wide, 24 columns, 10px gutter
  
  Also includes: Clear float methods

*/
/* Containers
----------------------*/
.container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* Grid >> Global
----------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15,
.push_16,
.pull_16,
.push_17,
.pull_17,
.push_18,
.pull_18,
.push_19,
.pull_19,
.push_20,
.pull_20,
.push_21,
.pull_21,
.push_22,
.pull_22,
.push_23,
.pull_23,
.push_24,
.pull_24 {
  position: relative;
}
/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container .grid_1 {
  width: 2.167%;
}
.container .grid_2 {
  width: 6.333%;
}
.container .grid_3 {
  width: 10.5%;
}
.container .grid_4 {
  width: 14.667%;
}
.container .grid_5 {
  width: 18.833%;
}
.container .grid_6 {
  width: 23.0%;
}
.container .grid_7 {
  width: 27.167%;
}
.container .grid_8 {
  width: 31.333%;
}
.container .grid_9 {
  width: 35.5%;
}
.container .grid_10 {
  width: 39.667%;
}
.container .grid_11 {
  width: 43.833%;
}
.container .grid_12 {
  width: 48.0%;
}
.container .grid_13 {
  width: 52.167%;
}
.container .grid_14 {
  width: 56.333%;
}
.container .grid_15 {
  width: 60.5%;
}
.container .grid_16 {
  width: 64.667%;
}
.container .grid_17 {
  width: 68.833%;
}
.container .grid_18 {
  width: 73.0%;
}
.container .grid_19 {
  width: 77.167%;
}
.container .grid_20 {
  width: 81.333%;
}
.container .grid_21 {
  width: 85.5%;
}
.container .grid_22 {
  width: 89.667%;
}
.container .grid_23 {
  width: 93.833%;
}
.container .grid_24 {
  width: 98.0%;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
---------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container .prefix_1 {
  padding-left: 4.167%;
}
.container .prefix_2 {
  padding-left: 8.333%;
}
.container .prefix_3 {
  padding-left: 12.5%;
}
.container .prefix_4 {
  padding-left: 16.667%;
}
.container .prefix_5 {
  padding-left: 20.833%;
}
.container .prefix_6 {
  padding-left: 25.0%;
}
.container .prefix_7 {
  padding-left: 29.167%;
}
.container .prefix_8 {
  padding-left: 33.333%;
}
.container .prefix_9 {
  padding-left: 37.5%;
}
.container .prefix_10 {
  padding-left: 41.667%;
}
.container .prefix_11 {
  padding-left: 45.833%;
}
.container .prefix_12 {
  padding-left: 50.0%;
}
.container .prefix_13 {
  padding-left: 54.167%;
}
.container .prefix_14 {
  padding-left: 58.333%;
}
.container .prefix_15 {
  padding-left: 62.5%;
}
.container .prefix_16 {
  padding-left: 66.667%;
}
.container .prefix_17 {
  padding-left: 70.833%;
}
.container .prefix_18 {
  padding-left: 75.0%;
}
.container .prefix_19 {
  padding-left: 79.167%;
}
.container .prefix_20 {
  padding-left: 83.333%;
}
.container .prefix_21 {
  padding-left: 87.5%;
}
.container .prefix_22 {
  padding-left: 91.667%;
}
.container .prefix_23 {
  padding-left: 95.833%;
}
/* Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container .suffix_1 {
  padding-right: 4.167%;
}
.container .suffix_2 {
  padding-right: 8.333%;
}
.container .suffix_3 {
  padding-right: 12.5%;
}
.container .suffix_4 {
  padding-right: 16.667%;
}
.container .suffix_5 {
  padding-right: 20.833%;
}
.container .suffix_6 {
  padding-right: 25.0%;
}
.container .suffix_7 {
  padding-right: 29.167%;
}
.container .suffix_8 {
  padding-right: 33.333%;
}
.container .suffix_9 {
  padding-right: 37.5%;
}
.container .suffix_10 {
  padding-right: 41.667%;
}
.container .suffix_11 {
  padding-right: 45.833%;
}
.container .suffix_12 {
  padding-right: 50.0%;
}
.container .suffix_13 {
  padding-right: 54.167%;
}
.container .suffix_14 {
  padding-right: 58.333%;
}
.container .suffix_15 {
  padding-right: 62.5%;
}
.container .suffix_16 {
  padding-right: 66.667%;
}
.container .suffix_17 {
  padding-right: 70.833%;
}
.container .suffix_18 {
  padding-right: 75.0%;
}
.container .suffix_19 {
  padding-right: 79.167%;
}
.container .suffix_20 {
  padding-right: 83.333%;
}
.container .suffix_21 {
  padding-right: 87.5%;
}
.container .suffix_22 {
  padding-right: 91.667%;
}
.container .suffix_23 {
  padding-right: 95.833%;
}
/* Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container .push_1 {
  left: 4.167%;
}
.container .push_2 {
  left: 8.333%;
}
.container .push_3 {
  left: 12.5%;
}
.container .push_4 {
  left: 16.667%;
}
.container .push_5 {
  left: 20.833%;
}
.container .push_6 {
  left: 25.0%;
}
.container .push_7 {
  left: 29.167%;
}
.container .push_8 {
  left: 33.333%;
}
.container .push_9 {
  left: 37.5%;
}
.container .push_10 {
  left: 41.667%;
}
.container .push_11 {
  left: 45.833%;
}
.container .push_12 {
  left: 50.0%;
}
.container .push_13 {
  left: 54.167%;
}
.container .push_14 {
  left: 58.333%;
}
.container .push_15 {
  left: 62.5%;
}
.container .push_16 {
  left: 66.667%;
}
.container .push_17 {
  left: 70.833%;
}
.container .push_18 {
  left: 75.0%;
}
.container .push_19 {
  left: 79.167%;
}
.container .push_20 {
  left: 83.333%;
}
.container .push_21 {
  left: 87.5%;
}
.container .push_22 {
  left: 91.667%;
}
.container .push_23 {
  left: 95.833%;
}
/* Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/
.container .pull_1 {
  left: -4.167%;
}
.container .pull_2 {
  left: -8.333%;
}
.container .pull_3 {
  left: -12.5%;
}
.container .pull_4 {
  left: -16.667%;
}
.container .pull_5 {
  left: -20.833%;
}
.container .pull_6 {
  left: -25.0%;
}
.container .pull_7 {
  left: -29.167%;
}
.container .pull_8 {
  left: -33.333%;
}
.container .pull_9 {
  left: -37.5%;
}
.container .pull_10 {
  left: -41.667%;
}
.container .pull_11 {
  left: -45.833%;
}
.container .pull_12 {
  left: -50.0%;
}
.container .pull_13 {
  left: -54.167%;
}
.container .pull_14 {
  left: -58.333%;
}
.container .pull_15 {
  left: -62.5%;
}
.container .pull_16 {
  left: -66.667%;
}
.container .pull_17 {
  left: -70.833%;
}
.container .pull_18 {
  left: -75.0%;
}
.container .pull_19 {
  left: -79.167%;
}
.container .pull_20 {
  left: -83.333%;
}
.container .pull_21 {
  left: -87.5%;
}
.container .pull_22 {
  left: -91.667%;
}
.container .pull_23 {
  left: -95.833%;
}
/* `Clear Floated Elements
-------------------------- */
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.purple-text {
  color: #514689;
}
.orange-text {
  color: #e35205;
}
.green-text {
  color: #4BA8EE;
}
.purple-bg {
  background: #ffc14d;
}
.orange-bg {
  background: #ffc14d;
}
.green-bg {
  background: #ffc14d;
}
.red-bg {
  background: #ba0c2f;
}
@font-face {
  font-family: 'Snap-Ligatures-v1';
  src: url('../../fonts/Snap-Ligatures-v1--z9qsb4.eot');
  src: url('../../fonts/Snap-Ligatures-v1-.eot#iefix-z9qsb4') format('embedded-opentype'), url('../../fonts/Snap-Ligatures-v1--z9qsb4.woff') format('woff'), url('../../fonts/Snap-Ligatures-v1--z9qsb4.ttf') format('truetype'), url('../../fonts/Snap-Ligatures-v1--z9qsb4.svg#Snap-Ligatures-v1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Snap-Ligatures-v1';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e60f";
}
.icon-by-groupon:before {
  content: "\e609";
}
.icon-snap-logo:before {
  content: "\e60e";
}
.icon-download-google-play:before {
  content: "\e604";
}
.icon-download-app-store:before {
  content: "\e60c";
}
.icon-play:before {
  content: "\e60d";
}
.icon-global:before {
  content: "\e605";
}
.icon-cash:before {
  content: url(../../../images/tag.svg);
}
.icon-groupon:before {
  content: "\e607";
}
.icon-user:before {
  content: url(../../../images/female-user.svg);
}
.icon-user {
  content: url(../../../images/female-user.svg);
}

/*.icon-user2:before {
  content: url(../../../images/user.svg);
}*/
.icon-user2{
  content: url(../../../images/user.svg);
}
.btn-pill-sm:hover .icon-user2{
	 content: url(../../../images/user-hover.svg);
 }
.icon-forbes:before {
  content: "\e60a";
}
.icon-cp24:before {
  content: "\e60b";
}
.icon-menu:before {
  content: "\e613";
}
.icon-arrow-right:before {
  content: "\e617";
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-apple:before {
  content: "\e602";
}
.icon-android:before {
  content: "\e603";
}
.icon-out:before {
  content: "\e614";
}
.icon-mail:before {
  content: "\e611";
}
.icon-checkmark:before {
  content: "\e615";
}
.icon-cross:before {
  content: "\e616";
}
.icon-warning:before {
  content: "\e612";
}
.icon-arrow-right2:before {
  content: "\e618";
}
.icon-pinterest:before {
  content: "\e610";
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif !important;
}
.logo {
  text-decoration: none;
  position: relative;
  font-size: 1em;
  margin:0;
}
.logo .icon-snap-logo {
  font-size: 3.75em;
  color: #333333;
}
.logo .icon-snap-logo.white {
  color: white;
}
.logo .icon-by-groupon {
  position: absolute;
  color: #4BA8EE;
  font-size: .95em;
}
.logo.small {
  font-size: .7em;
}
.logo.small .icon-by-groupon {
  top: 31px;
  left: 45px;
}
.logo.large {
  font-size: 1em;
}
.logo.large .icon-by-groupon {
  top: 45px;
  left: 65px;
}
.hide,
.hidden {
  display: none !important;
}
.text-center {
  text-align: center;
}
.hide-text {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
.vert-center {
  display: table;
  width: 100%;
}
.vert-center > * {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.collapse {
  margin: 0 !important;
  padding: 0 !important;
}
.collapse-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
  margin-left: 1% !important;
  padding-left: 1% !important;
}
.collapse-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 1% !important;
  padding-right: 1% !important;
}
.circle {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.btn-sm {
  font-size: .9em;
  padding: 10px 0 13px;
}
.btn-lg {
  font-size: 1.2em;
  padding: 20px 50px 23px;
}
.btn-sm,
.btn-lg {
  color: #333333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white !important;
  background: #cccccc;
  cursor: pointer;
  position: relative;
}
.btn-sm.btn-green,
.btn-lg.btn-green {
  color: #d9f6c4;
  background-color: #4BA8EE;
}
.btn-sm.btn-green [class^="icon-"],
.btn-lg.btn-green [class^="icon-"],
.btn-sm.btn-green [class*=" icon-"],
.btn-lg.btn-green [class*=" icon-"] {
  color: #d9f6c4;
}
.btn-sm.btn-green:hover,
.btn-lg.btn-green:hover {
  background-color: #4a9115;
}
.btn-sm.btn-green:active,
.btn-lg.btn-green:active {
  background-color: #488d15;
}
.btn-sm.btn-purple,
.btn-lg.btn-purple {
  color: #e2dfef;
  background-color: #514689;
}
.btn-sm.btn-purple [class^="icon-"],
.btn-lg.btn-purple [class^="icon-"],
.btn-sm.btn-purple [class*=" icon-"],
.btn-lg.btn-purple [class*=" icon-"] {
  color: #e2dfef;
}
.btn-sm.btn-purple:hover,
.btn-lg.btn-purple:hover {
  background-color: #493f7b;
}
.btn-sm.btn-purple:active,
.btn-lg.btn-purple:active {
  background-color: #473d78;
}
.btn-sm.btn-gray,
.btn-lg.btn-gray {
  color: #c3c3c3;
  background-color: #444444;
}
.btn-sm.btn-gray [class^="icon-"],
.btn-lg.btn-gray [class^="icon-"],
.btn-sm.btn-gray [class*=" icon-"],
.btn-lg.btn-gray [class*=" icon-"] {
  color: #c3c3c3;
}
.btn-sm.btn-gray:hover,
.btn-lg.btn-gray:hover {
  background-color: #3a3a3a;
}
.btn-sm.btn-gray:active,
.btn-lg.btn-gray:active {
  background-color: #373737;
}
.btn-sm.btn-red,
.btn-lg.btn-red {
  color: #fcc9d4;
  background-color: #ba0c2f;
}
.btn-sm.btn-red [class^="icon-"],
.btn-lg.btn-red [class^="icon-"],
.btn-sm.btn-red [class*=" icon-"],
.btn-lg.btn-red [class*=" icon-"] {
  color: #fcc9d4;
}
.btn-sm.btn-red:hover,
.btn-lg.btn-red:hover {
  background-color: #a70b2a;
}
.btn-sm.btn-red:active,
.btn-lg.btn-red:active {
  background-color: #a20a29;
}
.btn-sm.btn-transparent,
.btn-lg.btn-transparent {
  color: #333333;
  background: none;
}
.btn-sm.btn-transparent [class^="icon-"],
.btn-lg.btn-transparent [class^="icon-"],
.btn-sm.btn-transparent [class*=" icon-"],
.btn-lg.btn-transparent [class*=" icon-"] {
  color: #949494;
}
.btn-sm.btn-transparent:hover [class^="icon-"],
.btn-lg.btn-transparent:hover [class^="icon-"] {
  color: #616161;
}
.btn-sm.btn-transparent:hover,
.btn-lg.btn-transparent:hover {
  color: #292929;
}
.btn-sm.btn-transparent:active,
.btn-lg.btn-transparent:active {
  color: #2e2e2e;
}
.btn-sm [class^="icon-"],
.btn-lg [class^="icon-"],
.btn-sm [class*=" icon-"],
.btn-lg [class*=" icon-"] {
  position: absolute;
  top: 11px;
  right: 13px;
}
.btn-pill-sm {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 0 12px;
}
.btn-pill-lg {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 0px;
  font-size: 1.6em;
  padding: 20px 0 23px;
}
.btn-pill-sm,
.btn-pill-lg {
  color: #333333;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  background: #cccccc;
}
.btn-pill-sm.btn-green,
.btn-pill-lg.btn-green {
  color: #fff;
  background-color: #4BA8EE;
}
.btn-pill-sm.btn-green [class^="icon-"],
.btn-pill-lg.btn-green [class^="icon-"],
.btn-pill-sm.btn-green [class*=" icon-"],
.btn-pill-lg.btn-green [class*=" icon-"] {
  color: #d9f6c4;
}
.btn-pill-sm.btn-green:hover,
.btn-pill-lg.btn-green:hover {
  background-color: rgba(75,168,238,0.70);
 
}
.btn-pill-sm.btn-green:active,
.btn-pill-lg.btn-green:active {
  background-color: #ffc14d;
}
.btn-pill-sm.btn-transparent,
.btn-pill-lg.btn-transparent {
  color: #fff;
  background: none;
}
.btn-pill-sm.btn-transparent [class^="icon-"],
.btn-pill-lg.btn-transparent [class^="icon-"],
.btn-pill-sm.btn-transparent [class*=" icon-"],
.btn-pill-lg.btn-transparent [class*=" icon-"] {
  color: #fff;
}
.btn-pill-sm.btn-transparent:hover [class^="icon-"],
.btn-pill-lg.btn-transparent:hover [class^="icon-"] {
  color: #000;
}
.btn-pill-sm.btn-transparent:hover,
.btn-pill-lg.btn-transparent:hover {
  color: #000 !important;
}
.btn-pill-sm.btn-transparent:active,
.btn-pill-lg.btn-transparent:active {
  color: #aeaeae;
}
.clearfix {
  zoom: 1;
}
::-moz-selection {
  color: black;
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  color: black;
  background: rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3 {
  font-weight: 300;
  color: #4d4d4d;
}
input[type="submit"],
button {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none !important;
}
h1 {
  margin-bottom: 15px;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
  color: white;
}
h1 span {
  font-size: .55em;
  margin-left: 15px;
}
h1 em {
  font-weight: 600;
  color: #4BA8EE;
}
h2 {
  margin-bottom: 35px;
  font-size: 1.4em;
  font-weight: 400;
  color: black;
}
h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1em;
}
h4 {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.5em;
  color: #666666;
}
p {
  margin: 0 0 10px;
  font-weight: 300;
  color: white;
  line-height: 1.5em;
}

p.steps {
  margin: 0 0 10px;
  font-weight: 300;
  color: black;
  line-height: 1.5em;
}


h1 + p,
h2 + p,
h3 + p {
  margin-bottom: 30px;
}
a {
  color: #0185c6;
}
ul li {
  list-style-type: none;
}
ul.checklist li {
  margin: 13px 0;
  font-size: .8em;
}
ul.checklist span {
  float: left;
  margin: 0px 8px 0 0;
  font-size: 1.2em;
  color: #4BA8EE;
}
section#steps > * {
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
section#steps img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 3s cubic-bezier(0, 0.6899999999999999, 0.05, 1);
  -moz-transition: all 3s cubic-bezier(0, 0.6899999999999999, 0.05, 1);
  -o-transition: all 3s cubic-bezier(0, 0.6899999999999999, 0.05, 1);
  transition: all 3s cubic-bezier(0, 0.6899999999999999, 0.05, 1);
}
section#steps img.inview {
  opacity: 1;
  margin-top: 0;
}
section#steps .step-contain:hover .circle {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section#offers .icon-cash {
  -webkit-transition: all 2s cubic-bezier(0.29, 0, 0.39, 1);
  -moz-transition: all 2s cubic-bezier(0.29, 0, 0.39, 1);
  -o-transition: all 2s cubic-bezier(0.29, 0, 0.39, 1);
  transition: all 2s cubic-bezier(0.29, 0, 0.39, 1);
}
section#offers .icon-cash.inview {
  -webkit-transform: rotate(-3600deg);
  -moz-transform: rotate(-3600deg);
  -o-transform: rotate(-3600deg);
  -ms-transform: rotate(-3600deg);
  transform: rotate(-3600deg);
}
section#quote .quote span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section#quote .quote span.rotate {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
section#quote .quote p + span.rotate {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .container {
  height: 100px;
}
header .container .logo {
  float: left;
  margin-top: 20px;
}
header .container a.login,
header .container a.signup {
/* float: right;*/
display:inline-block;
 padding:10px;
  margin: 30px 0 0 10px;
}
header .container a.signup {
  min-width: 100px;
}
header .container a.login {
  position: relative;
  padding-left: 33px;
  margin-right: 15px;
}
header .container a.login .icon-user {
  position: absolute;
  top: 6px;
  left: -1px;
  font-size: 1.6em;
}


.icon-user2 {
  position: absolute;
  top: 6px;
  left: -1px;
  font-size: 1.6em;
}

section#eyecatch {
  padding-top: 50px;
  height: 525px;
  background: url('../../img/eyecatch-bg.jpg') center top no-repeat;
}
section#eyecatch h1 {
  margin-top: 130px;
  font-size: 2.1em;
  line-height: 1.2em;
}
section#eyecatch p {
  margin-top: 20px;
  font-size: 1.6em;
  line-height: 1.4em;
}
section#eyecatch .iphone {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 40px;
}
section#eyecatch .iphone:hover .icon-play {
  background-color: rgba(0, 0, 0, 0.6);
}
section#eyecatch .iphone .icon-play {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  left: 82px;
  padding: 20px;
  padding-left: 26px;
  font-size: 1.8em;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
section#eyecatch .iphone div.screenshot {
  position: absolute;
  top: 70px;
  left: 19px;
  width: 191px;
  height: 339px;
  background-image: url('../../img/eyecatch-screenshots.gif');
  background-position: 0 0;
  background-size: 764px;
  overflow: hidden;
}
section#eyecatch .iphone div.screenshot.screenshot-two {
  background-position: -191px 0;
}
section#eyecatch .iphone div.screenshot.screenshot-three {
  background-position: -382px 0;
}
section#eyecatch a.app-store,
section#eyecatch a.google-play {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 0 15px 15px;
  padding: 18px 0;
  text-align: center;
  background: #333333;
}
section#eyecatch a.app-store:hover,
section#eyecatch a.google-play:hover {
  background: #262626;
}
section#eyecatch a.app-store:active,
section#eyecatch a.google-play:active {
  background: #242424;
}
section#eyecatch a.app-store .icon-download-google-play,
section#eyecatch a.google-play .icon-download-google-play,
section#eyecatch a.app-store .icon-download-app-store,
section#eyecatch a.google-play .icon-download-app-store {
  color: white;
  font-size: 2.5em;
}
section#eyecatch a.app-store {
  margin-top: 150px;
}
section#eyecatch #video-text-trigger {
  display: block;
  padding: 10px 0;
  width: 100%;
  line-height: 1.2em;
}
#steps {
  border-bottom: 1px solid #e0e0e0;
  height: 590px;
  background: #fefefe;
  overflow: hidden;
}
#steps .step-contain:nth-child(2) {
 
  background-color: #fefefe;
}
#steps > *:hover .step-contain {

  background-color: #fefefe;
}
#steps .step-contain {
  position: relative;
}
#steps .step-contain:hover {

  background-color: #fefefe;
}
#steps .line-1,
#steps .line-2 {
  position: absolute;
  top: 70px;
  height: 1px;
  width: 260px;
  z-index: 9;
}
#steps .line-1 {
  background-image: linear-gradient(left, #e35205 0, #514689 100%);
  background-image: -o-linear-gradient(left, #e35205 0, #514689 100%);
  background-image: -moz-linear-gradient(left, #e35205 0, #514689 100%);
  background-image: -webkit-linear-gradient(left, #e35205 0, #514689 100%);
  background-image: -ms-linear-gradient(left, #e35205 0, #514689 100%);
  background-color: #e35205;
  left: 190px;
}
#steps .line-2 {
  background-image: linear-gradient(left, #514689 0, #4BA8EE 100%);
  background-image: -o-linear-gradient(left, #514689 0, #4BA8EE 100%);
  background-image: -moz-linear-gradient(left, #514689 0, #4BA8EE 100%);
  background-image: -webkit-linear-gradient(left, #514689 0, #4BA8EE 100%);
  background-image: -ms-linear-gradient(left, #514689 0, #4BA8EE 100%);
  background-color: #514689;
  left: 510px;
}
#steps .circle {
  display: block;
  margin: 45px auto;
  width: 45px;
  height: 45px;
  position: relative;
}
#steps .circle span {
  position: absolute;
  top: 8px;
  left: 15px;
  color: white;
  font-size: 1.5em;
  font-weight: 600;
}
#steps h2,
#steps p {
  text-align: center;
}
#steps h2 {
  font-weight: 300;
  font-size: 1.9em;
  line-height: 1.2em;
}
#steps p {
  margin: 25px 25px 40px;
  font-size: 1.2em;
  line-height: 1.2em;
}
#steps img {
  display: block;
  margin: 300px auto 0;
  width: 231px;
}
#steps img:hover {
  margin-top: -20px !important;
}
section#offers {
  border-bottom: 1px solid #e0e0e0;
}
section#offers .icon-cash {
  margin: 83px 20px 0 0;
  color: #4BA8EE;
  font-size: 3.6em;
}
section#offers h2 {
  margin: 60px 0 0 0;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.4em;
}
section#offers h2 em {
  font-weight: 600;
  color: #4BA8EE;
  white-space: nowrap;
}
/*section#offers a {
  margin: 40px 0 50px;
}*/
section#quote {
  border-bottom: 1px solid #e0e0e0;
  padding: 50px 0;
}
section#quote .quote {
  position: relative;
}
section#quote .quote span {
  float: left;
  font-size: 11em;
  color: #ffc14d;
  font-family: Arial, sans-serif;
}
section#quote .quote p + span {
  padding-top: 80px;
  height: 75px;
}
section#quote .quote p {
  padding-top: 30px;
  text-align: center;
  font-size: 2.1em;
  line-height: 1.4em;
  color: #333333;
}
section#quote .user * {
  position: relative;
}
section#quote .user .line {
  position: absolute;
  top: 30px;
  left: 00px;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  z-index: 1;
}
section#quote .user .icon-user {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 30px;
  font-size: 2em;
  color: #949494;
  background: white;
  z-index: 9;
}
section#quote .user p {
  font-size: 1.2em;
  font-style: italic;
  color: #4BA8EE;
}
section#press {
  padding: 50px 0 30px;
  background: #e0e0e0;
}
section#press p {
  margin: 50px 0;
  color: #4d4d4d;
  font-weight: 700;
}
section#press a {
  float: left;
  margin: 0 35px 35px 0;
  color: #949494;
  font-size: 1.4em;
}
section#press a:hover {
  color: #7a7a7a;
}
#video {
  position: relative;
  height: 100%;
  width: 100%;
}

#cat-spaceship {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  position: fixed;
  bottom: -120px;
  right: 100px;
  z-index: 99;
  width: 125px;
}
#cat-spaceship.rotate {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.iphone.easter-egg span.icon-play {
  display: none;
}
.iphone.easter-egg .screenshot {
  background: none !important;
}
.iphone.easter-egg .screenshot img {
  position: absolute;
  top: 90px;
  left: 0;
}
#easter-egg-trigger {
  position: absolute;
  top: 415px;
  left: 90px;
  width: 50px;
  height: 50px;
  z-index: 9;
}
@media only screen and (min-width: 950px) and (max-width: 9999999px) {
  .container,
  #content {
    width: 960px;
  }
  .phone-hide {
    display: block;
  }
  .desktop-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  section {
    overflow: hidden;
  }
  .container {
    width: 300px !important;
  }
  [class*='grid_'] {
    width: 100% !important;
  }
  [class*='push_'],
  [class*='pull_'] {
    left: 0% !important;
    right: 0% !important;
  }
  header .logo {
    margin-left: 60px;
  }
  
  /*
  header a {
    float: left !important;
  }
  header .login-buttons a {
    margin-top: 125px !important;
    margin-left: 40px !important;
  }*/
  section#eyecatch {
   /* margin-top: 58px;*/
    height: initial;
	padding-top:80px;
  }
  section#eyecatch h1 {
    margin-top: 0px;
    margin-bottom: 75px;
  }
  section#eyecatch h1,
  section#eyecatch p {
    text-align: center;
  }
  section#eyecatch p {
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  section#eyecatch .iphone {
    display: none;
    margin-top: 20px;
    text-align: center;
  }
  section#eyecatch .iphone .screenshot {
    left: 66px !important;
  }
  section#eyecatch .download-app {
    margin-bottom: 20px;
  }
  section#eyecatch .download-app a {
    margin-left: 0;
  }
  section#eyecatch .download-app a.app-store {
    margin-top: 20px;
  }
  section#steps {
    height: initial;
    overflow: initial;
  }
  section#steps .line-1,
  section#steps .line-2 {
    display: none;
  }
  section#steps .step-contain {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    height: 540px;
    overflow: hidden;
    background: initial !important;
  }
  section#steps .step-contain img:hover {
    margin-top: 0px !important;
  }
  section#offers .icon-cash {
    display: none;
  }
  section#offers h2 {
    font-size: 1.5em;
    text-align: center;
  }
  section#offers .btn-pill-lg {
    width: 100%;
    font-size: 1.2em;
  }
  section#quote span.grid_2 {
    position: absolute;
    top: -40px;
    left: 10px;
    font-size: 8em;
  }
  section#quote p + span.grid_2 {
    top: initial;
    left: initial;
    right: -20px;
    bottom: -10px;
    font-size: 8em;
    text-align: right;
  }
  section#press {
    padding: 20px 0;
  }
  section#press p {
    margin: 10px 0 20px;
    font-size: 1.5em;
    text-align: center;
  }
  section#press a {
    margin: 0 10px 10px 0;
  }
 
  .desktop-hide {
    display: block;
  }
  .phone-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  section {
    overflow: hidden;
  }
  .container {
    width: 600px !important;
    min-width: 600px !important;
  }
  /*header .login-buttons.grid_8.push_11 {
    width: 36% !important;
    left: 40% !important;
  }*/
  #eyecatch {
    padding-top: 100px !important;
    font-size: .9em !important;
  }
  #eyecatch .grid_9 {
    width: 62% !important;
  }
  #eyecatch .grid_9 h1 {
    margin-top: 50px !important;
  }
  #eyecatch .iphone {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px !important;
  }
  #eyecatch .grid_8 .download-app {
    width: 100% !important;
  }
  #eyecatch .grid_8 .download-app a {
    margin: 0 0 15px !important;
    width: 47% !important;
  }
  #steps .line-1,
  #steps .line-2 {
    width: 135px !important;
  }
  #steps .line-1 {
    left: 135px !important;
  }
  #steps .line-2 {
    left: 332px !important;
  }
  #steps h2 {
    font-size: 1.4em !important;
    margin-bottom: 0 !important;
  }
  #steps p {
    font-size: 1em !important;
  }
  #offers .btn-pill-lg {
   /* left: 27% !important;*/
    width: 350px !important;
  }
  #offers h2 {
    margin-left: 80px !important;
    font-size: 1.9em !important;
  }
  #offers .icon-cash {
    margin: 83px 40px 50px 0 !important;
  }
  #offers .grid_22 {
    width: 100% !important;
  }
  #quote .user .icon .push_7 {
    left: 20% !important;
  }
  #quote .quote {
    height: 90px !important;
  }
  #quote .quote p {
    font-size: 1.7em !important;
  }
  
  .desktop-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 950px) {
  section {
    overflow: hidden;
  }
  .container {
    width: 800px !important;
  }
  #steps h2 {
    font-size: 1.5em !important;
    margin-bottom: 0 !important;
  }
  #steps p {
    font-size: 1em !important;
  }
  #offers .btn-pill-lg {
  /*  left: 27% !important;*/
    width: 350px !important;
  }
  #offers .icon-cash {
    margin: 83px 40px 50px 0 !important;
  }
  .line-1,
  .line-2 {
    width: 190px !important;
  }
  .line-1 {
    left: 175px !important;
  }
  .line-2 {
    left: 440px !important;
  }
  .desktop-hide {
    display: none !important;
  }
}

.purchaseLeft
{
text-align:center;

}

.purchaseLeft p
{
	width:250px;
	height:250px;
	border-radius:62%;
	background:#D9EBC6;
	border: 5px solid #A0D468;
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	
}

.purchaseLeft p img
{
margin-top:83px;	
}
.purchaseLeft h4
{

width: 214px;
display:block;
margin:0 auto;
padding-top:15px;
font-family: 'Raleway', sans-serif;
font-size: 17px;
color: #333333;
line-height: 20px;
font-weight:normal;
}

/* Localized */