html, body {
  background-color: #ededed;
}

body {
  margin: 0;
  padding: 75px 0 50px 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  position: relative;
  color: #151515;
  font-size: 15px;
  line-height: 1.38;
}
body.editBarShown {
  padding-top: 108px;
}

a img {
  border: 0;
}

h1 {
  margin: 0;
  color: #151515;
  line-height: 32px;
}

h2 {
  color: #151515;
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  margin: 10px 0;
}

h4 {
  margin: 5px 0;
}

p {
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
}

ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: disc;
  font-size: 18px;
}

ol {
  margin-top: 20px;
}
ol li {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
}

.dotList {
  list-style: disc;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.topAligned {
  vertical-align: top;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

a {
  color: #318bea;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.link {
  color: #318BEA;
  cursor: pointer;
}

.icon {
  width: 23px;
  margin-right: 5px;
}

.spinner {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
}

#innerContentHolder {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  list-style: none;
  position: relative;
}

.contentSection {
  position: relative;
  padding: 50px 0;
  margin: 0 50px;
  border-bottom: 1px solid #ddd;
}
.contentSection .editMode {
  display: none;
}
.contentSection.editSection .editMode {
  display: block;
}
.contentSection.editSection .hideInEdit {
  display: none;
}
.contentSection a {
  font-size: 18px;
}
.contentSection .link {
  font-size: 18px;
}

.anchorTag {
  position: absolute;
  top: -76px;
  left: 0;
}

.contentSection:last-child {
  border-width: 0;
}

.singlePageImage {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.button {
  color: #222;
  padding: 20px 55px;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 6px;
  background-color: #ddd;
  border: 1px solid #ccc;
  white-space: nowrap;
  text-shadow: none;
}
.button.halfWidth {
  width: 48%;
}
.button:hover {
  background-color: #ccc;
}
.button.confirm {
  background-color: #068D4E;
  border: 1px solid #03914f;
  color: white;
}
.button.confirm:hover {
  background-color: #069d5d;
}
.button.medium {
  padding: 10px 35px;
  font-size: 20px;
}

.leftSide {
  float: left;
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
}

.rightSide {
  float: right;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.roundImageHolder {
  border-radius: 50%;
  width: 100%;
  max-width: 600px;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.roundImageHolder img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.noImage {
  min-height: 300px;
}

.squareImageHolder {
  border-radius: 4px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.squareImageHolder img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: block;
}

@media all and (max-width: 1000px) {
  body {
    padding-top: 0;
  }
  body.editBarShown {
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .contentSection {
    padding: 30px 0;
    margin: 0 20px;
  }
  .contentSection a {
    font-size: 15px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  p, ul, ol {
    font-size: 15px;
    line-height: 20px;
  }

  ol li {
    font-size: 15px;
    line-height: 20px;
  }

  .leftSide {
    float: none;
    width: auto;
    padding-right: 0;
  }

  .rightSide {
    float: none;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
  }

  .anchorTag {
    top: 0;
  }
}
@media all and (max-width: 500px) {
  .button {
    padding: 13px 20px;
    font-size: 18px;
    line-height: 27px;
    margin-right: 20px;
  }

  .squareImageHolder, .roundImageHolder {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.activities {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.activity {
  width: 33%;
  display: block;
  text-align: center;
  float: left;
  font-size: 22px;
  line-height: 28px;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #318bea;
  margin-bottom: 40px;
}
.activity img {
  height: 120px;
  display: block;
  margin: 0 auto;
}
.activity .text {
  min-height: 40px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity:hover {
  background-color: #ededed;
}
.activity.active {
  background-color: #ededed;
}

.activityContent {
  display: none;
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  color: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
}
.activityContent .textHolder {
  float: left;
  padding-left: 20px;
  width: 60%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.activityContent img {
  width: 40%;
  height: auto;
  border: 1px solid #ccc;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.activityContent h3 {
  margin: 0 0 10px 0;
  padding: 0;
}
.activityContent p {
  margin: 10px 0;
}
.activityContent .goBack {
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .activity {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .activity img {
    height: auto;
    max-width: 100%;
  }
}
@media all and (max-width: 500px) {
  .activityContent img {
    display: none;
  }
  .activityContent .textHolder {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
.articles {
  margin-top: 15px;
}
.articles .articleTitle {
  width: 180px;
  height: 80px;
  display: block;
  background-color: #fbfbfb;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.articles .articleTitle:hover {
  background-color: #e9ffe9;
}
.articles .article {
  text-align: center;
  display: block;
  margin: 0 10px 10px 0;
  float: left;
}
.articles .article .date {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.articles .article.disabledAddDocument .articleTitle {
  color: #999;
}
.articles .article.disabledAddDocument .articleTitle:hover {
  background-color: #fbfbfb;
}
.articles .deleteDocument {
  padding: 5px 0 10px 0;
  float: none;
  display: block;
}

@media all and (max-width: 500px) {
  .articles .article {
    width: 48%;
    margin: 1%;
    font-size: 14px;
    line-height: 20px;
  }
}
#menu {
  margin-top: 20px;
}

.menuDay {
  width: 161px;
  float: left;
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  margin: 5px 5px 0 5px;
  min-height: 130px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
}
.menuDay .day {
  font-size: 18px;
}
.menuDay .date {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.menuDay .description {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
}

@media all and (max-width: 500px) {
  .menuDay {
    width: 129px;
  }
  .menuDay .description {
    font-size: 12px;
    line-height: 18px;
  }
}
#footer {
  text-align: center;
  color: #777;
  padding: 20px 0;
  background-color: white;
  border: 1px solid #ccc;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#footer .gray {
  color: #999;
  font-size: 12px;
}

@media all and (max-width: 500px) {
  #footer {
    padding: 20px;
  }
}
.imageHolder {
  position: relative;
}
.imageHolder .textOnImage {
  position: absolute;
  top: 120px;
  right: 60px;
  font-size: 70px;
  line-height: 75px;
  color: #ededed;
  width: 955px;
}

.imageDarkening {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.singlePage p {
  max-width: none;
}
.singlePage .contentSection {
  margin: 0 100px;
}

#welcomeImage {
  width: 100%;
  display: block;
}

.introImage {
  width: 100%;
}

#readMore {
  margin-top: 30px;
  float: right;
}

@media all and (max-width: 1200px) {
  .imageHolder .textOnImage {
    font-size: 45px;
    line-height: 50px;
    width: 655px;
  }
}
@media all and (max-width: 767px) {
  .imageHolder .textOnImage {
    font-size: 35px;
    line-height: 40px;
    width: 480px;
    top: 70px;
  }

  .singlePage .contentSection {
    margin: 0 20px;
  }
}
@media all and (max-width: 500px) {
  .imageHolder .textOnImage {
    font-size: 20px;
    line-height: 30px;
    width: 260px;
    top: 30px;
    right: 0;
  }
}
#openingHours {
  margin-bottom: 20px;
  font-size: 20px;
}
#openingHours .days {
  float: left;
  width: 180px;
  color: #999;
}
#openingHours .timings {
  float: left;
}

.phoneHolder {
  font-size: 18px;
  margin-bottom: 5px;
}

.groupTitle {
  float: left;
  width: 195px;
}

.phone {
  float: left;
}

#map {
  width: 100%;
  height: 300px;
}

@media all and (max-width: 767px) {
  #openingHours {
    font-size: 15px;
    line-height: 20px;
  }

  .phoneHolder {
    font-size: 15px;
    line-height: 20px;
  }
}
#employees, #board {
  list-style: none;
  margin: 0;
  padding: 0;
}
#employees .department-title, #board .department-title {
  display: none;
  font-size: 25px;
  line-height: 60px;
}
#employees .group-title, #board .group-title {
  font-size: 20px;
  line-height: 25px;
  border-bottom: 1px solid #ededed;
  margin-top: 20px;
}
#employees .employee, #board .employee {
  float: left;
  width: 115px;
  margin: 10px;
}
#employees .profileImageHolder, #board .profileImageHolder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #ededed;
}
#employees .profileImageHolder img, #board .profileImageHolder img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#employees .name, #board .name {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
}
#employees .status, #board .status {
  color: #ccc;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

#board .employee {
  height: 170px;
}

