@CHARSET "ISO-8859-1";
/* Fonts */

@font-face {
    font-family: 'mission_scriptregular';
    src: url('../../inc/fonts/mission-script-webfont.eot');
    src: url('../../inc/fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../inc/fonts/mission-script-webfont.woff') format('woff'),
         url('../../inc/fonts/mission-script-webfont.ttf') format('truetype'),
         url('../../inc/fonts/mission-script-webfont.svg#mission_scriptregular') format('svg');
}

@font-face {
    font-family: 'bebasregular';
    src: url('../../inc/fonts/bebas___-webfont.eot');
    src: url('../../inc/fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../inc/fonts/bebas___-webfont.woff') format('woff'),
         url('../../inc/fonts/bebas___-webfont.ttf') format('truetype'),
         url('../../inc/fonts/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Reset CSS
 * --------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

* { 
    text-rendering: optimizeLegibility;
}

a{
	text-decoration:none;
}

table {
    border-spacing: 0;    
}

fieldset,img {
    border: 0;
}

#section1, #section2, #section3{
	display: inherit !important;
}

address,caption,cite,code,dfn,em,strong,th,var {
}

strong{
	font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;

}

h0,h1,h2,h3,h4,h5,h6,h7 {
    margin:0;
    padding:0;
    color:white;
}

h8 {
    margin:0;
    padding:0;
    color:black;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
 
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h1, h2{
    font-size: 60px;
	line-height: 60px;
	font-family:'mission_scriptregular';
}

h7{
    font-size: 80px;
	line-height: 80px;
	font-family:'mission_scriptregular';
}

h8{
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'bebasregular';
	line-height: 1.5em;
	letter-spacing: 0px;
    word-spacing: 3px;
}

p{
    font-size: 20px;
    color: white;
	text-transform: uppercase;
	font-family: 'bebasregular';
	line-height: 1.5em;
	letter-spacing: 0px;
    word-spacing: 3px;
}

.home>img:nth-child(1) {
	width: 0px;
	margin: 0px auto 50px auto;
	opacity: 0;
	display: block;
}

.home>img:nth-child(2) {
	width: 600px;
	opacity: 0;
}

.home>a>img {
	width: 70px !important;
	opacity: 0;
	display: block;
	margin: 55px auto 0px auto;
}

.section{
	text-align:center;
	overflow: hidden;
}

#texture {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: url(../../img/dots.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
}

span {
	cursor: pointer;
}

span>a {
	color: #258aa3;
}

span>a:hover {
	text-decoration: underline;
}

.highlight {
	text-decoration: underline;
}

@-webkit-keyframes slide {
    0%   { background-position:0px; }
    100% { background-position:-900px; }
}

@-moz-keyframes slide {
    0%   { background-position:0px; }
    100% { background-position:-900px; }
}

@-o-keyframes slide {
    0%   { background-position:0px; }
    100% { background-position:-900px; }
}

@keyframes slide {
    0%   { background-position:0px; }
    100% { background-position:-900px; }
}

.clouds {
	position: absolute;
	top: 100%;
	left: 0;
	background: url(../../img/clouds.png) no-repeat;
	height: 250px; 
	width: 100%;
	-webkit-animation: slide 28s infinite; /* Safari 4+ */
	-moz-animation:    slide 28s infinite; /* Fx 5+ */
	-o-animation:      slide 28s infinite; /* Opera 12+ */
	animation:         slide 28s infinite;
	background-position: 0px;
	z-index: 20;
	opacity: .4;
}

@-webkit-keyframes slide2 {
    0%   { background-position:-900px; }
    100% { background-position:0px; }
}

@-moz-keyframes slide2 {
    0%   { background-position:-900px; }
    100% { background-position:0px; }
}

@-o-keyframes slide2 {
    0%   { background-position:-900px; }
    100% { background-position:0px; }
}

@keyframes slide2 {
    0%   { background-position:-900px; }
    100% { background-position:0px; }
}

.city {
	position: absolute;
	bottom: -500px;
	left: 0;
	background: url(../../img/city.png) no-repeat;
	height: 450px; 
	width: 100%;
	-webkit-animation: slide2 30s infinite; /* Safari 4+ */
	-moz-animation:    slide2 30s infinite; /* Fx 5+ */
	-o-animation:      slide2 30s infinite; /* Opera 12+ */
	animation:         slide2 30s infinite;
	background-position:-900px;
	z-index: 20;
}

.cityBlur {
	position: absolute;
	bottom: -500px;
	left: 0;
	background: url(../../img/cityBlur.png) no-repeat;
	height: 450px; 
	width: 100%;
	-webkit-animation: slide2 30s infinite; /* Safari 4+ */
	-moz-animation:    slide2 30s infinite; /* Fx 5+ */
	-o-animation:      slide2 30s infinite; /* Opera 12+ */
	animation:         slide2 30s infinite;
	background-position:-900px;
	z-index: 20;
}

.intro {
	position: relative;
	z-index: 40;
}


/* Header 
 * --------------------------------------- */
 
header {
 	position: fixed;
 	top: -50px;
 	left: 0;
    height: 50px;
	width: 100%;
	background-color: white;
	z-index: 70;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
 }


/* Menu
 * --------------------------------------- */
 
#menu{
	position:absolute;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding-left: 10px;
	margin:0;
}

