html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
  color: #2a2d28;
  padding: 0;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}
h2 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}
a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #4d748a;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #535353;
}
p strong {
  font-weight: 600;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
  width: auto;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
label.required {
  font-weight: bold;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
/* GENERAL TABLES */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
}
.center-text {
  text-align: center;
}
.button {
  display: inline-block;
  height: 35px;
  padding: 0 20px;
  background-color: rgba(77, 116, 138, 0.8);
  border: 2px solid #dde4e8;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.button:hover {
  background-color: rgba(59, 88, 105, 0.8);
}
.button.uppercase {
  text-transform: uppercase;
}
.button.borderless {
  padding: 0 25px;
  height: 30px;
  border: none;
  line-height: 30px;
  background-color: #4d748a;
}
.button.white {
  background-color: #fff;
}
.container {
  margin: 0 auto;
  width: 1140px;
}
@media (max-width: 1140px) {
  .container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.pushy {
  background-color: #4d748a;
}
.pushy a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.pushy a.active {
  background-color: #698899;
}
.pushy .submenu li a {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-transform: none;
  font-weight: 300;
}
#header {
  background-color: #4d748a;
  height: 106px;
}
#header #logo {
  float: left;
}
#header #logo img {
  margin-top: 33px;
}
#header #menu {
  float: right;
}
#header #menu > li {
  float: left;
  width: 120px;
  margin-left: 10px;
  text-align: center;
}
#header #menu > li:first-child {
  margin-right: 0px;
}
#header #menu > li.active a,
#header #menu > li:hover a {
  position: relative;
}
#header #menu > li.active a .menu-item-text:after,
#header #menu > li:hover a .menu-item-text:after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 6px;
  width: 64px;
  border-bottom: 1px solid #b4c4cd;
}
#header #menu > li > a {
  display: block;
  width: 100%;
  height: 106px;
  box-sizing: border-box;
  padding-top: 15px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#header #menu > li > a .menu-item-image {
  display: table-cell;
  vertical-align: bottom;
  width: 120px;
  height: 36px;
  text-align: center;
  padding-bottom: 6px;
}
#header #menu > li > a .menu-item-image img {
  vertical-align: bottom;
}
#header #menu > li > a div {
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
#header #menu > li > ul {
  display: none;
  padding: 0 15px;
  position: absolute;
  background-color: #fff;
}
#header #menu > li > ul li {
  text-align: left;
  padding: 8px 0;
}
#header #menu > li > ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #4d748a;
  text-decoration: none;
}
#header #menu > li > ul li a:hover {
  text-decoration: underline;
}
#header #menu > li#mobile-menu {
  display: none;
  border: none;
  line-height: 80px;
}
#header #menu > li#mobile-menu i {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 10px;
  background: url("../images/web/navigation_responsive.png") no-repeat;
}
#header #menu > li#mobile-menu a {
  font-size: 19px;
}
@media (max-width: 1000px) {
  #header #menu > li#mobile-menu {
    display: list-item;
  }
}
@media (max-width: 1000px) {
  #header #menu > li {
    display: none;
  }
}
@media (max-width: 320px) {
  #header {
    height: auto;
  }
  #header #logo {
    display: block;
    float: none;
    text-align: center;
  }
  #header #menu {
    float: none;
  }
  #header #menu li {
    width: 100%;
    float: none;
  }
}
#page-image {
  height: 210px;
}
#page-image.page-image-hp {
  background: url("../images/bck/bck-hp.jpg") center;
  background-size: cover;
}
#page-image.page-image-parts {
  background: url("../images/bck/bck-parts.jpg") center;
  background-size: cover;
}
#page-image.page-image-autoservis {
  background: url("../images/bck/bck-autoservis.jpg") center;
  background-size: cover;
}
#page-image.page-image-services {
  background: url("../images/bck/bck-services.jpg") center;
  background-size: cover;
}
#page-image.page-image-contacts {
  background: url("../images/bck/bck-contacts.jpg") center;
  background-size: cover;
}
#page-image .page-image-text {
  text-shadow: 0 0 29.5px rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 35px;
  font-weight: 600;
  text-align: right;
  padding-top: 68px;
  text-transform: uppercase;
}
@media (max-width: 580px) {
  #page-image .page-image-text {
    font-size: 25px;
  }
}
#hp-info {
  background-color: #698899;
  white-space: nowrap;
  color: white;
}
#hp-info .hp-info-section {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  height: 341px;
  white-space: normal;
  vertical-align: top;
  padding-top: 50px;
  padding-left: 140px;
  padding-right: 100px;
}
#hp-info .hp-info-section:first-child {
  border-right: 2px solid #fff;
  background: url("../images/web/hpinfo_left.png") no-repeat center;
}
#hp-info .hp-info-section:last-child {
  background: url("../images/web/hpinfo_right.png") no-repeat center;
}
#hp-info .hp-info-section .heading {
  font-size: 26px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
