
:root {
    --red: #ff0000;
	--wright_orange: #FDBB2D;
	--wright_green_1: #398409;
	/*--light_grey: #939598;*/
	--wright_black: #222;
	--wright_dark_grey: #333333;
	--wright_light_grey: #e8e8e8;
	--wright_medium_grey: #919396;
	--wright_extra_light_grey: #f5f5f5;
}

html,
body,
ul,
ol,
p {
  margin: 0;
  padding: 0; }

body {
  font-size: 10px; }

* {
  box-sizing: border-box; }

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=386c1c225836e5ea6820)
 * Config saved to config.json and https://gist.github.com/386c1c225836e5ea6820
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Roboto black', 'Roboto regular', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
#parent_facebook_forum_div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  background-repeat: no-repeat; }
  #parent_facebook_forum_div .button-holder {
    text-align: center; }

#main_textarea {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: 'Roboto black', 'Roboto regular',sans-serif; }

#main_post_area_div {
  color: #fff;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  width: 100%;
  position: relative;
  text-align: right; }

#main_post_area_div > div {
  display: inline-block; }

#facebook-link:before {
  display: inline-block;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url("/images/facebook-official.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px; }

#forum-details-reveal:before {
  display: inline-block;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url("/images/wright-commercial-mowers-yellow-wolf-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

#forum-details-reveal:hover:before {
  display: inline-block;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url("/images/wright-commercial-mowers-black-wolf-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px; }

.standard_button_1 {
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px; }

.wolf_theme_button {
  text-transform: uppercase;
  padding: 7px 20px;
  background-color: var(--wright_black);
  color: var(--wright_orange);
  border-radius: 3px;
  color: var(--wright_orange);
  font-family: 'Roboto black', 'Roboto regular';
  font-size: 20px;
  border: 2px solid #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  position: relative; }

.wolf_theme_button:hover {
  background-color: var(--wright_orange);
  color: var(--wright_black); }

/*.dotted{
	border: 1px dotted #000000;
	border-style: none none dotted;
	width: 70%;
	margin: 14px !important;
}*/
.solid_line {
  border: 1px solid #000000;
  border-style: none none solid;
  width: 90%; }

#post_title_div {
  font-size: 1.8em;
  color: var(--wright_orange);
  text-transform: uppercase;
  float: left; }

#child_main_feed_div {
  background-color: transparent;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.post_main_div {
  /*background-color: #5A5B5D;*/
  margin-top: 14px;
  display: flex;
  position: relative; }

.post_user_icon_div {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden; }

.post_user_icon_div img {
  width: 50px; }

.post_right_div {
  float: right;
  width: 80%; }

.post_user_name_div {
  padding-left: 10px;
  height: 30px;
  line-height: 28px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  color: var(--wright_orange); }

.location_icon {
  width: 12px;
  background-position: -26px -57px;
  background-image: url("/images/wolf-facebook.png");
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-right: 3px;
  vertical-align: -2.9px; }

.post_user_message_div {
  overflow-x: hidden;
  overflow-y: hidden;
  word-wrap: break-word;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #fff;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px; }

.post_uploaded_image_div {
  /*border: 1px solid #070707;*/
  margin-top: 20px;
  margin-bottom: -8px;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 320px; }

.user_uploaded_image {
  width: 100%;
  max-width: 500px;
  height: auto; }

.post_link_main_div {
  background-color: #fff;
  border: 0;
  float: left;
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);*/ }

.post_link_href {
  text-decoration: none; }

.post_link_image_div {
  width: 158px !important;
  height: 158px !important;
  float: left;
  border: 1px dotted #000;
  color: #404040; }

.post_link_image {
  width: 158px !important;
  height: 158px !important; }

.post_link_main_content_div {
  float: right;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 420px !important;
  min-width: 300px !important; }

.post_link_content_div {
  font-size: 12px;
  height: 132px;
  margin: 10px 12px;
  position: relative;
  color: #000; }

.post_link_content_title_div {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
  max-height: 110px;
  overflow: hidden;
  word-wrap: break-word; }

.post_link_content_description_div {
  line-height: 16px;
  max-height: 80px;
  overflow: hidden; }

.post_link_content_link_div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0; }

.post_place_main_div {
  background-color: #fff;
  float: left;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.05); }

.post_place_map_div {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  width: 100%; }

.post_place_info_div {
  position: relative;
  word-wrap: break-word; }

.post_place_info_nested_div {
  left: 135px;
  position: relative;
  font-family: Georgia, 'lucida grande',tahoma,verdana,arial,sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  max-height: 110px;
  overflow: hidden;
  word-wrap: break-word; }

.post_place_icon_div {
  float: left;
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 7px;
  position: absolute;
  background-color: #fff;
  display: block;
  /*box-shadow: 0 0 0 2px rgba(0, 0, 0, .1) inset, 0 2px 2px rgba(0, 0, 0, .05);*/ }

.post_place_icon_image {
  height: 100px;
  width: 100px; }

#facebook_login_btn {
  float: left;
  vertical-align: top; }

#facebook_icon_image {
  height: 50px;
  width: 50px;
  cursor: pointer; }

#submit_btn_1 {
  border-width: 1px;
  margin-top: 15px; }

