@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'aovel_neoregular';
    src: url('../fonts/aovelneo_r-webfont.eot');
    src: url('../fonts/aovelneo_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aovelneo_r-webfont.woff2') format('woff2'),
         url('../fonts/aovelneo_r-webfont.woff') format('woff'),
         url('../fonts/aovelneo_r-webfont.ttf') format('truetype'),
         url('../fonts/aovelneo_r-webfont.svg#aovel_neoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:#5fc7d7;
}

body.home-page{
	background:url(../images/body-bg.jpg) 50% 50% fixed no-repeat;
	background-size:cover;
	color:#ffffff;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
}

label,p {
	
}

a {
	
}

span {
	
}

.button {
	
}

.row {
	max-width:75em;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 	background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

/* Header Style */
#header {
	width:100%;
	padding:26px 0px;
	float:left;
}

#header.header-bg {
	background:#5fc7d7;
	padding:4px 0px;
	position: fixed;
	top:0px;
	z-index: 9999;
}

#header .fixed {
	position:fixed;
	top:0px;
}

#header  .top-bar {
	background:none;
}

.top-bar-section ul {
	margin-top:10px;
}

#header .top-bar-section ul li {
	background:none;
	list-style:none;
	padding:0px 15px;
}

#header .top-bar-section ul li a {
	color:#ffffff;
	font-size:16px;
	background:none;
	font-weight:100;
	text-align:center;
	padding:0px 0px;
	line-height:48px;
}

#header .top-bar-section ul li a.button {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-transform:capitalize;
	border:1px solid #ffffff;
	border-radius:15px;
	line-height:27px;
	padding:0px 20px;
	margin-bottom:12px;
	float:right;
}

#header .top-bar-section ul li:last-child {
	margin-left:20px;
}

#header .top-bar-section ul li:last-child p {
	font-size:10px;
	margin-bottom:0px;
	color:#ffffff;
}

#header .top-bar-section li.active a, #header .top-bar-section li:hover a {
	border-bottom:2px solid #ffffff;
}

/*content*/

#content {
	width:100%;
	float:left;
	height:100%;
}

#content .tableRow {
	width:100%;
	height:100%;
	display: table;
	vertical-align: middle;
}

#content .tableCell {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

#content p {
	font-size:30px;
}

#content h1 {
	font-size:100px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:0px;
}

#content .panel {
	background:#242424;
	border:1px solid #2a2a2a;
	padding:10px 15px;
	margin-bottom:0px;
}

#content .number {
	color:#fff;
	font-size:70px;
	font-weight:bold;
	display:inline-block;
}

#content .panel .number.small {
	width:30px;
	background:#2b2b2b;
	border:none;
}

#content a.button {
	background:rgba(154,81,142,1) url(../images/arrow.png) 80% center no-repeat;
	font-size:22px;
	font-weight:bold;
	width:280px;
	line-height:58px;
	padding:0px;
	border-radius:25px;
}

#content a.button:hover {
	background:rgba(154,81,142,0.8) url(../images/arrow.png) 80% center no-repeat;
}

/*Footer style Pages*/
#footer {
	width:100%;
	float:left;
}

#footer.fixed-footer {
	position:fixed;
	bottom:0%;

}

#footer ul li {
	list-style:none;
	display:inline-block;
	padding:0px 15px;
}

#footer ul.copy {
	
}

#footer ul.copy li {
	color:#ffffff;
	font-size:13px;
	letter-spacing:1px;
	padding:0px 10px;
}

#footer ul.copy li:after {
	content:'/';
	margin-left:22px;
}

#footer ul.copy li a {
	color:#ffffff;
	font-size:13px;
	letter-spacing:1px;
}

#footer ul.copy li:last-child:after {
	display:none;
}

/**** How it work Pages Style****/
#banner {
	background:url(../images/banner-bg.jpg) 0% 0% no-repeat;
	background-size:cover;
	width:100%;
	float:left;
	padding:155px 0px 70px 0px;
}

#banner h2 {
	color:#eff1f2;
	font-size:53px;
	font-weight:bold;
}

body.how-it-work {
	background:none;
	background-color:#5fc7d7;
}

#content {
	width:100%;
	float:left;
	padding:70px 0px;
}

#content .row {
	max-width:68.75em;
}

#content ul li {
	list-style:none;
	display:inline-block;
	background:url(../images/arrow-right.png) right 30% no-repeat;
}

#content ul li:last-child {
	background:none;
}

