html, body {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0;
    background-color: white;     
    margin: 0;
    color: black;
}   
body { 
    position: relative;
}   
#errors {text-align:center; margin-top:10px;}
mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

img, fieldset, button {
    border: 0;    
    outline: 0;
}

a {
  color: #f16821;
  text-decoration: none;
  transition: 300ms;
}
a:hover {
  color: black;
  text-decoration: underline;
  transition: 300ms;
}
/*
.rl_template h2 {
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h3 { 
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h4 { 
    font-weight: 500;    
    margin-top: 0;
} */

.adaptive_image.loading {
    background-color: #EEEEEE;    
}

.rl_template_span { 
    max-width: 1600px;
    margin: auto;    
}

.acontrol {
    height: 30px;    
}
.ac_border {
    background-color: white;    
}
h1,h2,h3,h4 {font-family: 'Montserrat', sans-serif; font-weight:200;}
.clear {clear:both}
.button, .overlay_button, .cart_button {
    -webkit-appearance: none;
    font: inherit;
    font-size: inherit;
    background-color: white;
    border: 0;
    color: white;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    outine: 0;         
    color: white;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 16px;       
    position: relative;
    overflow: hidden;
    background-color: #0063d1;
}
.subscr_title {
    text-transform:uppercase;
    text-align:center;
    
}
.max_width {max-width:1300px; margin:0 auto;}
.slideshow {overflow:hidden;}
.slideshow > li {
    -webkit-animation: zoomin 23s;
    animation:zoomin 23s;
    transition: 
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3) translate(200px,50px);
        transform: scale(1.3) translate(200px,50px);
    }

}
#home {
    max-width:1300px;
    margin:0 auto;
    box-sizing:border-box;
    margin-top:100px;  
}
#home h3 {
	font-family: 'Montserrat', sans-serif;
    font-size:40px;
    font-weight:200;
    text-transform:uppercase;
    text-align:center;
    position:relative;
    display:inline-block;
    left:50%;
    transform:translate(-50%,0%);
}
#home h3:before,
#home h3:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #e0e0e0;
  top: 25px;
  width: 197%;
}
#home h3:before {
  right: 100%;
  margin-right: 30px;
}
#home h3:after {
  left: 100%;
  margin-left: 30px;
}
.scroll_down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%);
}
.scroll_down img {width:30px}
.home_offer_single {
    float:left;
    width:30%;
    margin:1.5%;
    height:380px;
    background-size:cover;
    background-position:center;
    position:relative;
    cursor:pointer;
}
.offer_overlay {
    width:100%;
    height:100%;
    z-index:0;
    background:rgba(0,0,0,0.2);
	transition: 600ms;
}
.offer_overlay:hover {
    width:100%;
    height:100%;
    z-index:0;
    background:rgba(0,0,0,0.4);
    transition: 300ms;
    -webkit-box-shadow: inset 0px 0px 0px 8px #f2651c;
    -moz-box-shadow: inset 0px 0px 0px 8px #f2651c;
    box-shadow: inset 0px 0px 0px 8px rgba(241,104,33,);
    transition: 300ms;
}
.home_offer_single h4 {
    font-size:40px;
    color:white;
    text-align:center;
    text-transform:uppercase;
    position:absolute;
    width:100%;
    bottom:0px;
    font-weight:200;
    left:50%;
    transform:translate(-50%); 
}
#insta_home {
    background-image: url(../img/instagram-title-bgr-icon.png);
    background-repeat:no-repeat;
    background-position:50% 0%;
    overflow:hidden;
    margin-top:100px;  
}
.insta_single {
    width:22%;
    margin:1.5%;
    height:295px;
    background-size:cover;
    float:left;
}

