body {
  font-family: "Open Sans", sans-serif; }

h3, h4 {
  text-transform: uppercase; }

h6 {
  font-size: 17px; }

body {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background: #fff; }

img {
  max-width: 100%; }

a {
  color: #d91111;
  outline: none;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: none; }

p {
  color: #333;
  font-size: 16px;
  line-height: 1.4; }

h1 {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 48px; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 44px; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 30px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px; } }

h4 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-top: 15px; }

.title h3 {
  color: #333;
  font-size: 42px;
  font-weight: 700; }

.title-small {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 10px; }

.title p {
  color: #333;
  font-weight: 300;
  font-size: 20px;
  padding: 0 140px 10px 140px; }
  @media screen and (max-width: 768px) {
    .title p {
      padding: 0 30px 30px 30px; } }

h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding: 10px 0 0 10px;
  text-shadow: 1px 1px 10px #000; }

.btn {
  font-size: 16px;
  border-radius: 0px;
  border: none;
  border-radius: 0;
  color: #fff;
  position: relative; }

.btn:hover {
  color: #fff; }

.btn-lg {
  padding: 10px 15px; }

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  transition: all 0.25s ease 0s; }

.btn.btn-lg:before,
.btn.btn-lg:after {
  width: 20px;
  height: 20px; }

.btn:before {
  top: -5px;
  right: -5px; }

.btn:after {
  bottom: -5px;
  left: -5px; }

.btn:hover:before,
.btn:hover:after {
  width: 100%;
  height: 100%; }