.post_main_comment_div {
  width: 100%; }

.wolf_theme_button_2 {
  text-transform: uppercase;
  padding: 8px 20px 7px;
  background-color: var(--wright_black);
  color: var(--wright_orange);
  border-radius: 3px;
  font-family: 'Roboto black', 'Roboto regular';
  font-size: 20px;
  border: 1px solid #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  float: right;
  margin: 1px;
  position: absolute;
  right: 0;
  bottom: 3px; }

.wolf_theme_button_2:hover {
  background-color: var(--wright_orange);
  color: var(--wright_black); }

.post_comment_div {
  width: 100%;
  padding-right: 150px; }

p.from-name,
p.from-time {
  padding-left: 50px; }

.from-name {
  font-size: 16px;
  margin-bottom: 0; }

.from-time {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px; }

.post_comment_tf {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto black', 'Roboto regular',sans-serif;
  margin: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.post_comment_main_div {
  position: relative; }

.post_comment_feed_div {
  margin-left: 60px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  color: var(--wright_orange);
  line-height: 28px; }

.post_comments_div {
  margin-left: 55px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  color: #fff; }

.comment_time_span {
  font-size: 10px; }

#parent_post_div {
  position: relative;
  width: 91%; }

#image_upload {
  float: left;
  margin-top: 15px; }

@media only screen and (min-width: 768px) {
  #post_comment_btn {
    margin-bottom: 7px; }

  #go-to-facebook {
    font-size: 18px;
    text-transform: initial; } }
@media only screen and (max-width: 767px) {
  #forum-details-reveal {
    margin-left: 0 auto;
    margin-right: 0 auto; }

  #forum-header {
    text-align: center;
    font-size: 3.2rem; } }