/* URNIK */
#workout {}
#workout h3 {
	font-family: 'Montserrat', sans-serif;
    font-size:25px;
    text-transform:uppercase;
    color:black;
    
}
.single_workout {
    padding-top:10px;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
}
.retreat #lessons .single_subpage {min-height:580px} 
.workout_mark {width:28px; height:4px; display:block; margin-bottom:5px}
#workout ul {list-style-type:none; margin-left:0; padding-left:0}
#workout li {padding-left:30px; position:relative; margin-bottom:5px;}
#workout li:before {
    width: 28px;
    height: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: -10px;
    background-size: contain;
    background-repeat: no-repeat;    
}
#workout li:nth-of-type(1):before {
    background-color:#3377e7;
}
#workout li:nth-of-type(2):before {
    background-color:#72e733;
}
#workout li:nth-of-type(3):before {
    background-color:#e79533;
}
#workout li:nth-of-type(4):before {
    background-color:#e73333;
}
#workout li:nth-of-type(5):before {
    background-color:#b233e7;
}
#lessons h2 {
	font-family: 'Montserrat', sans-serif;
    text-align:center;
}
.read_more {
    position:relative;
    color:#f3773b;
    font-size:14px;
    padding-right:30px;
    text-decoration:none; 
}
.read_more:after {
    content: "";
    position: absolute;
    height: 10px;
    background-image: url(../img/more-after.png);
    top: 6px;
    width: 17px;
    right: 2px;
}
/* END OF URNIK */
#prices {overflow-x:auto;}
#prices td {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 8px;
}
#prices td:nth-child(1) {
    width: 60%;
}
#prices table {width:100%}
#prices tr {
    padding-bottom:10px;
    border-bottom:1px solid #939393;
}
#prices td:nth-child(2) {
    color:#f26a29;
    width:40%;
    font-weight:700; 
    padding-left:10px;
    position:relative; 
}
#prices td:nth-child(2):before {
    width: 1px;
    height: 20px;
    content: "";
    display: inline-block;
    background: #939393;
    position: absolute;
    bottom: 5px;
    left: -5px;
    background-size: contain;
    background-repeat: no-repeat;

}
#prices td:nth-child(2) span {
    color:#939393;
    font-weight:200;    
}


#text {overflow-x:auto;}
#text td {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 8px;
}
#text td:nth-child(1) {
    width: 80%;
}
#text table {width:100%}
#text tr {
    padding-bottom:10px;
    border-bottom:1px solid #939393;
}
#text td:nth-child(2) {
    color:#f26a29;
    width:20%;
    font-weight:700; 
    padding-left:10px;
    position:relative; 
}
#text td:nth-child(2):before {
    width: 1px;
    height: 20px;
    content: "";
    display: inline-block;
    background: #939393;
    position: absolute;
    bottom: 5px;
    left: -5px;
    background-size: contain;
    background-repeat: no-repeat;
}
#text td:nth-child(2) span {
    color:#939393;
    font-weight:200;    
}


#classes_list ul {
    list-style-type:none
    margin-left:0;
    padding-left:0;
}
#classes_list .sub_class {
    background-color: #f2f2f2;
    padding: 5px 6px 11px 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.subproduct_button {
    width:21px;
    height:21px;
    background-image: url(../img/unchecked.png);
    border-radius:6px;
    box-sizing:border-box;
    display:inline-block; 
    position:relative;
    top:5px;
    cursor:pointer;
    margin-right:10px;
}
.enabled .subproduct_button {
    background-image: url(../img/checked.png);
}
#product_menu h3 {
	font-family: 'Montserrat', sans-serif;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
}
#product_to_cart {
    color: white;
    padding: 10px 30px;
    background-color: black;
    text-align: center;
}
#product_total {text-align:center; font-size:25px; t}
#product_total span {
    font-size:25px;
    font-weight:700;
    color:#ff7b40;
}
#lessons {position:relative;}
#lessons .single_subpage {
    font-size:14px; 
    text-transform:none;
    min-height:550px;
    position:relative;
    font-family:'Open Sans', sans-serif;
    font-weight:400;
    color:black;
}

