/* Global styles */
@import url('https://fonts.googleapis.com/css?family=Montserrat|Mukta+Vaani|Roboto&display=swap');

:root {
  --main-color: #00466e;
  --main-hover-color: #00b9de;
  --secondary-color: #fcb315;
}

* {
    font-family: 'Mukta Vaani', sans-serif;
    color: #4d4d4d;
}
.btn-info {
  background-color: var(--main-hover-color) !important;
  border-color: var(--main-hover-color) !important;
}
.btn-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.color-primary {
  color: var(--main-color);
}
.main-color {
  color: var(--main-color)
}
.secondary-color {
  color: var(--secondary-color);
}

a {
  color: inherit;
  text-decoration: unset;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00466e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00b9de;
}
.feature-border {
  border: 5px solid #004771;
}
.page {
  margin: 0 auto;
  background-color: #EEEEEE;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 414px);
}
.main-content {
  border-radius: 10px;
}

/* breadcrumbs */
.breadcrumb {
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.breadcrumb .breadcrumb-active, .breadcrumb .breadcrumb-active a {
  color: rgb(0, 0, 0);
  /* text-transform: capitalize; */
  font-size: 20px;
  font-family: Montserrat;
  transition: all ease 0.5s;
}
.breadcrumb .breadcrumb-active a:hover {
  text-decoration: none;
  color: rgba(238, 86, 70, 1) !important;
}
.breadcrumb .breadcrumb-active a {
  color: rgba(21, 163, 211, 1) !important;
}

/* Post list */
.post-list .post img {
  height: 250px;
  width: 250px;
  min-width: 250px;
  border-radius: 5px;
  margin-right: 20px;
}
#home-post-list .post img {
  min-width: 250px;
  height: 250px !important;
  object-fit: cover;
  object-position: center;
}
.post-list .post .title {
  color: #337ab7;
}
.post-list .post .title:hover {
  color: #23527c; 
}
.post-list .leadpost {
  width: 100%;
  min-height: 500px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
}
.post-list .leadpost .left img {
  width: 100%;
  border-radius: 7px;
  transition: filter ease-in-out 300ms;
}
.post-list .leadpost .left img:hover {
  cursor: pointer;
  filter: brightness(70%);
}
.post-list .leadpost .right a {
  color: #337ab7;
}
.post-list .leadpost .right a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.featured-post-list img {
  max-width: 250px;
  height: 150px;
  object-fit: contain;
  object-position: center;
}
.bordered-post-list.post {
  border: 5px solid #004771;
}

/* Post page */
.post-frame {
  min-width: 80%;
  max-width: 100%;
  background-color: white;
  padding: 25px;
  word-break: break-word;
}
.post-frame .post-date .info a {
text-decoration: none;
color: white;
background-color: #26B2EC;
margin-right: 3px;
padding: 4px 10px;
font-size: 14px;
line-height: 23px;
text-transform: uppercase;
transition: background 0.4s;
-webkit-transition: background 0.4s;
}
.post-frame .post-date .info a:hover {
background: rgb(23, 118, 158);
}
.post-frame .post-title h3 {
margin-top: 5px;
text-align: justify;
font-size: 36px !important;
}
.post-frame .post-img {
width: 100%;
margin: 10px 0px;
padding: 20px 0;
border-top: 2px solid rgba(153, 153, 153, 0.5);
border-bottom: 2px solid rgba(153, 153, 153, 0.5);
}
.post-frame .post-img img {
max-width: 100%;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.post-frame .post-tags .taglist {
border-top: 1px solid silver;
padding: 7px 10px;
padding-top: 15px;
}
.post-frame .post-tags .taglist .tag:first-child {
border-bottom-left-radius: 7px;
border-top-left-radius: 7px;
}
.post-frame .post-tags .taglist .tag:last-child {
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
.post-frame .post-tags .taglist .tag {
background-color: #00466e;
padding: 10px;
color: #fff;
}
.post-frame .post-tags .taglist .tag:hover {
background-color: #26B2EC;
cursor: pointer;
}
.included-post {
  float: right;
  border: 5px solid #004771;;
  width: 500px;
  max-width: 100%;
}
.included-post a:hover {
  text-decoration: none;
  color: #004771 !important;
}
.included-post .title {
  color: #26B2EC;
}
.included-post .category {
  color: #004771;
}

/* login card components */
.login-card  {
  border-radius: 10px;
  border-top: 7px solid #00B9DE;
  border-left: 7px solid #00B9DE;
  border-right: 7px solid #00B9DE;
  border-bottom: 0;
  box-shadow: 0px 12px 40px rgba(0, 185, 222, 0.26), 0px 1.74565px 6.16234px rgba(0, 185, 222, 0.13);
}
.login-card img {
  width: 250px;
  min-width: 250px;
}

/* news card list */
.news-card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

/* Sidecontent */
.sidecontent .google {
  border-top: 2px double black;
  margin-top: 5px;
}
.sidecontent .post-list {
  border-top: 2px double black;
  margin-top: 5px;
}
.sidecontent .post-list .post img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 10px;
  transition: all ease-in 0.2s;
  object-fit: cover;
}
.sidecontent .post-list .post img:hover {
  width: 102px;
  height: 102px;
  cursor: pointer;
}
.sidecontent .login .login-text {
  font-size: 20px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: lighter;
  text-align: center;
  color: #337ab7;
}
.sidecontent .login .btn {
  background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.sidecontent .post-list .post img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 10px;
  transition: all ease-in 0.2s;
  object-fit: cover;
}

/* topbar */
.topbar {
  background-color: #00B9DE;
  width: 100%;
  height: 60px;
  padding: 13px 40px;
}
.topbar .fresh-msg {
  min-height: 70%;
  float: left;
  margin: 0 auto;
  padding: 3px 25px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 17px;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.topbar #tickr-scroll {
  float: left;
  height: 27px;
  margin: 3px auto 0px 10px;
  overflow: hidden;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.topbar .topbar-inner .socials {
  position: absolute;
  right: 320px;
  padding: 4px;
  height: 35px;
}
.topbar .topbar-inner .socials i {
  font-size: 28px;
  margin-left: 15px;
  color: whitesmoke;
  transition: color ease-in-out 300ms;
}
.topbar .topbar-inner .socials a:hover > i {
  color: #a1a1a1;
}
.topbar-inner .loginbar span {
  float: right;
  padding: 5px 25px;
  font-size: 14px !important;
  color: white;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  border-radius: 17px;
  color: #00B9DE;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
.topbar-inner .loginbar span:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.topbar-inner .loginbar img {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  float: right;
  margin-top: -5px;
  margin-right: 15px;
  padding: 2px;
  width: 45px;
  height: 45px;
  transition: all ease-in-out 0.3s;
}

.topbar-inner .loginbar img:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 185, 222, 0.5);
  cursor: pointer;
}
#tickr-scroll ul {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  list-style: none;
}