div.error {
  margin: 2rem;
  padding: 2rem;
  border: 1px solid red;
  color: rgba(255, 0, 0, 0.53);
  font-size: 2rem;
  font-weight: bold; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slowest {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fast {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.faster {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slowest {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay1 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s; }

.animated.delay2 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s; }

.animated.delay3 {
  -webkit-animation-delay: .85s;
  -moz-animation-delay: .85s;
  animation-delay: .85; }

.animated.delay4 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1; }

.animated.delay5 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@font-face {
  font-family: 'Roboto black', 'Roboto regular',sans-serif;
  src: url(/wp-content/themes/BecomeAWolf/fonts/custom_fonts/MyFontsWebfontsKit.css); }
body {
  background-color: var(--wright_black);
  color: #fff;
  font-family: 'Roboto black', 'Roboto regular',sans-serif;
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 320px; }

a {
  color: var(--wright_orange);
  text-decoration: none;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

a:not(.wolf-button):not(.wolf-button.disabled):not(.wolf-button.disabled:hover) {
  text-decoration: underline; }

#menu-member-menu a,
#menu-header-menu a,
#menu-footer-menu a {
  text-decoration: none; }

a:hover {
  color: #B8820D;
  cursor: pointer; }

a:focus {
  color: var(--wright_orange);
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 1px;
  outline-color: var(--wright_orange); }

p {
  margin-bottom: 2rem; }

h1 {
  color: var(--wright_orange);
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  font-size: 3em;
  text-transform: uppercase; }

h2 {
  color: var(--wright_orange);
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  font-size: 2.5em;
  text-transform: uppercase; }

h3 {
  font-size: 2em;
  color: var(--wright_orange);
  text-transform: uppercase; }

h4 {
  font-size: 1.5em;
  color: var(--wright_orange);
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0; }

h5 {
  color: var(--wright_orange);
  text-transform: uppercase; }

p {
  font-size: 18px;
  margin-top: 0; }

hr {
  margin: 30px 0;
  border-color: var(--wright_orange); }

select:focus,
input:focus {
  color: var(--wright_orange);
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 1px;
  outline-color: var(--wright_orange); }

/*-----General-----*/
.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.yellow {
  color: var(--wright_orange); }

.white {
  color: #fff; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.wolf-button, .wolf-button.disabled, .wolf-button.disabled:hover, .lostpassword input[type="submit"], .resetpass input[type="submit"] {
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: var(--wright_black);
  color: var(--wright_orange);
  border-radius: 3px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  font-size: 20px;
  border: 2px solid #fff;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

.wolf-button:hover, .lostpassword input[type="submit"]:hover, .resetpass input[type="submit"]:hover {
  color: var(--wright_black);
  background-color: var(--wright_orange);
  text-decoration: none; }

.wolf-button.disabled, .wolf-button.disabled:hover, .lostpassword input.disabled[type="submit"], .resetpass input.disabled[type="submit"] {
  opacity: .35; }

.button-holder {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }

.button-subtext {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 30px; }

.image-link {
  display: block;
  margin: 0 auto; }

.hidden {
  display: none; }

.block {
  display: inline-block;
  margin: 0 auto; }

.spacer {
  margin: 30px 0; }

.hundred {
  width: 100%;
  text-align: center; }

/*-----Header-----*/
.navbar-header {
  float: left; }

#wolf-logo {
  height: 90px;
  width: 327px;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

a.navbar-brand:hover {
  opacity: .8; }

nav {
  border-bottom: 1px solid var(--wright_orange); }

nav .container-fluid {
  padding: 15px;
  width: 90%; }

nav ul {
  padding-left: 0;
  float: right;
  margin-top: 35px; }

nav li {
  list-style-type: none;
  display: inline-block;
  padding-left: 3rem; }

nav li a {
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition-duration: .15s;
  /* Safari */
  transition-duration: .15s;
  transition-timing-function: ease-in-out; }

nav li a:hover,
nav li a:active {
  color: #444; }

.sub-menu {
  opacity: 0;
  display: none;
  -webkit-transition-duration: .15s;
  /* Safari */
  transition-duration: .15s;
  transition-timing-function: ease-in-out; }

.sub-menu li {
  display: inline-block; }

nav ul li:hover ul {
  opacity: 1;
  display: block; }

.sub-menu li a {
  font-size: 18px;
  display: block;
  padding: 10px; }

/*-----Footer-----*/
#footer-widgets {
  padding-top: 10px;
  background-color: #333; }

#footer-widget-wrapper {
  width: 90%;
  margin: auto; }

#footer-widget-1 ul {
  list-style-type: none;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 0;
  margin-top: 7px;
  margin-bottom: 0; }

#menu-footer-menu li {
  padding-bottom: 2px;
  letter-spacing: 1px; }

#menu-footer-menu li a {
  border-bottom: 1px solid transparent;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

#menu-footer-menu li a:hover {
  border-bottom: 1px solid #B8820D; }

#footer-widget-2 {
  padding: 40px 0; }

#footer-logo-holder {
  width: 100%;
  text-align: center; }

#footer-logo-holder img {
  display: inline-block;
  margin: auto;
  width: 300px;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

#footer-logo:hover {
  opacity: .8; }

#footer-widget-3 p {
  text-transform: uppercase;
  text-align: right;
  margin: 10px 0; }

.address_div
{
	font-family: 'Roboto bold' !important;
}

footer {
  background-color: #333;
  font-family: 'Roboto regular' !important; }

footer p {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 10px 0; }

/*-----Homepage-----*/
.home h2 {
  font-size: 3.5em; }

.home section {
  margin-bottom: 50px; }

#homepage-header {
	color: var(--wright_orange);
	text-decoration: none;
	font-family: 'Roboto black' !important;
	letter-spacing: 1px;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  margin: 10px; }

#mower-background {
  background-image: url("/images/wright-stander-mower-dark-70.jpg");
  height: 580px;
  background-size: contain;
  padding: 0; }

#homepage-text {
  margin-top: 5rem;
  /*	background-color: rgba(0,0,0,.3);*/
  padding: 0 10%; }

