/* Minification failed. Returning unminified contents.
(2011,32): run-time error CSS1046: Expect comma, found '140'
(2011,40): run-time error CSS1046: Expect comma, found '/'
(4673,1): run-time error CSS1019: Unexpected token, found '}'
(4768,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4769,10): run-time error CSS1035: Expected colon, found '{'
(4778,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4779,10): run-time error CSS1035: Expected colon, found '{'
 */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        display: block;
        background: url(../images/bg_direction_nav.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        -webkit-transition: all .3s ease;
    }

    .flex-direction-nav .flex-next {
        background-position: 100% 0;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
    }

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*   
 * Template Name: College Green - Responsive Website Template for Education & Training
 * Version: 1.6
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/

@font-face {
    font-family: Moul;
    src: url('../fonts/KhmerOSmuollight.ttf');
}

@font-face {
    font-family: Battambang;
    src: url('../fonts/KhmerOSbattambang.ttf');
}

@font-face {
    font-family: Muol_Pali;
    src: url('../fonts/KhmerOSmuolpali.ttf');
}

*:focus {
    outline: none !important;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Hind Siliguri", "Battambang";
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
}

    .wrapper:after {
        content: "";
        display: block;
        /* must be the same height as footer */
    }

.footer {
    height: 344px;
    /* must be the same height as footer */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hind Siliguri', arial, sans-serif, "Battambang";
    font-weight: 300;
}

p {
    color: #444;
    font-size: 14px;
}

a {
    color: #444;
}

    a:hover {
        text-decoration: none;
        color: #1E7838;
    }

    a:focus {
        text-decoration: none;
    }

.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .btn .fa {
        color: #fff;
        margin-right: 5px;
    }

        .btn .fa.fa-search {
            margin-right: 0;
        }

.btn-theme {
    background: #118c86;
    border: 1px solid #118c86;
    color: #fff;
}

    .btn-theme:hover {
        background: #269948;
        border: 1px solid #269948;
        color: #fff;
    }

a.btn-cta,
.btn-cta {
    background: #118c86;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #118c86;
    font-family: 'Hind Siliguri', arial, sans-serif;
}

    a.btn-cta:hover,
    .btn-cta:hover {
        color: #fff;
        background: #269948;
        border: 1px solid #269948;
    }

    a.btn-cta .fa,
    .btn-cta .fa {
        margin-right: 10px;
        font-size: 20px;
        color: #fff;
    }

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .form-control:focus {
        border-color: #118c86;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

blockquote {
    font-size: 14px;
}

    blockquote p {
        font-size: 14px;
    }

.RedDamask {
    background-color: #e27240;
}

    .RedDamask:hover {
        background-color: #df622a;
    }

.FireBush {
    background-color: #E28D40;
}

    .FireBush:hover {
        background-color: #df802a;
    }

.OliveDrab {
    background-color: #60A823;
}

    .OliveDrab:hover {
        background-color: #54931f;
    }

.Mojo {
    background-color: #C94139;
}

    .Mojo:hover {
        background-color: #b73932;
    }

.text-highlight {
    color: #27435a;
}

.highlight-border {
    border-color: #118c86;
}

.read-more {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
    display: block;
}

    .read-more .fa {
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

    .read-more:hover {
        text-decoration: none;
    }

.carousel-fade .item {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

    .carousel-fade .item.active {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

#topcontrol {
    background: #118c86;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    #topcontrol:hover {
        background: #118c86;
    }

    #topcontrol .fa {
        position: relative;
        top: 3px;
        font-size: 25px;
    }

.row-end {
    margin-right: 0;
    padding-right: 0;
}

ul.custom-list-style li {
    list-style: none;
}

.date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 13px;
}

    .date-label .month {
        background: #118c86;
        color: #fff;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
    }

    .date-label .date-number {
        clear: left;
        display: block;
        padding-top: 5px;
        font-size: 15px;
        font-family: 'Hind Siliguri', arial, sans-serif;
        font-weight: 500;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #118c86;
    border-color: #118c86;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eef3f8;
    border-color: #a7c2d9;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.nav-tabs {
    border-bottom: none;
    position: relative;
    margin-bottom: -1px;
}

.tab-content {
    border: 1px solid #e8e8e8;
    padding: 15px;
    margin-bottom: 20px;
}

.nav > li > a {
    font-size: 14px;
}

    .nav > li > a:focus,
    .nav > li > a:hover {
        background: inherit;
    }

.nav-tabs > li > a {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    background: #f5f5f5;
    padding: 5px 15px;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #444;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.nav-tabs > li {
    margin-right: 2px;
}

    .nav-tabs > li.active {
        border-top: 2px solid #118c86;
    }

        .nav-tabs > li.active a,
        .nav-tabs > li.active a:hover,
        .nav-tabs > li.active a:active,
        .nav-tabs > li.active a:focus {
            border-bottom: 0;
            border-top: 0;
        }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background: #f5f8fb;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #ebebeb;
}

.table > thead > tr > th {
    border-bottom: 2px solid #a7c2d9;
    color: #1E7838;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background: #f5f8fb;
}

.table-boxed,
.table-bordered {
    border: 1px solid #ebebeb;
}

.table.table-boxed > thead > tr > th {
    border-bottom: none;
    background: #118c86;
    color: #fff;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .panel-group .panel .panel-heading {
        background: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel-group .panel .panel-heading .panel-title a {
            color: #118c86;
        }

            .panel-group .panel .panel-heading .panel-title a:before {
                font-family: FontAwesome;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f146";
                margin-right: 5px;
            }

            .panel-group .panel .panel-heading .panel-title a.collapsed:before {
                content: "\f0fe";
            }

    .panel-group .panel .panel-body {
        font-size: 13px;
    }

.panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .panel .panel-heading {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel .panel-heading h3.panel-title {
            font-weight: 500;
        }

        .panel .panel-heading .label {
            font-size: 10px;
        }

    .panel .panel-footer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .panel .panel-footer ul {
            margin-bottom: 0;
        }

            .panel .panel-footer ul.list-inline li {
                margin-bottom: 0;
            }

        .panel .panel-footer small {
            color: #999;
        }

    .panel > .list-group .list-group-item:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.panel-theme {
    border-color: #118c86;
}

    .panel-theme > .panel-heading,
    .panel-theme > .panel-footer {
        color: #fff;
        background: #118c86;
        border-color: #118c86;
    }

.no-margins {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .label.label-theme {
        background: #118c86;
    }

    .label .fa {
        margin-right: 4px;
    }

    .label.label-icon-only .fa {
        margin-right: 0;
    }

.badge.badge-theme {
    background: #118c86;
}

.badge.badge-default {
    background: #999;
}

.badge.badge-primary {
    background: #428bca;
}

.badge.badge-success {
    background: #5cb85c;
}

.badge.badge-info {
    background: #5bc0de;
}

.badge.badge-info {
    background: #5bc0de;
}

.badge.badge-warning {
    background: #f0ad4e;
}

.badge.badge-danger {
    background: #d9534f;
}

.promo-badge {
    font-size: 20px;
    display: table;
}

    .promo-badge a {
        color: #fff;
        display: table-cell;
        width: 135px;
        height: 135px;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .promo-badge .percentage {
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        position: relative;
        font-family: 'Hind Siliguri', arial, sans-serif;
    }

        .promo-badge .percentage .off {
            font-size: 11px;
            position: absolute;
            top: 15px;
            right: -15px;
        }

    .promo-badge .desc {
        font-size: 12px;
    }

.progress-bar-theme {
    background: #118c86;
}

.img-thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: #e8e8e8;
    margin-bottom: 15px;
}

#cboxLoadedContent,
#cboxContent {
    background: none;
}

.box {
    background: #f5f5f5;
    padding: 15px;
}

    .box.box-border {
        border-left: 5px solid #118c86;
    }

    .box.box-dark {
        background: #444;
        color: #fff;
    }

    .box.box-theme {
        background: #118c86;
        color: #fff;
    }

    .box .date-label {
        background: #fff;
    }

.social-icons {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}

    .social-icons li {
        float: left;
    }

        .social-icons li.row-end {
            margin-right: 0;
        }

    .social-icons a {
        display: inline-block;
        background: #95b6d1;
        width: 32px;
        height: 32px;
        text-align: center;
        padding-top: 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 18px;
        margin-right: 10px;
        float: left;
    }

        .social-icons a:hover {
            background: #118c86;
        }

        .social-icons a .fa {
            color: #fff;
        }

            .social-icons a .fa:before {
                font-size: 18px;
                text-align: center;
                padding: 0;
            }
/* ======= Header ======= */
.header {
    background: url('../images/bg-login.png') repeat 0 0;
    background-color: #118c86;
    background-size: 150px;
    animation: bg-scrolling-reverse 10s infinite;
    animation-timing-function: linear;
}

@keyframes bg-scrolling-reverse {
    to {
        background-position: 0 -150px;
    }
}

    .header .top-bar {
        background: #2f506c;
    }

        .header .top-bar .search-form {
            padding: 10px 0;
            font-family: 'Hind Siliguri', 'Battambang';
        }

            .header .top-bar .search-form .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

    .header .social-icons li.row-end {
        margin-right: 0;
    }

.header-search {
    text-align: right;
}

    .header-search input[type="text"] {
        width: 260px;
        border: 1px solid #0a6f6a;
        background: transparent;
        padding: 2px 15px;
        color: white;
        border-radius: 20px;
    }

        .header-search input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #fff;
        }

        .header-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #fff;
            opacity: 1;
        }

        .header-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #fff;
            opacity: 1;
        }

        .header-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff;
        }

        .header-search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff;
        }

