@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400&display=swap" rel="stylesheet');

html{
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;

}

p{font-size: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
}

a {
    color: #019094;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;

}

a:visited {
  color: #019094;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
a:hover {
  color: #019094;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}

.h1, h1 {
    /*font-size: calc(1.375rem + 1.5vw);*/
	font-size: calc(1.375rem + 1vw);
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color:#019094;
}

.h2, h2 {
    font-size: calc(1.375rem + 1.5vw);
    font-family: 'Roboto Condensed', sans-serif;
    color:#019094;
}

.h3, h3 {
    font-size: calc(1rem + 0.7vw);
    font-family: 'Roboto Condensed', sans-serif;
    /*color:#fff !important;*/
    text-transform: uppercase;
}
@@media (min-with:728px){
	html{font-size: 30px;}
}
/* 20210604 
@media (min-with:728px){
	html{font-size: 30px;}
}
*/

#mcontent {
	position:relative;
	/*top:100px;*/
}

.contact-form{
    background: #eeeeee;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 90%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 10rem;
    width: 11%;
    margin-top: -10%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #019094;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #019094;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    padding: 3.5%;
    margin-top: 10%;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 3.5%;
    color: #fff;
    background-color: #019094;
    border: none;
    cursor: pointer;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
    font-size: calc(1rem + 0.7vw);
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
 
/*navbar*/
.gvkik{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:5vmin;
  color:#019094;
  text-transform: uppercase;


}
.gvkik2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:2.5vmin;
  color:#019094;
  text-transform: uppercase;
}

hr.hr-text {
  position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-light .navbar-brand{
  color:#019094;
  background-color:#fff;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color:#f1efef;
}


.btn-outline {
    color: #f43fa6;
    border-color: #f43fa6;
  }

.d-flex {
    display: flex!important;
    margin-left: auto;
  }

  header .container-fluid
  {
      background-image: url('images/background.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      height:auto;
      padding-top: 0px;

  }

  .container-footer {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
  }

.navbar-toggler {
  display: inline-block;
  position: absolute; right: .90rem;
   top: .90rem;
   bottom: :.90rem;
   /* 20210604
	bottom: .90rem; */
    padding: .90rem .90rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #9f306f;
    transition: box-shadow .15s ease-in-out;
    float: right;
    border-radius: 0rem;

}



.btn-primary {
    color: #63acbb;
    background-color: #fff;
    border-color: #63acbb;
}
.btn {
    padding: 0.8rem 0rem 0.3rem;
    vertical-align: center;
    border-radius: 0rem;
}


.navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-color: #fff;

      }

.fa.fa-tiktok {
    background: url(img/tiktok.svg) no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
  filter: invert(95%) sepia(53%) saturate(7339%) hue-rotate(280deg) brightness(89%) contrast(80%);
   margin-top:12px;
    width: inherit;
    text-align: center;
}

.fa.fa-moly {
background: url(img/moly.svg) no-repeat;
width: 1.25rem;
height: 1.25rem;
background-position: center;
filter: invert(95%) sepia(53%) saturate(7339%) hue-rotate(280deg) brightness(89%) contrast(80%);
margin-top:12px;
width: inherit;
text-align: center;
}
      .nav-link {
          display: block;
          padding: .5rem 1rem;
          text-decoration: none;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
          color: #fff;
          font-family: 'Roboto Condensed', sans-serif;

      }

      .bg-dark {
          background-color: #9f306f!important;
          font-family: 'Roboto Condensed', sans-serif;
      }

      .bg-class {
  background-image: url(img/background.jpg);
  background-size: cover;
  background-position: center center;
  padding: 0px;
}

.active-pink-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
  }
.active-pink input[type=text] {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
  }


@media (max-width: 730px) {
    .column-1,
    .column-2 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .column-1 {
        width: 50%;
    }
    .column-2 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .column-2,
    .column-1 {
        width: 33%;
    }
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #cf88af;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 45px;
}

.pl-1, .px-1 {
    padding-left: .25rem!important;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
a.waves-effect, a.waves-light {
    display: inline-block;
}

.btn{
	padding: 0.3rem 0.6rem 0.3rem;
	color: #019094;
}
.btn-light {
    color: #000;
    /* background-color: #f8f9fa; */
    background-color: #fff;
    border-color: #fff;
}
 
.btn-lg {
      color: #fff;
      /* background-color: #f8f9fa; */
      background-color: #9f306f;
      border-color: #9f306f;
}

  img, svg {
    vertical-align: middle;
    fill:#fff;
}

  .btn-light2 {
    color: #ddd !important;
  text-decoration: none;
  padding: 2px 15px 2px 30px;
  border-width: 0px;
    border-style: outset;
    /*20210604*/
	/*border-color: none;*/
border-color: none;
    background-color: transparent;
    text-align: left;
    font-size: 16px;
    }

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;}

    .waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;}

    .ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}

