/* This is the Main CSS document for the OlyCash Website System. */
@font-face {
    font-family: 'Poppins-Regular';
    src:  url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src:  url('fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src:  url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src:  url('fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}


html, body {
    height: 100%;
    font-size:calc(10px + 0.9vmin);
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #666666;
    line-height: 130%;
    opacity: 0;
}




a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid #666666;
}
a:hover {
    text-decoration: none;
    color: #fa415c;
}


.bold {
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
    line-height: 150%;
    font-weight: 600;
}
.extra-bold {
	font-family: 'Poppins-ExtraBold', Arial, sans-serif !important;
    line-height: 150%;
    font-weight: 600;
}

.h1 {
    font-size: calc(24px + 0.4vw) !important;
    color: #777;
    line-height: 150%;
}
.h1.bold {
	color: #444;
}

.h2 {
    font-size: calc(16px + 0.4vw) !important;
    font-weight: 600;
    color: #777 !important;
    line-height: 150%;
}
.h2.bold {
	color: #444;
}

.h3 {
    font-size: calc(10px + 0.4vw) !important;
    font-weight: 600;
    color: #777 !important;
    line-height: 150%;
}
.h3.bold {
	color: #444;
}


.small-text,
.small-text a {
    font-size: calc(9px + 0.2vw);
    color: #777;
}


select > option {
    color: #333;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    font-size: 19px !important;
}

button,
.button,
.button.black {
    background-color: #333;
    font-family: 'Poppins-Regular', Arial, sans-serif !important;
    padding: 8px 16px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.11);
    border: 2px solid #333;
    cursor: pointer;
    white-space: nowrap;
}


.button.small {
	padding: 5px 10px;
}


.button.red {
    background-color: #fa415c;
    color: #fff;
    border: 2px solid #fa415c;
}
.button.active {
	background-color: #fff;
    color: #FC035A;
    border: 2px solid #fa415c;
}
.button.grey {
    background-color: #BBB;
    color: #FFF !important;
    border: 2px solid #BBB;
}
.button.white {
	background-color: #fff;
    color: #3eae58 !important;
    border: 2px solid #fff;
}
.button.green {
    background-color: #3EAE59;
    color: #fff;
    border: 2px solid #3EAE59;
}

.white {
	color: #FFF !important;
}
.grey {
	color: #777 !important;
}
.normal {
	font-family: 'Poppins-Regular', Arial, sans-serif !important;
}

.hide {
	display: none;
}

.content-title {
    display: block;
    font-size: 35px;
    line-height: 1;
}


.top-menu {
	 background: linear-gradient(#EEEEEE, #FFFFFF);
}

.top-header-spacer {
	height: 24vh;
}


.middle-column {
	background-color: #FFF;
	width: 100%;
}

.very-large-screen {
	display: none;
}

.very-large-screen.right-column {
	background: url(../../assets/images/right_curl.png) no-repeat left top;
    background-size: auto;
}

.very-large-screen.left-column {
	background: url(../../assets/images/left_curl.png) no-repeat right top;
    background-size: auto;
}


#moreindicator {
	width: 50px;
    height: 50px;
    display: inline-block;
    border: 3px solid #FFF;
    background: url(../../assets/images/solid_arrow_small_white_down.gif) #3EAE59 no-repeat center center;
    cursor: pointer;
    border-radius: 40px;
    position: absolute;
    bottom: 90px;
    margin-left: calc(50% - 25px);
}


#backtotop {
    background: url(../../assets/images/solid_arrow_small_white_up.gif) #fa415c no-repeat center center;
    background-size: 25px !important;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 500;
    border-radius: 40px;
    border: 3px solid #fa415c;
    display:none;
}



.footer {
    background-color: #3ead5a;
    color: #fff !important;
    padding-top: 35px !important;
    padding-bottom: 30px !important;
}

.footer > table > tbody > tr > td {
    text-align: center;
    padding: 10px;
}

.footer > table > tbody > tr > td > span {
    vertical-align: middle;
    font-size: calc(9px + 0.9vmin);
}

.footer-menu > span {
    padding: 10px;
}
.footer-menu > span > a {
    border: none !important;
    color:#fff;
}
.footer-menu > span:hover{
    text-decoration: underline;
    color: #FFF;
}
.footer-menu > span > a:hover{
    text-decoration: underline;
    color: #FFF;
}

.footer > table > tbody > tr:last-child > td > span {
    font-size: 12px;
}

