@charset "utf-8";
/* CSS Document */

.index-header .head-menu {
    line-height: 25px;
	padding: 10px 0;
	/*width: 90%;
    text-align: center;
    max-width: 800px;
    line-height: 45px;
    margin: auto;
    background: rgba(255,255,255,0.7);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;*/
}


.index-header .white-box {padding: 15px 30px;}



.index-header .white-box .logo {
    /*max-width: 150px;*/
	margin-left:20px;
	
}


.times-box {border-left: solid 5px #a4c953; border-right:none; padding-left: 15px; padding-right: 0; /*padding-right: 15px; margin-bottom: 30px;*/}

.footer .footer-logo {
/*    max-width: 60px;*/
	text-align: right;
	margin: 0;

}


.x-main-nav {
    /*clear: both;
    background: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 15px;*/
	line-height: 25px;
	padding: 10px 0;
}

@media only screen and (max-width: 992px){
.logo-box-holder {
    width: 100%;
	}}



.topper .x-main-nav {
    padding:5px 15px;
}


.side-border {
   border-right: none;
    padding-right: 0;
	border-left: solid 1px #413a47;
    padding-left: 20px;
}

@media only screen and (max-width : 768px) {		
		.side-border {border: none; padding: 0px;}		
    }


.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
	right: auto;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
	left:auto;
}
ul.xx li {padding-left: 25px;}
ul.xx li:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: regular;
    content: "\f00c";
    margin: 0 5px 0 -25px;
}






.gal-itme {float: left;  margin-right: 10px; margin-left:0;}
.more-items {float: left;  margin-right: 10px; margin-left: 0;}


.circ-btn.lightblue {
    background: #79d1e9;
    margin-left: 10px;
    padding: 5px;
}
.circ-btn {
    /*color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.3);
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.3);*/
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	
	
}




.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}


.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}