html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
* {box-sizing: border-box;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: ''; content: none;}
table {	border-collapse: collapse;border-spacing: 0;}
textarea { font:13px/1.4 Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

body {
	font:13px/1.4 Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#333;
	background:#f2f2f2;
}

a {
	text-decoration:none;
	color: #000000;
}

input {
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 8px;
	outline: 0;
	border:1px solid #cccccc;
	background: #FFFFFF;
}

/* 1200 px grid - responisve */

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  /*margin-right: -10px;
  margin-left: -10px;*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* end 1200 px grid */


.mobile-stuff {
	display: none;
}
.desktop-stuff {
	display: inherit;
}

header {background-color:#fff; position:relative;}
header .container {
	position:relative;
}
.container {position:relative;}
header .logo img {/*margin-top:10px;*/}
header .logo img.logoImg {width:75%;}
header .logo img.christmass {
	width:43px;
	position: absolute;
	top: -13px;
	left: -6px;
}
header .slogan {
	font:13px/1.4 Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-family: 'Amatic SC', cursive;*/
	font-size: 16px; 
	font-weight: 200; /*color: #f7961a;*/ color: #999;
	font-style: italic;
	/*padding: 0 0 0 20px;*/
	text-align: center;
}

header .search-box {padding-top:19px;}
header .search-box input.search-field {
	background: url(../img5/magnifier12.png) no-repeat scroll 9px 15px;
	background-color: #fcfcfc;
	border:1px solid #d9d9d9!important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:13px 10px 10px 30px;
	width: 100%;
	font-size: 16px;
	-webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
	box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
	color:#333;

}
header .search-box a.search-btn {position:absolute; top:1px; right:1px; text-align: center; font-size:18px; width:42px; height:42px; background-color: #f4f4f4; color:#999; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; line-height:43px;}
header .search-box a.search-btn:hover {background-color: #e8e8e8; color:#888;}
::-webkit-input-placeholder { color:#777; }
::-moz-placeholder { color:#777; } /* firefox 19+ */
:-ms-input-placeholder { color:#777; } /* ie */
input:-moz-placeholder { color:#777; }

header .choose-location {
	float:right;
	padding:28px 0 0 10px;
}

header .choose-location a {
	color: #999;
	font-size: 14px;
	line-height:19px;
}
header .choose-location span#location-marker {
	background:url(../img5/marker19.png) left top;
	margin: 0 6px -3px 0;
	width:13px;
	height:19px;
	display:inline-block;
	overflow:hidden;
}
header .contact-box span#contact-cloud {
	/*background:url(../img5/cloud.png) left top;*/
	margin: 0 6px -3px 0;
	width:19px;
	height:19px;
	display:inline-block;
	overflow:hidden;
}
header .choose-location a:hover span#location-marker, header .contact-box a:hover span#contact-cloud {
	background-position:bottom;
}
header .contact-box {
	float:right;
	padding:28px 0 0 12px;
}
header .contact-box a {
	color: #999;
	font-size: 14px;
	line-height:19px;
}
header .contact-box a:hover, header .choose-location a:hover {color:/*#e9282b*/#81AD30;}
header .contact-box span {
	font-size: 18px;
	padding: 0 0 0 19px;
	font-weight: 200;
	color: #999;
}

header .social {
	float:right;
	padding:26px 0 0 11px;
}
header .social a {
	width:24px;
	height:24px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin-left:1px;
}
header .social a#facebook {background:url(../img/facebook.png) top left;}
header .social a#twitter {background:url(../img/twitter.png) top left;}
header .social a#googlep {background:url(../img/googlep.png) top left;}
header .social a#instagram {background:url(../img/instagram.png) top left;}
header .social a#facebook:hover, header .social a#twitter:hover, header .social a#googlep:hover, header .social a#instagram:hover {background-position:bottom left;}

header .news-banner {
	background-color: /*#e9282b*/#81AD30;
    color: #fff;
    font-size: 18px;
}
header .news-banner .news-banner-container {
	padding: 4px 30px 0 30px;
	/*background-color: red;*/
	text-align: center;
}
header .news-banner .news-banner-container span {
	color: #F2ED5E;
}

header .navigator {
	background-color: #4f4f4f;
	width: 100%;
	height: 36px;
}
header .navigator .container .row {
	height: 36px;
}
header .navigator .container .row .col-sm-9 {
	height: 36px;
}
header .navigator .container ul {
	position: relative;
	height: 36px;
	display: block;
    width: 100%;
}
header .navigator .container ul, header .navigator .container li {
	height: 36px;
	float: left;
	z-index:91;
}
header .navigator .container div.submenu {
	display: none;
	position: absolute;
	top: 100%;
	z-index:91;
}
header .navigator .container div.submenu::before {
	position: absolute;
    top: -5px;
    left: 16px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-bottom-color: #fff;
    content: '';
	z-index:91;
}
header .navigator .container .basket-menu div.submenu::before {
    right: 70px;
    left: inherit;
}
header .navigator .container .basket-menu span span.basket-quantity {
	font-weight: bold;
}

header .navigator .container .user-menu-w {background-color: /*#ed394e;*/#E88D1E; height:36px; position:relative; text-align:center;}
.user-menu-w .shadow-l {position:absolute; top:0; left:-7px; height:36px; width:7px; display:block;}
.user-menu-w .shadow-r {position:absolute; top:0; right:-7px; height:36px; width:7px; display:block;}
header .navigator .container .user-menu {
	display: inline-block;
	height: 36px;
	color: #fff;
	font-size: 16px;
}
header .navigator .container div.user-menu a {
	padding: 8px 16px 10px 16px;
	line-height:22px;
}
header .navigator .container div.user-submenu {
	top: 100%;
	text-align:left;
}
header .navigator .container div.user-submenu a {
	font-size: 16px;
    color: #333;
    display: block;
    padding: 0px 0 6px 16px;
    line-height: 30px;
    height: 30px;
}
header .navigator .container div.user-menu a:hover {background-color:transparent;}
header .navigator .container div.user-submenu a:hover {background-color:#eaeaea;}
header .navigator .container div.user-submenu .new_msgs_cnt {color:#444; font-weight:bold;}

header .navigator .container div.user-menu a span {
	line-height:22px;
	color:rgba(255,255,255,0.85);
}
header .navigator .container div.user-menu a .fa {
	font-size:20px;
	line-height:22px;
	color:rgba(255,255,255,0.8);
	vertical-align: top;
	margin-right:5px;
}
header .navigator .container div.user-menu a:hover span, header .navigator .container div.user-menu a:hover .fa{
	color:rgba(255,255,255,1);
}
header .navigator .container div.user-submenu a .fa {
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin-right: 0;
	width:25px;
}
header .navigator .container div.user-submenu a:hover .fa {
    color: #333;
}
header .navigator .container div.user-menu img {

}
header .navigator .container div.login-menu {
	right: 110px;
}
header .navigator .container div.messages-menu a { padding: 8px 0 10px 0; position: relative; }
header .navigator .container div.basket-menu {
	right: 0px;
}
header .navigator .container div.user-menu:hover > div .submenu {
	display: block;
}
header .navigator .container div.user-menu:hover > .submenu {
	display: block;
}
header .navigator .container ul li:hover > div .submenu {
	display: block;
}
header .navigator .container ul li:hover > .submenu {
	/*display: block;*/
}
header .navigator .container .submenu .submenu-header {
	height: 18px;
}
header .navigator .container .submenu .submenu-header img {
	margin-bottom: -5px;
}
header .navigator .container .submenu .submenu-content {
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.75);
	padding: 20px 0 20px 0;
}
header .navigator .container .submenu .submenu-content .left-side {
	width: 280px;
	float: left;
}
header .navigator .container .submenu .submenu-content .left-side a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0px 0 6px 16px;
    line-height: 30px;
    height: 30px;
}
header .navigator .container .submenu .submenu-content .left-side a.sve-ponude {
	color: #222;
	font-weight:500;
}
header .navigator .container .submenu .submenu-content .left-side a span{
	font-size: 14px;
	color: #aaa;
}
header .navigator .container .submenu .submenu-content .left-side a:hover { background-color:#eaeaea;}
header .navigator .container .submenu .submenu-content .right-side {
	float: left;
	margin-right:20px;
}
header .navigator .container .submenu .submenu-content .right-side .offer {
	width:280px;
	height:306px;
	margin:0 0 0 20px;
	float: left;
}
header .navigator .container a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 9px 10px 9px 10px;
	height:36px;
}
header .navigator .container a:hover, header .navigator .container a.active {
	text-decoration: none;
	background-color:/*#ed394e*/#E88D1E;
}
header .navigator .container input {
	font-size: 12px;
}

.user-msgs-cnt { text-align: center; background-color: #DA4935; position: absolute; left: 18px; top: 2px; padding: 0px 2px 0px 2px; border-radius: 50%; width: 20px; height: 20px; }

.ornament {
    background: #f2f2f2 url(../img5/ornament-1200.png) repeat-y;
	background-position-x: center;
	background-position-y: 125px;
	height:100%;
}

.search-results {
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	background-color: #fff;
	box-shadow: -2px 2px 10px #555;
	padding: 10px 20px 10px 20px;
	z-index: 300;
	width: 300px;
}
.search-results ul li {
	display: block!important;
	cursor: pointer;
	padding: 10px;
}
.search-results ul li:hover {
	background-color: #eee;
}
.search-results ul li.active {
	background-color: #eee;
}
.search-results ul li a {
	color: #000!important;
	text-decoration: none!important;
}
.search-results ul li a:hover {
	color: #000!important;
	text-decoration: none!important;
}
.search-results ul li img {
	float: left;
	margin-right: 4px;
}
.search-results ul li a.search-result-link {
	font-size: 13px;
}

.search-panel {
	padding: 20px;
	text-align: center;
	font-size: 20px;
}

.arrow-left { position:fixed; left:20px; top:40%; z-index:20; }
.arrow-right { position:fixed; right:20px; top:40%; z-index:20; }
section.container {
	position:relative;
	width:auto;
	max-width:900px;
	margin: 0 auto 20px auto;
}
section.container .top-container h1 {
	font-size: 20px;
	margin: 10px 0 0 0;
	display: inline-block;
}

.width100p {
	width: 100%;
}
.mr-top10 {
	margin-top: 10px!important;
}
.mr-top20 {
	margin-top: 20px!important;
}
.mr-top30 {
	margin-top: 30px!important;
}
.mr-bottom20 {
	margin-bottom: 20px!important;
}
.mr-right5 {
	margin-right: 5px!important;
}
.mr-right10 {
	margin-right: 10px!important;
}
.mr-right20 {
	margin-right: 20px!important;
}
.mr-left10 {
	margin-left: 10px!important;
}
.center-text {
	text-align: center!important;
}
.left-text {
	text-align: left!important;
}
.text-italic {
	font-style: italic;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.font12 {
	font-size: 12px!important;
}
.font-white {
	color: #fff!important;
}
.no-shadow {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.container .top-container .categories {
	width: 180px;
	float: left;
	margin-top: 8px;
	position: relative;
}
.container .top-container .categories h1 {
	font-size: 30px;
	margin: 0 0 6px 0;
}
.container .top-container .categories a {
	display: block;
	margin: 0 0 6px 0;
	font-size: 14px;
	line-height: 150%;
}
.container .top-container .categories ul ul.subcategories {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: -2px 2px 20px #555;
	padding: 10px 20px;
	left: 80px;
	margin-top: -30px;
	width: 160px;
	z-index: 250;
}
.container .top-container .categories ul li:hover > ul.subcategories {
	display: block;
}
.container .top-container .categories a:hover {
	color: #456996;
}
.container .top-container .categories a.first {
	font-size: 16px;
}
.featured-offers {
	margin-top:25px;
}
.featured-offer {
	position: relative;
}
.featured-offer img {height:auto;}
.featured-offer a {
	padding: 0;
	margin: 0;
	position: static!important;
}
.subscribe-c {padding:0 10px;}
.subscribe-panel {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:/*#87202c*/#81AD30;
	font-size: 18px;
	margin-top: 25px;
	width: 100%;
	padding:10px 8px;
	text-align:center;
}
.subscribe-shadow {padding:0;}
.subscribe-shadow img {width:100%;}
.subscribe-panel p {
	line-height:44px;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	font-weight:500;
	display:inline-block;
	margin-right:15px;
}

.subscribe-panel input {
	background-color: #fff;
    border: none!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 12px 10px 12px;
    font-size: 16px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.15);
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.15);
    color: #333;
	display:inline-block;
	margin-right:12px;
	width:620px;
}

.subscribe-panel a {
	background-color: /*#ed394e*/#E88D1E;    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 11px 25px 9px 25px;
    font-size: 14px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.15);
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.15);
    color: #fff;
	text-transform:uppercase;
	line-height:20px;
	display:inline-block;
	vertical-align: top;
}



.search {
	margin-top: 26px;
	position: relative;
}
.search .search-what {
	position: absolute;
	color: #999;
	left: 64px;
	top: -20px;
	font-style: italic;
}
.search .search-what img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 16px;
	bottom: -10px;
}
.search .search-where {
	position: absolute;
	color: #999;
	left: 216px;
	top: -20px;
	font-style: italic;
}
.search .search-where img {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 40px;
	top: 16px;
	bottom: -10px;
}
.search input {
	font-size: 18px;
}

.search-map {
	position: relative;
	margin-top: 8px;
	width: 720px;
	height: 90px;
}

.vertical-featured, .main-featured {height: 340px; overflow:hidden;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 3px;
}

.small-featured {height: 160px; position:relative; overflow:hidden;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.small-featured-first {margin-bottom:20px;}
.main-featured:hover, .vertical-featured:hover, .small-featured:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3)
}
@media (max-width: 1199px) {
.vertical-featured, .main-featured {height: 273px;}
.small-featured {height: 127px;}
.small-featured-first {margin-bottom:19px;}
.subscribe-panel input {width: 410px;}
.ornament {
    background: #f2f2f2 url(../img5/ornament-980.png) repeat-y;
	background-position-x: center;
	background-position-y: 125px;
}
}
@media (max-width: 992px) {
.subscribe-panel input {width: 190px;}
.ornament {
    background: #f2f2f2 url(../img5/ornament-920.png) repeat-y;
	background-position-x: center;
	background-position-y: 125px;
}
}
.featured-panel {
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
	padding: 0;
	text-align:right;
}
.small-featured .featured-panel {padding:0;}
.featured-txt {
	padding:4px 8px 5px 8px;
	background-color: rgba(60, 0, 0, 0.5);
	text-align:left;
	border-radius: 0 0 3px 3px;
}
.featured-txt a h2 {
	color:#fff;
	text-shadow: 0 0 3px #000000;
	font-size:19px;
	font-weight:500;
	line-height:26px;
}
.featured-txt a h3 {
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	line-height:19px;
}
.main-featured .featured-txt a h2 {font-size:24px;line-height:30px;}
.main-featured .featured-txt a h3 {font-size:15px;line-height:20px;}
.featured-price {padding:2px 7px 0px 8px; background-color:rgba(255, 255, 255, 0.8); display:inline-block; margin-bottom:1px; border-radius: 3px 0 0 0px;}
.featured-price .regular-price {
	font-size: 14px;
	text-decoration: line-through;
	color:#333;
}
.featured-price .reduced-price {
	color: /*#e9282b*/#81AD30;
	font-size: 16px;
	font-weight:500;
	margin-left:6px;
}
.main-featured .featured-price .reduced-price {font-size: 21px;}

.transparent-panel, .transparent-panel a {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(/img5/b50.png) repeat;
    font-size: 16px;
    color: #fff;
}

.main-featured .discount-star {
	background: url(../img5/popust-s.png) no-repeat;
	width: 81px;
	height: 81px;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	right: 11px;
	top: 3px;
	z-index: 10;
	position: absolute;
	padding-top: 24px;
	text-shadow: 1px 1px 2px #2a3a04;
	line-height: 32px;
}

.t-panel100 {
    height: 100px;
}
.t-panel80 {
    height: 80px;
}
.t-panel60 {
    height: 60px;
}
.t-panel40 {
    height: 40px;
}
.t-panel30 {
    height: 30px;
}

.ponude h2 a {color:/*#e9282b*/#81AD30; font-size:24px;}
.ponude .ponude-sve {display:inline-block; float:right; padding-top:10px;}
.ponude .ponude-sve a {color:#fcfcfc; font-size:18px; background-color:#82b540;-webkit-border-radius: 2px;border-radius: 2px; padding: 8px 37px;}
.ponude .ponude-sve a:hover {color:#666; background-color:#ddd;}
.ponude .ponude-sve a i {margin-left:4px;}

.offers-container {
	margin-top: 10px;
}
.offers-container h2, .offers-container h1 {
	font-size: 20px;
	padding: 4px 0 0 0;
	color: #8EC63F;
}
.offers-container h2 span a {
	font-size: 14px;
	color: #456996;
}
.offers-container h2 span a:hover {
	text-decoration: underline;
}
.offers-container .offers-paging {
	width: 100%;
}
.offers-container .offers-paging a {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #456996;
}
.offers-container .offers-paging .left-paging {
	padding: 10px;
	float: left;
}
.offers-container .offers-paging .right-paging {
	padding: 10px;
	float: right;
}

.offer {
	margin: 10px 0 20px 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
	text-align:center;
}

.fotke .offer {
	margin: 0 0 20px 0;
}
.img-wrap { max-height: 170px; min-height: 170px; overflow: hidden; }

.offer a {
	padding: 0!important;
}
.offer:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3)
}
.offer img {
	width: 100%;
}
.offer h1, .offer h2 {
	color:#222;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	padding:4px 8px 2px 8px;
}
.offer h3 {
	/*
	color:#333;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	padding:2px 8px 4px 8px;
	*/
	color:#222;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	padding:4px 8px 2px 8px;
}
.offer p {
	color:#666;
	font-size:14px;
	font-weight:400;
	line-height:18px;
	padding:1px 8px 2px 8px;
}


.offer .price {
	padding:2px 8px 6px 8px;
}
.offer .price .regular-price {
	text-decoration: line-through;
	font-size: 16px;
	color: #aaa;
	font-weight:300;
	margin-right:8px;
}
.offer .price .reduced-price {
	color: /*#e9282b*/#81AD30;
	font-size: 18px;
	font-weight:400;
}

.offer .archive-img-c {
	height:112px;
	overflow: hidden;
}

.offer-nl-subscription {
	position: relative;
	overflow:hidden;
	text-align: left;
}
.offer-nl-subscription img, .offer-nl-subscription a img { height:100%; width: auto;}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .offer-nl-subscription img {
        height:auto!important;
    }
}
.submenu-content .offer-nl-subscription img, .submenu-content .offer-nl-subscription a img { height:306px; width: auto;}
.submenu-content .offer-nl-subscription a {height:auto;}
.offer-nl-subscription figcaption.offer-nl-title, .offer-nl-subscription a figcaption.offer-nl-title {
	position: absolute;
	top: 7px;
	left: 10px;
}
.offer-nl-subscription figcaption.offer-nl-title p, .offer-nl-subscription a figcaption.offer-nl-title p {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	font-size: 24px;
	font-weight:400;
	display:inline;
	line-height:31px;
	padding:0;
}

.offer-nl-subscription figcaption.offer-nl-title p span, .offer-nl-subscription a figcaption.offer-nl-title p span {
	padding:0;
	box-shadow: 4px 0 0 rgba(0,0,0,0.4), -4px 0 0 rgba(0,0,0,0.4);
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	box-decoration-break: clone;
}
.offer-nl-subscription input, .offer-nl-subscription a input {
	position: absolute;
	left: 3%;
	bottom: 10px;
	width: 94%;
	background-color: #fff;
    border: none!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 12px 10px 12px;
    font-size: 16px;
    color: #333;
}

.offer-nl-subscription .subscription-btn {position: absolute; right: 3%; bottom: 10px; font-size: 16px; text-align: center; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; width: 42px; height: 42px; background-color: #f4f4f4; color: #999; line-height: 43px;}
.offer-nl-subscription .subscription-btn:hover {background-color: #e0e0e0; color:#777;}

.banner-container-900 {
	margin-top: 30px;
	text-align: center;
}

.pp-button5 {
	text-shadow: none!important;
	padding: 11px 10px 10px 10px;
	font-size: 16px;
    font-weight: 400;
	text-align:center;
	width:188px;
	display: inline-block;
	line-height: 18px;
	color: #fff!important;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
.modal .pp-button5 {
	padding: 14px 10px 12px 10px;
	width:100%;
	text-transform:uppercase;
}
.pp-button5 i {
	font-size: 18px;
	padding-right:8px;
}

.comment-btn .pp-button5 {width:280px;}
.pp-button5 span.button-info {
	font-size: 14px;
	text-transform: none;
	margin-top: 6px;
	display: block;
}

.zelena5 {background-color: /*#ed394e*/#E88D1E; -webkit-box-shadow: 1px 2px 0 0 /*#c21e21*/#E88D1E;box-shadow: 1px 2px 0 0 /*#c21e21*/#E88D1E;}
.zelena5:hover {background: /*#ed394e*/#E88D1E!important; -webkit-box-shadow: 1px 2px 0 0 /*#c21e21*/#E88D1E;box-shadow: 1px 2px 0 0 /*#c21e21*/#E88D1E;}
.plava5 {background-color: #446c99; -webkit-box-shadow: 1px 2px 0 0 rgba(61,95,135,1);box-shadow: 1px 2px 0 0 rgba(61,95,135,1);}
.plava5:hover {background: #416691!important; -webkit-box-shadow: 1px 2px 0 0 rgba(58,90,128,1);box-shadow: 1px 2px 0 0 rgba(58,90,128,1);}
.narancasta5 {background: #f7961a!important; -webkit-box-shadow: 1px 2px 0 0 rgba(193,116,17,1);box-shadow: 1px 2px 0 0 rgba(193,116,17,1);}
.narancasta5:hover {background: #ea8e19!important; -webkit-box-shadow: 1px 2px 0 0 rgba(183,110,16,1);box-shadow: 1px 2px 0 0 rgba(183,110,16,1);}
.siva5 {background: #ccc!important; margin-left:-2px;}
.toggle {background: #ccc!important;}

.subscribe-button {
	padding: 8px;
	font-weight: normal;
}
.subscribe-button img {
	width:16px;
	margin:0 6px -1px 0;
}

.breadcrumbs {
	margin: 12px 0 0 0;
}
.breadcrumbs, .breadcrumbs span a {color: #888;}
.breadcrumbs, .breadcrumbs span a:hover {color: #666;}
.breadcrumbs span:last-child a {color: #666; font-weight:500;}

.breadcrumbs span:after {font-family: FontAwesome; content: "\f105"; margin:0 3px 0 7px; font-size:14px; color:#aaa;}
.breadcrumbs span:last-child:after {content: "";}

/*OFFER PAGE*/
.offer-title {background-color:#fff; padding:15px 20px 20px 20px; margin:9px 0 20px 0;}
.offer-title h1 {font-size:30px; font-weight:500; color:#333;}
.offer-title h2 {font-size:21px; font-weight:400; color:#555;}

.offer-title .offer-follow { text-align: right; }
.offer-title .offer-follow a { font-size: 21px; font-weight: 400; color: #555; }
.offer-title .offer-follow a i { color: #f7961a; }

.offer-info h1 {
	width: 768px;
	text-align:justify;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	color: #333333;
}
.offer-info h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}
.offer-info .transport {
	padding-top: 5px;
	font-size: 12px;
	color: #453b26;
	display: inline-block;
	float: left;
}
.offer-info .transport img {
	margin: 0 6px -6px 10px;
}
.offer-image {
	float: left;
	width: 100%;
	position: relative;
}
.offer-image .slick-slider {
	margin-bottom: 4px;
}
#offer-images-nav {margin-bottom: 0;}
.offer-image .slick-prev {
	left: 6px;
}
.offer-image .slick-next {
	right: 6px;
}
.offer-image .image-container {
	display: none;
}
.offer-image .thumb-container {
	display: none;
	cursor: pointer;
}
.offer-image .discount-star {
	background: url(../img5/popust.png) no-repeat;
	width: 135px;
	height: 135px;
	font-size: 44px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	right: -15px;
	top: -15px;
	z-index: 50;
	position: absolute;
	padding-top: 50px;
	text-shadow: 1px 1px 2px #2a3a04;
	line-height: 32px;
}
.payment-note {
	font-size: 14px;
	color:#666;
	line-height:19px;
	margin:15px 0 15px 0;
}
.payment-note i {margin-right:8px;}
.offer-gallery {
	float: left;
}
.offer-gallery { width: 100%; height: 160px; padding: 0; }
.offer-gallery ul { margin: 0; padding: 0; height: 100%; list-style: none; }
.offer-gallery ul li { float: left; margin: 0 5px 0 0; padding: 0; width: 120px; height: 100%; }
.scrollbar { width: 100%; height: 10px; }
.scrollbar .handle {
    width: 100px; /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #222;
}
.offer-prices-w {background:#fff;}
.offer-prices {background:#fff; padding:20px 20px 17px 20px;}
.prices-other-stuff {margin-top:1px; padding:20px 20px 19px 27px;}
.offer-prices p {
	color:#666;
}
.offer-prices p.ograniceno {
	color: #f7961a;
	font-size: 15px;
	font-weight: 500;
	margin:12px 0 6px 0;
}
.offer-prices .regular-price {
	padding-top: 3px;
	font-size: 21px;
	text-decoration: line-through;
	text-align: left;
	color:#aaa;
	line-height:24px;
	font-weight:400;
}
.offer-prices .button {float:left;}
.offer-prices #offer-data-reduced-price {float:left; display:block; margin-left:20px;}
.offer-prices #offer-data-reservation-price {float:left; display:block; margin-left:20px;}
.offer-prices .reduced-price, .offer-prices .reservation-price {
	padding: 0;
	font-size: 24px;
	color:#373737;
	font-weight:500;
	line-height:26px;
}
.offer-prices .reservation-price {padding-top:12px;}
.offer-prices .buy-button {
	margin: 0;
	width: 188px;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	padding: 20px 0 16px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
    text-align: center;
	line-height:18px;
}
.offer-prices #offer-data-transport, .offer-prices .bought {font-size:16px; color:#666;}
.offer-prices #offer-data-transport i {font-size:18px; margin-right:10px;}
.offer-prices .bought i {font-size:18px; margin-right:6px;}
.offer-prices .bought span {font-size:21px; color:#555; font-weight:500;}

.offer-prices .button-price {
	font-size: 20px;
}
.offer-prices .button-price span {
	font-size: 12px;
}
.offer-prices .buy-button span.buy-button-info {
	font-size: 14px;
	text-transform: none;
	margin-top: 6px;
	display: block;
}
.offer-prices .buy-button span.buy-button-currency {
	font-size: 20px;
	text-transform: none;
}
.offer-prices .buy-button-or {
	text-align: left;
	padding-left: 88px;
	margin: 11px 0 8px 0;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.offer-prices .reservation-supplement {
	font-size: 14px;
	position: relative;
	margin: 14px 0 0 7px;
	width: 181px;
	color:#888;
	font-weight:300;
	line-height:20px;
}
.offer-prices .reservation-supplement span {font-weight:500;}
.offer-prices .reservation-supplement img {
	position: absolute;
	top: -17px;
	right: -36px;
}
.offer-prices .hurry img {
	margin: 10px 4px -8px 0;
}
.offer-prices .time {font-size:14px; color:#666;}
.offer-prices .time i {font-size:18px; margin-right:11px;}

.offer-prices .time span#offer-data-timer {font-size:20px; color:#555; margin-left:5px;}
.offer-prices .time span#offer-data-timer span {font-size:17px; color:#777; margin:0 2px 0 1px;}
.offer-prices .security {
	margin: 20px 0 0 10px;
}
.offer-details {
	height: 930px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
 	overflow: hidden;
}
.offer-details .payment-notif {
	font-size: 18px;
}
.sold-out { display: none; position: absolute; top: 0px; left: 0px; z-index: 100; }

.customer-reviews {background-color:#fff; width:100%; padding:20px 20px 26px 20px; margin-bottom: 20px;}
.customer-reviews .reviews-container {
	width: 100%;
}

.customer-reviews .review:after {
    content: "";
    border: 0;
    height: 1px;
    background: #f2f2f2;
    margin: 14px -20px 15px -20px;
    display: block;
}
.customer-reviews .child-review {
	padding-left: 40px;
}
.customer-reviews .review .review-body {
	margin-left: 40px;
	margin-right: 5px;
}

.customer-reviews .review i {
	float: left;
	font-size: 24px;
	padding-top:6px;
}

.customer-reviews .happy i {color:#e9282b;}
.customer-reviews .angry i {color:#808080;}

.customer-reviews .review .review-text {
	font-size: 16px;
	color: #333;
	font-style: italic;
}
.customer-reviews .review .customer,.review-date {
	font-size: 16px;
	color: #999;
	font-style: italic;
}
.customer-reviews .comment-btn {text-align:center;}
.customer-reviews .comment-form {margin-top: 20px;}
.customer-reviews .comment-form p {padding:0; margin-bottom:15px; color:#333;}
.customer-reviews .comment-form p input {width:100%;}
.customer-reviews .comment-form p input.checkbox {width:auto;}
.customer-reviews .comment-form p input#comments-submit {width:188px;}
.customer-reviews .comment-form textarea {
	width:100%;
	height: 100px;
	border: 1px solid #ccc;
}
.evaluation_score {
	color: #453b26;
	font-size: 14px;
	margin: 0 0 15px 0;
}
/*.evaluation_score:after {
    content: "";
    border: 0;
    height: 1px;
    background: #f2f2f2;
    margin: 14px -20px 15px -20px;
    display: block;
}
*/
.evaluation_score img {
	margin: 0 0 -2px 0;
}
.evaluation_score .evaluation-stars {
	font-size:16px;
	color:#333;
	font-weight:400;
	display: inline-block;
	cursor: pointer;
}
.evaluation_score .evaluation-stars b {
	font-weight:500;
}
.evaluation_score .evaluation-stars .evaluation-details {
	display: none;
	position: absolute;
	left: 140px;
	z-index: 250;
	background-color: #fff;
	padding: 20px;
	box-shadow: -2px 2px 20px #555;
}
.evaluation_score .evaluation-stars:hover > .evaluation-details {
	display: block;
}
.offer-stars {background-color:rgba(60,0,0,0.4);-webkit-border-radius:3px; border-radius:3px; position:absolute; top:8px; left:8px; padding:5px 4px 1px 5px; margin:0; line-height:16px; color: #fff; text-shadow: 0 0 3px #000; }
.offer-stars img {width:auto;}
.social-share {
 	margin: 30px 10px 0 18px;
 	color: #536579;
}
.offer-text {
	background-color:#fff;
	padding: 22px 20px 20px 20px;
	font-size: 16px;
	white-space: normal;
}
.offer-more-button-w {margin-bottom:15px;}
.offer-more-button {background-color:#fff;
	padding: 23px 20px 26px 20px;
}
.offer-text h1 {font-size: 20px; color:#e9282b; font-weight:400; padding:2px 0 22px 0;}
.offer-text h2 {font-size: 17px; color:#e9282b; font-weight:400; padding:2px 0 18px 0;}
.offer-text p {font-size: 16px; color:#333; font-weight:400; padding:2px 0 18px 0; text-align:justify; line-height:24px;}
/*.offer-text p b {font-weight:500;}*/
.offer-text p a {color:#e9282b;}
.offer-text p a:hover {text-decoration:underline;}
/*.offer-text img {width: 100%;}*/
.offer-text b { font-weight: bold;}
.offer-text font b { font-weight: normal; }
.offer-text i { font-style: italic; }
.offer-text u { text-decoration: underline; }
.partners-text img {width: auto!important;}
 .offer-notes-top, .offer-notes, .add-submenu {
	background-color:#fff;
	padding: 20px;
	white-space: normal;
}
.offer-notes-top hr, .offer-notes hr {border:0; height:1px; background:#ddd; margin: 12px -20px 15px -20px;}
.offer-notes-top .buttons, .offer-notes .buttons {
	margin-bottom: 10px;
}
.offer-notes-top .button, .offer-notes .button {
	margin: 0;
	width: 188px;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	padding: 11px 10px 10px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
    text-align: left;
	line-height:18px;
}
.offer-notes-top .button i, .offer-notes .button i {
	margin-right: 8px;
	font-size: 18px;
}

.partneri-header h1 {font-size: 24px; color:#e9282b; font-weight:400; padding:0 0 4px 0;}
.partneri-header h2 {font-size: 18px; color:#333; font-weight:400; padding:0 0 6px 0;}
.partneri {background-color:#fff; padding: 22px 20px 20px 20px; font-size: 16px;}
.partneri h1 {font-size: 20px; color:#e9282b; font-weight:400; padding:0 0 22px 0;}
.partneri h2 {font-size: 18px; color:#e9282b; font-weight:400; padding:0 0 18px 0;}
.partneri h3 {font-size: 16px; font-weight:500; padding:0 0 16px 0;}
.partneri p {text-align: left; font-size: 16px; color:#333; font-weight:400; padding:2px 0 18px 0; line-height:24px;}
.partneri p b {font-weight:500;}
.partneri p a {color:#e9282b;}
.partneri p a:hover {text-decoration:underline;}
.partneri img {width:100%; height:auto; margin-bottom:20px;}
.partner-logo {margin:20px 20px 20px 20px;}

.add-submenu {font-size:16px; font-weight:400;}
.add-submenu ul li { margin-bottom:5px;}
.add-submenu ul li a {color: #e9282b;}
.add-submenu ul li a:hover {text-decoration:underline;}
.show-all .button {
	margin: 0;
	width: 188px;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	padding: 11px 10px 10px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
    text-align: center;
	line-height:18px;
}
.show-all .button i {
	margin-left: 2px;
	font-size: 17px;
	color:rgba(255,255,255,0.9);
}


.offer-notes ul {
	margin: 0 0 0 0;
}
.offer-notes li {
	font-size: 16px;
}
.offer-notes li:after {content: ""; border: 0;height: 1px;background: #ddd;margin: 14px -20px 15px -20px;display: block;}
.offer-notes li p {
	font-size: 16px;
	color:#333;
	line-height:28px;
}
.payment-thank-you .offer-details .offer-notes li {
	font-size: 16px;
	line-height:28px;
}
.offer-notes li p b {
	color:#e08613;
	font-weight:500;
}
.offer-notes li p a {
	color:#e9282b;
}
.offer-notes li p a:hover { text-decoration:underline;}
.offer-notes li.hidden-note {
	display: none;
}
.offer-notes li.show-all-notes {
	list-style: none!important;
	text-align: center;
	border: none;
}
.offer-notes li.show-all-notes:after { height:0; background-color:transparent;}
.offer-notes li.three-dots {
	text-align: left!important;
}
.offer-notes li.show-all-notes a {width:auto; padding-left:20px; padding-right:20px;}
.offer-notes li.show-all-notes a i {margin-left: 2px; font-size: 17px; color: rgba(255,255,255,0.9); padding-right:0;}
.offer-notes li:last-child {border-bottom: none; padding-bottom:0;}
.offer-notes li.offer-notes-header {
	margin-left: -2px;
	list-style: none;
	color: #fff;
	border: 0px;
	padding: 4px 10px 4px 10px;
	width: 210px;
	cursor: pointer;
}
.offer-notes li.offer-notes-header img {
	margin: 0 10px -1px 0;
}
.offer-notes li.booking-header {
	margin-left:-2px;
}
.offer-notes li.booking-header a {
	color: #fff;
}
.offer-notes li.delivery-header {
	list-style: none;
	color: #fff;
	border: 0px;
	padding: 4px 10px 4px 10px;
	width: 210px;
	cursor: pointer;
}
.offer-notes li.delivery-header img {
	margin: 0 10px -1px 0;
}
.offer-notes-submenu {
	display: none;
	margin-top:20px!important;
}
.offer-notes-submenu li:last-child:after {
	height: 0px!important;

}
.offer-notes-submenu li a {color: #e9282b;}
.offer-notes-submenu li a:hover {text-decoration:underline;}
.travel-insurance-panel {
	.text-align: center; margin-top: 20px;
}
.upload-photos-panel {
	position: relative;
	width: 100%;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height:80px;
}
.upload-photos-panel a {
	color:#fff;
}
.upload-photos-panel a .fa-camera {
	font-size:32px;
	position: absolute;
	top: 24px;
	left: 21px;
}
.upload-photos-panel .fa-angle-right {
	font-size:32px;
	position: absolute;
	top: 24px;
	right: 24px;
}
.upload-photos-panel img {
	position: absolute;
	top: 24px;
	left: 80px;
}
.upload-photos-panel .upload-photos-text {
	font-size: 24px;
	font-weight:400;
	padding: 15px 40px 4px 73px;
	line-height: 25px;
}
.upload-photos-panel .upload-photos-text span {
	font-size: 16px;
	color:#f3f8eb;
}
.offer-data-other {
	margin-bottom:20px;
}
.company-locations {
	background-color:#fff;
	padding:20px 20px 0 20px;
	font-size: 16px;
}
.company-locations p {
	padding: 0 0 26px 0;
	color:#333;
}
.company-locations a {
	color: #e9282b;
}
.company-locations a:hover {text-decoration:underline;}
.company-locations p strong {font-weight:500;}
.company-locations .company-name {
	font-size: 18px;
	font-weight:500;
}
.company-map {
	width: 100%;
	overflow:hidden;
}




/*PARTNER PAGE*/
.company { margin-top:18px; margin-bottom:20px;}
.company-info {background-color:#fff; padding:20px;}
.company-info h1 {
	font-size: 30px;
	line-height: 36px;
    font-weight: 500;
    color: #333;
}
.company-info h2 {
	font-size: 21px;
    font-weight: 400;
    color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.company-info .company-contact {
	font-size: 16px;
	margin-top: 5px;
	color: #333;
}
.company-info .company-contact a {color: #e9282b;}
.company-info .company-contact a:hover {text-decoration:underline;}
.company-info .evaluation_score {
	margin: 4px 0 0 0;
	padding-top: 5px;
	color: #333;
	font-size: 16px;
}
.company-info .evaluation_score b {font-weight:500;}
.company-info .evaluation_score .evaluation-stars {
	display: inline-block;
	cursor: pointer;
}
.company-info .evaluation_score .evaluation-stars .evaluation-details {
	display: none;
	position: absolute;
	z-index: 250;
	background-color: #fff;
	padding: 20px;
	box-shadow: -2px 2px 20px #555;
}
.company-info .evaluation_score .evaluation-stars:hover > .evaluation-details {
	display: block;
}
.company-info .evaluation_score img {
	margin: 0 0 -2px 0;
}
.company-info .company-map {margin-top: 20px;}
.company-reviews {
	float: left;
	width: 300px;
}
.company-reviews .customer-reviews {
	width: 290px!important;
	margin: 10px 0 20px 0;
	padding: 0 0 0 10px;
}
.company-info .evaluation_score:after {height: 0;background: none;margin: 0;}
.company .pp-button5 {width: auto;padding: 11px 20px 10px 20px;}
.company .pp-button5 i {padding: 0 0 0 4px;}
.company .customer-reviews, .company .company-info {height:100%; padding-bottom:0px;}
.company .company-info {padding-bottom:20px;}
.company .customer-reviews .reviews-container {max-height: 360px; overflow-y: scroll; overflow-x: hidden;}
@media (max-width: 768px) {
  .company .customer-reviews, .company .company-info {padding-bottom:20px;}
}
@media (max-width: 767px) {
  .blog-navigation {margin-top:20px;}
}


.show-all {
	margin-top: 0px;
	text-align: center;
}
.show-all a {
	/*padding: 8px;
	color: #456996;
	text-decoration: none;
	font-size: 16px;
	text-align: center;*/
	/*box-shadow: 2px 2px 6px #555;*/
}
.show-all img {
	display: inline-block;

}

/*LOCATION PAGE*/
.choose-location {

}
.choose-location select {
	padding: 6px;
	font-size: 16px;
}
.choose-location p {
	padding: 10px 0 10px 0;
	font-size: 14px;
}
.choose-location h1 {
	text-align:justify;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	color: #333333;
}
.choose-location .map-container {
	width: 900px;
	height: 200px;
}

/*POPUP*/
#overlay {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%; display: none; background:url(../img/overlay.png) repeat; z-index: 100;}
#overlay-nav {position:fixed;top: 0px;left: 0px;width: 100%;height: 100%; display: none; background:url(../img/overlay.png) repeat; z-index: 90;}

.f-popup-o {background-color: rgba(0, 0, 0, 0.5); padding:5px; z-index: 250!important; display: none; position: absolute;}
.f-popup {background-color:#FFF;  padding:30px 20px 30px 20px; position:relative;}
.fixed {position: fixed;}
.p400 {width:400px;}
.p500 {width:560px;}
.pu500 {width:520px;}
.pu540 {width:540px;}
.p620 {width:680px;}
.pu620 {width:640px;}
.p650 {width:710px;}
.pu650 {width:670px;}
.pu680 {width:680px;}
.pu750 {width:810px;}
.pu800 {width:860px;}
.f-popup .hide {display: block; width: 30px; height: 30px; position: absolute; right: -15px; top: -15px; padding: 0; text-indent: -9999px; z-index: 1000; background: transparent url(file:///img/hide.png) no-repeat; cursor: pointer;}
.f-popup a {text-decoration: none;}
.f-popup a:hover {text-decoration: none;}
.f-popup h1 {font-size:26px; font-weight: 600; padding:0; margin:0; line-height:30px; text-align: center; margin-bottom: 20px;}
.f-popup h1 span {color:#86B73C;}
.f-popup h2 {font-size:22px; font-weight:400; color:#555; padding:0; margin: 0 0 20px 0; line-height:30px;}
.f-popup a {text-decoration: none;}
.f-popup a:hover {text-decoration: none;}
.f-popup h4 {text-align: center; color:#333; font-size:16px; font-weight:600;}
.f-popup p {color:#536579; text-align: left; font-size:16px,}
.f-popup ul.notes {list-style: disc; font-size: 12px; padding: 0 0 0 40px; margin-top: 20px;}
.f-popup ul.notes li {list-style:disc;}
.txtField {width:380px; border:1px solid rgba(44,80,121,0.3); padding:6px 5px;  font-size: 16px; color:#333; margin:0 auto;}
/*toggle buttons*/
.toggle-group a { background: #fff;	cursor: pointer; border-top: solid 1px #eaeaea;	border-left: solid 1px #eaeaea;	border-bottom: solid 1px #777; border-right: solid 1px #777; padding: 5px 5px; }
.toggle-group a:hover {text-decoration: none; background: #efefef;}
.toggle-group a.down { color: #fff; border-top: solid 1px #777; border-left: solid 1px #777; border-bottom:solid 1px  #eaeaea; border-right: solid 1px #eaeaea; }
.toggle-group a.mrsavljenje-h-down { background: #BDAB14; }
.toggle-group a.putovanja-h-down { background: #AE1E62; }
.toggle-group a.zabava-h-down { background: #F47A80; }
.toggle-group a.rekreacija-h-down { background: #149C94; }
.toggle-group a.hrana-h-down { background: #C0AD11; }
.toggle-group a.ljepota-h-down { background: #B5700D; }
.toggle-group a.moda-h-down { background: #b24993; }
.toggle-group a.zdravlje-h-down { background: #D39F21; }
.toggle-group a.edukacije-h-down { background: #629B1E; }
.toggle-group a.auti-h-down { background: #23B4D8; }
.toggle-group a.dom-h-down { background: #069B73; }
.toggle-group a.ljubimci-h-down { background: #EC8211; }
.toggle-group a.djeca-h-down { background: #11C5EC; }

/*FORM*/
.error-notify {text-align:left;background: #ef7373; padding: 13px 15px; margin: 15px 0; color: #fff; font-size: 14px;}
.error-notify h3 {margin:0 0 10px 0; padding:0; font-size:18px; color:#fff;}
.error-notify ul {margin:0; padding:0; list-style:none;}
.error-notify li {margin:5px 0 0 0; padding:0; color:#fbe7e7; font-weight:400; font-size:15px;}
.error-notify a {color:#fbe7e7; text-decoration: none;}
.error-notify a:hover {color:#fff;}
.small-notify {text-align:left;background-color: #FFFDE6; color: #333;}
.form {
	text-align: left;
}
.form a {
	color: #666;
}
.form p {
	padding: 10px;
}
.form p.two-col-p {
	width: 48%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.form p.two-col-p input {
	width: 100%;
}
.form p.four-col-p {
	width: 20%;
	float: left;
}
.form p.six-col-p {
	width: 15%;
	float: left;
}
.form p label {
	font-size: 16px;
	color:#333;
}
.form p input {
	width: 100%;
}
.form textarea {
	width: 95%;
	padding: 8px;
	font-size: 16px;
	margin: 0 0 0 0;
	min-height: 100px;
}
.form input.pp-button5 {
	cursor: pointer;
}
.form select {
	font-size: 16px;
	padding: 6px;
}
.form .checkbox {
	width: 20px;
	border: 0px;
}

.login-form {
	padding:0 20px;
}
.page-login-form {
	width: 660px;
	margin: 0 auto 0 auto;
}
.login-social-form {
	padding: 20px 20px 0 20px;
}
.login-social-form p {
	padding-top: 6px;
}
.prijava-page .login-social-form p {
	padding-top: 26px;
}
.login-social-form .social-login-button {
	padding: 6px;
	padding-bottom: 12px;
	color: #555!important;
	text-align: left!important;
	text-transform:none;
	display: block;
	line-height: 18px;
}
.login-social-form .social-login-button span {
	display: block;
	margin-top: 6px;
}
.login-social-form .social-login-button img {
	float: left;
	margin-right: 10px;
}


/*GRID*/
.grid {
	cursor: pointer;
}
.grid:hover {
	background-color: #ccc;
}
.grid .column {
	float: left;
	padding: 10px;
}
.grid .column-header {
	float: left;
	padding: 10px;
	font-size: 18px;
}
.grid .column-footer {
	float: left;
	padding: 10px;
	background-color: #F2F2F2;
}
.pixel_cert {
	margin-top: 10px;
}

/*PRODUCTS GRID*/
.products-loader {
	text-align: center;
}
.products-grid {
	width: 630px;
	font-size: 16px;
}
.products-grid .product-description {
	width: 240px;
}
.products-grid .product-price {
	width: 200px;
}
.products-grid .product-price .regular-price {
	text-decoration: line-through;
	color: #555;
}
.products-grid .product-price .reduced-price {
	color: #8EC63F;
}
.products-grid .product-price .reservation-price {
	font-size: 14px;
}
.products-grid .product-price .reservation-price span {
	color: #8EC63F;
}
.products-grid .product-selection {
	width: 100px;
}
.products-grid .authorized-orders {
	font-size: 12px;
}
.products-grid .authorized-orders img {
	margin: 0 4px -4px 0;
}
.products-grid .sold-out {
	text-decoration: line-through;
}


/*BASKET*/
.offers-table-container {
	background-color:#fff;
	padding:20px;
}
.offers-table-container a:hover {
	text-decoration: underline;
}
.offers-table-container .offers-table-filter {
	text-align: left;
	padding: 10px 0 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #F2F2F2;
}
.offers-table-container .offers-table-filter a {
	display: inline-block;
}
.offers-table-container .offers-table-filter span {
	color:#aaa;
	margin:0 5px;
}
.offers-table-container .offers-table-filter a.active {
	font-weight: 600;
}
.offers-table-container .offers-table-column-header {
	font-size: 18px;
	cursor: default;
	border-bottom: 1px solid #F2F2F2;
}
.offers-table-container .offers-table-column {
	font-size: 16px;
	cursor: default;
}
.offers-table-container .column-offer {
	width: 70%;
}
.offers-table-container .column-offer img {
	width: 120px;
	float: left;
	margin-right: 10px;
}
.offers-table-container .supplement {
	font-style: italic;
	padding-left: 50px;
}
.offers-table-container .supplement span {
	font-weight: bold;
}
.offers-table-container a {
	color: #456996;
}
.offers-table-container .column-price {
	width: 10%;
	text-align: right;
}
.offers-table-container .column-quantity {
	width: 10%;
	text-align: right;
}
.offers-table-container .column-quantity select {
	font-size: 16px;
	padding: 4px;
	float: right;
	width:60%;
}
.offers-table-container .column-quantity img {
	float: right;
	margin: -10px 0 0 4px;
}
.offers-table-container .column-amount {
	width: 10%;
	text-align: right;
}
.offers-table-container .column-details {
	width: 10%;
	text-align: right;
}
.offers-table-container .column-details a {
	display: block;
	margin: 1px 3px 3px 3px;
	float:right;
}
.offers-table-container .column-details a span {
	display: none;
}
.offers-table-container .column-details a:hover {
	color:#2e435c;
	text-decoration:none;
}
.header-basket {
	color: #333!important;
	font-size: 14px;
	width: 600px;
	padding: 10px 20px 20px 20px!important;
	height: auto!important;
}
.header-basket img {
	position: static!important;
}
.header-basket .offers-table-container {padding: 0;}
.header-basket .offers-table-container .offers-table-column-header {
	font-size: 16px;
}
.header-basket .offers-table-container .column-offer {width: 70%;}
.header-basket .offers-table-container .column-quantity {width: 15%;}
.header-basket .offers-table-container .column-price {width: 15%;}
.header-basket .offers-table-container a {
	color: #456996!important;
}
.header-basket .offers-table-container .column-offer a {padding:0!important; line-height:21px!important;}
.header-basket .offers-table-container .column-offer a:hover {background-color:transparent!important; text-decoration:underline;}
.header-basket .open-basket-button {
	float: right;
	margin-top: 20px;
	font-size: 15px!important;
	text-decoration: none!important;
	width: 140px!important;
	text-align: center!important;
}
.empty-basket-notif {
	padding: 20px;
}
.basket-load-notif {
	text-align: center;
	padding: 20px;
}

.payment-container {
	text-align: center;
}
.payment-container h3, .payment-help h3 {
	font-size: 21px;
	padding-bottom: 20px;
}
.payment-help h3 {
	padding-bottom: 2px;
}
.payment-container .payment-type-button {
	margin: 0 0 0 0;
	width: 49%;
	height: 76px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.payment-container .activ {
	background: #f7961a!important;
}
.payment-container .right-button {
	margin-left: 1%;
}
.payment-container .payment-type-button span.text {
	font-size: 17px;
	display: block;
	width: 80%;
	position: absolute;
	top: 18px;
	left: 14px;
	line-height: 22px;

}
.payment-container .payment-type-button span.text span {
	font-size: 14px;
	text-transform: none;
	margin-top: 2px;
	display: block;
}
.payment-container .payment-type-button img {
	position: absolute;
	right: 4px;
	top: 20px;
}
.payment-method .active {background-color: #e9282b!important; -webkit-box-shadow: 1px 2px 0 0 rgba(107,147,37,1); box-shadow: 1px 2px 0 0 rgba(107,147,37,1); cursor: default;}
.payment-container .payment-method { background-color:#fff; padding:20px;}
.payment-container .payment-method .buy-button {
	margin: 15px 0 5px 0;
	position: relative;
}
.payment-container .left-form {
	width: 49%;
	padding: 20px 0 0 0;
	float: left;
}

.payment-container .left-form .card-logo {
	 width: 40px;
	 margin: 4px 4px 0 0;
}
.payment-container .hire-purchase-notif {
	padding: 0 0 0 10px;
	color: #f7961a;
}
.payment-container .secure3d-notif {
	padding: 0 0 0 10px;
	color: #f7961a;
}
.payment-container .right-form {
	width: 49.5%;
	padding: 20px 0 0 0;
	float: right;
}
.payment-container .right-form h2 {
	margin-left: 10px;
}
.payment-container .right-form #bank-transfer-notif {
	margin-left: 10px;
}
.payment-help {background-color:#FFF; padding:20px; border: 1px solid #ddd;}
.payment-help p {
	padding: 4px 0 20px 0;
	margin: 0;
	font-size:16px;
}
.payment-help a {
	color: #e9282b;
	text-decoration: none;
}
.payment-help a:hover {
	text-decoration: underline;
}
.payment-progress {
	text-align: center;
	vertical-align: middle;
	padding: 160px 0 200px 0;
}
.payment-progress h1 {
	font-size: 16px;
	color:#333;
}
.payment-thank-you {background-color:#FFF; padding:20px;}
.payment-thank-you h1 {
	text-align:center;
	margin: 50px 0 60px 0;
	font-size: 24px;
}
.payment-thank-you h1 i {color:#e9282b; font-size:40px; margin-right:6px;}
.payment-thank-you h2 {
	font-size: 21px;
	margin-top: 10px;
}
.payment-thank-you .coupons-editor div {
	float: left;
	padding: 10px;
}
.payment-thank-you .coupons-editor input {

}
.payment-thank-you .form {margin:10px 0 20px 0;}
.payment-thank-you .form input[type='text'] {
	background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 10px 11px 10px;
    font-size: 15px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    color: #333;
    margin: 2px 0 4px 0;
    width: 100%;
}
.payment-thank-you .form p.four-col-p {width: 20%; padding-left:0}
.payment-thank-you ul {
	margin: 20px 0 0 20px;
}
.payment-thank-you li {
	list-style: none;
	font-size: 16px;
	margin: 20px 0 0 0;
}
.payment-thank-you li a {
	color: #456996;
}
.payment-thank-you li .slip-container {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
.payment-thank-you .offer-btn {
	width: 100%;
	text-align: center;
	display: block;
	margin-top:20px;
}
.payment-thank-you li .slip-container img {
	margin: 30px auto 10px auto;
	width: 600px;
}
.payment-thank-you .offer-details {height:auto;}
.payment-thank-you .offer-details .offer-notes {
	padding:0;
}
.payment-thank-you .offer-details .offer-notes ul {
	margin: 0;
}
.payment-thank-you .offer-details .offer-notes li {
	list-style: none;
	margin:0 0 10px 0;
}
.payment-thank-you .offer-details .offer-notes li b {
	color: #e08613;
    font-weight: 500;
}
.payment-thank-you .offer-details .offer-notes li a {
	color: #e9282b;
}
.payment-thank-you .offer-details .offer-notes li a:hover {text-decoration:underline;}
.payment-thank-you .ebank-payment-info {
	font-size: 18px;
	margin-top: 20px;
}
.payment-thank-you .ebank-payment-info p span {
	color: #555;
}
.payment-thank-you .barcode {
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.payment-thank-you .barcode a {
	color: #456996;
}

#ebank-payment-info .pinfo-label {
    color: #f7961a;
    font-weight: bold;
}
#ebank-payment-info .pinfo-label {
    /*color: #f7961a;
    font-weight: bold;*/
}

.fotke-header {background:url(../img5/fotke.jpg) no-repeat center; background-size: cover; overflow:hidden; padding:80px 20px 80px 20px; text-align:center;}
.fotke-header h1 {color:#fff; font-size:38px; font-weight:400; /*mijenja se padding u:*/padding-bottom:6px; text-shadow: 0 0 5px rgba(0,0,0,0.4);}
.fotke-header h3 {color:#fff; font-size:24px; font-weight:400; padding-top:10px;text-shadow: 0 0 5px rgba(0,0,0,0.4);}
.fotke-header p {color:#fff; font-size:18px; font-weight:400; padding-bottom:5px;text-shadow: 0 0 5px rgba(0,0,0,0.4);}
.fotke-header .pp-button5 { font-size:18px;}
.fotke-filter {background-color:#FFF; padding:20px;}
.fotke-filter p {padding: 4px 0 8px 0;}
.fotke-filter p.two-col-p {
    width: 48%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.fotke-filter p label {
    padding: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
}
.fotke-filter p.two-col-p input {
    width: 100%;
}
.fotke-filter input[type='text'], .fotke-filter input[type='password'], .fotke-filter select {
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 10px 11px 10px;
    font-size: 15px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    color: #333;
    margin: 2px 0 4px 0;
    width: 100%;
}
.fotke-filter .prizes span { color: #e9282b; font-weight: bold; }
.fotke-filter p.two-col-p strong {font-weight:500;}
.fotke-votes { padding: 0 0 0 0; font-size: 16px; position: absolute; bottom:4px; right:0px;}
.fotke-votes span { font-size: 18px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; padding: 6px; }
.fotke-social {	position: absolute; left: 0px; bottom: 0px; }


/*USER PROFILE*/
.profile-container {
	margin-top: 20px;
}
.profile-container .profile-container-header .pp-button5 {
	-webkit-box-shadow: 1px 0 0 0 rgba(193,116,17,1);
    box-shadow: 1px 0 0 0 rgba(193,116,17,1);
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.profile-container .profile-container-header .pp-button5:hover {
	-webkit-box-shadow: 1px 0 0 0 rgba(183,110,16,1);
	box-shadow: 1px 0 0 0 rgba(183,110,16,1);
}

.profile-container .profile-container-header .active {
	background-color: #e9282b!important;
    -webkit-box-shadow: 1px 0 0 0 rgba(107,147,37,1);
    box-shadow: 1px 0 0 0 rgba(107,147,37,1);
	cursor:default;
}
.profile-container .profile-container-body {
	text-align: center;
	padding: 20px;
	background-color:#fff;
}
.profile-container .profile-container-body h1 {
	font-size: 22px;
	margin: 16px 10px 20px 10px;
}
.profile-container .profile-container-body h2 {
	font-size: 18px;
	margin: 29px 10px 20px 10px;
}
.profile-container .profile-container-body h3 {
	font-size: 14px;
	margin: 10px 10px 10px 10px;
}
.profile-container-body .offers-table-container {padding:0;}
.profile-form {
	width: 50%;
	float: left;
}
.profile-form p label {width:100%; display: block;}
.profile-form p input {width:100%;}
.profile-form input[type='text'], .profile-form input[type='password'], .profile-form select {
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 10px 11px 10px;
    font-size: 15px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    color: #333;
    margin: 2px 0 4px 0;
    width: 100%;
}
.profile-container-body input[type='button'] {margin:20px 0 10px 0;}
.profile-container-body .offers-table-container .offers-table-column-header {
	border-bottom: none;
}
.profile-form label span {
	font-size: 11px;
	color: #555;
}
.profile-container .profile-container-body .offers-table-container .column-offer {
	width: 60%;
	text-align:left;
}
.profile-container .profile-container-body .offers-table-container .grid {
	border-bottom: 1px solid #F2F2F2;
}
.profile-container .profile-container-body .offers-table-container .grid:hover {background-color:transparent; cursor:default;}
.profile-container .profile-container-body .offers-table-container .column-quantity {
	width: 10%;
}
.profile-container .profile-container-body .num-nav {
	margin-top:20px;
}
.profile-container .profile-container-body .num-nav a {
	font-size:16px;
	padding:5px 10px;
	background-color:#fafafa;
	color:#666;
}
.profile-container .profile-container-body .num-nav a:hover {text-decoration:none;background-color:#ccc;}
.profile-container .profile-container-body .num-nav a.active {
	background-color:#ccc;
}
.static-content {
	font-size: 16px;
}
.static-content h1 {
	font-size: 20px;
	margin: 20px 0 20px 0;
}
.static-content h1 img {
	margin: 0 4px -8px 4px;
}
.static-content h2 {
	font-size: 18px;
	margin: 20px 0 20px 0;
}
.static-content p {
	text-align: left;
}
.static-content h3 {
	color: #456996;
	margin: 8px 0 16px 0;
}
.static-content a {
	color: #456996;
	text-decoration: underline;
}
.static-content h5 {
	text-decoration: underline;
	margin: 4px 0 4px 0;
}
.static-content .static-content-menu {
	padding: 0 30px 20px 0;
	float: left;
}
.static-content .static-content-menu a {
	display: block;
}
.static-content .column {
	width: 280px;
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
}
.static-content .column img {
	margin-bottom: 20px;
}
.static-content .column img:hover {
	margin-top: -1px;
	margin-bottom: 21px;
}
.static-content .partner-logos {
	margin: 20px 0 40px 0;
}
.static-content .partner-logos img {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.static-content .our-partners-pdlogo {
	width: 200px;
}

.nl-footer-panel {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background: url(/img5/b70.png) repeat;
	color: #fff;
}
.nl-footer-panel .nl-footer-panel-content {
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: 22px;
	padding: 10px 0 20px 0;
	text-align: center;
}
.nl-footer-panel .nl-footer-panel-content input {
	padding: 8px;
	font-size: 17px;
	width: 280px;
}
.nl-footer-panel .nl-footer-panel-content .subscribe {
	width: 180px;
}
.nl-footer-panel .nl-footer-panel-content .close {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*BLOG*/
.blog-articles {background-color:#FFF; padding:30px 20px 20px 20px;}
.blog-articles .paging {
	font-size: 16px;
	background-color: #fafafa;
	padding:5px 10px;
	margin: 0;
	color: #666;
}
.blog-articles .paging:hover {
	background-color: #ddd;
	color: #444;
}
.blog-articles .starije {float:left;}
.blog-articles .novije {float:right;}
.blog-articles .blog-article {
	padding: 0 0 10px 0;
}
.blog-articles .blog-article:after {
	content: "";
    border: 0;
    height: 1px;
    background: #f2f2f2;
    margin: 14px -20px 15px -20px;
    display: block;
}
.blog-articles .blog-article .article-date {
	color: #a1a1a1;
	font-size:14px;
	padding-bottom:3px;
}
.blog-articles .blog-article h2 {
	font-size: 24px;
	line-height:32px;
	padding-bottom:10px;
}
.blog-articles .blog-article h3 {
	padding: 0 0 16px 0;
	font-size: 16px;
	line-height:24px;
	font-weight: 500;
}
.blog-articles .blog-article-single h1 {
	font-size: 24px;
	line-height:32px;
	padding-bottom:10px;
}
.blog-articles .blog-article-single h2 {
	padding: 0 0 16px 0;
	font-size: 16px;
	line-height:24px;
	font-weight: 500;
}
.blog-articles .blog-article p {
	padding: 0 0 16px 0;
	font-size: 16px;
	line-height:24px;
}
.blog-articles .blog-article div {
	font-size: 16px;
	line-height:24px;
}
.blog-articles p, .blog-articles div {
    font-size: 1.05em;
}


.blog-articles .blog-article p b, .blog-articles .blog-article b { font-weight:600; font-size: 14px;}
.blog-articles .blog-article p i { font-style: italic;}
.blog-articles .blog-article p a { color: #e9282b;}
.blog-articles .blog-article img { width: 100%;}
.blog-articles .blog-article p img { width: 100%;}
.blog-articles .blog-article .social-share img {width: auto!important;}
.blog-articles .blog-article ol { list-style: decimal; }
.blog-articles .blog-article div b { font-weight:600;}
.blog-articles .blog-article div i { font-style: italic;}
.blog-articles .blog-article div ol { list-style: decimal; }
.blog-articles .blog-article div a { color: #e9282b;}
.blog-articles .blog-article div img { width: 100%;}
.blog-articles .blog-article .article-img2 {max-width:100%;}
.blog-articles .blog-article .blog-article-img {
	width: 33%;
	margin-right: 3%;
	float:left;
}
.blog-articles .blog-article .blog-article-img img {
	width: 100%;
}
.blog-articles .blog-article .blog-article-txt {
	float:left;
	width:64%;
}
.blog-articles .blog-article ul li {
	list-style: disc;
	margin-left: 30px;
	font-size: 16px;
	padding-bottom:5px;
}
.blog-navigation {
	padding: 20px;
	margin-bottom:20px;
	background-color:#FFF;
}
.blog-navigation h3 {
	font-size: 21px;
	margin: 4px 0 10px 0;
}
.blog-navigation ul li {
	font-size: 16px;
	list-style: none;
}
.blog-navigation ul li a {
	color: #e9282b;
}
.blog-navigation ul li a:hover {text-decoration:underline;}
.blog-navigation .blog-search {
	margin: 20px 0 4px 0;
	background-color: #fcfcfc;
    border: 1px solid #d9d9d9!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 10px 11px 10px;
    width: 100%;
    font-size: 16px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    color: #333;
}
.blog-banners {
	padding: 22px 0 0 80px;
	width: 260px;
	float: left;
}


footer {
	clear: both;
    width: 100%;
    background: #666;
    line-height: 160%;
    margin-top: 20px;
    padding: 34px 0 25px 0;
    color: #ADADAD;
    -webkit-box-shadow: inset 0 5px 6px 0 #0000004d;
    box-shadow: inset 0 5px 6px 0 #0000004d;
    border-top: 4px solid #d9d9d9;
}

footer h2 {color:#f2f2f2; padding: 10px 0; font-size: 21px; font-weight:500; line-height: 120%; margin: 0;}
footer a, footer p {color: #ccc; text-decoration: none; font-size: 14px;}
footer ul li a::before { font-family: FontAwesome; content: "\f105"; margin-right:5px; font-size:12px; color:#8e8e8e;}
footer a:hover {text-decoration: none; color:#eee;}
footer p {margin:0;}
footer p b {color:#e0e0e0; font-weight:500;}
footer .more a {color:#b3b3b3; text-transform:uppercase; font-size:11px;}
footer .more a:hover {color:#ccc;}
footer span {color: #fff;}
footer .logo img {margin:5px 0 8px 0;}
footer .rgt {text-align: right;float: right; margin:0;}

.clear {
	clear:both;
}
.clear:after {
    content:"";
    display:table;
    clear:both;
}

.star1 {background-image: url('/img5/star_empty1.png');}
.star1_active {background-image: url('/img5/star1.png');}
.star1:hover {background-image: url('/img5/star1.png');}
.star2 {background-image: url('/img5/star_empty2.png');}
.star2_active {background-image: url('/img5/star2.png');}
.star2:hover {background-image: url('/img5/star2.png');}
.star3 {background-image: url('/img5/star_empty3.png');}
.star3_active {background-image: url('/img5/star3.png');}
.star3:hover {background-image: url('/img5/star3.png');}
.star4 {background-image: url('/img5/star_empty4.png');}
.star4_active {background-image: url('/img5/star4.png');}
.star4:hover {background-image: url('/img5/star4.png');}
.star5 {background-image: url('/img5/star_empty5.png');}
.star5_active {background-image: url('/img5/star5.png');}
.star5:hover {background-image: url('/img5/star5.png');}

#notification{
    width:0px;
    height:0px;
    padding:10px;
    background-color:#fff;
    position:fixed;
    bottom:140px;
    right:10px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    opacity:0;
    z-index: 100!important;
}

.fixed-menu-stuff { display: none;}

/*MOBILE*/
@media only screen and (max-width: 1200px) {
	.header-categories-menu ul li a, .user-menu a {
		font-size: 13px!important;
		padding: 9px 6px 9px 6px!important;
	}
	.user-msgs-cnt {font-size:16px!important; /*left:30px!important;*/}
}
@media only screen and (max-width: 1023px) {
	.mobile-width100p { width: 100%!important; }
	.mobile-font12 { font-size: 12px!important; }
	.mobile-stuff {
		display: block;
	}
	.desktop-stuff {
		display: none!important;
	}
	header .logo {
    	position: relative;
	}
	header .header-container, header .navigator .navigator-container, section.container,
		.left-featured-offer, .right-featured-offer, .nl-footer-panel .nl-footer-panel-content, .footer-container,
		.offer-info h1, .offer-image, .offer-image .main-image, .company-info, .company-info h1, .offer-company-info .company-map,
		.company-info .company-map, .offer-company-info .company-map img, .company-info .company-map img {
		width: 100%!important;
		max-width: 100%!important;
	}
	.container .banner {
		width: 100%;
	}
	.banner-container-900 img {
		width: 100%;
	}
	.offer, .offer220, .offer440 {
		width: 100%;
		height: auto;
	}
	.offer:hover {
		top: 0px!important;
	}
	.offer figcaption {
		font-size: 22px;
	}
	.offer-image .discount-star {
		right: 0px;
	}
	.offer-company-info .company-locations {
		padding-left: 10px;
	}

	/*basket*/
	.offers-table-container .column-offer { width: 64%; }
	.offers-table-container .column-offer img {  }
	.offers-table-container .column-price { width: 12%; }
	.offers-table-container .column-quantity { width: 12% }
	.offers-table-container .column-amount { width: 12% }
	.offers-table-container .column-quantity select { width:auto;}

	.payment-container .payment-type-button {}
	.payment-container .payment-type-button span.text { width: 70%; font-size: 14px!important; position: absolute; top: 20px; left: 14px; line-height: 19px;}
	.payment-container .payment-type-button span { font-size: 12px!important; }
	.payment-container .payment-method { width: 100%; }
	.payment-container .right-form .two-col-p {width: 100%;}
	.payment-thank-you li .slip-container img { width: 100%; }
	.payment-thank-you ul li div.form { width: 100%!important; }
	.static-content .our-partners-pdlogo { width: 160px; margin-bottom: -5px; }
	.static-content .static-content-menu { width: 100%; }
	.page-login-form { width: 100%; padding: 20px 0 0 0;}
	.profile-form, .profile-container-header { width: 100%; }
	.profile-container .profile-container-header .pp-button5 { width: 43%; padding-top: 12px; margin: 4px 2px 0 0;}
	.profile-container .profile-container-body .offers-table-container .column-offer { width: 70%; }
	.profile-container .profile-container-body .offers-table-container .column-quantity { width: 15%; }
	.offers-table-container .column-details { width: 15%; }
	.offers-table-container .offers-table-filter { font-size: 12px; }
	.profile-container .offers-table-container .offers-table-filter { font-size: 16px; }
	.payment-thank-you .form p.four-col-p {width: 24%;}

	.offer-details { height: auto!important;}
	.offer-more-button-w { display: none;}
	.offer-text img {width: 100%!important;}

	.fotke-header {padding:120px 0 120px 0; text-align:center;}
	.prizes-button { width: 130px!important;}
	.img-wrap { max-height: 270px; min-height: 170px; overflow: hidden; }
	.upload-photo {width:auto!important;}

	header .navigator .container a {height: 50px;}
	header .navigator .container li {height: auto;}
	#mobile-left-side-menu ul li a { height: 40px; }
	#mobile-right-side-menu ul li a { height: 40px; }
	.ponude .ponude-sve a {font-size:16px!important;}

	#header-categories-list li a {font-size: 10px!important;}
	.user-msgs-cnt {font-size:16px!important; left:30px!important;}
}

@media only screen and (max-width: 560px) {
	.payment-container .payment-type-button {width: 100%;}
	.payment-container .right-button {margin-left: 0;}
	.payment-container .payment-type-button span.text { width: 70%; font-size: 14px!important; position: absolute; top: 20px; left: 14px; line-height: 18px;}
	.payment-container .left-form, .payment-container .right-form {width: 100%;padding: 20px 0 0 0;float: none;}
	.offers-table-container .column-offer {width: 50%;}
	.profile-container .offers-table-container .column-offer {width: 100%!important;}
	.profile-container .offers-table-container .column-quantity {display: none;}
	.profile-container .offers-table-container .offers-table-column {width: 100%; text-align:center;}
	.profile-container .offers-table-container .column-details a {float:none; display:inline-block;}
	.profile-container .offers-table-container .column-details a span {display:inline-block;}
	.profile-container .offers-table-container .column-header.column-details {display: none;}
	.profile-container .profile-container-header .pp-button5 {width: 48%;}
	.offers-table-container .column-price {display: none;}
	.offers-table-container .column-quantity {width: 25%;}
	.offers-table-container .column-amount {width: 25%; font-size: 15px;}
	.offers-table-container .offers-table-column {font-size: 15px;}
	.offers-table-container .offers-table-column a i {font-size: 18px;}
	.offers-table-container .offers-table-column-header {font-size: 15px;}
	.offers-table-container a {font-size: 13px; line-height:16px;}
	.offers-table-container .column-quantity a {display:block; float:right; width:100%; margin-top:4px;}
	.offers-table-container .column-offer img {margin:0 0 8px 0; width:100%;}
	.payment-thank-you .form p.four-col-p {width: 100%;}
	.blog-articles .blog-article .blog-article-img {width:100%; margin-right:0; margin-bottom:15px; float: none;}
	.blog-articles .blog-article .blog-article-txt {float: none;width: 100%;}
	.ponude .ponude-sve a {font-size:16px!important; padding: 8px 10px;}
	.user-msgs-cnt {font-size:16px!important; left:30px!important;}
}

/*bootstrap modal - popupovi*/
.glyphicon-modal-window:before {
  content: "\e237";
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.close {
	display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    text-indent: -9999px;
    z-index: 1000;
    background: transparent url(../img/hide.png) no-repeat;
    cursor: pointer;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
	outline: 0;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.75);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.75);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background:url(../img/overlay.png) repeat;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.prijava-page {margin-bottom:80px;}
.prijava-page .pp-button5 {text-transform:uppercase;}
.prijava-page .form {background-color:#fff; padding: 22px 20px 20px 20px; font-size: 16px;}
.prijava {padding: 35px 40px 30px 40px!important;}
.prijava h1.modal-title, .prijava-header h1, .prijava h3.modal-title, .prijava-header h3 {font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
	margin-bottom:10px;
	color:#333;
}
.prijava h3 {font-size: 18px; font-weight: 500; line-height: 26px;}
.prijava .login-form p {padding:4px 0 8px 0;}
.prijava .login-form a {
	color: #777;
	font-size:13px;
}
.prijava .form a:hover {
	color: #555;
	text-decoration:none;
}
.prijava h1.modal-title span, .prijava-header h1 span, .prijava h3.modal-title span, .prijava-header h3 span {color:#e9282b;}
.prijava input[type='text'], .prijava input[type='password'], .prijava select, .payment-method input[type='text'], .payment-method select, .prijava textarea {
    background-color: #fcfcfc;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 10px 11px 10px;
    font-size: 15px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    box-shadow: 1px 2px 0 0 rgba(229,229,229,1);
    color: #333;
    margin: 2px 0 4px 0;
	width:100%;
}
.prijava textarea {outline:none;}
ul.contact-popup-list li {font-size: 16px; margin-bottom:8px;}
ul.contact-popup-list li span {font-size: 14px; color:#999; margin-left:26px;}
ul.contact-popup-list li i {color:#999; width:26px; font-size:18px; font-style: normal;}
ul.contact-popup-list li a {color: #e9282b;}
.payment-method select {width:auto;}
.prijava input[type="checkbox"] {margin: 3px 0 3px 0;}
.prijava .form p label, .prijava .login-form a {padding-left:2px;}

h4.modal-title {
  font-size:24px;
  color:#333;
  font-weight:400;
}

.modal-body {
  position: relative;
  padding: 45px 40px 50px 40px;
}
.modal-body .row {
  padding-bottom: 40px;
}
.prijava .row {
  padding-bottom: 10px;
}
.modal-body .row:last-child {
  padding-bottom: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
	margin-top: 70px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*end bootstrap modal - popupovi*/

.modal-body .product-description {font-size:16px; color:#333; font-weight:400;}
.modal-body .product-price {text-align:right;}
.modal-body .product-price .regular-price {
    padding: 0;
    font-size: 21px;
    text-decoration: line-through;
    text-align: right;
    color: #aaa;
    line-height: 24px;
    font-weight: 400;
}
.modal-body .product-price .reduced-price, .modal-body .product-price .reservation-price {
    padding: 0;
    font-size: 24px;
    color: #373737;
    font-weight: 500;
    line-height: 26px;
}
@media (max-width: 992px) {
  .modal-body .product-price {text-align:left;}
  .modal-body .product-price:after {display: table;content: " ";clear: both;}
  .modal-body .product-price .regular-price {float:left; margin-right:15px;}
  .modal-body .product-price .reduced-price, .modal-body .product-price .reservation-price {float:left;}
  .modal-body .product-description, .modal-body .product-price {padding-bottom:15px;}
}

/*kategorija*/
.kategorija {background-color:#999; color:#fff; padding:10px 17px 10px 17px; -webkit-border-radius: 3px; border-radius: 3px; margin-top:20px;}
.kategorija:after {display: table;content: " ";clear: both;}
.kategorija .kategorija-naslov {display:block; float:left;}
.kategorija .kategorija-naslov h1 {font-size:24px; font-weight:400; margin:0 25px 0 3px;}
.kategorija .kategorija-naslov h3 {font-size:24px; font-weight:400; margin:0 25px 0 3px;}
.kategorija .podkategorije {display:block; float:left;}
.kategorija .podkategorije ul li {display:block; float:left; margin-top:7px;}
.kategorija .podkategorije ul li a {color:#fff; padding:2px 6px 2px 6px; margin:0 3px; font-size:16px; font-weight:300;}
.kategorija .podkategorije ul li a:hover, .kategorija .podkategorije ul li a.active {background-color:#7b7b7b; -webkit-border-radius: 3px; border-radius: 3px;}
/*end kateogorija*/

/*kategorija tražilica*/
.travel-search {background-color:#fff; margin-top:-3px; padding:21px 20px 22px 20px;}
.travel-search .search2 {font-size:18px; color:#333; font-weight:400;}
.travel-search .search2 input[type='text'], .travel-search .search2 select {background-color: #fcfcfc; border: 1px solid #d9d9d9; -webkit-border-radius: 3px; border-radius: 3px; padding: 13px 10px 11px 10px; font-size: 15px; -webkit-box-shadow: 1px 2px 0 0 rgba(229,229,229,1); box-shadow: 1px 2px 0 0 rgba(229,229,229,1); color: #333; margin-right:15px;}
.travel-search .search2 input[type='button'] {padding: 15px 10px 11px 10px; width:158px;}
.travel-search .search2 input.odrediste {width:268px;}
.travel-search .search2 input.datum {width:116px;}
.travel-search .search2 input, .travel-search .search2 select {margin-bottom:12px;}
.travel-search .map {display:block; height:265px; width:100%; overflow:hidden; margin-top:8px;}
/*ovo se može obrisati jer nije potrebno za google map, stavljeno je samo da se ne prikazije margina na slici*/
.travel-search .map img {display:block;}
/*end ovo se može obrisati*/

/*end kategorija tražilica*/

.search-box .search-c {position:relative;}
.search-box .search-results {
    display: none;
    position: absolute;
    top: 44px;
    left: 0px;
    background-color: #fff;
    box-shadow: -2px 2px 10px #555;
    padding: 10px;
    z-index: 250;
    width: 100%;
}
.search-box .search-results ul li {
    display: block!important;
    cursor: pointer;
    padding: 8px;
	margin-bottom:4px;
}
.search-box .search-results ul li:hover {
    background-color:#f8f8f8;
}
.search-box .search-results ul li.s-buttons:hover {
    background-color:transparent;
}
.search-box .search-results ul li.s-buttons .zelena5 {
    margin-right:8px;
}
.search-box .search-results ul li a {
    color: #000!important;
    text-decoration: none!important;
}
.search-box .search-results ul li a:after {
    content:"";
    display:table;
    clear:both;
}
.search-box .search-results ul li img {margin-right:6px;}
.search-box .search-results .keyword {font-weight:500; font-size:16px;}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color:rgba(255,255,255,0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999999;
}
.cd-top:before {content: '\f106';font-size:24px;font-family: 'FontAwesome'; color: #fff; top: 3px; left: 12px; position: absolute;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.cd-top:hover {
  opacity: 0.8;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 20px;
    bottom: 20px;
  }
  .cd-top:before {content: '\f106';font-size:24px;font-family: 'FontAwesome'; color: #fff; top: 13px; left: 22px; position: absolute}
}

/*bootstrap tooltip mod*/
.tooltip {
    position: absolute;
    z-index: 99999 !important;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=95);
    opacity: .95
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 270px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #82B540;
    border-radius: 4px;


	text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #82B540
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #82B540
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #82B540
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #82B540
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #82B540
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #82B540
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #82B540
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #82B540
}
/*end bootstrap tooltip mod*/

.btn-primary {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 33px 0;
    background-color: #0000;
}

.btn-login, .navbar .icon-bar, .navbar a, .navbar button, .tag {
    -webkit-transition: color,border-color,background-color .2s ease-in-out;
    -moz-transition: color,border-color,background-color .2s ease-in-out;
    -ms-transition: color,border-color,background-color .2s ease-in-out;
    -o-transition: color,border-color,background-color .2s ease-in-out;
    transition: color,border-color,background-color .2s ease-in-out;
}
.btn-primary {
    border-color: #FB503B;
    color: #FB503B;
}
.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn {
    font-weight: 500;
}
.btn-primary {
    background-color: #fff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #0000;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header .navigator {
    background-color: /*#87202c*/#81AD30;
    width: 100%;
    height: 36px;
}

header .navigator .container a:hover, header .navigator .container a.active {
    text-decoration: none;
    background-color: /*#ed394e*/#E88D1E;
}


.header-button, .btn_arrow {
    cursor: pointer;
    position: relative;
    background: none;
    border: 0;
    display: inline-block;
    z-index: 2;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    /* text-transform: uppercase; */
    padding: 0 15px 0 0;
    /* background-color: #c92225; */
    /* color: #fff; */
}

.header-button:before , .btn_arrow:before {
    border: 2px solid /*#c21e21*/#E88D1E;
    background: /*#c21e21*/#E88D1E;
    position: absolute;
	top: 5px;
	    right: 3px;
	    width: 27px;
	    height: 25px;
    border-radius: 2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    z-index: 0;
}
.btn_arrow:before { display: none; }

.btn_arrow span {
    border: 2px solid /*#87202c*/#81AD30;
    background: /*#87202c*/#81AD30;
    border-right: 0;
    position: relative;
    z-index: 5;
    /*padding: 0 4px 0 9px;*/
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px 2px #0000004d;
    padding: 0 12px;
}

.btn_arrow-sm span {
    padding: 0 4px 0 9px;
}

.card-tags {
    width: 100%;
    border-top: #eee 1px solid;
    padding: 10px 20px;
    font-size: 13px;
}
.card-tags span {
	bottom: 2px;
	padding: 3px;
}
.mobile-stuff-inline {display: none;}


/*MOBILE*/
@media only screen and (max-width: 1023px) {
	.mobile-stuff-inline {
		display: inline-block;
	}
	.popups-logo { width: 100%!important;}
	.header-categories-menu { display: inline-block; }
	.offer-image .discount-star {
		background: url(../img5/popust-s.png) no-repeat;
		width: 81px;
		height: 81px;
		font-size: 30px;
		text-align: center;
		right: -3px;
		top: -3px;
		padding-top: 24px;
		line-height: 32px;
	}
	.offer-prices .regular-price, .offer-prices .reduced-price, .offer-prices .reservation-price {
		width: 100%;
	}
	.offer:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.payment-method #firstName, .payment-method #lastName, .payment-method #city, .payment-method #postalNumber, .payment-method #deliveryFirstName, .payment-method #deliveryLastName,
		 .payment-method #deliveryPostalNumber,  .payment-method #deliveryCity {width: 100%!important;}
	.coupons-editor input {width: 100%!important;}

	header .navigator {height: 50px;}
	header .navigator .container li a { font-size: 26px; }
	header .logo img { margin-top: 25px; }
	#mobile-menu-btn { overflow-x: visible; }
	#mobile-menu-user-btn { overflow-x: visible; }
	#mobile-menu-msgs-btn { overflow-x: visible; }
	.expired-popup-subscribe { width: 100%!important; }
	.subscribe-shadow { display: none!important; }
	.cookies-footer-panel .cookies-footer-panel-content { width: 100%!important; }
	.offers-table-container .column-quantity select { width:100%; }
	.close { right: 0px!important; top: 0px!important; }

	.dark-alpha {width: 100%!important;}
}
@media only screen and (max-width: 900px) {
	header .logo img { margin-top: 25px; }
	header .container { height: auto; margin-bottom: 6px; }
	#mobile-menu-btn {overflow-x: visible;}
	#mobile-menu-user-btn {overflow-x: visible;}
	#mobile-menu-msgs-btn { overflow-x: visible; }
	.offers-table-container .column-quantity select { width:100%; }
	.close { right: 0px!important; top: 0px!important; }
}
@media only screen and (max-width: 560px) {
	.order-details .coupon-owners .coupon-options span {display:inline-block;}
	.order-details .coupon-owners .coupon-options .fa {margin-top: 4px;}
	.payment-method #firstName, .payment-method #lastName, .payment-method #city, .payment-method #postalNumber, .payment-method #deliveryFirstName, .payment-method #deliveryLastName,
		 .payment-method #deliveryPostalNumber,  .payment-method #deliveryCity {width: 100%!important;}
	.coupons-editor input {width: 100%!important;}

	header .navigator {height: 50px;}
	header .navigator .container li a { font-size: 26px; }
	header .logo img { margin-top: 6px; }
	header .container { height: auto; margin-bottom: 6px; }
	#mobile-menu-btn {overflow-x: visible;}
	#mobile-menu-user-btn {overflow-x: visible;}
	#mobile-menu-msgs-btn { overflow-x: visible; }
	.offers-table-container .column-quantity select { width:100%; }
	.close { right: 0px!important; top: 0px!important; }
	.subscribe-panel a {width: 100%;}
	.subscribe-panel input {width: 100%; margin-bottom: 3px;}
	.header-input { width: 60%;}

}

.price-separator {
    /*display: none;*/

    border-right: 1px solid #ddd;
    margin: 0 7px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
}

/*.offer .price .price-primary {  
    display: none;
}*/

.offer .price .price-primary, .offer .price .price-secondary {
    color: #81ad30;
    font-size: 18px;
    font-weight: 400;
}
