@charset "UTF-8";

/* CSS Document */

/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			edited by ForbiddenToast.com 
License: none (public domain)
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*//*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* = General
-----------------------------------------------------------------------------*/

html {
	background-image: url(images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 40px;
}

div#wrapper {
	min-width: 315px;
}

.vaMid {
	display: inline-block;
	vertical-align: middle;
}

/* = Boxes
-----------------------------------------------------------------------------*/

ul.boxes {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 0;
	text-align: center; /*to be able to center li*/
	visibility: hidden;
}

ul.boxes li {
	position: relative; /*to be able to change z-index for animation*/
	display: inline-block; /*to be able to center li*/
	width: 19%;
}

ul.boxes li img {
	width: 100%;
}

/* = cta
-----------------------------------------------------------------------------*/

div#cta {
	color: #1e597f;
	padding: 10px;
	background-color: #def739;
	visibility: hidden;
	text-align: center;
}

div#cta h1 {
	font-family: 'Passion One', cursive;
	font-size: 56px;
	max-width: 800px;
	margin: 0 auto;
	padding: .8% 5%;
}

div#cta img.targetLogo {
	width: 388px;
	margin: 0 auto;
	visibility: hidden;
}

/* = footer
-----------------------------------------------------------------------------*/

div#footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3%;
	font-family: Abel;
	color: #1e597f;
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 1%;
}

div#footer div.left {
	padding-top: 2.5%;
	float: left;
}

div#footer div.right {
	text-align: right;
	float: right;
}

div#footer img.rating {
	width: 50px;
}

div#footer img.sonyLogo {
	width: 30px;
	padding-left: 2%;
}

div#footer .sonyLegal {
	padding-bottom: 1%;
}

/*--------------------------------------------------------------------------------------
@media Queries
--------------------------------------------------------------------------------------*/

/* iPhone6+ landscape (736px), iPhone6 landscape (667px) and below
-----------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {

div#cta p {
	font-size: 34px;
}

div#cta img.targetLogo {
	width: 175px;
}

div#footer {
	font-size: 7px;
}
div#footer img.rating {
	width: 30px;
}

div#footer img.sonyLogo {
	width: 18px;
}
}

/* iPhone6+ portrait (414px) and below
-----------------------------------------------------------------------------*/
@media screen and (max-width: 414px) {

ul.boxes li {
	width: 24%;
	padding: 0 1%;
}

div#cta p {
	line-height: 30px;
}

div#footer {
	font-size: 6px;
}
}

/* iPhone6 portrait (375px) and below
-----------------------------------------------------------------------------*/
@media screen and (max-width: 375px) {
}

/* iPhone4/5 portrait (320px) and below
-----------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

div#cta p {
	font-size: 28px;
	line-height: 26px;
}

div#cta img.targetLogo {
	width: 140px;
}
}
