/*

Thanks to TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color:#ffffff;
}

a:hover {
  text-decoration: none;
  color: #1e1e1e;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: white;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}



.listbump {
    
    padding: 32px 0px 0px 35px;
}

.sectionblock {
  background-color: #e8e8e8;
  padding: 0% 0% 7% 0%;
}

.toppara {
    
    padding: 2% 3% 3% 0%;
    background-color: white;
    /*margin: -20px -30px 0px -30px;*/
    
}

.cityimg {
    width: 50%;
    border: none;
    float:right;
    padding: 20px 0% 20px 20px;
}

.logo{
    padding-top: 17px;
}


#peekhead{
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    color:black;
    font-size:1.5em;
    padding-bottom:15px;
    line-height:1.2em;
}

#peek{
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    color:black;
    font-size:2.3em;
    text-align:center;
    padding-bottom:2%;
    letter-spacing:-1;
}



#peekcontent{
    font-family: 'Roboto Slab', serif;
    font-weight:bold;
    color:black;
    font-size:1em;
    text-align:center;
    padding-bottom:5%;
    letter-spacing:-1;
}

hr {
  border: none;
  border-top: 1px dotted #fff;
  color: #fff;
  
  height: 1px;
  width: 90%;
}

#bottompadder{
    padding-bottom:100px;
}

@media (max-width: 1480px) { /*was 991*/
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: left;
  margin-top: 64px;
  margin-bottom: 39px;
  
}

.section-heading .cbox {
  text-align: left;
  margin-top: .05%;
  margin-bottom: 2%;
  
}


.section-heading h2 {
  padding-top:5%;
  font-family: 'Roboto Bold', 'Arial', sans-serif;
  font-size: 3.2em;
  line-height: 1;
  color: white;
  letter-spacing:-0.04em;
 text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;


}


.section-heading h2.light {
  padding-top:5%;
  font-family: 'Roboto Bold', 'Arial', sans-serif;
  font-size: 4em;
  line-height: 1;
  color: white;
  letter-spacing:-0.04em;
 text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
    /*border-top: 0px;
  border-color: white;
  border-style: solid;
     */
}

.section-heading h2.dark {
  padding-top:5%;
  font-family: 'Roboto Bold', 'Arial', sans-serif;
  font-size: 4em;
  line-height: 1;
  color: black;
  letter-spacing:-0.04em;
 text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
    /*border-top: 0px;
  border-color: black;
  border-style: solid;
   */
}



.section-heading img {
  margin: 20px auto;
  width:20%;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}





.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #1e1e1e; /*f9735b*/
}


.quote {
  font-size: 1.4em;
  padding: 12px 20px;
  font-family: 'Roboto', sans-serif;
  color: #2a2a2a;
  line-height: 1.5;
}

.quotemark {
    
    
     border: 1px solid #73AD21;
     border-radius:5px;
     margin:0;
     padding:7px;
     
     
}

.regularlight {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight:400;
    font-size: 0.9em;
    padding:3.1% 0px 0.4px 0.5%;
     text-align: left;
 
}
.regulardark {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #828080;
    font-size: 0.9em;
    padding:2.1% 0px 0.4px 0.5%;
     text-align: left;
    
}

#toptxt {
    color: #464646;
}


p.wkcaption{
    
    
    text-align:left;
	font-size:0.7em;
	color:#b7ad9e;
	padding:5px 0px 0px 0px;
	line-height:1.25em;
}


#testimonials {
    color: #000000;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e;
  
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed7923 !important; 
}

.background-header .nav li a.active {
  color: #ed7923 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  
  /*transparency of top bar*/
  background: rgba(255,255,255,1.0);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*name at top*/
.header-area .main-nav .logo em {
  font-style: normal;
  color: #656565;
  font-weight: 900;
  
  
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 110px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*height: 40px;*/
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

/*initial color of nav item text links*/
.header-area .main-nav .nav li a {
  color: #565656;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #656565;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
  border-radius: 4px;
   font-weight: bold;
}




/*contact button hover color*/
.header-area .main-nav .nav li:last-child a:hover {
  background-color: #2a86cc;  
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  /*color: #656565 !important;*/
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #1e1e1e !important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color:#1e1e1e;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    
  }
  
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #1e1e1e!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 20px;
    
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #ed563b;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #1e1e1e!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #1e1e1e!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #1e1e1e!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
  
  
      
    
.descriptheader {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.descriptabout{
    width:50%;
    
}

.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}




.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}

	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#a7a7a7;
		/*background-color:#9E7C33;*/
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}
	
	    
	    
	.column {
         flex: 50%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 25%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }
    
}