#content ul li:nth-child(2n) {
	padding-left:0px;
}

#content ul li  p {
	padding:0px 52px;
	font-size:21px;
	margin-top:25px;
}

#action {
	background:#eff1f2;
	width:100%;
	float:left;
	padding-top:30px;
	position:relative;
}

#action.faq {
	padding:5rem 0px;
}

#action.faq a {
	color:#5fc7d7;
	font-size:17px;
}

#action .row {
	max-width:68.75em;
}

#action h3 {
	color:#9a518e;
	font-weight:bold;
	font-size:60px;
	margin-top:4rem;
}

#action p {
	color:#393939;
	font-size:20px;
}

#action a.button {
	background:#9a518e url(../images/arrow.png) 88% center no-repeat;
	font-size:21px;
	font-weight:bold;
	color:#ffffff;
	width:280px;
	border-radius:26px;
	padding-right:50px;
}

#action a.button:hover {
	background:rgba(154,81,142,0.8) url(../images/arrow.png) 88% center no-repeat;
}

#action h6 {
	position:absolute;
	top:3%;
	font-size:14px;
	color:#ffffff;
	left:43%;
}

#action h4 {
	color:#9a518e;
	font-size:21px;
	margin-bottom:0px;
}

#action p {
	color:#000000;
	font-size:17px;
	font-weight:500;
}

#cents {
	background:#e6e6e6;
	width:100%;
	float:left;
	padding:4rem 0px;
}

#cents p {
	font-size:19px;
	color:#000000;
}

#cents h3 {
	font-size:53px;
	color:#4d4d4d;
	font-weight:bold;
	margin-bottom:3rem;
	line-height:48px;
}

#footer.work {
	background:#ffffff;
	padding-top:35px;
}

#footer.work ul li {
	color:#353535;
}

#footer.work ul li img {
	-webkit-filter: brightness(1) invert();
    filter: brightness(1) invert();
}

#footer.work ul li a {
	color:#353535;
}

/** Faq Pages Style*/
#banner.faq {
	background:url(../images/faq-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#content h3 {
	font-size:53px;
	color:#ffffff;
	font-weight:bold;
}

#content h3.small {
	font-size:43px;
}

#content.faq {
	height:auto;
}

#content.faq  a.button {
	background:#ffffff url(../images/arrow-btn.png) 80% center no-repeat;
	font-size:21px;
	color:#9a518e;
	padding:0px;
	margin-top:30px;
	width:280px;
	line-height:58px;
	border-radius:28px;
}

#content.faq a.button:hover {
	background:rgba(255,255,255,0.8) url(../images/arrow-btn.png) 80% center no-repeat;
}

/** Financials Style Pages**/

#banner.financials {
	background:url(../images/fina-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
	width:100%;
	float:left;
}

#content.financials {
	height:auto;
}

#content.financials p {
	font-size:19px;
	color:#000000;
}

#action.financials {
	background:#ffffff;
	padding-top:3rem;
	padding-bottom:6rem;
}


/**Sign Up pages Style**/
#content.sign-up {
	background:#ffffff;
	height:auto;
	width:100%;
	padding:110px 0px 25px 0px;
	float:left;
}

#content.sign-up a.button {
	background:#9a518e;
	font-size:15px;
	color:#ffffff;
	border-radius:25px;
	padding:0px;
	line-height:35px;
	width:110px;
	margin-left:15px;
}

#content.sign-up a.button:hover {
	background:rgba(154, 81, 142, 0.8);
}

#content.sign-up .panel {
	background:#eff1f2;
	border:0px;
	border-top:4px solid #904d87;
	padding:60px 0px;
}

#content.sign-up .row {
	max-width:75em;
}

#content.sign-up .panel.consumers {
	border-color:#59bccc;
}

#content.sign-up .panel.consumers a.button{
	background:#5fc7d7;
}

#content.sign-up .panel.consumers a.button:hover {
	background:rgba(95, 199, 215, 0.8);
}

#content.sign-up .panel.consumers h3 {
	color:#9a518e;
}

#content.sign-up .panel h3 {
	font-size:53px;
	color:#5fc7d7;
	font-weight:bold;
}

#content.sign-up .panel p {
	font-size:19px;
	color:#000000;
}

#content.sign-up .panel a.button {
	font-size:21px;
	color:#ffffff;
	background:#9a518e;
	width:260px;
	line-height:59px;
	padding:0px;
}