#menu li, #signup li {
	margin: 0px 10px;
	color: #999999;
	float: left;
	line-height: 50px;
	font-family: 'bebasregular';
	font-size: 15px;
}

#menu li:first-child {
	margin: 0px;
}

#signup {
	position: fixed;
	top: 0;
	right: 0;
	height: 40px;
	z-index: 70;
	padding-right: 10px;
	margin: 0;
}

#signup>li>a {
	color: white;
}

li img {
	margin-top: 5px;
	height: 40px;
	float: left;
}

#menu li.active{
}

#menu li a{
	font-size: 14px;
	text-decoration:none;
	color: #999999;
}

#menu li a:hover,
#menu li.active a:hover{
	color: #ed1941;
}

#menu li a,
#menu li.active a{
	display:block;
}

#menu li.active a{
	color: #ed1941;
}


/* Sections
 * --------------------------------------- */
 
.info {
	 position: absolute;
	 top: 25%;
	 z-index: 50;
	 width: 70%;
	 left: 50%;
	 margin-left: -35%;
}
 
.intro p{
	width: 50%;
	margin: 0 auto;
}

.info p:nth-child(3){
	font-size: 18px;
	margin: 10px auto;
}

#location {
	position: absolute;
	bottom: 0;
}

#location, #location>img {
	width: 100%;
}

#section1 img {
	position: absolute;
	bottom: 0px;
	z-index: 40;
	width: 250px;
	left: 50%;
	margin-left: -125px;
}

#section2 img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 40;
	width: 600px;
	margin-left: -300px;
}

#section3 img {
	position: absolute;
	bottom: 0px;
	z-index: 40;
	width: 250px;
	left: 50%;
	margin-left: -125px;
}

.signup {
	position: relative;
	z-index: 50;
	color: #258aa3;
	max-width: 600px;
	margin: auto;
}

.signup>h1 {
	background-color: #298398;
	position: relative;
	z-index: 51;
	width: 60%;
	margin-left: 20%;
	padding: 15px 0px; 
}

.signup p {
	margin-top: 20px;
	color: #258aa3;
	font-size: 30px;
}

/* Forms */

form.infoForm {
	padding-top: 55px;
	margin-top: -55px;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
}

form.infoForm>#wrapping {
	padding: 15px 0px 25px 0px;
	width: 600px;
	margin: auto;
}

form.infoForm>#wrapping>input, form>#wrapping>textarea {
	display: block;
	margin-top: 15px;
	width: 60%;
	margin-left: 20%;
	border: none;
	height: 20px;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding: 10px;
	outline-color: #298398;
	color: #298398;
	font-size: 14px;
}

form.infoForm>#wrapping>textarea {
    height: 100px;
}

::-webkit-input-placeholder {
    color: #298398;  
    text-transform: uppercase;
    font-family: 'bebasregular';
    text-decoration: underline;
    font-size: 12px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #298398;  
    text-transform: uppercase;
    font-family: 'bebasregular';
    text-decoration: underline;
    font-size: 10px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #298398;  
    text-transform: uppercase;
    font-family: 'bebasregular';
    text-decoration: underline;
    font-size: 10px;
}

