/*
Theme Name: ICONGYM
Author: Germista
Description: ICONGYM
Version: 2.0
*/

body {
    font-family: "Manrope", sans-serif;
    color: #232323;
}

.header {
    background-color: rgba(39, 38, 37, 0.8);
    padding: 14px 0px;
}

header {
    position: fixed;
    top: 0px;
    z-index: 6;
}

h1.ttl {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  .ddrow{
      display: flex;
      flex-direction: row;
      gap: 30px;
  }
  
  .md50{
      width: 50%;
  }
  
  .md50 img {
    width: 100%;
    height: auto;
  }

.anot {
    background: #6158a6;
    color: #fff;
    position: absolute;
    top: 0px;
    padding: 2px 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 5px 5px;
}

.visitor {
    font-weight: 700;
    font-size: 80px;
    text-align: left;
    padding-left: 20px;
}

#errors_field span {
    color: #721c24 !important;
    background-color: #f8d7da;
    border: 1px solid #f9a0a0;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    display: block;
}

.notifcation {
    border: 1px solid #6158a6;
    margin-top: 0px;
    font-size: 14px;
    padding: 4px 15px !important;
    border-radius: 0px 0px 10px 10px;
    margin-left: 10px;
    background: #6158a6;
    color: #fff !important;
    width: auto !important;
    float: left;
}

.newbooktable .toppasiul th.purple-box {
    background-color: #6158a6 !important;
    border: 2px solid #6158a6 !important;
}

.newbooktable .optimalpas th.purple-box, 
.newbooktable .mainhead th.purple-box, 
.newbooktable tbody tr td.purple-box {
    border-left: 2px solid #6158a6 !important;
    border-right: 2px solid #6158a6 !important;
}

.purple-box-m {
    position: absolute;
    bottom: 0px;
    background-color: #6158a6 !important;
    color: #fff;
    z-index: 999999999;
    font-size: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	padding: 2px 0px;
}

.notifcation span{
	color: #fff !important;
}

.svara {
    text-align: center;
    margin-top: 10px;
}

.svara a{
	width: 100px !important;
	line-height: 20px !important;
}

.svara .f-text {
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    /*padding: 0px 0px 0px 50px;*/
    text-transform: uppercase;
}

.svara .f-image img{
	width: 90px !important;
	height: auto;
}

.svara .f-image {
	width: 100%;
    display: inline-block;
}

.dimg, .mimg {
    margin-bottom: 20px;
}

.dimg img, .mimg img {
    width: 100%;
}

.mimg {
    display: none;
}

#menu-main > li.menu-item-has-children:hover > ul, #menu-main-en > li.menu-item-has-children:hover > ul {
  display: inline-table;
}

#menu-main .sub-menu li, #menu-main-en .sub-menu li {
  background: #6158a6;
}

#menu-main .sub-menu li {
  padding: 8px 13px;
  min-width: 100px;
}

#menu-main .sub-menu a, #menu-main-en .sub-menu a {
  padding: 3px;
  margin-top: 0;
  color: #fff;
}

.sub-menu {
  text-align: center;
  margin-left: 0px;
  padding-left: 0px;
}

/*
GPASAS STYLE
*/


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


#menu-item-2822 a {
  color: #fff;
  background: #6158a6;
  border-radius: 5px;
  padding: 9px 14px !important;
  border: 1px solid #6158a6;
  margin-top: -10px;
}

#menu-item-2825 a {
  background: #6158a6;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    right: 12px;
    top: -8px;
}

