
@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
	font-display: swap;
}

@font-face {
	font-family: Delicious;
	src: url('Delicious-Bold.otf');
	font-weight: bold;
	font-display: swap;
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Delicious, "Trebuchet MS", Verdana, Arial, Sans-serif;
}

html,
body {
	min-width: 320px;
	min-height: 100%;
}

body {
	background: #f4f4f4;
}

html,
body,
input,
textarea,
table,
button,
select {
	font-size: 16px;
	color: #555555;
}

a {
	color: #0079c6;
	text-decoration: none;
	cursor: pointer;
}

a:hover {}

img {
	border: none;
}

.textcolor {
	color: #a20000;
}

br.both {
	clear: both;
}

*::-webkit-input-placeholder {
	color: #aeaeae;
}

*:-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
}

*::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #aeaeae;
}

.wrapper {
	position: relative;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#android-banner {
	float: left;
	width: 100%;
	height: 80px;
	position: relative;
}

#android-banner .container {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #dbdbdb 100%);
	border-bottom: 2px rgba(0, 0, 0, .03) solid;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	z-index: 10;
}

#android-banner .install {
	position: absolute;
	height: 30px;
	line-height: 30px;
	right: 10px;
	top: 25px;
	padding: 0px 10px;
	border-radius: 3px;
	font-weight: bold;
	background: #4096ee;
	background: -moz-linear-gradient(top, #4096ee 0%, #2782dd 100%);
	background: -webkit-linear-gradient(top, #4096ee 0%, #2782dd 100%);
	background: linear-gradient(to bottom, #4096ee 0%, #2782dd 100%);
	color: #FFFFFF;
}

#android-banner .icon {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 6px;
	background: url(apple-touch-icon-retina-iphone.png) no-repeat top #ffffff;
	background-size: 100%;
	left: 30px;
	top: 10px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
}

#android-banner .description {
	position: absolute;
	width: 100%;
	left: 103px;
	top: 17px;
	padding-right: 200px;
	color: #666666;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	font-size: 16px;
}

#android-banner .close {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 22px;
	height: 22px;
	background: url(android-banner-close.png) no-repeat top;
	background-size: 100%;
	cursor: pointer;
}

#extension-banner {
	display: none;
	overflow: hidden;
	width: 100%;
	background: #f4e152;
	background: -moz-linear-gradient(top, #f4e152 0%, #fec900 100%);
	background: -webkit-linear-gradient(top, #f4e152 0%, #fec900 100%);
	background: linear-gradient(to bottom, #f4e152 0%, #fec900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e152', endColorstr='#fec900', GradientType=0);
}

#extension-banner .container {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-self: stretch;
	align-content: stretch;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	padding: 6px 8px 6px 40px;
	background: url(extension-banner-icon.png) 11px center no-repeat;
	background-size: 20px;
}

#extension-banner .container .l {
	flex: 2;
	display: flex;
}

#extension-banner .container .r {
	display: flex;
}

#extension-banner .download {
	color: #000000;
	margin: auto 0;
	display: inline-block;
	margin-left: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	padding: 7px 20px;
	border: 1px #cccccc solid;
	border-radius: 3px;
}

#extension-banner .close {
	margin: auto 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 10px;
	background: url(extension-banner-close-icon.png) top no-repeat;
	background-size: 16px;
}

#extension-banner .label {
	margin: auto 0;
	padding: 4px 0;
	max-width: 820px;
	font-size: 16px;
	line-height: 18px;
}


/*

HEADER

*/

#header {
	float: left;
	z-index: 2;
	width: 100%;
	clear: both;
	text-align: center;
	background: #309ee4;
}

#header #section1-header {
	float: left;
	width: 100%;
	clear: both;
	height: 54px;
}

@media screen and (max-width: 660px) {
	#header #section1-header {
		height: 44px;
	}
}

#header #side-panel-icon {
	float: left;
	width: 54px;
	height: 54px;
	background: url(side-panel-icon.png) center no-repeat;
	-webkit-background-size: 25px 21px;
	-moz-background-size: 25px 21px;
	-o-background-size: 25px 21px;
	background-size: 25px 21px;
	cursor: pointer;
	display: none;
}

#menu-mobile {
	display: none;
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 14px;
	list-style: none;
	text-shadow: 1px 1px #fff;
	border-bottom: 1px #dddddd solid;
}

#menu-mobile a {
	color: #666666;
}

#menu-mobile .selected {
	background: #eeeeee;
	font-weight: bold;
}

#menu-mobile .selected a {
	color: #309ee4;
}

#menu-mobile>li {
	font-size: 18px;
	border-bottom: 1px #eaeaea solid;
}

#menu-mobile>li:last-child {
	border-bottom: none;
}

#menu-mobile>li>span,
#menu-mobile>li>a {
	display: block;
	padding: 8px 26px;
}

#menu-mobile>li>ul {
	list-style: none;
}

#menu-mobile>li>ul>li {
	border-bottom: 1px #eaeaea solid;
}

#menu-mobile>li>ul>li>a {
	display: block;
	padding: 8px 52px;
}

#menu-mobile>li>ul>li:last-child {
	border-bottom: none;
}

@media screen and (max-width: 660px) {
	#header #side-panel-icon {
		width: 54px;
		height: 44px;
		-webkit-background-size: 24px 20px;
		-moz-background-size: 24px 20px;
		-o-background-size: 24px 20px;
		background-size: 24px 20px;
	}
}

