@media (min-width: 1200px) {
  input,
  textarea {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  [class*='span'] {
    float: left;
    min-height: 1px;
    margin-left: 2.9%;
  }

  input,
  textarea {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  [class*='span'] {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 480px) {
  .input-prepend .add-on:first-child {
    display: none;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}

section {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

input {
  overflow: visible;
  line-height: normal;
}

input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='submit'] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

[class*='span'] {
  float: left;
  min-height: 1px;
}

.span7 {
  width: 55%;
}

h3 {
  margin: 10px 0;
  line-height: 20px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}

h3 {
  line-height: 40px;
}

h3 {
  font-size: 18px;
}

input,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

textarea,
input[type='text'] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

input,
textarea {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type='text'] {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type='text']:focus {
  border-width: 1px;
  border-style: solid;
  outline: 0;
}

input[type='submit'] {
  width: auto;
}

input,
textarea {
  margin-left: 0;
}

input:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-prepend input {
  font-size: 14px;
}

.input-prepend input {
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend input:focus {
  z-index: 2;
}

.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend .add-on {
  margin-right: -1px;
}

.input-prepend .add-on:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

[class^='icon-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('http://127.0.0.1:5502/header/css/img/glyphicons-halflings.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-comment {
  background-position: -240px -120px;
}

[class^='icon-'] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.3em;
}

[class^='icon-']:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

[class^='icon-'] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-user:before {
  content: '\f007';
}

.icon-align-justify:before {
  content: '\f039';
}

.icon-comment:before {
  content: '\f075';
}

.icon-envelope:before {
  content: '\f0e0';
}

.clear {
  clear: both;
}

body {
  background-attachment: fixed !important;
  background-color: transparent;
  background-image: url('http://127.0.0.1:5502/header/wp-content/themes/gameaddict/img/header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #666;
  height: 100%;
  font-family: Arial;
}

span {
  font-size: 14px;
}

textarea:focus,
input[type='text']:focus {
  background-color: #fff !important;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  box-shadow: none !important;
}

.button-small,
input[type='submit'] {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: relative;
  top: -3px;
  color: #ffffff;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  border: none;
  margin-top: 5px;
}

.button-small:hover,
input[type='submit']:hover {
  color: #fff;
  background-color: #d16428;
}

.button-small,
input[type='submit'] {
  font-size: 12px;
  padding: 12px 20px 12px 20px !important;
}

.block {
  margin-bottom: 40px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.block h3:first-child {
  font-size: 14px;
  padding-left: 13px;
  margin-bottom: 0px;
}

.contact .input-prepend {
  margin-bottom: 15px;
  display: list-item;
}

.contact ul {
  margin: 0px;
  padding: 0px;
}

.contact .contactform {
  margin-top: 20px;
}

.contactform li {
  list-style: none;
}

.contact ul li input[type='text'],
.contact ul li textarea {
  background-color: #ffffff;
  width: 88% !important;
}

.contact ul li .add-on,
.contact ul li input[type='text'],
.contact ul li textarea {
  padding: 2%;
}

.contact ul li input[type='submit'] {
  margin-left: 40px;
}

@media print {
  html,
  body {
    height: auto;
  }
}

.title-wrapper {
  background-image: url(http://127.0.0.1:5502/header/css/img/stripe.png);
  background-repeat: repeat-x;
  background-position: left center;
}

h3.widget-title {
  margin-top: 0px;
  margin-left: 0;
  line-height: 40px;
  margin-bottom: 0px;
  padding: 0px 30px 0px 13px;
  font-size: 14px;
  -webkit-border-radius: 0 20px 0 0/0 40px 0 0;
  -moz-border-radius: 0 20px 0 0/0 40px 0 0;
  border-radius: 0 20px 0 0/0 40px 0 0;
  float: left;
}

h3.widget-title {
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

.button-small,
h3,
input,
textarea {
  font-family: Open Sans;
}

.block h3:first-child,
.title-wrapper {
  background-color: #32333b;
}

.button-small,
input[type='submit'] {
  background-color: #ff5b5b;
}

.block h3:first-child,
h3.widget-title {
  color: #fff;
}

h3.widget-title {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 0px 1px 1px #f3ab46 inset;
}

h3.widget-title {
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

h3.widget-title {
  border: 1px solid #32333b;
}

h3.widget-title {
  background-image: -webkit-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: -moz-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: -o-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.cf {
  display: block;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.cf {
  display: block;
}

.button-small:hover,
input[type='submit']:hover {
  background-color: #d16428;
}

/*! CSS Used from: http://127.0.0.1:5502/header/css//pb-view.css */
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.cf {
  display: block;
}

.contact-section {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .contact-section {
    width: 100%;
    padding: 20px 0;
  }
}

/*! CSS Used from: http://127.0.0.1:5502/header/css//woocommerce2.css */
.clear {
  clear: both;
}

/*! CSS Used fontfaces */