#homepage-text p {
  line-height: 1.6em;
  padding: 20px;
  font-family: 'Roboto regular' !important; }

#benefits-box {
  border: 1px solid var(--wright_orange); }
  #benefits-box a {
    text-decoration: none;
    margin: 1rem; }
  #benefits-box img.wolf-head {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #benefits-box p {
    padding: 0 20px; }

#homepage-bottom {
  margin-bottom: 0; }

#homepage-bottom-cta {
  background-image: url("/images/wright-commercial-mowers-sunset-100.jpg");
  padding: 0 30px; }

#cta-header1,
#cta-header2,
#homepage-bottom-cta p {
  text-align: right;
  color: var(--wright_black); }

#homepage-bottom-cta h2 {
  margin: .3em 0; }

#homepage-bottom-cta a {
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  float: right;
  margin-top: 100px;
  margin-bottom: 300px;
  border: 2px solid #ddd; }

/*-----Member Homepage-----*/
#member-mower-background {
  background-image: url("/images/wright-stander-mower-dark-70.jpg");
  height: 540px;
  background-size: contain;
  padding: 0; }

#member-dashboard {
  position: relative;
  top: 75px; }
  #member-dashboard a, #member-dashboard h4 {
    text-decoration: none;
    -webkit-transition-duration: .25s;
    /* Safari */
    transition-duration: .25s;
    transition-timing-function: ease-in-out; }
  #member-dashboard a:hover h4 {
    color: var(--wright_orange); }

.dashboard-header {
  color: #fff;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

#member-homepage-header {
  font-size: 3em; }

#member-homepage-header span {
  margin-right: 15px; }

.home .image-link {
  height: 100px;
  width: 100px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

.home .image-link:hover {
  height: 110px;
  width: 110px;
  margin-bottom: 20px; }

.home .icon-wrapper {
  margin-bottom: 10px; }

/*-----404 Page-----*/
#copy-404 {
  margin: 10px; }

/*-----Registration Form Styles-----*/
#become-a-wolf {

  background-size: contain; }

  #become-a-wolf h2 {
line-height: .8em;
 }

.tshirt_below
{
	font-size: 50%;
	text-transform: none;
}

.tml input {
  padding: 6px 10px 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff; }

.tml input[type="submit"] {
  border-width: 2px; }

table.mower-type-and-is-new td {
  width: 50%; }

#address2-dropdown {
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 16px; }

select#mower_type, select#address2-dropdown {
  font-size: 18px;
  font-family: 'Roboto black', 'Roboto regular';
  color: #999;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  width: 97%;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url("/images/yellow-down-arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 10px;
  background-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

#wp-submit1 {
  padding: 12px 24px;
  width: auto; }

.form-input:not([type="submit"]) {
  background-color: rgba(0, 0, 0, 0.85); }

#address-part2 td {
  width: 50%; }

#address2 {
  width: 97%;
  margin-top: 0;
  margin-left: 3%;
  padding-top: 5px;
  font-size: 18px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.85); }

/*-----Login Form-----*/
#loginform input:-webkit-autofill {
  background-color: #333; }

#loginform input#user_login:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset; }

#loginform input#user_pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset; }

#loginform input[type="text"], textarea {
  background-color: #333; }

#loginform input#user_pass {
  background-color: #333; }

.tml-action-links a:hover {
  color: #fff; }

#loginform input[type="submit"] {
  background-color: #333;
  color: var(--wright_orange);
  font-size: 24px;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 4px;
  border-color: #fff;
  font-family: 'Roboto black', 'Roboto regular', sans-serif; }

#loginform input[type="submit"]:hover {
  opacity: .80;
  -webkit-transition-duration: .2s;
  /* Safari */
  transition-duration: .2s; }

.tml-login p.message {
  background-color: var(--wright_black);
  color: var(--wright_orange);
  border: none;
  padding-left: 0; }

#new-used-holder {
  margin-left: 3%; }

.password-input-wrapper.show-password {
  color: var(--wright_black); }

form#registerform1 p,
form#registerform1 .form__tooltip {
    font-family: 'Roboto regular' !important;
}

/*-----Profile Page-----*/
.tml-profile {
  max-width: 100%; }

.tml-profile .tml-form-table {
  border-collapse: collapse; }

.tml-profile .tml-form-table th,
.tml-profile .tml-form-table td {
  display: block;
  vertical-align: middle;
  width: auto; }