@media screen and (max-width: 860px) {
	#header #side-panel-icon {
		display: inline;
	}
}

#header #logo-header {
	float: left;
	width: 100px;
	height: 50px;
	background: url(logo-header.png) center no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin-left: 2px;
	margin-top: -2px;
}

#header.christmas #logo-header {
	background-image: url(logo-christmas-header.png);
	margin-top: 0;
}

@media screen and (max-width: 660px) {
	#header #logo-header {
		width: 88px;
		height: 44px;
	}
}

@media screen and (max-width: 860px) {
	#header #logo-header {
		margin-left: 0px;
	}
}

#header ul#menu-header {
	float: left;
	list-style: none;
	margin-left: 20px;
	margin-top: 14px;
}

@media screen and (max-width: 860px) {
	#menu-header {
		display: none;
	}
}

#header #menu-header li {
	float: left;
}

#header #menu-header li a {
	float: left;
	padding: 2px 12px 2px 12px;
	line-height: 40px;
	height: 40px;
	color: #e4f1fa;
	font-size: 16px;
	font-family: Delicious;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#header #menu-header li.link-photomontages a {
	width: 46px;
	background: url(photomontages-groove-icon.png) center no-repeat;
	background-size: 20px;
}

#header #menu-header li.link-photomontages a span {
	display: none;
}

#header #menu-header li.link-account a {
	color: #faf9e4;
}

#header #menu-header li.link-account a span {
	background: url(account-groove-icon.png) left top no-repeat;
	padding-left: 18px;
	background-size: 16px;
}

#header #menu-header li a:hover {
	background-color: rgba(0, 0, 0, .1);
}

#header #menu-header li.select a {
	color: #FFFFFF;
	background-color: #71bceb;
}

@media screen and (max-width: 760px) {
	#header #menu-header li.link-photocollage {
		display: none;
	}
}

#lang-header-link {
	float: right;
	height: 54px;
	width: 34px;
	text-align: center;
	line-height: 54px;
	margin-right: 5px;
}

#lang-header-link img {
	vertical-align: middle;
	border-radius: 3px;
	padding: 1px;
	background: rgba(255, 255, 255, .8);
	box-sizing: content-box;
	overflow: hidden;
}

@media screen and (max-width: 660px) {
	#lang-header-link {
		height: 44px;
		line-height: 44px;
	}
}

#search-header {
	float: right;
	margin-top: 12px;
	margin-right: 5px;
	position: relative;
}

#search-header .container {
	position: relative;
	padding-right: 40px;
}

#search-header #search-header-input {
	float: left;
	width: 260px;
	padding: 0px 5px 0px 25px;
	height: 31px;
	line-height: 31px;
	border: none;
	background: url(search-header-input.png) 5px center no-repeat #ffffff;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	outline: 0;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	font-size: 15px;
	font-family: Delicious;
}

@media screen and (max-width: 1020px) {
	#search-header #search-header-input {
		width: 180px;
	}
}

#search-header #search-header-submit {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	border: none;
	height: 31px;
	cursor: pointer;
	outline: 0;
	background: #eeeeee;
	border: none;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	color: #666666;
	padding-right: 5px;
	font-family: Delicious;
	font-weight: bold;
	font-size: 16px;
}

#search-header #search-header-submit:hover {
	background: #eaeaea;
}

#search-header #search-header-submit:active {
	background: #dddddd;
}

@media screen and (max-width: 980px) {
	#search-header {
		float: inherit;
		position: absolute;
		left: 0px;
		top: 49px;
		z-index: 50;
		margin: 0;
		width: 100%;
		background: rgba(0, 0, 0, .65);
		padding: 10px 10px;
		display: none;
	}
	#search-header .container {}
	#search-header #search-header-input {
		width: 100%;
		font-size:16px;
	}
	#search-header #search-header-submit {}
}

#header #search-header-icon {
	float: right;
	width: 54px;
	height: 54px;
	background: url(search-header-icon.png) center no-repeat;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	background-size: 25px 25px;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 980px) {
	#header #search-header-icon {
		display: inherit;
	}
}

@media screen and (max-width: 660px) {
	#header #search-header-icon {
		width: 44px;
		height: 44px;
		-webkit-background-size: 24px 24px;
		-moz-background-size: 24px 24px;
		-o-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}

#section2-header {
	float: left;
	clear: both;
	width: 100%;
	min-height: 5px;
	background-color: #71bceb;
}

#section2-header #logo-section2 {
	float: left;
	width: 0px;
	height: 40px;
	background: url(logo-header.png) center no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	margin: 0 10px 0 10px;
	display: none;
}

#section2-header #logo-section2.logo-section2-visible {
	width: 60px;
	display: block;
}

@media screen and (max-width: 860px) {
	#header #logo-header {
		margin-left: 0px;
	}
}

#submenu {
	float: left;
	list-style: none;
	padding: 7px 0px 7px 0px;
	margin: 0 10px;
}

#submenu ul {
	float: left;
	list-style: none;
}

@media screen and (max-width: 860px) {
	#header #submenu {
		display: none;
	}
}

#submenu li {
	float: left;
}

@media screen and (max-width: 760px) {
	#submenu li.link-frame-creator {
		display: none;
		visibility: hidden;
	}
}

#submenu li a {
	float: left;
	padding: 5px 14px 5px 14px;
	color: #ffffff;
	font-size: 15px;
	font-family: Delicious;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
}