form.infoForm>#wrapping>#buttons>input  {
	width: 30%;
	margin-top: 25px;
    padding:5px;
    background-color: #298398;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
}

.about {
    position: relative;
	z-index: 50;
}

.about p {
	font-size: 15px;
	margin-top: 20px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
	text-transform: none;
	width: 50%;
	margin: 0 auto;
    word-spacing: -1px;
}

.about h1 {
	margin-bottom: 15px;
}

.about iframe {
	margin: 10px 0px;
}

#aboutblurb {
	margin-top: 15px;
	font-size: 15px;
}

#aboutblurb>p:nth-child(2){
	margin-top: 10px;
}

#aboutblurb>p:nth-child(3){
	margin-top: 10px;
}

#aboutblurb>p>a {
	color: white;
	transition: color 1s;
	cursor: pointer;
}

#aboutblurb>p>a:hover {
	color: rgba(255,145,145,1);
}

#faq {
	margin-top: 10px;
	text-align: left;
}

ul#faq>li {
	margin-top: 15px;
	margin-bottom: 10px;
}

li>p {
	font-size: 12px;
}

li>p:first-child {
	font-size: 20px;
	background-color: rgba(255,255,255,0.4);
	color: white;
	padding: 5px 15px;
	margin-bottom: 10px;
}

.prev, .next {
	z-index: 50;
}

p.small {
    color: white;
	font-size: 9px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
}

p.terms {
    color: black;
    font-size: 9px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
    text-transform: none;
}

p1{
    font-size: 10px;
    color: black;
    font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
	line-height: 1em;
}

#checkbox {
    display: block;
    text-align: center;
    padding-top: 15px;
    color: white;
    font-size: 12px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
}

#input {
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
}


/* LOGIN */

#login_mod {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0;
	z-index: 80;
	pointer-events: none;
	float: left;
}

#signup_form {
	display: none;
}

#login, #signup_form {
	width: 400px;
	margin: 15% auto;
}
#close {
	position: fixed;
	top: 13px;
	right: 25px;
	color: white;
	font-size: 20px;
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
}

#login h1, #signup_form h1 {
	text-align: center;
	margin-bottom: 30px;
}

#signup_form>p {
	font-size: 12px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 15px;
}

#signup_form>p>a {
	color: white;
	transition: color .2s;
}

#signup_form>p>a:hover {
	color: #999999;
}

#login>input, #signup_form>input {
	display: block;
	margin-top: 15px;
	margin-left: 20%;
	width: 60%;
	border: none;
	height: 20px;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding: 10px;
	outline-color: #298398;
	color: #298398;
	font-size: 14px;
}

#login>#buttons>input, #signup_form>#buttons>input {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
    background-color: rgba(255,255,255,.0);
    font-size: 12px;
}


/* LOGIN-PAGE */

#loginpage {
    width: 400px;
    margin: 2% auto;
}

#loginpage h1 {
    text-align: center;
	margin-bottom: 30px;
}

#loginpage>input {
	display: block;
	margin-top: 15px;
	margin-left: 20%;
	width: 60%;
	border: none;
	height: 20px;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding: 10px;
	outline-color: #298398;
	color: #298398;
	font-size: 14px;
}

#loginpage>#buttons>input {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
    background-color: rgba(255,255,255,.0);
    font-size: 12px;
}

#loginpage>#forgotbutton>text {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
    background-color: rgba(255,255,255,.0);
    font-size: 12px;
}


/* FORGOT-PASSWORD */

#forgotpassword {
    width: 400px;
    margin: 15% auto;
}

#forgotpassword h1 {
    text-align: center;
	margin-bottom: 30px;
}

#forgotpassword>input {
	display: block;
	margin-top: 15px;
	margin-left: 20%;
	width: 60%;
	border: none;
	height: 20px;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding: 10px;
	outline-color: #298398;
	color: #298398;
	font-size: 14px;
}

#forgotpassword>#buttons>input {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
    background-color: rgba(255,255,255,.0);
    font-size: 12px;
}


/* RESET-PASSWORD */

#resetpassword {
    width: 400px;
    margin: 15% auto;
}

