body{
font-family: 'Montserrat', 'HelveticaNeue-Light',Arial,Helvetica,sans-serif;
overflow: auto;
background:black;
line-height:1.5;
color: #fff;
font-weight:normal;
}

a {
	text-decoration:none;
}

.highcolor {
color: #F4BE42;
font-weight:normal;
font-size: 22px;
font-weight:normal;
}

.highbgcolor {
background-color: #F4BE42;
}

.emailform {
	width:280px;
	border-radius: 8px;
	padding:8px;
    font-size: 16px;
}

.btn-store {
    display: inline-block;
    width: 152px;
    height: 48px;
    text-align: center;
    color: #000;
    background-color: #F4BE42;
    border-radius: 10px;
    padding: 13px 10px 13px 10px;
    margin-right: 16px;
    font-weight: bold;
    font-size: 16px;
}
.btn-store:hover {
    background-color: #fff;
}

.icon.icon-app-store {
	background-position: -24px 0;
}
.icon.icon-play-store {
    background-position: 0 0;
}
.icon {
    display: inline;
    padding-left: 24px;
    padding-bottom: 6px;
    background-image: url(/img/icons.svg);
    position: relative;
    top: -2px;
}

.webicon {
    display: inline;
	width:24px;
	height:24px;
    padding-left: 24px;
    padding-bottom: 6px;
    background-image: url(/img/webicon.png);
    position: relative;
    top: -4px;
}

.col-mobile {
margin-top: 16px;
display: inline-block;
}

.store-links {
margin-bottom: 24px;
}
.md-block {
    display: block!important;
}
*, :after, :before {
    box-sizing: border-box;
}

.priv {
background:#222;
padding:20px;
text-align:left;
font-size: 14px;
font-weight: normal;
}

.listbox, .clistbox {
font-size:15px;
width:90%;
max-width:480px;
text-align:left;
font-weight: normal;
overflow:auto;
}
.clistbox {
width:100%;
max-width:360px;
text-align:center;
padding:6px 16px 6px 16px;
}

.footer {
margin-top:40px;
margin-bottom:40px;
font-size:13px;
font-weight:normal;
padding:5px;
}

