/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #676733 url(../img/bg.png) repeat;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
  font-size: inherit;
}
a,
a:visited {
  color: #404040;
}
a:hover,
a:active {
  color: #b80000;
}
a[href^="tel:"] {
  text-decoration: none;
}
h1 {
  font-size: 1.5em;
  color: #b80000;
  line-height: 1.5em;
  font-weight: 700;
}
h2 {
  font-size: 1.2em;
  color: #404040;
  line-height: 1.3em;
  font-weight: 600;
}
h3 {
  font-size: 1.1em;
  color: #b80000;
  line-height: 1.3em;
  font-weight: 600;
}
p {
  color: #404040;
  line-height: 1.3em;
}
nav.main-nav {
  text-align: middle;
  margin-left: 205px;
}
nav.main-nav ul {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}
nav.main-nav ul li {
  display: inline-block;
  /*background: #FFF url(../img/nav_button-97x35.png) center center no-repeat;*/

  width: 23%;
  margin-right: 1%;
  height: 35px;
  text-align: center;
  color: #FFF;
  line-height: 32px;
  margin-right: 5px;
  font-weight: 700;
  border: 2px solid #dca552;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */

  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */

  -o-transition: all 0.3s ease-out;
  /* Opera 10.50–12.00 */

  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#7d1c0b), color-stop(50%, #a92913), to(#7d1c0b));
  background-image: -webkit-linear-gradient(left, #7d1c0b, #a92913 50%, #7d1c0b);
  background-image: -moz-linear-gradient(left, #7d1c0b, #a92913 50%, #7d1c0b);
  background-image: -o-linear-gradient(left, #7d1c0b, #a92913 50%, #7d1c0b);
  background-image: linear-gradient(to right, #7d1c0b, #a92913 50%, #7d1c0b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d1c0b', endColorstr='#ff7d1c0b', GradientType=0);
  -moz-box-shadow: 0 0 1px 1px #000;
  -webkit-box-shadow: 0 0 1px 1px #000;
  box-shadow: 0 0 1px 1px #000;
  -moz-box-shadow: 0 0 1px 1px #000000, 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px 1px #000000, 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1px #000000, 0 0 3px rgba(0, 0, 0, 0.5);
}
nav.main-nav ul li:hover {
  color: #DDD;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 1px 1px #000000, 0 0 4px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px 1px #000000, 0 0 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1px #000000, 0 0 4px 1px rgba(0, 0, 0, 0.5);
}
nav.main-nav ul li.active {
  color: #EEE;
  text-shadow: 0 0 3px #000;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
nav.mobile-nav {
  display: none !important;
  visibility: hidden;
}
nav.mobile-nav a {
  color: #000;
  text-decoration: none;
}
nav.mobile-nav h1 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: #FFF;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
nav.mobile-nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
nav.mobile-nav ul li {
  width: 100%;
  height: 45px;
  background-color: #FFF;
  line-height: 45px;
  border-bottom: 1px solid #bbb;
  font-weight: 600;
  color: #444;
}
nav.mobile-nav ul li.active {
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), color-stop(50%, #e8e8e8), to(#eeeeee));
  background-image: -webkit-linear-gradient(#eeeeee, #e8e8e8 50%, #eeeeee);
  background-image: -moz-linear-gradient(top, #eeeeee, #e8e8e8 50%, #eeeeee);
  background-image: -o-linear-gradient(#eeeeee, #e8e8e8 50%, #eeeeee);
  background-image: linear-gradient(#eeeeee, #e8e8e8 50%, #eeeeee);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  font-weight: 800;
}
nav.mobile-nav ul li.last-child {
  border-bottom: 2px solid #000;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
nav.mobile-nav span {
  line-height: 45px;
}
nav.mobile-nav .icon-menu-style {
  font-size: 1.5em;
  float: left;
  margin-left: 10px;
}
nav.mobile-nav .menu-words-style {
  float: right;
  margin-right: 10px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.shadow {
  height: 30px;
  background-image: url(../img/shadow.png);
  background-size: 100% 100%;
}
.shadow.shadow-top {
  background-position: center bottom;
}
.shadow.shadow-bottom {
  background-position: center top;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
header .texture {
  position: relative;
  height: 300px;
  background-color: #a42414;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#7d1c0b), color-stop(50%, #ae2616), to(#7d1c0b));
  background-image: -webkit-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: -moz-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: -o-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: linear-gradient(to right, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d1c0b', endColorstr='#ff7d1c0b', GradientType=0);
  background-image: url(../img/background.jpg);
  border: 1px solid #111;
}
header .texture .decoration {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-image: url(../img/swirl.png);
  background-position: left center;
}
header .texture h1 > a {
  position: absolute;
  right: 12px;
  bottom: 5px;
  color: #ecc506;
  font-size: 1.2em;
  line-height: 1.75em;
  padding: 0;
  margin: 0;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 3px #888;
  text-shadow: 1px 1px 2px rgba(160, 55, 55, 0.8), 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
header .texture h1 > a:hover {
  text-decoration: underline;
}
header .texture .left-decoration {
  left: 0;
}
header .texture .right-decoration {
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
header .texture .sign {
  width: 100%;
  height: 100%;
  background-position: center center;
  position: absolute;
  top: 0;
}
header .texture .glow {
  z-index: 2;
  background-image: url(../img/glow.png);
}
header .texture .main-sign {
  z-index: 5;
  background-image: url(../img/sign_main.png);
}
header .texture .bottom-sign {
  z-index: 3;
  background-image: url(../img/sign_bottom.png);
}
.main {
  background: #ffffff url(../img/sidebar.jpg) top left no-repeat;
  min-height: 500px;
  overflow: hidden;
}
.content,
.form {
  margin-left: 190px;
  padding: 15px 25px 15px 15px;
}
.blockshit {
  clear: both;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 8px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.blockshit span {
  float: left;
  margin: 0 5px 0 3px;
  font-size: 1.2em;
}
.errorBlock {
  clear: both;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 8px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid red;
  color: #FFF;
  background-color: #ff3333;
}
.errorBlock span {
  float: left;
  margin: 0 5px 0 3px;
  font-size: 1.2em;
}
.warningBlock {
  clear: both;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 8px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid #d3b00f;
  color: #000;
  background-color: #f0cb25;
}
.warningBlock span {
  float: left;
  margin: 0 5px 0 3px;
  font-size: 1.2em;
}
.successBlock {
  clear: both;
  text-align: center;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 8px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid green;
  color: #FFF;
  background-color: #00b300;
}
.successBlock span {
  float: left;
  margin: 0 5px 0 3px;
  font-size: 1.2em;
}
.formControl label {
  display: block;
  color: #bbbbbb;
  text-transform: uppercase;
  font-weight: 300;
  padding: 3px 0;
}
.formControl label span.error {
  color: red;
}
.formControl input,
.formControl textarea {
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formControl input:focus,
.formControl textarea:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.formControl input.errorInput,
.formControl textarea.errorInput {
  border-color: red;
  color: red;
}
.formControl select {
  width: 100%;
}
.formControl.half {
  width: 50%;
  float: left;
  min-height: 65px;
}
.formControl.pad-right {
  padding-right: 2%;
}
.formControl.message {
  clear: both;
}
input[type="submit"] {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  width: 100%;
  text-align: center;
  padding: 8px;
  margin: 15px 0;
  background-color: #bbbbbb;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d4d4d4;
}
input[type="submit"].contact {
  text-shadow: none;
}
footer p {
  background-color: #a42414;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#7d1c0b), color-stop(50%, #ae2616), to(#7d1c0b));
  background-image: -webkit-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: -moz-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: -o-linear-gradient(left, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-image: linear-gradient(to right, #7d1c0b, #ae2616 50%, #7d1c0b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d1c0b', endColorstr='#ff7d1c0b', GradientType=0);
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 40px;
  color: #470f05;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(255, 255, 255, 0.1);
  opacity: 0.75;
}
footer .shadow {
  height: ;
}
/* gallery specific */
.thumbnail {
  margin: 0 1% 1% 0;
  float: left;
  border: 3px solid #000;
  width: 23%;
}
.thumbnail img {
  width: 100%;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  header .texture {
    height: 180px;
  }
  header .texture .main-sign {
    background-image: url(../img/sign_main_tablet.png);
  }
  header .texture .bottom-sign {
    display: none;
  }
  header .texture h1 {
    font-size: 0.85em;
  }
  .shadow {
    height: 15px;
  }
  nav.main-nav {
    margin: 0;
  }
  nav.main-nav ul {
    padding: 10px 5px;
  }
  .wrapper {
    padding: 0 10px;
  }
  .main {
    min-height: 0;
    overflow: hidden;
    background-image: none;
  }
  .content,
  .form {
    margin-left: 0;
    padding: 5px 20px;
  }
  /* gallery specific */
  .thumbnail {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .formControl.half {
    width: 100%;
    padding-right: 0;
    float: none;
    min-height: 65px;
  }
}
@media (max-width: 480px) {
  nav.main-nav {
    display: none !important;
    visibility: hidden;
  }
  nav.mobile-nav {
    display: block !important;
    visibility: visible;
  }
  header .texture {
    height: 110px;
  }
  header .texture .decoration {
    background-image: none;
  }
  header .texture .main-sign {
    background-image: url(../img/sign_main_mobile.png);
    background-repeat: no-repeat;
  }
  header .texture h1 {
    display: none !important;
    visibility: hidden;
  }
  .allrights {
    display: none !important;
    visibility: hidden;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header .texture {
    background-image: url('../img/background_@2X.jpg');
  }
  header .texture .decoration {
    background-image: url('../img/swirl_@2X.png');
  }
  header .texture .main-sign {
    background-image: url('../img/sign_main_@2X.png');
    background-size: 100% 100%;
  }
  header .texture .bottom-sign {
    background-image: url('../img/sign_bottom_@2X.png');
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 768px) {
  header .texture .main-sign {
    background-image: url('../img/sign_main_tablet_@2X.png');
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 400px) {
  header .texture .decoration {
    display: none !important;
    visibility: hidden;
  }
  header .texture .main-sign {
    background-image: url('../img/sign_main_mobile_@2X.png');
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_options .disabled a {
  color: #aaa;
}
.dk_options .disabled:hover a {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999;
  text-shadow: none;
}
/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */
.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */

  background-image: url('../img/dk_arrows.png');
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  color: #333;
  padding: 7px 45px 7px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.dk_toggle:hover {
  border-color: #8c8c8c;
}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2;
}
.dk_focus .dk_toggle {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
}
/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */

  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc;
  box-shadow: inset 0 -2px 5px #cccccc;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #999;
  font-weight: bold;
  padding: 8px 10px;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
  background-color: #0084c7;
  border-bottom-color: #004c72;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
.dk_options .disabled {
  cursor: default;
}
.dk_options .disabled:hover {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999;
  text-shadow: none;
}
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  list-style-image: none;
  padding-left: 0;
  margin: 0;
}
/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/
@font-face {
  font-family: 'simple';
  src: url('../fonts/simple.eot');
  src: url('../fonts/simple.eot?#iefix') format('embedded-opentype'), url('../fonts/simple.woff') format('woff'), url('../fonts/simple.ttf') format('truetype'), url('../fonts/simple.svg#simple') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'simple';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-home,
.icon-menu,
.icon-bubbles,
.icon-phone,
.icon-new,
.icon-images,
.icon-support,
.icon-rocket,
.icon-signup,
.icon-checkmark,
.icon-envelope,
.icon-brush {
  font-family: 'simple';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-home:before {
  content: "\e000";
}
.icon-menu:before {
  content: "\e001";
}
.icon-bubbles:before {
  content: "\e003";
}
.icon-phone:before {
  content: "\e005";
}
.icon-new:before {
  content: "\e006";
}
.icon-images:before {
  content: "\e007";
}
.icon-support:before {
  content: "\e008";
}
.icon-rocket:before {
  content: "\e009";
}
.icon-signup:before {
  content: "\e00a";
}
.icon-checkmark:before {
  content: "\e00b";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-brush:before {
  content: "\e00c";
}
