/* ----------------------------------------------------------------
    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
-----------------------------------------------------------------*/


/*form*/
section.contact-tk { width: 100%; float: left;height: auto; padding: 40px 0 0 0;}
section.contact-tk .btt{ margin: 0 auto 40px auto; text-align: center; width: 100%;}
section.contact-tk p { font-size: 1em;}
section.contact-tk p.red { color: red; font-size: 0.8em; margin-bottom: 20px;font-family: Tahoma;margin-top: -25px;}
section.contact-tk p.titleCon {
    font-size: 24px;
    text-align: center;
    color: #323232;
    margin: 0 auto 15px auto;
    line-height: 1;
    font-family: "kanitmedium", "Open Sans", "Tahoma", "Arial", sans-serif;
}
label{
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    background: transparent;
    position: relative;
    color: #323232;
    top: 0px;
    margin-bottom: 2px;
    text-align: left;
    font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="password"], textarea {
    padding: 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
    color: #7c7c7c;
    margin-top: 8px;
}
input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font: 400 16px / 21px 'skv', sans-serif;
    font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
    word-wrap: break-word;
    line-height: 1;
    padding: 10px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
    color: #7c7c7c;
    margin-top: 8px;
}

label.checkbox1 {
  display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    background: transparent;
    position: relative;
    color: #323232;
    top: 0px;
    margin-bottom: 2px;
    text-align: left;
    font-family: "kanitextralight", "Open Sans", "Tahoma", "Arial", sans-serif;
    width: 33.33%;
    float: left;
    padding: 15px;
    padding-left: 35px;
}
label.checkbox1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 13px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.checkbox1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.checkbox1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.checkbox1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.form-tksteelsupply p.red {
    color: red;
    font-size: .8em;
    margin-bottom: 20px;
    font-family: Tahoma;
    margin-top: -25px;
}
input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #f47a21;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    padding: 20px 30px;
    font-size: 20px;
    font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
    text-align: center;
    text-transform: uppercase;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 50px;
}
/* Float Shadow */
.hvr-float-shadow-none {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  box-shadow: none;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  width:auto;
}
.hvr-float-shadow-none:hover, .hvr-float-shadow-none:focus, .hvr-float-shadow-none:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: none;
}
button
{
    background-color: #f47a21;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    padding: 20px 30px;
    font-size: 20px;
    font-family: "kanitregular", "Open Sans", "Tahoma", "Arial", sans-serif;
    text-align: center;
    text-transform: uppercase;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 50px;
}

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 800px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}
@media (max-width: 480px) {
}
@media (max-width: 414px) {
}
@media (max-width: 365px) {
}
@media (max-width: 360px) {
  
}