.lds-facebook span{
	position: absolute;
	top: 22px;
	left: -70px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 4px;
  background: #000;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 16px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 26px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}


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

.visitor.green{
	color: green;
}

.visitor.red{
	color: red;
}

.visitor-block {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fcfcfc;
    margin-top: -6px;
}

.visitor-block h2 {
    text-align: center;
    margin-top: 25px;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 60px;
}

.visitor-block img{
	width:100%;
}

.visitor-block h3 {
    margin-top: 10px;
    text-align: left;
    padding-left: 20px;
}



main {

}

footer {
    background-color: #272625;
    padding: 40px 0px 40px 0px;
    border-top: 5px solid #6158a6;
}

.header img {
    float: left;
}

.socials {
    margin-top: 20px;
}

.socials a {
    display: inline-block;
    float: left;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}

.socials a:hover {
    color: #6158a6;
}

div.menu-main-container, div.menu-footer-container, div.menu-mobile-container, div.menu-main-en-container, div.menu-footer-en-container, div.menu-mobile-en-container {
    float: left;
    margin-left: 5%;
    margin-top: 30px;
}

footer div.menu-main-container, footer div.menu-footer-container, footer div.menu-mobile-container, footer div.menu-main-en-container, footer div.menu-footer-en-container, footer div.menu-mobile-en-container {
    float: right;
    margin-right: 4%;
    margin-top: 50px;
}

footer .socials {
    margin-top: 5px;
}

div.menu-main-container ul li, div.menu-footer-container > ul li, div.menu-mobile-container > ul li, div.menu-main-en-container ul li, div.menu-footer-en-container > ul li, div.menu-mobile-en-container > ul li {
    padding: 0px 12px;
}

div.menu-main-container ul li a, div.menu-footer-container ul li a, div.menu-mobile-container ul li a, div.menu-main-en-container ul li a, div.menu-footer-en-container ul li a, div.menu-mobile-en-container ul li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

div.menu-main-container ul li a:hover, div.menu-footer-container ul li a:hover, div.menu-mobile-container ul li a:hover, div.menu-main-container ul li.acc a, div.menu-main-en-container ul li a:hover, div.menu-footer-en-container ul li a:hover, div.menu-mobile-en-container ul li a:hover, div.menu-main-en-container ul li.acc a {
    color: #6158a6;
}

div.menu-main-container ul li.acc a, div.menu-main-en-container ul li.acc a {
    font-weight: bold;
}

div.menu-main-container ul li.acc a:hover, div.menu-main-en-container ul li.acc a:hover {
    text-decoration: underline;
}

.copy {
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 17px;
}

.copy a {
    color: #fff;
    font-weight: 600;
}

.select-cont {
    padding: 0px;
    margin: 20px 30px 0px 0px;
}

.select-cont li {
    color: #fff;
    background-color: #6158a6;
    position: relative;
    border-radius: 6px;

    display: block;
    padding: 2px 12px 4px 12px;
}

.select-cont li span {
    display: inline-block;
    /*width:205px;*/
    cursor: pointer;
    font-size: 13px;
}

.select-cont li button {
    cursor: pointer;
    border: none;
    background: none;
    color: #fff;
    padding: 0px;
    font-size: 20px;
    margin-right: 3px;
}

.select-cont li ul {
    padding: 0px;
    background-color: #6158a6;
    border-top: 1px solid #fff;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.select-cont li ul li a {
    color: #fff;
}

.select-cont.onn > li {
    border-radius: 6px 6px 0px 0px;
}

.select-cont.onn li button i {
    transform: rotateX(180deg);
}

.haf-slide {
    height: 100%;
}

.haf-slide img {
    opacity: 0;
    width: 100%;
    height: auto;
}

.sl-overlay {
    position: absolute;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    background: #e1be3c;
    background: -moz-linear-gradient(45deg, #e1be3c 0%, #5ac8d2 100%);
    background: -webkit-linear-gradient(45deg, #e1be3c 0%, #5ac8d2 100%);
    background: linear-gradient(45deg, #e1be3c 0%, #5ac8d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1be3c', endColorstr='#5ac8d2', GradientType=1);
}

.one-main-slide {
    display: inline-block;
    float: left;
    position: relative;
}

.main-slider {
    overflow: hidden;
    position: relative;
}

.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 13px;
    left: 0px;
    right: 0px;
}

.slick-dots li {
    display: inline-block;
    margin: 0px 2px;
}

.slick-dots li button {
    border: 1px solid #fff;
    background: #212121;
    cursor: pointer;
    font-size: 0px;
    width: 11px;
    height: 10px;
    padding: 0px;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;


    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;

}

.slick-dots li button:hover, .slick-dots li.slick-active button {
    background: #6158a6;
}

.info-hover {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.info-hover .tblet {
    width: 280px;
    height: auto;
    display: block;
    vertical-align: middle;
    margin-right: 144px;
}

.btmm {
    position: absolute;
    bottom: 25%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.info-hover .tcell {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.info-the-img {
    width: 100%;
    bottom: 0px;
    top: 0px;
    /*max-height: 700px;*/
    /*min-height: 500px;*/
    left: 0px;
    background-position: top;
    right: 0px;
}

/*.home .info-the-img{
	 max-height:none;
	}*/
.haf-slide .info-hover {
    opacity: 1;
}

.haf-slide:hover .info-the-img {

}

.haf-slide:hover .sl-overlay {

}

.info-hover h4 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 7.7px;
    margin: 0px;
    font-weight: 300;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
}

.info-hover h3 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
}

.container-md.page a.btn,
a.btn,
button.btn {
    color: #fff;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    border: none;
    background-color: #6158a6;
    border-radius: 6px;
    padding: 14px 55px;
    margin-top: 20px;
}

.container-md.page a.btn:hover {
    text-decoration: none;
    background: #B5006C;
}

h1 {
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 32px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.blocks {
    margin-top: 100px;
}

.sepp {
    text-align: center;
}

.sepp div {
    width: 37px;
    height: 0px;
    border-bottom: 1px solid #6158a6;
    display: inline-block;
}

.blocks .fourth {
    padding: 0px 12px;
    margin-bottom: 70px;
}

.blocks .fourth h3 {
    font-size: 18px;
    font-weight: 600;
}

.subscribe {
    position: relative;
}

.subscribe .half {
    margin-top: 235px;
    color: #fff;
}

.subscribe .half h2 {
    margin: 0px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    line-height: 1.3;
}

.subscribe .half h5 {
    margin: 0px;
    font-size: 28px;
    text-align: right;
    font-weight: 400;
    line-height: 1.3;
}

.subscribe .half form {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 60px;
    width: 100%;
}

.subscribe .half .form {
    background-color: #fff;
    border-radius: 6px;
}

.subscribe .half form input {
    padding: 15px 12px;
    border: none;
    width: 100%;
}

.subscribe .half form input:focus {
    outline: none;
}

.subscribe .container {
    position: relative;
}

.subscribe .half form button {
    cursor: pointer;
    color: #fff;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    width: 260px;
    float: right;
    background-color: #6158a6;
    border-radius: 6px;
    border: 1px solid #6158a6;
    padding: 14px 5px;
    position: relative;
}

.subscribe .half form button:after {
    position: absolute;
    right: 12px;
    top: 11px;
    font-family: "Fontawesome";
    content: "\f105";
    font-size: 20px;
}

.subscribe .half form button:hover {
    background-color: #B5006C;
    color: #fff;
}

.subscribe .checkbox label {
    color: #fff;
    font-size: 13.3333px;
    font-weight: 400;
}

.subscribe .checkbox {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    display: inline-block !important;
    margin: 0 !important;
    padding-left: 32px;
    text-indent: -32px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid rgba(215, 215, 215, 1);
    margin-right: 10px;
    margin-top: -3px;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 23px;
    color: #6158a6;
    text-align: center;
    line-height: 20px;
    text-indent: 0;
}

.checkbox.error label:before {
    border: 1px solid rgba(236, 0, 140, 1);
}

.checkbox .fa {
    text-indent: 0;
}

.two-thirds {
    width: 66.66666666%;
}

.map {
    height: 580px;
}

.sidemap {
    position: relative;
    box-sizing: border-box;
    padding-right: 130px;
}

.sidemap:before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    border-top: 580px solid #fff;
    top: 0px;
    left: -399px;
    border-left: 400px solid transparent;
}

.sidemap {
    padding-top: 115px;
}

.sidemap .half:first-of-type {
    padding: 0px 30px;
    border-right: 1px solid #cccccc;
}

.sidemap .half:last-of-type {
    padding-left: 45px;
}

.sidemap .half:first-of-type h3 {
    margin: 0px;
    font-size: 38px;
    text-transform: uppercase;
    color: #242525;
    text-align: left;
    font-weight: 600;
}

.sidemap .half:first-of-type h4 {
    margin-top: 5px;
    font-size: 22px;
    text-transform: uppercase;
    color: #242525;
    text-align: left;
    font-weight: 600;
}

.sidemap .half:first-of-type table {
    max-width: 250px;
    float: left;
    width: 100%;
    color: #272625;
}

.sidemap .half:first-of-type table td {
    padding: 4px;
}

.sidemap .half:first-of-type table td:first-of-type {
    text-align: left;
}

.sidemap .half:first-of-type table td:last-of-type {
    text-align: right;
}

.sidemap .half:last-of-type h4 {
    font-size: 20px;
    color: #6158a6;
    font-weight: 600;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 3px;
}

.sidemap .half:last-of-type h4 i {
    margin-right: 10px;
    width: 20px;
}

.sidemap .half:last-of-type p, .sidemap .half:last-of-type a {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    color: #272625;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 30px;
}

.sidemap .half:last-of-type p, .sidemap .half:last-of-type .bb {
    margin-bottom: 35px;
}

.allmaps {
    position: relative;
}

.buttonss {
    position: absolute;
    bottom: 0px;
    text-aling: left;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.switchers {
    float: left;
    margin: 0px 6px;
    width: 225px;
    height: 50px;
    line-height: 50px;
    border: 0px;
    background-color: rgba(236, 0, 140, 0.45);
    border-radius: 6px 6px 0px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.switchers.active, .switchers:hover {
    background-color: rgba(236, 0, 140, 1);
}

.pase {
    height: 20px;
    background-image: url('img/ss.png');
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    margin-bottom: 75px;
}

.paser {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
}

.paser.done {
    background-color: #f9b4dd;
    border-radius: 10px;
}

.paser.this {
    background-color: #ed0d92;
    border-radius: 10px;
}

.thebox {
    position: absolute;
    right: -10px;
    top: -12px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background-color: #f7f7f7;
    font-size: 18px;
    font-weight: 600;
}

.paser.done .thebox {
    background-color: #6158a6;
    border: 1px solid #6158a6;
}

.paser.done .thebox i {
    color: #fff;
}

.paser.this .thebox {
    border-color: #ed0d92;
}

.paser.this .thebox span {
    color: #ed0d92;
}

.paser.this .thebox div {
    color: #ed0d92;
}

.paser:not(.done) .thebox i {
    display: none;
}

.paser.done .thebox span {
    display: none;
}

.thebox div {
    position: absolute;
    top: 100%;
    font-size: 14px;
    left: -102px;
    width: 250px;
}

.steppp {
    margin-bottom: 23px;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #f3f3f3;
}

.steppp.on {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #d7d7d7;
}

.steppp .label {
    
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    padding: 14px 40px;
    background-color: #f9b2dc;
    text-align: left;
    border-radius: 8px 8px 0px 0px;
}

.steppp.on .label {
    background-color: #6158a6;
    display: block;
}

.steppp .cont {
   
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px;
}

.steppp.on .cont {
    display: block;
}

.selectclub, .selectclub-p, .selectclub-r {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.selectclub > li, .selectclub-p > li, .selectclub-r > li {
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 18px 22px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.selectclub-p > li, .selectclub-r > li {
    padding: 14px 15px 14px 22px;
    background-color: #fff;
}

.selectclub-r > li {
    padding: 10px 15px 10px 22px;
    border-radius: 4px;
}

.selectclub-p, .selectclub-r {
    z-index: 2;
}

.club-error {
    font-weight: normal;
    color: #6158a6;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

#account_page .selectclub-r {
    margin-top: 0px;
}

.selectclub > li > button, .selectclub-p > li > button, .selectclub-r > li > button {
    border: none;
    background: none;
    cursor: pointer;
    float: right;
    font-size: 20px;
    color: #232323;
    margin-top: -4px;
}

.selectclub > li > button, .selectclub-p > li > button, .selectclub-r > li > button {
    cursor: pointer;
}

.selectclub li span span, .selectclub-p li span span, .selectclub-r li span span {
    color: #6158a6;
}

.zindex {
    z-index: 15;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.selectclub li ul, .selectclub-p li ul, .selectclub-r li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    display: none;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    border: 1px solid #d7d7d7;
    border-radius: 0px 0px 8px 8px;
}

.selectclub.scct > li > button i, .selectclub-p.scct > li > button i, .selectclub-r.scct > li > button i {
    transform: rotateX(180deg);
}

.selectclub li ul li, .selectclub-p li ul li, .selectclub-r li ul li {
    display: block;
    width: 100%;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    padding: 18px 22px;
}

.nars {
    width: 265px;
    margin: 0px 15px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.narss {
    width: 265px;
    margin: 0px 15px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.nars.onn {
    transform: scale(1.14);
}

.narss.onn {
    border-color: #6158a6;
    transform: scale(1.14);
}

.narss h3 {
    margin: 0px;
    font-size: 22px;
    display: block;
    padding: 22px 23px 5px 23px;
    background-color: #f6f6f6;
}

.nars h3 {
    margin: 0px;
    display: block;
    font-size: 22px;
    padding: 22px 0px;
    color: #fff;
    background-color: #6158a6;
    border-bottom: 1px solid #f17bc1;
}

.oneslidega a {
    display: block;
    width: 100%;
    float: left;
}

.oneslidega:focus {
    outline: none;
}

.nars .nfo, .narss .nfo {
    padding: 0px 10px;
    background-color: #f6f6f6;
}

.narss .nfo {
    border-bottom: 1px solid #d7d7d7;
    min-height: 153px;
}

.nars .nfo > div, .narss .nfo > div {
    padding: 10px 0px;
    font-size: 16px;
}

.nars:not(.noborss) .nfo > div:not(:last-of-type), .narss .nfo > div:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee;
}

.narss .nfo > div:not(:last-of-type) {
    min-height: 57px;
}

.nars .nfo > div:nth-of-type(2) {
    color: #6158a6;
    font-size: 16px;
}

.nars .nfo > div:nth-of-type(2) span {
    font-weight: 600;
    font-size: 46px;
}

.nars .nfo > div:nth-of-type(2) span.nekm {
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
}

.nars .nfo > div:nth-of-type(3), .narss .nfo > div:nth-of-type(2) {
    text-align: left;
}

.nars .nfo > div:nth-of-type(3) div, .narss .nfo > div:nth-of-type(2) div {
    position: relative;
    padding: 5px 0px 5px 30px;
}

.nars .nfo > div:nth-of-type(3) div:before, .narss .nfo > div:nth-of-type(2) div:not(.nocheck):before {
    content: "\f00c";
    color: #6158a6;
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 18px;
    font-family: Fontawesome;
}

.narss .cost {
    color: #6158a6;
    font-size: 16px;
    padding: 8px 0px;
    width: 100%;
    float: left;
}

.narss .cost span {
    font-size: 32px;
    font-weight: 600;
}

button.tab {
    text-transform: uppercase;
    font-size: 22px;
    border: 1px solid #d7d7d7;
    border-radius: 8px 8px 0px 0px;
    margin: 0px 9px;
    background-color: #fff;
    padding: 13px 19px;
    cursor: pointer;
    font-weight: 400;
}

button.tab.active, button.tab:hover {
    border-color: #6158a6;
    background-color: #6158a6;
    color: #fff;
}

#form-fiz, #form-jur, #form-login {
    width: 100%;
    float: left;
    border-top: 2px solid #6158a6;
    padding-top: 40px;
}

#form-login .sendb {
    margin-top: 20px;
    margin-bottom: 0px;
}

.the-form > .half:first-of-type, .oth-hff:first-of-type {
    box-sizing: border-box;
    padding-right: 25px;
}

.the-form > .half:nth-of-type(2), .oth-hff:last-of-type {
    box-sizing: border-box;
    padding-left: 25px;
}

form label:not(.nrm), form select, form input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

form label:not(.nrm) {
    color: #272625;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
}

form input:focus, form select:focus {
    outline: none;
}

form input, form select {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}

form input:not([type="checkbox"]), form select {
    padding: 12px;
}

form a {
    color: #6158a6;
}

form a:hover {
    color: #6158a6;
    text-decoration: underline;
}

.freetub {
    padding: 20px 25px;
    border-radius: 8px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
}

.freetub2 {
    padding: 20px 25px;
    border-radius: 8px;
    background-color: #f6f6f6;
    display: none;
}

.sendb {
    color: #fff;
    text-transform: uppercase;
    background: #6158a6;
    padding: 14px 35px;
    border-radius: 8px;
    margin-bottom: 100px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #6158a6;
}

.sendb:hover {
    color: #6158a6;
    background-color: #fff;
}

.matopas {
    margin-top: 106px;
}

.smhei {
    height: 98px;
    width: auto;
}

.blocks .fourth:hover .smhei {
    opacity: 0.75;
}

.container-md.page {
    padding-top: 30px;
    padding-bottom: 80px;
}

.container-md.page li {
    margin-top: 12px;
}

.container-md.page table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.container-md.page table td {
    border: 1px solid #ddd;
    padding: 6px;
}

.blocks .fourth {
    min-height: 280px;
    vertical-align: top;
    position: relative;
}

.blocks .fourth .hovebox {
    opacity: 0;
    position: absolute;
    bottom: 102%;
    left: 58%;
    width: 165px;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
    background-color: rgba(236, 0, 140, 0.45);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blocks .fourth .hovebox:after {
    content: "";
    position: absolute;
}

.blocks .fourth:hover .hovebox {
    opacity: 1;
}

.container-md.page a {
    color: #6158a6;
}

.container-md.page a:hover {
    text-decoration: underline;
}

#aciu,
#newsletter-error {
    position: absolute;
    display: none;
    top: 100%;
    left: 30%;
    font-size: 18px;
    font-weight: 600;
    color: #6158a6;
}

.oneslidega {
    padding: 15px;
}

.oneslidega:focus, .oneslidega a:focus {
    outline: none;
}

.oneslidega img {
    max-width: 100%;
    height: auto;
    float: left;
    margin-bottom: 25px;
}

.galler > .row .slick-list {
    overflow: hidden;
}

.galler > .row {
    position: relative;
}

.galler > .row .slick-arrow {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 34px;
    position: absolute;
    top: calc(50% - 35px);
}

.galler > .row .slick-prev {
    left: -15px;
}

.galler > .row .slick-next {
    right: -15px;
}

.inclub .nars:hover {
    border-color: #6158a6;
}

.tbut:not(.thth) {
    border-top: 1px solid #eeeeee;
}

.tbut a {
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 16px;
    color: #272625;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.tbut a i {
    margin-left: 10px;
}

.inclub .nars h3 {
    padding: 15px 0px;
}

.one-main-slide.smaller .btmm {
    bottom: 5%;
}

.one-new {
    padding: 15px;
}

.inins {
    padding: 20px;
}

.one-new:focus {
    outline: none;
}

.inins > span {
    color: #bababa;
    font-size: 14px;
}

.inins h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #232323;
}

.inins {
    height: 220px;
}

.inins h4 a {
    color: #232323;
}

.inins h4:hover a {
    color: #6158a6;
}

.inins p {
    font-size: 14px;
}

.morebutton {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 10px;
    background-color: #212121;
    position: relative;
    height: 36px;
    line-height: 36px;
}

.morebutton:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0px;
    height: 0px;
    width: 0px;
    border-right: 36px solid #212121;
    border-top: 36px solid transparent;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

.morebutton:hover {
    color: #fff;
    background-color: #6158a6;
}

.morebutton:focus {
    outline: none;
}

.morebutton:hover:before {
    border-right: 36px solid #6158a6;
}

.newsslide .slick-arrow {
    color: #232323;
    font-size: 36px;
    position: absolute;
    top: 30%;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0px;
}

.newsslide {
    position: relative;
}

.newsslide .slick-list {
    overflow: hidden;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

.slick-disabled {
    display: none !important;
}

.poss h1 {
    padding: 0px;
    font-size: 42px;
    color: #232323;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
}

.poss > span {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 14px;
}

.poss img {
    max-width: 100%;
    height: auto;
}

.hidegal {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.section.news {
    padding-bottom: 60px;
    padding-top: 75px;
}

.section.news{
	background:#fcfcfc;
}

.section.instagram {
    padding-bottom: 60px;
    padding-top: 75px;
}

.section.news h2,
.section.instagram h2
{
    text-align: center;
    margin-top: 25px;
    font-weight: 400;
    font-size: 34px;
}

.section.registration form {
    padding-bottom: 40px;
}

.section.registration .phone {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.section.registration .phone span {
    border: 1px solid rgb(215, 215, 215);
    border-right: 0 !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    align-self: center;
    padding: 12px 0 12px 12px;
    font: 400 13.3333px Arial;
}

.section.registration .phone input {
    /*padding-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;*/
}

.kaipnu h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 60px;
}

.kaipnu p {
    max-width: 780px;
    display: inline-block;
    color: #807f7f;
    font-size: 18px;
}

.bankss {
    display: block;
    width: 19%;
    box-sizing: border-box;
    margin: 15px 0.5%;
    padding: 30px 5px;
    border-radius: 10px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
}

.bankss img {
    height: 40px;
    width: auto;
}

.esas {
    padding: 105px 0px;
}

.esas h2 {
    font-size: 38px;
    font-weight: 400;
    text-align: right;
}

.esas p {
    max-width: 580px;
    float: right;
    text-align: right;
    font-size: 16px;
}

.esas .btn {
    float: right;
}

ul.tabs {
    padding: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #6158a6;
}

ul.tabs li {
    display: block;
    float: left;
}

ul.tabs li a {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #d7d7d7;
    border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    margin: 0px 5px;
    color: #737373;
}

ul.tabs li a:hover, ul.tabs li a.act {
    background-color: #6158a6;
    border-color: #6158a6;
    color: #fff;
    text-decoration: none !important;
}

.boxbox {
    padding: 30px 0px;
}

.boxbox .third {
    padding: 0px 15px;
    margin-top: 25px;
}

.nars.noborss .nfo {
    height: 467px;
}

.boxbox .nars {
    margin: 0px;
    width: 100%;
    text-align: center;
}

.boxbox .nars .nfo {
    text-align: center;
    height: 610px;
    position: relative;
}

.boxbox .mox {
    position: absolute;
    bottom: 85px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.boxbox .nars .nfo > div.tbut {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.boxbox .nars .nfo > div {
    max-width: 340px;
    width: 100%;
    display: inline-block;
}

.boxbox select, .boxbox .boxx {
    padding: 12px;
    border: 1px solid rgb(215, 215, 215);
    color: rgb(35, 35, 35);
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 6px;
}

.boxbox .boxx {
    text-transform: uppercase;
    text-align: left;
}

.boxbox .tbut a {
    background-color: #6158a6;
    border-color: #6158a6;
    color: #fff;
    margin-bottom: 10px;
}

.boxbox .tbut a:hover {
    background-color: #B5006C;
    border-color: #B5006C;
    color: #fff;
}

.mox {
    height: 15px;
    font-size: 12px;
}

#box-2 form > .half:first-of-type {
    padding-right: 15px;
}

#box-2 form > .half:last-of-type {
    padding-left: 15px;
}

#box-3 form > .half:first-of-type {
    padding-right: 15px;
}

#box-3 form > .half:last-of-type {
    padding-left: 15px;
}

#box-2 textarea, #box-3 textarea {
    width: 100%;
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
    padding: 12px;
    height: 302px;
    resize: none;
}

#box-2 textarea:focus, #box-3 textarea:focus {
    outline: none;
}

#box-1 p, #box-2 p, #box-3 p {
    color: #272625;
    font-size: 16px;
    margin-top: 0px;
}

#box-1 h4{
	font-size: 20px;
}

.wpcf7-submit {
    color: #fff;
    background: #6158a6;
    border-radius: 5px;
    padding: 9px 14px !important;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    margin-top: 20px;
}

.err-box, .err-box2 {
    color: #900;
}

.ribbon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ribbon:before {
    top: 0px;
    content: "";
    width: 0px;
    position: absolute;
    height: 0px;
    border-radius: 0px 5px 0px 0px;
    border-top: 40px solid #6158a6;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #6158a6;
    right: 0px;
}

.ribbon div {
    color: #fff;
    position: absolute;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    font-size: 11px;
    right: -2px;
    line-height: 1.1;
    width: 60px;
    text-align: center;
}

.ribbon span {
    display: block;
    font-size: 11px;
}

.ribbonn {
    position: relative;
}

.whois {
    color: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    background-color: #6158a6;
    line-height: 18px;
    font-size: 14px;
    padding-right: 2px;
    vertical-align: top;
    margin-top: 4px;
    box-sizing: border-box;
}

.whois:hover {
    color: #fff;
}

.nubraukt {
    font-size: 16px !important;
    text-decoration: line-through;
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.overthetop {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 50;
}

.overthetoptext {
    display: none;
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 30px;
    max-width: 800px;
    height: 80%;
    background: #fafafa;
    border-radius: 8px;
    z-index: 51;
}

.overthetoptext .inner-tx {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: auto;
    background: #fff;
}

.overthetoptext button {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: none;
    cursor: pointer;
    color: #6158a6;
    font-size: 32px;
}

.lock-h {
    height: 165px;
}

.lespaddbo {
    padding-bottom: 0px !important;
}

.opsli {
    opacity: 1;
    width: 100%;
    height: auto;
}

.dispr {
    opacity: 0;
    position: absolute;
    z-index: -20;
    left: -999999999px;
}

.apie-box {
    padding: 20px 15px;
    height: 235px;
}

.apie-box h3 {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    margin-top: 45px;
    position: relative;
}

.apie-box h3:before {
    content: "";
    position: absolute;
    top: -22px;
    width: 37px;
    height: 0px;
    border-top: 2px solid #6158a6;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.iconsz {
    padding-top: 30px;
    padding-bottom: 90px;
}

.apie-mus2 {
    margin-bottom: 60px;
}

.trnr {
    padding: 0px 15px;
    margin-bottom: 50px;
}

.trnr-img-box {
    border-radius: 8px;
    height: 365px;
    position: relative;
    background: #f7ba3a;
    background: -moz-linear-gradient(45deg, #f7ba3a 0%, #56bac2 100%);
    background: -webkit-linear-gradient(45deg, #f7ba3a 0%, #56bac2 100%);
    background: linear-gradient(45deg, #f7ba3a 0%, #56bac2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ba3a', endColorstr='#56bac2', GradientType=1);
}

.trnr-img-box img {
    position: absolute;
    bottom: -18px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 350px;
    height: auto;
}

.treneriai h2 {
    font-weight: 400;
    color: #232323;
    font-size: 34px;
    margin-bottom: 67px;
}

.trnr h3 {
    margin-top: 40px;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.trnr h3 strong {
    font-weight: 400;
    color: #6158a6;
}

.trnr h4 {
    margin-bottom: 10px;
}

.trnr a {
    color: aaaaaa;
}

.trnr a i {
    color: #6158a6;
}

.visosn {
    position: absolute;
    right: 15px;
    top: 72px;
    color: #6158a6;
    font-weight: bold;
    text-transform: uppercase;
}

.matopas.relative.page.poss h1 {
    padding-right: 160px;
}

.duks {
    padding-bottom: 30px;
}

.tema {
    padding-bottom: 30px;
}

.tema > h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
}

.klbox {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #6158a6;
}

.klbox button {
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: #6158a6;
    color: #fff;
    display: table;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 28px;
    text-align: left;
    margin: -1px 0px;
}

.klbox button .onee {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.klbox button .twoo {
    display: table-cell;
    height: 100%;
    width: 50px;
    vertical-align: middle;
}

.ats {
    padding: 20px 15px;
    display: none;
}

.klbox button i {
    float: right;
    width: 28px;
    height: 28px;
    background-color: #fff;
    display: inline-block;
    border-radius: 6px;
    color: #575656;
    text-align: center;
    margin: -5px 0px;
    line-height: 31px;
}

img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.cost-reminder {
    background: #6158a6;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    display: table;
}

.cost-reminder .pav, .cost-reminder .vnt, .cost-reminder .kek {
    padding: 20px 35px;
    width: 15%;
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.cost-reminder .vnt {
    padding: 20px 35px;
    width: 25%;
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    border-right: 1px solid #fff;
}

.cost-reminder .pav {
    width: 45%;
}

.cost-reminder .kai {

    padding: 20px 35px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 15%;
    box-sizing: border-box;
}

.page-template-template_apie-mus .info-hover h3, .page-template-template_apie-mus .info-hover h4 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cost-reminder .kai div, .cost-reminder .pav div, .cost-reminder .vnt div, .cost-reminder .kek div {
    font-size: 22px;
    font-weight: bold;
}

.cost-reminder .kai span, .cost-reminder .pav span, .cost-reminder .vnt span, .cost-reminder .kek span {
    font-size: 16px;
}

.sepps {
    width: 100%;
    float: left;
    height: 64px;
}

span.wpcf7-not-valid-tip {
    float: left;
    margin-top: 6px;
    font-size: 12px;
}

div.wpcf7 .screen-reader-response {
    position: static;
    overflow: visible;
    clip: rect(auto, auto, auto, auto);
    height: auto;
    width: auto;
    margin: 0;
    bottom: 20px;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    z-index: 1;
}

div.wpcf7 .screen-reader-response ul {
    display: none;
}

.ats a {
    color: #6158a6;
}

.theont {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.selectclub-p.theont > li {
    padding: 12px 15px 10px 16px;
    background-color: #fff;
}

.selectclub-p.theont > li {
    border-radius: 6px;
}

#account_overlay {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(9, 8, 7, 0.88);
    z-index: 50;
}

#account_login {
    display: none;
    max-width: 1270px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 51;
}

#account_register {
    display: none;
    max-width: 1270px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 52;
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 60px;
}

#account_page {
    display: none;
    max-width: 1270px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 500px;
    right: 0px;
    margin: 0 auto;
    z-index: 52;
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 40px;
}

#account_register button.tab, #account_page button.tab {
    font-size: 16px;
}

.reg_header {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding: 18px 0px;
    color: #fff;
    background-color: #6158a6;
    border-radius: 8px 8px 0px 0px;
}

.accc_header {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    padding: 18px 0px;
    color: #0b0f0b;
    background-color: #c4c4c4;
    border-radius: 8px 8px 0px 0px;
}

.connn_reg {
    padding: 0px 50px;
}

.connn_reg > h3 {
    margin: 30px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #7b7b7b;
}

.acc_tabled {
    width: 100%;
    height: 100%;
    display: table;
}

.acc_cell {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.acc_cell:first-of-type {
    background-color: #6158a6;
    border-radius: 8px 0px 0px 8px;
}

.acc_cell:last-of-type {
    background-color: #ffffff;
    border-radius: 0px 8px 8px 0px;
}

.acc_cell {
    padding: 20px;
}

.acc_cell:first-of-type {
    color: #fff;
}

.acc_cell h3 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.acc_cell form {
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.acc_cell form label {
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.acc_cell form a {
    float: left;
    color: #fff;
    text-decoration: underline;
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

#login_close {
    right: 18px;
    top: 12px;
    border: none;
    background: none;
    padding: 0px;
    color: #0b0f0b;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
}

#pgg_close {
    right: 22px;
    top: 14px;
    border: none;
    background: none;
    padding: 0px;
    color: #6158a6;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
}

#logout {
    left: 25px;
    top: 21px;
    border: none;
    background: none;
    padding: 0px;
    color: #6158a6;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    position: absolute;
}

.byno {
    color: #6158a6;
    font-weight: bold;
}

.byno:hover {
    color: #6158a6;
    text-decoration: underline;
}

#register_close {
    right: 18px;
    top: 12px;
    border: none;
    background: none;
    padding: 0px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
}

#account_errors {
    text-align: left;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.acc_cell form button[type=submit] {
    float: right;
    margin-top: 25px;
}

.acc_cell button, button.regbtns, button.slaptkei, button.chsubm, .acc_cell .register_button {
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    width: 205px;
    padding: 0px;
    background-color: #171912;
    cursor: pointer;
}

.acc_cell .register_button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

button.chsubm, button.slaptkei {
    margin-top: 22px;
}

.acc_cell button:hover, button.regbtns:hover, button.slaptkei:hover, button.chsubm:hover, .acc_cell .register_button:hover {
    background-color: #6158a6;
}

.acc_cell form button:hover {
    background-color: #fff;
    color: #6158a6;
}

.hype {
    font-size: 24px;
    colot: #7b7b7b;
    margin-top: 55px;
    margin-bottom: 125px;
}

#reg_form_jur {
    display: none;
}

#reg_form_fiz, #tab_acc_trainer_info_box, #reg_form_jur, #tab_acc_ist_box, #tab_acc_nar_box, #tab_acc_info_box, #tab_acc_uzim_box, #tab_acc_offers_container, #tab_acc_club_change_container {
    width: 100%;
    float: left;
    border-top: 2px solid #6158a6;
    padding-top: 40px;
}

#tab_acc_ist_box, #tab_acc_info_box, #tab_acc_uzim_box, #tab_acc_trainer_info_box {
    display: none;
}

#reg_form_fiz .third, #reg_form_jur .third, #fix_form_fiz .third {
    padding: 0px 35px;
}

