﻿/*********************************************************
	Company: Messer, http://shop.messer.ba
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 01-11-2015
	Date (update): 14-01-2018

	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE
	
*********************************************************/

/* @import url(fonts/fonts.css);				 fonts */


::selection {
  background-color: #e30117;
  color: #fff ;
}
::-moz-selection {
  background-color: #e30117;
  color: #fff ;
}
::-o-selection {
  background-color: #e30117;
  color: #fff ;
}
::-ms-selection {
  background-color: #e30117;
  color: #fff ;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #e9edf6;
}
/*
body.home-page {
	display: none;
}
*/

h1,h2,h3,h4,h5,h6 {
	color: #013c88;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

p {
	color: #333333;
}
.text-strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: none;
}
.margin-no { padding: 0; margin: 0; }
.container-fluid {
	width: 100%;
	max-width: 1024px;
	padding: 0 15px;
	margin: 0 auto;
}

.red-btn { color: #e30117; }
.blue-btn { color: #013c88; }
.black-btn { color: #000; }
.gray-btn { color: #333; }
.green-btn { color: green; }
.yellow-btn { color: #ffd700; }

.label-default {
	background-color: #cccccc
}

.badge { 
	font-size: 11px;
	background-color: #e30117;
	color: #fff;
	border: none;
	border: solid 2px #fff;
	border-radius: 5px;
}
.badge.note { width: 100%; margin-bottom: 5px; font-weight: normal; text-align: left }
.badge.blue { background-color: #013c88; color: #fff; } 
.badge.green { background-color: green; color: #fff; } 
.badge.yellow { background-color: #ffd700; color: #000; } 
.old {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
	color: #e30117;
}
.text-hide .old {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


/****************Button****************/
.cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2em;
    box-sizing: border-box;
    z-index: 999999;
    background-color: #666;
    color: #fff;
    text-align: center;    
}
.cookieNotice p {
	padding: 0; margin: 0;
	color: #fff; font-size: 11px;
}
.cookieNotice a {
	color: #fff; font-weight: bold;
}
.cookieNotice .btn {
    display: inline-block;
    background: #002d73;
    color: #f7f7f7;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px; font-weight: normal;
    border: 0;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}
.cookieNotice .btn.btn-primary {
    background: #e3312a;
}
/****************Button****************/
.button-read-more {
	color: #fff; font-size: 14px; 
	display: table;
	padding: 10px 15px;
	margin: 15px auto 0 auto;
	border: none;
	background: #e30117;
	border-bottom: solid 2px #ba1a16;
	border-radius: 2px;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.button-read-more.btn-lg {
	font-size: 20px; 	
}
.button-read-more:hover {
	color: #fff;
	text-decoration: none;
	background: #013c88;
	border-bottom: solid 2px #999;
}
.button-read-more.blue {
	background: #013c88;
	border-bottom: solid 1px #999;
}
.button-read-more.blue:hover {
	background: #abaeb6;
}
.button-read-more.gray {
	background: #abaeb6;
	border-bottom: solid 1px #999;
}
.button-read-more.gray:hover {
	background: #013c88;
}
button.button-read-more {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 5px 15px; 
}
.button-read-more.float {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 5px 15px; 
}

.button-read-more.arrow-right {
	background-color: transparent;
	background-image: url(../../images/arrow-right-circular.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border: none;
	color: #e30117;
	padding-left: 25px;
	margin-left: 0;
	text-transform: uppercase;
	font-size: 16px; 
}
.button-read-more.arrow-right:hover {
	color: #013c88;
}

.button-read-more.green.arrow-right {
	background-color: transparent;
	background-image: url(../../images/arrow-right-circular-green.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border: none;
	color: #e30117;
	padding-left: 25px;
	margin-left: 0;
	text-transform: uppercase;
	font-size: 16px; 
}
.button-read-more.arrow-right:hover {
	color: #013c88;
}

.button-read-more.left { margin-left: 0; }
.button-read-more.nomargin { margin: 0; }
.button-read-more.limit { max-width: 150px; }

.button-read-more .fa { color: #000; opacity: .5; padding-right: 7px; }


/****************Pagination & scrollbutton****************/
/*location*/
.breadcrumb {
	padding: 0; margin: 0;
	background: transparent;
	border: none;
	font-size: 14px; color: #333;
}
.breadcrumb > li > a { color: #013c88 }
.breadcrumb > li > a:hover { color: #e30117 }

.pagination { margin: 20px auto; }
.pagination > li > a,
.pagination > li > span {
	color: #8a8a8a;
	background-color: #fff;
	border-color: #c3c7cf;
	border-radius: 50%;
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	width: 45px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #013c88;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
  background-color: #013c88;
  border-color: #013c88;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}


.scrollbutton {
  display: none;
  position: fixed;
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
}
.scrollup {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-indent: -9999px;
  bottom: 15px;
  right: 15px;
  background: #fff url(../../images/scrollup.png) 50% 50% no-repeat;
}

.scrollbutton:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/****************Social Share****************/
.social-share {
	position: relative;
}

.social-share .social-wrap p {
	border: none;
	margin: 15px 0;
	padding: 0;
	color: #e30117;
	/*font-family: 'Client Bold';*/
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

.social-share a:before {
	font-family: 'fontawesome';
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #e30117;
	width: 22px;
    height: 22px;
    text-align: center;
    margin-left: 5px;
	border-radius: 50%;
	-ms-border-radius: 50%;

    -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.social-share a:hover:before {
	background-color: #fff;
	color: #e30117;
}

.social-share a.facebook:before {
	content: '\f09a';
}

.social-share a.twitter:before {
	content: '\f099';
}
.social-share a.email:before {
	content: '\f0e0';
}



/****************Slick****************/
.slick-list {
	width: 100%;
	float: left;
	width: 101.6%;
	position: relative;
	left: -10px;
}
.slick-prev,
.slick-next {
	display: none !important;
}

.slick-dots {
	list-style: none;
	padding: 0 10px;
	margin: 0 auto;
	display: table;
	width: auto;
	clear: both;
	background: #fff;
	border-radius: 10px;
}

.slick-dots li {
	float: left;
	padding: 0;
	margin: 15px 5px 0;
}

.slick-dots button {
	background-color: #013c88;
	border: 0;
	border-radius: 50%;
	-ms-border-radius: 50%;
	outline-color: transparent;
	width: 13px;
	height: 13px;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.slick-dots button:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}

.slick-dots li.slick-active button {
	background-color: #e30117;
}


/********************************************************
	1. HEADER
********************************************************/

/****************Header Contact****************/
header {
	height: 234px;
	background-color: #fff;
}


.nav > li > a:focus,
.nav > li > a:hover {
    background-color: inherit;
    outline-color: transparent;
}


.header-contact {
	color: #000;
	height: 59px;
	position: relative;
}

.header-contact .nav {
	position: relative;
	background-color: #f4f6fb;
}

.header-contact .nav li {
	position: relative;
}

.header-contact .nav > li > a {
	height: 59px;	
	text-transform: none;
	border-right: solid 1px #dce2ef;
	color: #6f6f6f; font-size: 14px;
	padding: 18px 30px;
	-webkit-transition: color 200ms ease;
     -moz-transition: color 200ms ease;
       -o-transition: color 200ms ease;
      -ms-transition: color 200ms ease;
          transition: color 200ms ease;
}
.header-contact .nav>li:first-child>a {
	border-left: solid 1px #dce2ef;
}

.header-contact .nav > li.active>a,
.header-contact .nav > li.active>a:hover,
.header-contact .nav > li > a:hover {
	color: #000;
	background-color: #fff; 
}

.head-icon {
	margin-top: 20px;
}
.head-icon a {
	font-size: 14px; line-height: 1.5;
	color: #013c88;
	margin-right: 25px;
	position: relative;
}
.head-icon a.activ,
.head-icon a:hover {
	color: #e30117;	
}
.head-icon i {
	margin-right: 5px;
	font-size: 22px;
}
.head-icon .fa-home {
	font-size: 28px;
	margin-top: -15px;
}
.head-icon .badge { 
	position: absolute; top: -7px; left: 5px;
	display: inline-block;
	/*font-family: Arial, Helvetica, sans-serif;*/
	padding: 2px 4px;
	font-size: 10px;
	background-color: #e30117;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 100%;
}




/****************Navigation****************/
.navbar-inverse {
	border: none; background: transparent;
	background-color: #e9edf6;
	border-bottom: 1px #dce2ef solid;
	margin: 0; padding: 0;
}

.navbar-default {
	background-color: #fff;
	background-image: url(../../images/navbar-bg.png);	
	background-repeat: repeat-x;
	background-position: bottom;
	border-radius: 0px;
	border: none;
	position: relative; z-index: 999;
	width: 100%;
	height: 174px;
}

/*body.modal-open .navbar,
.modal-open .navbar-fixed-top .navbar,
.modal-open .navbar-fixed-bottom .navbar {
  margin-left: -8px;
}*/

.navbar-header {
	display: block;
	width: 100%; height: 114px;
}

/****************Logo****************/
.navbar-brand {
	display: block;
	padding: 0; width: 275px; height: 42px;
	margin: 40px 0 0!important;
	background-color: #fff;
	background-image: url(../../images/header-logo-full.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*background-size:  100% auto;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease; */   
	cursor: pointer;
}
.navbar-brand:hover { background-color: #fff;}
.navbar-brand span {
	display: none;
}

.navbar .navbar-icon {
    margin-top: 40px;
    position: relative;
    font-size: 14px;
}

.navbar .navbar-icon span {
  	display: block;
  	color: #000;
  	max-width: 200px;
  	max-height: 20px;
	overflow: hidden;
}
.navbar .navbar-icon .badge { background-color: #e30117; color: #fff;
	border-radius: 3px;
 }

.navbar .navbar-icon .icon {
  	display: inline-block;
	height: 40px;
	padding-left: 45px;
	margin-left: 25px;
	color: #929292; 
}
.navbar .navbar-icon a { color: #929292; }
.navbar .navbar-icon a:hover { color: #e30117; }

.navbar .navbar-icon .icon.shopping-cart {
	background: url(../../images/icon-shopping-cart.png) 0 0 no-repeat;
}
.navbar .navbar-icon .icon.user {
	background: url(../../images/icon-user.png) 0 0 no-repeat;
}


/****************Navigation****************/

.navbar .navbar-collapse {
    padding: 0; margin: 0;
}

.navbar .nav li {
    text-transform: uppercase;
}
.navbar-default .navbar-nav {
}

.navbar-default .navbar-nav .nav-info {
	color: #fff;  font-size: 14px; 
	padding: 18px 0;
	text-align: left;
	text-transform: uppercase;
	/*color: #fff;  font-size: 14px; 
	text-align: left;
	text-transform: uppercase;
	height: 53px; padding-top: 3px; 
	display: table-cell; vertical-align: middle;*/
}
.navbar-default .navbar-nav .nav-info .fa { margin-left: 22px; } 


.navbar-default .navbar-nav > li {
 	height: 56px; 
 	/*background: #e3302b;
 	padding: 0;*/
}

.navbar-default .navbar-nav > li > a {
	color: #fff;  font-size: 14px; 
	padding: 18px 5px;
	border-top: solid 1px #e30117;
/*	border-top: solid 1px #e3302b;
	color: #fff;  font-size: 14px; 
	height: 56px; 
	display: table-cell; vertical-align: middle;
	line-height: normal;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
	border-top: solid 1px #ccc;
	color: #013c88;
	background-color: #fff;
}


/* serach */
.navbar .navbar-form {
	margin-top: 40px;
	position: relative;
}
.navbar .navbar-form .form-group input {
	height: 40px;
}
.navbar .navbar-form .btn {
	width: 40px; height: 40px;
	background: transparent;
	overflow: hidden;
	color: #e30117;
	position: absolute;
	top: 0px; right: 20px;
}
.navbar .navbar-form .btn:focus { outline: none; }
.navbar .navbar-form .btn:before {
	font-family: 'fontawesome'; font-weight: 400; font-size: 20px;
	content: "\f002";
	padding-right: 40px;
	line-height: 20px;
}
.navbar .navbar-form .btn:hover {
	color: #013c88;
}




/********************************************************
	2. SLIDER
********************************************************/
#slider {
	position: relative;
	z-index: 101;
}
#slider .container-fluid {
	position: relative;
	padding: 0;
}

#slider .slider-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#slider .slide-caption {
	position: absolute;
	left: 0;
	display: none;
}

#slider .slide-caption h2 {}
#slider .slide-caption p {}


#slider .button-read-more {
	margin: 0;
}
.carousel-inner .item {
	height: 320px;
	/*height: 30vw;*/
	margin: 0; padding: 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  position: relative;
  z-index: -1;
}

.carousel-indicators {
	position: absolute;
	bottom: -70px;
	/*left: 50%;*/
	z-index: 15;
	width: auto;
	margin: 0 auto;
	padding: 0 10%;
	margin-left: -16%;
	text-align: center;
	list-style: none;
	background: url(../../images/slick-dots-left.png) 0 0 no-repeat
	, url(../../images/slick-dots-right.png) 100% 0 no-repeat
	, url(../../images/slick-dots-center.png) 0 0 repeat-x;
	
	display: none;
}
.carousel-indicators li {
	display: inline-block;
	margin: 12px 5px;
	width: 20px; height: 20px;
	background-color: #e30117;
	border: 4px solid #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	outline-color: transparent;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
	
}
.carousel-indicators li:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
.carousel-indicators .active {
	margin: 12px 5px;
	width: 20px; height: 20px;
	background-color: #013c88;
}

.carousel-control { opacity: .5; }

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-control span.glyphicon {
  border: none;
  display: block;
  width: 54px;
  height: 54px;
  background: url(../../images/arrow-slider.png) 0 100% no-repeat;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.carousel-control span.glyphicon:hover {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.carousel-control.left span.glyphicon {
  background: url(../../images/arrow-slider.png) 0 0 no-repeat;
}

.carousel-control span.glyphicon:before {
  display: none;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 20%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 20%;
}




/****************Banner****************/
#banner {
	position: relative;
	overflow: hidden;
}
#banner.blank {
	padding-top: 25px;
}

#banner .slider-img {
	width: 100%;
}
#banner .item {
	height: 270px;
	height: 22vw;
}
#banner .item > a > img,
#banner .item > img {
  position: relative;
  z-index: -1;
}
#banner.paralax-background {
	height: 300px;
	height: 20vw;
	background-image: url(../../images/banner-category.jpg);
	background-position: 0 0; 
	background-size: 100% auto;
}


#banner h1 {
	margin: 0; padding: 0;
	text-transform: uppercase;
	color: #e30117;
	font-size: 40px;
	line-height: 40px;
	margin: 10px 0;
}
#banner p {
	font-size: 16px;
	padding: 0; margin: 0;
	color: #707378;
	margin-top: 20px;
}


/********************************************************
	4. CONTENT
********************************************************/

/****************General and Homepage****************/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible!important;
}
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    60% {
        transform: scale(1)
    }
    100%,
    80% {
        transform: scale(1);
        opacity: 1
    }
}

.content-wrapper {
	padding: 40px 0;
}
.content-wrapper.line {
	padding-top: 0;
	border-top: solid 1px #ddd;
}

.text-primary { color: #666; }
.text-info { color: #000; }
.text-warning { color: #e30117; }


.row-small-title {
	color: #ca9e4a;
	text-transform: uppercase;
	font-size: 28px;
	margin: 10px 0;
	line-height: 1.1;
}

.row-big-title {
	color: #e30117;
	text-transform: uppercase;
	font-size: 34px;
	margin: 15px 0;
	line-height: 1;
}

.home-big-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #e74c3c;
	margin: 25px auto 40px;
}

.home-desc {
	max-width: 925px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
}

#home-welcome {
	background-color: #ffffff;
	border-bottom: 3px solid transparent;
}

#home-offer {
	margin-top: 0;	padding-top: 0;
	position: relative;
}

#slick-offer {
	position: relative;
	max-width: 100%;
}


#home-offer.border-none {
	border-bottom: 3px solid transparent !important;
	-webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
       -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
          transition: all 500ms ease;
}

#home-offer .container-fluid,
#home-news .container-fluid {
	padding: 0 !important;
}

#home-offer .row,
#home-news .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}


.nav-tabs > li > a {
	padding-top: 40px;
	display: block;
 	border: none;
 	border-radius: 0;
	color: #959595;
	text-align: center;
}
.nav-tabs > li > a:hover {
  border: none;
  color: #000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
	background: transparent; 
	color: #e41a2e;
}

/****************Media****************/
#media-article-wrapper {
	padding-top: 10px;
}
.media-article-wrapper {
	display: block;
	width: 100%;
}


.media-article {
	display: block;
	overflow: hidden;
	padding: 25px 25px 20px 25px;
	background: #fff;
	border: solid 1px #e9e9e9;
	height: 160px; overflow: hidden;
}
.media-left {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
	width: 12%;
}
.media-left:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.media-object {
	overflow: hidden;
	position:  absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border-radius: 0px;  
	border: solid 1px #e9e9e9;
	padding: 0; height: 100%;
}
/*.media-object .img-responsive { border: solid 1px #e9e9e9; min-width: 100%; }*/
.media-object .img-responsive { 
		height: 100%; width: auto;
		min-height: inherit; min-width: inherit;
		margin: 0 auto;	
}

.media-object.noimage {
	/*width: 100%; height: 100px;*/
	background-color: #fff;
	background-image: url(../../images/noimage.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:  100% auto;
}

.media-body {
	font-size: 14px;
	color: #333;
	padding-left: 25px;
}
.media-body h4 { 
	font-size: 24px;
	color: #013c88;
	padding: 0; margin: 0;
}
.media-body h4 a { color: #013c88; }
.media-body h4 a:hover { color: #e30117; }
.media-body p {
	margin: 0; padding: 0;
}
.media-body .button-read-more {
	margin: 0;
}


/****************Article****************/
.article-slide {
	padding: 0; margin: 0;
	max-width: 100%;
	margin-bottom: 20px;
}
.article-thumb-wrapper {
	overflow: hidden;
}

.article-thumb {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.article-thumb img { margin: 0 auto; max-width: 100%;  }

.article-slide-desc {
	padding: 0 15px;
	min-height: 100px;
}
.article-slide-desc .date {
	color: #013c88;
	text-transform: uppercase;
	padding-top: 15px;
}

.article-slide-desc h2 {
	color: #013c88;
	font-size: 28px;
	margin: 0 auto;
	padding-bottom: 20px;
   line-height: 1;
}
.article-slide-desc h2 a { color: #013c88; }
.article-slide-desc h2 a:hover { color: #000; }

.article-slide-desc h3 {
	color: #000;
	font-size: 16px;	
	/*font-family: 'Client Bold';*/
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 5px;
   line-height: 1;
   text-transform: uppercase;
}
.article-slide-desc h3 a {color: #000;}
.article-slide-desc h3 a:hover {color: #e30117;}

.article-slide-desc .desc-text p {
	color: #333; font-size: 14px;
}
.article-slide-desc .desc-text p a {
	color: #333;
}
.article-slide-desc .desc-text p a:hover {
	color: #e30117;
}

.shop-pay-up {
	margin: 10px; padding: 10px;
	border: solid 1px #000;
	background: #fff;	
	color: #000;
}
.shop-pay-up .left {
	border-right: solid 1px #000;	
}
.shop-pay-up .box {
	border: solid 1px #000;
	margin-bottom: 15px;
	padding: 5px;
}
.shop-pay-up .signature { border-top: solid 1px #000; margin-top: 30px; }

.shop-pay-up .small { margin-bottom: 5px; padding: 0;  }
.shop-pay-up .left .box { min-height: 50px;}

.shop-more {
	height: 65px;
	padding-top: 15px;
	background: #fafafa;
	border: solid 1px #e9e9e9;
	overflow: hidden;
	border-bottom: none;
	font-size: 12px; 
}




.shop-more .button-read-more {
	padding-bottom: 5px; padding-top: 5px;
	margin-left: 10px; margin-top: 0;
	font-size: 12px; 
}
.shop-more .button-read-more .fa { 
	font-size: 18px;
}
.shop-more .qtyText { padding-top: 7px; text-align: right }

.shop-more .qty {
	width: 50px;
	margin: 0 10px;
}
.shop-more .qty .form-control {
	background-color: #fff;
	border-color: #cecece;
 	color: #333;  font-weight: normal;
	font-size: 12px;
	padding: 0 2px; height: 32px;
	border-radius: 0;
	width: 100%;
}
.shop-more .qty .form-control.active { background-color: #fbfbfb; color: #000; }
.shop-more .price {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}


.home-article-wrapper {
	background: #fff;
	padding: 20px 0px;
	height: 270px;
}
.home-article-wrapper .article-slide-desc {
	padding-left: 30px;	
	height: 230px; 
	overflow: hidden;
}
.home-article-wrapper .desc-text {
	height: 180px; 
	overflow: hidden;
}
.home-article-wrapper .article-thumb-wrapper {
	overflow: hidden;
	height: 230px; 
}

#download-wrapper {
	background-color: #000;
	background-image: url(../../images/download-paralax-inner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 80%;
	/*background-attachment: fixed;*/
	background-size: 30% auto;
	padding: 30px 0;
	/*font-family: 'Client Bold';*/
	font-weight: bold;
}
#download-wrapper .page-download {
	margin: 0;
}

#download-wrapper .social-share {
	margin: 0
}
#download-wrapper .social-share a:before {
	font-size: 28px;
	color: #000;
	background-color: #fff;
	width: 42px; height: 42px;
}
#download-wrapper .social-share .social-wrap p {
	color: #e30117; font-size: 18px;
	display: block; margin-top: 0;	
}



#home-elements {
	background: url(../../images/home-elements.png) 0 0 repeat;
}
.home-page .article-slide {
	margin: 0;
}	
#home-elements .row-small-title {
	color: #fff; 
}
#home-elements .article-slide-desc {
	min-height: 10px;
}

#home-elements .article-slide-desc p {
	color: #fff;
}
#home-elements  .article-thumb-wrapper {
	width: 125px;
	height: 125px;
	padding: 4px;
	background: #fff;
	overflow: hidden;
}
#home-elements  .article-thumb { height: 100%; }
#home-elements  .article-thumb img { height: 100%; }

#home-elements .article-slide-desc {
	padding: 15px 0;
	min-height: inherit;
}

#home-counter {
	background-color: #fff;
	padding-bottom: 0;
}

#home-counter .row-small-title {
	color: #e30117; font-size: 28px;
}

#home-counter .home-count {
	text-align: center;
	padding-top: 10px;
}

#home-counter .home-count span {
	color: #bf9441;
}

#home-counter .home-count p {
	font-size: 20px;
	text-transform: uppercase;
	color: #bbbbbb;
	
}

#home-reference {
	background-color: #fff;
	padding-top: 0;
}


