/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/** Generated by FG **/
@font-face {
    font-family: 'Koh-Santepheap-Body';
    src: url('fonts/Koh-Santepheap-Body.eot');
    src: local('☺'), url('fonts/Koh-Santepheap-Body.woff') format('woff'), url('fonts/Koh-Santepheap-Body.ttf') format('truetype'), url('fonts/Koh-Santepheap-Body.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Koh-Santepheap-Body-Bold';
    src: url('fonts/Koh-Santepheap-Body-Bold.eot');
    src: local('☺'), url('fonts/Koh-Santepheap-Body-Bold.woff') format('woff'), url('fonts/Koh-Santepheap-Body-Bold.ttf') format('truetype'), url('fonts/Koh-Santepheap-Body-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Koh-Santepheap-Head';
    src: url('fonts/Koh-Santepheap-Head.eot');
    src: local('☺'), url('fonts/Koh-Santepheap-Head.woff') format('woff'), url('fonts/Koh-Santepheap-Head.ttf') format('truetype'), url('fonts/Koh-Santepheap-Head.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** Generated by FG **/
@font-face {
    font-family: 'Koh-Santepheap-Light';
    src: url('fonts/Koh-Santepheap-Light.eot');
    src: local('☺'), url('fonts/Koh-Santepheap-Light.woff') format('woff'), url('fonts/Koh-Santepheap-Light.ttf') format('truetype'), url('fonts/Koh-Santepheap-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

* {
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
}

iframe {
    overflow: hidden;
    max-width: 100%;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===========================================================================
    Scroll pane
============================================================================= */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
  overflow: hidden;
  position: relative;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #dde;
  position: relative;
}

.jspDrag
{
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Koh-Santepheap-Body', 'Open Sans','Battambang', sans-serif, cursive;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2 {
    text-transform: uppercase;
    color: #0f496e;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
    font-family: 'Koh-Santepheap-Head', 'Open Sans','Battambang', sans-serif, cursive;
    font-weight: normal;
}

a {
    color: #666666;
}

h4 a {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 10px 0;
}

div {
    outline: none;
}

input {
    outline: none;
}

.row,
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row > [class^="col-"], .row > [class^=" col-"],
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-5.row {
    margin-left: -5px;
    margin-right: -5px;
}

.gutter-5 > [class^="col-"], .gutter-5 > [class^=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
  max-width: 100%;
}


.container {
    width: 1210px;
    margin: 0 auto;
}

article {
    display: inline-block;
    width: 100%;
}

header {
    z-index: 98;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-end {
    height: 211px;
}

.is-sticky .logo img {
    width: 160px;
    height: auto;

    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

.is-sticky .banner-top .banner-box{
    height: 75px;
}

.is-sticky .navigation-box {
    padding: 10px 0;
}

.header-top {
    background: #0f496e;
}

.header-bar,
.action-bar {
    border-bottom: 2px solid #0f496e;
    margin-bottom: 15px;
}

.news-container .container:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 25px;
    margin-top: 10px;
}
.action-bar h2 {
    float: left;
    margin-bottom: 5px;
	line-height:0px
}

.action-bar ul {
    float: right;
    margin-top: 23px;
    padding-bottom: 5px;
}

.top-story .action-bar ul {
    padding-bottom: 0;
}

.top-story .action-bar ul li {
    padding-bottom: 5px;
}

.action-bar ul li {
    display: inline-block;
    float: left;
    padding-left: 10px;
    position: relative;
    padding-right: 9px;
}

.top-story .action-bar ul li {
    color: #929292;
    font-size: 13px;
    text-transform: uppercase;
}

.action-bar ul li:after {
    content: "";
    width: 1px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    background: #929292;
}

.action-bar ul li:last-child:after {
    width: 0;
}

.nav li {
    list-style: none;
}

.have-child > a:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin: 0 0 0 10px;
}

.top-nav {
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

.access .cl-effect-10 span {
    background: #fff;
    color: #3a6383;
}
.access .cl-effect-10 a::before {
    background: #3a6383;
    color: #fff;
}

.top-nav > li {
    display: inline-block;
    float: left;
}

.top-nav > li a {
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.top-nav ul {
    display: none;
    position: absolute;
    background: #015989;
    right: 0;
    padding: 20px 10px 20px 10px;
    margin: 0;
    z-index: 99;
}

.top-nav i {
    padding-right: 5px;
}

.top-nav .have-child:hover ul {
    display: block;
}

.phone-contact:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #24292d;
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}

.access {
    float: right;
    margin-bottom: 0;
}

.access .nav {
    padding: 7px 0 0 0;
}

.access li {
    display: inline-block;
    float: left;
}

.access li a {
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
}

.access li a.subscribe {
    padding: 0;
    background: #3a6383;
    color: #fff;
}

.cl-effect-10 a.subscribe:before,
.cl-effect-10 .subscribe span {
    padding: 7px 20px 6px 20px;

}

/* .access li.login a:hover,
.access li a.subscribe:hover {
    color: #3a6383;
    background: #fff;
} */

.login {
    color: #262b2f;
}

.access li a:hover {
    color: #ccc;
    background: #fff;
}

.login:before {
        content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 10px 15px 0 0;
    display: block;
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.revolution-slider .content,
.owl-navigation .content,
.owl-destination .content {
    position: absolute;
    bottom: 70px;
    left: 45px;
    background: rgb(81,128,151);
    background: rgba(81,128,151,0.7);
    color: #fff;
    z-index: 9;
    padding: 10px 20px;
    max-width: 530px;
}

.revolution-slider .content {
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}

.owl-item h4 {
    font-size: 30px;
}

.owl-item a:hover {
    text-decoration: none;
    color: #fff;
}

.owl-navigation .content {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
    padding: 30px 10px 10px 10px;
    line-height: 24px;
}

.owl-navigation .item:hover .content {
    opacity: 0.7;
}

.owl-navigation .content h4 {
    font-size: 18px;
    line-height: 24px;
}

.owl-carousel .item {
    position: relative;
}


.owl-navigation {
    padding: 10px 40px;
    background: #517897;
}

.owl-navigation .item {
    cursor: pointer;
}

.owl-navigation .current .content {
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 5px;
    right: -5px;
    text-indent: -9999px;
    background: transparent url('../img/slider-arrow.png') no-repeat;
    width: 42px;
    height: 150px;
    background-position: 0px -15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    background-image: url(../img/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px -15px;
}

.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -5px;
    background-position: 0 -260px;
}

.owl-theme .owl-nav .owl-prev:hover {
    background-image: url(../img/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px -260px;
}

.owl-destination.owl-theme .owl-dots,
.owl-navigation.owl-theme .owl-dots {
    display: none;
}

.live-box .item {
    padding: 10px;
    position: relative;
    margin: 1px;
}

.live-box .item:nth-child(even) {
    background: #ddeaf2;
}

.live-box .item p {
    margin: 10px 0;
}

.live-box .h-scroll {
    /* max-height: 650px; */
    height: 627px;
    overflow: hidden;
    float: none;
    width: 100%;
}

  .live-box .h-scroll article h4 a {
    color: #666666;
  }

/*.live-box .h-scroll article:last-child {
    margin-bottom: 50px;
}*/

.main-top-story .owl-carousel {
    max-height: 495px;
}

.main-top-story .owl-carousel .owl-item .item,
.main-top-story .owl-carousel .owl-item {
    max-height: 495px;
}

.live-box .h-scroll .jspPane  {
    left: 0 !important;
}

.page-template-page-main-category .live-box .h-scroll,
.category .live-box .h-scroll {
    max-height: 342px;
}

.live-box .scroll-trigger > div {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #ccc;
    cursor: pointer;
    margin: 3px;
}

.nav-wrapper-box {
    padding: 13px 0;
    border-bottom: 2px solid #c1c1c1;
    margin: 0;
}

.logo {

}

.banner-top .banner-box {
    height: 135px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.navigation-box {
    padding: 35px 0;
    padding-right: 0;
}

.search-trigger {
    float: right;
    margin-top: 4px;
}

.search-trigger a {
    text-indent: -9999px;
    background: url('../img/search-icon.png') no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin: 10px 0 10px 10px;
}

.article .live-box h2,
.live-box h2 {
    display: block;
    background: #cc190f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 7px;
    margin: 0;
    float: none;
}

.live-box h2 i {
    margin-right: 5px;
}


.live-box .jspVerticalBar {
    right: -25px;
    z-index: 97;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp,
.live-box .jspVerticalBar .jspArrow {
    left: -15px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: transparent url('../img/scroll-arrow.png') no-repeat;
    background-position: 0 0 ;
}
.h-scroll {
    border: 1px solid #ddebf2;
}

.live-box .mCustomScrollBox:before {
    content: "";
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-top: 1px solid #ddebf2;
}

.live-box .mCSB_draggerContainer {
    display: none;
}

.mCSB_scrollTools {
    z-index: 9;
}


.live-box .jspVerticalBar .jspArrow:before {
    border-bottom: 0;
    border-top: 0;
}

.mCSB_scrollTools .mCSB_buttonUp,
.live-box .jspVerticalBar .jspArrow.jspArrowUp {
    left: -50px;
    background-position: 0 -197px;
}


.mCSB_scrollTools .mCSB_buttonDown.disable,
.live-box .jspVerticalBar .jspArrow.jspDisabled {
    background-position: 0 -100px;
}

.mCSB_scrollTools .mCSB_buttonUp.disable,
.live-box .jspVerticalBar .jspArrow.jspArrowUp.jspDisabled {
    background-position: 0 -297px;
}

.live-box .jspVerticalBar:after {

}

.live-box .jspContainer:before {
    content: "";
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    border-top: 1px solid #ddebf2;
}

.jspContainer {
    border: 1px solid #ddebf2;
}

.live-box .item.extender {
    margin-bottom: 80px;
    background: transparent;
}
.live-box .extender {
    padding-bottom: 50px;
    background: transparent;
    float: none;
    display: block;
}
.more-news {
    position: relative;
    padding:  0 0 0 20px;
    text-decoration: none;
}
.more-news:before {
      background: #cc190f;
    height: 12px;
    position: absolute;
    width: 4px;
    content: "";
    left: 4px;
    top: 4px;
}
.more-news::after {
  background: #cc190f;
  content: "";
  height: 4px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 12px;
}


.more-box {
        position: absolute;
    bottom: 6px;
    left: 20px;
    z-index: 97;
}
.live-box .jspVerticalBar {
    width: 0;
    top: 0;
}

.item .short-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0f496e;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    z-index: 2;
}

.full-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #0f496e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    z-index: 2;
}

.header-bar h2,
.featured h2 {
    float: left;
    line-height: 45px;
}

.header-bar .nav,
.featured .nav {
    float: right;
    padding-bottom: 0;
    margin-top: 23px;
}
.header-bar .nav li,
.featured .nav li {
    display: inline-block;
    float: left;
}

.header-bar .nav li a,
.featured .nav li a {
    color: #0f496e;
    padding: 5px 10px;
}

.kh-nav li a {
    font-family: 'Koh-Santepheap-Body', 'Open Sans','Battambang', sans-serif, cursive;
}

article  p {
        padding: 20px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 1px;
}

.live-box article p {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
}

.short-info ul {
    padding-bottom: 0;
}

.short-info li {
    display: inline-block;
    float: none;

}

.single-post .short-info li {
    padding-left: 20px;
}

.short-info {
   text-align: right;
   padding-right: 20px;
}

.article-grid .short-info {
    position: absolute;
    right: 10px;
    bottom: -6px;
}

.short-info .fa-clock-o {
    padding: 0 15px 0 3px;
}
.short-info > div {
    float: right;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: -20px;
}


.social-share{
    color: #132943;
    position: relative;
    float: right;
    display: inline-block;
    -webkit-transform: translateZ(0);
    margin: 0;
    padding-top: 1px;
    width: 45px;
    height: 41px;
}

.social-share .icon-share-wrapper{
    height: 17px;
    width: 17px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    float: right;
    padding: 3px;

    -webkit-transform: translateZ(0);

    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;

}
.social-share .icon-share-wrapper:before {
        content: "";
    width: 42px;
    height: 42px;
    background:  #f1f1f1;
    z-index: 0;
    position: absolute;
    display: block;
    top: -18px;
    left: -23px;
    border-radius: 50%;
}
.social-share .icon-share-wrapper .icon-share {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-transform: translateZ(0);

    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    position: relative;
    margin: 0 0 0 5px;
}

.social-share > span {
    position: relative;
    z-index: 3;
}

.icon-share img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    float: none;
    margin: 1px 0 0 0;
    display: inline-block;
}

.social-share nav img {
        vertical-align: top;
    float: none;
    margin: 15% 10%;
    display: inline-block;
    width: 70%;
    height: 70%;
}

.social-share .icon-share-wrapper svg {
    height: 12px;
    width: 15px;
    fill: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    float: left;

    -webkit-transition: fill 0.2s linear;
    -o-transition: fill 0.2s linear;
    transition: fill 0.2s linear;

    -webkit-transform: translateZ(0);

}
.social-share .icon-share-wrapper svg path {
    fill: inherit !important;
}
.social-share:hover .icon-share-wrapper {
    background: transparent;
}
.social-share:hover .icon-share-wrapper {
    border-color: transparent;
}
.highlight .social-share:hover .icon-share-wrapper svg {
    fill: #FFFFFF;
}

.social-share nav a {
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    color: #000;
    overflow: hidden;
    margin: 5px -43px 1px 7px;
    position: relative;

    -webkit-transform: rotate(-90deg) translateZ(0);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 3px;
    float: right;
    font-size: 16px;
    line-height: 27px;
}
.social-share nav a:hover {
    color: #fff;
}
.social-share a span {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-share nav {
    margin: 0;
    position: absolute;
    display: block;
    top: -26px;
    right: 0;
    padding-top: 7px;
    -webkit-transform: translateZ(0);
    width: 45px;
    right: 45px;
    z-index: -1;

    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.social-share:hover nav {
    display: block;
     width: 185px;
     z-index: 1;
}
.social-share:hover nav a {
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 0;
}
.social-share nav a svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -9px;
    fill: inherit;
    float: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.social-share nav a svg path {
    fill: inherit !important;
    -webkit-transform: translateZ(0);
}
.social-share .twitter {
    background-color: #55ACEE;

    -webkit-transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}
.social-share .twitter {
    border: 1px solid #55ACEE;
}
.social-share .icon-twitter {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.social-share .twitter:hover .icon-twitter {
    background: #55ACEE;
    fill: #FFFFFF;
}
.social-share .twitter:hover .icon-twitter {
    border-color: #55ACEE;
}

.social-share .facebook {
    background-color: #3B5998;

    -webkit-transition: margin 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: margin 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: margin 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}
.social-share .facebook {
    border: 1px solid #3B5998;
}
.social-share .icon-facebook {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.social-share .facebook:hover .icon-facebook {
    background: #3B5998;
    fill: #FFFFFF;
    border-color: #3B5998;
}

.social-share .google-plus {
    background-color: #4285F4;

    -webkit-transition: margin 0.3s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: margin 0.3s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: margin 0.3s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}
.social-share .google-plus {
    border: 1px solid #4285F4;
}
.social-share .icon-google-plus {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.social-share .google-plus:hover .icon-google-plus {
    background: #4285F4;
    fill: #FFFFFF;
    border-color: #4285F4;
}

.social-share .linkedin {
    background-color: #0B80E0;

    -webkit-transition: margin 0.2s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: margin 0.2s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: margin 0.2s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}
.social-share .linkedin {
    border: 1px solid #0B80E0;
}
.social-share .icon-linkedin {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.social-share .linkedin:hover .icon-linkedin {
    background: #0B80E0;
    fill: #FFFFFF;
}
.social-share .linkedin:hover .icon-linkedin {
    border-color: #0B80E0;
}


.featrued-artical article {
    background: #f1f1f1;
}
.international-grid .highlight article,
.highlight article {
    background: #0f496e;
    color: #fff;
    height: 660px;
    padding: 1px;
    padding-bottom: 30px;
}
.highlight .social-share .icon-share-wrapper:before {
    background: #0f496e;
}

.highlight .social-share {
    color: #fff;
}

.highlight .social-share .icon-share-wrapper svg {
    fill: #fff;
}

.highlight .short-info {
    bottom: 10px;
    position: absolute;
    right: 10px;
    padding-bottom: 0;
}

article h2,
article h3 {
    padding: 0 20px;
}

.highlight h3 {
        font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
}

.featrued-artical h3 {
    font-size: 1.1em;
}

.international-grid article {
    height: 320px;
    background: #f1f1f1;
        vertical-align: top;
    display: inline-block;
}
.featrued-artical article.ads,
.international-grid article.ads {
	background-color: transparent;
}
.international-grid .col-md-3:nth-child(2) article,
.international-grid .col-md-3:nth-child(3) article {
    height: 339px;
}
.international-grid .col-md-6 {
    z-index: 1;
}
.international-grid .col-md-3:nth-child(n + 2) {
    margin: 0 0 10px 0;
    position: relative;
    z-index: 9
}

article h5,
.international-grid h5 {
    padding: 15px 20px;
    line-height: 27px;
    margin: 0;
    font-size: 15px;
}

article h5 a:hover,
.international-grid h5 a:hover {
    text-decoration: none;
}

.most-read article h5 {
    padding: 10px 0;
}

.most-read article h5 a {
    color: #fff;
}
.artical-container div[class^="col-"] {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.most-read {
    margin-bottom: 15px;
}

.most-read .counter {
    position: absolute;
    left: 0;
}

.most-read .caption {

    width: 100%;
    height: 70px;
    padding: 5px 20px;
    color: #fff;
    background: #599ddc;
    bottom: 0;
    display: block;
    float: none;
}
.most-read .counter a,
.most-read .counter {
    top: 0;
    font-size: 100px;
    color: #fff;
    line-height: 105%;
    padding: 0 0 0 10px;
    text-shadow: 1px 1px 4px #000;
}

.most-read article {
    position: relative;
    background: #599ddc;
}

.most-read h5 {
    line-height: 140%;
}

.sports article {
    /* height: 358px; */
    background: #f1f1f1;
    height: 358px;
}

article {
    position: relative;
    padding-bottom: 45px;
}
.v-scroll article,
.no-short-info article {
    padding-bottom: 0;
}

.v-scroll .mCustomScrollBox {
    height: 270px;
}

.v-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 100%;
    margin: 0;
    background: #f1f1f1;
    border-radius: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    background: #f1f1f1;
}

.v-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    background: #c1c1c1;
}
.v-scroll .mCSB_scrollTools .mCSB_draggerContainer {
    
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #535353;
    border-bottom: 5px solid transparent;
    display: block;
    margin: 3px 4px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    border-top: 5px solid transparent;
    border-left: 5px solid #535353;
    border-bottom: 5px solid transparent;
    display: block;
    border-right: 0;
    float: right;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 100%;
    margin: 0;
    background: transparent;
}



article.ads.extended-height {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

article.ads img {
    width: 100%;
    margin-bottom: -20px;
}

.short-info {
    position: absolute;
    right: 0;
    bottom: 0;
}

.short-info li {
    position: relative;
    z-index: 2;
}

.short-info li.social-share {
    z-index: 1;
}

.short-info li.social-share:hover {
    z-index: 3;
}

.signle-post .short-info {
    bottom: auto;
    top: 3px;
    position: relative;
}

.signle-post .short-info ul {
    float: right;
    width: auto;
}

.signle-post .article-info li {
    padding-right: 10px;
}

.article-info li.author {
    padding-right: 0;
}

.article-info li.author a {
    padding-left: 10px;
}

.article-info li.time + li {
    padding-left: 0;
}

.most-shared-section article {
    padding-bottom: 0;
}

.sports .col-md-4 {
    z-index: 1;
}

.sports .col-md-4:nth-child(-n + 3) {
    margin: 0 0 20px 0;
    z-index: 2;
}

.sports .col-md-6:nth-child(-n + 3) {
    margin: 0 0 20px 0;
    z-index: 2;
}
.sports .col-md-6 {
    margin: 0 0 20px 0;
  }

  .international-grid .col-md-4 {
    margin: 0 0 10px 0;
  }
.health article {
    background: #29aae1;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    color: #fff;
}
.health h5 {
    padding: 15px 20px 0 20px;
    font-size: 16px;
    font-weight: bold;
}
.health h5 a {
    color: #fff;
}
.health p {
    padding: 5px 20px 15px 20px;
    font-size: 13px;
}

.health .social-share {
    color: #fff;
}

.health .social-share .icon-share-wrapper:before {
    background: #29aae1;
}

.health .social-share .icon-share-wrapper svg {
    fill: #fff;
}

.health.artical-container div[class^="col-"] {
    z-index: 3;
}

.col-custom-9 {
    width: 864px;
    max-width: 74%;
    /* height: 270px; */
    /* margin-left: 10px; */
}

.col-custom-3 {
    width: 335px;
    max-width: 29%;
    /* margin-left: 10px; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.col-custom-3 img {
    width: 100%;
}

.discovery-item {
    width: 230px;
    height: 260px;
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 25px;
}

.discovery-item article {
    background: #f1f1f1;
    height: 250px;
}

.discovery-item h5 {
    line-height: 30px;
}

.v-scroll {
    overflow: hidden;
    min-height: 270px;
}

.home .v-scroll {
    min-height: 270px;
}

.v-scroll-wrapper {
    width: auto;
    height: auto;
    /* max-height: 280px;
    height: 280px; */
}

.discovery-list .jspHorizontalBar .jspArrow {
    position: absolute;
    background: #f1f1f1;
}

.discovery-list .jspHorizontalBar .jspArrow:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #535353;
    border-bottom: 5px solid transparent;
    display: block;
    margin: 3px 4px;
}
.discovery-list .jspHorizontalBar .jspArrowLeft.jspArrow:before {
    margin: 3px 0;
}
.discovery-list .jspHorizontalBar .jspArrow.jspDisabled:before {
    border-right: 5px solid #c1c1c1;
}


.discovery-list .jspHorizontalBar .jspArrow.jspArrowRight {
    right: 0;
}

.discovery-list .jspHorizontalBar .jspArrow.jspArrowRight:before {
    border-top: 5px solid transparent;
    border-left: 5px solid #535353;
    border-bottom: 5px solid transparent;
    display: block;
    border-right: 0;
    float: right;
}

.discovery-list .jspHorizontalBar .jspArrow.jspArrowRight.jspDisabled:before {
    border-left: 5px solid #c1c1c1;
    border-right: 0;
}

.discovery-list .jspHorizontalBar{
    background: #dde;
}

.discovery-list .jspHorizontalBar .jspTrack{
    margin-left: 16px;
    background: #f1f1f1;
}
.discovery-list .jspHorizontalBar .jspDrag {
    background: #c1c1c1;
    height: 15px;
    margin-top: 1px;
}
.jspHorizontalBar {
    height: 17px;
}

.bussiness {
    background: #c9d3dc;
    padding-bottom: 65px;
}

.bussiness article {
    display: block;
        margin:  0 0 5px 0;
    border: 1px solid #a7abae;
    box-shadow: 1px 1px 1px #a7abae;
    background: #fff;
}

.bussiness article img {
    float: none;
    margin-right: 0;
}

.bussiness .image-box {
    float: left;
    margin-right: 20px;
    width: auto;
}

.bussiness article h5 {
    font-size: 16px;
    margin-top: 5px;
}

footer {
    background: #0f496e;
    color: #fff;
    padding-top: 30px;
    position: relative;
}

footer .container {
    position: relative;
}

footer h3 {
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}

footer h5 {
    font-size: 14px;
    width: 277px;
    text-align: center;
    margin: 25px 0 25px 10px;
    line-height: 24px;
}

.nav.policy > li {
    vertical-align: middle;
}
.nav.policy > li > a {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.arrow-before li {
    list-style: none;
    margin: 0 0 17px 0;
}

.arrow-before li a {
    color: #fff;
    text-decoration: none;
}

.arrow-before li:before {
    content: "";
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    float: left;
    margin: 5px;
}

.copyright {
    background: #015989;
    font-size: 11px;
    padding: 10px;
}

.copyright a {
    color: #fff;
    float: right;
    text-decoration: none;
}

.footer-logo img {
    margin-left: 50px;
}

footer .col-md-4 {
    width: 33.33333333%;
}

footer .col-md-3 {
    width: 22.22222222%;
}

.mobile-apps-link {
    text-align: center;
}

.mobile-apps-link a {
    margin: 20px 0;
    display: block;
}

#overlay-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(106,140,167);
    background: rgba(106,140,167,0.7);
    z-index: 99;
}

.search-box {
    position: fixed;
    left: 50%;
    margin-left: -490px;
    z-index: 100;
    top: 15px;
    width: 980px;
    background: #fff;
    padding: 0;
    /*height: 100vh;*/
}

/*.search-box .mCustomScrollBox {
    overflow-y: scroll;
}*/

.search-box form {
    padding: 15px 10px;
    border-bottom: 2px solid #cfcfcf;
    position: relative;
}

.search-box #keyword {
    width: 100%;
    border: 0;
    padding: 0 40px 0 0;
}

.search-box .jspVerticalBar .jspArrow {
    position: relative;
    top: auto;
    bottom: auto;
}

.search-box .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    height: 100%;
    margin: 0;
    background: #f1f1f1;
    border-radius: 0;
}

.search-box .mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
}

.search-box .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger {
    background: #c1c1c1;
}

.search-box .mCSB_scrollTools .mCSB_buttonDown, 
.search-box .mCSB_scrollTools .mCSB_buttonUp {
    top: auto;
    bottom: auto;
    left: 0;
    width: 16px;
    background: transparent;
    background: #f1f1f1;
}

.search-box .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.search-box .mCSB_scrollTools .mCSB_buttonUp {
    top: 0;
}

.search-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    background: #c1c1c1;
}

.search-box .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_buttonDown:before, 
.search-box .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_buttonUp:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 5px solid #535353;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    margin: 7px 3px;
}
.search-box .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_buttonDown:before {
    border-top: 5px solid #535353;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0;
}

#overlay-box,
.search-box {
    display: none;
}
.search-box ul ul {
    padding-left: 20px;
}
.search-box li {
    list-style: none;
}

.search-result-wrapper {
    padding: 20px 0 10px 10px;
    position: relative;
}

.search-result {
    padding: 20px 10px;
    height: 70vh;
    overflow: hidden;
    width: 100%;
    /*height: 300px;*/
}

#searched-articles.search-result {
    height: auto;
}

.search-result article {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 160px;
}

.search-result article:last-child {
    border-bottom: 0;
}

.search-result .image-box {
    float: left;
    margin-right: 20px;
    width: 215px;
}

.search-result .jspContainer {
    border: 0;
}

.search-result .image-box img {
    max-width: 215px;
    height: auto;
}

.search-result h4 a,
.search-result h4 {
    color: #599ddc;
    text-decoration: none;
}

.search-result h4 {
    margin-bottom: 10px;
}

.search-result .date-time {
    color: #959595;
    font-size: 10px;
}

.search-result p {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    padding-top: 0;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #528fc2;
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 99;

    background: #528fc2 url('../img/icons.png');
    background-position: 4px 3px;
    text-indent: -9999px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    background: #0f496e;
    color: #fff;
    border: 0;
    padding: 5px 10px;
}

.search-box input[type=checkbox] {
    float: left;
    margin: 4px 5px 0 0;
}

.search-box h3 {
    background: #0f496e;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    margin-top: 0;
}

.live-box-short .h-scroll {
    height: 500px;
}

.h-scroll .mCSB_inside>.mCSB_container {
    margin-right: 1px;
}

.mCustomScrollbar{ -ms-touch-action: inherit; touch-action: inherit; /* MSPointer events – direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: inherit; touch-action: inherit; }

.user-access-form input {
    width: 100%;
}

.user-access {
    padding-bottom: 20px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    opacity: 1;
}

.user-access-form input[type=text],
.user-access-form input[type=password] {
    height: 40px;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    padding: 0 20px;
}

.form-wrapper {
    margin-top: 30px;
}

.image-box {
    position: relative;
    width: 100%;
}

.image-box a {
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(89,157,220);
    background: rgba(89,157,220,0.75);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s ease;
}

article:hover .image-box .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay .box .content a {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    color: #0f496e;
    border: 1px solid #517897;
}

.highlight .overlay {
    background: rgb(56,102,138);
    background: rgba(56,102,138, 0.75);
}

.highlight .overlay .box .content a {
    background: #fff;
    color: #0f496e;

}

.overlay .box .content a:hover {
    background: #0f496e;
    color: #fff;
    border-color: #fff;
}

.highlight .overlay .box .content a:hover {
    background: #0f496e;
    color: #fff;
    border-color: #fff;
}

.overlay .box .content a i {
    font-size: 14px;
    line-height: 40px;
}

.most-read .overlay {
    background: rgb(89,157,220);
    background: rgba(89,157,220, 0.75);
}

.most-read .overlay .box .content a {
    background: #fff;
    color: #599ddc;
    border-color:  #599ddc;
}

.most-read .overlay .box .content a:hover {
    background: #599ddc;
    color: #fff;
    border-color: #fff;
}

.health .overlay {
    background: rgb(41,170,225);
    background: rgba(41,170,225, 0.75);
}

.health .overlay .box .content a {
    background: #fff;
    color: #29aae1;
    border-color:  #29aae1;
}

.health .overlay .box .content a:hover {
    background: #29aae1;
    color: #fff;
    border-color:  #fff;
}

article a:hover {
    text-decoration: none;
}


.policy {
    float: right;
    padding: 0;
}

.copyright p {
    margin: 20px 0 0 0;
    float: left;
}




/* Effect 5: same word slide in */
.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 30px;
}
.breadcrumbs .cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 150%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transform: translateY(-150%);
}

/* Effect 10: reveal, push out */
.cl-effect-10  {
    position: relative;
    z-index: 1;
}

.cl-effect-10 button,
.cl-effect-10 a {
    overflow: hidden;
    padding: 0;
}

.cl-effect-10 button span,
.cl-effect-10 a span {
    display: block;
    padding: 10px 20px;
    background: #3a6383;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect-10 .child-effect-10 span {
    color: #fff;
    padding: 9px 20px;
}

.child-effect-10 {
    border: 1px solid #3a6383;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    background: transparent;
}
.cl-effect-10 button span,
.cl-effect-10 a span {
    background: #3a6383;
}

.cl-effect-10 button::before,
.cl-effect-10 a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #3a6383;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
    text-decoration: none;
}

.cl-effect-10 .child-effect-10 button::before,
.cl-effect-10 .child-effect-10 a::before {
    padding: 5px 20px;
}

.cl-effect-10 button:hover span,
.cl-effect-10 button:focus span,
.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.cl-effect-10 button:hover::before,
.cl-effect-10 button:focus::before,
.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

/* Effect 21: borders slight translate */
.cl-effect-21 {
    position: relative;
}
.cl-effect-21 a {
    padding: 10px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cl-effect-21 a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.kh-nav.cl-effect-21 a::before, .kh-nav.cl-effect-21 a::after {
    background: #0f496e;
}

.top-story .action-bar ul li.weadther,
.weadther {

}
.weadther h3 {
    display: none;
}
.weadther div.wp-forecast-curr-block,
.weadther div.wp-forecast-curr-head {
    display: inline-block;
}
.weadther .div.wp-forecast-curr-block{
    float: none;
}
.weadther div.wp-forecast-curr-head {
    padding: 5px 3px;
    float: left;
}
.weadther div.wp-forecast-curr {
    margin-top: -5px;
}

.weadther img.wp-forecast-curr-left {
    max-height: 20px;
    width: auto;
}
.weadther div.wp-forecast-curr-right {
    margin-top: -1px;
}
.weadther div.wp-forecast-curr-left {
    margin-top: -2px;
}
.weadther div.wp-forecast-curr-details {
    padding: 0;
}
.weadther .wp-forecast + div,
.weadther .div.wp-forecast-fc {
    display: none;
}

footer a:hover,
footer a {
    color: #fff;
}

.jspArrow {
    background: #f1f1f1;
}

.jspVerticalBar {
    background: #dde;
    top: 0;
}

.jspArrow:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #535353;
    border-right: 5px solid transparent;
    display: block;
    margin: 0 3px;
}

.jspArrowDown.jspArrow:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #535353;
    border-right: 5px solid transparent;
    border-bottom: 0;
    display: block;
    margin: 0 3px;
}

.jspTrack {
    background: #f1f1f1;
}

.jspDrag {
    background: #c1c1c1;
}
.jspVerticalBar .jspArrow {
    padding-top: 4px;
}

.jspArrow.jspDisabled {
    background: #f1f1f1;
}

.close-popup {
        cursor: pointer;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.9;
  z-index: 2;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 6px;
  content: ' ';
  height: 15px;
  width: 3px;
  background-color: #376891;
  border-radius: 3px;
}
.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.comment-link a {
    background: url('../img/comment.png') no-repeat;
    background-position: right 10px top 10px;
}

.main-nav .comment-link a:hover {
    background: #599ddc url('../img/comment.png') no-repeat;
    background-position: right 10px top 10px;
}

.fb_iframe_widget_fluid {
    width: 100%;
    display: inline-block;
}


#feedback-box {
    width: 500px;
    min-height: 450px;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 135px;
    border: 3px solid #fff;
    background: #f1f1f1;
    padding: 10px 27px;
    z-index: 99;
    border-radius: 5px;
    display: none;
}


form input {
    width: 100%;
    height: 28px;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    margin-bottom: 10px;
}

form input.error{
    border-color: #cc190f;
}

form textarea {
    width: 100%;
    min-height: 88px;
    border: 1px solid #e7e7e7;
    padding: 10px;
}

form textarea.error{
    border-color: #cc190f;
}

input[type='submit'] {
    width: auto;
    padding: 5px 33px;
    background: #0f496e;
    border-bottom: 3px solid #5a9ddc;
    float: right;
    margin-top: 15px;
}

input[type='submit']:hover {
    background: #fff;
    color: #0f496e;
    border-bottom: 3px solid #0f496e;
}

.blue-form h3 {
    color: #0f496e;
    margin-bottom: 30px;
}

.blue-form .close {
    width: 24px;
    height: 24px;
    background: #0f496e;
    border: 1px solid #fff;
    border-radius: 50%;
    right: -13px;
    top: -15px;
    z-index: 999;
}

.blue-form .close:before, .blue-form .close:after {
        position: absolute;
    left: 10px;
    content: ' ';
    height: 18px;
    width: 2px;
    top: 2px;
    background-color: #fff;
    border-radius: 3px;
}

.menu-overlay {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.1);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
}

.a-fullbox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.breadcrumb {
    color: #333333;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    margin-top: 20px;
    display: inline-block;
    clear: left;
    float: none;
    width: 100%;
}

.breadcrumb li {
    display: inline-block;
    color: #333333;
    padding-left: 20px;
    vertical-align: middle;
    min-height: 35px;
    line-height: 29px;
}

.breadcrumb li a {
    padding: 5px 0 5px 4px;
    display: inline-block;
    color: #333333;
    float: left;
    line-height: 20px;
}

.breadcrumb li:first-child {
    padding-left: 0;
}

.breadcrumb.cl-effect-5 a span::before {
    font-weight: normal;
}


.breadcrumb li a:hover {
    color: #0f496e;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}

.breadcrumb > li + li:before {
        content: "\f0da";
    color: #0f496e;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 8px;
    left: 5px;
}

.single .social-share > span,
.article .social-share > span {
    display: inline-block;
    padding-left: 10px;
}

.single .social-share .icon-share-wrapper,
.article .social-share .icon-share-wrapper {
    width: 27px;
    height: 27px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.single .social-share nav,
.article .social-share nav {
    right: 75px;
    top: -17px;
}

.single .social-share nav {
    right: 30px;
}

.reporter-page {
    min-height: 700px;
}

.single .social-share .icon-share-wrapper:before,
.article .social-share .icon-share-wrapper:before {
    top: -9px;
    left: 2px;
    background: #fff;
}
.single .social-share .icon-share-wrapper svg,
.article .social-share .icon-share-wrapper svg {
    width: 27px;
    height: 27px;
    fill: #0f496e;
}

.single .social-share,
.article .social-share {
    width: 90px;
}

.single .social-share {
    width: auto;
}

.article-info {
    float: left;
    margin-top: 8px;
}
.article-info li {
    display: inline-block;
}
.article h1 {
    font-size: 28px;
}
.article .content-text h2 {
    font-size: 20px;
    margin: 35px 0 10px 0;
}
.article .content-text h3 {
    font-size: 18px;
    color: #0f496e;
    margin: 35px 0 10px 0;
}
.article .content-text p {
    margin: 10px 0 15px 0;
    line-height: 32px;
    font-size: 15px;
}
.content-text {
    border-bottom: 2px solid #f1f1f1;
    padding: 10px 0 10px;
    margin-bottom: 13px;
}
.page-template-page-main-category .top-story,
.category .top-story {
    padding: 28px 0 0 0;
}
.revolution-slider li {
    list-style: none;
}
.tparrows.preview4 .tp-arr-iwrapper,
.tp-rightarrow,
.tp-leftarrow {
    padding: 10px;
    background: rgb(81,128,151);
    background: rgba(81,128,151,0.7);
}
.tparrows.preview4 .tp-arr-allwrapper {
    width: 200px;
}
.tp-rightarrow.tparrows.preview4 .tp-arr-allwrapper {
    left: -170px;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
        left: -200px;
}
.tp-rightarrow.preview4 .tp-arr-imgholder2 {
    left: 200px;
}
.tparrows.preview4 .tp-arr-imgholder2,
.tparrows.preview4 .tp-arr-imgholder {
    height: 90px;
}
.tparrows.preview4 .tp-arr-allwrapper {
    min-height: 110px;
}
.tparrows.preview4 .tp-arr-imgholder2 {
    top: 10px;
}
.tp-rightarrow .tp-arr-imgholder:before {
    content: "NEXT ";
    padding: 25px 15px 25px 35px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
}
.tp-rightarrow .tp-arr-imgholder:after {
    content: '\e825';
    display: inline-block;
    font-family: "revicons";
    font-size: 30px;
    color: #fff;
}
.tp-leftarrow .tp-arr-imgholder:before {
    content: "\e824";
    padding: 25px 15px 25px 35px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: "revicons";
}
.tp-leftarrow .tp-arr-imgholder:after {
    content: 'PREV ';
    display: inline-block;
    
    font-size: 30px;
    color: #fff;
}

.navigate-article li {
    list-style: none;
    width: 49.7%;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: table-cell;
}

.navigate-article li:first-child {
    border-right: 3px solid #fff;
}

.navigate-article {
    background: #e4e9ed;
    position: relative;
    padding: 2px;
    margin: 15px 0 20px 0;
    display: table;
    width: 100%;
}

.navigate-article:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 1px solid #fff;
    z-index: 0;
}

.previouspostslink:before,
.prev a:before {
    content: "\e824";
    padding: 0 15px 0 0;
    display: inline-block;
    font-size: 20px;
    color: #0f496e;
    font-family: "revicons";
}

.navigate-article li a {
    font-size: 18px;
    line-height: 22px;
    padding: 30px;
    display: inline-block;
    color: #2b2c2e;
    width: 100%;

    -webkit-transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}

.navigate-article li:hover a {
    color: #fff;
    text-decoration: none;
}

.navigate-article li:before {
    content: "";
    background: #517897;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    -ms-transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
    transition: all 0.4s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
}

.navigate-article li.prev:before {
    right: 0;
    left: auto;
}

.nextpostslink:after,
.previouspostslink:before,
.next:hover a:after,
.prev:hover a:before {
    color: #fff;
}

.navigate-article li:hover:before {
    width: 100%;
}

/* .navigate-article li a:hover {
    text-decoration: none;
    background: #517897;
} */

.nextpostslink,
.next {
    text-align: right;
}

.nextpostslink:after,
.next a:after {
    content: '\e825';
    display: inline-block;
    font-family: "revicons";
    font-size: 20px;
    color: #0f496e;
    padding: 0 0 0 10px;
}

.exchange-box {
    background: #0f496e;
    padding: 1px;
    position: relative;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.exchange-box:before {
    content: "";
    border: 1px solid #fff;
    display: block;
    position: absolute;
    right: 1px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 0;
}

.exchange-box > * {
    position: relative;
    z-index: 1;
}

.exchange-box ul {
    width: 100%;
}

.exchange-box li {
    list-style: none;
    display: inline-block;
    background: #cad7e0;
    color: #517897;
    padding: 7px 3px;
    width: 49.7%;
    float: left;
    text-align: center;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.exchange-box li:first-child {
    border-right: 1px solid #517897;
}

.exchange-box h2 {
    color: #fff;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.exchange-box h2:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/icons.png) no-repeat;
    background-position: -5px -119px;
    float: left;
}

.more-exchange-rate {
    color: #fff;
    margin: 15px 5px 3px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 3px;
}

.more-exchange-rate:hover {
    color: #fff;
}

.more-right:after {
    content: '\e825';
    display: inline-block;
    font-family: "revicons";
    font-size: 15px;
    color: inherit;
    padding: 0 0 0 6px;
}
.live-box.short .h-scroll,
.article .live-box .h-scroll {
    max-height: 455px;
}

.account-info-wrapper .ads,
.single .ads,
.article .ads {
    padding: 10px 0;
    text-align: center;
}

.ads-box {
    text-align: center;
    overflow: hidden;
}

.live-box {
    position: relative;
}

.live-box.blue h2 {
    background: #0f496e;
}

.live-box.blue .more-news::after,
.live-box.blue .more-news:before {
    background: #0f496e;
}

.live-box.blue .jspVerticalBar .jspArrow.jspDisabled {
    background-position: 0 -100px;
}
.live-box.blue .jspVerticalBar .jspArrow.jspArrowUp.jspDisabled {
    background-position: 0 -297px;
}

.live-box.blue .jspVerticalBar .jspArrow {
        background-position: 0 -406px;
}

.live-box.blue .jspVerticalBar .jspArrow.jspArrowUp {
    background-position: 0 -517px;
}
.featrued-artical .col-md-3,
.sub-category .featrued-artical .col-md-3 {
    margin-bottom: 10px;
}

.featrued-artical article {
    height: 345px;
}
.featrued-artical .col-md-3:nth-child(4n + 1) {
    clear: left;
}
.health article {
    height: 360px;
}
.bussiness article {
    height: auto;
}
.sport-section article {
    height: 330px;
}

.paging {
    margin-bottom: 45px;
}

.paging a,
.paging span,
.paging li {
    list-style: none;
    display: inline-block;
    min-width: 35px;
    width: auto;
    height: 32px;
    padding: 0;
    color: #fff;
    vertical-align: middle;
    margin-right: 9px;
    text-align: center;
    line-height: 30px;
    background: #0f496e;
}
.paging a,
.paging li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px solid #f1f1f1;
    color: #d3d1d3;
    background: #fff;
    text-decoration: none;
    max-width: 35px;
}

.paging a:hover,
.paging li a:hover {
    background: #0f496e;
    color: #fff;
    border: 2px solid #0f496e;
}

.paging .nextpostslink:after,
.paging .previouspostslink:before,
.paging .next a:after,
.paging .prev a:before {
    color: #d3d1d3;
    font-size: 12px;
    padding: 0;
    line-height: 29px;
}

.paging span.extend {
    background: transparent;
    border: none;
    color: #d3d1d3;
}

/**  Nice form **/

.button_div,
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  margin: 10px 0;
  width: 100%;
}

.control-group ul {
  padding-left: 20px;
}

.control-group > ul {
  padding-left: 0;
}

.control-group ul ul ul {
  display: none;
}

.control-group li {
  list-style: none;
}
.control-group li.have-child {

}

.control-group li .toggle-child {
  float: right;
  width: 25px;
  height: 20px;
  text-align: center;
  /* background: url('../images/arrow-down.png') no-repeat 90% 50%; */
}

.control-group li .toggle-child:before {
  font-family: 'FontAwesome';
  content: "\f078";
  color: #5c96c6;
  font-weight: normal;
}
.control-group li .toggle-child.expand:before {
  content: "\f077";
}

.control-group li,
.alert-sidebar > li,
.control {
  display: block;
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
.alert-sidebar li {
  margin-bottom: 5px;
  padding-left: 0;
  cursor: auto;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 11px;
  width: 11px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #e6e6e6;
}
.control input:checked ~ .control__indicator {
  background: #538fc2;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #538fc2;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox .control__indicator:after {
        content: "+";
    color: #fff;
    padding: 0;
    height: 11px;
    width: 11px;
    text-align: center;
    line-height: 1px;
    font-size: 18px;
    left: -3px;
    border: none;
    font-weight: normal;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/** End nice form */

.alert-setting ul {
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
}

.alert-setting ul ul ul {
    display: none;
}

.alert-setting li {
    list-style: none;
}

form.alert-setting {
    padding-right: 70px;
    margin-bottom: 110px;
}

.alert-setting input[type='submit'] {
    padding: 10px 40px;
    background: #0f496e;
    border-bottom: 1px;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
    border: 1px solid #b9c8d4;
    border-radius: 3px;
}

.alert-setting input[type='submit']:hover {
    background: #fff;
    border-bottom: 1px;
    font-size: 14px;
    border: 1px solid #b9c8d4;
    color: #0f496e;
}

.user-account h1,
.alert-setup h1 {
    text-transform: none;
    font-size: 36px;
    margin-top: 10px;
}

.alert-setup h3 {
    font-size: 14px;
    color: #0f496e;
}

.account-info ul {
    padding-left: 0;
    padding: 0 0 10px 0;
}

.account-info li {
    padding: 3px 0;
    list-style: none;
}

.account-info a {
    text-decoration: underline;
    color: #0f496e;
    font-style: italic;
}

.account-info h3 {
    color: #0f496e;
    font-size: 18px;
}

.user-account-alert h2 {
    font-size: 15px;
    color: #fff;
    background: #cc190f;
    padding: 10px;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
}

.wrapper-settings {
    padding: 0 10px 10px 10px;
    border: 1px solid #dfecf3;
    text-align: center;
}

.wrapper-settings h3 {
    font-size: 14px;
    color: #0f496e;
    float: left;
}

.wrapper-settings li {
    padding-left: 0;
}

.account-info-wrapper {
    padding-bottom: 150px;
}

.wrapper-settings .btn {
    float: none;
    width: 240px;
    max-width: 100%;
    margin: 20px 0;
}

.btn {
    padding: 10px 40px;
    background: #0f496e;
    border-bottom: 1px;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
    border: 1px solid #b9c8d4;
    border-radius: 3px;
    color: #fff;
}

.btn:hover {
    color: #0f496e;
    background: #fff;
    border: 1px solid #0f496e;
}

.user-account-alert ul ul {
    display: none;
}

.signin input {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
}

.user-access .control__indicator {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    background: transparent;
}

.user-access .control--checkbox {
    line-height: 26px;
    padding-left: 30px;
}

.user-access .control--checkbox .control__indicator:after {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0f496e;
    left: 3px;
    top: 3px;
}

.radio.control input:checked ~ .control__indicator {
    background: transparent;
}

.user-signin .account-info a {
    font-style: normal;
}

.user-title {
    width: 130px;
    float: left;
}

.required {
    color: #cc190f;
}

.bar {
    width: 190px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    margin-bottom: 20px;
}

.default-submit {
    display: none;
}

.user-access label {
    color: #444444;
    margin-top: 17px;
}

.user-access label.remember-me-label {
    margin-top: 20px;
}

.user-signup .account-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.exchange-rate h1 {
    display: inline-block;
}

.exchange-rate .short-info {
    margin-bottom: 25px;
}

table {
    width: 100%;
    table-layout: auto;
    background: #fff;
    border-spacing: 2px;
    border-collapse: separate;
}

.exchange-rate table {

}

th,td {
    padding: 3px 10px;
}

th {
    background: #0f496e;
    color: #fff;
}

table tr td.clear-box,
td.clear-box,
.clear-box {
    background: #0f496e;
    color: #fff;
    padding: 5px 10px;
}

td {
    color: #737373;
    background: #e8f4fd;

}

tr:nth-child(odd) td {
    background: #f4f5f6;
}

.value-num {
    width: 135px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.exchange-rate tr td:nth-child(n + 2) {
    text-align: center;
}

.exchange-rate .single {
    margin-bottom: 95px;
}
.exchange-rate .teaser {
    margin: 10px 0;
}
.full-width.ads > div {
    height: auto !important;
}
.full-width.ads img {
    width: 100%;
    height: auto;
}

.sticky-wrapper {
    display: block;
}

.submit-wrapper {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
}

.owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span,
.owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid #0f496e;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin: 20px 3px 15px 3px;
    background: transparent;
}

.owl-dot.active span {
    background: #0f496e;
}

.mobile-carusel.owl-theme .owl-nav [class*=owl-]:hover,
.mobile-carusel.owl-theme .owl-nav [class*=owl-] {
    top: -12px;
    right: 5px;
    height: 50px;
    background-position: 1px -1094px;
}

.mobile-carusel.owl-theme .owl-nav .owl-prev:hover,
.mobile-carusel.owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
    background-position: 1px -1340px;
}

.mobile-carusel .owl-nav {
    position: relative;
}


.signle-post img.post-image {
    margin-bottom: 20px;
}

.content-text img {
    margin: 10px 15px 15px 0;
    display: inline-block;
    float: none;
}

.gallery-item {
    display: inline-block;
    float: none;
    margin: 10px 1.5% 5px 0;
    width: 31.77%;
}

.gallery-item img {
    margin: 0;
}

.main-ads-box {
    height: 1px;
    position: relative;
    overflow: visible;
}

.main-ads-box > div {
    position: absolute;
    top: 29px;
    z-index: 9;
}

.main-ads-box > div > div {
    margin-bottom: 15px;
}

.main-ads-box .ads-left {
    left: -160px;
}

.main-ads-box .ads-right {
    right: -160px;
}


.facebook-button {
    margin-top: 15px;
}

#wpmem_reg fieldset, #wpmem_login fieldset {
    margin: 15px 0;
}

.v-player {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: rgba(255,255,255, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 2;
}

.v-player i {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.dfp_ad_pos {
    margin: 0 auto;
    text-align: center;
}
.dfp_ad_pos iframe {
    margin: 0 auto;
}

.dfp_ad_pos iframe img {
    max-width: 100%;
    height: auto;
}


#load_more_wrapper {
    display: none;
    border-top: 2px solid #cfcfcf;
    margin-top: 5px;
    margin-right: -10px;
    margin-left: -10px;
}

#load_more_wrapper .submit-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0 0 0;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
    width: 100%;
    height: auto;
}

.tp-rightarrow.default,
.tp-leftarrow.default {
    z-index: 50;
}

.three-ads-box {
    overflow: hidden;
}

/* .user-access #wpmem_login input[type="checkbox"] {
    float: left;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    background: transparent;
    display: inline-block;
    margin: 0 2px;
    visibility: hidden;
}

.user-access input[type="checkbox"] + label {
    position: relative;
}

.user-access input[type="checkbox"] + label:before {
        content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #bbbbbb;
    background: transparent;
    display: inline-block;
    position: absolute;
    left: -25px;
}
.user-access input[type="checkbox"] + label:hover:before {
    background: #538fc2;
}

.user-access input[type="checkbox"] + label:after {
        content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #0f496e;
    background: #414141;
    display: inline-block;
    position: absolute;
    left: -23px;
    top: 0px;
    display: none;
} */

.user-access input[type="checkbox"]:checked + label:after {
    display: block;
}

#wpmem_reg .button_div, #wpmem_login .button_div {
    text-align: left;
}

.user-access .link-text {
    text-align: left;
}

#wpmem_reg .div_radio input {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

#wpmem_reg .div_radio label {
    float: left;
    width: 80px;
    display: inline-block;
    line-height: 16px;
    clear: none;
}

#wpmem_reg input[type="text"], #wpmem_reg input[type="password"], #wpmem_reg input[type="email"], #wpmem_reg input[type="url"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_login input[type="password"] {
    border-color: #b9b9b9;
}