#content.sign-up .panel a.button:hover {
	background:rgba(154, 81, 142, 0.8);
}


/**Contact Pages Style**/
#banner.contact {
	background:url(../images/banner-contact.jpg) 50% 50% no-repeat;
	background-size:cover;
	width:100%;
	float:left;
}

#content.contact {
	background:#eff1f2;
	height:auto;
	width:100%;
	float:left;
}

#content.contact h3 {
	font-size:53px;
	color:#5fc7d7;
	font-weight:bold;
	margin-bottom:50px;
}

#content.contact input[type="text"] {
	color:#9c9c9c;
	font-size:19px;
	border:0px;
	box-shadow:none;
	height:63px;
	padding-left:15px;
}

#content.contact ::-webkit-input-placeholder {
	color:#9c9c9c;
	font-size:19px;
	font-weight:300;
	margin-bottom:13px;
}

#content.contact textarea {
	height:220px;
	border:0px;
	box-shadow:none;
	padding-left:15px;
	resize:none;
	margin-bottom:28px;
}

#content.contact input[type="submit"] {
	background:#9a518e;
	color:#ffffff;
	font-size:21px;
	border-radius:25px;
	width:280px;
	line-height:60px;
	cursor:pointer;
	font-weight:bold;
	appearance:none;
	border:none;
}

#content.contact input[type="submit"]:hover {
	background:rgba(154, 81, 142, 0.8);
}

#content.contact p {
	font-size:19px;
	color:#4d4d4d;
	margin-bottom:4px;
}

#content.contact .maps  {
	padding:0px 0px;
	margin-top:4.275rem;
}

/*** Blog Pages Style***/
#banner.blog {
	background:url(../images/blog-banner.jpg) 50% 50% no-repeat;
	background-size:cover;
	float:left;
	width:100%;
}

#content.blog {
	float:left;
	width:100%;
	background:#ffffff;
	padding:3.125rem 0px;
	height:auto;
}

#content.blog p {
	color:#000000;
}

#stores {
	background:#eff1f2;
	width:100%;
	float:left;
	border-top:5px solid #5fc7d7;
	padding-top:4.375rem;
	padding-bottom:1rem;
	margin-bottom:30px;
}

#stores h6 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	margin-top:25px;
}

#stores h4 {
	font-size:28px;
	color:#5fc7d7;
	margin:0px;
}

#stores .row {
	max-width:53.125em;
}

#stores h5 {
	font-size:15px;
	color:#000000;
	margin:0px;
}

body.blog {
	background:#fff;
}

#stores h3 {
	color:#4d4d4d;
	font-size:53px;
	font-weight:bold;
	line-height:50px;
}

#stores p  {
	color:#000000;
	font-size:17px;
}

/*** Adve Pages Style***/
#banner.adve {
	background:url(../images/adve.jpg) 50% 50% no-repeat;
	background-size:cover;
	width:100%;
	float:left;
}

#content.adve p {
	font-size:19px;
}

#open-to-give {
	width:100%;
	background:#fff;
	padding:68px 0px;
	float:left;
}

#open-to-give h3 {
	color:#5fc7d7;
	font-size:53px;
	font-weight:bold;
	line-height:49px;
}

#action.showcase {
	float:left;
	padding-top:0px;
}

#action.showcase h3 {
	color:#4d4d4d;
	font-weight:bold;
	line-height:49px;
	font-size:53px;
	margin-bottom:35px;
}

#action.showcase .top {
	margin-top:-10px;
}

#action.showcase p {
	font-size:19px;
}

#action.showcase a {
	margin-top:-50px;
	font-size:20px;
	background:#9a518e url(../images/arrow.png) 91% center no-repeat;
}

#action.showcase a.button:hover {
	background:rgba(154,81,142,0.8) url(../images/arrow.png) 91% center no-repeat;
}

#help {
	width:100%;
	background:url(../images/bg_help.png) 50% 50% no-repeat;
	background-size:cover;
	padding:93px 0px 93px 0px;
	float:left;
}

#help h3 {
	color:#ffffff;
	font-size:53px;
	line-height:49px;
	font-weight:bold;
}

#help p {
	color:#ffffff;
	font-size:19px;
	margin-top:50px;
}

#cents.target {
	background:#eff1f2;
	padding:85px 0px;
}

#cents.target h3 {
	color:#4d4d4d;
	font-size:53px;
	line-height:49px;
	font-weight:bold;
}

#cents.target p {
	color:#000000;
	font-size:19px;
}

