
@import "../../components/bower/bxslider-4/dist/jquery.bxslider.css";
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
body {
  font-size: 16px;
}
table {
  margin: auto;
}
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  a[href]:after {
    content: none !important;
  }
  html,
  body {
    width: 100%;
  }
  html .container,
  body .container {
    width: 1200px;
  }
  .col-print-half,
  .col-print-third {
    display: block;
    float: left;
  }
  .col-print-half {
    width: 50%;
  }
  .col-print-third {
    width: 33.33333333%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
}
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xs-ten,
.col-sm-ten,
.col-md-ten,
.col-lg-ten {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .xs-pull-left {
    float: left !important;
  }
  .xs-pull-right {
    float: right !important;
  }
  .col-xs-five {
    width: 20% !important;
  }
  .col-xs-ten {
    width: 10% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-pull-left {
    float: left !important;
  }
  .sm-pull-right {
    float: right !important;
  }
  .col-sm-five {
    width: 20% !important;
  }
  .col-sm-ten {
    width: 10% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-pull-left {
    float: left !important;
  }
  .md-pull-right {
    float: right !important;
  }
  .col-md-five {
    width: 20% !important;
  }
  .col-md-ten {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .lg-pull-left {
    float: left !important;
  }
  .lg-pull-right {
    float: right !important;
  }
  .col-lg-five {
    width: 20% !important;
  }
  .col-lg-ten {
    width: 10% !important;
  }
}
html.js .jshidden {
  display: none;
}
#tracy-debug {
  z-index: 9999;
}
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url("/artcms/images/spinner.gif") no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
@media print {
  #ajax-spinner {
    display: none;
  }
}
a[href^="error:"] {
  background: red;
  color: white;
}
form .error {
  color: #D00;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flexible {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flexible > * {
  width: 100%;
  height: 100%;
}
.dragme {
  cursor: move !important;
}
.image-left {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-left {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
.image-right {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .image-right {
    float: left;
    margin: 25px 25px 25px 0;
  }
}
@media (min-width: 768px) {
  .image-right {
    float: right;
    margin: 25px 0 25px 25px;
  }
}
.max-width,
.max-width * {
  max-width: 100%;
}
.hide {
  display: none;
}
.disabled {
  color: #999;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
ul.popupmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.popupmenu li {
  display: block;
  position: relative;
  white-space: nowrap;
}
ul.popupmenu li a {
  display: block;
}
ul.popupmenu li ul,
ul.popupmenu li:hover ul,
ul.popupmenu li.active ul {
  display: none;
  text-align: left;
  z-index: 500;
  padding: 20px 15px 15px;
}
ul.popupmenu li ul li,
ul.popupmenu li:hover ul li,
ul.popupmenu li.active ul li {
  display: block;
}
ul.popupmenu li ul li a,
ul.popupmenu li:hover ul li a,
ul.popupmenu li.active ul li a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  ul.popupmenu li ul,
  ul.popupmenu li:hover ul,
  ul.popupmenu li.active ul {
    position: absolute;
  }
}
ul.popupmenu li.active ul {
  display: block;
}
@media (min-width: 768px) {
  ul.popupmenu li.active ul {
    display: none;
  }
}
@media (min-width: 768px) {
  ul.popupmenu li {
    display: inline-block;
  }
  ul.popupmenu li a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  ul.popupmenu.collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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.42857143;
  background-color: #ffffff;
  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;
}
[role="button"] {
  cursor: pointer;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #777777;
}
.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.42857143;
  color: #777777;
}
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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .form-horizontal .form-group .control-label {
    text-align: right;
  }
}
.modal .close {
  cursor: pointer;
  padding: 0;
  border: 0;
  float: right;
  font-size: 44px;
  line-height: 30px;
  color: #000;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 700px;
  }
}
::selection {
  background: #f26d19;
  color: #fff;
}
::-moz-selection {
  background: #f26d19;
  color: #fff;
}
.alerts .alert {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #252525;
}
.alerts .alert-info {
  background: #69bdf2;
}
.alerts .alert-danger {
  background: #f26976;
}
.alerts .alert-success {
  background: #86f297;
}
.wf-active body {
  font-family: "Avenir";
}
body {
  font-size: 16px;
  color: #331c19;
  background: #000;
}
@media (min-width: 768px) {
  body {
    background: #f9e5b5;
  }
}
header {
  background: #f0e0be;
  min-height: 90px;
}
@media (min-width: 992px) {
  header {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  header {
    background: url("../images/header-bg.jpg") #b8986e no-repeat bottom center;
    padding-bottom: 10px;
  }
}
header .img-responsive {
  display: inline-block;
}
@media (min-width: 1200px) {
  header .logo {
    margin-top: -37px;
  }
}
header .logo-xs {
  padding: 0;
  margin-top: 10px;
}
header .logo-xs img {
  max-height: 70px;
}
@media (min-width: 992px) {
  header .express-icon {
    margin-top: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .express-icon {
    margin-top: 85px;
  }
}
header .header-title-h1 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 10px;
  line-height: 1.1;
  font-family: 'Ubuntu', sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-title-h1 {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  header .header-title-h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
header .header-title-h2 {
  font-size: 18px;
  margin: 20px 0 10px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  header .header-title-h2 {
    font-size: 24px;
  }
}
header .guarantee-box {
  padding-top: 10px;
}
@media (min-width: 768px) {
  header .guarantee-box {
    background: url("../images/guarantee-icon.png") right center no-repeat;
  }
  header .guarantee-box.box-en {
    background: url("../images/guarantee-icon-en.png") right center no-repeat;
  }
  header .guarantee-box.box-sk {
    background: url("../images/guarantee-icon-sk.png") right center no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .guarantee-box {
    background-size: 28%;
  }
  header .guarantee-box.box-sk,
  header .guarantee-box.box-en {
    background-size: 28%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .guarantee-box {
    background-size: 28%;
  }
  header .guarantee-box.box-sk,
  header .guarantee-box.box-en {
    background-size: 28%;
  }
}
@media (min-width: 992px) {
  header .guarantee-box {
    min-height: 192px;
  }
}
header .guarantee-box a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}
nav {
  font-size: 15px;
}
@media (min-width: 768px) {
  nav {
    text-align: right;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  nav {
    padding-bottom: 10px;
    text-align: right;
  }
}
nav li {
  text-transform: uppercase;
  margin: 0 2px;
}
@media (max-width: 280px) {
  nav li {
    white-space: normal !important;
  }
}
nav li a {
  color: #331c19;
  padding: 15px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav li a {
    padding: 7px 5px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav li a {
    padding: 7px;
  }
}
@media (min-width: 1200px) {
  nav li a {
    padding: 7px 10px;
  }
}
nav li.active a,
nav li a:hover,
nav li a:focus {
  background: #f2ecdc;
  border-radius: 0 0 3px 3px;
  text-decoration: none;
  color: #331c19;
}
nav .toggle-button {
  cursor: pointer;
  display: inline-block;
  background: #f26d19;
  padding: 10px;
  width: 100px;
}
nav .toggle-button:hover {
  background: #f26311;
}
nav .toggle-button a {
  color: #fff;
  float: right;
  padding-top: 1px;
  padding-bottom: 0;
  font-size: 18px;
}
nav .toggle-button a:hover {
  color: #fff;
  text-decoration: none;
}
nav .toggle-button .toggle-icon {
  display: inline-block;
  width: 28px;
  height: 20px;
  position: relative;
  float: left;
  margin-top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .toggle-button .toggle-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav .toggle-button .toggle-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button .toggle-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button .toggle-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav .toggle-button.open .toggle-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}
nav .toggle-button.open .toggle-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
nav .toggle-button.open .toggle-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
nav .popup-toggle {
  width: 100%;
  padding: 10px 10px 0 10px;
  color: #ffffff;
  text-align: right;
}
.shadow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url("../images/horizontal-menu-shadow.png") no-repeat right top;
  z-index: 10;
}
.horizontal-scroll-menu {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  background: #331c19;
  border-bottom: 1px solid #b8986e;
  padding: 15px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*@media (min-device-width: 768px) {
		display: none;
	}*/
}
.horizontal-scroll-menu ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
}
.horizontal-scroll-menu ul li {
  display: inline-block;
}
.horizontal-scroll-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
  margin-right: 5px;
  font-size: 15px;
}
.horizontal-scroll-menu ul li a:focus {
  text-decoration: underline;
}
.horizontal-scroll-menu ul li.active a {
  background: #f2ecdc;
  text-decoration: none;
  color: #331c19;
  font-weight: bold;
}
.horizontal-scroll-menu-wrapper {
  position: relative;
}
.horizontal-scroll-menu-wrapper .shadow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(left, rgba(42, 42, 42, 0) 0, #331c19 90%);
  background: linear-gradient(to right, rgba(42, 42, 42, 0) 0, #331c19 90%);
  z-index: 10;
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu {
  position: relative;
  overflow-x: auto;
  width: 100%;
  height: 50%;
  white-space: nowrap;
  background: #331c19;
  border-bottom: 1px solid #b8986e;
  padding: 0;
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 0;
  height: 50px;
  /* line-height: 50px;*/
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li {
  display: inline-block;
  height: 100%;
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 6px;
  padding-left: 6px;
  display: inline-block;
  height: 100%;
  margin-right: 3px;
  font-size: 15px;
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li.active a,
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li a:focus,
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li a:hover {
  background: #160b0b;
  text-decoration: none;
  color: #f26d19;
  font-weight: bold;
}
.horizontal-scroll-menu-wrapper .horizontal-scroll-menu ul li:last-child {
  margin-right: 25px;
}
@media (min-device-width: 768px) {
  .horizontal-scroll-menu-wrapper {
    display: none;
  }
}
.brown-bg {
  background: #311916;
}
.packages-logos {
  background: url("../images/packages-logos-bg.jpg") #311916 no-repeat bottom center;
  color: #fff;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .packages-logos {
    min-height: 423px;
  }
}
@media (min-width: 1200px) {
  .packages-logos .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .packages-logos .col-lg-five {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.packages-logos .logo-box {
  position: relative;
  background: #4e322e;
  background: -moz-linear-gradient(294deg, #4e322e 30%, #af8f84 100%);
  background: -webkit-linear-gradient(294deg, #4e322e 30%, #af8f84 100%);
  background: -o-linear-gradient(294deg, #4e322e 30%, #af8f84 100%);
  background: -ms-linear-gradient(294deg, #4e322e 30%, #af8f84 100%);
  background: linear-gradient(24deg, #4e322e 30%, #af8f84 100%);
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.packages-logos .logo-box ul {
  padding-left: 20px;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .packages-logos .logo-box ul {
    height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .packages-logos .logo-box ul {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .packages-logos .logo-box ul {
    height: 220px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .packages-logos .logo-box ul {
    height: 220px;
  }
}
.packages-logos .icon-prop {
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .one-icon {
  background: url("../images/one-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .plus-icon {
  background: url("../images/plus-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .mini-icon {
  background: url("../images/mini-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .basic-icon {
  background: url("../images/basic-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .mild-icon {
  background: url("../images/mild-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .pro-icon {
  background: url("../images/pro-icon.png") no-repeat;
  display: inline-block;
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 13px;
}
.packages-logos .extra-icon {
  background: url("../images/extra-icon.png") no-repeat;
  display: inline-block;
  width: 74px;
  height: 74px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.packages-logos h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.packages-logos h3 a {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}
.packages-logos h3 a:hover {
  color: #331c19;
  text-decoration: none;
}
@media (min-width: 768px) {
  .packages-logos h3 {
    font-size: 34px;
  }
}
.packages-logos h4 {
  background: #d7bb8b;
  background: -moz-linear-gradient(45deg, #d7bb8b 0%, #f5e8ce 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d7bb8b), color-stop(100%, #f5e8ce));
  background: -webkit-linear-gradient(45deg, #d7bb8b 0%, #f5e8ce 100%);
  background: -o-linear-gradient(45deg, #d7bb8b 0%, #f5e8ce 100%);
  background: -ms-linear-gradient(45deg, #d7bb8b 0%, #f5e8ce 100%);
  background: linear-gradient(45deg, #d7bb8b 0%, #f5e8ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7bb8b', endColorstr='#f5e8ce', GradientType=1);
  color: #331c19;
  font-weight: bold;
  display: inline-block;
  padding: 4px 3px;
  margin: 0;
  width: 95px;
  text-align: right;
  font-size: 17px;
}
.packages-logos .price-dph {
  font-size: 11px;
  margin-left: 25px;
}
.packages-logos .btn {
  padding: 7px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  margin: 3px 0;
  width: 100%;
  text-align: center;
}
.packages-logos .btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .packages-logos .btn {
    width: 48%;
  }
}
.packages-logos .orange-btn {
  background: #f58535;
  background: -moz-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f58535), color-stop(100%, #db5812));
  background: -webkit-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -o-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -ms-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: linear-gradient(to bottom, #f58535 0%, #db5812 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58535', endColorstr='#db5812', GradientType=0);
  color: #fff;
  padding: 7px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  margin: 3px 0;
  width: 100%;
  text-align: center;
}
.packages-logos .orange-btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .packages-logos .orange-btn {
    width: 48%;
  }
}
.packages-logos .orange-btn:hover {
  color: #331c19;
}
.packages-logos .beige-btn {
  background: #d2bc94;
  background: -moz-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d2bc94), color-stop(100%, #b19263));
  background: -webkit-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -o-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -ms-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: linear-gradient(to bottom, #d2bc94 0%, #b19263 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2bc94', endColorstr='#b19263', GradientType=0);
  color: #331c19;
  padding: 7px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  margin: 3px 0;
  width: 100%;
  text-align: center;
}
.packages-logos .beige-btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .packages-logos .beige-btn {
    width: 48%;
  }
}
.packages-logos .beige-btn:hover {
  color: #f26d19;
}
@media (min-width: 768px), (min-width: 480px) and (max-width: 767px) {
  .packages-logos .packages-icons {
    min-height: 75px;
  }
}
.packages-icons {
  margin-bottom: 10px;
}
.packages-icons img {
  margin-bottom: 5px;
}
.packages-icons .sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .black-white-logo-icon {
  background-position: 0px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .business-card-icon {
  background-position: 0px -32px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .design-icon {
  background-position: 0px -64px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .letterhead-icon {
  background-position: 0px -96px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .manual-icon {
  background-position: 0px -128px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .one-graphics-icon {
  background-position: 0px -160px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .satisfaction-icon {
  background-position: 0px -192px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .three-design-icon {
  background-position: 0px -224px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .two-design-icon {
  background-position: 0px -256px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .two-graphics-icon {
  background-position: 0px -288px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .unlimited-icon {
  background-position: 0px -320px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .webdesign-icon {
  background-position: 0px -352px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
.packages-icons .website-icon {
  background-position: 0px -384px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/packages-icons.png");
  width: 33px;
  height: 32px;
}
main {
  background: #e4d3c1;
}
main a,
main a:hover {
  color: #331c19;
}
main .package-main-area p a,
main .package-main-area p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.why-us {
  background: #ede0cf;
  padding: 15px;
  margin-top: 20px;
}
.why-us h4 {
  font-weight: bold;
  vertical-align: middle;
  font-size: 24px;
  font-family: 'Ubuntu', sans-serif;
}
@media (min-width: 992px) {
  .why-us h4 {
    font-size: 28px;
  }
}
.why-us h4 span {
  float: left;
  margin-top: -20px;
  margin-right: 10px;
  font-size: 80px;
  font-family: 'Ubuntu', sans-serif;
}
@media (min-width: 992px) {
  .why-us h4 span {
    font-size: 110px;
    margin-top: -30px;
  }
}
.why-us ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding: 0;
}
.why-us ol li {
  position: relative;
  display: block;
  margin: 8px 0 0 45px;
}
.why-us ol li:before {
  content: counter(li);
  counter-increment: li;
  background: url("../images/list-image.png") no-repeat;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  left: -40px;
  width: 27px;
  padding-top: 3px;
}
.logo-before-after {
  margin: 20px 0;
}
.reference {
  margin: 30px 0;
}
.reference h4 {
  font-size: 22px;
}
.reference .row {
  margin-left: -5px;
  margin-right: -5px;
}
.reference .row .col-lg-five,
.reference .row .col-md-3,
.reference .row .col-sm-4,
.reference .row .col-ms-3,
.reference .row .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.reference .reference-btn {
  background: #331c19;
  padding: 15px 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.reference .reference-btn:hover {
  color: #fff;
  text-decoration: underline;
}
.reference-img img {
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
.text-area-hp {
  margin-bottom: 30px;
}
.text-area-hp h4 {
  font-weight: bold;
}
.text-area-hp p {
  text-align: justify;
}
.text-area-hp a {
  text-decoration: underline;
}
.text-area-hp a:hover {
  color: #f26d19;
}
footer {
  background: beige;
  font-size: 15px;
  color: #331c19;
}
footer .logo-slider-bg {
  background: url("../images/brown-pattern.jpg");
  padding: 20px 0;
}
footer .logo-slider-bg .logo-slider {
  margin: 10px 0;
  background: url("../images/loga.png");
  height: 73px;
  width: 100%;
}
footer a {
  color: #331c19;
}
footer a:hover {
  color: #f26d19;
}
footer .copyright {
  font-size: 13px;
}
footer .footer {
  padding: 25px 0 10px;
}
@media (min-width: 768px) {
  footer .footer {
    background: url("../images/footer-bg.jpg") no-repeat top center;
  }
}
@media (min-width: 768px) {
  footer .footer .social-icon {
    text-align: right;
  }
}
footer .footer .social-icon .sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon.png");
  width: 19px;
  height: 24px;
}
footer .footer .social-icon .facebook-icon {
  background-position: 0px 0px;
  margin-right: 13px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon.png");
  width: 19px;
  height: 24px;
}
footer .footer .social-icon .twitter-icon {
  background-position: -19px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon.png");
  width: 19px;
  height: 24px;
}
.h1-area,
.brown-area {
  background: url("../images/brown-pattern.jpg");
  color: #fff;
  margin-bottom: 30px;
}
.h1-area h1,
.brown-area h1,
.h1-area .title,
.brown-area .title {
  font-size: 24px;
  margin: 20px 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .h1-area h1,
  .brown-area h1,
  .h1-area .title,
  .brown-area .title {
    font-size: 28px;
  }
}
.brown-area {
  margin-bottom: 0;
}
.text-area {
  padding-bottom: 30px;
}
.text-area a {
  color: #331c19;
  text-decoration: underline;
}
.text-area a:hover {
  color: #f26d19;
}
.text-area h2 {
  background: #2e1613;
  background: -moz-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2e1613), color-stop(77%, #2e1613), color-stop(100%, #806b61));
  background: -webkit-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -o-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -ms-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e1613', endColorstr='#806b61', GradientType=1);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 20px;
  margin: 30px 0 20px;
  display: table;
}
.text-area h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #f26d19;
}
.text-area ul {
  padding-left: 20px;
}
.text-area .price {
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .text-area .price {
    margin: 35px 0;
  }
}
.text-area .price span {
  font-size: 15px;
  font-weight: normal;
}
.text-area .btn-block {
  display: block;
  width: 100%;
}
main .demand-btn-big {
  background: #f27100;
  background: -moz-linear-gradient(top, #f27100 0%, #b32700 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f27100), color-stop(100%, #b32700));
  background: -webkit-linear-gradient(top, #f27100 0%, #b32700 100%);
  background: -o-linear-gradient(top, #f27100 0%, #b32700 100%);
  background: -ms-linear-gradient(top, #f27100 0%, #b32700 100%);
  background: linear-gradient(to bottom, #f27100 0%, #b32700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27100', endColorstr='#b32700', GradientType=0);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 5px;
  margin: 20px 0;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.4);
  border: none;
}
main .demand-btn-big:hover {
  color: #331c19;
}
.gallery h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 17px;
  height: 34px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gallery h2 {
    font-size: 15px;
    font-weight: bold;
  }
}
.gallery .reference-img {
  position: relative;
  display: block;
}
.gallery .reference-img:hover.label-website:before {
  background: url("../images/label-website.png") left -75px no-repeat;
}
.gallery .reference-img:hover.label-eshop:before {
  background: url("../images/label-eshop.png") left -75px no-repeat;
}
.gallery .label-eshop:before {
  content: "";
  position: absolute;
  background: url("../images/label-eshop.png") left 0 no-repeat;
  width: 73px;
  height: 75px;
  display: inline-block;
  right: -5px;
  top: -5px;
  z-index: 50;
}
.gallery .label-website:before {
  content: "";
  position: absolute;
  background: url("/images/label-website.png") left 0 no-repeat;
  width: 73px;
  height: 75px;
  display: inline-block;
  right: -5px;
  top: -5px;
  z-index: 50;
}
.gallery .pagination {
  margin: 0 0 20px 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .gallery .pagination {
    text-align: left;
  }
}
.gallery .pagination li {
  display: inline-block;
  list-style: none;
}
.gallery .pagination li a {
  text-decoration: none;
  font-size: 18px;
  color: #331c19;
  font-family: 'Ubuntu', sans-serif;
  padding: 4px 10px;
  margin: 5px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .gallery .pagination li a {
    font-size: 16px;
    padding: 6px 12px;
    margin: 3px;
  }
}
@media (max-width: 767px) {
  .gallery .pagination .prev,
  .gallery .pagination .next {
    width: 100%;
  }
}
.gallery .pagination .prev a {
  padding-left: 30px;
  background: url("/images/left-arrow-btn-b.png") 10px center no-repeat;
}
.gallery .pagination .next a {
  padding-right: 30px;
  background: url("/images/right-arrow-btn-b.png") right 10px center no-repeat;
}
.gallery .pagination .prev a:hover {
  background: url("/images/left-arrow-btn-w.png") #f26d19 10px center no-repeat;
}
.gallery .pagination .next a:hover {
  background: url("/images/right-arrow-btn-w.png") #f26d19 right 10px center no-repeat;
}
.gallery .pagination li.active a,
.gallery .pagination a:hover {
  background: #f26d19;
  color: #fff;
}
.package-main-area {
  background: url("../images/brown-pattern.jpg");
  color: #fff;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 35px;
}
.package-main-area h1,
.package-main-area .title {
  font-size: 24px;
  margin: 20px 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .package-main-area h1,
  .package-main-area .title {
    font-size: 28px;
  }
}
.package-main-area .icon {
  padding: 20px 40px 10px;
  float: right;
}
.package-main-area .container {
  position: relative;
}
.package-main-area .demand-btn {
  position: absolute;
  bottom: -35px;
  right: 15px;
  background: #d2bc94;
  background: -moz-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d2bc94), color-stop(100%, #b19263));
  background: -webkit-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -o-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: -ms-linear-gradient(top, #d2bc94 0%, #b19263 100%);
  background: linear-gradient(to bottom, #d2bc94 0%, #b19263 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2bc94', endColorstr='#b19263', GradientType=0);
  color: #331c19;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
}
.package-main-area .demand-btn:hover {
  color: #b15011;
  text-decoration: none;
}
.higher-package {
  background: url("../images/higher-package-btn.jpg") #dbcbba no-repeat bottom center;
  border-radius: 5px;
  padding: 20px 10px;
  position: relative;
  -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
.higher-package:hover {
  color: #b15011;
}
.higher-package .link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: transparent url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat 0 0;
}
.aside {
  background: #eddfce;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .aside {
    padding: 15px;
  }
}
.aside h4 {
  font-size: 22px;
}
.aside .package .one {
  background: url("../images/one-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .one.active,
.aside .package .one:hover {
  background: url("../images/one-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .plus {
  background: url("../images/plus-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .plus.active,
.aside .package .plus:hover {
  background: url("../images/plus-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .mini {
  background: url("../images/mini-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .mini.active,
.aside .package .mini:hover {
  background: url("../images/mini-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .basic {
  background: url("../images/basic-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .basic.active,
.aside .package .basic:hover {
  background: url("../images/basic-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .mild {
  background: url("../images/mild-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .mild.active,
.aside .package .mild:hover {
  background: url("../images/mild-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .pro {
  background: url("../images/pro-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .pro.active,
.aside .package .pro:hover {
  background: url("../images/pro-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .extra {
  background: url("../images/extra-icon-sm.png") #f2e8dd left center no-repeat;
}
.aside .package .extra.active,
.aside .package .extra:hover {
  background: url("../images/extra-icon-sm.png") #faf4ef left center no-repeat;
}
.aside .package .btn {
  position: relative;
  border-radius: 5px;
  min-height: 100px;
  padding: 15px 40px 10px 95px;
  font-size: 13px;
  line-height: 16px;
  margin: 5px;
}
.aside .package .btn p {
  margin-bottom: 0;
}
.aside .package .btn .price-label {
  background: #2e1613;
  background: -moz-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2e1613), color-stop(77%, #2e1613), color-stop(100%, #806b61));
  background: -webkit-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -o-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -ms-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e1613', endColorstr='#806b61', GradientType=1);
  padding: 5px;
  font-size: 16px;
  color: #fff;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin: 0;
  position: absolute;
  right: -15px;
  top: 40px;
  width: 80px;
  text-align: center;
}
.aside .package .btn .link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: transparent url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat 0 0;
}
.breadcrumb {
  padding: 0;
  font-size: 14px;
  margin-bottom: 15px;
  color: #331c19;
  display: inline-block;
}
.breadcrumb a {
  color: #331c19;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #331c19;
}
.breadcrumb li {
  float: left;
  margin-right: 3px;
  list-style: none;
}
.breadcrumb li:after {
  padding: 0 0 0 4px;
  color: rgba(51, 28, 25, 0.71);
  content: ">\00a0";
}
.breadcrumb li.active:after {
  content: "";
}
.blog-aside h3 {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
}
.blog-aside input[type="text"],
.blog-aside input[type="email"] {
  border: 1px solid #331c19;
  padding: 5px;
  height: 30px;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .blog-aside input[type="text"],
  .blog-aside input[type="email"] {
    width: 100%;
  }
}
.blog-aside input[type="submit"] {
  background: #331c19;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  border: none;
  height: 30px;
}
@media (max-width: 991px) {
  .blog-aside input[type="submit"] {
    width: 100%;
  }
}
.blog-aside .light-brown-bg {
  background: #ebddd0;
  padding: 13px;
  margin-bottom: 20px;
  font-size: 14px;
}
.blog-aside .light-brown-bg a {
  color: #331c19;
}
.social-icon-color .sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon-color.png");
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.social-icon-color .facebook-icon:before {
  background-position: 0px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon-color.png");
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.social-icon-color .rss-icon:before {
  background-position: -24px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon-color.png");
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.social-icon-color .twitter-icon:before {
  background-position: -48px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/social-icon-color.png");
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.share-social-icon {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 15px;
}
.share-social-icon a {
  color: #999;
}
.share-social-icon a:hover {
  color: #444;
}
.share-social-icon .link {
  position: relative;
  width: 14.28571429%;
  float: left;
  display: inline-block;
}
.share-social-icon .link:after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .share-social-icon .link {
    height: 70px;
    width: 25%;
  }
}
.share-social-icon .sprite {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .delicious-icon:before {
  background-position: 0px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .facebook-icon:before {
  background-position: -24px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .jagg-icon:before {
  background-position: -48px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .linkedin-icon:before {
  background-position: -72px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .linkuj-icon:before {
  background-position: -96px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .rss-icon:before {
  background-position: -120px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
.share-social-icon .twitter-icon:before {
  background-position: -144px 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/share-social-icon.png");
  width: 24px;
  height: 24px;
  content: "";
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  margin-top: -30px;
}
article {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
article h2,
article h2 a {
  color: #331c19;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}
article h2:hover,
article h2 a:hover {
  color: #f26d19;
}
article .author {
  font-size: 13px;
  margin: 3px 0 10px;
}
article .author a {
  color: #331c19;
  text-decoration: underline;
}
article .author a:hover {
  color: #f26d19;
}
article .more-link {
  font-size: 14px;
  color: #444;
  text-decoration: underline;
}
article .more-link:hover {
  color: #f26d19;
}
.blog-content {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.blog-content h3 {
  font-weight: bold;
}
.blog-content hr {
  margin: 5px 0;
  border-color: #331c19;
}
.blog-content .text-area h3 {
  text-transform: none;
  font-size: 20px;
}
.blog-content .table th {
  background: #331c19;
  color: #fff;
}
.blog-content .table tr {
  border: none;
}
.blog-content .table tr:nth-child(even) {
  background: #f1f1f1;
}
.blog-content .author {
  font-size: 15px;
  margin-bottom: 20px;
}
.blog-content .author a {
  color: #331c19;
  text-decoration: underline;
}
.blog-content .author a:hover {
  color: #f26d19;
}
.blog-content .recommend-link {
  color: #331c19;
  font-size: 14px;
}
.blog-content .recommend-link:hover {
  color: #f26d19;
}
.comment h5 {
  font-size: 16px;
  margin-top: 20px;
}
.comment .link {
  margin-top: 20px;
  font-size: 14px;
  color: #331c19;
}
.comment .link:hover {
  color: #f26d19;
}
.comment-form,
.form {
  margin: 40px 0;
}
.comment-form form,
.form form {
  margin: 20px 0;
}
.comment-form input[type="text"],
.form input[type="text"],
.comment-form input[type="email"],
.form input[type="email"] {
  border: 1px solid #331c19;
  padding: 5px;
  height: 30px;
  margin-bottom: 8px;
  margin-right: 5px;
  width: 100%;
}
.comment-form textarea,
.form textarea {
  resize: vertical;
  border: 1px solid #331c19;
  padding: 5px;
  width: 100%;
}
.comment-form input[type="submit"],
.form input[type="submit"] {
  background: #331c19;
  color: #fff;
  padding: 8px 15px;
  border: none;
  margin: 3px 0;
}
@media (max-width: 991px) {
  .comment-form input[type="submit"],
  .form input[type="submit"] {
    width: 100%;
  }
}
.comment-form .info-text,
.form .info-text {
  font-style: italic;
  font-size: 13px;
}
table {
  margin: 20px 0 30px;
}
table th {
  padding: 9px 8px;
}
table td {
  padding: 6px 8px;
}
.table-responsive {
  overflow-y: hidden;
}
.contact-photo {
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 2px 8px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 5px 2px 8px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 5px 2px 8px 0 rgba(0, 0, 0, 0.18);
}
.contact-address {
  font-size: 15px;
}
.contact-address h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-address h3 {
  background: #2e1613;
  background: -moz-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2e1613), color-stop(77%, #2e1613), color-stop(100%, #806b61));
  background: -webkit-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -o-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: -ms-linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  background: linear-gradient(45deg, #2e1613 0%, #2e1613 77%, #806b61 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e1613', endColorstr='#806b61', GradientType=1);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 20px;
  margin: 30px 0 20px;
  display: table;
}
.contact-address a {
  color: #331c19;
  text-decoration: underline;
}
.contact-address a:hover {
  color: #f26d19;
}
.answer {
  color: #333;
  font-size: 15px;
  margin-top: 20px;
}
.answer .title {
  font-size: 20px;
  font-weight: bold;
}
.question {
  margin-left: 40px;
  margin-bottom: 50px;
  color: #333;
  font-size: 15px;
}
.question .title {
  font-size: 20px;
  color: #64482d;
  font-weight: bold;
}
.question-form {
  margin: 0 0 40px;
}
.question-form h2 {
  color: #64482d;
  font-size: 20px;
  font-weight: bold;
}
.reviews-box {
  background: rgba(244, 204, 188, 0.25);
  background: -moz-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 204, 188, 0.25)), color-stop(44%, rgba(176, 141, 125, 0.18)), color-stop(100%, rgba(176, 141, 125, 0.08)));
  background: -webkit-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -o-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -ms-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ccbc', endColorstr='#b08d7d', GradientType=0);
  padding: 10px 20px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.reviews-box a {
  color: #fff;
  text-decoration: underline;
}
.reviews-box a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .reviews-box {
    margin-bottom: 30px;
  }
}
.reviews-box h2 {
  font-size: 15px;
  line-height: 17px;
  height: 51px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .reviews-box .description {
    font-size: 15px;
    line-height: 17px;
    height: 119px;
    overflow: hidden;
  }
}
.reviews-box .description p {
  margin-bottom: 0;
}
.reviews-box .more-btn {
  font-size: 15px;
}
.reviews-box hr.dark {
  border-top: 1px dotted #2e1715;
  margin-top: 10px;
  margin-bottom: 0;
}
.reviews-box hr.light {
  border-top: 1px dotted #755a51;
  margin-top: 0;
  margin-bottom: 15px;
}
.reviews-btn {
  color: #e4cb9b;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background: rgba(244, 204, 188, 0.25);
  background: -moz-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 204, 188, 0.25)), color-stop(44%, rgba(176, 141, 125, 0.18)), color-stop(100%, rgba(176, 141, 125, 0.08)));
  background: -webkit-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -o-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: -ms-linear-gradient(top, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  background: linear-gradient(to bottom, rgba(244, 204, 188, 0.25) 0%, rgba(176, 141, 125, 0.18) 44%, rgba(176, 141, 125, 0.08) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ccbc', endColorstr='#b08d7d', GradientType=0);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .reviews-btn {
    font-size: 28px;
  }
}
.reviews-btn:hover,
.reviews-btn:focus {
  text-decoration: none;
  color: #f9ecce;
}
.order-area {
  padding-bottom: 20px;
}
.order-area h2 {
  font-size: 22px;
}
.order-area .order-form {
  margin: 10px 0;
}
.order-area .order-form input[type="text"],
.order-area .order-form input[type="email"],
.order-area .order-form input[type="phone"] {
  height: 30px;
  margin-bottom: 3px;
  width: 100%;
}
.order-area .order-form input[type="text"],
.order-area .order-form input[type="email"],
.order-area .order-form input[type="phone"],
.order-area .order-form textarea {
  border: 1px solid #978b82;
  background: #f1e8de;
  padding: 5px;
  -webkit-box-shadow: inset 0 0 3px 0 #a49a93;
  -moz-box-shadow: inset 0 0 3px 0 #a49a93;
  box-shadow: inset 0 0 3px 0 #a49a93;
}
.order-area .order-form textarea {
  resize: vertical;
  width: 100%;
}
@media (min-width: 992px) {
  .order-area .order-form label {
    text-align: right;
    display: inherit;
  }
}
.order-area .checkbox,
.order-area .radio {
  margin: 3px 0;
  padding-left: 20px;
  position: relative;
}
.order-area .checkbox input,
.order-area .radio input {
  position: absolute;
  top: 5px;
  left: 0px;
}
.order-area .info-text {
  color: #b15011;
  font-size: 13px;
}
.order-area .order-table {
  background: #3d2925;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.order-area .order-table a {
  color: #fff;
}
.order-area .order-table td {
  padding: 10px;
}
.order-area .order-table p {
  margin: 0;
}
.order-area .order-table td:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
}
.order-area .order-table td:nth-child(3) {
  font-size: 15px;
}
.order-area .order-table td:last-child {
  font-size: 24px;
  font-weight: bold;
}
.order-area .order-table td:last-child span {
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 992px) {
  .order-area .order-table td:first-child {
    width: 10%;
  }
  .order-area .order-table td:nth-child(2) {
    width: 19%;
  }
  .order-area .order-table td:nth-child(3) {
    width: 57%;
  }
  .order-area .order-table td:last-child {
    width: 14%;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .order-area .order-table td:first-child {
    width: 7%;
  }
  .order-area .order-table td:nth-child(2) {
    width: 18%;
  }
  .order-area .order-table td:nth-child(3) {
    width: 56%;
  }
  .order-area .order-table td:last-child {
    width: 19%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .order-area .order-table td {
    display: block;
  }
}
.order-area .lock {
  background: url("../images/lock.png") no-repeat;
  width: 9px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}
.order-area .orange-btn {
  background: #f58535;
  background: -moz-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f58535), color-stop(100%, #db5812));
  background: -webkit-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -o-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: -ms-linear-gradient(top, #f58535 0%, #db5812 100%);
  background: linear-gradient(to bottom, #f58535 0%, #db5812 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58535', endColorstr='#db5812', GradientType=0);
  color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.order-area .orange-btn:hover {
  text-decoration: none;
  color: #331c19;
}
.order-area .brown-area {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.order-area .brown-area h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
.order-area .brown-area .confirm-order-table,
.order-area .brown-area .confirm-order-table-2,
.order-area .brown-area .sum-table {
  width: 100%;
  font-size: 15px;
  margin: 10px 0;
}
.order-area .brown-area .confirm-order-table .dph-text,
.order-area .brown-area .confirm-order-table-2 .dph-text,
.order-area .brown-area .sum-table .dph-text {
  font-size: 10px;
  line-height: 10px;
}
.order-area .brown-area .confirm-order-table td,
.order-area .brown-area .confirm-order-table-2 td,
.order-area .brown-area .sum-table td,
.order-area .brown-area .confirm-order-table th,
.order-area .brown-area .confirm-order-table-2 th,
.order-area .brown-area .sum-table th {
  padding-top: 3px;
  padding-bottom: 3px;
}
.order-area .brown-area .confirm-order-table h3,
.order-area .brown-area .confirm-order-table-2 h3,
.order-area .brown-area .sum-table h3 {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  .order-area .brown-area .confirm-order-table td:first-child {
    width: 30%;
  }
  .order-area .brown-area .confirm-order-table td:last-child {
    width: 70%;
  }
}
.order-area .brown-area .confirm-order-table-2 {
  margin-bottom: 0;
}
.order-area .brown-area .confirm-order-table-2 td:last-child {
  text-align: right;
}
.order-area .brown-area .confirm-order-table-2 td:last-child strong {
  font-size: 18px;
  line-height: 18px;
}
.order-area .brown-area .confirm-order-table-2 .img-responsive {
  width: 25px;
}
@media (min-width: 768px) {
  .order-area .brown-area .confirm-order-table-2 td:first-child {
    width: 5%;
  }
  .order-area .brown-area .confirm-order-table-2 td:nth-child(2) {
    width: 25%;
  }
  .order-area .brown-area .confirm-order-table-2 td:nth-child(3) {
    width: 50%;
  }
  .order-area .brown-area .confirm-order-table-2 td:last-child {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .order-area .brown-area .confirm-order-table-2 th,
  .order-area .brown-area .confirm-order-table-2 td {
    display: inline-block;
    width: 100%;
  }
}
.order-area .brown-area .sum-table td:first-child {
  border-top: none;
}
.order-area .brown-area .sum-table th {
  text-align: left;
}
.order-area .brown-area .sum-table td:last-child {
  text-align: right;
}
.order-area .brown-area .sum-table td:last-child strong {
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .order-area .brown-area .sum-table td:first-child {
    width: 30%;
  }
  .order-area .brown-area .sum-table td:last-child {
    width: 20%;
  }
  .order-area .brown-area .sum-table td,
  .order-area .brown-area .sum-table th {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .order-area .brown-area .sum-table th,
  .order-area .brown-area .sum-table td {
    display: inline-block;
    width: 100%;
  }
  .order-area .brown-area .sum-table th:nth-child(even),
  .order-area .brown-area .sum-table td:nth-child(even) {
    border-top: 1px solid #fff;
  }
}
@media (min-width: 1200px) {
  .flex-box .row-flex {
    display: flex;
  }
  .flex-box .col-lg-9 {
    background: url("../images/brown-pattern.jpg");
    border-radius: 5px;
    margin: 0 15px;
  }
  .flex-box .col-lg-3 {
    background: #f1e6d8;
    border-radius: 5px;
    margin: 0 15px;
  }
}
.pay-method {
  background: #f1e6d8;
  border-radius: 5px;
  padding: 15px;
}
.reviews-modal {
  background: #73554e;
  background: -moz-linear-gradient(top, #73554e 0%, #2b1311 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #73554e), color-stop(100%, #2b1311));
  background: -webkit-linear-gradient(top, #73554e 0%, #2b1311 100%);
  background: -o-linear-gradient(top, #73554e 0%, #2b1311 100%);
  background: -ms-linear-gradient(top, #73554e 0%, #2b1311 100%);
  background: linear-gradient(to bottom, #73554e 0%, #2b1311 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73554e', endColorstr='#2b1311', GradientType=0);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}
.reviews-modal .modal-body {
  padding: 5px;
}
@media (min-width: 768px) {
  .reviews-modal {
    margin-bottom: 30px;
  }
}
.reviews-modal h2 {
  font-size: 15px;
  vertical-align: middle;
}
.reviews-modal hr.dark {
  border-top: 1px dotted #2e1715;
  margin-top: 10px;
  margin-bottom: 0;
}
.reviews-modal hr.light {
  border-top: 1px dotted #755a51;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .side-collapse-container {
    width: 100%;
    position: absolute;
    left: 0;
    transition: left .4s;
  }
  .side-collapse-container.out {
    opacity: 0.5;
  }
  .side-collapse {
    z-index: 100;
    top: 90px;
    left: 0;
    width: 75%;
    width: 75vw;
    min-height: 100%;
    background: #f0dbb2;
    padding-top: 5px;
    position: absolute;
    overflow: hidden;
    transition: width .4s;
  }
  .side-collapse.in {
    width: 0;
  }
}
/* přidáno */
input.required {
  position: fixed;
  top: 0;
  left: -200%;
  width: 1px;
  height: 1px;
  background: transparent;
  border: none;
}
.form-error {
  color: red;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}
a.artweb {
  display: block;
  position: absolute;
  top: -5px;
  right: 4px;
  width: 73px;
  height: 75px;
  cursor: pointer;
}
a.artweb div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
a.artweb .web {
  background: url('/img/web.png') left 0px no-repeat;
}
a.artweb:hover .web {
  background: url('/img/web.png') left -75px no-repeat;
}
a.artweb .eshop {
  background: url('/img/e-shop.png') left 0px no-repeat;
}
a.artweb:hover .eshop {
  background: url('/img/e-shop.png') left -75px no-repeat;
}
.error a.repeat-pay {
  text-decoration: underline;
  font-weight: bold;
  color: red;
}
.artweb-modal a {
  color: #fff;
}
.artweb-modal a:hover {
  color: #ddd;
}
.muzo_log td {
  font-size: 12px;
}
.muzo_log td.result {
  color: green;
  text-align: center;
}
.muzo_log td.result span {
  color: red;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #000;
  margin-bottom: 40px;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 4px solid #fff;
  border-radius: 4px;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 5px;
  color: #ccc;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  margin: auto;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxError {
  padding: 150px;
}
#cboxCurrent {
  position: absolute;
  bottom: -30px;
  right: 5px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url("../images/colorbox/loading.gif") center center no-repeat;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  overflow: visible;
  width: auto;
  background: none;
  margin: 15px;
  padding: 0;
}
#cboxSlideshow {
  position: absolute;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("../images/colorbox/prev.png") no-repeat;
  width: 50px;
  height: 45px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("../images/colorbox/next.png") no-repeat;
  width: 50px;
  height: 45px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("../images/colorbox/close.png") no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}