.rektor {
    text-align: right;
    padding-top: 40px;
    position: absolute;
    padding-left: 50px;
}

.rektor1 {
    text-align: right;
    padding-top: 70px;
    position: absolute;
    padding-left: 20px;
}



.avatar-xl {
    height: 6rem;
    width: 6rem;
}

rounded-circle {
    border-radius: 50%!important;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f1f3f7;
    /* border: 1px solid #eff0f2; */
    /* border-radius: 0.75rem; */
}

.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: #666;
    margin-top: -3.06rem;
}
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #337ab7;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #337ab7;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0
  }
}
a:hover, a:active {
  color: #337ab7;
  text-decoration: none
}
.text-primary {
  color: #232350 !important
}
.text-secondary {
  color: #337ab7 !important
}
.bg-primary {
  background: #232350 !important
}
.bg-secondary {
  background: #337ab7 !important
}
.border-theme-color {
  border-color: #337ab7
}
.min-height-300 {
  min-height: 300px
}
.min-height-250 {
  min-height: 250px
}
.height-48 {
  height: 48px
}
.cursor-pointer {
  cursor: pointer
}
.icon-text-primary {
  fill: #337ab7
}
.icon-facebook {
  fill: #395498
}
.icon-twitter {
  fill: #4da6e9
}
.icon-linkedin {
  fill: #0077b5
}
.icon-youtube {
  fill: #de281a
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #337ab7;
  border: 1px solid #337ab7;
  width: 35px;
  height: 35px;
  line-height: 29px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease
}
.scroll-to-top i {
  color: #fff
}
.scroll-to-top:hover {
  color: #232323;
  background: #fff;
  border: 1px solid #ffffff
}
.scroll-to-top:hover i {
  color: #232323
}
.scroll-to-top:visited {
  color: #232323;
  text-decoration: none
}
.list-style1 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}
.list-style1 li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #ededed
}
.list-style1 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}
.btn {
  font-size: 16px;
  padding: 6px 12px;
  font-weight: 500
}
.btn-primary {
  color: #ffffff;
  background: #337ab7 !important;
  border: 0
}
.btn.btn-primary:hover {
  background: #337ab7 !important
}
.btn-lg {
  padding: 8px 16px
}
.btn-sm {
  padding: 4px 8px;
  font-size: 14px
}
.btn-outline-primary {
  border: 1px solid #337ab7 !important;
  font-size: 16px;
  font-weight: 500;
  color: #1e2022
}
.btn-outline-primary:hover {
  background: #337ab7 !important;
  color: #ffffff
}
.image-radius {
  border-top-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}