.reg_row {
    margin: 0px -35px;
}

.reg_fiz_error {
    color: #6158a6;
}

.single_nar_his {
    display: table;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
}

.single_nar_his > div {
    display: table-cell;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    padding: 15px;
    color: #272625;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.single_nar_his .cc_aktivumas {
    text-align: center;
    background-color: #cccccc;
}

.recovboxx {
    display: none;
}

.acc_cell #recover_pass button[type=submit] {
    width: 100%;
    float: left;
}

.acc_cell #recover_pass button[type=button] {
    float: right;
    margin-top: 30px;
    color: #171912;
    background-color: #a8a8a8;
    margin-bottom: 20px;
}

.acc_cell #recover_pass button[type=button]:hover {
    background-color: #171912;
    color: #fff;
}

.rec_eror {
    color: #000;
    text-align: left;
    margin-top: 30px;
}

.manonar {
    width: 100%;
}

.manonar tr td {
    color: #272625;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
}

.manonar tr:first-of-type td strong {
    margin-right: 20px;
}

.manonar tr:first-of-type td strong span {
    color: #6158a6;
}

.manonar tr td:first-of-type {
    width: 360px;
    padding-right: 100px;
    text-align: right;
}

.manonar tr td div {
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.manonar tr td div.hls {
    width: 50%;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.menu-mobile-container .select-cont li ul, .menu-mobile-en-container .select-cont li ul {
    position: static;
}

.addatos, .pratest {
    width: 50%;
    float: right;
    display: inline-block;
    border-radius: 0px 8px 8px 0px;
    background-color: #cccccc;
    height: 63px;
    cursor: pointer;
    border: none;
    line-height: 63px;
    font-size: 18px;
    color: #171912;
    text-align: center;
}

.addatos:hover, .pratest:hover {
    color: #fff;
    background-color: #6158a6;
}

.nuodate, .ikidate, #nuodate3 {
    width: 50px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.wp-caption-text {
    font-size: 12px;
    margin-top: 5px;
}

.menu-footer-1-container, .menu-footer-1-en-container ,
.menu-footer-2-container, .menu-footer-2-en-container ,
.menu-footer-meniu-3-container, .menu-footer-meniu-3-en-container {
    float: left;
}

.menu-footer-meniu-3-container ul li a,
.menu-footer-meniu-3-en-container ul li a,
.menu-footer-1-container ul li a,
.menu-footer-2-container ul li a,
.menu-footer-1-en-container ul li a,
.menu-footer-2-en-container ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}

.menu-footer-meniu-3-container ul li a:hover,
.menu-footer-meniu-3-en-container ul li a:hover,
.menu-footer-1-container ul li a:hover,
.menu-footer-2-container ul li a:hover,
.menu-footer-1-en-container ul li a:hover,
.menu-footer-2-en-container ul li a:hover {
    color: #6158a6;
}

.menu-footer-meniu-3-container ul li,
.menu-footer-meniu-3-en-container ul li,
.menu-footer-1-container ul li,
.menu-footer-2-container ul li,
.menu-footer-1-en-container ul li,
.menu-footer-2-en-container ul li {
    padding: 12px 0px;
}

.menu-footer-meniu-3-container ul,
.menu-footer-meniu-3-en-container ul,
.menu-footer-1-container ul,
.menu-footer-2-container ul,
.menu-footer-1-en-container ul,
.menu-footer-2-en-container ul {
    margin: 0px;
    padding: 0px 0px 0px 40px;
}

#foot-logo {
    margin-top: 0px;
    display: inline-block;
}

