* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
}
a:active, a:focus {
	outline: none;
}
button span {
	display : none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	color: #000000;
	margin: 0;
	width: 100%;
	height: 100%;
}
.centre {
	display: block;
	position: relative;
	margin: auto;
	width: 984px;
	clear: both;
}

a {
    text-decoration: none;
}

.centre {
    display: block;
    margin: auto;
    max-width: 1197px;
    width: 100%;
    clear: both;
}

@media (max-width: 1210px) {
    .centre {
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .centre {
        padding: 0 0px;
    }
}

.bgc18 {
    background-color: #FB1E9D;
}

.bgc18:hover {
    background-color: #ed1164;
}

.c0 {
    color: #ffffff;
}

.c11 {
    color: #252525;
}

.b {
    font-weight: bold;
}

.ttu {
    text-transform: uppercase;
}

.bt34 {
    padding: 8.5px 15px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: none !important;
    }
}

.txtcenter {
    text-align: center;
}

@media (min-width: 1px) and (max-width: 640px) {
    .small-hidden {
        display: none !important;
    }
}

.pt20 {
    padding-top: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.fs13 {
    font-size: 13px;
}

.fs16 {
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

#page_rush {
    padding: 40px 0;
}

#page_rush #logo {
    position: absolute;
    top: 25px;
    left: 10px;
    max-width: 137px;
    display: inline-block;
}

@media (max-width: 640px) {
    #page_rush {
        padding: 10px 10px;
    }

    #page_rush #logo {
        position: relative;
        top: 0px;
        left: 0px;
        max-width: 118px;
        margin-bottom: 10px;
    }
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }