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

input, textarea, select, a, a:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}

body {
  font-family: "Lucida Grande", Arial, sans-serif;
  padding-bottom: 100px;
  background-color: #EEE;
  color: #000000;
  transition: margin-left 0.5s ease, left 0.5s ease;
  left: 0px;
}
@media (max-width: 699px) {
  body {
    position: relative;
  }
  body.menu-open {
    overflow: hidden;
  }
}
@media (min-width: 700px) {
  body {
    margin-left: 200px !important;
  }
}
body a[name] {
  display: block;
}

a, a:visited, a:active, a:hover {
  text-decoration: none;
}

.mobile-menu-handle {
  position: fixed;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 3px 5px;
  border-radius: 2px;
  display: none;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  transition: all 0.5s ease;
}
.mobile-menu-handle i {
  padding-left: 10px;
}
.mobile-menu-handle .text {
  display: inline-block;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
@media (max-width: 699px) {
  .mobile-menu-handle {
    display: block;
  }
}
.mobile-menu-handle .open {
  display: none;
}
body.menu-open .mobile-menu-handle {
  top: 0px;
  left: 202px;
  width: auto;
}
body.menu-open .mobile-menu-handle i {
  padding-left: 0px;
}
body.menu-open .mobile-menu-handle .text {
  display: none;
}
body.menu-open .mobile-menu-handle .open {
  display: block;
}
body.menu-open .mobile-menu-handle .closed {
  display: none;
}

.clickable {
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 0;
  overflow: auto;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 100;
  height: 100%;
  width: 200px;
  line-height: 30px;
  border-right: 1px solid #EEE;
  transition: left 0.3s ease 0.2s;
  left: -200px;
}
@media (min-width: 700px) {
  .menu {
    left: 0;
  }
}
@media (max-width: 699px) {
  body.menu-open .menu {
    left: 0;
  }
}

.logo {
  color: #FFFFFF;
  margin-top: 3px;
  text-align: center;
  display: block;
}
.logo img {
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.logo > span {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #FFFFFF;
}

ul.menu-items {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
}
ul.menu-items li {
  display: block;
  list-style: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
  line-height: 50px;
}
ul.menu-items li:not(.notSelectable):hover a:hover {
  color: #b3b3b3;
}
ul.menu-items li a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
ul.menu-items li a div {
  line-height: 25px;
}
ul.menu-items li > ul {
  display: none;
  position: relative;
  margin-top: 10px;
}
ul.menu-items li > ul:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 94px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 10px solid #333333;
}
ul.menu-items li > ul li {
  background-color: #333333;
  line-height: 28px;
  font-size: 0.9em;
  padding: 0 10px 0 10px;
}

.galleryAdminTools {
  display: inline-block;
  margin-left: 30px;
}

.floatingButton {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 1000;
  box-shadow: 0px 2px 7px;
}

.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;
  display: none;
  z-index: 1;
  position: relative;
}
.page.selected {
  display: block;
}
.page blockquote {
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  max-width: 680px;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .page blockquote {
    padding: 20px;
  }
  .page blockquote p {
    padding: 5px 20px;
  }
}
.page h1 {
  color: #000000;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 40px 0 30px 30px;
}
.page h3 {
  color: #999;
  display: inline-block;
  padding: 10px 30px;
  font-size: 0.8em;
  margin: 0;
}
.page h2 {
  color: #333333;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 40px 0 30px 0;
}
.page p, .page ul {
  text-align: justify;
  color: #000000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 50px;
}
.page ul {
  padding: 5px 50px 5px 80px;
}
.page.atelier {
  text-align: center;
}
.page.atelier img {
  max-width: 100%;
  margin-top: 20px;
  border: 5px solid white;
}

.gallery .periode {
  display: block;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: white;
  max-width: 700px;
  margin: 0px auto 20px auto;
}
.gallery .periode:hover {
  background-color: #f1f1f1;
}
.gallery .periode .clear {
  clear: both;
}
.gallery .periode .thumbnail {
  float: left;
  height: 100px;
  width: 100px;
}
.gallery .periode h2 {
  padding-top: 5px;
  text-align: left;
  margin: 10px;
  margin-left: 130px;
}
.gallery .periode .resume {
  font-size: 12px;
  font-style: italic;
  color: #999999;
  margin-left: 130px;
  text-align: justify;
  padding-right: 20px;
}
.gallery .periode > button {
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  float: right;
}

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

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