.header .social-icons a {
    border: 1px solid #0a6f6a;
    background: no-repeat;
}

    .header .social-icons a:hover {
        background: #0a6f6a;
    }

        .header .social-icons a:hover .fa {
            color: #fff;
        }

    .header .social-icons a .fa {
        color: white;
    }

        .header .social-icons a .fa:before {
            font-size: 18px;
            text-align: center;
            padding: 0;
        }

.header .header-main {
    padding: 20px 0;
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
}

.wrapper-menu-top {
    margin-bottom: 25px;
}

.header .menu-top {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    float: right;
}

    .header .menu-top li {
        list-style: none;
        line-height: 15px;
        float: left;
        font-size: 11px;
        font-family: 'Hind Siliguri', arial, sans-serif;
    }

        .header .menu-top li:last-child a {
            padding-right: 0;
        }

        .header .menu-top li.divider {
            border-right: 1px solid #fff;
        }

        .header .menu-top li a {
            display: inline-block;
            color: #fff;
            padding: 0px 10px;
            font-family: 'Hind Siliguri', 'Battambang';
            font-size: 14px;
        }

            .header .menu-top li a:hover {
                color: #D1DFEB;
            }

/*hide for v1*/
.header .contact {
    /*display: none;*/
    font-size: 20px;
    font-family: 'Hind Siliguri', arial, sans-serif, 'Battambang';
    font-weight: 300;
    margin-top: 8px;
}

    .header .contact p {
        float: left;
        margin-bottom: 0;
    }

        .header .contact p.phone {
            margin-right: 30px;
        }

        .header .contact p a {
            color: #fff;
        }

            .header .contact p a:hover {
                color: #D1DFEB;
            }

    .header .contact .fa {
        color: #fff;
        margin-right: 8px;
        font-size: 18px;
        position: relative;
        top: 1px;
    }

        .header .contact .fa.fa-phone {
            font-size: 22px;
            top: 2px;
        }