#hp-info .hp-info-section ul {
  list-style: inside url("../images/web/hplisttyle.png");
  height: 125px;
}
#hp-info .hp-info-section ul li {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
#hp-info .hp-info-section .buttons {
  margin-top: 40px;
}
#hp-info .hp-info-section .buttons .button:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1140px) {
  #hp-info .hp-info-section {
    text-align: center;
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 860px) {
  #hp-info .hp-info-section {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
  #hp-info .hp-info-section ul li {
    font-size: 15px;
  }
  #hp-info .hp-info-section:first-child {
    border: none;
  }
}
#hp-news {
  padding: 50px 0;
}
@media (max-width: 1140px) {
  #hp-news h2 {
    text-align: center;
  }
}
#hp-news h2 a {
  color: #2a2d28;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
}
#hp-news h2 a:hover {
  border-bottom: 1px solid #2a2d28;
}
#hp-news .article {
  padding-bottom: 40px;
}
#hp-news .article:not(:first-child) {
  padding-top: 40px;
}
#hp-news .article:not(:last-child) {
  border-bottom: 1px solid #4d748a;
}
#hp-news .article img {
  float: left;
}
#hp-news .article .article-info {
  margin-left: 220px;
}
#hp-news .article .article-info h3 {
  margin-top: 0px;
}
#hp-news .article .article-info h3 a {
  text-decoration: none;
  color: #2a2d28;
  font-weight: 600;
}
#hp-news .article .article-info h3 a:hover {
  text-decoration: underline;
}
#hp-news .article .article-info a.button.borderless:hover {
  background-color: #3b5869;
}
@media (max-width: 580px) {
  #hp-news .article img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #hp-news .article .article-info {
    margin-top: 20px;
    margin-left: 0px;
  }
  #hp-news .article .article-info .button {
    float: right;
  }
}
@media (max-width: 580px) {
  #hp-news {
    padding: 25px 0px 0px;
  }
}
#content .container {
  padding: 50px 0;
}
#content ul,
#content ol {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #535353;
  margin-bottom: 20px;
}
#content ul p,
#content ol p {
  margin-bottom: 0px;
}
#content ul {
  list-style: disc;
}
#content ul ul {
  margin-bottom: 0px;
}
#content .gallery .gallery-images {
  padding-left: 0px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  margin: 20px 0 0 -3%;
}
#content .gallery .gallery-images li {
  background: none;
  display: inline-block;
  width: 22%;
  margin: 0 0 3% 3%;
  padding-left: 0px;
}
#content .gallery .gallery-images li a {
  display: block;
  background-color: white;
  text-align: center;
}
#content .gallery .gallery-images li a img {
  vertical-align: middle;
  max-height: 161px;
}
@media (max-width: 800px) {
  #content .gallery .gallery-images li {
    width: 30.33%;
  }
}
@media (max-width: 500px) {
  #content .gallery .gallery-images li {
    width: 47%;
  }
}
#content table {
  margin-top: 20px;
}
#content table tr:nth-child(odd) td {
  background-color: #f0f6f9;
}
#content table tr th,
#content table tr td {
  padding: 8px 25px;
  text-align: left;
  border-right: 1px solid #4d748a;
}
#content table tr th {
  background-color: #4d748a;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}