.border-top-left-radius {
  border-top-left-radius: 1rem !important
}
.border-bottom-right-radius {
  border-bottom-right-radius: 1rem !important
}
@media screen and (max-width: 991px) {
  .border-md-top-left-radius {
    border-top-left-radius: 1rem !important
  }
}
.navbar-nav-custom li.current > a, .navbar-nav-custom li.active > a {
  color: #337ab7
}
.navbar > ul > li.current > a:after {
  border-color: transparent #337ab7 #337ab7 transparent
}
.menu_area-light .navbar-nav-custom li.current > a, .menu_area-light .navbar-nav-custom li.active > a {
  color: #337ab7
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #337ab7 #337ab7 transparent
}
.menu_area-light.scrollHeader .navbar-nav-custom li.current > a {
  color: #337ab7
}
.menu_area-light.scrollHeader .navbar-nav-custom li.current > a:hover {
  color: #337ab7
}
.menu_area-light.scrollHeader .navbar-nav-custom li.active > a {
  color: #337ab7
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #337ab7 #337ab7 transparent
}
@media screen and (min-width: 992px) {
  .header-style1 .navbar-nav li.current > a {
    color: #337ab7
  }
  .header-style1 .navbar > ul > li.current > a:after {
    border-color: transparent #337ab7 #337ab7 transparent
  }
  .header-style1.scrollHeader .navbar-nav li.current > a {
    color: #337ab7
  }
  .header-style1.scrollHeader .navbar-nav li.current > a:hover {
    color: #337ab7
  }
  .header-style1.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #337ab7 #337ab7 transparent
  }
}
.page-title-section {
  padding: 220px 0 150px
}
.page-title-section .breadcrumb .breadcrumb-item a {
  color: #337ab7
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff
}
.page-title-section .page-title-list {
  padding: 12px;
  background: rgba(225, 225, 225, 0.1);
  border-radius: 4px
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 180px 0 100px
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 160px 0 100px
  }
}
.timeline {
  width: 100%
}
.timeline.timeline-wrapper .timeline-item {
  position: relative;
  width: 50%;
  margin-left: 50%;
  padding-bottom: 44px;
  padding-left: 44px;
  text-align: left
}
.timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
  margin-left: 0;
  padding-right: 44px;
  padding-left: 0;
  text-align: right
}
.timeline.timeline-wrapper .timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-left: -.5rem;
  border: 4px solid #ededed;
  background: #337ab7;
  border-radius: 50%
}
.timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before {
  right: 0;
  left: auto;
  margin-right: -.5rem
}
.timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
  right: 0;
  left: auto
}
.timeline.timeline-wrapper .timeline-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 10px;
  width: .0625rem;
  margin-top: 25px;
  margin-left: -.0625rem;
  background-color: #e6e7e8
}
@media screen and (max-width: 1199px) {
  .timeline.timeline-wrapper .timeline-item {
    padding-left: 35px;
    padding-bottom: 40px
  }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
    padding-right: 35px;
    padding-bottom: 40px
  }
}
@media screen and (max-width: 991px) {
  .timeline.timeline-wrapper .timeline-item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 35px
  }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
    text-align: left;
    padding-left: 35px;
    padding-right: 0;
    padding-bottom: 35px
  }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):before, .timeline.timeline-wrapper .timeline-item:nth-child(2n+1):after {
    right: auto;
    left: 0
  }
}
@media screen and (max-width: 767px) {
  .timeline.timeline-wrapper .timeline-item {
    padding-left: 25px;
    padding-bottom: 25px
  }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
    padding-left: 25px;
    padding-bottom: 25px
  }
}
@media screen and (max-width: 575px) {
  .timeline.timeline-wrapper .timeline-item {
    padding-right: 0;
    padding-left: 0
  }
  .timeline.timeline-wrapper .timeline-item:nth-child(2n+1) {
    padding-left: 0
  }
  .timeline.timeline-wrapper .timeline-item:before, .timeline.timeline-wrapper .timeline-item:after {
    content: none
  }
}
.about-image-wrapper {
  position: relative;
  z-index: 9;
  height: 100%
}
.about-image-wrapper .about-image {
  position: relative;
  top: 0;
  float: right;
  z-index: 9;
  right: 0
}
.about-image-wrapper .about-image:nth-child(2) {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 8
}
@media screen and (max-width: 991px) {
  .about-image-wrapper .about-image {
    float: none;
    margin-bottom: 30px
  }
  .about-image-wrapper .about-image:nth-child(2) {
    position: relative;
    top: 0;
    margin-bottom: 0
  }
}
@media screen and (max-width: 767px) {
  .about-image-wrapper .about-image {
    margin-bottom: 25px
  }
}
.card-style1 .card-body {
  position: absolute;
  top: calc(100% - 40px);
  left: 20px;
  right: 20px;
  bottom: -20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: .25rem;
  padding: 15px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  height: 100px;
  transition: all 0.7s ease-in-out
}
.card-style1:hover .card-body {
  height: unset;
  background-color: #337ab7;
  top: 20px;
  bottom: 20px;
  display: flex;
  border: unset
}
.card-style1:hover .card-body h3, .card-style1:hover .card-body h6 {
  color: #ffffff
}
.card-style1 .list-inline .list-inline-item svg:hover path {
  fill: rgba(226, 226, 226, 0.9)
}
.card-style2 .card-body .social-links {
  position: absolute;
  left: 40px;
  top: 40px;
  margin: 0
}
.card-style2 .card-body .social-links li {
  position: relative;
  right: 0;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff
}
.card-style2 .card-body .social-links li a {
  display: block;
  line-height: 35px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 200ms ease
}
.card-style2:hover .card-body .social-links li {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 200ms ease
}
.card-style2 .card-body .social-links li a:hover {
  background: #ffffff;
  color: #337ab7
}
.card-style2:hover .card-body .social-links li:nth-child(2) {
  transition-delay: 100ms
}
.card-style2:hover .card-body .social-links li:nth-child(3) {
  transition-delay: 200ms
}
.card-style2:hover .card-body .social-links li:nth-child(4) {
  transition-delay: 300ms
}
@media screen and (max-width: 575px) {
  .card-style2 .card-body .social-links li a {
    width: 36px;
    height: 36px;
    line-height: 32px
  }
}
.card-style3 .social-icon-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px
}
.card-style3 .icon-wrap {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center
}
.card-style3 .icon-wrap ul {
  display: inline-block;
  background: #ffffff;
  padding: 6px 15px 6px 15px;
  border-radius: .25rem
}
.card-style3 .list-inline .list-inline-item svg:hover path {
  fill: #337ab7
}
.card-style4 .card-image .team-overlay-bg {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  opacity: 0;
  border-radius: .25rem;
  background: rgba(18, 190, 200, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s linear
}
.card-style4:hover .card-image .team-overlay-bg {
  opacity: 1
}
.card-style4 .card-image .team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  text-align: center;
  height: 35px;
  margin: auto;
  transform: translateY(-50%)
}
.card-style4 .list-inline.team-social-icon .list-inline-item svg:hover path {
  fill: rgba(226, 226, 226, 0.9)
}
.card-style5 .card-img .tags {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px;
  border-radius: .25rem;
  background-color: #337ab7;
  font-size: 14px
}
.card-style5 .card-img .tags a {
  padding: 0 10px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3)
}
.card-style5 .card-img .tags a:last-child {
  border-right: none
}
.testimonial-avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%
}
.quote-icon {
  position: absolute;
  left: 70px;
  top: 70px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  background-color: #337ab7
}
@media screen and (max-width: 991px) {
  .testimonial-avatar {
    height: 90px;
    width: 90px
  }
  .quote-icon {
    left: 65px;
    top: 75px;
    width: 30px;
    height: 30px;
    line-height: 26px
  }
}
@media screen and (max-width: 767px) {
  .testimonial-avatar {
    height: 85px;
    width: 85px
  }
}
@media screen and (max-width: 575px) {
  .testimonial-avatar {
    height: 80px;
    width: 80px
  }
}
.testimonial-icon {
  width: 70px;
  height: 70px;
  line-height: 62px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #337ab7;
  text-align: center;
  margin: 0 auto 25px
}
@media screen and (max-width: 767px) {
  .testimonial-icon {
    width: 65px;
    height: 65px;
    line-height: 58px
  }
}
.carousel-image {
  position: relative
}
.carousel-image .inner-border {
  border: 8px solid rgba(255, 255, 255, 0.25);
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  position: absolute;
  border-radius: .25rem
}
@media screen and (max-width: 575px) {
  .carousel-image .inner-border {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px
  }
}
.modal-backdrop {
  z-index: 99999
}
.modal {
  z-index: 999999
}
.breadcrumbs.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d
}
select.form-control {
  min-width: 60px
}
.form-group {
  margin-bottom: 1rem
}
.form-group label {
  margin-bottom: .5rem
}
.form-control:focus {
  border-color: #ff7029
}
.form-check-input:checked {
  border-color: #ff7029;
  background-color: #ff7029
}
.quform-input {
  position: relative
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1
}
.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px
}
.quform-inner input {
  width: 100%
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}
.quform-submit-inner {
  float: none
}
.quform-loading-wrap {
  float: none
}
.quform-loading-wrap .quform-loading {
  display: inline-block
}
.quform-element {
  margin-bottom: 1rem
}
.light-validation .quform-errors > .quform-error {
  color: #fff
}
.step .step-shape {
  background: #ededed;
  display: inline-flex;
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center
}
.step .step-shape .step-number {
  position: absolute;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #337ab7;
  color: #ffffff
}
.step-down-arrow:before {
  content: '';
  top: 30px;
  right: -25%;
  z-index: 99;
  width: 170px;
  height: 50px;
  background: url(../img/content/arrow-down.png) no-repeat 0 0;
  display: block;
  position: absolute
}
.step-up-arrow:before {
  content: '';
  top: 80px;
  right: -25%;
  z-index: 99;
  width: 170px;
  height: 50px;
  background: url(../img/content/arrow-up.png) no-repeat 0 0;
  display: block;
  position: absolute
}
@media screen and (max-width: 1199px) {
  .step .step-shape {
    width: 130px;
    height: 130px
  }
  .step-down-arrow:before {
    right: -32%
  }
  .step-up-arrow:before {
    right: -32%
  }
}
@media screen and (max-width: 991px) {
  .step .step-shape {
    width: 120px;
    height: 120px
  }
  .step-down-arrow:before {
    display: none
  }
  .step-up-arrow:before {
    display: none
  }
}
@media screen and (max-width: 767px) {
  .step .step-shape {
    width: 105px;
    height: 105px
  }
  .step .step-shape .step-number {
    top: -6px;
    width: 25px;
    height: 25px;
    line-height: 25px
  }
}
.step .step-image {
  padding-top: 0;
  position: relative;
  overflow: visible;
  display: inline-block;
  max-width: 180px
}
.step .step-image:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  text-align: center;
  left: 0;
  border-radius: 50%;
  width: 100%;
  border: 2px dashed #ededed
}
.step .step-num {
  background-color: #337ab7;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: -8px;
  z-index: 10;
  left: 41%
}
.step .step-image:before {
  display: block;
  content: '';
  position: absolute;
  right: -110px;
  top: 90px;
  height: 22px;
  width: 65px;
  background-image: url(../img/content/step-arrow.png);
  background-repeat: no-repeat
}
.step .step-image.last:before {
  content: none
}
@media screen and (max-width: 1199px) {
  .step .step-image {
    max-width: 160px
  }
  .step .step-image:before {
    width: 95px
  }
}
@media screen and (max-width: 991px) {
  .step .step-image {
    max-width: 150px
  }
  .step .step-image:before {
    display: none
  }
}
@media screen and (max-width: 767px) {
  .step .step-image {
    max-width: 140px
  }
  .step .step-num {
    width: 32px;
    height: 32px;
    line-height: 32px
  }
}
@media screen and (max-width: 575px) {
  .step .step-image {
    max-width: 130px
  }
  .step .step-num {
    bottom: -6px
  }
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}
.page-link {
  padding: 8px 16px;
  color: #1e2022
}
.page-link:hover {
  color: #1e2022
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #232350
}
.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 28px
}
.owl-thumbs button {
  border: none
}
.owl-thumbs button img {
  opacity: .5
}
.owl-thumbs button.active img {
  opacity: 1
}
.owl-thumb-item {
  cursor: pointer
}
.accordion-button {
  border: 1px solid #ededed;
  text-align: left;
  line-height: 28px;
  font-weight: 500
}
.accordion-collapse {
  border: 1px solid #ededed;
  border-top: 0
}
.accordion-button.collapsed {
  border-bottom: 1px solid #ededed;
  border-radius: .25rem
}
.accordion-button:not(.collapsed) {
  color: #1e2022;
  background: #fafafa
}
.accordion-button:focus {
  box-shadow: none;
  border-color: #ededed
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #337ab7
}
.nav-pills .nav-item {
  flex: 1 1 auto;
  text-align: center
}
.nav-pills .nav-link {
  border: 1px solid #ededed
}
.v-tab .nav-link {
  padding: .75rem 5rem
}
.v-tab .nav-link.active {
  padding: .75rem 5rem
}
.feature-icon-shape {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed
}
@media screen and (max-width: 767px) {
  .feature-icon-shape {
    width: 68px;
    height: 68px
  }
}
.form-check-input:focus {
  border-color: unset;
  box-shadow: none
}
.login-divider {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 30px 0 15px 0
}
.login-divider:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}
@media screen and (max-width: 1199px) {
  .login-divider {
    margin: 25px 0
  }
}
@media screen and (max-width: 767px) {
  .login-divider {
    margin: 20px 0
  }
}
.countdown {
  list-style: none;
  padding-left: 0
}
.countdown li {
  border-right: 1px solid rgba(59, 59, 59, 0.13);
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  color: #232323
}
.countdown li:first-child {
  padding-left: 0
}
.countdown li:last-child {
  padding-right: 0;
  border-right: none
}
.countdown li span {
  font-size: 50px;
  font-weight: 600;
  color: #337ab7;
  margin-bottom: 5px;
  position: relative
}
.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%
}
.countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase
}
.comingsoon-newsletter .quform-elements {
  position: relative
}
.comingsoon-newsletter .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto
}
.comingsoon-newsletter .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0
}
.comingsoon-newsletter input {
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1.5rem
}
.comingsoon-newsletter .quform-has-error input {
  border-color: #f5543f
}
.newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
  border-color: #f5543f
}
.comingsoon-newsletter .quform-input .quform-errors-wrap {
  right: 15px
}
.comingsoon-newsletter i {
  font-size: 1.5rem;
  line-height: 2rem
}
@media screen and (max-width: 1199px) {
  .countdown li span {
    font-size: 44px
  }
}
@media screen and (max-width: 767px) {
  .countdown li {
    padding: 0 20px
  }
  .countdown li span {
    font-size: 40px
  }
}
@media screen and (max-width: 575px) {
  .countdown {
    margin-top: -10px
  }
  .countdown li {
    width: 40%;
    padding: 0 10px;
    margin-top: 10px
  }
  .countdown li:nth-child(2) {
    border-right: none;
    padding: 0 0 0 10px
  }
  .countdown li:nth-child(3) {
    padding: 0 10px 0 0
  }
  .countdown li span {
    font-size: 34px
  }
}
.search-form_input {
  color: #337ab7
}
.search-frame h4 a:hover {
  color: #337ab7
}
.search-frame .search_list .match {
  color: #337ab7
}
.search-frame .search_list li:before {
  color: #337ab7
}
.search-frame .search_list li + li {
  border-top: 3px solid #337ab7
}
.search-frame .search {
  color: #337ab7
}
footer {
  padding: 80px 0 0;
  background: #191d26;
  color: #939393
}
footer a {
  color: #939393
}
footer .newsletter-form input {
  border: none
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px
  }
}
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  text-align: center;
  line-height: 40px
}
@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 60px
  }
}
.footer-list {
  margin: 0;
  padding: 0
}
.footer-list li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 15px
}
.footer-list li:last-child {
  margin-bottom: 0
}
.footer-list li a {
  color: #ffffff
}
.footer-list li a:hover {
  color: #337ab7
}
.footer-list.list-dark li a {
  color: #6c757d
}
.footer-list.list-dark li a:hover {
  color: #337ab7
}
.list-inline.footer-social-icon .list-inline-item svg:hover path {
  fill: rgba(226, 226, 226, 0.9)
}