<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-section{
	padding-top:50px;
}
a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;background-image:url(//gtranslate.net/flags/16.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(//gtranslate.net/flags/16a.png);}


@media (max-width: 930px){
	.search-section{
		padding-top:20px;
	}

	.slider-block{
		padding-bottom:50px;
	}
}

/* changes to the Tips */

.post-detail .img-block{
	max-width: 400px;
	float: left;
	margin-right: 25px;
}

@media (max-width: 970px) {
	.post-detail .img-block {
		max-width: 100%;
	}
}

/* changes body font-size */

body {
    font-size: 18px;
}

.post-list .post{
	width: 25%;
}

@media (max-width: 1023px) {
	.post-list .post{
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.post-list .post{
		width: 50%;
	}
}

@media (max-width: 500px) {
	.post-list .post{
		width: 100%;
	}
}

.blog-wrap .col-12.posts{
	width: 100%;
}

.tips-header-holder{
	margin-bottom: 30px;
}

.tips-header-holder .holder{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tips-header-holder .search-section{
	padding: 0;
	position: static;
	bottom: auto;
	max-width: 300px;
}

.tips-header-holder p{
	margin-bottom: 0;
}

.tips-header-holder .text{
	width: 170px;
	margin-bottom: 8px;
}

.tips-header-holder .content{
	width: calc(100% - 330px);
	margin-bottom: 8px;
}

.tips-header-holder .btn-list{
	margin: 0 -7px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;

}

.title{
	margin-bottom: 17px;
}

.title p{
	margin-bottom: 0;
}


.tips-header-holder .btn-list li{
	margin: 0;
	list-style: none;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 7px;
}

.btn{
	color: #fff;
	background: #0072b3;
	min-width: 180px;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	font-family: "Junegull","Open Sans","Helvetica Neue","Helvetica",sans-serif;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	height: 34px;
	line-height: 31px;
	margin-bottom: 8px;
}

.btn:hover,
.btn.active{
	background: #000;
	color: #fff;
}

.btn i{
	font-size: 28px;
	display: block;
	margin-right: 20px;
}

.btn.green{
	background: #8cb949;
}

.btn.green:hover,
.btn.green.active{
	background: #000;
	color: #fff;
}

.btn.yellow{
	background: #f3c448;
}

.btn.yellow:hover,
.btn.yellow.active{
	background: #000;
	color: #fff;
}

.btn.pink{
	background: #d0528e;
}

.btn.pink:hover,
.btn.pink.active{
	background: #000;
	color: #fff;
}

.btn.black{
	background: #000;
}

.btn.black:hover,
.btn.black.active{
	background: #0072b3;
	color: #fff;
}

.btn.redblue{
	background: #438ec8;
	position: relative;
}

.btn.redblue:hover,
.btn.redblue.active{
	background: #000;
	color: #fff;
}

.btn.redblue:after{
	content: '';
	background: #e53939;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	z-index: 2;
	transition: all 0.3s ease;
}

.btn.redblue:hover:after,
.btn.redblue.active:after{
	bottom: 100%;
}

.btn.red{
	background: #e53939;
}

.btn.red:hover,
.btn.red.active{
	background: #000;
	color: #fff;
}

.btn.lightblue{
	background: #01b7eb;
}

.btn.lightblue:hover,
.btn.lightblue.active{
background: #000;
	color: #fff;
}



.btn.blue{
	background: #0072b3;
	display: inline-flex;
	align-items: center;
	min-width: 223px;
	justify-content: center;
}

.btn.blue:hover,
.btn.blue.active{
	background: #000;
	color: #fff;
}


.btn span{
	position: relative;
	z-index: 3;
}


.grid-masonry-holder {
	position: relative;
	min-height: 200px
}

.grid-masonry-holder.loader .loaded-block {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s,visibility .4s;
	transition: opacity .5s,visibility .4s
}

.grid-masonry-holder.loader .grid-masonry {
	opacity: 0
}

.grid-masonry-holder .loaded-block {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 9999999;
	-webkit-transition: opacity .2s,visibility .2s;
	transition: opacity .2s,visibility .2s
}

.grid-masonry-holder .loaded-block:before {
	content: "";
	position: absolute;
	top: calc(50% - 2em);
	left: calc(50% - 2em);
	display: block;
	width: 4em;
	height: 4em;
	margin: auto;
	background-color: #0072b3;
	-webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
	animation: sk-rotating-plane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotating-plane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@keyframes sk-rotating-plane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0)
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

@media (max-width: 1023px) {
	.post-list .post{
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.post-list .post{
		width: 50%;
	}

	.tips-header-holder .text{
		width: 100%;
	}

	.tips-header-holder .content{
		width: 100%;
		margin: 0 auto;
	}

	.tips-header-holder .holder{
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}

	.tips-header-holder .btn-list{
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.post-list .post{
		width: 100%;
	}
}

.side-blog-block{
	margin-bottom: 25px;
	text-align: center;
}

.side-blog-block .btn{
	margin-bottom: 0;
}

.side-blog-block .content{
	margin-bottom: 0;
}

/*    Language selector    */

.header-top {
    flex: 0 0 100%;
}

@media (min-width: 1024px) {
	.header-top {
        margin-bottom: -24px;
        z-index: 180;
    }
}

.header-body{
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-between;
}

.gtranslate-holder {
   justify-content: flex-end;
   padding: 0 15px;
   display: flex;
   align-items: center;
   font-family: "Open Sans","Helvetica Neue","Helvetica",sans-serif;
 }
 
 .gtranslate-holder img {
   margin: 0;
 }
 
 a.gflag{
    display:flex;
 }
 
 .jcf-select {
   background-color: #fff;
   height: 24px;
   margin: 0;
 }
 
 .jcf-select .jcf-select-text {
   line-height: 22px;
   font-size: 14px;
   margin: 0 25px 0 5px;
 }
 
 .jcf-select .jcf-select-text span {
   font-size: 14px;
 }
 
 .jcf-select .jcf-select-opener {
   width: 25px;
 }
 
 .jcf-select .jcf-select-opener:before {
     font-size: 14px;
 }
 
body &gt; .jcf-select-drop {
   z-index: 181;
   font-family: "Open Sans","Helvetica Neue","Helvetica",sans-serif;
   letter-spacing: 1.6px;
}

.jcf-list .jcf-option {
    padding: 1px 9px;
    height: 24px;
    font-size: 14px;
}


.panel-list{
	margin:0;
	padding:0;

}

.panel-list li{
	list-style: none;
}

.panel-title{
	font-family: "Junegull","Open Sans","Helvetica Neue","Helvetica",sans-serif;
	text-transform:uppercase;
	color: #5ac3e9;
	letter-spacing: 0.15em;
	margin-bottom:16px;
}

.panel-title a{
	color: inherit;
	display:inline-block;
}
.panel-title a:hover{
	color: #fff;
}

[id="footer"] .panel-list li{
	padding-left:20px;
	padding-right:20px;
}

[id="footer"] .copy{
	font-size:inherit;
}</pre></body></html>