<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	background-color: #FFF;
	color: #000;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #1A0DAB;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: underline;
	color: #1A0DAB;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}
button, input, select, textarea {
	line-height: inherit;
}
[role=button], a, area, button, input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button, select {
	text-transform: none;
}
button, input {
	overflow: visible;
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,ul,ol,li {
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none
}

form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
form input,
form textarea {
	display: inline-block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #6d6d6d;
	background-color: #FFF;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #DFE1E4;
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	border-radius: 20px;
}
form input:focus,
form textarea:focus {
	color: #6d6d6d;
	background-color: #FFF;
	border-color: #DFE1E4;
	outline: 0;
}
form input::placeholder,
form textarea::placeholder {
	color:#6d6d6d;
}
form button {
	display: inline-block;
	font-weight: normal;
	line-height: 1.28;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #777;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	color: #fff;
	background-color: #777;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 20px;
}
form button:hover {
	color: #FFF;
	background-color: #666;
	border-color: #666;
	text-decoration: none;
}
form button:focus, form button.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
	box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
form input+button {
	margin-left: -79px;
}

header {
	padding-bottom: 35px;
}
footer {
	background-color: #F2F2F2;
}
header,
header a,
footer,
footer a{
	color: #1A0DAB;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
header a:hover,
footer a:hover{
	text-decoration: underline;
}
header .active a{
	color: #000;
	text-decoration: none;
}

header {
	text-align: center;
}
header .container {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

footer {
	font-size: 14px;
	text-transform: none;
	color: #000;
	font-weight: 400;
}
footer .container {
	padding: 10px;
}
footer .container&gt;div {
	margin: 20px 0;
}
footer .disclaimer{

}
footer .copyright{
	text-align: center;
}
footer .copyright a{
	color: #007ed3;
}

#logo{
	line-height: 30px;
	font-size: 23px;
	padding: 4px 0;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
	color: #000;
}
#logo img{
	width: 30px;
	height: 30px;
	vertical-align: bottom;
}
.navbar-toggle {
	display: none;
}
#navbar{
	margin-left: auto;
	line-height: 38px;
}
#navbar li{
	display: inline-block;
	margin: 0 25px;
}
#search{
	margin-left: auto;
}
#search input {
	width: 360px;
	padding-right: 79px;
}
#search button {}