.mdb-color.lighten-3 {
    background-color: #929fba !important;
}
.card .btn-action {
    margin-top: -1.44rem;
    margin-bottom: -1.44rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    border-radius: 0rem;
}

.card {
      border-radius: 0rem;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.white-text {
    color: #fff !important;
}

.row {

}

.opacity-80 {
  opacity: 0.8; }

/*******************************************************************************
 *              bootstrap-rtl (version 4.0.0 beta2)
 *      Author: Morteza Ghalambor
 *  Created on: september 7,2016
 *     Project: bootstrap-rtl
 *   Copyright: GPL
 *******************************************************************************/

body {


    font-family: 'Roboto Condensed', sans-serif;
}

dd {
    margin-right: 0;
}

figure {
    margin: 0 0 1rem;
}

caption {
    text-align: right;
}

th {
    text-align: right;
}

.list-unstyled {
    padding-right: 0;
}

.list-inline {
    padding-right: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
}

.blockquote {
    border-left: none;
    border-right: 0.25rem solid #eceeef;
}

.blockquote-reverse {
    padding-left: 1rem;
    padding-right: 0;
    text-align: left;
    border-left: 0.25rem solid #eceeef;
    border-right: 0;
}

dl.row > dd + dt {
    clear: right;
}


.pull-0 {
    left: auto;
}

.pull-1 {
    left: 8.33333%;
}

.pull-2 {
    left: 16.66667%;
}

.pull-3 {
    left: 25%;
}

.pull-4 {
    left: 33.33333%;
}

.pull-5 {
    left: 41.66667%;
}

.pull-6 {
    left: 50%;
}

.pull-7 {
    left: 58.33333%;
}

.pull-8 {
    left: 66.66667%;
}

.pull-9 {
    left: 75%;
}

.pull-10 {
    left: 83.33333%;
}

.pull-11 {
    left: 91.66667%;
}

.pull-12 {
    left: 100%;
}

.push-0 {
    right: auto;
}

.push-1 {
    right: 8.33333%;
}

.push-2 {
    right: 16.66667%;
}

.push-3 {
    right: 25%;
}

.push-4 {
    right: 33.33333%;
}

.push-5 {
    right: 41.66667%;
}

.push-6 {
    right: 50%;
}

.push-7 {
    right: 58.33333%;
}

.push-8 {
    right: 66.66667%;
}

.push-9 {
    right: 75%;
}

.push-10 {
    right: 83.33333%;
}

.push-11 {
    right: 91.66667%;
}

.push-12 {
    right: 100%;
}

.offset-1 {
    margin-right: 8.33333%;
}

.offset-2 {
    margin-right: 16.66667%;
}

.offset-3 {
    margin-right: 25%;
}

.offset-4 {
    margin-right: 33.33333%;
}

.offset-5 {
    margin-right: 41.66667%;
}

.offset-6 {
    margin-right: 50%;
}

.offset-7 {
    margin-right: 58.33333%;
}

.offset-8 {
    margin-right: 66.66667%;
}

.offset-9 {
    margin-right: 75%;
}

.offset-10 {
    margin-right: 83.33333%;
}

.offset-11 {
    margin-right: 91.66667%;
}

@media (min-width: 544px) {

    .pull-sm-0 {
        left: auto;
    }

    .pull-sm-1 {
        left: 8.33333%;
    }

    .pull-sm-2 {
        left: 16.66667%;
    }

    .pull-sm-3 {
        left: 25%;
    }

    .pull-sm-4 {
        left: 33.33333%;
    }

    .pull-sm-5 {
        left: 41.66667%;
    }

    .pull-sm-6 {
        left: 50%;
    }

    .pull-sm-7 {
        left: 58.33333%;
    }

    .pull-sm-8 {
        left: 66.66667%;
    }

    .pull-sm-9 {
        left: 75%;
    }

    .pull-sm-10 {
        left: 83.33333%;
    }

    .pull-sm-11 {
        left: 91.66667%;
    }

    .pull-sm-12 {
        left: 100%;
    }

    .push-sm-0 {
        right: auto;
    }

    .push-sm-1 {
        right: 8.33333%;
    }

    .push-sm-2 {
        right: 16.66667%;
    }

    .push-sm-3 {
        right: 25%;
    }

    .push-sm-4 {
        right: 33.33333%;
    }

    .push-sm-5 {
        right: 41.66667%;
    }

    .push-sm-6 {
        right: 50%;
    }

    .push-sm-7 {
        right: 58.33333%;
    }

    .push-sm-8 {
        right: 66.66667%;
    }

    .push-sm-9 {
        right: 75%;
    }

    .push-sm-10 {
        right: 83.33333%;
    }

    .push-sm-11 {
        right: 91.66667%;
    }

    .push-sm-12 {
        right: 100%;
    }

    .offset-sm-0 {
        margin-right: 0%;
    }

    .offset-sm-1 {
        margin-right: 8.33333%;
    }

    .offset-sm-2 {
        margin-right: 16.66667%;
    }

    .offset-sm-3 {
        margin-right: 25%;
    }

    .offset-sm-4 {
        margin-right: 33.33333%;
    }

    .offset-sm-5 {
        margin-right: 41.66667%;
    }

    .offset-sm-6 {
        margin-right: 50%;
    }

    .offset-sm-7 {
        margin-right: 58.33333%;
    }

    .offset-sm-8 {
        margin-right: 66.66667%;
    }

    .offset-sm-9 {
        margin-right: 75%;
    }

    .offset-sm-10 {
        margin-right: 83.33333%;
    }

    .offset-sm-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 768px) {

    .pull-md-0 {
        left: auto;
    }

    .pull-md-1 {
        left: 8.33333%;
    }

    .pull-md-2 {
        left: 16.66667%;
    }

    .pull-md-3 {
        left: 25%;
    }

    .pull-md-4 {
        left: 33.33333%;
    }

    .pull-md-5 {
        left: 41.66667%;
    }

    .pull-md-6 {
        left: 50%;
    }

    .pull-md-7 {
        left: 58.33333%;
    }

    .pull-md-8 {
        left: 66.66667%;
    }

    .pull-md-9 {
        left: 75%;
    }

    .pull-md-10 {
        left: 83.33333%;
    }

    .pull-md-11 {
        left: 91.66667%;
    }

    .pull-md-12 {
        left: 100%;
    }

    .push-md-0 {
        right: auto;
    }

    .push-md-1 {
        right: 8.33333%;
    }

    .push-md-2 {
        right: 16.66667%;
    }

    .push-md-3 {
        right: 25%;
    }

    .push-md-4 {
        right: 33.33333%;
    }

    .push-md-5 {
        right: 41.66667%;
    }

    .push-md-6 {
        right: 50%;
    }

    .push-md-7 {
        right: 58.33333%;
    }

    .push-md-8 {
        right: 66.66667%;
    }

    .push-md-9 {
        right: 75%;
    }

    .push-md-10 {
        right: 83.33333%;
    }

    .push-md-11 {
        right: 91.66667%;
    }

    .push-md-12 {
        right: 100%;
    }

    .offset-md-0 {
        margin-right: 0%;
    }

    .offset-md-1 {
        margin-right: 8.33333%;
    }

    .offset-md-2 {
        margin-right: 16.66667%;
    }

    .offset-md-3 {
        margin-right: 25%;
    }

    .offset-md-4 {
        margin-right: 33.33333%;
    }

    .offset-md-5 {
        margin-right: 41.66667%;
    }

    .offset-md-6 {
        margin-right: 50%;
    }

    .offset-md-7 {
        margin-right: 58.33333%;
    }

    .offset-md-8 {
        margin-right: 66.66667%;
    }

    .offset-md-9 {
        margin-right: 75%;
    }

    .offset-md-10 {
        margin-right: 83.33333%;
    }

    .offset-md-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 992px) {

    .pull-lg-0 {
        left: auto;
    }

    .pull-lg-1 {
        left: 8.33333%;
    }

    .pull-lg-2 {
        left: 16.66667%;
    }

    .pull-lg-3 {
        left: 25%;
    }

    .pull-lg-4 {
        left: 33.33333%;
    }

    .pull-lg-5 {
        left: 41.66667%;
    }

    .pull-lg-6 {
        left: 50%;
    }

    .pull-lg-7 {
        left: 58.33333%;
    }

    .pull-lg-8 {
        left: 66.66667%;
    }

    .pull-lg-9 {
        left: 75%;
    }

    .pull-lg-10 {
        left: 83.33333%;
    }

    .pull-lg-11 {
        left: 91.66667%;
    }

    .pull-lg-12 {
        left: 100%;
    }

    .push-lg-0 {
        right: auto;
    }

    .push-lg-1 {
        right: 8.33333%;
    }

    .push-lg-2 {
        right: 16.66667%;
    }

    .push-lg-3 {
        right: 25%;
    }

    .push-lg-4 {
        right: 33.33333%;
    }

    .push-lg-5 {
        right: 41.66667%;
    }

    .push-lg-6 {
        right: 50%;
    }

    .push-lg-7 {
        right: 58.33333%;
    }

    .push-lg-8 {
        right: 66.66667%;
    }

    .push-lg-9 {
        right: 75%;
    }

    .push-lg-10 {
        right: 83.33333%;
    }

    .push-lg-11 {
        right: 91.66667%;
    }

    .push-lg-12 {
        right: 100%;
    }

    .offset-lg-0 {
        margin-right: 0%;
    }

    .offset-lg-1 {
        margin-right: 8.33333%;
    }

    .offset-lg-2 {
        margin-right: 16.66667%;
    }

    .offset-lg-3 {
        margin-right: 25%;
    }

    .offset-lg-4 {
        margin-right: 33.33333%;
    }

    .offset-lg-5 {
        margin-right: 41.66667%;
    }

    .offset-lg-6 {
        margin-right: 50%;
    }

    .offset-lg-7 {
        margin-right: 58.33333%;
    }

    .offset-lg-8 {
        margin-right: 66.66667%;
    }

    .offset-lg-9 {
        margin-right: 75%;
    }

    .offset-lg-10 {
        margin-right: 83.33333%;
    }

    .offset-lg-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 1200px) {

    .pull-xl-0 {
        left: auto;
    }

    .pull-xl-1 {
        left: 8.33333%;
    }

    .pull-xl-2 {
        left: 16.66667%;
    }

    .pull-xl-3 {
        left: 25%;
    }

    .pull-xl-4 {
        left: 33.33333%;
    }

    .pull-xl-5 {
        left: 41.66667%;
    }

    .pull-xl-6 {
        left: 50%;
    }

    .pull-xl-7 {
        left: 58.33333%;
    }

    .pull-xl-8 {
        left: 66.66667%;
    }

    .pull-xl-9 {
        left: 75%;
    }

    .pull-xl-10 {
        left: 83.33333%;
    }

    .pull-xl-11 {
        left: 91.66667%;
    }

    .pull-xl-12 {
        left: 100%;
    }

    .push-xl-0 {
        right: auto;
    }

    .push-xl-1 {
        right: 8.33333%;
    }

    .push-xl-2 {
        right: 16.66667%;
    }

    .push-xl-3 {
        right: 25%;
    }

    .push-xl-4 {
        right: 33.33333%;
    }

    .push-xl-5 {
        right: 41.66667%;
    }

    .push-xl-6 {
        right: 50%;
    }

    .push-xl-7 {
        right: 58.33333%;
    }

    .push-xl-8 {
        right: 66.66667%;
    }

    .push-xl-9 {
        right: 75%;
    }

    .push-xl-10 {
        right: 83.33333%;
    }

    .push-xl-11 {
        right: 91.66667%;
    }

    .push-xl-12 {
        right: 100%;
    }

    .offset-xl-0 {
        margin-right: 0%;
    }

    .offset-xl-1 {
        margin-right: 8.33333%;
    }

    .offset-xl-2 {
        margin-right: 16.66667%;
    }

    .offset-xl-3 {
        margin-right: 25%;
    }

    .offset-xl-4 {
        margin-right: 33.33333%;
    }

    .offset-xl-5 {
        margin-right: 41.66667%;
    }

    .offset-xl-6 {
        margin-right: 50%;
    }

    .offset-xl-7 {
        margin-right: 58.33333%;
    }

    .offset-xl-8 {
        margin-right: 66.66667%;
    }

    .offset-xl-9 {
        margin-right: 75%;
    }

    .offset-xl-10 {
        margin-right: 83.33333%;
    }

    .offset-xl-11 {
        margin-right: 91.66667%;
    }
}

.form-check-label {
    padding-right: 1.25rem;
}

.form-check-input {
    margin-right: -1.25rem;
}

.form-check-inline {
    padding-right: 1.25rem;
}

    .form-check-inline + .form-check-inline {
        margin-right: .75rem;
    }

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-left: 2.25rem;
    background-position: center right 0.625rem;
}