/****************Category Page****************/
#category-call {
	background: url(../../images/category-call.png) 0 0 repeat;
	padding: 20px 0;
	margin: 0;
}

#category-call .article-slide-desc {
	min-height: 100px;
}

#category-call .article-slide-desc p {
	color: #666; 
	font-size: 14px;
}

#category-wrapper {
	padding: 0;
}
#category-wrapper.move {
	top: -60px;
	position: relative;
}
#category-wrapper .row-small-title {
	color: #000;
}
#category-wrapper .desc-title {
	font-size: 28px;
	color: #888;
	line-height: 20px;
}
#category-wrapper .desc-title h2 { margin-top: 0; }
#category-wrapper .desc-title i { margin: 0 10px 0 20px; }
#category-wrapper .desc-title span { color: #bf9441 }

.inner-page-footer.social-share {
   padding-top: 20px;
	margin-top: 20px;
	border-top: solid 1px #ebebeb;
}
#product-page-wrapper .inner-page-footer.social-share {
   padding: 15px; margin: 0;
	border-top: solid 1px #ebebeb;
	background: #fff;
	clear: both;
}


.inner-page-footer.social-share {
	margin-bottom: 30px;
}
.inner-page-footer.social-share a:before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 6px;
}
.inner-page-footer.social-share p {
	color: #013c88; text-transform: uppercase;
}



