/*colors*/
/*aling-plava #164194
svetlo-plava #3fa9f5
tamnija-plava #10316f*/

/*===============================================================/
        OVERAL
================================================================*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 430px;
  font-family: 'Montserrat', sans-serif;
}
.content{
  margin-top: 110px;
}
.content .download-page h1,
.content .about h1,
.content h1 {
  color: #3fa9f5;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb-full {
  background-color: #164194;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.breadcrumb li > a,
.breadcrumb h3 {
  color: #164194;
}

.breadcrumb-full h3 {
  color: #fff;
}

.flex-row .thumbnail,
.flex-row .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-text {
    flex-grow: 1;
}
.flex-row img {
    width: 100%;
}

.row-margin{
  padding: 30px 0;
}
.home{
    margin-top: 110px;
}
/*===============================================================/
        TYPING
================================================================*/

.text-blue-light {
  color: #3fa9f5;
}
.text-aling{
  color: #164194;
}

.text-gray {
  color: #6f6f6f;;
}
/*===============================================================/
        BUTTONS
================================================================*/
.btn {
  padding: 8px 16px;
}
.btn-default{
  border-radius: 0;
  background: #fff;
}

.btn-primary {
  border-radius: 0;
  background-color: #164194;
}

/*===============================================================/
        FORMS
================================================================*/
.form-control {
    font-size: 1.2em;
    border-radius: 0;
    height: 45px;
  }

/*===============================================================/
        NAVBAR
================================================================*/
.navbar {
  padding: 0 8em;
  margin-bottom: 0;
  background: #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0);
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0);

}

.navbar-brand {
    line-height: 100px;
}

/* first level */
.navbar-nav > li {
    width: auto;
    margin-left: 50px;
    text-align: right;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  text-align: right;
  font-size: 20px;
  color: #164194 !important;
  background-color: transparent !important;
}
.navbar-nav > li:hover > a{
  /*border-bottom: 3px solid #3fa9f5;*/
  color: #3fa9f5 !important;
}

.navbar-nav > li.active > a{
  color: #3fa9f5 !important;
  background-color: transparent !important;
}

/* second level */
.navbar-nav ul > li > ul > li{
    min-width: 160px;
    text-align: left;
    text-decoration: none;
    list-style: none;
}


/*language button*/
.dropdown-menu .btn-lng > li{
  display: block;
}
.btn-lng{
    color: #3fa9f5;
    width: 89px;
    border-radius: 50px;
    padding: 10px 12px;
    background: #fff;
}
.btn-lng:focus,
.btn-lng:active,
.btn-lng:hover {
    color: #3fa9f5 !important;
    border-color: inherit !important;
    background: #fff !important;
}
.dropdown-menu.dropdown-btn-lng li{
  display: block;
  text-align: center;
}
/*end language button*/

/*search icon*/
.search-form{
  position: relative;
  top:10px;
  right: 10px;
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
 }

.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
  height: 40px;
  line-height: 40px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #3596e0;
  transition: all 0.35s, border-radius 0s;
}
.search-form .form-group a > span.form-control-feedback {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 20px;
}
/*end search icon*/

/*===============================================================/
        END NAVBAR
================================================================*/

/*===============================================================/
        SLIDER
================================================================*/
#slideshow {
  margin-top: 0px;
}

.carousel-indicators {
    bottom: 20px;
}
.carousel-control.right {
    background-image: none;

  }
.carousel-control.left {
background-image: none;
}
/*===============================================================/
        END SLIDER
================================================================*/

/*===============================================================/
        TOP CATEGORIES
================================================================*/
.category-heading{
  color: #3fa9f5;
  margin-bottom: 25px;
}
.category-description{
  font-size: 18px;
  line-height: 35px;
}

.top-categories .row > [class*='col-']{
  padding: 0 0;
}


.top-categories .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    border: 0px solid #ddd;
    border-radius: 0;
}
.top-categories .thumbnail.thumbnail-empty:after  {
  opacity: 1;
  background: #164194;
  font-size: 14px;
}


.top-categories .thumbnail:after{
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #164194;
    opacity: 0.7;
}

.top-categories .thumbnail:hover:after{
  opacity: 1;
  background: #164194;
}

