:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 1rem;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
  font-stretch: normal;
	font-weight: normal;
  /*line-height: 1.25rem;*/
  letter-spacing: normal;
	background-color: #f5f5f5;
	color: #000;
	/*
	padding-bottom: 90px;
	padding-bottom: 18px;
	*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	
	position:relative;
	padding: 0 !important;
}
body.loading{
	overflow:hidden;
}
body::before{
	content:'';
	visibility:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
body.loading::before{
	content:'';
	visibility:visible;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.52);
	z-index: 1100;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
body.loading::after {
	content:attr(data-loading-message);
	display:inline-block;
	position:absolute;
	top:calc(50% - 120px);
	left:calc(50% - 60px);
	width:100%;
	height:100%;
  border-radius: 50%;
  width: 240px;
	height: 120px;
	/* animation: spin 2s linear infinite; */
	position: fixed;
	background-image: url(../img/loading.svg);
	background-size: 120px 120px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10001;
	color: #fff;
	padding-top: 120px;
	text-align: center;
	/*
	background-color:rgba(0, 0, 0, 0.52);
	border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;*/
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
nav{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	
	flex-flow: row nowrap;
	justify-content: flex-start;
	
	background-color:#292981;
	height:30px;
}
nav>.container{
	padding:0;
}
.nav{
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	
	display: flex !important;
    flex-basis: auto;
}
.nav.hide{
	display: none !important;
}
.nav>.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nav .right{
	display: flex;
	width:250px;
	align-items: center;
	
}
header ul.navigation,
header ul.social-networks,
footer ul.social-networks {
	display: flex;
	flex-direction: column;
	padding:0;
	list-style: none;
	flex-direction: row;
}
header ul.navigation{
	padding: 0;
	margin: 0 auto 0 195px;
}
header ul.social-networks .icon,
footer ul.social-networks .icon{
	width:24px;
	height:24px;
	position:relative;
	display:inline-block;
}
footer ul.social-networks .icon{
	width:26px;
	height:26px;
}
header ul.social-networks .icon::before,
footer ul.social-networks .icon::before{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	background: no-repeat 50%;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
}
footer ul.social-networks .icon::before{
	width:26px;
	height:26px;
	top:0;
	left:0;
}
header ul.social-networks .icon.icon-facebook::before{
	background-image:url(../img/icons/png/icon-facebook.png);
}
footer ul.social-networks .icon.icon-facebook::before{
	background-image:url(../img/icons/png/icon-facebook-footer.png);
}

header ul.social-networks .icon.icon-instagram::before{
	background-image:url(../img/icons/png/icon-instagram.png);
}
footer ul.social-networks .icon.icon-instagram::before{
	background-image:url(../img/icons/png/icon-instagram-footer.png);
}
header ul.social-networks .icon.icon-twitter::before{
	background-image:url(../img/icons/png/icon-twitter.png);
}
footer ul.social-networks .icon.icon-twitter::before{
	background-image:url(../img/icons/png/icon-twitter-footer.png);
}
header ul.social-networks .icon.icon-youtube::before{
	background-image:url(../img/icons/png/icon-youtube.png);
}
footer ul.social-networks .icon.icon-youtube::before{
	background-image:url(../img/icons/png/icon-youtube-footer.png);
}

header ul.social-networks .icon.icon-linkedin::before{
	background-image:url(../img/icons/png/icon-linkedin.png);
}
footer ul.social-networks .icon.icon-linkedin::before{
	background-image:url(../img/icons/png/icon-linkedin-footer.png);
}
ul.navigation {
	margin-left: 195px;
	margin-right: auto;
}
ul.navigation li{
	margin-right:35px;
}
ul.navigation li:last-child{
	margin-right:0;
}
ul.navigation li a{
  color: #ffffff;
	display: flex;
	display: inline-block;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
}
/*
ul.navigation li.dropdown:hover .dropdown-menu {
  display: block;
}
ul.navigation li..dropdown>.dropdown-toggle:active {
	pointer-events: none;
}
*/
ul.navigation li.dropdown{
	background-color:transparent;
}
ul.navigation li.dropdown > ul.dropdown-menu{
	padding: 10px 0 0;
	border: 0;
	left: inherit !important;
	right: 0 !important;
	
}
ul.navigation li.dropdown > ul.dropdown-menu li{
	margin:0;
}
ul.navigation li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
ul.navigation li .dropdown-submenu {
	position:relative;
}
ul.navigation li .dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
}
/* rotate caret on hover */
ul.navigation li .dropdown-menu{
	background: #333390;
	margin:0;
}
ul.navigation li .dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
} 

header ul.social-networks{
	display: flex;
	width: auto;
	justify-content: center;
	margin-left: auto;
}
header ul.social-networks li{
	font-size:12px;
	margin-right:5px;
	width: 20px;
	height: 24px;
}
header ul.social-networks li a{
	color:#fff;
}
.nav .account{
	display:inline-block;
	width:112px;
	display:flex;
	justify-content: flex-end;
	margin-left: auto;
	margin-right:3px;
}
.nav .account a{
  color: #fafafa;
	display: flex;
	font-size: 12px;
}

header{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	
	flex-flow: row nowrap;
	justify-content: flex-start;
	
	width:100%;
	background-color:#333390;
	margin-bottom:20px;
	
	position: fixed;
	z-index: 300;
	top: 0;
}
header.big{
	position:relative;
}
header .header{
	min-height:86px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	justify-content: flex-start;	
	width:100%;
	
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out
}
header .header>.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0 17px;
}
header .header>.container-banner{
	background-color: #333390;
	border: solid 1px #1650e2;
	border-width:1px 0 1px 0;
	padding:10px 0;
}
header .header .banner{
	width:970px;
	height:250px;
	margin:0 auto;
}
header .logo{
	display: inline-block;
	width: 140px;
  height: 67px;
	margin-left: 5px;
}
header .logo a{
	display: inline-block;
}
header .search{
	width:670px;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	margin-left:0px;
}
header .search form,
#form_coupons_search{
	display: flex;
}
#form_quick_search{
	position:relative;
	background-color: #fff;
	border-radius: 3px;
}
#form_quick_search::before{
	content: attr(data-before);
	position: absolute;
	top: 9.5px;
	left: 60px;
	left: 15px;
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .5px;
}
#form_quick_search::after{
	content: attr(data-after);
	position: absolute;
	bottom: 5px;
	right: 100px;
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 300;
}
header .search .dropdown{
	border-radius: 2px;
  background-color: #eff0f1;
	margin:0;
}
header .search button.dropdown-toggle{
	width: 48px;
	height: 40px;
	color: #333390;
	border:0;
	border-radius: 2px 0 0 2px;
	background-color: #eff0f1;
	margin: 0;
	padding:0;
}
header .search button.dropdown-toggle:after,
header .search button.dropdown-toggle::after{
	margin:0;
	vertical-align: 0.2em;
	/*
	border-top: 0.2em solid;
	border-right: 0.2em solid transparent;
	border-left: 0.2em solid transparent;
	border-color:#333390;
	border-width: 0px 1px 1px 0px;
	*/
	top: 18px;
	right: 4px;
	border:0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333390;
	
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
header .search button.dropdown-toggle:not(:disabled):not(.disabled) {
	cursor: pointer;
}
header .search button.dropdown-toggle:focus,
header .search button.dropdown-toggle:hover{
	text-decoration: none;
	border:0;
	outline:0;
}
header .search button.dropdown-toggle .dropdown-icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	content: "";
	vertical-align: middle;
	background: no-repeat 50%;
	background-size: 100% 100%;
	background-image:url(../img/icons/svg/icon-dropdown-burger.svg);
	margin-right:5px;
}
header .search .dropdown-menu{
	box-shadow: 2px 2px 6px 0 rgba(116, 116, 116, 0.5);
  border: solid 1px #e2e4e6;
  background-color: #ffffff;
	padding:0;
	width:250px;
	z-index:801;
}
	
header .search .accordion,
header .search .accordion ul,
header .search .accordion li,
header .search .accordion a,
header .search .accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

header .search .accordion li{
	list-style: none;
}
header .search .accordion>li{
	position:relative;
}
header .search li.dropdown-header{
	background-color: #eff0f1;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.5px;
	padding: 16px 0 10px 14px;
	text-transform: uppercase;
}