.form-inline .form-check-label {
    padding-right: 0;
}

.dropdown-toggle::after {
    margin-right: 0.3em;
}

.dropdown-menu {
    right: 0;
    float: right;
    margin: 2px 0 0;
    text-align: right;
}

.dropdown-divider {
    margin: 0.5rem 0;
}



.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-right: -1px;
}

.btn-toolbar {
    margin-right: -0.5rem;
}



    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-right: 0.5rem;
    }

.btn-group > .btn:first-child {
    margin-right: 0;
}

.btn-group > .btn-group {
    float: right;
}

.btn + .dropdown-toggle-split::after {
    margin-right: 0;
}


.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-right: 0;
}

.input-group .form-control {
    float: left;
}

.input-group-addon:not(:last-child) {
    border-right: 1px solid rgba(0,0,0,.15);
    border-left: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left-width: medium;
    border-right: 0;
}



.input-group-btn > .btn + .btn {
    margin-right: -1px;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    margin-right: -1px;
}

.custom-control {
    padding-right: 1.5rem;
}

    .custom-control + .custom-control {
        margin-right: 1rem;
    }

.custom-control-indicator {
    right: 0;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-right: 0;
}

.custom-select {
    padding-left: 0.75rem \9;
}

.nav {
    padding-right: 0;
}



    .nav-tabs .nav-item + .nav-item {
        margin-right: 0.2rem;
    }



    .nav-pills .nav-item + .nav-item {
        margin-right: 0.2rem;
    }

