* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #424242;
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
html.-moz-select {
  padding: 3px 5px;
}
.btn,
.readon,
button,
.button,
input[type="submit"],
input[type="button"],
ul.pagenav .previous > a,
ul.pagenav .next > a,
#gkMainbody .readmore > a,
.cc-notification-buttons > li > .cc-link {
  background-color: #81d4fa;
  background-image: none;
  border: none;
  border-radius: 0!important;
  color: #fff;
  cursor: pointer;
  line-height: inherit;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn:active,
.btn:focus,
.btn:hover,
.readon:active,
.readon:focus,
.readon:hover,
button:active,
button:focus,
button:hover,
.button:active,
.button:focus,
.button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
ul.pagenav .previous > a:active,
ul.pagenav .previous > a:focus,
ul.pagenav .previous > a:hover,
ul.pagenav .next > a:active,
ul.pagenav .next > a:focus,
ul.pagenav .next > a:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.cc-notification-buttons > li > .cc-link:active,
.cc-notification-buttons > li > .cc-link:focus,
.cc-notification-buttons > li > .cc-link:hover {
  background: #3c3e3f;
  color: #fff;
}
a.btn {
  display: inline-block;
}
.readon {
  padding: 1rem 3.2rem;
}
.btn > i {
  color: #fff;
}
.btn.inverse {
  background: #3c3e3f;
  color: #fff;
}
.btn.inverse:active,
.btn.inverse:focus,
.btn.inverse:hover {
  background: #81d4fa;
  color: #fff;
}
.btn.border {
  border: 1px solid #fff;
  color: #fff !important;
}
.btn.border:active,
.btn.border:focus,
.btn.border:hover {
  background: #fff;
  color: #333 !important;
}
fieldset {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
}
fieldset > legend {
  margin: 0 0 -1rem -1rem;
  padding: 0 1rem;
}
legend {
  font-weight: 500;
  padding: 0;
}
label {
  font-weight: 500;
  margin: 0 1rem 0.75rem 0;
}
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
  color: #999;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: none;
  margin-bottom: 0.5rem;
  outline: none;
  padding: 16px 0;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #81d4fa;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="file"] {
  margin-bottom: 1.5rem;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  max-width: 100%;
  width: auto;
  position: relative;
}
select:not([multiple]) {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><polygon points="3 6 3 6 0 0 6 0 3 6" fill="%238a8b8c"/></svg>') no-repeat right center;
  background-size: 10px 10px;
  padding-right: 2rem;
}
select:not([multiple])[multiple] {
  border: 1px solid #ccc;
  padding: 1.5rem 2rem;
  width: 100%;
}
select:not([multiple])[multiple]:hover {
  border-color: #999;
}
select:not([multiple])[multiple]:focus {
  border-color: #3c3e3f;
}
select:not([multiple])[multiple]:disabled {
  background-color: #f6f6f6;
  cursor: not-allowed;
}
select:not([multiple])[multiple]:disabled:hover {
  border-color: #ccc;
}
textarea {
  display: block;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
h1 {
	font-size: 24px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0;
}
.floatleft {
	float: left;
}
.width50 {
	width: 50%;
}
#counter {
	padding: 16px;
    text-align: right;
    width: 80px;
}
label[for="counter"] {
	float: left;
	line-height: 41px;
}
.askform {
	margin: 10px 0;
	width: 100%;
}
.product-summary {
	margin: 10px 0;
	overflow: hidden;
	width: 100%!important;
}
