@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
}
body {
	font-size: 18px;
	line-height: 28px;
	color: #0F235A;
	font-family: arial;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #FFDCD7;
	position: relative;
}
.clear {
	clear: both;
	display: block;
}
ul li {
	list-style: none;
}
img {
	border: 0;
}
ul, menu, dir {
	z-index: 1000;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}
iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.mob {
	display: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 background-color: #fff!important;
}
input:focus, textarea:focus {
	outline: none;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
color:transparent;
} /* IE 10+ */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #77887e;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #77887e;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #77887e;
}
:-moz-placeholder { /* Firefox 18- */
 color: #77887e;
}
a {
	text-decoration: none;
	color: #FF8291;
	border: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	color: #E1374B;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
/*** FONT STYLES ***/
h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 55px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
h1.green-white {
	color: #0F235A;
	background: url('/assets/rect-white.png') no-repeat left top;
	background-size: 100px 100px;
	line-height: 45px;
	min-height: 40px;
	display: inline-block;
	padding: 30px;
}
h1.green {
	color: #0F235A;
/*	
	background: url('/assets/rect-gray.png') no-repeat left top;
	background-size: 100px 100px;
*/	
	min-height: 40px;
	display: inline-block;
	padding: 30px;
}
h1.white {
	color: #fff;
/*	
	background: url('/assets/rect-green.png') no-repeat left top;
	background-size: 100px 100px;
*/	
	min-height: 40px;
	display: inline-block;
	padding: 30px;
}
h2 {
	font-weight: 800;
	font-size: 47px;
	text-align: center;
	color: #FF8291;
	margin: 0;
}
h3 {
	font-weight: 800;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #0F235A;
	margin: 10px 0;
}
h4 {
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	margin: 0;
}
p.footnote {
	font-size: 20px;
	line-height: 24px;
	margin-top:40px;
	color:#0F235A;
}
p.mini {
	font-size: 16px;
	line-height: normal;
}
/*** BUTTON STYLES ***/

.btn-yellow {
	background: #FF8291;
	background: -webkit-linear-gradient(left, #FF8291, #FFA8B1);
	background: -o-linear-gradient(right, #FF8291, #FFA8B1);
	background: -moz-linear-gradient(right, #FF8291, #FFA8B1);
	background: linear-gradient(to right, #FF8291, #FFA8B1);
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	border: 0;
	border-radius: 20px;
	width: 45%;
	padding: 8px;
	margin: 20px 0;
	cursor: pointer;
}
.btn-yellow:hover {
	background: #FF9682;
	background: -webkit-linear-gradient(right, #FF9682, #FFB4A0);
	background: -o-linear-gradient(left, #FF9682, #FFB4A0);
	background: -moz-linear-gradient(left, #FF9682, #FFB4A0);
	background: linear-gradient(to left, #FF9682, #FFB4A0);
	color: #fff;
}
.btn-white {
	background: #fff;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: #FF8291;
	border: 0;
	border-radius: 20px;
	width: 100%;
	padding: 5px;
	margin: 20px 0 0 0;
	display: block;
}
.gradient-yellow {
	background: #e4be04;
	background: -webkit-linear-gradient(left, #e4be04, #d3b004);
	background: -o-linear-gradient(right, #e4be04, #d3b004);
	background: -moz-linear-gradient(right, #e4be04, #d3b004);
	background: linear-gradient(to right, #e4be04, #d3b004);
}
/*** NAVIGATION MENU ***/
.sticky-nav {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
#right-nav {
/*	height: 100%;*/
	position: fixed;
	color: #fff;
	right: 30px;
	border-right: 1px solid rgba(255, 255, 255, .25);
	display: table;
}
/*** LANDING SCREEN ***/
a.logo {
	position: absolute;
	top: 10px;
	left: 40px;
}
a.btn-take-part {
	position: absolute;
	right: -42px;
	top: 25px;
	background: url('/assets/btn-takepart-2024.png') no-repeat;
	width: 180px;
	height: 34px;
	background-size: 200px 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 0;
	text-align: center;
}
a.btn-take-part:hover {
	width: 200px;
}
a.btn-take-part img {
	display: none;
	margin: 0 10px;
}
#full-mast {
	background-color: #0a1d0c;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-mast {
	width: 100%;
	height: 100%;
/*	
	background: url('/assets/img-mast.jpg') no-repeat center -450px;
*/	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.mast-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
		background-color: rgba(255, 55, 75, .75);
}
.mast-details .detail-date:first-child {
/*	width: calc(26% - 2px);
*/
	width:33%;
}
.mast-details .detail-date.countdown {
	border: 0;
}

.mast-details .detail-date:last-child {
	border: 0;
}
.mast-details .detail-date {
	float: left;
	border-right: 1px solid #27322a;
	margin: 30px 0;
	width: 33%
}
.detail-date p {
	margin: 0;
	color: #fff;
}
.full-contain {
	width: 90%;
	margin: 40px auto;
	max-width: 1140px;
}
.timer-day {
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	color: #FFA8B1;
	margin: 0 5px;
	float: left;
}
.timer-day p {
	font-size: 14px;
	text-transform: uppercase;
}
#countdown {
	margin: 0 auto;
	display: inline-block;
}
/*** ABOUT US ***/
.about-textbox {
	background-color: #0F235A;
	padding: 40px 40px;
	margin: -420px 0 0 0;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
	text-align: center;
	width: 52%;
	float: right;
}
.about-textbox p {
	text-align: justify;
	color: #f0f0f0;
}
.about-img {
	opacity: 0;
	z-index: -1;
	margin-left: -50%;
	width: 80%;
	overflow: hidden;
	height: 600px;
	background: url('/images/2.-Community-Food-Pack_Distribution-at-Kolam-Ayer-SCC.jpg') no-repeat bottom right;
	background-size: cover;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#section1.active .about-img {
	opacity: 1;
	margin-left: -25%;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
#section1.active .about-textbox {
	opacity: 1;
	margin: -520px 0 0 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
/*** TAKE PART DETAILS ***/

#about-details {
	width: 100%;
	text-align: center;
}
#about-details .date {
	background: #FF8291;
	background: -webkit-linear-gradient(left, #FF8291, #FFA8B1);
	background: -o-linear-gradient(right, #FF8291, #FFA8B1);
	background: -moz-linear-gradient(right, #FF8291, #FFA8B1);
	background: linear-gradient(to right, #FF8291, #FFA8B1);
	width: 27%;
	color: #fff;
	text-align: center;
	padding: 55px 40px;
	z-index: -1;
}
#about-details .time {
	border: 3px solid rgba(255, 255, 255, .5);
	width: 67%;
	float: right;
	display: inline-block;
	margin: -230px 0 0 0;
	padding: 40px 0 0 0;
}
#about-details .time .time-float {
	float: left;
	width: 33%;
	margin-bottom: 30px;
}
#section1.active #about-details {
	opacity: 1;
	margin: 60px 0 0 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

/*** GALLERY ***/
#gallery-contain {
	    background-color: #0F235A;
		padding-bottom:10px;
}

.gallery-green {
    background-color: #0F235A;
    height: 400px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.gallery-textbox {
      /* padding: 50px 0 0 0; */
      margin: 60px 0 0 0;
      width: 100%;
      display: inline-block;
}
.gallery-dropdown {
    width: 160px;
    font-size: 36px;
    height: auto;
    padding: 6px 20px;
    color: #FF8291;
    border: 2px solid rgba(255, 130, 145, 0.25);
    border-radius: 25.5px;
    text-align: center;
    position: relative;
    display: inline-block;
    float: right;
    margin: 25px 10px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.gallery-dropdown ul.dropdown-year {
	display: none;
    width: 100%;
    font-size: 30px;
    height: auto;
    padding: 6px 0;
    color: #FF8291;
    border: 2px solid rgba(213, 181, 20, 0.25);
    border-radius: 25.5px;
    text-align: center;
    position: absolute;
    margin: 0;
    cursor: pointer;
    left: 0;
    top: 100%;
	background: #0F235A;
}
.gallery-dropdown:hover ul.dropdown-year {
	display:block;
}
.gallery-dropdown ul.dropdown-year li {
	margin: 5px 0;
	padding: 5px 0;
}
.gallery-dropdown:hover {
	background:rgba(213, 181, 20,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-dropdown::after{
	content:"";
   background: url(/assets/ico-arrow-dropdown.png) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
}
.gallery-images {
    /* margin-top: -150px; */
}
/* a.gallery-thumb.one {
	width: calc(38% - 10px);
	height: 33vw;
	margin-top: calc(16vw - 5px);
}
a.gallery-thumb.two {
	width: calc(38% - 10px);
	height: 32vw;
	margin: 0;
}
a.gallery-thumb.three {
	width: calc(24% - 10px);
	height: 32vw;
	margin: 0;
} */

a.gallery-thumb {
	width: calc(25% - 10px);
  height: calc(25vw - 31px);
  max-height: 275px;
}

a.gallery-thumb {
    display: inline-block;
    overflow: hidden;
     margin: 5px;
    float: left;
    padding: 0;
    outline: none;
     background-size: cover;
    background-position: center center;
}
/* a.gallery-thumb .thumb-image {
	width: 100%;
	height: 100%;

     background-size: cover;
    background-position: center center;
	display: inline-block;
} */
.gallery-images .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: calc(55% - 25px);
}
.gallery-images .bx-wrapper .bx-next {
  right: -5%;
	background: url(/assets/ico-arrow-next.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.gallery-images .bx-wrapper .bx-next:hover,
.gallery-images .bx-wrapper .bx-next:focus {
	background: url(/assets/ico-arrow-next-hover.png) no-repeat;
	background-size: contain;
}
.gallery-images .bx-wrapper .bx-prev{
  left: -5%;
	background: url(/assets/ico-arrow-prev.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
}
.gallery-images .bx-wrapper .bx-prev:hover,
.gallery-images .bx-wrapper .bx-prev:focus  {
	background: url(/assets/ico-arrow-prev-hover.png) no-repeat;
	background-size: contain;
}
.gallery-images .bx-wrapper .bx-pager {
	display: none;
}
.gallery-toggle {
	display: none;
}
.gallery-toggle .bx-wrapper {
	    width: 100%;
    height: 590px;
}
.bx-viewport , ul.bxslider-gallery li{
	padding-bottom: 20px;
	width: 100%!important;
	height: 100%!important;
}

/*** MAKE A CONTRIBUTION ***/
#contribute-contain {
	height: 600px;
/*
	background: url('/assets/img-contribution.jpg') no-repeat top center;
	*/
	background: #FFA8B1;
	background-size: cover;
	background-attachment: fixed;
}
.contribution-textbox {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 40px 40px 0 40px;
	width: 52%;
	float: right;
	opacity: 0;
	margin: -90px 0 0 0;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.input-donate {
	background: #FFDCD7;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 44px;
	color: #E1374B;
	border: 0;
	border-radius: 40px;
	width: 98%;
	padding: 1%;
	display: block;
	margin: 20px 0 0 0;
}
#section3.active .contribution-textbox {
	opacity: 1;
	margin: 0px 0 0 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
/*** OUR SPONSORS ***/

#section4 {
	background-color: #fff;
}
#sponsors-contain {
    text-align: center;
}
.header-cat {
    background: url(/assets/ico-category.png) center center no-repeat;
    background-size: 320px 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 320px;
    margin: 20px auto 0 auto;
}
.sponsor-1 {
	width: 100%;
}
.sponsor-2 {
	width: 30%;
	display: inline-block;
	float: left;
	margin: 0 10%;
}
.sponsor-logo:hover {
	opacity: 0.75;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#section4 .header-cat {
    opacity: 0;
	margin-top: 50px;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
#section4.active .header-cat {
    opacity: 1;
	margin-top: 50px;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.sponsor-logo {
	margin: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align:middle;
}
.mini .sponsor-logo {
    margin: 30px 23px 10px 23px;
    vertical-align: middle;
}
/*** FOOTER ***/
#footer-inner {
	width: 100%;
	background: #0F235A;
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	position: absolute;
}
#footer {
	width: 100%;
	height: auto;
	background: rgba(255, 55, 75, 0.95);
	color: #FFA8B1;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	/*position: absolute;*/
	bottom: 0;
	display: inline-block;
	padding: 20px 0 10px 0;
}

#footer a {
	color: #FFA8B1;
}

#footer p {
	display: inline-block;
	margin: 5px 0;
}
#footer img {
	margin: 0 5px -3px 10px;
}
a.ico-fb {
	background: url('/assets/ico-fb.png') no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0 5px;
}
a.ico-fb:hover {
	background: url('/assets/ico-fb.png') no-repeat;
	background-size: 35px 35px;
}
a.ico-instag {
	background: url('/assets/ico-instag.png') no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 0 5px;
}
a.ico-instag:hover {
	background: url('/assets/ico-instag.png') no-repeat;
	background-size: 35px 35px;
}
.fp-scroller {
	overflow: hidden;
}
#section2.active #footer {
	bottom: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
/** Form styles **/
label {
	color: #FF8291;
	font-weight: 700;
	margin: 12px 0;
	text-align: left;
	display: block;
	width: 100%;
}
input, textarea {
	background: #fff;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
	color: #275244;
	border: 0;
	border-radius: 20px;
	padding: 4px 25px;
	margin: 5px 0;
	cursor: pointer;
}
form.form-checkout textarea, form.form-checkout input[type="text"], form.form-checkout input[type="number"], form.form-checkout input[type="tel"], form.form-checkout input[type="email"] {
	text-align: left;
	display: block;
	width: calc(100% - 50px);
}
form.form-checkout input[type="radio"], form.form-checkout input[type="checkbox"] {
	margin: 0 5px 0 25px;
	padding: 0;
}
form.form-checkout .field-no {
	width: 40%;
	margin: 0 5%;
	float: left;
	text-align: left;
	min-height:105px;
}
form.form-checkout .field-full {
	width: 90%;
	margin: 10px 5%;
}
.form-btm {
	background: #fff;
	padding: 20px 0;
}
.form-review {
	width: calc(100% - 46px);
	border: 3px solid #f0f0f0;
	display: inline-block;
	float: left;
	margin: 30px 0;
	padding: 30px 20px;
}
.form-payment {
	background: #FFDCD7;
	width: calc(100% - 46px);
	display: inline-block;
	float: left;
	margin: 30px 0;
	padding: 30px 20px;
}
.payment-tabs input[type="radio"]:checked+label {
	background: #FF8291;
	color: #fff;
}
.payment-tabs label {
	display: block;
	margin: 10px 0;
	padding: 12px 0;
	background: #fff;
	cursor: pointer;
	width: 50%;
	float: left;
	text-align: center;
	font-weight: 400;
}
.payment-tabs input[type=radio] {
	display: none;
}
.amt-tabs input[type="radio"]:checked+label {
	background: #E1374B;
	border: 3px solid #E1374B;
}
.amt-tabs input[type="radio"]:checked+label h3 {
	color: #fff;
}
.amt-tabs {
}
.amt-tabs label {
	display: block;
	margin: 20px 0;
	background: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	width: calc(48% - 64px);
	float: left;
	border: 3px solid #f0f2ed;
	padding: 30px 30px;
	height: 90px;
}
.amt-tabs input[type=radio] {
	display: none;
}
table.checkout-table {
	width: 100%;
	margin: 30px 0;
	border-collapse: collapse;
}
table.checkout-table tr {
	padding: 10px 0;
}
table.checkout-table tr.cart_item {
	border-top: 3px solid #f0f2ed;
	border-bottom: 3px solid #f0f2ed;
}
table.checkout-table tr.order-total td {
	padding: 10px 0;
	text-align: right;
}
table.checkout-table th {
	font-weight: 400;
	text-align: left;
	padding: 10px 0;
}
table.checkout-table td {
	color: #0F235A;
	font-weight: 600;
	line-height: 25px;
	padding: 15px 0;
	text-align: left;
}
table.checkout-table tr.cart_item td:first-child {
	padding: 15px 15px 15px 0;
}
#checkout-full {
	text-align: center;
}
.btn-back {
	width: 50px;
	height: 50px;
	background: #e4be04;
	background: -webkit-linear-gradient(left, #FF8291, #FF8291);
	background: -o-linear-gradient(right, #FF8291, #FF8291);
	background: -moz-linear-gradient(right, #FF8291, #FF8291);
	background: linear-gradient(to right, #FF8291, #FF8291);
	top: 40px;
	display: none;
	position: fixed;
}
.btn-back img {
	margin: 16px;
}
.amt-inputs {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.amt-inputs input {
	background: #FFDCD7;
}
span.line {
	height: 1px;
	background: #f0f2ed;
	width: 100%;
	position: relative;
	display: block;
	float: left;
	margin: 30px 0 15px 0;
}
a.form-add {
	background: url(/assets/ico-plus.png) no-repeat;
	background-size: 37px 37px;
	height: 37px;
	display: inline-block;
	margin: 0 3%;
	float: left;
	padding: 0 0 0 50px;
	font-size: 25px;
	font-weight: 700;
}

.field-error {
	border:1px solid red;
}

.payment-errors {
	color:red;
	text-align:left;
}

#stripe-card-expiry-month, #stripe-card-expiry-year {
	width:85px;
	display:inline;
}


#div_participant2,
#div_participant3,
#div_participant4 {
	display:none;
}


select {
    border-radius: 50px;
    background: #f0f2ed;
    border: 0;
    height: 40px;
    text-align: center;
    color: #77887e;
    font-size: 16px;
    margin: 0;
    padding: 0 50px;
/*
    -webkit-appearance: none;
    -moz-appearance: none;
*/
    cursor: pointer;
}



#fullpage, .pushy, .push {
	background:#ffffff;
	height: 90px;
	margin-top:0px;
	
}

#fp-nav ul li .fp-tooltip {
	font-size:16px!important;
}


input::-webkit-input-placeholder {
color: #0F235A!important;  
font-family: arial;
font-size:16px;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #0F235A!important;  
font-family: arial;
font-size:16px;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #0F235A!important;  
font-family: arial;
font-size:16px;
}
 
input:-ms-input-placeholder {  
color: #0F235A!important;  
font-family: arial;
font-size:16px;
}