header .search .accordion li > a {
	font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

header .search .accordion > li > a{
	font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
	width: 100%;
	height: 33px;
	overflow: hidden;
	display: flex;
	padding: 10px 0;
	line-height: 1rem;
	align-items: center;
}
header .search .accordion > li:hover > a,
header .search .accordion > li:target > a,
header .search .accordion > li > a.active {
	background-color: #f5f7f8;
	color: #1650e2;
	font-weight: 500;
	/*color: #3e5706;*/
	/*text-shadow: 1px 1px 1px rgba(255,255,255, .2);*/
	/*background: url(../img/active.png) repeat-x;*/
	/*
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	*/	
}

header .search .accordion li > a span {
	color: #4a4a4a;
	padding: 8px 16px 8px 16px;
	font-weight: 900;
	width:40px;
}

header .search .accordion > li:hover > a span,
header .search .accordion > li:target > a span,
header .search .accordion > li > a.active span {
	
	/*text-shadow: 0px 1px 0px rgba(0,0,0, .35);*/
	/*background: #3e5706;*/
}

/* Images */

header .search .accordion > li > a:before {
	/*
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;

	background-repeat: no-repeat;
	background-image: url(../img/icons.png);
	background-position: 0px 0px;
	*/
}

header .search .accordion li.files > a:before { background-position: 0px 0px; }
header .search .accordion li.files:hover > a:before,
header .search .accordion li.files:target > a:before,
header .search .accordion li.files > a.active:before { background-position: 0px -24px; }

header .search .accordion li.mail > a:before { background-position: -24px 0px; }
header .search .accordion li.mail:hover > a:before,
header .search .accordion li.mail:target > a:before,
header .search .accordion li.mail > a.active:before { background-position: -24px -24px; }

header .search .accordion li.cloud > a:before { background-position: -48px 0px; }
header .search .accordion li.cloud:hover > a:before,
header .search .accordion li.cloud:target > a:before,
header .search .accordion li.cloud > a.active:before { background-position: -48px -24px; }

header .search .accordion li.sign > a:before { background-position: -72px 0px; }
header .search .accordion li.sign:hover > a:before,
header .search .accordion li.sign:target > a:before,
header .search .accordion li.sign > a.active:before { background-position: -72px -24px; }

header .search .sub-menu li a {
	font-size: 14px;
	font-weight: normal;
	color: #4a4a4a;
	width: 100%;
	height: 33px;
	overflow: hidden;
	display: flex;
	padding: 10px 0;
	line-height: 1rem;
	align-items: center;
	padding-left:40px;
}

header .search .sub-menu li:hover>a {
	font-weight: 500;
  color: #1650e2;
}
header .search .sub-menu li:last-child a { border: none; }

header .search .sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

header .search .sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

header .search .accordion li > .sub-menu {
	display: none;
}

header .search .accordion li:target > .sub-menu {
	display: block;
}
header .search .accordion .dropdown-menu{
	top:26px;
	left:100%;
	padding: 0;
}
header .search .accordion .dropdown-submenu li.dropdown-header,
header .search .accordion .dropdown-menu li.dropdown-submenu>a{
	padding-left:25px;
}
header .search .accordion .dropdown-submenu .dropdown-menu{
	height:auto;
	max-height: 574px;
	overflow: hidden;
	overflow-y: auto;
	top: 0;
}
header .search .accordion .dropdown-submenu li.dropdown-header,
header .search .accordion .dropdown-submenu li>a{
	padding-left:25px;
}


header .search .what,
header .search .where,
#form_coupons_search .what{
	height: 40px;
	padding:13px 10px 13px 10px;
	font-size: 16px;
  color: #4a4a4a;
	border:0;
}
#form_quick_search .what{
	width:582px;
	z-index: 1;
	background-color: transparent;
}
#form_coupons_search .what{
	border-radius: 2px 0 0 2px;
	font-size: 14px;
  color: #9b9b9b;
}
header .search .what{
	width:302px;
	border-right:1px solid #333390;
}
header .search .where{
	width:280px;
}
header .search button[type='submit'],
#form_coupons_search button[type='submit']{
	width: 90px;
	height: 40px;
	border-radius: 0 2px 2px 0;
	background-color: #dc8020;
	position: relative;
	color: #fff;
	font-weight: 500;
	padding: 6px 0 5px 15px;
}
header .search button[type='submit']{
	/*text-indent: -9999px;*/
}
#form_coupons_search button[type='submit']{
	margin:0;
	min-width:inherit;
}
header .search button[type='submit']::before,
#form_coupons_search button[type='submit']::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/icons/png/icon-search.png);
	background-position: center;
	width: 22px;
	height: 21px;
}
header .header .right{
	width:270px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
header .header .right>div{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
nav .btn-login,
.header .btn-login,
nav .btn-register,
.header .btn-register{
	width: 112px;
  height: 25px;
	padding:4px 0px 4px;
	display:inline-block;
	text-transform:uppercase;
	line-height: 1.5;
}
nav .btn-login,
.header .btn-login{
	background-color:#eff0f1;
	color:#4a4a4a;
	
}
nav .btn-register,
.header .btn-register{
	background-color:#4a90e2;
	color:#fff;
	margin-top:5px;
}
nav .uac-login-register,
nav .btn-login,
nav .btn-register{
	display:none;
}
header .subheader{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	justify-content: flex-start;
	width: 100%;
	
	height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
	
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	
	min-height: 40px;
	height:auto;
}

header .subheader>.container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding:0;
}
nav.breadcrumbs{
	background-color:transparent;
	height: 100%;
	width: 860px;
}
nav.breadcrumbs>ol{
margin: 0;
    padding: 5px 0;
}
nav.breadcrumbs+a.btn-view-companies{
	width:300px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav.breadcrumbs+a.btn-view-companies::before{
	top:inherit;
}
footer{
	margin-top: 25px;
	position: relative;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding:15px 0 18px 0;
}
footer .container{
	display:flex;
	flex-direction:row;
}
footer .container:first-child{
	margin-bottom:7px;
	padding-bottom:7px;
	position:relative;
}
footer .container:first-child::after{
	content: '';
	position: absolute;
	border-bottom: solid 1px #979797;
	height: 1px;
	width: calc(100% - 30px);
	display: inline-block;
	bottom: 0;
	left: 15px;
}
footer .left{
}
footer .right{
	margin-left: auto;
}
footer ul.nav{
	margin-bottom:7px;
}
footer ul.nav li{
	position: relative;
	margin: 0 10px 0 0px;
	padding: 0 10px 0 0;
}
footer ul.nav li:last-child{
	padding-right:0;
	margin-right:0;
}

footer ul.nav li::after{
	content:'';
	position:absolute;
	top:4px;
	right:0;
	border-right:1px solid #4a4a4a;
	width:1px;
	height:16px;
}
footer ul.nav li:last-child::after{
	display:none;
}

footer ul.nav li a{
	font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
}
footer div.social{
	display: flex;
	align-items: center;
	font-size: 14px;
  color: #4a4a4a;
	margin:0 0 0 10px;
}
footer ul.social-networks{
	margin-left:16px;
}
footer ul.social-networks li{
}
footer ul.social-networks li+li{
	margin-left:15px;
}
footer ul.social-networks li a{
}
footer div.partners{
	display: flex;
	align-items: center;
	font-size: 14px;
  color: #4a4a4a;
}
footer div.partners span{
	font-size: 14px;
  color: #333390;
	text-transform:uppercase;
}
footer ul.partners{
	display: flex;
	padding: 0;
	list-style: none;
	flex-direction: row;
}
footer ul.partners li{
	display: inline-block;
	float: left;
	line-height: 0;
	margin-left: 25px;
}
footer ul.partners li:first-child{
	margin-left: 15px;
}
footer ul.partners li a{
	font-size: 14px;
  color: #1650e2;
}
footer .copyright{
	font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
}
footer div.countries{
	display:inline-block;
	width:279px;
}
footer div.countries span{
	font-size: 14px;
  color: #333390;
	text-transform:uppercase;
}
footer .dropup.countries{
	
}
footer .dropup.countries .btn.dropdown-toggle{
	position:relative;
	background:transparent;
	padding-left: 0;
}
footer .dropup.countries .dropdown-toggle::after{
	border-top: 5px solid #4a4a4a;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	border-bottom: 0;
}
footer .dropup.countries .dropdown-menu{
	position:relative;
}
footer .dropup.countries .dropdown-menu.show{
	/*
	left:inherit !important;
	right:0;
	*/
	/*top: inherit !important;
	bottom: 0px;
	*/
	max-height: 300px;
	overflow-y: auto;
	padding: 5px 0 5px;
}
/* Content */
.content{
	max-width:870px;
	display:inline-block;
	width: 100%;
}
.content.thematic{
	background-color:#fff;
	border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	padding: 19px 14px 16px 16px;
}
.content.search{
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.content.search .content.coupons{
	max-width: 910px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.content.users {
	max-width: inherit;
}
/* Products Grid */
.products-grid,
.reviews-list,
.company .nearby{
	display:inline-block;
	width:100%;
	border-radius: 5px;
	border: solid 2px #f98720;
	background-color: #ffffff;
	margin-bottom:15px;
}
.products-grid h3.title,
.reviews-list h3.title,
.company .nearby h3.title,
.company .map .directions h3.title{
	width:100%;
	background-color: #f88620;
	margin: 0;
	padding:0;
}
.products-grid h3.title a,
.reviews-list h3.title a{
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	text-transform:uppercase;
	padding: 10px 0 9px 15px;
	display: inline-block;
}
.products-grid .products{
	/* display:flex; */
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	
}
.products-grid .products .product{
	/*background-color: rgba(239, 240, 241, 0.7);*/
	flex: 0 0 14.666667%;
	padding: 8px 7px 5px 7px;
 margin: 16px 7px 12px;
	text-align: center;
	
}
.products-grid .products .product.with-bg,
.products-grid .products .product:nth-child(odd){
	/*background-color: rgba(239, 240, 241, 0.7);*/
}
.products-grid .products .product img{
	width: 116px;
 height: 71px;
 border-radius: 5px;
 background-color: #d8d8d8;
}
.products-grid .products .product h4{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: normal;
	color: #4a4a4a;
	text-align: left;
	margin: 0px 4px 14px 4px;
	height: 42px;
	/*
	margin-block-start: 12px;
	margin-block-end: 12px;
	*/
	overflow: hidden;
}
.products-grid .products .product .prices{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.products-grid .products .product .regular-price{
 font-family: Roboto;
 font-size: 10px;
 color: #4a4a4a;
}
.products-grid .products .product .discount-price{
	font-size: 12px;
 color: #f98720;
}
.more,
.load-more,
.load-more-cupons{
	text-align: center;
	margin: 13px 0 13px 0;
	display: flex;
	justify-content: center;
	text-decoration: none;
}
a.more,
a.load-more,
a.load-more-cupons{
	font-size: 14px;
	color: #4a4a4a;
}
.products-grid .load-more{
	
}

/* Reviews */
.reviews-list{
	border:0;
	background-color:transparent;
	margin-bottom:29px;
}
.reviews-list h3.title{
	text-transform:uppercase;
	text-align:center;
	border-radius: 5px;
	border: solid 2px #f98720;
	
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 10px 0 9px 15px;
	display: inline-block;
}
.reviews-list .reviews{
	margin-top: 10px;
}
.reviews-list .reviews .review{
	padding:15px 30px 17px 20px;
	border-radius: 5px;
 border: solid 1px #c2c6cb;
 background-color: #ffffff;
	margin-bottom: 5px;
	display: flex;
}
.reviews-list .reviews .review .review-info{
	display: flex;
	width:177px;
	font-size: 12px;
 color: #4a4a4a;
}
.reviews-list .reviews .review .review-user-avatar{
	height:44px;
	width:44px;
	position:relative;
}
.reviews-list .reviews .review .review-user-avatar:empty::before{
	content:'';
	background-image:url(../img/icons/svg/icon-user.svg);
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	background-size: 71%;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-radius: 50%;
	border: 1px solid #979797;
}
.reviews-list .reviews .review .review-user-avatar img{
	height:44px;
	width:44px;
}
.reviews-list .reviews .review .review-details{
	display: flex;
	flex-direction: column;
	margin-right: auto;
	padding-left: 10px;
}
.reviews-list .reviews .review .review-date{
	font-size: 12px;
 color: #4a4a4a;
}
.reviews-list .reviews .review .review-author{
	font-size: 12px;
 color: #4a4a4a;
}
.reviews-list .reviews .review .review-body{
	margin-left: auto;
	width: calc(100% - 181px);
	vertical-align: top;
}
.reviews-list .reviews .review .review-body .review-message{
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	min-height: 48px;
	margin-bottom: 15px;
}
.reviews-list .reviews .review .review-body .review-footer{
	width: 100%;
	justify-content: flex-end;
	display: flex;
	padding:0px 0 5px 0;
}
.reviews-list .reviews .review .review-body .review-footer .review-action{
	position: relative;
	width: auto;
	width: auto;
	height: 16px;
	padding-left: 21px;
	margin-left: 15px;
	font-size: 12px;
	text-align: center;
	color: #4a4a4a;
	align-items: flex-start;
	display: flex;
}
.reviews-list .reviews .review .review-body .review-footer .review-action::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 16px;
	height: 16px;
	display: inline-block;
}
.reviews-list .reviews .review .review-body .review-footer .review-action.review-like::before{
	background-image: url(../img/icons/png/icon-thumbs-up.png);
}
.reviews-list .reviews .review .review-body .review-footer .review-action.review-dislike::before{
	background-image: url(../img/icons/png/icon-thumbs-down.png);
}
.reviews-list .reviews .review .review-body .review-footer a.review-reply{
	font-size: 12px;
	text-align: center;
	color: #4a90e2;
	text-decoration:none;
	margin-left:15px;
}
.reviews-list .reviews .review .review-body .review-photos{
	padding-top:15px;
	border-top:1px solid #e2e4e6;
}
.reviews-list .reviews .review .review-body .review-photos ul{
}
.reviews-list .reviews .review .review-body .review-photos ul li{
	display:inline-block;
	margin-right:5.5px;
}
.reviews-list .reviews .review .review-body .review-photos ul li:last-child{
	margin-right:0;
}
.reviews-list .reviews .review .review-body .review-photos ul li img{
	height: 50px;
	width: 87.5px;
}

/* Sidebar */
.sidebar{
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	display: inline-block;
	min-height: 1px;
}
.sidebar.left{
	width: 200px;
	float: left;
	background-color: #fff;
	padding: 20px;
}
.sidebar.right{
	width: 300px;
	float: right;
	background-color: #fff;
	padding: 10px;
	padding: 20px;
}
.sidebar .products-grid,
.sidebar .coupons-grid,
.sidebar .news-grid{
	border:0;
	margin:0;
}
.sidebar .products-grid .products,
.sidebar .coupons-grid .coupons,
.content.index .subcontent.coupons{
	border-radius: 0 0 2px 2px;
	border: solid 1px #dc8020;
	border-top:0;
}
.sidebar .coupons-grid .coupons{
	border-color:#8db93c;
}
.sidebar .products-grid h3.title,
.sidebar .coupons-grid h3.title,
.sidebar .map-companies h3.title,
.sidebar .news-grid h3.title,
.sidebar .related-grid h3.title,
.sidebar.thematic .products h3.title,
.sidebar.thematic .companies h3.title,
.sidebar.thematic .coupons h3.title,
.sidebar.thematic .similar-topics h3.title,
.sidebar.thematic .video h3.title,
.sidebar.thematic .cities h3.title,
.sidebar.thematic .photo h3.title{
	border-radius: 3px 3px 0 0;
	color: #fff;
	margin:0;
	padding: 0;
	background-color: #f88620;
	position: relative;
	text-transform: uppercase;
}
.sidebar .products-grid h3.title{
	overflow:hidden;
}
.sidebar .products-grid h3.title::before,
.sidebar .coupons-grid h3.title::before,
.sidebar.thematic .products h3.title::before,
.sidebar.thematic .companies h3.title::before,
.sidebar.thematic .coupons h3.title::before,
.sidebar.thematic .video h3.title::before,
.sidebar.thematic .cities h3.title::before,
.sidebar.thematic .photo h3.title::before{
	content:'';
	position:absolute;
	top:0;
	right:5px;
	vertical-align: middle;
	background: no-repeat 50%;
	background-size: 100% 100%;
}
.sidebar .products-grid h3.title::before,
.sidebar.thematic .products h3.title::before{
	background-image:url(../img/icons/svg/icon-sidebar-products.svg);
	width: 48px;
	height: 42px;
	top: -2px;
}
.sidebar .coupons-grid h3.title::before,
.sidebar.thematic .coupons h3.title::before{
	background-image:url(../img/icons/svg/icon-sidebar-coupons.svg);
	width: 44px;
	height: 44px;
	top: -4px;
}
.sidebar.thematic .video h3.title::before{
	background-image:url(../img/icons/svg/icon-sidebar-video.svg);
	width:31px;
	height:25px;
	top:4px;
	right:11px;
}
.sidebar.thematic .photo h3.title::before{
	background-image:url(../img/icons/svg/icon-sidebar-photo.svg);
	width:36px;
	height:28px;
	top:2px;
	right:11px;
}

.sidebar .products-grid h3.title a,
.sidebar .coupons-grid h3.title a,
.sidebar .related-grid h3.title a,
.sidebar.thematic .products h3.title a,
.sidebar.thematic .companies h3.title a,
.sidebar.thematic .coupons h3.title a,
.sidebar.thematic .similar-topics h3.title a,
.sidebar.thematic .video h3.title a,
.sidebar.thematic .photo h3.title a{
	color:#fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform:uppercase;
	padding:10px 0 9px 15px;
	padding:7px 0 7px 15px;
}
.sidebar .coupons-grid h3.title{
	background-color: #8db93c;
}
.sidebar .related-grid h3.title{
	background-color: #333390;
}
.sidebar .related-grid h3.title a{
	font-weight:normal;
}
.sidebar .map-companies h3.title{
	background-color: #333390;
	padding:10px 0 9px 15px;
	font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.sidebar .news-grid h3.title{
	background-color: transparent;	
	opacity: 0.9;	
	padding: 7px 0;
}
.sidebar .news-grid h3.title a{
	color: #333390;
	font-size: 16px;
	font-weight: normal;
	text-transform:none;
}
.sidebar .products-grid .products .product{
	flex: 0 0 50%;
	padding: 8px 7px 5px 7px;
	margin: 0;
	height: 175px;
}
.sidebar .products-grid .products .product:first-child,
.sidebar .products-grid .products .product:nth-child(4n+4),
.sidebar .products-grid .products .product:nth-child(4n+5){
	background-color:rgba(239, 240, 241, 0.7)
}
.sidebar .products-grid .products .product>a{
	width: 116px;
	height: 71px;
	display: inline-block;
}
.sidebar .coupons-grid .coupons .coupon{
	padding: 15px 7px 15px 7px;
	margin: 0;
	border-bottom: solid 1px #86bc18;
}
.sidebar .coupons-grid .coupons .coupon:last-child{
	border:0;
}
.sidebar .coupons-grid .coupons .coupon h4,
.thematic .coupons .grid .coupon h4{
	margin:0 0 10px;
	padding:0;
}
.thematic .coupons .grid .coupon h4{
	height:48px;
	overflow:hidden;
	font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}
.sidebar .coupons-grid .coupons .coupon h4 a,
.thematic .coupons .grid .coupon h4 a{
	font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
}
.sidebar .coupons-grid .coupons .coupon .about,
.thematic .coupons .grid .coupon .about{
	display: flex;
	margin: 0 0 10px;
}
.thematic .coupons .grid .coupon .about{
	margin-bottom:8px;
}
.sidebar .coupons-grid .coupons .coupon .prices{
	align-items: center;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: center;
	margin-left:auto;
}
.thematic .coupons .grid .coupon .prices{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	align-self: flex-end;
}
.sidebar .coupons-grid .coupons .coupon .prices .discount,
.thematic .coupons .grid .coupon .prices .discount{
	font-size: 12px;
  line-height: 1.33;
  color: #000000;
	margin-bottom:5px;
}
.sidebar .coupons-grid .coupons .coupon .prices .discount-price b,
.thematic .coupons .grid .coupon .prices .discount-price b{
	font-size: 18px;
  font-weight: 900;
  line-height: normal;
  color: #86bc18;
}

.sidebar .coupons-grid .coupons .coupon .image,
.thematic .coupons .grid .coupon .image{
	width: 110px;
	height: 75px;
	border-radius: 3px;
	margin-left: auto;
	display: inline-block;
}
.sidebar .coupons-grid .coupons .coupon .image a,
.thematic .coupons .grid .coupon .image a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sidebar .coupons-grid .coupons .coupon .image img,
.thematic .coupons .grid .coupon .image img{
	width: 100%;
	height: 100%;
}
.thematic .coupons .grid .coupon .image img{
	border-radius: 5px;
}
.sidebar .coupons-grid .coupons .coupon .description,
.thematic .coupons .grid .coupon .description{
	font-size: 12px;
	line-height: normal;
	color: #4a4a4a;
	margin: 0 0 10px;
}
.thematic .coupons .grid .coupon .description{
	margin-bottom:8px;
}
.sidebar .coupons-grid .coupons .coupon .action,
.thematic .coupons .grid .coupon .action{
	display: flex;
}
.sidebar .coupons-grid .coupons .coupon .action .time-left,
.thematic .coupons .grid .coupon .action .time-left{
	font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.thematic .coupons .grid .coupon .action .time-left{
	line-height: 1rem;
	font-weight:500;
}
.sidebar .coupons-grid .coupons .coupon .action .btn,
.thematic .coupons .grid .coupon .action .btn{
	font-size: 14px;
	color: #86bc18;
	border-radius: 3px;
	border: solid 1px #86bc18;
	width: 115px;
	height: 35px;
}
.thematic .coupons .grid .coupon .action .btn{
  background-color: #333390;
	font-size: 14px;
  color: #ffffff;
	border:0;
	text-transform:uppercase;
	width:185px;
}
.sidebar .products-grid .controls,
.sidebar .coupons-grid .controls,
.sidebar .news-grid .controls{
	display:flex;
	margin: 10px 0;
}
.sidebar .products-grid .controls .ctrl,
.sidebar .coupons-grid .controls .ctrl,
.sidebar .news-grid .controls .ctrl{
	display: inline-block;
	position:relative;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: solid 1px #c2c6cb;
	background-color: #eff0f1;
}
.sidebar .products-grid .controls .ctrl::before,
.sidebar .coupons-grid .controls .ctrl::before,
.sidebar .news-grid .controls .ctrl::before{
	content: '';
	border: solid #9b9b9b;
	border-width: 0px 1px 1px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 4px;
}
.sidebar .products-grid .controls .ctrl.previous::before,
.sidebar .coupons-grid .controls .ctrl.previous::before,
.sidebar .news-grid .controls .ctrl.previous::before{
	top: 6px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.sidebar .products-grid .controls .ctrl.next,
.sidebar .coupons-grid .controls .ctrl.next,
.sidebar .news-grid .controls .ctrl.next{
	margin-left:6px;
}
.sidebar .products-grid .controls .ctrl.next::before,
.sidebar .coupons-grid .controls .ctrl.next::before,
.sidebar .news-grid .controls .ctrl.next::before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
}

.sidebar .products-grid a.view-more,
.sidebar .coupons-grid a.view-more,
.sidebar .news-grid a.view-more{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #dc8020;
	text-decoration: none;
	margin: 0 0 0 8px;
}

.sidebar .coupons-grid a.view-more{
	color:#8db93c;
}
/* Sidebar Map */
.sidebar .map-companies{
	
}
/* Sidebar News */
.sidebar .news-grid{
	
}
.sidebar .news-grid .news{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
}
.sidebar .news-grid .news .article{
	display:flex;
	margin: 0 0 15px 0;
}
.sidebar .news-grid .news .article .excerpt{
	margin-left:9px;
}
.sidebar .news-grid .news .article .excerpt h4,
.sidebar .news-grid .news .article .excerpt .text,
.sidebar .news-grid .news .article .excerpt a.read-more{
	opacity: 0.9;
 font-size: 14px;
 font-weight: 500;
 color: #333390;
	margin:0;
	line-height: 1rem;
}
.sidebar .news-grid .news .article .excerpt h4{
	margin-bottom:4px;
	max-height: 32px;
	overflow: hidden;
}
.sidebar .news-grid .news .article .excerpt .text{
 color: #4a4a4a;
	max-height: 64px;
	overflow: hidden;
	font-weight: normal;
}
.sidebar .news-grid .news .article .excerpt a.read-more{
 color: #1650e2;
	font-weight: normal;
}
.sidebar .news-grid a.view-more{
 color: #333390;
}

.sidebar .ask-company,
.sidebar .related-grid{
	border-radius: 0 0 2px 2px;
	border: 1px solid #333390;
	border-top: 0;
}
.sidebar .related-grid .related{
	padding-top:12px;
}
.sidebar .related-grid .company{
	display: flex;
	flex-direction:column;
	margin-bottom: 12px;
}
.sidebar .related-grid h4{
	margin: 0 0 2px 0;
}
.sidebar .related-grid h4 a{
	font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.sidebar .related-grid .info{
	display: flex;
	justify-content: space-between;
}
.sidebar .related-grid .summary{
	
}
.sidebar .related-grid h6{
	margin: 0 0 3px 0;
}
.sidebar .related-grid h6 a,
.sidebar .related-grid span{
	font-size: 12px;
  font-weight: normal;
  color: #4a4a4a;
}
.sidebar .related-grid img{
	width: 49px;
  height: 42px;
  border-radius: 5px;
  background-color: #eff0f1;
}

/* Form */
.form fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
.form fieldset legend{
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	padding-bottom: 11.5px;
	margin-bottom: 21.5px;
}
.form .form-group{
	display: inline-block;
	margin-bottom: 20px;
	width:100%;
}
.form .form-group.half-group{
	width:49%;
}
.form .form-group.half-group+.half-group{
	margin-left:1%;
}
.form label{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #4a4a4a;
	margin-bottom:10px;
}
.form input,
.form textarea{
	padding: 11px 0 12px 15px;
	border-radius: 5px;
	border: solid 1px #e2e4e6;
	border:0;
	box-shadow: inset 0px 0px 2px 0 rgba(0, 0, 0, 0.51);
	outline: 0;
	background-color: #fff;
	font-size: 14px;
	font-weight: normal;
	width:100%;
}
.form button[type='submit']{
	background-color: #333390;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 8.5px 2.5px 5px auto;
	padding: 9px 20px 10px;
	display: flex;
	min-width: 123px;
	justify-content: center;
	align-items: center;
}
.form select{
	width: 43px;
  height: 35px;
	border-radius: 3px;
	border: solid 1px #979797;
	margin-left: 10px;
	padding-left: 5px;
}
/* Table */
.table{
	width:100%;
}
i.tag{
	position:relative;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
	height: 320px;
	overflow-y: scroll;
}

.leaflet-top,
.leaflet-bottom{
	z-index: 800 !important;
}

ul.social-networks{
	display: inline-block;
	margin-right: 15px;
}
ul.social-networks li{
	display: inline-block;
	float: left;
	line-height: 0;
	margin-left: 2px;
}
ul.social-networks li a.sn{
	display:inline-block;
	width:20px;
	height:20px;
	font-size: 13px;
 text-align: center;
 color: #8db93c;
	text-indent: -9999px;
	border: 1px solid red;
}
ul.social-networks li a.sn.sn-facebook{
	content:'fb';
}
ul.social-networks li a.sn.sn-twitter{
	content:'tw';
}

.content.index.index{
	display: inline-block;
	max-width: 100%;
	/* border-radius: 5px; */
	border-radius:0;
	/* box-shadow: 0 1px 6px 0 rgba(118, 118, 118, 0.25); */
	box-shadow:none;
	border: 1px solid #e2e4e6;
	border-width: 1px 0 0 0;
	background-color: #ffffff;
	/* padding: 20px;*/
}
.content.index.index main{
	/*border: 1px solid #e2e4e6;
	border-width: 1px 1px 1px 1px;*/
}
.content.index.index main .sections{
	display: inline-block;
	max-width: 838px;
	border-right: 1px solid #e2e4e6;
	/*box-sizing: content-box;*/
}
.content.index.index .products .grid{
	padding:0;
}
.content.index.index .products .grid.g-5 .product{
	margin-right: 15px;
	margin-right: 0;
}
.content.index.index .products .grid.g-5 .product:nth-child(5n){
	margin-right: 0;
}
main .articles .article-grid{
	    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
main .articles .article-grid .article{
	width: 190px;
	width: 23.75%;
	min-height:225px;
	margin: 0 13px 16px 0;
	border-radius: 5px;
  border: solid 1px #e2e4e6;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.content.index main .articles .article-grid .article:nth-child(4n){
	margin-right:0;
}
.content.news main .articles .article-grid .article{
	width: 190px;
}
main .articles .article .about{
	margin-bottom:10px;
}
main .articles .article-grid .article .about .image{
	width: 188px;
  height: 125px;
	margin:0 0 10px 0;
}
main .articles .article .about .image a{
	display:inline-block;
	width:100%;
	height:100%;
}
main .articles .article .about .image a img{
	
}
main .articles .article .about h4{
	margin:0 0 15px;
	padding:0;
}
main .articles .article-grid .article .about h4{
	margin:0;
	padding: 0 10px 5px 10px;
}
main .articles .article-grid .article .about h4 a{
	font-size: 14px;
  color: #f98720;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
	line-height: 1rem;
	letter-spacing: normal;
	height: 32px;
	display: inline-block;
}
main .articles .article .about h4 a{
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
main .articles .article-grid .article .about .teaser{
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	height: 48px;
	overflow: hidden;
	font-stretch: normal;
	line-height: 1rem;
	color: #000000;
	padding:0 10px 5px 10px
}

.content.index.index .products,
.content.index.index .articles,
.content.index.index .activity{
	width: 100%;
	min-height: 300px;
	padding:0 20px 20px 20px;
	position: relative;
}
.content.index.index .products{
	padding: 20px;
}
.content.index.index .sidebar{
	background-color: #fff;
	border-radius: 0;
	width: 339px;
	min-height: 300px;
	height: 100%;
	margin-left: auto;
	padding: 10px 20px;
	box-shadow: none;
	
	/* width: 520px; */
	margin: 0 0 0 auto;
	box-shadow: none;
	float: right;
}
.content.index.index .header h1,
.content.index.index .products h3,
.content.index.index .articles h3,
.content.index.index .activity h3,
.content.index.index .sidebar h3{
	border-bottom:solid 1px var(--blueberry);
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	
}
.content.index.index .sidebar h3{
	font-size: 18px;
  color: #1650e2;
	text-transform:uppercase;
}
.content.index.index .header h1{
	color:#333390;
	font-weight:700;
}
.content.index.index .header h1 a,
.content.index.index .products h3 a,
.content.index.index .articles h3 a,
.content.index.index .activity h3 a,
.content.index.index .sidebar h3 a{
	font-size: 18px;
  color: #1650e2;
	text-transform:uppercase;
}
.content.index.index .products h3 a,
.content.index.index .articles h3 a,
.content.index.index .activity h3 a{
	color:#333390;
}
.content.index.index .activity .tags{
	display: inline-block;
	width:100%;
	margin: 0 0 15px 0;
}
.content.index.index .activity .tags ul{
	display: inline-block;
	width:100%;
}
.content.index.index .activity .tags ul>li{
	display: inline-block;
	border: 1px solid #4a4a4a;
	border-radius: 12.5px;
	margin: 0 0 5px 0px;
}
.content.index.index .activity .tags ul>li>a{
	color: #4a4a4a;
	padding: 4px 8px;
	font-size: 12px;
	display: inline-block;
}

.content.index.index .activity ul.activities{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(259px, 0fr));
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);
	grid-auto-flow: dense;
	padding: 0px;
}
.content.index.index .activity ul.activities li{
  font-size: 14px;
  font-weight: bold;
  color: #929796;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #c2c6cb;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content.index.index .activity ul.activities li.kupon{
	margin:0 0 0 0;
}
.content.index.index .activity ul.activities li.kupon .summary{
	align-items:flex-start;
}
.content.index.index .activity ul.activities li.kupon .about .summary{
	flex-direction: column;
	padding: 0 10px 8px 0px;
}
.content.index.index .activity ul.activities li.featured{
	grid-column-end: span 1;
	grid-row-end: span 3;
}
.content.index.index .activity ul.activities li .about{
	display: flex;
	padding:10px 10px 5px 10px;
}
.content.index.index .activity ul.activities li.featured.product .about,
.content.index.index .activity ul.activities li.featured.coupon .about{
	flex-direction: column;
}
.content.index.index .activity ul.activities li .about img{
	margin: 0px 12px 0px 0px;
	width: 68px;
	height: 55px;
}
.content.index.index .activity ul.activities li.product .about img {
	height: 90px;
	width: auto;
}
.content.index.index .activity ul.activities li.featured.coupon .about img,
.content.index.index .activity ul.activities li.featured.product .about img{
	margin:0 0 10px 0;
	width: 237px;
  height: 197px;
}

.content.index.index .activity ul.activities li .about h4{
	margin:0;
	width: 150px;
	
	margin: 0;
	width: 150px;
	height: 32px;
	line-height: 1;
	position: relative;
}
.content.index.index .activity ul.activities li.featured.product .about h4,
.content.index.index .activity ul.activities li.featured.coupon .about h4{
	width:100%;
}
.content.index.index .activity ul.activities li .about h4 a{
	color: #4a4a4a;
	display: -webkit-box;
	max-width: 100%;
	height: 32px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content.index.index .activity ul.activities li .summary{
	display: flex;
	font-size: 12px;
	padding:0 10px 8px 9px;
	justify-content: space-between;
	align-items: center;
}
.content.index.index .activity ul.activities li.featured .summary{
	border-top: solid 1px #c2c6cb;
  background-color: rgba(194, 198, 203, 0.2);
	padding:9px 10px 9px 9px;
}
.content.index.index .activity ul.activities li .summary .action{
	position:relative;
	padding-left:20px;
	text-transform: uppercase;
  color: var(--blueberry);
	line-height: 1;
}
.content.index.index .activity ul.activities li .summary .action::before{
	content:'';
	position:absolute;
	top:calc(50% - 7.5px);
	left:0;
	width:15px;
	height:15px;
	border:1px solid #e2a421;
	border-radius: 50%;
	background-color:#ffdc00;
}
.content.index.index .activity ul.activities li .summary .time{
	width: 68px;
	align-self: flex-end;
	justify-self: self-end;
	text-align: right;
	font-weight: normal;
}
.content.index.index .activity ul.activities li.featured.product .prices{
	flex-direction: row;
	padding: 7px 0;
	align-items: center;
	justify-content: flex-end;
	display: flex;
}
.content.index.index .activity ul.activities li.featured.product .prices .regular-price{
	font-size: 14px;
  color: #000000;
	margin-right:7px;
	font-weight: normal;
}
.content.index.index .activity ul.activities li.featured.product .prices .discount-price{
	font-size: 20px;
  font-weight: 900;
  color: #86bc18;
}

.content.index.index .sidebar .the-most-popular{
	margin: 0 0 15px 0;
	padding:0 6px;
}
.content.index.index .sidebar .the-most-popular .coupon{
	display: flex;
	width: 288px;
	flex-wrap: wrap;
	border-radius: 5px;
	border: solid 1px #e2e4e6;
	margin-bottom: 10px;
	position: relative;
	justify-content: center;
	padding-top: 0px;
}
.content.index.index .sidebar .the-most-popular .coupon i.tag-discount{
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	padding: 5px;
	background-color: #f8cd1c;
	left: 20px;
	width: 37.5px;
	height: 26.5px;
	text-align: center;
}
.content.index.index .sidebar .the-most-popular .coupon i.tag-discount::before{
	content: '';
	display: inline-block;
	width: 37.5px;
	height: 26.5px;
	position: absolute;
	top: 0;
	left: 0px;
}
.content.index.index .sidebar .the-most-popular .coupon a{
	overflow:hidden;
}
.content.index.index .sidebar .the-most-popular .coupon img{
	margin-bottom: 12px;
	max-height: 170px;
	width: auto;
	border-radius: 5px 5px 0 0;
}
.content.index.index .sidebar .the-most-popular .coupon h4{
	padding: 0 10px 0px 10px;
	margin: 0 0 0px;
	width: 100%;
}
.content.index.index .sidebar .the-most-popular .coupon h4 a{
	width: 100%;
	display: inline-block;
	padding: 0 0 0px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #e2e4e6;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	height: 49px;
	overflow: hidden;
	line-height: 1.4rem;
}
.content.index.index .sidebar .the-most-popular .coupon .summary{
	display: flex;
	width: 100%;
	padding: 0 10px;
}
.content.index.index .sidebar .the-most-popular .coupon .summary .time-left{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 169px;
}
.content.index.index .sidebar .the-most-popular .coupon .summary .time-left b{
	font-size: 18px;
}
.content.index.index .sidebar .the-most-popular .coupon .summary .prices{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 8px;
	margin-left: auto;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #4a4a4a;
}
.content.index.index .sidebar .the-most-popular .coupon .summary .prices .regular-price{
	font-size: 14px;
	line-height: 1.14;
	letter-spacing: normal;
	color: #000000;
}
.content.index.index .sidebar .the-most-popular .coupon .summary .prices .discount-price{
	font-size: 20px;
	font-weight: 900;
	color: #86bc18;
}
.content.index.index .sidebar .the-most-popular .coupon .bar{
	display: flex;
	font-size: 12px;
	padding:6px 12px 6px 12px;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #c2c6cb;
  background-color: rgba(194, 198, 203, 0.2);
	width:100%;
}
.content.index.index .sidebar .the-most-popular .coupon .bar .action{
	position:relative;
	padding-left:20px;
	text-transform: uppercase;
  font-size: 12px;
  letter-spacing: normal;
  color: var(--blueberry);
}
.content.index.index .sidebar .the-most-popular .coupon .bar .action::before{
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:15px;
	height:15px;
	border:1px solid #e2a421;
	border-radius: 50%;
	background-color:#ffdc00;
}
.content.index.index .sidebar .advertising,
.content.index.index .sidebar .currency-exchange,
.content.index.index .sidebar .weather{
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.content.index.index .sidebar .advertising h3{
	margin: 0;
	border: 0;
	
	color: #9b9b9b;
	font-size: 16px;
}
.content.index.index .sidebar .advertising h3 a{
	color: #9b9b9b;
	font-size: 16px;
}
.content.index.index .sidebar .advertising .ad{
	display:inline-block;
	width:300px;
	height:250px;
}
.content.index.index .sidebar .advertising .ad a{
	display:inline-block;
	width:300px;
	height:250px;
}

.content.index.index .sidebar .currency-exchange h3,
.content.index.index .sidebar .weather h3{
	border-bottom:1px solid #e2e4e6;
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 1;
}
.content.index.index .sidebar .currency-exchange h3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content.index.index .sidebar .currency-exchange h3 a,
.content.index.index .sidebar .weather h3 a{
	position: relative;
	font-size: 16px;
	color: #1650e2;
	text-transform: uppercase;
	display: flex;
	height: 32px;
	align-items: center;
	padding: 0 0 0 42px;
}
.content.index.index .sidebar .currency-exchange h3 span.date{
	margin-left: auto;
	display: flex;
	justify-content: center;
	height: 32px;
	align-items: center;
	font-size: 16px;
	color: #333390;
	font-weight: 500;
}
.content.index.index .sidebar .currency-exchange .table table,
.content.index.index .sidebar .weather .table.forecast table{
	width:100%;
}
.content.index.index .sidebar .currency-exchange .table table>thead>tr>th{
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td{
	font-size: 14px;
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td b{
	position:relative;
	padding-left:21px;
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td b::before{
	content:'';
	display:inline-block;
	position:absolute;
	top:4px;
	left:0;
	width: 16px;
	height: 11px;
	border: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td b.eur::before{
	background-image: url(../img/icons/png/icon-currency-exchange-eur.png);
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td b.chf::before{
	background-image: url(../img/icons/png/icon-currency-exchange-chf.png);
}
.content.index.index .sidebar .currency-exchange .table table>tbody>tr>td b.usd::before{
	background-image: url(../img/icons/png/icon-currency-exchange-usd.png);
}
.content.index.index .sidebar .weather{
	display:inline-block;
	width:100%;
}
.content.index.index .sidebar .weather{
	
}
.content.index.index .sidebar .weather h3 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 32px;
	height: 32px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	-webkit-mask: url(../img/icons/svg/icon-sun.svg) no-repeat;
	mask: url(../img/icons/svg/icon-sun.svg) no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
.content.index.index .sidebar .weather .dropdown.city{
	align-items: center;
	display: flex;
	margin: 0 0 12px;
}
.content.index.index .sidebar .weather .dropdown.city label{
  color: #4a4a4a;
}
.content.index.index .sidebar .weather .dropdown.city .dropdown-menu{
	width: 200px;
	height: 200px;
	max-height: 200px;
	overflow-y: scroll;
}
.content.index.index .sidebar .weather .dropdown.city .btn.dropdown-toggle{
	border-radius: 3px;
  border: 1px solid #979797;
	width: 200px;
	margin-left: auto;
	display: flex;
}
.content.index.index .sidebar .weather .current-conditions{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.content.index.index .sidebar .weather .current-conditions label{
	color: #1650e2;
	font-weight:500;
	margin-bottom: 5px;
	text-transform:uppercase;
}
.content.index.index .sidebar .weather .current-conditions span{
	
}
.content.index.index .sidebar .weather .current-conditions span.summary{
	font-size: 14px;
}
.content.index.index .sidebar .weather .current-conditions span.temperature{
	color: #f5a623;
	font-size: 38px;
	border-bottom: 1px solid #1650e2;
	padding: 0 0 4px;
	margin: 0 0 8px;
}
.content.index.index .sidebar .weather .table.forecast table{
	width:100%;
}
.content.index.index .sidebar .weather .table.forecast table>thead>tr>th{
	font-size:14px;
	text-align:center;
}
.content.index.index .sidebar .weather .table.forecast table>tbody>tr>td{
	font-size: 14px;
	text-align:center;
}
.content.index.index .sidebar .weather .table.forecast table>tbody>tr.min>td b{
	color:#1650e2;
}
.content.index.index .sidebar .weather .table.forecast table>tbody>tr.max>td b{
	color:#f5a623;
}


.content.index,
.content.index.companies{
	max-width:100%;
	border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(118, 118, 118, 0.25);
  border: solid 1px #e2e4e6;
  background-color: #ffffff;
	/*padding:20px;*/
}
.content.index .header,
.content.index.companies .header{
	padding: 20px 20px 0;
  /*border-bottom: solid 1px #e2e4e6;*/
	display: flex;
	flex-direction: column;
}
.content.index .header h1,
.content.index.companies .header h1{
	font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
	text-transform:uppercase;
	
	border-bottom: solid 1px #979797;
	padding-bottom: 7px;
}
.content.index.index .categories ul,
.content.index.companies .header ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.content.index.index .categories ul li,
.content.index.companies .header ul li{
	flex: 0 0 189px;
	margin: 0 0 0px 0;
}
.content.index.index .categories ul li{
	flex: 0 0 25%;
}
.content.index.index .categories ul li h2,
.content.index.companies .header ul li h2{
	margin:0;
}
.content.index.index .categories ul li a,
.content.index.companies .header ul li a{
	position:relative;
	display:inline-block;
	padding:10px 5px 10px 34px;
	font-size: 14px;
  color: #4a4a4a;
}
.content.index.index .categories ul li a:hover,
.content.index.companies .header ul li a:hover{
	color:#1650e2;
}
.content.index.index .categories ul li a::before,
.content.index.companies .header ul li a::before,
.content.index.companies .lists div.list.categories ul li a::before{
	content:'';
	width:24px;
	height:24px;
	position:absolute;
	top: calc((50% - 12px) - 2px);
	left: 5px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.content.index.companies .lists div.list.categories ul li a::before{
	width: 60px;
	height: 60px;
	top: calc((50% - 40px));
	left: calc((50% - 30px));
	background-size: 60px 60px;
	background-position: center;
}
.content.index.companies .dropdown.cities{
	display: flex;
	align-self: flex-end;
	align-items: center;
	padding: 0px 0px 0px 14px;
	border-radius: 5px;
	border: solid 1px #4a90e2;
	font-size: 14px;
	color: #4a4a4a;
	margin: 0 10px 10px 0;
}
.content.index.companies .dropdown.cities .btn.dropdown-toggle{
	background-color: #4a90e2;
	font-size: 14px;
	margin-left: 10px;
	padding:10px 25px 10px 30px;
	color: #ffffff;
	position: relative;
}
.content.index.companies .dropdown.cities .btn.dropdown-toggle::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../img/icons/svg/icon-map-marker-white-filled.svg);
	background-size: 100%;
	width: 14px;
	height: 14px;
}
.content.index.companies .dropdown.cities .btn.dropdown-toggle::after{
	top: 17.5px;
	margin: 0;
	vertical-align: 0.2em;
	top: 18px;
	border: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.content.index.index .subcontent{
	display: flex;
	flex-direction: row;
	margin:0;
	padding: 0px 20px 20px 20px;
	border: 0;
	border-radius: 0;
	border-bottom: solid 1px #e2e4e6;
}
.content.index.index .subcontent .cities{
	display:inline-block;
	width:290px;
}
.content.index.index .subcontent .cities ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content.index.index .subcontent .cities ul li{
	width: 50%;
	line-height: 1;
}
.content.index.index .subcontent .cities ul li a{
	position:relative;
	display:inline-block;
	width:100%;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1;
	padding: 5px 0 5px 0;
}
.content.index.index .subcontent .cities ul li a::before{
	content: '';
	border-color: #4a4a4a;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	position: absolute;
	top: 9px;
	right: 10px;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.content.index.index .subcontent .cities ul li:hover a{
	background-color: #f5f7f8;
	color: #1650e2;
	font-weight: 500;
}
.content.index.index .subcontent .cities ul li:hover a::before{
	border-color: #1650e2;
}
.content.index.index .subcontent .cities.dropright .btn.dropdown-toggle{
	font-size: 14px;
	font-weight: 700;
	color: #1650e2;
	padding:7px 0;
}
.content.index.index .subcontent .cities.dropright .btn.dropdown-toggle::after{
	display:none;
}
.content.index.index .subcontent .cities.dropright .dropdown-menu.show{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 10px 0 0 10px;
}
.content.index.index .subcontent .cities.dropright .dropdown-menu>a{
	width: 50%;
}
	
.content.index.index .subcontent .categories{
	display: inline-block;
	margin-left: 15px;
}

.badge{
	display: inline-block;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	position:relative;
}
.badge-verified{
	border: solid 1px #333390;
}
.badge-verified::before{
	content: "\2714";
	display:flex;
	position: absolute;
	top: 9px;
	left: 2px;
	width: 12px;
	height: 13px;
	font-size: 13px;
	font-style: normal;
}
.badge-years{
	border: solid 1px #333390;
	font-size: 13px;
 text-align: center;
 color: #333390;
	line-height: 1rem;
 font-style: normal;
}
.badge-coupons{
	border: solid 1px #8db93c;
	color: #8db93c;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
}
.badge-not-verified {
    border: solid 1px #000;
    color: #000;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-list .company-card .rating,
.company .subheader .rating,
.company .product .single .about .info .summary .rating,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating{
	font-size: 12px;
	text-align: right;
	color: #4a4a4a;
	margin-left: 15px;
	display: flex;
	align-items: center;
}
.company .subheader .rating,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating{
	margin-left:auto;
}
.company .product .single .about .info .summary .rating{
	text-align:left;
	display:inline-block;
	margin-bottom:25px;
}
.company-list .company-card .rating .stars,
.company .subheader .rating .stars,
.company .product .single .about .info .summary .rating .stars,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating .stars{
	display:flex;
	direction:rtl;
	line-height:1rem;
}
.company-list .company-card .rating i.star,
.company .subheader .rating i.star,
.company .product .single .about .info .summary .rating i.star,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star{
	color: #f8e71c;
	font-style: normal;
	font-size: 16px;
	
	color: #f8e71c;
	font-style: normal;
	font-size: 2em;
	
	
	width: 20px;
	height: 20px;
	position: relative;
	cursor:pointer;
}
.company-list .company-card .rating i.star::before,
.company .subheader .rating i.star::before,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star::before{
	content: '☆';
	color: #f8e71c;
	position: absolute;
	top: 0;
	left: 0;
}
.company-list .company-card .rating i.star.full::before,
.company .subheader .rating i.star.full::before,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star.full::before{
	content: '★';
}
.company-list .company-card .rating:not(.no-hover) i.star:hover::before,
.company-list .company-card .rating:not(.no-hover) i.star:hover ~ i.star::before,
.company .subheader .rating i.star:hover::before,
.company .subheader .rating i.star:hover ~ i.star::before,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star:hover::before,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star:hover ~ i.star::before{
	content: '★';
	color:#dc8020;
}
.company-list .company-card .rating i.star:first-child{
	padding-right: 10px;
	margin-right:5px;
}
.company .subheader .rating i.star:first-child,
.content.article.sponsored ~ .sidebar.suggestions .company .subheader .rating i.star:first-child{
	margin-right:5px;
}
header .header{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
section.container{
	 
}
header+style+section.container,
header+a+section.container,
header+section.container{
	padding-top:190px;
	padding-top: 195px;
	position: static;
}
header.big+style+section.container,
header.big+a+section.container,
header.big+section.container{
	padding-top:470px;
	padding-top:0;
}
/*
body.sticky header .header{
	background-color: #333390;
	position: fixed;
	top: 0;
	z-index: 100009;
}
body.sticky header .header .container{
	padding:0;
}
body.sticky header .header .container-banner{
	display:none;
}
body.sticky header .subheader{
	position: fixed;
	top: 85px;
	z-index: 100009;
}
*/
body.sticky .content.company,
body.nr-sticky .content.company,
body.nr-sticky .content.coupons,
body.sticky .content.coupons{
	margin-left:220px;
}
body.sticky .content.company ~ .sidebar.left,
body.nr-sticky .content.company ~ .sidebar.left,
body.nr-sticky .content.coupons ~ .sidebar.left,
body.sticky .content.coupons ~ .sidebar.left{
	position:fixed;
	top: 50px;
	top: 195px;
	left: 70px;
}

body.sticky.with-banner header{
	position:fixed;
	top: -300px;
	z-index: 1001;
}
body.sticky.with-banner section.container{
	padding-top: 665px;
}

body.sticky header{
	position:fixed;
	top: -45px;
	z-index: 1001;
}
body.sticky section.container{
	padding-top: 350px;
}


#modalLogin .modal-header .close,
#modalRegister .modal-header .close{
	top:15px;
}
#modalLogin .ulogujte-se{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 0 !important;
	position: relative;
}
#modalLogin .ulogujte-se {
	padding: 45px 35px;
	/*width: 470px;*/
}
#modalLogin #ulogujte-se{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 330px;
}
#modalLogin .ulogujte-se p {
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    margin: 0 auto;
    padding: 10px 0;
    width: 330px;
}
#modalLogin .ulogujte-se .lightTitle{
	border: 0;
	color: #444;
	font: bold 2em 'Arial', sans-serif;
	margin: 0 0 30px 0;
	text-align: center;
	text-shadow: none;
	width: 100%;
}

#modalLogin #sifra {
	background: url(../img/sifra-bkg.png) no-repeat 95% 50% transparent;
}
#modalLogin .ulogujte-se input{
	border: 1px solid #cacaca;
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	color: #555;
	font: 13px 'OpenSans Regular', sans-serif;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 318px;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	box-sizing: content-box;
}
#modalLogin .ulogujte-se input {
    display: block;
    margin: 0 auto 10px auto;
}
#modalLogin .ulogujte-se form input[type=checkbox].css-checkbox{
	display:none;
}
#modalLogin .ulogujte-se form label.css-label{
	background-image: url(../img/checkboxes.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#modalLogin .ulogujte-se form input[type=checkbox].css-checkbox + label.css-label{
	padding-left: 33px;
	margin: 15px 0;
	height: 23px;
	display: block;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
}
#modalLogin .ulogujte-se form input[type=checkbox].css-checkbox + label.css-label {
	color: #8d8d8d;
	display: inline-block;
	font: 12px/20px 'OpenSans Italic', sans-serif;
	margin: 0 0 17px 0;
}
#modalLogin .prijavite-se,
#modalRegister .slicica-dadaj,
#modalRegister .kreiraj-nalog a{
	background-image: linear-gradient(to bottom, #61cbed, #449ab6);
	background-image: -ms-linear-gradient(top, #61cbed 0%, #449ab6 100%);
	background-image: -moz-linear-gradient(top, #61cbed, #449ab6);
	background-image: -o-linear-gradient(top, #61cbed, #449ab6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#61cbed), to(#449ab6));
	background-image: -webkit-linear-gradient(top, #61cbed, #449ab6);
	border: 1px solid #3891ae;
	border-radius: 3px;
	box-shadow: inset 0px 1px 3px 0px rgba(234, 250, 255, 1);
	color: #fff;
	float: right;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(49, 123, 148, 1);
	padding: 0 15px;
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(234, 250, 255, 1);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(234, 250, 255, 1);
}
#modalLogin .prijavite-se{
	height: 28px;
	line-height: 28px;
	right: 70px;
}
#modalLogin .facebook-login-btn{
	color: #8d8d8d;
	font-style: italic;
	font-size: 12px;
}
#modalLogin .ulogujte-se p {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	margin: 0 auto;
	padding: 10px 0;
	width: 330px;
}
#modalLogin .login-buttons {
    margin: 0 auto;
    padding: 10px 0;
    width: 330px;
}
#modalLogin .ulogujte-se p a.facebook-login-btn,
#modalLogin .ulogujte-se p a.twitter-login-btn,
#modalLogin .ulogujte-se p a.googleplus-login-btn {
	display: inline-block;
	height: 30px;
	float: right;
	margin: 0 10px 0 0;
	text-indent: -10000px;
	width: 80px;
}
#modalLogin .ulogujte-se p a.facebook-login-btn {
	background: url(../img/facebook-login.png) no-repeat 0 0 transparent;
	margin-right: 0;
}
#modalLogin .google-signin {
    vertical-align: middle;
    line-height: 46px;
    cursor: pointer;
    font-family: Roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .21px;
    display: inline-block;
    width: 191px;
    height: 46px;
    border: thin solid #4285f4;
    border-radius: 5px;
}
#modalLogin .google-signin .icon {
    background-image: url(../img/google/google_signin_buttons/web/vector/btn_google_light_normal_ios.svg);
    width: 43px;
    height: 43px;
    display: inline-block;
    float: left;
}
#modalLogin .google-signin .buttonText {
    vertical-align: middle;
    display: inline-block;
    width: 120px;
    text-align: center;
}
#modalLogin .login-buttons p.facebook-login-btn {
    width: auto;
    display: inline-block;
    float: right;
    border: 0;
}
#modalLogin .zaboravljena-sifra,
#modalLogin .nemate-nalog {
	text-decoration: underline;
	font-size:12px;
}
#modalLogin .nemate-nalog {
	text-decoration: none;
}
#modalLogin .ulogujte-se p span,
#modalLogin .ulogujte-se p a {
    display: inline-block;
}
#modalLogin .ulogujte-se p span,
#modalLogin .ulogujte-se p .zaboravljena-sifra {
    color: #8d8d8d;
    margin: 0 8px 0 0;
}
#modalLogin .registrujte-se{
    border-radius: 5px;
    box-shadow: inset 0px 1px 3px 0px rgba(233, 233, 233, 1);
		font-size:14px;
		font-weight:900;
    height: 28px;
    margin: 0 auto;
    top: 9px;
    width: 113px;
		line-height:28px;
}
#modalLogin .registrujte-se {
    background-image: linear-gradient(to bottom, #f8e383, #ff7500);
    background-image: -ms-linear-gradient(top, #f8e383 0%, #ff7500 100%);
    background-image: -moz-linear-gradient(top, #f8e383, #ff7500);
    background-image: -o-linear-gradient(top, #f8e383, #ff7500);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e383), to(#ff7500));
    background-image: -webkit-linear-gradient(top, #f8e383, #ff7500);
    border: 1px solid #bf8618;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(175, 73, 0, 1);
    top: 0;
}
#modalRegister .modal-dialog{
	max-width:760px;
}
#modalRegister .modal-content{
	padding-bottom: 0;
}
#modalRegister #registracija-lightbox{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 0 0!important;
	position: relative;
}
#modalRegister .registracija-naslov,
#modalRegister .registracija-lightbox form{
    background: #f8f8f8;
    border: 1px solid #ededed;
    padding: 30px 15px 20px 15px;
}
#modalRegister .registracija-naslov{
    height: 100px;
    padding: 0;
    text-align: center;
}
#modalRegister #registracija-lightbox .logo{    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;}
#modalRegister #registracija-lightbox .logo::before{content: '';
    background: url(../img/logo-navidiku.rs-footer.png) no-repeat;
    height: 50px;
    position: absolute;
    top: -30px;
    width: 135px;
    -moz-box-shadow: 0 1px 0 0 rgba(235,235,235,1);
    filter: grayscale(100%);
    display: flex;
    align-items: center;
    justify-content: center;}
