#st-home-boxes .opening-hours, #st-home-boxes .emergency-box, #st-home-boxes .appointment-box, #st-home-boxes .contact-info {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #57d155;
}#st-home-boxes .opening-hours, #st-home-boxes .emergency-box, #st-home-boxes .appointment-box, #st-home-boxes .contact-info {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #57d155;
}@charset "utf-8";
/* CSS Document */
a{
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #136e28;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #136e28;
}
h2{
	text-align: left;
}
h4, .h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 15px;
}
body {
    line-height: 1.7;
    color: #888888;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-attachment: fixed;
	text-align: justify;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/png/preloader.png);
  background-size: contain;
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 2px 5px 1px rgba(8, 8, 8, 0.35);
    z-index: 999;
    background: #1c4e2a;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
#stHeader .header-top{
	background-color: #57d155;
	padding-top: 5px;
	padding-bottom: 5px;
}
#stHeader .header-top .top-intro{
	margin-bottom: 0px;
	float: right;
}
#stHeader .header-top .top-intro{
	color:#ffffff;
}
#stHeader .header-top .top-intro li a,#stHeader .header-top .top-intro li i{
	font-size: 13px;
}
#stHeader .header-top .top-intro .btn-appointment-white{
    padding: 4px 5px;
    background-color: #ffffff;
    color: #57d155;
}
#stHeader .header-top .top-intro .btn-appointment-white:hover{
	background-color: #136e28;
	color: #ffffff;
}
#stHeader .header-nav{
	background-color: #ffffff;
	color: #ffffff;
	padding-top: 10px;
    padding-bottom: 10px;
}
#stHeader .site-name h6{
    color: #888;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}
#stHeader .header-nav .navbar{
	padding: 0px;
    margin-top: 15px;
}
#stHeader .header-nav .navbar .container{
	padding: 0px;
}
#stHeader .header-nav .navbar-nav .nav-item.active .nav-link {
    color: #57d155;
}
#stHeader .header-nav .navbar-nav .nav-link {
    color: #888888;
	font-size: 13px;
}
.slider-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    z-index: 2;
}
.slider-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.slide-content {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    padding: 10% 15% 0 15%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.slide-content h2{
	background: rgba(87, 209, 85, 0.7);
    padding: 10px;
    border-radius: 5px;
    font-size: 35px;
    text-transform: uppercase;
}
.slide-nav{
	display: none;
}
.slide-list li a {
    width: 13px;
    height: 13px;
    background: #57d155;
}
.stsection{
	padding-top: 70px;
	padding-bottom: 15px;
}
.text-theme-colored{
	color:#57d155;
}
.text-green-dark {
    color: #136e28 !important;
}
.bg-gray-light{
	background-color: #f1f1f1;
}
.bg-theme-colored {
    background-color: #57d155!important;
}
.bg-green-dark{
	background-color: #136e28;
}
.btn-theme-colored {
    color: #ffffff!important;
    background-color: #57d155;
    border-color: #57d155;
}
.btn-theme-colored:hover {
	background-color: #136e28;
	border-color: #136e28;
	color: #ffffff;
}
.borderwrap{
	padding: 30px;
}
.border-10px {
    border: 10px solid #f1f1f1;
}
.opening-hourse{
	margin-bottom: 30px;
}

.opening-hourse ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 0 !important;
}
.opening-hourse ul li span {
    float: left;
}
.opening-hourse ul li .value {
    float: right;
}
.opening-hourse ul li.active{
    color:#57d155;
}
.home-about-description h5{
	margin-top:10px;
}
.home-about-description p {
    margin-bottom: 0px;
	text-align: center;
}
.img-fullwidth {
    width: 100%;
}
article.post {
    background-color: #ffffff;
    border: 4px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
article.post .entry-header {
    position: relative;
}
article.post .post .post-thumb {
    overflow: hidden;
    position: relative;
}
article.post .entry-content{
	padding: 30px;
}
article.post .entry-title {
    padding-top: 14px;
    text-transform: uppercase;
}
#stHomeLarge{
	padding-top: 30px;
}
#stHomeLarge h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #136e28;
    margin: 0;
    font-weight: 300;
}
#stHomeDescription{
	padding-top: 30px;
	color: #ffffff;
}
.footer-top{
	background-color: #111111;
	padding-top: 50px;
	padding-bottom: 30px;
}
.widget .widget-title {
    color: #ffffff;
	margin-top: 30px;
	font-weight: 600px;
}
.widget .list-border li {
    border-bottom: 1px dashed #333333;
}
.border-bottom-dot-1px {
    border-bottom: 1px dashed #333333;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#stFooter .footer-top a {
    color: #888888;
}
#stFooter .footer-logo img{
	margin-bottom: 20px;
}
#stFooter .footer-map{
	margin-top: 20px;
}
#stFooter .footer-contact li{
	margin-bottom: 30px;
}
#stFooter .footer-contact li span{
	color:#ffffff;
}
#stFooter .footer-contact li p{
	margin-bottom: 0px;
}
#stFooter .footer-bottom{
	background-color: #888888;
	color: #ffffff;
	padding-top: 15px;
    padding-bottom: 15px;
}
#stFooter .footer-bottom p{
	margin:0px;
}
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}
#backtotop:hover {
    opacity: 1;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}