#cents.target p span {
	font-weight:bold;
}

#tie {
	width:100%;
	background:url(../images/bg_tie.png) 50% 50% no-repeat;
	background-size:cover;
	padding:93px 0px 55px 0px;
	float:left;
}

#tie h3 {
	color:#ffffff;
	font-size:53px;
	line-height:49px;
	font-weight:bold;
}

#tie p {
	color:#ffffff;
	font-size:19px;
	margin-top:50px;
}

#cents.give {
	background:#eff1f2;
	padding:85px 0px 0px 0px;
	position:relative;
	float:left;
}

#cents.give img {
}

#cents.give h3 {
	color:#4d4d4d;
	font-size:53px;
	line-height:49px;
	font-weight:bold;
}

#cents.give p {
	color:#000000;
	font-size:19px;
}

#cents.give p span {
	font-weight:bold;
}

#footer.advert {
	padding-top:0px;
}

#footer.advert .top {
	margin-top:-32px;
}

#footer a.button {
    background: #9a518e url(../images/arrow.png) 78% center no-repeat;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
    width: 280px;
    border-radius: 26px;
    padding-right: 50px;
	margin-bottom:100px;	
}

#footer a.button:hover {
	background:rgba(154,81,142,0.8) url(../images/arrow.png) 78% center no-repeat;
}

#content.height {
	height:auto;
}

/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {
#header.fixed, #footer.fixed-footer {
	position: relative;
	padding:0px;
}

#content .number {
	font-size:40px;
	line-height:84px;
}

#content p {
	font-size:20px;
}

#content h1 {
	font-size:42px;
}

#header .columns {
	padding:0px;
}

.top-bar .toggle-topbar.menu-icon a {
	height:40px;
}

.top-bar-section ul {
	background:#5fc7d7;
}

.top-bar.expanded .title-area {
	background:none;
}


ul li h1 {
	margin-top:0.5em;
	margin-left:15px;
}

#header .top-bar-section li.active a, #header .top-bar-section li:hover a {
	border:none;
}

#header .top-bar-section ul li:last-child {
	margin-left:0px;
}

#header .top-bar-section ul li a.button {
	width:98%;
	margin:0px 2%
}

#content.contact input[type="submit"] {
	width:100%;
	margin-bottom:30px;
}

#footer ul.copy li {
	padding:0px 4px;
}

#content.contact h3 {
	font-size:40px;
}

#content h3 {
	font-size:40px;
}

#content.faq a.button {
	width:100%;
}

#content {
	height:auto;
}

#content ul li {
	background:none;
}

#action a.button {
	width:100%;
}

#action h6 {
	left:78%;
}

#content.sign-up a.button {
	margin-left:0px;
}

#content.sign-up .panel h3 {
	font-size:42px;
}

#banner h2 {
	font-size:32px;
}

#content.adve p {
	font-size:17px;
}

#content h3.small {
	font-size:29px;
}

#open-to-give h3 {
	font-size:29px;
	line-height:32px;
}

#tie h3,#cents.give h3,#help h3,#cents.target h3,#action.showcase h3  {
	font-size:29px;
	line-height:34px;
}

#header .top-bar-section ul li a.button {
	border:none;
}

#header .top-bar-section ul li:last-child p {
	text-align:center;
}

#action h3, #cents h3, #stores h3 {
	font-size:42px;
}
}


/* Medium Screens *//* min-width 641px, medium screens */
@media only screen and (min-width:40.0625em) and (max-width:64em) {
#header .top-bar-section ul li:last-child {
	margin-left:0px;
}
#header .top-bar-section ul li {
	padding:0px 5px;
}

#header .top-bar-section ul li a {
	font-size:14px;
}

#content {
	height:auto;
}

#content ul li {
	background:none;
}

#action.showcase h3 {
	font-size:29px;
	line-height:32px;
}

#help h3 {
	font-size:36px;
}


#tie h3,#cents.give h3,#help h3,#cents.target h3,#action.showcase h3  {
	font-size:36px;
}
	
}

/* Large Screens *//* min-width 1025px, large screens */
@media only screen and (min-width:64.0625em) and (max-width:90em) {
	
}

/* XLarge Screens *//* min-width 1441px, xlarge screens */
@media only screen and (min-width:90.0625em) and (max-width:120em) {
	
}

/* XXLarge screens *//* min-width 1921px, xxlarge screens */
@media only screen and (min-width:120.063em) and (max-width:120em) {
	
}