.header .search-form {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .header .search-form .form-control {
        width: 260px;
        background: #f5f5f5;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

        .header .search-form .form-control:focus {
            background: #fff;
            border-color: #118c86;
        }

.kh-name {
    
    color: white;
}

.header .logo-name .en-name {
    color: white;
    font-size: 26px;
}

.breaking-news-wrapper {
    color: #4E7DA2;
    margin-bottom: 20px;
}

    .breaking-news-wrapper marquee {
        line-height: 31px;
        margin-top: 5px;
        background: #f2f2f2;
    }

    .breaking-news-wrapper .breaking-news-bg {
        background: #f2f2f2;
        margin-top: 20px;
    }

.corner {
    display: inline-block;
    border-color: transparent transparent transparent red;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 15px;
    position: absolute;
    z-index: 99;
}

/*.main-nav {
    background: #1e7838;
}*/

    .main-nav button {
        background: #0a6f6a;
        color: #fff !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .main-nav button:focus {
            outline: none;
        }

        .main-nav button .icon-bar {
            background-color: #fff;
        }

    .main-nav .navbar-collapse {
        padding: 0;
    }

.main-nav .nav .nav-item {
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-family: 'Hind Siliguri', arial, sans-serif, 'Muol_Pali';
    z-index: 100;
}

        .main-nav .nav .nav-item.dropdown {
            z-index: 101;
        }

        .main-nav .nav .nav-item a {
            color: #fff;
            -webkit-transition: all 0s ease-in-out;
            -moz-transition: all 0s ease-in-out;
            -ms-transition: all 0s ease-in-out;
            -o-transition: all 0s ease-in-out;
        }

            .main-nav .nav .nav-item a:hover {
                background: #087571;
                color: white;
            }

        .main-nav .nav .nav-item.active {
            position: relative;
        }

            .main-nav .nav .nav-item.active > a {
                background: #074f4c5e;
                color: #fff;
            }

                .main-nav .nav .nav-item.active > a.dropdown-toggle:before {
                    display: none;
                }

        .main-nav .nav .nav-item.open a {
            background: #087571;
            color: #fff;
        }

        .main-nav .nav .nav-item .dropdown-menu {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            margin: 0;
            border: none;
            padding: 0;
            text-transform: none;
            min-width: 220px;
        }

            .main-nav .nav .nav-item .dropdown-menu a {
                border-bottom: 1px solid #076a67;
                padding: 8px 20px;
                font-family: 'Hind Siliguri', "Battambang";
                transition: all 0.2s linear;
            }

                .main-nav .nav .nav-item .dropdown-menu a:hover {
                    background: #076a67;
                    color: #fff;
                    padding-left: 24px;
                }

        .main-nav .nav .nav-item .dropdown-submenu {
            position: relative;
        }

            .main-nav .nav .nav-item .dropdown-submenu .fa {
                position: absolute;
                right: 15px;
                top: 10px;
            }

            .main-nav .nav .nav-item .dropdown-submenu li {
                position: relative;
            }

                .main-nav .nav .nav-item .dropdown-submenu li .fa {
                    position: absolute;
                    right: 15px;
                    top: 10px;
                }

            .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: 0px;
                margin-left: -1px;
            }
/* ======= Footer ======= */
.footer {
    /*box-shadow: 0px 0px 30px #e0e0e0;*/
    color: #118c86;
}

    .footer p {
    }

    .footer ul {
        padding-left: 0;
    }

    .footer li {
        list-style: none;
    }

    .footer h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer .footer-content {
        padding-top: 30px;
        font-size: 12px;
        background-image: url(../images/bg-white.png);
        background-size: auto 100%;
        background-color: #f5f5f5;
    }

        .footer .footer-content .footer-col .footer-col-inner {
            padding: 0 15px;
            font-size: 14px;
            font-family: 'Hind Siliguri', 'Battambang';
        }

            .footer .footer-content .footer-col .footer-col-inner h3 {
                font-size: 22px;
                font-family: 'Hind Siliguri', 'Muol_Pali';
            }

        .footer .footer-content .footer-col .fa {
            margin-right: 10px;
            display: inline-block;
            color: #767676;
        }

            .footer .footer-content .footer-col .fa.fa-phone {
                font-size: 16px;
            }

        .footer .footer-content .footer-col li {
            margin-bottom: 10px;
            font-size: 14px;
        }

        .footer .footer-content .footer-col a {
        }

            .footer .footer-content .footer-col a:hover {
                color: #269948;
            }

        .footer .footer-content .adr .fa {
            font-size: 16px;
            margin-top: 2px;
        }

        .footer .footer-content .subscribe-form {
            padding: 0;
        }

            .footer .footer-content .subscribe-form .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .footer .footer-content .subscribe-form .form-control {
                width: 250px;
                background: #f5f5f5;
                border: none;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
            }

                .footer .footer-content .subscribe-form .form-control:focus {
                    background: #fff;
                }

/*    .footer .bottom-bar {
        background: #1e7838;
        border-bottom: 4px solid #ecc805;
        font-family: 'Hind Siliguri', 'Battambang';
        padding: 5px 0;
        line-height: 3;
    }*/

    .footer .bottom-bar .copyright {
        font-size: 12px;
        color: black;
        line-height: 3;
        margin-top: 10px;
    }

            .footer .bottom-bar .copyright a:hover {
                color: #269948;
            }

        .footer .bottom-bar .social {
            margin: 0;
            font-size: 12px;
            text-align: right;
        }

            .footer .bottom-bar .social li {
                float: right;
                margin-left: 10px;
                text-align: center;
                font-size: 18px;
                line-height: 2;
            }

                .footer .bottom-bar .social li a {
                    color: #a9a9a9;
                    padding: 0 5px;
                }

                    .footer .bottom-bar .social li a:hover {
                        color: #118c86;
                    }
/* ======= FlexSlider ======= */
.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
}

    .flexslider .flex-control-nav {
        bottom: -35px;
    }

    .flexslider .flex-control-paging li a {
        background: #a1a1a1;
    }

        .flexslider .flex-control-paging li a:hover {
            background: #118c86;
        }

        .flexslider .flex-control-paging li a.flex-active {
            background: #118c86;
        }

    .flexslider .slides li {
        position: relative;
    }

    .flexslider .slides .flex-caption {
        position: absolute;
        bottom: 0;
        margin: 0;
        color: #fff;
        display: inline-block;
        font-family: 'Hind Siliguri', arial, sans-serif, 'Battambang';
    }

        .flexslider .slides .flex-caption .main {
            display: inline-block;
            background: rgb(17 140 134 / 69%);
            padding: 10px 15px;
            font-size: 16px;
            text-transform: uppercase;
        }

        .flexslider .slides .flex-caption .secondary {
            display: inline-block;
            background: rgba(0, 0, 0, 0.8);
            padding: 5px 15px;
            color: #fff;
            font-size: 16px;
        }

    .flexslider .slides .promo-badge {
        position: absolute;
        right: 60px;
        top: 30px;
    }
/* ======= Page ======= */
.page-wrapper .page-heading {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

    .page-wrapper .page-heading h1.heading-title {
        margin-top: 0;
        display: inline-block;
        font-size: 28px;
    }

.page-wrapper .breadcrumbs {
    display: inline-block;
}

    .page-wrapper .breadcrumbs ul {
        padding-top: 25px;
        margin: 0;
    }

        .page-wrapper .breadcrumbs ul li {
            color: #118c86;
            font-size: 12px;
            float: left;
            list-style: none;
            display: inline-block;
        }

            .page-wrapper .breadcrumbs ul li a {
                display: inline-block;
                padding: 0 5px;
                color: #aaaaaa;
            }

                .page-wrapper .breadcrumbs ul li a:hover {
                    color: #1E7838;
                }

            .page-wrapper .breadcrumbs ul li.breadcrumbs-label {
                padding-right: 0;
                color: #aaaaaa;
            }

            .page-wrapper .breadcrumbs ul li.current {
                max-width: 250px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .page-wrapper .breadcrumbs ul li .fa {
                margin-right: 5px;
                color: #aaaaaa;
            }

.page-wrapper ul li {
    margin-bottom: 5px;
}

    .page-wrapper ul li .fa {
        margin-right: 5px;
        color: #118c86;
    }

    .page-wrapper ul li.list-group-item {
        margin-bottom: -1px;
    }

.page-wrapper ul.nav li {
    margin-bottom: 0;
}

.page-wrapper ul.social-icons li .fa {
    margin-right: 0;
    color: #fff;
}

.page-wrapper ol li {
    margin-bottom: 5px;
}

.page-wrapper dl dd {
    margin-bottom: 5px;
}

.page-wrapper .page-content h1 {
    font-size: 26px;
    font-weight: normal;
}

.page-wrapper .page-content h2 {
    font-size: 24px;
    font-weight: normal;
}

.page-wrapper .page-content h3 {
    font-size: 20px;
    font-weight: normal;
}

.page-wrapper .page-content h4 {
    font-size: 18px;
    font-weight: normal;
}

.page-wrapper .page-content h5 {
    font-size: 16px;
    font-weight: normal;
}

.page-wrapper .page-content h6 {
    font-size: 14px;
    font-weight: normal;
}

.page-wrapper .page-content .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
}

.page-wrapper .page-content .page-row {
    margin-bottom: 30px;
}

.page-wrapper .page-content .custom-quote {
    border-color: #a7c2d9;
}

    .page-wrapper .page-content .custom-quote p {
        font-size: 14px;
        color: #777777;
        line-height: 1.5;
    }

    .page-wrapper .page-content .custom-quote .fa {
        color: #118c86;
        margin-right: 10px;
    }

    .page-wrapper .page-content .custom-quote .people {
        margin-top: 10px;
        font-size: 11px;
        color: #444;
        font-style: normal;
    }

        .page-wrapper .page-content .custom-quote .people .name {
            color: #118c86;
        }

.page-wrapper .page-content .has-divider {
    border-bottom: 1px dotted #bcbcbc;
    padding-bottom: 25px;
}

.page-wrapper .page-content .has-divider-solid {
    border-bottom: 1px solid #e8e8e8;
}

.page-wrapper .page-content .row-divider {
    border-bottom: 1px dotted #e8e8e8;
    padding: 10px 0;
}

.page-wrapper .page-content .even-row {
    background: #f5f5f5;
}

.page-wrapper .page-content .read-more.btn {
    margin-bottom: 15px;
    display: inline-block;
}

.page-wrapper .page-content .panel-title {
    font-size: 16px;
    font-weight: 300;
}

.page-wrapper .page-content .video-iframe {
    max-width: 100%;
}

.page-wrapper .page-content .album-cover {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.col-md-3 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.col-sm-3 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #f90303 !important;
    background-color: transparent !important;
}

.page-wrapper .page-content .album-cover:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.page-wrapper .page-content .album-cover > a:hover {
    position: relative;
}

    .page-wrapper .page-content .album-cover > a:hover img {
        display: block;
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
    }

.page-wrapper .page-content .album-cover .desc {
    padding: 15px;
    position: relative;
}

    .page-wrapper .page-content .album-cover .desc:before {
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -10px;
    }

.page-wrapper .page-content .prettyphoto:hover img {
    -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
    box-shadow: 0px 0px 5px 0px #e8e8e8;
}

.page-wrapper .page-sidebar h3.title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.page-wrapper .page-sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .page-wrapper .page-sidebar .widget.has-divider {
        border-bottom: 1px dotted #e8e8e8;
    }

    .page-wrapper .page-sidebar .widget .iframe {
        height: auto;
        min-height: 200px;
        max-width: 100%;
    }

    .page-wrapper .page-sidebar .widget .fa {
        margin-right: 5px;
        color: #118c86;
    }

        .page-wrapper .page-sidebar .widget .fa.fa-phone {
            font-size: 16px;
        }

    .page-wrapper .page-sidebar .widget .btn .fa {
        color: #fff;
    }

    .page-wrapper .page-sidebar .widget .nav li a {
        padding: 5px 15px;
        color: #444;
        margin-bottom: 10px;
        border-left: 5px solid transparent;
    }

        .page-wrapper .page-sidebar .widget .nav li a:hover {
            background: none;
            color: #118c86;
        }

    .page-wrapper .page-sidebar .widget .nav li.active a {
        background: none;
        color: #118c86;
        font-weight: bold;
        border-left: 5px solid #118c86;
    }

.page-wrapper .page-sidebar ul {
    padding-left: 0;
}

.page-wrapper .page-sidebar #flickr-photos li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .page-wrapper .page-sidebar #flickr-photos li img {
        max-width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

        .page-wrapper .page-sidebar #flickr-photos li img:hover {
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            opacity: 0.8;
        }