#modalRegister .registracija-naslov .lightTitle,#modalRegister .kuponi-uputstvo-naslov .lightTitle{border:0;color:#444;font:bold 2em 'Arial',sans-serif;margin:0 0 30px 0;text-align:center;text-shadow:none;width:100%}
#modalRegister .registracija-naslov .lightTitle,
#modalRegister .kuponi-uputstvo-naslov .lightTitle {
    border: 0;
    color: #444;
    font: bold 2em 'Arial', sans-serif;
    margin: 0 0 30px 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
#modalRegister .registracija-naslov .lightTitle {
    margin-top: 50px;
}
#registracija-lightbox p {
    text-align: center;
}
#modalRegister .registracija-alerti{
    background: #f8f8f8;
    color: #D83C0E;
    border: 1px solid #ededed;
    padding: 0;
}
#modalRegister .lightNotice {
    color: #b2b2b2;
    font-size:15px;
		font-style:italic;
    margin: 0 0 25px 0;
    text-align: center;
}
#modalRegister .linije {
    background: url(../img/linije.png) no-repeat 0 0 transparent;
    display: inline-block;
    height: 3px;
    margin: 0 10px;
    vertical-align: middle;
    width: 83px;
}
#modalRegister .linije.iza {
    background: url(../img/linije.png) no-repeat 100% 0 transparent;
}
#modalRegister #registracija-lightbox form {
    display: inline-block;
}
#modalRegister .levi-deo {
    float: left;
}
#modalRegister #registracija-lightbox .levi-deo,
#modalRegister #registracija-lightbox .desni-deo {
	display: inline-block;
	padding: 0;
	width: 340px;
	position: relative;
}
#modalRegister #registracija-lightbox .levi-deo span,
#modalRegister #registracija-lightbox .desni-deo span {
	float: right;
	font-size: 20px;
	margin-top: 10px;
	position: absolute;
	right: 20px;
}
#modalRegister #registracija-lightbox input,
#modalRegister #registracija-lightbox select {
	border: 1px solid #cacaca;
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	color: #555;
	font: 13px 'OpenSans Regular', sans-serif;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 318px;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .15);
	box-sizing: content-box;
}
#modalRegister #registracija-lightbox form input,
#modalRegister #registracija-lightbox form select {
    color: #a5a5a5;
}
#modalRegister #registracija-lightbox #zip-code,
#modalRegister #registracija-lightbox #grad-reg {
    float: left;
    width: 148px;
}
#modalRegister #registracija-lightbox #zip-code {
    margin: 0 10px 10px 0;
}
#modalRegister .slicica-dadaj {
	height: 28px;
	line-height: 28px;
	float:left;
}
#modalRegister .desni-deo {
    float: right;
}
#modalRegister #registracija-lightbox .desni-deo {
    display: inline-block;
    padding: 0;
    width: 340px;
}
#modalRegister #registracija-lightbox .desni-deo {
    width: 330px;
}
#modalRegister #registracija-lightbox .desni-deo span {
    float: right;
    font-size: 20px;
    margin-top: 10px;
    position: absolute;
    right: 20px;
}
#modalRegister .datum-rodjenja, 
#modalRegister #registracija-lightbox .pol {
    display: inline-block;
    margin: 0 9px 0 0;
    font-size: 13px;
    color: #444;
}
#modalRegister #registracija-lightbox .desni-deo select {
	height: 37px;
	margin: 0 10px 10px 0;
	width: auto;
}
#modalRegister #registracija-lightbox .pol {
    margin-right: 0;
}
#modalRegister #registracija-lightbox input[type=radio].css-radio{
    display: none;
}
#modalRegister label.css-label-radio {
    background-image: url(../img/radio-buttons.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#modalRegister #registracija-lightbox input[type=radio].css-radio + label.css-label-radio {
    padding-left: 23px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    cursor: pointer;
		    font-size: 13px;
    color: #444;
}
#modalRegister #registracija-lightbox .potvrda {
	color: #b2b2b2;
	float: left;
	font-style: italic;
	font-size: 13px;
	line-height: 30px;
	margin: 10px auto;
	text-align: center;
	width: 100%;
}
#modalRegister #registracija-lightbox .potvrda a{
	color: #0094d2;
	display: inline-block;
}
#modalRegister .kreiraj-nalog {
	float: left;
	width: 100%;
}
#modalRegister .kreiraj-nalog a {
	display: block;
	float: left;
	width: 130px;
}
#modalRegister .obavezno{
	float: left;
	font-size:12px;
}
#modalRegister .vrati.potrebno{
	border: 1px solid #ff0848 !important;
	color: #ff0848 !important;
}