.nav-stacked .nav-item + .nav-item {
    margin-right: 0;
}







.navbar-nav .nav-link + .nav-link {
    margin-right: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
}

@media (max-width: 543px) {
    .navbar-toggleable .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        margin-right: 0;
    }
}

.card-link + .card-link {
    margin-right: 1.25rem;
}

.card-blockquote {
    border-right: 0;
}

.breadcrumb-item {
    float: right;
}

.pagination {
    padding-right: 0;
}

.page-item:first-child .page-link {
    margin-right: 0;
}

.page-link {

    margin-right: -1px;
}

.alert-dismissible {
    padding-left: 2rem;
}

    .alert-dismissible .close {
        left: -1rem;
    }

.media-list {
    padding-right: 0;
}

.list-group {
    padding-right: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    right: 0;
}

.close {
    float: left;
}

.tooltip {
    text-align: left;
}

    .tooltip.tooltip-top .tooltip-arrow,
    .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
        right: 50%;
        margin-right: -5px;
    }

    .tooltip.tooltip-bottom .tooltip-arrow,
    .tooltip.bs-tether-element-attached-top .tooltip-arrow {
        right: 50%;
        margin-right: -5px;
    }

.popover {
    right: 0;
    text-align: center;
}

    .popover.popover-top .popover-arrow,
    .popover.bs-tether-element-attached-bottom .popover-arrow {
        right: 50%;
        margin-right: -11px;
    }

        .popover.popover-top .popover-arrow::after,
        .popover.bs-tether-element-attached-bottom .popover-arrow::after {
            margin-right: -10px;
        }

    .popover.popover-bottom .popover-arrow,
    .popover.bs-tether-element-attached-top .popover-arrow {
        right: 50%;
        margin-right: -11px;
    }

        .popover.popover-bottom .popover-arrow::after,
        .popover.bs-tether-element-attached-top .popover-arrow::after {
            margin-right: -10px;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        right: 0;
    }

    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        right: 0;
    }

        .carousel-inner > .carousel-item.next.left,
        .carousel-inner > .carousel-item.prev.right,
        .carousel-inner > .carousel-item.active {
            right: 0;
        }
}