#submenu li:last-child a {
	margin-right: 0px;
}

#submenu li a:hover {
	background-color: rgba(0, 0, 0, .1);
}

#submenu li.select a {
	background-color: #fa8d00;
}

#submenu li a span.new {
	position: absolute;
	top: -5px;
	right: -7px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background:#D20000;
	text-shadow: none;
	border-radius: 8px;
	padding:1px 4px;
}

#ad-header {
	float:left;
	width:100%;
	clear:both;
	text-align:center;
	min-height:210px;
	display:flex;
	flex-direction:column;
}
#ad-header .col {
	padding:10px;
	width:100%;
}
#ad-header .col:last-child {
	padding-top:0;
}

/*
#ad-header {
	float:left;
	width:100%;
	clear:both;
	text-align:center;
	min-height:114px;
	display:flex;
}
#ad-header .col {
	padding:10px;
	width:50%;
}
@media screen and (max-width: 760px) {
	#ad-header {
		flex-direction:column;
	}
	#ad-header .col {
		width:100%;
	}
}*/

#theme-header {
	float: left;
	width: 100%;
	clear: both;
	background: #eeeeee;
}

#theme-header .wrapper {
	padding: 12px 10px;
	font-size: 0;
}

#submenu-right {
	float: right;
	list-style: none;
	padding: 7px 0px 7px 0px;
}

#submenu-right ul {
	float: left;
	list-style: none;
}

@media screen and (max-width: 860px) {
	#submenu-right {
		display: none;
	}
}

#submenu-right li#show-filter-list {
	float: left;
	color: #ffffff;
	padding: 5px 14px 5px 20px;
	background: url(filter-list-arrow.png) left center no-repeat;
	-webkit-background-size: 14px 8px;
	-moz-background-size: 14px 8px;
	-o-background-size: 14px 8px;
	background-size: 14px 8px;
	cursor: pointer;
	font-size: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/*

POPUP LIST

*/

.popup-list {
	display: none;
	list-style: none;
	background: #ffffff;
	position: absolute;
	padding: 10px;
	z-index: 800;
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
	border-radius: 6px;
	overflow-y: auto;
}

.popup-list li {
	float: left;
	width: 100%;
	clear: both;
	margin: 1px 0;
}

.popup-list-2-col li {
	width: 50%;
	clear: inherit;
}

.popup-list li a {
	display: block;
	padding: 8px 10px;
	font-size: 15px;
}

.popup-list li a.background {
	background-position: 6px center;
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px;
	padding-left: 28px;
}

.popup-list li a:before {
	/*content: '•\00a0\00a0';*/
}

.popup-list li a:hover {
	color: #555555;
	background-color: #eeeeee;
}

.popup-list li.selected a {
	color: #FFFFFF;
	background-color: #71bceb;
}

#lang-list {
	width: 300px;
}

#lang-list li {
	width: 130px;
	height: 30px;
	margin-right: 1px;
	margin-bottom: 1px;
	clear: inherit;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#filter-list li a {
	padding-left: 28px;
}

#filter-list li.selected a {
	background-position: 6px center;
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	-moz-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px;
	background-image: url(list-selected-icon.png);
}


/*

SIDE-PANEL
	
*/

#side-panel-overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 21, 21, 0.38);
	z-index: 99;
}

#side-panel {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	width: 280px;
	background: #333333;
	height: 100%;
	overflow-y: auto;
	outline: none;
	display: none;
	border-right: 1px #202020 solid;
}

#side-panel .container {
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 300px;
	outline: none;
}

#search-side-panel {
	clear: both;
	width: 100%;
	height: 50px;
	padding: 10px 6px;
}

#search-side-panel-input {
	font-family: Delicious;
	font-size: 16px;
	text-shadow: none;
	border: none;
	border-radius: 5px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	clear: both;
	height: 30px;
	padding: 3px 10px 3px 25px;
	color: #FFFFFF;
	background: url(search-side-panel-input.png) 5px center no-repeat rgba(255, 255, 255, .2);
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
}

ul#menu-side-panel {
	width: 100%;
	clear: both;
	list-style: none;
}

#menu-side-panel>li {
	position: relative;
}

#menu-side-panel>li #filter-select {
	position: absolute;
	right: 10px;
	top: 9px;
	background: #ffffff;
	padding: 3px 0;
	border: none;
	opacity: .6;
	font-size: 15px;
}

#menu-side-panel>li #filter-select:focus {
	opacity: 1;
}

@media screen and (max-width: 760px) {
	#menu-side-panel>li>ul>li.link-frame-creator {
		display: none;
	}
}

#menu-side-panel>li>a {
	color: #bbbbbb;
	padding: 10px 20px 10px 20px;
	display: block;
	text-decoration: none;
	font-family: Delicious;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px #2b2b2b solid;
}

#menu-side-panel>li.select>a {
	color: #ffffff;
	background-color: #232323;
}

#menu-side-panel li a:hover {
	background: rgba(255, 255, 255, .1);
}

#menu-side-panel li a:active,
#menu-side-panel li a:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, .25);
}

#menu-side-panel>li>ul {
	border-bottom: 1px #2b2b2b solid;
}

#menu-side-panel>li>ul>li>a {
	color: #bbbbbb;
	padding: 10px 20px 10px 40px;
	display: block;
	text-decoration: none;
	font-family: Delicious;
	font-size: 16px;
}