.page-wrapper .page-sidebar .news-item {
    margin-bottom: 15px;
}

    .page-wrapper .page-sidebar .news-item img {
        width: 40px;
        height: 40px;
    }

    .page-wrapper .page-sidebar .news-item .title {
        font-size: 14px;
        margin-top: 0;
    }

.page-wrapper .page-sidebar .testimonials-carousel {
    position: relative;
}

    .page-wrapper .page-sidebar .testimonials-carousel .fa {
        color: #118c86;
        margin-right: 5px;
        font-size: 18px;
    }

    .page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
        min-height: 300px;
    }

    .page-wrapper .page-sidebar .testimonials-carousel .people {
        margin-top: 10px;
    }

        .page-wrapper .page-sidebar .testimonials-carousel .people .name {
            color: #118c86;
        }

        .page-wrapper .page-sidebar .testimonials-carousel .people .title {
            color: #999;
        }

    .page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
        margin-top: 20px;
        text-align: right;
    }

        .page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            background: #dddddd;
            color: #fff;
            display: inline-block;
            width: 20px;
            height: 20px;
            text-align: center;
            margin-right: 0;
            font-size: 15px;
        }

        .page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
            padding-top: 2px;
            padding-right: 1px;
        }

        .page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
            padding-top: 2px;
            padding-right: 1px;
        }

        .page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
            background: #118c86;
        }
/* ======= Configure Style ======= */
.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
}

.config-wrapper-inner {
    position: relative;
}

.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #444;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .config-trigger:hover {
        background: #000;
    }

    .config-trigger .fa {
        font-size: 22px;
        padding-top: 8px;
        display: block;
        color: #fff;
    }

.config-panel {
    display: none;
    background: #444;
    color: #fff;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .config-panel p {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        color: #fff;
    }

    .config-panel ul {
        margin-bottom: 0;
    }

    .config-panel li a {
        display: block;
        width: 20px;
        height: 20px;
        border: 2px solid transparent;
    }

        .config-panel li a:hover {
            -webkit-opacity: 0.9;
            -moz-opacity: 0.9;
            opacity: 0.9;
            border: 2px solid rgba(255, 255, 255, 0.8);
        }

    .config-panel li.active a {
        border: 2px solid #fff;
    }

    .config-panel li.default a {
        background: #118c86;
    }

    .config-panel li.green a {
        background: #57a89a;
    }

    .config-panel li.purple a {
        background: #6f7a9f;
    }

    .config-panel li.red a {
        background: #a85770;
    }

    .config-panel .close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
    }

        .config-panel .close .fa {
            color: #fff;
        }

.ie8 .footer .footer-content {
    min-height: 280px;
}

.ie8 .navbar-nav {
    position: relative;
    z-index: 100;
}
/* ======= Home Page ======= */
.section-bg h1.section-heading {
    font-size: 18px;
    font-family: 'Hind Siliguri', 'Muol_Pali';
    font-weight: 300;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 10px;
    color: #118c86;
}

    .section-bg h1.section-heading .line {
        border-top: 2px solid #118c86;
        display: inline-block;
        padding: 0 15px;
        padding-top: 5px;
    }

.section-bg section {
    overflow: hidden;
    margin-bottom: 15px;
    /*box-shadow: 0px 0px 30px #e0e0e0;
    border-radius: 10px;*/
    background: #f5f5f5;
}

.section-bg .section-content {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0px;
}

.section-bg .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #ccc;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 0;
    font-size: 15px;
}

.section-bg .carousel-controls a.next .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.section-bg .carousel-controls a.prev .fa {
    padding-top: 2px;
    padding-right: 1px;
}

.section-bg .carousel-controls a:hover .fa {
    background: #118c86;
}

.section-bg .promo {
    margin-bottom: 30px;
}

    .section-bg .promo h1.section-heading {
        margin-top: 0;
        font-size: 24px;
        color: #fff;
    }

    .section-bg .promo p {
        color: #f5f5f5;
        font-family: 'Hind Siliguri', 'Battambang';
    }

    .section-bg .promo .btn-cta {
        font-size: 20px;
        margin-top: 30px;
        font-family: 'Hind Siliguri', arial, sans-serif;
    }

