/*
 Theme Name:   Noah Theme
 Theme URI:    http://noahtheme.com/
 Description:  Premium wordpress theme
 Author:       Noah Lab
 Author URI:   twitter.com/onceno
 Template:
 Version:      1.2.9
 Text Domain:  noah-theme
*/
/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Forms */
input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox] + label span {
  margin: 10px;
}

input[type=file] + label span {
  display: inline-block;
  height: 42px;
  width: 150px;
  line-height: 42px;
  vertical-align: middle;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  background: url(assets/ui/ne-ui-upload.png) rgb(245 168 60) no-repeat;
  background-size: 14px;
  background-position: 14px 14px;
  text-align: left;
  padding-left: 40px;
  max-width: 320px;
  /* border: 1px solid rgb(100 100 100); */
  /* border-left: 0; */
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
}

#ne_upload .button {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#ne_upload .button.progress {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40px;
  color: transparent;
}


.upload-btn.loading {
  display: inline-block;
  background: url(../images/btn-loading.gif) #000 no-repeat !important;
  background-position: center !important;
  background-size: center 1px !important;
  background-size: 102px !important;
  margin: 0 !important;
  color: transparent !important;
}

.button.upload-btn {
  margin: 0 !important;
  display: inline-block;
  background-position: center;
  background-size: center 1px;
  background-size: 102px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42px;
}

.ne-form input[type=checkbox], .ne-form input[type=radio],
.ne-ui-wrap input[type=checkbox], .ne-ui-wrap input[type=radio],
.ne-image-checkbox input[type=checkbox], .ne-image-checkbox input[type=radio],
#ne_mirror input[type=checkbox], #ne_mirror input[type=radio],
#ne_upload input[type=checkbox], #ne_upload input[type=radio] {
  display: none;
}

.ne-image-checkbox label {
  display: none;
}

input[type=checkbox]:checked + .ne-ui {
  background: url(assets/ui/checked-checkbox.png) #ccc no-repeat;
  background-size: 13px;
  background-position: 9px center;
}

input[type=checkbox] + label span {
  background: none;
  border-radius: 0px;
  width: 100%;
  /* height: 18px; */
  left: 0px;
  margin: -1px 4px 0 0;
  display: inline-block;
  background: url(assets/ui/check_radio_sheet.png) 0px top no-repeat;
  background-size: 76px 19px;
  vertical-align: middle;
  position: absolute;
}

.ne-form input.error + label {
  background: #fff;
  z-index: 4;
}

input[type=checkbox]:checked + label span {
  background: url(assets/ui/check_radio_sheet.png) -19px top no-repeat;
  background-size: 76px 19px;
}

input[type=radio] + label:not(.ne-radio-ui) span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(assets/ui/check_radio_sheet.png) -38px top no-repeat;
  background-size: 76px 19px;
  cursor: pointer;
}

input[type=radio]:checked + label:not(.ne-radio-ui) span {
  background: url(assets/ui/check_radio_sheet.png) -57px top no-repeat;
  background-size: 76px 19px;
}

input[type=text], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: left;
}

input[type=email] {
  text-transform: lowercase;
}

input[type=text], .ne-form-ui, input[type=email], input[type=password], input[type=number], input[type=search], textarea, select, input[type=tel] {
  font-size: 16px;
  padding: 10px 30px 12px 10px;
  outline: none;
  border-top: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgba(100, 100, 100, 0.21);
  border-right: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.28);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
  /* border: 1px solid rgba(149, 149, 149, 0.27); */
  box-shadow: none;
  cursor: pointer;
  /*! border: 0; */
}

select.error {
  color: rgb(85, 85, 85) !important;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 20px;
  background-position: 135px 20px;
  width: 100%;
  /* padding: 9px 46px 11px 7px; */
  margin-bottom: 0;
  color: rgb(85, 85, 85);
  max-width: 100%;
  text-align: left;
  background: url(assets/ui/select.png) #f9f9f9 no-repeat !important;
  background-position: calc(100% - 10px) 20px !important;
  background-size: 12px !important;
  cursor: pointer;
}
select:focus, select:hover, select:active {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 20px;
  /*! box-shadow: 1px 4px 8px -3px rgba(0, 0, 0, 0.35); */
  /* color: #000; */
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  outline: none;
  background: url(assets/ui/select.png) #fff no-repeat;
  background-position: calc(100% - 10px) 20px;
  background-size: 12px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=reset]:hover {
  background: #000;
}

input:focus, textarea:focus, input:hover, textarea:hover, .ne-form-ui:hover {
  /*! box-shadow: 1px 4px 8px -3px rgba(0, 0, 0, 0.35); */
  /* color: #000; */
  background-color: #fff;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

input.clean-val {
  color: #000;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  display: block;
}

input[type=checkbox]:checked + .ne-ui {
  background-color: rgb(249, 249, 249);
  background-image: url(assets/ui/checked-checkbox.png) !important;
  color: #000;
}

input[type=checkbox] + .ne-ui span {
  display: inline-block !important;
  background: none;
  border-radius: 0px;
  width: 30px;
  height: auto;
  left: 0;
  margin: 0px auto 0px;
  display: inline-block;
  position: absolute;
}

input[type=checkbox]:checked + .ne-ui span {
  background: none;
  background-position: 15px center;
  background-size: 10px;
  cursor: pointer;
}

#ui fieldset {
  border: 0;
  padding: 40px 0;
}

input[type=radio] + .ne-ui, input[type=checkbox] + .ne-ui {
  width: 160px;
  height: 30px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0;
  line-height: 30px;
  text-align: center;
  /* position: relative; */
  background: rgba(204, 204, 204, 0.3882352941) no-repeat;
  background-size: 215px;
  background-position: 23px 15px;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4705882353);
  display: -webkit-box;
}

input[type=button].light, input[type=submit].light, .button.light {
  background: #eee;
  color: #919191;
}

input[type=button], input[type=submit], .button {
  font-weight: 400;
  cursor: pointer;
  color: rgb(254, 254, 254);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  letter-spacing: 0.03em;
  outline: none;
  background-color: rgb(0, 0, 0);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 2px;
  text-align: center;
  text-transform: capitalize;
  width: 100px;
  line-height: 42px;
  height: 42px;
  display: block;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  /* font-family: 'Montserrat', sans-serif; */
  background-position: center;
}

.button {
  width: fit-content;
  padding: 0 12px;
  display: block;
  box-sizing: content-box;
}
.button:hover {
  background: #292929;
  color: #ffffff;
}
.button.outline {
  border: 2px solid #000;
  color: #000;
  background: transparent;
  font-weight: 400;
  text-transform: uppercase;
}
.button.outline:hover {
  background: transparent;
  box-shadow: none;
}
.button.outline.white {
  border: 2px solid #fff;
  color: #fff;
}
.button.small {
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.button.icon {
  width: 45px;
  height: 45px;
  opacity: 1;
  padding: 0;
  background-image: url(assets/images/ui/ic_settings.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  color: transparent;
}
.button.icon:active, .button.icon:hover {
  color: transparent !important;
}
.button.loading {
  color: transparent !important;
  background: url(assets/images/ui/btn-loading.gif) #000000 no-repeat;
  background-size: 90px;
  background-position: center;
}
.button.light {
  background: #efefef;
  color: #c3c3c3;
}
.button.light:hover {
  background: #fff;
  color: #000000;
}
.button.icon-in {
  background-image: url(assets/images/ui/ic-button-light.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 12px;
  padding: 0 12px 0 42px;
  max-width: unset;
  width: auto;
  display: inline-block;
  text-align: right;
}
.button.link {
  background: none;
  font-weight: 500;
  min-width: 100px;
  height: 40px;
  line-height: 33px;
  border: 4px solid #000;
  color: #000;
}
.button.link.dark {
  border-color: #fff;
  color: #fff;
}
.button.link.white {
  border: 4px solid #fff;
  color: #fff;
}

.icon.hide.active {
  background: url(../images/ui/ui-hide.png);
  display: inline-block;
}

input[type=button].button-sm, input[type=submit].button-sm, .button-sm {
  font-weight: 400;
  cursor: pointer;
  color: rgb(129 128 128 / 70%);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 8px;
  letter-spacing: 0.03em;
  outline: none;
  background: rgb(30 30 30 / 28%);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  line-height: 22px;
  height: 22px;
  display: block;
  border: 0;
}

input[type=button]:active, input[type=submit]:active, .button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}

.button.mini {
  line-height: 25px;
  height: 25px;
  width: 85px;
  letter-spacing: -0.02em;
  font-size: 10px;
  font-weight: 600;
}
.button.selected {
  background: #000 !important;
}

/* Loader */
#loader {
  width: 5px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 67px;
  background-position: center;
  background-size: 140px;
  /*     display: none; */
  background-color: rgb(38, 38, 38);
  overflow: hidden;
}
#loader.new {
  width: 5px;
  height: 57px;
  top: 2px;
  left: 62px;
  background-color: rgb(56, 54, 54);
}
#loader.active {
  display: block;
}
#loader.active span {
  display: block;
  width: 50px;
  height: 100%;
  background-color: rgb(87, 255, 60);
  transform: translateX(0px);
  transform: translateX(100%);
  -webkit-animation-name: thumb;
  -webkit-animation-duration: 600ms;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