.carousel-inner > .active {
    right: 0;
}

.carousel-inner > .next {
    right: 100%;
}

.carousel-inner > .prev {
    right: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        right: 0;
    }

.carousel-inner > .active.left {
    right: -100%;
}

.carousel-inner > .active.right {
    right: 100%;
}

/*.carousel-control {
  right: 0;
}

.carousel-control.right {
  left: 0;
  right: auto;
}*/

.carousel-control .icon-prev {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-next {
    left: 50%;
    margin-left: -10px;
}

.carousel-indicators {
    right: 50%;
    padding-right: 0;
    margin-right: -30%;
}

.carousel-caption {
    left: 15%;
    right: 15%;
    z-index: 10;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev {
        margin-right: -15px;
    }

    .carousel-control .icon-next {
        margin-left: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
    }
}



/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
   position: relative;
  overflow-x: hidden;
}

body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}


#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow:hidden;
}

#wrapper.toggled {
  padding-right: 250px;
}

#sidebar-wrapper {
  z-index: 10000000000;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #909898;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
/*.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #019094;
}*/

.sidebar-nav li:first-child:before {
    background-color: #be6aa3;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #5fb2cb;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #bea8b7;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #80c7c7;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #be6aa3;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #64b89d;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #5fb2cb;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #80c7c7;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position:absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #019094;
    box-shadow: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-right: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  
  #sidebar-wrapper {
	/*position: absolute;*/
	right:0;
	margin-right:0;
	}

	/*#sidebar-wrapper ul ul {
		width: 240px;
		margin-left:10px;
	}*/


  /* equal card height */
  .row-equal > div[class*='col-'] {
      display: flex;
      flex: 1 0 auto;
  }

  .row-equal .card {
     width: 100%;
  }

  /* ensure equal card height inside carousel */
  .carousel-inner>.row-equal.active,
  .carousel-inner>.row-equal.next,
  .carousel-inner>.row-equal.prev {
      display: flex;
  }

  /* prevent flicker during transition */
  .carousel-inner>.row-equal.active.left,
  .carousel-inner>.row-equal.active.right {
      opacity: 0.5;
      display: flex;
  }



  /* control image height */
  .card-img-top-250 {
      max-height: 250px;
      overflow:hidden;
  }

