* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 120%;
}

/* normalize.css v3.0.1 | 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,
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: 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;
  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"] {
  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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
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.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 #eeeeee;
}

.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
  float: left;
}

.col-xs-1 {
  width: 12.5%;
}

.col-xs-2 {
  width: 25%;
}

.col-xs-3 {
  width: 37.5%;
}

.col-xs-4 {
  width: 50%;
}

.col-xs-5 {
  width: 62.5%;
}

.col-xs-6 {
  width: 75%;
}

.col-xs-7 {
  width: 87.5%;
}

.col-xs-8 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 25%;
}

.col-xs-pull-3 {
  right: 37.5%;
}

.col-xs-pull-4 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 62.5%;
}

.col-xs-pull-6 {
  right: 75%;
}

.col-xs-pull-7 {
  right: 87.5%;
}

.col-xs-pull-8 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 25%;
}

.col-xs-push-3 {
  left: 37.5%;
}

.col-xs-push-4 {
  left: 50%;
}

.col-xs-push-5 {
  left: 62.5%;
}

.col-xs-push-6 {
  left: 75%;
}

.col-xs-push-7 {
  left: 87.5%;
}

.col-xs-push-8 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 25%;
}

.col-xs-offset-3 {
  margin-left: 37.5%;
}

.col-xs-offset-4 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 62.5%;
}

.col-xs-offset-6 {
  margin-left: 75%;
}

.col-xs-offset-7 {
  margin-left: 87.5%;
}

.col-xs-offset-8 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8 {
    float: left;
  }

  .col-sm-1 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 25%;
  }

  .col-sm-3 {
    width: 37.5%;
  }

  .col-sm-4 {
    width: 50%;
  }

  .col-sm-5 {
    width: 62.5%;
  }

  .col-sm-6 {
    width: 75%;
  }

  .col-sm-7 {
    width: 87.5%;
  }

  .col-sm-8 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 25%;
  }

  .col-sm-pull-3 {
    right: 37.5%;
  }

  .col-sm-pull-4 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 62.5%;
  }

  .col-sm-pull-6 {
    right: 75%;
  }

  .col-sm-pull-7 {
    right: 87.5%;
  }

  .col-sm-pull-8 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 25%;
  }

  .col-sm-push-3 {
    left: 37.5%;
  }

  .col-sm-push-4 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 62.5%;
  }

  .col-sm-push-6 {
    left: 75%;
  }

  .col-sm-push-7 {
    left: 87.5%;
  }

  .col-sm-push-8 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 12.5%;
  }

  .col-sm-offset-2 {
    margin-left: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 37.5%;
  }

  .col-sm-offset-4 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 62.5%;
  }

  .col-sm-offset-6 {
    margin-left: 75%;
  }

  .col-sm-offset-7 {
    margin-left: 87.5%;
  }

  .col-sm-offset-8 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
    float: left;
  }

  .col-md-1 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 25%;
  }

  .col-md-3 {
    width: 37.5%;
  }

  .col-md-4 {
    width: 50%;
  }

  .col-md-5 {
    width: 62.5%;
  }

  .col-md-6 {
    width: 75%;
  }

  .col-md-7 {
    width: 87.5%;
  }

  .col-md-8 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 25%;
  }

  .col-md-pull-3 {
    right: 37.5%;
  }

  .col-md-pull-4 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 62.5%;
  }

  .col-md-pull-6 {
    right: 75%;
  }

  .col-md-pull-7 {
    right: 87.5%;
  }

  .col-md-pull-8 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 25%;
  }

  .col-md-push-3 {
    left: 37.5%;
  }

  .col-md-push-4 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 62.5%;
  }

  .col-md-push-6 {
    left: 75%;
  }

  .col-md-push-7 {
    left: 87.5%;
  }

  .col-md-push-8 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 12.5%;
  }

  .col-md-offset-2 {
    margin-left: 25%;
  }

  .col-md-offset-3 {
    margin-left: 37.5%;
  }

  .col-md-offset-4 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 62.5%;
  }

  .col-md-offset-6 {
    margin-left: 75%;
  }

  .col-md-offset-7 {
    margin-left: 87.5%;
  }

  .col-md-offset-8 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8 {
    float: left;
  }

  .col-lg-1 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 25%;
  }

  .col-lg-3 {
    width: 37.5%;
  }

  .col-lg-4 {
    width: 50%;
  }

  .col-lg-5 {
    width: 62.5%;
  }

  .col-lg-6 {
    width: 75%;
  }

  .col-lg-7 {
    width: 87.5%;
  }

  .col-lg-8 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 25%;
  }

  .col-lg-pull-3 {
    right: 37.5%;
  }

  .col-lg-pull-4 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 62.5%;
  }

  .col-lg-pull-6 {
    right: 75%;
  }

  .col-lg-pull-7 {
    right: 87.5%;
  }

  .col-lg-pull-8 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 25%;
  }

  .col-lg-push-3 {
    left: 37.5%;
  }

  .col-lg-push-4 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 62.5%;
  }

  .col-lg-push-6 {
    left: 75%;
  }

  .col-lg-push-7 {
    left: 87.5%;
  }

  .col-lg-push-8 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 37.5%;
  }

  .col-lg-offset-4 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 62.5%;
  }

  .col-lg-offset-6 {
    margin-left: 75%;
  }

  .col-lg-offset-7 {
    margin-left: 87.5%;
  }

  .col-lg-offset-8 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -6px;
  margin-right: -6px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 6px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: 'open_sansregular', sans-serif;
  -webkit-text-size-adjust: none;
  /* Never autoresize text */
  text-rendering: optimizeLegibility;
}

body {
  background: #dad8d6;
}

.row {
  overflow: auto;
}