.previousPage {
  float: left;
  margin-bottom: 20px;
}

.singlePageBody {
  font-size: 18px;
  line-height: 24px;
}
.singlePageBody ul {
  list-style: disc;
  margin: 5px 0 20px 30px;
}
.singlePageBody h2, .singlePageBody h3, .singlePageBody h4 {
  font-weight: bold;
}
.singlePageBody p {
  margin: 0 0 20px 0;
}

#institution {
  font-size: 22px;
  line-height: 22px;
}
#institution a {
  padding: 15px 15px 3px 15px;
  float: right;
}
#institution #editLogo {
  font-size: 16px;
  color: #318bea;
  padding-right: 0;
}
#institution #editLogo:hover {
  text-decoration: underline;
}

#institutionTitle {
  color: #151515;
  display: block;
}

#logo img {
  float: right;
  margin: 15px 10px 0 0;
  height: 50px;
}

#logoAndMenu {
  float: right;
  text-align: right;
  position: relative;
}

#topBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #ededed;
}

#mobileMenuToggle {
  display: none;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 7px 5px 3px 5px;
  padding: 10px;
  border-radius: 4px;
  width: 45px;
  cursor: pointer;
}
#mobileMenuToggle:hover {
  background-color: #f7f7f7;
}
#mobileMenuToggle .menuPoint {
  border-top: 2px solid #333;
  margin: 4px 0;
}

#mainMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#mainMenu .menuItem {
  float: left;
  text-align: center;
  border-right: 1px solid #ededed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  min-width: 90px;
}
#mainMenu .menuItem .menuIcon {
  height: 30px;
  opacity: 0.8;
  margin: 0 auto 5px auto;
  display: block;
}
#mainMenu .menuItem a {
  font-size: 13px;
  line-height: 20px;
  color: #151515;
  display: block;
  padding: 10px 8px 10px 8px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#mainMenu .menuItem.active {
  background-color: #555;
}
#mainMenu .menuItem:last-child {
  border-right: 0;
}

#subMenuBar {
  display: none;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  background-color: #555;
}

#secondMenu {
  list-style: none;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  float: right;
}
#secondMenu li {
  float: left;
}
#secondMenu li a {
  font-size: 13px;
  line-height: 20px;
  color: #777;
  display: block;
  padding: 5px 10px 10px 10px;
}
#secondMenu .heart {
  width: 13px;
  height: 13px;
  margin: -2px 1px 0 0;
}

.mobileSecondMenu {
  display: none;
}

@media all and (max-width: 1000px) {
  #mobileMenuToggle {
    display: block;
  }

  #mainMenu {
    float: none;
    height: 0;
    overflow: hidden;
  }
  #mainMenu.shown {
    height: auto;
  }
  #mainMenu .menuItem {
    float: none;
    border-right: none;
    text-align: left;
    border-top: 1px solid #ededed;
  }
  #mainMenu .menuItem a {
    max-width: none;
    padding-left: 14px;
  }
  #mainMenu .menuItem .menuIcon {
    height: 20px;
    margin: 0 5px 0 0;
    display: inline;
  }

  #secondMenu {
    display: none;
  }

  #logo img {
    margin: 5px;
    height: 40px;
  }

  #logoAndMenu {
    float: none;
  }

  #institution a {
    padding: 15px 10px 15px 15px;
  }

  .mobileSecondMenu {
    display: block;
  }

  #topBar {
    position: relative;
  }
}
@media all and (max-width: 767px) {
  #logo {
    display: none;
  }

  #institution a {
    font-size: 18px;
    line-height: 22px;
  }
}
.mainEditMode {
  display: none;
}