#ne_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0px;
  background-position: center;
  background-size: 140px;
  display: none;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
#ne_loader span {
  display: block;
  width: 110px;
  height: 110px;
  background-color: rgb(87, 255, 60);
  transform: translateX(0px);
  position: absolute;
  top: 150px;
  left: calc(50% - 55px);
}
#ne_loader.active {
  display: block;
}
#ne_loader.active span {
  background: url(assets/loading2.gif) no-repeat;
  background-size: 110px;
  background-position: center;
  -webkit-animation-duration: 600ms;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/* Minin loader */
#mini_ne_loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  background-position: center;
  background-size: 140px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#mini_ne_loader.active {
  -webkit-animation-name: mini;
  -webkit-animation-duration: 600ms;
  -webkit-transform-origin: 0% 0%;
  -webkit-animation-iteration-count: 1;
  /* The magic keyword for infinite*/
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sstime {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0.1;
  }
  2.2% {
    opacity: 0.3;
  }
  3% {
    opacity: 0.55;
  }
  7% {
    opacity: 1;
  }
}
@-webkit-keyframes thumb {
  0% {
    -webkit-transform: translateX(-100px);
    width: 20px;
    /*      opacity: 0; */
  }
  10% {
    -webkit-transform: translateX(40px);
    width: 150px;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(150px);
    width: 100px;
  }
  100% {
    -webkit-transform: translateX(375px);
    width: 90px;
  }
}
@-webkit-keyframes mini {
  0% {
    opacity: 0;
    width: 100%;
  }
  30% {
    width: 100%;
    opacity: 0.7;
  }
  80% {
    width: 100%;
    opacity: 0.95;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
#engine .task-estimate label {
  position: unset;
  width: 80px;
  margin-right: 5px;
}

#engine .task-estimate {
  display: inline-block;
}

#engine {
  padding: 0px;
  /* margin: 40px; */
  background: #f9f9f9;
  width: 960px;
  margin: auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3215686275);
  background: url(assets/ui/bg.png) rgb(244, 244, 244);
  background-size: 510px !important;
  background-position: 2px 42px;
  background-image: url(assets/ui/bg.png);
}

#engine .avatar-wrap {
  position: unset;
  margin: 10px auto;
}

#engine .request .label {
  display: block;
  line-height: 1.6em;
}

#engine .request .account {
  position: absolute;
  left: 220px;
  top: 25px;
  font-size: 12px;
}

#engine .request .button {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 10px;
  width: 70px;
  height: 25px;
  line-height: 25px;
}

#engine .request .task-qty {
  position: absolute;
  left: 220px;
  top: 40px;
}

#engine .request .duedate {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#engine .request .request-id {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 800;
  font-size: 12px;
}

#engine .ne-dropdown {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}

#engine .submit {
  display: inline-block;
  vertical-align: top;
}

#engine .title {
  margin: 0px 0 10px;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}

#engine .task_id {
  color: #aaa;
  margin-right: 40px;
  font-weight: 400;
}

#engine h3 {
  margin: 0px 0 10px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 90px;
}

#engine .manager {
  width: 120px;
  vertical-align: top;
}

#engine .request-data {
  padding: 20px;
  position: relative;
  height: 120px;
}

#engine .indi {
  width: 60px;
  height: 12px;
  display: inline-block;
  background: #E91E63;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0px;
  line-height: 12px;
  position: relative;
  top: 45px;
}

#engine .indi.true {
  display: inline-block;
  background: #009688;
}

#engine li {
  background: #efefef;
  margin: 0px 0 0px;
  padding: 20px 20px;
  border-top: 1px solid #fff;
  height: 18px;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

#engine li.active {
  background: #f5f5f5;
  margin: 0px 0 0px;
  padding: 20px 20px;
  /* border-bottom: 1px solid #ffffff; */
  height: auto;
}

#engine #buffer {
  position: relative;
  width: 160px;
  height: 30px;
  background: #fff;
  padding: 20px 20px 20px;
  font-size: 30px;
  text-align: right;
  margin: 40px auto;
}

#engine #buffer span {
  position: absolute;
  top: 30px;
  font-size: 9px;
  left: 20px;
  text-transform: uppercase;
}

#engine span.suggested_date {
  position: absolute;
  right: 20px;
  top: 19px;
}

#engine .resources {
  width: auto;
  padding: 20px;
  /* background: #efefef; */
  text-align: center;
}

#engine .resources .assigned {
  display: inline-block;
  width: 110px;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  /*     border-bottom: 5px solid #eee; */
}

#engine .assigned.overload {
  /*     border-bottom: 5px solid red; */
}

#engine .availability {
  display: block;
  margin: 10px;
  font-size: 32px;
}

#engine .overload .availability {
  color: red;
  display: block;
}

#engine form {
  text-align: right;
}

/* Gallery */
.gallery-wrap #bxslider {
  margin: 0;
}

.gallery-wrap {
  padding: 0px 0;
  position: relative;
  margin: auto;
}

.ne-slider img {
  width: 100%;
}

.ne-pager img {
  width: 100%;
}

.ne-gallery {
  position: relative;
}

ul#bxslider-pager {
  margin: 0;
}

.bx-controls {
  height: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0px;
  height: 100%;
}

a.bx-next {
  right: 0;
}

div#p4p-gallery-thumbs {
  width: 100%;
  margin: auto;
  /* height: 57px; */
  position: relative;
}

div#p4p-gallery-thumbs .bx-controls {
  display: none;
}

.bx-prev, .bx-next {
  background: pink;
  width: 45px;
  height: 100%;
  display: block;
  position: absolute;
  background: url(assets/images/ui/btn-prev.png) rgba(255, 255, 255, 0.4196078431) no-repeat;
  background-position: center;
  background-size: 70% !important;
  /* display: none; */
}

.bx-next {
  background: pink;
  width: 45px;
  height: 100%;
  /* display: block; */
  position: absolute;
  background: url(assets/images/ui/btn-next.png) rgba(255, 255, 255, 0.4196078431) no-repeat;
  background-position: center;
}

div#p4p-gallery {
  width: 100%;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
  /* height: 278px; */
}

/* Gallery */
.ne-gallery .thumbs a,
.ne-gallery .thumbs img {
  width: 100px;
  /* height: 100px; */
  display: inline-block;
}