#cards {
    width: 75px;
    height: auto;
}

#payserr {
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    font-size: 0;
    width: 0;
    height: 0;
}

.now_box_gr {
    width: 300px;
}

.now_box_gr h2 {
    font-size: 16px;
    font-weight: bold;
    color: #272625;
    margin-top: 0px;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.inner_sin_gr {
    height: 275px;
}

.lable_names {
    width: 100px;
    height: 275px;
    position: relative;
}

.lable_names div {
    text-align: right;
    width: 100%;
    right: 0px;
    text-transform: uppercase;
    padding-right: 5px;
    box-sizing: border-box;
    position: absolute;
    color: #1b1c20;
    font-size: 14px;
}

.lable_names div:after {
    content: "";
    height: 0px;
    width: 5px;
    border-bottom: 1px solid #28292d;
    position: absolute;
    right: -5px;
    bottom: 7px;
}

.lable_names div:first-of-type {
    top: -8px;
}

.lable_names div:nth-of-type(2) {
    top: 84px;
}

.lable_names div:nth-of-type(3) {
    top: 175px;
}

.boxx_gr_s {
    width: 190px;
    height: 275px;
    position: relative;
    border-left: 1px solid #28292d;
    border-bottom: 1px solid #28292d;
}

.the_chr_st {
    position: absolute;
    bottom: 0px;
    left: 34px;
    max-height: 100%;
    width: 120px;
    color: #fff;
    background-color: #6158a6;
    border-radius: 60px 60px 0px 0px;
    text-align: center;
}

.the_chr_st div {
    width: 100%;
    margin-top: 30px;
    font-size: 32px;
    line-height: 1;
}

.the_chr_st div span {
    display: block;
    font-size: 12px;
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.now_box_gr2 {
    width: 570px;
}

.now_box_gr2 h2 {
    font-size: 16px;
    font-weight: bold;
    color: #272625;
    margin-top: 0px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.now_box_gr2 h3 {
    padding-left: 5px;
    font-size: 16px;
    color: #272625;
    opacity: 0.5;
}

.big_gr_blo {
    width: 100%;
    height: 306px;
    position: relative;
    border-left: 1px solid #28292d;
    border-bottom: 1px solid #28292d;
}

.percentss {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.percentss div {
    position: absolute;
    left: 0px;
    padding-left: 15px;
    color: #1b1c20;
    font-size: 14px;
}

.percentss div:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 5px;
    border-bottom: 1px solid #28292d;
    left: 0px;
    bottom: 7px;
}

.percentss div:nth-of-type(1) {
    top: -8px;
}

.percentss div:nth-of-type(2) {
    top: 22.6px;
}

.percentss div:nth-of-type(3) {
    top: 53.2px;
}

.percentss div:nth-of-type(4) {
    top: 83.8px;
}

.percentss div:nth-of-type(5) {
    top: 114.4px;
}

.percentss div:nth-of-type(6) {
    top: 145px;
}

.percentss div:nth-of-type(7) {
    top: 175.6px;
}

.percentss div:nth-of-type(8) {
    top: 206.2px;
}

.percentss div:nth-of-type(9) {
    top: 236.8px;
}

.percentss div:nth-of-type(10) {
    top: 267.4px;
}

.names_fgh {
    position: absolute;
    bottom: -11px;
    left: 0px;
    right: 0px;
}

.names_fgh_zz {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.names_fgh div {
    text-align: center;
    width: 58px;
}

.names_fgh div:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    height: 7px;
    border-left: 1px solid #28292d;
}

.names_fgh div:nth-of-type(1) {
    position: absolute;
    right: 435px;
    top: 0px;
}

.names_fgh div:nth-of-type(2) {
    position: absolute;
    right: 360px;
    top: 0px;
}

.names_fgh div:nth-of-type(3) {
    position: absolute;
    right: 285px;
    top: 0px;
}

.names_fgh div:nth-of-type(4) {
    position: absolute;
    right: 210px;
    top: 0px;
}

.names_fgh div:nth-of-type(5) {
    position: absolute;
    right: 135px;
    top: 0px;
}

.names_fgh div:nth-of-type(6) {
    position: absolute;
    right: 60px;
    top: 0px;
}

.names_fgh div:nth-of-type(7) {
    position: absolute;
    right: -15px;
    top: 0px;
}

.names_fgh_zz div {
    width: 29px;
    background-color: #6158a6;
    bottom: 0px;
    position: absolute;
    max-height: 306px;
    border-radius: 15px 15px 0px 0px;
}

.names_fgh_zz div:nth-of-type(1) {
    right: 450px;
}

.names_fgh_zz div:nth-of-type(2) {
    right: 375px;
}

.names_fgh_zz div:nth-of-type(3) {
    right: 300px;
}

.names_fgh_zz div:nth-of-type(4) {
    right: 225px;
}

.names_fgh_zz div:nth-of-type(5) {
    right: 150px;
}

.names_fgh_zz div:nth-of-type(6) {
    right: 75px;
}

.names_fgh_zz div:nth-of-type(7) {
    right: 0px;
}

.widdd {
    max-width: 920px;
    display: inline-block;
}

.home .info-the-img {

}

.newbooktable {
    table-layout: fixed;
}

.newbooktable .optimalpas th:not(:nth-of-type(1)):not(.optimpass):not(.toppass), .newbooktable .mainhead tr:first-of-type th:not(:nth-of-type(1)):not(.optimpass):not(.toppass) {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.newbooktable .mainhead th:not(:nth-of-type(1)):not(.optimpass):not(.toppass) {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.newbooktable tbody tr td:not(:nth-of-type(1)) {
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.newbooktable tbody tr:nth-last-of-type(3) td:not(:nth-of-type(1)), .mobbox table tbody tr:last-of-type td {
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
}

.mobbox tbody tr:last-of-type td {
    text-align: left;
    vertical-align: top;
    padding: 4px;
}

.newbooktable .toppasiul th.toppass {
    background-color: #1ccfe3;
    border: 2px solid #1ccfe3;
    border-radius: 6px 6px 0px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 29px;
    text-transform: uppercase;
}




.newbooktable .optimalpas th.toppass, 
.newbooktable .mainhead th.toppass, 
.newbooktable tbody tr td.toppass {
    border-left: 2px solid #1ccfe3;
    border-right: 2px solid #1ccfe3;
}

.newbooktable .optimalpas th.toppass.rrr, 
.newbooktable .mainhead th.toppass.rrr, 
.newbooktable tbody tr td.toppass.rrr {
    border-left: 2px solid #6158a6;
    border-right: 2px solid #6158a6;
}



.newbooktable .optimalpas th.optimpass {
    background-color: #f2a800;
    border: 2px solid #f2a800;
    border-radius: 6px 6px 0px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 29px;
    text-transform: uppercase;
}

.newbooktable .mainhead th.optimpass, .newbooktable tbody tr td.optimpass {
    border-left: 2px solid #f2a800;
    border-right: 2px solid #f2a800;
}

.newbooktable .optimalpas th:not(:nth-of-type(1)):not(.optimpass), .newbooktable .optimalpas th.toppass, .newbooktable .mainhead th:not(:nth-of-type(1)) {
    background-color: #f6f6f6;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) {
    border-bottom: 1px solid #d7d7d7;
}

.red{
	border-color:#6158a6 !important;
	
}

.red-bg{
	background: #6158a6 !important;
}

.drkk td {
    background-color: #f4f4f4;
}

.ligg td {
    background-color: #ffffff;
}

.newbooktable tbody tr:nth-last-of-type(3) td {
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
}

.newbooktable tbody tr td:first-of-type {
    border-left: 1px solid #f4f4f4;
}

.newbooktable tbody tr:nth-last-of-type(3) td:first-of-type {
    border-top-left-radius: 6px;
}

.newbooktable tbody tr:nth-last-of-type(3) td:first-of-type {
    border-bottom-left-radius: 6px;
    font-size: 14px;
}

.newbooktable tbody tr:nth-last-of-type(3) td.optimpass {
    border-bottom: 2px solid #f2a800;
}

.newbooktable tbody tr:nth-last-of-type(3) td.toppass {
    border-bottom: 2px solid #1ccfe3;
}

.newbooktable tbody tr:nth-last-of-type(3) td.toppass.rrr {
    border-bottom: 2px solid #6158a6;
}

.newbooktable tbody tr td:first-of-type, .newbooktable thead tr th:first-of-type {
    text-align: left;
    color: #272625;
    font-size: 14px;
    padding: 12px 16px;
}

.newbooktable tbody tr:nth-last-of-type(3) td {
    vertical-align: top;
    padding: 12px 16px;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) {
    padding: 0px 20px;
    vertical-align: top;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) h3 {
    font-size: 19px;
    text-transform: uppercase;
    color: #272625;
    font-weight: 600;
    margin-top: 7px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 7px;
}

.newbooktable .mainhead th .kainathth-copy {
    color: #6158a6;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) .kainathth {
    color: #6158a6;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) .kainathth span {
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

.newbooktable .mainhead th:not(:nth-of-type(1)) .kainathth span strong {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    text-decoration: line-through;
    top: -12px;
    left: 29px;
    width: 100px;
}

.newbooktable .selectclub > li, .newbooktable .selectclub-p > li, .newbooktable .selectclub-r > li, .newbooktable .selectclub li ul, .newbooktable .selectclub-p li ul, .newbooktable .selectclub-r li ul, .zzaz .selectclub > li, .zzaz .selectclub-p > li, .zzaz .selectclub-r > li, .zzaz .selectclub li ul, .zzaz .selectclub-p li ul, .zzaz .selectclub-r li ul {
    border-color: #6158a6;
}

.newbooktable .selectclub > li > button, .newbooktable .selectclub-p > li > button, .newbooktable .selectclub-r > li > button, .zzaz .selectclub > li > button, .zzaz .selectclub-p > li > button, .zzaz .selectclub-r > li > button {
    color: #6158a6;
}

.newbooktable .selectclub > li > span, .newbooktable .selectclub-p > li > span, .newbooktable .selectclub-r > li > span, .zzaz .selectclub > li > span, .zzaz .selectclub-p > li > span, .zzaz .selectclub-r > li > span {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    max-width: 86%;
    max-width: calc(100% - 25px);
    display: inline-block;
}

.newbooktable .selectclub > li > ul > li span, .newbooktable .selectclub-p > li > ul > li span, .newbooktable .selectclub-r > li > ul > li span, .zzaz .selectclub > li > ul > li span, .zzaz .selectclub-p > li > ul > li span, .zzaz .selectclub-r > li > ul > li span {
    color: #6158a6;
    font-size: 14px;
    font-weight: normal;
}

.newbooktable tbody tr:not(:last-of-type) td:not(:first-of-type) span {
    color: #6158a6;
    font-size: 14px;
    font-weight: normal;
}

.newbooktable tbody tr:not(:last-of-type) td:not(:first-of-type) i {
    color: #6158a6;
    font-size: 18px;
}

.newbooktable .mainhead th:first-of-type h4 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 2px;
    margin-top: 5px;
}

.newbooktable .mainhead th:first-of-type span {
    font-weight: normal;
    color: #6158a6;
    font-size: 14px;
    margin-bottom: 10px;
}

.newbooktable .mainhead th:first-of-type span strong {
    font-weight: 600;
}

.newbooktable .codeform {
    display: none;
}

.newbooktable .codeform p {
    font-size: 14px;
    font-weight: normal;
    color: #272625;
}

.newbooktable .isigiti, .zzaz .isigiti {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #6158a6;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    background-color: #6158a6;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.newbooktable .isigiti:hover, .zzaz .isigiti:hover {
    background-color: #fff;
    color: #6158a6;
}

.newbooktable tfoot tr td:last-of-type {
    padding: 20px 0px;
}

.zzaz {
    padding: 20px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin-bottom: 15px;
}

.zzaz h4 {
    margin: 0px;
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.zzaz > i, .zzaz > .text-center > i {
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-right: 40px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #6158a6;
    text-align: center;
    line-height: 22px;
    margin-top: 13px;
}

.zzaz > span, .zzaz > .text-center > span {
    color: #6158a6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

.momo {
    margin-top: 15px;
}

.zzaz > span strong, .zzaz > .text-center > span strong {
    font-size: 22px;
    font-weight: 600;
}

.zzaz > .input-row {
    width: auto;
    vertical-align: top;
    margin-bottom: 0px;
    position: relative;
}

.zzaz > .input-row > ul {
    margin-top: 0px;
    margin-right: 15px;
    float: left;
    width: 240px;
}

.zzaz .isigiti {
    margin-bottom: 0px;
    width: 150px;
    float: left;
}

.zzaz .club-error {
    position: absolute;
    margin-top: 0;
    text-align: center;
    margin-left: 21px;
}

#upbuton {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 111113;
    cursor: pointer;
    color: #fff;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    border: none;
    background-color: #6158a6;
    border-radius: 6px;
    padding: 14px 15px;
    margin-top: 20px;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#upbuton:hover {
    background: #6158a6;
}

.newbooktable .selectclub-p > li > button {
    margin-top: -2px;
}

.mobbox {
    display: none;
    width: 100%;
    float: left;
    margin: 20px 0px;
}

.slideside {
    width: 200px;
}

.pidleftri {
    padding-right: 30px;
}

.oneslbox {
    display: inline-block;
    vertical-align: top;
}

.slideside table {
    font-size: 12px;
}

.mobbox .slick-arrow {
    position: absolute;
    padding: 0px;
    top: 40px;
    width: 30px;
    border: none;
    height: 200px;
    color: #fff;
    background-color: #6158a6;
    cursor: pointer;
    line-height: 200px;
    font-size: 24px;
}

.mobbox {
    position: relative;
}

.mobbox .slick-next {
    border-radius: 0px 6px 6px 0px;
    right: 0px;
}

.mobbox .slick-prev {
    border-radius: 6px 0px 0px 6px;
    left: 170px;
}

.slideside table tr:not(:first-of-type) td {
    border-top: 1px solid #dadada;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.oneslbox table tr td {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    text-align: center;
}

.oneslbox table tr:last-of-type td {
    padding: 7px;
}

.oneslbox table tr:first-of-type td {
    box-sizing: border-box;
}

.oneslbox:last-of-type tr td {
    border-right: 1px solid #dadada;
}

.oneslbox:first-of-type table tr:first-of-type td {
    border-radius: 6px 0px 0px 0px;
}

.oneslbox:last-of-type table tr:first-of-type td {
    border-radius: 0px 6px 0px 0px;
}

.oneslbox table trlast-of-type td {
    border-bottom: 1px solid #dadada;
}

.oneslbox .selectclub-p > li {
    padding: 10px 3px 11px 10px;
}

.oneslbox table trlast-of-type td {
    text-align: left;
    vertical-align: top;
}

.oneslbox table tr:first-of-type td h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #272625;
    font-weight: 600;
    margin-top: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 7px;
}

.oneslbox table tr:first-of-type td .kainathth {
    color: #6158a6;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.oneslbox table tr:first-of-type td .kainathth span {
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

.oneslbox table tr:first-of-type td .input-row {
    text-align: center;
    margin-bottom: 10px;
}

.oneslbox table tr:first-of-type td .input-row .selectclub-p {
    text-align: left;
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    z-index: 2;
}

.oneslbox .selectclub > li, .oneslbox .selectclub-p > li, .oneslbox .selectclub-r > li, .oneslbox .selectclub li ul, .oneslbox .selectclub-p li ul, .newbooktable .selectclub-r li ul {
    border-color: #6158a6;
}

.oneslbox .selectclub > li > button, .oneslbox .selectclub-p > li > button, .oneslbox .selectclub-r > li > button {
    color: #6158a6;
}

.oneslbox .selectclub-p > li > button {
    margin: -2px 0px 0px 0px;
    padding: 1px 6px;
}

.oneslbox .selectclub > li > span, .oneslbox .selectclub-p > li > span, .oneslbox .selectclub-r > li > span {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    max-width: 70%;
    width: 70%;
    max-width: calc(100% - 27px);
    display: inline-block;
}

.oneslbox .selectclub > li > ul > li span, .oneslbox .selectclub-p > li > ul > li span, .oneslbox .selectclub-r > li > ul > li span {
    color: #6158a6;
    font-weight: normal;
    font-size: 14px;
}

.oneslbox .selectclub li ul li, .oneslbox .selectclub-p li ul li, .oneslbox .selectclub-r li ul li {
    padding: 11px 11px;
}

.oneslbox .isigiti {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #6158a6;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    background-color: #6158a6;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    line-height: 34px;
    text-transform: uppercase;
    max-width: 200px;
}

.oneslbox .isigiti:hover {
    background-color: #fff;
    color: #6158a6;
}

.oneslbox tr:not(:last-of-type):not(:first-of-type) td span {
    color: #6158a6;
    font-size: 14px;
    font-weight: normal;
}

.oneslbox tr:not(:last-of-type):not(:first-of-type) td i {
    color: #6158a6;
    font-size: 18px;
}

.heasds {
    margin-left: 25px;
    min-width: 60%;
    max-width: 80%;
    text-align: left;
    margin-top: 0px;
}

.text-center > .text-center {
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    float: none;
}

.zzaz > .input-row {
    text-align: center;
}

.zzaz > .input-row > ul {
    float: none;
    display: inline-block;
}

.zzaz .isigiti {
    float: none;
    display: inline-block;
}

.akcijaa {
    position: relative;
}

.akcijaa img {
    position: absolute;
    top: -5px;
    right: -5px;
}

#main-logo img, #foot-logo img {
    height: 78px;
    width: auto;
}

.infobxx {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    color: #fff;
    background: #af246e;
    border-radius: 50%;
    margin-left: 3px;
    vertical-align: top;
    margin-top: 1px;
    position: relative;
}

.infobxy {
    position: relative;
}

.infobxx div, .infobxy div {
    position: absolute;
    top: 3px;
    left: 24px;
    display: none;
    background-color: rgba(39, 38, 37, 0.8);
    color: #fff;
    width: 200px;
    text-align: left;
    padding: 8px;
    line-height: 1.2;
    font-size: 13px;
    border-radius: 3px;
    z-index: 1;
}

.infobxx:hover div, .infobxy:hover div {
    display: block;
}

.table_blocke {
    width: 100%;
    float: left;
    overflow: hidden;
}

.table_blocke .table {
    table-layout: auto !important;
}

.infobxx div.outof, .infobxy div.outof {
    left: -216px;
}

.infobxx div.outof.outof2, .infobxy div.outof.outof2 {
    left: -92px;
    top: 24px;
}

@media screen and (max-width: 700px) {
    .table_blocke {
        box-sizing: border-box;

        overflow-x: scroll;
    }

	.anot {
		position:relative;
		top:-14px;
	}

	.visitor {
		font-weight: 700;
		font-size: 60px;
	}

	.visitor-block h2 {
		font-size: 32px;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.mob-box {
		width: 100%;
		margin-bottom: 20px;
	}

    .table_blocke .table {
        border: 1px inset #bbb;
        background-color: #fafafa;
    }

    .page-id-2296 .our-services-in p {
        word-break: break-word;
    }
}

div.hedlangmenu ul {
    padding: 0;
    margin: 0;
}

div.hedlangmenu {
    display: inline-block;
    margin-left: 25px;
    margin-top: 20px;
}

div.hedlangmenu ul li {
    display: inline-block;
    position: relative;
}

div.hedlangmenu > nav > ul > li > a {
    border-radius: 4px;
    background-color: #6158a6;
    padding: 12px 23px 12px 12px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;

    text-align: center;
    position: relative;
}

div.hedlangmenu > nav > ul > li > a:after {
    position: absolute;
    right: 8px;
    top: 11px;
    color: #fff;
    font-family: "Fontawesome";
    content: "\f107";
    font-size: 14px;
}

div.hedlangmenu > nav > ul > li > a.theupp:after {
    content: "\f106";
}

div.hedlangmenu > nav > ul > li ul {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
}

div.hedlangmenu > nav > ul > li ul li {
    display: inline-block;
    width: 100%;
}

div.hedlangmenu > nav > ul > li ul li > a {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #fff;
    text-align: center;
    padding: 11px 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 800;
    background-color: #fff;
    color: #494949;
    display: inline-block;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.nuodate, .ikidate, #nuodate3 {
    width: 78px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 10px;
    color: #666666;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #666;
    margin-right: 10px;
}

.one-main-slide {
    /*height: 75vh;*/
}

.one-main-slide.smaller {
    height: 40vh;
}

.one-main-slide .info-the-img {
    height: 100%;
}

.one-main-slide .wrapper {
    width: 90%;
    max-width: 1550px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-end;
}

.one-main-slide .wrapper h3 {
    text-transform: uppercase;
    font-size: 50px;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
}

.one-main-slide .wrapper h4 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 7.7px;
    margin: 0px;
    font-weight: 300;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
}

div.wpcf7 {
    padding-bottom: 50px;
}

div.wpcf7 .screen-reader-response {
    display: none;
}

/*div.wpcf7 .wpcf7-response-output {
    margin: 0;
}*/

div.wpcf7 .wpcf7-mail-sent-ok {
    background: #398f14;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.free-club-form {
    display: flex;
    flex-flow: row wrap;
}

.free-club-form .input-wrap {
    width: 37%;
    padding: 5px;
    box-sizing: border-box;
}

.free-club-form .check-box {
    width: 100%;
    margin-top: 10px;
    padding-left: 37px;
    display: inline-block;
}

.free-club-form .wpcf7-list-item {
    margin: 0;
}

.free-club-form .check-box input[type="checkbox"] {
    display: none;
}

.free-club-form .check-box .desc {
    display: inline-block;
    margin: 0;
    text-indent: -32px;
}

.free-club-form .check-box .desc:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid rgba(215, 215, 215, 1);
    margin-right: 10px;
    margin-top: -3px;
    text-indent: 0;
}

.free-club-form .check-box input[type=checkbox]:checked + .desc:before {
    content: "\2714";
    font-size: 23px;
    color: #6158a6;
    text-align: center;
    line-height: 20px;
}

.free-club-form .info {
    width: 100%;
}

.free-club-form .info p {
    margin: 5px;
}

.free-club-form .sendb {
    margin-bottom: 16px;
}

.free-club-form .check-box .wpcf7-not-valid-tip {
    display: none;
}

.free-club-form .wpcf7-not-valid {
    border-color: #6158a6;
}

.free-club-form .wpcf7-not-valid .desc:before {
    border-color: #6158a6;
}

.wpcf7-form.sent .free-club-form {
    display: none;
}

@media screen and (max-width: 768px) {
    .free-club-form .input-wrap {
        width: 100% !important;
    }

    .ddrow{
        display: flex;
        flex-direction: column;
    }

    .md50{
        width: 100%;
    }

    .free-club-form .check-box .desc {
        font-size: 16px;
        text-transform: initial;
    }
}

/* Nsoft pages */
.login .loginboxx {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.login .acc_cell label {
    color: #000;
}

.login .acc_cell .wrapper {
    width: 100%;
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.login .acc_cell .wrapper .loader {
    display: none;
    position: absolute;
    right: -35px;
    top: 35px;
}

.login #account_errors {
    display: block;
}

.login .swst {
    color: #000;
}

.login #account_errors {
    color: #000;
}

.registration .wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.registration .wrapper .loader {
    display: none;
    position: absolute;
    right: -35px;
    top: 10px;
}

.profile {
    min-height: calc(100vh - 370px);
    padding-bottom: 50px;
}

.profile *:focus {
    outline: none;
}

.profile #account_page {
    display: block;
}

.profile #logout {
    position: static;
}

.profile .selectclub-r > li {
    padding: 20px 15px 20px 22px;
}

.profile .manonar tr td:first-of-type {
    text-align: left;
}

.profile .manonar .roundinfo.hls {
    width: 80%;
}

.profile .button {
    width: 20%;
    float: right;
    display: inline-block;
    border-radius: 0px 8px 8px 0px;
    background-color: #6158a6;
    height: 63px;
    cursor: pointer;
    border: none;
    line-height: 63px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.profile .button.status {
    padding: 0;
    cursor: default;
}

.profile .esaskaita {
    background-color: #ffff;
    padding: 0;
    border-radius: 0;
    border: none;
}

.profile .esaskaita .button {
    font-size: 14px;
    float: left;
    padding: 0;
    border-radius: 8px 0px 0px 8px;
}

.profile .esaskaita .input {
    width: 80%;
    float: right;
    height: 63px;
    line-height: 63px;
    padding: 0;
    text-align: center;
    border-radius: 0;
}

.profile .loader {
    position: absolute;
    right: -35px;
    top: 25px;
    display: none;
}

.profile .dates {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-flow: row nowrap;
}

.profile .dates label {
    width: 50%;
}

.profile .dates .nuodate,
.profile .dates #nuodate3,
.profile .dates .ikidate,
.profile .dates .editnuodate,
.profile .dates .editikidate
{
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 20px 10px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    margin-right: 0;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    color: #272625;
}

.profile .dates .nuodate,
.profile .dates .editnuodate,
.profile .dates #nuodate3 {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 0;
}

.profile .dates #ikidate,
.profile .dates #editikidate,
.profile .dates #ikidate2 {
    border-left: 0;
}

.profile .dates-error {
    display: none;
}

.profile .dates-error .text {
    padding: 0;
    color: red;
}

.profile .occupied div {
    background: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.profile .occupied .single {
    overflow: hidden;
    margin-bottom: 10px;
}

.profile .occupied .single .roundinfo {
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 20px 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #d7d7d7;
}

.profile sup.valid {
    display: block;
    padding: 5px 0 0 30px;
}

.profile .tema h3 {
    text-align: center;
}

.recovery .recovboxx {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.recovery .recovboxx label {
    color: #000;
}

.recovery .recovboxx .wrapper {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    width: 100%;
}

.recovery .recovboxx .wrapper .loader {
    position: absolute;
    right: -35px;
    top: 35px;
    display: none;
}


.slick-current.slick-active {
    z-index: 9999
}

/*Profile buttons*/

.btn-plan.active {
    border-color: #6158a6;
    background-color: #6158a6;
    color: #fff;
}

.btn-plan {
    border: none;
    padding: 8px 5px;
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #232323;
    margin-right: 4px;
}

.btn-plan:hover {
    cursor: pointer;
    border-color: #6158a6;
    background-color: #6158a6;
    color: #fff;
    transition: 0.2s;
}

.buydebt {
    float: right !important;
    border-radius: 0px 8px 8px 0px !important;
}

.menu-mobile-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.hide-overflow {
    overflow: hidden;
    height: 100%;
}

.modal {
    max-width: 800px !important;
}

.bank-instructions {
    width: 100%;
    height: 100%;
}
