@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
.btn {
  background: #e68d13;
  color: white;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 13px;
  font-style: italic;
  transition: .2s ease-out;
  -webkit-appearance: none;
}
.btn:hover {
  background: #dd8915;
  color: white !important;
}
.btn-lg {
  font-size: 17px;
  padding: 17px 24px;
}
.btn-success {
  color: white !important;
  background: #57b135;
}
.btn-success:hover {
  background: #51a631;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #f8f8f8;
  overflow-x: hidden;
  position: relative;
}
.wrapper {
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 768px;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 990px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
header {
  position: relative;
  z-index: 200;
}
header.fixed-header {
  z-index: 5555;
}
header.fixed-header .wrapper {
  position: relative;
}
header.fixed-header .fixed-space {
  height: 110px;
}
@media screen and (min-width: 768px) {
  header.fixed-header .fixed-space {
    height: 35px;
  }
}
@media screen and (min-width: 990px) {
  header.fixed-header .fixed-space {
    height: 43px;
  }
}
@media screen and (min-width: 1220px) {
  header.fixed-header .fixed-space {
    height: 33px;
  }
}
header.fixed-header .logo {
  position: fixed;
  margin-top: 0px;
  z-index: 600;
  top: 23px;
  width: 190px;
  height: 52px;
  background-size: 190px 52px;
}
header.fixed-header:after {
  content: "";
  background: #1a1a1a;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0px;
  height: 95px;
  left: 0px;
  right: 0px;
  border-bottom: 2px solid #f28c00;
  transition: .2s ease-out;
  transform: rotate(-2deg);
}
header.fixed-header:before {
  content: "";
  background: #1a1a1a;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 500;
  left: 0px;
  right: 0px;
  height: 70px;
}
header.fixed-header nav {
  position: fixed;
  top: 16px;
  right: 12px;
  z-index: 600;
}
@media screen and (min-width: 1220px) {
  header.fixed-header nav {
    margin-left: 580px;
    right: auto;
    top: 12px;
  }
}
header.fixed-header nav ul {
  position: fixed;
  top: 86px;
}
@media screen and (min-width: 768px) {
  header.fixed-header nav ul {
    position: relative;
    top: auto;
  }
}
header.fixed-header .mobile-menu-burger {
  position: fixed;
  top: 16px;
  z-index: 600;
  cursor: pointer;
  right: 10px;
}
header .logo {
  display: block;
  width: 200px;
  height: 55px;
  background: url('../img/logo.png') top center no-repeat;
  background-size: 200px 55px;
  text-indent: -5555px;
  margin: 20px auto 0px auto;
}
@media screen and (min-width: 768px) {
  header .logo {
    float: left;
    margin-top: 60px;
  }
}
@media screen and (min-width: 990px) {
  header .logo {
    background-size: 298px 82px;
    margin-top: 43px;
    width: 298px;
    height: 82px;
  }
}
header .fast-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  header .fast-contact {
    float: right;
    display: block;
  }
}
header .fast-contact li {
  float: left;
  color: #b0b0b0;
  padding: 25px 0;
  margin-left: 50px;
}
header .fast-contact li a {
  color: inherit;
}
header .mobile-menu-burger {
  display: block;
  width: 40px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  height: 40px;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #454545;
  background: url('../img/menu-burger.png') center center no-repeat;
  background-size: 24px 24px;
}
@media screen and (min-width: 768px) {
  header .mobile-menu-burger {
    display: none;
  }
}
header nav {
  float: right;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  header nav {
    border: 1px solid #454545;
  }
}
header nav ul {
  display: none;
  z-index: 2000;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 160px;
  border-bottom: 3px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  header nav ul {
    display: block;
    border: none;
    position: relative;
    top: auto;
  }
}
header nav ul li {
  background: white;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  header nav ul li {
    display: block;
    border: none;
    float: left;
    background: transparent;
  }
}
header nav ul li.active a {
  color: white;
  background: #e58c12;
  background: -webkit-linear-gradient(#d77f07,#f3991d);
  background: -o-linear-gradient(#d77f07,#f3991d);
  background: -moz-linear-gradient(#d77f07,#f3991d);
  background: linear-gradient(#d77f07,#f3991d);
}
@media screen and (min-width: 768px) {
  header nav ul li:first-child a:hover,
  header nav ul li:first-child.active a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  header nav ul li:last-child a:hover,
  header nav ul li:last-child.active a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
header nav ul li a {
  text-decoration: none;
  padding: 17px 10px;
  display: block;
  color: #1a1a1a;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  header nav ul li a {
    color: white;
  }
}
@media screen and (min-width: 990px) {
  header nav ul li a {
    padding: 17px 20px;
  }
}
@media screen and (min-width: 1220px) {
  header nav ul li a {
    padding: 17px 25px;
  }
}
header nav ul li a:hover {
  color: white;
  background: #e58c12;
  background: -webkit-linear-gradient(#d77f07,#f3991d);
  background: -o-linear-gradient(#d77f07,#f3991d);
  background: -moz-linear-gradient(#d77f07,#f3991d);
  background: linear-gradient(#d77f07,#f3991d);
}
header .langs {
  clear: right;
  float: right;
  position: relative;
  top: 35px;
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  header .langs {
    top: 13px;
  }
}
header .langs .actual-lang {
  border-radius: 8px;
  border: 1px solid #454545;
  padding: 9px;
  transition: .2s ease-out;
}
header .langs .actual-lang:hover {
  border-color: #828282;
}
header .langs .actual-lang img {
  position: relative;
  top: 4px;
}
header .langs .lang-box {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1000;
  right: 0px;
  background: #1f1f1f;
  border: 1px solid #454545;
  color: white;
  width: 100px;
  padding: 15px;
  border-radius: 8px;
}
header .langs .lang-box ul li.active a {
  text-decoration: underline;
}
header .langs .lang-box ul li a {
  padding: 8px 0;
  display: block;
  color: white;
  text-decoration: none;
  left: 0px;
  position: relative;
  transition: .2s ease-out;
}
header .langs .lang-box ul li a img {
  margin-right: 15px;
}
header .langs .lang-box ul li a:hover {
  left: 3px;
}
header .langs span {
  float: right;
  display: none;
  cursor: pointer;
  width: 16px;
  background: url('../img/lang_arrow.png') center center no-repeat;
  margin-left: 15px;
  height: 12px;
  position: relative;
  padding: 8px 0;
  top: -5px;
  transition: .2s ease-out;
}
header .langs span:hover {
  top: -9px;
}
@media screen and (min-width: 1220px) {
  header .langs span {
    display: block;
  }
}
header .main-focus {
  display: inline-block;
  margin-top: 55px;
  transform: rotate(-2deg);
  background: rgba(0,0,0,0.7);
}
@media screen and (min-width: 768px) {
  header .main-focus {
    margin-top: 180px;
  }
}
header .main-focus li {
  color: white;
  font-weight: bold;
  float: left;
  padding: 10px 7px;
  font-size: 13px;
  font-style: italic;
  top: 0px;
  position: relative;
  transition: .2s ease-out;
}
@media screen and (min-width: 768px) {
  header .main-focus li {
    font-size: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 990px) {
  header .main-focus li {
    font-size: 24px;
    padding: 18px;
  }
}
@media screen and (min-width: 1220px) {
  header .main-focus li {
    font-size: 25px;
    padding: 24px;
  }
}
header .btn {
  float: right;
  margin-left: 15px;
  top: 50px;
  font-size: 14px;
  position: relative;
  padding: 14px 12px;
}
@media screen and (min-width: 768px) {
  header .btn {
    top: 0px;
    font-size: 17px;
  }
}
@media screen and (min-width: 990px) {
  header .btn {
    top: -70px;
  }
  header .btn:hover {
    top: -75px;
  }
}
@media screen and (min-width: 1220px) {
  header .btn {
    padding: 17px 24px;
    top: -35px;
  }
  header .btn:hover {
    top: -40px;
  }
}
header .btn-fb {
  background: #3b5998 url('../img/facebook.png') center center no-repeat;
  background-size: 22px 34px;
  text-indent: -5555px;
  width: 19px;
}
@media screen and (min-width: 1220px) {
  header .btn-fb {
    width: 0px;
  }
}
header .btn-fb:hover {
  background: #304d8a url('../img/facebook.png') center center no-repeat;
  background-size: 22px 34px;
}
header .header-background {
  height: 210px;
  background: #1a1a1a url('../img/header_bg.jpg') top center no-repeat;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  position: absolute;
  left: 0px;
  right: 0px;
  top: -40px;
  z-index: -1;
  border-bottom: 2px solid #f28c00;
}
header .header-background:before {
  content: "";
  display: block;
  background: #1a1a1a;
  height: inherit;
  position: absolute;
  width: 20px;
  left: -15px;
  border-bottom: 2px solid #f28c00;
  z-index: -100;
  transform: rotate(2deg);
}
header .header-background:after {
  content: "";
  display: block;
  background: #1a1a1a;
  height: inherit;
  position: absolute;
  width: 20px;
  right: -15px;
  border-bottom: 2px solid #f28c00;
  z-index: -100;
  transform: rotate(2deg);
}
header .header-image {
  z-index: -1;
  position: absolute;
  top: 170px;
  height: 120px;
  width: 100%;
  border-top: 2px solid #f28c00;
  background: #1a1a1a url('../img/header_img.jpg') center center no-repeat;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media screen and (min-width: 768px) {
  header .header-image {
    height: 218px;
    background-position: bottom center;
  }
}
header .header-image:after {
  content: "";
  display: block;
  background: #1a1a1a;
  height: inherit;
  position: absolute;
  width: 20px;
  right: -15px;
  z-index: -100;
  transform: rotate(2deg);
}
header .header-image:before {
  content: "";
  display: block;
  background: #1a1a1a;
  height: inherit;
  position: absolute;
  width: 20px;
  left: -15px;
  z-index: -100;
  transform: rotate(2deg);
}
#content {
  line-height: 25px;
  color: #383838;
  padding-bottom: 90px;
  min-height: 350px;
  background: #f8f8f8;
  position: relative;
}
#content:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #f8f8f8;
  position: absolute;
  top: -100px;
  z-index: 0;
}
#content .wrapper {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  #content .wrapper {
    margin-top: 45px;
  }
}
@media screen and (min-width: 990px) {
  #content .wrapper {
    width: 730px;
    margin-top: 35px;
  }
}
#content .img-responsive {
  width: 40%;
  height: auto;
}
@media screen and (min-width: 990px) {
  #content .img-responsive {
    width: none;
  }
}
#content .btn-kontakt {
  background: none;
  border: 1px solid #d0d0d0;
  color: #383838;
  margin: 20px auto 15px auto !important;
  display: inline-block;
  text-align: center !important;
  padding: 13px 42px 13px 16px;
  background: url('../img/pointer.png') right center no-repeat;
}
#content .btn-kontakt:hover {
  color: #383838 !important;
  border: 1px solid #e68d13;
}
#content .jerab {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0;
  padding: 10px;
  font-size: 17px;
  font-weight: 100;
  color: #383838;
  text-align: center;
}
#content .jerab span {
  display: inline-block;
  padding: 12px 12px 12px 31px;
  background: url('../img/jerab.png') left center no-repeat;
}
#content table,
#content ul,
#content ol,
#content p,
#content h2,
#content h3,
#content h4,
#content h5,
#content hr {
  margin: 0 0 15px 0;
}
#content a {
  color: #e68d13;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content p {
  text-align: justify;
}
#content blockquote {
  display: block;
  text-align: center;
  margin-top: -20px;
  position: relative;
  top: -20px;
  color: #7b7b7b;
}
#content blockquote p {
  text-align: center;
}
#content hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
}
#content ul ul {
  margin: 5px 0 5px 15px !important;
}
#content ul li {
  padding: 3px 0 3px 15px;
  background: url('../img/li.png') 0px 11px no-repeat;
}
#content ul li a {
  color: inherit;
}
#content h1 {
  font-size: 38px;
  text-align: center;
  display: block;
  font-style: italic;
  padding-bottom: 40px;
  line-height: 55px;
}
#content h2 {
  display: block;
  font-size: 26px;
  font-style: italic;
  padding: 15px 0;
}
#content h3 {
  display: block;
  font-size: 23px;
  font-style: italic;
  padding: 15px 0;
}
#content h4 {
  font-size: 18px;
}
#content h5 {
  font-size: 16px;
}
#content table {
  width: 100%;
}
#content table thead tr {
  background: #dcefff;
}
#content table thead tr th {
  padding: 12px 10px 12px 10px;
  font-weight: 400;
}
#content table thead tr th:first-child {
  text-align: left;
}
#content table thead tr th:last-child {
  text-align: right;
}
#content table tbody tr td {
  padding: 8px 10px 8px 10px;
}
.service-boxes {
  background: #f8f8f8;
  position: relative;
}
.service-boxes:after {
  content: "";
  width: 100%;
  height: 65px;
  background: #f8f8f8;
  transform: rotate(-2deg);
  position: absolute;
  bottom: -20px;
  z-index: 200;
}
.service-boxes .box {
  background: white;
  z-index: 300;
  transform: rotate(-2deg);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-boxes .box {
    width: 29%;
    float: left;
    margin-right: 32px;
  }
}
@media screen and (min-width: 990px) {
  .service-boxes .box {
    width: 28%;
    float: left;
    margin-right: 46px;
  }
}
@media screen and (min-width: 1220px) {
  .service-boxes .box {
    width: 30%;
    float: left;
    margin-right: 40px;
  }
}
.service-boxes .box:last-child {
  margin-right: 0px;
}
.service-boxes .box .content {
  padding: 25px;
  transform: rotate(2deg);
}
.service-boxes .box .content h3 {
  display: block;
  text-align: center;
  font-size: 19px;
  padding-bottom: 20px;
  font-weight: 300;
}
.service-boxes .box .content .text {
  font-weight: 300;
  width: 100%;
  line-height: 26px;
}
@media screen and (min-width: 990px) {
  .service-boxes .box .content .text {
    width: 60%;
  }
}
.service-boxes .box .content .text img {
  display: none;
  position: absolute;
}
@media screen and (min-width: 990px) {
  .service-boxes .box .content .text img {
    display: block;
  }
}
.service-boxes .box1 img {
  top: 65px;
  right: 30px;
}
.service-boxes .box2 img {
  top: 65px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .service-boxes .box2 {
    top: -15px;
  }
}
.service-boxes .box3 img {
  top: 95px;
  right: -10px;
  width: 120px;
}
@media screen and (min-width: 1220px) {
  .service-boxes .box3 img {
    top: 65px;
    width: auto;
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .service-boxes .box3 {
    top: -30px;
  }
}
footer {
  margin-top: 70px;
  background: #1a1a1a;
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  footer {
    background: transparent;
  }
}
@media screen and (min-width: 1220px) {
  footer {
    height: 245px;
  }
}
footer:after {
  content: "";
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -200;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer:after {
    height: 390px;
    background: #1a1a1a url('../img/footer-bg.jpg') center center no-repeat;
  }
}
@media screen and (min-width: 1220px) {
  footer:after {
    height: 320px;
  }
}
footer .small-divider {
  margin: 50px 0;
  height: 3px;
  background: #303030;
}
@media screen and (min-width: 768px) {
  footer .small-divider {
    display: none;
  }
}
footer .box {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  footer .box {
    float: left;
    width: 30%;
    margin: 0 10px;
  }
}
@media screen and (min-width: 990px) {
  footer .box {
    width: 30%;
    margin: 0 16px;
  }
}
footer .certificate {
  text-align: center;
}
footer .certificate img {
  display: block;
  margin: 0 auto 15px auto;
}
footer .certificate span {
  display: block;
  font-size: 19px;
  line-height: 28px;
  padding: 18px 0 8px 0;
}
footer .certificate a {
  color: #e68d13;
  text-decoration: none;
  font-size: 14px;
}
footer .certificate a:hover {
  text-decoration: underline;
}
footer .contact-us {
  text-align: center;
}
footer .contact-us span {
  font-size: 22px;
  display: block;
  margin-bottom: 40px;
}
footer .contact-us a {
  display: inline-block;
  color: #e68d13;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #e68d13;
  transition: .2s ease-out;
}
footer .contact-us a:hover {
  text-decoration: underline;
}
footer .contact .company-name {
  font-size: 24px;
  padding: 0px 0 25px 0;
  display: block;
}
footer .contact address {
  float: left;
  font-weight: 200;
  margin-bottom: 15px;
}
footer .contact a.map {
  float: right;
  color: #e68d13;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  top: 3px;
}
footer .contact a.map:hover {
  text-decoration: underline;
}
@media screen and (min-width: 990px) {
  footer .contact .ico {
    float: left;
  }
}
footer .contact .dic {
  margin-top: 15px;
}
@media screen and (min-width: 990px) {
  footer .contact .dic {
    margin-top: 0px;
    float: right;
  }
}
footer .contact .rounded-box {
  border-radius: 8px;
  border: 1px solid #3a3a3a;
  padding: 7px 12px;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin: 5px 7px 0px 0;
}
footer .contact .rounded-box a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 990px) {
  footer .contact .rounded-box {
    font-size: 13px;
  }
}
@media screen and (min-width: 1220px) {
  footer .contact .rounded-box {
    font-size: 16px;
  }
}
footer .divider {
  background: #3a3a3a;
  height: 3px;
  margin: 25px 0 10px 0;
}
footer .copyright {
  color: #515151;
}
footer .copyright .created-by {
  float: right;
  padding: 12px;
  display: inline-block;
}
footer .copyright .diform {
  position: relative;
  top: 3px;
}
footer .copyright .pixio {
  float: right;
  position: relative;
  top: 5px;
  margin-bottom: 15px;
}
footer .copyright .sitemap {
  display: none;
  float: right;
  padding: 12px;
  margin-right: 45px;
  color: inherit;
}
@media screen and (min-width: 768px) {
  footer .copyright .sitemap {
    display: inline-block;
  }
}
footer .footer-background {
  z-index: -1;
  top: -50px;
  height: 100px;
  position: absolute;
  width: 100%;
  background: #1a1a1a;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 0px;
  width: 100%;
  border: 1px solid #e8e8e8;
  text-indent: 5px;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 12px 22px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
.Employees .item {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .Employees .item {
    float: left;
    width: 33%;
  }
}
.Employees .item h3 {
  font-size: 24px !important;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  color: #787878;
  font-weight: 200;
}
.gallery {
  margin: 0 auto;
}
.gallery-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
  background: none !important;
  padding: 0px;
}
.gallery-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-content {
  float: left;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