/****************News/Products list Page****************/
#news-wrapper {
	padding: 0; margin: 0
}
.news-article-wrapper .row { padding: 0; }

.news-article-wrapper .article-slide {
	background: #fff;
	border: solid 1px #e9e9e9;
	overflow: hidden;
}
.news-article-wrapper .article-thumb {
	width: 100%; height: 120px;
	overflow: hidden;
	border: solid 1px #e9e9e9;
}
.news-article-wrapper .article-thumb img { 
	max-height: 100%; max-width: 100%; min-width: none; min-height:none;
/*min-height: 100%; min-width: 100%; max-width: none;*/ }

.news-article-wrapper .article-thumb.noimage {
	/*width: 100%; height: 100px;*/
	background-color: #fff;
	background-image: url(../../images/noimage.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:  100% auto;
}

.news-article-wrapper .article-thumb-wrapper {
	height: 160px;
	padding: 20px; 
}
.news-article-wrapper .article-slide-desc  {
	height: 160px;
	padding: 20px;
}
.news-article-wrapper .article-slide-desc h2 {
	font-size: 28px;
	color: #013c88;
	margin-bottom: 5px; 
	padding: 0;
}
.news-article-wrapper .article-slide-desc h2 a { color: #013c88; }
.news-article-wrapper .article-slide-desc h2 a:hover { color: #e30117; }

.news-article-wrapper .article-slide-desc p {
	color: #333;
	margin: 0; padding: 5px 0;
	line-height: normal;
}
.news-article-wrapper .button-read-more {
	margin: 0; 
}
.news-article-wrapper .button-read-more .fa  { 
	font-size: 18px; 
}

#products-wrapper {
	padding: 0; margin: 0
}
#products-wrapper .article-thumb-wrapper {
	height: 160px;
	background: #fafafa;
	border-right: solid 1px #e9e9e9;
}

#products-wrapper .article-thumb {
	width: 100%; height: 120px;
	overflow: hidden;
}
#products-wrapper .article-thumb img { min-height: 100%; min-width: 100%; max-width: none; }

#products-wrapper .article-slide-desc  {
	height: 160px;
	padding: 0;
}
#products-wrapper .desc-text {
	height: 100px;
	border-bottom: solid 1px #e9e9e9;
	padding: 15px 20px;
}
#products-wrapper .article-slide-desc h2 {
	font-size: 26px;
	text-transform: uppercase;
}
#products-wrapper .article-slide-desc {
	font-size: 12px;
}

#products-wrapper .read-more {
	height: 65px;
	padding-top: 10px;
}
#products-wrapper .shop-more {
	border: none;
	border-left: solid 1px #e9e9e9;
}
#products-wrapper .price {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}


#first-wrapper {
	background: url(../../images/first-wrapper.png) 0 0 repeat-x;
	padding: 0; margin: 0;
	top: -80px;
	position: relative;
	z-index: 101;
}

.article-first-post {
	padding: 0; margin: 0;
}

.article-first-post .article-slide-desc h1 {
	line-height: 1.8;
	margin: 0; padding: 0;
	font-size: 64px; color: #ececec;
	text-transform: uppercase;
	display: block;
	height: 80px; width: 100%;
	overflow: hidden;
}
.article-first-post .article-slide-desc h1 span {
	width: 25%;
	font-size: 26px; float: left;
	color: #fff; text-transform: uppercase;
	line-height: 5;
}
.article-first-post .article-slide-desc h1.small {
	line-height: 3.2;
	font-size: 34px;
	vertical-align: baseline;
} 
.article-first-post .article-slide-desc h1.small span {
	line-height: 6;
	font-size: 18px;
} 
.article-first-post .article-slide-desc p {
	text-align: left;
	border: none;
	font-size: 16px; line-height: 1.8;
}

