* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

header, section, footer, aside, nav, article, figure, figcaption, embed, address { 
  display: block; 
}


body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', arial, helvetica , sans-serif;
  font-weight:400;
  background:url('images/bg-body.jpg');
  background-repeat:no-repeat;
  background-position:center right;
  background-attachment:fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  
}


/********** Default Setting **********/
.wrapper {
  width:83%;
  margin:0 auto;
  padding:3% 0 4%;
}

.clearfix {
  clear:both;
}

img.fit {
  width:100%;
  height:auto;
  display:block;
  border:none;
}


/********** Landing Page **********/

figure.logo {
  width:20%;
}

h1{
  font-size:3.2em;
  color:#888888;
  font-weight:300;
  margin-top:4%;
  line-height:100%;
}

h2{
  font-size:2em;
  color:#888888;
  font-weight:300;
  margin-top:2%;
}

ul {
  margin:1% 0 0 5%;
  list-style:none;
  font-size:1.8em;
  color:#888888;
  font-weight:300;
}

article.colL {
  float:left;
  width:40%;
  margin-top:4%;
}

article.colR {
  float:right;
  width:52%;
  margin-top:5%;
}

h3 {
  font-size:1.3em;
  color:#888888;
  font-weight:400;
}

h3 span {
  display:block;
  font-size:1.8em;
  color:#e11f26;
}

p.text {
  font-size:1.2em;
  color:#888888;
  margin-top:20%;
}

a {
  color:#478a2a;
  text-decoration:none;
}

a:hover {
  color:#e11f26;
}


.formcol1 {
  float:left;
  width:30%;
  position:relative;
  margin-bottom:1%;
}

.formcol2 {
  float:left;
  width:70%;
  margin-bottom:1%;
}

.formcol3 {
  width:100%;
  text-align:center;
}

.formcol1 p {
  font-size:0.95em;
  color:#478a2a;
  line-height:160%;
}

.formcol1 i {
  position:absolute;
  top:2%;
  right:2%;
  font-style:normal;
  color:#478a2a;
}

input.details {
  width:100%;
  padding:2%;
  background:#fafafa;
  border:1px solid #cacaca;
  -webkit-border-radius:5px;
  border-radius:5px;
  outline:none;
  font-family: 'Open Sans', arial, helvetica , sans-serif;
  font-size:0.95em;
  color:#494d54;
}

input.filetext {
  color:#e11f26;
  font-weight:600;
}

.pick {
  width:100%;
  margin:0.5% 0;
}

label.ticktext {
  font-size:0.95em;
  color:#798c54;
  font-weight:600;
  margin-left:1%;
}

input.tick:checked ~ label.ticktext {
  color:#e11f26;
}

textarea {
  width:100%;
  height:120px;
  padding:2%;
  background:#f8f8f8;
  border:1px solid #d6d6d6;
  -webkit-border-radius:5px;
  border-radius:5px;
  outline:none;
  font-family: 'Open Sans', arial, helvetica , sans-serif;
  font-size:0.95em;
  color:#494d54;
}

input.btn {
  display:inline-block;
  width:15%;
  text-align:center;
  padding:1.5% 0;
  border:none;
  -webkit-border-radius:20px;
  border-radius:20px;
  font-size:0.9em;
  color:#ffffff;
  background:#478a2a;
  margin:2% 1%;
  cursor:pointer;
  outline:none;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

input.btn:hover {
  background:#e11f26;
}

@media screen and (max-width:1024px) {
  body {
    background-position:center center;
  }
  
  .wrapper {
    width:96%;
  }
  
  figure.logo {
    width:30%;
  }

  
  h1{
    font-size:3em;
  }
  
  h2{
    font-size:1.6em;
  }
  
  ul {
    font-size:1.3em;
  }
  
  h3 {
    font-size:1.1em;
  }

  h3 span {
    font-size:1.5em;
  }
  
}

@media screen and (max-width:800px) {
  
  h1{
    font-size:2.6em;
    color:#666666;
  }
  
  h2{
    font-size:1.4em;
    color:#666666;
  }
  
  ul {
    font-size:1.2em;
    color:#666666;
  }
  
  article.colL {
    float:none;
    width:100%;
    margin-top:8%;
  }
  
  p.text {
    color:#666666;
    margin-top:3%;
  }

  article.colR {
    float:none;
    width:70%;
  }
  
}

@media screen and (max-width:800px) {

  article.colR {
    float:none;
    width:90%;
  }
  
}

@media screen and (max-width:480px) {

  body {
    background:url('images/bg-body480.jpg');
    background-position:top right;
    background-repeat:no-repeat;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;

  }
  
  .wrapper {
    width:100%;
    padding:3% 4% 4%;
    background:rgba(255,255,255,0.8);
  }
  
  figure.logo {
    width:40%;
  }
  
  h1{
    font-size:2em;
    text-align:center;
    margin-top:7%;
  }
  
  h2{
    font-size:1.3em;
    text-align:center;
  }
  
  ul {
    margin:1% 0 0 0;
    list-style:none;
    text-align:center;
  }
  
  h3 {
    font-size:1.1em;
    text-align:center;
  }

  p.text {
    text-align:center;
  }
  
  article.colR {
    margin:5% auto 0;
    width:100%;
  }
  
  .formcol1 p {
    font-size:0.85em;
  }
  
}


@media screen and (max-width:414px) {
  
  h1{
    font-size:1.6em;
  }
  
  h2{
    font-size:1.1em;
    margin-top:5%;
  }
  
  h3 {
    font-size:1em;
    text-align:center;
  }
  
  .formcol1 {
    float:none;
    width:100%;
    
  }

  .formcol2 {
    float:none;
    width:100%;
    margin-bottom:3%;
  }
  
  .formcol1 i {
    position:absolute;
    top:1%;
    right:65%;
  }
  
  input.btn {
    width:25%;
  }


}


@media screen and (max-width:375px) {
  
  figure.logo {
    width:50%;
  }
  
  h2{
    font-size:1em;
    font-weight:400;
  }
  
  h3 {
    font-size:0.9em;
  }
  
  p.text {
    font-size:1em;
  }
  
  .formcol1 i {
    position:absolute;
    top:1%;
    right:55%;
  }

}


/********** Good Mail **********/

.maillogo {
  width:30%;
  margin-top:10%;
}

p.tq {
  font-size:0.95em;
  color:#555555;
  letter-spacing:2px;
  margin:5% 0 2%;
}

a.backhome {
  font-size:0.9em;
  color:#5ba33c;
  text-decoration:none;
  letter-spacing:2px;
  margin-top:3%;
}

a.backhome:hover {
  color:#e01e26;
  text-decoration:underline;
}
