/* 20210604 */
}
/**/
  .color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}

.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
}

.blog_section {
  padding-top: 0rem;
  padding-bottom: 3rem;
}
.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #f2f2f2;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #9f306f;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #7f7f7f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;

}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #9f306f;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  /*border-top: 1px solid #e5e5e5;*/
  margin-top: 4px;
  padding: 20px 0 4px;
}

.blog_section .blog_content .blog_item .blog_details h5 {
	border-bottom: 1px solid #9f306f;
	padding-bottom: 6px;
}

.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #9f306f;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  /*20210604
  color: #7f7f7f;*/
  color: ##7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #019094;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #019094;
  color: #ff5e14;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
right: -27px;
top: 33%;
border: 5px solid #fff;
text-align: center;
z-index: 5;
width: 40px;
height: 40px;
border-radius: 50%;
outline: 0;
background: #019094;
color: #fff;
transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #9f306f;
  color:#9f306f;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }


  .cards-wrapper {
	  display: flex;
	  justify-content: center;
	}
	.card img {
	  max-width: 100%;
	  max-height: 100%;
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
	}
	.owl-theme .owl-nav [class*=owl-] {
	  position: absolute;
	right: -27px;
	top: 33%;
	border: 5px solid #fff;
	text-align: center;
	z-index: 5;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	outline: 0;
	background: #019094;
	color: #fff;
	transition: all 0.3s;
	}

	.card {
	  margin: 0 0.5em;
	  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
	  border: none;
	  border-radius: 0;
	}
	.carousel-inner {
	  padding: 1em;
	}
	.carousel-control-prev,
	.carousel-control-next {
	  background-color: #e1e1e1;
	  width: 5vh;
	  height: 5vh;
	  border-radius: 50%;
	  top: 50%;
	  transform: translateY(-50%);
	}
}

