/*
@import "reset.css";
*/
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-family: sans-serif;
}


:root {
  --orange: #EC8000;
  --orange-light: #FFAA46;
	--blue: #00909F;
	--blue-light: #00E6FF;
}

:root {
  --orange_extra_dark: #834900;
  --orange_dark: #B16709;
  --orange: #D99239;
  --orange_light: #DEC19D;
  --orange_extra_light: #F4EADE;

	--turquoise_extra_darkdark: #005158;
	--turquoise_dark: #007781;
	--turquoise: #319FB1;
	--turquoise_light: #79C7CE;
	--turquoise_extra_light: #D4EDEF;
	
	--grey_extra_dark: #242424;
	--grey_dark: #474747;
	--grey: #6C6C6C;
	--grey_light: #B0B0B0;
	--grey_extra_light: #F1F1F1;
}
	
body {
  margin: 0;
  width: 100%;
/*  padding: 0 3%;
	display: none;	*/
}
body {/* font-family: 'Roboto', sans-serif; */font-family: 'Montserrat', sans-serif;font-weight: 300;font-size: 1.0em;line-height: 1.7em;}
/*
body {
  font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
}
*/
body {
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.7em + (2.0 - 1.7) * ((100vw - 300px)/(1600 - 300)));
}


main.content {
  width: 100%;
}

.clear {
	float: none !important;
	clear: both;
}

.loader {
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loader2.gif') 50% 50% no-repeat rgb(249,249,249);
}
#loader {
	display: block;
	position: fixed;
	/*
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
*/
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: url(../images/loader.gif) 50% 50% no-repeat rgb(255 255 255 / 100%);
	background-size: 50px;
	background-position: center;
}

.sivo {
	background-color: #f1f1f1;
}
.tamnosivo {
	background-color: #e7e7e7;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
	line-height: 1.2em;
  margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
	font-weight: bold;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre, wrap {
  white-space: pre;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
wrap {
	line-height: normal;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

uppercase {
	text-transform: uppercase;
}
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

divider {
	background: linear-gradient(0.25turn, #266448, #09536A);
	min-height: 15px;
	border-radius: 5px;
	display: block;
	margin-bottom: 40px;
	color: white;
}

.distance {
	background: linear-gradient(0.25turn, #266448, #09536A); 
	height: 40px;
}

link_c a {
	text-decoration: none;
	font-weight: bold;
  color: var(--orange);
}
link_c a:hover {
	color: var(--blue);
}

.link_d {
	font-weight: 700;
	text-decoration: none;
	color: var(--orange);
	cursor: pointer;
	background-color: #E1E1E1;
	text-align: right;
	padding-right: 10px;
}
.link_d:hover {
	color: var(--blue);
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.to-top {
	display: none;
	position: fixed;
	bottom: 0;
	left: 5%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/to-top.png) no-repeat;
	background-size: contain;
	background-size: 60px;
	background-position: center;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
}

.to-top:hover { opacity: 0.4; }

@media screen and (max-width: 780px) {
	.to-top {
		left: unset;
	}
}

/* onemogućava selekciju svog sadržaja */
body {
	-webkit-touch-callout: none;
		-webkit-user-select: none;
		 -khtml-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
    		 -o-user-select: none;
						user-select: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    		 -o-user-select: none;
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* omogućava selekciju sadržaja */
.select {
	-webkit-touch-callout: text;
		-webkit-user-select: text;
		 -khtml-user-select: text;
			 -moz-user-select: text;
				-ms-user-select: text;
    		 -o-user-select: text;
						user-select: text;
}


.fullwidth-block {
  padding: 100px 0;
}
.accordion {
	padding-top: 60px;
	padding-bottom: 50px;
}
.accordion_push {
	padding-top: 70px;
	display: inline-block;
	width: 100%;
}

.zoom_images {
  background-color: #DADADA;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 480px) {
	.zoom_images {
	  background-color: #DADADA;
	  padding: 30px 2% 0 2%;
	}
}
.feature p {
	padding: 0;
}
@media screen and (max-width: 990px) {
	.feature p {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
	.feature.last p {
		padding: 0px;
	}
}
.feature.left-icon {
  padding-left: 50px;
  position: relative;
}
.feature.left-icon [class^="my_icons_"],
.feature.left-icon [class^="flaticon-"],
.feature.left-icon [class^="fa fa-"] {
  position: absolute;
  left: 0;
  color: var(--blue);
  font-size: 2em;
}

.feature.left-icon .feature-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: var(--blue);
}

.offer {
  margin-bottom: 30px;
}
.offer .featured-image {
  border: 5px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin-bottom: 20px;
}
.offer .featured-image img {
	display: -webkit-inline-box;
}
.offer .entry-title {
  font-size: 1.1em;
  font-weight: 400;
	line-height: normal;
  color: var(--orange);
}
.offer .entry-title a {
  text-decoration: none;
  color: var(--orange);
}
.offer .entry-title a:hover {
  color: var(--blue);
}

.testimonial {
  padding: 30px 20px;
  margin-bottom: 30px;
  border: 1px solid;
	border-color: var(--orange-light);
  border-radius: 5px;
  text-align: center;
}
.testimonial .avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background-color: rgba(225,225,225,1.00);
}
.testimonial .avatar i {
	font-size: 60px;
	line-height: 1.6;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
	font-size: unset;
	border-left: none;
}
.testimonial blockquote>p>a {
  outline: 0;
  text-decoration: none;
  color: inherit;
}
.testimonial cite {
  font-weight: 700;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125em;
}
.testimonial span {
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic;
}

.list-arrow {
  list-style-type: none;
	text-decoration: none;
  margin: 0 0 30px;
  padding-left: 0;
  line-height: 2em;
}
.list-arrow li {
  position: relative;
  padding-left: 20px;
}
.list-arrow li:before {
  content: " ";
  width: 24px;
  height: 13px;
  background: url(../images/long-arrow.png) no-repeat;
  position: absolute;
  left: -11px;
  top: 9px;
}
.list-arrow li a {
  color: var(--blue);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}
.list-arrow li a:hover {
  color: var(--orange);
}
.list-arrow.alt {
  font-size: 15px;
}
.list-arrow.alt li {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-arrow.alt li:before {
  top: 20px;
}

#menu_paper {
	overflow-y: auto;
	margin: 0;
	padding: 0px 20px;
	list-style-type: none;
}
#menu_paper li a {
  color: #CFCFCF;
  font-weight: 400;
  outline: none;
  text-decoration: none;
}
#menu_paper li a:hover {
  color: var(--orange);
}
#menu_paper li a.active {
  color: var(--blue-light);
}

#menu_news {
	overflow-y: auto;
	margin: 0;
	padding: 0px 20px;
	list-style-type: none;
}
#menu_news li a {
  color: #CFCFCF;
  font-weight: 400;
  outline: none;
  text-decoration: none;
}
#menu_news li a:hover {
  color: var(--orange);
}
#menu_news li a.active {
  color: var(--blue-light);
}