/*width when menu changes hamburger to inline*/
@media (min-width: 1199px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
   /* position: absolute;*/
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}



.wrapper5{
   
	   /*ignoring ipad fix to keep fixed effect*/
		position: relative; 
		
		color: #fff;
        background-color:#af4411;
        text-align: center;
        background: url('../images/workfill.jpg');
        background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-attachment:fixed;
        overflow:auto;
        height:48vh;
   
}
	
	
#colwrapper3 {
   
   max-width:1480px;
   padding-top:8%;
   padding-left:2.5%;
   margin-left: auto ;
   margin-right:auto ;
}	



#endwrapper {
   
   max-width:1480px;
   padding-top:5%;
   text-align:left;
   
   
}	

.relative {
        position: relative;
        width: 400px;
        height: 0px;
        margin-left: 19px;
}



#contactlinktxt, a:link, a:visited  {
    color: #f54d4d;
}



#contactlinktxt, a:hover, a:active {
    color: #000;
}	


.worktxt {
    
    /*Golden ratio   0.9em = roughly 11pt, 14.5px 0.9em, 90%*/
        font-size:2.0em; 
      
        padding:2%;
        text-align: center;
    	color: #fff;
        outline: 16px solid yellow;
        outline-offset: 15px;
        text-transform: uppercase;
        letter-spacing: 17px;
        line-height: 1.2em;
        margin-left: auto ;
        margin-right:auto ;
        margin-top: 5%;
        margin-bottom: 5%;
}


#socialspace {
    padding-top: 3%;
}




/*
..............................
grid
..............................
*/

ul#gridWork {display:flex; flex-wrap:wrap; justify-content:space-between; align-content:stretch; margin-left:auto; margin-right:auto;
li.box {max-width:600px; max-height:480px;
a {position:relative; display:block; overflow:hidden; background-color:#5d5d5d;
/*&:before {content:""; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background:linear-gradient(0deg, rgba(163,174,144,100) 0%, rgba(249,205,108,100) 100%); opacity:0; transition:opacity .3s linear; z-index:1;}*/
/*&:before {content:""; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background:url('./images/page-our-work/hover-gradient.png')bottom center no-repeat; background-size:cover; opacity:0; transition:opacity .3s linear; z-index:1;}*/
&:before {content:""; position:absolute; top:0px; left:0px; right:0px; bottom:0px; background-color:$color-blue; opacity:0; transition:opacity .3s linear; z-index:1;}
&:after {content:""; position:absolute; bottom:0px; left:0px; right:0px; height:30%; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%); transition:opacity .3s linear; z-index:1;}
}
img.bg {transition: all 0.3s linear;}
.info {position:absolute; bottom:10%; left:20%; right:20%; padding-bottom:5%; border-bottom:1px solid #fff; transition:all .6s cubic-bezier(0.23,1,0.32,1); z-index:2;
img.logo {@include center-horizontal(); max-width:30%;}
}
.cta {position:absolute; left:0px; right:0px; bottom:20px; @include font('BrownStd','Bold',20px); text-align:center; color:#fff; opacity:0; transition:all .3s linear; z-index:2;}
@include on-hover {
a:before {opacity:0.4;}
a:after {opacity:0;}
img.bg {transform:scale(1.1);}
.info {bottom:40%;}
.cta {opacity:1;}
}
// Hack - FF can't handle the filters
html:not(.firefox) &:hover img.bg {filter:blur(2px) saturate(50%);}
}
@include breakpoint('>=bp_1024'){
li.box {width:32%; margin-bottom:2%;}
}
@include breakpoint('bp_768'){
li.box {width:48.5%; margin-bottom:3%;}
}
@include breakpoint('<=bp_540'){
& {justify-content:center;
li.box {width:100%; padding:0px 20px 20px;}
}
}
}


.workbox {
  background-color: #000000;
  
  color: #fff;
  padding: 0% 6% 6% 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}




/*
---------------------------------------------
services
---------------------------------------------
*/

#capabilities {
  margin-bottom: 80px;
}