.tml-profile .screen-reader-text,
.tml-profile .screen-reader-text span {
  height: 1px;
  left: -1000em;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.tml-profile .wp-pwd {
  text-align: right; }

.tml-profile .wp-pwd .dashicons {
  font-size: 1em;
  line-height: 1;
  height: 1em;
  width: 1em;
  vertical-align: middle; }

.tml-profile #pass-strength-result {
  margin: 0.5em 0; }

.hidden,
.no-js .hide-if-no-js,
.js .hide-if-js {
  display: none; }

#wolf-profile-container {
  max-width: 80%;
  margin: 0 auto; }

#page-content table {
  border-bottom: 1px solid transparent;
  width: 100%;
  margin: 0 0 10px; }

#page-content td, #page-content th {
  border-top: 1px solid transparent;
  padding: 5px 10px 5px 5px; }

.tml-profile .tml-form-table tr td, .tml-profile .tml-form-table tr th {
  display: block;
  float: left;
  width: 50%; }

#wolf-profile-container > * {
  word-spacing: normal;
  color: #777777; }

#profile-tshirt-size {
  float: left;
  margin-left: 12px; }

#wolf-profile-container table {
  margin-bottom: 0; }

#wolf-profile-container .tml-submit-wrap {
  margin-top: .75em; }

#profile-tshirt-size .radio-inline {
  margin-left: 15px; }

#profile-tshirt-size input[type="radio"] {
  margin-right: 5px;
  margin-top: 4px; }

.button-primary:hover,
.mowers__button:hover {
  background-color: #070707;
  color: var(--wright_orange); }

#show-mower-form {
  padding-top: 6px;
  padding-bottom: 4px; }

.button-primary,
.mowers__button {
  border: 2px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #070707;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #fcac00;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  padding-left: 13.3px;
  padding-right: 13.3px;
  text-transform: none; }

#wolf-profile-container input[type=password], #wolf-profile-containerinput[type=text], #wolf-profile-containerinput[type=tel], #wolf-profile-containerinput[type=url], #wolf-profile-container input[type=email], #wolf-profile-container input[type=number], #wolf-profile-container input[type=date], #wolf-profile-container input[type=range], #wolf-profile-container select, #wolf-profile-container textarea {
    /*margin-bottom: 10px;
    padding: 7px 15px;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc;
    color: #b8bcbe;
	font: normal normal normal 14px / 25px 'Roboto black', 'Roboto regular', sans-serif;*/ }

select#address2-dropdown {
  width: 97%;
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 16px; }

#wolf-profile-container input.regular-text {
  background-color: var(--wright_black);
  color: #bbb;
  font-size: 16px; }

#wolf-profile-container input.regular-text:focus {
  color: #fff; }

/*-----Page Template-----*/
.entry-title {
  margin-left: 5%; }

#page-content {
  padding-left: 5%;
  padding-right: 5%;
  margin: auto;
  padding-bottom: 20px; }

/*-----Drop Down Menu-----*/
.sub-menu {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.9);
  top: -10px;
  left: -10px;
  z-index: 20; }

.sub-menu li {
  width: 160px;
  transition: all 0.4s ease; }
  .sub-menu li a:hover {
    color: var(--wright_orange); }

.sub-menu li:hover {
  background-color: rgba(254, 180, 22, 0.3); }

.menu-item-has-children {
  position: relative;
  padding-bottom: 5px; }

/*-----Lost Password Page-----*/
.lostpassword .message {
  background-color: var(--wright_black);
  color: #fff;
  border: 1px solid var(--wright_orange); }

/*-----Reset Password Page-----*/
.resetpass .tml .message {
  background-color: var(--wright_black);
  color: #fff;
  border: 1px solid var(--wright_orange); }

/*-----Events Page-----*/
#events-header {
  margin-bottom: 0; }

#events-page-content p,
#events-page-content h4 {
  margin-left: 40px; }

#events-page-content h4 {
  display: inline-block; }

#official-event-key {
  display: inline-block;
  background-image: url("/images/wright-commercial-mowers-yellow-wolf-logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 20px;
  margin-top: 1rem;
  margin-bottom: 4rem; }

#form-reveal {
  width: 160px;
  font-family: 'Roboto black', 'Roboto regular';
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 20px; }

