/* ----------------------------------------------------------------
    TEMPLATE FONTS
-----------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i);
@font-face {
    font-family: 'kanitmedium';
    src: url('../fonts/kanit-medium-webfont.woff2') format('woff2'),
         url('../fonts/kanit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'kanitextralight';
    src: url('../fonts/kanit-extralight-webfont.woff2') format('woff2'),
         url('../fonts/kanit-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
body {padding: 0;margin:0; overflow-x: hidden;}
.img-responsive { margin: 0 auto;}
.center {margin:0 auto; text-align: center;}
.left {text-align: left;}

section.page--header {
	background-image: url(../images/bg-header.jpg);
    background-position:center;
    background-repeat:repeat;
    height: 560px;
    padding:0;
    overflow: hidden;
    width: 100%;
    float: left;
}
section.page--header img{
	width: auto;
	text-align: center;
	margin:3% auto;
}
section.page--header h1{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 5rem;
  text-align:center;
  padding:0;
  margin:0 auto 2% auto;
  color:#242424;
  line-height: 1.2;
  font-weight: 600;
}

/*box1*/
section.page--box1 {
	width: 100%;
	float: left;
	padding: 0;
	margin:0;
}
section.page--box1 ul {
  width: 100%;
  text-align: center;
  padding: 0;
  margin:0 auto;
  float: left;
}
section.page--box1 ul li {
	width: 33.33%;
	float: left;
	padding: 0;
	margin:0;
	list-style: none;
	display:inline-block;
}
section.page--box1 ul li img {
	width: auto;
	text-align: center;
	margin:0 auto;
}

/*box2*/
section.page--box2 {
	width: 100%;
	float: left;
	padding: 0;
	margin:0;
	background:#ffe4b5;
}
section.page--box2 h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 4rem;
  text-align:center;
  padding:0;
  margin:5% auto;
  color:#242424;
  line-height: 1.4;
  font-weight: 400;
}
section.page--box2 img.photoT {
	width: 100%;
	float: left;
	padding:0;
	margin:0;
}
section.page--box2 ul {
  width: 100%;
  text-align: center;
  padding: 0;
  margin:0 auto;
  float: left;
}
section.page--box2 ul li {
	width: 50%;
	float: left;
	padding: 0;
	margin:0;
	list-style: none;
	display:inline-block;
}
section.page--box2 ul li img {
	width: auto;
	text-align: center;
	margin:0 auto;
}

/*footer*/
section.page--footer {
	width: 100%;
	float: left;
	padding:40px 0;
	margin:0;
	background:#ffe4b5;
}
section.page--footer h2{
  font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 35px;
  text-align:center;
  padding:0;
  margin:0 auto 1% auto;
  color:#242424;
  line-height: 1.2;
  font-weight:normal;
}

section.page--footer h3{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
  text-align:center;
  padding:0;
  margin:0 auto;
  color:#242424;
  line-height: 1.2;
  font-weight: normal;
}
section.page--footer h4{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
  text-align:center;
  padding:0;
  margin:0 auto;
  color:#242424;
  line-height: 1.2;
  font-weight: normal;
}
section.page--footer h5{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  text-align:center;
  padding:0;
  margin:3% auto;
  color:#242424;
  line-height: 1.2;
  font-weight: 400;
}
section.page--footer ul {
  width: 100%;
  text-align: center;
  padding: 0;
  margin:0 auto;
  float: left;
}
section.page--footer ul li {
	width: 33.33%;
	float: left;
	padding: 10px;
	margin:0;
	list-style: none;
	display:inline-block;
}
section.page--footer ul li img {
	width: auto;
	float: left;
	margin:0 2% 0 0;
}
section.page--footer ul li p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 18px;
  text-align:left;
  padding:0;
  margin:0 auto 0 5%;
  color:#242424;
  line-height: 1.4;
  font-weight: 400;
}
section.page--footer ul li p a {color:#242424; text-decoration: none;}
section.page--footer ul li p a:hover {color:#a40404; text-decoration: none;}

/*map*/
section.page--map {
	width: 100%;
	float: left;
	padding:0;
	margin:0;
}
section.page--map iframe {
	float: left;
	width: 100%;
	height: 450px;
}
@media (max-width: 600px) {
	section.page--footer ul li img {float: none;text-align: center;margin:0 auto;}
	section.page--footer ul li p {text-align: center;margin:1% auto 0 auto;}
	section.page--map iframe {height: 350px;}
	section.page--header h1 {font-size: 36px;}
	section.page--box2 h2 {font-size: 30px;}
	section.page--header h1 br,
	section.page--box2 h2 br {display: none;}
	section.page--header img {width: 45%;}
	section.page--header {height: auto;}
}
@media (max-width: 480px) { 
	section.page--header h1  {font-size: 30px;margin-bottom: 5%;}
	section.page--box2 h2,
	section.page--footer h2 {font-size: 26px;line-height: 1.3;}
	section.page--footer h3,
	section.page--footer h4,
	section.page--footer h5 {font-size: 20px;}
	section.page--footer ul li {width: 100%;}
}
@media (max-width: 320px) {
	section.page--header h1 {font-size: 26px;}
	section.page--box2 h2 {font-size: 21px;}
	section.page--footer h2 {font-size: 22px;}
	section.page--footer h3, section.page--footer h4, section.page--footer h5 {font-size: 18px;}
}