.mgrindent {
    padding-left: 4%;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 10px;
  padding: 20px 10px 10px 0px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h5.light {
  margin-top: 0px;
  margin: 9px 0px 15px 0px;
  letter-spacing: 0.25px;
  color: white;
  font-size: 1.7em;

  text-transform: uppercase;
  line-height:1;
}

.feature-item .right-content h4.light {
  margin-top: 0px;
  margin: 9px 0px 0px 0px;
  letter-spacing: 0.25px;
  color: white;
  font-size: 2.0em;
  font-weight: 100;
  text-transform: uppercase;
  line-height:1;
}

.feature-item .right-content h4.dark {
  margin-top: 0px;
  margin: 9px 0px 0px 7px;
  letter-spacing: 0.25px;
  color: black;
  font-size: 2.0em;
  font-weight: 100;
  
  line-height:1;
}

#servicetitle {
    padding-bottom:0.7em;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #ed563b;
  font-weight: 500;
}

.service {
    width:100%;
    height:80vh;
    background-image: url("../images/tree_cover.png");
    background-position: center center;
  background-repeat: no-repeat;

  text-align: left;
}


#wrapperslim{
   
  
   height:18px;
}


    

.treeslim {
    width:100%;
    height:0vh;
   /* background-color:#ed7923;
    background-image: url("../images/trees_cover_slim.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
 
}


/*

.rock {
    width:100%;
    height:30vh;
    background-image: url("../images/rock.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
 
}

*/



.valueheader {
    font-size:2em;
    color: #eb7922;
    text-align:left;
  
    padding: 3% 0px .05% 0px;
}


/*
.deer {
    width:100%;
    height:5vh;
    background-color:#ed7923;
   background-image: url("../images/deer.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
 
}

*/


#testimonials {
    font-size: 1.9em;
    text-align:left;
    text-transform:uppercase;
    padding: 9% 0px 1% 0px;
    
}





/* 
---------------------------------------------
contact
--------------------------------------------- 
*/


#contact-us {
  background-color: #3084c7;
}



#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 0% 0% 5% 0%;
  
  background-color: black;

}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed7923;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #ed7922;
}


#topbkgd {
 
  width:100%;
  height:100%;
  background-color:#eac93c;

}

#black {
 
  width:100%;
  height:100%;
  background-color:white;

}

#servicesbkgd {
 
  width:100%;
  height:100%;
  background-color:white;
}


#aboutbkgd {
 
  width:100%;
  height:100%;
  background-color:#31b0e0;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 

}

#valuesbkgd {
 
  width:100%;
  height:100%;
  background-color:#f5f6f3;

}


.rowmonial {
  display: flex;
}



.columnfdbk {
  flex: 33.33%;
  padding: 40px;
}

.columnfdbkvalue {
        flex: 50%;
        
        padding: 5px;
  }


.rowvalues {
  display: flex;
}

/*value icons*/
#awesomecolor {
    
    color:#eb7922;
    padding-right:15px;
    
}

/*social icons colors*/
#awesomecolor2 {
    
    color:#ffe36d;
    
}

.colormgr {
    color: #d7d6d6;
}

.submgr {
    font-size: 0.6em;
    line-height:0.5em;
}


.fdbk {
   
    background-color: white;
 
}




.button {
  background-color: #c9dedf;
  border: none;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  border-radius: 4px;
}





/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #1e1e1e;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #1e1e1e;
}

footer p a:hover {
  color: #1e1e1e;
}


#disclaimer{
	
	

        /*Golden ratio   0.9em = roughly 10.75pt, 14.5px 0.9em, 90%*/
        width:80%;
        margin-left:auto;
        margin-right:auto;
	color:#868686;
	font-size:80%; /*of 0.9em is 8pt 11px 0.7em 70%*/
        line-height: 155%;

}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}



/*photo grid*/

.rowphoto {
  display: flex;
}

.rowfull {
    
  width: 100%;
  height: auto;
}


.column {
  flex: 50%;
  /*flex: 33.33%;*/
  padding: 5px;
}


.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}

.photo-grid figcaption p {
	font-family:Open Sans, sans-serif;
	color:#AFADAD;
	padding:0px 15px 0px 15px;
	font-size: 1.3em;
	line-height:1.2;
	position: relative;
	top: 50%;
	width: 100%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
	text-align:center;
}

.photo-grid li:hover figcaption {
	opacity: 1;
}



/*wood bkgd*/
#wrapper2{
   
   background-color:#08060a;
   background: url('../images/wood22.jpg');
   background-size: cover;
   background-attachment:fixed;
   overflow:auto;
}