#tickr-scroll {
  float: left;
  height: 27px;
  margin: 3px auto 0px 10px;
  overflow: hidden;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#tickr-scroll li {
  color: #FFFFFF;
  font: normal 18px arial, sans-serif;
  line-height: 26px;
}

#tickr-scroll a {
  color: #FFFFFF;
  transition: color ease-in-out 300ms;
  text-decoration: none;
}

#tickr-scroll a:hover {
  /* color: lightblue; */
  color: #eac500;
  text-decoration: none;
}

#tickr-scroll ul {
  padding: 0px 6px 0px 6px;
  -webkit-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
  -moz-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
  -ms-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
  animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
}

#tickr-scroll ul:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes tickr {
  0% {
      margin-top: 0;
  }
  25% {
      margin-top: -26px;
  }
  50% {
      margin-top: -52px;
  }
  75% {
      margin-top: -78px;
  }
  100% {
      margin-top: 0;
  }
}

@-moz-keyframes tickr {
  0% {
      margin-top: 0;
  }
  25% {
      margin-top: -26px;
  }
  50% {
      margin-top: -52px;
  }
  75% {
      margin-top: -78px;
  }
  100% {
      margin-top: 0;
  }
}

@-ms-keyframes tickr {
  0% {
      margin-top: 0;
  }
  25% {
      margin-top: -26px;
  }
  50% {
      margin-top: -52px;
  }
  75% {
      margin-top: -78px;
  }
  100% {
      margin-top: 0;
  }
}

@keyframes tickr {
  0% {
      margin-top: 0;
  }
  25% {
      margin-top: -26px;
  }
  50% {
      margin-top: -52px;
  }
  75% {
      margin-top: -78px;
  }
  100% {
      margin-top: 0;
  }
}

/* main menu */
.navbar {
  background-color: #FFFFFF;
  opacity: 0.9;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 100px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.navbar .navbar-brand img {
  height: 95px;
  max-height: 95px;
  min-height: 95px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: center;
  padding-right: 15px;
  border-right: 2px solid #00466e0a;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--main-color);
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 10px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main-hover-color);
}
.navbar-light .navbar-nav .active>.nav-link {
  color: var(--secondary-color);
}
.search-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 15px;
  font-size: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  background-color: #fff;
}
.search-btn:hover {
  color: #EE5646;
  border-color: #EE5646;
}
.search-btn:hover i {
  color: #EE5646;
}
.klima-search {
  border: 2px solid var(--secondary-color);
}
.klima-search img {
  height: 125px;
  width: auto;
}
.klima-search .title {
  color: var(--secondary-color);
  font-size: 40px;
}
.klima-search .input-group-text {
  background-color: var(--main-hover-color);
  color: #fff;
  outline: none;
  box-shadow: none;
}
.hamburger-header {
  position: fixed;
  top: 100px;
  display: none;
  right: 0px;
  z-index: 2;
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.hamburger-header .search-mh {
    float: left;
    margin: -10px 10px 0px 0px;
    font-size: 30px;
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 50%;
}

.hamburger-header .search-mh:hover {
    color: #EE5646;
    border-color: #EE5646;
}

.hamburger-header h1:hover {
    color: #00b9de;
}

.hamburger-header .nav-item {
    margin: 0;
    text-align: center;
}

.hamburger-header h1 {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    color: #00466e;
    font-size: 18px;
    line-height: 20px;
    /* font-variant: small-caps; */
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 10px;
}

#rovat .post-list .post .title a:hover {
  text-decoration: none;
  color: #23527c;
}