#wpmem_reg .label-field-title,
#wpmem_reg .label-field-addr2 {
    display: none;
}
#wpmem_reg label, #wpmem_login label {
    font-weight: normal;
    padding-bottom: 7px;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    clear: left;
}
#wpmem_reg .req {
    padding-left: 5px;
}

#wpmem_reg .field-city:after,
#wpmem_reg .field-first_name:after {
        content: "";
    width: 150px;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    display: block;
    padding-top: 35px;
    margin-bottom: 20px;
}


#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout {
    position: fixed !important;
    top: 50px !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    position: relative !important;
}

.jspPane {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/** jQuery ui overide style **/
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon {
    width: 11px;
    height: 11px;
}

.ui-checkboxradio-label:hover,
.ui-checkboxradio-label:focus,
.ui-checkboxradio-label.ui-state-hover,
.ui-checkboxradio-label.ui-state-focus,
.ui-checkboxradio-label {
    background: transparent;
    border: 0;
}


.ui-checkboxradio-label .ui-checkboxradio-icon,
.ui-checkboxradio-icon {
    background-image: none;
    background: #e6e6e6;
}
.ui-checkboxradio-label:focus .ui-checkboxradio-icon,
.ui-checkboxradio-label:hover .ui-checkboxradio-icon,
.ui-checkboxradio-label .ui-checkboxradio-icon:hover,
.ui-checkboxradio-label .ui-checkboxradio-icon:focus {
    background: #518fc2;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 0;
    background: transparent;
    color: inherit;
}

.ui-checkboxradio-label .ui-state-checked,
.ui-state-checked {
    position: relative;
    background: #518fc2;
}

.ui-state-checked:before, .ui-state-checked:after {
        position: absolute;
    left: 5px;
    content: ' ';
    height: 8px;
    width: 1px;
    top: 2px;
    background-color: #fff;
    border-radius: 0;
}
.ui-state-checked:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-state-checked:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ui-visual-focus {
    box-shadow: 0;
}

#wpmem_login #rememberme {
    border-radius: 20px;
    float: left;
    width: 40px;
    background: transparent;
    border: 0;
    display: inline-block;
    outline: none;
}