/* 

---------------------------------------------
responsive
--------------------------------------------- 
*/

/*////////Keeps columns in place as screen gets larger //////*/


@media (min-width : 771px ) and (max-width : 10000px ){

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }
  
/*   
   .deer {
    width:100%;
    height:40vh;
    background-image: url("../images/deer.jpg"); 
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover;
 
}

*/


    

    
    
    #contactspacing {
        padding: 0% 1% 0% 2%;
    }
    
 
    
    .wrapper {
      display: flex;
      flex-flow: row wrap;
      flex-direction: row;
      flex-wrap: wrap;

  
     }
    
    
    /* We tell all items to be 100% width, via flex-basis */
    
    .wrapper > * {
      flex: 50%;
      padding: 4%;
    }
    
    
    #blueheads{
        
        font-weight:800 !important; 
        color: #2b7ac4!important; ;
        text-transform:uppercase!important; 
    }


    
    
    .social {
        list-style-type: none;
        float:left;
        padding-top: 2%;
        }
        
        
    .social li {
        display:inline-block;
        

    }
    
     .socialpad {
        padding-right:16px;
        padding-bottom:50px;
    }




  /*.main { flex: 2 0px; }*/
  
  .value1   { order: 1; }
  .value2   { order: 2; }
  .value3   { order: 3; }
  .value4   { order: 4; }
  .value5   { order: 5; }
  .value6   { order: 6; }
  
  .fdbk1  .paditem { order: 1; }
  .fdbk2  .paditem { order: 2; }
  .fdbk3  .paditem { order: 3; }
  .fdbk4 .paditem  { order: 4; }
  .fdbk5 .paditem  { order: 5; }
  .fdbk6 .paditem  { order: 6; }
  .fdbk7  .paditem { order: 7; }
  .fdbk8  .paditem { order: 8; }
  .fdbk9 .paditem  { order: 9; }
  
  
.descriptheader {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}


	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#E4D8C6;
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}


   .column {
         flex: 50%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 25%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }



}




/*////////////////////////////////////////////  query 480  /////*/

    
@media (min-width : 480px ) and (max-width : 770px ){
    
/*
  .section-heading h2 {

       font-size: 3.2em;
       line-height: 1;
 

  }
  
  */
  
  
  
  
  .toppara {
    
    padding: 1% 3% 2% 3%;
    background-color: white;
    margin: 13px 0px 20px 0px;
    
  }
  
  #servicetitle {
    padding-bottom:1.7em;
  }

  .columnfdbk {
      /*flex: 1;*/
      padding: 5px;
  }
     
   .deer {
    width:100%;
    height:40vh;
    background-image: url("../images/deer.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover;
 
}



  .logo {
    max-width:70%;
    margin-top:2px;
  }
  
    h2 {
        font-size: 2.8em;
    }
    
    h2.light {
        font-size: 2.8em;
    }
    

  
    .columnfdbkvalue {
         flex: 1;
        padding: 5px;
  }
    


    
    
    .social {
        list-style-type: none;
        float:left;
        padding-top: 2%;
        }
        
        
    .social li {
        display:inline-block;
       

    }
    
     .socialpad {
        padding-right:16px;
        padding-bottom:50px;
    }

/* We tell all items to be 100% width, via flex-basis */
.wrapper > * {
      
      display: flex;
      flex-flow: row wrap;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 3%;
}



  /*.main { flex: 2 0px; }*/
  .value1 .paditem { order: 1; }
  .value2 .paditem  { order: 2; }
  .value3 .paditem  { order: 3; }
  .value4 .paditem  { order: 4; }
  .value5 .paditem  { order: 5; }
  .value6  .paditem { order: 6; }
  
  .fdbk1  .paditem { order: 1; }
  .fdbk2  .paditem { order: 2; }
  .fdbk3  .paditem { order: 3; }
  .fdbk4 .paditem  { order: 4; }
  .fdbk5 .paditem  { order: 5; }
  .fdbk6 .paditem  { order: 6; }
  .fdbk7  .paditem { order: 7; }
  .fdbk8  .paditem { order: 8; }
  .fdbk9 .paditem  { order: 9; }
  
  
  .descriptheader {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}



.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}


	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#E4D8C6;
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}
	
	    
	    
	.column {
         flex: 100%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 50%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }
    


}


