html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Palanquin", sans-serif;
}
.fp_sq_container div {
  display: none;
}
img {
  max-height: 100%;
  width: auto;
}
.main-container {
  position: relative;
  max-width: 1024px;
  margin: auto;
  min-height: 100%;
  display: none;
}
.header {
  max-width: 100%;
  height: 120px;
  margin: 0;
  padding: 0;
}
.header .header-logo {
  float: left;
  width: 120px;
  height: 100%;
}
.header .header-about {
  background-image: url('/images/about_header_bg.jpg');
  background-repeat: no-repeat;
}
.header .header-gallery {
  background-image: url('/images/gallery_header_bg.jpg');
  background-repeat: no-repeat;
}
.header .header-contact {
  background-image: url('/images/contact_header_bg.jpg');
  background-repeat: no-repeat;
}
.header .header-news {
  background-image: url('/images/news_header_bg.jpg');
  background-repeat: no-repeat;
}
.header .header-container {
  position: relative;
  font-size: 4em;
  text-align: right;
  color: #ffffff;
  float: left;
  width: 904px;
  height: 120px;
}
.header .header-container .header-title {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 80%;
}
.header .header-top-right {
  position: absolute;
  left: 904px;
  top: 0px;
}
.body-container {
  float: left;
  height: 100%;
  width: 904px;
  display: none;
}
.body-container .left-nav,
.body-container .top-nav {
  float: left;
  width: 120px;
  height: 100%;
  background-image: url('/images/left_nav_bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}
.body-container .left-nav ul,
.body-container .top-nav ul {
  width: 500px;
  list-style-type: none;
  margin-left: -205px;
  margin-top: 25px;
}
.body-container .left-nav ul .active,
.body-container .top-nav ul .active {
  pointer-events: none;
  cursor: default;
}
.body-container .left-nav ul .active a,
.body-container .top-nav ul .active a {
  color: #CCC;
}
.body-container .left-nav ul li,
.body-container .top-nav ul li {
  float: left;
  margin-left: 20px;
}
.body-container .left-nav ul li a,
.body-container .top-nav ul li a {
  color: #999;
  font-style: italic;
  cursor: pointer !important;
  font-size: 1.2em;
}
.body-container .top-nav {
  width: 100%;
  height: auto;
  display: none;
  background-image: none !important;
  background-color: #f2f2f2;
}
.body-container .top-nav ul {
  width: auto !important;
  margin: 0 !important;
  padding: 10px 15px 0px 0px;
  float: right !important;
}
.body-container .lyssa-pic {
  float: left;
  height: 100%;
  width: auto;
  margin-right: 30px;
}
.body-container .lyssa-pic img {
  height: 100%;
}
.body-container .text-title {
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0.6;
  font-size: 4.3em;
  text-align: right;
  color: #f4f3f3;
}
.body-container .text-content {
  max-width: 100%;
  font-style: italic;
  font-size: 0.9em;
  text-align: justify;
  text-justify: distribute;
  text-indent: 30px;
  color: #4a4a4a;
  max-height: 100%;
  margin: 15px 0px 30px 0px;
}
.body-container .gallery-frame {
  background-image: url('/images/gallery_frame.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
  max-width: 650px;
  height: 100%;
}
.body-container .gallery-frame .item {
  display: none;
  height: 100%;
}
.body-container .gallery-frame .active {
  display: block;
}
.body-container .gallery-frame img {
  max-width: 80%;
  max-height: 80%;
  margin-left: 3.4%;
  margin-top: 3.4%;
}
.body-container .gallery-frame .gallery-frame-details {
  padding: 15px;
}
.body-container .gallery-frame .gallery-frame-details .gallery-details-name {
  color: #d8d8d8;
  line-height: 0;
  font-size: 25px;
}
.body-container .gallery-frame .gallery-frame-details .gallery-details-year {
  font-style: italic;
}
.body-container .gallery-frame .gallery-frame-details .gallery-details-description {
  color: #999;
  font-style: italic;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: -1px;
}
.body-container .gallery-frame .gallery-frame-details .gallery-details-size {
  line-height: 0;
  font-size: 10px;
  position: relative;
  top: -5px;
}
.gallery .footer,
.contact .footer,
.about .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 904px;
  height: 45px;
  background-image: url('/images/footer_bg.jpg');
  background-repeat: no-repeat;
  padding: 10px 20px;
}
.gallery .footer p,
.contact .footer p,
.about .footer p {
  color: #999;
  text-align: right;
  line-height: 1.8;
}
.rotate-left {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-right {
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.track {
  position: relative;
  float: left;
  width: 100px;
  height: 320px;
  margin-left: 90px;
  margin-top: 65px;
}
.track .view-port {
  width: 100%;
  height: 320px;
  overflow: hidden;
  float: left;
  position: relative;
}
.track .slider-container {
  position: relative;
  height: 100px;
  margin: 0;
  padding: 0;
}
.track .item {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  text-align: center !important;
}
.track .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px;
  border-radius: 0px;
}
.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  left: 33%;
  margin-top: -32px;
  height: 64px;
  width: 35px;
  background: url("/images/arrows.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.track a.next {
  top: initial;
  bottom: -15px;
  background-position: -64px 0;
}
.track a.prev {
  top: -15px;
  margin-top: 0;
  background-position: -29px 0;
}
.track a.prev.disabled,
.track a.next.disabled {
  display: block;
  pointer-events: none;
  cursor: default;
}
.track a.unclickable {
  pointer-events: none;
  cursor: default;
}
.track a.prev:hover {
  background-position: -29px -66px;
}
.track a.prev:active {
  background-position: -29px -132px;
}
.track a.next:hover {
  background-position: -64px -132px;
}
.track a.next:active {
  background-position: -64px -198px;
}
.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contact form {
  padding: 73px 0px 0px 20px;
  float: right;
  height: 100%;
  width: 400px;
}
.contact form .btn-primary {
  color: #fff;
  background-color: #000000;
  border: 0px;
  border-radius: 4px;
  padding: 9px 20px;
  float: left;
}
.contact form .success {
  float: left;
  margin-left: 10px;
  color: #337ab7;
  line-height: 33px;
}
.contact form .form-control {
  margin-bottom: 15px;
}
.contact form .error {
  border-color: #EB4242;
}
.contact .text-title {
  font-size: 2.3em;
  margin-bottom: 15px;
}
.contact .social-media {
  float: left;
  padding: 60px 0px 0px 20px;
}
.contact .social-media a:link,
.contact .social-media a:hover,
.contact .social-media a:visited,
.contact .social-media a:active {
  text-decoration: none;
  color: #333;
}
.contact .social-media .social-media-link {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px;
  border-radius: 3px;
}
.contact .social-media .social-media-link .link-icon {
  width: 60px;
  display: inline-block;
  float: left;
  font-size: 18px;
}
.contact .social-media .social-media-link .link-icon .icon-back {
  background-size: cover;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  padding: 11px;
  text-align: center;
}
.contact .social-media .social-media-link .link-icon .icon-back i {
  font-size: 27px;
  margin-top: 1px;
}
.contact .social-media .social-media-link .link-text {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 1em;
  line-height: 0.95em;
}
.news .body-container {
  background-image: url('/images/background_1.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.news .articles {
  margin-left: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.news .articles .article {
  padding: 20px 0px;
  border-bottom: 1px dashed #d8d8d8;
}
.news .articles .article img {
  max-width: 500px;
  max-height: 200px;
}
.news .articles .article .article-new-tag {
  color: red;
  font-style: italic;
  font-weight: bold;
  margin: 0px 5px;
}
.news .articles .article .article-title {
  color: #000;
}
.news .articles .article .posted-date {
  font-style: italic;
  color: #999;
}
.news .single-article .article {
  border-bottom: 0px;
}
.news .single-article .article img {
  max-width: 100%;
  max-height: 500px;
}
.news .footer {
  position: relative;
  float: left;
  left: 0px;
  width: 904px;
  height: 45px;
  background-image: url('/images/footer_bg.jpg');
  background-repeat: no-repeat;
  padding: 10px 20px;
}
.news .footer p {
  color: #999;
  text-align: right;
  line-height: 1.8;
}
.body-container {
  background-image: url('/images/background_1.jpg');
  background-position: right bottom;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/images/page-loader.gif') 50% 50% no-repeat #f9f9f9;
}
.glyphicon.glyphicon-one-fine-dot {
  float: right;
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}
.glyphicon.glyphicon-one-fine-dot:before {
  content: "\25cf";
  font-size: 2.5em;
  color: #e40202;
}
@media (max-height: 600px) {
  .footer {
    position: relative !important;
    float: left !important;
    left: 0px !important;
  }
  .about .lyssa-pic {
    height: 435px !important;
  }
  .about .left-nav {
    height: 435px !important;
  }
  .body-container {
    height: 100% !important;
    overflow: hidden;
  }
  .gallery .gallery-frame {
    height: 435px !important;
    width: 435px !important;
  }
  .gallery .left-nav {
    height: 435px !important;
  }
  .gallery .track {
    margin-left: 125px;
  }
  .contact form {
    height: 435px !important;
  }
  .contact .left-nav {
    height: 435px !important;
  }
}
@media (min-height: 750px) {
  .track {
    margin-left: 20px !important;
  }
}
@media (min-height: 850px) {
  .track {
    margin-top: 150px !important;
  }
  .gallery .gallery-frame img {
    margin-top: 10% !important;
  }
}
@media (max-width: 1080px) {
  .header-top-right {
    display: none !important;
  }
  .header-container,
  .body-container,
  .footer {
    max-width: 100% !important;
  }
}
@media (max-width: 904px) {
  .about .left-nav,
  .contact .left-nav {
    display: none !important;
  }
  .footer {
    position: relative !important;
    float: left !important;
    left: 0px !important;
  }
  .about .body-container {
    padding: 0px 20px;
  }
  .about .text-title {
    font-size: 45px !important;
  }
  .contact .body-container form {
    padding-right: 20px !important;
  }
  .contact .body-container .social-media {
    padding-left: 20px !important;
  }
  .gallery .gallery-frame {
    max-width: 603px !important;
  }
  .news .articles {
    margin-right: 20px !important;
  }
}
@media (max-width: 840px) {
  .track {
    margin-left: 20px !important;
  }
  .contact .body-container form {
    width: 330px;
  }
  .gallery .gallery-frame {
    max-width: 530px !important;
  }
}
@media (max-width: 770px) {
  .body-container {
    height: auto !important;
  }
  .about .lyssa-pic {
    margin: 15px auto !important;
    width: 100% !important;
    height: 420px !important;
    text-align: center;
  }
  .about .text-title {
    text-align: center !important;
  }
  .header-title {
    font-size: 0.75em !important;
  }
  .header,
  .header-container {
    height: 80px !important;
  }
  .header-logo {
    width: 90px !important;
    height: 80px !important;
  }
  .gallery .left-nav {
    display: none !important;
  }
  .gallery .top-nav {
    display: block !important;
  }
  .gallery .gallery-frame {
    background-image: none !important;
    background-color: #f2f2f2;
    height: auto !important;
    width: auto !important;
    max-width: 770px !important;
  }
  .gallery .gallery-frame img {
    padding: 10px;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .gallery .gallery-frame .gallery-frame-details {
    padding: 3px 15px !important;
  }
  .gallery .gallery-frame .gallery-frame-details .glyphicon.glyphicon-one-fine-dot {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .gallery .item {
    display: block !important;
  }
  .gallery .item:not(:last-child) {
    border-bottom: 1px dashed #d8d8d8;
  }
  .track {
    display: none !important;
  }
  .contact .body-container form {
    padding: 20px;
    float: left !important;
    width: 100% !important;
  }
  .contact .body-container .social-media {
    padding: 7px !important;
    width: 100% !important;
  }
  .news .articles {
    margin-left: 20px !important;
  }
  .news .articles .article img {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=app.css.map */