#content table tr td {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  border-bottom: 1px solid #4d748a;
}
#content table tr td:first-child {
  border-left: 1px solid #4d748a;
}
@media (max-width: 580px) {
  #content table {
    width: 100% !important;
    float: none !important;
    overflow-x: auto;
    display: block;
  }
}
#content .message {
  min-height: 57px;
  padding: 15px;
  margin-top: -30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 57px;
}
#content .message i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 38px;
  padding-right: 10px;
}
#content .message span {
  vertical-align: middle;
}
#content .message.error {
  color: #711111;
  background-color: #de8989;
}
#content .message.error i {
  background: url("../images/web/error.png") no-repeat;
}
#content .message.success {
  color: #187111;
  background-color: #b1d398;
}
#content .message.success i {
  background: url("../images/web/success.png") no-repeat;
}
#content .contact-container .contact-line {
  margin-bottom: 30px;
  text-align: center;
}
#content .contact-container .contact-line .contact-col {
  float: left;
  width: 33%;
}
@media (max-width: 800px) {
  #content .contact-container .contact-line .contact-col {
    float: none;
    width: 100%;
  }
}
#content .contact-container .contact-line.addresses {
  font-size: 14px;
  line-height: 23px;
  color: #333;
}
#content .contact-container .contact-line.addresses .contact-col {
  box-sizing: border-box;
  height: 120px;
}
#content .contact-container .contact-line.addresses .contact-col.border {
  border-right: 1px solid #dde4e8;
}
@media (max-width: 800px) {
  #content .contact-container .contact-line.addresses .contact-col.border {
    border: none;
  }
}
#content .contact-container .contact-line.contacts {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #4d748a;
}
#content .contact-container .contact-line.contacts .contact-col img,
#content .contact-container .contact-line.contacts .contact-col span {
  vertical-align: middle;
}
#content .contact-container .contact-line.contacts .contact-col span {
  padding-left: 10px;
}
@media (max-width: 800px) {
  #content .contact-container .contact-line.contacts .contact-col {
    margin-bottom: 10px;
  }
}
#content #contact-hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #4d748a;
}
#contact-form {
  min-height: 364px;
  background: url("../images/web/contactbg.png") center no-repeat;
}
#contact-form h2 {
  font-size: 36px;
  font-weight: 300;
  color: white;
  margin-top: -50px;
  padding-top: 35px;
  padding-bottom: 15px;
}
#contact-form form label {
  display: block;
  padding-left: 5px;
  margin-bottom: 3px;
  color: #dde4e8;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