.social-media-icons {
    display: inline-block;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.facebook-icon {
    background: url(../../assets/images/facebook.png) no-repeat center;
}

.twitter-icon {
    background: url(../../assets/images/twitter.png) no-repeat center;
}

.linkedin-icon {
    background: url(../../assets/images/linkedin.png) no-repeat center;
}



.button-list {
	text-align: center;
	padding-bottom: 50px !important;
}

.button-list .button {
	margin-top: 10px;
	margin-right: 20px;
}


.support-page-title {
	display: inline-block;
	font-size: calc(40px + 0.4vw) !important;
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
    color: #777;
    line-height: 130%;
    padding: 50px 0px; 
    width: 100%;
    max-width: 700px;
}

.support-page-title.no-spacing {
	padding: 0px; 
}

.support-page-summary {
	display: inline-block;
    color: #777;
    line-height: 130%;
    padding: 10px 0px 40px 0px; 
    width: 100%;
    max-width: 900px;
    vertical-align: top;
}



/* page sub-titles */
.page-sub-title {
    padding-bottom: 70px;
}

.page-sub-title > span {
    display: block;
    text-align: center;
}

.page-sub-title > span:first-child {
    font-size: calc(16px + 0.4vw) !important;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    font-weight: 600;
    color: #444;
}

.page-sub-title > span:last-child {
    font-size: calc(16px + 0.4vw) !important;
    font-weight: 600;
    color: #777;
    margin-top: 20px;
}

/* dynamic content row */
.dynamic-content-row {
	padding-top: 70px;
	width: 100%;
	display: block;
	text-align: center;
}
.dynamic-content-row > div {
	display: inline-block;
	padding: 20px;
	vertical-align: top;
    text-align: left;
}
.dynamic-content-row > div > span {
	display: block;
}
.dynamic-content-row .short-part {
	width: calc(30% - 50px);
}
.dynamic-content-row .long-part {
	width: calc(50% - 50px);
	padding-top: 30px;
}
.dynamic-content-row .content-header {
	font-size: calc(30px + 0.4vw) !important;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
    color: #444;
    line-height: 130%;
}
.dynamic-content-row .content {
	margin-top: 15px;
}

.dynamic-content-row .content .button {
	margin-top: 15px;
}


.page-content {
	display: inline-block;
	padding: 40px;
	width: calc(100% - 80px);
	max-width: 1000px;
	text-align: left;
}

ul li {
	margin-bottom: 10px;
}


ul.red-tick-list {
	list-style-image: url(../../assets/images/tick_red.png);
	margin-bottom: 10px;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
	text-align: left;
}



.central-content > span.align-with-table {
	display: inline-block;
	padding-left: 40px;
}



.highlight-box {
	display: inline-block;
	width: calc(100% - 30px);
    min-width: 100px;
    text-align: left;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 15px 15px 18px 0px rgba(0, 0, 0, 0.05);
}





.cards-list {
    padding: 50px 0 !important;
    text-align: center;
    position: absolute;
}

.cards-list > span {
    display: inline-block;
    width: 135px;
    text-align: center;
    padding: 30px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin-right: 34px;
    background-color: #fff;
    box-shadow: 15px 15px 18px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.cards-list:not(no-wrap) > span {
	margin-bottom: 20px;
}

.cards-list > span:last-child{
    margin-right: 0px !important;
}

.cards-list > span > span:first-child {
    display: block;
    cursor: pointer;
    height: 60px;
    margin-bottom: 10px;
}

.cards-list > span > span:last-child {
    padding: 25px 0 0;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.cards-list > span:hover > span:last-child {
	color: #fa415c;
}
.cards-list > span:hover {
	border: 1px solid #fa415c;
}

.cards-list #olycashpay {
    background: url(../../assets/images/olycash_pay.png) no-repeat center;
}
.cards-list #olycashgetpaid {
    background: url(../../assets/images/olycash_get_paid.png) no-repeat center;
}
.cards-list #olycashticketing {
    background: url(../../assets/images/olycash_ticketing.png) no-repeat center;
}
.cards-list #olycashbills {
    background: url(../../assets/images/olycash_bills.png) no-repeat center;
}
.cards-list #olycashbulkpayments {
    background: url(../../assets/images/olycash_bulk_payments.png) no-repeat center;
}
.cards-list #olycashsell {
    background: url(../../assets/images/olycash_sell.png) no-repeat center;
}
.cards-list #olycashdonations {
    background: url(../../assets/images/olycash_donations.png) no-repeat center;
}
.cards-list #olycashinvoicing {
    background: url(../../assets/images/olycash_invoicing.png) no-repeat center;
}
.cards-list #olycashsaving {
    background: url(../../assets/images/olycash_saving.png) no-repeat center;
}
.cards-list #olycashshipping {
    background: url(../../assets/images/olycash_shipping.png) no-repeat center;
}
.cards-list #olycashintegrate {
    background: url(../../assets/images/olycash_integrate.png) no-repeat center;
}







/* CSS for small screens */
@media only screen and (max-width:850px){
	
.top-header-spacer {
	height: 5vh;
}
	
.dynamic-content-row {
	padding-top: 0px;
}
.dynamic-content-row > div {
	display: block;
	padding: 10px;
	text-align: center;
}
.dynamic-content-row > div > span {
	display: block;
}
.dynamic-content-row .short-part {
	width: calc(100% - 30px);
}
.dynamic-content-row .long-part {
	width: calc(100% - 30px);
	padding-top: 15px;
}

.support-page-title,
.support-page-summary {
	width: calc(100% - 20px);
}


#create_account .content-header {
	font-size: calc(16px + 0.6vw) !important;
}


}


@media only screen and (min-width:1000px){
    #legaltext {
        width: calc(100% - 360px) !important;
        margin-left: 180px !important;
        margin-right: 180px !important;

    }
}