/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.box_exp_lp{
	padding:50px 0px;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow:hidden;
    margin:0px;
	padding:0px;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
	display:none;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    width: 40px;
    top: 70px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 99;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}


.lSAction > a.lSPrev{left:20px;}
.lSAction > a.lSNext{right:20px;}
.lSAction > a b{
	display:block;
	background-color:#FFF;
	border:1px solid #DDD;
	width:40px;
	height:40px;
	overflow:hidden; 
	background-repeat:no-repeat;
	background-position:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.lSAction > a b.prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADVSURBVHjanNOxTQNBEIXh704uhYwynJGAgYSUDEMBW8JUAAkgMmTJNjghowwyKiHgSDY4nfbOXiYbafZp3v9mm67rjFVE9NujlNL3cKZ1WC3wFRHz/wicYoNnfNYKXOAdD1iWBpo+g4HnBVZ4wjKlVITVTqy9xSNuMEq6JHCONe5xuw/QbNCf4BUvhzyuiVFEDBkVN/jAVYb3g7sp/yUBGd5ljq8Zi29KAHYZ5qon0tUIwFu2s8bvmJ3ZHnYbnGWxNt9EdQq7fNLXmNdu0LdzXPrOfwMAEf41+vLm+9wAAAAASUVORK5CYII=');	}
.lSAction > a b.next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADQSURBVHjalNI7TgMxFIXhb0YRK6FjGVkAT4kWARKvDXgJXgCEjpYGEmjSZRl0rAXT3EijAU9mTmPZ0v19zrGbUoqucs77+N7uU0qG1PaG5/jCsZFqe/sNXvCOwzGA2T9n9/jBB84CVlXT7yCiNFjgCudY1TqZVcAFd7EucYTPsRG6egjIWzhZTgWUgOzhNV5nXQXknE3VLgcNHnEREdZTAU9RZrXEduDmZ1zjpDZcc7C1fRsfaTW1gwVuhmwPRZjjEqdjhv8AUkobHOyy3dXvAPXzMinjSWuLAAAAAElFTkSuQmCC');}














.idxrec{
	position:relative;
	padding:20px 20px;	
}
.idxrec::after{
	content:'';
	display:block;
	clear:both;
}
.idxrec h2{
	margin:0px;
	padding:20px 10px;
	font-size:1.8em;
	font-weight:100;
	color:#000;
}
.idxrec a.see-all{
	position:absolute;
	top:50px;
	right:10px;
	padding:0px 22px 0px 0px;
	font-size:0.9em;
	color:#777;
	text-decoration:none;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADQSURBVHjalNI7TgMxFIXhb0YRK6FjGVkAT4kWARKvDXgJXgCEjpYGEmjSZRl0rAXT3EijAU9mTmPZ0v19zrGbUoqucs77+N7uU0qG1PaG5/jCsZFqe/sNXvCOwzGA2T9n9/jBB84CVlXT7yCiNFjgCudY1TqZVcAFd7EucYTPsRG6egjIWzhZTgWUgOzhNV5nXQXknE3VLgcNHnEREdZTAU9RZrXEduDmZ1zjpDZcc7C1fRsfaTW1gwVuhmwPRZjjEqdjhv8AUkobHOyy3dXvAPXzMinjSWuLAAAAAElFTkSuQmCC');
	background-repeat:no-repeat;
	background-position:right center;
}
.idxrec a.see-all::before{
	content:'See all';
}

				
.idxrec ul{
	list-style:none;
}
.idxrec-bx{
	width:100%;
	padding:0px 8px;
	min-height:330px;
	font-family:Arial, Helvetica, sans-serif;
}
.idxrec-img{
	position:relative;
	background:#EEE;
	width:100%;
	height:180px;
	overflow:hidden;
}

.img-style-1{
	height:250px;
}

.idxrec-img a{
	display:block;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}	
.idxrec-img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	height:100%;
}

.img-style-1 img{
	height:100% !important;
}

.idxrec-img label{
	display:block;
	width:100%;
	background-color:rgba(0,0,0,0.0);
	transition:all 0.5s;
	position:absolute;
	bottom:0px;
	left:0px;
	font-weight:100;
	padding:10px 15px;
	text-shadow:#000 1px 1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:1.5em;
	color:#FFF;
	z-index:2;
}
.idxrec-img:hover label{
	background-color:rgba(0,0,0,0.5);
}
.idxrec-img label b{
	font-weight:100;
	font-size:0.5em;
}


.idxrec-pce{
	padding:0px 0px 20px 0px;
}
.idxrec-pce::before{
	content:'From ';
	font-size:0.8em;
	color:#666;
}
.idxrec-pce span{
	font-size:0.8em;
}
.idxrec-pce b{
	display:block;
	font-size:1.4em;
	font-weight:100;
	color:#FF5500;
}

.idxrec-dtl{
	min-height:180px;
	background-color:#F5F5F5;
	border-bottom:1px solid #DDD;
	padding:15px 20px;
	overflow:hidden;
}
.idxrec-dtl label{
	display:block;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
}
.idxrec-dtl strong{
	display:block;
	padding:0px 0px 10px 0px;
	line-height:140%;
	font-weight:bold;
	font-size:0.9em;
	color:#204242;
}



.idxrec-dtl span{
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height:140%;
    font-size:0.8em;
    color:#535353;

}
.idxrec-dtl a{
	white-space:nowrap;
	color:#2c72b4;
}
.idxrec-dtl a::before{
	content:'more detail';
}
.idxrec-dtl strong a{
    text-decoration: none;
    white-space: normal;
    color:#204242;
}
.idxrec-dtl strong a:hover{
    text-decoration: underline;
}
.idxrec-dtl strong a:before{
    content: '';
}

.idxrec_prev,
.idxrec_next{
	position:absolute;
	width:50px;
	height:50px;
	top:45%;
	visibility:hidden;
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #DDD;
	cursor:pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.idxrec_prev{left:-20px; background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAC7SURBVHjalJOxDYMwEEVfHHZJQZMJUmSDNLhiD6KgpMGCPahO8hZZIErHLinSgGQhOA43tuT3fL5v+VAUBcZxEpHBGeEH8PXe3zIj3Izrs9sBBxF5aUKVwJ2I1ABOgdsEvk8bbg+8JKjwXNiEU8EET0KZwL0GaympQg9Mp5be+9ZSoUukSpPSK5mkeQ+b0lLTqrSW0qqkxdoBdSI1AMc8z7UU38APuAKXGKOz/Lgwzk/gkxkfOABRRIb/AMQjR558zGTfAAAAAElFTkSuQmCC');}
.idxrec_next{right:-20px; background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADLSURBVHjalJRBCsIwEACnK/oVr77Agz/wtCd9h0U9CJX6Dj0V+gVB8AMeCsWviLBeaonamGZvWWZ2Q7JJYmao6hi40yMGdV3PgTNgwDUkCDABRkAGrIMdqqq6lGU5BKbADHj+65SYGQCqmgOrJp8CB9+WACiKwoVcuVvoK8l3IiRJV9t/kvhOwye1p+QLVT0Ci2a5FCJDAtVzp3oKnCQA/1ykxMCdQmhEJAb+EKKGT1UzB9744PeL2wFbB96H7uEGPPrA7WjEfAKvAQC/4VP4mBTT+AAAAABJRU5ErkJggg==');}

.idxrec:hover .idxrec_prev,
.idxrec:hover .idxrec_next{
	visibility:visible;
}
