@import url("https://fonts.googleapis.com/css?family=Anton|Syncopate|Titillium+Web");
@charset "utf-8";

/* body */
body {
	min-height:100%;
	margin:0;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:20px;
	color:#000;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
input {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}
textarea, option, select {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}
button {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}

/* select */
::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #FFF;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #FFF;
}

/* loading */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #FFFFFF;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* menu */
#menu{
	font-family:'Titillium Web', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
}
#menu a{
    color: #fff;
    text-decoration: none;
}
#menu a:hover{
    color: #999;
    text-decoration: none;
}
#menu  ul li.active > a {
    color: #999;
}
a.menu-link {
  	float: center;
	display: block;
	padding: 10px;
	font-family:'Titillium Web', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
	.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
	nav[role=navigation].active {
	max-height: 15em;
}
	nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
	nav[role=navigation] li a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
}
@media screen and (min-width: 48.25em) {
	a.menu-link {
	display: none;
}
	.js nav[role=navigation] {
	max-height: none;
}
	nav[role=navigation] ul {
	margin: 0 0 0 -0.25em;
	border: 0;
}
	nav[role=navigation]  li {
	display: inline-block;
	margin: 0 0.25em;
}
	nav[role=navigation] li a {
	border: 0;
}
}

/* divs */
#pag {
	width:100%;
	height:auto;
}

/* video */
#home_video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* animation plugin item */
.bg-init,
.animsition-overlay-slide {
    background-color: #000000;
}
.item {
}

/* divs */
#pag {
	width:100%;
	height:auto;
}