/*
kék #00
szürke: #343a40;
*/
/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
* {
  box-sizing: border-box;
  /*font-display: auto*/
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: montserratregular,Arial,sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;

  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  display: flex;    
  min-height: 100vh;
  flex-direction: column;
}

.tartalom {
  flex: 1;
}

.layout_padding {
  padding: 10px 0;
}

.layout_padding2 {
  padding: 35px 0;
}

.layout_padding2-top {
  padding-top: 35px;
}

.layout_padding2-bottom {
  padding-bottom: 35px;
}

.layout_padding-top {
  padding-top: 50px;
}

.layout_padding-bottom {
  padding-bottom: 50px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*Főmenü*/
.homenu {
  /*min-height: 100vh;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .slider_area {
  min-height: auto;
}

.header_section {
  background-color: #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 10px;
  margin: 5px 2px;
  color: #272727;
  text-align: center;
  white-space: nowrap;
  font-weight: 550;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  background: #145992;
  color: #ffffff;
  border-radius: 6px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  /*text-transform: uppercase;*/
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
  background-color: #edf0f1;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #151515;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}


.info_section {
  /*background-color: #eee;*/
  background-color: #edf0f1;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #145992;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f89646;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 10px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #6bb7be;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #6bb7be;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_form .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #6bb7be;
  color: #6bb7be;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box a:hover {
  color: #f89646;
  border-color: #f89646;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 5px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}



.logged-user-container {
  z-index: 99999;
  padding: 3px 0 0 0;
  justify-content: flex-end;
}
.logged-user-container a {
  color: #151515;
  margin-left: 10px;
  margin-right: 10px;
}

.content_title {
  display: flex;
  justify-content: center !important;
}

.content_title h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.gomb {
  display: inline-block;
  padding: 10px 45px;
  background-color: #343a40;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #343a40;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gomb:hover {
  background-color: transparent;
  color: #145992;
}

.gomb_kicsi {
  display: inline-block;
  padding: 2px 5px 2px 5px;
  background-color: #343a40;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #343a40;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gomb_kicsi:hover {
  background-color: transparent;
  color: #145992;
}

.logged_text {
  color: #343a40;
}


.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}

.inside-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-col-2 {
  flex: 1 1 500px;
  display: flex;
}

.inside-col {
  display: flex;
  flex-direction: column;
}


img {
  border: 0;
}

p, p.subtitle, span {
  font-family: open_sansregular,Arial,sans-serif;
}
p, span {
  font-size: .8125em;
  line-height: 1.5em;
}

h2 {
  font-size: 1.375em;
  line-height: 1.875em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: montserratbold,Arial,sans-serif;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid hsla(0,0%,100%,.3);
}
a, hr {
  margin: 5px 0;
}


.logo {
  height: 50px;
}

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.p20 {
  padding: 20px 0;
}

.inside-col {
  display: flex;
  flex-direction: column;
}
.flex-col-2 {
  flex: 1 1 500px;
  display: flex;
}

h3 {
  font-size: 1em;
  line-height: 1.3125em;
  font-family: open_sansbold,Arial,sans-serif;
}

i, i:hover {
  text-decoration: none!important;
}
i {
  font-family: kx-icons!important;
  speak-as: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1366px) {
.block, .inner-content, .jplist-form, body {
    width: 100%;
}
}

.chosen-container-single .chosen-single span {
  font-size: 1rem;
  color: #495057;
  margin-top: 0.4rem;
}

.loading {
  display: flex;
  justify-content: center !important;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.875em;
  color: #ff0000;
  animation: blinker 2.0s linear infinite;
}
@keyframes blinker {
  0% { 
    opacity: 0; 
  } 
  50% { 
    opacity: 0.7; 
  } 
  100% { 
    opacity: 0; 
  } 
}

.table th, .table td {
  padding: 0.2rem;
}
/*# sourceMappingURL=style.css.map */
.szabadcella {
	width: 80px;
	height: 50px;
	text-align: center;
	background: #008544;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;    
}
.szabadcella:hover {
	border: 1px solid #DC8700;
	color: #DC8700;
}

.foglaltcella {
	width: 80px;
	height: 50px;
	text-align: center;
	background: #C4C6CA;
}
