	
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */
/* HEADER */
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */

header .header-favourites {
	display: none;
}
header .logo {
	margin: 10px auto;
	width: 300px;
}
header .logo a img {
	width:100%;
	height:auto;
}

header .header-inner {
	width: 60%;
	float: left;
}
header .logo {
	margin: 10px auto 10px 10%;
}
nav.margin-bottom {
	width: 100%;
	float: left;
}
p.nav-text {
	margin-top: -62px;
	margin-bottom: 0;
	width: 60px;
	float: right;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 14px;
	line-height: 1;
}

/* = - = - = - = - = NAVIGATION = - = - = - = - = */
.top-nav li {
	font-family: 'TodaySansHEF-Light', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.nav-text {
	font-family: 'TodaySansHEF-Light', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */
/* CONTENT */
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */

.content-wrap {
	width: 100%;
}
.content {
	margin: 0px auto;
	padding: 20px 0;
	width: 90%;
}

/* = - = - = - = - = MAIN CONTENT = - = - = - = - = */
.content .main-content {
	float: left;
}
.content .main-content p img {
	width: 100%;
}


/* = - = - = - = - = FULL WIDTH = - = - = - = - = */
.content .main-content {
	width: 100%;
}
.content .main-content img {
	max-width: 100%;
}


@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 800px) {

}
@media only screen and (min-width: 1000px) {

/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */
/* HEADER */
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */

header {
	position: relative;
}

header .mobile-header-top { display: none; }

header .header-favourites {
	display: block;
	position: absolute;
	right: 0px;
	top: -6px;
}
header .header-favourites p {
	text-transform: uppercase;
	
}
header .header-favourites p a {
	color: #517BA5;
	font-size: 0.9em;
	line-height: 1;
}
header .header-favourites p a:hover {
	text-decoration: none;
}


header .header-inner {
	margin: 18px auto 0px;
	color: #517BA5;
	font-family: 'TodaySansHEF-Light', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	position: relative;
}
header .header-inner p {
}
header .logo {
	float: left;
}

header .header-inner {
	width: 960px;
}
header .header-inner p {
	font-size: 15px;
}


header .logo {
	margin: 0 auto 0 2px;
	width: 300px;
}


/*newnav*/
header .header-inner {
	width: 960px;
	float: none;
	margin: 18px auto 0;
}
nav.margin-bottom {
	width: 100%;
	float: left;
}
/*newnav*/


}



/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */
/* MY FAVOURITES */
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */

p.sub-intro {
	font-size: 1.1em;
}

.send-to-friend {
	float: left;
	width: 100%;
}
.send-to-friend p {
	text-align: right;
	font-size: 1.1em;
}
.send-to-friend.bottom {
	padding-top: 10px;
}