.section-bg .news {
    position: relative;
    font-family: 'Hind Siliguri', 'Battambang';
}

    .section-bg .news .carousel-controls {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .section-bg .news p {
        font-size: 12px;
        line-height: 2;
    }

    .section-bg .news h2.title {
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        height: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

        .section-bg .news h2.title a {
            color: #444;
            font-family: 'Hind Siliguri', 'Battambang';
        }

            .section-bg .news h2.title a:hover {
                color: #118c86;
            }

    .section-bg .news .news-item {
        padding-left: 115px;
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .section-bg .news .thumb {
        position: absolute;
        left: 0;
        top: 0;
    }

.section-bg .events .section-content {
    min-height: 520px;
}

.section-bg .events .event-item {
    position: relative;
    padding-left: 55px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Hind Siliguri', 'Battambang';
}

    .section-bg .events .event-item .date-label {
        background: #fff;
        position: absolute;
        left: 0;
    }

    .section-bg .events .event-item h2.title {
        margin-bottom: 5px;
        font-size: 16px;
        font-family: 'Hind Siliguri', 'Battambang';
        line-height: 24px;
    }

    .section-bg .events .event-item p {
        margin-bottom: 0;
    }

    .section-bg .events .event-item .fa {
        margin-right: 5px;
        font-size: 14px;
        min-width: 16px;
        color: #666;
    }

        .section-bg .events .event-item .fa.fa-map-marker {
            font-size: 18px;
        }

.section-bg .events .read-more {
    margin-top: 15px;
    font-family: 'Hind Siliguri', 'Battambang';
}

.section-bg .links {
    font-family: 'Hind Siliguri', 'Battambang';
}

    .section-bg .links .read-more {
        margin-top: 15px;
    }

.section-bg .events .details p {
    color: #666;
}

.section-bg .course-finder .course-finder-form {
    margin-bottom: 15px;
}

.section-bg .course-finder .keywords {
    padding-left: 0;
}

    .section-bg .course-finder .keywords input {
        width: 200px;
        margin-right: 5px;
    }

.section-bg .video {
    position: relative;
}

    .section-bg .video .carousel-controls {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .section-bg .video .video-iframe {
        max-width: 100%;
        width: 100%;
        height: 287px;
        margin-bottom: 5px;
    }

.section-bg .links .fa {
    margin-right: 5px;
}

.section-bg .testimonials {
    position: relative;
}

    .section-bg .testimonials .carousel-controls {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .section-bg .testimonials .fa {
        color: #118c86;
        margin-right: 5px;
        font-size: 18px;
    }

    .section-bg .testimonials .carousel .item {
        min-height: 298px;
    }

    .section-bg .testimonials .people {
        margin-top: 10px;
    }

        .section-bg .testimonials .people .name {
            color: #118c86;
        }

        .section-bg .testimonials .people .title {
            color: #999;
        }

.section-bg .awards {
    background: #fff;
}

    .section-bg .awards .logos {
        margin: 0;
        padding: 0;
    }

        .section-bg .awards .logos li {
            list-style: none;
            margin-right: 0;
            text-align: center;
        }

            .section-bg .awards .logos li img {
                margin: 0 auto;
            }

                .section-bg .awards .logos li img:hover {
                    -webkit-opacity: 0.6;
                    -moz-opacity: 0.6;
                    opacity: 0.6;
                }

.section-bg .perspective .carousel-control {
    background: none;
    width: auto;
    top: 50%;
    text-shadow: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .section-bg .perspective .carousel-control .fa {
        color: #e8e8e8;
        font-weight: bold;
    }

    .section-bg .perspective .carousel-control:hover .fa {
        color: #999;
    }

.section-bg .awards .carousel-control {
    background: none;
    width: auto;
    top: 20px;
    text-shadow: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .section-bg .awards .carousel-control .fa {
        color: #e8e8e8;
        font-weight: bold;
    }

    .section-bg .awards .carousel-control:hover .fa {
        color: #999;
    }
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
    font-size: 12px;
}

    .courses-wrapper .tab-content .item {
        margin-top: 15px;
    }

    .courses-wrapper .tab-content img {
        margin-bottom: 10px;
    }

.courses-wrapper .course-finder {
    margin-bottom: 30px;
}

    .courses-wrapper .course-finder .keywords input {
        width: 260px;
    }

.courses-wrapper .course-list-header {
    font-size: 13px;
    margin-bottom: 15px;
}

    .courses-wrapper .course-list-header .summary {
        padding-top: 10px;
    }

    .courses-wrapper .course-list-header .control-label {
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        margin-right: 10px;
        line-height: 2;
    }

    .courses-wrapper .course-list-header .sort {
        padding-top: 5px;
    }

    .courses-wrapper .course-list-header .sort-options {
        width: auto;
        height: 25px;
        font-size: 12px;
    }

.courses-wrapper .course-item {
    font-size: 12px;
}

    .courses-wrapper .course-item .col-meta {
        color: #777777;
    }
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
    background: #f5f5f5;
}

.events-wrapper .events-item .details .time {
    margin-right: 10px;
}

.events-wrapper .events-item .details .fa {
    margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
    color: #E14B39;
    display: inline-block;
    font-weight: normal;
    padding-left: 2px;
}

.gmap-wrapper {
    border: 1px solid #e8e8e8;
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

    .gmap-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }

        .wrapper:after {
            content: none;
        }

    .footer {
        height: auto;
    }

    .pull-right,
    .pull-left {
        float: none !important;
    }

    .logo {
        text-align: center;
    }

    .header .contact p {
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
        float: none;
    }

    .header .menu-top {
        text-align: center;
        margin-top: 10px;
    }



    .header br {
        display: none;
    }

    .header .social-icons {
        text-align: center;
        margin: 0 auto;
    }

        .header .social-icons li {
            float: none;
            display: inline-block;
        }

    .main-nav .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        border-top: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .header .search-form {
        text-align: center;
    }

        .header .search-form .form-group {
            display: inline-block;
        }

        .header .search-form .form-control {
            width: 210px;
        }

    .main-nav .nav .nav-item.active > a:before {
        content: none;
    }

    .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
        position: static;
        left: auto;
        margin-left: 0;
    }

    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
        padding-left: 30px;
    }

        .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
            padding-left: 34px;
        }

    .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
        padding-left: 45px;
    }

        .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
            padding-left: 49px;
        }

    .flexslider {
        margin-bottom: 15px;
    }

    .flex-direction-nav a {
        margin-top: -50px;
    }

    .flexslider .slides .flex-caption {
        position: static;
        display: block;
    }

        .flexslider .slides .flex-caption br {
            display: none;
        }

        .flexslider .slides .flex-caption .main {
            font-size: 13px;
            display: block;
            margin-bottom: 0;
        }

        .flexslider .slides .flex-caption .secondary {
            display: block;
            font-size: 12px;
        }

    .flexslider .flex-control-nav {
        display: none;
    }

    .section-bg .promo .btn-cta {
        margin-top: 0;
    }

    .section-bg .news .thumb {
        width: 60px;
        height: 60px;
    }

    .section-bg .course-finder .keywords {
        padding-left: 15px;
        margin-top: 10px;
    }

        .section-bg .course-finder .keywords input {
            width: 180px;
        }

    .section-bg .video .video-iframe {
        height: auto;
    }

    .section-bg .testimonials .carousel .item {
        min-height: inherit;
    }

    .section-bg .events .section-content {
        min-height: inherit;
    }

    .section-bg .awards .carousel-control {
        top: 50px;
    }

    .footer .footer-content .subscribe-form .form-control {
        width: 140px;
    }

    .footer #tweet .tweets-list-container {
        max-width: 100%;
    }

    .footer .bottom-bar .social li {
        float: left;
    }

    .footer-col-inner {
        margin-bottom: 30px;
    }

    .footer #tweet {
        min-height: inherit;
    }

    .footer .footer-content .footer-col .fa-twitter {
        text-align: center;
        margin-bottom: 10px;
    }

    .page-wrapper .page-heading h1.heading-title {
        float: none;
        text-align: center;
        display: block;
    }

    .page-wrapper .breadcrumbs {
        text-align: center;
        display: block;
    }

        .page-wrapper .breadcrumbs ul {
            padding-top: 0;
            padding-left: 0;
            margin: 0 auto;
        }

            .page-wrapper .breadcrumbs ul li {
                float: none;
                display: inline-block;
            }

                .page-wrapper .breadcrumbs ul li.current {
                    max-width: inherit;
                    overflow: visible;
                }

    .section-bg .course-finder .keywords input {
        float: left !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wrapper {
        min-height: inherit;
        margin-bottom: 0;
    }

        .wrapper:after {
            content: none;
        }

    .footer {
        height: auto;
    }

        .footer .bottom-bar .social li {
            float: left;
        }

    .footer-col-inner {
        margin-bottom: 15px;
    }

    .section-bg .testimonials .carousel .item {
        min-height: inherit;
    }

    .section-bg .events .section-content {
        min-height: inherit;
    }

    .footer #tweet {
        min-height: inherit;
    }

    .page-wrapper .album-covers {
        min-height: 360px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .content {
        padding-right: 0;
    }

    .section-bg .testimonials .carousel .item {
        min-height: 298px;
    }

    .section-bg .video .video-iframe {
        height: 400px;
    }

    .footer .bottom-bar .social li {
        float: right;
    }

    .footer #tweet {
        min-height: 100px;
    }


    /* Sticky Footer */
    html,
    body {
        height: 100%;
    }

    .wrapper:after {
        content: "";
        display: block;
        /* must be the same height as footer */
    }

    .smap-br {
        font-family: 'Hind Siliguri', 'Moul';
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    }

    .m-top {
        padding-top: 12px;
    }

    ol li a {
        color: darkgreen !important;
    }

    body:after {
        content: url(../img/close2.ico) url(../img/close1.ico);
        display: none;
    }

    #overlay {
        /*position: absolute;*/
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(54, 53, 53, 0.9);
        z-index: 997;
    }

    /*#lightBox {
        position: fixed;
        top: 50%;
        left: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 998;
        border: 3px solid antiquewhite;
        border-radius: 3px;
    }*/

    #centeredImg {
        max-width: 100%;
        max-height: 100%;
    }

    #closeIcon {
        background: url(/images/close2.ico) left no-repeat;
        width: 34px;
        height: 34px;
        padding: 1px;
        position: absolute;
        right: -38px;
        top: 0;
        padding: 0px;
        -webkit-filter: opacity(.25);
        filter: opacity(.25);
    }

    @media (max-width: 500px) {
        #closeIcon {
            background: url(/images/close1.ico) left no-repeat;
            width: 26px;
            height: 26px;
            right: 1px;
            z-index: 999;
            -webkit-filter: invert(.4);
            filter: invert(.4);
        }
    }

    #closeIcon:hover {
        -webkit-filter: opacity(.6);
        filter: opacity(.6);
    }

    @media (max-width: 500px) {
        #closeIcon:hover {
            -webkit-filter: invert(.6);
            filter: invert(.6);
        }
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .section-bg .course-finder .keywords input {
        width: 255px;
    }
}