.gallery .thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  margin: 5px 30px;
  border: 1px solid #777;
}
@media (max-width: 768px) {
  .gallery .thumbnail {
    width: 100px;
    height: 100px;
    margin: 5px 10px;
  }
}

.overSlider {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.overSlider img {
  max-height: 80% !important;
  max-width: 80% !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;
}
@media (max-width: 700px) {
  .contact p i {
    font-size: 40px;
    color: #666666;
    display: block;
    padding-bottom: 10px;
  }
}
.contact form.pure-form {
  text-align: center;
}
.contact form.pure-form input {
  margin: 0 auto;
}

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

.hide {
  display: none;
}

.selectCheck {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 2px solid green;
  color: green;
  display: none;
}
.selected > .selectCheck {
  border: 2px solid green;
  background-color: green;
  color: white;
  display: block;
}
.showSelectCheck > .selectCheck {
  display: block;
}

.thumbnail:hover > .selectCheck {
  display: block;
}

.button-small {
  font-size: 75%;
}

#selectionBar {
  position: fixed;
  top: 0px;
  left: 200px;
  right: 0px;
  height: 0px;
  background-color: green;
  z-index: 100;
  color: white;
  line-height: 50px;
  overflow: hidden;
  transition: height 0.5s ease;
}
#selectionBar.open {
  height: 50px;
}
#selectionBar .selectionBar-deleteBtn, #selectionBar .selectionBar-count {
  line-height: 50px;
}
#selectionBar .selectionBar-count {
  padding-left: 10px;
}
#selectionBar .selectionBar-count-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  border: 2px solid white;
  margin-left: 10px;
}
#selectionBar .selectionBar-right {
  float: right;
}
#selectionBar .selectionBar-right > * {
  margin-right: 10px;
  cursor: pointer;
}

.uploaderPage {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.98);
  text-align: center;
}
.uploaderPage.show {
  display: block;
}

.structure ul {
  list-style-type: none;
}
.structure .draggable {
  border: 1px solid black;
  margin: 5px;
  padding: 5px;
  background-color: white;
}
.structure .draggable .dragHandle {
  opacity: 0.5;
  transform: rotate(45deg) translateY(-3px);
  margin-right: 10px;
  font-size: 0.8em;
  margin-top: -3px;
  cursor: move;
}
.structure .title2 {
  font-size: 0.8em;
  padding-left: 10px;
}
.structure .dd {
  position: relative;
}
.structure .gallery .thumbnail {
  width: 50px;
  height: 50px;
  margin: 5px;
}
.structure .addElement {
  height: 30px;
  width: 100%;
  position: absolute;
  margin-top: -15px;
  margin-left: 30px;
}
.structure .addElement .over {
  margin-top: 5px;
  position: absolute;
  visibility: hidden;
  background-color: white;
  border: 1px solid black;
  z-index: 1000;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  right: 40px;
}
.structure .addElement .over .overButton {
  padding: 5px;
}
.structure .addElement .over .overMenu {
  display: none;
}
.structure .addElement .over .overMenu .menuItem {
  border-bottom: 1px solid grey;
  padding: 5px;
  cursor: pointer;
}
.structure .addElement .over .overMenu .menuItem:hover {
  background-color: lightgrey;
}
.structure .addElement .over::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.structure .addElement .over:hover .overButton {
  display: none;
}
.structure .addElement .over:hover .overMenu {
  display: block;
}
.structure .addElement:hover .over {
  visibility: visible;
}
.structure .draggingFolder .sortable-chosen {
  background-color: green;
}

.folderBox {
  border: 1px solid grey;
  margin-bottom: 10px;
}
.folderBox hr {
  border-color: #FFF;
}

.textAdminTools:hover {
  transform: scale(1);
  opacity: 1;
}

.textAdminTools {
  margin-left: 30px;
  transform: scale(0.7);
  transition: transform 0.5s ease;
  transform-origin: left;
  opacity: 0.5;
  margin-top: 10px;
}

.folderHeader {
  background-color: black;
  color: white;
  padding: 5px;
}