@media screen and (min-width: 414px) {
  .gallery-wrap {
    /* padding: 10px 0 250px; */
    /* max-width: 800px; */
  }

  div#p4p-gallery {
    width: 100%;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
    /* height: 260px; */
  }

  div#p4p-gallery-thumbs {
    width: 100%;
    margin: auto;
    /* height: 57px; */
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-wrap {
    /* padding: 100px 0 0; */
    /* max-width: 700px; */
  }
}
@media screen and (min-width: 768px) {
  /* Gallery */
  .gallery-wrap {
    /* padding: 200px 0; */
    /* max-width: 700px; */
  }

  .ne-slider img {
    width: 100%;
  }

  .ne-pager img {
    width: 100%;
  }

  .ne-gallery {
    position: relative;
  }

  ul#bxslider-pager {
    margin: 0;
  }

  #p4p-gallery:hover .bx-prev, #p4p-gallery:hover .bx-next {
    display: block;
  }
}
/* Top tab */
#top_tab {
  background: #DCD8D8;
  position: relative;
  z-index: 22;
  height: 44px;
  width: 100%;
}
#top_tab #wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
#top_tab #email, #top_tab #phone {
  display: block;
  width: 100%;
  top: 15px;
  display: none;
}
#top_tab #phone {
  text-align: right;
  display: block;
  height: 44px;
}
#top_tab #phone span {
  font-size: 13px;
  font-weight: bold;
  margin-left: 0px;
  color: #7d7d7d;
}
#top_tab #phone span.phone {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  background: #f7221f;
  height: 44px;
  padding: 0;
  display: inline-block;
  border-radius: 0px;
  line-height: 44px;
  width: 150px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* Top tab */
  #top_tab {
    background: #DCD8D8;
    position: relative;
    z-index: 22;
    height: 44px;
  }
  #top_tab #wrap {
    width: 960px;
    margin: auto;
    position: relative;
  }
  #top_tab #email, #top_tab #phone {
    display: inline-block;
    width: 450px;
    position: absolute;
    top: 17px;
  }
  #top_tab #phone {
    text-align: right;
    right: 0;
    top: 0px;
  }
  #top_tab #phone span {
    font-size: 17px;
    font-weight: bold;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  /* Appoins */
  .appoins {
    list-style-type: none;
    width: 100%;
    display: table;
    padding: 0px;
    margin: 20px auto;
    background: #fff;
  }
  .appoins li {
    padding: 20px;
    color: #555;
  }
  .appoins .name {
    font-size: 24px;
    font-weight: 500;
  }
  .appoins .date, .appoins .time, .appoins .duration {
    font-size: 25px;
    text-align: center;
    padding: 0;
    display: inline-block;
    width: 315px;
  }
  .appoins .email, .appoins .phone {
    font-size: 17px;
  }
  .appoins .description {
    font-size: 16px;
    margin: 20px 0 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

/* videos */
.video .card-cover img {
  height: 100%;
}

.video h4 {
  font-size: 14px;
}

.video .card-content {
  height: auto;
  min-height: unset;
}



/* Story */

.story-wrap .card-user {
  position: absolute;
  top: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
}

.story-wrap .card-user h5 {
  margin: 0;
}



.story .card-cover {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  border-radius: 2px;
}

.story .card-cover img.fit {
  height: auto;
  width: 100%;
  position: relative;
}

.story .card-content {
  background: rgba(7, 6, 6, 0.7607843137);
  color: #040404;
  background: rgba(0, 0, 0, 0.8196078431);
  padding: 0;
  height: 30px;
  min-height: unset;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  bottom: 0px;
  /* width: calc(100% - 30px); */
}


.story .meta span {
  display: inline-block;
  margin-right: 4px;
}

.story .meta.estimate {
  width: 50px;
}

.story .meta.category {
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  color: #6d83ff;
  letter-spacing: 0.05em;
}

.story .meta.comments {
  width: 31px;
}

.story .meta.view {
  width: 30px;
}

.story .metas li {
  padding: 5px 15px 10px;
}

.story .metas .top-field {
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .story .card-cover img.fit {
    height: auto;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .story .card-cover img.fit {
    height: auto;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .story .card-content {
    padding: 7px 0px 35px;
    text-align: left;
    /* padding-top: 129%; */
    bottom: 0px;
    width: 100%;
  }

}


















/* Quote */
#quote {
  padding: 80px 0 160px;
}
#quote h2 {
  text-align: center;
}
#quote ul, #quote ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
#quote input[type=text], #quote textarea {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#quote textarea {
  height: 150px;
}
#quote p {
  text-align: center;
}
#quote p.message {
  font-size: 16px;
  margin: 25px 0 10px;
  text-align: center;
  color: #999;
}
#quote .quote {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 0px auto 0px;
}
#quote form {
  width: 80%;
  clear: both;
  overflow: hidden;
  margin: auto;
  display: none;
  max-width: 320px;
}
#quote form.active {
  display: block;
}
#quote form .msg {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
#quote ul {
  padding: 20px 0 20px;
  border-top: 1px solid #EEE;
  margin-bottom: 20px;
}
#quote h1 {
  text-align: center;
  display: block;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  #quote ul, #quote ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #quote ul {
    padding: 30px 0 20px;
    margin-bottom: 20px;
    min-height: 195px;
  }

  #quote .quote {
    width: 760px;
  }

  #quote input[type=text] {
    width: 250px;
  }

  #quote p.message {
    padding-bottom: 0px;
    font-size: 14px;
  }

  #quote .subscribeme {
    width: 90%;
    float: left;
  }

  /* Quote */
  #quote form {
    max-width: none;
    margin: 0;
    width: 760px;
    margin: auto;
  }

  #quote ul, #quote ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #quote ul {
    padding: 30px 0 20px;
    margin-bottom: 20px;
    min-height: 195px;
  }

  #quote .quote {
    width: 760px;
  }

  #quote input[type=text] {
    width: 250px;
  }

  #quote p.message {
    padding-bottom: 0px;
    font-size: 14px;
  }
}
footer.main {
  /*     height: 65px; */
}

#user_buttons {
  position: absolute;
  width: 100%;
  height: 65px;
  right: 0;
  top: 0;
  text-align: right;
  position: absolute;
  right: 0px;
  left: unset;
  z-index: 5;
}
#user_buttons .avatar-wrap {
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  top: 12px;
  right: 12px;
}

#main_header.dash {
  background: rgb(244, 244, 244);
  position: fixed;
  top: 0;
  height: 80px;
  border-bottom: 0.5px solid rgb(204, 204, 204);
  width: 100%;
  z-index: 10;
  background-image: url(../images/logo@2x.png);
  background-size: 20px;
  background-position: 335px 17px;
  background-repeat: no-repeat;
  position: fixed;
  top: -81px;
  height: 55px;
  border-bottom: 1px solid rgb(199, 198, 198);
  transition: 0.3s all ease-in-out;
}
#main_header.dash.active {
  height: 0;
  top: 0;
  background-position: calc(100% - 20px) 17px;
}

#main_header #header-container {
  width: 100%;
  z-index: 9;
  left: calc(100% - 0px);
  overflow: hidden;
  height: 65px;
}

#main_header.show-menu #header-container {
  left: 0;
  height: calc(100vh - 65px);
}

