/**********************************/
/********** General CSS ***********/
/**********************************/
body {
  color: #666666;
  background: #FAEBD7;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #222222;
  transition: all .3s;
}

a:hover,
a:active,
a:focus {
  color: #FF6F61;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.table {
  font-size: 10px;
}

.table th, .table td {
  padding: 0.10rem 0.10rem 0.10rem 0.10rem;
  vertical-align: top;
  font-size: 10px;
}

.fizetendo td {
  padding: 0.10rem 0.10rem 0.10rem 0.10rem;
  vertical-align: top;
  font-size: 14px;
}

.modal-header, h4, .close {
  color:white !important;
  text-align: center;
  font-size: 26px;
}

.card-body {
  padding: 0.5rem;
}

.header p {
  color: #FF6F61;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.header .container {
  border-bottom: 10px solid #ffffff;
}

.alert {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

.col-md-12 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 00px;
  padding-left: 10px;
  background: #ffffff;
  border-bottom: 5px solid #FAEBD7;
}

.header .container {
  position: relative;
  padding: 0px;
  background: #ffffff;
  border-bottom: 5px solid #ffffff;
}

.header h1 {
  color: #222222;
  font-size: 50px;
  font-weight: 700;
}

.header h2 {
  display: inline-block;
  margin: 0;
  height: 25px;
  font-size: 25px;
}

.header h3 {
  display: inline-block;
  margin: 0;
  height: 20px;
  font-size: 20px;
}

.header h4 {
  display: inline-block;
  margin: 0;
  height: 20px;
  font-size: 20px;
  color: #222222;
}

.header .form .form-control {
  padding: 10px 15px 5px 15px;
}

.header .typed-text {
  display: none;
}

.header .typed-cursor {
  font-size: 25px;
  font-weight: 300;
  color: #222222;
}

.large-btn .content-inner {
  font-size: 0;
  border-bottom: 5px solid #FAEBD7;
}

.large-btn .btn {
  position: relative;
  width: 50%;
  padding: 15px 0;
  color: #FF6F61;
  font-size: 20px;
  background: #222222;
  border-radius: 0;
}

.large-btn .btn:last-child {
  color: #222222;
  background: #FF6F61;
}

.large-btn .btn i {
  margin-right: 8px;
}

.large-btn .btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
}