.official-event {
  background-image: url("/images/wright-commercial-mowers-yellow-wolf-logo.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 40px;
  max-height: 30px; }

.event-details {
  margin-bottom: 0; }

/*-----Video Page-----*/
.video-row-inner {
  margin: 3rem 0; }

.video-subhead {
  text-align: center; }

/*-----Microsites Page-----*/
.online-microsites a.wolf-button, .online-microsites a.wolf-button.disabled:hover {
  margin: 20px 0; }

.online-microsites .wolf-head {
  height: 70px;
  width: 70px; }

#microsites-background {
  background-image: url("/images/wright-mowers-landscaper-microsites-85.jpg"); }

#microsite-form-reveal {
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif; }

/*-----CLIP Software Page-----*/
.clip-software #page-background {
  background-image: url("/images/wright-commercial-mowers-hal-wright-business-tools.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#clip-features {
  list-style-type: none;
  margin-bottom: 20px; }
  #clip-features li {
    font-size: 18px;
    padding-left: 40px;
    background-image: url("/images/wright-commercial-mowers-yellow-wolf-logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0 10px; }

/*-----Knowitall Page-----*/
#clip-image {
  background-image: url("/images/wolf-knowitall-1.jpg");
  min-height: 350px; }

#clip-image2 {
  background-image: url("/images/wolf-knowitall-2.jpg");
  min-height: 350px; }

#knowitall-list {
  font-size: 18px;
  list-style-type: none;
  margin-left: 20px; }
  #knowitall-list li {
    padding-left: 40px;
    background-image: url("/images/wright-commercial-mowers-yellow-wolf-logo.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px 0 15px; }

#knowitall-login,
#knowitall-manager-request,
#knowitall-manager-login {
  font-size: 18px;
  font-family: 'Roboto black', 'Roboto regular', sans-serif;
  padding: 10px 12px 8px; }

/*-----WOLF Apparel Page-----*/
.wolf-gear #page-background {
  background-image: url("/images/wolf-t-shirt-50.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px; }

#gear-header {
  margin-bottom: 50px; }

#wolf-merch {
  width: 100%;
  height: 2000px;
  border: 0; }

/*-----CTA Button Styles-----*/
.cta_button {
  text-transform: uppercase !important;
  padding: 15px 30px !important;
  background-color: var(--wright_black) !important;
  color: var(--wright_orange) !important;
  border-radius: 3px !important;
  font-family: 'Roboto black', 'Roboto regular', sans-serif !important;
  font-size: 20px !important;
  border: 2px solid #fff !important;
  background-image: none !important;
  text-shadow: none !important;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

.cta_button span {
  color: var(--wright_orange) !important;
  -webkit-transition-duration: .25s;
  /* Safari */
  transition-duration: .25s;
  transition-timing-function: ease-in-out; }

.cta_button span:hover {
  color: var(--wright_black) !important;
  text-shadow: none !important; }

.cta_button:hover {
  background-color: var(--wright_orange) !important;
  box-shadow: none !important;
  color: var(--wright_black) !important; }

.cta_button:hover span {
  color: var(--wright_black) !important;
  text-shadow: none !important; }

/*-----Contact Page-----*/
.contact #contact-header {
  margin-top: 0;
  padding-left: 70px; }
.contact #page-background {
  padding-top: 20px;
  background-image: url("/images/Wright-commercial-mowers-WOLF-Sunset-60.jpg"); }

#respond,
#event-form-container {
  width: 60%;
  margin: 0 auto; }
  #respond .error,
  #event-form-container .error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px; }
  #respond .success,
  #event-form-container .success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    margin: 0 0 20px; }
  #respond form span,
  #event-form-container form span {
    color: var(--wright_orange); }
  #respond input,
  #event-form-container input {
    border-style: solid; }
  #respond input:not([type="submit"]),
  #respond textarea,
  #event-form-container input:not([type="submit"]),
  #event-form-container textarea {
    width: 100%;
    padding: 5px;
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
    border: 1px solid var(--wright_orange); }

#respond #cfp {
  margin-bottom: 0;
  padding-bottom: 50px; }

/*-----Animations NOT included in animate.css-----*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slowest {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fast {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.faster {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.slowest {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.delay1 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s; }

.animated.delay2 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s; }

.animated.delay3 {
  -webkit-animation-delay: .85s;
  -moz-animation-delay: .85s;
  animation-delay: .85s; }

.animated.delay4 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay5 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

/*-----Media Queries-----*/
@media only screen and (max-width: 1150px) {
  .video-subhead {
    height: 60px; } }