#resetpassword h1 {
    text-align: center;
    margin-bottom: 30px;
}

#resetpassword>input {
	display: block;
	margin-top: 15px;
	margin-left: 20%;
	width: 60%;
	border: none;
	height: 20px;
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
	padding: 10px;
	outline-color: #298398;
	color: #298398;
	font-size: 14px;
}

#resetpassword>#buttons>input {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    border: none;
    color:white;
    text-decoration:none;
    cursor: pointer;
    background-color: rgba(255,255,255,.0);
    font-size: 12px;
}


/* TERMS & CONDITIONS */

.termsconditions {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    overflow-y: auto;
}

.termsconditions:target {
    opacity:1;
	pointer-events: auto;
}

.termsconditions > div {
	width: 900px;
    height: 500px;
	position: fixed;
	margin: 10% auto;
	padding: 5px 20px 20px 20px;
	border-radius: 10px;
	background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    left: 0;
}


/* MOBILE NAV */

#mobileNavBtn {
	display: none;
}

.about p a {
	color: black;
	text-decoration: underline;
}

.dropdown {
    display: none;
}

@media only screen 
and (max-width : 650px) { 	
#menu {
	display: none;
}

#merchants_menu {
    font-size: 14px;
	text-decoration:none;
	/*color: #fff;*/
    color: #000;
}

#menu-icon {
    display:inline-block;
}

/* a:hover#menu-icon {
    background-color: #444;
} */

#section0 a {
    display:inline-block;
    padding: 0px;
    width: 100%;
}

#nav {
    position: relative;
}

#nav > a {
}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type {
    display: block;
}

#nav ul li a {
   /* color: #fff;*/
   color: #000;
}

/* First Level */
 
#nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}

#nav:target > ul {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 55px;
    width: 45%;
    background: #2589a2;
}

/* Dropdown Button */
.dropbtn {
    background: url(https://icon-icons.com/descargaimagen.php?id=71858&root=916/PNG/64/&file=Menu_icon_icon-icons.com_71858.png) center;
    width: 40px;
    height: 40px;
    margin-left:20px;
    margin-top:20px;
    border: none;
    cursor: pointer;
    display:inline-block;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    /*background-color: #2589a2;*/
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    color: #000000;
    float: left;
    font-family: 'bebasregular';
    font-size: 15px;
    position: absolute;
    background-color: #f2ede9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showit {display:block;}


#nav > ul > li {
    width: 100%;
    float: left;
} 

/* Second Level */
 
#nav li ul {
    position: static;
}

/*
nav ul, nav:active ul { 
    display: none;
	position: absolute;
	padding: 5px;
	background: #2589a2;
	right: 0px;
	top: 0px;
	width: 25%;
    border-radius: 4px 0 4px 4px;
}

nav li {
    text-align: left;
	width: 25%;
	padding: 0px 0;
	margin: 0;
}

nav:hover ul {
	display: block;
}
*/
    
.small {
	display: none;
}

.home>img:nth-child(1) {
    width: 0px;
    margin: 55px auto 0px auto;
    opacity: 0;
    display: block;
    width: 100px;
}

.home>a>img {
    width: 50px !important;
    opacity: 0;
    display: block;
    margin: 25px auto 0px auto;
}

.home>#merchantsCTA>img {
    width: 200px !important;
    opacity: 0;
    display: block;
    margin: 25px auto 0px auto;
}

p {
	font-size: 16px;
	margin-top: -12px;
}

h7 {
	font-size: 65px;
}

#signup {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -140px;
    height: 40px;
    z-index: 70;
    font-size: 15px;
}

#merchants_signup li {
    position: relative;
    margin: 0px 5px;
    color: #999999;
	line-height: 50px;
	font-family: 'bebasregular';
	font-size: 15px;
    padding-top: 10px;
}

#merchants_signup {
	position: relative;
	top: 0;
	right: 0;
	height: 40px;
	z-index: 70;
	padding-right: 5px;
	margin: 0;
}

#merchants_signup>li>a {
	color: white;
}

#mobileNavBtn {
	display: inherit;
	position: fixed;
	top: 12px;
	left: 10px;
	cursor: pointer; cursor: hand;
	display: none;
}

#mobileHomebutton {
    display: block;
    position: relative;
}

