/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #404040;
}

body {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

.img-float {
  float: left;
  margin-right: 5px;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles > 1024 px
   ========================================================================== */
* {
  font-family: Verdana, sans-serif;
}

div.main_page {
  background: url("img/website/transparent.png") transparent !important;
  background-size: 100% 100%;
  padding: 0 10px;
}

header, section, footer {
  max-width: 900px;
  width: 100%;
  padding: 15px 0px;
  margin: 0 auto;
}

section {
  padding: 5px 0px;
}

section div.lp_box_left {
  padding: 20px;
  overflow: hidden;
  position: relative;
}

section div.lp_box_right {
  display: none;
}

section div.input_line {
  overflow: hidden;
  margin-bottom: 10px;
}

section label {
  font-size: 14px;
  font-weight: bold;
}

section label + div.valueTarget input {
  width: 102px;
  height: 19px;
  padding: 2px 1px;
}
section label + div.valueTarget div.input_sign {
  float: right;
  height: 25px;
  padding: 1px 0 0 2px;
  display: inline;
}

div.marginLeft {
  display: inline-block;
  font-size: 12px;
  width: 49%;
}

div.marginRight {
  display: inline-block;
  font-size: 12px;
  width: 49%;
  text-align: right;
}

section div.input input,
section div.input > span.input {
  float: left;
}

div.input, div.ui-slider {
  margin-top: 10px;
}

div.half_content {
  width: auto;
}

/* ==========================================================================
   Icons, Links and Buttons
   ========================================================================== */

a {
  color: #f0732d;
}
/*
input[type=button], button {
  width: 100%;
  color: #fef4e9;
  padding: 5px;
  border: solid 1px #da7c0c;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0,0,0,.5);

  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -webkit-linear-gradient(top, #faa51a, #f47a20);
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  background: -ms-linear-gradient(top, #faa51a, #f47a20);
  background: -o-linear-gradient(top, #faa51a, #f47a20);


  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;

  -moz-box-shadow: inset -1px -1px 1px rgba(0,0,0,.3), inset 1px 1px 1px rgba(255,255,255,.5);
  -webkit-box-shadow: inset -1px -1px 1px rgba(0,0,0,.3), inset 1px 1px 1px rgba(255,255,255,.5);
  box-shadow: inset -1px -1px 1px rgba(0,0,0,.3), inset 1px 1px 1px rgba(255,255,255,.5);
}

input[type=button]:hover, button:hover {
	background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -webkit-linear-gradient(top, #f88e11, #f06015);
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  background: -ms-linear-gradient(top, #f88e11, #f06015);
  background: -o-linear-gradient(top, #f88e11, #f06015);
}

input[type=button]:active, button:active {
	background: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -webkit-linear-gradient(top, #f47a20, #faa51a);
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  background: -ms-linear-gradient(top, #f47a20, #faa51a);
  background: -o-linear-gradient(top, #f47a20, #faa51a);

  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3), inset -1px -1px 1px rgba(255,255,255,.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.3), inset -1px -1px 1px rgba(255,255,255,.5);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.3), inset -1px -1px 1px rgba(255,255,255,.5);
}
 */

input[type=button], button {
	background: #ee7900;
	color: #fff;
	font-family: BulldogStdMedium,Verdana,Arial,"Lucida Grande",sans-serif;
	padding: .5em 1.25em;
	text-align: center;
	font-size: 19px;
	font-size: 1.1875rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f39727),color-stop(100%,#ee7900));
	background-image: -webkit-linear-gradient(#f39727,#ee7900);
	background-image: -moz-linear-gradient(#f39727,#ee7900);
	background-image: -o-linear-gradient(#f39727,#ee7900);
	background-image: linear-gradient(#f39727,#ee7900);
	text-decoration: none;
	border: none;
}

input[type=button]:hover, button:hover {
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ee7900),color-stop(100%,#f39727));
	background-image: -webkit-linear-gradient(#ee7900,#f39727);
	background-image: -moz-linear-gradient(#ee7900,#f39727);
	background-image: -o-linear-gradient(#ee7900,#f39727);
	background-image: linear-gradient(#ee7900,#f39727)
}

.linkIco {
  background: url("img/website/page_link_icons.png") transparent no-repeat;
  background-position-x: 480px;
  background-position-y: 2px;
  vertical-align: middle;
  padding: 2px 2px 2px 20px;
  color: #f0732d;
  line-height: 16px;
  height: 16px;
}

.toggleClose {
  background-position-x: -388px;
  background-position-y: -75px;
}

.toggleOpen {
  background-position-x: -372px;
  background-position-y: -92px;
}



@media only screen and (max-width: 767px) {
  section div.input > span.input {
    width: 90%
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  div.main_page {
    background: url("img/website/transparent.png") transparent !important;
    background-size: 100% 100%;
    padding: 0 10px;
  }

  section div.lp_box_right {
    border-top: 1px solid #888;
    display: block;
    padding-top: 10px;
  }

  section div.lp_box_right div.lp_box_com {
    text-align: center;
    width: 50%;
    float: left;
  }

  section div.lp_box_right div.lp_box_com img {
    width: 150px;
    height: 150px;
  }

  section div.lp_box_right div.lp_box_com p {
    text-align: center;
    padding: 0 10px;
  }

  section div.input_line {
    overflow: hidden;
    margin-bottom: 15px;
  }

  section label {
    font-size: 16px;
    display: inline-block;
    width: 45%;
    margin-bottom: 5px;
  }

  section div.input {
    float: right;
    width: 50%
  }

  section label + div.valueTarget input {
    width: 162px;
  }

  div.marginRight {
    width: 50%;
  }

  section div.input > input,
  section div.input > span.input {
    float: right;
  }

  div.input, div.ui-slider {
    margin-top: 0;
  }

  input[type=button], button {
    width: 180px;
  }

  div.half_content {
    width: 49%;
    float: left;
  }

  div.full_content {
    width: auto;
    clear: both;
  }
} /* > 768px, < 999 px */

@media only screen and (min-width: 1000px) {
  div.main_page {
    background: none !important;
    padding: 0;
  }

  header, section, footer {
    padding: 15px 50px;
    background: url("img/website/transparent.png") transparent;
    background-size: 100% 100%;
  }

  section div.lp_box_left {
    padding: 20px;
    max-width: 608px;
    width: 73%;
    float: left;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #888;
  }

  section div.lp_box_right {
    max-width: 250px;
    width: 27%;
    position: absolute;
    right: 0;
    display: block;
  }

  section div.lp_box_right div.lp_box_com {
    text-align: center;
    padding: 20px 20px 10px 20px;
  }

  section div.lp_box_right div.lp_box_com p {
    text-align: left;
  }

  section div.lp_box_right div.lp_box_com.border_bottom {
    border-bottom: 1px solid #888;
  }

  section div.input_line {
    overflow: hidden;
    margin-bottom: 30px;
  }

  section label {
    font-size: 16px;
    display: inline-block;
    width: 45%;
    margin-bottom: 5px;
  }

  section div.input {
    float: right;
    width: 50%
  }

  section label + div.valueTarget input {
    width: 162px;
  }

  div.marginRight {
    width: 50%;
  }

  section div.input > input,
  section div.input > span.input {
    float: right;
  }

  div.input, div.ui-slider {
    margin-top: 0;
  }

  input[type=button], button {
    width: 180px;
  }

  div.half_content {
    width: 49%;
    float: left;
  }

  div.full_content {
    width: auto;
    clear: both;
  }
} /* > 1000px */

header a.logo {
  float: right;
}

section div.lp_box {
  width: 100%;
  border: 1px solid #888;
  background: url("img/website/transparent.png") transparent;
  overflow: hidden;
  margin: 0 0 20px 0;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; /* future proofing */
  -khtml-border-radius: 4px; /* for old Konqueror browsers */

  -moz-box-shadow: 2px 2px 3px #ccc, inset -2px -2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc, inset -2px -2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc, inset -2px -2px 3px #ccc;

  position: relative;
}

section div.lp_box_right div.lp_box_com p {
  font-size: 12px;
  line-height: 15px;
  font-family: Verdana, Arial, sans-serif;
  color: #666;
}

section div.lp_box_toggle,
section div.lp_box_inner {
  padding: 20px;
  width: auto;
}

section div.lp_box_toggle a.toggleClose,
section div.lp_box_toggle a.toggleOpen {
  float: right;
}

section label + div.valueTarget {
  width: 50%
}
section label + div.valueTarget,
section label + div.valueTarget input {
  float: right;
  color: #f0732d;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 1px #333;
  text-align: right;

}


section div.input div.radio_select {
  width: 100%;
  overflow: hidden;
}

section div.input div.radio_select input {
  margin: auto;
  width: auto;
}

section div.input div.radio_label {
  overflow: hidden;
}

section div.input div.radio_label div,
section div.input div.radio_select div {
  margin: 0;
  padding 0;
  text-align: center;
  width: auto;
  display: inline-block;
}

section div.input div.radio_label.zibi5 div,
section div.input div.radio_select.zibi5 div {
  width: 18%;
}

section div.input div.radio_select input {
  margin: 0 0 0 39%;
}

section div.input img.help {
  padding: 3px 15px 0 0;
}

section div.lp_box div > h2,
section div.lp_box > h2 {
  margin: 0 0 5px 0;
}

footer {
  text-align: center;
}

div.ui-slider, div.ui-slider .ui-slider-bg {
  height: 6px;
  background:gray url(img/b2c/track-bg.png) repeat-x scroll 0 -1px;
}
div.ui-slider .ui-slider-bg {
  background-position-y: -17px;
}
div.valueLabel {
  display: none;
}

.ui-slider-handle .ui-btn-inner, div.ui-slider .ui-slider-handle {
  height: 17px;
  width: 15px;
  background-size: auto 25px;
}











