/*#1260E8;*/
@import "content-tools.min.css";
.svg-inline--fa.fa-edit.fa-w-18 {
  position: relative;
  top: -1px;
  left: 1px;
}
/* Custom checkbox */
.cbox {
  position: relative;
}
.cbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background-color: #eee;
}
/* On mouse-over, add a background color */
.cbox:hover input ~ .checkmark {
  background-color: #eee;
}
/* On mouse-over of checked, add a background color */
.cbox:hover input:checked ~ .checkmark {
  background-color: #66adea;
}
/* When the checkbox is checked, add a active background color */
.cbox input:checked ~ .checkmark {
  background-color: white;
}
/* checkmark/indicator */
.cbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #337ab7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cbox input:checked ~ .checkmark:after {
  display: block;
}
/* Custom checkbox END */
/*data-folder icon depth */
#am-container {
  position: fixed;
  left: 0;
  top: 30%;
  list-style-type: none;
  padding: 0;
}
#am-container > li {
  height: 35px;
}
#am-container > li.am-sep {
  display: block;
  height: 35px;
}
#am-container > li:hover {
  cursor: pointer;
}
#am-container > li:hover .am-icon {
  background: #337ab7;
  border-bottom: 0;
  color: #fff;
}
#am-container > li.am-confirm:hover .am-icon {
  background: #5cb85c;
}
#am-container > li.am-cancel:hover .am-icon {
  background: #d9534f;
}
#am-container > li.am-logout:hover .am-icon {
  background: #d9534f;
}
#am-container > li:hover > .am-text {
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2);
  width: auto;
  max-width: 300px;
  padding: 8px 7px;
}
.am-icon {
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2);
  background: #dedede;
  border-bottom: 1px solid #c2c2c2;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 6px;
  text-align: center;
  font-size: 18px;
}
.am-text {
  background: #fff;
  display: inline-block;
  width: 0;
  max-width: 0px;
  height: 35px;
  padding: 8px 0;
  vertical-align: top;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.3s linear;
  -moz-transition: max-width 0.3s linear;
  -o-transition: max-width 0.3s linear;
  transition: max-width 0.3s linear;
}
.am-busy,
.am-confirm,
.am-cancel,
.am-copy,
.am-edit,
.am-settings {
  display: none;
}
#am-container.ct-ignition--ready .am-edit {
  display: block;
}
#am-container.ct-ignition--busy .am-busy {
  display: block;
}
#am-container.ct-ignition--editing .am-confirm {
  display: block;
}
#am-container.ct-ignition--editing .am-cancel {
  display: block;
}
#am-container.ct-ignition--editing .am-copy {
  display: block;
}
#am-container.ct-ignition--editing .am-settings {
  display: block;
}
.ct-widget.ct-dialog.ct-finder {
  width: 80%;
  margin-left: -40%;
  height: 80%;
  margin-top: 0;
  top: 10%;
  display: flex;
  flex-direction: column;
}
.ct-widget.ct-dialog.ct-finder .ct-dialog__header {
  color: #a4a4a4;
  border-bottom: 1px solid #eee;
  height: 48px;
  padding: 0 0;
}
.ct-widget.ct-dialog.ct-finder .ct-dialog__body {
  margin: 0;
  width: 100%;
  display: flex;
  flex: 1;
  min-height: 0;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar {
  margin: 0;
  padding: 0;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li {
  display: inline-block;
  color: #333;
  padding: 16px 15px 13px;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li > svg {
  margin-right: 4px;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li > i {
  padding-right: 6px;
  font-size: 15px;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li:hover {
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li:hover.danger {
  background-color: #d9534f;
}
.ct-widget.ct-dialog.ct-finder .ct-finder-actionbar > li:hover.success {
  background-color: #5cb85c;
}
.ct-widget.ct-dialog.ct-finder .ct-dialog__footer {
  border-top: 1px solid #eee;
  padding: 1px 1px 1px 4px;
  color: #666;
  font-size: smaller;
  flex: 0 0 21px;
}
.ct-widget.ct-dialog.ct-finder .folders {
  padding-left: 6px;
  padding-top: 4px;
  border: 1px solid #eee;
  flex: 0 0 230px;
  overflow-y: scroll;
  /*data-folder icon depth */
}
.ct-widget.ct-dialog.ct-finder .folders .folder {
  white-space: nowrap;
}
.ct-widget.ct-dialog.ct-finder .folders .folder:hover,
.ct-widget.ct-dialog.ct-finder .folders .folder.active {
  color: #337ab7;
}
.ct-widget.ct-dialog.ct-finder .folders .folder > * {
  display: inline-block;
  vertical-align: middle;
}
.ct-widget.ct-dialog.ct-finder .folders .folder .name {
  padding-left: 2px;
  padding-top: 2px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle {
  cursor: pointer;
  min-width: 20px;
  text-align: center;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-folder {
  cursor: pointer;
  min-height: 28px;
  min-width: 28px;
}
.ct-widget.ct-dialog.ct-finder .folders.loading {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAABbBAMAAAD5FrYmAAAAJ1BMVEWysrL///+ysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrIuaYr+AAAADXRSTlMAAAMLPGhqa3J0dXaCRRKT5wAAAM1JREFUeF7t1zEKwjAYhuFcwQY6dXFz7TEUN08grl3cO3kGR0cvImgd/A7lIhLIEoj/D5b3u8ALJaR5wsJtv06RCp9Zp+Kg76beNNUq2d401SnZ7c9SpELlSlNxUO0OhalW1ZuyVLM+L/NUp/plqZV0ckptpbtT6iK9HFOOH3B+x6LZXO0PezKTlN9t8SxMxVG12/nd7PyFPR5nR9NUeuIevfNDGokgESRCCokgESSCRJAIEkEiSASJIBEkQgqJIBEkMocUEkEiSASJIJE3sCfiqGayTG8AAAAASUVORK5CYII=') no-repeat;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-1 {
  margin-left: 13px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-2 {
  margin-left: 26px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-3 {
  margin-left: 39px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-4 {
  margin-left: 52px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-5 {
  margin-left: 65px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-6 {
  margin-left: 78px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-7 {
  margin-left: 91px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-8 {
  margin-left: 104px;
}
.ct-widget.ct-dialog.ct-finder .folders .icon-angle.depth-9 {
  margin-left: 117px;
}
.ct-widget.ct-dialog.ct-finder .file-view {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ct-widget.ct-dialog.ct-finder .file-view .files {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(130px, auto));
  grid-auto-rows: 150px;
  padding: 15px;
  flex: 1 1 auto;
  overflow-y: scroll;
}
.ct-widget.ct-dialog.ct-finder .file-view .files.as-list {
  display: block;
  grid-gap: unset;
  grid-template-columns: unset;
  grid-auto-rows: unset;
  flex: unset;
}
.ct-widget.ct-dialog.ct-finder .file-view .files.as-list .file .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.ct-widget.ct-dialog.ct-finder .file-view .files.as-list .file .name {
  display: inline-block;
}
.ct-widget.ct-dialog.ct-finder .file-view .files .file {
  border: 1px solid transparent;
}
.ct-widget.ct-dialog.ct-finder .file-view .files .file .icon {
  width: 84%;
  height: 122px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  cursor: pointer;
  margin: auto;
}
.ct-widget.ct-dialog.ct-finder .file-view .files .file .name {
  text-align: center;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 136px;
  padding-left: 6px;
}
.ct-widget.ct-dialog.ct-finder .file-view .files .file.active {
  background-color: #CCE8FF;
  border: 1px solid #99D1FF;
}
.ct-widget.ct-dialog.ct-finder .file-view .files .file:hover {
  background-color: #E5F3FF;
}
.ct-widget.ct-dialog.ct-finder .toolbar {
  border: 1px solid #eee;
  overflow-y: auto;
  flex: 0 0 230px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool.disabled {
  display: none;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  border: 1px solid #eee;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-header > .tool-label {
  margin-left: 7px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-header > .toggle {
  margin-left: 7px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-header:hover {
  color: #337ab7;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content {
  margin-top: 25px;
  margin-bottom: 20px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content table {
  border-spacing: 6px 3px;
  border-collapse: separate;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content td:first-child {
  text-align: right;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content td:last-child {
  vertical-align: middle;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content #fi-name {
  word-break: break-all;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content .inline-edit,
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content .inline-editing .input-text {
  width: 141px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content #album-visibility {
  margin-left: 5px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content #tag-add {
  margin-left: 5px;
  margin-bottom: 10px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content ul {
  padding: 0;
  margin-left: 5px;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content ul > li > span {
  margin-left: 4px ;
}
.ct-widget.ct-dialog.ct-finder .toolbar .tool-content.collapsed {
  display: none;
}
.file-view .options-bar {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.file-view .options-bar .view-options {
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  padding-top: 11px;
  padding-bottom: 4px;
  margin-right: 4px;
}
.file-view .options-bar .view-options .grid-view-button,
.file-view .options-bar .view-options .list-view-button {
  margin-right: 9px;
}
.file-view .options-bar .view-options > svg {
  margin-right: 10px;
  font-size: 1.6em;
}
.file-view .options-bar .view-options > svg :hover {
  color: #337ab7;
}
.file-view .options-bar .folder-path {
  justify-content: space-between;
  flex: 1;
  padding-left: 16px;
  padding-top: 11px;
  padding-bottom: 4px;
}
.file-view .options-bar .folder-path em {
  font-weight: bold;
  font-style: normal;
  color: #337ab7;
}
.folders > .data-folder {
  margin-bottom: 5px;
}
select.sort-options {
  margin-right: 5px;
  border: none;
  padding-bottom: 1px;
}
select.sort-options:focus {
  border: none;
}
/*.view-options .fas {
	grid-row: 1;
    grid-column: 13;
	grid-template-columns: repeat(2, 1fr)
}
.view-options .far {
	grid-row: 1;
    grid-column: 14;
	grid-template-columns: repeat(2, 1fr)
}*/
.ct-dialog__view_grid {
  border-left: 1px solid #eee;
  cursor: pointer;
  height: 48px;
  position: absolute;
  right: 48px;
  text-align: center;
  top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  width: 48px;
}
.nodisplay {
  display: none !important;
}
.ct-dialog__body .upload-actions {
  top: 50%;
  text-align: center;
}
.upload-actions .drag-drop-box {
  width: 260px;
  height: 120px;
  border: 2px dashed #999;
  margin: 60px auto 20px;
  border-radius: 7px;
}
.upload-actions .drag-drop-box:hover,
.upload-actions .drag-drop-box.hover {
  border-color: #337ab7;
}
.upload-actions .drag-drop-box .fa-cloud-upload {
  color: #CCC;
  margin: auto;
  position: relative;
  top: 41%;
  font-size: 2em;
}
.upload-actions .drag-drop-box:hover .fa-cloud-upload,
.upload-actions .drag-drop-box.hover .fa-cloud-upload {
  color: #337ab7;
}
.upload-actions .browser-container {
  margin-bottom: 16px;
}
.upload-actions .browser-container .browse-btn {
  border-radius: 4px;
  color: #ffffff;
  background: #337ab7;
  padding: 5px 15px;
}
.upload-actions .browser-container .browse-btn:hover {
  background: #4f93ce;
}
.upload-actions .paste-container > input {
  width: 380px;
  padding: 8px;
  border-radius: 4px;
  border: 2px solid #999;
}
.upload-actions .paste-container > input:hover,
.upload-actions .paste-container > input:active {
  border-color: #337ab7;
}
.ct-dialog__body .upload-progress {
  width: 400px;
  margin: 2em auto;
}
.ct-dialog__body .upload-progress .right-section {
  float: right;
  padding: 2em 0;
}
#upload-file-count {
  font-size: 2em;
  padding: 11px 0;
}
.upload-progress:after {
  clear: both;
  content: "";
  display: table;
}
.pie-wrapper {
  height: 8em;
  width: 8em;
  float: left;
  margin: 15px;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 8em, 8em, 4em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.8em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 4em, 8em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie-label {
  border-radius: 50%;
  bottom: 1.8em;
  color: #7f8c8d;
  cursor: default;
  display: block;
  font-size: 1.8em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pie-wrapper .pie-label small {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .pie-shadow {
  height: 100%;
  width: 100%;
  border: 0.8em solid #bdc3c7;
  border-radius: 50%;
}
[data-item-add],
[data-item-edit],
[data-item-delete] {
  cursor: pointer;
}
[data-item-move] {
  cursor: move;
}
.dropdown-menu > li {
  white-space: nowrap;
  padding: 3px 5px 3px 20px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  padding: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: inline-block;
  padding: 0 15px 0 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  background-color: #f5f5f5;
}
.menu-editor-padding {
  padding-right: 30px;
}
[data-item-add] > svg {
  color: #5cb85c;
}
[data-item-edit] > svg {
  color: #337ab7;
  display: inline-block;
  position: absolute;
  right: 23px;
  margin-top: 3px;
}
[data-item-delete] > svg {
  color: #d9534f;
  display: inline-block;
  position: absolute;
  right: 5px;
  margin-top: 3px;
}
.dropdown-menu .divider {
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 12px 0;
}
.dropdown-menu .divider > hr {
  margin: 0;
}
.dropdown-menu .divider > [data-item-move] > svg {
  display: inline-block;
  position: absolute;
  left: 20px;
  margin-top: -7px;
}
.dropdown-menu .divider > [data-item-delete] > svg {
  margin-top: -7px;
}
.item-dragging {
  position: fixed;
  cursor: move;
  z-index: 2000;
  background-color: white;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  opacity: 0.7;
}
/* see on see mis maha jääb */
.item-dragging-shadow {
  background-color: white;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}
/*.item-dragging-backdrop {
    background-color: #000;
    opacity: 0.05;
    position: fixed;
    z-index: 1000;
}
.container-dragging {
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.05);
}*/
.field-label {
  margin: 7px 0 1px 5px;
  font-size: 1em;
  line-height: 1em;
}
.field-save {
  margin: 12px 0;
}
.image-upload.editing {
  border: 0;
  padding: 5px 10px;
  width: auto;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  font-size: 0.9em;
  color: #333;
}
.albums > a {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 180px;
  width: 250px;
  float: left;
  margin: 4px;
}
.albums > a > .tint {
  background: rgba(0, 0, 0, 0.4);
  height: 180px;
  width: 250px;
  position: absolute;
}
.albums > a > img {
  height: 180px;
  width: 250px;
}
.albums > a > .name {
  position: absolute;
  top: 40%;
  width: 100%;
  text-transform: uppercase;
  color: white;
  font-size: 1.6em;
  text-align: center;
  display: none;
}
.albums > a > figure {
  position: absolute;
  top: 40%;
  width: 100%;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 1.6em;
}
.albums > a:hover .name {
  display: block;
}
.albums > a:hover figure {
  display: none;
}
.gallery {
  display: grid;
  grid-gap: 5px;
  grid-auto-rows: 150px;
  grid-template-columns: repeat(auto-fill, minmax(220px, auto));
}
.gallery > a {
  display: inline-block;
}
.gallery > a > figure {
  display: none;
}
.gallery .image {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}
/* photoswipe theme */
.pswp__top-bar svg {
  color: white;
}
.pswp__top-bar .pswp__button {
  background: none;
}
.pswp__ui svg {
  color: white;
  pointer-events: none;
}
.pswp__top-bar svg {
  pointer-events: none;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: none;
}
.pswp__button.pswp__button--arrow--right {
  height: 75vh;
  top: 130px;
  width: 120px;
}
.pswp__button.pswp__button--arrow--left {
  height: 75vh;
  top: 130px;
  width: 120px;
}
/* photoswipe theme END */
.multiselect label {
  display: block;
}
.multiselect label:hover {
  background-color: blue;
  color: white;
}
.multiselect {
  height: 250px;
  width: 350px;
  overflow-x: auto;
  overflow-y: scroll;
  border: 1px solid #999;
}
.multiselect .depth-2 {
  margin-left: 1em;
}
.multiselect .depth-3 {
  margin-left: 2em;
}
.grayedout {
  color: #BBB !important;
}
/* new InlineEditor */
.inline-edit .activator {
  min-height: 20px;
  border-radius: 2px;
  padding: 1px 3px !important;
  display: flex;
}
.inline-edit .activator .fa-pencil {
  display: none;
  color: #666;
  min-width: 16px;
  margin-top: 2px;
}
.inline-edit .activator:hover {
  background-color: #eee;
  border-radius: 2px;
  color: #333;
}
.inline-edit .activator:hover > .fa-pencil {
  display: inline-block;
}
.editor {
  min-width: 40px;
  border: 2px solid #337ab7 !important;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: inline-flex;
  z-index: 1;
  color: #333;
}
.editor .input-text {
  overflow: hidden;
  padding: 1px 3px;
  min-width: 55px;
}
.inline-edit-buttons {
  position: absolute;
  margin-top: 2px !important;
  right: 0;
  top: 100%;
}
.inline-edit-buttons > * {
  display: inline-block;
  min-width: 23px;
  min-height: 22px;
  background-color: #eee;
  border-radius: 2px;
  text-align: center;
  box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.2);
}
.inline-edit-buttons > *:hover svg {
  color: white;
}
.inline-edit-buttons > div > svg {
  margin: 5px 5px 2px 5px;
}
.inline-edit-buttons > div:first-child:hover {
  background-color: #5cb85c;
}
.inline-edit-buttons > div:last-child:hover {
  background-color: #d9534f;
}
/* new InlineEditor END */
/* Notifier */
#zcms-notifications {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 20000;
}
#zcms-notifications.align-top {
  top: 80px;
  bottom: unset;
}
#zcms-notifications .notification {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 10px;
  font-size: 1.1em;
  margin-top: 10px;
  max-width: 400px;
}
#zcms-notifications .notification > div {
  position: relative;
  padding-right: 20px;
}
#zcms-notifications .notification div.icon {
  width: 20px;
  text-align: center;
  display: inline-block;
}
#zcms-notifications .notification .notification-close-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
#zcms-notifications .notification.light {
  box-shadow: 0px 1px 4px #F1F1F1;
  background: #FFF;
  color: #595959;
  border: 1px solid #ececec;
  border-right: 0;
}
#zcms-notifications svg.fa-info-circle {
  color: #54baff;
}
#zcms-notifications svg.fa-check {
  color: #5eff6b;
}
#zcms-notifications svg.fa-exclamation-triangle {
  color: #ffb95e;
}
#zcms-notifications svg.fa-exclamation {
  color: #ff705e;
}
/* Notifier end */
/* Context Menu */
#context-menu {
  background: #FFF;
  border-radius: 2px;
  display: inline-block;
  min-width: 170px;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 5px #D8D8D8D8;
  position: absolute;
  z-index: 110001;
}
#context-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
#context-menu ul li {
  padding: 4px 8px;
  list-style: none;
}
#context-menu ul li svg {
  color: #5082b9;
}
#context-menu ul li:hover,
#context-menu ul li:hover svg {
  color: #FFF;
  background: #5082b9;
  cursor: pointer;
}
/* Context Menu end */
/* MenuEditor */
.menu-container {
  max-height: 27em;
  overflow: hidden auto;
  /* MenuEditor checbox */
  /* On mouse-over, add a background color */
  /* On mouse-over of checked, add a background color */
  /* When the checkbox is checked, add a active background color */
  /* checkmark/indicator */
  /* MenuEditor checbox END */
}
.menu-container .item-dragging-shadow {
  border: 3px dashed #337ab7;
}
.menu-container .menu {
  margin-bottom: 1px;
}
.menu-container .menu .inner {
  background: #777;
  color: white;
  padding: 4px 4px 4px 8px;
}
.menu-container .menu .inner:hover {
  background: #66adea;
}
.menu-container .menu .inner .fa-circle.fa-xs {
  font-size: 0.4em;
}
.menu-container .menu .inner .grab {
  margin: 0 0.6em 0 0.24em;
  cursor: move;
}
.menu-container .menu .inner .icon > .fa-chevron-down,
.menu-container .menu .inner .icon > .fa-chevron-right {
  cursor: pointer;
}
.menu-container .menu .inner .cbox {
  margin: 0 0.3em 0 0.1em;
}
.menu-container .menu .inner > div {
  display: inline-block;
  margin-right: 0.4em;
}
.menu-container .menu .inner .name {
  max-width: 45%;
  vertical-align: bottom;
}
.menu-container .menu .inner .inline-edit .editor .input-text {
  height: 20px;
  white-space: nowrap;
}
.menu-container .menu .inner .inline-edit .activator div {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-container .menu .inner .actions {
  float: right;
  margin: -0.31em 0 0 0.7em;
}
.menu-container .menu .inner .actions div {
  display: inline-block;
  width: 2em;
  text-align: center;
  padding: 5px;
  margin-top: 1px;
}
.menu-container .menu .inner .actions div:hover .fa-eye,
.menu-container .menu .inner .actions div:hover .fa-eye-slash {
  cursor: pointer;
  /*color: darken(#ac80ff, 10%);*/
}
.menu-container .menu .inner .actions div:hover .fa-edit {
  cursor: pointer;
  /*color: darken(@success, 15%);*/
}
.menu-container .menu .inner .actions div:hover .fa-trash {
  cursor: pointer;
  /*color: @danger;*/
}
.menu-container .menu .children {
  padding-left: 22px;
  /*border: 2px solid #777;*/
}
.menu-container .menu .children.hidden {
  display: none;
}
.menu-container .fa-chevron-right {
  margin: 0 2px;
}
.menu-container .checkmark {
  position: initial;
  display: inline-block;
  vertical-align: bottom;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid white;
}
.menu-container .cbox:hover input ~ .checkmark {
  background-color: transparent;
}
.menu-container .cbox:hover input:checked ~ .checkmark {
  background-color: #66adea;
}
.menu-container .cbox input:checked ~ .checkmark {
  background-color: transparent;
}
.menu-container .cbox .checkmark:after {
  border-color: white;
  left: 8px;
}
/* MenuEditor END */
.cms-img,
[data-editable] img {
  background-position: 0 0;
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cms-video,
[data-editable] iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.align-left {
  clear: none;
  float: left;
  display: inline-block;
  margin-right: 0.6em !important;
}
.align-right {
  clear: none;
  float: right;
  display: inline-block;
  margin-left: 0.6em !important;
}
.ce-element--type-image,
.ce-element--type-video {
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.float-right {
  float: right;
}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 12000;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 12000;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 11999;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.pika-time-container {
    clear: both;
}

.pika-time {
    margin: 7px auto 7px;
}

.pika-time .pika-time-label {
    font-weight: bold;
    font-size: 11px;
    color: #666;
    padding-right: 0.33em;
}

html,
body {
  font-family: 'Open Sans', Sans-Serif;
  height: 100%;
  background: #eee;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 85px 15px 20px;
}
.site-index {
  margin-top: 70px;
}
.color-gray {
  color: #777;
}
.color-white {
  color: #FFF;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.footer a {
  color: #1260e8;
}
div.page-document {
  padding: 20px;
}
div.page-document.page-content > .content {
  padding: 0;
}
div.page-document.page-content h1,
div.page-document.page-content h2 {
  text-transform: none;
  font-weight: normal;
}
.footer .col-md-4 {
  height: 90px;
}
.footer .col-md-4 p {
  position: absolute;
  bottom: 0;
}
.admin-menu {
  background: #fff;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  top: 50%;
  width: 125px;
}
.admin-menu a {
  display: block;
  width: 100%;
}
.admin-menu a:hover {
  text-decoration: none;
}
table.admin-menu tr {
  background: #dedede;
  border-bottom: 0;
  height: 29px;
}
table.admin-menu tr:hover {
  background: #1260E8;
  color: #fff;
  border-bottom: 0 !important;
  outline: 2px solid #1260E8 !important;
}
table.admin-menu tr:nth-child(2n+1) {
  background: #dedede;
  border-bottom: 0;
}
table.admin-menu tr:nth-child(2n+1):hover {
  background: #1260E8;
  color: #fff;
  border-bottom: 0 !important;
  outline: 2px solid #1260E8 !important;
}
table.admin-menu tr:first-child {
  background: #dedede;
  border-bottom: 0 !important;
}
table.admin-menu tr td:first-child {
  background: transparent;
  text-align: center;
}
table.admin-menu tr td:last-child {
  background: #fff;
  text-align: left;
}
table.leiunurk tr td img {
  height: 100px;
}
table.leiunurk tr td:nth-child(2) {
  font-weight: normal;
}
table.ui-datepicker-calendar tr:first-child,
table.ui-datepicker-calendar tr,
table.ui-datepicker-calendar tr:hover {
  border: none !important;
  background: #F6F6F6;
}
.carousel-inner > .item img {
  max-height: 332px;
}
.carousel-inner > .item .actions {
  position: absolute;
  left: 105px;
  top: 0;
  z-index: 100;
}
.carousel-inner > .item .actions button {
  display: inline-block;
  border: 0;
  padding: 5px 10px;
  height: 30px;
  font-size: 0.9em;
  color: #333;
  vertical-align: top;
}
.carousel-inner > .item .actions button:hover {
  color: #fff;
  background-color: #666;
}
.carousel-inner > .item .actions button > svg {
  padding-bottom: 2px;
}
.carousel-inner > .item .actions button.order[data-item-edit] > svg {
  vertical-align: unset;
  color: #000;
  position: relative;
  right: unset;
}
.carousel-inner > .item .actions button.order {
  font-size: 1.2em;
  width: 37px;
}
.add-banner.button {
  position: absolute;
  top: 293px;
  right: 0px;
  z-index: 100;
}
.add-banner-button-container {
  max-width: 1137px;
  margin: 0 auto;
  position: relative;
}
/*
// TODO: pseudo css mis keelab servades liigutamist
#banners > [data-item]:first-child .move-left { display: none; }
#banners > [data-item]:last-child .move-right { display: none; }
*/
.leiunurk-upload-btn {
  cursor: pointer;
  float: left;
  position: relative;
  left: 16px;
  display: inline-block;
  top: 3px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #f6f6f6;
}
.admin-menu .btn.logout {
  border-radius: 0;
  background: transparent;
  text-align: left;
  width: 100%;
  font-weight: bold;
  padding: 0;
}
.page-content {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  margin: 20px 0;
  padding: 0;
  position: relative;
}
.page-content a:not([class]),
.content a:not([class]) {
  color: #1260e8;
  font-style: normal;
}
.header-box {
  display: flex;
  background: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  border-top: 6px solid #1260e8;
  position: relative;
}
.header-box > .content {
  padding: 20px 20px 46px;
}
.page-content > .content:first-of-type {
  padding-top: 20px;
}
.page-content > .content {
  padding: 20px 20px 0 20px;
}
.page-content > .content:last-of-type {
  padding-bottom: 20px;
}
.page-content > .content:only-of-type {
  padding: 20px;
}
.footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.navbar {
  background: #fff;
  min-height: 70px;
  border-width: 0;
}
.navbar-shadow {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  padding: 10px 15px 0;
}
.navbar-brand > img {
  max-width: 260px;
  padding-top: 7px;
}
#w1.navbar-nav {
  float: right !important;
}
.navbar-nav {
  padding-top: 0px;
}
.navbar-nav > li {
  border-bottom: 4px solid white;
}
.navbar-nav > li:last-of-type {
  border: none;
}
.navbar-nav > li:last-of-type:hover {
  border: none;
}
.navbar-nav > li:hover,
.navbar-nav > li:focus {
  border-bottom: 4px solid #1260e8;
}
.navbar-nav > li > a {
  transition: all ease 0.15s;
  font-size: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 13px;
}
.navbar-toggle {
  margin-top: 10px;
  padding: 9px 20px;
}
.navbar-toggle .icon-bar {
  background: #888;
}
.allcaps {
  text-transform: uppercase;
}
a {
  color: #3a3a3a;
  text-decoration: none;
  transition: all cubic-bezier(0, 0, 0.2, 1) 0.15s;
}
a:hover,
a:focus {
  color: #3a3a3a;
  text-decoration: underline;
}
a.card-button:hover,
a.card-button:focus,
a.button:hover a.button:focus,
a.card-button-default:hover,
.panel-box > .content > a:hover {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
.button-hover {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
a.colored,
a.colored:hover,
a.colored:focus {
  color: #1260e8;
}
.button {
  background: #1260e8;
  color: #fff;
  padding: 8px 20px;
  font-size: medium;
  font-weight: 600;
}
.button.card-button {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
.carousel-inner .item .button {
  position: absolute;
  bottom: 0;
}
.carousel .button.no-banners {
  position: absolute;
  bottom: 0px;
  left: 220px;
}
.carousel-inner .item :nth-child(3) {
  left: 147px;
}
.carousel-inner .item :nth-child(4) {
  left: 295px;
}
.card-image {
  width: 57%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: all ease .25s;
}
.article-image {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.grid-header > a {
  float: right;
}
.grid-item {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  margin: 10px 0;
}
.grid-item > .content {
  padding: 14px 14px 46px;
}
.grid-item.card-border {
  transition: all ease .15s;
}
.grid-item.card-border:hover {
  transform: scale(1.02);
}
h1,
h2,
h3 {
  margin: 5px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: xx-large;
}
h2 {
  font-size: x-large;
}
h3 {
  font-size: large;
}
em {
  color: #1260e8;
  font-style: normal;
  text-decoration: none;
}
.carousel {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  min-height: 332px;
  overflow: hidden;
  width: 100%;
}
.card {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  margin: 20px 0;
  padding: 14px;
}
.card-border {
  border-top: 6px solid #1260e8;
}
.card-title {
  font-size: large;
  font-weight: 600;
  line-height: 22px;
  margin: 7px 0;
}
.card-summary {
  text-align: justify;
}
.sidebar {
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  margin: 20px 20px 20px 0;
  padding: 14px;
}
.sidebar li {
  list-style-type: none;
}
.nopadding {
  padding: 0;
}
.sidebar > ul {
  padding: 0;
  list-style-type: none;
}
.sidebar > ul > li {
  padding: 2px 0;
}
.list-header {
  font-size: x-large;
  font-weight: 600;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
.esileht-teenused {
  margin-top: 28px;
}
.esileht-teenused > .col-md-4:first-of-type {
  padding-left: 0;
  padding-right: 16px;
}
.esileht-teenused > .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.esileht-teenused > .col-md-4:last-of-type {
  padding-left: 16px;
  padding-right: 0;
}
.esileht-kampaaniad > .col-md-8 {
  padding-left: 0;
  padding-right: 8px;
}
.esileht-kampaaniad > .col-md-4 {
  padding-left: 16px;
  padding-right: 0;
}
.site-index .grid-item {
  display: block;
  height: 386px;
}
.site-index .card-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 175px;
  max-height: 175px;
}
.site-index .card-image:hover {
  overflow: hidden;
}
.grid-item.card-border.image-card {
  background-size: cover;
  background-position: center;
  color: white !important;
  cursor: pointer;
}
.image-card > .content {
  padding: 15px 14px 46px 25px;
}
div.over-image {
  position: absolute;
  color: white;
  padding: 16px 28px;
}
.content-fit > img {
  width: 100%;
}
.header-box > .img-container > img {
  width: 100%;
  transition: all ease .25s;
}
.announcement p {
  position: relative;
  left: 20px;
  font-size: 1.3em;
  flex: 1;
  margin: auto 0;
}
.announcement svg {
  font-size: 50px;
  flex: 0 50px;
}
.announcement {
  padding: 20px;
  background: #1b7cc3;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  position: relative;
}
.announcement.closed:not(.admin) [data-name='desc'] {
  max-height: 3rem;
  overflow: hidden;
}
.announcement.closed:not(.admin):hover [data-name='desc'] {
  max-height: inherit;
  overflow: inherit;
}
.announcement:not(.closed) .expand,
.announcement.admin .expand {
  display: none;
}
.announcement-btn-container {
  right: 0;
  top: 0;
  position: absolute;
}
.announcement-btn[data-item-delete] > svg {
  position: relative;
  right: 0;
}
.announcement-btn > svg {
  color: #FFF;
  font-size: 1.1em;
}
.announcement-btn {
  padding: 4px 6px;
  font-size: 1.1em;
  color: #FFF;
}
.announcement-btn:hover {
  background: #FFF;
  color: #1b7cc3;
}
.announcement-btn:hover svg {
  background: #FFF;
  color: #1b7cc3;
}
.announcement-btn:last-child {
  border-top-right-radius: 4px;
}
#show-announcements,
#hide-announcements {
  cursor: pointer;
}
#show-announcements,
#hide-announcements {
  cursor: pointer;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
.text-bold {
  font-weight: bold;
}
.bigger-text {
  font-size: 16px;
}
/* Ka kõrvalolevad childid läheks hoveriks*/
.sibling-hover:hover ~ .card-button.hover-target {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
.adjacent-hover:hover + .card-button.hover-target {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
.child-hover:hover > .card-button.hover-target {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
.descendant-hover:hover .card-button.hover-target {
  background: #4b90ff;
  color: #fff;
  text-decoration: none;
  transform: scale(1.06);
}
table.styled-table {
  box-shadow: 0px 4px 12px -5px #CCC;
  margin-bottom: 40px;
  width: 100%;
}
table.styled-table tr:first-child,
tr.branded {
  border-bottom: 2px solid #1260E8 !important;
  background: #F5F5F5;
}
table.leiunurk tbody tr:first-child {
  border-bottom: 2px solid #FFF !important;
  background: #F5F5F5;
}
table.styled-table tr {
  border-bottom: 2px solid #FFF;
}
table.styled-table tr:nth-child(2n+1) {
  background: #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
}
table.styled-table tr:hover,
table.leiunurk tbody tr:hover {
  border-bottom: 2px solid #1260E8 !important;
}
table.styled-table tr td,
table.styled-table tr th {
  padding: 2px 8px;
}
table.styled-table tr td:last-child,
table.styled-table tr th:last-child {
  text-align: right;
}
.pika-time-container table td {
  padding: 0;
}
.pika-time-container table tr td:nth-child(1) {
  text-align: right;
}
.pika-time-container table tr td:nth-child(3) {
  text-align: left;
}
.pika-lendar table.pika-table tr:first-child {
  border-bottom: 0 !important;
}
.pika-time-container table td {
  padding: 0;
}
.pika-time-container table tr td:nth-child(1) {
  text-align: right;
}
.pika-time-container table tr td:nth-child(3) {
  text-align: left;
}
.pika-lendar table.pika-table tr:first-child {
  border-bottom: 0 !important;
}
table.mini-service tr td:nth-child(2) {
  font-weight: normal;
}
.panel-box {
  border-top: 3px solid #1260E8;
  width: 395px;
  margin-bottom: 4px;
  min-height: 122px;
  margin-right: 12px;
}
.panel-box .title {
  font-size: 20px;
  font-weight: bold;
}
.panel-box,
.panel-box > div {
  display: inline-block;
  background: #FFF;
}
.panel-box > .img-container {
  float: left;
}
.panel-box > .content {
  width: 60%;
  float: right;
  padding: 0 !important;
}
.panel-box [data-item-move] {
  position: absolute;
  right: 23px;
  top: 3px;
}
.panel-box [data-item-delete] {
  position: absolute;
  right: 0px;
  top: 4px;
}
.img-container {
  width: 39%;
}
.img-container > img {
  width: 100%;
}
.footer .container img {
  width: 80px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
table.mikrofiltrid tr td:first-child,
table.mikrofiltrid tr th:first-child {
  width: 14%;
}
#varuosaotsing-btn {
  border: none;
  padding: 2px 22px;
  background: #1260E8;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin: 10px 4px;
}
#varuosaotsing {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #1260E8;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
.dropdown-menu li a {
  transition: all ease 0.15s;
}
.carousel-inner {
  max-width: 1137px;
  margin: 0 auto;
}
.carousel-inner > div.item > img {
  margin: 0 auto;
}
.carousel-control.left,
.carousel-control.right {
  position: absolute;
  top: 115px;
  width: 55px;
  height: 112px;
  text-indent: -9999px;
  z-index: 10;
  background: url('/img/karusell/arrows.png') left top no-repeat;
  background-image: linear-gradient;
  cursor: pointer;
}
.carousel-control.left {
  left: 9%;
}
.carousel-control.right {
  right: 9%;
  background-position: -55px top;
}
.full-size {
  width: 100%;
  background-repeat: no-repeat;
  min-height: 150px;
}
.news-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 360px;
  max-height: 360px;
}
.news-list-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 220px;
  max-height: 220px;
  min-width: 38%;
  max-width: 38%;
}
.news-list-content {
  margin-left: 7px;
  padding: 9px;
}
.news-summary {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 122px;
}
.card-button-default {
  background: #1260e8;
  color: #fff;
  padding: 8px 20px;
  font-size: medium;
  font-weight: 600;
  border: none;
  width: 200px;
}
.panel-box > .content > h3 {
  font-weight: bold;
}
.field-contactserviceform-services {
  display: inline-block;
  min-width: 300px;
}
.kontakt-box-margin {
  margin-top: 30px;
}
.img-container-kontakt {
  min-height: 150px;
  overflow: hidden;
  position: relative;
}
.site-contact .col-lg-5 {
  float: none;
  width: 100%;
}
.contact-page h2 {
  font-size: 2.3em;
}
.contact-page div.text-bold > p {
  margin: 0px;
}
.contact-page .col-md-4 > [data-item-move] {
  right: 39px;
  position: absolute;
  z-index: 20;
  top: 3px;
}
.contact-page .col-md-4 > [data-item-delete] {
  position: absolute;
  right: 15px;
  z-index: 20;
  top: 3px;
}
/* Kontakti kaartide inline-block paremas küljes fix */
.col-md-4.kontakt-box-margin {
  min-height: 274px;
  max-height: 274px;
  overflow: hidden;
}
.contact-add {
  min-width: 250px;
  text-align: center;
  position: absolute;
  right: 14px;
  top: 2px;
}
.contact-page-form {
  padding-top: 20px;
}
div.header-box > div.img-container {
  min-width: 39%;
  overflow: hidden;
}
.bike-container > div {
  display: inline-block;
}
.bike-container.row {
  min-height: 275px;
}
.bike-container > .specifications {
  margin-top: 20px;
}
.bike-container > .button-container > div {
  display: inline-block;
}
.strikethrough {
  text-decoration: line-through;
}
.bike-container > .description > .price {
  font-size: 20px;
}
.price-number {
  font-size: 32px;
}
.bike-container .button-container {
  cursor: pointer;
}
.bike-container .description > p {
  font-size: 12px;
}
.navbar-fixed-top div.container {
  padding: 8px 16px 0px;
}
[data-ce-max-width="800"] {
  max-width: 816px;
  height: auto !important;
}
/*************************** AUTO24 kasutatud autod *******************************/
.searchFields ul {
  list-style-type: none;
  margin: 20px 40px 10px 0;
  min-width: 200px;
  padding: 0;
}
.searchFields li {
  margin-bottom: 10px;
}
.searchFields label {
  display: block;
}
.col0,
.col1,
.col2 {
  display: inline-block;
}
.col0 input,
.col0 select,
.col2 select {
  width: 100%;
}
.searchFields .submit > input {
  background: #1260e8 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 9px 22px;
}
table.naviLinks {
  box-shadow: none;
  margin: 0;
}
.vehicles_list_row0 {
  align-items: start;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 160px 100%;
  grid-template-rows: 25px auto;
  margin: 20px 0;
  width: 79%;
}
.vehicles_list_row1 {
  align-items: start;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 160px 100%;
  grid-template-rows: 25px auto;
  margin: 20px 0;
  width: 79%;
}
.DetailsMain {
  display: inline-block;
  vertical-align: top;
  width: 71%;
}
.DetailImages {
  display: inline-block;
  width: 25%;
}
.language-picker {
  position: relative;
  display: inline-block;
  top: 19px;
  right: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 19px 8px;
  padding-bottom: 23px;
  top: 0;
}
.language-picker div > ul {
  right: 0;
  left: initial !important;
  top: 62px;
}
.language-picker:hover:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #1260e8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1191px) {
  .DetailsMain {
    width: 65%;
  }
  .DetailImages {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .DetailsMain {
    width: 54%;
  }
  .DetailImages {
    width: 25%;
  }
  .esileht-teenused > .col-md-4:first-of-type,
  .esileht-teenused > .col-md-4,
  .esileht-teenused > .col-md-4:last-of-type,
  .esileht-kampaaniad > .col-md-4,
  div.esileht-teenused > .col-md-8,
  .esileht-kampaaniad > .col-md-8 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .DetailsMain {
    display: block;
    width: 100%;
  }
  .DetailImages {
    display: block;
    width: 100%;
  }
  .site-contact {
    padding: 1.2em;
  }
}
@media screen and (max-width: 710px) {
  .vehicles_list_row0,
  .vehicles_list_row1 {
    width: 65%;
  }
}
.vehicles_list_title_cell {
  font-size: 18px;
  font-weight: 600;
  grid-area: 1 / col-start / last-line / 2;
  /*Et title row oleks auto height aga mitte sama mis pildi height*/
  line-height: 18px;
}
.vehicles_list_img_cell {
  grid-column: 1 / auto;
}
.vehicles_list_data_cell {
  grid-column: 2 / auto;
}
.vehicles_list_price_cell {
  grid-column: 2 / auto;
}
.vehicleImageDiv0,
.vehicleImageDiv1 {
  display: inline-block;
  margin: 5px;
}
.float-right {
  float: right;
}
.akl-logo-kereremont {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.width-auto {
  width: auto;
}
.width-full {
  width: 100%;
}
#used-cars-follow {
  background: #337ab7;
  position: relative;
  color: #fff;
  width: 2.2em;
  height: 12em;
  font-size: large;
  text-align: center;
  font-weight: 600;
  line-height: 2.2em;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  float: right;
  margin-right: -40px;
  margin-top: 400px;
  transition: top 0.5s ease;
  cursor: pointer;
}
/*************************** AUTO24 kasutatud autod END *******************************/
#albums {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
#albums > li {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px !important;
  vertical-align: top;
}
#albums > li:not('.btn-primary'):hover {
  background-color: #eee;
}
/*************************** mobiilivaade media START *******************************/
@media screen and (max-width: 1200px) {
  .panel-box {
    width: 330px;
  }
  p img {
    max-width: 100%;
  }
  .navbar-nav > li > a {
    font-size: 14px;
  }
  .nav > li > a {
    padding: 29px 7px;
  }
  .esileht-teenused div.col-md-4 div.grid-item div.content p:nth-child(2) {
    margin: -20px 0 10px;
  }
  .nav > li > a {
    padding: 17px 7px;
  }
  .navbar-brand {
    height: 38px;
    padding: 14px 15px 0;
  }
  .navbar-brand > img {
    width: 145px;
  }
  .navbar {
    min-height: 48px;
  }
  .navbar-fixed-top div.container {
    padding: 0px 16px 0px;
  }
  /* #w0-collapse .language-picker {
        position: absolute;
        right: 85px;
        top: 16px;
    } */
}
@media screen and (max-width: 1136px) {
  .carousel {
    min-height: auto;
  }
  .carousel-control.left,
  .carousel-control.right {
    top: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .navbar-nav > li > a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 990px) {
  .navbar-fixed-top.navbar-shadow.navbar > .container {
    width: auto;
  }
  .sidebar {
    margin: 20px 0px 20px 0;
  }
  .esileht-teenused div.col-md-4 div.grid-item div.content p:nth-child(2) {
    margin: 0 0 10px;
  }
  .site-index .card-image {
    height: 210px;
    max-height: 210px;
  }
  .footer .col-md-4 {
    height: auto;
  }
  .footer .col-md-4 p {
    position: relative;
    bottom: initial;
  }
  .footer .col-md-4 p.text-align-center {
    text-align: initial;
  }
}
@media screen and (max-width: 952px) {
  .navbar-nav > li > a {
    font-size: 0.8em;
  }
  .navbar-fixed-top.navbar-shadow.navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .carousel-indicators {
    bottom: -10px;
  }
  .nav > li > a {
    padding: 17px 2px;
  }
}
@media screen and (max-width: 858px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
  #w1.navbar-nav {
    padding-right: 2em;
  }
}
@media screen and (max-width: 790px) {
  .navbar-nav > li > a {
    font-size: 11px;
  }
  .navbar-brand > img {
    width: 125px;
  }
}
@media screen and (max-width: 766px) {
  #used-cars-follow {
    display: none;
  }
  .navbar-nav > li > a {
    font-size: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    white-space: normal;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
  }
  #w0-collapse .language-picker {
    position: fixed;
    right: 65px;
    top: -2px;
  }
  .navbar-brand {
    height: 50px;
    padding: 8px 15px 0;
  }
  .navbar-brand > img {
    width: auto;
  }
}
@media screen and (max-width: 734px) {
  .wrap > .container {
    padding: 85px 0px 20px;
  }
}
@media screen and (max-width: 660px) {
  .carousel-control.left,
  .carousel-control.right {
    top: 20%;
  }
  .header-box > .content {
    padding: 10px 20px 46px;
  }
  .panel-box {
    width: 100%;
  }
  table.mikrofiltrid tr td,
  table.mikrofiltrid tr th {
    font-size: 12px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 634px) {
  .header-box h1 {
    font-size: x-large;
  }
  .page-content h1 {
    font-size: x-large;
  }
  .header-box > .content {
    padding: 5px 15px 46px;
  }
  .header-box div:not([class]) {
    width: 40%;
  }
  .header-box div:not([class]) > img {
    width: 100%;
  }
  .akl-logo-kereremont {
    float: none !important;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .carousel .full-size {
    min-height: unset;
  }
  .carousel-control.left,
  .carousel-control.right {
    display: none;
  }
  .header-box div:not([class]) {
    display: none;
  }
  .header-box div:not([class]) > img {
    display: none;
  }
  table.mikrofiltrid tr td,
  table.mikrofiltrid tr th {
    font-size: 10px;
  }
  .footer .container div {
    display: block;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 5px auto;
  }
  .footer .col-md-4.privacy-terms p {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .card-button {
    width: 100%;
  }
  .esileht-teenused {
    padding-right: 0px;
    padding-left: 0px;
  }
  .esileht-teenused > .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .site-index .grid-item {
    height: auto;
  }
  .grid-header > a {
    position: relative;
    top: -35px;
  }
  .article-image {
    overflow: inherit;
  }
  .body-content.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 405px) {
  .img-container {
    display: none !important;
  }
  .panel-box {
    margin-bottom: 15px;
  }
  .panel-box > .content {
    width: 100%;
  }
  a.button {
    padding: 6px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .page-content > .content {
    padding: 10px;
  }
  .card-button-default {
    width: 100%;
  }
}
td.value.price {
  font-weight: 600;
}
td.value.bargain_price {
  color: red;
}
.content.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  width: auto;
  height: auto;
  grid-gap: 20px;
}
.product-item.card {
  position: relative;
  padding: 0 0 88px 0;
}
.product-item.card .card-button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.product-item.card .card-button:hover {
  transform: none;
}
.product-image {
  height: 225px;
  background-image: url("/img/default-avatar.png");
  background-size: cover;
}
.product-content {
  margin: 0 10px 22px;
}
.product-content h3 {
  padding: 21px 0 13px 10px;
}
.product-price {
  font-weight: 600;
  font-size: 1.2em;
  right: 13px;
  position: absolute;
  bottom: 58px;
}
.bigger-text {
  font-size: 16px;
}
.inline-gallery > div {
  width: 150px;
  height: 150px;
  display: inline-block;
}
/*Bootstrap override*/
.navbar-collapse {
  max-height: 100vh !important;
}
.tabs.pricing .tab-nav {
  display: flex;
  justify-content: center;
  margin: 2rem;
  border-block-end: 3px solid #1260e8;
}
.tabs.pricing .tab-nav > * {
  flex: 1;
}
.tabs.pricing .tab-nav .tab-selector:not(.active) {
  background: #EFEFEF;
  color: #222;
}
.tabs.pricing .tab-content {
  display: none;
  padding: 2rem;
}
.tabs.pricing .tab-content.active {
  display: block;
}
.nav > li > a:focus {
  background-color: inherit;
}
.navbar-nav > :first-child > a {
  font-size: 1.3em;
  font-weight: 900;
}
.navbar-nav > li.navImg {
  overflow: hidden;
  white-space: nowrap;
}
.navbar-nav > li.navImg > a {
  /*image-rendering: -webkit-optimize-contrast;*/
  color: transparent;
}
.navbar-nav > li.navImg > a:hover {
  color: transparent;
}
.navbar-nav > li.navImg > a:active {
  color: transparent;
}
.navbar-nav > li.navImg > a:visited {
  color: transparent;
}
@media screen and (max-width: 767px) {
  .navbar-nav > li.navImg {
    width: 100%;
  }
}
.navJeep {
  width: 6.5rem;
}
.navJeep > a {
  background: url('/img/Jeep_Black_Logo_smol.png') no-repeat 50% 53%;
  background-size: 67%;
}
@media screen and (max-width: 767px) {
  .navJeep > a {
    width: 6.5rem;
    margin: auto;
  }
}
.navAlfaRomeo {
  width: 5.5rem;
}
.navAlfaRomeo > a {
  background: url('/img/Alfa-Romeo_Logo_smol.png') no-repeat center / 72%;
}
@media screen and (max-width: 767px) {
  .navAlfaRomeo > a {
    width: 5.5rem;
    margin: auto;
  }
}
.navRollsRoyce {
  width: 10rem;
}
.navRollsRoyce > a {
  background: url('/img/Rolls-Royce_Logo_smol.png') no-repeat 50% 64%;
  background-size: 82%;
}
@media screen and (max-width: 767px) {
  .navRollsRoyce > a {
    width: 10rem;
    margin: auto;
  }
}
