/* ------- */
/* General */
/* ------- */

html,
body {
	margin:0;
	padding:0;
	height:100%;
    /* Font */
	font-family: sans-serif;
    color: #000;
	font-size: 16px;
}

/* Links */
a:hover {
    text-decoration: none;
}

/* Containers */
.wrapper {
    width: 100%;
	min-height:100%;
	position:relative;
}

.fixed_maxwidth {
    max-width: 1170px;
    margin: 0 auto;
    /* float: none; */
    /* overflow: hidden; */
    display: block;
}

.naslov5 {
    color: #4d4d4d;
    /* padding-top: 15px; */
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 23px;
}
.mvc1 {
    padding-top: 32px;
    text-align: center;
}


.padding-prod-cont{
	    padding-top: 150px;
}
.align-img{
	text-align: -webkit-center;
}

/*======================================================
                          Navbar
  ======================================================*/
#navbar {
  background: white;
  color: rgb(13, 26, 38);
  position: fixed;
  top: 0;
  height: 100px;
  line-height: 60px;
  width: 100vw;
  z-index: 10;
	padding-top: 20px
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 70%;
} @media(max-width: 768px) {
    .nav-wrapper {
      width: 90%;
    }
  } @media(max-width: 638px) {
      .nav-wrapper {
        width: 100%;
      }
    } 


.logo {
  float: left;
  margin-left: 28px;
  font-size: 1.5em;
  height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
} @media(max-width: 768px) {
    .logo {
/*       margin-left: 5px; */
    }
  }

#navbar ul {
  display: inline-block;
  float: right;
  list-style: none;
  /* margin-right: 14px; */
  margin-top: -2px;
  text-align: right;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
} @media(max-width: 640px) {
    #navbar ul {
      display: none;
    }
  } @media(orientation: landscape) {
      #navbar ul {
        display: inline-block;
      }
    }

#navbar li {
  display: inline-block;
}

#navbar li a {
  color: rgb(13, 26, 38);
  display: block;
  font-size: 0.7em;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#navbar li a:hover {
  /* border-bottom: 1px solid rgb(28, 121, 184); */
  color: rgb(237, 28, 36);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

/* Animated Bottom Line */
#navbar li a:before, #navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  background: rgb(13, 26, 38);
  right: 0;
  /* transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); */
}

#navbar li a:hover:before {
  background: rgb(13, 26, 38);
  width: 100%;
  transition: width 0.5s cubic-bezier((0.22, 0.61, 0.36, 1));
}

#navbar li a:hover:after {
  background: transparent;
  width: 100%;
  /* transition: 0s; */
}