.news-detail {
    margin-bottom: 20px;
}



.dataTable td {
    word-break: break-all;
}

a:hover {
    color: #118c86;
}

.clear {
    clear: both;
}

.content-title, .detail-title {
    height: 100px;
    margin-bottom: 30px;
    background-image: url(../images/bg-white.png);
    background-size: 30%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.detail-title {
    height: auto;
    color: black;
    padding: 20px 0;
}

    .detail-title a {
        color: white;
    }

        .detail-title a:hover {
            color: #F3BA26;
        }

.content-title h2 {
    margin: 0;
    color: black;
    font-family: 'Hind Siliguri', 'Muol_Pali';
    font-size: 22px;
}

/*.header {
    border-top: 3px solid gold;
}*/

.header-right {
    margin-top: 10px;
}

.header .logo-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .header .logo-name a {
        float: left;
    }

    .header .logo-name img {
        width: 122px;
    }

    .header .logo-name .title-wrap {
        margin: 40px 0 20px 15px;
        float: left;
        width: 500px;
    }

        .header .logo-name .title-wrap span {
            font-weight: normal;
            font-style: normal;
            font-family: "Tangerine";
        }

    .header .logo-name h2 {
        font-size: 27px;
        line-height: 40px;
        margin: 5px 0;
        font-family: 'Hind Siliguri', 'Muol_Pali';
    }

    .header .logo-name .title-en {
        font-weight: bold;
        font-size: 27px;
    }

        .header .logo-name .title-en:nth-child(2n) {
            font-size: 24px;
        }

/*.service-sidebar {
    height: 345px;
}*/

/*.service-sidebar h1 {
        text-align: center;
    }*/

.flex-control-nav {
    display: none;
}

.flexslider {
    margin-bottom: 10px;
}

.header .header-main {
    position: relative;
}

.divider {
    float: left;
    margin-bottom: 0;
}

    .divider img {
        width: 25px;
    }

.main-nav .nav .nav-item .dropdown-menu {
    min-width: 250px;
}

/*.main-nav .nav .nav-item:first-child a {
    border-left: 1px solid #18682f;
}*/

/*.main-nav .nav .nav-item a {
    border-right: 1px solid #18682f;
}*/

.lang-active {
    border: 1px solid gold;
}

.mo-wrapper {
    height: 50px;
    margin-bottom: 5px;
    border-bottom: 1px solid #0a6f6a;
    display: none;
    font-size: 15px;
}

.localized-kh a {
    padding-left: 5px !important;
}

.localized-en, .localized-kh {
    margin-top: -2px;
}

.mo-wrapper .contact {
    display: none;
    margin-top: -5px;
    margin-right: 10px;
}

.social-icon {
    background: rgba(128, 128, 128, 0.3);
    color: white;
    width: 70px;
    height: 70px;
    padding-left: 23px;
    line-height: 75px;
    margin: 2px;
    transition: none;
}

    .social-icon:hover {
        background: rgba(128, 128, 128, 0.18);
    }

.social .fa {
    color: white !important;
    font-size: 25px;
}

.social #Email-error {
    display: none !important;
}

.social .form-control.error {
    background: #FFFF80 !important;
}

.section-bg {
    margin-top: 15px;
}

.thumb img {
    width: 100%;
}

.social-icons {
    float: right;
}

    .social-icons a {
        margin-right: 0;
        margin-left: 10px;
    }

.header-search {
    float: right;
}

.header .menu-top {
    padding: 10px 0;
}

.service-ul {
    padding-left: 25px;
    word-wrap: break-word;
}

.section-bg .news .thumb {
    width: 100px;
    height: auto;
}

.news-item .title {
    line-height: 28px;
}

.sub-title:first-child {
    padding-left: 0;
}

.news-item img:hover {
    opacity: 0.8;
}

.sub-title {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    padding-left: 10px;
}

.sub-wrapper > .sub-title:after {
    display: block;
    content: '/';
    position: absolute;
    right: -6px;
    bottom: 2px;
    opacity: 0.3;
}

.sub-wrapper > .sub-title:last-child:after {
    content: '';
}

.sub-title:last-child {
    border: none;
}

.heading-title {
    line-height: 33px;
    margin: 0;
    font-size: 16px;
}

.details .sub-wrapper {
    margin-bottom: 20px;
}

.container-fluid {
    padding: 0;
}

.sidebar {
    position: static;
}

.load-more {
    margin-bottom: 30px;
    display: none;
}

    .load-more button {
        width: 100%;
        padding: 8px 0;
        text-align: center;
        margin-bottom: 30px;
        background: #f5f5f5;
        color: #1e7838;
        cursor: pointer;
        border: none;
    }

        .load-more button:hover {
            background: #C0C0C0;
            color: white;
        }

.news-item .thumb {
    height: 180px;
    overflow: hidden;
    padding: 0px !important;
}