#menu-side-panel>li>ul>li.select>a {
	color: #ffffff;
}

#menu-side-panel>li>ul>li>a span.new {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: none;
	border-radius: 50%;
}


/*

ADVERT TOP
	
*/

#advert-top {
	float: left;
	width: 100%;
	clear: both;
	min-height: 100px;
	font-size: 0;
	overflow: hidden;
	padding: 10px 10px;
	background-color: #f5f8fa;
}

@media screen and (max-width: 600px) {
	#advert-top {
		min-height: 0px;
	}
}


/*

ADVERT BOTTOM
	
*/

#advert-bottom {
	float: left;
	width: 100%;
	clear: both;
	font-size: 0;
	padding: 10px 10px;
	background-color: #f5f8fa;
}

@media screen and (max-width: 600px) {
	#advert-bottom {
		max-height: none;
	}
}


/*

FB LIKE
	
*/

#fb-like {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 10px;
	background-color: #f5f8fa;
	text-align: center;
}

#fb-like .wrapper {
	text-align: center;
}

#fb-like .ctn {
	padding: 10px 20px;
	background: #fff0c2;
	display: inline-block;
	border-radius: 3px;
}

#fb-like label {
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}

#fb-like iframe {
	border: none;
	overflow: hidden;
	width: 200px;
	max-width: 100%;
	height: 26px;
	vertical-align: middle;
	margin-right: 10px;
}

#fb-like a.instagram {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 10px 6px 26px;
	border: 1px #ffffff solid;
	border-radius: 6px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(footer-instagram-icon.png) 4px center/18px no-repeat, radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}


/*

CONTENT
  
*/

#content {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0px 0px 0px 0px;
	/*background-color:#f7f7f7;*/
	background-color: #f5f8fa;
	min-height: 500px;
	/*box-shadow:inset 0px 100px 100px 0px rgba(0, 0, 0, .2);*/
}

@media screen and (max-width: 660px) {
	#content {
		min-height: 0;
	}
}

#content .white-content {
	float: left;
	width: 100%;
	clear: both;
	background-color: #ffffff;
	border-top: 1px #e1e8ed solid;
	border-bottom: 1px #e1e8ed solid;
	min-height: 500px;
}

@media screen and (max-width: 660px) {
	#content .white-content {
		min-height: 0;
	}
}

@media screen and (max-width: 1220px) {
	#content .wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/*

TAGS BOX

*/

#tags-box {
	float: left;
	width: 100%;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #f5f8fa;
}

#tags-box .wrapper {}

#tags-box ul {
	list-style: none;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#tags-box li {
	vertical-align: middle;
	margin: 5px;
	border-radius: 6px;
	padding: 4px 5px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, .7);
}

#tags-box li.tag-gray {
	background: #eeeeee;
}

#tags-box li.tag-blue {
	background: #d6ecfa;
}

#tags-box li.tag-gray a {
	color: #666666;
}

#tags-box li.tag-blue a {
	color: #2796dd;
}

#tags-box li a {
	white-space: nowrap;
}

#tags-box-search {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0;
}

#tags-box-search-form {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	clear: both;
	position: relative;
	padding-right: 40px;
	font-size: 16px;
}

#tags-box-search-input {
	width: 100%;
	height: 36px;
	border: none;
	outline: 0;
	padding: 8px 10px 8px 30px;
	border: 1px #cccccc solid;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: url(search-tags-box-input.png) 5px center no-repeat #ffffff;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
}

#tags-box-search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	border: none;
	height: 36px;
	cursor: pointer;
	outline: 0;
	background: #309ee4;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	color: #ffffff;
	font-family: Delicious;
	font-weight: bold;
	font-size: 16px;
}



/*

FOOTER

*/

#footer {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	border-top: 1px #dddddd solid;
	background: #f4f4f4;
	text-shadow: 1px 1px 0px #ffffff;
	padding-bottom: 5px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
}

#footer .container {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 5px 0px 5px;
}

#footer .col {
	float: left;
	width: 25%;
	padding-left: 10px;
	border-left: 1px #dddddd solid;
	min-height: 140px;
	box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 1);
}

#footer .col:first-child {
	border-left: none;
	box-shadow: none;
}

@media screen and (max-width: 820px) {
	#footer .col {
		width: 50%;
		margin-bottom: 20px;
		border-left: none;
		box-shadow: none;
	}
}

@media screen and (max-width: 600px) {
	#footer .col {
		clear: both;
		width: 100%;
		padding-top: 20px;
		padding-left: 30px;
		box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
		border-top: 1px #dddddd solid;
		padding-bottom: 10px;
		min-height: 0px;
	}
	#footer .col:first-child {
		box-shadow: none;
		border-top: none;
	}
}

#footer .col h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #999999;
}

#footer .col ul {
	list-style: none;
}

#footer .col li {
	display: block;
	margin-bottom: 10px;
}

#footer .col li a {
	color: #555555;
}

#footer .icons {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}

#footer .icons .icon {
	float: left;
	width: 36px;
	height: 36px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #309ee4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-right: 10px;
}

#footer .icons .icon:last-child {
	margin-right: 0px;
}

#footer .icons .icon-ios {
	background-image: url(footer-ios-icon.png);
}

#footer .icons .icon-facebook {
	background-image: url(footer-facebook-icon.png);
}

#footer .icons .icon-android {
	background-image: url(footer-android-icon.png);
}

