@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,300,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import "https://fonts.googleapis.com/css?family=Raleway:400,900,200,700";
body,
html {
  padding: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  max-width: 100%;
  overflow: visible;
  float: none;
  display: block;
}
*,
*:hover {
  outline: none;
}
*::selection {
  background: rgba(233, 98, 46, 0.8);
}
*::-moz-selection {
  background: rgba(233, 98, 46, 0.8);
}
a {
  color: #e9622e;
  transition: 0.12s;
}
a:visited {
  color: #e9622e;
}
a:hover {
  color: #3a3f52;
  transition: 0.12s;
}
@media (max-width: 550px) {
  a:active {
    outline: none;
    background-color: rgba(233, 98, 46, 0.5);
    color: #ffffff;
  }
}
#logoimage {
  height: 40px;
  background-color: #3a3f52;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 3px;
}
nav {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 5px 5% 1px 5%;
  text-align: center;
}
@media (max-width: 800px) {
  nav {
    position: fixed;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.18);
  }
}
nav .logo {
  background-color: #e9622e;
  display: inline-block;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15pt;
  text-align: center;
  border-radius: 50%;
}
nav #menu-btn {
  float: right;
  font-size: 26pt;
  color: #3a3f52;
  transition: 0.12s;
  display: none;
  position: absolute;
  right: 5%;
  top: 4px;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
nav #menu-btn:hover {
  cursor: pointer;
  color: rgba(58, 63, 82, 0.5);
  transition: 0.12s;
}
@media (max-width: 800px) {
  nav #menu-btn {
    display: block;
  }
}
#menu-lightbox {
  position: fixed;
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  background-color: rgba(58, 63, 82, 0.9);
  z-index: 500;
  display: none;
}
#navigation-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  background-color: #e9622e;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 800px) {
  #navigation-links {
    background-color: #e9622e;
    padding: 0;
    margin: 0 0 0 0;
    position: fixed;
    top: 50px;
    z-index: 10000;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.18);
  }
}
#navigation-links.nav-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5001;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.18);
}
@media (max-width: 800px) {
  #navigation-links.nav-scrolled {
    position: fixed;
    top: 49px;
  }
}
#navigation-links li {
  display: inline-block;
}
@media (max-width: 800px) {
  #navigation-links li {
    display: block;
    margin: 0 0;
  }
  #navigation-links li:nth-child(even) {
    background-color: rgba(49, 53, 68, 0.1);
  }
}
#navigation-links li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 9pt;
  padding: 5px 10px;
  margin: 0 4px;
}
#navigation-links li a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bolder;
}
@media (max-width: 950px) {
  #navigation-links li a {
    font-size: 8pt;
    padding: 5px 4px;
    position: relative;
    top: -1px;
  }
}
@media (max-width: 800px) {
  #navigation-links li a {
    display: block;
    font-size: 12pt;
    letter-spacing: 0.5px;
    padding: 14px 5%;
    text-align: left;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.5);
  }
}
#navigation-links li.active a {
  color: #e9622e;
  font-weight: bolder;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 800px) {
  #navigation-links li.active a {
    background-color: transparent;
    color: #ffffff;
  }
}
.nav-spacer {
  width: 100%;
  display: block;
  height: 50px;
}
@media (max-width: 800px) {
  .nav-spacer {
    height: 0px;
  }
}
#content {
  height: 100%;
  height: calc(100% - 100px);
  width: 100%;
  display: block;
  position: absolute;
  float: none;
}
#content .view {
  float: none;
  height: auto;
  width: 100%;
  overflow: auto;
  display: block;
  padding: 25px 0;
}
.advertisement {
  box-sizing: border-box;
  padding: 4px 0 19px 0;
  height: auto;
  width: 760px;
  margin: 0 auto 5px auto;
  text-align: center;
  line-height: 0.7em;
  color: #e52b50;
  background-color: rgba(242, 242, 242, 0.3);
  border: 1px solid #f2f2f2;
}
@media (max-width: 880px) {
  .advertisement {
    width: 90%;
    margin: 25px 5% 25px 5%;
  }
}
.advertisement h1 {
  font-size: 8pt;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 1px 0 5px 0;
  color: rgba(58, 63, 82, 0.3);
  text-transform: uppercase;
}
.hasadblocker {
  display: none;
  position: fixed;
  background-color: #3a3f52;
  color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 4px 7px 4px;
  z-index: 500000;
}
.hasadblocker h2 {
  word-wrap: nowrap;
  margin: 0 auto;
  font-size: 8pt;
  letter-spacing: 0.4px;
  font-weight: lighter;
  display: inline-block;
}
/* The starting CSS styles for the enter animation */
.fade.ng-enter {
  transition: 0.18s linear all;
  opacity: 0;
}
.fade.ng-enter.ng-enter-active {
  opacity: 1;
  transition: 0.18s linear all;
}
.fade.ng-leave {
  opacity: 1;
  transition: 0s linear all;
}
.fade.ng-leave.ng-leave-active {
  opacity: 0;
  transition: 0s linear all;
}