@media only screen and (min-width: 768px) {
  .navbar-toggle.collapsed {
    display: none; }

  .tml-profile .tml-submit-wrap input {
    width: auto; }

  .toggle_but {
    display: none; }

  #menu-member-menu li {
    padding-left: 1.5rem; }

  #menu-member-menu li a {
    font-size: 1.9rem; }

  #menu-member-menu .sub-menu a {
    font-size: 1.9rem; }

  ul#menu-header-menu,
  ul#menu-member-menu {
    display: block !important; }

  #menu-header-menu li:first-child,
  #menu-member-menu li:first-child {
    padding-left: 0; }

  #menu-header-menu .sub-menu li:first-child,
  #menu-member-menu .sub-menu li:first-child {
    padding-left: 2rem; }

  .forum-details-reveal {
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto black', 'Roboto regular', sans-serif;
    text-transform: initial;
    padding: 8px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    min-width: 200px;
    margin-bottom: 30px;
    text-align: center;
    color: var(--wright_orange);
    cursor: pointer;
    -webkit-transition-duration: .25s;
    /* Safari */
    transition-duration: .25s;
    transition-timing-function: ease-in-out; }

  .forum-details-reveal:hover {
    color: var(--wright_black);
    background-color: var(--wright_orange); } }
@media only screen and (max-width: 991px) {
  .navbar-header {
    float: none;
    text-align: center;
    width: 100%; }

  #member-dashboard {
    top: 25px; }

  #footer-widget-3 p {
    text-align: center; }

  #footer-widget-1 ul li {
    text-align: center; }

  #mower-background {
    height: 400px; }

  .hide-on-small-screens {
    display: none; }

  #navbar {
    text-align: center; }

  #menu-header-menu,
  #menu-member-menu {
    float: none; }

  h1, h2, h3, h4 {
    margin-left: 10px;
    margin-right: 10px; }

  #wolf-profile-container {
    max-width: 100%; }

  .video-subhead {
    height: 30px; } }
@media only screen and (max-width: 768px) {
  #image_upload {
    display: none; } }