/*//////////////////////////////////////////   query 320   //*/

    
@media (min-width : 230px ) and (max-width : 479px ){
	
    body {
        
        display:flex;
        flex-direction: column;
    }
    
   .logo{
        max-width:70%;
        margin-top:5px;
    }

  .section-heading h2 {
        padding-top:2%;
        font-family: 'Roboto Bold', 'Arial', sans-serif;
        font-size: 2.2em;
          line-height: 1;
          color: white;
          letter-spacing:-0.04em;
          text-align: left;
          margin-top: 0px;
          margin-bottom: 0px;


   }
   
   
    #testimonials {
        font-size: 1.9em;
      
        text-align:left;
        text-transform:uppercase;
        padding: 9% 0px 1% 0px;
    
}
   
/* 
   .deer {
        width:100%;
        height:20vh;
        background-image: url("../images/deersm.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size:cover;
     
}
*/

/*
.treeslim {
    width:100%;
    height:10vh;
    background-image: url("../images/trees_cover_slim_sm.jpg");
    background-position: center center;
    background-repeat: no-repeat;
  background-size:cover;
 
}

*/


/*

.rock {
    width:100%;
    height:30vh;
    background-image: url("../images/rock2_sm.jpg");
    background-position: top center;
  background-repeat: no-repeat;
  background-size:cover;
 
}

*/


#wrapper2{
   
   background-color:#08060a;
   /*background: url('../images/wood22.jpg');*/
   background-size: cover;
   background-attachment:fixed;
   overflow:auto;
}


  #servicetitle {
       padding-bottom:1.7em;
  }

  .columnfdbk {
       /*flex: 1;*/
       padding: 5px;
  }
  
  .columnfdbkvalue {
         /*flex: 1;*/
        padding: 5px;
  }
  
    .toppara {
    
        padding: 1% 3% 2% 3%;
        background-color: white;
        margin: 13px 0px 20px 0px;
    
  }
  
    h2 {
        font-size: 2.5em;
    }
    
    h2.light {
        font-size: 2.5em;
    }




    .wrapper {
      display: flex;
      flex-flow: row wrap;
      flex-direction: row;
      flex-wrap: wrap;

  
     }

    /* We tell all items to be 100% width, via flex-basis */
    .wrapper > * {
       /*flex: 1;*/
      padding: 3%;
      float:left;
    }

    .slogan {
        font-size: 2em;
    }
    
    .social {
        list-style-type: none;
        float:left;
        padding-top: 2%;
        }
        
        
    .social li {
        display:inline-block;
        

    }
    
    .socialpad {
        padding-right:16px;
        padding-bottom:50px;
    }
    
    
    
    .descriptheader {
    
    font-size:1.2em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:1.0em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}



.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
   color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}


	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#E4D8C6;
		padding:0.3125em 3.0625em 0.3125em 3.0625em;
		line-height:1.4em;
	
	}



	    
	    
	 .column {
         flex: 100%;

        padding: 0.5%;
    }

    .doublecolumn {
        flex: 50%;
        padding: 0.5%;
    }
    
    

    /* end original ////////////////////////////////////////////////*/


}











@media (min-width: 2025px) and (max-width: 10000px) {
	
	body {
        font-size: 16px;
        line-height: 1.65;
        margin-left:auto;
		margin-right:auto;
    }	
	
   	.container {
	    width:1201px;
	   
		margin-left:  auto ;
		margin-right: auto ;
		
	  }
		

    .arrow-down {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		margin-left:auto;
		margin-right:auto;
	}

/*
	 li.woodspace {
        display: inline-block;
		width: 150px;
		padding:10px;
		margin-left:1px;
		margin-right:1px;
		background: url('../images/patterns/carbonFiberpattern1.jpg');
		background-repeat: y-repeat;
    
      }
      
      */
	
	/*	
	.icontxt2 {
	Golden ratio   0.9em = roughly 10.75pt, 14.5px 0.9em, 90%
        width: 98%; of 150 = 147
		padding-top: 5px;
		padding-left: 6px;
		padding-right: 3px;
		color: #959696;
		font-size:80%; of 0.9em is 8pt 11px 0.7em 70%
        line-height: 145%;
	}
	*/
	
	
	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#a9a9a9;
		/*background-color:#9E7C33;*/
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}
	
	/* 
	#wrapper5{
   
	
		position: relative; 
		color: #fff;
        background-color:#af4411;
        text-align: center;
        background: url('../images/hatch2.jpg');
        background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        
        overflow:auto;
   
   
	}
	*/
	
	
 
	.cotxt {
		 color:#a1e2f1;
		 padding-top:2%;
		 padding-bottom:3%;
		 
	}
 
	/*
	#cotxtq {
        font-size:130%;
		color:#abedfb;
                
		 
	}
	*/
	
	


	    
	    
	 .column {
         flex: 50%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 25%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }
    
    
    
    
    .big{
   
        background: url('../images/main5.jpg') no-repeat center center;
        background-size: cover;
        /*background-attachment:fixed;*/
       
   
    }
    
	
	
     .wrapper7{
   
        background-color:#3e3e3e;
   
        background: url('../images/stork.jpg') no-repeat center center;
        background-size: cover;
        background-attachment:local;
        overflow:auto;
   
    }
    
    h4#backlit {
    	/*background-color:#332B1E;*/
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }

    h4#backlitdark {
    	/*background-color:#332B1E;*/
        color:#41c3d8;
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }


    h4#backlitdark2 {
    	/*background-color:#332B1E;*/
        color:#222a32;
    	padding: 5px 0px 5px 2px;
    	font-size:2.3em;
    }
    
    