#footer .icons .icon-chrome-extension {
	background-image: url(footer-chrome-extension-icon.png);
}

#footer .icons .icon-instagram {
	background: url(footer-instagram-icon.png) center/18px no-repeat, radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF) !important;
}

#newsletter-footer {
	float: left;
	width: 100%;
	clear: both;
	padding-right: 10px;
}

@media screen and (max-width: 500px) {
	#newsletter-footer {}
}

#newsletter-footer .ctr {
	float: left;
	width: 100%;
	clear: both;
	max-width: 260px;
	position: relative;
	padding-right: 40px;
	margin-bottom: 15px;
}

#newsletter-footer #newsletter-footer-input {
	width: 100%;
	clear: both;
	padding: 0px 5px 0px 5px;
	height: 31px;
	line-height: 31px;
	border: none;
	background-color: #ffffff;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	outline: 0;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	font-size: 15px;
	font-family: Delicious;
	border: 1px #cccccc solid;
	border-right: none;
}

#newsletter-footer #newsletter-footer-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	border: none;
	height: 31px;
	cursor: pointer;
	outline: 0;
	background: #309ee4;
	border: none;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	color: #ffffff;
	padding-right: 5px;
	font-family: Delicious;
	font-weight: bold;
	font-size: 16px;
}

#newsletter-footer #newsletter-footer-desc {
	clear: both;
	width: 100%;
	font-size: 13px;
	margin-top: 5px;
}

#push-notification-footer {
	float: left;
	width: 100%;
	clear: both;
	padding-right: 10px;
}

#push-notification-footer .text {
	padding-left: 50px;
	background: url(notification-push-footer-icon.png) top left no-repeat;
	background-size: 46px;
	margin-bottom: 10px;
}

#push-notification-footer .controls {
	text-align: center;
}

#push-notification-footer .controls .control {
	display: none;
	background-position: top;
	background-size: 72px 30px;
	background-repeat: no-repeat;
	width: 72px;
	height: 30px;
}

#push-notification-footer .controls #push-notification-checked {
	background-image: url(notification-push-checked-icon.png);
	cursor: help;
}

#push-notification-footer .controls #push-notification-unchecked {
	background-image: url(notification-push-unchecked-icon.png);
	cursor: pointer;
}

#push-notification-footer .controls #push-notification-denied {
	background-image: url(notification-push-denied-icon.png);
	cursor: pointer;
}

#push-notification-footer .controls #push-notification-unsupported {
	background-image: url(notification-push-unsupported-icon.png);
	cursor: help;
}

#push-notification-footer .controls #push-notification-loading {
	background-image: url(loading-60.gif);
	background-size: 30px 30px;
}

#push-notification-footer .controls #push-notification-click {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	cursor: pointer;
	width: auto;
}

#footer #copyright {
	clear: both;
	float: right;
	font-size: 14px;
	padding: 5px 0;
}

@media screen and (max-width: 500px) {
	#footer #copyright {
		text-align: center;
		width: 100%;
	}
}

#footer #copyright .heart {
	color: #FF3366;
}


/*

ADMIN
	
*/

#admin-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	color: #fff;
	font-size: 12px;
	max-width: 100%;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, .5);
	background: linear-gradient(90deg, #0c0c0c 0%, #1f1f1f 100%);
}
#admin-bar,
#admin-bar * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
#admin-bar::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	background: linear-gradient(90deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 60%);
	pointer-events: none;
	z-index: 1;
}
#admin-bar ul {
	padding: 8px 50px 8px 12px;
	margin: 0;
	list-style: none;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #3a3a3a transparent;
}
#admin-bar:hover ul {
	scrollbar-color: #666 transparent;
}
#admin-bar li {
	display: inline;
	color: #fff;
	margin-left: 14px;
}
#admin-bar li:first-child {
	margin-left: 0;
}
#admin-bar li.adb-section-end {
	padding-right: 18px;
	border-right: 1px solid rgba(255, 255, 255, .18);
}
#admin-bar li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 2px 8px;
	background: rgba(255, 255, 255, .08);
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	vertical-align: middle;
	transition: background .15s;
}
#admin-bar li a:hover {
	background: rgba(255, 255, 255, .2);
}
#admin-bar li.hidden {
	display: none;
}
#admin-bar li.more a {
	cursor: pointer;
}
#admin-bar .adb-group {
	display: inline-block;
	background: #2c4a70;
	color: #bce0ff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 500;
	vertical-align: middle;
	margin-right: 6px;
}
#admin-bar .adb-label {
	color: #8aa0b8;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-right: 3px;
	vertical-align: middle;
}
#admin-bar .adb-num {
	font-weight: 500;
	vertical-align: middle;
	font-size: 12px;
}
#admin-bar .adb-num + .adb-label {
	margin-left: 10px;
}
#admin-bar .adb-num + .adb-mlabel {
	margin-left: 3px;
}
#admin-bar .adb-mlabel {
	color: #8aa0b8;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	margin-right: 4px;
	vertical-align: middle;
}
#admin-bar .adb-meta {
	color: #aab4c0;
	vertical-align: middle;
	font-size: 12px;
}
#admin-bar > .adb-close {
	position: absolute;
	top: 7px;
	right: 12px;
	z-index: 3;
}
#admin-bar .adb-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, .08);
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	vertical-align: middle;
}
#admin-bar .adb-close:hover {
	background: rgba(255, 80, 80, .55);
}


/*

PHOTOMONTAGE LIST

*/