.article-first-post .desc-text p {
	color: #000;
}

.article-slide-gallery {
	background: #fff;
	padding: 15px;	
}
.article-slide-gallery .article-thumb-wrapper {
	padding: 5px;
	max-height: 167px;
}	
.article-slide-gallery .article-thumb-wrapper:first-child {
	max-height: 337px;
}	
.article-slide-gallery .article-thumb-wrapper:first-child .img-responsive {
	max-height: 337px; width: auto; max-width: none;
}	

.article-slide-data a.size {
	border: solid 1px #bf9441; padding: 2px 5px;
	margin: 0 5px 2px 0;
	font-size: smaller;
	background: #fff;
}
.article-slide-data a.size.activ { color: #e30117; border-color:#e30117; }

/****************Google Page****************/
#map-canvas {
	width: 100%;
	overflow: hidden; clear: both;
	/*margin-bottom: 10px;*/
	height: 400px;
	height: 25vw;
}

/****************Shop Page****************/
#shop-page-wrapper {
	display: block;
	width: 100%;
}





/****************Product & Category Page****************/
.single-gallery {
	margin: 20px 0;
}
.single-gallery .article-thumb-wrapper {
	height: 150px;
}
.single-gallery .article-thumb {
	height: 100%; width: 100%; display: block; 
}
.single-gallery .article-thumb-wrapper .img-responsive {
	height: 100%; width: auto; max-width: inherit;
}

.recomment-product-wrapper {
	background: #fff;
	border: solid 1px #d3d3d3;
	height: 255px;
	margin: 20px 0;
	overflow: hidden;
}
.recomment-product-wrapper .slick-dots  {
	display: none !important;
}
.recomment-product-wrapper .slick-prev,
.recomment-product-wrapper .slick-next {
	position: absolute;
	top: 0; left: 0px;
	z-index: 15;
	display: inline-block !important;
	text-indent: -1000em;
	border: none; outline: none;
	width: 40px;
	height: 100%;
	margin: 0;
	background: url(../../images/slick-arrow-left.png) no-repeat center;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;	
}
.recomment-product-wrapper .slick-prev:hover,
.recomment-product-wrapper .slick-next:hover {
		-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}

.recomment-product-wrapper .slick-next:active  {
	border: none;
}
.recomment-product-wrapper .slick-prev {
	background: url(../../images/slick-arrow-right.png) no-repeat center;
	left: auto;
	right: 0px;
}
/****************Product & Category Page****************/
.single-product {
	border-right: solid 1px #d3d3d3;
	padding: 18px 30px 0px 30px;
}

.single-product .article-thumb-wrapper {
	height: 150px;
}
.single-product .article-thumb {
	height: 100%; width: 100%; display: block; 
}
.single-product .article-thumb-wrapper .img-responsive {
	max-height: 100%; max-width: 100%;
	width: auto; height: auto;
}
.single-product .article-slide-desc {
	height: 150px;
}
.single-product .article-slide-desc h2 {
	font-size: 22px;
	padding-bottom: 5px;
}
.single-product .desc-text {
	height: 120px;
}
.single-product .shop-more {
	margin-top: 20px;
	border-bottom: none;
	font-size: 12px;
}

.single-product .shop-more .button-read-more {
	margin-top: 0;
}


#product-wrapper {
	margin: 0; padding: 0;
}
#product-wrapper .row-big-title { margin: 0; font-size: 30px; }


#load-more {
	cursor: pointer;
	background-image: none;
	padding: 10px 20px;
	margin-top: 35px;
}

#load-more.loading {
	background-image: url(../../images/loading_spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	margin-bottom: 40px;
	min-height: 60px;
	opacity: .8; 
}
#load-more.loading div { display: none; }

#load-more.hidde { 	
	margin-bottom: 40px;
	min-height: 40px;
}
#load-more.hidde div { display: none; }


/****************Product Page****************/
#product-page-wrapper {
	padding: 10px 0 20px 0;
}
#product-page-wrapper .container-fluid {
	border: 1px solid #d1dadf;
	background-color: #fafafa;
}
#product-page-wrapper .sidebar {
	padding-top: 30px;
}

#product-page-wrapper .main {
	border-left: 1px solid #d1dadf;
	background-color: #fff;
}
#product-page-wrapper .main h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 26px;
}
#product-page-wrapper .main .page-content {
	border-top: 1px solid #d1dadf;
	padding-top: 20px; 
}
#product-page-wrapper .main .page-content:first-child {
	border-top: none;
	padding-top: 0;
}

/****************Inner Page****************/
#landing-page-wrapper {
	padding: 0;
}
#landing-page-wrapper .container-fluid {
	border: red;
	background-color: transparent;
}
#landing-page-wrapper .nomargin  { margin: 0; padding: 0; }
#landing-page-wrapper .button-read-more.nav { 
	margin: 0 5px 5px 0;
	padding: 7px 7px;
	display: block;
	font-size: 12px;
}
#landing-page-wrapper .nav-left {
	margin: 0; padding: 0;	
}
#landing-page-wrapper .nav-left h4 { font-size: 14px; }
#landing-page-wrapper .nav-left h4 .fa { margin-right: 10px; margin-top: 3px; }



/****************Inner Page****************/
#inner-page-wrapper {
	padding: 10px 0;
}
#inner-page-wrapper .container-fluid {
	border: 1px solid #d1dadf;
	background-color: #fff;
}

.inner-page-thumb-wrapper {
	overflow: hidden;
	padding: 40px 40px 0;
}

.inner-page-thumb img {
	width: 100%;
}

.page-title-wrapper h1 {
    font-size: 34px;
    margin-top: 0 !important;
 }


