/*
Theme Name: Helm solutions theme
Theme URI: 
Author: Zsolt Schumacher
Author URI: http://schumacherzsolt.com
Description: Helm solutions unique template
Version: 1.0
License: GNU General Public License
*/
/* =Reset
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Extra Small devices (mobiles, 320px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Xtra Large devices (large desktops, 1366px and up) */
@font-face {
  font-family: "Kanit";
  src: url("fonts/kanit-regular-webfont.eot");
  src: url("fonts/kanit-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/kanit-regular-webfont.woff") format("woff"), url("fonts/kanit-regular-webfont.ttf") format("truetype"), url("fonts/kanit-regular-webfont.svg#Kanit") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Open sans";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg#Open sans") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Open sans";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg#Open sans") format("svg");
  font-weight: 700;
  font-style: "bold"; }
/*******************************************************************************
mixins, fonts, color variables
*******************************************************************************/
.no_padding {
  padding-left: 0;
  padding-right: 0; }

.no_padding_left {
  padding-left: 0; }

.no_padding_right {
  padding-right: 0; }

html,
body {
  position: relative;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.6em; }

.container {
  max-width: 100%; }

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
.header {
  height: 70px;
  box-shadow: 0px 0px 5px #555;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff; }
  .header_inner {
    position: relative; }
  .header_logo {
    position: absolute;
    top: -7px;
    z-index: 4;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    height: 132px;
    background: url("pics/header_logo.fw.png") 50% 50% no-repeat;
    background-size: contain; }
    .header_logo a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }

.lang_chooser {
  position: absolute;
  top: 10px;
  z-index: 3;
  width: 100%; }
  .lang_chooser a {
    float: right;
    font: 500 15px "Kanit";
    color: #999;
    text-transform: uppercase; }