.centered {

        font-size: 450%;

  
}

    


}

@media (min-width: 1650px) and (max-width: 2024px) {  /*was1200*/




	.nav{
		  padding-right:50px;
		  padding-left:0px;
	  }
	  
	
	h1 {
		font-size: 300px;
	  }
	  
	h2 {
		font-size: 42px;
	  }
	  
    
		
	.arrow-down {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:2%;
	}
	
	
 
	.cotxt {
		 color:#a1e2f1;
		 padding-top:2%;
		 padding-bottom:3%;
		 
	}
	
	/*
 
	#cotxtq {
	 
		 font-size:130%;
		 color:#a1e2f1;
		 padding-top:2%;
		 padding-bottom:0px;

	}
	*/
	
	.container {
	   width:1200px; 
	   
		margin-left:  auto ;
		margin-right: auto ;
		
	  }

	  
	.big h1 {
		width: 100%;
	  }
	
	.creative h1 {
		width: 100%;
	  }
	
	.elearn h2 {
		width: 100%;
	  }
	  
	
	h3 {
		font-size: 15px;
		padding:20px 40px 70px 10px;
		line-height: 1.7;
	}
	
	
	h4 {
		margin-bottom: 10px;
		font-size: 25px;
	  }
	
	.contact .col {
		height: 310px;
	  }
	
	.contact .col h3 {
		font-size: 30px;
	  }
	
	.footer {
		font-size: 16px;
	  }
	  
    h4#backlit {
    	/*background-color:#332B1E;*/
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }

    h4#backlitdark {
    	/*background-color:#332B1E;*/
        color:#41c3d8;
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }


    h4#backlitdark2 {
    	/*background-color:#332B1E;*/
        color:#222a32;
    	padding: 5px 0px 5px 2px;
    	font-size:2.3em;
    }

    
    
    
.descriptheader {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.descriptabout{
    width:50%;
    
}

.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}




.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}


	  
/*	  
	 li.woodspace {
        display: inline-block;
		width: 150px;
		padding:10px;
		margin-left:1px;
		margin-right:1px;
		background: url('../images/patterns/carbonFiberpattern1.jpg');
        background-repeat: y-repeat;
    
      }
      */
	
/*	.icontxt2 {
		Golden ratio   0.9em = roughly 10.75pt, 14.5px 0.9em, 90%
        width: 98%; of 150 = 147
		padding-top: 5px;
		padding-left: 6px;
		padding-right: 3px;
		color: #959696;
		font-size:80%; of 0.9em is 8pt 11px 0.7em 70%
        line-height: 145%;
	}
	*/
	
	
/*	#wrapper5{
   
	
        background-color:#af4411;
		background: url('../images/hatch2.jpg');
		background-size: cover;
		background-attachment:fixed;
		overflow:auto;
   
	}
	
	*/
	
	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#a7a7a7;
		/*background-color:#9E7C33;*/
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}
	

	.iframeVideo iframe {

		/*width: 852px;*/
		width: 75%;
        height: 479px;
        background-color:#ffffff;
      
	}


	    
	    
	.column {
         flex: 50%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 25%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }
    
    

    
    .big{
   
        background: url('../images/main5_ipad.jpg') no-repeat center center;
        background-size: cover;
        
       
   
    }
    
    
    
    .wrapper7{
   
        background-color:#3e3e3e;
   
        background: url('../images/stork_ipad.jpg') no-repeat center center;
        background-size: cover;
        background-attachment:local;
        overflow:auto;
   
    }
    
    
