      .loader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f1f1f3;
        z-index: 99999;
      }
      .loader .loader-content {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
        z-index: 101;
        text-align: center;
      }
      .loader .loader-content img {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
      }
      .sidenav-menu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
      }
      .playButton {
        background: url("templates/site/images/grid/video-player.png") no-repeat;
      }
      /* Heading style in content body */
      .content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
      	font-family: Kanit, sans-serif, Arial;
      }
      .content-body h2 {
      	font-size: 28px;
        font-weight: 400;
      }
      .content-body h3 {
      	font-size: 26px;
        font-weight: 400;
      }
      .content-body h4 {
      	font-size: 24px;
        font-weight: 300;
      }
      .content-body h5 {
      	font-size: 22px;
        font-weight: 300;
      }
      .content-body h6 {
      	font-size: 18px;
        font-weight: 200;
      }       
      /* List Style in content body */
       .content .content-body ol, .content .content-body ul {
          display: block;
          list-style: disc outside none;
          margin: 1em 0;
          padding: 0 0 0 40px;
      }
      .content .content-body ol li {
   		list-style-type: decimal; 
   		list-style-position: inside;
      }
      .content .content-body ul li { 
   		list-style-type: disc; 
   		list-style-position: inside; 
	  }
      /* Image align for content */
      .image-style-align-left {
      	float: left;
        margin: 0 15px 0 0;
        width: 35%;
      }
      .image-style-align-right, .image-style-side {
      	float: right;
        margin: 0 0 0 15px;
        width: 35%;
      }
      figure.image-style-align-center img {
      	display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%
      }
      figure.image img {
      	width: 100%
      }