/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: This is a child theme for Divi.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/*-----------------------owl carousl css-----------------------*/

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-2.owl-carousel .owl-stage-outer{position:relative;overflow:inherit;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel .owl-prev {
    content: "";
    background: url(../images/nav-1.png) center center/cover no-repeat !important;
    height: 30px;
    width: 30px;
    position: absolute;
    font-size: 0 !important;
    left: 0px;
    top: 35%;
   /* bottom: 0;
    margin: auto 5px !important;*/
    display: block;
    background-color: rgba(243, 131, 30, 0.7)!important;
}
.owl-carousel .owl-next {
    content: "";
    background: url(../images/nav-2.png) center center/cover no-repeat !important;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
    font-size: 0 !important;
    top: 35%;
   /* bottom: 0;
    margin: auto 5px !important;*/
    background-color: rgba(243, 131, 30, 0.7)!important;
    display: block;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 4px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
}
.item{position:relative;}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(38, 38, 38, 0.7);
}
.item:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text h4{font-size:18px; color: white;position:relative;margin-bottom:20px;}
.text h4:before{content:'';background:#f05d24;width:30px;height:2px;position:absolute;bottom: 0;left: 0;margin: 0 auto;right: 0;}
.text p{font-size:14px; color: white;}

.item .showcase-trek {
    overflow: hidden;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    clear:none !important;
}




.item .showcase-trek span.read {
    position: absolute;
    top: 36px;
    left: 36px;
    background-color: #CBBD9A;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-right: 30px;
    padding-left: 30px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    transition: left .3s ease;
    z-index: 2;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.item .showcase-trek img {
    max-width: 100%;
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
}
.item .showcase-trek .content {
    padding: 36px;
    position: relative;
}
.margin-leftright-null {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.item .showcase-trek .content .meta {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 18px;
}
.col-md-4 {
    width: 33.33333333%;
	float:left;
}
.padding-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.item .showcase-trek .content .meta h3 {
    font-size: 20px;
    line-height: 24px;
    color: #CBBD9A;
}
.item .showcase-trek .content .meta h4 {
    font-size: 14px;
    line-height: 24px;
    font-family: "Trirong", serif;
    color: #6E6B66;
}
.item .showcase-trek .content .category {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item .showcase-trek .content .category h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}
.item .showcase-trek .content .info {
    padding-top: 18px;
    overflow: hidden;
}
.item .showcase-trek .content .info {
    padding-top: 18px;
    overflow: hidden;
}
.margin-null {
    margin: 0 !important;
}
.program.item {
    background-color: white;
    border-radius: 2px;
    transition: all .4s ease;
}
.text-center {
    text-align: center;
}
.owl-2 .item:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
    transition: all .4s ease;
    margin-top: -10px;
}
.item .showcase-trek .content .info h6 {
    font-family: "Trirong", serif;
    color: #2F2911;
}
#main-content{overflow:hidden;}
.owl-item:not(.active) {
    opacity: .2;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #CBBD9A;
    border-radius: 50%;
    opacity: 1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #CBBD9A;
    opacity: 1;
}
.owl-dots {
    margin-top: 25px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots{position: relative;text-align: center;-webkit-tap-highlight-color: transparent;}
.programs.item{margin-bottom:40px;width:31%;margin-right:2.33%;float:left;}
.item.programs .showcase-trek .content {
    padding: 10px 5px;
    position: relative;
}
.item .showcase-trek a.link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item.programs .showcase-trek .content .meta h4{font-size:12px; line-height:14px;}
.item.programs .showcase-trek .content .meta{padding-bottom:10px;}
#program_sec .item.programs .showcase-trek .content .category{padding:10px 0;min-height: 50px!important;}

.item.programs .showcase-trek .content .category h3{padding:0;}
.item.programs .showcase-trek .content .info{padding-top:10px;min-height: 90px;}
.item.programs .showcase-trek .content .category h3{font-size:14px;line-height:14px;}
.custom.paination{text-align:center;}
.fl{float:left;margin-bottom:20px;}
.fr{float:right;margin-bottom:20px;}
.lsn, .lsn li{list-style:none;font-size: 15px;}
.lsn, .lsn > li{padding-right: 12px;}
.lsn li + li {
    margin-top: 5px;
}
.lsn li{ position:relative}
.lsn li label{ cursor:pointer}
.lsn li input[type="checkbox"]:checked+label {
    background: #ececec;
    display: block;
    margin-bottom: 5px;
    padding: 2px 10px;
    border-left: 2px solid #ccc;
    font-weight: 600;
}
.lsn li input[type="checkbox"] {
    transform: scale(0.9)!important;
    position: absolute;
    right: 999999999px;
}
.lsn > li .fa{ 
    position: absolute;
    right: 20px;
    top: 10px;
}
.lsn > li li .fa {
    right: 10px;
}
.f_head{padding:20px;text-align:center;color:#494949;text-transform:uppercase;font-size:24px;}
.cfd{text-align:center;    padding: 20px;}
.cfb{display: inline-block;
    background: #494949;
    text-align: center;
    padding: 10px;color:#fff !important;margin-top:15px;}
input[type=checkbox] {
    transform: scale(1.2);
}
.item.programs .showcase-trek .content .meta h3{font-size:16px; line-height:20px;}
.lsn_child{display:none;}
.t_icon{display: inline-block;float: right;cursor:pointer;}
	


@media screen and (max-width: 767px){
	.col-md-4{width:100%;float:none;}
	.programs.item{width:100%;margin-right:0;float:none;}
	.item.programs .showcase-trek .content .meta .col-md-4{width:33.33%;float:left;}
}

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



/*ul.lsn{    margin: 0px;
    padding: 0px!important;}
ul.lsn li a{ padding-left:20px;}
ul.lsn li input[type="checkbox"]{ display:none}*/