#wpmem_login .button_div label {
    clear: none;
    margin-left: 20px;
}

.signin #wpmem_login input[type='submit'] {
    margin-top: 50px;
}

#wpmem_reg .button_div, .signin #wpmem_login .button_div {
    height: auto;
}

#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date,
#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url {
    width: 100%;
}

#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url {
    width: 100%;
}

#wpmem_reg .noinput {
    width: 100%;
    float: left;
    display: block;
}

#wpmem_reg label.radio {
    width: 100px;
    float: left;
    clear: none;
    margin-top: 17px;
}

.default-submit-login .buttons {
    display: none;
}

#wpmem_login .submit-wrapper {
    float: right;
}

.default-submit-login + div {
    display: none;
}
.default-submit-login .control-group {
    margin-top: 0;
}
#wpmem_login .default-submit-login .control-group label,
.default-submit-login .control-group label {
    margin-top: 0;
    margin-left: 0;
}

#wpmem_login .rememberme-group + label {
    display: none;
}

#wpmem_login .submit-wrapper {
    margin-top: 0;
}

body.cbp-spmenu-push-toleft,
body.search-open {
    overflow: hidden;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.search-result-wrapper .search-result-loading{
    display: none;
    position: absolute;
    top: 20%;
    width: 160px;
    left: 50%;
    margin: 0 0 0 -80px;
}
.search-result-wrapper .search-result-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(89,157,220, 0.5);
    display: none;
}