#lessons h3 {
	font-family: 'Montserrat', sans-serif;
    font-size:30px; 
    text-transform:uppercase; 
    margin-bottom:10px; 
}
#lessons .single_subpage .read_more {
    color:white;
    padding:10px 30px;
    background-color:black;
    text-align:center;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%,0);

}
.location_map {margin-bottom:30px;}
.half_width {width:50%; float:left;}
#contact_form { box-sizing:border-box; text-align:center;}
#contact_form input, #contact_form textarea {padding:10px;display:block;  width:50%; margin:10px auto;height: 25px;line-height: 1;}
#contact_form_submit {background:black; padding:10px 40px; color:white;}
#contact_form textarea {min-height:100px}
#contact_form input:first-of-type {margin-top:30px;}
.contact_rules {width:50%; margin:10px auto; font-size:11px; color: #000000a6; }
.margin_100 {margin-bottom:100px;}
::-webkit-input-placeholder { 
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-style:italic;
}
:-ms-input-placeholder { 
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-style:italic;
}
::placeholder {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  font-style:italic;
}
#lessons .sub_main:nth-of-type(2){margin-top:100px;}
#lessons h2 {
	font-family: 'Montserrat', sans-serif;
    font-size:40px;
    font-weight:200;
    text-transform:uppercase;
    text-align:center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%,0%);
}
#lessons h2:before,
#lessons h2:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #e0e0e0;
  top: 25px;
  width: 700%;
}
#lessons h2:before {
  right: 100%;
  margin-right: 30px;
}
#lessons h2:after {
  left: 100%;
  margin-left: 30px;
}
/* SUBPAGES */
.page_width {
    max-width:1340px;
    margin:0 auto;
    overflow:hidden;
}
.workshop_width {
    margin:0 auto;
    max-width:620px;
}
.page_cover {
    height:720px;
    background-size:cover;
    position:relative;
    margin-bottom:100px;
}
.page_cover h1 {
    font-size:85px;
    color:white;
    text-transform:uppercase;
    font-weight:200;
    padding-bottom:10px;
    margin-bottom:0;
    border-bottom:44px solid rgba(226,226,226,0.5);
    text-align:center;
    position:absolute;
    bottom:50px;
    width:100%;
	font-family: 'Montserrat', sans-serif;
}
.page_cover_mobile {display:none}

.single_subpage {
    width: 30%;
    font-family: 'Montserrat', sans-serif;
    margin: 1.5%;
    font-weight: 200;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.single_subpage .sub_cover {
    height:300px;
    background-size:cover;
    margin-bottom:10px;
    background-position:center;
	    transition: 600ms;
}
.single_subpage .sub_cover:hover {
    height:300px;
    background-size:cover;
    margin-bottom:10px;
    background-position:center;
    -webkit-box-shadow: inset 0px 0px 0px 8px #f2651c;
    -moz-box-shadow: inset 0px 0px 0px 8px #f2651c;
    box-shadow: inset 0px 0px 0px 8px rgba(241,104,33,);
    transition: 300ms;
    background-color:#0063d1;
}
.single_news {
    overflow: auto;
    margin-bottom: 50px;    
}
.single_news_img {
    height:200px;
    width:200px;
    background-size:cover;
    background-position:center;
    float:left;
    margin-right:5%;
}
.news_content h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top:0;
    margin-bottom:0;
       
}
#news {
    max-width:1600px;
    margin:0 auto;
}
/* END OF SUBPAGES */
#footer {
    padding: 60px 10px;
    color: black;  
    text-align:center;  
}
.subscribe_btn {
    color:black!important; 
    border:1px solid black;
    border-radius:25px;
    padding:10px 20px;
    box-sizing:border-box;
    transition: 300ms;
}
.subscribe_btn:hover {
    color: #f2651c!important; 
    border:1px solid #f2651c;
    border-radius:25px;
    padding:10px 20px;
    box-sizing:border-box;
    transition: 300ms;
}