.large-btn .btn:hover::after {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.form-check-input {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.form-check-label {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

/**********************************/
/*********** Cube CSS ************/
/**********************************/
.cube {
  position: relative;
  padding: 5px 5px 5px 5px;
  background: #ffffff;
  border-bottom: 5px solid #FAEBD7;
}

.cube img {
  width: 100%;
  height: auto;
}

@media(max-width: 767.98px) {
  .cube img {
    margin-bottom: 15px;
  }
}

.cube .btn {
  border-radius: 0;
  color: #222222;
  background: #FF6F61;
  transition: all .3s;
  padding: 5px 5px 5px 5px;
  width: 100%;
}

.cube .btn-green{
  border-radius: 0;
  color: #222222;
  background: #26d652;
  transition: all .3s;
  padding: 5px 5px 5px 5px;
  width: 100%;
}

.cube .btn:hover {
  color: #FF6F61;
  background: #222222;
}

.cube .btn-green:hover {
  color: #26d652;
  background: #222222;
}

.cube .skills {
  padding-top: 15px;
}

.cube .skill-name {
  margin-top: 15px;
}

.cube .skill-name p {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.cube .skill-name p:last-child {
  float: right;
}

.cube .progress {
  height: 5px;
  border: 1px solid #FF6F61;
  border-radius: 0;
  background: #ffffff;
}

.cube .progress .progress-bar {
  width: 1px;
  background: #FF6F61;
  border-radius: 0;
  transition: 1s;
}

.cube .exp-col {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 20px;
  border-left: 1px solid #FF6F61;
  border-bottom: 1px solid #FF6F61;
}

.cube .col-md-6:first-child .exp-col {
  padding-top: 0;
}

.cube .col-md-6:last-child .exp-col {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .cube .col-md-6:nth-child(-n+2) .exp-col {
    padding-top: 0;
  }

  .cube .col-md-6:last-child .exp-col,
  .cube .col-md-6:nth-last-child(2) .exp-col {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.cube .exp-col span {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.cube .exp-col span::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #FF6F61;
    top: 5px;
    left: -26px;
    border-radius: 5px;
}

.cube .exp-col span i {
    color: #FF6F61;
}

.cube .exp-col h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.cube .exp-col h4 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.cube .exp-col h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cube .exp-col p {
    margin: 0;
}

/**********************************/
/*********** Password CSS ************/
/**********************************/
.password {
    position: relative;
    padding: 20px 20px 5px 20px;
    background: #ffffff;
    border-bottom: 10px solid #FAEBD7;
}

.password .btn {
    border-radius: 0;
    color: #222222;
    background: #FF6F61;
    transition: all .3s;
}

.password .btn:hover {
    color: #FF6F61;
    background: #222222;
}

.password .col-md-6:first-child .exp-col {
    padding-top: 0;
}

.password .col-md-6:last-child .exp-col {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .password .col-md-6:nth-child(-n+2) .exp-col {
        padding-top: 0;
    }

    .password .col-md-6:last-child .exp-col,
    .password .col-md-6:nth-last-child(2) .exp-col {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/**********************************/
/*********** Határozat CSS **********/
/**********************************/
.hatarozat {
    position: relative;
    padding: 60px 30px 30px 30px;
    background: #ffffff;
    border-bottom: 30px solid #FAEBD7;
}

.hatarozat .srv-col {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.hatarozat .srv-col i {
    font-size: 30px;
    color: #FF6F61;
    margin-bottom: 15px;
}

.hatarozat .srv-col h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.hatarozat .exp-col h4 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.hatarozat .exp-col h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hatarozat .exp-col p {
    margin: 0;
}

/**********************************/
/*********** Contact CSS ***********/
/**********************************/
.contact {
  position: relative;
  padding: 60px 30px 30px 30px;
  background: #ffffff;
  border-bottom: 10px solid #FAEBD7;
}

.contact .contact-info {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.contact .contact-info p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact .contact-info p i {
  width: 25px;
  color: #FF6F61;
}

.contact .contact-info p a {
    color: #666666;
}

.contact .contact-info p a:hover {
    color: #FF6F61;
    text-decoration: none;
}

.contact .social {
    font-size: 0;
}

.contact .social a {
  width: 35px;
  height: 35px;
  padding: 5px 0;
  color: #222222;
  background: #FF6F61;
  border-radius: 0;
  margin-top: 15px;
  margin-right: 15px;
  transition: all .3s;
}

.contact .social a:last-child {
    margin-right: 0;
}

.contact .social a:hover {
    color: #FF6F61;
    background: #222222;
}

.contact .form {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.contact .form .form-control {
    border-radius: 0;
}

.contact .form .form-control:focus {
    box-shadow: none;
    border-color: #FF6F61;
}

.contact .form .btn {
    color: #222222;
    background: #FF6F61;
    border-radius: 0;
    transition: all .3s;
}

.contact .form .btn:hover {
    color: #FF6F61;
    background: #222222;
}


/**********************************/
/*********** Footer CSS ***********/
/**********************************/
.footer {
    position: relative;
    width: 100%;
    padding: 30px 30px 0 30px;
    background: #FAEBD7;
}

.footer .col-md-6:last-child {
    text-align: right;
}

@media(max-width: 767.98px) {
    .footer .col-md-6,
    .footer .col-md-6:last-child{
        text-align: center;
    }
}

.footer p {
    color: #222222;
    margin: 0;
}

.footer a {
    color: #FF6F61;
    font-weight: 600;
}

.footer a:hover {
    color: #222222;
}



/**********************************/
/****** Layout with Sidebar *******/
/**********************************/
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

.wrapper .sidebar {
    position: relative;
    width: 100%;
    float: left;
    background: #222222;
}

.wrapper .content {
    position: relative;
    width: 100%;
    float: left;
    background: #FAEBD7;
}

.wrapper .sidebar-header,
.wrapper .sidebar-footer {
    display: none;
}

.navbar {
    padding: 15px;
    background: #222222 !important;
}

.navbar-expand-md .navbar-nav .nav-item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navbar-expand-md .navbar-nav .nav-item:first-child{
    border-top: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #ffffff;
    padding: 5px 15px 7px 15px;
    transition: all .3s;
}

.navbar-expand-md .navbar-nav .nav-link i {
    color: #FF6F61;
    float: right;
    padding-top: 5px;
    transition: all .3s;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link.active {
    color: #FF6F61;
}

.navbar-expand-md .navbar-nav .nav-link:hover i,
.navbar-expand-md .navbar-nav .nav-link.active i{
    color: #ffffff;
}

.wrapper .sidebar,
.wrapper .content {
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

@media (min-width: 768px) {
    .wrapper .content {
        padding: 0px 0px 0px 15px;
    }
    
    .wrapper .content::before,
    .wrapper .content::after {
        position: fixed;
        content: "";
        width: 100%;
        height: 2px;
        background: #FAEBD7;
        z-index: 1;
    }
    
    .wrapper .content::before {
        top: 0;
    }
    
    .wrapper .content::after {
        bottom: 0;
    }
    
    .wrapper .sidebar {
        position: fixed;
        width: 300px;
        height: 100%;
        margin-left: -250px;
        float: left;
        overflow: auto;
        scrollbar-width: thin;
        scrollbar-color: gray;
        z-index: 2;
    }

    .wrapper .sidebar:hover {
        margin-left: 0px;
    }
    
    .wrapper .content {
        position: relative;
        width: calc(100% - 50px);
        margin-left: 50px;
        float: right;
    }
    
    .wrapper .sidebar:hover  .sidebar-header {
        position: relative;
        display: block;
        width: 100%;
    }

    .wrapper .sidebar .sidebar-header img {
        width: 100%;
        height: auto;
    }
    
    .navbar-brand {
        display: none;
    }
    
    .navbar {
        padding: 15px 0;
        flex-direction: column;
    }
    
    .wrapper .sidebar:hover .navbar-expand-md .navbar-nav .nav-link {
        padding: 5px 30px 7px 30px;
    }
    
    .wrapper .sidebar::-webkit-scrollbar {
        width: 7px;
    }

    .wrapper .sidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    }

    .wrapper .sidebar::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
        border-radius: 7px
    }
    
    .navbar-brand {
        display: none;
    }
    
    .sidebar .sidebar-footer {
        width: 300px;
        position: fixed;
        bottom: 0;
        padding: 15px;
        font-size: 0;
        text-align: center;
        background: #222222;
    }
    
    .sidebar .sidebar-footer a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        margin: 0 15px 15px 0;
        text-align: center;
        font-size: 18px;
        color: #222222;
        background: #FF6F61;
    }
    
    .sidebar .sidebar-footer a:last-child {
        margin-right: 0;
    }
    
    .sidebar .sidebar-footer a:hover {
        color: #FF6F61;
        background: #ffffff;
    }
    
    .sidebar:hover .sidebar-footer {
        display: block;
    }
}

@media (min-width: 992px) {
    .wrapper .sidebar {
        margin: 0;
    }

    .wrapper .content {
        width: calc(100% - 300px);
        margin-left: 300px;
    }

    .sidebar .sidebar-header {
        position: relative;
        display: block;
        width: 100%;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 5px 30px 7px 30px;
    }
    
    .sidebar .sidebar-footer {
        display: block;
    }
}

@media (max-width: 1140px) {
    .wrapper .content {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .wrapper .content {
        padding: 15px;
    }
}

/**********************************/
/******** Back to Top CSS *********/
/**********************************/
.back-to-top {
    position: fixed;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    right: 30px;
    bottom: 30px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    color: #222222;
}

.back-to-top i:hover {
    color: #FF6F61;
}

.back-to-top {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