.dropdown {
	position: relative;
	margin-left: auto;
}
.dropdown.active ul {
	display: block;
}
.dropdown img {
	width: 40px;
	height: 24px;
	vertical-align: middle;
	margin-right: 4px;
}
.dropdown&gt;img {
	margin: 7px;
	cursor: pointer;
}
.dropdown ul {
	display: none;
	position: absolute;
	right: 0;
	z-index: 3;
	background-color: #fff;
	padding: 4px 0;
	text-align: left;
}
.dropdown li {
	white-space: nowrap;
	padding: 4px 8px;
}
.dropdown a {
	line-height: 24px;
	vertical-align: bottom;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.network{
	position: absolute;
	top: 58px;
	left: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	background-color: #F6F6F6;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	z-index: 2;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	overflow: hidden;
}
.network ul{
	background-color: #F6F6F6;
	text-align: left;
}
.network ul li{
	float: left;
	display: block;
	padding: 0 7px 0 7px;
}
.network ul li a{
	color: #1A0DAB;
	text-decoration: none;
}
.network ul li a:hover{
	text-decoration: underline;	
}
.network .more{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.network .more&gt;a{
	display: block;
	font-size: 20px;
	margin: 0 20px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.network .more&gt;a:after{
	content: '\22C5\22C5\22C5';
}
.network .more.active&gt;a{
	color: #1A0DAB;
}
.network .more ul li{
	float: none;
	padding: 0 20px 0 20px;
}
.network .more ul{
	display: none;
}

.container {
	width: 1305px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body&gt;.container{
	padding: 5px 0;
}
.blackline {
	background-color: #000;
	height: 34px;
	color: #fff;
	line-height: 34px;
	padding-left: 10px;
	font-size: 14px;
}
.blackline a {
	color: #D9534F;
}
.bubble {
	color: #FFF;
	padding: 5px 10px;
	border-radius: 20px;
}
a.bubble {
	color: #FFF;
	background-color: #1A0DAB;
}
a.bubble:hover {
	background-color: #FFF;
	color: #1A0DAB;
	text-decoration: none;
}
.row {
	font-size:0;
	padding-bottom: 5px;
	padding-right: 5px;
}
.row+.row{
	margin-top: -5px;
}
.row&gt;div {
	display: inline-block;
	width: 25%;
	padding-top: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.row&gt;div&gt;a,
.row.cats&gt;div&gt;a&gt;div {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}
.row&gt;div&gt;a&gt;img,
.row&gt;div&gt;a&gt;div&gt;img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
}
.row&gt;div&gt;a&gt;img:hover,
.row&gt;div&gt;a&gt;div&gt;img:hover{
	-webkit-filter: contrast(1.2) saturate(130%);
		filter: contrast(1.2) saturate(130%);
}
.row&gt;div&gt;a&gt;img[data-original],
.row&gt;div&gt;a&gt;div&gt;img[data-original]{
	opacity: 0;
}
.row&gt;div&gt;a&gt;img[src],
.row&gt;div&gt;a&gt;div&gt;img[src]{
	opacity: 1 !important;
}
.row&gt;div&gt;div{
	position: relative;
	padding: 5px 7px;
	font-size: 14px;
	vertical-align: bottom;
	border-top: none;
}
.row.cats&gt;div&gt;a{
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: none;
}
.row.cats&gt;div&gt;a&gt;h3{
	color: #1A0DAB;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.row.cats&gt;div&gt;a:hover&gt;h3{
	text-decoration: underline;
}
.row.cats&gt;div&gt;a&gt;span{
	color: #fff;
		background-color: #222;
		padding: 4px 7px;
		border-radius: 5px;
		float: right;
		font-size: 12px;
		line-height: 9px;
		margin-left: 10px;
		margin-top: 1px;
}
.row.videos&gt;div&gt;div{
	height: 62px;
	vertical-align: top;
}
.webcams-block .row&gt;div&gt;div{
	height: 42px;
}
.row.videos&gt;div&gt;div&gt;span,
.webcams-block .row&gt;div&gt;div&gt;span{
	display: block;
	color: #000;
	font-weight: 400;
}
.row.videos&gt;div&gt;div&gt;.duration{
	position: absolute;
	right: 6px;
	top: -26px;
	color: #E6E6E6;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.7);
	border-radius: 5px;
	padding: 2px 4px;
}
.row.videos&gt;div&gt;div&gt;.description,
.webcams-block .row&gt;div&gt;div&gt;.description,
.row.videos&gt;div&gt;div&gt;a,
.webcams-block .row&gt;div&gt;div&gt;a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.row.videos&gt;div&gt;div&gt;.tags{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 3.6em;
}
.row.videos&gt;div&gt;div&gt;.description+.tags{
	-webkit-line-clamp: 2;
	max-height: 2.4em;
}
.row.videos&gt;div&gt;div&gt;.tags&gt;a{
	color: #1A0DAB;
	text-decoration: underline;
}
.row.videos&gt;div&gt;div&gt;.tags&gt;a:hover{
	text-decoration: none;
}
.row.videos&gt;div&gt;div&gt;.tags&gt;b{
	font-weight: 400;
	color: #777777;
}
.row.videos&gt;div&gt;div&gt;.date{
	position: absolute;
	bottom: 5px;
	right: 7px;
}
.row.videos&gt;div&gt;div&gt;a,
.webcams-block .row&gt;div&gt;div&gt;a{
	color: #4285F4;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 7px;
	right: 0;
	text-decoration: none;
}
.row.videos&gt;div&gt;div&gt;a:hover,
.webcams-block .row&gt;div&gt;div&gt;a:hover{
	text-decoration: underline;
	color: #1A0DAB;
}

.title{
	
}
.title h1{
	font-size: 18px;
	font-weight: 400;
	color: #222;
	text-align: left;
	margin: 10px 6px;
}

.category-block{
	text-align: left;
	padding: 10px 10px;
}
.category-block h3,
.webcams-block h3{
	font-size: 18px;
	font-weight: 400;
	color: #222;
	margin: 10px 6px;
}
.category-block p{
	margin: 10px 6px;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}
.category-container{
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	column-width: 200px;
	max-width: none!important;
	width: auto!important;
	float: none;
	text-align: left;
	padding-top: 20px;
}
.category-group{
	color: #000;
}
.category-group h4{
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #222;
	margin: 10px 0;
	color: #222;
}
.category-group ul{

}
.category-group li{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
	font-size: 14px;
}
.category-group ol{
	list-style-type: decimal;
	list-style-position: inside;
}
.category-group ol li{
	display: list-item;
}
.buttons-block{
	padding-bottom: 20px;
}
.buttons-block h3{
	font-size: 18px;
		font-weight: 400;
		color: #222;
		margin: 6px;
}
.buttons-block ul{
		line-height: 19px;
}
.buttons-block li{
		display: inline-block;
		margin: 4px 5px;
}
.buttons-block a{
		font-size: 14px;
		color: #FFF;
		border: 1px solid #222;
		border-radius: 4px;
		padding: 5px 10px;
		display: inline-block;
		text-decoration: none;
		background-color: #222
}
.buttons-block a:hover{
	background-color: transparent;
	color: #222;
	border: 1px solid #222;
}
.friednly-sites{
	padding-top: 20px;
}
.friednly-sites ol{
	width: 20%;
	float: left;
	list-style-type: decimal;
	list-style-position: inside;
	color: #ababab;
}
.friednly-sites li{
	display: list-item;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
	font-size: 16px;
}
.friednly-sites:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

.pagination{
	font-size: 0;
	text-align: right;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
}
.pagination .page{
	font-size: 16px;
	display: inline-block;
	border: 1px solid #979797;
}
.pagination .page + .page{
	margin-left: -1px;
}
.pagination .page:first-child{
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.pagination .page:last-child{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.pagination .active{
	color: #777777;
	background-color: #e0e0e0;
}
.pagination a{
	color: #4285F4;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
}
.pagination .dots{
	display: block;
	color: #777777;
}
.pagination a,
.pagination .active,
.pagination .dots{
	padding: 9px;
	min-width: 36px;
	text-align: center;
}
.pagination a:hover {
	color: #000;

}

.filter{
	margin: 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.filter .pagination{
	text-align: left;
	height: 39px;
	margin: 4px 0;
}
.filter .addthis_inline_share_toolbox_96yd{
	height: 42px;
	margin: 2px 0;
	margin-left: auto;
}
.addthis_inline_share_toolbox_96yd .at-resp-share-element .at-share-btn {
	margin: 0px;
}
.addthis_inline_share_toolbox_96yd .at-resp-share-element .at-share-btn+.at-share-btn {
	margin-left: 4px;
}

a.all_cats {
	font-size: 14px;
	border: 1px solid #4285F4;
	border-radius: 4px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 5px;
	padding: 12px 25px;
	background: #4285F4;
	-webkit-transition: background 0.2s ease-out, border 0.2s ease-out;
		-moz-transition: background 0.2s ease-out, border 0.2s ease-out;
	-o-transition: background 0.2s ease-out, border 0.2s ease-out;
		transition: background 0.2s ease-out, border 0.2s ease-out;
		text-transform: uppercase;
		font-weight: 500;
}
a.all_cats:hover {
	background: transparent;
	color: #4285F4;
	border: 1px solid #4285F4;
}
.spots {
	text-align: center;
	font-size: 0;
	padding: 10px;
	clear: both;
}
.spots&gt;.spot {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

.autocomplete-suggestions {
	background-color: #FFF;
	border-radius: 4px;
	overflow: auto;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	width: 320px;
	font-size: 14px;
	text-align: left
}

.autocomplete-suggestion {
	color: #666;
	padding: 3px 10px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis
}

.autocomplete-selected {
	color: #12708E;
	background-color: #DADADA
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #1BA6D2
}

.dmca { width: 100%; display: table; border-spacing: 6px; }
.dmca div { display: table-row; }
.dmca div &gt; * { display: table-cell; }
.dmca div label { width: 100px; vertical-align: top; line-height: 38px; }

@media (max-width: 1000px) {
	.container {
		width: 100%;
		position: initial;;
	}
	header {
		margin-bottom: 55px;
	}
	#logo{
		margin: 0 auto;
	}
	.dropdown {
		margin-left: 0;
	}
	#search {
		position: absolute;
		top: 110px;
		left: 6px;
		right: 6px;
	}
	#search input{
		width: 100%;
	}
	.title h1,
	.category-block h3{
		font-size: 22px;
	}
	.category-block p{
		font-size: 14px;
	}
	.navbar-toggle {
		display: block;
		position: relative;
		width: 38px;
		height: 38px;
		padding: 8px;
		color: #fff;
		border: none;
		background: none;
		outline: none;
		cursor: pointer;
	}
	[class^="icon-"], [class*=" icon-"] {
		font-family: 'icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
		display: block;
		width: 100%;
		height: 2px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: center;
		transform-origin: center;

	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 5px;
	}
	.toggled .navbar-toggle .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	.toggled .navbar-toggle .icon-bar:nth-child(2) {
		background-color: transparent;
	}
	.toggled .navbar-toggle .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		transform: rotate(-45deg) translate(5px, -5px);
	}
	.toggled{
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	#navbar{
		display: none;
		position: absolute;
		top: 58px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.7);
		z-index: 3;
		text-align: left;
		-webkit-overflow-scrolling: touch;
	}
	#navbar ul{
		background-color: #fff;
		display: inline-block;
		width: 275px;
		padding: 10px;
		height: 100%;
	}
	#navbar li{
		display: block;
		margin: 0;
		padding: 10px;
		font-size: 22px;
	}
}

@media (max-width: 479px) {
	#logo {
		line-height: 22px;
		font-size: 22px;
		padding: 6px;
	}
	#logo img {
		width: 25px;
		height: 25px;
	}
	.row&gt;div {
		width: 50%;
	}
	.row.cats&gt;div&gt;a&gt;h3{
		font-size: 12px;
	}
	.row.cats&gt;div&gt;a&gt;span{
		padding: 3px 4px;
		border-radius: 4px;
		font-size: 10px;
		line-height: 10px;
	}
	.row.videos&gt;div&gt;div{
		height: 28px;
	}
	.row.videos&gt;div&gt;div&gt;.description{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		white-space: normal;
		max-height: 2.4em;
	}
	.row.videos&gt;div&gt;div&gt;.tags,
	.row.videos&gt;div&gt;div&gt;.date{
		display: none;
		font-size: 14px;
	}
	.friednly-sites ol.col1,
	.friednly-sites ol.col2{
		width: 50%;
	}
	.friednly-sites ol.col3,
	.friednly-sites ol.col4,
	.friednly-sites ol.col5{
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 1000px) {
	.row&gt;div {
		width: 33.33%;
	}
	.row.videos&gt;div&gt;div{
		height: 63px;
	}
	.row.cats&gt;div&gt;a&gt;h3{
		font-size: 13px;
	}
	.row.cats&gt;div&gt;a&gt;span{
	padding: 3px 4px;
		border-radius: 4px;
		font-size: 11px;
		line-height: 11px;
	}
	.row.videos&gt;div&gt;div&gt;.date{
		display: none;
	}
	.friednly-sites ol.col1,
	.friednly-sites ol.col2,
	.friednly-sites ol.col3{
		width: 33.3%;
	}
	.friednly-sites ol.col4,
	.friednly-sites ol.col5{
		display: none;
	}
}

@media (min-width: 1001px) {
	#navbar{
		display: block !important;
	}
}

@media (min-width: 1001px) and (max-width: 1305px) {
	header{
		margin-bottom: 55px;
	}
	.container {
		width: 970px;
	}
	.row&gt;div {
		width: 33.33%;
	}
	.row.cats&gt;div&gt;a&gt;span{
		font-size: 16px;
		line-height: 16px;
	}
	#navbar li {
		margin: 0 10px;
	}
	#search {
		position: absolute;
		top: 108px;
		left: 6px;
		right: 6px;
	}
	#search input{
		width: 100%;
	}
	.friednly-sites ol.col1,
	.friednly-sites ol.col2,
	.friednly-sites ol.col3,
	.friednly-sites ol.col4{
		width: 25%;
	}
	.friednly-sites ol.col5{
		display: none;
	}
	.autocomplete-suggestions{
		width: 230px;
	}
}

@media (min-width: 1640px) {
	.container {
		width: 1640px;
	}
	.row&gt;div {
		width: 20%;
	}
}

@-ms-viewport {
	width: device-width;
}</pre></body></html>