#footer > table {
    max-width: 1600px;
    margin: auto;
    width: 100%;  
    border-spacing: 0;      
}
#footer td { 
    width: 33.333%;
    vertical-align: top;    
}
#footer a {
    color: #f2651c;
    text-decoration: none;    
}
#footer h3 {
	font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-left: 3px solid #0063d1;
}

.footer_social * {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top:15px;
}

.footer_social:nth-of-type(1) * {
    margin-top:0px;
}

.footer_social {margin-bottom:20px;margin-top: 20px;}
.footer_social img {
    max-height: 32px;    
}     
#footer .icon {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}   

#bottom_cont {
    border-top: 1px solid #b6b6b6;
    height: 70px;
    margin: 0 20px 0 20px;
}
#bottom_left {
    line-height:70px;
    float:left;
}
#bottom a { color: #f2651c }

#bottom_right {
    line-height:70px;
    float:right;
}
#bottom_right ul {list-style-type:none; display:inline}
#bottom_right li {display:inline}
#bottom_right li a {color: white; text-decoration:none; }
#bottom_right li {
    border-right: 1px solid black;
    padding-right: 15px;
    padding-left: 15px;
}
#bottom_right img {
    vertical-align:middle;
}
#bottom_right li:last-child {border-right:0}
.gdprcookie-buttons button:first-child {background:#f2651c!important}
.gdprcookie .message_content a {color:#f2651c!important}

#search_form {
    position: relative;
    height: 32px;    
    margin-bottom: 20px;
}
#search_form > .acontrol {
    height: 30px;
    line-height: 30px;
    margin-right: 34px;
}
#search_form > button {
    top: 0;
    right: 0;
    display: block;
    border: 0;
    outline: 0;
    background-color: #0063d1;
    position: absolute;   
    width: 32px;
    height: 32px; 
    border-radius: 3px;
}
#search_form > button > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}
#search_menu .layout_menu > ul > li > a {
    display: none;    
}
#search_menu .layout_menu > ul > li > ul {
    padding: 0;    
}

/* WORKOUT FORM */

.workout-register-wrapper{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-color: white;
    z-index:10000;
    background-color: white;
    width:50vw;
    height: fit-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:1rem;
    padding: 1rem;
    box-sizing: border-box;
}

#close-workout-popup{
    font-weight: bold;
    position:absolute;
    top:2%;
    right: 2%;
    font-size:16px;
    cursor:pointer;
}

.workout-register-title{
    font-weight: bold;
    margin-top:1.5rem;
    color:#f16821;
}

.workout-register-wrapper input{
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    border:1px solid gray;
    margin-top:0.5rem;
}

#workout-register-submit{
    background-color: #f16821;
    color:white;
    padding: 1rem 2rem;
    margin-top:1rem;
    border-radius:0.5rem;
}

.workout-register-wrapper input:focus{
    outline: 1px solid #f16821;
}

    
    
@media(max-width: 1400px) { 
    .news_container, .page_width {width:80%; margin:0 auto;}
    .page_cover {height:450px}
    .single_subpage {font-size:25px}
    .page_cover h1 {font-size:65px}
        @-webkit-keyframes zoomin {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

    }
}

@media(max-width: 1280px) {
    #home {max-width:80%;}
    .home_offer_single {height:300px}
    .page_cover h1 {font-size:50px}
}
@media(max-width: 1024px) { 
    .home_offer_single h4 {font-size:28px}
    #contact_form input, #contact_form textarea {width:80%}
}

@media(max-width: 900px) and (orientation:landscape) {
    .slideshow > li {animation:none}
    #header_cont #header {height:90px}
    #logo img {height:60px}
    .page_cover {height:250px}
    .single_subpage .sub_cover {height:150px}
}

