
body{
    font-size: 15px;
    line-height: 1.6em;

}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color: #3a3a3a;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif !important;
}

h4 a{
    font-family: 'Kanit', sans-serif !important;
}
	
.intro-bg {
    background-color: #212529;
    top: 0;

}


.fix-font {
    font-family: 'Kanit', sans-serif !important;
}
 

a {
    color: #000;
    transition: 300ms;
}

a:hover {
    color: #bfbaba!important;
    text-decoration: none!important;
}

h4 {
	margin-top: 40px;
}

.no-padding-blog{
	padding-left: 0px;
    padding-right: 0px;
}

.blurred-container .pic {
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: .6;
    position: absolute;
    z-index: -1;
    background-position: center center;
}

.title-hade-on{
	padding-top: 320px!important;
}

.title-hade-on h4{
	margin-top: 10px;
	color: #fff;
}

.blurred-container {
    position: relative;
}

a:hover, a:focus {
    color: #333;
    text-decoration: none;
}


.blurred-container .info {
    padding: 200px 20px 0;
    z-index: 1;
}

.blurred-container .short-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 700;
     color: #fff;
}

.blurred-container a {
    color: #fff;
    text-align: center;
}

.blurred-container .excerpt-title {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 20px;
    max-width: 700px;
    margin: 0 auto;
}

#navbar-full{ 
  /*z-index: 9999;
  /*height: 110px;*/
  width: 100%;
  /*background: #fff;*/
  color: #000;
  /*line-height: 150px;*/
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}

.site-title {
  display: inline-block;
  -webkit-transition: all .5s;
    transition: all .5s;
}

.scrolled-nav .site-title  {
  	width: 175px;

}

.line-paggin-not{
	padding: 0px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;

}


.logo-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