#backtotop {
    color: #FFFFFF;
    background-color: #57d155;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modalwrapper{
	padding: 40px;
}
.line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.line-bottom:after{
    border: 1px solid #57d155;
}

.line-bottom:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.required {
    color: #dc3545;
    font-weight: 300;
}
.modal-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.inner-header .container{
	padding-top: 90px;
	padding-bottom: 50px;
}
.divider{
	background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.7);
}
.breadcrumb{
	background: none;
    padding: 0px;
}
.breadcrumb .breadcrumb-item a {
    color: #57d155;
}
.inner-header h3,.inner-header .breadcrumb .breadcrumb-item.active{
	color:#ffffff;	
}
.mt-30{
	margin-top: 30px;
}
.widget ul.list li, .widget .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget .list-border li {
    border-bottom: 1px dashed #d3d3d3;
}
.widget .list-border li a{
    color:#888888;
}
.notify-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.notify{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.gallery-wrap {
    margin-bottom: 30px;
}
.gallery-inner {
    overflow: hidden;
}
.gallery-inner .image {
    background-size: cover;
    height: 320px;
}
.gallery-wrap .image, .thumb-image {
    max-width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#lg-download {
    display: none;
}
.opening-hours{
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #57d155;
}
.opening-hours h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #ffffff;
    font-size: 24px;
    font-weight: 600;
    color: #1c4e2a;
}
.opening-hours ul {
    list-style: none;
}
iframe{
	max-width: 100%;
}
#stHomeInstituteDescription .right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/jpg/innerbanner.jpg);
}
#stHomeInstituteDescription .left-text {
    padding: 70px 0;
	padding-right: 0px;
    padding-right: 60px;
    width: 50%;
	color: #ffffff;
}
.bg-white-image {
	background-image: url(../images/jpg/white-bg.jpg);
	background-size: content;
	background-attachment: fixed;
}
.pricing-table {
    border: 1px dotted #B3B3B3;
    background: rgba(255,255,255,0.90);
    margin-left: 0;
    position: relative;
    z-index: 3;
	overflow: hidden;
	padding: 10px 30px;
}
.pricing-table .price {
    background-color: transparent;
    color: #141414;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
}
.pricing-table .bullet-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #136e28;
    background-color: transparent;
    border-bottom: 1px dotted #B3B3B3;
}
.pricing-table .bullet-item i {
    padding-left: 20px;
    padding-right: 20px;
}
.text-color-primary {
    color:#57d155;
}

.pricing-table.style-3 h5 {
	color: #fff;
	background-color: #136e28;
	font-size: 18px;
	margin-bottom: 30px;
	font-style: normal;
	border: 2px solid #111;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
}
.pricing-table .bullet-item span {
    display: none;
    font-weight: 600;
    text-align: right;
}
.special-treatment-notes{
	margin-top:15px;
	font-weight: bold;
}
.hand-right{
	padding-left: 30px;
	background-image: url(../images/png/hand-right.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: 3px;
	background-position-y: 3px;
}