.main {
	padding: 25px 25px 0;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6
{
	margin-bottom: 10px;
	margin-top: 25px;
}


.main h1 { color: #e30117; }
.main h2 { color: #013c88;  }
.main h3 { color: #013c88 }
.main h4 { color: #000000 }

.main .page-header  {
	margin: 0; padding: 0;
	border-bottom: none;
}

.main .page-header h1,
.main .page-header h2 {
	margin: 0; padding: 0;
}

.main .jumbotron {
	background-color: #fdfdfd;
	padding: 25px;
	border: solid 1px #ebebeb;
}
.main .jumbotron h2 {
	margin: 0; color: #e30117;
}

/*.main .date {
	color: #013c88; 
	letter-spacing: normal;
	display: table;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0;
	border: none;
}
.main .date:before {
	padding-right: 20px;
}*/

.main .lead {
	margin-top: 0; padding-top: 0;
	color: #000;
	font-size: 16px;
}


.main p {
	margin-bottom: 20px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}
.main a:not([class]),
.main a.text-danger
{ 
	color: #e30117;
}
.main a:not([class]):hover,
.main a.text-danger:hover
	color: #013c88; 
}
.main p > .button-read-more { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

.main strong,
.sidebar strong {
	color: #000;
	word-break: break-word;
}
.main .page-content {
	margin-bottom: 20px;
	height:auto;
	overflow: hidden;
}

.main .page-content ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 20px;
}

.main .page-content ul li  {
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
	color: #333;
}

.main .page-content ul li:before  {
	content: '';
	display: block;
	height: 7px;
	width: 7px;
	background-color: #013c88;
	position: absolute;
	top: 5px; left: 0;
	/*border-radius: 50%;*/
}

.main dl.dl-horizontal {
	margin-bottom: 0;
}

.main .dl-horizontal dt {
	text-align: left;
	color: #484848;
	font-weight: normal;
	margin-bottom: 10px;
	white-space: normal;
}
.main .dl-horizontal dd {
	color: #000;
}

.main table {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #e9e9e9;
}

.main table,
.main th,
.main td {
	/*border: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	border-collapse: collapse;
}

.main th,
.main td {
	border-collapse: collapse;
	/*text-align: left;*/
	padding: 15px 10px;
}

.main td {
	vertical-align: top;
}

.main table tr th:first-child,
.main table tr td:first-child  {
	text-align: left;
}

.main table th  {
	border-top: 1px solid #e9e9e9;
	background-color: #fafafa;
	color: #7d7d7d; font-weight: normal;
}

.main table tr  {
	color: #484848;
	background-color: #fff;
}

.main table tr td:first-child  {
	color: #000;
}
.main .table > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.main .table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.main .table-striped-vertical td {
	border: 1px solid #e9e9e9;
}
.main .table-striped-vertical td:nth-of-type(even) {
  background-color: #fff;
}
.main .table-striped-vertical td:nth-of-type(odd) {
	border-right: 1px solid #e9e9e9;
	background-color: #fafafa;
}


.main .company-logo {
	height: 60px; margin-bottom: 10px;
	background-color: #fff;
/*	
	background-image: url(../../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:   auto 100%;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
*/              
	cursor: pointer;
}


/* forms */
.page-form { 
	margin: 20px 0;
	font-size: 14px;
}
.page-form .col-sm-1, .page-form .col-sm-2, .page-form .col-sm-3, .page-form .col-sm-4, .page-form .col-sm-5, .page-form .col-sm-6, .page-form .col-sm-7, .page-form .col-sm-8, .page-form .col-sm-9, .page-form .col-sm-10, .page-form .col-sm-11, .page-form .col-sm-12 {
	padding-left: 0;
}
.form-control { border-radius: 0; }
.page-form .form-control {
	background-color: #fff;
	border-color: #cecece;
 	color: #333;  font-weight: normal;
	font-size: 14px;
}
.page-form select.form-control {
	padding: 6px 10px;
	height: auto;
}
.page-form select.form-control option { color: #333; }

.page-form .form-control:focus {
	background: #fff;
}

.page-form .form-control::-moz-placeholder
, .page-form .form-control:-ms-input-placeholder
, .page-form .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-group label { color: #333; font-weight: normal; }
.form-group p { color: #000; text-align: center; padding: 10px 0; }
.form-group a { color: #e30117;  }
.form-group a:hover { text-decoration: none; }

.form-group .button-read-more { color: #fff; }
.page-form .button-read-more { margin-top: 10px; }

.page-form .btn {
	color: #fff; font-size: 14px; 
	padding: 5px 15px;
	margin: 0 15px 0 0;
	border: none;
	background: #e30117;
	border-bottom: solid 1px #ba1a16;
	border-radius: 2px;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.page-form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.page-form .custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.page-form .custom-file-input:hover::before {
  border-color: black;
}
.page-form .custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/* download */ 
.page-download {
	display: table;
	margin: 35px 0;
	color: #000;
	font-size: 22px;
	color: #fff;
}
.page-download:hover { color: #013c88 }
.page-download span { text-transform: uppercase;}
.page-download .fa { font-size: 60px; display: block; float: left; padding-right: 20px; color: #e30117;  }
.page-download p { color: #e30117; font-size: 16px; }

.main .page-download { color: #013c88; }
.main .page-download:hover { color: #e30117 }
.main .page-download p { margin: 0; }

/* popup */
.modal-dialog {
	width: 400px;
}
.modal-content {
	border-radius: 0;
	border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fafafa;
}
.modal-title {
	text-align: center; color: #e30117;
}
.modal-header {
  min-height: none;
  padding: 20px 0;
  border: none;
  background: #fff;
  border-bottom: solid 1px #e9e9ea;
}
.modal-header h4 { font-size: 28px; color: #013c88; text-transform: uppercase; margin: 0; padding: 0 }
.modal-header .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 10px;
    border-radius: 100%;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -10px;
    right: -20px;
    z-index:1032;
}


.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content {
	background: transparent;
	padding-top: 0;
}
.ekko-lightbox .modal-content {
	width: 80vw;
	margin: 0 auto;
}
.ekko-lightbox .modal-body {	
	padding: 0; margin: 0;
}

#lightbox .modal-dialog {
	display: block; 
}
#lightbox .modal-body {	
	padding: 0; margin: 0;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center; 
    overflow: hidden;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 55px;
    right: -20px;
    z-index:1032;
}


.alert-danger {
	font-size: 16px;
	text-align: center;
}
.alert-danger p { color: #fff; }
.alert-danger a { color: #fff; text-transform: uppercase; font-weight: bold; }
.alert-danger a:hover { color: #d1dadf; }

.contact-page #inner-page-wrapper > .container-fluid > .row {
  background-color: #fafafa;
}
.contact-page #inner-page-wrapper .bg-info {
  background-color: #fafafa;
}
.contact-page #inner-page-wrapper .sidebar {
	border-left: 1px solid #d1dadf;
	background-color: #fff;
}

.sidebar { }

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	margin: 0; padding: 0;
	line-height: normal;
}

.sidebar p { padding-top: 0; margin-top: 0; }

.sidebar .tags-wrapper {
	margin-top: 100px;
}

.sidebar .tags {
	margin-top: 25px;
}

.sidebar .tag {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	margin-bottom: 15px;
	margin-right: 15px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}

.sidebar .tag:hover {
	color: #fff;
	background-color: #e74c3c;
}


#category-page-wrapper {	
	padding-top: 0; margin-top: 0;
}
#category-page-wrapper .page-form {
	margin-top: 0;
}
#category-page-wrapper .page-form .form-group {
	margin-right: 10px;
}
#category-page-wrapper .page-form .form-control {
	background-color: #f4f6fb;
	border-color: #abaeb6;
 	color: #707378;
	border-radius: 2px;
}
#category-page-wrapper .page-form .form-group label { color: #707378; margin-right: 10px;}

#category-page-wrapper .page-form select { max-width: 160px; }
#category-page-wrapper .page-form input { max-width: 150px; }

.category-page .page-form .form-control.gray {
	background-color: #f4f6fb;
	border-color: #abaeb6;
 	color: #707378;
}

.product-table-list .main  {
	padding: 0; margin: 0;
}
.product-table-list table {
	padding: 0; margin: 0;
}
.product-table-list .product-general-list {
	padding: 0; margin: 0;
	overflow: hidden;
}

.product-table-list .shop-more {
	border: none;
	border-top: solid 1px #e9e9e9;
}
.product-table-list .main .dl-horizontal {
	padding: 15px;	
}
.product-table-list .main dd {
	font-weight: bold;
}
.product-table-list table,
.product-table-list th,
.product-table-list td {
	/*border: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	border-collapse: collapse;
	font-size: 12px;
}

.product-table-list th,
.product-table-list td {
	border-collapse: collapse;
	/*text-align: left;*/
	padding: 15px 10px;
	display: table-cell;
	vertical-align: middle!important;
}

.product-table-list table tr th:first-child,
.product-table-list table tr td:first-child  {
	text-align: left;
}

.product-table-list table th  {
	border-top: 1px solid #e9e9e9;
	background-color: #fafafa;
	color: #7d7d7d; font-weight: normal;
}

.product-table-list table tr  {
	color: #484848;
	background-color: #fff;
}

.product-table-list table tr td:first-child  {
	color: #000;
}
.product-table-list .table > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.product-table-list .table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.product-table-list table .col-md-6 {
	width: 50%;
}
.product-table-list table .col-md-5 {
	width: 35%;
}
.product-table-list table .col-md-4 {
	width: 25%;
}
.product-table-list table .col-md-3 {
	width: 20%;
}
.product-table-list table .col-md-2 {
	width: 14%;
}
.product-table-list table .col-md-1 {
	width: 10%;
}
.product-table-list table .col-md-0 {
	width: 4%;
}
.product-table-list table .col-sm-0 {
	width: 4.166666665%;
}
.product-table-list table th,
.product-table-list table td {

}

.product-table-list th a { color: #013c88; }
.product-table-list th a:hover,
.product-table-list th a.active { color: #e30117 }

.product-table-list th a.button-read-more { color: #fff; }

.product-table-list .alert-remove td {
  background-color: #f2dede;
}

.product-table-list td a { color: #000; font-weight: 600; }
.product-table-list td a:hover { color: #333333 }

.product-table-list td .icon {
	color: #013c88;
}
.product-table-list td a>.fa {
	font-size: 18px;  
	margin-right: 5px;
}
.product-table-list td a.red { color: #e30117; }
.product-table-list td a:hover.red { color: #333333; }

.product-table-list .price { color: #000; font-weight: 600; /*font-size: 14px; */text-align: right; }
.product-table-list .vertical-top { vertical-align: top!important; }

.product-table-list .price.text-hide {
	text-align: left;
 	color: transparent;
	font-weight: normal;
}
.product-table-list .name { color: #013c88; }

.product-table-list .form-group {
	margin: 0; padding: 0;
}
.product-table-list .action-box{
	padding-top: 13px;
	padding-bottom: 0;
}

.product-table-list .product-data .form-control {
	background-color: #fff;
	border-color: #cecece;
 	color: #333;  font-weight: normal;
	font-size: 12px;
	padding: 0 2px; height: 30px;
	border-radius: 0;
}
.product-table-list .product-data .form-control.active { background-color: #fbfbfb; color: #000; }

.product-table-list .button-read-more.arrow-right { 
	min-width: 18px; min-height: 18px; 
	margin: 0; padding: 0;
}
.product-table-list button.button-read-more { 
	font-size: 12px; 
	text-transform: none; 
	padding: 5px 0;
	margin-top: 0px;
	width: 100%;
}
.product-table-list button.button-read-more .fa  { 
	font-size: 18px; 
}

.product-table-list .page-form {
	padding: 0; margin: 0;
}
.product-table-list .form-group {
	padding: 0; margin: 0;
	margin-bottom: 10px;
}



/********************************************************
	5. FOOTER
********************************************************/
footer.content-wrapper {
	margin: 0; padding: 0;
}
#site-footer {
	background: #fff;
	border-top: solid 1px #e9e9ea;
	border-bottom: solid 1px #e9e9ea;
	color: #333; font-size: 14px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	/*min-height: 98px;*/
}


#site-footer ul li {
	padding: 0;
	margin: 0 0 20px 50px;
	font-size: 14px;
	color: #828282;
}

#site-footer a {
	color: #333;
	-webkit-transition: opacity 200ms ease;
     -moz-transition: opacity 200ms ease;
       -o-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
          transition: opacity 200ms ease;
}

#site-footer a:hover {
	opacity: .5;
}

#site-footer .footer-contact {
	height: 84px;
	background-color: #fff;
	background-image: url(../../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:   auto 100%;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;    
	cursor: pointer;
}
#site-footer .row .footer-contact h3 span {
	font-size: 22px;
}
#site-footer .row .footer-contact h3 i { font-style: normal; font-size: 18px }
#site-footer .footer-contact ul li {
	margin-left: 0;
}

#site-footer .row .footer-location h3 { margin-bottom: 5px; }
#site-footer .row .footer-location ul li { margin-left: 40px; }

#site-footer .row .footer-nav {
	border-top: 1px solid #5f5f5f;
	padding: 10px 0;	
}
#site-footer .row .footer-nav a {
	padding: 0 20px;
}

/* copyright */
#site-copyright {
	margin: 0;
	color: #333;
	font-size: 12px;
	padding: 10px 0;
}

#site-copyright a {
	color: #333;
}
#site-copyright a:hover {
	opacity: .8;
}
#site-copyright .developed {
	text-align: right;
}

#footer-wrapper {
	padding: 0;
	background: #fff;
	border-top: solid 1px #e9e9ea;
}

#footer-wrapper .article-slide {
	text-align: center;
	border-right: solid 1px #e9e9ea;
	padding: 0;
	height: 220px;
	overflow: hidden;
}
#footer-wrapper .article-slide:first-child {
	border-left: solid 1px #e9e9ea;
}

#footer-wrapper .article-slide-desc {
	min-height: none;
}
#footer-wrapper .article-thumb-wrapper {
	margin: 35px 0 25px 0;
}


/********************************************************
	6. RESPONSIVE
********************************************************/
@media screen and (min-width: 1112px) {

	.navbar .navbar-form .form-group input {
		width: 335px;
	}

	.navbar-default .navbar-nav > li{
    	height: 60px;
	}

	.navbar-default .navbar-nav > li > a {
		color: #fff;  font-size: 14px; 
		padding: 18px 5px;
		border-top: solid 1px #e30117;
		/*-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
				transition: all 300ms ease;*/
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover {
		color: #013c88;
		background-color: #fff;
		border-top: solid 1px #ccc;
	}

	.navbar-default .navbar-nav li .dropdown-menu {
		width: 250px;
		color: #fff;
		background-color: #e30117;
		border: none;
	}
	.navbar-default .navbar-nav li:nth-child(1n+6) .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-default .navbar-nav li .dropdown-menu.large {
		width: 500px;
	}
	.navbar-default .navbar-nav li .dropdown-menu.large > li {
		display: block; float: left;
		width: 50%; margin: 0; padding: 0;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a {
		font-size: 12px; text-transform: none;
		color: #fff;
		white-space: normal;
		padding-left: 10px;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a:before {
		content: "\f111";
		font-family: 'fontawesome';
		font-size: 8px;
		line-height: 20px;
		padding-right: 10px;
		vertical-align: top;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a:hover {
    	color: #013c88;
    	background-color: #fff; 
	}


	/* Ako zelis da na hover radi dropdown i stavi active data-toggle="dropdown active" */
	.navbar-default .dropdown:hover .dropdown-menu {
    	visibility: visible;
    	display: block;
	}
	
	.product-table-list .table-responsive {
            max-width: 100%; overflow: hidden;
	}

}

@media screen and (min-width: 768px) {

	/*.navbar-default .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-default .navbar-nav > li {
        display: table-cell;
        float: none; padding: 0; margin: 0;
    }
    .navbar-default .navbar-nav > li > a { padding: 0 5px; }*/
    
	.navbar-default .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-default .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
    

	.navbar-fixed-top {
		-webkit-box-shadow: 0 4px 10px 0 #808080;
    	box-shadow: 0 -2px 10px 0 #808080;
    	/*background-color: rgba(227, 1, 23, 1);*/
    	background-color: #e3302b;
    	position: fixed;
    	height: auto;
    	padding-bottom: 4px;
	}
    
    
	.navbar-fixed-top .navbar { height: 56px; }

	.navbar-fixed-top .navbar-header {
		width: 70px; height: 56px;
		display: inline;
		margin: 0; padding: 0;
		background: transparent;
	}

	.navbar-fixed-top .navbar-brand {
		width: 36px; height: 36px;
		background-size: 100% auto;
		background-position: center;
	   margin: 10px 10px 0 !important;
	   padding: 10px 0px;
		background: transparent;
	}
	.navbar-fixed-top .navbar-brand:before {
		font-family: 'fontawesome';
		font-size: 40px; color: #fff;
		content: "\f015";
	}	
	
	.navbar-fixed-top .navbar-nav .nav-info {
	}
	
	.navbar-fixed-top .navbar-nav {
        margin: 0; width: auto;
    }
	.navbar-fixed-top .navbar-nav > li > a {
    	padding-left: 10px;
    	padding-right: 10px;
    	border-top: none;
	}
	.navbar-fixed-top .navbar-nav > li > a:hover,
	.navbar-fixed-top .navbar-nav > .active > a,
	.navbar-fixed-top .navbar-nav > .active > a:hover {
    	border-top: none;
	}	
	
	.navbar-fixed-top .navbar-form {
		display: none;
	}
	.navbar-fixed-top .navbar-icon {
		display: none;
	}
	
	
	.home-page .navbar-fixed-top .navbar-header {
		display: none;
	}
	.home-page .navbar-fixed-top .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
	.home-page .navbar-fixed-top .navbar-nav > li > a {
    	padding-left: 5px;
    	padding-right: 5px;
	}
	
}

@media screen and (max-width: 1500px) {
    #search-company {
		background-color: #e74c3c !important;
	}

	#search-company .container-fluid {
	    margin-top: 0px;
	}

	#banner h2 {
	    margin: 0;
	    padding-top: 75px;
	}
}

@media screen and (max-width: 1250px) {
    #slider .slide-caption {
	    text-align: center;
	    right: 0;
	}

	#slider .slide-caption h2,
	#slider .slide-caption p {
		width: 100%;
	}

	#slider .button-read-more {
		margin: 2vw auto 0 auto;
	}
}