#main_header {
  width: 100%;
  z-index: 8;
  background: #fff;
  transition: 0.2s all ease-in-out;
  height: 65px;
  border: none;
  border-radius: 0;
  z-index: 99;
  overflow: hidden;
}
#main_header #nt_account_link_menu {
  position: fixed;
  background: #fff;
  width: 320px;
  right: 10px;
  box-shadow: 1px 4px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 16px;
  top: 56px;
  display: none;
  z-index: 6;
}
#main_header #nt_account_link_menu.active {
  display: block;
}
#main_header #nt_account_link_menu .user {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  height: 40px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
#main_header #nt_account_link_menu .user span {
  background: #55ca00;
  position: absolute;
  right: 0;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 4px;
}
#main_header #nt_account_link_menu .acc {
  background: none;
  color: #444;
  text-align: left;
  position: relative;
  padding-left: 55px;
  box-shadow: none;
}
#main_header #nt_account_link_menu .acc span {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 100%;
  left: 0;
  top: 3px;
}
#main_header.active {
  transition: 0.2s all ease-in-out;
  top: -65px !important;
}
#main_header.glass {
  background: rgba(255, 255, 255, 0.7215686275);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#main_header.fixed {
  position: fixed;
  top: 0;
}
#main_header.show-menu {
  top: 0 !important;
  position: fixed;
  height: auto;
}
#main_header .user_buttons.cart {
  background: url(assets/images/ui/store/cart.png) rgba(245, 245, 245, 0) no-repeat;
  background-position: 16px 21px;
  background-size: 30px;
  width: 65px;
  height: 65px;
  display: block;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  right: 64px;
  position: absolute;
  z-index: 89;
}
#main_header .user_buttons.cart .count {
  color: #ffffff;
  display: block;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 15px;
  left: 16px;
  /* font-weight: bold; */
  background: #000;
}
#main_header .user_buttons.support {
  background: url(assets/ui/store/support.png) no-repeat;
  background-position: 9px 11px;
  background-size: 25px;
  right: 150px;
}
#main_header #logo {
  top: 0px;
  position: absolute;
  left: calc(50% - 100px);
  width: auto;
  text-align: center;
  height: 40px;
  width: 200px;
  height: 65px;
  z-index: 13;
}
#main_header #logo a {
  display: block;
  position: relative;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
}
#main_header #logo .logo {
  width: auto;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
  text-align: left;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  #main_header #logo .logo {
    margin: 0;
  }
}

#call_now {
  width: 55px;
  height: 65px;
  z-index: 14;
  display: inline-block;
  right: 0px;
  top: 0;
}
#call_now a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/ui/phone.png) rgba(244, 244, 244, 0);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  #main_header {
    overflow: unset;
  }
  #main_header #logo {
    left: 0;
    margin: 0;
    z-index: 13;
    width: 150px;
    left: 16px;
    top: 16px;
    position: absolute;
    margin: 0;
    z-index: 13;
    left: 0;
    position: absolute;
    top: 0;
  }
  #main_header #logo a {
    text-align: left;
  }
  #main_header .left {
    width: 320px;
    height: 100vh;
  }
  #main_header .user_buttons.cart {
    background-position: center;
  }
  #main_header .user_buttons.support {
    background: url(assets/ui/store/support.png) no-repeat;
    background-position: 9px 11px;
    background-size: 25px;
    right: 150px;
  }
  #main_header #header-container {
    position: relative;
    height: 65px;
    left: 0;
    overflow: unset;
  }
  #main_header.vertical {
    height: 100% !important;
    width: 320px;
    position: fixed;
    top: 0;
    box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.35);
    z-index: 5;
  }
  #main_header.vertical .logo {
    left: 90px;
    top: 60px;
    height: 140px;
  }
  #main_header.vertical .logo img {
    width: 100%;
    height: auto;
    top: 0;
    max-height: unset;
    left: 0;
  }
  #main_header.vertical #user_buttons {
    height: 100vh;
  }
  #main_header.vertical #user_buttons .avatar-wrap {
    bottom: 60px;
    top: unset;
  }
  #main_header.vertical #header-container {
    height: 100vh;
    position: relative;
    overflow: unset;
    background: #fff;
  }

  #call_now {
    width: 55px;
    height: 65px;
    z-index: 14;
    display: inline-block;
    right: 0px;
    top: 0;
  }
  #call_now a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(assets/images/ui/phone.png) rgba(244, 244, 244, 0);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }

  #main_header.vertical .logo {
    left: unset;
    right: 0;
  }
  #main_header.vertical .logo img {
    left: unset;
    right: 0;
  }

  #main_header.vertical #main_header .avatar-wrap {
    height: 35px;
    width: 35px;
    right: 20px;
    top: 15px;
  }

  header.woocommerce-products-header h1 {
    padding: 10px 20px;
  }
}
.ne-shadow {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2196078431);
}

.none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.inline {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 16px;
}

#clear,
.clear {
  clear: both;
}

.hide {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin-top: 0px !important;
}

* html body {
  margin-top: 0px !important;
}

body {
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  background: #e3e3e3;
  line-height: 1;
  font-size: 1rem;
  color: #444;
  font-family: "Montserrat";
}
body.active {
  overflow: unset;
  width: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: auto;
  top: 0;
  width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

a {
  color: rgb(0, 126, 207);
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 200%;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
}
p.small {
  font-size: 0.65em;
}
p.regular {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0 16px 0;
}
p.medium {
  font-size: 1.2em;
}
p.large {
  font-size: 1.4em;
}

@media screen and (min-width: 1024px) {
  p.small {
    font-size: 0.65em;
  }
  p.regular {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 16px 0;
  }
  p.medium {
    font-size: 1.2em;
  }
  p.large {
    font-size: 1.5em;
  }
}
.profile {
  text-align: center;
  padding: 100px;
}
.profile .avatar-wrap {
  position: unset;
  margin: auto;
  width: 120px;
  height: 120px;
}
.profile .thumb {
  margin: 40px auto;
  text-align: center;
}
.profile .social-link {
  margin: 0 10px;
}


@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
}

section.page {
  max-width: 1100px;
  margin: auto;
  line-height: 1.3em;
  padding: 24px;
  width: auto;
  font-size: 12px;
  background: none;
}
@media screen and (min-width: 768px) {
  section.page {
    max-width: 1100px;
    margin: auto;
    line-height: 1.4em;
    padding: 24px;
    width: auto;
    height: 100vh;
    font-size: 14px;
  }
}
section.page .agreement {
  border: 1px solid rgba(0, 0, 0, 0.3098039216);
  background: #ddd;
  border-radius: 6px;
  padding: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section.page .agreement {
    padding: 48px 36px;
    margin-bottom: 24px;
  }
}
section.page h2 {
  margin-bottom: 32px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.page h2 {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
  }
}
section.page h4 {
  margin-bottom: 8px;
  font-size: 12px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  section.page h4 {
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 32px;
  }
}
section.basic {
  background: #fff;
  /*     padding: 40px 0; */
}
section.basic img {
  width: 400px;
}
section.basic .ne-cover {
  background: url(assets/images/thumb-hd.jpg) #bbbbbb;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: center;
}
section.basic.dark {
  background: #000;
  color: #fff;
}
section.basic.dark .ne-cover {
  background: url(assets/images/thumb-hd-dark.jpg) #bbbbbb;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
  background-position: center;
}