.blurred-container > .img-src {
    position: fixed;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog-Bbg{
	background-color: #000;
}

.blog-small{
	width: 100%;
    position: relative;
    opacity: 0.572057;
}

/* home */
.content-item {
    margin-bottom: 30px;
}

.content-item .info {
    position: relative;
    margin: -20px 12px 0;
    padding: 12px;
    background-color: #fff;
}

.content-item .entry-meta {
    margin-bottom: 0;
}

.entry-meta {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}

.content-item .entry-title {
    margin: 10px 0;
    font-size: 21px;
}

.content-item .entry-author {
    margin: 0 0 10px;
    font-size: 12px;
    color: #464646;
}

.byline {
    display: inline-block;
}

.byline a {
    color: #464646;
}
/* End */
.blog-img-co{
	padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #a7a1a1;
}

.ontop-blog{
	margin-top: -186px;
}


/*
Ref:
Thanks to:
http://www.jqueryscript.net/layout/Simple-jQuery-Plugin-To-Create-Pinterest-Style-Grid-Layout-Pinterest-Grid.html
*/

	  	
	#pinBoot {
	  position: relative;
	  max-width: 100%;
	  width: 100%;
	}
	
	#pinBoot a {
	  color: #000 !important;
	}
	
	img {
	  width: 100%;
	  max-width: 100%;
	  height: auto;
	}
	.white-panel {
	  position: absolute;
	  background: white;
	  box-shadow: 0px 1px 2px rgba(165, 162, 162, 0.3);
	  padding: 10px;
	}
	/*
	stylize any heading tags withing white-panel below
	*/
	
	.white-panel h1 {
	  font-size: 1em;
	}
	.white-panel h1 a {
	  color: #A92733;
	}
	.white-panel:hover {
	  box-shadow: 1px 1px 10px rgba(156, 150, 150, 0.3);
	  margin-top: -5px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
	
	.sec-title {
	    margin-bottom: 30px;
	    font-size: 28px;
	    text-align: center;
	    font-weight: 700;
	    text-transform: uppercase;

	}
	
	.fix-colortext{
	        color: #fff !important;
	 }
	
	.sec-title hr {
	    margin: 20px auto 0;
	    height: 2px;
	    border-top: 2px solid #000;
	    width: 48px;
	}
	
	.sec-work {
	    padding: 50px 0;
	}
	
	.sec-work .sec-title {
	    margin: 0;
	    text-transform: uppercase;
	}
	
	.h-line {
	    margin: 30px auto 40px;
	    width: 1px;
	    height: 80px;
	    background-color: #888;
	}
	
	.content-item .pic {
	    line-height: 0;
	    position: relative;
	}
	
	.content-item .info {
	    position: relative;
	    margin: -20px 12px 0;
	    padding: 12px;
	    background-color: #fff;
	}
	
	.content-item .entry-meta {
	    margin-bottom: 0;
	}
	

	.entry-meta a {
	    color: #111f39;
	}
	
	.entry-meta .icons {
	    position: absolute;
	    top: -4px;
	    right: 0;
	}
	
	.entry-meta i {
	    font-size: 30px;
	    display: inline-block;
	}
	
	.content-item .entry-title {
	    margin: 10px 0;
	    font-size: 21px;
	}
	
	.sec-video {
	    background-color: #ebebeb;
	    padding: 40px 0;
	}
	
	.seed-col {
	    width: 100%;
	}
	
	.sec-video .content-item .info {
	    background-color: #ebebeb;
	}
	
	
	.view-all {
	    font-size: 13px;
	    font-weight: 700;
	    text-align: center;
	    text-transform: uppercase;
	   padding-top: 15px;
	}
	
	.view-all a {
	    color: #888;
	}
	
	.content-item .pic img {
	    width: 100%;
	}
	
	.sec-most-popular {
	    background-color: #ebebeb;
	    /*padding: 50px 0 40px;*/
	    margin-top: 30px;

	}
	
	.column-cards, .most-items {
	    margin: 0 -15px;
	}
	
	.content-item.-caption .entry-number {
	    left: 0;
	    padding: 12px 17px;
	    color: #fff;
	    font-size: 30px;
	    background-color: #111f39;
	}
	
	.content-item.-caption .entry-number, .content-item.-caption .entry-view {
	    position: absolute;
	    top: 0;
	}
	
	.content-item.-caption .entry-view {
	    right: 0;
	    padding: 14px 15px;
	    color: #fff;
	    font-size: 32px;
	    font-weight: 500;
	    word-spacing: -7px;
	}
	
	.content-item.-caption .entry-view small {
	    display: block;
	    font-size: 14px;
	    text-align: right;
	}
	
	.content-item.-caption .info {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    padding: 15px;
	    color: #fff;
	    background: 0 0;
	}
	
	.content-item.-caption {
	    position: relative;
	}
	
	.content-item.-caption .pic {
	    background-color: #000;
	}
	
	.content-item.-caption .pic {
	    line-height: 0;
	}
	
	.content-item .pic {
	    line-height: 0;
	    position: relative;
	}
	
	.content-item.-caption .pic img {
	    opacity: .7;
	}
	
	.column-cards .card, .most-items .most-item {
	    padding: 0 15px;
	}
	
	.content-item.-caption .entry-number {
	    left: 0;
	    padding: 5px 17px;
	    color: #fff;
	    font-size: 30px;
	    background-color: #111f39;
	}
	
	.content-item.-caption .info a {
	    color: #fff;
	}
	
	.sec-staff-pick, .sec-latest {
	    padding: 40px 0 15px;
	    min-height: 300px;
	    background-color: #fff;
	}
	
	.highlights-thumbs {
	    background-color: #fff;
	    padding: 1px 0;
	    /* margin: 0 -1px; */
	}
	
	.highlight-thumb {
		border-left-width: 0px!important;
	    border-right-width: 2px!important;
	    border-top-width: 2px!important;
	    border: 0.5px solid #e0e0e0;
	    background-color: #000;
	    position: relative;
	    transition: .2s;
	    cursor: pointer;
	}
	
	.highlight-thumb h2 {
	    z-index: 1;
	    color: #fff;
	    font-size: 18px;
	    width: 100%;
	    padding: 0 10px;
	    text-align: center;
	    position: absolute;
	    top: 15%;
	    left: 45%;
	    transform: translate(-50%,-50%);
	    transition: .4s;
	    font-weight: 400;
	}
	
	.soc-shera-f{
		width: 30px;
	    height: 30px;
	    color: #f3f0f0;
	    background-color: #000;
	    border-radius: 20px;
	}
	
	.soc-shera-f i{
		padding-left: 11px;
    	padding-top: 8px;
	}
	
	.soc-shera-l{
		width: 30px;
	    height: 30px;
	    color: #f3f0f0;
	    background-color: #fff;
	    border-radius: 20px;
	}
	
	.text-p-author{
		font-size: 12px;
		color: #464646;
	}
	
	.thumbnail {
	    padding: 0px;
	    border: 0px solid #fff;
	}
	
	.thumbnail .caption {
	    color: #333;
	    position: relative;
	    margin: -20px 12px 0;
	    padding: 12px;
	    background-color: #fff;
	}
	
	/* popular --*/
	.content-item.-caption .pic {
	    background-color: #000;
	}
	
	.content-item.-caption .pic {
	    line-height: 0;
	}
	
	.content-item .pic {
	    line-height: 0;
	    position: relative;
	}
	
/* ================================
Footer
================================= */
.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sec-subscribe .input-group {
    margin: 0 auto;
}

.sec-subscribe input, .sec-subscribe button {
    height: 38px;
    float: left;
}

.sec-subscribe input {
    border: 0;
    background-color: #e1e1e1;
    padding: 2px 10px;
    font-size: 13px;
    text-transform: uppercase;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sec-subscribe button {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 6px;
}

.sec-subscribe input, .sec-subscribe button {
    height: 38px;
    float: left;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
    background-color: #fff;
    color: #777777;
    border-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #171212;
    border-color: #171212;
}

.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
}

.site-social {
    padding: 28px 0 0;
    font-size: 22px;
    letter-spacing: 8px;
}

.footer {
    background-color: #000;
    background-image: none;
    background-attachment: fixed;
    position: relative;
}

.footer img {
    width: auto;
}

.logo-pic{
    padding: 35px 0px 40px 0px; 
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;       
}

.list-text-footer{
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0px 40px 0px;
}

.list-text-footer a{
    color: #fff;
}

.list-inline>li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.site-info {
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 500px;
    text-transform: none;
    font-weight: 100;
}

.site-info p{
    color: #eee;
    font-size: 10px!important;
    line-height: 1.3;
}

.list-text-footer {
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0px 40px 0px;
}

.section-heading .heading-line {
    margin: 0 auto;
    display: block;
    height: 2px;
    width: 50px;
    background: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-heading {
    margin-bottom: 50px;
}

/* ================================
more media queries
================================= */
	.sec-subscribe {
    padding: 40px 0 50px;
    text-align: center;
	}
	
	.sec-subscribe {
	    padding: 40px 0 50px;
	    text-align: center;
	}
	
	.sr-only {
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    margin: -1px;
	    padding: 0;
	    overflow: hidden;
	    clip: rect(0,0,0,0);
	    border: 0;
	}
	
	.sec-subscribe .input-group {
	    margin: 0 auto;
	}
	
	.sec-subscribe input, .sec-subscribe button {
	    height: 38px;
	    float: left;
	}
	
	.sec-subscribe input {
	    border: 0;
	    background-color: #e1e1e1;
	    padding: 2px 10px;
	    font-size: 13px;
	    text-transform: uppercase;
	    width: 200px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	}
	
	.sec-subscribe button {
	    font-size: 12px;
	    text-transform: uppercase;
	    padding-top: 6px;
	}
	
	.sec-subscribe input, .sec-subscribe button {
	    height: 38px;
	    float: left;
	}
	
	.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover {
	    background-color: #777777;
	    color: #fff;
	    border-color: #777777;
	}
	
	.btn-primary {
	    color: #fff;
	    background-color: #171212;
	    border-color: #171212;
	}
	
	.sec-subscribe {
	    padding: 40px 0 50px;
	    text-align: center;
	}
	.group-title {
	    padding-top: 20px;
	}
	
	.itemblog {
	    padding: 10px!important;
	}
	
	.itemblogMB {
	    padding: 0px!important;
	}
	
	.mobile {
	    background-color: #000;
	    z-index: 9999;
	    position: fixed;
	    height: 50px;
	    left: 0;
	    right: 0;
	    top: 0;
	    box-shadow: 0 0 1px rgba(0,0,0,.4);
	    color: #fff;
	    transition: .3s ease;
	}

	.logo {
	  color: #fff;
	  font-size: 20px;
	  line-height: 50px;
	  padding: 0 0 0 20px;
	  text-transform: capitalize;
	}
	/* menu button */
	.menuBtn {
	  height: 30px;
	  width: 30px;
	  position: absolute;
	  right: 20px;
	  top: 10px;
	  z-index: 101;
	}
	.menuBtn > span {
	  background-color: #fff;
	  border-radius: 1px;
	  height: 2px;
	  width: 100%;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin: -1px 0 0 -15px;
	  -webkit-transition: height 100ms;
	  transition: height 100ms;
	}
	.menuBtn > span:after,
	.menuBtn > span:before {
	  content: '';
	  background-color: #fff;
	  border-radius: 1px;
	  height: 2px;
	  width: 100%;
	  position: absolute;
	  left: 50%;
	  margin-left: -15px;
	  -webkit-transition: all 200ms;
	  transition: all 200ms;
	}
	.menuBtn > span:after {
	  top: -7px;
	}
	.menuBtn > span:before {
	  bottom: -7px;
	}
	.menuBtn.act > span {
	  height: 0;
	}
	.menuBtn.act > span:after,
	.menuBtn.act > span:before {
	  background-color: #008877;
	  top: 1px;
	}
	.menuBtn.act > span:after {
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}
	.menuBtn.act > span:before {
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	
	.menuBtn.act a:hover, a:focus {
	    color: #fff;
	    text-decoration: underline;
	}
	
	.menuBtn.act > span:after, .menuBtn.act > span:before {
	    background-color: #fff;
	    top: 1px;
	}
	/* main menu block */
	.mainMenu {
	  background-color: #fff;
	  position: absolute;
	  left: 0;
	  /*top: 0;*/
	  z-index: 100;
	  height: 100%;
	  width: 100%;
	  display: table;
	  text-align: center;
	  opacity: 0;
	  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	  -webkit-transform: scale(0);
	          transform: scale(0);
	}
	.mainMenu.act {
	  opacity: 1;
	  -webkit-transform: scale(1);
	          transform: scale(1);
	 text-transform: uppercase;
	}
	.mainMenu.act ul li {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	          transform: translateX(0);
	          list-style:none;
	}
	.mainMenu ul {
	  display: table-cell;
	  vertical-align: middle;
	  padding-top: 25px;
      padding-bottom: 100%;
      padding-left: 0px;

	}
	.mainMenu li {
	  padding: 8px 0;
	  -webkit-transition: all 400ms 510ms;
	  transition: all 400ms 510ms;
	  opacity: 0;
	}
	.mainMenu li:nth-child(odd) {
	  -webkit-transform: translateX(30%);
	          transform: translateX(30%);
	}
	.mainMenu li:nth-child(even) {
	  -webkit-transform: translateX(-30%);
	          transform: translateX(-30%);
	}
	.mainMenu li:last-child {
	  -webkit-transform: none;
	          transform: none;
	}
	.mainMenu a {
	  color: #000;
	  display: inline-block;
	  font-size: 18px;
	}
	.mainMenu a.suBtn {
	  color: #fff;
	}
	/* sign up button */
	.suBtn {
	  background-color: #fff;
	  border-radius: 5px;
	  padding: 10px 20px;
	}
	
	.ha-parallax-body {
	    vertical-align: middle;
	    background: rgba(0,0,0,0.45);
	    color: #FFFFFF;
	    min-height: 460px;
	    padding-top: 6%;
	}
	
	.footer-logo{
		text-align: left;
	}
	
	.text-small-s{
		padding-top: 30px;
    	color: #827f7c;
    	font-size: 14px;
    	font-weight: 400;
   }
   
   #search {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.7);
	    
	    -webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	
	    -webkit-transform: translate(0px, -100%) scale(0, 0);
		-moz-transform: translate(0px, -100%) scale(0, 0);
		-o-transform: translate(0px, -100%) scale(0, 0);
		-ms-transform: translate(0px, -100%) scale(0, 0);
		transform: translate(0px, -100%) scale(0, 0);
	    
	    opacity: 0;
	}
	
	#search.open {
	    -webkit-transform: translate(0px, 0px) scale(1, 1);
	    -moz-transform: translate(0px, 0px) scale(1, 1);
		-o-transform: translate(0px, 0px) scale(1, 1);
		-ms-transform: translate(0px, 0px) scale(1, 1);
		transform: translate(0px, 0px) scale(1, 1); 
	    opacity: 1;
	}
	
	#search input[type="search"] {
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    color: rgb(255, 255, 255);
	    background: rgba(0, 0, 0, 0);
	    font-size: 60px;
	    font-weight: 300;
	    text-align: center;
	    border: 0px;
	    margin: 0px auto;
	    margin-top: -51px;
	    padding-left: 30px;
	    padding-right: 30px;
	    outline: none;
	}
	#search .btn {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: 61px;
	    margin-left: -45px;
	}
	#search .close {
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    color: #fff;
		background-color: #428bca;
		border-color: #357ebd;
		opacity: 1;
		padding: 10px 17px;
		font-size: 27px;
	}
	
	.navbar .navbar-nav > li > a {
	    padding: 10px 10px;
	    margin: 5px 5px;
	    font-weight: 600;
	    opacity: 1 !important;
	}

	 
   
	
	@media screen and (min-width: 1200px){
		.content-item .pic img {
		    width: 360px;
		    max-width: 360px;
		}
		
		.sec-video .featured .content-item .pic img {
		    width: 750px;
		    max-width: 750px;
		}
		
		.itemblog {
		    padding: 10px!important;
		}
		
		.footer-logo{
			text-align: left;
		}
						
	}
	
	@media screen and (min-width: 992px){
		
		.seed-grid-3>.seed-col:nth-of-type(3n+1), .seed-row.grid-3>.seed-col:nth-of-type(3n+1) {
		    clear: left;
		}
		
		.sec-work article:nth-of-type(1), .sec-work article:nth-of-type(3) {
		    margin-top: -186px;
		}
		
		.seed-grid-3>.seed-col, .seed-row.grid-3>.seed-col {
		    width: 33.3333%;
		}
		
		.seed-row>.seed-col, .seed-grid-1>.seed-col, .seed-grid-2>.seed-col, .seed-grid-3>.seed-col, .seed-grid-4>.seed-col, .seed-grid-5>.seed-col, .seed-grid-6>.seed-col {
		    float: left;
		    position: relative;
		    min-height: 1px;
		    padding-right: 15px;
		    padding-left: 15px;
		}
		
		.sec-video .general {
		    margin-top: -182px;
		}
		
		.footer-logo{
			text-align: left;
		}
		
		.
	}
	
	@media screen and (min-width: 860px){
		
		.navbar .navbar-nav > li > a {
		    padding: 13px 5px!important;
		    margin: 0px;
		    font-weight: 600;
		    opacity: 1 !important;
		}
		
		.navbar-nav>li>a {
		    font-size: 9px!important;
		}
		
	}
	
	@media screen and (min-width: 768px){
		.content-item {
		    margin-bottom: 30px;
		}
		

		.col-sm-8 {
		    width: 66.66666667%;
		}	
		
		.footer-logo{
			text-align: center;
		}	
		
		.navbar-right {
            float: right!important;
            margin-right: 0px!important;
        }		

	}
	
	@media screen and (min-width: 414px){
		.content-item {
		    margin-bottom: 30px;
		}
		

		.col-sm-8 {
		    width: 66.66666667%;
		}
		
		.logo-pic {
		    text-align: center;
		}
		
		.footer-logo{
			text-align: center;
		}
		
	@media screen and (min-width: 375px){				
		.footer-logo{
			text-align: center!important;
		}	
		
		
		
	}