.container {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

.x-xs-visible {
  display: none;
}

.x-sm-visible {
  display: none;
}

.x-md-visible {
  display: none;
}

.x-lg-visible {
  display: none;
}

.home ul.home-news li .image-container a.left:before {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.bottom-distancer {
  height: 40px;
  width: 100%;
}

.home .title {
  margin-top: 12px;
}
.home .title h2 {
  font-family: 'polyregular', serif;
  font-size: 18px;
  color: #e8e8e8;
  line-height: 40px;
  background-color: #cc6666;
  padding-left: 27px;
}
.home .quote {
  margin-top: 12px;
  background-color: #e8e8e8;
}
.home .quote p {
  padding: 15px 27px;
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #5c5151;
  line-height: 20px;
}
.home .quote p strong, .home .quote p b {
  display: inline-block;
  padding-top: 10px;
  font-weight: normal;
  font-family: 'open_sanssemibold';
}
.home ul.home-news {
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
.home ul.home-news li {
  margin-top: 12px;
}
.home ul.home-news li .image-container {
  background-color: #e8e8e8;
  width: 48%;
  padding-bottom: 36%;
  float: left;
  clear: none;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.home ul.home-news li .image-container a.left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}
.home ul.home-news li .image-container a.left div.image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
.home ul.home-news li .image-container a.left div.image .BWFade, .home ul.home-news li .image-container a.left div.image .BWfade, .home ul.home-news li .image-container a.left div.image .BWFilter {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.home ul.home-news li .image-container a.left div.image img {
  display: block;
  z-index: 2;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  -webkit-filter: grayscale(1);
}
.home ul.home-news li .image-container a.left:hover div.image img {
  -webkit-filter: grayscale(0);
}
.home ul.home-news li .image-container a.left:before {
  content: "";
  display: block;
  height: 100%;
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/triangles/news-left-320.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100;
}
.home ul.home-news li .image-container a.left:after {
  content: "";
  display: block;
  height: 100%;
  width: 31%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/triangles/news-right-320.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100;
}
.home ul.home-news li .text {
  height: 0;
  background-color: #e8e8e8;
  width: 52%;
  padding: 12px;
  padding-top: 0;
  padding-bottom: 36%;
  float: left;
  clear: none;
  position: relative;
}
.home ul.home-news li .text .date {
  display: block;
  padding-top: 12px;
  font-family: 'open_sansbold';
  font-size: 14px;
  color: #cc6666;
}
.home ul.home-news li .text h3 {
  padding-top: 15px;
  font-family: 'polyregular';
  font-size: 14px;
  color: #5c5151;
}
.home ul.home-news li .text a {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 22px;
  margin: 0;
  padding: 0;
}
.home ul.home-news li .text a span.link-text {
  display: none;
}
.home ul.home-news li .text a span.icon {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 8px;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.home ul.home-news li .text a span.icon em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  background-size: 100%;
  background-image: url(../images/icons2/plus-22.png);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.home ul.home-news li .text a span.icon i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  background-size: 100%;
  background-image: url(../images/icons2/plus-22-over.png);
  opacity: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.home ul.home-news li .text a:hover span.icon em {
  opacity: 0;
}
.home ul.home-news li .text a:hover span.icon i {
  opacity: 1;
}
@media \0screen {
  .home ul.home-news li .text a span.icon i {
    display: none;
  }
}
.home ul.home-news li.archive p {
  overflow: hidden;
  width: 100%;
  height: 40px;
  background-color: #e8e8e8;
  padding: 0;
  text-align: right;
}
.home ul.home-news li.archive p a {
  width: 106px;
  font-family: 'open_sanssemibold';
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #cc6666;
  color: #e8e8e8;
  padding: 0 6px 0 0px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  white-space: nowrap;
}
.home ul.home-news li.archive p a span {
  display: inline-block;
  width: 50px;
  position: relative;
  top: 1px;
}
.home ul.home-news li.archive p a i {
  display: inline-block;
  background-image: url(../images/icons2/archive-480.png);
  background-repeat: no-repeat;
  background-position: center left;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  vertical-align: middle;
  margin-left: 8px;
}
@media \0screen {
  .home ul.home-news li.archive p a i {
    background-image: url(../images/icons2/archive-480-ie.png);
  }
}
.home ul.home-news li.archive p a:hover {
  background-color: #5c5151;
}

a.feed-bottom {
  margin-top: 12px;
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #e8e8e8;
  border-bottom: 2px solid #cc6666;
  text-transform: uppercase;
  font-family: 'open_sansregular';
  font-size: 9px;
  color: #cc6666;
  outline: none;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
a.feed-bottom div {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -12px;
}
a.feed-bottom div span {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  margin-right: 10px;
}
a.feed-bottom div span i, a.feed-bottom div span em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  background-size: 100%;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
a.feed-bottom div span i {
  background-image: url(../images/icons2/down-56.png);
  opacity: 1;
}
a.feed-bottom div span em {
  opacity: 0;
  background-image: url(../images/icons2/down-56-brown.png);
}
a.feed-bottom:hover {
  color: #5c5151;
  border-color: #5c5151;
}
a.feed-bottom:hover div span i {
  opacity: 0;
}
a.feed-bottom:hover div span em {
  opacity: 1;
}

.slider-outer {
  overflow: hidden;
  padding-bottom: 63%;
  height: 0;
}
.slider-outer .slider-container {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
.slider-outer .slider-container .slider-row {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}
.slider-outer .slider-container .slider-row .slider-col {
  overflow: visible;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 {
  position: relative;
  width: 100%;
  padding-bottom: 63%;
  overflow: visible;
  z-index: 2;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner {
  display: block;
  list-style: none;
  width: 1000%;
  position: absolute;
  top: 0;
  left: -100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li {
  margin: 0;
  padding: 0;
  padding-bottom: 63%;
  height: 0;
  display: block;
  float: left;
  clear: none;
  width: 10%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWFade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWfade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWFilter {
  z-index: 10;
  display: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li.active .BWFade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li.active .BWfade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li.active .BWFilter {
  display: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li img {
  display: block;
  width: 150%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  margin-left: -25%;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .colorize {
  display: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img {
  width: 100%;
  height: auto;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-320 {
  display: block;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-480 {
  display: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-960 {
  display: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
  display: block;
  position: absolute;
  top: 89%;
  left: 7%;
  width: 32px;
  height: 32px;
  z-index: 100;
  margin-left: -16px;
  margin-top: -16px;
  outline: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left em, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left i, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right em, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-size: 100%;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left em, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right em {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 1;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left i, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right i {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left:hover i, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right:hover i {
  opacity: 1;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left em {
  background-image: url(../images/icons2/slider-arrow-left.png);
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left i {
  background-image: url(../images/icons2/slider-arrow-left-red.png);
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
  top: 89%;
  left: 93%;
  outline: none;
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right em {
  background-image: url(../images/icons2/slider-arrow-right.png);
}
.slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right i {
  background-image: url(../images/icons2/slider-arrow-right-red.png);
}
@media \0screen {
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    background-image: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left em, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right em {
    display: block;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left i, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right i {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left em {
    background-image: url(../images/icons2/slider-arrow-left-ie.png);
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right em {
    background-image: url(../images/icons2/slider-arrow-right-ie.png);
  }
}

.slider-border {
  height: 2px;
  background-color: #cf8181;
}

.mt-12 {
  margin-top: 12px;
}

.news-single {
  overflow: auto;
}
.news-single .news-title-image {
  overflow: auto;
  border-bottom: 2px solid #cc6666;
}
.news-single .news-title-image .outer {
  height: 0;
  width: 100%;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
}
.news-single .news-title-image .outer img {
  position: absolute;
  top: 0;
  left: -23%;
  display: block;
  width: 146%;
}
.news-single .title {
  margin-top: 12px;
  position: relative;
}
.news-single .title h2, .news-single .title h3 {
  font-family: 'polyregular', serif;
  font-size: 18px;
  color: #e8e8e8;
  line-height: 40px;
  background-color: #cc6666;
  padding-left: 27px;
}
.news-single .title h2 {
  line-height: 25px;
}
.news-single .title h2 span {
  display: inline-block;
  padding-top: 28px;
  padding-bottom: 8px;
  line-height: 25px;
}
.news-single .date {
  position: absolute;
  display: block;
  color: #fff;
  left: 32px;
  top: 5px;
  font-family: 'open_sansbold';
  font-size: 14px;
  color: #e8e8e8;
}
.news-single .block {
  margin-top: 12px;
  background-color: #e8e8e8;
}
.news-single .text > div {
  padding: 25px 27px;
}
.news-single .text > div > *:first-child {
  padding-top: 0px;
}
.news-single .text > div h3 {
  padding-top: 20px;
  font-size: 17px;
  font-family: 'open_sansregular';
  color: #5c5151;
}
.news-single .text > div h4 {
  padding-top: 20px;
  font-size: 15px;
  font-family: 'open_sansregular';
  color: #5c5151;
}
.news-single .text > div p {
  padding-top: 15px;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #5c5151;
  line-height: 20px;
}
.news-single ul.gallery {
  margin-bottom: 0;
}
.news-single ul.gallery li {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.news-single ul.gallery li a {
  z-index: 2;
  display: block;
  width: 100%;
  position: relative;
}
.news-single ul.gallery li a img {
  border: none;
  width: 100%;
}
.news-single ul.gallery li a .overlay {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-single ul.gallery li a .overlay:before {
  z-index: 4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-image: url("../images/triangles/gallery-320.png");
}
.news-single ul.gallery li a .overlay .plus {
  z-index: 6;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  right: 6px;
  top: 85%;
  background-size: 100%;
}
.news-single ul.gallery li a .overlay .plus em, .news-single ul.gallery li a .overlay .plus i {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-size: 100%;
}
.news-single ul.gallery li a .overlay .plus em {
  background-image: url("../images/icons2/plus-brown-44.png");
  opacity: 1;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.news-single ul.gallery li a .overlay .plus i {
  background-image: url("../images/icons2/plus-red-44.png");
  opacity: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.news-single ul.gallery li a:hover .overlay .plus em {
  opacity: 0;
}
.news-single ul.gallery li a:hover .overlay .plus i {
  opacity: 1;
}
.news-single .links-down {
  margin-top: 12px;
}
.news-single .links-down a {
  display: block;
  line-height: 40px;
  color: #cc6666;
  font-family: 'open_sanssemibold';
  text-decoration: none;
  font-size: 9px;
}
.news-single .links-down .link {
  background-color: #e8e8e8;
}
.news-single .links-down .link a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-size: 22px 22px;
  position: relative;
  top: -2px;
}
.news-single .links-down .link-left a {
  padding-left: 6px;
}
.news-single .links-down .link-left a i {
  margin-right: 8px;
  background-image: url(../images/icons2/go-left-22.png);
}
.news-single .links-down .link-right a {
  padding-right: 6px;
  text-align: right;
}
.news-single .links-down .link-right a i {
  margin-left: 8px;
  background-image: url(../images/icons2/go-right-22.png);
}
.news-single .archive-down div.archive-content {
  margin-top: 12px;
  background-color: #e8e8e8;
}
.news-single .archive-down div.archive-content a {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #e8e8e8;
  display: block;
  background-color: #cc6666;
  text-align: right;
  font-family: 'open_sanssemibold';
  font-size: 9px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.news-single .archive-down div.archive-content a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-image: url(../images/icons2/archive-480.png);
  background-size: 22px 22px;
  margin-right: 6px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.news-single .archive-down div.archive-content a:hover {
  background-color: #5c5151;
}

.references .content p.intro {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 47px;
  background-color: #e8e8e8;
  color: #5c5151;
  font-size: 11px;
}
.references .content dl {
  padding: 0;
  margin-bottom: 0;
}
.references .content dl dt {
  margin-top: 12px;
}
.references .content dl dt h3 {
  background-color: #cc6666;
  color: #e8e8e8;
  overflow: hidden;
  font-family: 'polyregular';
  padding: 12px 47px;
  font-size: 18px;
}
.references .content dl dd {
  margin-top: 12px;
}
.references .content dl dd ul {
  margin-bottom: 0;
  background-color: #e8e8e8;
  padding: 12px 47px;
}
.references .content dl dd ul li {
  font-family: 'open_sansregular';
  color: #5c5151;
  padding-left: 7px;
  text-indent: -3px;
  font-size: 11px;
}
.references .content dl dd ul li:before {
  content: "-";
  position: relative;
  left: -7px;
}

.works .content {
  clear: both;
}
.works .content .title-container {
  margin-top: 12px;
  overflow: hidden;
}
.works .content .title-container .title {
  background-color: #cc6666;
  overflow: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  /*
  h2 {
  	margin-left: -4px;
  	font-family: 'polyregular', serif;
  	font-size: 18px;
  	color: #e8e8e8;
  	line-height: 22px;
  	overflow: hidden;
  }
  */
}
.works .content .title-container .title *:first-child {
  padding-top: 0px;
}
.works .content .title-container .title p {
  padding-top: 10px;
  margin-left: -4px;
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #e8e8e8;
}
.works .content ul li {
  margin-top: 12px;
}
.works .content ul li a {
  display: block;
  width: 100%;
  position: relative;
}
.works .content ul li a img {
  display: block;
  width: 100%;
  border: none;
}
.works .content ul li a p.text {
  background-color: #e8e8e8;
  height: 40px;
  line-height: 40px;
  font-family: 'polyregular';
  color: #cc6666;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 12px;
  overflow: hidden;
}
.works .content ul li a .plus {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 9px;
  right: 6px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.works .content ul li a .plus em {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  background-size: 100%;
  background-image: url(../images/icons2/plus-22.png);
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.works .content ul li a .plus i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  background-size: 100%;
  background-image: url(../images/icons2/plus-22-over.png);
  opacity: 0;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.works .content ul li a:hover .plus em {
  opacity: 0;
}
.works .content ul li a:hover .plus i {
  opacity: 1;
}
@media \0screen {
  .works .content ul li a .plus i {
    display: none;
  }
}
.works .content ul.gallery {
  margin-bottom: 0;
}
.works .content ul.gallery li {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.works .content ul.gallery li a {
  z-index: 2;
  display: block;
  width: 100%;
  position: relative;
}
.works .content ul.gallery li a img {
  border: none;
  width: 100%;
}
.works .content ul.gallery li a .overlay {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works .content ul.gallery li a .overlay:before {
  z-index: 4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-image: url("../images/triangles/gallery-320.png");
}
.works .content ul.gallery li a .overlay .plus {
  z-index: 6;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  background-size: 100%;
}
.works .content ul.gallery li a .overlay .plus em, .works .content ul.gallery li a .overlay .plus i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.works .content ul.gallery li a .overlay .plus em {
  background-image: url("../images/icons2/plus-brown-44.png");
  opacity: 1;
}
.works .content ul.gallery li a .overlay .plus i {
  background-image: url("../images/icons2/plus-red-44.png");
  opacity: 0;
}
.works .content ul.gallery li a:hover .overlay .plus em {
  opacity: 0;
}
.works .content ul.gallery li a:hover .overlay .plus i {
  opacity: 1;
}

.works .works-header {
  min-height: 200px;
  overflow: auto;
  border-bottom: 2px solid #cc6666;
  background-color: #e8e8e8;
  overflow: visible;
}
.works .works-header .container {
  overflow: visible;
}
.works .works-header .first {
  height: 88px;
}
.works .works-header .first p.intro {
  display: block;
  margin-top: 20px;
  font-family: 'open_sansregular';
  font-size: 11px;
  color: #5c5151;
}
.works .works-header .second {
  display: none;
}
.works .works-header .third {
  display: block;
  overflow: visible;
}
.works .works-header .third p {
  line-height: 30px;
  display: block;
  width: 100%;
  font-family: 'open_sansregular';
  font-size: 10px;
  color: #5c5151;
  margin: 0;
  padding: 0;
}
.works .works-header .third div {
  overflow: visible;
}
.works .works-header .fourth {
  position: relative;
}
.works .works-header .fourth hr {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  background-color: #cc6666;
  height: 2px;
}
.works .works-header .fourth a.back {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'open_sanssemibold';
  font-size: 9px;
  line-height: 22px;
  text-decoration: none;
  color: #cc6666;
  text-transform: uppercase;
}
.works .works-header .fourth a.back span {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.works .works-header .fourth a.back span em, .works .works-header .fourth a.back span i {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-size: 17px 17px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.works .works-header .fourth a.back span em {
  background-image: url(../images/icons2/back-34.png);
  opacity: 1;
}
.works .works-header .fourth a.back span i {
  background-image: url(../images/icons2/back-34-over.png);
  opacity: 0;
}
@media \0screen {
  .works .works-header .fourth a.back span em {
    background-image: url(../images/icons2/back-34-ie.png);
  }
  .works .works-header .fourth a.back span i {
    display: none;
  }
}
.works .works-header .fourth a.back:hover span em {
  opacity: 0;
}
.works .works-header .fourth a.back:hover span i {
  opacity: 1;
}
.works .works-header .fourth div.prev, .works .works-header .fourth div.next {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 24px;
}
.works .works-header .fourth div.prev a, .works .works-header .fourth div.next a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.works .works-header .fourth div.prev a em, .works .works-header .fourth div.prev a i, .works .works-header .fourth div.next a em, .works .works-header .fourth div.next a i {
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  background-size: 100%;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.works .works-header .fourth div.prev a em, .works .works-header .fourth div.next a em {
  opacity: 1;
}
.works .works-header .fourth div.prev a i, .works .works-header .fourth div.next a i {
  opacity: 0;
}
.works .works-header .fourth div.prev a:hover em, .works .works-header .fourth div.next a:hover em {
  opacity: 0;
}
.works .works-header .fourth div.prev a:hover i, .works .works-header .fourth div.next a:hover i {
  opacity: 1;
}
.works .works-header .fourth div.prev {
  right: 30px;
}
.works .works-header .fourth div.prev a em {
  background-image: url(../images/icons2/article-prev-34.png);
}
.works .works-header .fourth div.prev a i {
  background-image: url(../images/icons2/article-prev-34-over.png);
}
.works .works-header .fourth div.next {
  right: 6px;
}
.works .works-header .fourth div.next a em {
  background-image: url(../images/icons2/article-next-34.png);
}
.works .works-header .fourth div.next a i {
  background-image: url(../images/icons2/article-next-34-over.png);
}
.works .works-header .fourth p {
  display: block;
  margin-top: 10px;
  font-family: 'open_sansbold';
  font-size: 13px;
  color: #5c5151;
  padding-top: 15px;
  padding-bottom: 20px;
}

.stone .content section {
  overflow: auto;
}
.stone .content section article {
  margin-top: 12px;
  background-color: #e8e8e8;
  padding: 20px;
  overflow: auto;
}
.stone .content section article h2 {
  font-family: 'polyregular';
  font-size: 20px;
  color: #5c5151;
  padding-bottom: 14px;
  border-bottom: 2px solid #cc6666;
}
.stone .content section article p {
  margin-top: 14px;
  font-family: 'open_sansregular';
  font-size: 11px;
  line-height: 20px;
  color: #color_text;
}
.stone .content section ul.gallery {
  margin-top: 0;
  display: block;
  margin-bottom: 0;
}
.stone .content section ul.gallery li {
  display: block;
  margin-top: 12px;
}
.stone .content section ul.gallery li a {
  width: 100%;
  display: block;
  position: relative;
}
.stone .content section ul.gallery li a img.img-main {
  width: 100%;
  border: none;
}
.stone .content section ul.gallery li a .overlay {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stone .content section ul.gallery li a .overlay:before {
  z-index: 4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-image: url("../images/triangles/gallery-320.png");
}
.stone .content section ul.gallery li a .overlay .plus {
  z-index: 6;
  width: 17px;
  height: 17px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  right: 6px;
  top: 85%;
}
.stone .content section ul.gallery li a .overlay .plus em, .stone .content section ul.gallery li a .overlay .plus i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: inherit;
  height: inherit;
  background-size: 100%;
}
.stone .content section ul.gallery li a .overlay .plus em {
  opacity: 1;
  background-image: url("../images/icons2/plus-dark-34.png");
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.stone .content section ul.gallery li a .overlay .plus i {
  opacity: 0;
  background-image: url("../images/icons2/plus-red-34.png");
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
@media \0screen {
  .stone .content section ul.gallery li a .overlay .plus i {
    display: none;
  }
  .stone .content section ul.gallery li a .overlay .plus em {
    display: none;
  }
}
.stone .content section ul.gallery li a .overlay .bigplus {
  z-index: 6;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  position: absolute;
  right: 6px;
  top: 85%;
  background-size: 100%;
  background-image: url("../images/icons2/plus-brown-44.png");
}
@media \0screen {
  .stone .content section ul.gallery li a .overlay .bigplus {
    background-image: url("../images/icons2/plus-brown-44-ie.png");
  }
}
.stone .content section ul.gallery li a:hover .overlay .plus em {
  opacity: 0;
}
.stone .content section ul.gallery li a:hover .overlay .plus i {
  opacity: 1;
}

.map-container {
  height: 0;
  padding-bottom: 62%;
  border-bottom: 2px solid #cc6666;
  position: relative;
}
.map-container .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d0d0d0;
}

.contact .content .text {
  margin-top: 12px;
  background-color: #e8e8e8;
  padding: 20px 27px;
}
.contact .content .text p {
  font-family: 'open_sansregular';
  font-size: 11px;
  color: #5c5151;
}
.contact .content .text p strong, .contact .content .text p b {
  color: #cc6666;
}
.contact .content .text p a.phone {
  color: inherit;
  text-decoration: none;
}
.contact .content .text h3 {
  font-family: 'polyregular';
  color: #cc6666;
  font-size: 18px;
  padding-bottom: 5px;
}
.contact .content .text dl {
  font-family: 'open_sansregular';
  font-size: 11px;
  color: #5c5151;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
.contact .content .text dl dt {
  display: inline-block;
  color: #cc6666;
  font-weight: normal;
  line-height: inherit;
}
.contact .content .text dl dd {
  display: inline-block;
  line-height: inherit;
}

.contact-form-container {
  margin-top: 12px;
  background-color: #cc6666;
  padding: 0 27px;
  padding-bottom: 10px;
  padding-top: 14px;
  overflow: auto;
}
.contact-form-container .row {
  overflow: auto;
}
.contact-form-container .form-outer {
  background-color: #f00;
}
.contact-form-container .no-padding {
  padding-left: 0;
  padding-right: 0;
}
.contact-form-container .form-title {
  position: relative;
  height: 100%;
}
.contact-form-container .form-title h3 {
  font-family: 'polyregular';
  font-size: 20px;
  color: #e8e8e8;
}
.contact-form-container .form-title a {
  color: #e8e8e8;
  font-size: 11px;
  font-family: 'open_sansregular';
}
.contact-form-container .form-title p.mandatory-left {
  color: #e8e8e8;
  font-size: 10px;
  font-family: 'open_sansregular';
  position: absolute;
  top: 193px;
  left: 0;
}
.contact-form-container .form-title p.mandatory-left.error {
  color: #5c5151;
}
.contact-form-container .mandatory-down p {
  padding-top: 10px;
  color: #e8e8e8;
  font-size: 10px;
  font-family: 'open_sansregular';
}
.contact-form-container .mandatory-down p.error {
  color: #5c5151;
}

.send-button {
  background-color: #e8e8e8;
  text-align: right;
  background-image: url(../images/icons2/button-send-320.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.send-button a {
  margin-right: 50%;
  padding-right: 20px;
  display: inline-block;
  line-height: 38px;
  padding-top: 2px;
  font-family: 'open_sanssemibold';
  font-size: 9px;
  color: #cc6666;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}

.form-message {
  margin-top: 12px;
}
.form-message > div {
  padding: 10px 27px;
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 20px;
}
.form-message > div h4 {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 10px;
}

.form-errors div {
  background-color: #ff3333;
}

.form-success div {
  background-color: #54b044;
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 20px;
}

.contact-form .success-message {
  display: none;
}
.contact-form .success-message p {
  color: #e8e8e8;
  font-size: 10px;
  font-family: 'open_sansregular';
}
.contact-form dl {
  margin: 0;
  display: block;
}
.contact-form dl dt {
  display: block;
  margin: 0;
  padding: 0;
}
.contact-form dl dt label {
  margin: 0;
  padding: 0;
  font-family: 'open_sanssemibold';
  font-size: 9px;
  color: #e8e8e8;
  font-weight: normal;
}
.contact-form dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
.contact-form dl dd input {
  width: 100%;
  background-color: #cc6666;
  border: 2px solid #e8e8e8;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
}
.contact-form dl dd textarea {
  width: 100%;
  background-color: #cc6666;
  border: 2px solid #e8e8e8;
  line-height: 25px;
  height: 80px;
  padding-left: 10px;
}
.contact-form dl dd input, .contact-form dl dd textarea {
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #fff;
}
.contact-form dl dd input.error, .contact-form dl dd textarea.error {
  background-color: #5c5151;
}

.timeline-articles {
  padding-top: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cc6666;
  background-color: #e8e8e8;
}
.timeline-articles .article-row {
  padding-bottom: 0;
  overflow: auto;
  height: auto;
}
.timeline-articles article {
  padding-bottom: 0;
  height: auto;
}
.timeline-articles article h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'polyregular';
  font-size: 14px;
  line-height: 18px;
  color: #5c5151;
}
.timeline-articles article p {
  margin-top: 5px;
  font-family: 'open_sansregular';
  font-size: 11px;
  color: #5c5151;
}
.timeline-articles article .sm-navi {
  display: none;
}
.timeline-articles .image-container img {
  border: none;
  display: block;
  width: 100%;
}
.timeline-articles a.go-left, .timeline-articles a.go-right {
  display: block;
  width: 28px;
  height: 28px;
  background-size: 100%;
  outline: none;
}
.timeline-articles a.go-left {
  background-image: url(../images/icons2/timeline-left.png);
}
.timeline-articles a.go-right {
  background-image: url(../images/icons2/timeline-right.png);
}
.timeline-articles .navi-bottom {
  padding-top: 12px;
}

.search-results .content .box {
  margin-top: 12px;
  background-color: #e8e8e8;
  padding: 20px;
}
.search-results .content h3 {
  font-family: 'polyregular';
  font-size: 20px;
  color: #5c5151;
  padding-bottom: 14px;
  border-bottom: 2px solid #cc6666;
}
.search-results .content .search-result-box {
  margin-top: 15px;
}
.search-results .content .search-result-box h6 {
  font-family: 'polyregular';
  font-size: 15px;
  color: #5c5151;
  padding-bottom: 5px;
}
.search-results .content .search-result-box h6 a.title-link {
  color: inherit;
  text-decoration: none;
}
.search-results .content .search-result-box h6 a.title-link:hover {
  color: #cc6666;
}
.search-results .content .search-result-box p {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  color: #color_text;
}
.search-results .content .search-result-box a.readmore {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  color: #cc6666;
}

@media (max-width: 479px) {
  .x-xs-visible {
    display: block;
  }

  .x-xs-hidden {
    display: none;
  }

  .works .works-header .third .dropdown-toggle {
    font-size: 14px !important;
  }
  .works .works-header .third .dropdown-menu > li > a {
    font-size: 14px !important;
  }
  .works .works-header .fourth div.prev, .works .works-header .fourth div.next {
    top: 15px;
  }

  .works .content .title-container .title {
    padding-left: 27px;
  }

  .stone .content section article {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (min-width: 480px) {
  .home .title h2 {
    padding-left: 47px;
  }
  .home .quote p {
    padding: 30px 45px;
  }
  .home ul.home-news li .image-container {
    padding-bottom: 24%;
    overflow: hidden;
  }
  .home ul.home-news li .image-container a.left {
    overflow: hidden;
  }
  .home ul.home-news li .image-container a.left div.image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home ul.home-news li .image-container a.left div.image img {
    width: 100%;
    height: auto;
  }
  .home ul.home-news li .image-container a.left:before {
    width: 22%;
    background-image: url("../images/triangles/news-left-480.png");
  }
  .home ul.home-news li .image-container a.left:after {
    width: 22%;
    background-image: url("../images/triangles/news-right-480.png");
  }
  .home ul.home-news li .text {
    padding-bottom: 24%;
  }
  .home ul.home-news li .text a {
    right: 6px;
    bottom: 7px;
  }

  .slider-outer {
    padding-bottom: 42%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 {
    padding-bottom: 42%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li {
    padding-bottom: 42%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    margin-left: 0;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-320 {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-480 {
    display: block;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-960 {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 88%;
    left: 6%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 88%;
    left: 94%;
  }

  .news-single .news-title-image .outer {
    padding-bottom: 42%;
  }
  .news-single .news-title-image .outer img {
    width: 100%;
    top: 0;
    left: 0;
  }
  .news-single .title h2 {
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .news-single .title h2 span {
    padding-top: 0;
    padding-bottom: 8px;
    display: inline-block;
    padding-right: 140px;
  }
  .news-single .title h2, .news-single .title h3 {
    padding-left: 47px;
  }
  .news-single .date {
    left: auto;
    right: 47px;
    top: 18px;
  }
  .news-single .text > div {
    padding: 25px 47px;
  }
  .news-single ul.gallery li a .overlay:before {
    background-image: url("../images/triangles/gallery-960.png");
  }
  .news-single ul.gallery li a .overlay .plus {
    left: auto;
    right: 6px;
    top: 85%;
  }

  .works .works-header .second ul li.last:after {
    content: "";
  }
  .works .works-header .third p {
    line-height: 30px;
    display: block;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 10px;
    color: #5c5151;
    margin: 0;
    padding: 0;
  }

  .works .content ul.gallery li a .overlay:before {
    background-image: url("../images/triangles/gallery-960.png");
  }

  .stone .content section ul.gallery li a .overlay:before {
    background-image: url("../images/triangles/gallery-960.png");
  }

  .map-container {
    padding-bottom: 42%;
  }

  .contact .content .text.middle {
    background-image: url(../images/home/circle-address.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px 18px;
  }
  .contact .content .text {
    padding: 12px 47px;
  }

  .contact-form-container {
    padding-left: 47px;
    padding-right: 47px;
  }

  .contact-form .success-message {
    padding-top: 10px;
    padding-left: 7px;
  }

  .form-message > div {
    padding: 10px 47px;
  }

  .timeline-articles {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .timeline-articles .article-row {
    padding-bottom: 0;
    overflow: auto;
    height: auto;
  }
  .timeline-articles article {
    padding-bottom: 0;
    height: auto;
  }
  .timeline-articles article h3 {
    margin-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .timeline-articles article .sm-navi {
    display: block;
  }
  .timeline-articles article .sm-navi a.go-left, .timeline-articles article .sm-navi a.go-right {
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .timeline-articles article .sm-navi a.go-right {
    margin-left: 16px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .x-sm-visible {
    display: block;
  }

  .x-sm-hidden {
    display: none;
  }

  .timeline-articles article {
    padding-bottom: 35.5%;
    height: 0;
    position: relative;
  }
  .timeline-articles article .sm-navi {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .stone .content section article {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media (max-width: 767px) {
  header .container {
    margin-top: 60px;
  }

  .home ul.home-news li .image-container a.left:hover div.image img {
    z-index: 11;
  }

  .references .content dl dt h3 {
    height: auto !important;
  }

  .stone .content section .red-block {
    display: none !important;
  }

  .news-single .news-title-image .container .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .news-single .news-title-image .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .home .title h2 {
    padding-left: 20px;
    font-size: 18px;
  }
  .home .quote p {
    padding: 35px 28px 35px 30px;
    line-height: 24px;
    font-size: 14px;
    line-height: 25px;
  }
  .home ul.home-news li {
    padding-bottom: 0;
    height: 170px;
  }
  .home ul.home-news li .image-container {
    padding-bottom: 0;
    height: 100%;
  }
  .home ul.home-news li .image-container a.left div.image {
    height: 170px;
    z-index: 5;
  }
  .home ul.home-news li .image-container a.left div.image .BWFade, .home ul.home-news li .image-container a.left div.image .BWfade, .home ul.home-news li .image-container a.left div.image .BWFilter {
    z-index: -3;
  }
  .home ul.home-news li .image-container a.left div.image img {
    height: 100%;
    width: auto;
    z-index: -5;
  }
  .home ul.home-news li .image-container a.left div.image:before {
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 20;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .home ul.home-news li .image-container a.left div.image:after {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .home ul.home-news li .image-container a.left.over div.image:before {
    opacity: 0;
  }
  .home ul.home-news li .image-container a.left.over div.image:after {
    opacity: 0;
  }
  .home ul.home-news li .image-container a.left:before {
    display: none;
  }
  .home ul.home-news li .image-container a.left:after {
    display: none;
  }
  .home ul.home-news li .image-container a.left:hover:before {
    display: none;
  }
  .home ul.home-news li .image-container a.left:hover:after {
    display: none;
  }
  .home ul.home-news li .text {
    padding-bottom: 0;
    height: 100%;
  }
  .home ul.home-news li .text h3 {
    padding-top: 30px;
  }
  .home ul.home-news li .text a {
    display: inline-block;
    position: absolute;
    right: 14px;
    bottom: 10px;
    height: 17px;
    margin: 0;
    padding: 0;
  }
  .home ul.home-news li .text a span.icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 8px;
    width: 17px;
    height: 17px;
  }
  .home ul.home-news li .text a span.icon em {
    background-image: url(../images/icons2/plus.png);
  }
  .home ul.home-news li.empty div {
    width: 100%;
    height: 100%;
    background-color: #cc6666;
  }
  .home ul.home-news li.archive {
    overflow: auto;
    height: 40px;
  }
  .home ul.home-news li.archive p a {
    padding: 0 14px 0 0px;
    width: 176px;
  }
  .home ul.home-news li.archive p a i {
    position: static;
    background-image: url(../images/icons2/archive.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-left: 8px;
  }

  .slider-outer {
    height: 300px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .slider-outer .slider-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .slider-outer .slider-container .slider-row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame {
    padding-left: 6px;
    padding-right: 6px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 {
    padding-bottom: 0;
    height: 300px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner {
    z-index: 1;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li {
    z-index: 10;
    padding-bottom: 0px;
    height: 300px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWFade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWfade, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li .BWFilter {
    z-index: -1;
    display: block;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li img {
    z-index: -4;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li div.colorize {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 300px;
    display: block;
    background-image: url("../images/slider-overlay-brown2.png");
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li.active div.colorize {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-320 {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-480 {
    display: none;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-overlay img.overlay-960 {
    display: block;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 90%;
    left: 5%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 90%;
    left: 95%;
  }

  .news-single .news-title-image {
    overflow: auto;
    border-bottom: 2px solid #cc6666;
  }
  .news-single .news-title-image .outer {
    height: 0;
    padding-bottom: 42%;
    position: relative;
    overflow: hidden;
  }
  .news-single .news-title-image .outer img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .news-single .title h2 {
    padding: 0;
  }
  .news-single .title h2 span {
    padding-left: 0;
    padding-bottom: 0;
    max-width: none;
  }
  .news-single .title h2, .news-single .title h3 {
    padding-left: 20px;
    line-height: 40px;
  }
  .news-single .date {
    right: 20px;
    top: 9px;
    font-size: 14px;
  }
  .news-single .block {
    min-height: 220px;
  }
  .news-single .block.navi {
    min-height: 40px;
    position: relative;
  }
  .news-single .block.navi.right-align {
    text-align: right;
  }
  .news-single .block.navi a {
    color: #cc6666;
    font-size: 9px;
    font-family: 'open_sansregular';
    line-height: 18px;
    display: inline-block;
  }
  .news-single .block.navi a.left-top {
    line-height: 40px;
    padding-left: 18px;
  }
  .news-single .block.navi a.left-top span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .news-single .block.navi a.left-top span i, .news-single .block.navi a.left-top span em {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons2/go-left.png);
    background-size: 18px 18px;
  }
  .news-single .block.navi a.left-top span i {
    opacity: 1;
  }
  .news-single .block.navi a.left-top span em {
    background-image: url(../images/icons2/go-left-red.png);
    opacity: 0;
  }
  .news-single .block.navi a.left-top:hover i {
    opacity: 0;
  }
  .news-single .block.navi a.left-top:hover em {
    opacity: 1;
  }
  .news-single .block.navi a.right-bottom {
    display: none;
  }
  .news-single .block.navi a.right-top {
    text-align: right;
    line-height: 40px;
    padding-right: 18px;
  }
  .news-single .block.navi a.right-top span {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 8px;
    vertical-align: middle;
  }
  .news-single .block.navi a.right-top span i, .news-single .block.navi a.right-top span em {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons2/go-right.png);
    background-size: 18px 18px;
    top: -2px;
  }
  .news-single .block.navi a.right-top span i {
    opacity: 1;
  }
  .news-single .block.navi a.right-top span em {
    opacity: 0;
    background-image: url(../images/icons2/go-right-red.png);
  }
  .news-single .block.navi a.right-top:hover span i {
    opacity: 0;
  }
  .news-single .block.navi a.right-top:hover span em {
    opacity: 1;
  }
  .news-single .text > div {
    padding: 25px 20px;
  }
  .news-single .archive {
    min-height: none;
    display: block;
  }
  .news-single .archive .archive-block {
    margin-top: 12px;
    height: 40px;
    max-height: 40px;
    background-color: #e8e8e8;
  }
  .news-single .archive .archive-block a {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #cc6666;
    text-align: right;
    font-family: 'open_sanssemibold';
    font-size: 9px;
    color: #e8e8e8;
    display: block;
    float: right;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0;
    padding-right: 18px;
    width: 175px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .news-single .archive .archive-block a i {
    position: relative;
    top: -2px;
    display: inline-block;
    background-image: url(../images/icons2/archive.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-left: 8px;
    vertical-align: middle;
  }
  .news-single .archive .archive-block a:hover {
    background-color: #5c5151;
  }
  .news-single ul.gallery li a .overlay:before {
    background-image: url("../images/triangles/gallery-960.png");
    background-size: 100% 100%;
  }
  .news-single ul.gallery li a .overlay .plus {
    top: 150px;
    right: 14px;
    width: 17px;
    height: 17px;
    margin-left: -8px;
    margin-top: -8px;
  }

  .references .content p.intro {
    font-size: 12px;
    padding-left: 20px;
  }
  .references .content dl dt h3 {
    padding: 20px 20px;
    font-size: 20px;
  }
  .references .content dl dd ul {
    padding: 20px 20px 20px 23px;
  }
  .references .content dl dd ul li {
    font-size: 12px;
  }

  .works .content ul li a p.text {
    font-size: 14px;
  }
  .works .content ul li a .plus {
    width: 17px;
    height: 17px;
    bottom: 11px;
    right: 12px;
  }
  .works .content ul.gallery li a .overlay .plus {
    width: 17px;
    height: 17px;
    right: 12px;
    bottom: 12px;
    margin-left: 0;
    margin-top: 0;
  }
  .works .content ul.gallery li a .overlay .plus em {
    background-image: url("../images/icons2/plus-brown.png");
  }

  .works .works-header {
    height: 312px;
    border-bottom: 2px solid #cc6666;
    background-color: #e8e8e8;
  }
  .works .works-header .first {
    height: 118px;
  }
  .works .works-header .first p.intro {
    display: block;
    margin-top: 40px;
    font-family: 'open_sansregular';
    font-size: 12px;
    color: #5c5151;
  }
  .works .works-header .second {
    display: block;
  }
  .works .works-header .second p {
    padding-top: 3px;
    font-family: 'open_sansbold';
    font-size: 10px;
    color: #5c5151;
  }
  .works .works-header .second ul.navi {
    border-bottom: 2px solid #cc6666;
    padding-bottom: 30px;
  }
  .works .works-header .second ul {
    padding-bottom: 0;
  }
  .works .works-header .second ul li {
    display: inline-block;
    font-family: 'open_sanslight';
    font-size: 16px;
    color: #cc6666;
    padding-bottom: 5px;
  }
  .works .works-header .second ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
  }
  .works .works-header .second ul li a:hover {
    color: #5c5151;
  }
  .works .works-header .second ul li a.active {
    color: #5c5151;
  }
  .works .works-header .second ul li:after {
    content: "/";
    display: inline-block;
    padding-left: 9px;
    padding-right: 3px;
  }
  .works .works-header .second ul li.last:after {
    content: "";
  }
  .works .works-header .third {
    display: none;
  }
  .works .works-header .fourth p {
    display: block;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works.work-single .second ul {
    padding-bottom: 10px;
  }

  .stone .content section .red-block {
    height: 0;
    background-color: #cc6666;
  }
  .stone .content section .red-block.show {
    margin-top: 12px;
  }
  .stone .content section ul.gallery li a .overlay .plus {
    top: 150px;
    right: 14px;
    width: 17px;
    height: 17px;
    margin-left: -8px;
    margin-top: -8px;
  }

  .map-container {
    padding-bottom: 0;
    height: 310px;
  }

  .contact .content .text.middle {
    background-position: 330px center;
  }
  .contact .content .text {
    padding: 12px 12px;
  }
  .contact .content .text.middle {
    height: 80px;
  }

  .contact-form-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 25px;
  }

  .send-button {
    background-image: none;
  }
  .send-button a {
    margin-right: 0px;
    padding-right: 44px;
    background-image: url(../images/icons2/button-send-960.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .contact-form .success-message {
    padding-top: 25px;
  }
  .contact-form dl dt {
    padding-bottom: 2px;
  }
  .contact-form dl dd {
    padding-bottom: 5px;
  }

  .form-message > div {
    padding: 10px 12px;
  }

  .timeline-articles {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: none;
  }
  .timeline-articles .article-row {
    padding-bottom: 23.8%;
    overflow: hidden;
    height: 0;
  }
  .timeline-articles article {
    padding-bottom: 0;
    height: auto;
  }
  .timeline-articles article h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }
  .timeline-articles article p {
    margin-top: 10px;
    font-size: 13px;
  }
  .timeline-articles article .sm-navi {
    display: none !important;
  }
  .timeline-articles .md-navi {
    height: 176px;
  }
  .timeline-articles .md-navi div {
    position: relative;
    height: 100%;
  }
  .timeline-articles .md-navi div a.go-left, .timeline-articles .md-navi div a.go-right {
    position: absolute;
    right: 12px;
  }
  .timeline-articles .md-navi div a.go-left {
    bottom: 2px;
  }
  .timeline-articles .md-navi div a.go-right {
    bottom: 42px;
  }

  .timeline {
    overflow: hidden;
    background-color: #cc6666;
  }
  .timeline .container {
    height: 100px;
    overflow: visible;
  }
  .timeline .row {
    height: 100px;
    overflow: visible;
  }
  .timeline .timeline-wrapper {
    height: 100px;
    overflow: visible;
  }
  .timeline .timeline-container {
    height: 100px;
    overflow: visible;
    padding-left: 32px;
  }
  .timeline .timeline-outer {
    height: 100px;
    position: relative;
    overflow: visible;
  }
  .timeline .timeline-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 8000px;
    background-color: #cc6666;
  }
  .timeline .timeline-inner .timeline-left, .timeline .timeline-inner .timeline-line {
    width: 5000px;
    float: left;
    clear: none;
    height: 100px;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .timeline .timeline-inner .timeline-left li, .timeline .timeline-inner .timeline-line li {
    height: 100px;
    margin: 0;
    padding: 0;
    float: right;
    clear: none;
    width: 22px;
    background-image: url(../images/icons2/timeline-line-small.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .timeline .timeline-inner .timeline-left li > div, .timeline .timeline-inner .timeline-line li > div {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    border-left: 2px solid #e8e8e8;
    padding: 0;
    overflow: visible;
    z-index: 2;
  }
  .timeline .timeline-inner .timeline-left li > div div.text, .timeline .timeline-inner .timeline-line li > div div.text {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    font-family: 'open_sansregular';
    font-size: 11px;
    color: #e8e8e8;
    line-height: 120%;
    min-width: 120px;
    padding: 10px;
    padding-top: 15px;
    z-index: 3;
    display: none;
    opacity: 0;
    background-color: #cc6666;
  }
  .timeline .timeline-inner .timeline-left li.active > div, .timeline .timeline-inner .timeline-line li.active > div {
    z-index: 3;
  }
  .timeline .timeline-inner .timeline-left li.active > div div, .timeline .timeline-inner .timeline-line li.active > div div {
    font-size: 11px;
    opacity: 1;
    display: block;
    z-index: 3;
  }
  .timeline .timeline-inner .timeline-left li.year > div, .timeline .timeline-inner .timeline-line li.year > div {
    height: 60%;
  }
  .timeline .timeline-inner .timeline-left li.year, .timeline .timeline-inner .timeline-line li.year {
    background-image: url(../images/icons2/timeline-line-big.png);
  }
  .timeline .timeline-inner .timeline-left li.year span, .timeline .timeline-inner .timeline-line li.year span {
    display: block;
    position: absolute;
    top: 60px;
    left: -2px;
    width: 50px;
    text-align: center;
    margin-left: -50%;
    color: #e8e8e8;
    font-size: 16px;
    font-family: 'polyregular';
  }
  .timeline .timeline-inner .timeline-left {
    width: 2200px;
  }
  .timeline .timeline-inner .timeline-line {
    width: 4000px;
  }
  .timeline .timeline-inner .timeline-line li {
    float: left;
  }

  .search-results .content div.box {
    min-height: 300px;
  }
}
@media \0screen and (min-width: 768px) {
  .home ul.home-news li .image-container a.left.over div.image:before {
    display: none;
  }
  .home ul.home-news li .image-container a.left.over div.image:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .x-md-visible {
    display: block;
  }

  .x-md-hidden {
    display: none;
  }

  .home ul.home-news li .image-container a.left div.image:before {
    top: 0px;
    left: 0px;
    content: url("../images/triangles/news-left-768.png");
  }
  .home ul.home-news li .image-container a.left div.image:after {
    top: 0px;
    right: 0px;
    content: url("../images/triangles/news-right-768.png");
  }
  .home ul.home-news li.md-big .image-container {
    width: 267px;
  }
  .home ul.home-news li.md-big .text {
    width: 188px;
  }
  .home ul.home-news li.md-small .image-container {
    width: 79px;
  }
  .home ul.home-news li.md-small .image-container a.left {
    width: 79px;
  }
  .home ul.home-news li.md-small .image-container a.left div.image:before {
    display: none;
  }
  .home ul.home-news li.md-small .image-container a.left div.image:after {
    width: 79px;
    right: -1px;
  }
  .home ul.home-news li.md-small .text {
    width: 189px;
  }
}
@media (min-width: 992px) {
  .x-lg-visible {
    display: block;
  }

  .x-lg-hidden {
    display: none;
  }

  .home .title h2 {
    font-size: 20px;
  }
  .home .quote {
    background-image: url("../images/icons2/quote-top-left.png");
    background-position: left top;
    background-repeat: no-repeat;
  }
  .home .quote p {
    background-image: url("../images/icons2/quote-bottom-right.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 60px 60px 45px 85px;
    line-height: 30px;
    font-size: 16px;
  }
  .home ul.home-news li {
    height: 220px;
    overflow: hidden;
  }
  .home ul.home-news li .image-container {
    height: 100%;
  }
  .home ul.home-news li .image-container a.left div.image {
    height: 220px;
    width: 100%;
  }
  .home ul.home-news li .image-container a.left div.image img {
    width: auto;
  }
  .home ul.home-news li .image-container a.left div.image:before {
    width: 107px;
    height: 220px;
    content: url(../images/triangles/news-left-960.png);
  }
  .home ul.home-news li .image-container a.left div.image:after {
    top: 0px;
    right: 0px;
    width: 107px;
    height: 220px;
    content: url(../images/triangles/news-right-960.png);
  }
  .home ul.home-news li .text h3 {
    padding-top: 30px;
    word-wrap: break-word;
  }
  .home ul.home-news li .text a {
    right: 14px;
    bottom: 17px;
  }
  .home ul.home-news li .text a span.link-text {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: 'open_sanssemibold';
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #cc6666;
    line-height: 17px;
    height: 17px;
    position: relative;
    top: -5px;
    left: 0;
  }
  .home ul.home-news li.lg-big .image-container {
    width: 345px;
  }
  .home ul.home-news li.lg-big .text {
    width: 119px;
  }
  .home ul.home-news li.lg-small .image-container {
    width: 107px;
  }
  .home ul.home-news li.lg-small .image-container a.left div.image:before {
    display: none;
  }
  .home ul.home-news li.lg-small .text {
    width: 119px;
  }
  .home ul.home-news li.archive {
    overflow: auto;
    height: 220px;
  }
  .home ul.home-news li.archive p {
    height: 220px;
    width: 100%;
  }
  .home ul.home-news li.archive p a {
    margin-top: 90px;
    width: 100%;
  }

  .slider-outer {
    height: 400px;
    padding-bottom: 0;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame {
    padding-left: 6px;
    padding-right: 6px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 {
    height: 400px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li {
    height: 400px;
    padding-bottom: 0px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 .slider-inner li div.colorize {
    height: 400px;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-left, .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 92%;
    left: 5%;
  }
  .slider-outer .slider-container .slider-row .slider-col .slider-frame .slider-frame2 a.arrow-right {
    top: 92%;
    left: 95%;
  }

  .news-single .date {
    right: 20px;
  }
  .news-single .block.navi {
    min-height: 220px;
  }
  .news-single .block.navi a.left-top {
    margin-top: 22px;
    margin-left: 18px;
    padding-left: 0;
    line-height: 18px;
  }
  .news-single .block.navi a.right-bottom {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin-right: 22px;
    margin-bottom: 18px;
  }
  .news-single .block.navi a.right-bottom span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }
  .news-single .block.navi a.right-bottom span i, .news-single .block.navi a.right-bottom span em {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons2/go-right.png);
    background-size: 18px 18px;
    opacity: 1;
  }
  .news-single .block.navi a.right-bottom span em {
    background-image: url(../images/icons2/go-right-red.png);
    opacity: 0;
  }
  .news-single .block.navi a.right-bottom:hover span i {
    opacity: 0;
  }
  .news-single .block.navi a.right-bottom:hover span em {
    opacity: 1;
  }
  .news-single .archive .archive-block {
    max-height: none;
    height: 220px;
    width: 100%;
  }
  .news-single .archive .archive-block a {
    position: relative;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .news-single .archive .archive-block a:hover {
    background-color: #5c5151;
  }
  .news-single ul.gallery li a .overlay .plus {
    top: 201px;
    right: 14px;
  }

  .works .works-header {
    height: 400px;
  }
  .works .works-header .first {
    height: 177px;
  }
  .works .works-header .first p.intro {
    margin-top: 88px;
  }
  .works .works-header .second p {
    font-size: 11px;
  }
  .works .works-header .second ul li {
    font-size: 20px;
  }
  .works .works-header .second ul li.last:after {
    content: "";
  }
  .works .works-header .fourth p {
    margin-top: 20px;
  }

  .works .content ul li a .plus {
    bottom: 11px;
    right: 20px;
  }

  .stone .content section ul.gallery li a .overlay .plus {
    top: 201px;
    right: 14px;
  }

  .map-container {
    padding-bottom: 0;
    height: 400px;
  }

  .contact .content .text.middle {
    background-position: 430px center;
  }
  .contact .content .text h3 {
    font-size: 20px;
  }
  .contact .content .text.middle {
    height: 90px;
  }
  .contact .content .text.middle p {
    font-size: 14px;
  }

  .timeline-articles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .timeline-articles article {
    padding-bottom: 0;
    height: auto;
  }
  .timeline-articles article h3 {
    margin-top: 60px;
    font-size: 25px;
    line-height: 30px;
  }
  .timeline-articles .md-navi {
    height: 226px;
  }
}
.top-navi {
  position: relative;
  text-align: right;
  overflow: hidden;
}
.top-navi #toggle-mobile-navi {
  display: inline-block;
  height: 60px;
  width: 76px;
  background-image: url(../images/home/toggle-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cc6666;
  position: absolute;
  top: 0;
  left: 0;
}
.top-navi ul#mobile-lang-navi {
  position: absolute;
  top: 0;
  right: -76px;
  display: block;
  height: 60px;
  padding-right: 10px;
}
.top-navi ul#mobile-lang-navi li {
  height: 60px;
  display: inline-block;
}
.top-navi ul#mobile-lang-navi li a {
  padding: 0 3px;
  height: 60px;
  line-height: 60px;
  font-family: 'open_sanssemibold';
  font-size: 11px;
  color: #e8e8e8;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.top-navi ul#mobile-lang-navi li:first-child a {
  color: #cc6666;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: left center;
  outline: none;
  text-decoration: none;
  padding-right: 10px;
  text-align: right;
}
.top-navi ul#mobile-lang-navi li:first-child a.left {
  background-image: url(../images/home/arrow-left.png);
}
.top-navi ul#mobile-lang-navi li:first-child a.right {
  background-image: url(../images/home/arrow-right.png);
}

header {
  background-color: #dad8d6;
  border-bottom: 2px solid #5c5151;
}
header .row-title {
  padding-top: 26px;
}
header .row-title .site-title {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
}
header .row-title .site-title h1 {
  display: block;
  font-family: 'polyregular';
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #5c5151;
  text-align: center;
}
header .row-title .logo {
  display: block;
  width: 109px;
  margin: 0 auto;
}
header .row-title .logo img {
  border: none;
  width: 100%;
}
header .row-title .info p {
  text-align: center;
  color: #5c5151;
  font-family: 'open_sansregular';
  font-size: 10px;
  padding-top: 40px;
  background-image: url(../images/home/circle-address.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 18px 18px;
}
header .row-title .info p strong, header .row-title .info p b {
  font-family: 'open_sansbold';
}
header .row-down .year span {
  height: 53px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-family: 'polyregular';
  font-size: 21px;
  display: block;
  width: 56px;
  color: #5c5151;
  border-bottom: 11px solid #cc6666;
}
header .active-link {
  display: none;
}

#mmenu {
  position: fixed;
  height: auto;
  z-index: 999;
  width: 100%;
}
#mmenu ul {
  background-color: #5c5151;
}
#mmenu ul li {
  border-left: 76px solid #cc6666;
}
#mmenu ul li a {
  display: block;
  color: #e8e8e8;
  font-family: 'open_sanssemibold';
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid #cc6666;
  padding: 5px;
  padding-left: 30px;
}
#mmenu ul li:first-child a {
  border-top: 2px solid #cc6666;
}

.footer-top {
  display: block;
  margin: 0;
  padding: 0;
  height: 12px;
  border: none;
  overflow: hidden;
  border-bottom: 2px solid #cc6666;
}

.footer-bottom {
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  border: none;
  overflow: hidden;
  background-color: #cc6666;
}

footer {
  display: block;
  background-color: #5c5151;
}
footer .mobile .row.logo {
  margin-left: -12px;
  margin-right: -12px;
  border-bottom: 2px solid #cc6666;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
footer .mobile .row.logo div {
  width: 100%;
  text-align: center;
}
footer .mobile .row.logo div img {
  display: block;
  margin: 0 auto;
  float: none;
  clear: both;
  width: 54px;
}
footer .mobile .row.logo div p {
  float: none;
  clear: both;
  display: block;
  padding-left: 10px;
  padding-top: 10px;
  font-family: 'open_sansbold';
  font-size: 10px;
  color: #e8e8e8;
}
footer .mobile .row.logo div p br {
  display: none;
}
footer .mobile .footer-text {
  padding-top: 20px;
  padding-left: 6px;
  padding-right: 6px;
}
footer .mobile .footer-text a.gallery-logo {
  margin: 0;
  padding: 0;
  display: block;
  width: 106px;
  height: 30px;
}
footer .mobile .footer-text a.gallery-logo img {
  width: 106px;
  height: 26px;
  display: block;
  clear: both;
  border: none;
}
footer .mobile .footer-text p {
  font-size: 10px;
  font-family: 'open_sansregular';
  color: #e8e8e8;
}
footer .mobile .footer-text p strong, footer .mobile .footer-text p b {
  font-family: 'open_sansbold';
}
footer .mobile .footer-text p a {
  color: #cc6666;
}
footer .mobile .footer-text > p {
  padding-bottom: 15px;
}
footer .mobile .footer-text .copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .mobile .footer-text .gopa {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .mobile .footer-text .red-line {
  width: 100%;
  border: 0;
  height: 2px;
  margin: 0;
  padding: 0;
  background-color: #cc6666;
}
footer .mobile .footer-text .year span {
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'polyregular';
  font-size: 13px;
  color: #e8e8e8;
  display: block;
  width: 24px;
  border-bottom: 8px solid #cc6666;
}

@media (min-width: 480px) {
  .top-navi #toggle-mobile-navi {
    width: 69px;
  }

  #mmenu ul li {
    border-left: 69px solid #cc6666;
  }

  header .row-title {
    height: auto;
  }
  header .row-title .site-title {
    position: relative;
    height: 90px;
  }
  header .row-title .site-title h1 {
    display: block;
    height: auto;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 6px;
  }
  header .row-title .logo {
    width: 106px;
  }
  header .row-title .info {
    padding-top: 50px;
  }
  header .row-title .info p {
    text-align: left;
    background-position: 0 8px;
  }
  header .row-title .year-sm {
    padding-top: 50px;
  }
  header .row-title .year-sm span {
    height: 85px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-family: 'polyregular';
    font-size: 21px;
    display: block;
    width: 56px;
    color: #5c5151;
    border-bottom: 11px solid #cc6666;
  }

  footer .mobile .row.logo div {
    position: relative;
    left: 50%;
    margin-left: -27px;
  }
  footer .mobile .row.logo div img {
    float: left;
    clear: none;
  }
  footer .mobile .row.logo div p {
    float: left;
    clear: none;
    display: block;
    text-align: left;
  }
  footer .mobile .row.logo div p br {
    display: inline-block;
  }
  footer .mobile .footer-text {
    padding-left: 69px;
    padding-right: 69px;
  }
  footer .mobile .footer-text img {
    width: 106px;
  }
  footer .mobile .footer-text .copyright {
    display: inline-block;
  }
  footer .mobile .footer-text .gopa {
    display: inline-block;
    float: right;
  }
}
@media (max-width: 767px) {
  .top-navi {
    width: 100%;
    height: 60px;
    background-color: #5c5151;
  }
}
@media (min-width: 768px) {
  .top-navi {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  #mmenu {
    height: 0 !important;
    overflow: hidden !important;
  }

  header .container {
    overflow: visible;
  }
  header .row-lang div {
    text-align: right;
    font-size: 0;
  }
  header .row-lang div ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: #5c5151;
    width: 94px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0;
  }
  header .row-lang div ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 0 4px;
  }
  header .row-lang div ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'open_sanssemibold';
    font-size: 9px;
    display: inline-block;
    color: #fff;
    background-color: #5c5151;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  header .row-lang div ul li a.active {
    color: #cc6666;
  }
  header .row-lang div ul li a:hover {
    color: #cc6666;
  }
  header .row-title {
    padding-top: 0;
    height: 72px;
  }
  header .row-title .site-title {
    height: 72px;
    overflow: hidden;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .row-title .site-title h1 {
    height: auto;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 6px;
    font-family: 'polyregular';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #5c5151;
    text-align: left;
  }
  header .row-title .logo {
    display: block;
    width: 81px;
    margin: 0;
  }
  header .row-title .logo img {
    border: none;
    width: 100%;
  }
  header .row-title .info {
    padding-top: 0;
  }
  header .row-title .info p {
    text-align: center;
    color: #5c5151;
    font-family: 'open_sansregular';
    font-size: 10px;
    padding-top: 39px;
    background-image: url(../images/home/circle-address.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 18px 18px;
  }
  header .row-title .info p strong, header .row-title .info p b {
    font-family: 'open_sansbold';
  }
  header .row-down {
    height: 93px;
    position: relative;
    overflow: hidden;
    z-index: 200;
  }
  header .row-down .year span {
    text-align: center;
    margin-left: 20px;
    display: block;
    font-family: 'polyregular';
    font-size: 16px;
    display: block;
    height: 93px;
    width: 42px;
    padding-top: 12px;
    color: #5c5151;
    border-bottom: 8px solid #cc6666;
  }
  header .row-down .main-nav ul {
    padding-top: 50px;
  }
  header .row-down .main-nav ul li {
    display: inline-block;
    margin-left: 16px;
  }
  header .row-down .main-nav ul li a {
    font-family: 'open_sanssemibold';
    font-size: 16px;
    color: #cc6666;
    text-transform: uppercase;
  }
  header .row-down .main-nav ul li a:hover {
    color: #5c5151;
  }
  header .row-down .main-nav ul li a.active {
    color: #5c5151;
  }
  header .row-down .main-nav ul li:first-child {
    margin-left: 0;
  }
  header .row-down .form-search {
    z-index: 1;
    width: 94px;
    overflow: visible;
    height: 100px;
    position: absolute;
    bottom: -10px;
    bottom: -50px;
    right: 6px;
    text-align: right;
  }
  header .row-down .form-search a.search {
    outline: none;
    display: inline-block;
    width: 94px;
    height: 50px;
    padding-top: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    color: #cc6666;
    border-bottom: 8px solid #5c5151;
  }
  header .row-down .form-search a.search span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
  header .row-down .form-search a.search i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    position: relative;
    top: 3px;
  }
  header .row-down .form-search a.search i.up {
    background-image: url(../images/home/search-up.png);
  }
  header .row-down .form-search a.search i.down {
    background-image: url(../images/home/search-down.png);
  }
  header .row-down .form-search form {
    display: block;
    width: 188px;
    position: absolute;
    right: 0;
    top: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #5c5151;
    text-align: left;
  }
  header .row-down .form-search form input {
    display: inline-block;
    margin: 0;
    margin-left: 0;
    width: 150px;
    border: none;
    line-height: 19px;
    font-family: 'open_sansregular';
    font-size: 11px;
    height: 19px;
    background-color: #fff;
    clear: none;
    text-indent: 5px;
  }
  header .row-down .form-search form a {
    display: inline-block;
    width: 18px;
    text-align: center;
    line-height: 19px;
    font-family: 'open_sansregular';
    font-size: 11px;
    color: #fff;
    background-color: #cc6666;
  }
  header .active-link {
    position: relative;
    overflow: visible;
    display: block;
  }
  header .active-link #pointer {
    width: 4px;
    height: 16px;
    background-color: #5c5151;
    position: absolute;
    top: -8px;
    left: 46px;
    z-index: 100;
  }

  footer {
    display: block;
    height: 218px;
    background-color: #5c5151;
  }
  footer .container.desktop {
    height: 100%;
  }
  footer .container.desktop .row {
    height: 100%;
  }
  footer .container.desktop .kapitel {
    height: 100%;
  }
  footer .container.desktop .kapitel > div {
    height: 100%;
    border-left: 2px solid #cc6666;
  }
  footer .container.desktop .kapitel > div div.logo {
    padding-top: 22px;
    height: 160px;
    width: 54px;
    margin-left: 14px;
  }
  footer .container.desktop .kapitel > div div.logo img {
    width: 100%;
  }
  footer .container.desktop .kapitel > div div.year {
    margin-left: 30px;
    width: 26px;
    padding-top: 6px;
    height: 58px;
    font-family: 'polyregular';
    font-size: 13px;
    color: #e8e8e8;
    text-align: center;
    border-bottom: 8px solid #cc6666;
  }
  footer .container.desktop .middle {
    height: 100%;
  }
  footer .container.desktop .middle .menu {
    border-bottom: 2px solid #cc6666;
    height: 80px;
    position: relative;
  }
  footer .container.desktop .middle .menu p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 8px;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    line-height: 16px;
    color: #e8e8e8;
    text-transform: uppercase;
  }
  footer .container.desktop .middle .menu p span {
    color: #cc6666;
  }
  footer .container.desktop .middle .menu p a {
    color: #cc6666;
  }
  footer .container.desktop .middle ul.blocks1 {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    overflow: auto;
  }
  footer .container.desktop .middle ul.blocks1 li {
    float: left;
    clear: none;
    height: 100px;
    width: 40%;
    margin: 0;
    padding: 0;
    padding-top: 25px;
  }
  footer .container.desktop .middle ul.blocks1 li p {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 10px;
    font-family: 'open_sansregular';
    color: #e8e8e8;
    border-bottom: 2px solid #cc6666;
    margin-left: 12px;
  }
  footer .container.desktop .middle ul.blocks1 li p strong, footer .container.desktop .middle ul.blocks1 li p b {
    font-family: 'open_sansbold';
  }
  footer .container.desktop .middle ul.blocks1 li p a {
    color: #cc6666;
  }
  footer .container.desktop .middle ul.blocks1 li p a.phone {
    color: #e8e8e8;
  }
  footer .container.desktop .middle ul.blocks1 li.first p {
    background-image: url(../images/home/circle-footer.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center top;
  }
  footer .container.desktop .middle ul.blocks1 li:first-child {
    width: 20%;
  }
  footer .container.desktop .middle ul.blocks1 li:first-child p {
    margin-left: 0;
  }
  footer .container.desktop .middle ul.blocks1.down li {
    padding: 0;
    padding-top: 10px;
    height: auto;
    min-height: 10px;
  }
  footer .container.desktop .middle ul.blocks1.down li p {
    height: auto;
    border-bottom: none;
  }
  footer .container.desktop .gjaksic {
    height: 100%;
  }
  footer .container.desktop .gjaksic > div {
    height: 100%;
    border-left: 2px solid #cc6666;
    border-right: 2px solid #cc6666;
  }
  footer .container.desktop .gjaksic > div p {
    font-size: 10px;
    font-family: 'open_sansregular';
    color: #e8e8e8;
  }
  footer .container.desktop .gjaksic > div p strong, footer .container.desktop .gjaksic > div p b {
    font-family: 'open_sansbold';
  }
  footer .container.desktop .gjaksic > div p a {
    color: #cc6666;
  }
  footer .container.desktop .gjaksic > div .gallery-logo {
    height: 100%;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  footer .container.desktop .gjaksic > div .gallery-logo a.logo {
    height: auto;
    display: block;
    width: 100%;
  }
  footer .container.desktop .gjaksic > div .gallery-logo a.logo img {
    width: 147px;
    display: block;
    border: none;
  }
  footer .container.desktop .gjaksic > div .gallery-logo p {
    padding-top: 20px;
  }
  footer .container.desktop .gjaksic > div .bottom {
    border-top: 2px solid #cc6666;
    text-align: right;
    padding-top: 10px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  header .row-lang div ul {
    width: 107px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .row-title .site-title h1 {
    bottom: 0;
    font-family: 'polyregular';
    font-size: 25px;
    line-height: 32px;
  }
  header .row-down .form-search {
    width: 107px;
  }
  header .row-down .form-search a.search {
    width: 107px;
  }
  header .row-down .form-search a.search span {
    margin-right: 10px;
  }

  footer .container.desktop .kapitel > div div.logo {
    margin-left: 0;
    margin: 0 auto;
  }
  footer .container.desktop .kapitel > div div.year {
    margin-left: 0;
    margin: 0 auto;
  }
  footer .container.desktop .gjaksic > div .gallery-logo {
    height: 178px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container.desktop .gjaksic > div .gallery-logo a.logo {
    background-image: url(../images/home/gallery-line.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  footer .container.desktop .gjaksic > div .gallery-logo p {
    height: auto;
  }
}