/*Loading*/
#fountainG {
    position: relative;
    width: 102px;
    height: 12px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(255,255,255);
    width: 12px;
    height: 12px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.165s;
    -o-animation-duration: 1.165s;
    -ms-animation-duration: 1.165s;
    -webkit-animation-duration: 1.165s;
    -moz-animation-duration: 1.165s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.466s;
    -o-animation-delay: 0.466s;
    -ms-animation-delay: 0.466s;
    -webkit-animation-delay: 0.466s;
    -moz-animation-delay: 0.466s;
}

#fountainG_2 {
    left: 13px;
    animation-delay: 0.5825s;
    -o-animation-delay: 0.5825s;
    -ms-animation-delay: 0.5825s;
    -webkit-animation-delay: 0.5825s;
    -moz-animation-delay: 0.5825s;
}

#fountainG_3 {
    left: 25px;
    animation-delay: 0.699s;
    -o-animation-delay: 0.699s;
    -ms-animation-delay: 0.699s;
    -webkit-animation-delay: 0.699s;
    -moz-animation-delay: 0.699s;
}

#fountainG_4 {
    left: 38px;
    animation-delay: 0.8155s;
    -o-animation-delay: 0.8155s;
    -ms-animation-delay: 0.8155s;
    -webkit-animation-delay: 0.8155s;
    -moz-animation-delay: 0.8155s;
}

#fountainG_5 {
    left: 51px;
    animation-delay: 0.932s;
    -o-animation-delay: 0.932s;
    -ms-animation-delay: 0.932s;
    -webkit-animation-delay: 0.932s;
    -moz-animation-delay: 0.932s;
}

#fountainG_6 {
    left: 64px;
    animation-delay: 1.0485s;
    -o-animation-delay: 1.0485s;
    -ms-animation-delay: 1.0485s;
    -webkit-animation-delay: 1.0485s;
    -moz-animation-delay: 1.0485s;
}

#fountainG_7 {
    left: 76px;
    animation-delay: 1.165s;
    -o-animation-delay: 1.165s;
    -ms-animation-delay: 1.165s;
    -webkit-animation-delay: 1.165s;
    -moz-animation-delay: 1.165s;
}

#fountainG_8 {
    left: 89px;
    animation-delay: 1.2915s;
    -o-animation-delay: 1.2915s;
    -ms-animation-delay: 1.2915s;
    -webkit-animation-delay: 1.2915s;
    -moz-animation-delay: 1.2915s;
}



@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(26,117,21);
    }

    100% {
        transform: scale(.3);
        background-color: rgba(255,255,255,0);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(26,117,21);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgba(255,255,255,0);
    }
}

/*@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(26,117,21);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgba(255,255,255,0);
    }
}*/

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(26,117,21);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgba(255,255,255,0);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(26,117,21);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgba(255,255,255,0);
    }
}
/*-----*/

.news-item .read-more {
    display: none;
}

.read-mores {
    display: inline-block;
    margin: 10px 0px;
}

.ul-style {
    padding: 0;
    margin: 0;
}

    .ul-style li {
        margin-bottom: 0 !important;
        list-style: none;
        border-top: 1px dashed #dadada;
    }


        .ul-style li:last-child {
            border-bottom: 1px dashed #dadada;
        }

        .ul-style li a {
            width: 100%;
            height: 100%;
            display: inline-block;
            padding: 10px;
            transition: 200ms ease-in-out;
        }

            .ul-style li a:hover {
                padding-left: 15px !important;
                color: #118c86;
            }

.service-blog ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .service-blog ul li {
        display: flex;
        width: 50%;
        margin: 0;
    }

        .service-blog ul li a {
            text-align: center;
            padding: 5px;
            width: 100%;
            height: 144px;
            background: white;
            margin: 4% !important;
            overflow: hidden;
            border-radius: 10px;
            border: 1px solid #118c86;
            box-shadow: 0px 0px 30px #e0e0e0;
            background-image: url(../images/bg-white.png);
            background-size: auto 100%;
            font-size: 12px;
            line-height: 20px;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

            .service-blog ul li a i {
                font-size: 50px;
                margin: 5px 0 8px !important;
            }

.sidebar-list li {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .sidebar-list li:last-child {
        border-bottom: 1px dashed #ccc;
    }

    .sidebar-list li a {
        padding: 7px;
        white-space: nowrap;
    }

.page-content img {
    max-width: 100%;
}

label.error {
    display: none !important;
}

.error {
    background: #fff3c7 !important;
}

.news-detail img {
    width: 100%;
    height: auto !important;
}

.img-new {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99;
}

.main-nav.scroll-to-fixed-fixed {
    background-color: #118c86;
    background-image: url(../images/bg-white.png);
    background-size: 30%;
}

.services-sidebar {
    display: flex;
}

    .services-sidebar .service {
        background: white;
        width: 50%;
        height: 150px;
        border-radius: 22px;
    }

.flex-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    padding: 15px;
    align-items: center;
}

    .flex-list .list-child {
        display: flex;
        align-items: center;
    }

        .flex-list .list-child img {
            margin-right: 10px;
        }

.breadcrumb {
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding: 0;
    background: transparent;
}

    .breadcrumb a {
        color: #444 !important;
    }

        .breadcrumb a:hover {
            color: #118c86 !important;
        }

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #118c86;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media only screen and (max-width: 992px) {

    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .tran-wrapper {
        left: 15px;
    }

    .header-right {
        display: none;
    }

    .header .header-main {
        padding-top: 0;
    }

    .header .menu-top {
        margin-top: 8px !important;
    }

    .mo-wrapper {
        display: block;
    }

        .mo-wrapper .header-search input[type="text"] {
            height: 26px;
            margin-top: 2px;
        }
}

@media only screen and (max-width: 768px) {

    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 13px;
    }

    .logo, .header .logo-name {
        text-align: center;
    }

    .mo-wrapper .menu-top {
        float: left;
        margin-top: 0;
    }

    .mo-wrapper .localized-en, .mo-wrapper .localized-kh {
        margin-top: -2px;
    }

    #topcontrol {
        display: none;
    }
}

@media only screen and (max-width: 672px) {
    .header .logo-name a {
        width: 100%;
    }

    .header .logo-name .title-wrap {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 415px) {
    .mo-wrapper .contact {
        display: none;
    }

    .logo-name {
        padding: 0;
    }

    .header .logo-name .kh-name {
        text-align: center;
        font-size: 18px;
    }

    .header .logo-name .en-name {
        text-align: center;
        font-size: 17px;
    }

    .header .logo-name .title-en:nth-child(2n) {
        font-size: 17px;
    }

    .mo-wrapper .header-search {
        display: none;
    }

    .header .logo-name a {
        width: 100%;
    }

    .header .logo-name .title-wrap {
        width: 100%;
        margin: 15px 0 0;
    }

    /*.header .logo-name .title-en {
        font-size: 22px;
    }

        .header .logo-name .title-en:nth-child(2n) {
            font-size: 21px;
        }*/
}

/*@media only screen and (max-width: 376px) {
    .header .logo-name .kh-name {
        font-size: 27px;
    }

    .header .logo-name .en-name {
        font-size: 22px;
    }

    .header .logo-name .title-en {
        font-size: 22px;
    }

        .header .logo-name .title-en:nth-child(2n) {
            font-size: 19px;
        }
}

@media only screen and (max-width: 330px) {
    .header .logo-name .kh-name {
        font-size: 22px;
    }

    .header .logo-name .en-name {
        font-size: 17px;
    }

    .header .logo-name .title-en {
        font-size: 19px;
    }

        .header .logo-name .title-en:nth-child(2n) {
            font-size: 17px;
        }
}*/

#fixed-info {
    background: rgba(222,237,242,.8);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    z-index: 9999;
    border-top: 1px solid #90D4DD;
    width: 100%;
}

    #fixed-info span {
        font: normal 14px;
        float: left;
        padding: 5px 10px 0;
        color: #fff;
        background: #168436;
        height: inherit;
        border-radius: 0 50px 50px 0;
        width: 120px;
    }

    #fixed-info marquee {
        position: fixed;
        left: 122px;
        right: 10px;
        bottom: 3px;
        z-index: 10000;
        width: 100%;
        height: 35px;
        color: #000;
    }

    #fixed-info ul {
        width: 1000%;
        list-style-type: square;
    }

