html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


.group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.group:before,
.group:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.group > li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.group.before,
.group:after {
  content: '';
  display: table;
  line-height: 0;
}
.group:after {
  clear: both;
}
.group:after,
.group:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group:after:before,
.group:before:before,
.group:after:after,
.group:before:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.group > .group {
  clear: none;
  margin: 0 !important;
  float: left;
}
.block {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.block:before,
.block:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.block:after,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block:after:before,
.block:before:before,
.block:after:after,
.block:before:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.block.w-1-2 {
  width: 50%;
}
.block.w-1-3 {
  width: 33.33333333%;
}
.block.w-2-3 {
  width: 66.66666667%;
}
.block.w-1-4 {
  width: 25%;
}
.block.w-3-4 {
  width: 75%;
}
.block [class*='w-'] {
  padding-right: 20px;
}
.block [class*='w-']:last-of-type {
  padding-right: 0;
}
.clear.before,
.clear:after {
  content: '';
  display: table;
  line-height: 0;
}
.clear:after {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 31.9375em) {
  .hidden-xs {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em) {
  .hidden-sm {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hidden-md {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .hidden-lg {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 75em) {
  .hidden-xl {
    display: none;
    visibility: hidden;
  }
}
.hidden-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image-full-width {
  width: 100%;
}
.image-responsive {
  height: auto;
  max-width: 100%;
  outline: 0;
}
.invisible {
  visibility: hidden;
}
.left {
  float: left;
}
.list-inline {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-inline > li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-unstyled {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-unstyled > li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.none {
  float: none;
}
.right {
  float: right;
}
.visible {
  display: block;
  visibility: visible;
}

@font-face {
  font-family: 'icon';
  src: url(08fa5f2ea3fb0876029730a23fe9f568.eot);
  src: url(08fa5f2ea3fb0876029730a23fe9f568.eot?#iefix) format('embedded-opentype'), url(631b38fa524c3d08e21cebb1372eaa61.woff) format('woff'), url(4f3311e550a16daba9b1a6366195fd99.ttf) format('truetype'), url(284acb2bcabc9485c24c039a1b0b685c.svg#icon) format('svg');
  font-style: normal;
  font-weight: normal;
}
[class*='icon-'] {
  font-family: 'icon';
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  speak-as: none;
  text-transform: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: 'icon';
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  speak-as: none;
  text-transform: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.icon-asterisk:before {
  content: "\E600";
}
.icon-catalogs:before {
  content: "\E601";
}
.icon-delete:before {
  content: "\E602";
}
.icon-edit:before {
  content: "\E603";
}
.icon-home:before {
  content: "\E604";
}
.icon-menu:before {
  content: "\E605";
}
.icon-products:before {
  content: "\E606";
}
.icon-profile:before {
  content: "\E607";
}
.icon-show:before {
  content: "\E608";
}
.icon-signout:before {
  content: "\E609";
}
.icon-site:before {
  content: "\E60A";
}
.icon-assets:before {
  content: "\E92F";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.wrap {
  max-width: 960px;
}
.wrap.before,
.wrap:after {
  content: '';
  display: table;
  line-height: 0;
}
.wrap:after {
  clear: both;
}
@media screen and (max-width: 31.9375em) {
  .wrap {
    min-width: 140px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em) {
  .wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .wrap {
    padding: 0 20px;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  .wrap {
    margin: 0 auto;
    width: 96%;
  }
}
body,
html {
  background-color: #FFFFFF;
  color: #202020;
  font-family: arial, 'helvetica neue', helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
a {
  color: #202020;
  text-decoration: none;
}
a:link,
a:visited,
a:focus {
  color: #202020;
  text-decoration: underline;
}
a:link:active,
a:visited:active,
a:focus:active,
a:link:hover,
a:visited:hover,
a:focus:hover {
  color: #404040;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
  margin: 1rem 0;
  text-transform: uppercase;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 1rem 0;
  padding: 0;
}
p.get-a-quote {
  color: #202020;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
ol,
ul {
  padding-left: 0;
}
ol li,
ul li {
  list-style-position: inside;
}
@-moz-document url-prefix() {
  form fieldset {
    display: table-cell;
  }
}
form > fieldset.group {
  border: none;
  display: block;
  margin-right: -40px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form > fieldset.group:before,
form > fieldset.group:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
form > fieldset.group.before,
form > fieldset.group:after {
  content: '';
  display: table;
  line-height: 0;
}
form > fieldset.group:after {
  clear: both;
}
form > fieldset.group:after,
form > fieldset.group:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form > fieldset.group:after:before,
form > fieldset.group:before:before,
form > fieldset.group:after:after,
form > fieldset.group:before:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
form > fieldset.group:last-child {
  margin-bottom: 2px;
}
form > fieldset.group > legend {
  font-size: 1.25rem;
  text-transform: uppercase;
}
form > fieldset.group div.block {
  padding: 0 40px 12px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
form > fieldset.group div.block:before,
form > fieldset.group div.block:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
form > fieldset.group div.block:after,
form > fieldset.group div.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form > fieldset.group div.block:after:before,
form > fieldset.group div.block:before:before,
form > fieldset.group div.block:after:after,
form > fieldset.group div.block:before:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em) {
  form > fieldset.group div.block.md {
    width: 50%;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  form > fieldset.group div.block.xs {
    width: 25%;
  }
  form > fieldset.group div.block.sm {
    width: 33.33333333%;
  }
  form > fieldset.group div.block.md {
    width: 50%;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block.inline input[type="color"],
  form > fieldset.group div.block.inline input[type="date"],
  form > fieldset.group div.block.inline input[type="datetime"],
  form > fieldset.group div.block.inline input[type="datetime-local"],
  form > fieldset.group div.block.inline input[type="email"],
  form > fieldset.group div.block.inline input[type="month"],
  form > fieldset.group div.block.inline input[type="number"],
  form > fieldset.group div.block.inline input[type="password"],
  form > fieldset.group div.block.inline input[type="range"],
  form > fieldset.group div.block.inline input[type="search"],
  form > fieldset.group div.block.inline input[type="tel"],
  form > fieldset.group div.block.inline input[type="text"],
  form > fieldset.group div.block.inline input[type="time"],
  form > fieldset.group div.block.inline input[type="url"],
  form > fieldset.group div.block.inline input[type="week"] {
    width: 70%;
    float: left;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block.inline > label,
  form > fieldset.group div.block.inline legend {
    float: left;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block.inline label,
  form > fieldset.group div.block.inline legend {
    width: 30%;
    float: left;
  }
}
form > fieldset.group div.block.inline .comment,
form > fieldset.group div.block.inline .error {
  clear: both;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block.inline .comment,
  form > fieldset.group div.block.inline .error {
    margin-left: 30%;
  }
}
form > fieldset.group div.block.alone {
  clear: both;
}
@media screen and (max-width: 31.9375em), screen and (min-width: 32em) and (max-width: 47.9375em) {
  form > fieldset.group div.block.alone {
    width: 100%;
  }
}
form > fieldset.group div.block.space {
  margin-top: 20px;
}
form > fieldset.group div.block fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form > fieldset.group div.block input[type="color"],
form > fieldset.group div.block input[type="date"],
form > fieldset.group div.block input[type="datetime"],
form > fieldset.group div.block input[type="datetime-local"],
form > fieldset.group div.block input[type="email"],
form > fieldset.group div.block input[type="month"],
form > fieldset.group div.block input[type="number"],
form > fieldset.group div.block input[type="password"],
form > fieldset.group div.block input[type="range"],
form > fieldset.group div.block input[type="search"],
form > fieldset.group div.block input[type="tel"],
form > fieldset.group div.block input[type="text"],
form > fieldset.group div.block input[type="time"],
form > fieldset.group div.block input[type="url"],
form > fieldset.group div.block input[type="week"] {
  color: #404040;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
}
form > fieldset.group div.block input[type="checkbox"],
form > fieldset.group div.block input[type="radio"] {
  margin: 10px 0;
  padding: 0;
  vertical-align: -2px;
}
form > fieldset.group div.block > label,
form > fieldset.group div.block legend {
  color: #404040;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
}
form > fieldset.group div.block > label.required:after,
form > fieldset.group div.block legend.required:after {
  color: #D8302C;
  content: "\E600";
  font-family: "icon";
  font-size: 0.5rem;
  margin-left: 4px;
  vertical-align: top;
}
form > fieldset.group div.block label,
form > fieldset.group div.block legend {
  font-size: 0.875rem;
  padding: 10px 0;
}
form > fieldset.group div.block select {
  font-size: 0.875rem;
  padding: 4px;
}
form > fieldset.group div.block textarea {
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
}
form > fieldset.group div.block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
form > fieldset.group div.block ul label {
  vertical-align: middle;
}
form > fieldset.group div.block ul.inline li {
  display: inline;
  margin-right: 12px;
  white-space: nowrap;
}
form > fieldset.group div.block ul.window {
  max-height: 72px;
  overflow: auto;
}
form > fieldset.group div.block .comment {
  color: #808080;
  display: block;
  font-size: 0.875rem;
  padding: 2px;
}
form > fieldset.group div.block .error {
  color: #D90000;
  display: block;
  font-size: 0.875rem;
  padding: 2px;
}
form > fieldset.group div.block .file.before,
form > fieldset.group div.block .file:after {
  content: '';
  display: table;
  line-height: 0;
}
form > fieldset.group div.block .file:after {
  clear: both;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block .file {
    margin-top: 2px;
  }
}
form > fieldset.group div.block .file span.file {
  background-color: #E8E8E8;
  color: #303030;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
  overflow: hidden;
  padding: 8px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2000;
  float: left;
}
form > fieldset.group div.block .file span.file::-moz-focus-inner {
  border: 0;
}
form > fieldset.group div.block .file span.file:hover {
  background-color: #E0E0E0;
}
form > fieldset.group div.block .file span.file input[type="file"] {
  cursor: inherit;
  font-size: 200px;
  height: 100%;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 2010;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
form > fieldset.group div.block .file span.path {
  color: #404040;
  display: inline-block;
  font-size: 0.875rem;
  padding: 8px;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (max-width: 31.9375em), screen and (min-width: 62em) and (max-width: 74.9375em) {
  form > fieldset.group div.block .file span.path {
    padding: 8px;
  }
}
body.blank.error {
  padding: 40px 0 20px;
  text-align: center;
}
body.blank.error h1 {
  font-size: 4rem;
  line-height: 1.25;
  margin: 0.25rem 0;
}
body.blank.error p {
  font-size: 1.125rem;
}
body.blank.error em.brand {
  display: block;
  margin-bottom: 10px;
}
body.blank.signin {
  background-color: #2B394A;
  color: #404040;
}
body.blank.signin main {
  margin: 0;
  max-width: none;
  padding: 80px 0;
  float: none;
}
body.blank.signin main form {
  background-color: #F4F4F4;
  margin: 0 auto;
  max-width: 360px;
  padding: 8px 16px 4px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body.blank.signin main form > fieldset.group div.block label {
  padding: 4px 0;
}
body.blank.signin main form > fieldset.group div.block input[type="password"],
body.blank.signin main form > fieldset.group div.block input[type="text"] {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  padding: 8px 12px;
}
body.blank.signin main form > fieldset.group div.block button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}
body.blank.signin main form > fieldset.group div.block button.submit {
  background-color: #4ABB91;
  border-color: #4ABB91;
  color: #FFFFFF;
  width: 100%;
}
body.blank.signin main form > fieldset.group div.block button.submit:hover {
  background-color: #40AA83;
  border-color: #40AA83;
  color: #FFFFFF;
}
body.blank.signin main form > fieldset.group div.block .error {
  color: #BB2622;
  font-size: 0.875rem;
  padding: 4px;
  text-align: center;
}
body.admin {
  background-color: #2B394A;
  color: #404040;
  font-family: arial, 'helvetica neue', helvetica, sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}
body.admin.before,
body.admin:after {
  content: '';
  display: table;
  line-height: 0;
}
body.admin:after {
  clear: both;
}
body.admin aside {
  background-color: #5B7B9F;
  width: 44px;
  float: left;
}
body.admin aside nav.menu {
  background-color: #5B7B9F;
}
body.admin aside nav.menu ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin aside nav.menu ul > li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin aside nav.menu ul li i {
  font-size: 1.25rem;
  vertical-align: middle;
}
body.admin aside nav.menu ul li span {
  margin-left: 6px;
  vertical-align: middle;
}
body.admin aside nav.menu ul li a {
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  z-index: 2040;
  white-space: nowrap;
}
body.admin aside nav.menu ul li a:link,
body.admin aside nav.menu ul li a:visited,
body.admin aside nav.menu ul li a:focus {
  background-color: #5B7B9F;
  color: #FFFFFF;
  text-decoration: none;
}
body.admin aside nav.menu ul li a:link span,
body.admin aside nav.menu ul li a:visited span,
body.admin aside nav.menu ul li a:focus span {
  display: none;
}
body.admin aside nav.menu ul li a:link:active,
body.admin aside nav.menu ul li a:visited:active,
body.admin aside nav.menu ul li a:focus:active,
body.admin aside nav.menu ul li a:link:hover,
body.admin aside nav.menu ul li a:visited:hover,
body.admin aside nav.menu ul li a:focus:hover {
  background-color: #4A6582;
  color: #FFFFFF;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
body.admin aside nav.menu ul li a:link:active span,
body.admin aside nav.menu ul li a:visited:active span,
body.admin aside nav.menu ul li a:focus:active span,
body.admin aside nav.menu ul li a:link:hover span,
body.admin aside nav.menu ul li a:visited:hover span,
body.admin aside nav.menu ul li a:focus:hover span {
  display: inline-block;
}
body.admin aside nav.menu ul li button {
  background-color: #5B7B9F;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  z-index: 2040;
  white-space: nowrap;
}
body.admin aside nav.menu ul li button span {
  display: none;
}
body.admin aside nav.menu ul li button:hover {
  background-color: #4A6582;
  color: #FFFFFF;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
body.admin aside nav.menu ul li button:hover span {
  display: inline-block;
}
body.admin main {
  background-color: #2B394A;
  width: 100%;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main {
    margin-right: -44px;
    max-width: 1068px;
    float: left;
  }
}
body.admin main div.case {
  background-color: #FFFFFF;
  padding: 24px;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case {
    margin-right: 88px;
  }
}
body.admin main div.case h1 {
  color: #404040;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 1rem;
}
body.admin main div.case a {
  color: #606060;
}
body.admin main div.case a:link,
body.admin main div.case a:visited,
body.admin main div.case a:focus {
  color: #404040;
  text-decoration: underline;
}
body.admin main div.case a:link:active,
body.admin main div.case a:visited:active,
body.admin main div.case a:focus:active,
body.admin main div.case a:link:hover,
body.admin main div.case a:visited:hover,
body.admin main div.case a:focus:hover {
  color: #202020;
  text-decoration: none;
}
body.admin main div.case a.menu-toggle {
  float: right;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case a.menu-toggle {
    display: none;
    visibility: hidden;
  }
}
body.admin main div.case a.menu-toggle:link,
body.admin main div.case a.menu-toggle:visited,
body.admin main div.case a.menu-toggle:focus {
  color: #505050;
  margin: -16px -12px 0 0;
  text-decoration: none;
  padding: 4px 8px;
}
body.admin main div.case a.menu-toggle:link i,
body.admin main div.case a.menu-toggle:visited i,
body.admin main div.case a.menu-toggle:focus i {
  font-size: 1.625rem;
}
body.admin main div.case a.menu-toggle:link:active,
body.admin main div.case a.menu-toggle:visited:active,
body.admin main div.case a.menu-toggle:focus:active,
body.admin main div.case a.menu-toggle:link:hover,
body.admin main div.case a.menu-toggle:visited:hover,
body.admin main div.case a.menu-toggle:focus:hover {
  color: #D8302C;
}
body.admin main div.case div.action ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case div.action ul > li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case div.action ul li {
  margin: 0 4px 12px 0;
}
body.admin main div.case div.action ul li a,
body.admin main div.case div.action ul li input[type="submit"] {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body.admin main div.case div.action ul li a::-moz-focus-inner,
body.admin main div.case div.action ul li input[type="submit"]::-moz-focus-inner {
  border: 0;
}
body.admin main div.case div.action ul li a {
  background-color: #DE514E;
  border: 1px solid #DE514E;
  color: #FFFFFF;
}
body.admin main div.case div.action ul li a:link,
body.admin main div.case div.action ul li a:visited,
body.admin main div.case div.action ul li a:focus {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #404040;
}
body.admin main div.case div.action ul li a:link:active,
body.admin main div.case div.action ul li a:visited:active,
body.admin main div.case div.action ul li a:focus:active,
body.admin main div.case div.action ul li a:link:hover,
body.admin main div.case div.action ul li a:visited:hover,
body.admin main div.case div.action ul li a:focus:hover {
  background-color: #92A8C0;
  border: 1px solid #92A8C0;
  color: #FFFFFF;
}
body.admin main div.case div.action ul li a.active:link,
body.admin main div.case div.action ul li a.active:visited,
body.admin main div.case div.action ul li a.active:focus {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  color: #FFFFFF;
}
body.admin main div.case div.action ul li a.active:link:active,
body.admin main div.case div.action ul li a.active:visited:active,
body.admin main div.case div.action ul li a.active:focus:active,
body.admin main div.case div.action ul li a.active:link:hover,
body.admin main div.case div.action ul li a.active:visited:hover,
body.admin main div.case div.action ul li a.active:focus:hover {
  background-color: #92A8C0;
  border: 1px solid #92A8C0;
  color: #FFFFFF;
}
body.admin main div.case div.action ul li input[type="submit"] {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #404040;
}
body.admin main div.case div.action ul li input[type="submit"]:hover {
  background-color: #92A8C0;
  border: 1px solid #92A8C0;
  color: #FFFFFF;
}
body.admin main div.case div.action ul li span {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: normal;
  margin: 0 4px 0 12px;
  text-align: center;
  text-transform: uppercase;
}
body.admin main div.case div.action ul li ul {
  display: inline-block;
}
body.admin main div.case div.select {
  position: relative;
}
body.admin main div.case div.select .select-input {
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  color: #404040;
  cursor: text;
  display: inline-block;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
body.admin main div.case div.select .select-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}
body.admin main div.case div.select .select-input.disabled,
body.admin main div.case div.select .select-input.disabled * {
  cursor: default !important;
}
body.admin main div.case div.select .select-input.focus {
  background-color: #F4F4F4;
}
body.admin main div.case div.select .select-input input {
  color: #404040;
  font-size: 0.875rem;
}
body.admin main div.case div.select .select-input > input {
  background-color: none!important;
  border: 0 none !important;
  line-height: inherit;
  margin: 0 2px 0 0;
  max-width: 100%;
  max-height: none;
  min-height: 0;
  padding: 0 !important;
  text-indent: 0;
}
body.admin main div.case div.select .select-input > input:focus {
  outline: none;
}
body.admin main div.case div.select .select-input::after {
  clear: left;
  content: ' ';
  display: block;
}
body.admin main div.case div.select .select-input.dropdown-active::before {
  background-color: #F4F4F4;
  bottom: 0;
  content: ' ';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
body.admin main div.case div.select .select-input.disabled {
  background-color: #F4F4F4;
  opacity: 0.5;
}
body.admin main div.case div.select .select-dropdown {
  background-color: #F4F4F4;
  border: 0;
  border-bottom: 1px solid #E8E8E8;
  color: #404040;
  font-size: 0.875rem;
  margin: 0;
  position: absolute;
  text-align: left;
  z-index: 2020;
}
body.admin main div.case div.select .select-dropdown [data-selectable] {
  cursor: pointer;
  padding: 9.5px 6px;
  overflow: hidden;
}
body.admin main div.case div.select .select-dropdown [data-selectable] .highlight {
  background-color: #E8E8E8;
}
body.admin main div.case div.select .select-dropdown .active {
  background-color: #E8E8E8;
  color: #404040;
}
body.admin main div.case div.select .select-dropdown .active.create {
  color: #D0D0D0;
}
body.admin main div.case div.select .select-dropdown .create {
  color: #404040;
}
body.admin main div.case div.select .select-dropdown .option {
  min-height: 1.5rem;
}
body.admin main div.case div.select .select-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
body.admin main div.case div.select.rtl .select-input > input {
  margin: 0 4px 0 -2px !important;
}
body.admin main div.case div.select.rtl.single .select-input:after {
  right: auto;
  left: 15px;
}
body.admin main div.case div.select.multi .select-input input {
  background-color: transparent;
  border: 1px solid transparent!important;
}
body.admin main div.case div.select.multi .select-input.has-items {
  padding: 7.5px 12px 4.5px;
}
body.admin main div.case div.select.multi .select-input > div {
  background-color: #E8E8E8;
  color: #404040;
  cursor: pointer;
  font-weight: normal;
  margin: 0 6px 3px 0;
  padding: 2px 6px;
}
body.admin main div.case div.select.multi .select-input > div.active {
  background-color: #DE514E;
  color: #FFFFFF;
}
body.admin main div.case div.select.multi .select-input.disabled > div,
body.admin main div.case div.select.multi .select-input.disabled > div.active {
  color: #606060;
  background-color: #FFFFFF;
  border: 0 solid #FFFFFF;
}
body.admin main div.case div.select.single .select-input {
  cursor: pointer;
}
body.admin main div.case div.select.single .select-input input {
  cursor: pointer;
}
body.admin main div.case div.select.single .select-input.input-active {
  background-color: #FFFFFF;
  cursor: text;
  display: inline-block;
}
body.admin main div.case div.select.single .select-input.input-active input {
  cursor: text;
}
body.admin main div.case div.select.single .select-input:after {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: ' ';
  display: block;
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}
body.admin main div.case div.select.single .select-input.dropdown-active:after {
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
  margin-top: -4px;
}
body.admin main div.case div.select.single .select-input .item[data-value=""] {
  color: #D0D0D0;
}
body.admin main div.case div.sheet > div {
  margin-bottom: 12px;
}
body.admin main div.case div.sheet > div:last-child {
  margin-bottom: 2px;
}
body.admin main div.case div.sheet > div > h3 {
  color: #606060;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body.admin main div.case div.sheet > div .group {
  padding: 8px 0;
}
body.admin main div.case div.sheet > div .group.before,
body.admin main div.case div.sheet > div .group:after {
  content: '';
  display: table;
  line-height: 0;
}
body.admin main div.case div.sheet > div .group:after {
  clear: both;
}
@media screen and (max-width: 31.9375em), screen and (min-width: 32em) and (max-width: 47.9375em) {
  body.admin main div.case div.sheet > div .group {
    padding: 4px 0;
  }
}
body.admin main div.case div.sheet > div .group .label {
  color: #505050;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case div.sheet > div .group .label {
    width: 20%;
    float: left;
  }
}
body.admin main div.case div.sheet > div .group .boxer {
  color: #505050;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case div.sheet > div .group .boxer {
    width: 80%;
    float: left;
  }
}
body.admin main div.case div.sheet > div .group .boxer .media {
  max-width: 680px;
}
body.admin main div.case div.sheet > div .group .boxer .media .video {
  height: 0;
  margin-top: -30px;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
}
body.admin main div.case div.sheet > div .group .boxer .media .video embed,
body.admin main div.case div.sheet > div .group .boxer .media .video iframe,
body.admin main div.case div.sheet > div .group .boxer .media .video object {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body.admin main div.case div.sheet > div .group .boxer .media .video video {
  border: 0;
  height: auto;
  width: 100%;
}
body.admin main div.case div.sheet > div .group .boxer img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
body.admin main div.case div.sheet > div .group .boxer h1,
body.admin main div.case div.sheet > div .group .boxer h2,
body.admin main div.case div.sheet > div .group .boxer h3,
body.admin main div.case div.sheet > div .group .boxer h4,
body.admin main div.case div.sheet > div .group .boxer h5,
body.admin main div.case div.sheet > div .group .boxer h6 {
  margin: 0 0 8px;
}
body.admin main div.case div.sheet > div .group .boxer p {
  margin: 0!important;
}
body.admin main div.case div.sheet > div .group button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}
body.admin main div.case div.sheet > div .group button.submit {
  background-color: #4ABB91;
  border-color: #4ABB91;
  color: #FFFFFF;
}
body.admin main div.case div.sheet > div .group button.submit:hover {
  background-color: #40AA83;
  border-color: #40AA83;
  color: #FFFFFF;
}
body.admin main div.case form > fieldset.group div.block input[type="color"],
body.admin main div.case form > fieldset.group div.block input[type="date"],
body.admin main div.case form > fieldset.group div.block input[type="datetime"],
body.admin main div.case form > fieldset.group div.block input[type="datetime-local"],
body.admin main div.case form > fieldset.group div.block input[type="email"],
body.admin main div.case form > fieldset.group div.block input[type="month"],
body.admin main div.case form > fieldset.group div.block input[type="number"],
body.admin main div.case form > fieldset.group div.block input[type="password"],
body.admin main div.case form > fieldset.group div.block input[type="range"],
body.admin main div.case form > fieldset.group div.block input[type="search"],
body.admin main div.case form > fieldset.group div.block input[type="tel"],
body.admin main div.case form > fieldset.group div.block input[type="text"],
body.admin main div.case form > fieldset.group div.block input[type="time"],
body.admin main div.case form > fieldset.group div.block input[type="url"],
body.admin main div.case form > fieldset.group div.block input[type="week"] {
  border: 1px solid #D0D0D0;
  padding: 8px 10px;
}
body.admin main div.case form > fieldset.group div.block input[type="color"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="date"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="datetime"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="datetime-local"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="email"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="month"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="number"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="password"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="range"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="search"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="tel"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="text"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="time"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="url"]:focus,
body.admin main div.case form > fieldset.group div.block input[type="week"]:focus {
  background-color: #F4F4F4;
}
body.admin main div.case form > fieldset.group div.block label.required:after {
  color: #D8302C;
  content: "\E600";
  font-family: "icon";
}
body.admin main div.case form > fieldset.group div.block textarea {
  border: 1px solid #E0E0E0;
  padding: 8px 10px;
}
body.admin main div.case form > fieldset.group div.block textarea:focus {
  background-color: #F4F4F4;
}
body.admin main div.case form > fieldset.group div.block button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}
body.admin main div.case form > fieldset.group div.block button.submit {
  background-color: #4ABB91;
  border-color: #4ABB91;
  color: #FFFFFF;
}
body.admin main div.case form > fieldset.group div.block button.submit:hover {
  background-color: #40AA83;
  border-color: #40AA83;
  color: #FFFFFF;
}
body.admin main div.case form > fieldset.group div.block .error {
  color: #BB2622;
  content: "\E600";
}
body.admin main div.case form > fieldset.group div.block .file.before,
body.admin main div.case form > fieldset.group div.block .file:after {
  content: '';
  display: table;
  line-height: 0;
}
body.admin main div.case form > fieldset.group div.block .file:after {
  clear: both;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case form > fieldset.group div.block .file {
    margin-top: 2px;
  }
}
body.admin main div.case form > fieldset.group div.block .file span.file {
  background-color: #E8E8E8;
  color: #303030;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
  overflow: hidden;
  padding: 8px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2000;
  float: left;
}
body.admin main div.case form > fieldset.group div.block .file span.file::-moz-focus-inner {
  border: 0;
}
body.admin main div.case form > fieldset.group div.block .file span.file:hover {
  background-color: #E0E0E0;
}
body.admin main div.case form > fieldset.group div.block .file span.file input[type="file"] {
  cursor: inherit;
  font-size: 200px;
  height: 100%;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 2010;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
body.admin main div.case form > fieldset.group div.block .file span.path {
  color: #404040;
  display: inline-block;
  font-size: 0.875rem;
  padding: 8px;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (max-width: 31.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case form > fieldset.group div.block .file span.path {
    padding: 8px;
  }
}
body.admin main div.case table.list {
  margin-bottom: 20px;
  width: 100%;
}
body.admin main div.case table.list thead tr {
  border-bottom: 4px double #F0F0F0;
}
body.admin main div.case table.list thead tr th {
  color: #404040;
  font-weight: bold;
  padding: 10px 8px;
  text-align: left;
  text-transform: uppercase;
}
body.admin main div.case table.list tbody tr {
  border-bottom: 1px solid #F0F0F0;
}
body.admin main div.case table.list tbody tr td {
  padding: 10px 8px;
  vertical-align: top;
}
body.admin main div.case table.list tbody tr td:last-child {
  padding-right: 0;
}
body.admin main div.case table.list tbody tr td.task {
  padding: 10px 8px;
  text-align: right;
  width: 106px;
  white-space: nowrap;
}
body.admin main div.case table.list tbody tr td.task ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case table.list tbody tr td.task ul > li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case table.list tbody tr td.task ul li {
  margin-left: 4px;
}
body.admin main div.case table.list tbody tr td.task ul li a {
  color: #A0A0A0;
  font-size: 0.875rem;
  text-decoration: none;
}
body.admin main div.case table.list tbody tr td.task ul li a:link,
body.admin main div.case table.list tbody tr td.task ul li a:visited,
body.admin main div.case table.list tbody tr td.task ul li a:focus {
  color: #808080;
}
body.admin main div.case table.list tbody tr td.task ul li a:link:active,
body.admin main div.case table.list tbody tr td.task ul li a:visited:active,
body.admin main div.case table.list tbody tr td.task ul li a:focus:active,
body.admin main div.case table.list tbody tr td.task ul li a:link:hover,
body.admin main div.case table.list tbody tr td.task ul li a:visited:hover,
body.admin main div.case table.list tbody tr td.task ul li a:focus:hover {
  color: #707070;
}
body.admin main div.case table.list tbody tr td.task ul li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.admin main div.case table.list tbody tr td.lg,
  body.admin main div.case table.list tbody tr td.xl {
    width: 80%;
  }
  body.admin main div.case table.list tbody tr td.md {
    width: 60%;
  }
  body.admin main div.case table.list tbody tr td.sm {
    width: 40%;
  }
  body.admin main div.case table.list tbody tr td.xs {
    width: 20%;
  }
}
body.admin main div.case table.list tbody tr:hover {
  background-color: #F4F4F4;
}
@media screen and (max-width: 31.9375em) {
  body.admin main div.case table.list {
    border: 0;
    display: block;
    padding-bottom: 0;
  }
  body.admin main div.case table.list caption {
    display: block;
  }
  body.admin main div.case table.list thead {
    display: none;
    visibility: hidden;
  }
  body.admin main div.case table.list tbody,
  body.admin main div.case table.list tr,
  body.admin main div.case table.list th,
  body.admin main div.case table.list td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  body.admin main div.case table.list tbody tr {
    background-color: transparent;
    border-bottom: 1px solid #F0F0F0;
  }
  body.admin main div.case table.list tbody tr td {
    padding: 4px 4px 4px 120px!important;
    position: relative;
  }
  body.admin main div.case table.list tbody tr td.task {
    text-align: left;
    width: auto;
  }
  body.admin main div.case table.list tbody tr td:before {
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 110px;
  }
  body.admin main div.case table.list tbody tr td:empty {
    display: none;
  }
  body.admin main div.case table.list tbody tr th[data-head]:before,
  body.admin main div.case table.list tbody tr td[data-head]:before {
    padding: 4px;
    color: #404040;
    content: attr(data-head);
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.admin main div.case table.list tbody tr th:not([data-head]) {
    color: #404040;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.admin main div.case table.list tbody tr:hover {
    border-bottom: 1px solid #F0F0F0;
  }
}
body.admin main div.case ul.paging {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case ul.paging > li {
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.admin main div.case ul.paging li {
  margin: 2px 2px 0 0;
}
body.admin main div.case ul.paging li a {
  background-color: #F4F4F4;
  color: #808080;
  display: block;
  font-size: 0.875rem;
  padding: 8px 12px;
  text-decoration: none;
}
body.admin main div.case ul.paging li a:link,
body.admin main div.case ul.paging li a:visited,
body.admin main div.case ul.paging li a:focus {
  color: #808080;
}
body.admin main div.case ul.paging li a:link:hover,
body.admin main div.case ul.paging li a:visited:hover,
body.admin main div.case ul.paging li a:focus:hover,
body.admin main div.case ul.paging li a:link:active,
body.admin main div.case ul.paging li a:visited:active,
body.admin main div.case ul.paging li a:focus:active {
  background-color: #E8E8E8;
  color: #404040;
}
body.admin main div.case ul.paging li a.active {
  background-color: #E0E0E0;
  color: #404040;
}
body.admin main div.case ul.paging li span {
  background-color: #F4F4F4;
  color: #808080;
  display: block;
  font-size: 0.875rem;
  padding: 8px 12px;
}
body.admin main div.case ul.paging li span.active {
  background-color: #E0E0E0;
  color: #404040;
}
body.admin .notice {
  color: #FFFFFF;
  background-color: #ce597b;
}
body.basic header {
  margin-top: 12px;
}
body.basic header a.logo {
  display: block;
  text-align: center;
}
@media screen and (max-width: 31.9375em), screen and (min-width: 32em) and (max-width: 47.9375em) {
  body.basic header a.logo {
    margin: 12px 24px;
    text-align: center;
  }
  body.basic header a.logo img {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  body.basic header a.logo {
    width: 240px;
    float: left;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header a.logo {
    width: 300px;
    float: left;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  body.basic header div.menu {
    margin-right: -240px;
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header div.menu {
    margin-right: -300px;
    width: 100%;
    float: left;
  }
}
body.basic header div.menu nav.menu {
  margin: 0 -12px;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  body.basic header div.menu nav.menu {
    margin-right: 240px;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header div.menu nav.menu {
    margin-right: 300px;
  }
}
body.basic header div.menu nav.menu ul li {
  font-size: 0.875rem;
  margin: 0;
  overflow: hidden;
  padding: 0 12px 4px;
  text-indent: 0;
  float: left;
}
@media screen and (max-width: 31.9375em) {
  body.basic header div.menu nav.menu ul li {
    width: 50%;
  }
  body.basic header div.menu nav.menu ul li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header div.menu nav.menu ul li {
    width: 25%;
  }
  body.basic header div.menu nav.menu ul li:nth-child(4n+1) {
    clear: left;
  }
}
body.basic header div.menu nav.menu ul li a {
  display: inline-block;
  font-size: 0.875rem;
}
body.basic header div.menu nav.menu ul li a:link,
body.basic header div.menu nav.menu ul li a:visited,
body.basic header div.menu nav.menu ul li a:focus {
  cursor: pointer;
  text-decoration: none;
}
body.basic header div.menu nav.menu ul li a:link:active,
body.basic header div.menu nav.menu ul li a:visited:active,
body.basic header div.menu nav.menu ul li a:focus:active,
body.basic header div.menu nav.menu ul li a:link:hover,
body.basic header div.menu nav.menu ul li a:visited:hover,
body.basic header div.menu nav.menu ul li a:focus:hover {
  color: #606060;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  body.basic header div.catalogs {
    margin-right: 240px;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header div.catalogs {
    margin-right: 300px;
  }
}
body.basic header div.catalogs div.catalog {
  font-size: 0.6875rem;
  padding: 0 12px;
}
@media screen and (max-width: 31.9375em) {
  body.basic header div.catalogs div.catalog {
    width: 50%;
  }
  body.basic header div.catalogs div.catalog:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em), screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic header div.catalogs div.catalog {
    width: 25%;
  }
  body.basic header div.catalogs div.catalog:nth-child(4n+1) {
    clear: left;
  }
}
body.basic main {
  margin: 6px 0 0;
}
body.basic main div.body {
  direction: rtl;
}
@media screen and (max-width: 31.9375em), screen and (min-width: 32em) and (max-width: 47.9375em) {
  body.basic main div.body img {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic main div.body {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
body.basic main div.body div.text {
  direction: ltr;
}
@media screen and (max-width: 31.9375em), screen and (min-width: 32em) and (max-width: 47.9375em) {
  body.basic main div.body div.text {
    border-bottom: 4px solid #F0F0F0;
    border-top: 4px solid #F0F0F0;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic main div.body div.text {
    background-color: #F8F8F8;
    bottom: 0;
    left: 0;
    padding: 4px 16px;
    position: absolute;
    top: 0;
  }
}
body.basic main div.body div.text p {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
body.basic main div.body div.text p a:link,
body.basic main div.body div.text p a:visited,
body.basic main div.body div.text p a:focus {
  text-decoration: none;
}
body.basic main div.body div.text p a:link:active,
body.basic main div.body div.text p a:visited:active,
body.basic main div.body div.text p a:focus:active,
body.basic main div.body div.text p a:link:hover,
body.basic main div.body div.text p a:visited:hover,
body.basic main div.body div.text p a:focus:hover {
  text-decoration: underline;
}
body.basic main .gallery {
  background-color: #FFFFFF;
}
body.basic main .gallery.home .galleria-bar {
  display: none;
}
body.basic main .gallery.home .galleria-stage {
  bottom: 0;
}
body.basic main .gallery.showcase .galleria-play {
  display: none!important;
}
body.basic main .gallery.showcase .galleria-image-nav-left {
  transform: scale(1.75);
  transform-origin: center center;
}
body.basic main .gallery.showcase .galleria-image-nav-right {
  transform: scale(1.75);
  transform-origin: center center;
}
body.basic footer div.catalogs div.catalog {
  font-size: 0.6875rem;
  padding: 6px 12px;
}
@media screen and (max-width: 31.9375em) {
  body.basic footer div.catalogs div.catalog {
    width: 50%;
  }
  body.basic footer div.catalogs div.catalog:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 32em) and (max-width: 47.9375em) {
  body.basic footer div.catalogs div.catalog {
    width: 33.33333333%;
  }
  body.basic footer div.catalogs div.catalog:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic footer div.catalogs div.catalog {
    width: 16.66666667%;
  }
  body.basic footer div.catalogs div.catalog:nth-child(6n+1) {
    clear: left;
  }
}
body.basic footer p.copyright {
  font-size: 0.6875rem;
  text-align: right;
  text-transform: lowercase;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic.company main div.body div.text {
    width: 530px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em), screen and (min-width: 62em) and (max-width: 74.9375em), screen and (min-width: 75em) {
  body.basic.contact main div.body div.text {
    width: 210px;
  }
}
body.basic.contact main div.body div.text p {
  line-height: 2.25;
  margin: 0;
}
body.basic.contact main div.body div.text form {
  margin: 150px 0 12px;
}
body.basic.contact main div.body div.text form h2 {
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  margin: 8px 0;
  text-align: left;
  text-transform: capitalize;
}
body.basic.contact main div.body div.text form p.feedback {
  font-size: 0.6875rem;
}
body.basic.contact main div.body div.text form fieldset.group div.block {
  padding-bottom: 10px;
}
body.basic.contact main div.body div.text form fieldset.group div.block input {
  border: 1px solid #505050;
  font-size: 0.6875rem;
  padding: 8px;
}
body.basic.contact main div.body div.text form fieldset.group div.block button {
  background-color: transparent;
  border: 1px solid #505050;
  font-size: 0.6875rem;
  font-weight: normal;
  padding: 6px 8px;
}
body.basic.contact main div.body div.text form fieldset.group div.block button.busy {
  color: #606060;
}
body.basic.contact main div.body div.text form fieldset.group div.block span.error {
  font-size: 0.6875rem;
}
body.basic div.catalogs {
  margin: 0 -12px;
}
body.basic div.catalogs div.catalog {
  font-size: 0.6875rem;
  overflow: hidden;
}
body.basic div.catalogs div.catalog a {
  text-decoration: none;
}
body.basic div.catalogs div.catalog a span {
  display: block;
  font-size: 0.875rem;
}
body.basic div.catalogs div.catalog a:link,
body.basic div.catalogs div.catalog a:visited,
body.basic div.catalogs div.catalog a:focus {
  color: #202020;
}
body.basic div.catalogs div.catalog a:link:active,
body.basic div.catalogs div.catalog a:visited:active,
body.basic div.catalogs div.catalog a:focus:active,
body.basic div.catalogs div.catalog a:link:hover,
body.basic div.catalogs div.catalog a:visited:hover,
body.basic div.catalogs div.catalog a:focus:hover {
  color: #606060;
}
body.basic .notice {
  color: #FFFFFF;
  background-color: #404040;
}
.button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  text-transform: uppercase;
}