@media only screen and (max-width: 767px) {
  /*-----Navbar CSS pt1-----*/
  button.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }

  .navbar-toggle .icon-bar {
    background-color: #563d7c;
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    margin: 2px 0px; }

  .navbar-collapse.collapse.in {
    height: auto !important; }

  ul#menu-header-menu,
  ul#menu-member-menu {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 110px; }

  nav li {
    list-style-type: none;
    display: block;
    margin-bottom: 6px;
    padding-left: 0; }

  .hide-on-mobile {
    display: none; }

  /* End Navbar CSS */
  h2 {
    font-size: 2em;
    margin-left: 10px;
    margin-right: 10px; }

  h4 {
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px; }

  p {
    font-size: 16px; }

  #page-content {
    padding-left: 10px;
    padding-right: 10px; }

  .sub-menu {
    top: -3px;
    left: 50%;
    margin-left: -105px; }

  .sub-menu li {
    padding: 5px 25px;
    width: 220px; }

  div#navbar {
    overflow: initial; }

  .contact #contact-header {
    text-align: center;
    padding-left: 0; }

  .contact #respond {
    width: 80%; }

  #homepage-header {
    font-size: 3.5em; }

  #homepage-text {
    padding-left: 5%;
    padding-right: 5%; }

  .home h2 {
    font-size: 2.5em; }

  #homepage-bottom-cta p {
    text-align: center;
    color: #fff;
    padding: 20px; }

  #homepage-bottom-cta h2,
  #homepage-bottom-cta h4 {
    text-align: center;
    padding: 0 20px; }

  #homepage-bottom-cta a {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 5rem; }

  .entry-title {
    text-align: center;
    margin-left: 0; }

  #page-content {
    text-align: center; }

  select#mower_type, #address2, select#address2-dropdown {
    font-size: 16px; }

  #address2 {
    margin-top: -1px;
    margin-left: 0;
    width: 100%; }

  .tml-profile .tml-form-table tr td,
  .tml-profile .tml-form-table tr th {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto; }

  #wolf-profile-container input[type="submit"] {
    width: auto; }

  #homepage-cta .wolf-button, #homepage-cta .lostpassword input[type="submit"], .lostpassword #homepage-cta input[type="submit"], #homepage-cta .resetpass input[type="submit"], .resetpass #homepage-cta input[type="submit"] {
    margin-top: 50px;
    margin-bottom: 50px; }

  #cta-header1,
  #cta-header2 {
    color: var(--wright_orange); }

  #homepage-bottom-cta,
  .events #page-background,
  #microsites-background,
  .clip-software #page-background,
  .contact #page-background {
    background-image: none; }

  #facebook_login_btn {
    float: none;
    margin-bottom: 20px; }

  .details-container {
    display: none; }

  .post_user_name_div {
    height: 35px; }

  .post_user_icon_div {
    width: 35px;
    height: 35px; }

  .post_right_div {
    width: 100%; }

  img.user_icon_image {
    width: 35px;
    height: auto; }

  #submit_btn_1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 7px 15px 3px;
    border-width: 1px; }

  .wolf_theme_button_2 {
    font-size: 18px;
    padding: 7px 15px 3px; }

  #main_textarea {
    padding: 5px 10px;
    font-size: 14px; }

  #forum-details-reveal {
    font-family: 'Roboto black', 'Roboto regular', sans-serif; }

  .from-name {
    line-height: 18px;
    margin-bottom: 2px;
    padding-left: 35px;
    font-size: 14px; }

  .from-time {
    line-height: 12px;
    font-size: 10px;
    padding-left: 35px;
    margin-bottom: 0; }

  .post_user_message_div {
    padding-left: 0;
    margin-top: 0;
    font-size: 14px; }

  .post_comment_div {
    padding-right: 0; }

  .post_comment_tf {
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px; }

  #post_comment_btn {
    position: relative;
    right: 0; } }
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.2em; }

  p {
    margin-top: 0;
    font-size: 14px; }

  #wolf-logo {
    width: 280px;
    height: auto; }

  .tml td {
    display: block; }

  table.mower-type-and-is-new td, table#address-part2 td {
    display: block;
    width: 100%; }

  .tml-profile .tml-form-table tr td,
  .tml-profile .tml-form-table tr th {
    width: 90%; }

  #shirt-size-holder span {
    display: block; }

  select#mower_type {
    margin-bottom: 15px; }

  select#mower_type, #address2, select#address2-dropdown {
    display: block;
    width: 100%;
    font-size: 14px;
    background-position: 95% 8px; }

  select#address2-dropdown {
    margin-bottom: 25px; }

  #address2 {
    margin-bottom: 15px; }

  input#wp-submit1 {
    font-size: 24px;
    padding: 6px 12px; }

  input.half.right {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 5px; }

  input.half {
    width: 100%;
    margin-bottom: 10px; }

  #new-used-holder {
    margin-left: 0; }

  .home .image-link {
    height: 75px;
    width: 75px; }

  #member-homepage-header {
    font-size: 2em; }

  .wolf-button, .wolf-button.disabled, .wolf-button.disabled:hover, .lostpassword input[type="submit"], .resetpass input[type="submit"] {
    font-size: 16px; }

  .official-event {
    background-size: 24px; } }
@media only screen and (max-width: 550px) {
  #homepage-header {
    font-size: 2.5em; }

  #mower-background {
    background-size: cover; }

  #form-background {
    background-size: cover; }

  #wolf-logo {
    height: 75px; }

  #become-a-wolf input:not([type="submit"]) {
    font-size: 14px;
    padding: 3px 5px 2px 5px; }

  #wolf-profile-container #autocomplete {
    font-size: 14px; }

  select#address2-dropdown,
  select#mower_type {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 3px 0 2px 5px;
    background-position: 95% 8px;
    margin-top: 5px;
    margin-bottom: 15px; }

  select#address2-dropdown {
    margin-bottom: 15px; }

  #new-used-holder p {
    margin-bottom: 5px; }

  #forum-header {
    text-align: center;
    font-size: 2rem; } }
/*-----Nav CSS pt2-----*/
.class2 {
  height: auto !important; }

.toggle_but {
  width: 45px;
  height: 34px;
  position: relative;
  margin: 20px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.toggle_but span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #E0E0E0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.toggle_but span:nth-child(1) {
  top: 0px; }

.toggle_but span:nth-child(2) {
  top: 14px; }

.toggle_but span:nth-child(3) {
  top: 28px; }

.toggle_but.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.toggle_but.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.toggle_but.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/*# sourceMappingURL=style.css.map */