#startToEdit {
  display: none;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background-color: #f7f7f7;
  color: #318BEA;
  border-bottom: 1px solid #ededed;
}
#startToEdit:hover {
  background-color: #ededed;
  text-decoration: underline;
}

.textarea {
  resize: none;
  font-size: 16px;
  line-height: 22px;
}
.textarea.full {
  width: 100%;
}
.textarea.large {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
}

.textfield {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.textfield.full {
  width: 100%;
}

#statusMessage {
  position: fixed;
  z-index: -1;
  top: -120px;
  width: 100%;
  padding: 40px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  background-color: #068D4E;
}
#statusMessage.error {
  background-color: #fd5849;
}
#statusMessage.shown {
  z-index: 150;
  top: 0;
}

.chooseContentType {
  list-style: none;
  display: none;
  margin-top: 30px;
}
.chooseContentType .imageBox {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  float: left;
}
.chooseContentType h3 {
  margin-top: 0;
}
.chooseContentType .contentTypeTextHolder {
  float: left;
  margin-left: 20px;
  max-width: 400px;
}
.chooseContentType p {
  font-size: 16px;
  line-height: 22px;
}
.chooseContentType .contentType {
  opacity: 0.7;
  padding: 10px 0;
  cursor: pointer;
  border-top: 1px solid #ddd;
}
.chooseContentType .contentType:hover {
  opacity: 1;
}
.chooseContentType .contentType img {
  width: 250px;
}
.chooseContentType .contentTypeTitle {
  padding-bottom: 20px;
}

.contentElementBodyHolder {
  padding-top: 10px;
  font-size: 12px;
}
.contentElementBodyHolder a {
  font-size: 12px;
}
.contentElementBodyHolder iframe {
  margin-top: 0 !important;
}

.myHeading {
  color: blue;
}

.editTextImageSection {
  display: none;
}

.editActivitySection {
  display: none;
}

.editArticlesSection {
  display: none;
}

.editTextArea {
  width: 100%;
  height: 200px;
  resize: none;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
}

.editHeadline {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  width: 100%;
  resize: none;
}

.editImageLink {
  margin-top: 15px;
}

.uploadSectionImageHolder {
  padding-top: 15px;
  font-size: 18px;
}

.disableLinkAttachment {
  font-size: 18px;
  color: #999;
}

.uploadingSectionImage {
  display: none;
}

.editActions {
  margin-top: 20px;
}
.editActions .regret {
  float: left;
}
.editActions .confirm {
  float: right;
}

.progress {
  width: 100%;
  height: 20px;
  margin: 10px 0;
  border: 1px solid #ccc;
}
.progress .progress-bar {
  background-color: #34D64D;
  height: 100%;
  width: 0;
}

.newSection {
  background-color: #f8f8f8;
  padding: 20px 50px;
  margin: 0;
}

.addNewSection {
  display: block;
  text-align: center;
}

.contentEditMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 70px;
  position: absolute;
  top: 50px;
  left: -120px;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.contentEditMenu li {
  text-align: center;
  border-bottom: 1px solid #f7f7f7;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  color: #318BEA;
}
.contentEditMenu li:hover {
  background-color: #f7f7f7;
}
.contentEditMenu li img {
  height: 25px;
}

.attachedLinksHolder {
  list-style: none;
}
.attachedLinksHolder li {
  padding-bottom: 10px;
}
.attachedLinksHolder img {
  width: 20px;
  margin-right: 10px;
  margin-top: -4px;
}

.subPageSelection {
  display: none;
}
.subPageSelection li {
  padding: 5px;
  float: left;
  display: block;
  text-align: center;
  width: 115px;
  border-radius: 4px;
}
.subPageSelection li:hover {
  background-color: #ededed;
}
.subPageSelection li img {
  width: 50px;
  height: 50px;
}

.deleteDocument, .deleteLink, .deleteSubpage {
  float: right;
  color: #999;
}

