.ellipse-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;     /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
    -o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
    max-height: 140px;
}

.main_panel_parent {
    width: 103.4%;
    margin-left: -20px;
}
.sponsors_panel_body{
    background-color: #28282c;
    width: 100%;
    overflow: hidden;
}
.refBox {
    z-index: 2;
    overflow: hidden;
    backface-visibility: hidden;
    width: 100.9%;
    background-color: #E6B863;
}
.refBox .item {
    float: left;
    z-index: 7;
    border-right: 1px solid #0EA616;
    border-bottom: 1px solid #0EA616;
    overflow: hidden;
    display: block;
    width: 49.6%;
    height: 270px;
}
.refBox .item.noBorder {
    border-right: 0 none
}
.refBox .item.lastRow {
    border-bottom: 0 none
}
.refBox .item .itemBG,
.refBox .item .itemtheBack {
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 100%;
}
.refBox .item .itemBG {
    background-color: #fff;
    -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
}
.refBox .item .itemtheBack{
    background-color: #E6B863;
    -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1) 0s;
}

.refBox .item:hover .itemBG {
    transform: translateY(-270px);
}
.refBox .item:hover .itemtheBack {
    transform: translateY(-270px);
}

.refBox .item:hover .itemtheBack {
    transform: translateY(-270px);
}

.refBox .item .itemTxt {
    padding: 2px 0;
    text-align: center;
}
.refBox .item .itemTxt b {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: .08em;
    color: #0EA616;
    padding-bottom: 17px
}
 .itemTxt span.line {
    height: 0;
    border-color: #0EA616;
}

 .itemtheBack .itemTxt span.line {
    border-color: #fff;
    width: 0%;
    -webkit-transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
    transition: width 0.8s cubic-bezier(1, 0, 0, 1) 0s;
}

.refBox .item:hover .itemtheBack .itemTxt span.line {
    transition-delay: 0.2s;
    width: 60%;
}

.itemTxt .project {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #E6B863;
    text-transform: capitalize;
    display: inline-block;
}

 .itemtheBack .project{
    margin-top: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 20px;
}

.itemtheBack .summaryText {
    display: block;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.06em;
    transform: translateY(400px);
    -webkit-transition: all 1s cubic-bezier(.87,-.41,.19,1.44);
    -o-transition: all 1s cubic-bezier(.87,-.41,.19,1.44);
    transition: all 1s cubic-bezier(.87,-.41,.19,1.44);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;     /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
    -o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
    max-height: 120px;
}

.refBox .item:hover .itemtheBack .summaryText{
    transition-delay: 0.6s;
    transform: translateY(0px);
}

.detailBtn {
    height: 31px;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #E6B863;
    border: 1px solid #E6B863;
    margin: 40px auto 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 13px;
    letter-spacing: 0.03em;
}

.itemtheBack .detailBtn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    border-color: #fff;
    padding: 3px 10px;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(1, 0, 0, 1) 0s;
    transition: opacity 1s cubic-bezier(1, 0, 0, 1) 0s;
}

.refBox .item:hover .itemtheBack .detailBtn {
    transition-delay: 1.7s;
    opacity: 1;
}

.itemtheBack .detailBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #584942;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.itemtheBack .detailBtn:hover, .itemtheBack .detailBtn:focus, .itemtheBack .detailBtn:active {
  color: white;
}
.itemtheBack .detailBtn:hover:before, .itemtheBack .detailBtn:focus:before, .itemtheBack .detailBtn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.itemBG .detailLogo {
    width: 290px;
    margin: 0 auto;
    text-align: center;
    height: 95px;
    font: 0/0 a;
}

.itemBG .detailLogo:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.itemBG .detailLogo img {
    max-width: 290px;
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
    cursor: pointer;
    max-height: 95px;
}
.itemBG .detailLogo img.partner_type_2 {
    max-width: 230px;
    max-height: 75px;
}
span.line {
    display: block;
    width: 60%;
    border-bottom: 1px solid #9c0;
    margin: 13px auto;
}


/*=====
BUTTON
=======*/

.btn15 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 10px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.btn15 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 25px;
  top: 18px;
  background-color: #fff;
  border-radius: 4px;
  left: 5px;
}
.btn15 .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: -7px;
  border-radius: 4px;
}
.btn15 .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: 7px;
  border-radius: 4px;
}
.btn15.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn15.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(4px, 6px);
          transform: rotateZ(45deg) scaleX(1) translate(4px, 6px);
}
.btn15.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(4px, -6px);
          transform: rotateZ(-45deg) scaleX(1) translate(4px, -6px);
}
.btn15:hover {
  cursor: pointer;
}


/*====================================
=            NAVIGATION STYLES            =
====================================*/
.page_title_bar {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 50px;
    background-color: #0EA616;
}
.page_title_bar > span {
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
}
.the_page_title {
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 17px;
}

.nav_title {
    float: right;
    margin-right: 54px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.nav_menu_icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #fff;
    width: 7px;
    height: 7px;
    background-color: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    line-height: 20px;
    content:"\03C7";
}
.nav_menu_icon:hover{
    content:"\03C7";
}
.nav_menu_icon.active {
    background-color: #fff;
}

/*====================================
=            PANEL STYLES            =
====================================*/

#panel_navigation {
    background: #0EA616;
    min-height: 550px;
}
.the_panel_body {
    min-height: 550px;
}
#left_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#left_nav ul li {
    border-bottom: 1px solid #fff;
}
#left_nav ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    color: #CEA01A;
    letter-spacing: 0.06em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    margin-left: 2.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#left_nav ul li a:hover {
    color: #fff;
    font-weight: 400;
    font-size: 16px
}
h2.sectiontitle {
    color: #A87E52;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
}
.slick-slide img {
    display: block;
    width: 100%;
}

