/* ----------------------------------------------------------------
    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;}
/* ----------------------------------------------------------------
    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--onepagecustomer.header {
    background-image: url(../images/bg-topheader.jpg);
    background-position:repeat;
    height: auto;
    max-height: auto;
    padding: 40px 0;
    overflow: hidden;
    background-size: cover;
}
section.page--onepagecustomer.header .toptitle{
  width: 80%;
  margin:3% auto;
  height: auto;
}
section.page--onepagecustomer.header .toptitle .logo{
  text-align: center;
  vertical-align: top;
  margin: 0 auto 1% auto;
  width: 20%;
}
section.page--onepagecustomer.header .toptitle h1{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 4.7rem;
  text-align: center;
  margin:0 auto;
  color: #dcbf24;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
section.page--onepagecustomer.header .toptitle h2{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin:0 auto;
  color: #dcbf24;
  line-height: 1.3;
  font-weight: normal;
  width: 100%;
}
section.page--onepagecustomer.header .toptitle p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 22px;
  text-align: center;
  margin:0 auto;
  color: #fff;
  line-height: 1.4;
  font-weight: normal;
  margin: 3% auto;
  width: 90%; 
}
section.page--onepagecustomer.header .photo--top{
  width: 80%;
  margin: 2% auto 1% auto;
}
section.page--onepagecustomer.header .photo--top ul {  
  width: 100%;
  vertical-align: top;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center!important;
}
section.page--onepagecustomer.header .photo--top ul li {
    display: inline-block;
    width: 33.33%;
    list-style: none;
    border-radius:0;
    border: 3px #2a3e52 solid;
    margin: 5px 10px;
}/*
section.page--onepagecustomer.header ul li:first-child {
  margin:5px 10px 5px 0;
}
section.page--onepagecustomer.header ul li:last-child {
  margin:5px 0 5px 10px;
}*/

section.page--onepagecustomer.header .contact {
  width: 100%;
  float: left;  
}

section.page--onepagecustomer.header .header--contact{
  width: 80%;
  margin:2% auto;
}
section.page--onepagecustomer.header .header--contact h2 {
  width: 100%;
  float: left;
  margin-bottom: 5%;
}
section.page--onepagecustomer.header .header--contact h2 p{
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 3.8rem;
  text-align: center;  
  color: #f5e1ff;
  line-height: 1.3;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  margin:0 4%;  
  width: 25%;
}
section.page--onepagecustomer.header .header--contact h2 span.borderL {
  border:1px solid #f7e0b2;
  height: 1px; 
  width: 33.33%;
  float: left;
  margin: 2% 0 0 0;
}
section.page--onepagecustomer.header .header--contact h2 span.borderR {
  border:1px solid #f7e0b2;
  height: 1px; 
  width: 33.33%;
  float: right;
  margin: 2% 0 0 0;
}
section.page--onepagecustomer.header .contact img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
section.page--onepagecustomer.header .contact ul.content {
  width: 100%;
  margin: 15% auto 0 auto;
  vertical-align: top;
  list-style: none;
  padding: 0;
  display: inline-block;
}
section.page--onepagecustomer.header .contact ul.content li {
    display: inline-block !important;
    width: 100%;
    list-style: none;
    border:none;
    margin: 10px 0;
    float: left;
}
section.page--onepagecustomer.header .contact ul.content li img{
  width: 10%;
  float: left;
  margin-top:5px;
}
section.page--onepagecustomer.header .contact ul.content li p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #faeeff;
  line-height: 1.4;
  font-weight: normal;
  margin: 1% auto;
  width: 100%; 
  padding-left: 15%;
}
section.page--onepagecustomer.header .contact ul.content li p a{color:#fff;text-decoration: none;}
section.page--onepagecustomer.header .contact ul.content li p a:hover {color:#fff;text-decoration: none;}


/*footer*/
section.page--onepagecustomer.footer {
    height: auto;
    max-height: auto;
    padding:25px 0;
    overflow: hidden;
    background:#13021c;
    height: auto;
}
section.page--onepagecustomer.footer p {
  font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  margin:0 auto;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  text-transform:uppercase;
  margin:10px 0;  
}
section.page--onepagecustomer.footer p span {color:#dcbf24;}
section.page--onepagecustomer.footer p a {color: #fff;text-decoration: none;}
section.page--onepagecustomer.footer p a:hover{color:#d31321;text-decoration:none;}

@media (max-width: 1024px) {
  section.page--onepagecustomer.header .header--contact h2 p {font-size: 3rem;}
}
@media (max-width: 800px) {
  section.page--onepagecustomer.header .toptitle h1 {font-size: 4rem;}
  section.page--onepagecustomer.header .toptitle h2 {font-size: 2.5rem;}
  section.page--onepagecustomer.header .toptitle p {width: 100%;font-size: 20px;}
  section.page--onepagecustomer.header .header--contact h2 p {font-size: 2rem;}
  section.page--onepagecustomer.header .contact ul.content li p {font-size: 18px;}
  section.page--onepagecustomer.header .contact ul.content li img {width: 12%;}
  section.page--onepagecustomer.header .contact ul.content {margin-top:8%;}
}
@media (max-width: 600px) {
  section.page--onepagecustomer.header .photo--top ul {display: inline-block;}
  section.page--onepagecustomer.header .photo--top ul li {width: 100%;}
  section.page--onepagecustomer.header .contact ul.content {display: block;width: 80%;margin: 5% auto;}
  section.page--onepagecustomer.header .toptitle .logo {width: 25%;}
  section.page--onepagecustomer.header .toptitle h1 {font-size: 3.4rem;}
  section.page--onepagecustomer.header .toptitle h2 {font-size: 2.2rem;}
}
@media (max-width: 480px) {
  section.page--onepagecustomer.header .header--contact h2 p {width: 100%;font-size: 22px;}
  section.page--onepagecustomer.header .header--contact h2 span.borderL,
  section.page--onepagecustomer.header .header--contact h2 span.borderR {display: none;}  
  section.page--onepagecustomer.header .toptitle {width: 100%;}
  section.page--onepagecustomer.header .contact ul.content {width: 100%;}
}
@media (max-width: 414px) {
  section.page--onepagecustomer.header .toptitle .logo {width: 40%;}
  section.page--onepagecustomer.header .photo--top {width: 90%;}
  section.page--onepagecustomer.header .photo--top ul li {width: 100%;margin: 5px 0;}
}