@media screen and (min-width: 768px) {
  section.basic {
    background: #fff;
    padding: 80px 0;
  }
  section.basic .content {
    margin: 0;
    padding: 0;
    width: auto;
  }
  section.basic h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 400;
    color: #fff !important;
  }
  section.basic .wrap {
    max-width: 700px;
    display: grid;
    grid-template-columns: 80% auto;
    margin: auto;
    padding: 0 48px;
  }
  section.basic .description {
    margin: 0;
    margin: 12px 0 32px;
    width: unset;
    font-size: 18px;
  }
  section.basic img {
    width: 400px;
  }
  section.basic .ne-cover {
    background: url(assets/images/thumb-hd.jpg) #bbbbbb;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center;
  }

  section.basic.center .ne-cover {
    position: unset;
    height: 212px;
    width: 440px;
    margin: auto;
  }
  section.basic.center .content {
    max-width: 600px;
    margin: auto;
  }
  section.basic.center .wrap {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    display: block;
  }
  section.basic.center .description {
    margin: 0;
    margin: 12px auto 32px;
  }
  section.basic.right .wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    /* max-width: 1100px; */
    margin: auto;
    grid-auto-flow: dense;
  }
  section.basic.right .content {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  section.basic.left .content {
    margin-right: 64px;
  }
}
@media screen and (min-width: 1024px) {
  section.basic .description {
    margin: 0;
    margin: 12px 0 32px;
    width: unset;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  section.basic {
    background: #fff;
    padding: 80px 0;
  }
  section.basic .content {
    margin: 0;
    padding: 0;
    width: 505px;
  }
  section.basic h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 400;
    color: #fff !important;
  }
  section.basic .wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1100px;
    margin: auto;
    padding: 0;
    justify-items: center;
    align-items: center;
  }
  section.basic .description {
    margin: 0;
    margin: 12px 0 32px;
    width: unset;
  }
  section.basic img {
    width: 400px;
  }
  section.basic.center .content {
    max-width: 600px;
    margin: auto;
  }
  section.basic.center .wrap {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    display: block;
  }
  section.basic.center .description {
    margin: 0;
    margin: 12px auto 32px;
  }
  section.basic.center .ne-cover {
    position: unset;
    height: 212px;
    width: 440px;
    margin: auto;
  }
  section.basic.right .wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1100px;
    margin: auto;
    grid-auto-flow: dense;
    height: 390px;
  }
  section.basic.right .content {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  section.basic.left .content {
    margin-right: 64px;
  }
}
#ne_form_progress {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 999;
  background: url(assets/images/ui/progress.gif) #fff no-repeat;
  top: 90px;
  right: 30px;
  border-radius: 100%;
  background-size: 108%;
  background-position: center;
}

.ne_steps {
  width: 320px;
  margin: auto;
}
.ne_steps #errors {
  margin: 10px 0 20px;
}
.ne_steps #errors .error {
  margin: 4px 0;
  font-size: 12px;
}

.ne_steps .step {
  display: none;
}
.ne_steps .step.active {
  display: block;
  padding-bottom: 20px;
}

.pagers.none {
  background: #fff;
  margin: 0px 0 40px;
}
.pagers .pager {
  text-align: center;
}
.pagers .pager span {
  display: inline-block;
  background: #ccc;
  padding: 10px;
}
.pagers .pager.active span {
  display: inline-block;
  background: green;
}

.step_nav .button {
  display: none;
}
.step_nav.active {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .ne_steps #errors .error {
    font-size: 18px;
  }
}
/* Avatar */
.avatar-wrap {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  top: 15px;
  right: 20px;
}
.avatar-wrap .avatar-link {
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: auto;
}
.avatar-wrap .avatar {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #656565;
  opacity: 1;
}

#main_header.phone .avatar-wrap {
  display: none;
}

/* Log */
.ne-time-input.ne-form-ui {
  padding: 5px 0px 5px 5px;
  font-size: 24px;
  width: 163px;
  border-radius: 2px;
  height: 42px;
  background: #fff;
  display: inline-block;
}

.ne-time-input.ne-form-ui input {
  width: 27px;
  text-align: center;
  font-size: 22px;
  box-shadow: none;
  border: none;
  background: none;
  padding: 0;
  height: 28px;
}

.ne-time-input #log_minute {
  margin-left: -3px;
  margin-right: 7px;
}

.ne-time-input #log_hour {
  width: 26px;
  margin-left: 5px;
}

.ne-time-input a {
  width: 33px;
  padding: 7px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border: none;
  background: #262626;
  color: #eee;
  vertical-align: top;
  line-height: 19px;
  display: inline-table;
  font-size: 14px;
}

.ne-time-input #log_minute {
  width: 27px;
  margin: 0px 0px 0px -3px;
}

/* ne-form */
.ne-form.ne-checkbox-list label {
  display: block;
  position: unset;
  margin: 5px auto;
}

.ne-form.ne-checkbox-list {
  height: auto !important;
}

input[type=checkbox] + label {
  display: inline-block;
  width: 200px;
  padding-left: 28px;
  height: 18px;
  line-height: 1.2em;
  margin: 0px 4px 0 0;
  vertical-align: middle;
  background: url(assets/images/ui/check_radio_sheet_v.png) 0px 0px no-repeat;
  /* background-size: 18px auto !important; */
  cursor: pointer;
}

input[type=checkbox]:checked + label {
  background: url(assets/images/ui/lights-diod-green.png) no-repeat;
}

/* upload */
#upload_wrap {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.87);
  top: 0;
}

#upload_wrap #ne_upload {
  position: relative;
  margin: auto;
  width: 300px;
  top: 400px;
  height: auto;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

#upload_wrap #ne_upload .button {
  vertical-align: initial;
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#upload_wrap #ne_upload .upload-file + label {
  background: rgb(56, 56, 56);
  width: 130px;
  display: inline-block;
  vertical-align: unset;
  color: rgba(153, 153, 153, 0.55);
  height: 42px;
  line-height: 42px;
  vertical-align: bottom;
}

#upload_wrap #ne_upload .upload-file {
  display: none;
}

#tinymce {
  background: #fff;
  padding: 15px !important;
}

#gallery .item {
  margin: 5px;
  display: inline-block;
}

#gallery .album {
  margin: 5px;
  width: 400px;
  height: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.message {
  text-align: center;
  width: auto;
  color: #000;
  padding: 10px 10px;
  margin: 20px auto;
  border-radius: 4px;
  display: block;
  background: #eee;
}

.error404 .entry-title {
  background: url(assets/ui/store/404.png) no-repeat;
  background-position: center 30px;
  background-size: 100px;
  height: 75px;
  padding: 160px 0 0 0;
  font-size: 23px;
  margin: 0;
}

.n-container {
  display: grid;
  grid-template-columns: auto;
}

.n-slide {
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  position: relative;
  width: auto;
}

.n-slide h2 {
  font-size: 32px;
  margin-top: 0;
  /*  color: #000; */
}

#new_section {
  position: fixed;
  bottom: 80px;
  left: 25px;
}

/* Editor */
.wp-editor a {
  color: red;
}
.wp-editor p {
  color: #000;
  font-weight: 400;
  padding: 12px 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

article {
  margin: 0;
  padding: 0;
}

audio,
canvas,
video {
  display: inline-block;
}

fieldset.none {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.error {
  color: rgb(198, 21, 21) !important;
  border: 1px solid rgb(198, 21, 21) !important;
}

.success {
  color: rgb(255, 255, 255);
  background: rgb(100, 155, 104);
}

.failure {
  color: rgb(255, 255, 255);
  background: #C32F2F;
}

.fadein {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 5s;
}

.faded {
  opacity: 0;
}

#page.site {
  width: 100%;
  z-index: 99;
  margin-bottom: 65px;
  position: relative;
  height: calc(100vh - 65px);
  overflow: hidden;
}
#page.site.active {
  height: unset;
  overflow: unset;
}

.visible {
  display: initial !important;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  text-decoration: none;
  line-height: 1.2em;
}

.easy,
.easy:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

a,
a:hover,
a:focus,
a:hover {
  outline: none;
  cursor: pointer;
}

.button-url {
  padding: 12px 14px;
  display: inline-block;
  background: rgba(204, 204, 204, 0.05);
  width: auto;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  color: #000;
}

/* Language selector */
.lang_label {
  width: 35px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 20px;
  color: #fff;
  border: 2px solid rgba(68, 68, 68, 0.1019607843);
  height: 35px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 24px;
  left: 0;
  background: #737373;
  margin-bottom: 4px;
}
.lang_label.selected {
  background: #1d1d1d;
}

.lang.en {
  width: 35px;
}
.lang.ru {
  width: 35px;
}

/* Header */
header .content {
  margin: auto;
  width: 100%;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  width: 3px;
  height: 5px;
}

p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.375em;
  letter-spacing: 0.005em;
}

