.section {
 /* position: relative;
  padding-top: 60px;
  padding-bottom: 60px;*/
  text-align: center;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section h2.title {
     display: inline-block;
    font-size: 39px;
    font-weight: 600;
    padding: 10px 0;
    /* margin-bottom: 44px; */
    text-align: center;
    border-bottom: double 4px rgb(162, 158, 155);
    border-top: double 4px rgb(179, 179, 179);
    /* text-transform: uppercase; */
    line-height: 1.2;
    color: rgb(38, 98, 218);
}
.section h2.title span {
  font-size: 30px;
}
@media (max-width: 767px) {
  .section h2.title {
    font-size: 40px;
  }
}
.section .img-responsive {
  margin: 0 auto;
}
.section .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.section .inline-title {
  display: inline-block;
  padding: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-transform: uppercase;
}
.text-narrow p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .text-narrow p {
    font-size: 16px;
  }
}
.text-gradient {
  background: #13836c;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #13836c 0%, #45b59e 100%);
  background-image: linear-gradient(to bottom, #13836c 0%, #45b59e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff13836c', endColorstr='#ff45b59e', GradientType=0);
}
.text-gradient h2 {
  border-color: #fff;
}
.text-gray {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .text-gray {
    background: #eeeeee;
  }
}
.text-parallax {
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-backface-visibility: hidden;
}
.text-parallax.parallax-image1 {
  background: url('../img/parallax.jpg') center center no-repeat fixed;
}
@media (max-width: 991px) {
  .text-parallax {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*

=====================
WORKS / REFERENCES
=====================

*/
#filter {text-align: center;    margin: 20px 0px 0px 0px;padding: 0;}
#filter li {display: inline-block; list-style-type: none;margin-bottom: 30px;border-top: solid 1px #FF8126; border-bottom: solid 1px #FF8126; margin: 0 10px 20px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
#filter li a {display: inline-block;padding: 10px;font-size: 15px;}
#filter li.active,
#filter li:hover { background: #FF8126;}
#filter li.active a,#filter li:hover a {color: #fff;text-decoration: none;}



@media (max-width: 768px) {
    #filter li a { font-size: 13px;}
}


.filterall {text-align: center;margin: 20px 0;padding: 0;display: inline-block; list-style-type: none;margin-bottom: 30px;border-top: solid 1px #FF8126; border-bottom: solid 1px #FF8126; margin: 0 10px 20px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.filterall {display: inline-block;padding: 10px;font-size: 15px;}
.filterall.active,.filterall:hover { background: #FF8126;color: #fff;text-decoration: none;}

#references-masonry {
  margin: 0 15px;
  visibility: hidden;
}
@media (max-width: 991px) {
  #references-masonry {
    margin: 0 auto;
  }
}
.reference-item {
  width: 255px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .reference-item {
    width: 205px;
  }
}
@media (max-width: 991px) {
  .reference-item {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .reference-item {
    width: 260px;
  }
}
.reference-item .reference {
  margin-bottom: 30px;
  background: #FF8126;
}
.reference-item .reference a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.reference-item .reference a .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #6b462e;
  -webkit-box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  box-sizing: 'border-box';
  padding: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 1400px){ .reference-item .reference a .overlay { padding: 10px;}}
.reference-item .reference a .overlay h3 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
    color: #ffad70;
}
.reference-item .reference a .overlay p {
    font-size:15px;
     font-weight: 400;
         color: #FFDB1F;
}
.reference-item .reference a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.reference-item .reference a:hover .overlay,
.reference-item .reference a:focus .overlay {
  display: block;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.reference-item .reference a:hover img,
.reference-item .reference a:focus img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#detail {
 /* padding: 20px 0;*/
  padding: 0px 0;max-width: 900px;
  margin: 0 auto 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
      font-size: 15px;
}
#detail .close {
  position: relative;
  font-size: 50px;
  z-index: 100;
}
#detail .buttons {
  text-align: center;
  margin-top: 40px;
}
#detail .buttons a {
  margin: 0 10px 10px;
}
#detail .buttons a.btn.disabled{    color: #211F1F;
    background-color: #FFF;
    border-color: #2B2424;
    cursor: not-allowed;}
#detail h1 {
  display: inline-block;
  font-size: 38px;
  font-weight: 500;
  padding: 10px 0;
  margin: 22px 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  text-transform: uppercase;
  line-height: 1.2;
}
#detail-content{ font-size: 15px;}
#detail-content h2{ font-weight: 600;color: #6b462e;font-size: 18px;}

@media (max-width: 767px) {
  #detail h1 {font-size: 30px;}
  #detail-content{ font-size: 13px;}
  #detail-content h2{font-size: 16px;}
}

/*



=====================
GENERAL
=====================

*/
button,
a.btn,
input.btn {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
strong {
  font-weight: 700;
}
.mb20 {
  margin-bottom: 30px;
}
.mt-big {
  margin-top: 30px;
}
.affix,
.navbar-fixed-top {
  -webkit-transform: scale3d(1, 1, 1);
}
#style-switch-button {
  position: fixed;
  top: 100px;
  left: 0px;
  border-radius: 0;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  padding: 20px;
  position: fixed;
  top: 140px;
  left: 0;
  background: #fff;
  border: solid 1px #eeeeee;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.navbar:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Original Boostrap template overwrite */

/* scaffolding 
body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}*/
body {
  font-family: 'Open Sans','kanit', Arial !important;}
a {
  color: #FF8126;
  text-decoration: none;
}
/*a:hover,
a:focus {
  color: #348e7b;
  text-decoration: underline;
}*/
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* buttons  */
.btn {
      font-weight: normal;
    font-family: 'Open Sans','kanit', Arial;
    /* font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* text-transform: uppercase; */
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 8px;
}
@media (max-width: 767px) {.btn {font-size: 14px;}}

.btn-training-register{color: #059818;background-color: #ffffff; border-color: #00AD00;}
.btn-training-register:hover,.btn-training-register:focus,.btn-training-register:active,.btn-training-register.active{    color: #FFFFFF;background-color: #30BB0E;border-color: #1F8600;}
.btn-training-register-2 { color: #FFFFFF;background-color: #ff0000;border-color: #ff0000;
  
}
.btn-training-register-2:hover,.btn-training-register-2:focus,.btn-training-register-2:active,.btn-training-register-2.active{    color: #ff0000;
    background-color: #ffffff;
    border-color: #ff0000; }
.btn-training-download{color: #f47920;background-color: #ffffff;border-color: #f47920;}
.btn-training-download:hover,.btn-training-download:focus,.btn-training-download:active,.btn-training-download.active{    color: #FFFFFF;background-color: #f47920; border-color:#ab5200;}


.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
/* dropdowns */
.dropdown-menu > li > a {
  padding: 5px 20px;
}
/* labels */
.label {
/*  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  text-transform: uppercase;
}
/* forms.less */
label {
  font-weight: normal;
}

/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 /* font-family: 'Open Sans','tahoma', Arial;*/
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 22px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.text-small {
  font-size: 14px;
}
.text-large {
  font-size: 20px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #FF8126;
}
a.text-primary:hover {
  color: #3aa18c;
}
.bg-primary {
  color: #fff;
  background-color: #FF8126;
}
a.bg-primary:hover {
  background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}

address {
  margin-bottom: 22px;
  line-height: 1.42857143;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #FF8126;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

@media (min-width: 1400px){
.col-lg-11 {
    width: 100%;
}
}
@media (max-width: 1300px){
.reference-item {
    width: 310px;
}
}