@media screen and (max-width: 1199px) {
	.docs-links-wrap {
		float: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}


	.slick-list {
		left: -7px;
	}

	.slick-dots {
	  width: auto;
	}

	.article-slide-desc {
	  min-height: 290px;
	}

	#home-news .article-slide-desc > p {
		min-height: 163px;
	}

	#site-footer .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}



	.social-share a:before {
		margin-left: 0;
	}
}

@media screen and (max-width: 1112px) {

}

@media screen and (max-width: 991px) {
	.inner-page-info {
		padding-left: 40px;
	}

	.inner-page-info .article-slide {
		margin: 0 auto;
	}

	.sidebar .article-slide {
		max-width: 320px;
	}

	.main .inner-page-footer.social-share {
	    border-bottom: 1px solid #d1dadf;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 820px) {


	#slider .slide-caption h2 {
		font-size: 18px;
	}

	#slider .slide-caption p {
		font-size: 12px;
	}
	#slider .slider-img {
		min-height: none; 
		max-height: none; max-width: 100%;
	}
	.carousel-inner .item {
		height: 220px;
	}
	
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		top: 45%;
	}
}

@media screen and (max-width: 767px) {
	#banner { margin: 0; padding: 0; }
	#banner.blank { padding: 0; }
	#banner .row { padding: 0 15px; }
	#banner .page-form { margin: 0; }
	#banner p { width: 100%; }
	
	#banner .breadcrumb {
		display: none;
	}

	header {
		height: auto;
	}

	header .head-icon {
		padding-left: 15px
	}
	
	.navbar-brand {
		margin-top: 20px !important;
		width: 200px; height: 42px;
		background-size: 100% auto;  		
  	}
	/*.navbar-fixed-top {
		display: none;
	}*/  	
	
  	.navbar .navbar-icon {
    	margin-top: 10px;
	}
	.navbar .navbar-icon .icon {
		height: 30px;
		margin: 0 20px; 
		display: block; float: left;
	}	
	.navbar .navbar-icon .icon.shopping-cart,
	.navbar .navbar-icon .icon.user {
		background-size: auto 100%;
	}
	
	.navbar .navbar-form {
		border: none; 
		width: 90%; margin: 0 auto;
	}
	.navbar .navbar-form .form-group input {
		width: 100%;
	}
	.navbar .navbar-form .btn {
		top: 10px;
	}
	
  	.navbar-header {
  		display: table;
  		margin: 0 auto !important;
  	}

  	/* mobile nav */ 
	.navbar-toggle {
  		position: relative;
  		float: right;
  		padding: 9px 10px;
  		margin: 10px 15px;
  		background-color: transparent;
  		background-image: none;
  		border: 1px solid transparent;
  		border-radius: 4px;
	}
	.navbar-default .navbar-toggle {
		float: left;
		margin-top: 20px;
		clear: both;
	}
	.navbar-default .navbar-nav .nav-info {
		display: none;
	}
	/* otvori meni na HP */
	/*.home-page .collapse {
  		display: block;
	}*/

	/* Nav menu */ 
	.navbar-default {
		background-image: none;
	}
	.navbar-default .navbar-toggle {
  		border-color: #e3302b;
	}
	.navbar-default .navbar-toggle .icon-bar {
  		background-color: #e3302b;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
  		background-color: #e3302b;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
  		background-color: #fff;
	}
	
	/* Nav menu_I */
	.navbar-inverse .navbar-toggle {
  		border-color: #013c88;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
  		background-color: #013c88;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
  		background-color: #013c88;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
  		background-color: #fff;
	}
	
	/* open nav */
	.navbar-collapse {
		width: 100%;
	}
	.navbar-nav {
	    margin: 0;
	}
   .navbar-default .navbar-nav>li {
   	display: block; float: none;
   	height: auto;
   	padding: 0; margin: 0;
   	background: #e30117;
   }
   .navbar-default .navbar-nav>li>a {
   	width: 100%; text-align: center;
   	display: block; float: none;
   	height: auto;
   	padding: 15px; margin: 0;
   }
   .navbar-default .navbar-nav>li>a:before {
		font-family: 'fontawesome'; font-weight: 400; font-size: 20px;
		color: #fff;
  		content: "\f105";
		padding-right: 10px;
		line-height: 20px;
   }
   
   .navbar-inverse .navbar-nav>li>a {
   	width: 100%; text-align: center;
   	display: block; float: none;
   }
   .navbar-inverse .navbar-nav>li>a:before {
		font-family: 'fontawesome'; font-weight: 400; font-size: 20px;
		color: #013c88;
  		content: "\f105";
		padding-right: 10px;
		line-height: 20px;
   }
   
   .header-contact {
   	height: auto!important;
   }
   .header-contact .navbar-nav {
	 	display: block;
 	}
	.header-contact .navbar-nav>li {
		display: block;
		float: none; 
		padding-top: 10px;
	}
	
	#landing-page-wrapper .nav-left {
		display: none;
	}

	.carousel-inner .item {
		height: 200px;
	}
	
	#site-footer {
	    padding-top: 40px;
	}

	#site-footer .footer-contact { /*background-size: 100% auto; */ width: 100%; background-position: center } 

	#site-footer .row > div {
	   display: table;
	   margin: 0 auto;
	   text-align: center;
	}

	/*#site-footer .row > div:first-child {
	   text-align: left;
	}*/

	#site-footer .row ul {
	   margin-bottom: 25px !important;
	   min-height: 100%;
	}

	#site-footer .row div h3 {
	   margin-bottom: 10px;
	}

	#site-footer ul li {
	   margin: 0 0 5px;
	}
