.unvisible {
  display: none;
}
@-webkit-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #000;
  color: #fff;
  padding-top: 85px;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
header {
  background: #000;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
}
header #logo {
  background-image: url("logo_32.png");
  text-indent: -1000px;
  display: inline-block;
  text-decoration: none;
  margin-top: 14px;
  margin-left: 5%;
  width: 32px;
  height: 32px;
}
.burger,
.close {
  color: #fff;
  background: transparent !important;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 45px 0 5px;
  position: absolute;
  right: 5%;
  text-transform: uppercase;
  top: 20px;
}
.burger:after,
.close:after {
  color: #fff;
  background-image: url('/menu.png');
  background-position: left top;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
}
.close,
.close:after {
  color: #000;
}
.close {
  right: 5%;
  text-transform: uppercase;
  top: 20px;
}
.policies-show {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}
.policies-hide {
  opacity: 0;
  transition: opacity 1s linear;
}
body.active .burger:after,
.close:after {
  color: #000;
  background-image: url('/menu.png');
  background-position: left bottom;
}
body.active .burger,
body.active #logo {
  color: #000;
}
body.active footer {
  color: #fff;
  background: #000;
}
body.active footer a {
  color: #fff;
}
body.active nav[role=navigation] {
  display: block;
}
.js nav[role=navigation] {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  overflow: scroll;
  padding: 80px 5%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  display: none;
}
.js nav[role=navigation] a ,
.projects a {
  color: #000;
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  margin: 20px auto;
  text-transform: uppercase;
  max-width: 1180px;
  -webkit-backface-visibility: hidden;
}
.projects a {
  color: #fff;
}
.no-js nav[role=navigation] {
  color: #fff;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 5%;
}
.no-js nav[role=navigation] a {
  padding-right: 5px;
}
footer a {
  color: #000;
}
footer {
  color: #000;
  background: #fff;
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0;
  padding: 5px 0;
  z-index: 9999;
}
.homepage h1 {
  font-size: 3em;
}

.policies h1 {
  margin-bottom: 15px;
}
.policies p {
  font-size: .8em;
  margin-bottom: 5px;
}
.policies {
  color: #000;
  position: fixed;
  bottom: 0px;
  padding: 20px;
  left: -5%;
  padding: 80px 5%;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #fff;
}
.container:after {
  clear: both;
}
.container > div.col50 {
  float: left;
  width: 50%;
}
.container > div.col33 {
  float: left;
  width: 33%;
}
.container > div.col66 {
  float: left;
  width: 66%;
}
section main,
footer > * {
  margin: 0 5%;
}
@media all and (max-width: 767px) {
  header {
    height: 60px;
  }
  header #logo {
    line-height: 60px;
  }
  header .burger {
    top: 10px;
    padding: 0;
    width: 40px;
    text-indent: -9999px;
  }
  .js nav[role=navigation] a {
    font-size: 40px;
    line-height: 45px;
    margin: 10px auto;
  }
  .js nav[role=navigation] {
    padding: 60px 5%;
  }
  .no-js nav[role=navigation] {
    line-height: 60px;
  }
}



span.mini {
  display:  block;
  font-size: 30px;
  padding-left: 10px;
  line-height: 10px;

}


@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon/icomoon.eot');
	src:url('/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon/icomoon.woff') format('woff'),
		url('/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}




.sb-search-input {
  position: absolute;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-icon-search {
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}