.exp_feedback textarea{
    height: 88px;
}
.blue-form .msg-success{
    display: none;
    background: rgba(75, 181, 67, 0.8);
    color: #fff !important;
    text-align: center;
    padding: 10px 0;
    margin: 0 !important;
    font-size: 20px;
}
.submit-wrapper .loading{
    display: none;
}

.time {
    font-family: 'Koh-Santepheap-Light', 'Open Sans','Battambang', sans-serif, cursive;
}

.owl-item article a:hover, .owl-item article a:focus {
    color: #23527c;
}

.sub-comment-title {
    display: none;
}

.tp-bannertimer {
    background: transparent;
    background-image: none;
}

.icon-share .material-icons {
    font-size: 16px;
}

.icon-share-wrapper {
    color: inherit;
}

.revolution-slider {
    max-height: 450px;
    overflow: hidden;
}
.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 450px !important;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-family: 'Koh-Santepheap-Body','Open Sans','Battambang',sans-serif,cursive;
    font-size: 1.5em;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    float: right;
    padding: 5px 0;
    display: inline-block;
    margin-top: 5px;
    font-size: 1.5em;
}

.post-info-box {
    list-style: none;
}
.post-info-box li {
    display: inline-block;
}

.post-info-box > li:last-child {
    float: right;
}

.signle-post .short-info ul {
    position: absolute;
    right: 100px;
    top: 0;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