#site-footer a { display: inline-table; padding: 5px 0; margin-bottom: 5px; }

	.inner-page-thumb-wrapper {
		display: none;
	}

	.main th,
	.main td {
	    padding: 10px;
	    font-size: 12px;
	}

	
	.main .dl-horizontal dt {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.main .dl-horizontal dd {
		color: #000; font-weight: bold;
	}
	
	.article-slide-desc > .row,
	.article-slide-desc > .row > div,
	.article-slide-desc > .row > div p {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	#home-news .button-read-more {
		margin: 0 auto;
	}

	.social-wrap {
		display: table;
  		float: none;
  		margin: 0 auto;
	}

	.social-share a:before {
	  margin-left: 10px;
	}

	.article-slide-desc .social-share:before {
		display: none;
	}

	.social-share p {
     	margin: 10px 0 !important;
	}
	
	
	/* news */
	.news-article-wrapper { 
		padding: 10px!important;
	}
	.news-article  {
		margin-bottom: 20px; 
	}
	.news-article .article-thumb-wrapper {
		height: auto; height: 30vh;
	}
	.news-article .article-slide-desc  {
		height: auto;
	}
	
	/* media */
	.media-article-wrapper {
		padding: 10px!important;
		margin: 10px 0;
	}
	.media-object {
 		padding: 0;
	}	
	.media-left,
	.media-right,
	.media-body {
  		display: block;
  		margin: 0; padding: 0;
	}
	.media-article {
		height: auto;
		height: 80vh;
	}
	.media-left {
		width: 100%;
		height: 200px; height: 30vh;
		margin: 20px 0;
	}
	.media-body {
		height: auto;
		padding-bottom: 50px;
		margin-bottom: 20px;
	}	

	/* products */
	#products-wrapper .news-article { height: auto!important; }
	#products-wrapper .article-slide-desc  { height: auto; }
	#products-wrapper .article-thumb { background: #fff; }	
	#products-wrapper .article-thumb .img-responsive {
		height: 100%; width: auto;
		min-height: inherit; min-width: inherit		
	}
	#products-wrapper .desc-text { padding-top: 0; height: auto!important; }
	#products-wrapper .shop-more { padding-top: 0; height: auto!important;  }
	#products-wrapper .article-slide-desc h2 { font-size: 18px; }	
	#products-wrapper .shop-more { padding: 10px 5px; border-top: solid 1px #e9e9e9;  }

	#product-page-wrapper .shop-more { padding: 10px 5px; height: auto }
		
	
	/* news */
	#home-offer .article-slide-desc  {
		min-height: 100px;
	}
	
	
	.recomment-product-wrapper {
		height: auto;
	}
	.single-product .article-thumb-wrapper {
		height: 150px;
	}
	.single-product .article-slide-desc {
		height: auto; min-height:100px;
	}
	.single-product .desc-text {
		height: auto;
	}
	.single-product .shop-more {
		height: 100px;
	}

	.input-group.date {
		display: inline-table;
		width: 50%;
	}
	
	
.news-article-wrapper .article-thumb {
	height: auto; border: none;
}
.news-article-wrapper .article-thumb img { 
	max-height: none; max-width: none; min-width: none; min-height:none;
/*min-height: 100%; min-width: 100%; max-width: none;*/ }

.news-article-wrapper .article-thumb.noimage {
	background-size: auto 100%;
	background-position: center;
	height: 120px;
}
.news-article-wrapper .article-thumb-wrapper {
	height: auto;
}
.news-article-wrapper .article-slide-desc  {
	height: auto; min-height: 50px;
}

	
}

@media screen and (max-width: 719px) {

	.slide-desc-location,
	.slide-desc-activity {
		padding: 0 !important;
	}

	.slick-prev,
	.slick-next {
		display: inline-block !important;
		text-indent: -1000em;
		border: none;
		width: 30px;
		height: 30px;
		margin: 15px;
		background: #e30117 url(../../images/arrow-right.png) no-repeat center;
	}

	.slick-prev {
		background: #e74c3c url(../../images/arrow-left.png) no-repeat center;
	}

	.slick-list {
	    width: 100%;
	     left: 0px; 
	}

	.home-article-wrapper {
		text-align: center;
	}

	.home-article-wrapper .blue-btn {
		text-align: left;
	}

	.slide-desc-activity {
		min-height: 80px;
	}

	.home-article-wrapper .desc-text,
	.home-article-wrapper .desc-title {
		padding: 0;
	}

	#home-docs-links .home-docs,
	#home-docs-links .home-links {
	    padding: 50px 30px;
	}

	#home-docs-links span {
	    font-size: 13px;
	    height: 70px;
	}

	#home-docs-links h1 {
	    font-size: 23px;
	    margin-top: -15px;
	    line-height: 1;
	}

	.slick-dots {
		display: none !important;
	}

	.sidebar .tag {
	    font-size: 10px;
	    padding: 5px;
	}
}