.list-fa {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 30px;
}
.list-fa li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-fa .fa {
  position: absolute;
  left: 0;
  top: 5px;
}

.language_box {
	display: flex;
	justify-content: center; /* Centriranje po horizontali */
	align-items: center; /* Centriranje po vertikali */
	position: relative;
	padding: 0 50px;
	background-color:#d1d1d1;
}
ul.language_menu {
	list-style-type: none;
	padding: 0;
	text-align: -webkit-center;
	width: fit-content;
}
ul.language_menu>li {
}

.menu_button {
  display: block;
  padding: 12px 30px 12px 20px;
  border: 2px solid var(--turquoise);
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: normal;
}
.menu_button.last {
	margin-bottom: 0;
}
.menu_button:hover {
	/* font-weight: normal; */
	color: var(--turquoise);
	text-decoration: none;
	border-color: var(--turquoise);
	background-color: #EBEBEB;
}
.menu_button.checked::before {
    content: "✔";
    margin-right: 5px; /* Dodajte željeni stil */
}

.menu_button2 {
  display: block;
  padding: 12px 30px 12px 20px;
  color: #818c8d;
  border: 1px solid #808080;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
}
.menu_button2:after {
  content: " ";
  width: 23px;
  height: 11px;
  background: url(../images/long-arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu_button2:hover {
  color: var(--blue);
  text-decoration: none;
}

.wpaper {
	background-color: rgba(255,255,255,1.00);
	float: left;
	padding: 4%;
	margin-bottom: 4%;
}

.intro_content {
	padding-left: 3%;
	padding-right: 3%;
}
@media screen and (max-width: 990px) {
	.intro_content {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media screen and (max-width: 640px) {
	.intro_content {
		padding-left: 5%;
		padding-right: 5%;
	}
}

.intro {
	background-color: rgba(255,255,255,1.00);
	position: relative;
	margin-bottom: 30px;
	display: table;
	width: -webkit-fill-available;
}
.intro.last {
	margin-bottom: 0;
}

.intro_left,
.intro_right {
	display: table-cell;
	vertical-align: top;
	padding: 3%;
}
.intro_left {
	width: 40%;
	min-width: 160px;
}
.intro_right {
	width: auto;
	padding-left: 0;
}
.intro_left.versa {
	width: auto;
	text-align: right;
	padding-right: 0;
}
.intro_right.versa {
	width: 40%;
	min-width: 160px;
	padding: 3%;
}
.intro_left img,
.intro_right img {
	display: block;
	width: 100%;
	height: auto !important;
/*	padding: 4%;	*/
}
@media screen and (max-width: 990px) {
	.intro_left,
	.intro_right {
		padding: 4%;
	}
	.intro_right {
		padding-left: 0;
	}
	.intro_right.versa {
		padding: 4%;
	}
}
@media screen and (max-width: 640px) {
	.intro_left,
	.intro_right {
		padding: 5%;
	}
	.intro_right {
		padding-left: 0;
	}
	.intro_right.versa {
		padding: 5%;
	}
}
@media screen and (max-width: 480px) {
	.intro_left,
	.intro_right.versa {
	/*	display: table-header-group;	*/
		width: 100%;
		padding: 0;
	}
	.intro_left span,
	.intro_right.versa span {
		display: block;
		margin: 7%;
	}
	.intro_right,
	.intro_left.versa {
		display: table-footer-group;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.intro_right span,
	.intro_left.versa span {
		display: block;
		margin: 0 7% 7% 7%;
	}
}

.faq_group_title {
	padding: 2px 7px;
	margin-bottom: 15px;
	font-size: 70%;
	font-weight: bold;
	color: white;
	width: 100%;
	text-align: right;
	background-color: #1ABDCE;
	border-radius: 2px;
}
@media screen and (max-width: 990px) {
	.faq_group_title {
		padding: 0px 7px;
		font-size: 60%;
	}
}
@media screen and (max-width: 780px) {
	.faq_group_title {
		padding: 0px 7px;
		font-size: 50%;
		line-height: 3;
	}
}
@media screen and (max-width: 640px) {
	.faq_group_title {
		padding: 0px 7px;
		font-size: 100%;
		line-height: 2.6;
	}
}
@media screen and (max-width: 480px) {
	.faq_group_title {
		padding: 0px 7px;
		font-size: 90%;
	}
}

table.nodetable1 tbody tr th {
	font-size: 12px;
}
table.nodetable1 tbody tr td {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
	table.nodetable1 tbody tr th {
		font-size: 9px;
	}
	table.nodetable1 tbody tr td {
		font-size: 8px;
	}
}
#video.intro {
	padding: 5%;
	text-align: right;
}
#video_container {
	width: 70%;
	float: right;
	margin-left: 3%;
	margin-bottom: 0;
}
@media screen and (max-width: 990px) {
	#video_container {
		width: 100%;
		margin-left: 0;
		margin-bottom: 4%;
	}
}
.video_content {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.video_content {
		width: 100%;
		margin: unset;
	}
}
.video.section-title {
	line-height: 1.6em;
	text-align: center;
	margin: 50px 0;
}
.section-title {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 300;
}
.section-title {
  padding-left: 3%;
  padding-right: 3%;
}
.link-title {
	font-size: unset;
	line-height: 0.7em;
}
@media screen and (max-width: 990px) {
	.section-title {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media screen and (max-width: 640px) {
	.section-title {
		padding-left: 5%;
		padding-right: 5%;
	}
	.video.section-title {
		width: 100%;
	}
}

.signs {
	position: absolute;
	right: -20px;
	bottom: -80px;
}
.signs img {
	float:right;
	width: 120px;
	z-index: +1;
}
@media screen and (max-width: 780px) {
	.signs {
		right: -10px;
		bottom: -65px;
	}
	.signs img {
		width: 100px;
	}
}
@media screen and (max-width: 640px) {
	.signs {
		right: -10px;
		bottom: -70px;
	}
	.signs img {
		width: 80px;
	}
}
@media screen and (max-width: 480px) {
	.signs {
		right: -10px;
		bottom: -40px;
	}
	.signs img {
		width: 80px;
	}
}
@media screen and (max-width: 320px) {
	.signs {
		right: -10px;
		bottom: -40px;
	}
	.signs img {
		width: 70px;
	}
}
.team {
  position: relative;
  padding-left: 200px;
  min-height: 170px;
  margin-bottom: 50px;
}
.team .team-image {
  border-radius: 5px;
  overflow: hidden;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.team .team-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.team .team-name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.team .team-title {
  font-size: 11px;
  font-size: 0.6875em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.circle-list {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.circle-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.circle-list li:before {
  counter-increment: section;
  content: counter(section);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  border: 1px solid #f1f1f1;
  font-weight: 700;
  color: var(--blue);
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125em;
}
.new-circle-list li {
	font-size: 0.85em;
	line-height: 1.5em;
}
.filter-links a {
  border-radius: 3px;
  border: 3px solid #f1f1f1;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #464C4D;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.filter-links a:hover {
  border: 2px solid #19BDCE;
  color: var(--blue);
}
.filter-links a.current,
.faq_menu option.active {
	background-color: #DEF8FA;
}

#sticky_container {
  display: none;
}
#sticky_container {
	background-color: rgba(0,0,0,0.8);
	color: #FFFFFF;
	padding: 30px 15px;
	width: 100%;
	max-width: 100%;
	z-index: +1;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}

.sticky {
	position: relative;
	width: 75%;
	top: 0;
/*	left: 5%;	*/
}
@media screen and (max-width: 1200px) {
	.sticky {
		width: 85%;
	}
}
@media screen and (max-width: 640px) {
	.sticky {
		width: 90%;
	}
}
.filter-links .mobile-filter {
  padding: 10px 20px;
  width: 100%;
  border: 3px solid #f1f1f1;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  color: #818c8d;
  background: url(../images/long-arrow.png) no-repeat 95% center;
	background-color: #FFFFFF;
}
.filterable-nav{
	width: -webkit-fill-available;
/*	min-height: 200px; */
}

@media screen and (max-width: 640px) {
  .filter-links {
    display: none;
  }
  #sticky_container {
    display: block;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  color: inherit;
  text-decoration: none;
  margin: 0 3px;
  line-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  border-color: var(--blue);
  color: var(--blue);
}

.pnm {
	position: relative; 
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
}
.pnm article {
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0;
	bottom: 0;
}
.pnm article .article_data {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
}
.pnm h2 {
	background: rgb(26, 189, 206, 0.85);
	color: white;
	width: 100%;
	font-size: 0.65em;
	font-size: 1vw;
	line-height: normal;
	padding: 4%;
	margin: 0;
	position: relative;
	top: 0;
}
.pnm .country {
	background: rgb(255 255 255 / 85%);
	font-size: 18px;
	font-size: 1.5vw;
	font-weight: 600;
	line-height: 12px;
	line-height: 85%;
	color: #19bdce;
	padding: 5%;
	position: absolute;
	display: inline-flex;
	top: ;
	right: 0;
	border: .2vw solid;
	border-radius: 100px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 10;
}
.pnm .discount {
	background: rgb(252, 177, 54, 0.70);
	font-size: 18px;
	font-size: 1.5vw;
	font-weight: 600;
	line-height: 12px;
	line-height: 85%;
	color: white;
	padding: 5%;
	margin-top: 3%;
	position: relative;
	width: fit-content;
}
.pnm .logo {
	background: rgba(255,255,255,0.70);
	width: 100%;
	position: absolute;
	bottom: 13%;
  right: -25%;
	text-align: center;
	transform: rotateY(0deg) rotate(-45deg); /* needs Y at 0 deg to behave properly*/
	padding: 2% 10%;
	z-index: 2;
}
.pnm .price {
	background: rgba(0,0,0,0.70);
	width: 100%;
	position: absolute;
	display: inline-table;
	font-size: 1.4em;
	font-size: 2vw;
	left: 0;
	bottom: 0;
	padding-left: 5%;
}
.pnm .price strong {
	color: #87f4ff;
	font-size: 100%;
	line-height: normal;
}
.pnm .price small {
  color: white;
  font-size: 70%;
  position: relative;
  display: -webkit-inline-box;
  z-index: 4;
}

@media screen and (max-width: 640px) {
  .pnm h2 {
  	font-size: 0.55em;
    font-size: 1.5vw;
  }
  .pnm .discount, .pnm .country {
  	font-size: 1.0em;
    font-size: 2.5vw;
  }
	.pnm .price {
		font-size: 1.4em;
		font-size: 3.6vw;
	}
}
@media screen and (max-width: 480px) {
  .pnm h2 {
  	font-size: 0.7em;
  	font-size: 2.2vw;
  }
  .pnm .discount, .pnm .country {
  	font-size: 1em;
    font-size: 3vw;
  }
	.pnm .price {
		font-size: 1.6em;
		font-size: 5.5vw;
	}
}
@media screen and (max-width: 320px) {
  .pnm h2 {
  	font-size: 1em;
    font-size: 4.7vw;
  }
  .pnm .discount, .pnm .country {
  	font-size: 1.3em;
    font-size: 7vw;
  }
	.pnm .price {
		font-size: 2em;
		font-size: 10vw;
	}
}

.offer-item .featured-image {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.offer-item .featured-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.offer-item .entry-title {
  font-size: 1em;
  margin: 0;
  font-weight: 600;
	line-height: normal;
}

.offer-item .entry-title a {
  color: inherit;
  text-decoration: none;
}
.offer-item p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0;
}
.offer-item ul {
	margin: 0;
}
.offer-item ul li {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.offer-item .price {
	padding-top: 10px;
	padding-bottom: 5px;
}
.offer-item .price strong {
  color: var(--blue);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}

.map {
  position: relative;
}
.map:before {
/*  content: " ";	*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.map iframe {
  width: 100%;
  max-width: 100%;
}

.social-links {
/*	float: right;
	z-index: +1;	*/
}
.social-links a {
  float: right;
  position: relative;
  z-index: +1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #19BDCE;
  color: var(--blue);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-links a.facebook:hover {
  color: #435AA3;
  border-color: #435AA3;
}
.social-links a.twitter:hover {
  color: #51BAFF;
  border-color: #51BAFF;
}
.social-links a.google-plus:hover {
  color: #FF7B51;
  border-color: #FF7B51;
}
.social-links a.pinterest:hover {
  color: #E42626;
  border-color: #E42626;
}

.filterable-items .filterable-item {
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  transition: all .4s;

}

.filterable-items {
  margin-top: 50px;
}
/* clear fix */
.filterable-items:after {
  content: '';
  display: block;
  clear: both;
}
.filterable-item {
  padding: 15px 15px 5px 15px;
  width: 33.0%;
  float: left;
  border: 1px solid #c0c0c0;
	border-radius: 15px;
	background-color: #FFFFFF;
}
.filterable-item img {
	width: 100%;
}
.filterable-item.p_n_m {
	width: 24.9%;
  padding: 2%;
	border-radius: 0;
}
@media screen and (max-width: 640px) {
  .filterable-item {
    width: 100%;
  }
  .filterable-item.p_n_m {
		width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  .filterable-item {
    width: 100%;
  }
  .filterable-item.p_n_m {
		width: 49.9%;
  }
}
@media screen and (max-width: 320px) {
  .filterable-item.p_n_m {
		width: 100%;
  }
}

/**** disabling Isotope CSS3 transitions ****/
/* line 435, ../sass/template/_components.scss */
.filterable-items.no-transition,
.filterable-items.no-transition .filterable-item,
.filterable-items .filterable-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.container {
  margin-right: auto;
  margin-left: auto;
/*  padding-left: 3%;
padding-right: 3%;*/
  *zoom: 1;
   width: 75%;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1200px) {
  .container {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row, .row2 {
/*  margin-left: -15px;
  margin-right: -15px;	*/
  margin: 0;
  *zoom: 1;
  overflow: hidden;
}
.row:after .row2:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.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-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 990px) {
.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 {
  padding-left: 4%;
  padding-right: 4%;
}
}

@media screen and (max-width: 640px) {
.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 {
  padding-left: 5%;
  padding-right: 5%;
}
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}


@media (min-width: 640px) {
  .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-4 {
    width: 33.33333%;
  }
}


@media (min-width: 540px) {
  .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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }
/*
  .col-sm-4 {
    width: 33.33333%;
  }
*/
  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  .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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 540px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 540px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 540px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.stop-scrolling { 
	height: 100%; 
	overflow: hidden; 
}

.site-header {
	z-index: 100;
	position: relative;/*	*/
	height: fit-content;
	overflow: hidden;
}
.header-content {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.header-content::before {
	content: "";
	position: absolute;
	width: 150%;
	height: 150%;
	left: 60%;
	bottom: 20%;
	z-index: -1;
	background-image: url(../images/PI-telefon.png);
	background-repeat: no-repeat;
	transform: rotate(-30deg);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.header-content:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.header-content:hover::before {
	transform: rotate(0deg);
	left: 60%;
	bottom: -20%;
}
@media screen and (max-width: 640px) {
	.header-content:hover::before {
		bottom: -41%;
	}
}
.site-header .branding {
	text-align: left;
	padding: 25px 0;
}
/*
@media screen and (max-width: 990px) {
  .site-header .branding {
		margin: 0 auto;
		float: none;
		padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
	.site-header .branding {
		float: left;
		padding: 25px 0;
  }
}
@media screen and (max-width: 480px) {
	.site-header .branding {
		float: none;
		max-width: 100%;
		margin: 0 auto;
		padding: 15px 0;
	}
}
*/
.branding .site_logo {
	display: block;
	width: 65%;
}
.branding .site_logo img {
	width: 260px;
}
@media screen and (max-width: 480px) {
	.branding .site_logo img {
		width: 220px;
	}
}
.branding .site_logo .section-title {
  margin-bottom: 0;
	margin-top: 30px;
	padding: 0;
}
.branding .site_logo p {
	font-size: 1.2em;
	padding-top: 20px;
	margin: 0;
	font-style: italic;
}

.download {
	background: none;
	display: table;
}
#download h2 {
	line-height: 1.5em;
	padding: 3% 3% 0 3%;
	text-align: right;
}
@media screen and (max-width: 990px) {
	#download h2 {
		padding-left: 5%;
	}
}
@media screen and (max-width: 640px) {
	#download h2 {
		padding-left: 6%;
	}
}
@media screen and (max-width: 480px) {
	#download h2 {
		text-align: center;
	}
}
.download_left,
.download_right {
	display: table-cell;
	vertical-align: bottom;
	padding: 3%;
}
.download_right {
	width: 65%;
	text-align: right;
}
.download_left img {
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 990px) {
	.download_left,
	.download_right {
	padding: 4%;
	}
	.download_right {
		padding-left: 0;
	}
}
@media screen and (max-width: 640px) {
	.download_left,
	.download_right {
		padding: 5%;
	}
	.download_right {
		padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.download {
		text-align: center;
	}
	.download_left {
		width: 100%;
		padding: 7%;
		display: table-caption;
	}
	.download_left img {
			width: 70%;
	}
	.download_right {
		width: 100%;
		padding: 7%;
		text-align: center;
	}
}


.download_up {
	display: table;
	max-width: 500px;
	padding: 20px 0;
}
.download_up .button_up {
	display: table-cell;
	width: 50%;
	min-width: 220px;
}
.download_up .razmak,
.download_down .razmak {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.download_down {
	display: table;
	padding: 30px 0;
}
.download_down .button_down {
	display: table-cell;
	width: 50%;
}
.download_up .button_up a img,
.download_down .button_down a img {
	width: 100%;
	min-width: 200px;
	max-width: 80%;
}
@media screen and (max-width: 800px) {
	.download_down .button_down {
		display: block;
		width: 100%;
		float: right;
	}
}
@media screen and (max-width: 640px) {
	.download_up .button_up {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.download_up .button_up {
		min-width: 220px;
	}
	.download_down {
		padding: 30px 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 320px) {
	.download_up  {
		width: 100%;
	}
	.download_up .button_up {
		width: 100%;
	}
}
/*
@media screen and (max-width: 640px) {
	.download_app {
		width: auto;
	}
}
@media screen and (max-width: 639px) {
	.download_app .button_app {
		display: block;
	}
}
*/
button.menu-toggle {
	border: none;
	background: none;
	font-size: 1.3em;
	color: #FFFFFF;
	display: none;
	outline: none;
	z-index: 1000;
}
button.menu-toggle:hover {
	color: var(--orange);
}
@media screen and (max-width: 780px) {
  button.menu-toggle {
		display: -webkit-inline-box;
		visibility: visible;
		position: fixed;
		padding: 10px 11px;
		width: 40px;
		height: 40px;
		right: 5%;
		top: 0;
		background-color: rgba(0, 0, 0, 0.8);
	}
}
@media screen and (max-width: 480px) {
	button.menu-toggle {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}
}

.main-navigation {
	display: block;
	text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#888888+0,888888+86,000000+100&0.2+0,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(136,136,136,0.2) 0%, rgba(136,136,136,0.2) 86%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(136,136,136,0.2) 0%,rgba(136,136,136,0.2) 86%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(136,136,136,0.2) 0%,rgba(136,136,136,0.2) 86%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33888888', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
/*
@media screen and (max-width: 640px) {
	.main-navigation {
		right: 30px;
		display: -webkit-inline-box;
	}
}
@media screen and (max-width: 480px) {
	.main-navigation {
		float: left !important;
		width: 100%;
		margin: 0 0 10px 0;
	}
}
*/

.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu li {
	display: inline-grid;
	border-right: thin solid #8B8B8B;
	vertical-align: middle;
	margin-left: -5px;
}
.main-navigation .menu li.last {
	border: none
}
.main-navigation .menu li a {
	display: inline-grid;
	font-size: 0.85em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #888888;
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 130px;
}
.main-navigation .menu li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
/*	color: #FCB136;	*/
	color: #FFFFFF;
}
.main-navigation .menu li a:hover i {
/*	color: #FCB136;	*/
	color: #FFFFFF;
}
.main-navigation .menu li i {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: var(--blue);
	font-size: 2.7em;
	line-height: 1.3em;
  vertical-align: -webkit-baseline-middle;
}
.main-navigation .menu li goto {
	display: block;
	padding: 0 10px;
	vertical-align: -webkit-baseline-middle;
	line-height: 1.3em;
	width: min-content;
}
.main_menu li.active {
	background-color: rgba(0, 0, 0, 0.1);
}
.mobile-filter option.active {
	background-color: rgba(59,0,0,0.91);
}

@media screen and (max-width: 990px) {
/*  .main-navigation .menu li a {
    padding: 10px 10px;
  }*/
}
@media screen and (min-width: 781px) {
  .main-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 780px) {
  .main-navigation {
		display: none;
		position: fixed;
		top: 40px;
		left: 5%;
		right: 5%;
		bottom: 40px;
		max-height: inherit;
		overflow: hidden;
		background: none;
		z-index: 10000;
		}
  .main-navigation .menu {
		visibility: visible;
		background-color: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
		/*	width: calc(100% + 17px);	*/
		max-height: 100%;
		overflow: auto;
	}
  .main-navigation .menu li {
    display: block;
    width: 100%;
    max-width: none;
    border-right: none;
    border-bottom: thin solid #8B8B8B;
    height: auto;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
	.main-navigation .menu li a {
    padding-top: 5px;
		color: #DDDDDD;
		width: 100%;
		margin-left: 0;
		height: auto;
  }
  .main-navigation .menu li a:hover {
		background-color: rgba(255,255,255,0.20);
  }
	.main-navigation .menu li i {
		display: inline;
/*    margin-right: 10px;	*/
	}
	.main-navigation .menu li goto {
		display: inline;
		width: auto;
	}
	.main_menu li.active {
		background-color: rgba(0, 0, 0, 0.1);
	}
}
@media screen and (max-width: 360px) {
/*	.main-navigation .menu {
		top:182px;
	}*/
}


.breadcrumbs {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  clear: both;
}
.breadcrumbs a {
  text-decoration: none;
  color: inherit;
  padding: 0 10px;
  display: inline-block;
}
.breadcrumbs span {
  display: inline-block;
  padding: 0 10px;
  color: var(--blue);
}
/*
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

.fullbutton_trigger {
	cursor: pointer;
	width: 100%;
}
.fullbutton_trigger:hover {
	background-color: rgba(0,0,0,0.05);
}
*/
.fullbutton_container {
	float: left;
	display: none;
	position: relative;
	width: 100%;
/*	background-color: #FFFFFF;	*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	z-index: +1;
}
.button.vech, .button.manj {
	float: left;
	width: 100%;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
	.button.vech, .button.manj {
		margin-top: 0px;
	}
}
.button.manj {
	display: none;
}

figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
figure img {
  display: block;
  max-width: 100%;
}
figure.star {
	margin-bottom: 5px;
}
figure.star img {
	width: 10%;
}

.site-footer {
  background-color: #f1f1f1;
}
.site-footer .footer-top {
  padding-bottom: 20px;
}
@media screen and (max-width: 540px) {
	.site-footer .footer-top {
		padding-bottom: 50px;
	}
}
.site-footer .footer-bottom {
  background-color: #e7e7e7;
  padding: 30px 0 70px 0;
}
.site-footer .col-md-6 {
	padding: 0px 10px;
}
.site-footer .branding {
	display: table;
	border-spacing: 5px;
	width: 100%;
}
@media screen and (max-width: 360px) {
	.site-footer .branding {
		text-align: center;
	}
}
.site-footer .branding .site-title {
  font-size: 14px;
  line-height: normal;
}
.site-footer .branding .site-description {
  font-size: 10px;
}
.site-footer .contact-links {
  margin-bottom: 10px;
}
.site-footer .contact-links a {
  color: #818c8d;
  text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  display: inline-block;
}
.site-footer .contact-links a .fa {
  margin-right: 5px;
}
.site-footer .contact-links a:hover {
  color: var(--blue-light);
}

.colophon {
  border-top: 1px solid #d1d1d1;
  background-color: #e7e7e7;
  padding: 26px 0;
}
@media screen and (max-width: 480px) {
  .colophon {
    text-align: center;
  }
}
.colophon p {
  margin: 0;
}
.colophon p.copy {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}

.colophon a {
	text-decoration: none;
	color: var(--orange);
}
.colophon a:hover {
	color: var(--blue-light);
}

.site-footer .widget {
  position: relative;
  overflow: hidden;
	font-size: 13px;
	line-height: 20px;
  margin-bottom: 20px;
}
.site-footer .widget-title {
  /* font-size: 1rem; */
  font-weight: 500;
}
.site-footer .widget-title a {
  text-decoration: none;
  color: var(--orange);
}
.site-footer .widget-title a:hover {
  color: var(--blue);
}

.site-footer .widget-customer-info img {
  margin-right: 10px;
  margin-bottom: 20px;
  width: 50%;
  height: auto;
}
.site-footer .widget-customer-info .cs-info {
  display: table;
}
.site-footer .widget-customer-info .cs-info p {
  margin-top: 0;
}
.site-footer .widget-customer-info .cs-info a {
  text-decoration: none;
  color: var(--orange);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-footer .widget-customer-info .cs-info a:hover {
  color: var(--blue-light);
}
@media screen and (max-width: 480px) {
  .site-footer .container {
    padding: 0 10px;
  }
}

body {
	overflow-x:hidden;
}
.moveIn{
	display: none;
	font-size: 20px;
	font-weight: normal;
  text-align: center;
  color: var(--orange);
	position: fixed;
  top: 70%;
  right: 20px;
  margin-left: -90px;
	padding: 20px 30px 40px 30px;
	background-image: url(../images/speechbubble2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9990;
}

.animateOpen{
	-webkit-animation:move-shake 6s;
	-webkit-animation-iteration-count:infinite;
/*
	-webkit-animation:moveOpen 4s;
*/
}
@keyframes move-shake{
  0% {-webkit-opacity: 0;}
  2% {-webkit-transform: translate(300px,-300px);}
  6% {-webkit-opacity: 0;}
  10% {-webkit-transform: translate(0px,20px);}
  11% {-webkit-opacity: 1;}
  12% {-webkit-transform: translate(-10px,25px);}
  16% {-webkit-transform: translate(0,20px);}

	22%{-webkit-transform:translate(7px, 13px) rotate(0deg)}
	23%{-webkit-transform:translate(9px, -6px) rotate(0deg)}
	24%{-webkit-transform:translate(-1px, -4px) rotate(2deg)}
	25%{-webkit-transform:translate(-13px, 15px) rotate(12deg)}
	26%{-webkit-transform:translate(-1px, 5px) rotate(-8deg)}
	27%{-webkit-transform:translate(-4px, 5px) rotate(-8deg)}
	29%{-webkit-transform:translate(4px, -2px) rotate(10deg)}
	30%{-webkit-transform:translate(8px, -6px) rotate(12deg)}
	31%{-webkit-transform:translate(11px, -3px) rotate(7deg)}
	32%{-webkit-transform:translate(6px, 7px) rotate(7deg)}
	33%{-webkit-transform:translate(9px, 5px) rotate(11deg)}
	34%{-webkit-transform:translate(1px, -5px) rotate(-14deg)}
	35%{-webkit-transform:translate(2px, 8px) rotate(8deg)}
	36%{-webkit-transform:translate(-12px, -12px) rotate(-11deg)}
	37%{-webkit-transform:translate(1px, 14px) rotate(-8deg)}
	38%{-webkit-transform:translate(-4px, -9px) rotate(14deg)}
	39%{-webkit-transform:translate(0px, 9px) rotate(5deg)}
	40%{-webkit-transform:translate(8px, -12px) rotate(1deg)}
	42%{-webkit-transform:translate(-8px, -6px) rotate(6deg)}
	0%,44%{-webkit-transform:translate(0, 0) rotate(0)}
  60% {-webkit-transform: translate(0,20px);}
	60% { -webkit-opacity: 1; }
	64% { -webkit-opacity: 0; }
  80%,100% {-webkit-transform: translate(300px,-300px);}
}
/* Safari and Chrome */
@-webkit-keyframes moveOpen {
  from {-webkit-transform: translate(300px,-300px);}
  10% {-webkit-transform: translate(0,20px);}
  12% {-webkit-transform: translate(-10px,25px);}
  16% {-webkit-transform: translate(0,20px);}

  60% {-webkit-transform: scale3d(1, 1, 1);}
  62% {-webkit-transform: scale3d(1.25, 0.75, 1);}
  64% {-webkit-transform: scale3d(0.75, 1.25, 1);}
  66% {-webkit-transform: scale3d(1.15, 0.85, 1);}
  70% {-webkit-transform: scale3d(.95, 1.05, 1);}
  72% {-webkit-transform: scale3d(1.05, .95, 1);}
  73% {-webkit-transform: scale3d(1, 1, 1);}

  80% {-webkit-transform: translate(0,20px);}
  to {-webkit-transform: translate(300px,-300px);}
}

.vert_allign {
	display: table-cell;
	vertical-align: middle;
}

a.darken {
    display: inline-block;
    background: black;
    padding: 0;
}
a.darken img {
    display: block;

    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
a.darken:hover img {
    opacity: 0.6;
}