.pm-list {
	width: 100%;
}

.pm-list .pm-box {
	display: inline-block;
	width: 13.0857%;
	padding-bottom: 13.0857%;
	position: relative;
	margin: .1% .6% .1% .6%;
}

@media screen and (max-width: 1120px) {
	.pm-list .pm-box {
		width: 15.4666%;
		padding-bottom: 15.4666%;
	}
}

@media screen and (max-width: 980px) {
	.pm-list {
		padding: 0;
	}
	.pm-list .pm-box {
		width: 18.8%;
		padding-bottom: 18.8%;
	}
}

@media screen and (max-width: 800px) {
	.pm-list .pm-box {
		width: 23.8%;
		padding-bottom: 23.8%;
	}
}

@media screen and (max-width: 660px) {
	.pm-list {
		padding: 0px;
	}
	.pm-list .pm-box {
		width: 100%;
		text-align: left;
		border-bottom: 1px #cccccc solid;
		padding-bottom: 4px;
		padding-top: 4px;
		margin: 0;
		box-sizing: initial;
	}
}

.pm-list .pm-box .container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*line-height:100%;*/
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	/*border:7px #ffffff solid;
	border-radius:4px;*/
	text-align: center;
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .container {
		position: static;
		width: 100%;
		height: auto;
		line-height: auto;
		text-align: left;
	}
}

.pm-list .pm-box .thumbnail {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	background-position: -1000px;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari bug with list on some size screen */
	::just-safari-desktop,
	.pm-list .pm-box .thumbnail {
		height: auto;
	}
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .thumbnail {
		float: left;
		width: 100px;
		height: 100px;
		margin-right: 5px;
		text-align: right;
	}
}

.pm-list .pm-box .thumbnail:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.pm-list .pm-box .thumbnail img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	padding: 7px;
	background-color: #ffffff;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .thumbnail img {

	}
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .container a {
		float: left;
		width: 100%;
		clear: both;
	}
}

.pm-list .pm-box .name {
	display: none;
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .name {
		display: block;
		font-size: 20px;
		font-family: Delicious;
		font-weight: bold;
		margin-top: 4px;
		color: #404040;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

.pm-list .pm-box .process {
	display: none;
}

.pm-list .pm-box .preview {
	display: none;
}

.pm-list .pm-box .stars {
	display: none;
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .stars {
		display: block;
		margin-top: 2px;
	}
}

@media screen and (max-width: 660px) {
	.pm-list .pm-box .process {
		display: block;
		font-size: 13px;
		font-family: Delicious;
		font-weight: normal;
		margin-top: 2px;
		color: #404040;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	}
}

.pm-list .pm-box .bottom-icons,
.pm-list .pm-box .top-icons {
	position: absolute;
	height: 17px;
	display: none;
	font-size: 0;
	line-height: 17px;
	pointer-events: none;
}

.pm-list .pm-box .top-icons {
	text-align: right;
}

.pm-list .pm-box .icon-new {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-image: url(list-new-icon.png);
	width: 50px;
	height: 50px;
	margin-left: -5px;
	margin-top: -5px;
}

.pm-list .pm-box .icon-hd,
.pm-list .pm-box .icon-face-detect,
.pm-list .pm-box .icon-custom-text,
.pm-list .pm-box .icon-user-frame {
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.pm-list .pm-box .icon-face-detect,
.pm-list .pm-box .icon-custom-text,
.pm-list .pm-box .icon-user-frame {
	margin-right: 3px;
}

.pm-list .pm-box .icon-hd {
	width: 17px;
	height: 17px;
	background-image: url(list-hd-icon.png);
}

.pm-list .pm-box .icon-user-frame {
	width: 17px;
	height: 17px;
	background-image: url(list-user-frame-icon.png);
}

.pm-list .pm-box .icon-custom-text {
	width: 17px;
	height: 17px;
	background-image: url(list-custom-text-icon.png);
}

.pm-list .pm-box .icon-face-detect {
	width: 17px;
	height: 17px;
	background-image: url(list-face-detect-icon.png);
}

.pm-box-tooltip {
	min-width: 300px;
}

.pm-box-tooltip .name {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 20px;
	max-width: 340px;
}

.pm-box-tooltip .process {
	font-size: 13px;
	margin-bottom: 5px;
}

.pm-box-tooltip .preview {
	margin-bottom: 5px;
	text-align: center;
}

.pm-box-tooltip .preview img {
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: top;
}

.pm-box-tooltip .stars {
	text-align: center;
}


/*

	TOOLTIPSTER
*/

.tooltipster-default {
	border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

.tooltipster-default .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}

.tooltipster-base .tooltipster-content {
	overflow: hidden;
}

.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
	left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
	right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}

.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
	color: #2c2c2c;
}

.tooltipster-shadow .tooltipster-content {
	line-height: normal;
	padding: 8px 10px;
}


/*

ROW

*/

.form {
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 10px;
	text-align: center;
}

.form-bg {
	background: url(form-bg.png) repeat top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	min-height: 500px;
	/*min-height:500px;*/
}

@media screen and (max-width: 660px) {
	.form-bg {
		min-height: 0;
	}
}

.form .container {
	display: inline-block;
	width: 760px;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 10px 25px;
	text-align: left;
	/*border: 12px solid rgba(48, 158, 228, .4);*/
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 1pxrgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .4);
	-o-box-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .4);
	margin: 1% 0;
	/*border: 10px solid rgba(200, 200, 200, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; */
}