@media screen and (max-width: 550px) {
	
	.carousel-inner .item {
		height: 160px;
	}
	
	.modal-dialog {
		width: 90%;
	}

	
  .hidden-xxs {
    display: none !important;
  }
	

	.main table tr:first-child {
		display: none;
	}

	.main table td {
		display: block;
		width: 100% !important;
		float: none;
		clear: both;
		text-align: left;
		position: relative;
		/*padding-top: 38px;*/
	}

	.main table.print-borderless {
		width: 100%;
	}
	.main table.print-borderless td {
		border: none;
		padding: 5px;
	}
	.main table.print-borderless tr {
		border-bottom: solid 1px #e9e9ea;
	}
   /* Product table*/
	.table-responsive table {
		border: none;
		text-align: center;
	}
	
	.table-responsive {
		overflow: visible !important;
	}	
	.dateSelect {
		width: 100%!important;
	}
	
	.table td:before, 
	.table-responsive td:before {
		background-color: #e9edf6;
		color: #013c88;
		padding: 5px; margin-right: 5px;
	}
	
	.product-table-list {
		padding: 0 15px;
	}
	.product-table-list .table-responsive tr {
		border-bottom: solid 20px #e9edf6;
	}
	
	.product-table-list .product-data {
		display: inline-table;
		float: none;
	}
	.product-table-list .col-xs-3.product-data  {
		width: 20%; margin-right: 20px;
	}
	
	.product-table-list button.button-read-more {  } 
	.product-table-list button.button-read-more .fa  { 
		display: none;
	}
	
	.product-table-list .table-responsive .product-general-list .col-desc-01 { display: none; padding: 0; line-height: normal!important; }
	.product-table-list .table-responsive .product-general-list .col-desc-02:before {
		content: 'Šifra';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-03:before {
		content: 'Naziv proizvoda';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-04:before {
		content: 'J.M.';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-05:before {
		content: 'Količina u pakovanju';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-06:before {
		content: 'Cena RSD po J.M. ';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-07:before {
		content: 'Cena RSD pakovanja';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-08:before {
		content: 'Cena RSD sa PDV-om';
	}
	.product-table-list .table-responsive .product-general-list .col-desc-09:before {
		content: 'Količina u pakovanju';
	}

	.product-table-list .table-responsive .product-general-list .col-desc-02,
	.product-table-list .table-responsive .product-general-list .col-desc-04,
	.product-table-list .table-responsive .product-general-list .col-desc-05,
	.product-table-list .table-responsive .product-general-list .col-desc-06,
	.product-table-list .table-responsive .product-general-list .col-desc-07 { display: none;	}

	/* Shop Search */
	.product-table-list .table-responsive .shop-search .col-desc-01 {
		display: none;
	}
	.product-table-list .table-responsive .shop-search .col-desc-02:before {
		content: 'ID';
	}
	.product-table-list .table-responsive .shop-search .col-desc-03:before {
		content: 'Status';
	}
	.product-table-list .table-responsive .shop-search .col-desc-04:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .col-desc-05:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .col-desc-06:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .col-desc-07:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .col-desc-08:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .col-desc-11:before {
		content: '';
	}
	.product-table-list .table-responsive .shop-search .badge.note {
		display: inline-block; width: auto;
		padding: 5px;
	}

	.shop-pay-up {
		display: none;
	}

	/* Shop Search */
	.product-table-list .table-responsive .message-search .col-desc-01 {
		display: none;
	}
	.product-table-list .table-responsive .message-search .col-desc-02:before {
		content: 'Date';
	}
	.product-table-list .table-responsive .message-search .col-desc-03:before {
		content: 'Sender';
	}
	.product-table-list .table-responsive .message-search .col-desc-04:before {
		content: 'Recipient';
	}
	.product-table-list .table-responsive .message-search .col-desc-05:before {
		content: 'Order';
	}
	.product-table-list .table-responsive .message-search .col-desc-06:before {
		content: 'Title';
	}
	.product-table-list .table-responsive .message-search .col-desc-07:before {
		content: 'Message';
	}
	.product-table-list .table-responsive .message-search .col-desc-08:before {
		content: 'Actions';
	}
	

	/* Shop Search */
	.product-table-list .table-responsive .transport-search .col-desc-01 {
		display: block; padding: 10px;
	}
	.product-table-list .table-responsive .transport-search .col-desc-01:before {
		content: 'Bottle number';
	}
	.product-table-list .table-responsive .transport-search .col-desc-02:before {
		content: 'Time';
	}
	.product-table-list .table-responsive .transport-search .col-desc-03,
	.product-table-list .table-responsive .transport-search .col-desc-04,
	.product-table-list .table-responsive .transport-search .col-desc-05 {
		display: none;
	}
	.product-table-list .table-responsive .transport-search .col-desc-06:before {
		content: 'Price with VAT';
	}

   .product-table-list .table-responsive {
   	width: 100%;
   	padding: 0; margin: 0;
   	overflow-x: hidden;
   }
   .product-table-list .table {
   	width: 100%;
   	padding: 0; margin: 0;
	}
	.product-table-list .table th,
	.product-table-list .table td {
		display: block;
		width: 100% !important;
		float: none;
		clear: both;
		text-align: left;
		position: relative;
	  white-space: pre-wrap; /* css-3 */
	  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	  white-space: -pre-wrap; /* Opera 4-6 */
	  white-space: -o-pre-wrap; /* Opera 7 */
	  word-wrap: break-word; /* Internet Explorer 5.5+ */		
	}

	.product-table-list .table tr:first-child {
		display: none;
	}

	.product-table-list .table .name {
   	white-space: pre-wrap; /* css-3 */
	  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	  white-space: -pre-wrap; /* Opera 4-6 */
	  white-space: -o-pre-wrap; /* Opera 7 */
	  word-wrap: break-word; /* Internet Explorer 5.5+ */	
   }
	
	.product-table-list button.button-read-more {
		width: 50%; margin: 0 0 10px -15px;
	}
	
	/* shop cart */
	.product-table-list .shopping-cart .col-desc-01 {
		display: block; padding: 10px 0;
	}
	.product-table-list .shopping-cart .col-desc-02:before {
		content: 'Naziv proizvoda';
		display: none;
	}	
	.product-table-list .shopping-cart .col-desc-03:before {
		content: 'Količina';
	}	
	.product-table-list .shopping-cart .col-desc-04:before {
		content: 'Cena RSD pakovanja';
	}	
	.product-table-list .shopping-cart .col-desc-05:before {
		content: 'Cena RSD sa PDV-om';
	}	
	
	.product-table-list .shopping-cart .button-read-more {
		margin: 0 auto;
	}	
	
	/* Porudzbenice */
	#category-page-wrapper .page-form {
		padding: 15px; margin: 0 15px 15px 15px; background: #fff;
	}
	
	#category-page-wrapper .page-form .date {
		max-width: 200px;
		width: 100%;
	}

	.shopping-cart-finished .table tr {
		border-bottom: solid 20px #fff;
	}
	.shopping-cart-finished .table .nameSize { padding-top: 5px; font-weight: bold; }
	
	.shopping-cart-finished .col-desc-01:before {
		content: 'Kupi ponovo';
	} 
	
	/* Pregled zavrsene korpe */
	.shopping-cart-finished .col-desc-01:before {
		content: 'Kupi ponovo';
	}
	.shopping-cart-finished .col-desc-02:before {
		content: 'Naziv proizvoda';
	}	
	.shopping-cart-finished .col-desc-03:before {
		content: 'Količina';
	}	
	.shopping-cart-finished .col-desc-04:before {
		content: 'Cena RSD pakovanja';
	}	
	.shopping-cart-finished .col-desc-05:before {
		content: 'Cena RSD sa PDV-om';
	}	
	#shop-page-wrapper .clearfix:before { display: none; }
	#shop-page-wrapper .clearfix:after { display: none; }
	
	
	/* Pregled adresa korisnika */
	.product-table-list .table-responsive .address-list .col-desc-01:before {
		content: 'Address';
	}
	.product-table-list .table-responsive .address-list .col-desc-02:before {
		content: 'Town';
	}	
	.product-table-list .table-responsive .address-list .col-desc-03:before {
		content: 'ZIP';
	}	
	.product-table-list .table-responsive .address-list .col-desc-04:before {
		content: 'Phone';
	}	
	.product-table-list .table-responsive .address-list .col-desc-05:before {
		content: 'Mobile';
	}	
	.product-table-list .table-responsive .address-list .col-desc-06:before {
		content: 'Note';
	}	
	.product-table-list .table-responsive .address-list .button-read-more {
		margin: 0 auto;
	}
		
	/* Pregled adresa korisnika */
	.table-responsive .warehouse-list .col-desc-01:before {
	}
	.table-responsive .warehouse-list .col-desc-02:before {
		content: 'Prodavnica';
	}
	.table-responsive .warehouse-list .col-desc-03:before {
		content: 'Adresa';
	}
	.table-responsive .warehouse-list .col-desc-04:before {
		content: 'Telefon';
	}
	.table-responsive .warehouse-list .col-desc-05:before {
		content: 'Radno vreme';
	}
	
	
}

@media screen and (max-width: 364px) {


	.article-slide-desc h2 {
	    margin: 15px auto !important;
	    font-size: 15px;
	}

	#home-news .article-slide-desc > p {
		padding-bottom: 10px;
		font-size: 12px;
		min-height: 125px;
	}

	.home-big-title {
	    font-size: 31px;
	}
}

@media print {
	@page {
	 	size: A4 portrait ;
	 	margin: 0;
	}
	/*.panel-group {display:none;}*/
	.page-form { display: none; }
	
	#buttons {display:none;}
	
	h2 { font-size: 20px; }	
	p {
		font-size: 10px;
		padding: 0; margin: 0;
	}
	.main table {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.main th,
	.main td {
		padding: 5px 10px;
    	font-size: 10px;
	}
	.main th p {
		font-size: 10px;
		padding: 0; margin: 0;
	}
	.main .table-striped-vertical {
		border: none; 
	}
	.main .table-striped-vertical td {
		border: none; 
	}
	.main .table-striped-vertical td:nth-of-type(even) {
	  	background-color: #fff;
	}
	.main .table-striped-vertical td:nth-of-type(odd) {
		border: none; 
		background-color: #fff;	
	}
	.main .table-striped-vertical td { margin: 0; padding: 0 }
	.main .table-striped-vertical td .pull-right { margin: 0; padding: 0 }

	.main .print-borderless {
		/*border: none;*/
	}
	.main .print-borderless.noborder {
		border: none;
	}

	.main .print-borderless th {
		border: none; 
	}
	.main .print-borderless tr {
		border: none; 
	}
	.main .print-borderless td {
		border: none; 
	}
	
	.main .print-borderless .print-text-right {
		text-align: right;
	}
	.main .print-borderless .text-right {
		white-space: nowrap;
	}

	table, td, tr, th {
    	border-top-style: none;
    	border-left-style: none;
    	border-right-style: none;
    	border-bottom-style: none;
	}

	.print-hidden {
		display: none;
	}	
	.company-logo {
		width: 150px;
	}
	dt { float: left; clear: both; font-size: 10px;}
	dd { float: left; margin-left: 15px; font-size: 10px;}
	.main dd>p { font-size: 10px; margin: 0; padding: 0; }
	
	#collapseOne {
		display: none;
	}
	.clearfix {
		height: 1px;width: 100%; clear: both;
	}

	.table td:before, 
	.table-responsive td:before {
		display: none; padding: 0;
	}
}