.btn.red {
  margin: 10px 0 30px 0;
  background: #d91111; }

.btn.red:before {
  border-top: 2px solid #d91111;
  border-right: 2px solid #d91111; }

.btn.red:after {
  border-bottom: 2px solid #d91111;
  border-left: 2px solid #d91111; }

::-webkit-selection {
  color: #fff;
  background: #d91111; }

::-moz-selection {
  color: #fff;
  background: #d91111; }

::selection {
  color: #fff;
  background: #d91111; }

/**************** navbar********/
@media screen and (min-width: 768px) {
  .navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center; }

  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -80px; } }
.top_bar {
  min-height: 30px;
  background-color: #d91111; }

.social {
  list-style-type: none;
  margin-bottom: 0px;
  float: right;
  padding: 0px; }

.social li {
  float: right;
  padding-top: 8px; }

.social li a {
  padding-left: 15px;
  font-size: 16px;
  color: #fff; }

.top-adj {
  padding-left: 0;
  padding-right: 0; }

.rightc {
  list-style-type: none;
  margin-bottom: 0px;
  float: left;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .rightc {
      display: none; } }

.rightc li {
  font-size: 14px;
  float: left;
  padding-top: 8px;
  color: #fff; }

.rightc .svg-inline--fa.fa-w-16, .rightc .svg-inline--fa.fa-w-12 {
  margin-right: 7px; }

.rightc .svg-inline--fa.fa-w-12 {
  margin-left: 20px; }

.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%; }

.navbar {
  margin-bottom: 0px;
  border-radius: 0px !important; }

.navbar-default {
  background-color: #fff;
  border-color: transparent; }

.navbar-brand img {
  height: 45px; }

.navbar-default .navbar-brand {
  padding: 5px 15px 30px 15px; }

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 17px; }

.dropdown-menu > li > a {
  padding: 3px 15px;
  font-size: 17px;
  border-bottom: solid 1px rgba(204, 204, 204, 0.4); }

@media screen and (min-width: 480px) {
  .dropdown-menu > li:last-child > a {
    border-bottom: none; } }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  font-size: 17px;
  color: #333; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #d91111; }

.navbar-default .navbar-toggle {
  border: 2px solid #d91111; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #d91111; }

.opaque-navbar.opaque {
  background-color: #f2f2f2;
  transition: background-color .5s ease 0s; }

/*****tc-intro start******/
.tc-intro {
  position: relative;
  min-height: 90vh;
  background-image: url(../images/asphalt-1851455_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.intro-text {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 45%; }
  @media screen and (max-width: 991px) {
    .intro-text {
      top: 35%;
      left: 5%;
      width: 75%; } }
  @media screen and (max-width: 768px) {
    .intro-text {
      top: 30%;
      left: 3%;
      width: 60%; } }
  @media screen and (max-width: 480px) {
    .intro-text {
      top: 25%;
      left: 5%;
      width: 90%; } }

/*****tc-intro end******/
/*****o-nama start******/
#o-nama {
  padding: 60px 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 480px) {
    #o-nama img {
      margin-top: 20px; } }

/*****o-nama end******/
/*****areas start******/
.areas-back {
  margin-top: 50px; }

.areas {
  margin-top: 40px;
  padding-bottom: 70px; }

.image-container {
  max-height: 170px; }
  @media only screen and (max-width: 768px) {
    .image-container {
      max-height: auto !important; } }

.series-thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: 0.3s ease-in-out; }

.series-thumb:hover, .car:hover .series-thumb {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.label-container h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .label-container h4 {
      margin-top: 80px; } }

.label-container h4:hover, .car:hover h4 {
  color: #D71634; }

.label-container p {
  font-size: 15px;
  text-align: center; }

.areas .areas-box {
  position: relative;
  overflow: hidden;
  background: #262626;
  text-align: center;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 280px; }

.areas .areas-box img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.6;
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px); }

/*****areas end******/
/*****cta form  start****/
.tc-cta .background {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 0; }

.our-client {
  background-image: url(..//images/seat-leon-2634168_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center; }

.form-cta {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3% 3% 3% 3%;
  width: 40%;
  float: right;
  margin-right: 10px; }
  @media screen and (max-width: 991px) {
    .form-cta {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .form-cta {
      width: 100%;
      float: none;
      margin: 0 auto;
      margin-right: 0px; } }

.estimation-form .form-control {
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none; }

.form-control {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(161, 36, 58, 0.3); }

.form-control:focus {
  border-color: #d91111; }

.estimation-form textarea {
  height: 100px; }

.field {
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (max-width: 768px) {
    .field {
      padding: 2px 30px; } }

.form-cta h4 {
  font-size: 28px; }

/*****tc-cta form end******/
/**** gallery start****/
#gallery {
  padding: 70px 0 60px 0; }

.gallery a {
  position: relative;
  display: block; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 22vh;
  width: 97.2%;
  padding-top: 60px;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 20;
  margin-right: -5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: -10px; }
  @media screen and (max-width: 768px) {
    .overlay {
      width: 84%;
      margin-left: 8%;
      margin-top: -1px; } }

.overlay2 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  height: 28vh;
  width: 98.3%;
  padding-top: 90px;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 20;
  margin-right: -5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: -10px; }
  @media screen and (max-width: 768px) {
    .overlay2 {
      width: 84%;
      margin-left: 8%;
      margin-top: -1px; } }

#gallery a:hover .overlay, #gallery a:hover .overlay2 {
  opacity: 0.8; }

.img-box {
  background-size: cover;
  width: 100%;
  height: 22vh;
  margin: 5px 0;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .img-box {
      width: 85%;
      margin: 0 auto;
      margin-bottom: 15px; } }

.img-box2 {
  background-size: cover;
  width: 100%;
  height: 28vh;
  margin: 5px 0;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .img-box2 {
      width: 85%;
      margin: 0 auto;
      margin-bottom: 15px; } }

.img-space {
  padding-left: 5px;
  padding-right: 5px; }

/**** gallery end****/
/*****tc-partners start******/
.partners {
  padding: 30px 0 40px 0;
  background-color: #d91111;
  text-align: center; }

.partners img {
  height: 110px; }

.partners-title {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700; }

/*****tc-partners end******/
/*****tc-features start******/
.tc-features {
  padding: 60px 0; }

.tc-features .left-col {
  background-image: url(../images/skoda-octavia-3269945_1920.png);
  max-width: 100%;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.tc-features .right-col {
  position: relative;
  padding: 10px 60px 10px 20px;
  margin-right: 20px; }

.tc-features .btn-primary {
  color: #fff;
  background-color: #2d5986;
  border-color: #2d5986; }

.tc-features ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tc-features .svg-inline--fa.fa-w-14 {
  color: #d91111;
  font-size: 18px;
  margin-right: 10px; }

.tc-features a {
  margin-top: 20px !important; }

/*****tc-features end******/
/*****services start******/
.services {
  padding: 60px 0;
  text-align: center;
  background-color: #f2f2f2; }

.services img {
  height: 210px; }

/*****services end******/
/******footer start****/
.footer-wrap {
  padding-top: 40px;
  background-color: #333; }

.footer-wrap h4 {
  color: #d91111;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 0; }

.footer-wrap p {
  font-size: 14px;
  line-height: 20px;
  color: #ccc;
  margin-top: 15px;
  padding-right: 35px; }

.footer-wrap a:hover {
  text-decoration: none;
  color: #d91111; }

.footer-wrap ul {
  list-style: none;
  padding-left: 0; }

.footer-links li a {
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  text-decoration: none; }

.footer-links .svg-inline--fa {
  margin-right: 10px; }

.copyright {
  border-top: 1px solid #5f5f5f;
  font-size: 14px;
  color: #ccc;
  margin-top: 15px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px; }

.info p:hover {
  font-size: 16px; }

.footer-social {
  margin: 20px 0px 0px;
  padding: 0px; }

.footer-social a {
  margin-right: 10px; }

.footer-social .svg-inline--fa {
  color: #d91111;
  width: 26px;
  height: 26px;
  border: 1px solid #d91111;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 12px;
  padding: 5px; }

.footer-box {
  margin-bottom: 15px; }

.footer-social .svg-inline--fa:hover {
  background-color: #d91111;
  color: #fff; }

/*****footer end******/
.tc-header {
  height: 40vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background: rgba(0, 0, 0, 0.5); }

.bg {
  display: block;
  width: 100%;
  position: absolute;
  height: 40vh;
  top: 0;
  left: 0;
  background: url(../images/auto-1634815_1920.jpg) center no-repeat;
  background-size: cover;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1; }

.inner-content {
  position: relative;
  display: block;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%); }

.tc-header h5 {
  font-size: 64px;
  text-shadow: 2px 2px 8px #000; }
  @media screen and (max-width: 480px) {
    .tc-header h5 {
      font-size: 44px; } }

.contact-service .icon {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }

.contact-service .svg-inline--fa {
  font-size: 44px;
  margin-top: 5px;
  color: #d91111; }

.contact-service {
  padding: 70px 0 40px 0; }

.contact-service .image {
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
  border: 3px solid white;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle; }

.contact-service .text {
  margin-top: -45px;
  border: 2px solid #d91111;
  padding: 35px 7px 20px 7px; }

.form-control {
  border-radius: 0px; }

.form-contact {
  border: 2px solid #d91111;
  padding: 20px;
  margin: 60px 0 100px 0; }

.form-title {
  position: absolute;
  font-size: 34px;
  top: -80px;
  color: #d91111;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 250px;
  left: calc(50% - 125px); }

#contact-form {
  position: relative; }

.controls {
  margin-top: 30px;
  padding: 0 20px; }

.controls label {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px; }

.controls input {
  margin-top: 5px; }

.controls textarea {
  margin-top: 5px; }

.contact-service .form-group img {
  margin-top: 5px; }

.form-control:focus {
  border-color: rgba(217, 17, 17, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 17, 17, 0.5); }

.contact-p {
  font-size: 16px;
  color: #000;
  font-weight: 400; }

/*********CONTACT PAGE END*********/
/*********O NAMA******/
.general-page {
  padding: 70px 0; }

.general-page ul {
  padding-left: 0px;
  list-style: none; }

.general-page li {
  display: list-item; }

.feature-list li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 600;
  color: #666; }

@media screen and (max-width: 991px) {
  .general-page img {
    margin-top: 20px; } }

.general-page .svg-inline--fa.fa-w-14 {
  color: #d91111;
  margin-right: 10px;
  font-size: 20px; }

.brend {
  background-color: #f2f2f2;
  padding: 70px 0; }

.about-borders li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  line-height: 1.1em;
  font-size: 15px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .about-borders li {
      padding: 5px 0; } }

.about-borders ul {
  padding-left: 0; }

.about-borders span {
  color: #d91111;
  font-weight: 900;
  margin-right: 5px; }

/*********O NAMA******/
/*****PROIZVOD*******/
.product-detail {
  padding: 70px 0; }

.product-detail .price {
  color: #d91111;
  font-size: 20px;
  margin: 0;
  position: relative;
  padding-top: 20px; }

.quantity .noo-quantity-attr {
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  margin: 0 0px 0 0; }

.quantity .noo-quantity-attr .qty-decrease {
  padding-right: 5px; }

.quantity .noo-quantity-attr button {
  border: 0;
  background: none;
  height: 42px;
  width: auto;
  padding: 0 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  outline: none; }

.quantity .noo-quantity-attr input {
  border: 0;
  background: none;
  height: 40px;
  width: auto;
  text-align: center;
  margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .quantity {
    margin-top: 10px;
    margin-bottom: 5px; } }

.product-detail .btn.red {
  margin: 00px 0 0px 0;
  background: #d91111; }
  @media screen and (max-width: 991px) {
    .product-detail .btn.red {
      float: left !important;
      margin-top: 15px; } }

.product-detail span {
  font-size: 28px; }

.slicni-proizvodi {
  padding: 60px 0;
  background-color: #f2f2f2; }

@media screen and (max-width: 991px) {
  .product-detail img {
    margin-bottom: 25px; } }

/****PROIZVOD******/
/********LISTA PROIZVODA****/
.product-list {
  background-color: #f2f2f2;
  padding: 50px 0; }

.sidebar-list {
  background-color: #fff;
  margin-top: 50px;
  padding: 20px 15px 20px 20px;
  border: 1px solid #e6e6e6; }
  @media screen and (max-width: 480px) {
    .sidebar-list {
      margin: 0px 15px; } }

.sidebar-list label {
  color: #d91111;
  font-size: 20px;
  text-transform: uppercase; }

.sidebar-list select {
  line-height: 37px;
  height: 37px;
  color: #333; }

.sidebar-list input[type="text" i] {
  padding: 5px 5px;
  color: #333; }

.sidebar-list .searchButton {
  line-height: 34px;
  padding: 0px 15px 1px 15px;
  margin-top: 5px; }

.sidebar-list .svg-inline--fa.fa-w-16 {
  color: #d91111;
  font-size: 18px; }

.list-right {
  margin: 50px 0 20px 0; }

.product-box {
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6; }

.box-desc {
  padding-bottom: 15px; }

.product-box .svg-inline--fa.fa-w-18 {
  color: #d91111;
  margin-right: 5px;
  font-size: 24px;
  float: right; }

.product-box h6 {
  color: #d91111;
  font-size: 20px;
  font-weight: 600;
  margin-top: 3px; }

.product-box a {
  color: #666;
  font-size: 16px;
  text-transform: none; }

.pagination {
  display: inline-block;
  margin-bottom: 60px; }

.pagination a {
  color: #d91111;
  background-color: #fff;
  float: left;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #e2e2e2;
  margin: 0 2px 2px 0px; }

.pagination a.active {
  background-color: #d91111;
  color: white;
  border: 1px solid #e2e2e2; }

.pagination a:hover:not(.active) {
  background-color: #f2f2f2; }

/********LISTA PROIZVODA****/
/*****KORPA*******/
.shopping-card {
  padding: 70px 0; }

.btn-danger {
  color: #fff;
  background-color: #d91111;
  border-color: #d91111; }

.cart_item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.shopping-card .btn {
  padding: 8px 15px; }
  @media screen and (max-width: 768px) {
    .shopping-card .btn {
      margin-top: 10px;
      padding: 8px 16px; } }

.mobile-header-cart {
  font-size: 22px;
  color: #d91111;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .mobile-header-cart {
      display: none; } }

.product-remove {
  padding-left: 5px;
  padding-right: 5px; }

.order {
  padding: 30px 0 70px 0; }
  @media screen and (max-width: 768px) {
    .order {
      margin: 0 15px; } }

.order-box {
  border: 1px solid  #e6e6e6;
  padding: 30px 30px 20px 20px; }
  .order-box h3 {
    padding-bottom: 5px;
    font-weight: bold; }
  .order-box p {
    font-size: 18px;
    margin: 0 0 0px;
    line-height: 1.7; }
  .order-box span {
    color: #d91111;
    font-size: 24px;
    float: right;
    font-weight: 600; }
  .order-box .btn {
    margin-top: 25px; }

/*****KORPA*******/
/****** THANK YOU PAGE******/
.thank-you {
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .thank-you {
      padding-top: 60px; } }
  .thank-you h1 {
    color: #333;
    text-transform: none;
    font-size: 50px; }
  .thank-you .svg-inline--fa.fa-w-16 {
    font-size: 100px;
    color: #d91111; }
  .thank-you p {
    font-size: 24px;
    padding: 30px 80px 40px 80px; }
    @media screen and (max-width: 768px) {
      .thank-you p {
        padding: 30px 10px 20px 10px; } }
  .thank-you a {
    color: #d91111; }

/****** THANK YOU PAGE******/

/*# sourceMappingURL=style.css.map */