.top-categories .thumbnail img.img-responsive{
  height: 480px;
  width:100%;
}
.thumbnail-text-overlay {
    z-index: 11;
    font-size: 32px;
    color: white;
    position: absolute;
}
.thumbnail-text-overlay-col-1 {
    z-index: 11;
    font-size: 20px;
    color: white;
    position: absolute;
    text-align: left;
    padding: 3em;
}

.thumbnail-text-overlay-col-2 {
    z-index: 11;
    font-size: 24px;
    color: white;
    position: absolute;
    text-align: left;
    padding: 5em;
}

.blue-container{
  justify-content: center;
  background-color: #164194;
  padding: 5em !important;
}
.blue-container p{
  color: white;
  font-size: 24px;
  line-height: 48px;
}
/*===============================================================/
        END TOP CATEGORIES
================================================================*/

/*===============================================================/
        TOP PRODUCTS
================================================================*/
.thumbnails-container .container-fluid-padding {
  padding: 0 5%;
}

.thumbnails-container .container-small {
  padding: 0 10%;
}

.thumbnails-container .thumbnail {
  border: 0px;
  border-radius: 0;
  background-color: #fafafa;
  padding: 40px;
  display: flex;
  align-items: center;
}
.thumbnails-container .caption {
  width: 100%
}

.thumbnails-container .thumbnail img{
    width: 80%;
    height: auto;
    display: block;
}
.thumbnails-container .thumb:hover,
.thumbnails-container .thumbnail:hover {
  /*cursor: pointer;*/
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);
  -moz-box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);
  box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.thumbnails-container .thumb {
  border: 1px solid #efeeee;
  border-radius: 0;
  background-color: #fff;
}

.thumbnails-container .thumb h4 {
  color:#164194;
}

.thumbnails-container .thumb:hover h4 {
  color:#164194;
}

.product-name{
  font-size: 20px;
  display: flex;
    justify-content: center;
    align-items: center;
  /*white-space: normal;*/
}
.wrap-btn-product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-btn-product .btn-product{
  width: 220px;
}
.btn-product {
  border-radius: 35px;
  color: #164194;
  border-color: #164194;
  padding: 20px 0;
  width: 80%;
}

.btn-product:hover {
  border-radius: 35px;
  color: #fff;
  background-color: #3fa9f5;
  border-color: #3fa9f5;
}

.products-cover{
  position: relative;
}

.overlay-container {
    position: absolute;
    bottom: 15%;
    right: 5%;
    text-align: left;
    width: 25%;
    padding-right: 3%;
}
/*===============================================================/
        END TOP PRODUCTS
================================================================*/

/*===============================================================/
        PRODUCT DETAIL
================================================================*/
.about-text .panel,
#product-description .panel {
  border: 0;
  border-radius:  0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);
  -moz-box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);
  box-shadow: 0px 0px 10px 5px rgba(191,191,191,0.65);
}
.about-text p{
  color: #6f6f6f;
  font-size: 18px;

}

.product-colors > div {
  width:auto;
  padding-right: 0;
}
.product-colors img {
  height: 35px;
  width: 35px;
}
.product-colors span {
  line-height: 35px;
}
.product-thumbnails  a {
  border-radius: 0;
}
#product-description h1,
#product-description h2,
#product-description h3,
#product-description h4,
#product-description h5 {
  color: #164194;
}
#product-description ul {
  list-style: none;
}
#product-description ul > li{
  color: #6f6f6f;
  font-size: 18px;
  line-height: 26px;
}
#product-description label{
  color: #6f6f6f;

}

/*===============================================================/
        END PRODUCT DETAIL
================================================================*/