#contact-form form input[type="text"],
#contact-form form input[type="email"],
#contact-form form input[type="tel"] {
  display: block;
  width: 250px;
  height: 35px;
  padding: 0 5px;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  border: none;
  background: white none;
  border-radius: 0px;
  box-sizing: border-box;
}
#contact-form form .textarea-block {
  float: right;
}
#contact-form form .textarea-block textarea {
  display: block;
  width: 550px;
  height: 170px;
  position: relative;
  resize: none;
  color: #4d748a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  border: none;
  background: white none;
  border-radius: 0px;
  box-sizing: border-box;
}
#contact-form form .submit-block {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}
#contact-form form .submit-block input {
  cursor: pointer;
}
@media (max-width: 1140px) {
  #contact-form form .textarea-block {
    float: none;
    margin: -10px auto 20px auto;
    width: 550px;
  }
}
@media (max-width: 580px) {
  #contact-form form input[type="text"],
  #contact-form form input[type="email"],
  #contact-form form input[type="tel"] {
    width: 100%;
  }
  #contact-form form .textarea-block {
    width: 100%;
  }
  #contact-form form .textarea-block textarea {
    width: 100%;
  }
}
#contact-form .contact-form-table {
  float: left;
  width: 550px;
  margin-bottom: 10px;
}
#contact-form .contact-form-table th,
#contact-form .contact-form-table td {
  padding-bottom: 4px;
}
#contact-form .contact-form-table th {
  padding-right: 40px;
}
@media (max-width: 1140px) {
  #contact-form .contact-form-table {
    float: none;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 580px) {
  #contact-form .contact-form-table {
    width: 100%;
  }
  #contact-form .contact-form-table tr,
  #contact-form .contact-form-table th,
  #contact-form .contact-form-table td {
    display: block;
    padding: 0 !important;
  }
  #contact-form .contact-form-table th,
  #contact-form .contact-form-table td {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1140px) {
  #contact-form {
    background: #4d748a;
  }
  #contact-form h2 {
    margin-top: 0px;
    line-height: 36px;
    text-align: center;
  }
}
.map-canvas {
  width: 100%;
  height: 300px;
}
#bottom {
  overflow: auto;
}
#bottom #contacts {
  float: left;
  width: 570px;
  height: 268px;
  border-left: 1px solid #dde4e8;
  border-right: 1px solid #dde4e8;
  box-sizing: border-box;
  padding: 45px 25px 45px 50px;
}
#bottom #contacts h2 {
  color: #2a2d28;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 25px;
}
#bottom #contacts .left,
#bottom #contacts .right {
  width: 50%;
  box-sizing: border-box;
}
#bottom #contacts .left {
  border-right: 1px solid #dde4e8;
  line-height: 34px;
}
#bottom #contacts .right {
  padding-left: 50px;
}
#bottom #contacts .right .contact-line {
  position: relative;
  padding-bottom: 5px;
  line-height: 30px;
}
#bottom #contacts .right .contact-line img,
#bottom #contacts .right .contact-line span {
  vertical-align: middle;
}
#bottom #contacts .right .contact-line span {
  left: 35px;
  position: absolute;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #4d748a;
}
@media (max-width: 1140px) {
  #bottom #contacts {
    float: none;
    width: 100%;
    padding-right: 50px;
    border-bottom: 1px solid #dde4e8;
  }
}
@media (max-width: 580px) {
  #bottom #contacts {
    height: auto;
    text-align: center;
  }
  #bottom #contacts .left,
  #bottom #contacts .right {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  #bottom #contacts .left {
    border: none;
  }
  #bottom #contacts .right {
    margin-top: 20px;
    padding-left: 0px;
  }
  #bottom #contacts .right .contact-line span {
    position: static;
  }
}
#bottom #facebook,
#bottom #aukro {
  float: left;
  width: 285px;
  height: 268px;
  padding: 40px 10px 0px;
  border-right: 1px solid #dde4e8;
  text-align: center;
  box-sizing: border-box;
}
#centercontacts {
  float: left;
  width: 285px;
  height: 268px;
  padding: 40px 10px 0px;
  text-align: center;
  box-sizing: border-box;
}
#bottom #facebook p,
#bottom #aukro p {
  padding: 0 55px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
#bottom #facebook img,
#bottom #aukro img {
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  #bottom #facebook,
  #bottom #aukro {
    width: 50%;
  }
  #centercontacts {
    display: none;
  }
}
@media (max-width: 580px) {
  #bottom #facebook,
  #bottom #aukro {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  #centercontacts {
    display: none;
  }
}
#bottom #facebook a.white {
  color: #3b5997;
}
#bottom #facebook a.white:hover {
  background-color: #f1f4fa;
}
@media (max-width: 1140px) {
  #bottom #facebook {
    border-left: 1px solid #dde4e8;
  }
}
#bottom #aukro a.white {
  color: #ff5a00;
}
#bottom #aukro a.white:hover {
  background-color: #ffeee5;
}
@media (max-width: 580px) {
  #bottom #aukro {
    float: none;
    width: 100%;
    border-top: 1px solid #dde4e8;
    border-left: 1px solid #dde4e8;
  }
}
#footer {
  background-color: #4d748a;
  height: 50px;
  color: #dde4e8;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
}
#footer a {
  color: #dde4e8;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
@media (max-width: 1140px) {
  #footer {
    height: auto;
    padding-bottom: 15px;
  }
  #footer .left,
  #footer .right {
    display: block;
    float: none;
    text-align: center;
  }
}
#elk {
  position: fixed;
  left: -70px;
}
@media (max-width: 1320px) {
  #elk {
    display: none;
  }
}
