@import url(http://fonts.googleapis.com/css?family=Dosis:400,700,800);
@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins, input,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup, select,
table, tbody, tfoot, thead, th, tr, tdvideo, tt, textarea,
u, ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
* {
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
}

*/
::-selection {
  background: #ffb800;
  color: #000; }

::-moz-selection {
  background: #ffb800;
  color: #000; }

body {
  font: 14px/24px "Dosis", Arial, Tahoma, sans-serif;
  color: #111; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  *zoom: 1; }

.clearfix:after {
  clear: both; }

h1, h2, h3, h4, h5, h6, strong, blockquote {
  font-weight: normal; }

h1, h2, h3, blockquote {
  padding-top: 20px;
  margin-bottom: 10px; }

p {
  padding-top: 10px;
  margin-bottom: 10px; }

h1 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }
  h1:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    bottom: -6px;
    left: 0;
    background: #ffb800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

h3 {
  font-size: 16px;
  font-weight: 700; }

blockquote {
  font-size: 16px;
  font-style: italic; }

a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #111; }

strong {
  font-weight: 700; }

.script {
  font-family: "Grand Hotel", cursive; }

.white {
  color: #fff; }

.yellow {
  color: #ffb800; }

input, select, textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  padding: 6px 12px;
  margin: 0 0 18px;
  font: 14px/24px "Dosis", Arial, Tahoma, sans-serif;
  color: #111;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #ffb800;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  input.disabled, select.disabled, textarea.disabled {
    background: #eee; }
    input.disabled:focus, select.disabled:focus, textarea.disabled:focus {
      border: 1px solid #eee;
      box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0);
      -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0); }

input[type="submit"] {
  width: auto;
  margin: 0;
  border: none;
  cursor: pointer; }

textarea {
  height: 100px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: transparent; }

th, td {
  border: 1px solid #eee !important;
  padding: 6px 12px !important;
  vertical-align: middle; }

th {
  text-align: left;
  border: 1px solid #ccc !important; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px; }

.btn {
  display: inline-block;
  height: 42px;
  padding: 0 18px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn.btn_black {
    background: #111;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn.btn_black:hover {
      color: #ffb800; }
  .btn.btn_yellow {
    background: #ffb800;
    color: #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .btn.btn_yellow:hover {
      background: #111;
      color: #fff; }

.buy_btn {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/icon_cart_small.png) center top no-repeat #ffb800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .buy_btn:hover {
    background: url(../images/icon_cart_small.png) center bottom no-repeat #111111; }

.input_container_1, .input_container_2, .input_container_3 {
  padding: 0 10px; }

.input_container_2 {
  display: inline-block;
  width: 49.7%; }

.input_container_3 {
  display: inline-block;
  width: 32.9%; }

#frmPop {
  margin: 0 -10px 0 -10px; }

#ex {
  display: none; }

#frmPop input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
}

.gdpr-checkboxes {
  padding-left: 10px;
  margin-bottom: 20px;
}