.icon-account{
	position:relative;
	width: 15px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}
.icon-account::before{
	content: '';
	position: absolute;
	top:0;
	left:0;
	vertical-align: middle;
	
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #979797;
	
	-webkit-mask:  url(../img/icons/svg/icon-user.svg) no-repeat;
	mask: url(../img/icons/svg/icon-user.svg) no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	
	width: 15px;
	height: 18px;
}
.form input+.error,
.form textarea+.error{
	font-size:12px;
	font-weight:bold;
	color:#D8000C;
}
/* Info Text */
.company .info .about a,
.company .info .about ul li a,
.txteditP a,
.txteditP strong,
.txteditP u,
.txteditP span{display:inline;}
.company .info .about a,
.company .info .about ul li a,
.txteditP a {color:#0094d2 !important}

.company .info .about p{
	margin:0 0 15px 0;
}
.company .info .about .txteditP b,
.company .info .about .txteditP strong{
	font-weight:900;
}
.company .info .about ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}
/* Info Text END */


.contact-additional{
    display: flex;
    width: 100%;
    align-items: inherit;
    padding: 10px 0px;
}
.contact-additional img{
	float:left;
	height:36px;
	width:auto;
}
.contact-additional p{
    float: left;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.contact-additional p a{
font-size: 14px;
    
    color: #4a4a4a;
}
.contact-additional p a strong{
	font-weight: 500;
}

.trit {
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.trit::before {
  position: absolute;
  content: "...";
  /* tempting... but shows when lines == content */
  /* top: calc(var(--lh) * (var(--max-lines) - 1)); */
  
  /*
  inset-block-end: 0;
  inset-inline-end: 0;
  */
  bottom: 0;
  right: 0;
}
.trit::after {
  content: "";
  position: absolute;
  /*
  inset-inline-end: 0;
  */
  right: 0;
  /* missing bottom on purpose*/
  width: 1rem;
  height: 1rem;
  background: white;
}

[id*='google-cache-hdr']{
	position:fixed;
	bottom:0;
	z-index:9;
	background-color:#fff !important;
	border-top:2px solid #ccc !important;
}

#return-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #f98720;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 11499;
	opacity: 0;
	border: 0;
	width: 48px;
	height: 40px;
}
body.scroll-behavior #return-to-top {
    opacity: 1;
}
#return-to-top i{
	color: #f98720;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display:block;
}
#return-to-top i::before{
	content:'';
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M7.41%2015.41L12%2010.83l4.59%204.58L18%2014l-6-6-6%206z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E%09%09%09%09%09%09%09%09");
    position: absolute;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 6px;
    display: inline-block;
    background-size: 100%;
}

