/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, 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;
}
/* 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;
}

img{
	border-style:none;
	vertical-align:top;
	
}
.img100{
	width:100%;
	height:auto;
}
strong{
  font-weight:  bold;
}
a{
	text-decoration:none;
	color: #ffffff;
}
a:active{outline:none;}
.clearer{clear:both;}
sup{
	font-size: 0.6em;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body{
	font-family: 'Roboto', Arial;
	font-weight:  300;
	font-size:15px;
	line-height:inherit;
	background-color:#000000;
	color:#ffffff;
}
.center{
	width:95%;
	max-width:1200px;
	margin:0 auto;
}


/* header */

.header{
	
}
.header .headerimg img{
	width:100%;
	height: auto;
	
}
/* header */

/* nav */
nav{
	font-size: 20px;
	font-family: 'Roboto', Arial;
}
nav ul{
	display:block;
	width:100%;
	margin: 0 auto;
}
nav a{color:#ffffff;}

nav .selected a{color:#ffffff;}
nav li{
	float:left;
	padding:10px 2% 7px 0;
	font-size: 18px;
	text-align: center;
	text-transform:uppercase;
}

.moving{
	position:fixed;
	top:0;
	left:0;
	right:0;
	/*border-bottom: 1px solid #ffffff;*/
	background: rgba(0, 0, 0, 0.7);
	z-index:99;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.moving li{
	padding:1% 0% 1% 2%;
}
/* nav */

h1{
	font-size: 48px;
	line-height:48px;
	font-weight: normal;
	margin:0 0 10px 0;
	text-transform: uppercase;
	font-family: 'Anton';
}
h2{
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding:20px 0 10px 0;
}
h3{
	font-size: 20px;
	font-weight: bold;
	margin:10px 0 10px 0;
}
p{
	line-height: 22px;
}

.blockpad{
	padding:15px 0 5px 0;
}
.blockpad2{
	padding:0 0 5px 0;
}
.button{
	text-align: right;
}

.leftbutton{
	text-align: left;
}
.button a{
	margin:10px 0;
	display: inline-block;
	background: #ff0000;
	padding:5px 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

 .bottomright{
	position: absolute;
	bottom:0; 
	right:0;
}
 .bottomleft{
	position: absolute;
	bottom:0; 
	left:0;
}
.button a.grey {
	background: #4c4c4c;
	width:75%;
}

.quote{
	font-size:20px;
	line-height: 30px;
	padding:10px 0 5px 0;
	text-align: center
}
.quote span{
	font-size:18px;
	color: #818181;
}

/* content  blocks and cols*/
.content{padding-top:20px;}
.newblock{
	margin:2% 0;
	border-top: 2px solid #818181;
	padding:2% 0 0 0;
}
.noline{
	margin:2% 0;
	border:none;
}
.halfright{
	float: right;
	width:50%;
	
}
.halfleft{
	float: left;
	width:50%;
	
}
.tablecontainer{
	display: table;
	width:100%;
}
.equal2{
	display: table-cell;
	width:2%;
	
}
.equal32{
	display: table-cell;
	width:32%;
}
.equal15{
	display: table-cell;
	width:15%;
}
.equal49{
	display: table-cell;
	width:49%;
}

.social{
	width: 50px;
	height: auto;
	display: inline;
}

.button-prev{
    position: absolute;
    left: 15px;
    top: 50%;
	margin-top:-12px;
    z-index: 2;
	
}
.button-next{
    position: absolute;
    right: 15px;
    top: 50%;
	margin-top: -12px;
    z-index: 2;
	
}
.button-prev img, .button-next img{
	height: 24px;
	width:auto;
}

.swiper-pagination-bullet {
     background-color: #ffffff !important;
	opacity: 0.4!important;
}

.swiper-pagination-bullet-active {
     background-color: #ffffff;
	opacity:1 !important;
}
@media screen and (max-width:815px){
	
	.halfright, .halfleft{
		float: none;
		width: 100%;

	}
	
	nav li{
		padding:7px 2% 3px 0;
		font-size: 14px;
		
	}
	.moving li{
		padding:1% 0% 1% 2%;
	}
}
/* content */
/* intro */
.intro{
	position: relative;
	
}
.rightmovie{
	float: right;
	width:66%;
}

.lefttext{
	float: left;
	width:33%;
}

/* intro */

@media screen and (max-width:815px){
	
	.rightmovie, .lefttext{
		float: none;
		width: 100%;

	}
}

/* flex  */

.content6,.content3,.content2,.content2x {
    display:flex;
    flex-wrap:wrap;
}

.content6,.content3,.content2,.content2x {
	padding:15px 0 5px 0;
}
/*
.content6 div,.content3 div,.content2 div{
	padding-top: 15px;
}*/

.content6 > * {
    width:15%;
    padding:0 0.75%;
	position: relative;
}

.content3 > * {
    width:32%;
    padding:0 0.66%;
	position: relative;
}


.content2 > * {
    width:48%;
    padding:0 1%;
	position: relative;
}
.content2x > * {
    width:48%;
    padding:0 1%;
	position: relative;
}


@media screen and (max-width:1100px){
	
.content6 > * {
    width:32%;
    padding:0 0.66%;
}
}
@media screen and (max-width:700px){
	
.content6 > * {
    width:48%;
    padding:0 1%;
}
		
.content3 > * {
    width:48%;
    padding:0 1%;
}
.content31 > * {
    width:100%;
    padding:0%;
}
	
.content2 > * {
    width:100%;
    padding:0%;
}
	
.content2x > * {
    width:100%;
    padding:0%;
}
	
.content2 > *:nth-child(2) {order:-1;}
	
	
.blockpad2{
	padding:15px 0 5px 0;
}
	
}


/* flex 6 */