.ic-btn,
.button-ic {
  width: 40px;
  height: 40px;
  border: 0;
  background: #ccc;
  color: #000;
  display: block;
  line-height: 40px;
  font-size: 34px;
  cursor: pointer;
  background: url("assets/images/ui/btn-next.png") no-repeat;
  background-size: 30px;
  background-position: center;
  color: transparent;
}

strong {
  font-weight: bold;
}

.noscroll {
  height: calc(100vh - 0px);
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=radio]:checked + .ne-ui {
  opacity: 1;
  background-color: rgb(194, 191, 191);
  background-image: url(assets/ui/checked-checkbox.png) !important;
  color: #000;
}

input[type=radio] + .ne-ui:not(.ne-radio-ui) span {
  background: none;
  border-radius: 0px;
  width: 30px;
  height: 39px;
  left: 0;
  margin: 0px auto 0px;
  position: absolute;
}

input[type=radio]:checked + .ne-ui:not(.ne-radio-ui) span {
  background: none;
  background-position: 15px center;
  background-size: 10px;
}

input[type=checkbox] + .ne-ui {
  height: 43px;
  line-height: 43px;
  background-image: url(assets/ui/unchecked-checkbox.png) !important;
  background-size: 10px !important;
  background-position: 13px center !important;
  font-size: 15px;
  padding-left: 40px;
  border: 1px solid rgb(194, 191, 191);
  background-repeat: no-repeat !important;
}

input[type=radio] + .ne-ui {
  height: 43px;
  line-height: 43px;
  background-image: url(assets/ui/unchecked-checkbox.png) !important;
  background-size: 13px !important;
  background-position: 13px center !important;
  font-size: 15px;
  padding: 0 10px 0 38px;
  border: 1px solid rgb(194, 191, 191);
  background-repeat: no-repeat !important;
  position: unset;
  display: inline-block;
  width: 130px;
  text-align: left;
}

.ne-toggle-switch {
  width: 100%;
  color: #fff;
  display: table;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(37, 37, 37, 0.52);
}

#ne_timeline_filter .ne-form.ne-image-check {
  /* display: none; */
}

.ne-form.ne-image-check {
  position: absolute;
  top: 65px;
  background: #fff;
  padding: 20px;
  width: 210px;
  display: none;
}

.ne-image-checkbox label,
.ne-image-checkbox .placeholder {
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 100px;
  margin: 5px;
  position: relative;
  z-index: 3;
  overflow: initial;
  background-size: 155% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden;
  left: 0px;
  display: inline-block;
  background-color: #ccc;
}

.ne-form.ne-image-checkbox label {
  position: relative;
  display: block;
  /*           position: unset; */
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: 56px;
  width: 56px;
  margin: 2px;
  opacity: 0.7;
  border: 0;
  top: 0;
}
.ne-form.ne-image-checkbox label.placeholder {
  position: absolute;
  left: 0;
  top: 5px;
}
.ne-form.ne-image-checkbox label .avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}
.ne-form.ne-image-checkbox label span {
  position: absolute;
  background: rgba(32, 32, 32, 0.6901960784);
  z-index: 5;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  padding: 0 2px;
  overflow: hidden;
}
.ne-form.ne-image-checkbox input:checked + .ne-ui {
  opacity: 1;
  background-color: green;
}
.ne-form.ne-image-checkbox input:checked + .ne-ui span {
  height: 100%;
  border: 2px solid rgba(76, 76, 76, 0.631372549);
}

.ne-form.ne-image-checkbox {
  position: absolute;
  padding: 0px;
  width: auto;
  height: 60px;
  overflow: hidden;
  top: 70px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
  width: 60px;
}
.ne-form.ne-image-checkbox .check_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #191919;
}
.ne-form.ne-image-checkbox .selected {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-color: #000;
}
.ne-form.ne-image-checkbox .selected span {
  width: 60px;
  height: 60px;
  top: 47px;
  position: relative;
  background-color: rgba(27, 27, 27, 0.7294117647);
  width: auto;
  display: block;
  height: 15px;
  color: #fff;
  padding: 3px;
  font-size: 9px;
}
.ne-form.ne-image-checkbox .selected .avatar {
  width: 100%;
  height: auto;
}
.ne-form.ne-image-checkbox.active {
  padding-left: 0px;
  overflow: unset;
  overflow-y: unset;
  height: auto;
  margin: 0;
  width: auto;
}

.ne-toggle-switch .selected {
  width: 100px;
}
.ne-toggle-switch .option {
  color: rgba(115, 114, 114, 0.49);
  text-align: center;
  display: table-cell;
  padding: 10px 0;
  width: 1%;
  text-transform: uppercase;
  font-weight: 500;
  /* font-family: Roboto !important; */
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.03em;
}
.ne-toggle-switch .option.active {
  color: rgb(12, 12, 12);
  background: rgba(0, 0, 0, 0.35);
}

.none.ne-ui.ne-form-ui {
  color: #ccc;
}

.notice {
  text-align: center;
  margin-top: 100px;
}

.ui-radio-button {
  width: 100px;
  font-weight: 300;
  font-size: 12px;
}

.btn-delete {
  background-color: rgb(255, 0, 0);
}

.ne-table {
  width: 100%;
  background: #262626;
}
.ne-table th,
.ne-table td {
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid #1a1919;
}

/* UI */
.icon.info,
.icon.info:hover {
  font-size: 13px;
  /*! margin-left: 10px; */
  font-weight: 500;
}

.icon.info {
  background: url(../images/icons/info.png) #3399ff left top no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 5px;
}

.close_nh {
  color: #eee;
  background: #FFF;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 99999;
  border: 1px solid #fff;
  text-shadow: 0 0 1px #777;
  line-height: 21px;
}
.close_nh:hover {
  color: #777;
  background: #eee;
  border: 1px solid #ccc;
  text-shadow: 0 0 1px #fff;
  text-decoration: none;
  animation: slowdown;
  font-size: 10px;
}
.close_nh:active {
  color: #fff;
  border: 1px solid #fff;
  text-shadow: none;
  background: #fff;
}

.alert {
  width: 280px;
  text-align: center;
  margin: 150px auto 0;
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.04em;
}

/* UI  */
.shadow {
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  border-left: 1px solid rgba(100, 100, 100, 0.2);
  border-right: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.35);
  border-radius: 2px;
  box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#page.noscroll {
  height: calc(100vh - 65px);
  overflow: hidden;
}

.discard-cross {
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  border-radius: 100%;
  display: inline-block;
  line-height: 50px;
  font-size: 54px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 24px;
  right: 12px;
  font-weight: 300;
}

/* Toggle */
#calendar,
.calendar {
  width: 108px;
  margin: 20px 0 0;
  display: block;
}

.touch {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
  border-radius: 2px;
  padding: 11px 7px 12px;
  color: #000;
  background: #f9f9f9;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  border-left: 1px solid rgba(100, 100, 100, 0.2);
  border-right: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom: 1px solid rgba(100, 100, 100, 0.35);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.touch:hover,
.touch:focus {
  /*     box-shadow: 1px 4px 8px -3px rgba(0, 0, 0, 0.35); */
  color: #000;
  background: #fff;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

#calendar:before,
#duedate:before {
  content: " ";
  background: url(../images/ui/ui-calendar.png) no-repeat;
  background-size: 14px;
  background-position: center center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-bottom: -4px;
  display: inline-block;
}

/* Reports */
#section {
  height: 305px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* Servers */
#nesrvs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
  text-align: center;
  font-size: 11px;
}
#nesrvs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nesrvs li.type {
  display: table-cell;
}
#nesrvs li li {
  display: block;
  margin: 10px 0;
}