#subpageBody {
  height: 200px;
}

#addSubpageImage {
  display: none;
}

#addDocumentProgress {
  display: none;
}

#subpageImageUploadHolder {
  margin: 5px 0 10px 0;
}

.btn-default {
  background-color: #f7f7f7;
}

#subpageImageHolder {
  text-align: center;
  margin: 10px 0;
}
#subpageImageHolder img {
  max-width: 100%;
  max-height: 420px;
}

@media all and (max-width: 1113px) {
  .contentEditMenu {
    left: -80px;
    border-right: 1px solid #ccc;
  }
}
.deleteActivitySubpage, .changeIcon {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 50%;
  color: #999;
}

.deleteActivitySubpage {
  float: right;
}

.changeIcon {
  float: left;
}

.disabledAddSubpage {
  color: #999;
  opacity: 0.5;
}

#activityIcons {
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #f7f7f7;
}
#activityIcons .iconHolder {
  padding: 5px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
#activityIcons .iconHolder.selected {
  background-color: #ccc;
}
#activityIcons img {
  width: 50px;
  height: 50px;
}

#innerContentHolder.editMode .contentSection {
  border-bottom: 0;
}

.editModalBackdrop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.editModal {
  max-width: 600px;
  margin: 50px auto;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.editModal .innerModal {
  padding: 20px;
}
.editModal h2 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  border-bottom: 1px solid #EDEDED;
  padding: 5px 15px;
}

.spinner {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
}

input[type="text"], textarea {
  padding: 5px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #151515;
}

#topMenuIcons {
  display: none;
  width: 100%;
  height: 250px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 30px;
  background-color: #f7f7f7;
}
#topMenuIcons .iconHolder {
  padding: 5px;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
#topMenuIcons .iconHolder.selected {
  background-color: #ccc;
}
#topMenuIcons img {
  width: 50px;
  height: 50px;
}

#editTopMenuTitle, #editTopMenuIconImage, #changeTopMenuIcon {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.deletePage {
  text-align: center;
  margin-top: 30px;
}

#editTopMenuTitle {
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
}

#seo-description {
  padding-top: 10px;
  text-align: center;
}
#seo-description textarea {
  margin: 10px 0;
  width: 100%;
  height: 50px;
}

#editTopMenuIconImage {
  width: 80px;
  height: 80px;
}

.addNewPage {
  opacity: 0.7;
}

.topMenuActionLinks {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -69px;
  background-color: #f7f7f7;
  font-size: 14px;
  list-style: none;
}
.topMenuActionLinks li {
  border-bottom: 1px solid #ededed;
  padding: 7px 0;
  text-align: center;
}
.topMenuActionLinks li:hover {
  background-color: #ededed;
}
.topMenuActionLinks li.halfLeft {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #ededed;
  font-size: 23px;
  line-height: 20px;
}
.topMenuActionLinks li.halfRight {
  float: right;
  width: 50%;
  font-size: 23px;
  line-height: 20px;
}

#uploadingLogo {
  display: none;
}

#editLogoImage {
  max-width: 100%;
  max-height: 400px;
}

#editMainImageAndText {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px;
}
#editMainImageAndText img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#editMainImageAndText:hover {
  background-color: #ededed;
}

.welcomeImageUploadHolder {
  text-align: center;
}

#editWelcomeImageText {
  margin-top: 20px;
}

#editWelcomeImage {
  max-width: 100%;
  max-height: 400px;
}

#uploadingWelcomeImage {
  display: none;
}

#progress {
  width: 100%;
  height: 20px;
  margin: 10px 0;
  border: 1px solid #ccc;
}
#progress .progress-bar {
  background-color: #34D64D;
  height: 100%;
  width: 0;
}

/*! bootstrap3-wysihtml5-bower 2014-05-19 */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: 700;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black] {
  background: #000 !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue] {
  background: #00f !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange] {
  background: orange !important;
}

.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia,serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

.glyphicon-quote:after {
  content: "\0000a0";
}

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