/* Form Reviews */
#form_review_submit .uploadbox{
	
}
#form_review_submit .uploadbox input{
	box-shadow: none;
  outline: none;
	text-align: center;
	font-size: 24px;
	color: #c2c6cb;
}
#form_review_submit .upload-input{
  display: none;
}
#form_review_submit .upload-filename{
	width: 37px;
	height: 40px;
	border-radius: 3px;
	border: solid 1px #c2c6cb;
	background-color: #eff0f1;
	margin: 0;
	padding: 0;
	
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:  url(../img/icons/svg/icon-plus.svg);
	cursor:pointer;
}
.upload-button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px 10px 10px;
	text-align:left;
}
.upload-button {
	padding:0px 15px 10px 0px;
}
.upload-button .upload-filename{
	margin-right:10px !important
}
.form_review{
	border-radius: 6px;
  border: solid 1px #e2e4e6;
  background-color: #fafafa;
	padding: 20px;
	margin:15px 0 30px 0;
}
#form_review_submit .upload-button{
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  width:auto;
  height: 40px;
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
}
#form_review_submit .upload-button:focus{
  
}
#form_review_submit .upload-button:active{
  
}
.form_review.form_review_visit_submit{
	padding:14px 15px;
}
#form_review_submit .header,
#form_review_visit_submit .header{
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px;
	padding: 0 0 10px;
	flex-direction: inherit;
}
#form_review_visit_submit .header{
	border:0;
	margin:0 0 10px;
	padding:0;
}
#form_review_visit_submit.form .form-group{
	margin-bottom:10px;
}
#form_review_submit .header label,
#form_review_visit_submit .header label{
	font-size: 14px;
	font-weight:normal;
  color: #4a4a4a;
	text-transform:uppercase;
}
#form_review_visit_submit .header label{
	margin:0;
}
#form_review_submit .footer,
#form_review_visit_submit .footer{
	display:flex;
	justify-content:space-between;
}
#form_review_visit_submit textarea{
	padding: 10px 0 11px 15px;
}
#form_review_submit button[type='submit'],
#form_review_visit_submit button[type='submit']{
	margin:0;
	border-radius:3px;
}
#form_review_submit .preview_file_div{
	
}
#form_review_submit .preview_file_div ul{
	
}
#form_review_submit .preview_file_div ul li{
	display: inline-block;
	margin: 0 10px 10px 0;
}
#form_review_submit .preview_file_div ul li img{
	
}
.form-with-rating .rating{
	display:flex;
	justify-content:space-between;
	margin-left:auto;
	font-size: 14px;
  color: #4a4a4a;
	width: 300px;
}
#form_review_visit_submit.form-with-rating .rating{
	width: 220px;
	margin-left: 0;
	align-items: flex-end;
}
.form-with-rating .rating .stars{
	color: #404040;
	display: flex;
	direction: rtl;
	line-height: 1rem;
	margin-left:auto;
}
#form_review_visit_submit.form-with-rating .rating .stars{
	margin: 0 15px 0 0;
	line-height:inherit;
	line-height: 1rem;
}
.form-with-rating .rating .stars input{
	position: absolute;
	left: -9999px;
}
.form-with-rating .rating .stars label{
	transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	width:20px;
	height:20px;
}
#form_review_visit_submit.form-with-rating .rating .stars label,
#form_review_visit_submit.form-with-rating .rating .stars label:first-child{
	margin:0;
}
#form_review_visit_submit.form-with-rating .rating .stars label~label{
	margin-right:5px;
}
.form-with-rating .rating .stars input:checked~label i.star::before,
.form-with-rating .rating .stars label:hover i.star::before,
.form-with-rating .rating .stars label:hover ~ label i.star::before{
	content: '★';
	color:#dc8020;
}