@media(max-width: 800px) { 
    .single_subpage {width:47%; font-size:22px}
    #header_cont #header {height:90px}
    #logo img {height:60px}
    .page_cover {height:300px}
    #lessons .single_subpage {min-height:430px}
    .workout-register-wrapper{
        width: 90vw;
    } 

    .page_cover h1 {font-size:40px}
}
@media(max-width: 800px) and (orientation:landscape) {
    .home_offer_single {height:200px}
    .home_offer_single h4 { font-size:21px} 
    .insta_single {width:30%}
}
@media(max-width: 700px) and (orientation:landscape) {
    .single_subpage {min-height:280px} 
    .page_cover {height:250px} 
    .workshop_width {width:80%;}  
}
@media(max-width: 600px) {
    .page_spacer{
        height: 2rem;
    }
    .page_cover {
        height:300px;
        background-size:cover;
        position:relative;
        margin-bottom:100px;
    }
    .page_cover h1 {
        font-size:45px;
        color:white;
        text-transform:uppercase;
        font-weight:200;
        padding-bottom:10px;
        margin-bottom:0;
        border-bottom:44px solid rgba(226,226,226,0.5);
        text-align:center;
        position:absolute;
        bottom:50px;
        width:100%;
        font-family: 'Montserrat', sans-serif;
    }
}
@media(max-width: 500px) { 
    .slideshow > li {animation:none}  
    .workshop_width {width:80%;}  
    .page_cover {margin-bottom:40px}
    .insta_single {width:47%; height:180px} 
    .home_offer_single, .single_subpage {width:100%; margin-left:0; margin-right:0;} 
    .scroll_down {bottom:4px}
    #home {margin-top:20px}
    #bottom_right, #bottom_left {float:left; line-height:20px}
    #prices table {width:100%!important}
    .single_news_img {width:100%}
    .news_date {font-size:16px; color:#f26522;}
    .news_container {padding-top:50px}
    .single_subpage .sub_cover {height:200px}
    .single_subpage {margin-bottom:40px;}
    #lessons .single_subpage {min-height:490px}
    .half_width {width:100%;margin-bottom:50px}
    .contact_rules {width:80%; }
    #contact_form input {height:25px; line-height:1}
}
@media(max-width: 380px) { 

}
@media(max-width: 350px) {  
}


.tecajjoge {
padding: 13px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.tecajjoge2 {
padding: 13px 20px;    
font-size:15px;
background-color: white; 
color: #ff7a35;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
margin: 0 auto;         
display: block;
margin-bottom: 40px;
}

.onlinejoga {
padding: 13px 20px;
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 260px;
margin: 0 auto;
text-align:center;
display: block;
margin-bottom: 40px;
}

.onlinejoga2 {
padding: 10px 18px;
font-size:16px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
}

.zacetnitecaj {
padding: 13px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.zacetnitecaj2 {
padding: 13px 20px;    
font-size:16px;
background-color: white; 
color: #ff7a35;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
margin: 0 auto;         
display: block;
margin-bottom: 40px;
}

.kundalini {
padding: 13px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.kundalini2 {
padding: 13px 20px;    
font-size:16px;
background-color: white; 
color: #ff7a35;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
margin: 0 auto;         
display: block;
margin-bottom: 40px;
}

.individualna {
padding: 8px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.jutranja {
padding: 13px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.jutranja2 {
padding: 13px 20px;    
font-size:16px;
background-color: white; 
color: #ff7a35;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
margin: 0 auto;         
display: block;
margin-bottom: 40px;
}

.hrbtenica {
padding: 8px 40px; 
font-size:15px;
background-color: #ef7231; 
color: white;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
width: 180px;
margin: 0 auto;
text-align:center;
margin-bottom: 40px;
}

.hrbtenica2 {
padding: 13px 20px;    
font-size:16px;
background-color: white; 
color: #ff7a35;
border: 1px;
border-color: black;
border-radius:5px;
cursor:pointer;
text-align:center;
width: 180px;
margin: 0 auto;         
display: block;
margin-bottom: 40px;
}