.amla_pager {
    float: right;
    padding-right: 20px;
}

.amla_pager ul.yiiPager .selected a {
    background: #754C29;
}
.amla_pager  ul.yiiPager a:link{
   color: #E0960D;
   border: none;
}
.amla_pager ul.yiiPager .selected a:link {
    color: #fff;
}
a.jounal_anchor:before {
    background: url(../images/jaicon.png) center center no-repeat;
    content: '';
    background-size: 9px;
    height: 20px;
    width: 17px;
    display: inline-block;
}
.lrt_member {
    width: 33%;
    float: left;
}
.slick-slide img.avatar_image {
    max-width: 200px;
}
ul.lrt_menu {
    float: left;
    padding: 0;
    margin-left: 0;
}
.lrt_menu li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #E0960D;
}
#gallery_slider .slick-prev:before, #lrt_slider .slick-prev:before, #video_slider .slick-prev:before ,#partners_slider .slick-prev:before, #sponsor_slider .slick-prev:before{
    background: url(../images/iconprev.png) center center no-repeat;
    content: '';
    background-size: 20px;
}
#gallery_slider .slick-next:before,#lrt_slider .slick-next:before, #video_slider .slick-next:before ,#partners_slider .slick-next:before, #sponsor_slider .slick-next:before{
    background: url(../images/iconnext.png) center center no-repeat;
    content: '';
    background-size: 20px;
}

#gallery_slider .slick-prev:before, #gallery_slider .slick-next:before,#lrt_slider .slick-prev:before, #video_slider .slick-next:before,#video_slider .slick-prev:before, #lrt_slider .slick-next:before ,#partners_slider .slick-prev:before, #partners_slider .slick-next:before, #sponsor_slider .slick-prev:before, #sponsor_slider .slick-next:before {
    width: 70px;
    height: 30px;
    display: inline-block;
    background-size: 20px;
}
.items .slick-prev, .items .slick-next{
  top: -25px;
}
.items .slick-dots {
    position: absolute;
    bottom: auto;
    top: -30px;

    text-align: none;

}
.items .slick-dots li{
    display: none;

}
.items .slick-dots li.slick-active{
    display: block;
    right: 64px;
    position: absolute;
    top: -5px;
}
.items .slick-next {
    right: -15px;
    width: 70px;
    height: 30px;
}
.items .slick-prev {
    left: auto;
    right: 50px;
    width: 70px;
    height: 30px;

}
.ltr_inst{
  color: #A87E52;
  font-weight: 400;
  margin: 0px 0px;
}
.lrt_member.slick-slide {
    padding-right: 20px;
}
.ltr_name{
  color: #0EA616;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.ltr_bio_title{
  color: #0EA616;
  font-weight: 400;
}
.lrt_member hr{
  margin: 0px 0px;
}
h2.lrt_banner_text {
    position: absolute;
    color: #fff;
    left: 50px;
    top: 50px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 5px 15px;
    font-weight: 400;
}
.lrt_banner img {
    width: 100%;
    height: auto;
}
.lrt_banner {
    margin-bottom: 20px;
    max-height: 400px;
    overflow: hidden;
}

.active .nav_menu_icon{
  background-color: #fff;
}
#left_nav ul li.active a{
  color: #fff;
}
.fancybox-opened .fancybox-skin #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
	 background-image: url(../images/fancybox.png) center center no-repeat !important;
}
.video_wrapper:nth-child(even) iframe {
    float: right;
}
.lrt_menu li.active a {
    color: #E0960D;
}
.lrt_menu li.active {
    border: none;
    color: #E0960D;
}
.ltr_bio {
    width: 90%;
}

.lrt_member.slick-slide.slick-current.slick-active {
	opacity: 1;


}
.lrt_member{
	background-color: #f1f2f2;
	padding: 30px;
	opacity: 0.5;
	margin-right: 5px;
	height: 100%;
	padding-bottom: 0;
	font-weight: 300;
}


.the_panel_body p {
    font-weight: 300;
    color: #6D6E71;
    padding-right: 15px;
}

.lrt_image{
	margin-bottom: 15px;
}
a.fancybox.slick-slide{
	height: 230px;
}
#gallery_slider .slick-track {
    height: 230px;
}
.amla_intro h1, .amla_intro h2, .amla_intro h3, .amla_intro h4, .amla_intro h5{
	color: #145CB2;
	font-weight: 300;
    text-transform: uppercase;
}
.amla_intro h1 {
    font-size: 26px;
}
.amla_intro h2 {
    font-size: 24px;
}
.amla_intro h3 {
    font-size: 20px;
}
.amla_intro h3 {
    font-size: 18px;
}
#gallery_slider .slick-track {
    height: 230px;
    overflow: hidden;
}
.lrt_image_wrapper {
    min-height: 200px;
}
.jounal_anchor {
    margin-left: 15px;
    display: block;
}
a.jounal_anchor::before{
	 margin-left: -15px;
	 float: left;
	 display: block;
}
.partner_image_wrapper_inner{
    width: 195px;
    margin: 0 auto;
    text-align: center;
    height: 120px;
    font: 0/0 a;
}
.partner_image_wrapper_inner:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.partner_image_wrapper_inner img.partners_logos{
    max-width: 195px;
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
    cursor: pointer;
    max-height: 120px;
    height: 100%;
    width: auto;
}
.partner_image_wrapper {
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 100%;
}
.the_panel_body {
    min-height: 550px;
}