/* NE */
.single-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-form #error {
  font-size: 12px;
  color: red;
  font-weight: 400;
  position: absolute;
  bottom: 90px;
  left: 115px;
}
.single-form .button {
  margin: 0px auto 0px;
}
.single-form.left {
  margin: 0px auto 0px;
  display: block;
}
.single-form label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: RGB(0, 0, 0);
  letter-spacing: 0.06em !important;
  font-weight: 300;
}
.single-form fieldset {
  width: 285px;
  position: absolute;
}
.single-form textarea {
  height: 90px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
}

/* Ne Form */
.ne-form {
  position: relative;
  margin: 0 0 10px;
  display: block;
}
.ne-form h4 {
  font-size: 12px;
  margin: 10px 0px 4px;
  padding: 0;
}

.ne-form label.radio {
  position: unset;
  width: 80px;
  font-size: 14px;
}
.ne-form label.radio span {
  margin-left: 10px;
}
.ne-form select + label {
  position: absolute;
  font-size: 8px;
  top: 4px;
  right: 4px;
  color: rgb(55, 55, 55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.ne-form label {
  position: absolute;
  font-size: 8px;
  top: 4px;
  right: 4px;
  color: rgb(55, 55, 55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 400;
  -webkit-user-select: none;
}
.ne-form.task select {
  margin-bottom: 10px;
}

.ne-radio input:checked + label {
  background: #000;
}
.ne-radio input:checked + label span {
  background: red !important;
}

.ne-checkbox-switch {
  display: inline-block;
  height: 45px;
  min-width: 180px;
}
.ne-checkbox-switch label {
  position: unset !important;
}

.ne-date-dropdown .ne-dropdown {
  width: 103px;
  display: inline-block;
}

#userrolefrm .ne-form {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 180px;
  margin-left: -90px;
}

/* Calendar */
.ui-datepicker .ui-datepicker-prev {
  background: #828282;
  width: 30px;
  height: 30px;
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  background: #828282;
  width: 30px;
  height: 30px;
  right: 2px;
}

/* filter */
#filter-status a,
.smart-table-dropdown .button.mini {
  padding: 10px 15px;
  border-radius: 0;
  color: #a5a5a5 !important;
  margin: 0;
}

#filter-status .main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#filter-status .complete {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#filter-status .progress {
  border-radius: 0;
}

#ne-tasks_filter input[type=search] {
  background: url(../images/ui/ui-search.png) #fff no-repeat;
  background-size: 19px;
  background-position: 10px 12px;
  padding-left: 40px;
  display: none;
}

/* Table Dropdown */
#all-filters {
  position: relative;
  padding: 10px 0;
  display: block;
  height: 35px;
}

#filter-account,
#filter-assignee,
#filter-status {
  display: inline-block !important;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 130px;
}

#filter-account {
  left: 250px;
}

#filter-status {
  left: 10px;
}

.smart-table-dropdown .button {
  border-radius: 0 !important;
}
.smart-table-dropdown .button.filter {
  display: none;
}
.smart-table-dropdown:hover .filter {
  display: block;
}

.ne-appointment {
  background: #bbb;
}

/* Wrapper */
#main {
  margin: 0px 0 0px;
  border-top: 0px solid transparent;
  min-height: calc(100vh - 65px);
  width: 100%;
  background: rgb(237, 237, 237);
  position: relative;
  z-index: 4;
}
#main.fixed {
  margin: 65px 0 0px;
  border-top: 0px solid transparent;
  min-height: calc(100vh - 130px);
  width: 100%;
  background: rgb(236, 236, 236);
  overflow-x: hidden;
  position: relative;
  z-index: 4;
}

p.note {
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
  max-width: initial;
  border-radius: 4px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3215686275);
}

.ne-report #main {
  overflow: auto;
  height: auto;
  background: #f1f1f1;
  grid-template-columns: auto 690px;
  padding: 65px 0 0px 0;
}

.ne-report #ne_main {
  overflow: auto;
  height: auto;
  position: relative;
}

/* Page */
.page-template #content {
  max-width: 1100px;
  background: #fff;
  padding: 50px;
  margin: 24px auto;
}
.page-template #content .entry-title {
  margin: 12px 0;
  width: auto;
  font-size: 24px;
}
.page-template #content h1,
.page-template #content h2,
.page-template #content h3,
.page-template #content h4,
.page-template #content h5,
.page-template #content h6 {
  margin: 24px 0 12px;
}

/* Notice */
.restricted {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* Settings */
.ibutton {
  background: url(../images/ui/ui-users.png) no-repeat;
  background-size: 25px !important;
  background-position: center center;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9999;
  top: 50px;
  right: 50px;
}

#manage_users {
  background: url(../images/ui/ui-users.png) no-repeat;
  z-index: 9999;
  top: 460px;
  right: 20px;
}

#manage_options {
  background: url(../images/ui/ui-options.png) no-repeat;
  z-index: 9999;
  top: 460px;
  left: 20px;
}

#settingfrm fieldset {
  border: 0;
}
#settingfrm fieldset.roles {
  position: unset;
  z-index: 9999;
  opacity: 1;
  display: block;
}
#settingfrm fieldset.options {
  position: unset;
}
#settingfrm .ne-form {
  width: 150px;
}

#setting_user fieldset {
  border: 0;
}
#setting_user .ne-form {
  width: 200px;
}

/* Footer */
footer .social_links {
  position: fixed;
  left: 15px;
  bottom: 10px;
  z-index: 0;
}
footer .social_links a {
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  font-weight: 300;
  display: inline-block;
  background: url(assets/images/icons/social.png) rgb(255, 255, 255);
  background-size: auto 30px;
  height: 30px;
  width: 30px;
  background-position: left top;
  margin: 5px 0px 5px 5px;
  border-radius: 2px;
  transition: 0.4s all ease-in-out;
}
footer .social_links:hover {
  color: #888;
  text-decoration: underline;
  opacity: 0.6;
  transition: 0.2s all ease-in-out;
}
footer .social_links .fb {
  background-position: 60px;
}
footer .social_links .tw {
  background-position: 90px;
}
footer .social_links .yt {
  background-position: 30px;
}
footer .social_links.main {
  height: 65px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

#set_language {
  position: fixed;
  bottom: 11px;
  right: 75px;
  width: 35px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}

#set_language:hover {
  overflow: unset;
}

#set_language .wrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding-bottom: 38px;
  width: 50px;
  overflow: hidden;
}

#set_language .wrap .selected {
  position: absolute;
}

/* Totop */
.scrollup {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 22px;
  height: 22px;
  display: none !important;
  text-indent: -9999px;
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px 2px #000;
  border-radius: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(250, 250, 250, 0.8);
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0 2px 11px -6px rgba(100, 100, 100, 0.6);
  -moz-box-shadow: 0 2px 11px -6px rgba(100, 100, 100, 0.6);
  box-shadow: 0 4px 8px -8px rgba(80, 80, 80, 0.6);
  z-index: 9999;
}

@media screen and (min-width: 1024px) {
  .page-template #content .entry-title {
    margin: 12px 0;
    width: auto;
    font-size: 36px;
  }

  #page.site.vertical {
    margin-bottom: 65px;
  }

  #page.vertical footer.main {
    height: 65px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 320px);
    z-index: 0;
    left: 320px;
  }

  #main.vertical {
    width: calc(100% - 320px);
    margin: 0px 320px 0;
    min-height: 100vh;
  }

  /* Home */
  #ne_clock {
    overflow: hidden;
    height: 190px;
    animation: sstime 60s;
    background: rgb(0, 0, 0);
    position: fixed;
    top: 130px;
    width: 100%;
    text-align: center;
  }

  #ne_clock .date {
    position: absolute;
    color: #fff;
    top: 30px;
    left: calc(50% - 110px);
    width: 220px;
    font-weight: 100;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-size: 17px;
  }

  #ne_time {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 50px;
    top: 120px;
    text-align: center;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-weight: 300;
  }

  /* Services */
  .service h1 {
    margin: 0px;
    font-weight: 400;
    padding: 110px 0 0;
  }

  #popup .close_nh {
    bottom: 60px;
    height: 20px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
  }

  /* Appoins */
  .appoins {
    list-style-type: none;
    width: 320px;
    display: table;
    padding: 0px;
    margin: 20px auto;
    background: #fff;
  }
  .appoins li {
    padding: 20px;
    color: #555;
  }
  .appoins .name {
    font-size: 24px;
  }
  .appoins .date,