/*galéria kép magasság*/
@media (min-width: 568px) {
  .card img {
    /*height: 11em;*/
  }
}

/*****************************************/

.blog_image {
	/*background-color:darkgrey !important;*/
}

.hir {
	margin-top:10px;
	padding:16px;
}

.hir_img img {
	width: 100%;
}

.hir_fword, .hir_fword p {
	font-weight:bold;
}

.hir_bg {
	background-color:#f2f2f2;
}

.hir_bg2 {
	background-color:#f1efef;
}

h3 a.menu2 {
	color:white;
}

.bottom_menu_img {
	height:100px;
}

.gallery_row {
	display:flex;
}

.gallery_row .col a div.card {
	height:100%;
}

.gallery_row .col a div.card .card-body {
	display:inline-flex;
	align-items: flex-end;
}

button.close {
	border:1px solid grey;
}

[data-ocb="true"] {
	cursor:pointer;
}

[data-oc="true"] {
	display:none;
}

.monospace {
	font-family: 'Menlo', 'Lucida Console', 'Monaco', 'Consolas', monospace;
}

.f-menu {
	position:relative;
}

.c_searchform { 
  position: absolute; 
  /*top: 50%; left: 50%;*/
  transform: translate(0, -50%); 
  background: #fff; 
  border-radius: 40px; 
  padding: 0; 
  display: inline-block;
  margin: 12px;
}

.form-check-input.bn {
	margin-right: 0;
}

.ek_radios {
	margin-top:10px;
}

.ek_radios_option {
	white-space: nowrap;
}

.order-sm-6, .order-sm-8 {
	display:none;
}

.order-sm-8 {
	padding-top:1rem !important;
}

