@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300|Montserrat:400,700);
html {
  font-family: "Arial";
}
body {
  margin: 0;
  padding: 0;
  background-color: #F5F6F7;
}
body.hero_bg {
  background-image: url("/theme/images/background2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  transition: 5s;
  -moz-transition: 5s;
  -webkit-transition: 5s;
}
body.homeCss {
  background-color: #000000;
}
.cover .page-title,
.photography .page-title {
  display: none;
}
.cover .content,
.photography .content {
  margin-top: 30px;
}
header {
  background: black;
  height: 100px;
  width: 100%;
}
header .logo {
  height: 100%;
  float: left;
  line-height: 100px;
  font-size: 20px;
}
header .logo a {
  color: white;
  text-transform: uppercase;
}
h1 {
  color: #787e84;
}
a {
  text-decoration: none;
  transition: .3s;
}
.main-width {
  width: 1080px;
  margin: auto;
  max-width: 100%;
}
footer {
  width: 100%;
  color: white;
  text-align: center;
  float: left;
}
.content {
  min-height: 200px;
}
.mod_navigation_menu {
  height: 100px;
  float: right;
}
.mod_navigation_menu nav {
  float: right;
  padding-top: 35px;
}
.mod_navigation_menu nav a {
  color: white;
  font-size: 20px;
  padding: 0px 10px;
  font-weight: normal;
}
.mod_navigation_menu nav a:hover {
  color: #787e84;
}
.mod_navigation_menu nav a.active {
  color: #787e84;
}
.homeCss header {
  visibility: hidden;
}
.homeCss .content h1 {
  color: white;
  text-align: left;
  margin-bottom: 50px;
  font-size: 50px;
  margin-left: 50px;
}
.homeCss .content .menu-container {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.homeCss .content .menu-container .box {
  width: 300px;
  height: 200px;
  margin-right: 3%;
  float: left;
  line-height: 200px;
  text-align: center;
  background-size: cover;
}
.homeCss .content .menu-container .box:hover a {
  color: white;
}
.homeCss .content .menu-container .box a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid white;
  padding: 20px 30px;
}
.homeCss .content .menu-container .box a:hover {
  background: white;
  color: #787e84;
}
a.button {
  padding: 10px 20px;
  background: transparent;
  border: 2px solid white;
  transition: 1s;
  color: white;
}
a.button:hover {
  background: white;
  color: #787e84;
}
.mod_album .selection {
  width: 15%;
  padding: 10px;
  float: left;
  margin-top: 65px;
}
.mod_album .selection .album-container {
  width: 100%;
  margin-bottom: 50px;
  transition: .5s;
}
.mod_album .selection .album-container:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
}
.mod_album .selection .album-container:hover .img-container img {
  border: none;
}
.mod_album .selection .album-container.selected {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
}
.mod_album .selection .album-container.selected .img-container img {
  border: none;
}
.mod_album .selection .album-container .img-container {
  width: 100%;
  margin-bottom: 15px;
  height: 110px;
  width: 164px;
}
.mod_album .selection .album-container .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.mod_album .selection .album-container .description {
  width: 90%;
  height: 80px;
  padding: 10px;
}
.mod_album .detail {
  float: left;
  width: 78%;
  margin-left: 4%;
}
.mod_album .detail .header {
  min-height: 75px;
  width: 100%;
}
.mod_album .detail .header .text {
  width: 50%;
  float: left;
}
.mod_album .detail .header .text .name,
.mod_album .detail .header .text .type {
  width: 100%;
  text-transform: uppercase;
  font-size: 24px;
}
.mod_album .detail .header .text .type {
  text-align: right;
}
.mod_album .detail .header .description {
  width: 275px;
  float: right;
}
.mod_album .detail .header .description .image-title {
  float: left;
  width: 100%;
}
.mod_album .detail .image-section .sidebar {
  width: 20%;
  min-height: 100vh;
  margin-right: 5%;
  float: left;
}
.mod_album .detail .image-section .sidebar .thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.mod_album .detail .image-section .sidebar .thumbnail.selected,
.mod_album .detail .image-section .sidebar .thumbnail :hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.75);
}
.mod_album .detail .image-section .sidebar .thumbnail img {
  height: 100%;
}
.mod_album .detail .image-section .image {
  width: 74%;
  float: right;
}
.mod_album .detail .image-section .image img {
  max-width: 100%;
  max-height: 100%;
}
.mod_album .detail .image-section .sidebar {
  float: right;
  width: 100%;
  margin: 0;
  min-height: inherit;
}
.mod_album .detail .image-section .sidebar .thumbnail {
  width: 125px;
  height: 125px;
  margin-right: 10px;
  float: left;
  border: 1px solid black;
  overflow: hidden;
}
.mod_album .detail .image-section .sidebar .thumbnail:last-child {
  margin-right: 0;
}
.mod_album .detail .image-section .image {
  float: left;
  width: 840px;
  height: 560px;
  margin-bottom: 30px;
  text-align: center;
}
.about_content {
  width: 50%;
  float: left;
}

@media(max-width: 768px) {
  body.mobile header .mod_navigation_menu,
  body.mobile header .mod_navigation_login {
    display: none;
  }
  body.mobile header .logo {
    float: none;
    margin: auto;
    width: 200px;
  }

  body.mobile .page-title {
    display: none;
  }

  body.mobile .mod_mobile_album {
    margin-bottom: 48px;
  }

  body.mobile .mod_mobile_album .image-container {
    width: 90%;
    margin: auto;
  }

  body.mobile .mod_mobile_album .image-container .image {
    width: 100%;
    margin-bottom: 48px;
  }

  body.mobile .mod_mobile_album .image-container img {
    width: 100%;
  }

  body.mobile .content p {
    width: 300px;
    margin: auto;
    margin-bottom: 24px;
  }

  body.mobile footer {
    display: none;
  }
}