/*===============================================================/
        FOOTER
================================================================*/
#footer{
  border-top: 1px solid #efefef;
}
.footer {
  height: 427px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer p {
  margin: 0 0 5px;
  line-height: 30px;
  font-size: 16px;
  color: #6f6f6f
}
.footer .p-address {
  color: black;
}
.footer .p-heading {
  margin-bottom: 10px;
  color: #164194;
  font-size: 18px;
}
.footer .container-fluid {
  padding: 0 5em;
}
.footer .first {
  padding: 0 5% 0 5%;
}
.footer hr{
  margin-bottom: 0;
}
.footer .copyright{
  height: 50px;
  line-height: 50px;
}
.footer .social-holder {
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    padding: 5px;
    margin-right: 20px;
    margin-top: 20px;
}
.footer .social-img {
    height: 40px;
    width: 40px;
    padding: 10px;
}

.footer img{
  height: 20px;
}
.footer-link{
  color: #6f6f6f;
}
.footer-logo {
  height: 40px;
}
/*===============================================================/
        END FOOTER
================================================================*/

/*===============================================================/
        DOWNLOADS
================================================================*/
.download-page h1{
  color: #164194;
}
.download-page .download {
  padding: 5px;
  margin: 20px auto;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  color: #363636;
  white-space: normal;
}
.download-page .category-name{
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  color: #164194;
}
.download-page  .vertical {
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
  height: 90px;
}

.img-download {
  background-image: url('../images/catalog-fallback.jpg');
  background-image: url('../images/aling-logo-new.png');
  background-repeat: no-repeat;
  background-size: contain;

}
/*===============================================================/
        END DOWNLOADS
================================================================*/

/*===============================================================/
        NEWS
================================================================*/
.news-container .panel-body p > span,
.news-container .panel-body p {
  font-size: 16px !important;
}
.news-container .panel {
  border-radius: 0;
}

.news-container .panel-heading {
  color: #164194;
  background-color: #fff;
}
/*===============================================================/
        END NEWS
================================================================*/

/*===============================================================/
        ABOUT
================================================================*/
.about h1 {
  text-align: center;
  margin-bottom: 1em;
  color: #164194;
}

.about ul > li,
.about p {
  color: #6f6f6f;
  font-size: 18px;
}

.saler {
  width: 550px;
  /*height: 130px;*/
  border: 1px solid black;
  padding: 10px;
  margin-left: 2px;
  margin-right: 5rem;
  margin-bottom: 4rem;
}

/*===============================================================/
        FOR SCREENS LARGER THAN 768px (navbar)
================================================================*/
@media only screen and (min-width : 768px) {
  .flex-row.row {
     display: flex;
     flex-wrap: wrap;
   }
   .flex-row.row > [class*='col-'] {
     display: flex;
     flex-direction: column;
   }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }

  .navbar-brand img {
    height: 40px;
  }

  .nav > li.open .dropdown-menu {
      display:flex;
      width: 100%;
      left:0;
      right:0;
      padding: 2em 0;
      opacity: 0.9;
      justify-content: center;
    }
  .nav > li.open {
      position: static;
  }
  .nav > li.dropdown:active >a{ pointer-events: none;}
  .dropdown-menu > li {
    display: table-cell;
    text-align: left;
    width: auto;
    margin: 0 25px;
  }
  .dropdown-menu > li > a {
      font-weight: 600;
      color: #164194;
      font-size: 16px;
  }

  .dropdown-menu > li > a:hover {
    color: #3fa9f5;
    background: transparent;
  }

  .dropdown-submenu a::after{
    display: none;
  }
  .dropdown-submenu ul > li{

    font-size: 16px;
  }
  .dropdown-submenu ul > li > a{
    color: black;
    font-size: 16px;
  }
}
/*===============================================================/
      END  FOR SCREENS LARGER THAN 768px
================================================================*/

/*===============================================================/
      MEDIA 1200-1600
================================================================*/
@media only screen and (min-width : 1200px) and (max-width: 1600px) {
  .navbar{
      padding: 0 2em;
    }
    .navbar-nav > li {
      margin-left: 10px;
    }
    .navbar-nav > li > a {
      font-size: 20px;
    }
    .dropdown-menu > li{
      margin: 0 10px;
    }
    .dropdown-menu > li > a{
      font-size: 16px;
    }

    .overlay-container {
      right: 0;
    }

    .top-categories .thumbnail img.img-responsive{
      height: 380px;
    }
}