.contact {
  padding-bottom: 0px; }
  .contact .con-wrap {
    background: white;
    color: #000000;
    padding: 60px 0; }
    .contact .con-wrap h1, .contact .con-wrap h2, .contact .con-wrap h3, .contact .con-wrap h4 {
      color: #000000; }
    .contact .con-wrap p {
      color: #000000; }
    .contact .con-wrap i {
		color: #959595;
    font-size: 17px;
    margin-right: 22px;
    margin-bottom: 15px;
}
    .contact .con-wrap h3 {
      margin-top: 0px;
      text-transform: uppercase;
      font-size: 16px; }
    .contact .con-wrap li {
      font-family: "Lato", sans-serif; }
    .contact .con-wrap textarea, .contact .con-wrap input {
      width: 100%;
      border: 1px solid #000000;
      padding: 10px; }
    .contact .con-wrap textarea {
      margin-bottom: 10px;
      height: 160px; }
    .contact .con-wrap .btn {
      float: right; }
  .contact .item {
    margin-bottom: 20px; }
  .contact .sec-header {
    margin-bottom: 30px; }
  .contact input {
    margin-bottom: 15px; }

.container-products {
  position: relative;
}

.image-products {
  display: block;
  width: 100%;
  height: auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ed1c24;
}
.product-lm-button{
	background-color: #fff;
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    color: #ed1c24;
    border: 1px solid #fff;
}
.product-inside-title{
	    color: #ed1c24;
    font-size: 25px;
}
.product-inside-price{
	font-size: 19px;
    color: #000c;
    margin-bottom: 25px;
}
.product-subtitle{
	    font-size: 18px;
    color: #ed1c24;
    font-style: italic;
}
.product-txt{
    font-size: 14px;
    color: #333;
}
.product-info-bottom{
	    font-size: 15px;
    line-height: 0.2;
    color: #000;
}
.container-products:hover .overlay {
  opacity: 1;
}



.text {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.prod-out-title{
	    border-bottom: 2px solid #0000002b;
    line-height: 3;
	text-align: center;
}


.padding-prod-cont2 {
    padding-top: 107px;
}
.section3 {
    padding: 100px 0px 0px 0px;
}
.padd-prod-preview{
	padding-bottom: 25px;
}
.pad-7{
	padding-top: 50px;
	
}


/*footer*/
.site-footer
{
    background-color: #000;
    padding: 45px 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #969696;
	border-bottom: 7px solid;
   border-image: linear-gradient(to right, rgb(189, 3, 8), rgb(252, 3, 0));
    border-image-slice: 1;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#ff000a;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none;
}
.footer-links li
{
  display:block;
}
.footer-links a
{
   color: #969696;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#00f3ae;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.instagram:hover
{
  background-color:#ed0051
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.blog .crd-info .date {
    margin-left: 0px;
    color: #000000;
    font-size: 15px;
}
a {
    color: #ed1b24;
    text-decoration: none;
}
a:focus, a:hover {
    color: #6e767d;
    text-decoration: none;
}
.blog h3 {
    margin: 0px;
}
h3 {
    font-size: 24px;
}
p, h1, h2, h3 {
    line-height: 1.5;
}
p {
    font-family: "Lato", sans-serif;
	color: #39444e;
}
  .sec-header h2 {
    margin: 10px 0 10px;
    font-size: 48px;
    line-height: 1.1; 
	  padding-top: 40px;

}

section {
  padding: 38px 0px 90px 0px; }
  section h2 {
    text-align: center;
    padding: 0px 0px 0px;
    text-transform: uppercase; }
  section .sec-header .sub-title {
    text-align: center; }

section.no-padding {
  padding: 0px; }

section.alt {
  background: #000;
  color: #FFFFFF; }
  section.alt i, section.alt p, section.alt h1, section.alt h2, section.alt h3, section.alt h4, section.alt h3.sub-title {
    color: #FFFFFF; }
  section.alt .sep {
    background: #FFFFFF; }

.sec-header {
  text-align: center;
  margin-bottom: 80px; }
  .sec-header i {
    color: #000000; }
  .sec-header h2 {
    margin: 10px 0 10px;
    font-size: 48px;
    line-height: 1.1; }
  .sec-header h3.sub-title {
    font-size: 16px;
    color: #959595;
    text-transform: uppercase;
    margin-top: 0px; }
  .sec-header .sep {
    height: 1px;
    margin: 0 auto 10px;
    display: block;
    width: 150px;
    background: #000000; }

.icon_phone:before {
    content: "\e090";
}
.hn{
	text-align: center;
    font-weight: 300;
    font-size: 40px;
    color: #4d4d4d;
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-cont-products{
	padding-top: 150px;
}

/* -------- */
/* Specific */
/* -------- */

/* Content */
.cont {

}


table {
  width:100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;
}
table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: black;
  color: white;
}

/* ----------- */
/* Breakpoints */
/* ----------- */

/* Phones and tablets */
@media (max-width: 991px) {
  /* Space from the device edges */
  .fixed_maxwidth {
      padding: 0px 25px;
  }
  /* Show only on small devices */
  .mobile {
      display: block;
  }
  /* Show only on large devices */
  .non-mobile {
      display: none;
  }
}

/* PCs */
@media (min-width: 992px) {
	.ppppp{
	padding-left: 100px;
    padding-right: 100px;
}
  /* Show only on small devices */
  .mobile {
      display: none;
  }
  /* Show only on large devices */
  .non-mobile {
      display: block;
  }
	.padd-slider{
	padding-top: 80px;
}
}


/* Up to tablets */
@media (max-width: 767px) {
	.carousel-indicators {
   
    bottom: -36px;
}
.logo {
    float: left;
    margin-left: 10px;
    font-size: 1.5em;
    height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
}

/* Up to landscape tablets */
@media (max-width: 991px) {

}

/* Up to PCs */
@media (max-width: 1199px) {
.carousel-indicators {
    bottom: -50px;
}
}

/* Portrait mobiles */
@media (max-width: 479px) {

}

/* Landscape mobiles */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Portrait tablets */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape tablets */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* PCs */
@media (min-width: 1200px) {
.modal-lg {
    width: 1150px;
}
}