.appoins .time,
.appoins .duration {
    font-size: 25px;
    text-align: center;
    padding: 0;
  }
  .appoins .email,
.appoins .phone {
    font-size: 13px;
    margin: 0;
    padding: 5px 0 0 20px;
    display: inline-block;
  }
  .appoins .description {
    font-size: 16px;
    margin: 20px 0 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  #set_language {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 150px;
    height: 35px;
    top: unset;
    left: unset;
  }

  .delete {
    float: right;
  }
}
@media screen and (min-width: 375px) {
  .service .main .content {
    position: relative;
    height: 440px;
    padding-top: 80px;
  }

  .service .main .content p {
    top: 220px;
    font-size: 20px;
  }

  /* Single page */
  #single-page {
    margin-top: 80px;
  }
  #single-page h1 {
    clear: both;
    float: none;
  }
  #single-page p {
    float: none;
  }

  article footer {
    padding: 15px 0;
    text-align: left;
    margin-bottom: 15px;
  }

  .single-form fieldset {
    width: 100%;
  }
  .single-form h1 {
    margin: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  /* Sections */
  #section {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    text-align: center;
  }
  #section .section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
  }
  #section h2 {
    font-size: 36px;
  }
  #section p {
    width: 67%;
    font-size: 20px;
    line-height: 30px;
  }
  #section a {
    font-size: 19px;
  }

  #content[role=registration] {
    box-shadow: 0 1px 1px 1px #DDDDDD;
  }
}
@media screen and (min-width: 768px) {
  input[type=file] + label span {
    height: 39px;
    line-height: 42px;
    cursor: pointer;
  }

  #main_header.show-menu #header-container {
    left: 0;
    position: relative;
  }

  .noscroll {
    height: initial;
    overflow: initial;
    margin: initial !important;
    padding: initial !important;
    position: unset;
  }

  #page.site {
    width: 100%;
    z-index: 99;
    position: relative;
  }

  .n-slide {
    padding: 40px 40px 40px;
  }

  #ne_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0px;
    background-position: center;
    background-size: 140px;
    display: none;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
  }
  #ne_loader span {
    display: block;
    width: 110px;
    height: 110px;
    background-color: rgb(87, 255, 60);
    transform: translateX(0px);
    position: absolute;
    top: 250px;
    left: calc(50% - 55px);
  }

  /* Loader */
  #loader {
    width: 100%;
  }
  #loader span {
    display: block;
    font-size: 16px;
    width: 5px;
    height: 5px;
    line-height: 70px;
    border-radius: 0;
    margin-left: 1px;
    margin-bottom: 1px;
    color: rgb(0, 0, 0);
    text-align: left;
    padding-left: 25px;
  }
  #loader.active {
    display: block;
    width: 100%;
    top: 2px;
    border-radius: 0px;
    width: 5px;
    left: 62px;
    height: 57px;
  }
  #loader.active span {
    transform: translateY(100%);
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 800ms;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-iteration-count: infinite;
    /* The magic keyword for infinite*/
    -webkit-animation-timing-function: linear;
  }

  @-webkit-keyframes thumb {
    0% {
      -webkit-transform: translateY(300%);
      width: 200px;
      /*      opacity: 0; */
    }
    30% {
      -webkit-transform: translateY(130%);
      width: 1%;
      opacity: 1;
    }
    80% {
      -webkit-transform: translateY(10px);
      width: 35%;
    }
    100% {
      -webkit-transform: translateY(-200px);
      width: 100%;
      opacity: 0;
    }
  }
  input[type=button],
input[type=submit],
.button {
    width: 90px;
    line-height: 33px;
    height: 33px;
  }

  .ic-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: #ccc;
    color: #000;
    display: block;
    line-height: 40px;
    font-size: 34px;
    cursor: pointer;
  }

  section h1 {
    font-size: 26px;
  }

  .service .main .content {
    position: relative;
    height: 560px;
  }

  .service .main .content p {
    top: 210px;
    font-size: 23px;
  }

  #identity .screens {
    height: 195px;
    top: 430px;
  }

  .service .main .content {
    height: 450px;
    position: relative;
    padding-top: 210px;
  }

  .service .main .content p {
    top: 210px;
    font-size: 23px;
  }

  ul.key {
    list-style: none;
    padding: 0;
    width: 100%;
    border-top: 0px solid #ddd;
    margin: 0px auto 0px;
    padding-top: 0px;
    background: none;
  }

  ul.key li {
    display: inline-block;
    text-align: center;
    width: 49%;
    color: #444;
    border: 0;
  }

  ul.key .leftbox {
    border-right: 1px solid rgb(221, 221, 221);
    padding-top: 50px;
  }

  ul.key h3 {
    font-size: 33px;
    margin: 0px 0 0 0;
  }

  ul.key p {
    font-size: 16px;
    margin: 20px 0 20px 0;
    font-weight: 300;
  }

  /* Clock */
  #ne_clock {
    height: 360px;
    top: 220px;
    width: 440px;
    left: calc(50% - 220px);
  }

  #ne_time {
    font-size: 90px;
    top: 240px;
    height: 90px;
  }

  .options_ li {
    text-align: center;
    display: table-cell;
    width: 1%;
    margin: 0px;
    overflow: hidden;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: top;
  }

  .service .main .content p {
    top: 310px;
    font-size: 28px;
    width: 440px;
    left: calc(50% - 220px);
    margin: 30px auto;
  }

  section.main ul li {
    text-align: center;
    display: table-cell;
    min-height: 120px;
    margin-top: 50px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.51);
    width: 1%;
    padding: 40px 0;
  }

  .options_ li p {
    width: 72%;
    margin: 10px auto 20px;
    font-size: 11px;
    color: rgb(170, 170, 170);
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 900px) {
  section.one2one {
    text-align: center;
    border-top: 0px solid #DDD;
    background-position: center 80px;
  }

  /* Section */
  #section h1 {
    font-size: 70px;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* Footer */
  footer .social_links a:hover {
    color: #888;
    text-decoration: underline;
  }
  footer .social_links .tw {
    background-position: 90px;
  }
  footer .social_links .yt {
    background-position: 30px;
  }
  footer.main .social {
    display: block;
    margin: 40px 70px;
    text-align: right;
  }
  footer.main .social a {
    margin: 0px 2px;
  }
}
@media screen and (min-width: 1024px) {
  #show,
#hide {
    display: none;
  }

  .animate {
    opacity: 0;
  }

  .site-info {
    padding: 40px;
  }

  .delete {
    float: right;
  }

  /* Clock */
  #ne_clock {
    height: 240px;
    top: 220px;
    width: 440px;
    left: calc(50% - 220px);
  }

  #ne_time {
    font-size: 90px;
    top: 100px;
    height: 90px;
  }

  #main.settings {
    width: 320px;
    display: block;
    margin: auto;
  }

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: rgb(50, 50, 50) !important;
  }

  input:-webkit-autofill {
    background-color: rgb(50, 50, 50) !important;
  }

  input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
  }

  /* Account */
  #account-pages {
    margin: auto;
    float: right;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  label.subscribeme {
    /* float: left; */
    display: inline-block;
    width: 40%;
    color: #AAA;
    margin-top: 0px;
  }

  #quote h1 {
    font-size: 66px;
  }
}
/* NE section */
.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


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