.menu-header {
  margin-top: 37px; }
  .menu-header ul li {
    display: inline-block; }
  .menu-header a {
    font: 500 17px "Kanit";
    color: #5B5B5B; }
  .menu-header .current_page_item a {
    color: #F2801A; }

.header_left {
  height: 100%; }
  .header_left ul {
    float: left; }
  .header_left ul li {
    margin-right: 50px; }

.header_right {
  height: 100%; }
  .header_right ul {
    float: right; }
  .header_right ul li {
    margin-left: 50px; }

/*-------------------------------
home page
---------------------------------*/
/*------------------------------------------------------------------------------
hero
------------------------------------------------------------------------------*/
.hero {
  height: 80%;
  border-bottom: 1px solid #ccc;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 5px #ccc;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  box-shadow: inset 0 0 5px #ccc; }
  .hero_left {
    height: 100%;
    background: url("pics/helm_pattern.fw.png") 50% 0% no-repeat;
    background-size: contain; }
  .hero_right {
    height: 100%;
    background: url("pics/hero.fw.png") 0% 50% no-repeat;
    background-size: cover; }
  .hero_triangle {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 1;
    width: 320px;
    margin-left: -160px;
    height: 100%;
    background: url("pics/hero_triangle.fw.png") 50% 50% no-repeat;
    background-size: 100% 100%; }
  .hero_title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding-top: 50px; }
    .hero_title img {
      height: 130px;
      margin: 0 auto 20px; }
  .hero h1 {
    font: 500 60px "Kanit";
    color: #F2801A;
    text-align: center;
    margin-bottom: 15px; }
  .hero h2 {
    font: 500 18px "Open sans";
    color: #5B5B5B;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 30px; }
  .hero button {
    background-color: #F2801A;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 22px; }
    .hero button i {
      margin-top: 5px; }

/*------------------------------------------------------------------------------
home_content_block 
------------------------------------------------------------------------------*/
.content_block_left {
  background: url("pics/content_triangle.fw.png") 0% 0% no-repeat;
  background-size: 80px 100%; }

.content_block_right {
  background: url("pics/content_triangle2.fw.png") 100% 0% no-repeat;
  background-size: 80px 100%; }

.content_article {
  padding: 100px 0px; }

.home_article {
  margin: 0 auto;
  padding-left: 200px; }
  .home_article h3 {
    font: 500 36px "Kanit";
    color: #5B5B5B;
    margin-bottom: 30px; }
  .home_article p {
    font: 500 16px "Open sans";
    color: #5B5B5B;
    margin-bottom: 50px;
    line-height: 1.8em; }
    .home_article p strong {
      font-weight: bold; }
    .home_article p a {
      color: #F2801A; }
  .home_article .continue_btn {
    font: 500 16px "Kanit";
    background-color: #F2801A;
    color: #fff;
    border-radius: 20px;
    padding: 10px 50px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .home_article .continue_btn:hover {
      background-color: #5B5B5B; }

.home_image {
  padding: 50px 200px 50px 50px; }
  .home_image img {
    width: 100%;
    height: auto;
    display: block; }

.highlight_box {
  background-color: #F2801A;
  padding: 80px 0 70px;
  color: #fff;
  text-align: center;
  -moz-box-shadow: inset 0 0 5px #666;
  -webkit-box-shadow: inset 0 0 5px #666;
  box-shadow: inset 0 0 5px #666; }
  .highlight_box h3 {
    font: 500 36px "Kanit";
    color: #fff;
    margin-bottom: 30px; }
  .highlight_box p {
    font: 700 16px "Open sans";
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6em; }
    .highlight_box p strong {
      font-weight: bold; }

.features_box {
  background-color: #eee;
  -moz-box-shadow: inset 0 0 5px #666;
  -webkit-box-shadow: inset 0 0 5px #666;
  box-shadow: inset 0 0 5px #666; }

.features_article {
  padding: 70px 10% 90px; }
  .features_article .feature_icon {
    background-color: #F2801A;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto 15px; }
  .features_article h3 {
    text-align: center;
    font: 500 36px "Kanit";
    color: #F2801A;
    margin-bottom: 30px; }
  .features_article h4 {
    font: 500 14px "Open sans";
    text-align: center;
    color: #5B5B5B;
    text-transform: uppercase; }

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/
.contact_right {
  padding-right: 200px; }
  .contact_right_inner {
    border-left: 1px solid #ccc;
    padding-left: 50px; }
  .contact_right h3 {
    font: 500 36px "Kanit";
    color: #5B5B5B;
    margin-bottom: 40px; }

input,
textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 10px;
  font-size: 18px;
  font: 500 14px "Open sans"; }
  input:focus,
  textarea:focus {
    border-color: #F2801A; }
  @media (min-width: 992px) and (max-width: 1199px) {
    input,
    textarea {
      padding: 8px;
      font-size: 15px; } }

textarea {
  height: 255px; }
  @media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    textarea {
      margin-bottom: 15px;
      height: 150px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    textarea {
      height: 200px; } }

input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  display: block;
  margin-top: 2px; }

input[type="submit"] {
  background-color: #F2801A;
  border: 1px solid #F2801A;
  width: 150px;
  float: right;
  color: #fff;
  font: 500 18px "Open sans";
  padding: 10px 10px 10px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    input[type="submit"] {
      float: left; } }
  input[type="submit"]:hover {
    background-color: #5B5B5B;
    color: #F2801A;
    border-color: #CBC5C2; }

.wpcf7-response-output {
  float: left;
  margin: 0;
  padding: 12px 10px 8px;
  border-width: 1px;
  font-family: "Open sans"; }

.wpcf7-not-valid-tip {
  margin-top: -30px;
  margin-bottom: 15px;
  font-family: "Open sans"; }

span.wpcf7-list-item {
  margin: 0 !important; }

.acceptance {
  color: #5B5B5B;
  margin-bottom: 30px;
  font: 500 16px "Open sans"; }
  @media (min-width: 768px) and (max-width: 991px) {
    .acceptance {
      margin-bottom: 15px; } }
  .acceptance .wpcf7-list-item {
    height: 15px; }
  .acceptance a {
    color: #F2801A;
    text-decoration: underline; }
    .acceptance a:hover {
      color: #5B5B5B; }

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
.footer {
  background-color: #222;
  color: #fff;
  padding: 30px 15px;
  font: 500 15px "Open sans"; }
  .footer_left {
    padding-left: 200px; }
  .footer_right {
    padding-right: 200px;
    text-align: right; }
    .footer_right a {
      color: #fff; }

/*------------------------------------------------------------------------------
subpage
------------------------------------------------------------------------------*/
.subpage_hero {
  padding: 150px 15px 70px;
  background-color: #F2801A;
  color: #fff;
  box-shadow: inset 0px 0px 5px #555; }
  .subpage_hero h1 {
    font: 500 50px "Kanit";
    text-align: center; }

.page_content {
  padding: 50px 215px 0; }
  .page_content_inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px; }
  .page_content h3 {
    font: 500 30px "Kanit";
    color: #F2801A;
    margin-top: 30px;
    margin-bottom: 10px; }
  .page_content h4 {
    font: 500 22px "Kanit";
    color: #5B5B5B;
    margin-top: 30px;
    margin-bottom: 10px; }
  .page_content p {
    font: 500 16px "Open sans";
    color: #5B5B5B;
    margin-bottom: 15px;
    line-height: 1.7em; }
  .page_content .excerpt p {
    font-size: 16px;
    font-weight: bold; }

/*# sourceMappingURL=style.css.map */