.form-bg .container {
	margin: 3% 0;
}

.form .title {
	padding-bottom: 10px;
	margin-bottom: 26px;
	border-bottom: 1px #e6e6e6 solid;
}

.form .separator {
	height: 1px;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 25px 0;
	text-align: center;
	padding: 0 10%;
}

.form .separator>div {
	background: #DDDDDD;
	height: 1px;
}

.form .row {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 5px;
}

.form .row .label {
	float: left;
	width: 30%;
	padding-right: 20px;
	text-align: right;
	color: #555555;
	cursor: pointer;
}

.form .row .content {
	float: left;
	width: 70%;
}

.form .row .content .input {
	width: 80%;
	border: 1px #cccccc solid;
	border-radius: 4px;
	padding: 6px;
}

.form .row .content .textarea {
	clear: both;
	border: 1px #cccccc solid;
	width: 100%;
	height: 100px;
	border-radius: 4px;
	padding: 6px;
}

.form .row .content .select {
	border-radius: 4px;
	padding: 6px;
}

.form .row span.inform {
	font-size: 13px;
	margin-left: 5px;
	color: #ADADAD;
}

.form .row div.inform {
	float: left;
	display: inline;
	clear: both;
	width: 100%;
	color: #ADADAD;
	margin-top: 0px;
	font-size: 13px;
}

.form .row span.formerror {
	color: #FF0000;
}

.form .submit {
	float: left;
	width: 100%;
	clear: both;
	padding-left: 30%;
	margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
	.form .container {
		clear: both;
		width: 100%;
	}
	.form .row .label {
		clear: both;
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
	.form .row .content {
		clear: both;
		width: 100%;
		margin-bottom: 5px;
	}
	.form .row .content .input {
		clear: both;
		width: 100%;
	}
	.form .row .content .textarea {
		clear: both;
		width: 100%;
	}
	.form .row .content .select {
		clear: both;
		width: 100%;
	}
	.form .submit {
		padding-left: 0;
	}
	.form .submit button {
		clear: both;
		width: 100%;
	}
}


/*

TITLE

*/

.title {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	display: flex;
	align-items: center;
}

.title .google-auto-placed {
	display:none;
}

.title.line {
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 2px;
}

.title h1 {
	float: left;
	color: #555555;
	font-size: 30px;
	font-weight: bold;
	font-family: Delicious;
	text-shadow: 1px 1px 0px #ffffff;
	flex: 1;
}

.title h2 {
	float: left;
	color: #555555;
	font-size: 22px;
	font-weight: bold;
	font-family: Delicious;
	text-shadow: 1px 1px 0px #ffffff;
	flex: 1;
}

.title .back-link {
	float: right;
}


/*

SUCCESS, ERROR, REPORT

*/

p.success,
p.error,
p.report {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	-webkit-background-size: 30px;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
	font-size: 16px;
	border: 1px #edd789 solid;
}

p.success {
	color: #009900;
	background-image: url(message-success-icon.png);
	background-color: #FFF9E1;
}

p.error {
	color: #CC0000;
	background-image: url(message-error-icon.png);
	background-color: #FFF9E1;
}

p.report {
	color: #026dc8;
	background-image: url(message-report-icon.png);
	background-color: #FFF9E1;
}

p.success a,
p.error a,
p.report a {
	text-decoration: underline;
}


/*

PPP

*/

.ppp {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 2% 0;
	font-family: Delicious;
	color: #555555;
	font-size: 0;
}

.ppp_contener {
	padding: 10px 0px 10px 0px;
}

.ppp .ppp_pages {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.ppp .ppp_pages a {
	background: #eeeeee;
	border-radius: 3px;
}

.ppp a {
	color: #555555;
	margin: 2px 2px 2px 2px;
	text-decoration: none;
	font-size: 20px;
	min-width: 36px;
	padding: 5px 0;
	display: inline-block;
}

.ppp a.previous {
	float: left;
	margin-right: 10px;
	padding: 8px 16px 8px 16px;
	background: #eeeeee;
	border-radius: 3px;
}

.ppp a.next {
	float: right;
	margin-left: 10px;
	background: #309ee4;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
	border-radius: 3px;
}

.ppp a.next:hover {
	background: #1d89ce;
}

.ppp a:hover {
	background: rgb(211, 211, 211);
}

span.ppp_label {
	font-size: 16px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999999;
}

.ppp_sep {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 10px;
}

span.ppp_select {
	display: inline-block;
	min-width: 40px;
	padding: 5px 0;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 20px;
	text-shadow: none;
	background: #acacac;
	border-radius: 3px;
	color: #FFFFFF;
}

.ppp_num {}

@media screen and (max-width: 660px) {
	span.ppp_label {
		display: block;
		font-size: 18px;
	}
	span.ppp_label:after {
		content: ' :';
	}
	.ppp a.previous,
	.ppp a.next {
		font-size: 24px;
		float: none;
		margin-bottom: 10px;
	}
	.ppp_pages {}
	.ppp_num {}
	.ppp_sep {}
}


/*

PHOTOEDITOR

*/

.photoeditor {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 980px;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
}

.photoeditor .container {
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: 0 0px 70px rgba(0, 0, 0, .75);
	overflow: hidden;
	border-radius: 8px;
}

.photoeditor .container::-webkit-scrollbar {
	display: none;
}

.photoeditor .container iframe {
	float: left;
	border: none;
	overflow: hidden;
}

.photoeditor .container iframe::-webkit-scrollbar {
	display: none;
}

.photoeditor img.close {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}


/*

LOADING

*/

#loading {
	position: absolute;
	width: 160px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	background: url(loading-128.gif) center no-repeat #ffffff;
	-webkit-background-size: 128px;
	-moz-background-size: 128px;
	-o-background-size: 128px;
	background-size: 128px;
	z-index: 200;
	border-radius: 8px;
	/*border:8px solid rgba(255, 255, 255, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box; */
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
	display: none;
	opacity: 1 !important;
}

#loading label {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: normal;
	cursor: auto;
	font-size: 16px;
}