.info {
	top: 15%;
}

#section1 img, #section3 img{ 
	width: auto;
	max-height: 40%;
	-webkit-transform: translate(-50%,0);
	margin-left: 0;
}

#section2 img {
	width: 90%;
    margin-left: -45%;
}

.home>img:nth-child(2) {
    width: 85%;
    opacity: 0;
}

.home>img:nth-child(1) {
    width: 0px;
    margin: 15px auto;
    opacity: 0;
    display: block;
    width: 100px;
}
 
iframe {
    width: 65%;
	height: 25%;
}

.about h1 {
	display: none;
}

li>p:first-child {
    font-size: 12px;
    margin-bottom: 0;
    padding: 2px;
}

.about p {
    font-size: 11px;
    margin-top: 0px;
}

.about p a {
	color: white;
	text-decoration: underline;
}

ul#faq>li { 
    margin: 0;
}

.signup {
	margin-top: 115px;
	width: 90%;
}

.signup h1 {
	display: none;
}

.signup p {
	margin-top: 0px;
	font-size: 27px;
}

form.infoForm>#wrapping {
    width: 90%;
    margin: auto;
}

form.infoForm>#wrapping>input, form>#wrapping>textarea {
    display: block;
    margin-top: 5px;
    width: 93%;
    margin-left: 0%;
    height: 20px;
    -webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    padding: 10px;
    outline-color: #298398;
    color: #298398;
    border: 2px 2px black;
    font-size: 14px;
    border: 2px solid #298398;
}

form.infoForm {
    padding-top: 10px;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.2);

    border: 2px solid #298398;
    margin-bottom: 15px;
}

form.infoForm>#wrapping>textarea {
    height: 60px;
}

p.small {
	color: white;
	font-size: 9px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
}

form.infoForm>#wrapping {
    padding: 0px 0px 15px 0px;
}

form.infoForm>#wrapping>#buttons>input {
	margin-top: 15px;
}

.user>li:nth-child(2), .user>li:nth-child(4), .merchant>li:nth-child(4), .merchant>li:nth-child(5){
	display: none;
}

#login, #signup_form, #forgotpassword, #resetpassword {
    width: 90%;
    margin: 15% auto;
}

#login>input, #signup_form>input, #forgotpassword>input, #resetpassword>input {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    width: 95%;
    border: none;
    height: 20px;
    -webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    padding: 10px;
    outline-color: #298398;
    color: #298398;
    font-size: 14px;
}

#login h1, #signup_form h1, #forgotpassword h1, #resetpassword h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}

form.infoForm>#wrapping>input, form>#wrapping>textarea {
    display: block;
    margin-top: 5px;
    width: 93%;
    margin-left: 0%;
    height: 15px;
    -webkit-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 10px 10px rgba(0,0,0,0.1);
    padding: 5px;
    outline-color: #298398;
    color: #298398;
    font-size: 14px;
    border: 2px solid #298398;
}

.merchants>#merchants_wrap>#merchants_copy h1, #merchants_copytwo h1 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'bebasregular';
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

.merchants>#merchants_wrap>#merchants_imagecasestudy h2 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'bebasregular';
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

.merchants>#merchants_wrap>#merchants_copy p, #merchants_copytwo p, #merchants_imagecasestudy p, #merchants_imagecasestudy h3 {
    text-align: left;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 5px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
	text-transform: none;
	margin: 0 auto;
    word-spacing: 0px;
    color: black;
}

.merchants>#merchants_wrap>#merchants_copy {
    position: relative; 
    margin-top:5%;
    margin-right:0%;
    width:70%;
    padding-bottom: 30px;
}

.merchants>#merchants_wrap>#merchants_phone {
    position: relative; 
    margin-top:10%;
    margin-left:0%;
    width:80%;
}

.merchants>#merchants_wrap>#merchants_imagetwo {
    position: relative; 
    margin-top:10%;
    margin-left:0%;
    width:100%;
}

.merchants>#merchants_wrap>#merchants_copytwo {
    position: relative; 
    margin-top:5%;
    margin-left:0%;
    width:70%;
    padding-bottom: 30px;
}

.merchants>#merchants_wrap>#merchants_webapp {    
    position: relative; 
    margin-top:10%;
    margin-left: 0%;
    width:80%;
}