.list {
    list-style-type: square;
    margin-left: 10px;
    margin-left: 10px;
}

#fixed-info ul li {
    float: left;
    color: #037d12 !important;
    margin-right: 35px;
    font-size: 13px;
    font-family: Hanuman,Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

#fixed-info marquee a:visited {
    text-decoration: none;
    color: #168436;
}

#fixed-info ul li a {
    color: #037d12 !important;
    font-family: 'Battambang';
}

#fixed-info marquee a {
    text-decoration: none;
    color: #168436;
}

.fex_bottom {
    /*margin-bottom: 35px;*/
}

#topcontrol {
    margin-bottom: 2.5%;
}
/*-----------------------video page------------------------------------*/
.left {
    float: left;
}

.size20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.kh {
    font-family: 'Hanuman', serif;
    font-family: 'kh_battambong';
}

.w100 {
    width: 100%;
}

.size13 {
    font-size: 13px;
}

.bold {
    font-weight: bold;
}

.kh {
    font-family: 'Hanuman', serif;
    font-family: 'kh_battambong';
}

table {
    border-collapse: collapse;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.w100 {
    width: 100%;
}

.st_div {
    width: 950px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 15px;
}

.round_3x {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.right {
    float: right;
}

.st_title {
    height: 42px;
    overflow: hidden;
    padding: 5px;
    line-height: 19px;
}

.videos_form {
    padding-top: 15px;
}

/*img, .embed-responsive {
  margin-bottom: 30px;
  }*/
.bs-example {
    margin: 20px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}


.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
    top: 32px;
    z-index: 99998;
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

    .YouTubePopUp-Content iframe {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        height: 480px !important;
        border: none !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

    .YouTubePopUp-Close:hover {
        opacity: 0.5;
    }

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }

    .YouTubePopUp-Close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }

    .YouTubePopUp-Close {
        bottom: 262px;
    }
}

.numberlist{
    padding-left:10px;
    color:green;
    font-weight:bold;
}

.content_u {
    font-size: 13px;
    color: #000000;
}

.board {
    font-family: "Khmer OS Muol Light" !important;
    font-size: 13px !important;
    color: #0066FF !important;
}

.color_subtitle {
    color: #ce9800 !important;
}
.padding-tb1 {
    padding-left: 30px;
}

.link-bgcolor1 {
    background-color: #FFFFFF;
}
.DarkGray {
    color: #666666;
}
.board_title {
    font-family: "Khmer OS";
    font-size: 13px;
    color: #333399;
}

.padding-tb {
    padding-top: 4px;
    padding-bottom: 5px;
}

.closedlanguage2 {
    color: #0066CC;
}

.padding-tb {
    padding-top: 4px;
    padding-bottom: 5px;
}
.openlanguage2 {
    color: #0066CC;
}


.padding-tb1 {
    padding-left: 30px;
}
.pad-tb1 {
    padding-left: 20px !important;
}

.link-bgcolor1 {
    background-color: #FFFFFF;
}

.technology2 {
    cursor: hand;
    cursor: pointer;
    font: normal 13px Khmer OS;
    margin: 0px 0;
    background-color: #FFFFFF;
    line-height: 25px;
    /*padding-left: 10px;*/
    text-align: center;
}
.contenttable {
    padding-bottom: 40px !important;
    box-shadow: 0px 0px 30px #e0e0e0;
    border-radius: 10px 10px 10px;
    margin-bottom: 12px;
    padding-right: 14px;
    padding-left: 14px;
}
.contenttableCpa {
    padding-bottom: 40px !important;
    border-radius: 10px 10px 10px;
    margin-bottom: 12px;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 19px;
}
.styletd {
    max-width: 307px !important;
    vertical-align: top;
}
.styletd1 {
    max-width: 30px !important;
    vertical-align: top;
}
.styletd2 {
    max-width: 44px !important;
    vertical-align: top;
}
.styletd3 {
    max-width: 131px !important;
    vertical-align: top;
}
.styletd4 {
    max-width: 59px !important;
    vertical-align: top;
}
}
/*/*.thelanguage {
    display: none
}*/
/*.thelanguage1 {
    display: none
}
.thelanguage2 {
    display: none
}
.thelanguage3 {
    display: none
}
.thelanguage4 {
    display: none
}
a.hiddenajaxlink {
    display: none
}*/
.padding-tb {
    padding-top: 4px;
    padding-bottom: 5px;
}

.color_title {
    color: #0066CC;
}

.content_uMoul {
    font-family: "Khmer OS Muol Light";
    font-size: 13px;
    font-weight: normal;
}

.img_poin {
    cursor: pointer;
    height: 180px;
}

/*image*/
#myImg {
    /*border-radius: 5px;*/
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    background-color: rgba(80, 77, 77, 0.8);
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border: 3px solid green;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*End image*/
/*.tab-content{
    padding-right:2.2%;
    padding-left:2.2%;
}*/
.fix_more {
    margin-top: -16px;
    margin-left: 15px;
    margin-bottom: 9px;
}

.itemsContainer {
    /*background: red;*/
    float: left;
    position: relative
}

    .itemsContainer:hover .play {
        display: block
    }

.play, .youtube-play {
    position: absolute;
    display: none;
    top: 40%;
    width: 40px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 100
}
.youtube-play {
    top: 25%;
}
.img-rps {
    max-height: 186px;
    width: 720px;
}
.img-sidebar {
    max-height: 72px;
    width: 720px;
}
.album-cover{
    margin-bottom:0px !important;
}
.img_fix {
    width: 100%;
    border: 2px solid green;
    cursor:zoom-in;
}
.sta {
    padding-top: 0px !important;
}

.newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
    /*word-break: break-all;
    word-wrap: break-word;*/
}

.imgupclick {
    vertical-align: middle;
    width: 104%;
    padding-top: 16%;
    padding-left: 29%;
}
.selected {
    position: absolute;
    width: 100%;
    top: 72px;
    position: relative;
    margin-left: 41px;
}
.vdpadding{
    padding-bottom:9px;
}

.img-thumbnail {
    margin-bottom: 0px !important;
}

.searchandfilter div {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 5px 10px;
}

.searchandfilter ul {
    display: inline-block;
}

.primary ul {
    padding-left: 20px;
    padding-right: 20px;
}

* {
    margin: 0;
    padding: 0;
}

user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    background: none !important;
    padding-left: 0 !important;
}

.primary li {
    padding: 6px 0;
    font-size: 16px;
}

.searchandfilter ul {
    display: inline-block;
}

ol, ul {
    margin: 0;
    padding: 0px;
}

.searchandfilter input[type="submit"] {
    background: #118c86;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}

.searchandfilter input, .searchandfilter select {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.9;
}
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}