/*

BUTTONS

*/

.button,
.button-gray,
.button-green {
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 30px;
	border: 1px #318FCB solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #309ee4;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: bold;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 100%);
}

.button:hover,
.button-gray:hover,
.button-green:hover {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.button:active,
.button-gray:active,
.button-green:active {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.button-gray {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #C9C9C9;
}

.button-green {
	background-color: #67a200;
	border-color: #5A8D00;
}

.button-loading {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url(button-loading.gif);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0))), url(button-loading.gif);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url(button-loading.gif);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url(button-loading.gif);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url(button-loading.gif);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), url(button-loading.gif);
	background-position: top, -100px center;
	background-repeat: repeat, no-repeat;
	-webkit-background-size: auto, 30px;
	-moz-background-size: auto, 30px;
	-o-background-size: auto, 30px;
	background-size: auto, 30px;
	-webkit-transition: background-position .1s ease-in, padding-left .1s ease-in;
	-moz-transition: background-position .1s ease-in, padding-left .1s ease-in;
	-o-transition: background-position .1s ease-in, padding-left .1s ease-in;
	transition: background-position .1s ease-in, padding-left .1s ease-in;
}

.button-loading:hover {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%), url(button-loading.gif);
}

.button-loading:active {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%), url(button-loading.gif);
}

.button-loading:disabled {
	border-color: #dddddd;
	background-position: top, 10px center;
	background-color: #dddddd;
	padding-left: 50px;
	cursor: default;
	color: #666666;
}


/*

NAVBAR

*/

.navbar {
	float: left;
	width: 100%;
	clear: both;
	margin: 1% 0;
	padding: 5px 2px;
}

.navbar ul {
	float: left;
	list-style: none;
}

.navbar .right {
	float: right;
}

.navbar li {
	float: left;
}

.navbar li:after {
	content: '\00a0\00a0>\00a0\00a0';
}

.navbar ul.right li:after {
	content: '\00a0\00a0·\00a0\00a0';
}

.navbar li:last-child:after,
.navbar ul.right li:last-child:after {
	content: '';
}


/*

OTHERS

*/

.p {
	float: left;
	display: inline;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
}

br.both {
	clear: both;
}

.window-popup-link {
	cursor: pointer;
}

#xiti {
	display: none;
}

#top-document-link {
	position: fixed;
	right: 5px;
	bottom: 5px;
	background: url(top-document-icon.png) center no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 50px;
	height: 50px;
	z-index: 150;
	display: none;
	opacity: 0.5;
}

@media screen and (max-width: 660px) {
	#top-document-link {
		width: 40px;
		height: 40px;
	}
}

#top-document-link:hover {
	opacity: 0.8;
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
}

.autocomplete-suggestion {
	padding: 5px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

.ad-content {
	float: left;
	width: 100%;
	margin: 20px 0px;
	clear: both;
	padding: 10px 5px;
	border-radius: 3px;
}

.full-size-layer {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .85);
	display: none;
}

.full-size-layer img.image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
	background-image: url(transparent-pattern.png);
}

.full-size-layer img.loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 64px;
	height: 64px;
	-webkit-animation: full-size-spin 500ms linear infinite;
	-moz-animation: full-size-spin 500ms linear infinite;
	animation: full-size-spin 500ms linear infinite;
}

@-moz-keyframes full-size-spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes full-size-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes full-size-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*

TEXTFB LIST

*/

.testfb-list {
	width: 100%;
}

.testfb-list .testfb-box {
	float: left;
	position: relative;
	width: 24%;
	height: 180px;
	margin: 10px .5%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border: 9px #ffffff solid;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1060px) {
	.testfb-list .testfb-box {
		width: 32.3333%;
	}
}

@media screen and (max-width: 900px) {
	.testfb-list .testfb-box {
		width: 49%;
	}
}

@media screen and (max-width: 580px) {
	.testfb-list .testfb-box {
		width: 99%;
	}
}

.testfb-list .testfb-box:hover {
	/*background-size:120%;*/
}

.testfb-list .testfb-box:hover span.name {}

.testfb-list .testfb-box span.name {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: #ffffff;
	font-size: 17px;
	overflow: hidden;
	text-shadow: rgba(0, 0, 0, 1) 1px 1px 0px;
	background-color: rgba(59, 89, 153, .7);
	padding: 8px 8px;
	/*white-space:nowrap;*/
	text-overflow: ellipsis;
}

.spot {
	float: left;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

.spot div {
	font-size: 15px;
	display: inline-block;
	border-radius: 20px;
	max-width: 1000px;
	margin: 10px 0;
	text-align: center;
	padding: 20px 40px;
	background-color: #fff0c2;
}

.box {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0;
}

.center {
	text-align: center;
}