.centered {

        font-size: 300%;

  
}

  

 
}

@media (min-width : 1200px ) and (max-width : 1649px ){
	
	
	body {
        font-size: 20px;
        line-height: 1.25;
    }		
	

	  
	.row{
	    /*
		padding-left: 60px;
		*/
	}
	  
	  
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
  
  
    h2#bigtxt{
	
	    line-height: 0.5;
	    font-size:150px;
	    padding:8px 0px 9px 10px;
	
    }



    h3 {
        font-size: 17px;
	    padding:20px 35px 70px 40px;
	    line-height: 1.5;
    }

    h4 {
        margin-bottom: 10px;
	    font-size: 25px;
    }

    h4#backlit {
    	/*background-color:#332B1E;*/
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }

    h4#backlitdark {
    	/*background-color:#332B1E;*/
        color:#41c3d8;
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }


    h4#backlitdark2 {
    	/*background-color:#332B1E;*/
        color:#222a32;
    	padding: 5px 0px 5px 2px;
    	font-size:2.3em;
    }

    

   /* .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
    }

*/
	header .sticky-nav {
		position: fixed;	
	}
	
	header .sticky-nav,
	#navigation-mobile, 
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	/*header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}*/
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu { 
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	
    h1 {
    font-size: 250px;
    }
    
	h2 {
    font-size: 34px;
    }
   
    h3 {
    font-size: 15px;
    margin-bottom: 24px;
	padding:0px 55px 19px 75px;
    }
    
	h4 {
    margin-bottom: 10px;
	font-size: 22px;
	line-height:1.3;
    }
    
    h4#backlit {
    	/*background-color:#332B1E;*/
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }

    h4#backlitdark {
    	/*background-color:#332B1E;*/
        color:#41c3d8;
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }


    h4#backlitdark2 {
    	/*background-color:#332B1E;*/
        color:#222a32;
    	padding: 5px 0px 5px 2px;
    	font-size:2.3em;
    }

    

    
	body {
    font-size: 18px;
    line-height: 1.25;
    }
  
    h2#bigtxt{

	line-height: 0.5;
	font-size:130px;
	padding:20px 0px 20px 50px;
	
    }
	

   .navbar-nav {
    float: right;
    margin: 0;
    }
	
   	.container {
	    width:1200px;
	   
		margin-left:  auto ;
		margin-right: auto ;
		
	  }
	  
	  
	  	

  /*
    
    .big{
   
        background: url('../images/main5_phonewide.jpg') no-repeat left;
        background-size: cover;
        
      
    }
    
    */
    
    