/*===============================================================/
      MEDIA 992-1200
================================================================*/
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    .navbar{
      padding: 0 20px;
    }
    .navbar-brand img {
      height:30px;
    }
    .navbar-header {
      float: left;
      width: 0;
    }

    .navbar-nav > li {
      margin-left: 10px;
    }
    .navbar-nav > li > a {
      font-size: 16px;
    }

    .dropdown-menu > li{
      margin: 0 5px;
    }
    .dropdown-menu > li > a{
      font-size: 14px;
    }
  .thumbnails-container .thumbnail {
     padding: 10px;
    }
    .top-categories .thumbnail img.img-responsive{
      height: auto;
    }

  .product-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .overlay-container {
    right: 0;
  }
  .products-cover .category-description{
    font-size: 14px;
  }

  .btn-product {
    width: 100%;
  }

  .blue-container{
      padding: 3em !important;
    }
    .blue-container p{
      color: white;
      font-size: 18px;
      line-height: 32px;
    }
}


/*===============================================================/
      MEDIA 768-992
================================================================*/
@media only screen and (min-width : 768px) and (max-width : 992px) {
  .navbar {
    padding: 0 20px;
  }
  .navbar-brand img {
    height: 30px;
  }

  .navbar-brand {
    line-height: 20px;
  }

  .navbar-nav > li > a,
  .navbar-nav > li {
    text-align: center;
  }
  .thumbnails-container .caption {
    width: 100%;
  }
  .thumbnails-container .thumbnail {
    padding: 10px;
  }
  .product-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .btn-product {
    width: 80%;
  }
  .blue-container{
    padding: 2em !important;
  }
  .blue-container p{
    color: white;
    font-size: 14px;
    line-height: 28px;
  }
}


/*===============================================================/
      MEDIA max 992
================================================================*/
@media only screen and (max-width : 992px) {
  .home {
    margin-top: 60px;
  }
  .navbar-top {
    display: none;
  }
  .top-categories .thumbnail img.img-responsive{
      height: auto;
    }
  .overlay-container {
    right: 0;
  }
  .products-cover .category-description{
    font-size: 12px;
    line-height: 20px;
  }
}

/*===============================================================/
      MEDIA max 768  (Small Devices, Tablets)
================================================================*/
@media only screen and (max-width : 768px) {

  .content{
    margin-top:60px
  }
  .navbar {
    padding: 0;
  }
  .navbar-collapse {
    height: auto !important;
  }
  .row .navbar-top {
    display: none;
  }
  .navbar-header {
    width: 95%;
  }
  .navbar-brand{
    line-height: 25px;
    padding: 15px;
  }
  .navbar-brand img {
    height: 25px;
    max-width: 220px;
  }

  .navbar-nav > li > a,
  .navbar-nav > li {
    text-align: center;
  }

  .navbar-nav > li{
    margin-left: 0;

  }
  .navbar-nav ul > li > ul > li{
      min-width: 100%;
      text-align: center;
      font-size: 12px;
  }
  .dropdown-menu > li > a {
      font-weight: 600;
      color: #164194 !important;
      font-size: 14px;
  }

  .dropdown-submenu a::after{
    display: none;
  }

  .thumbnail {
    padding: 4px;
  }
  .thumbnail p {
    font-size: 12px;
  }

  .wrap-btn-product .btn-product{
    font-size: 12px;
  }
  .blue-container {
   display: none !important;
  }
  .products-cover{
    display: none;
  }

  .thumbnails-container .thumbnail {
     padding: 0;
  }

  .top-categories .thumbnail img.img-responsive {
    height: auto;
  }
  .footer .container-fluid{
    padding: 0 2em;
  }
  .footer .social{
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .social-holder {
    margin-right: 10px;
  }
  .footer .social-img {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
  .footer-logo {
    height: auto;
  }

  .download .download-text {
    display: none;
  }
  #product-description ul > li{
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
}
}


/*===============================================================/
      MEDIA max 480  (Extra Small Devices)
================================================================*/
@media only screen and (max-width : 480px) {
  .thumbnail-text-overlay{ max-width: 240px; }
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  margin-left: 240px;

  margin-top: 200px;

  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
 @media (min-width: 992px) {
  .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    margin-left: 390px;

    margin-top: 200px;

    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-parent {
  display: none;
  position: absolute;
  opacity:0.5;
  background: black;
  z-index: 1;
  width: 100%;
  height:100%;
}

.grecaptcha-badge {
    visibility: hidden !important;
}
