@charset "UTF-8";
/* CSS Document */

/*-----------------*/
/*----- RESET -----*/
/*-----------------*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}

:focus {outline: 0;}


html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body{
	background: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'focus_lfregular';
	color: rgba(255,255,255,0.8);
	-webkit-font-smoothing: antialiased;
}
a:link, a:visited{
	color:rgba(255,255,255,0.8);
	text-decoration:none;
	font-family: 'focus_lfregular';
/* 	font-size: 18px; */
	font-weight: normal;	
}
a:link:hover{
	color:white;	
}

.mobile a:link {
  font-size: 50px;
  line-height: 2em;
}
h1{
	font:normal 60px/60px 'focus_lfregular', sans-serif;
	margin-bottom:6px;
}
h2{
	font:normal 18px/18px 'focus_lfregular', sans-serif;
	text-transform:uppercase;
	margin-bottom:15px;
}

.mobile h1 {
    font-size: 100px;
    line-height: 1.5em;
}

.mobile h2 {
    font-size: 50px;
    line-height: 1.2em;
}

#header{
	width:250px; /*380*/
	height:110px; /*200*/
	position:absolute;
	left:50px;
	top:0;
	background:url(../images/bg.png);
	padding:30px 80px 60px 50px;
	font:normal 18px/18px 'focus_lfregular', sans-serif;
	z-index:100;
}

.mobile #header {
    left: 0px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    padding: 10px 0px 250px 0px;
    margin: 0px auto;
    text-align: center;
}


.mobile #container, .mobile #slider {
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

a#prev, a#next, a#prev-resize, a#next-resize {
	display:block;
	width:28px;
	height:31px;
	padding:10px 11px;
	background:url(../images/bg.png);
	position:absolute;
	z-index:100;
	display: none;
	font-size: 50px;
	line-height: 20px;
	color: rgba(255,255,255,0.8);
}

a#prev, a#prev-resize {
	left:50px;
	top:50%;
}
a#next, a#next-resize {
	right:50px;
	top:50%;
}

.mobile a#prev, .mobile a#next, .mobile a#prev-resize, .mobile a#next-resize {
  height: 150px;
  width: 150px;
  line-height: 120px;
  font-size: 150px;
  text-align: center;
}

a#prev:hover, a#next:hover, a#prev-resize:hover , a#next-resize:hover {
	color: white;
}

a#prev-resize, a#next-resize {
    display: none;
}

#container {
  position:relative;
  top:0;
  height:100%;
}
#slider {
  position:relative;
  height:100%;
}

#slider img {
    height:100%;
    float: left;
    display: none;
}

@media only screen and (max-width : 320px) {
    .mobile #slider img {
        height: 445px;
    }
}


@media only screen and (min-width : 321px) {
     .mobile #slider img {
        height: 210px;
    }
}

/* iPhone [portrait + landscape] */
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .mobile #slider img {
        height: 980px;
    }
}*/

@media only screen and (max-width : 320px) {

  .mobile #slider img {
    height: 100%;
  }  

  .mobile #header {
      left: 0px;
      width: 100%;
      margin: 0;
      font-size: 12px;
      padding: 10px 0px 50px 0px;
      margin: 0px auto;
      text-align: center;
  }


  .mobile #container, .mobile #slider {
      overflow: hidden;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
  }  

  .mobile h1 {
      font-size: 30px;
      margin-top: 5px;
      margin-bottom: 3px;
  }

  .mobile h2 {
      font-size: 16px;
  }
}

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

   .mobile #slider img {
    height: 100%;
  }   
}


a {
  font-family:sans-serif;
  color:#000;
  text-decoration:none;
  font-weight:bold;
}