/* 
    Created on : Jun 19, 2015, 12:33:08 PM
    Author     : fpereira
*/
/* 
    Created on : Jun 19, 2015, 12:26:26 PM
    Author     : fpereira
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
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;
  vertical-align: baseline;
}
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;
}
/***************
 MV specific reset CSS
 */
* {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/*****************
 * Util
 */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.noscroll {
  overflow: hidden;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 12, 2012 */
@font-face {
  font-family: 'tstarbold';
  src: url('../fonts/tstar-bold-webfont.eot');
  src: url('../fonts/tstar-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-bold-webfont.woff') format('woff'), url('../fonts/tstar-bold-webfont.ttf') format('truetype'), url('../fonts/tstar-bold-webfont.svg#tstarbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstarbold_italic';
  src: url('../fonts/tstar-bolditalic-webfont.eot');
  src: url('../fonts/tstar-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-bolditalic-webfont.woff') format('woff'), url('../fonts/tstar-bolditalic-webfont.ttf') format('truetype'), url('../fonts/tstar-bolditalic-webfont.svg#tstarbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstar_headlinebold';
  src: url('../fonts/tstar-headline-webfont.eot');
  src: url('../fonts/tstar-headline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-headline-webfont.woff') format('woff'), url('../fonts/tstar-headline-webfont.ttf') format('truetype'), url('../fonts/tstar-headline-webfont.svg#tstar_headlinebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstaritalic';
  src: url('../fonts/tstar-italic-webfont.eot');
  src: url('../fonts/tstar-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-italic-webfont.woff') format('woff'), url('../fonts/tstar-italic-webfont.ttf') format('truetype'), url('../fonts/tstar-italic-webfont.svg#tstaritalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstar_lightregular';
  src: url('../fonts/tstar-light-webfont.eot');
  src: url('../fonts/tstar-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-light-webfont.woff') format('woff'), url('../fonts/tstar-light-webfont.ttf') format('truetype'), url('../fonts/tstar-light-webfont.svg#tstar_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstar_light_italicitalic';
  src: url('../fonts/tstar-lightitalic-webfont.eot');
  src: url('../fonts/tstar-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-lightitalic-webfont.woff') format('woff'), url('../fonts/tstar-lightitalic-webfont.ttf') format('truetype'), url('../fonts/tstar-lightitalic-webfont.svg#tstar_light_italicitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tstarregular';
  src: url('../fonts/tstar-regular-webfont.eot');
  src: url('../fonts/tstar-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tstar-regular-webfont.woff') format('woff'), url('../fonts/tstar-regular-webfont.ttf') format('truetype'), url('../fonts/tstar-regular-webfont.svg#tstarregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  color: inherit;
}
body {
  -moz-osx-font-smoothing: grayscale;
  font-family: tstarregular;
  font-size: 14px;
  color: #333;
}
strong {
  -moz-osx-font-smoothing: grayscale;
  font-family: tstarbold;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.page {
  min-width: 1000px;
}
header:before,
footer:before,
section:before,
header:after,
footer:after,
section:after {
  content: " ";
  display: table;
}
header:after,
footer:after,
section:after {
  clear: both;
}
header .left,
footer .left,
section .left {
  float: left;
  width: 50%;
}
header .right,
footer .right,
section .right {
  float: right;
  width: 45.83%;
}
h2 {
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  font-family: tstarbold;
}
header .left img {
  position: absolute;
}
header .right img {
  float: left;
  margin-left: -143px;
  position: relative;
  top: 70px;
}
.about {
  background-color: #faca2e;
  padding: 100px 0;
}
.about .text {
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-family: tstarbold;
  line-height: 20px;
  max-width: 430px;
}
.about p {
  margin-bottom: 20px;
}
.author {
  background-color: #3e3e3e;
  padding: 50px 0 90px ;
}
.author .left {
  text-align: right;
}
.author .left figure {
  float: right;
  margin-right: 70px;
  position: relative;
  z-index: 1;
}
.author .right h2 {
  color: #faca2e;
  margin-bottom: 30px;
}
.author .right p {
  margin-bottom: 20px;
}
.author .right .text {
  color: #fff;
  line-height: 20px;
  max-width: 430px;
}
.slider {
  height: 548px;
  padding: 70px 0 40px;
}
.slider .content {
  position: relative;
}
.slider .slick-slider {
  margin-bottom: 0;
  height: 100%;
}
.slider h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 00px;
  text-align: center;
  color: #faca2e;
}
.slider h2 .fa {
  margin-top: 10px;
  display: block;
}
.slider .comment {
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-family: tstarbold;
}
.slider .comment .msg {
  max-width: 670px;
  margin: 0 auto;
  padding: 130px 0 30px;
  line-height: 24px;
}
.slider .comment .comment-author {
  display: block;
  padding-top: 50px;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: tstarregular;
}
.slider .comment .comment-author strong {
  display: block;
  padding-bottom: 5px;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: tstarbold;
}
.slider .slick-prev,
.slider .slick-next {
  width: 36px;
  height: 60px;
}
.slider .slick-prev {
  background: url(../img/arrow-left.png);
}
.slider .slick-next {
  background: url(../img/arrow-right.png);
}
.stores {
  padding: 35px 0 70px;
  background-color: #ebebeb;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: tstarbold;
}
.stores h2 {
  margin-bottom: 20px;
}
.stores .text {
  margin-bottom: 40px;
}
.stores .images {
  opacity: .5;
}
.stores .images a {
  display: inline-block;
  height: 120px;
  min-width: 120px;
  margin: 0 20px;
  background: no-repeat center;
}
.stores .images .fnac {
  background-image: url(../img/store-fnac.png);
  width: 100px;
}
.stores .images .wook {
  background-image: url(../img/store-wook.png);
  width: 251px;
}
.stores .images .bertrand {
  background-image: url(../img/store-bertrand.png);
  width: 120px;
}
footer {
  background-color: #656565;
  text-align: right;
  padding: 5px 10px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}