@media (min-width: 768px)
{
	.searchform
	{
		display:inline;
	}
	.c_searchform:hover > .search-txt, .c_searchform.c_search_opened > .search-txt 
	{
	  width: 240px; 
	  padding: 0 12px; 
	} 
	.c_searchform:hover > .search-btn, .c_searchform.c_search_opened > .search-btn {
	  background: white; 
	  color: black; 
	} 
}

@media (max-width: 767px)
{
	.searchform
	{
		height:45px;
	}
	.c_searchform > .search-txt, .c_searchform.c_search_opened > .search-txt 
	{
	  width: 80%; 
	  padding: 0 12px; 
	} 
	.c_searchform > .search-btn, .c_searchform.c_search_opened > .search-btn {
	  background: white; 
	  color: black; 
	}
	
	.c_searchform { 
		position: relative;
		margin-top:20px;
	}
}

.c_searchform a i {
	color: black;
}

.search-btn { 
  
  float: right; 
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  
  display: flex; 
  justify-content: center; 
  align-items: center; 
  transition: 0.4s; 
  color: white; 
  cursor: pointer; 
} 
.search-btn > i 
{ 
  font-size: 18px; 
} 
.search-txt { 
  border: none; 
  background: none; 
  outline: none; 
  float: left; 
  padding: 0; 
  color: #333; 
  font-size: 16px; 
  transition: 0.4s; 
  line-height: 40px; 
  width: 0px; 
  font-weight: bold; 
}

.btn-primary{
    background: #fff;
    color: #CB356B;
    border: none;
}

.blog_section .blog_content .news_page .blog_item{
	background-color: #f2f2f2;
    height: 100%;
}

.blogitem_shortxtx_end{
	padding:2px !important;
}

.bi_wrapper{
	margin-bottom: 1em;
}

.sp_r, .sp_l img{
	max-width:100%;
}

.sp_r h4 {
	margin-bottom:30px;
}

#folyoirat_kereso {
	background-color:initial !important;
}

#folyoirat_kereso  .form_label {
	margin: 12px 10px 4px 15px;
	font-weight:bold;
}

#folyoirat_kereso .form_input {
	margin:4px 10px 4px;
}

#folyoirat_kereso .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#folyoirat_kereso .btn-primary {
    color: #fff;
    background-color: rgba(190, 106, 163, 1);
    border-color: rgba(175, 104, 152, 1);
}

#folyoirat_kereso  #fkk {
	width:40%;
}

.warn {
	color:red;
	font-weight:bold;
}

.bwarn {
	border-width: 2px 2px 2px 20px;
    border-color: #ff8080;
    border-style: solid;
    background-color: white;
    padding: 10px 12px 0;
    border-radius: 5px;
    position: relative;
    color: red;
    margin-bottom: 30px;
    font-weight: bold;
}

.left_nav {
	padding-left:0;
}

.header_mm {
	width:104%;
}

#cookies_message
{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #626262;
	color:white;
	font-weight:normal;
	padding: 20px 0;
	z-index:1;
	opacity: 0.9;
	font-size:1.2em;
}

#cookies_message a
{
	color:white;
}

#cookies_message_button
{
	display:inline-block;
	padding:4px 6px;
	background-color:yellow;
	font-weight:bold;
	border: 0 solid white;
	cursor:pointer;
	border-radius:4px;
	color:black;
	margin-left:20px;
}

.modal-footer button {
	color: black !important;
    background-color: rgb(239, 239, 239) !important;
}

#more{
    top: 30px;
    left: 50%;
    z-index: 2;
    position: relative;
	height:70px;
	/*fel*/
	transform: scale(1, -1); 
	cursor: pointer;
}
#more span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #9f306f;
    border-right: 5px solid #9f306f;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
#more span:nth-child(2){
    animation-delay: -0.2s;
}
#more span:nth-child(3){
    animation-delay: -0.4s;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


#ph_banner
{
	margin-bottom: 20px;
	margin-top: -70px;
}

@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}