html, body, ul, ol {
  margin: 0;
  padding: 0; }

body {
  font-family: "Quicksand", sans-serif;
  padding-bottom: 100px; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee; }
@media(max-width: 1200px) {
  .menu.open {
    height: 100%;
    overflow: auto; } }
  .menu .mobile-menu-handle {
    float: right;
    padding-right: 10px;
    cursor: pointer; }
@media(min-width: 1200px) {
  .menu .mobile-menu-handle {
    display: none; } }
.logo {
  float: left;
  margin-left: 10px;
  margin-top: 3px; }
@media(min-width: 1200px) {
  .logo {
    margin-left: 50px; } }
  .logo img {
    height: 50px;
    width: 50px;
    vertical-align: top; }
  .logo > span {
    vertical-align: top;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    padding-left: 10px;
    line-height: 50px;
    color: black; }
    .logo > span .photograph {
      color: #ef8d00;
      vertical-align: top;
      font-size: 10px; }

ul.menu-items {
  background-color: white;
  padding-top: 80px;
  text-align: center;
  display: none;
  margin-top: -1px; }
  .menu.open ul.menu-items {
    display: block; }
@media(min-width: 1200px) {
  ul.menu-items {
    display: block;
    background-color: transparent;
    margin-right: 40px;
    float: right;
    padding-top: 0px; } }
  ul.menu-items li {
    display: block;
    list-style: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: pointer;
    height: 58px; }
@media(min-width: 1200px) {
  ul.menu-items li {
    display: inline-block; } }
    ul.menu-items li:not(.notSelectable):hover {
      background-color: rgba(255, 255, 255, 0.3); }
      ul.menu-items li:not(.notSelectable):hover a:hover {
        color: #ef8d00; }
    ul.menu-items li a {
      color: inherit;
      text-decoration: none;
      height: 100%;
      display: block;
      padding-left: 10px;
      padding-right: 10px; }
    ul.menu-items li.notSelectable, ul.menu-items li.notSelectable:hover {
      cursor: inherit;
      color: iniherit; }

.slides-navigation {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .slides-navigation .next, .slides-navigation .prev, .slides-navigation .close {
    color: rgba(255, 255, 255, 0.7);
    height: 50px;
    width: 50px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
    font-size: 30px; }
    .slides-navigation .next:hover, .slides-navigation .prev:hover, .slides-navigation .close:hover {
      color: white;
      border: 2px solid white; }
  .slides-navigation .close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 15px;
    height: 25px;
    width: 25px;
    line-height: 25px; }

.slidesDiv {
  overflow: hidden; }
  .slidesDiv:hover .slides-navigation {
    opacity: 1; }

.slides-pagination a {
  border: 1px solid white;
  margin-bottom: 10px; }
  .slides-pagination a.current {
    background-color: white; }

.page {
  clear: both;
  padding: 10px 20px;
  z-index: 1;
  position: relative; }
  .page > div {
    max-width: 1050px;
    margin: 0 auto; }
  .page h1 {
    color: #ef8d00;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 80px 0 30px 0; }
  .page p {
    text-align: justify;
    color: #848484;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400; }

.awardsPage img {
  max-width: 100%; }

.about {
  padding-bottom: 70px; }
  .about img.left {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px; }
  .about img.right {
    float: right;
    padding-left: 20px;
    padding-top: 20px; }
  .about p {
    max-width: 900px;
    margin: 20px auto; }
    .about p .author {
      text-align: right;
      font-style: italic;
      padding-top: 5px; }
  .about a {
    text-decoration: none;
    color: #ef8d00; }

.about {
  background-color: #f9f9f9; }

a.withDelta {
  position: absolute;
  top: 0px;
  display: block; }

.separator {
  margin-top: 17px;
  margin-bottom: 18px; }
  .separator.small {
    height: 1px;
    background-color: #888888;
    width: 69px;
    position: relative;
    display: block;
    margin: 10px auto 80px auto; }

.copyright {
  margin-top: 100px;
  color: #ef8d00;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center; }
  .copyright .copyrightDev {
    margin-top: 50px;
    font-size: 9px;
    color: #888888; }
    .copyright .copyrightDev a {
      text-decoration: underline;
      color: #888888; }
  .copyright .separator {
    margin: 10px auto 20px auto; }

h1 span {
  color: #848484;
  padding: 0 25px;
  display: inline-block;
  cursor: pointer; }
h1 span.active {
  color: inherit; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.gallery .thumbnails {
  text-align: center; }
.gallery .thumbnail {
  width: 200px;
  height: 200px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  margin: 5px; }

.overSlider {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black; }
  .overSlider img {
    max-height: 100% !important;
    max-width: 100% !important;
    top: 50% !important;
    left: 50% !important;
    height: auto !important;
    width: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important; }

.contact p {
  font-size: 20px;
  text-align: center; }
.contact form.pure-form {
  text-align: center; }
  .contact form.pure-form input {
    margin: 0 auto; }

.p-center {
  text-align: center; }

.recentArticles ul {
  text-align: center; }
  .recentArticles ul li {
    list-style: none;
    display: inline-block;
    margin: 15px 30px; }
    .recentArticles ul li a {
      text-decoration: none; }
      .recentArticles ul li a:hover p {
        color: #ef8d00; }
.recentArticles .separator.small {
  margin-bottom: 20px; }

.cube1, .cube2 {
  background-color: #333333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: cubemove 1.8s infinite ease-in-out;
  -webkit-animation: cubemove 1.8s infinite ease-in-out; }

.recentArticles {
  min-height: 390px; }

.spinner {
  margin: 110px auto;
  width: 32px;
  height: 32px;
  position: relative; }

.cube2 {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg); } }
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5); }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg); }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }

  100% {
    transform: rotate(-360deg); } }