.merchants>#merchants_wrap>#merchants_imagecasestudy {
    position: relative; 
    margin-top:10%;
    margin-left:0%;
    width:100%;
}

#signupCTA {
    width: 100%;
}

#casestudyimage {
    width: 100%;
}

}

/* APP */

.app {
    margin: 5%;
}

.app h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: black;
}

.app h2 {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-family: 'bebasregular';
	line-height: 1.5em;
	letter-spacing: 0px;
    word-spacing: 3px;
    color: black;
}

.app p {
    font-size: 10px;
	margin-top: 20px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
	text-transform: none;
	margin: 0 auto;
    word-spacing: -1px;
    color: black;
}

#appimage {
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
}

/* MERCHANTS */

.merchants h1 {
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'bebasregular';
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
}

.merchants h2 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'bebasregular';
    line-height: 1.5em;
	letter-spacing: 0px;
    word-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;}
    
.merchants h3 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'bebasregular';
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;}
    

.merchants p {
    text-align: left;
    font-size: 15px;
	margin-top: 0px;
    padding-top: 5px;
	font-family: "Light","Helvetica Neue","Helvetica",Arial,sans-serif;
	text-transform: none;
	margin: 0 auto;
    word-spacing: 0px;
    color: black;
}

#bg {
    position: fixed; 
    top: 0; 
    left: 0; 
        
    /* Preserve aspet ratio */
    min-width: 100%;
}

#merchants_wrap {
    position: relative; 
    width:100%;
    margin-top: 0px;
    text-align:center;
}

#merchants_copy {
    position: relative; 
    float:left;
    margin-top:13%;
    margin-left:15%;
    width:25%;
}

#merchants_phone {
    position: relative; 
    float:right;
    margin-top:10%;
    margin-right:10%;
    width:50%;
}

#merchants_image {
    position: relative; 
    float:right;
    margin-top:7%;
    margin-right:10%;
    width:50%;
}

#merchants_webapp {
    position: relative; 
    float:right;
    margin-top:13%;
    margin-right:10%;
    width:50%;
}

#merchants_copytwo {
    position: relative; 
    float:right;
    margin-top:13%;
    margin-right:15%;
    width:25%;
}

#merchants_imagetwo {
    position: relative; 
    float:left;
    margin-top:13%;
    margin-left:10%;
    width:50%;
}

#merchants_imagecasestudy {
    position: relative; 
    float:left;
    margin-top:13%;
    margin-left:10%;
    width:50%;
}

#menu-icon {
    display: hidden;
	width: 40px;
	height: 40px;
    background:url(https://icon-icons.com/descargaimagen.php?id=71858&root=916/PNG/64/&file=Menu_icon_icon-icons.com_71858.png) center;
    /*#2589a2 url(http://treehouse-blog.s3.amazonaws.com/Respond-Menu/img/menu-icon.png) center;*/
    margin-left:5%;
    margin-top:5%;
}

#merchants_signup li {
    margin: 0px 10px;
	color: #999999;
	float: left;
	line-height: 50px;
	font-family: 'bebasregular';
	font-size: 15px;
}

#merchants_signup {
	position: fixed;
	top: 0;
	right: 0;
	height: 40px;
	z-index: 70;
	padding-right: 10px;
	margin: 0;
}

#merchants_signup>li>a {
	color: white;
}

#mobileHomebutton {
    display: none;
}

#merchants_menu{
    position:absolute;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding-left: 10px;
	margin:0;
}

#merchants_menu li {
	margin: 0px 10px;
	color: #999999;
	float: left;
	line-height: 50px;
	font-family: 'bebasregular';
	font-size: 15px;
}

#merchants_menu li:first-child {
	margin: 0px;
}

#merchants_menu li.active{
}

#merchants_menu li a{
	font-size: 14px;
	text-decoration:none;
	color: #999999;
}

#merchants_menu li a:hover,
#merchants_menu li.active a:hover{
	color: #ed1941;
}

#merchants_menu li a,
#merchants_menu li.active a{
	display:block;
}

#merchants_menu li.active a{
	color: #ed1941;
}

#merchantsCTA {
    display:none;
}
