@import url('fonts.css');

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-break: break-word;
/*	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
*/
	vertical-align: top;
}

section:before,section:after,
.section-inner:before,.section-inner:after,
.section-slideshow:before, .section-slideshow:after  {
    content: "";
    display: table;
} 
section:after,
.section-inner:after,
.section-slideshow:after {
    clear: both;
}
section,
.section-inner,
.section-slideshow:after {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

body{
	background:#dadade url('../_img/bg_poster.png') 90% top no-repeat;
	background-size: 65%;
	color:#000;
	text-align: center;
	font-family: 'Franklin-Gothic', helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.45em;
	letter-spacing:.04em;
	word-spacing: -.08em;
	padding-bottom:100px;
}

h1, h2{
	font-size: 2.1em;
	font-weight:bold;
	margin: 0.75em 0;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0;
}

h2{
	border-top: 1px solid;
	padding:10px 0 20px;
}

h1 span, h2 span{
	font-weight:normal;
	text-transform: none;
	letter-spacing: .02em;
	display: block;
}

h3{
	font-size: 2.2em;
	font-weight:normal;
	margin: 0 0 0.75em 0;
	line-height: 1em;
	padding:10px 0 20px;
}

h4{
	font-size: 1em;
	letter-spacing: 0;
	margin: 1em auto;
	font-family:'Franklin-Gothic-Demi', 'Franklin-Gothic',sans-serif; 
	font-weight: normal;
}

a{
	color: inherit;
}

b, strong, 
.strong {
  font-family: 'Franklin-Gothic-Demi', 'Franklin-Gothic',sans-serif;
  letter-spacing: 0;
}

hr{
	color:inherit; 
	background-color:transparent;
	height: 0;
	text-align:center; 
	border: none;
	border-top: 1px solid rgba(0,0,0,.2);
}

hr.short{
	width: 4em;
	margin: 0 auto;
}

img{
	max-width: 100%;
	margin:0;
}

ol,ul{
	padding-left:0;
	list-style-position: inside;
}

ol.nav,ul.nav{
	list-style: none;
}

ol.nav li a, ul.nav li a{
	display: block;
	padding:4px 0 15px;
	border-top:1px solid rgba(0,0,0,.2);
	text-decoration: none;
}

ol.nav li a:hover, ul.nav li a:hover{
	background-color: rgba(0,0,0,.1);
}

ol.nav li a:focus, ul.nav li a:focus{
	outline: 0;
}

ol.nav li.cycle-pager-active a, ul.nav li.cycle-pager-active a{
	background-color: rgba(0,0,0,.1);
}


/* -----Layout-----*/

section{
	padding:0 5%;
	min-width: 980px;
}

.section-inner{
	max-width: 1200px;
	margin:0 auto;
	text-align: left;
}

.col-1,  .col-2,  .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11,  .col-12{
	display: inline-block;
}

.col-1{width:6.75%;}
.col-2{width:15.25%;}
.col-3{width:23.7%;} 
.col-4{width:31%;}
.col-6{width:48%;}
.col-9{width:74.5%;}

.slide .col-3{width:32%;}
.slide .col-4{width:43%;}
.slide .col-6{width:65%;}

section.intro .section-inner{
	position: relative;
}

section.intro .col-4{
	margin-bottom:12%;
	position: relative;
	z-index: 1;
}

section.intro h1{
  margin: 27% 0 22%;
}

section.intro .intro-img{
	position: absolute;
	top: 3%;
	right: -5%;
	z-index:0;
	display: inline-block;
	width:72%;

}

.laptop {
    background: transparent url('../img/laptop.png') top center no-repeat;
    background-size: contain;
    border: 0;
    overflow: hidden;
}

.laptop img{
    max-height: none!important;
}

.laptop div:first-child {
    margin: 3.5% 13% 10.2%;
    padding-top: 47.5%;
    height: 0;
    position: relative;
    background-color: #000;
    overflow: hidden;
-webkit-box-shadow: 0px 0px 40px 0px rgba(150,150,150,0.35);
-moz-box-shadow: 0px 0px 40px 0px rgba(150,150,150,0.35);
box-shadow: 0px 0px 40px 0px rgba(150,150,150,0.35);
}

.laptop div:first-child :first-child {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}




.section-slideshow .col-2 h3{
    width: 180%;
}

.section-slideshow hr{
    margin: 0 0 -1px;
    position: relative;
    z-index: 200;
}
.cycle-slideshow{
	min-height: 640px;
	float: right;
}

.slide{
	width: 100%;
	height:100%;
}

.slide-text{
    position: relative;
    z-index: 1;
    margin-top: 85px;
    width:40%;
    max-width: 276px;
}

.slide-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 70%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.slide-img img{
	max-height: 100%;
}



