
/* --- Lookup --- */

.lookup{
	/* Always use these definitions, search and replace for changes. */
	color: #001246; /* Blue */
	color: #2bff8d; /* Green */
	color: #000000; /* Black */
	color: #ffffff; /* White */
	color: #ff477d; /* Pink */
	font-family: LuloCleanOne;
	font-family: LuloCleanOne-Bold;
}

/* --- Html --- */

html{
	/* Define general font size here, rem is based on this */
    font-size: 22px;
    -moz-osx-font-smoothing: grayscale;
    font-family: LuloCleanOne;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #001246; /* Blue */
    color: #2bff8d; /* Green */
}

body{
    line-height: 30px;
}

.small-phone{
    font-size: 15px;
}

.fill-browser{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.page{
	display: table;
	width:100%;
	height:100%;
}

.fixed-top{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}
.fixed-bottom{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:1000;
}

.fixed-top-left{
	position:fixed;
	top:0;
	left:0;
	z-index:1001;
}
.fixed-top-right{
	position:fixed;
	top:0;
	right:0;
	z-index:1001;
}
.fixed-bottom-left{
	position:fixed;
	bottom:0;
	left:0;
	z-index:1001;
}
.fixed-bottom-right{
	position:fixed;
	bottom:0;
	right:0;
	z-index:1001;
}

.top,
.middle,
.bottom{
	display: table-row;
}
.top,
.bottom
{
	height: 0;
}
.middle{
	height: auto;
}


.max-width{
    display: block;
    max-width: 900px;
    margin: 0 auto;
}





/* --- Html --- */

a,
a:active,
a:hover,
a:visited
{
    color: #2bff8d; /* Green */
    text-decoration: none;
}

/* --- Headline --- */

h1,
h2,
h3,
h4,
h5
{
    color: #ff477d; /* Pink */
    line-height: 120%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    font-weight: 400;
}

h1,
h2
{
    font-size: 33px;
}

h3,
h4,
h5
{
    font-size: 35px;
}

.small-phone h1,
.small-phone h2
{
    font-size: 22px;
}

.small-phone h3,
.small-phone h4,
.small-phone h5
{
    font-size: 15px;
	background-color:red;
}

h5
{
    text-align: inherit;
}


/* --- Header --- */

.header
{
    padding: 60px 0 0 0;
}

.small-phone .header
{
    padding: 30px 0 0 0;
}

.navigation
{
    text-align: center;
    padding: 0;
    margin: 0;
}

.navigation li
{
    display: inline;
    margin: 0;
    padding: 0;
}

.navigation li a
{
    display: inline-block;
    font-size: 10px;
    text-align: center;
    padding: 5px 15px;
    margin: 0 8px;
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    font-weight: 400;
}

.small-phone .navigation li a
{
    padding: 0px 9px;
}

.navigation li a.selected
{
    background-color: #2bff8d; /* Green */
	color: #001246; /* Blue */
}


/* --- Body --- */

.body{
	padding-bottom: 110px;
}

body.phone .body{
	padding-bottom: 60px;
}

.small-phone .body{
	padding-bottom: 50px;
}

/* --- Footer --- */



.footer
{
    background-color: #ffffff; /* White */
	color: #000000; /* Black */
    text-align: center;
    padding: 20px 15px 50px 15px;
    border-style: solid;
	font-size:13px;
}

.footer a,
.footer a:active,
.footer a:hover,
.footer a:visited
{
    color: #000000; /* Black */
}


.footer-logo
{
    width: 100px;
    display: inline;
    background-color: #000000; /* Black */
    cursor: pointer;
    outline-style: solid;
    outline-width: 2px;
    outline-color: #ffffff; /* White */
}

.footer-navigation
{
    margin: 15px auto 0 auto;
}

.footer-navigation li
{
    display: inline-block;
    list-style-type: none;
    letter-spacing: 4px;
    position: relative;
    margin: 15px 10px 0 10px;
	line-height:20px;
	text-align:center;
}




/* --- Body --- */


.paragraph,
.subh,
.youtube-video-iframe,
h1,
h2,
h3,
h4,
h5,
img,
p,
ul
{
    margin-top: 30px;
}

.small-phone .paragraph,
.small-phone .subh,
.small-phone .youtube-video-iframe,
.small-phone h1,
.small-phone h2,
.small-phone h3,
.small-phone h4,
.small-phone h5,
.small-phone img,
.small-phone p,
.small-phone ul
{
    margin-top: 25px;
}

ul li
{
    margin-top: 15px;
    text-align: left;
    list-style-type: none;
}

.block
{
    padding: 80px 0 0;
	overflow: hidden;
}

.small-phone .block{
    padding: 20px 0 0;
}

body.phone .block{
    padding: 30px 0 0;
}

.content
{
    padding: 0 45px 0 0;
}

.small-phone .content
{
    padding: 0 20px 0 0;
}

.row
{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.column
{
    padding: 0 0 0 45px;
	display:table-cell;
	vertical-align:top;
}

.small-phone .column
{
    padding: 0 0 0 20px;

}

.small-phone .column,
body.phone .column
{
	display:block;
}



.part
{
    display: table;
    width: 100%;
}


/* --- Part Children --- */

.column>.column
{
    padding: 0;
}

.image-area,
.text-area
{
    margin: 40px 0 0;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

.text-area.align-center
{
    text-align: center;
}

.text-area.align-right
{
    text-align: right;
}

img
{
    min-height: 20px;
    display: block;
}

.youtube-video-iframe,
img
{
    width: 100%;
}

.long-text
{
    text-align: justify;
    font-family: LuloCleanOne;
    font-size: 12px;
    text-transform: none;
	letter-spacing:1px;
}




/* --- Specials --- */

.big-logo
{
    width: 800px;
    margin: 30px auto 0 auto;	
}

.small-logo
{
    width: 200px;
    margin: 50px auto -50 auto;
}

/* --- Store Link --- */

a.store-link,
a:active.store-link,
a:hover.store-link,
a:visited.store-link
{
    display: inline-block;
    text-align: center;
    margin: 15px 8px 0 8px;
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    font-weight: 400;
    overflow: hidden;
    line-height: 167%;
    padding: 0;
    width: 100%;
	max-width: 215px;
    height: 114px;
    background-color: #ffffff; /* White */
    font-size: 12px;
    cursor: pointer;
    color: #000000; /* Black */
	border-radius:6px;
}

.small-phone a.store-link,
.small-phone a:active.store-link,
.small-phone a:hover.store-link,
.small-phone a:visited.store-link {
    width: 100%;
	max-width: 215px;
    height: 75px;
}

.store-link .logo
{
    display: block;
    clear: both;
    background-size: 100%;
    width: 44px;
    height: 44px;
    background-image: url(/images/apple-black-128x128.png);
    margin: 20px auto 11px auto;
}

.small-phone .store-link .logo
{
    background-size: 100%;
    width: 20px;
    height: 20px;
    background-image: url(/images/apple-black-128x128.png);
    margin: 15px auto 7px auto;
}

.store-link.google-play-link .logo
{
    background-image: url(/images/android-black-128x128.png);
}

/* --- Page index --- */

.page-index{
	display:table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width:700px;
	margin: 0 auto;
	vertical-align:top;
}

.page-index-left-side,
.page-index-right-side
{
	margin:0;
	padding:0;
	display:table-cell;
	width:25%;
	overflow:hidden;
	vertical-align:top;
	
}

.page-index-center{
	margin:0;
	padding:0;
	display:table-cell;
	text-align:center;
	width:50%;
}

.page-index-center span{
	display:inline;
	cursor:default;
}

.small-phone .page-index-center{
	font-size:11px;
}

.page-index-left-side a,
.page-index-right-side a
{
	display:inline;
    font-size: 10px;
    padding: 11px 15px;
    margin: 0 8px;
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    font-weight: 400;
    background-color: #2bff8d; /* Green */
	color: #001246; /* Blue */
}

.small-phone .page-index-left-side a,
.small-phone .page-index-right-side a{
    padding: 2px 2px;
}

.page-index-right-side{
	text-align:right;
}
	