.descriptheader {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#343434;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descript {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#616161;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


.descriptheaderdark {
    
    font-size:1.1em;

    font-weight:200;
    font-family: 'Kanit', sans-serif;
    color:#d9d9d9;
    padding: 2% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;

}

.descriptdark {
    
    
    font-size:0.9em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#838383;
    padding: 0% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.descriptselect{
    
    font-size:1.6em;
    line-height:1.4em;
    font-weight:100;
    font-family: 'Kanit', sans-serif;
    color:#898fa1;
    padding: 3% 1% 0% 0%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    text-transform: uppercase;
    
}

.descriptselect .inset {
    
    padding-top: 10%;
 
    
}

    
    
    .bigheight {
        min-height: 50px;/*432*/
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align:center;
    -ms-box-align:center;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        padding: 15px 0;
        position: relative;
}
    
    .photo-grid  {
		margin: 10px;
		width:100%;
		/*text-align: center;*/
		z-index:1;
		
	}
	
	.photo-grid.grid1 li {
	   display: inline-block;
	   float: left;
	   margin-bottom: 2%;
	   padding:0px 10px 0px 0px;
	   width: 25%;
	}
	
	.photo-grid.grid2 li {
	   display: inline-block;
	   float: left;
	   margin-bottom: 2%;
	   padding:0px 10px 0px 0px;
	   width: 50%;
	}
	
	.photo-grid.grid3 li {
	   display: inline-block;
	   float: left;
	   margin-bottom: 2%;
	   padding:0px 10px 0px 0px;
	   width: 100%;
	}
	
	.photo-grid figcaption {
		background: none;
		
		transition: none; 
    }

	.photo-grid figcaption p {
		
		transition: none; 
		display: none;
	}
	
		
	.photo-grid li:hover figcaption {
		
		transition: none;
		display: none;
	}
	
	.photo-grid li:hover img {
		transition: none; 
		
	
	}
	
	.photo-grid li:hover figcaption p {
		
		transition: none;
		display: none;
	}
/*	
	 li.woodspace {
        display: inline-block;
		width: 150px;
		padding:10px;
		margin-left:1px;
		margin-right:1px;
		background-color:#1b252a;
        background: url('../images/patterns/carbonFiberpattern1.jpg');
		background-repeat: y-repeat;
      }
      */
	
/*	
    .icontxt2 {
		Golden ratio   0.9em = roughly 10.75pt, 14.5px 0.9em, 90%
        width: 98%; of 150 = 147
		padding: 2%;
		color: #959696;
		font-size:80%; of 0.9em is 8pt 11px 0.7em 70%
        line-height: 145%; 
	}
	*/
	/*
	#wrapper5{
   
		
        background-color:#af4411;
		background: url('../images/hatch2.jpg');
		background-size: cover;
		background-attachment:fixed;
		overflow:auto;
   
	}
	
	*/
	
    
 
	.cotxt {
		 color:#a1e2f1;
		 font-size:0.8em;
		 padding-top:2%;
		 padding-bottom:2%;
		
	}
	
	/*
	#cotxtq {
	 
		 font-size:130%;
		 color:#abedfb;
		 
	}
	*/
	
			
	.arrow-down {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:2%;
	}
	
	p.wkcaption2 {
		text-align:left;
		font-size:0.7em;
		color:#E4D8C6;
		padding:0.3125em 3.0625em 0.3125em 5em;
		line-height:1.4em;
	
	}


	.iframeVideo iframe {

	    /*width: 660px;*/
        	width: 75%;
        	height: 371px;
        background-color:#ffffff;
	}




   .column {
         flex: 50%;
        /*flex: 33.33%;*/
        padding: 0.5%;
    }

    .doublecolumn {
        flex: 25%;
         /*flex: 33.33%;*/
        padding: 0.5%;
    }


.centered {

        font-size: 300%;

  
}

 
    


}
		
	

@media (min-width : 846px ) and (max-width : 1199px ){
	
	
	body {
        font-size: 18px;
        line-height: 1.25;
    }		
	

	  
	.row{
	    
	    /*
		padding-left: 60px;
		*/
	}
	  
	  
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
  
  
    #bigtxt{
	
	    line-height: 0.5;
	    font-size:150px;
	    padding:8px 0px 9px 10px;
	
    }



    h3 {
        font-size: 17px;
	    padding:20px 35px 70px 40px;
	    line-height: 1.5;
    }

    h4 {
        margin-bottom: 10px;
	    font-size: 25px;
    }
    
    h4#backlit {
    	/*background-color:#332B1E;*/
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }

    h4#backlitdark {
    	/*background-color:#332B1E;*/
        color:#41c3d8;
	    padding: 5px 0px 5px 2px;
	    font-size:2.3em;
    }


    h4#backlitdark2 {
    	/*background-color:#332B1E;*/
        color:#222a32;
    	padding: 5px 0px 5px 2px;
    	font-size:2.3em;
    }

    


   /* .navbar-fixed-top, .navbar-fixed-bottom {
        position: static;
    }

*/
	header .sticky-nav {
		position: fixed;	
	}
	
	header .sticky-nav,
	#navigation-mobile, 
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	/*header .sticky-nav #logo {
		margin-left: 0;
	}
	
	header .sticky-nav.stuck #logo {
		margin-left: 20px;	
	}*/
	
	header .sticky-nav #menu {
		margin-right: 0;
	}
	
	header .sticky-nav.stuck #menu { 
		margin-right: 20px;	
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	
    h1 {
    font-size: 250px;
    }
    
	h2 {
    font-size: 34px;
    }
   
    h3 {
    font-size: 15px;
    margin-bottom: 24px;
	padding:0px 55px 19px 75px;
    }
    
	h4 {
    margin-bottom: 10px;
	font-size: 22px;
	line-height:1.3;
    }
    
	body {
    font-size: 18px;
    line-height: 1.25;
    }
  
    h2#bigtxt{

	line-height: 0.5;
	font-size:130px;
	padding