/* login tabs */
.login-tabs {
  width: 50%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: auto;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
}
.login-tabs .content {
  border-bottom: 2px solid #222222;
  padding: 20px 0px 40px 0px;
}
.btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.login-tabs > .navbtns {
  text-align: center;
  width: 100%;
  margin: 20px 0px 5px 0px;
}
.login-tabs > .navbtns > span:hover {
  background-color: gray;
  cursor: pointer;
}
.login-tabs > .navbtns > #switch_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    border: 2px dotted #222222;
    font-size: 16px;
    transition: all ease-in-out 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#regtab {
  display: none;
}

/* profile page */
.profile-page {
    width: 100%;
    height: 100%;
    min-height: 1000px;
    border-radius: 20px;
    padding: 20px;
}
.profile-head {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.profile-name h1 span {
    color: rgba(7, 114, 136, 1);
}
.profile-name h1, .profile-name h1 span {
    font-family: 'Montserrat', sans-serif !important;
    margin: 10px 0px;
    text-align: center;
    font-size: 38px;
}
.profile-avatar {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0px;
    box-sizing: content-box;
    border: 5px solid rgba(128, 128, 128, 1);
    border-radius: 5px;
}
.profile-navtabs {
    width: 100%;
    padding-top: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.profile-main {
    margin-top: 20px;
    padding: 0 !important;
}
.profile-navtabs .nav-item a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 20px;
    height: 55px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all ease-in-out 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.profile-navtabs .nav-item a.active {
    background-color: white;
    height: 65px;
    margin-bottom: unset !important;
    border-radius: unset;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.profile-navtabs .nav-item a:hover {
    text-decoration: none;
    color: #000;
}
.profile-navtabs .navtab:hover {
    background-color: white;
    cursor: pointer;
}
.profile-main .profile-update {
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    transition: all ease-in 0.4s;
}
.profile-update h1 {
    font-family: 'Montserrat';
}
.profile-update .filewrap {
    width: 150px;
    height: 150px;
    background-image: url(https://cdn3.iconfinder.com/data/icons/buttons/512/Icon_16-128.png);
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    border: 3px dotted lightslategray;
    transition: all ease-in-out 0.3s;
}
#telephelyNewDiv {
    display: none;
    margin-top: 20px;
    transition: all ease-in-out 0.5s;
}
#telephelyEditDiv {
    display: none;
    margin-top: 20px;
    transition: all ease-in-out 0.5s;
}
.profile-telephely {
    border: 2px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    border-radius: 4px;
}
.submit-divider {
    border-top: 6px solid rgba(146, 143, 144, 0.3);
    border-radius: 2px;
    margin-right: 0px;
    margin-bottom: 7px;
    width: 10%;
}

/* Footer */
.footer-top {
    padding: 30px 0 30px;
    background-color: #222222;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    background-color: #222222;
}
.footer-bottom .menu-item a {
    padding: 20px;
    border-radius: 7px;
    text-transform: capitalize;
    font-family: Montserrat;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
    display: block;
    color: white;
}
.footer-bottom .menu-item a:hover {
    background-color: #eee;
    color: #000;
}
#footer .copyright {
    padding: 20px 0px;
    text-align: center;
    background-color: rgb(15, 15, 15);
}
#footer .copyright-text {
    font-size: 20px;
    opacity: 0.8;
    text-transform: uppercase;
    color: #bbb;
}
#footer .copyright-text a {
    text-decoration: none;
    color: whitesmoke;
}
@media screen and (max-width: 1800px) {
  .login-card img {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 1500px) {
  .login-card img {
    display: none;
  }
  .sidecontent .post-list .post a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1199px) {
  .klima-search .hero img {
      width: 100%;
      height: 120px;
      object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .login-tabs {
    width: 80%;
    padding: 10px;
  }
  .login-tabs > .navbtns > #switch_btn {
    font-size: 13px;
  }
  #logtab .title h1 {
    font-size: 25px;
  }
  .search-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .profile-name {
    padding: 75px;
  }
  .profile-name h1, .profile-name h1 span {
    font-size: 58px;
  }
  .page {
    padding: 40px;
  }
  .post-list .leadpost > div {
    width: 50%;
    padding: 15px;
  }
}
