a {
	outline: 0;
}
textarea, input, a, button { outline: none; }

button { border: none; }

html {
	/*visibility: hidden;*/
	overflow-y: scroll;
}

body { line-height: 20px; font-size: 14px; color: #222231; }

/* footer position fix */
html{
  height: 100%;
}

body {
  height: 100%;
}

body > div.all-wrapper > div.content-body-wrapper {
	height: 100%;
}

.all-wrapper {
	min-height: 100%;
	position: relative;
}

.icon-contest-win {
	color: #FBCD6D;
}

.icon-heart {
	color: #FB0067;
}
.static-popin {
	overflow-y: scroll;
	padding-right: 30px;
}
.copyright {
	bottom: 0;
	color: #efefef;
	padding: 50px 50px;
	position: absolute;
	right: 0;
	text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}
.text-popin-background .loader  {
	margin: -20px -20px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.brightness-medium {
	-webkit-filter: brightness(0.6);
   	    -moz-filer: brightness(0.6);
 		 -o-filter: brightness(0.6);
			filter: brightness(0.6);
}
.np-bradius-tl {
	-webkit-border-top-left-radius: 0px !important;
	   -moz-border-top-left-radius: 0px !important;
		 -o-border-top-left-radius: 0px !important;
			border-top-left-radius: 0px !important;
}
.np-bradius-bl {
	-webkit-border-bottom-left-radius: 0px !important;
	   -moz-border-bottom-left-radius: 0px !important;
		 -o-border-bottom-left-radius: 0px !important;
			border-bottom-left-radius: 0px !important;
}
.np-bradius-br {
	-webkit-border-bottom-right-radius: 0px !important;
	   -moz-border-bottom-right-radius: 0px !important;
		 -o-border-bottom-right-radius: 0px !important;
			border-bottom-right-radius: 0px !important;
}
.np-bradius-tr {
	-webkit-border-top-right-radius: 0px !important;
	   -moz-border-top-right-radius: 0px !important;
		 -o-border-top-right-radius: 0px !important;
			border-top-right-radius: 0px !important;
}
.bradius-super-mini {
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
}
.bradius-mini {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.bradius-mini-tl {
	-webkit-border-top-left-radius: 2px !important;
	   -moz-border-top-left-radius: 2px !important;
		 -o-border-top-left-radius: 2px !important;
			border-top-left-radius: 2px !important;
}
.bradius-mini-tr {
	-webkit-border-top-right-radius: 2px !important;
	   -moz-border-top-right-radius: 2px !important;
		 -o-border-top-right-radius: 2px !important;
			border-top-right-radius: 2px !important;
}
.bradius-mini-bl {
	-webkit-border-bottom-left-radius: 2px !important;
	   -moz-border-bottom-left-radius: 2px !important;
		 -o-border-bottom-left-radius: 2px !important;
			border-bottom-left-radius: 2px !important;
}
.bradius-mini-br {
	-webkit-border-bottom-right-radius: 2px !important;
	   -moz-border-bottom-right-radius: 2px !important;
		 -o-border-bottom-right-radius: 2px !important;
			border-bottom-right-radius: 2px !important;
}
.bradius-small {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.bradius-small-tl {
	-webkit-border-top-left-radius: 2px !important;
	   -moz-border-top-left-radius: 2px !important;
		 -o-border-top-left-radius: 2px !important;
			border-top-left-radius: 2px !important;
}
.bradius-small-tr {
	-webkit-border-top-right-radius: 2px !important;
	   -moz-border-top-right-radius: 2px !important;
		 -o-border-top-right-radius: 2px !important;
			border-top-right-radius: 2px !important;
}
.bradius-small-bl {
	-webkit-border-bottom-left-radius: 2px !important;
	   -moz-border-bottom-left-radius: 2px !important;
		 -o-border-bottom-left-radius: 2px !important;
			border-bottom-left-radius: 2px !important;
}
.bradius-small-br {
	-webkit-border-bottom-right-radius: 2px !important;
	   -moz-border-bottom-right-radius: 2px !important;
		 -o-border-bottom-right-radius: 2px !important;
			border-bottom-right-radius: 2px !important;
}
#image-gallery div.loader, #mini-gallery div.loader, #user-cards div.loader, #contest-cards div.loader {
	display: block;
	margin: 50px auto 60px;
}
.text-popin-background .loader {
	background: url(../images/loader-gray.png) center center no-repeat !important;
	min-height: 180px;
}

#popin-loader .loader, .text-popin-background .loader {
	background: url(../images/loader.png);
	width: 30px;
	height: 30px;
}

#popin-loader .loader, .open-fold .loader, .text-popin-background .loader {
	display: block;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) , screen and
		(min--moz-device-pixel-ratio: 1.5) , screen and
		(-moz-min-device-pixel-ratio: 1.5) , screen and
	(min-device-pixel-ratio: 1.5) {
	#popin-loader .loader {
		background: url(../images/loader@2x.png);
		background-size: 30px 30px;
	}
	.text-popin-background .loader {
		background: url(../images/loader-gray@2x.png);
		background-size: 30px 30px;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#popin-loader {
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	display: none;
	z-index: 60000;
}

a {
	text-decoration: none;
}

.newsq-photo-line {
	clear: both;
}

.close-btn:hover {
	opacity: 1;
}

.close-btn.hide {
	opacity: 0;
	display: block;
}
.opac-80 {
	opacity: 0.8;
}
.disp-n {
	display: none;
}
.hide, .hidden {
	display: none !important;
}

.close-btn {
	opacity: 0.5;
	font-size: 30px;
	padding: 40px 40px;
	margin: 10px 0;
	position: absolute;
	right: 0;
	z-index: 70000;
}

.up-c, .breadcrumb {
	text-transform: uppercase !important;
	font-weight: 400;
}

.lw-c {
	text-transform: lowercase;
}

.no-c {
	text-transform: none !important;
}

.no-bb {
	border-bottom: none !important;
}

table td:FIRST-CHILD {
	padding-left: 0;
}

input.three-lc {
	box-sizing: border-box;
}

table .two-lc, table .one-lc, table .two-lc, table .three-lc {
	float: none;
	padding-left: 10px;
}

.two-lc, .one-lc, .two-lci, .one-lci, .two-mc, .four-lci, .three-lc {
	float: left;
}

.two-rc, .one-rc, .two-rci, .one-rci, .one-rcl {
	float: right;
}

.two-rc, .one-rc {
	margin: 0 0 0 20px;
}

.two-rci, .one-rci, one-rcl {
	left: 20px;
}

.two-lci, .one-lci, .fulli, .photo .sub {
	left: -20px;
}

.fulli img {
	width: 960px;
}

.two-lci, .one-lci, .two-rci, one-rci, .fulli {
	margin: 0;
	position: relative;
}

.four-cols-layout .two-mc {
	width: 430px;
	padding-right: 20px;
}

.four-cols-layout .two-lc:first-child, table.four-cols-layout .two-tc:first-child {
	margin-right: 20px;
}
.four-cols-layout .two-lc, table.four-cols-layout .two-tc {
	width: 470px;
	margin-right: 0px;
}

.four-cols-layout .two-lc input, .four-cols-layout .two-lc textarea {
	width: 448px;
}

table .price {
	font-size: 20px;
}

table em.titlelight {
	font-size: 23px;
}

table td .fulli, table .title {
	left: 0;
}

table td .fulli .bgroup .button {
	margin-left: 20px;
	top: 30px;
}

table td .fulli .bgroup, .user-profile .fulli .bgroup {
	text-align: left;
	right: 0;
	border-radius: 5px;
}

table td .fulli>img {
	width: 100%;
	border-radius: 5px;
}

.four-cols-layout .two-lci, .four-cols-layout .two-rci,
	.four-cols-layout .two-lci img, .four-cols-layout .two-rci img {
	width: 470px;
}

.large-layout {
	margin: 0 auto;
	width: 960px;
}

.four-cols-layout, .default-layout {
	width: 960px;
	margin: 0 auto;
}

.user-profile-img {
	-webkit-border-radius: 45px;
	   -moz-border-radius: 45px;
		 -o-border-radius: 45px;
			border-radius: 45px;
	overflow: hidden;
	height: 90px;
	width: 90px;
	float: left;
	background-color: #fff;
}
.user-profile-img.xtralarge {
	height: 200px;
	width: 200px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.large {
	height: 140px;
	width: 140px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.slarge {
	height: 120px;
	width: 120px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.medium {
	height: 90px;
	width: 90px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.mmedium {
	height: 60px;
	width: 60px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.xmedium {
	height: 50px;
	width: 50px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.small {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.small.round {
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		 -o-border-radius: 50px;
			border-radius: 50px;
}
.user-profile-img.xsmall {
	height: 20px;
	width: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-profile-img.own.small {
	border: 1px solid #222231;
}
.user-profile-img.own.small {
	height: 38px;
	width: 38px;
}
.user-profile-img.own.small img {
	height: 38px;
	width: 38px !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.popin-img-footer .mentions, .popin-img-footer .mentions a {
	font-size: 14px;
}

.popin-img-footer .mentions {
	bottom: 5px;
	position: absolute;
}

.popin-img-footer .name {
	font-size: 18px;
}

#popin-content .title {
	left: 0;
	margin: 0 0 5px 0;
}

.hidden-when-static.hidden>footer, .hidden-when-static.hidden>a {
	opacity: 0;
}

.popin-img-footer .imgtitle {
	font-size: 32px;
	line-height: 25px;
	margin: 0 0 5px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
}

.popin-img-footer .actions {
	float: right;
	font-size: 20px;
	position: relative;
	z-index: 500000;
}
.ta-c, .caption {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.center-block {
	margin: 0 auto;
}

.price>span {
	font-size: 10px;
}

.va-m {
	vertical-align: middle;
}

.popin-img-footer .infos {
	height: 90px;
	line-height: 20px;
	margin: 5px 30px;
	position: relative;
	margin-left: 120px;
}

.user-profile-img>img {
	width: 100% !important;
	height: 100%;
}

.six-cols-layout .two-lc, .six-cols-layout .one-lc, .six-cols-layout .three-lc
{
	margin-right: 10px;
}

.six-cols-layout .four-lci img {
	left: -20px;
	position: relative;
	width: 630px;
}

.six-cols-layout .four-lci {
	width: 620px;
}

.six-cols-layout .two-rc {
	width: 300px;
}

.six-cols-layout .three-lc {
	margin-right: 10px;
	width: 455px;
}

.six-cols-layout .two-lc, .six-cols-layout .two-lc img {
	width: 300px;
}

.six-cols-layout .one-lc {
	width: 145px;
}

.four-cols-layout .one-lc {
	width: 231px;
	/*margin-right: 20px;*/
}
.four-cols-layout .one-lc.light {
	width: 225px;
}

.four-cols-layout .one-lci, .four-cols-layout .one-lci img {
	width: 235px;
}

.four-cols-layout .three-lc {
	width: 695px;
	margin-right: 14px;
}
.four-cols-layout .three-lc.no-mr {
	width: 709px;
	margin-right: 0px !important;
}
.four-cols-layout .three-lc.wide {
	width: 665px;
	margin-right: 0px !important;
}
.four-cols-layout .three-lc.wide.no-mr {
	width: 679px;
	margin-right: 0px !important;
}

.four-cols-layout .three-lci, .four-cols-layout .three-lci img {
	width: 685px;
}

.four-cols-layout .one-rc {
	width: 215px;
	margin-left: 20px;
}

.four-cols-layout .one-rci, .four-cols-layout .one-rci img {
	width: 235px;
}

.four-cols-layout .one-rcl{
	width: 265px;
}

.button, .darkb, .lightl, #popin-content .button, #popin-content .actions .link,
	.close-btn, .slideshow .pagination a, .header.subheader .activetoggle .container span i,
	.baseline, .popin-img-footer, #popin-content .title, .left-arrow,
	.right-arrow, .header li a, .submenu ul li a, .header em.bubble,
	.subheader .toggle.activetoggle:hover, .subheader .toggle.activetoggle,
	.num, .user-profile .name, .user-profile .subtitle, .whitefg {
	color: white;
}

.button, .button.cta.working, .button.working:hover {
	display: block;
	/*float: left;*/
	background: #ccc;
	text-transform: uppercase;
	transition: all .1s ease;
	text-align: center;
}
.button.light {
	display: block;
	background-color: #F4F4F4;
	text-transform: uppercase;
	transition: all .3s ease;
	text-align: center;
	color: #BBBBBB;
}

.button.transparent-style {
	background: rgb(204, 204, 204);
	background: rgba(255, 255, 255, 0.4);
	font-weight: 400;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}
.button.transparent-style.bluebg {
	background: #1ad1de !important;
}
.button.small-transparent-style {
	padding-left: 10px;
	padding-right: 10px;
}
.button.edit-style {
	font-family: "nimbus-sans", "arial", sans-serif !important;
    font-weight: 400 !important;
	height: 26px;
    box-sizing: border-box;
    line-height: 16px;
	font-size: 9px;
	font-weight: bold;
	color: #BBBBBB;
	background-color: #F4F4F4;
	border: 1px solid #D8D8D8;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
	   -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
	     -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
	        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}
.button.edit-style:hover {
	color: #BBBBBB;
	background: #F4F4F4;
	background-image: linear-gradient(0deg, rgba(208,208,208,0.50) 0%, rgba(255,255,255,0.50) 100%);
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	   -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	     -o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}



.button:hover {
	color: white; 
}

button.edit-button {
	height: 30px;
}

.button-info-pourcentage {
	width: 40px;
	color: #F4F4F4;
}

.header li a.linkstd {
	color: #222231;
}

.header li a.linkstd:hover {
	color: #1ad1de;
	background: none;
	border-bottom: none;
}

.button:active {
	background: #0F818C;
}

.smallb {
	font-size: 12px;
	font-weight: 700 !important;
	padding: 0px 7px;
	border-radius: 2px;
}

.normalb {
	font-size: 14px;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.button.normalb {
	min-width: 13px;
	
}
.button.normalb:not(.wipplay-icon), .button.normalb:not(.wipplay-icon) span {
	font-family: "nimbus-sans", "arial", sans-serif !important;
	font-weight: 400 !important;	
}

.bigb {
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 4px;
}
.square-button-more { margin-top: 30px; display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; text-decoration: none; background: #1ad1de;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;
}

.square-button-more i { color: white; padding-left: 18px; padding-right: 20px; margin-top: -60px; font-size: 24px; line-height: 60px; }
.square-button-more:hover {
	-webkit-filter: contrast(120%);
	   -moz-filter: contrast(120%);
		-ms-filter: contrast(120%);
		 -o-filter: contrast(120%);
		   filter: contrast(120%);
}


.round-button-more {
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	background: #1ad1de;
}
.round-button-more i {
    color: white;
    padding-left: 19px;
    padding-right: 20px;
    margin-top: -60px;
    font-size: 24px;
    line-height: 61px;
}
.round-button-more.small {
	width: 60px;
	height: 60px;
}
.round-button-more.small i {
    padding-left: 19px;
    margin-top: -74px;
    line-height: 61px;
}
.round-button-more.small .loading {
    margin-top: -2px;
    margin-left: -1px;
}
.round-button-more.small .loading i {
	color: #BBB;
	line-height: inherit;
}

.round-button-more:not(.working):hover {
	-webkit-filter: contrast(120%);
	   -moz-filter: contrast(120%);
		-ms-filter: contrast(120%);
		 -o-filter: contrast(120%);
		   -filter: contrast(120%);
}

.round-button-more.deactivated {
	pointer-events: none;
	color: #eee;
	background: #F4F4F5;
}
.round-button-more.working { background: white !important; }
.round-button-more.deactivated i.icon {
	color: #eee;
}


.darkb, .submenu-content, #popin-bg, .slideshow .cover {
	background: #222231;
}

.popin-img-footer>div {
	padding: 20px;
	margin-top: 10px;
}

.lg-shadow {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	     -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}

.sm-shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	     -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
}

.sm-shadow-top {
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.15);
}

.sm-shadow-right {
	-webkit-box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.15);
	        box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.15);
}

.sm-shadow-bottom {
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
}

.sm-shadow-left {
	-webkit-box-shadow: -3px 0 3px -3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: -3px 0 3px -3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: -3px 0 3px -3px rgba(0, 0, 0, 0.15);
	        box-shadow: -3px 0 3px -3px rgba(0, 0, 0, 0.15);
}

/*
.xsm-shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
*/

.sm-text-shadow {
	-webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	     -o-text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	        text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.xsm-text-shadow {
	-webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	   -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	     -o-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	        text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.breadcrumb, table td .fulli .bgroup .button,
	.color-picker ul, .color-picker .selection {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.nosvg .shadow, .nosvg .fulli .bgroup, .nosvg .popin-img-footer {
	background: url(../images/shadow.png);
}

.popin-img-footer {
	z-index: 60000;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.shadow, .fulli .bgroup, .popin-img-footer {
	background: url(../images/shadow.svg);
	height: 150px;
}

.fulli .bgroup {
	left: 0;
	position: absolute;
	right: -40px;
	text-align: center;
	bottom: 0px;
}

.fulli .button {
	position: relative;
	top: 75px;
	color: rgba(74, 74, 74, 0.5);
	padding: 10px 20px;
	display: inline;
	float: none;
}

.fl-r {
	float: right !important;
}

.fl-n {
	float: none !important;
}
.fl-l, .shipping-total {
	float: left;
	display: block;
}
.push-bottom {
	position: absolute;
	bottom: 0px;
}
.price {
	line-height: 18px;
	margin-top: -4px;
}

.popin-img-tight-container {
	position: absolute;
}

#popin-content .buttons {
	border-top: 1px solid #f4f4f4;
	margin-top: 10px;
	padding-top: 10px;
}

#popin-content .buttons .button {
	margin-right: 10px;
}

#popin-content .actions .button {
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px 20px;
}

.open-fold i.icon {
  color: white;
  display: block;
  font-size: 18px;
  padding: 10px;
}

.open-fold {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #ccc;
	float: right;
	margin-top: 10px;
	transition: all .3s ease;
}

.photo-popup .over .layer .name {
	font-size: 13px;
	text-transform: none;
}

.sticker {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	display: block;
	float: left;
	height: 28px;
	width: 10px;
}

.sticker.appraised {
	background: #1ad1de;
}
.sticker.winner {
	background: #F3A63B;
}

.inner-p {
	display: block;
	float: left;
	padding: 3px 5px 5px;
}

.photo-popup .layer.right {
	right: 10px;
}

.photo-popup .layer.left {
	left: 10px;
	margin-right: 10px;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

a.button.flashUnflashButton.active,
a.button.voteUnvoteButton.active,
a.button.buyButton.active,
.image-gallery .newsq-photo-line .photo-popup .button.flash.active,
.image-gallery .newsq-photo-line .photo-popup .button.voteUnvoteButton.active {
	background: #1ad1de;
	color: white;
}

/* v2.0 photo hover content */
.photo-popup .over .button {
	font-size: 14px;
	padding: 7px 9px;
	display: inline;
	float: none;
}
.photo-popup .over .button-bar {
	margin-top: 20px;
	margin-left: 20px;
}
.photo-popup .over .title-bar {
	margin-top: 35px;
}

/* v2.1 photo hover content */
.photo-popup .over.block:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em;
}
.photo-popup .over .centered {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	/*width: 300px;*/
}

/*
.photo-popup .layer {
	position: absolute;
	top: 10px;
	left: 50%;
}
*/
.photo-popup .layer .cent {
	left: -50%;
	position: relative;
}



.photo-popup .over .button i {
	vertical-align: middle;
}

.photo-popup .over .button>em {
	font-size: 14px;
}

.image-gallery .newsq-photo-line .photo-popup .icon-heart {
	color: #FB0067 !important;
}
.image-gallery .newsq-photo-line .photo-popup .button {
	background: rgba(255, 255, 255, 0.1);
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 25px;
  	height: 25px;
}
.image-gallery .newsq-photo-line .photo-popup .button.rank {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.image-gallery .newsq-photo-line .photo-popup .button.rank, .image-gallery .newsq-photo-line .photo-popup .button.vote, .image-gallery .newsq-photo-line .photo-popup .button.flash,
.image-gallery .newsq-photo-line .photo-popup .button.buyButton {
	line-height: 16px;
  	height: 16px;
  	display: block;
  	font-size: 14px;
  	float: left !important;
  	font-weight: 400;
}
.image-gallery .newsq-photo-line .photo-popup .button.vote:hover, .image-gallery .newsq-photo-line .photo-popup .button.flash:hover,
.image-gallery .newsq-photo-line .photo-popup .button.buyButton:hover {
	background: #1ad1de;
}

.image-gallery .newsq-photo-line .photo-popup .button .icon {
	display: inline-block;
	margin-top: -2px;
	margin-right: 3px;
}

.image-gallery .newsq-photo-line a:hover div {
	color: white;
}
.image-gallery .photo-popup .over .user-zone {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.image-gallery .photo-popup .over .t-phototitle {
	position: absolute;
	bottom: 20px;
	left: 120px;
	height: 85px;
}
.image-gallery .photo-popup .over .t-phototitle a {
	color: white;
}

.image-gallery .photo-popup .over .t-phototitle .t-user {
	font-size: 14px;
}
.image-gallery .photo-popup .over .t-phototitle .t-title {
	font-size: 12px;
	margin-top: 0px;
}

.image-gallery .photo-popup .over .t-phototitle.xmedium {
	left: 80px;
  	height: 50px;
}
.image-gallery .photo-popup .over .t-phototitle.xmedium .t-title {
	margin-top: 0px;
	line-height: 15px;
}
.image-gallery .button.vote.disabled { background: #D7D5D5 !important; }
.image-gallery .button.vote .working { min-width: 60px; display: block; }
.image-gallery .button.vote .working .loading i { color: #ffffff; }

.fulli .button, #popin-content .actions .button, .photo-popup .over .button
{
	font-size: 16px;
	/*border-radius: 4px;*/
	background: rgba(255, 255, 255, 0.3);
}
.bigb .icon-shopping_cart_add {
	font-size: 23px;
	position: relative;
	top: -1px;
}

.fulli .button:hover {
	color: rgba(74, 74, 74, 0.8);
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.scl, .cl, .cleaner {
	clear: both;
	height: 0 !important;
	float: none !important;
}

.cl {
	width: 1px;
	height: 20px;
}

.image-gallery.image-gallery-shop .photo-popup .overlay {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.image-gallery.image-gallery-shop .photo-popup {
	transition: all .6s ease;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	overflow: hidden;
}

.imagegrid-footer>.titlelight {
	overflow: hidden;
	text-overflow: ellipsis;
}

.imagegrid-footer .titlelight>span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imagegrid-footer>.fl-r {
	width: 110px;
	height: 60px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 15px;
}

.twolineprice span {
	font-size: 10px;
}

.twolineprice {
	font-size: 15px;
	text-align: center;
	display: block;
	width: 60px;
	margin-top: 14px;
}

.imagegrid-footer {
	background: white;
	color: black;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	position: relative;
	z-index: 550;
}

.photo .image-gallery.image-gallery-shop .photo-popup, .image-gallery.image-gallery-shop .photo-popup {
	margin: 0 5px 5px 0;
}

.image-gallery.image-gallery-shop .photo-popup>img, .image-gallery.image-gallery-shop .overlay .over
	{
	border-radius: 0;
}

.image-gallery .photo-popup>img {
	border-radius: 3px;
	margin: 0 auto;
	display: block;
}

.popin-img-tight-container .over {
	background: rgba(60, 49, 49, 0.8);
	opacity: 0;
	margin-bottom: 5px;
}

.photo-popup .overlay .over {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: rgba(34, 35, 50, 0.5);
}

.photo-popup .overlay .over, .popin-img-tight-container .over {
	position: absolute;
	z-index: 500;
}

.img-cont>img {
	margin: 0 auto;
	display: block;
}

.photo-popup .img-cont {
	background: #ddd;
	overflow: hidden;
}

.photo-popup .overlay .blurred {
	display: block;
	margin: 0 auto;
	border-radius: 3px;
}

.photo-popup:hover .overlay {
	opacity: 1;
}

.photo-popup .overlay {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 5;
	border-radius: 3px;
	transition: all .3s ease;
}

.image-gallery {
	position: relative;
	left: -20px;
	padding: 10px 0 0 0;
}

.image-gallery.table {
	padding: 0px 0 0 0;
}

.photo-popup {
	position: relative;
	float: left;
	display: block;
	margin: 0 5px 5px 0;
}

.container.with-breadcrumb {
	padding-top: 85px;
}

.container {
	margin: 0 auto;
	width: 960px;
}

.inside-container {
	margin: 0 auto;
	width: 960px;
}

.responsive-container {
	margin: 0 auto;
}

.responsive-container-cl {
	margin: 0 auto;
	margin-bottom: 20px;
}

.image-gallery-nav {
	margin: 0 auto;
	width: 965px;
}
.image-gallery-nav a {
	color: #222231;
}
.image-gallery-nav:not(.load-more-navigation) a:not(.round-button-more).deactivated {
	display: none;
}
.fs-small {
	font-size: 10px;
}
.fs-normal {
	font-size: 14px;
}
.fs-medium {
	font-size: 16px;	
}
.fs-large {
	font-size: 18px;	
}
.fs-huge {
	font-size: 65px;	
}
.fw-normal {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}

.fw-300 {
	font-weight: 400;
}
.fw-bold {
	font-weight: bold;
}

.title, .titlebold, .bigl.up-c, thead td, .m-title, .title>.plural {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.l-title {
	font-size: 14px;
	color: #222231;
}
.m-title { font-size: 22px; color: #222231; }

.title {
	margin: 40px 0 20px;
	position: relative;
	/*left: -20px;*/
}

.notm {
	margin-top: 0 !important;
}
.nobm {
	margin-bottom: 0 !important;
}

.vsm-tp {
	padding-top: 40px;
}

.pabs {
	position: absolute;
}

.plef {
	left: 0;
}

.fw-small {
	font-weight: 400;
}

.titlebold, .titlebold>b {
	font-size: 22px;
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.bigtitle { font-size: 22px; }

.titleregular, .breadcrumb, .button, .std-button, .baseline, .em {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.titlelight, .smalll.up-c, .mediuml.up-c, .baseline span {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.bold, .bigl, .total, .search-result-count, .num, .custom-radio-div em, a.cleared {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 700;
}
a.cleared {
	font-size: 14px;
	font-weight: normal;
	color: #222231;
}

body, .regular, .photo-popup .name .titlelight, textarea, input[type='text'], input[type='password'], .number {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.italic, .italicl {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: italic;
	font-weight: 400;
}

.caption, .bolditalic {
	font-family: "nimbus-sans", "arial", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
}

.responsive-layout {
	
}

.responsive-layout .four-cols-layout {
	padding: 20px;
}

.responsive-header.hidden {
	transform: translateY(-100%) scale(0.6);
}

.responsive-header-content.hidden {
	transform: translateY(1000px);
	opacity: 0.5;
}

.responsive-header-content {
	transform: translateY(0);
	opacity: 1;
}

.scrollable-responsive-header.no-autoheight {
	min-height: 0;
}
.scrollable-responsive-header {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.responsive-header {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 200;
	position: fixed;
	opacity: 1;
	transform: translateY(0) scale(1);
}

.responsive-header .responsive, .scrollable-responsive-header .responsive,
	.center {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.button-container .button {
	padding: 15px 20px;
}

.button-container {
	bottom: 70px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.slideshow .active .cover {
	opacity: 0.1;	
}

.slideshow .cover {
	position: absolute;
	opacity: 0.7;
	z-index: 5000;
	transition: all 0.2s ease-in;
}

.responsive-header .responsive, .scrollable-responsive-header .responsive,
	.slideshow {
	width: 100%;
	height: 100%;
}

.slideshow .blink .cover {
	background: white;
	opacity: 1;
}

.color-picker {
	position: relative;
}

.color-picker ul {
	border-radius: 5px;
	overflow: hidden;
	width: 280px;
}

.color-picker a {
	display: block;
	width: 100%;
	height: 100%;
}

.color-picker li:last {
	clear: both;
}

.color-picker li, .color-picker .selection {
	float: left;
	display: block;
	width: 40px;
	height: 18px;
}

.color-picker .selection.off {
	border: 0;
	left: 0;
	top: 0;
}

.color-picker .selection {
	pointer-events: none;
	border: 4px solid white;
	border-radius: 5px;
	position: absolute;
	left: -3px;
	top: -3px;
	width: 37px;
}

#popin-content .lightl {
	border-bottom: 0;
}

.responsive-header img, .scrollable-responsive-header img {
	min-height: 100%;
	position: relative;
	min-width: 100%;
	left: 50%;
	top: 50%;
}

.slideshow .images li, .slideshow .images {
	height: 100%;
}

.slideshow .images li {
	overflow:hidden;
}
.slideshow .pagination li, .slideshow .images li {
    position: relative;	
	float: left;
	transition: all 0.2s ease-in;
}

.slideshow>ul>li>div {
	height: 100%;
	position: relative;
	width: 100%;
    transform: translate(-50%, -50%);	
}

.slideshow .pagination .active a {
	padding: 0 10px;
	opacity: 1;
}

.slideshow.black .pagination a, .slideshow.black .left-arrow, .slideshow.black .right-arrow,
	.slideshow.black .baseline, .search-result-count span {
	color: black;
}

.slideshow .pagination a {
	opacity: 0.35;
	padding: 0;
	transition: all 0.5s ease;
}

.slideshow .pagination {
	bottom: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	font-size: 45px;
}

.responsive-layout .img-container, .responsive-layout .responsive-container
{
	left: 0;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.header li.gohome a:hover, #shop .header li.gohome a:hover {
	background: transparent !important;
}

.header.transparent {
	/*background: rgba(60, 49, 49, 0.35);*/
	/*color: black;*/
	/*box-shadow: 0 0 0 0 #8C8A8A;*/
}

.header.subheader.sticked { position: fixed; }
.header.subheader.sticked .search:not(.selector) { padding: 5px 0px 10px 0px; }
.header.subheader.sticked .search.selector { padding: 5px 0px 5px 0px; }

.header.subheader .color-picker ul>li a:hover, #shop .header.subheader .color-picker ul>li a:hover {
	background: inherit;
}

.header.subheader ul>li a.deactivated:hover, #shop .header.subheader ul>li a.deactivated:hover, .header .sub-popin {
	background: white;
}

.header.subheader .breadcrumb li a {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  padding: 0 10px;
  border-radius: 3px;
}

.header.subheader>ul>li a {
	height: 50px;
	line-height: 50px;
}

.header.subheader { height: auto; background: #F5F9FC; position: relative; /*box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);*/ z-index: 500; }

.menu-toggle { position: relative; width: 35px; }
.menu-toggle .icon { display: block; position: absolute; width: 16px; left: 15px; top: 15px; padding: 1px 0; }
.menu-toggle .icon span { display: block; width: 100%; position: absolute; height: 2px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; transition: all .2s ease; }
.menu-toggle .icon span + span { margin-top: 6px; width: 14px; margin-left: 1px; }
.menu-toggle .icon span + span + span { margin-top: 12px; width: 100%; margin-left: 0px; }
.menu-toggle:hover, .menu-toggle.menu-visible { color: #fff; }
.menu-toggle:hover .icon span, .menu-toggle.menu-visible .icon span { background: #fff; }
.menu-toggle.menu-visible .icon span:first-child + span { opacity: 0; }
.menu-toggle.menu-visible .icon span:first-child { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); top: 7px; }
.menu-toggle.menu-visible .icon span:last-child { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); top: -5px; }
.header .mobile-submenu { display: none; height: 0px; background-color: #222332; }
.header .mobile-submenu.visible { display: block; height: auto; }
.header .mobile-submenu li { text-align: center; font-size: 16px; padding: 0px 10px; }
.header .mobile-submenu li:hover { background-color: #222231; }
.header .mobile-submenu li a { display: block; padding-top: 15px; padding-bottom: 15px; }
.header .mobile-submenu .sub-search { width: 100%; position: relative; padding-top: 10px; }
.header .mobile-submenu form { padding: 7px; box-sizing: border-box; }
.header .mobile-submenu input { width: 100%; height: 50px; padding: 10px 51px 10px 10px; text-align: center; box-sizing: border-box; border: none; font-size: 17px; }
.header .mobile-submenu .submit { position: absolute; top: 31px; right: 20px; font-size: 20px; }

/* subheader search */
.header.subheader .search { height: 40px; overflow: initial; }
.header.subheader .search:not(.selector) { padding: 20px 0px 20px 0px; }
.header.subheader .search ul>li { float: left; margin-right: 5px; }
.header.subheader .search:not(#as-nav) ul>li { min-width: 110px; margin-right: 40px; }
.header.subheader .search:not(#as-nav) ul>li.tab-expert { min-width: 90px; }
.header.subheader input[type='text'] { font-family: "nimbus-sans", "arial", sans-serif; font-weight: normal; font-size: 12px; font-weight: 400; height: 45px; box-sizing: border-box; }
@media (max-width: 767px) {
	.header.subheader .search:not(#as-nav) ul>li { margin-right: 20px; }
	.header.subheader .search:not(.selector) { padding: 5px 0px 50px 0px; }
	.header.subheader .search:not(.selector) .fl-r { width: 100%; margin-top: 5px; }
	.header.subheader .search:not(.selector) .tag-search input[type='text'] { width: 100%; }	
}
.header.subheader .searchbox-selector-mapper { background-color: #ffffff; }
/* header logged user activity */
.header-user-activity { position: absolute; top: 75px; right: 65px; z-index: 900000; display: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	     -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
	top: 70px;
	
}
.header-user-activity .activity-card { border: none; }
.header .header-user-activity .arrow-up { display: none; position: absolute; top: -5px; right: 19px; border-color: transparent transparent #F4F4F4 transparent; }

.header-user-activity.opened { top:75px;
		-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease; }



/* subheader selector + photo nav selector */
.header.subheader .search.selector ul>li a, .photo-nav.selector ul>li.menu-selector>a, .photo-nav.selector ul>li.menu-selector div.submenu>a,
	.user-nav.selector ul>li.menu-selector>a, .user-nav.selector ul>li.menu-selector div.submenu>a,
	.contest-nav.selector ul>li.menu-selector>a, .contest-nav.selector ul>li.menu-selector div.submenu>a  {
	/*transition: all .3s ease;*/
	line-height: 60px;
	height: 58px;
	padding: 0 15px;
	display: block;
	color: #222231;
	text-align: center;
	min-width: 90px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 700 !important;
	font-size: 12px !important;
}
.header.subheader .search.selector ul>li a span.arrow-bottom, .photo-nav.selector ul>li.menu-selector>a span.arrow-bottom, .photo-nav.selector ul>li.menu-selector div.submenu>a span.arrow-bottom,
	.user-nav.selector ul>li.menu-selector>a span.arrow-bottom, .user-nav.selector ul>li.menu-selector div.submenu>a span.arrow-bottom,
	.contest-nav.selector ul>li.menu-selector>a span.arrow-bottom {
	border-top-color: #D7D5D5;
}
.header.subheader .search.selector ul>li a:hover span.arrow-bottom, .photo-nav.selector ul>li.menu-selector>a:hover span.arrow-bottom, .photo-nav.selector ul>li.menu-selector div.submenu>a:hover span.arrow-bottom,
	.user-nav.selector ul>li.menu-selector>a:hover span.arrow-bottom, .user-nav.selector ul>li.menu-selector div.submenu>a:hover span.arrow-bottom,
	.contest-nav.selector ul>li.menu-selector>a:hover span.arrow-bottom, .contest-nav.selector ul>li.menu-selector div.submenu>a:hover span.arrow-bottom {
	border-top-color: #1ad1de;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
}
.header.subheader .search.selector ul>li a:not(.active):hover, .photo-nav.selector ul>li.menu-selector>a:not(.active):hover, .photo-nav.selector ul>li.menu-selector div.submenu>a:not(.active):hover,
	.user-nav.selector ul>li.menu-selector>a:not(.active):hover, .user-nav.selector ul>li.menu-selector div.submenu>a:not(.active):hover,
	.contest-nav.selector ul>li.menu-selector div.submenu>a:not(.active):hover {
	color: #1ad1de;
	border-bottom: 1px solid #1ad1de;
	height: 60px !important;
}
.header.subheader .search.selector ul>li a.active, .photo-nav.selector ul>li.menu-selector>a.active, .photo-nav.selector ul>li.menu-selector div.submenu>a.active,
	.user-nav.selector ul>li.menu-selector>a.active, .user-nav.selector ul>li.menu-selector div.submenu>a.active,
	.contest-nav.selector ul>li.menu-selector>a.active, .contest-nav.selector ul>li.menu-selector div.submenu>a.active {
	color: #1ad1de;
	border-bottom: 3px solid #1ad1de;
	background-color: transparent;
}
.header.subheader .search.selector ul>li a:not(.active).has-results {
	color: #222231 !important;
	border-bottom: 1px solid #1ad1de;
	background-color: transparent;
	height: 60px !important;
	font-weight: 700;
}
.header.subheader .search.selector ul>li a { color: #222231 !important; }
.header.subheader .search.selector ul>li a>span { font-weight: 700; }
.header.subheader .search.selector ul>li a:not(.active).has-results:hover { color: #1ad1de !important; }
.header.subheader .search.selector ul>li a:hover { color: #1ad1de !important; }


.photo-nav.selector ul>li.menu-selector, .user-nav.selector ul>li.menu-selector, .contest-nav.selector ul>li.menu-selector {
	display: inline-block;
	margin-right: 30px;
}
.photo-nav.selector ul>li .submenu>a, .user-nav.selector ul>li .submenu>a {
	font-size: 14px;
}
container-stack {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.container-stack.bordered {
	border-bottom: 1px solid #F4F4F4;
}
#as-nav.search {
	transition: none;
}
#as-trigger {
	border-bottom: none;
}
#as-trigger.active .arrow-bottom {
	border-top-color: #1ad1de;
}
#as-trigger.active:hover {
	color: #222231;
}
#as-trigger.active:hover .arrow-bottom {
	border-top-color: #222231;
}

.btn-play { background: #F4F4F4; color: #ffffff; padding-top: 6px; padding-bottom: 4px; padding-left: 10px; padding-right: 7px; }
.btn-play:hover { background: #BBBBBB; color: #F4F4F4; }
.search.selector .adv-search {
	margin-right: 14px;
}

/* subheader fancyselect */
div.fancy-select, div.fancy-select div.trigger {
	width: 130px;
}
div.fancy-select div.trigger {
	padding-right: 0px;
	padding-left: 0px;
}
div.fancy-select {
	font-family: "nimbus-sans", "arial", "sans-serif";
	font-style: normal;
	font-weight: normal;
	color: #222231;
}
div.fancy-select div.trigger {
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #222231;
}
div.fancy-select select:focus + div.trigger {
	box-shadow: none;
}
/*
div.fancy-select div.trigger:hover {
	color: #1ad1de;
}*/
div.fancy-select div.trigger:hover:after {
	border-top-color: #1ad1de;
}
div.fancy-select ul.options li.selected {
	background-color: #1ad1de;
	color: white;
}
div.fancy-select div.trigger.open {
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #1ad1de;
}
div.fancy-select ul.options {
	background-color: white;
	border: 1px solid #F4F4F4;
	max-height: 500px;
}
div.fancy-select ul.options li {
	width: 100%;
	color: #222231;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.fancy-select ul.options>li {
	min-width: 50px !important;
} 
div.fancy-select ul.options li.hover {
	background-color: #F4F4F4;
	color: #222231;
}
div.fancy-select ul.options.open {
	overflow-x: hidden;
}
div.fancy-select ul.options.open li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* color select picker */
.submenu-content.color-select { min-width: 199px !important; }
.submenu.substd .submenu-content.color-select>ul { margin-top: 2px; margin-bottom: 2px; margin-left: 2px; margin-right: 2px; }
.submenu-content.color-select ul>li, .submenu-content.color-select ul>li:hover {
	display: inline-block;
	min-width: 39px !important;
	min-height: 30px !important;
	float: left !important;
}
.submenu-content.color-select ul>li a, .submenu-content.color-select ul>li a:hover {
	padding: 0px !important;
	min-height: 30px !important;
}
.submenu-content.color-select ul>li a:hover {
	-webkit-filter: contrast(180%);
	border: none !important;
}


.fancy-select.color-select ul.options li {
	padding: 0px !important;
	width: 50px;
	margin-right: 0px !important;
	
}
.fancy-select.color-select ul.options li:hover span {
	-webkit-filter: contrast(120%);
}
.fancy-select.color-select ul.options li span {
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
}
.fancy-select.color-select .trigger span {
	display: block;
	height: 18px;
	width: 100px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}


/* subheader heapbox*/
.header.subheader .search ul>li .heapBox a.holder {
	color: #bebebe;
}
.header.subheader .search ul>li .heapBox a.holder:hover, .header.subheader .search ul>li .heapBox.open a.holder {
	background-color: transparent;
	color: #1ad1de;
}
.header.subheader .search ul>li .heapBox .heap .heapOptions .heapOption {
	width: 100%;
}
.header.subheader .search ul>li .heapBox .holder  {
	padding-right: 0px;
}
.header.subheader .search ul>li .heapBox .handler:before {
	right: 0px;
}

/* tag search inpu*/
.tag-search input {
	padding: 9px 16px 9px 47px;
	transition: all 0.2s ease;
	border: none !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	background: white;
	height: 20px;
	min-width: 180px;
	color: #525f7f; font-weight: 400; font-size: 13px; letter-spacing: 0.2px;
}
.tag-search input::-webkit-input-placeholder { color:#525f7f; }
.tag-search input:-moz-placeholder { color:#525f7f; }
.tag-search input::-moz-placeholder { color:#525f7f; }
.tag-search input:-ms-input-placeholder { color:#525f7f; }
.tag-search i.icon-search { color: #525f7f; font-size: 13px; left: 15px; position: absolute; top: 16px; }
.tag-search {
	position: relative;
	margin: 0px 0px;
	border: none;
}
.tag-search input:focus { min-width: 245px; transition: all 0.2s ease; }




/* tag autocomplete */
ul.ui-autocomplete.ui-menu {
	z-index: 99999;
	margin-top: 20px !important;
	font-family: "nimbus-sans", "arial", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px;
}
.ui-menu .ui-menu-item.ui-state-focus  {
	border: none;
	font-family: "nimbus-sans", "arial", sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0px !important;
}



.header.subheader { min-height: 45px; }


.transparent.header li .active, .transparent.header li .active:hover {
	background: rgba(60, 49, 49, 0.4);
}

.transparent.header li a:hover {
	background: rgba(60, 49, 49, 0.2);
}

.header li .active, .header li .active:hover {
	background: #0f0f1d;
}

.header-search i.icon-search {
	font-size: 15px;
	left: 7px;
	position: absolute;
	top: 23px;
}

.header-search {
	position: relative;
	margin: 0 10px;
}

.header-search input {
	border-radius: 3px;
	border: none;
	padding: 9px 6px 9px 30px;
}

.header .toggle .container span i, .header-search {
	line-height: 45px;
}

.header.subheader .toggle .container span i {
	line-height: 50px;
}

.header.subheader .toggle .container span {
	width: 50px;
	height: 50px;
}

.header .toggle .container span {
	width: 45px;
	height: 65px;
	display: block;
}

.fs, .slideshow .cover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    transform: none;	
}

.fixed {
	position: fixed;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.accelerate, .slideshow {
	backface-visibility: hidden;
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

#popin-content.closed .popin-img-container {
	transform: scale(0.7, 0.7);
	opacity: 0;
}

#popin-content .popin-img-container {
	transform-origin: center center;
	transform: scale(1, 1);
}

#popin-content.closed .text-popin-background {
	transform: translate(-50%, -200%);
	opacity: 0;
}

#popin-content .text-popin-background {
	transform: translate(-50%, -50%);
}

#popin-content.closed footer, #popin-content.closed footer {
	opacity: 0;
}

#popin-content {
	opacity: 1;
	display: none;
	z-index: 90000;
}

#popin-bg.black {
	background: black;
	opacity: 0.9;
}

#popin-bg {
	opacity: 0.8;
	z-index: 5000;
}

#popin-bg {
	display: none;
	z-index: 10000;
}

.four-cols-layout .nm {
	margin: 0;
}

.heapBox .heap .heapOptions .heapOption a:hover {
	background-color: #1ad1de;
}

.bluefg, .link, .total, .photo-popup .over .button i, .header.subheader li .active,
	.total>td, .heapBox:hover a, .heapBox:hover .handler:before, .heapBox.open a,
	.heapBox.open .handler:before, .cart .button:hover, .custom-radio-div.selected>em,
	.toggleb.active, .smalll, .search-result-count, .user-desc a {
	color: #1ad1de;
}

.blue-arrow-down {
	border-top-color: #1ad1de !important;
}

.bluebg, #popin-content .button:hover, .button.cta, .submenu-content a:hover,
	.button:hover, .toggleb:hover, .button-container .button, .subheader .toggle.activetoggle,
	.subheader .toggle.activetoggle:hover, #shop .subheader .toggle.activetoggle:hover, 
	.open-fold:hover, .num, .small .custom-radio-div.selected>div>div, .tagb:hover,
	.contest-card .contest-action.bluebg, .contest-card.big .contest-action.bluebg {
	background: #1ad1de;
}
.toggleb:hover, .tagb:hover {
	background: #1ad1de;
	color: #ffffff;
}
.button.bluebg:hover { -webkit-filter: contrast(120%);
	   -moz-filter: contrast(120%);
		-ms-filter: contrast(120%);
		 -o-filter: contrast(120%);
		   filter: contrast(120%); }

.header.subheader .breadcrumb li a.active, .header.subheader .breadcrumb li a.active:hover { background: white; }

.header.subheader li a.active, .header.subheader li a.active:hover,
#shop .header.subheader li a.active, .header.subheader li a.active:hover,
#shop .header.subheader li a.active:hover,
.toggleb.active {
	background: #eaf6f7;
}

.toggleb.active, .custom-radio-div.selected>div {
	border: 1px solid #1ad1de;
}

.toggleb, .tagb {
	margin: 5px 5px 0 0;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	background: transparent;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
}

.toggleb:not([data-p-toggleselect="color"]), .tagb:not([data-p-toggleselect="color"]) { border: 1px solid #4bc9d6; }

.tagb { color: #4bc9d6; }
.toggleb:hover .icon, .tagb:hover .icon { color: #ffffff; }


.tagb[data-p-toggleselect="color"] {
	color: white;
}
.tagb[data-p-toggleselect="color"] i.icon{
-webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	   -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	     -o-text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	        text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.tagb.empty {
	height: 26px;
	line-height: 26px;
	background-color: transparent;
	border: 1px solid #222231;
	color: #222231;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
		 -o-border-radius: 30px;
			border-radius: 30px;
}
.tagb.empty:hover {
	border-color: #1ad1de;
}

.toggleb .icon {
	font-size: 10px;
}

.tagb .icon {
	font-size: 9px;
	padding-left: 5px;
	padding-top: 1px;
}

.facets-container, .color-box {
	margin-top: 5px;
}

.facet-block:last-child .toggleb {
	margin-right: 0;
}

.facet-block:last-child {
	border-right: 0;
	padding-right: 0;
}

.facet-block:first-child {
	padding-left: 0;
}

.facet-block {
	border-right: 1px dotted #eee;
	float: left;
	padding: 0 5px 5px 10px;
}

.brownfg, .toggleb { color: #3c3131; transition: all 0.2s ease; }

.brownbg {
	background: #3c3131;
}

.bluedarkbg {
	background: #0F818C;
}

.bluedarkfg {
	color: #0F818C;
}

.browndarkbg {
	background: #222231;
}

.browndarkfg {
	color: #222231;
}

.graylightbg {
	background: #F4F4F4;
}

.graylightfg {
	color: #E7E7E7;
}

.grayfg, .header.subheader>ul>li a,
	.breadcrumb li:before, .breadcrumb li a, .toggleb, .header-search input,
	.header-search i.icon-search  {
	color: #bbb;
}

textarea {
	color: #525f7f;
}

.search-box-container form { position: relative; }
.search-box-container .icon-search-container { position: absolute; left: -21px; top: 24px; }
.search-box-container .icon-search-container i.icon-search { color: #ffffff; font-size: 17px; }
.search-box-container, .facets-container { width: 100%; }
.search-box-container {
	padding: 0px 22px 0px 22px;
	transition: all 0.6s ease;
	border: none !important;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	background: #0f0f1d;
	height: 20px;
	min-width: 180px;
	color: #ffffff; font-weight: 400; font-size: 13px; letter-spacing: 0.2px;
	height: 65px;
	box-sizing: border-box;
}
.search-box-container input::-webkit-input-placeholder { color:#6F6F77; }
.search-box-container input:-moz-placeholder { color:#6F6F77; }
.search-box-container input::-moz-placeholder { color:#6F6F77; }
.search-box-container input:-ms-input-placeholder { color:#6F6F77; }
#quick-search-box { height: 100%; }
.flex-search.search.toggle-menu.query-search { background-color: #0f0f1d; }

input[type="text"].search-box {
	width: 480px;
	border: 0;
	padding: 20px;
	background: transparent;
}

.search.shown { /*padding: 19px 0;*/ height: 65px; opacity: 1; }

.search.shown.large {
	height: 198px;
}

.search .right-column {
	padding-left: 30px;
}

.search-result-count {
	font-size: 19px;
	line-height: 55px;
}

.search { background: transparent; border-top: 0 #eee; height: 0; transition: all 0.3s ease; overflow: hidden; width: 100%; }

.graybg {
	background: #E7E7E7;
}

.graydarkbg {
	background: #D7D5D5;
}

.gray-bg {
	background: #FBFBFB;
}
.debug-bg {
	background-color: lightblue;
}

.color-box p {
	padding: 5px 0;
}

.color-box {
	font-size: 12px;
}

.graydarkfg, a.graydarkfg, .cart, .title, .heapBox .heap .heapOptions .heapOption a,
	.heapBox a, .footer>ul>li>a, .footer>ul>li>.submenu>a, .shipping-total,
	#popin-content .text-popin-background .title  {
	color: #222231;
}

.link, .smalll, .user-desc a {
	border-bottom: 1px solid #1ad1de;
	padding: 0px 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.smalll.up-c {
	font-size: 12px;
}

.smalll:hover, .italicl:hover {
	background: rgba(75, 211, 214, 0.2);
	border-bottom: 1px solid rgba(75, 211, 214, 0.4);
}

.smalll:active {
	background: rgba(75, 211, 214, 0.4);
}

.mediuml {
	font-size: 16px;
}

.merdiuml.up-c {
	font-size: 14px;
}

.mediuml:hover {
	background: rgba(75, 211, 214, 0.2);
	border-bottom: 1px solid rgba(75, 211, 214, 0.4);
}

.mediuml:active {
	background: rgba(75, 211, 214, 0.4);
}

.bigl {
	font-size: 18px;
}

.bigl.up-c {
	font-size: 16px;
}

.bigl:hover {
	background: rgba(75, 211, 214, 0.2);
	border-bottom: 1px solid rgba(75, 211, 214, 0.4);
}

.bigl:active {
	background: rgba(75, 211, 214, 0.4);
}

.lightl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.lightl:hover {
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.lightl:active {
	background: rgba(255, 255, 255, 0.4);
}

.header .activetoggle span.container {
	transform: translateY(-65px);
}

.header.subheader .activetoggle span.container {
	transform: translateY(-50px);
}

.header.subheader .toggle .container {
	width: 50px;
}

.header.subheader .toggle .container {
	width: 50px;
}

.header .toggle .container {
	width: 45px;
	transition: all .3s ease;
	transform: translateY(-0);
	display: block;
	padding: 0;
	overflow: hidden;
}

.header.subheader .togglesqbutton {
	width: 50px;
}

.header .togglesqbutton {
	overflow: hidden;
	width: 65px;
	padding: 0;
	text-align: center;
}

.nosvg .wipplay-logo {
	background: url(../images/artpack.png) no-repeat -44px 0;
}

.wipplay-logo {
  background: url("../images/wipplay-logo-full.svg");
  display: block;
  height: 65px;
  margin: 0 auto;
  width: 175px;
}

.popin-instructions {
	margin-top: -200px;
	z-index: 500000;
}

.baseline, .pagination a {
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.baseline {
	display: block;
	z-index: 60000;
	font-size: 50px;
	line-height: 45px;
}
.small-lh {
	line-height: 21px;
}
.baseline span {
	font-size: 28px;
}

.center, .baseline {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#popin-content .popin-instructions .title {
	font-size: 30px;
	left: 50%;
	margin-left: -200px;
	margin-top: 150px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 400px;
}

.keyb {
	height: 102px;
	left: 50%;
	margin-left: -77px;
	position: absolute;
	width: 154px;
}

@
keyframes keybhb { 0% {
	opacity: 0.2;
}

50%
{
opacity
:
0
.2
;
}
55%
{
opacity
:
1;
}
95%
{
opacity
:
1;
}
100%
{
opacity
:
0
.2
;
}
}
@
keyframes keyblr { 0% {
	opacity: 0.2;
}

5%
{
opacity
:
1;
}
25%
{
opacity
:
1;
}
45%
{
opacity
:
1;
}
50%
{
opacity
:
0
.2
;
}
100%
{
opacity
:
0
.2
;
}
}
@
keyframes keybhbt { 0% {
	opacity: 0;
	transform: translateY(50px);
}

50%
{
opacity
:
0;
 
transform
:translateY(50px)
;
 
}
60%
{
opacity
:
1;
 
transform
:translateY(0)
;
 
}
90%
{
opacity
:
1;
 
transform
:translateY(0)
;
 
}
100%
{
opacity
:
0;
 
transform
:translateY(-50px)
;
 
}
}
@
keyframes keyblrt { 0% {
	opacity: 0;
	transform: translateX(50px);
}

10%
{
opacity
:
1;
 
transform
:translateX(0)
;
}
25%
{
opacity
:
1;
 
transform
:translateX(0)
;
}
40%
{
opacity
:
1;
 
transform
:translateX(0)
;
}
50%
{
opacity
:
0;
 
transform
:translateX(-50px)
;
}
100%
{
opacity
:
0;
 
transform
:translateX(-50px)
;
}
}
.keyb-LRT {
	animation-name: keyblrt;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.keyb-HBT {
	animation-name: keybhbt;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.keyb-HB {
	background: url(../images/H-B.svg);
	height: 102px;
	left: 52px;
	position: absolute;
	width: 50px;
	animation-name: keybhb;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.keyb-GD {
	background: url(../images/G-D.svg);
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 154px;
	animation-name: keyblr;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.nosvg .wisshop-logo {
  background: url("../images/wisshop-logo-full@2x.png");
  background-size: 174px 65px;
  width: 173px;
  height: 65px;
}
.wisshop-logo {
  background: url("../images/wisshop-logo-full.svg");
  display: block;
  height: 75px;
  margin: 0 auto;
  width: 186px;
}



/* submenu */
.submenu {
	position: relative;
	font-size: 12px;
	border: solid 1px #dadada; line-height: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.submenu-content a { padding: 5px 10px 5px 20px; display: block; }
.submenu-content a .icon {
	margin-right: 5px;
	position: relative;
	top: 1px;
  min-width: 20px;
  
  text-align: center;
  display: inline-block;
}
.submenu-content>ul {
	padding: 0px;
}
.submenuopen .submenu-content {
	opacity: 1;
	transform: translateY(0);
	display: block;
}

.submenu.substd.submenuopen i.icon-arrow_little { transform: rotate(-180deg); transition: all .15s ease; }
.submenu-content {
	transform: translateY(5px);
	transition: all .15s ease;
	position: absolute;
	left: 40px;
	right: 0;
	bottom: 30px;
	opacity: 0;
	display: none;
}
.submenu-content, .tipsy, ul.ui-autocomplete.ui-menu {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.submenu.substd .submenu-content, ul.ui-autocomplete.ui-menu {
	min-width: 185px;
}
.submenu.substd .submenu-content, .tipsy, ul.ui-autocomplete.ui-menu {
	bottom: initial;
	left: initial;
	z-index: 800;
	margin-top: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	     -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}
.submenu.substd .submenu-content:before, .tipsy:before, ul.ui-autocomplete.ui-menu:before {
	content: "";
	display: block;
	position: absolute;
	height: 13px;
	right: 14px;
	width: 14px;
	top: -4px;
}
.submenu.substd .submenu-content>ul>li { position: relative; }
.submenu.substd .submenu-content>ul { padding-top: 0px; padding-bottom: 0px; margin-top: 2px; margin-bottom: 2px; margin-left: 0px; margin-right: 0px; }
.submenu.substd .submenu-content a, .ui-menu .ui-menu-item { color: #222231; }
.submenu.substd .submenu-content a { text-transform: capitalize; font-size: 13px; }
.submenu.substd .submenu-content a:hover, .ui-menu .ui-menu-item.ui-state-focus { color: #222231; background: #ecf0f3; }
.submenu.substd .submenu-content a.active, .submenu.substd .submenu-content a.active:hover { color: #23d1de; background-color: #ffffff; }
.submenu.substd .submenu-content a.active:hover { background-color: #ecf0f3; }
.submenu.substd a.trigger { margin-right: 15px; display: block; padding-right: 5px; padding-top: 5px; padding-bottom: 2px; padding-left: 14px; }
.submenu.substd a.trigger:hover span.arrow-bottom {
	border-top-color: #1ad1de;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
}
.submenu.substd>a:hover span.arrow-bottom .icon.icon-arrow_little { color: #1ad1de; }
.submenu.substd .submenu-content:not(.color-select):not(.single-select) a:before { content:""; position: absolute; right: 10px; top: 8px; width: 12px; height: 12px; background-color: #fefefe; border: 1px solid #ecf0f3; box-sizing: border-box;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px; }
.submenu.substd .submenu-content:not(.color-select):not(.single-select) a.active:before { background-color: #23d1de; border: 1px solid #23d1de; }
.submenu.substd .submenu-content:not(.color-select):not(.single-select) a.active:after { font-family: 'wipplay-font'; content: "\e620"; font-size: 5px; right: 12px; top: 5px; color: #ffffff; position: absolute; }


.submenu-content.limited-y {
	overflow-y: scroll;
	height: 300px;
}
.submenu-content.from-left {
	left: 0px !important;
}
.submenu.substd .icon-arrow_little, #as-trigger .icon-arrow_little {
	display: inline-block;
	position: relative;
	font-size: 5px;
	top: -2px;
 	left: 8px;
}
/*span.arrow-bottom {
	content: "";
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	right: 0px;
	color: #222231;
	top: 3px;
	margin-left: 5px;
}*/



.nosvg header.subheader>ul {
	background: none;
}
.nosvg header.subheader > ul:before {
	background-position: -206px -117px;
	margin-top: 5px;
	transition: all .3s ease-in;	
}
.nosvg header.subheader.logo > ul:before {
	background-position: -206px -67px;
}

.nosvg header > ul:before {
	background: url(../images/artpack.png) no-repeat;
	content: "";
	display: block;
	float: left;
	height: 42px;
	margin-top: 12px;
	width: 44px;
}

.nosvg .header.logo ul {
	background: none;
	padding-left: 0;	
}

.header.subheader.logo ul {
	background-position: left center;
}

.header.subheader>ul {
	background: url(../images/wipplay-logo-n-b.svg) no-repeat;
	background-position: left 80px;
}

.header.padded>ul {
	/*padding-left: 50px;*/
	height: 65px;
}

.bubble {
	color: white;
	background-color: #D8D8D8;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	height: 10px;
	padding: 5px 5px;
	margin-top: 5px;
	margin-right: 20px;
	float: right;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.bubble:hover {
	background-color: #1ad1de;
	color: white;
}



/* old header not flex */
.header:not(.flex-header) > ul > li.signin .active, .header:not(.flex-header) > ul > li.signin .active:hover { background: white; color: #3C3131; }
.header:not(.flex-header) { min-height: 50px; transition: all .3s ease; font-size: 13px; z-index: 5000; background: #3C3131; width: 100%; min-width: 960px; }
.header:not(.flex-header) > ul { background: url(../images/wipplay-logo.svg) no-repeat; background-position: left 80px; transition: all .3s ease-in; width: 960px; margin: 0 auto; position: relative; }
.header:not(.flex-header) li.gohome { left: 0; width: 50px; }
.header:not(.flex-header).logo > ul { background-position: left center; }
.header:not(.flex-header) > ul > li:not(.signup) a:hover { background: #322929; }
.header:not(.flex-header) > ul > li a { transition: all .001s ease; line-height: 65px; height: 65px; padding: 0 15px; display: block; }
.header:not(.flex-header) > ul > li { display: block; float: left; height: 65px; }
.header:not(.flex-header) > ul > li.smallli { margin-right: 5px; }
.header:not(.flex-header) > ul > li.smallli a { height: 40px; margin-top: 13px; line-height: 44px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #322929; opacity: 0.5; }
.header:not(.flex-header) > ul > li.smallli a:hover { opacity: 1; }
.header:not(.flex-header) > ul > li.smallli a.user-notifs.active, .header:not(.flex-header) > ul > li.smallli a.uploader.active, .header:not(.flex-header) > ul > li.smallli a.all-activity.active,
.header:not(.flex-header) > ul > li.smallli a.all-mailbox.active { background: #1ad1de; opacity: 1; }
.header:not(.flex-header) > ul > li.smallli .notif { position: relative; top: -1px; }
.header:not(.flex-header) .profile a { overflow: hidden; padding-left: 0px; padding-right: 0px; margin-left: 15px; }
.header:not(.flex-header) .profile img { width: 75px; transform: translateY(-5px); }
.search:not(.flex-search) .container { width: 960px; padding-top: 0; }

/* flex-header */
.flex-header { min-height: 65px; font-size: 13px; z-index: 5000; background: #222231; width: 100%; }
.flex-header .h-top-links { background: url(../images/wipplay-logo.svg) no-repeat; background-position: left 80px; position: relative; min-height: 65px; }
.flex-header li.gohome { left: 0; width: 60px; }
.flex-header.logo .h-top-links { background-position: 0px center; }
.flex-header ul.h-top-links > li.first-link { margin-right: 30px; margin-left: 10px; }
.flex-header .h-top-links > li { display: block; float: left; height: 65px; font-size: 13px; }
.flex-header .h-top-links > li:not(.profile):not(.signup) { margin-right: 5px; }
.flex-header .h-top-links > li:not(.signup) a:hover { background: #0f0f1d; }
.flex-header .h-top-links > li.signup > a { background: #1bd1de; }
.flex-header .h-top-links > li a { transition: all .001s ease; line-height: 45px; margin-top: 10px; height: 45px; min-width: 45px; padding: 0 0px; display: block; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.flex-header .h-top-links > li:not(.smallli):not(.search-link) a:not(.menu-toggle) { padding-left: 10px; padding-right: 10px; }
.flex-header .h-top-links > li.smallli { margin-right: 5px; }
.flex-header .h-top-links > li.smallli a { height: 45px; width: 45px; margin-top: 10px; line-height: 50px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #191925; opacity: 0.6; }
.flex-header .h-top-links > li.smallli a:hover { opacity: 1; }
.flex-header .h-top-links > li.smallli a.user-notifs.active, .flex-header .h-top-links > li.smallli a.uploader.active, .flex-header .h-top-links > li.smallli a.all-activity.active,
.flex-header .h-top-links > li.smallli a.all-mailbox.active { background: #0f0f1d; opacity: 1; }
.flex-header .h-top-links > li.smallli .notif { position: relative; top: -1px; }
.flex-header .h-top-links > li.signin .active, .flex-header .h-top-links > li.signin .active:hover { background: white; color: #3C3131; }
.flex-header .h-top-links > li.smallli a.user-notifs.with-notifs { opacity: 1; background: #ffffff; color: #3c3131; font-weight: 700; font-size: 16px; }
.flex-header .profile a { overflow: hidden; padding-left: 0px !important; padding-right: 0px !important; margin-left: 15px; }
.flex-header .profile img { width: 45px; }
.flex-header .flex-search .container { width: 100%; }
.flex-header .flex-search #quick-search-box input { width: 100%; box-sizing: border-box; height: 100%; text-align: center; font-size: 16px; color: #ffffff; }

/* footer */
.footer { padding: 40px 0 20px 0px; width: 100%; background: #F4F4F4; box-shadow: 0px -2px 0px 0px #F0EFEF; }
.footer:not(.flex-footer) {	position: absolute !important; min-width: 960px; left: 0px; bottom: 0px; }
.footer .submenu { border: none; padding-top: 0px; padding-bottom: 0px;}


/* NEW new footer links */
footer.flex-footer { background-color: #ffffff; padding-top: 30px; padding-bottom: 60px; position: relative; }
footer.flex-footer .logo { display: block; margin-bottom: 30px; }
footer.flex-footer .links a { display: block; text-transform: uppercase; font-weight: 700; opacity: 0.9; font-size: 13px; line-height: 1.92; letter-spacing: 0.8px; color: #222231; }
footer.flex-footer .links a:hover { color: #1ad1de; }
footer.flex-footer .links .last { text-align: right; padding-right: 0px; }
footer.flex-footer .links .last a { font-weight: 400; }
footer.flex-footer .links .submenu { border: none; padding-top: 0px; padding-bottom: 0px; padding-left: 0px;}
footer.flex-footer .links .submenu .icon-arrow_right { transition: all .3s ease; transform: rotate(45deg); display: inline-block; margin-left: 2px; position: relative; color: #222231; font-size: 10px; top: -1px; }
footer.flex-footer .links .submenuopen i.icon-arrow_right { transform: rotate(-90deg); transition: all .3s ease; }
footer.flex-footer .links .submenuopen a, footer.flex-footer .links .submenuopen i.icon-arrow_right { color: #1ad1de; }
footer.flex-footer .links .submenu.submenuopen { background: transparent; }
footer.flex-footer .links .submenu .submenu-content { background-color: #0f0f1d; }
footer.flex-footer .links .submenu .submenu-content { left: initial; right: 0px; text-align: left; min-width: 150px; text-align: left; }
footer.flex-footer .links .submenu .submenu-content.wider { min-width: 125px; }
footer.flex-footer .links .submenu .submenu-content.xwider { min-width: 200px; }
footer.flex-footer .links .submenu .submenu-content li a { padding: 10px 15px; line-height: 20px; color: #ffffff; font-size: 13px; line-height: 1.15; letter-spacing: 0.4px; text-transform: capitalize; }
footer.flex-footer .links .submenu .submenu-content li a:before { content: ""; margin: 0px; }
footer.flex-footer .sep { width: 100%; height: 1px; background-color: #ecf0f3; margin-bottom: 30px; }
footer.flex-footer .f-copyright { font-size: 12px; line-height: 1.25; color: #cfd7df; margin-top: 15px; }
footer.flex-footer .ext-links { text-align: right; }
footer.flex-footer .frenchtech-badge { height: 65px; }
footer.flex-footer .frenchtech-badge img { height: 100%; }
.gen-social ul>li { width: 35px; height: 35px; float: left; margin-right: 2px; }
.gen-social ul>li .social-cta { background-color: #cfd7df; width: 100%; height: 100%; display: block; position: relative; }
.gen-social ul>li .social-cta:hover { background-color: #ebebeb; }
.gen-social ul>li .social-cta.social-fb img { position: absolute; left: 16px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-tw img { position: absolute; left: 10px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-pin img { position: absolute; left: 13px; top: 11px; height: 12px; }
.gen-social ul>li .social-cta.social-in img { position: absolute; left: 11px; top: 11px; height: 12px; }
@media (max-width: 991px) {
	footer.flex-footer .logo { margin-left: auto; margin-right: auto; display: block; }
}

@media (max-width: 767px) {
	.flex-header .flex-search #quick-search-box input { padding-right: 57px; }
	.flex-header ul.h-top-links > li.first-link { margin-right: 0px; margin-left: 0px; }
	footer.flex-footer .links, footer.flex-footer .links .last { text-align: center; }
}
@media (min-width: 1021px) and (max-width: 1100px) {
	.flex-header .h-top-links > li { font-size: 11px; }
	.flex-header .h-top-links > li:not(.profile):not(.signup) { margin-right: 5px; }
	.flex-header .user-login-form { right: 115px; }
}
@media (min-width: 768px) and (max-width: 1020px) {
	.flex-header .h-top-links > li { font-size: 10px; }
	.flex-header ul.h-top-links > li.first-link { margin-right: 5px; margin-left: 5px; }
	.flex-header .h-top-links > li:not(.profile):not(.signup) { margin-right: 5px; }
	.flex-header .user-login-form { right: 115px; }
}
@media (min-width: 1160px){
	.flex-header ul.h-top-links > li.first-link { margin-left: 45px; margin-left: 20px; }
}

.trans, .suboptions {
	transition: all .042s ease;
}
.greylightfg, .img-container .left-arrow, .img-container .right-arrow {
	color: #D7D5D5;
}
.greyfg {
	color: #ccc;
}
.darkgreyfg {
	color: #999999;
}
.img-container .left-arrow i {
	opacity: 0.2;
}
.img-container .right-arrow i {
	opacity: 0.2;
}
.left-arrow:hover i {
	transform: translateX(-10px);
	opacity: 1;
}

.right-arrow:hover i {
	transform: translateX(10px);
	opacity: 1;
}

.left-arrow, .right-arrow {
	height: 100%;
	width: 15%;
	font-size: 70px;
	position: absolute;
	z-index: 60000;
	transition: all .3s ease;
}

.right-arrow i {
	right: 0;
}

.left-arrow i, .right-arrow i {
	opacity: 0.5;
	transform: translateX(0);
	display: block;
	position: absolute;
	padding: 30px 40px;
	top: 50%;
	margin-top: -60px;
}

.right-arrow {
	right: 0;
}

.left-arrow {
	left: 0;
}

.left-nav, .right-nav {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	background: #F4F4F4;
}

.left-nav.mini, .right-nav.mini {
	display: inline-block;
	width: 25px;
	height: 17px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background: #F4F4F4;
}

.left-nav:hover, .right-nav:hover {
	background: #1ad1de;
}

.left-nav i, .right-nav i {
	color: #222231;
	padding-right: 10px;
	margin-top: -45px;
	font-size: 30px;
	line-height: 47px;
}
.left-nav i {
	padding-left: 7px;
}
.right-nav i {
	padding-left: 9px;
}
.left-nav.mini i, .right-nav.mini i {
	color: #222231;
	padding-left: 1px;
	padding-right: 1px;
	margin-top: -25px;
	font-size: 10px;
	line-height: 18px;
}
.left-nav.mini {
  margin-right: -2px !important;
}
.right-nav.mini {
  margin-right: 3px !important;
}
.left-nav:hover i, .right-nav:hover i {
	opacity: 1;
	color: white;
}

.left-nav.deactivated i, .right-nav.deactivated i {
	color: #D7D5D5;
}

td.fill {
	width: 100%;
}

td .ftop {
	margin-top: 40px;
}

td .fbottom {
	position: absolute;
	bottom: 40px;
}

td {
	position: relative;
	vertical-align: top;
	padding: 20px 0;
}

.ta-r, .price {
	text-align: right;
}

.td-ul {
	text-decoration: underline;
}

.button-line .title {
	font-size: 20px;
	float: left;
	margin: 0;
}

.button-line span, .button-line a, .button-line input[type="submit"] {
	margin-left: 20px;
}

.total {
	font-size: 200%;
}

.button-line .promo {
	line-height: 20px;
	margin-bottom: 20px;
}

.button-line .title, .button-line .total {
	line-height: 40px;
}

.total>td {
	border-top: 1px solid #ddd;
}

.breadcrumb li:first-child:before {
	content: '';
	margin: 0;
}

.breadcrumb li:before {
	margin: 13px 0;
	display: block;
	float: left;
}

.breadcrumb {
	font-size: 13px;
	height: 40px;
}

.breadcrumb li {
	display: block;
	float: left;
}

input[type='text'], input[type='password'], input.disabled, input.disabled:focus, textarea
{
	border: 1px solid #D8D8D8;
	font-size: 13px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

input[type='text']:disabled {
	background-color: #F4F4F4;
}

.four-cols-layout input[type='submit'], .sub-popin input[type='submit'], .sub-popin button[type='submit'],
.two-pop-cols-layout input[type='submit'], .four-cols-layout buton[type='submit'], .two-pop-cols-layout button[type='submit']
{
	min-width: 234px;
	margin-bottom: 10px;
}

.four-cols-layout input[type='text']:FOCUS, .four-cols-layout input[type='password']:FOCUS,
	.six-cols-layout input[type='text']:FOCUS, .six-cols-layout input[type='password']:FOCUS,
	.sub-popin input[type='text']:FOCUS, .sub-popin input[type='password']:FOCUS,
	.two-pop-cols-layout input[type='password']:FOCUS, .two-pop-cols-layout input[type='text']:FOCUS,
	.four-cols-layout textarea.blue-focus:FOCUS
	{
	border: 1px solid #C9EEF2;
	/*box-shadow: inset 0px 0px 2px 0px rgba(75, 201, 214, 0.20);*/
}

.four-cols-layout input, .sub-popin input, .two-pop-cols-layout input {
	min-width: 217px;
}

.six-cols-layout input[type="text"] {
	margin-right: 9px;
	min-width: 200px;
}

.four-cols-layout input, .six-cols-layout input, input.disabled, input.disabled:focus, .sub-popin input, .two-pop-cols-layout input, .sub-popin button, .two-pop-cols-layout button {
	box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
	padding: 13px 10px;
}

.four-cols-layout.small input, .six-cols-layout input, input.disabled, input.disabled:focus, .sub-popin input, .two-pop-cols-layout input, .sub-popin button, .two-pop-cols-layout button,
.four-cols-layout.small textarea.p-all {
	box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
	padding: 8px 10px;
}

.four-cols-layout.small textarea {
	color: #000;
	min-height: 125px;
}
.one-centered-mc {
	width: 210px;
	margin: 0 auto;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.pos-stat {
	position: static;
}

/* shop */
.open-fold .loader {
	width: 10px;
	height: 10px;
}

.open-fold .loader {
	background: url(../images/loader-small.png);
	width: 16px;
	height: 16px;
	margin: -14px 0 0 -14px;
	position: relative;
	top: 48%;
	left: 49%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) , screen and
		(min--moz-device-pixel-ratio: 1.5) , screen and
		(-moz-min-device-pixel-ratio: 1.5) , screen and
	(min-device-pixel-ratio: 1.5) {
	.open-fold .loader {
		background: url(../images/loader-small@2x.png);
		background-size: 10px 10px;
	}
}

.instagramConnect { background: #406E94; }
.twitterConnect { background: #4099FF; }

.facebookConnect {
	background: #3B5998;
}
.facebook-bg {
	background-color: #3B5998 !important;
}
.twitter-bg {
	background-color: #55ACEE !important;
}
.instagramConnect:hover , .facebookConnect:hover, .twitterConnect:hover {
	color: white;
}
.instagramConnect, .facebookConnect, .twitterConnect {
        -webkit-border-radius:2px;
           -moz-border-radius:2px;
             -o-border-radius:2px;
                border-radius:2px;
	color: white;
	margin-top: 10px;
	display: block;
	width: 210px;
	padding: 15px 10px;
}



/* flex login */
.flex-main-container.login { margin-top: 50px;  }
.flex-main-container.login .subscribe-or { border-bottom: 3px solid #d8d8d8; color: #bbbbbb; width: 100%; margin-top: 8px;}
.flex-main-container.login .subscribe-or>span { position: relative; top: 10px; left: 60%; background: #fff; padding: 0 5px; font-size: 18px; }
.flex-main-container.login .subscribe-add-message { display: none; padding-top: 5px; font-style: italic; }
.flex-main-container.login input, .flex-main-container.login button[type="submit"] { width: 100%; height: 50px; box-sizing: border-box; box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important; padding: 0px 10px;}
.flex-main-container.login h1.title { margin: 0px !important; padding: 0px; }
.flex-main-container.login h2.title { margin-top: 0px; margin-bottom: 10px; }
.flex-main-container.login .instagramConnect, .flex-main-container.login .facebookConnect, .flex-main-container.login .twitterConnect { width: 100%; box-sizing: border-box; }
.flex-main-container.login .facebookConnect i.icon { margin-right: 10px; margin-top: 2px; margin-left: 15px; width: 15px; }
.flex-main-container.login .instagramConnect i.icon, .flex-main-container.login .twitterConnect i.icon { margin-right: 10px; margin-top: 2px; margin-left: 10px; width: 20px; } 
.flex-main-container.login .login-zone-wrapper { border: 2px solid #F4F4F4; overflow: hidden; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-bottom: 10px; }
.flex-main-container.login .login-zone-wrapper > .row:not(.bottom-wrapper) { margin-bottom: 30px; }
.flex-main-container.login .login-zone-wrapper > .row.title-one { margin-top: 25px; margin-bottom: 20px; }
.flex-main-container.login .login-zone-wrapper .top-wrapper { padding-left: 20px; padding-right: 20px; }
.flex-main-container.login .login-zone-wrapper .bottom-wrapper .bottom-part { padding: 20px 20px; }
.flex-main-container.login a.link { border-bottom: 0px; padding: 0px; }
.flex-main-container.login a.link:hover { background: rgba(75, 211, 214, 0.2); }
.flex-main-container.login a.link:active { background: rgba(75, 211, 214, 0.4); }
.flex-main-container.login .lost-password input[type='text'] { min-width: 100%; }
.flex-main-container.login .lost-password .right-col { padding-left: 15px; }
.flex-main-container.login .lost-password .lost-password-ok { padding-top: 10px; margin-left: auto; margin-right: auto; display: block; text-align: center; }
.flex-main-container.login .lost-password .lost-password-ok img { height: 50px; }
.flex-main-container.login .hidden-form { display: none; }
@media (max-width: 767px) {
	.flex-main-container.login .login-zone-wrapper { border: none; }
	.flex-main-container.login h2.title { font-size: 18px; }
	.flex-main-container.login .subscribe-or { margin-top: 20px; margin-bottom: 20px; }
	.flex-main-container.login .subscribe-or>span { left: 46%; }
	.flex-main-container.login a.link, .flex-main-container.login .bottom-wrapper .bottom-part p { margin-bottom: 10px; }
	.flex-main-container.login input { font-size: 18px; height: 60px; }
	.flex-main-container.login input, .flex-main-container.login button[type="submit"] { font-size: 20px; }
	.flex-main-container.login .instagramConnect, .flex-main-container.login .facebookConnect, .flex-main-container.login .twitterConnect { font-size: 18px; height: 60px; padding-top: 20px; }
	.flex-main-container.login .instagramConnect i.icon, .flex-main-container.login .twitterConnect i.icon { margin-right: 20px; margin-top: 0px; width: 20px; }
	.flex-main-container.login .facebookConnect i.icon { margin-right: 20px; margin-top: 0px; margin-left: 15px; width: 15px; }
}
@media (min-width: 768px) and (max-width: 1100px) {
	.flex-main-container.login h2.title { font-size: 14px; }
}
@media (min-width: 992px) {
	.flex-main-container.login .by-social-zone { padding-left: 10px; }
}
@media (max-width: 991px) {
	.flex-main-container.login .lost-password .right-col { padding-left: 0px; }
}



.login input, .login button[type="submit"] { margin-top: 10px; }
.login .title { left: 0; }
.login-or {
	border-bottom: 3px solid #d8d8d8;
	color: #bbbbbb;
	position: absolute;
	right: -121px;
	top: -11px;
	width: 130px;
}
.login-or>span {
	position: relative;
	top: 10px;
	left: 145px;
	background: #fff;
	padding: 0 5px;
	font-size: 18px;
}

#subheader>ul {
	height: 50px;
}

#shop .title, #shop .one-lci {
	left: 0;
}

.error-label, .error-label a {
	color: #c9003a;
}

.error-label a {
	text-decoration: underline;
}

.error-label {
	display: none;
	clear: both;
	margin: 5px 0 0 5px;
}

::selection {
	background: #1ad1de; /* WebKit/Blink Browsers */
	color: white;
}

::-moz-selection {
	background: #1ad1de; /* Gecko Browsers */
	color: white;
}

.bottom-border {
	border-bottom: 2px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.top-border {
	border-top: 2px solid #eee;
	margin-top: 30px;
	padding-top: 40px;
}

.form input {
	display: block;
}

.form div {
	float: left;
	margin-bottom: 7px;
}

.form {
	margin-top: 15px;
}

.no-m {
	margin: 0 !important;
}

.no-p {
	padding: 0 !important;
}

.no-pr {
	padding-right: 0 !important;
}

.no-pb {
	padding-bottom: 0 !important;
}

.nom-r {
	margin-right: 0 !important;
}

.form .heapBox {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 7px 0 0;
	width: 221px;
}
.heapBox {
	/*position: absolute;*/
	z-index: 60000;
	min-width: 140px;
	margin-top: 4px;
}
.text-popin-background {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: white;
	border-radius: 8px;
	padding: 20px;
	max-width: 920px;
}

.um-l {
	margin-left: 1px;
}
.vsm-l {
	margin-left: 5px;
}

.sm-l {
	margin-left: 10px;
}
.m-l {
	margin-left: 20px;
}
.lm-l {
	margin-left: 30px;
}
.vsp-l {
	padding-left: 5px;
}
.sp-l {
	padding-left: 10px;
}
.p-l {
	padding-left: 20px;
}
.pad {
	padding: 5px;
}
.lp-l {
	padding-left: 30px;
}
.um-r {
	margin-right: 1px;
}
.xsm-r {
	margin-right: 5px;
}
.sm-r {
	margin-right: 10px;
}
.mm-r {
	margin-right: 20px;
}
.mm-r-force {
	margin-right: 20px !important;
}
.m-r {
	margin-right: 30px;
}
.m-to {
	margin: 30px auto 0 auto;
}
.bm-b {
	margin-bottom: 85px;
}
.nbm-b {
	margin-bottom: 80px;
}
.vlm-b {
	margin-bottom: 40px;
}
.lm-b {
	margin-bottom: 30px;	
}
.m-b {
	margin-bottom: 20px;	
}
.sm-b {
	margin-bottom: 15px;
}
.xsm-b {
	margin-bottom: 10px;
}
.vsm-b {
	margin-bottom: 5px;
}
.xxsm-b {
	margin-bottom: 3px;
}
.bm-t {
	margin-top: 85px;
}
.bvlm-t {
	margin-top: 60px;
}
.vlm-t {
	margin-top: 40px;
}
.m-t {
	margin-top: 30px;
}
.mm-t {
	margin-top: 20px;
}
.sm-t {
	margin-top: 15px;
}
.vsm-t {
	margin-top: 10px;
}
.lvsm-t {
	margin-top: 8px;
}
.lm-t {
	margin-top: 5px;
}
.um-t {
	margin-top: 1px;
}
.p-b {
	padding-bottom: 20px;
}
.vsp-b {
	padding-bottom: 10px;
}
.vvsp-t {
	padding-top: 5px;
}
.vsp-t {
	padding-top: 10px;
}
.p-t {
	padding-top: 20px;
}
.bp-t {
	padding-top: 30px;
}
.mbp-t {
	padding-top: 35px;
}
.vlp-t {
	padding-top: 40px !important;
}
.vsp-r { padding-right: 10px; }
.bp-b {
	padding-bottom: 30px;
}
.vvlp-b {
	padding-bottom: 60px;
}
.nbb-b {
	padding-bottom: 80px;
}

.no-bshadow {
	box-shadow: none !important;
}

.no-mb {
	margin-bottom: 0 !important;
}

.no-mt {
	margin-top: 0 !important;
}

.no-ml {
	margin-left: 0 !important;
}

.no-mr {
	margin-right: 0 !important;
}

.big-tp {
	padding-top: 125px;
}

.em-block {
	margin-top: 10px;
}

.em {
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	color: white;
	font-size: 11px;
	margin-left: 5px;
	padding: 3px 7px;
}

.em-team { background: #222231; color: #fff; }
.em-expert { background: #1ad1de; color: #fff; }

.em.em-detail {
	box-shadow: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #FFC669;
	position: relative;
	left: 7px;
	margin-left: 0;
}
.appear {
	opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.appear-trig:hover .appear {
	opacity: 1;
}

.photo .block .italicl {
	margin-left: 5px;
}
.photo .block {
	margin-bottom: 40px;
}

button, .cur-p {
	cursor: pointer;
}
.cur-zi {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.cur-crosshair {
	cursor: -webkit-crosshair;
	cursor: -moz-crosshair;
	cursor: crosshair;
}
input.disabled, input.disabled:focus, button.disabled {
	background: #efefef !important;
	cursor: pointer;
	cursor: hand;
}

.image-gallery .final {
	transition: all .6s ease;
	min-height: 180px;
}

.image-gallery .final.load {
	transform: translateY(250px);
	opacity: 0;
}

.small .custom-radio-div>div {
	width: 16px;
	height: 16px;
}

.small .custom-radio-div>div>div {
	width: 14px;
	height: 14px;
}

.small .custom-radio-div>em {
	line-height: 29px;
}

.custom-radio-div>div {
	margin: 5px 0;
	float: left;
	overflow: hidden;
	border: 1px solid #aaa;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	display: block;
}

.custom-radio-div>div>div input {
	line-height: 0 !important;
	position: absolute;
	opacity: 0;
}
.custom-checkbox-div, .custom-checkbox-div>div {
	border-radius: 0 !important;
}
.custom-radio-div>div>div {
	float: left;
	border-radius: 17px;
	width: 34px;
	height: 34px;
	border: 1px solid white;
	background: #eee;
	text-indent: -30px;
}

.custom-radio-div>em {
	line-height: 45px;
	margin-left: 10px;
	font-size: 13px;
}

.suboptions.shown {
	opacity: 1;
	transform: translateY(0);
}

.suboptions {
	position: absolute;
	line-height: 25px;
	opacity: 0;
	transform: translateY(20px);
}

.red {
	color: #c9003a !important;
}

table.six-cols-layout.orders td {
	padding: 10px;
	border-bottom: 1px solid #f4f4f4;
	vertical-align: middle;
}
.n-w {
	white-space: nowrap;
}

.wip-pagination {
	color: #808080;
	padding-top: 10px;
	float: right;
}

.wip-pagination a:hover, .pagination a.active {
	background: #D4D4D4;
}

.wip-pagination a {
	text-decoration: none;
	border: 1px solid #bababa;
	background: white;
	padding: 4px 10px;
	margin-right: 5px;
	color: #222231;
}

/* tipsy */
.tipsy {
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 9000000;
	text-transform: uppercase;
}
.tipsy-inner {
	margin-top: 15px;
	padding: 5px 8px 4px 8px;
	background-color: white;
	color: #222231;
	max-width: 200px;
	text-align: center;
	color: #222231;
	font-size: 11px;
}
.tipsy-n .tipsy-inner {
	margin-top: 0;
}
/*
.tipsy-arrow {
	position: absolute;
	background: url('../images/tipsy.gif') no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: 3px;
	right: 0;
	width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: 3px;
	left: 0;
	width: 5px;
	height: 9px;
}
*/

.tipsy.black {
	margin-top: 7px;
	margin-left: 5px;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 9000000;
	text-transform: uppercase;
	background-color: #222231;
}
.tipsy.black .tipsy-inner {
	margin-top: 0px;
	padding: 0px;
	background-color: #222231;
	color: #FFF;
	width: 20px;
	height: 18px;
	text-align: center;
	font-size: 14px;
}
.tipsy.black .tipsy-n .tipsy.black .tipsy-inner {
	margin-top: 0;
}
.tipsy.black:before {
	content: "";
	background: none !important;
	display: block;
	position: absolute;
}

/* tipsy profile */
.tipsy.profile {
	margin-top: 20px;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 9000000;
	text-transform: uppercase;
}
.tipsy.profile .tipsy-inner {
	margin-top: 5px;
	padding: 0px 8px 4px 8px;
	background-color: white;
	color: #222231;
	max-width: 200px;
	text-align: center;
	color: #222231;
	font-size: 14px;
}
.tipsy.profile .tipsy-n .tipsy-inner {
	margin-top: 0;
}

#redeem-code-form input[type="text"] {
  margin-top: -1px;
}

#shop .header > ul > li a:hover {
  background: rgb(42,44,46);
}
#shop .header.transparent {
	background: rgba(25, 26, 27, 0.35);	
}
#shop .transparent.header li a:hover {
	background: rgba(25, 26, 27, 0.2);
}

#shop .header {
	background: #222231;
}
#shop .header.subheader {
	background: white;
}
#shop .brownfg {
	color: #222231;
}
#shop .brownbg {
	background: #222231;
}
#shop .photo-popup .overlay .over {
	background: rgba(25, 26, 27, 0.6);	
}
#shop .header.subheader ul>li a:hover {
	background: #f4f4f4;
}
#quick-search-box input {
	border: 0;
	width: 880px;
}
#quick-search-suggest {
	z-index: 5000;
	background: #222231;
	text-align: left;
}
.quick-search-selected {
	background: rgb(42,44,46);
}
.added-to-cart-detail img {
	max-width: 205px;
	float: left;
	margin-right: 20px;
}
.added-to-cart-detail .title {
	font-size: 125%;
}
.added-to-cart-detail .total {
  font-size: 150%;
  padding: 0 0 5px 15px;
}
.added-to-cart-detail > div {
  width: 500px;
}
.added-to-cart-detail {
	margin: 20px 0;
}
#sell-tunnel .bottom-border {
	margin: 0 auto;
	width: 960px;
	transition: all 0.6s ease;
}
#sell-tunnel .bottom-border.big {
	width: 100%;
}
h2.title {
  font-size: 18px;
  text-transform: none;
}
.faq p {
  margin: 20px 0;
}
.large-layout.m-t.faq li {
  margin: 10px 0 0 20px;
  text-indent: -6px;
}
.large-layout.m-t.faq li:before {
	content: '-';
}
.header.subheader .gohome {
	left: -50px;
}
.header.subheader.sticked .gohome {
	left: 0px;
}
.static-popin {
	width: 850px;
	height: 600px;
}
.photo .photo-colors > li > a  {
	display: block;
	height: 100%;
	width: 100%;
}

.lost-password input[type='submit'], .lost-password button[type='submit'] {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lost-password input {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.lost-password input[type="submit"] {
  min-width: unset;
}
.lost-password input[type='text'] {
	min-width: 366px;
	min-height: 19px !important;
}
.inline-button {
	display: inline;
	float: none;
}
.triptic {
	margin-top: 90px;
}
.triptic span {
	padding: 20px;
}
.slideshow .images img {
  min-height: 100%;
}
.slideshow.portrait .images img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
#shop .image-gallery, .image-gallery {
	margin: 0 auto;
	left: auto;
	/*padding: 10px 20px 20px 20px;*/
	padding-bottom: 20px;
}

#shop .empty-cart .image-gallery {
	padding: 0;
}

/* top list */
.top-list {
	margin-top: 15px;
	width: 960px;
}
.top-list div.v-align {
	min-height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.result-content { margin-top: 10px; }
.photo-popup.appraised:after {
  background: url(../images/appraised.svg);
  height: 25px;
  width: 25px;
  z-index: 10;
}
.photo-popup.winner:before {
  background: url(../images/winner.svg);
  height: 18px;
  width: 18px;
  z-index: 20;
}
.photo-popup.appraised:after, .photo-popup.winner:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* user */
.user-profile .name {
	display: inline;
}

.user-profile .fulli .button {
	position: absolute;
	top: -5px;
	padding: 6px 10px;
	font-size: 14px;
	color: white;
	margin-left: 15px;
}

.responsive-layout .bottom, .responsive-layout .subInfo.bottom  {
	width: 960px;
	margin: 0 auto;
	top: 60px;
}

.user-profile .title {
	margin: 40px 0 5px;
}



/*.picStory a:hover {
	color: grey;
} */

.photo-arrow {
	position: absolute;
	top: 55%;
	width: 100%;
}

a.deactivated {
	pointer-events: none;
	color: #eee; 
}

.disp-b {
	display: block;
}

.disp-ib {
	display: inline-block !important;
}

.disp-fl {
	display: flex !important;
}

.disp-il {
	display: inline !important;
}


.header .signup, .header .signin {
	width: 110px;
}
.header .search-link { /*width: 85px;*/ overflow: hidden; }
.header .search-link a { margin-top: 4px; height: 65px; }
.header .search-link .icon-search {
	font-size: 17px;
}
.header .search-link .toggle {
	padding: 0px;
	margin-top: 10px;
	overflow: hidden;
	background: #191925;
}
.header .search-link .toggle:hover { background: #0f0f1d; }
.header .search-link .toggle.activetoggle, .header .search-link .toggle.activetoggle:hover { background: #ffffff; color: #3c3131; }
.container .icon.icon-close_medium { font-size: 14px; }
/* header login */
.user-login-form { right: 120px; width: 300px; }
@media (max-width: 767px) {
	.user-login-form, .sub-popin.user-login-form { left: 0px; width: 100% !important; }
	.sub-popin input[type='text'], .sub-popin input[type='password'], .login input, .login button[type="submit"] { width: 100%; box-sizing: border-box; height: 60px; }
}

.sub-popin {
	display: none;
	color: white;
	position: absolute;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	   -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	     -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
			transition: all 1s ease;
	padding-top: 10px;
	top: 70px;
	z-index: 200000;
	overflow: hidden;
	box-sizing: border-box;
}

.sub-popin.opened { top:75px;
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease; }

.sub-popin .link, .two-pop-cols-layout .link, .leaflet-container a {
	border-bottom: 0px;
	padding: 0px;
}
.sub-popin .link:hover, .two-pop-cols-layout .link:hover, .h-newsletter .link:hover {
	background: rgba(75, 211, 214, 0.2);
}
.sub-popin .link:active, .two-pop-cols-layout .link:active {
	background: rgba(75, 211, 214, 0.4);
}
.sub-popin .space-top-small {
	margin-top: 15px;
}
.sub-popin input[type='text'], .sub-popin input[type='password'] { box-shadow: none !important; background-color: #ecf0f3; width: 100%; box-sizing: border-box; height: 45px; line-height: 45px; border: none; color: #8898aa; font-size: 13px; }
.sub-popin input[type='text']::-webkit-input-placeholder, .sub-popin input[type='password']::-webkit-input-placeholder { color:#8898aa; text-transform: lowercase; }
.sub-popin input[type='text']:-moz-placeholder, .sub-popin input[type='password']:-moz-placeholder { color:#8898aa; text-transform: lowercase; }
.sub-popin input[type='text']::-moz-placeholder, .sub-popin input[type='password']::-moz-placeholder { color:#8898aa; text-transform: lowercase; }
.sub-popin input[type='text']:-ms-input-placeholder, .sub-popin input[type='password']:-ms-input-placeholder { color:#8898aa; text-transform: lowercase; }
.sub-popin input[type='text']::-ms-input-placeholder, .sub-popin input[type='passord']::-ms-input-placeholder { color:#8898aa; text-transform: lowercase; }
.sub-popin input[type='text'][name='login'] { margin-top: 20px; }
.sub-popin input[type='password'] { margin-top: 5px; }
.sub-popin input[type='text'], .sub-popin input[type='password'],
.sub-popin .facebookConnect, .sub-popin .instagramConnect, .sub-popin .twitterConnect { -webkit-border-radius: 1px; -moz-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px; }
.sub-popin.user-login-form { padding: 10px 20px 20px 20px; width: 268px; }
.sub-popin.user-login-form .titlebold { text-align: left; color: #222231; font-size: 15px; text-transform: capitalize; }
.sub-popin .facebookConnect, .sub-popin .instagramConnect, .sub-popin .twitterConnect { padding: 0px 0px 15px 10px; min-width: 100px; line-height: 45px; height: 45px; box-sizing: border-box;  text-transform: initial !important; font-size: 14px; }
.sub-popin .facebookConnect { color: #ffffff; background-color: #526b9e; width: 100%; margin-top: 5px; }
.sub-popin .instagramConnect { color: #ffffff; width: 100%; background-image: radial-gradient(circle at 0 100%, #d52e3e, #af249e 50%, #4a0fb9); }
.sub-popin .icon-instagram, .sub-popin .icon-facebook, .sub-popin .icon-twitter { margin-right: 15px; font-size: 18px; }
.sub-popin.user-login-form .submit-btn { width: 100%; min-width: 100px; box-sizing: border-box; height: 30px; line-height: 31px; padding: 0px; margin: 0px; font-weight: 700; font-size: 13px; }
.sub-popin .error-label { margin-left: 0px; }
.sub-popin .error-zone .error-label { margin-top: 5px; margin-bottom: 5px; }

.sub-popin.user-login-form .connexion { text-align: left; margin-top: 10px; }
.sub-popin.user-login-form .connexion>a { margin-top: 10px; font-size: 12px; color: #8898aa; text-transform: initial; font-weight: 400; font-style: normal;}
.sub-popin.user-login-form .connexion>a:hover { background: transparent; color: #1ad1de; }

.user-sub-popin {
	right: 0px;
	width: 255px;
	padding-top: 0px;
	top: 70px;
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.user-sub-popin.opened { top:75px;
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.login.full-page button {
	width: 239px;
}

.user-sub-popin .top-zone, .user-sub-popin .bottom-zone {
	padding: 10px 15px;
}

.user-sub-popin .top-zone .nickname-p {
	padding-left: 15px;
	padding-top: 20px;
	width: 135px;
	font-size: 15px;
	color: #222231;
	line-height: 26px;
}

.user-sub-popin .top-zone .nickname-p > ul { line-height: 20px; }
.user-sub-popin .top-zone .nickname-p .p-nickname { font-weight: 700; }
.user-sub-popin .top-zone .nickname-p .p-level { font-size: 12px; }

.user-sub-popin .top-zone .nickname-p a {
	color: #222231;
}
.user-sub-popin .top-zone .nickname-p a:hover {
	color: #1ad1de;
}

.user-sub-popin .bottom-zone {
	line-height: 30px;
}

.arrow-up {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #ffffff transparent;
}
.arrow-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}
.header .profile .arrow-up {
	display: none;
	position: absolute;
	top: 60px;
	right: 36px;
	border-color: transparent transparent #F4F4F4 transparent;
}
.header .profile .arrow-down {
	display: none;
	position: absolute;
	top: 59px;
	right: 36px;
	border-color: #ffffff transparent transparent transparent;
}

.header .profile a:hover img, .user-profile-l:hover img, .user-card a:hover img {
	-webkit-filter: contrast(120%);
}

/* user level */
.user-level-profile-rp {
	padding-top: 15px;
}
.photo-content .user-point-profile, .photo-content .user-level-profile {
	margin-left: 0;
}
.user-profile-stat .user-level-profile {
	padding-top: 15px;
}
#user-level {

}
.ie8 #user-level {
	left:-20px;
	top:0;
}
.user-level, .user-level-profile {
	behavior: url(../includes/PIE.htc);
	height: 75px;
	position: relative;
	width: 75px;
	-webkit-border-radius: 26px;
	   -moz-border-radius: 26px;
	   	 -o-border-radius: 26px;
	        border-radius: 26px;
}
.ie8 .user-level {
	height:70px;
	width:70px;
}
.user-level-outer {
	background: none;
	-pie-background: transparent;
	behavior: url(../assets/library/pie/PIE.htc);
	border:6px solid #fefefe;
	height: 63px;
	width:63px;
	-webkit-border-radius: 38px;
	   -moz-border-radius: 38px;
		 -o-border-radius: 38px;
	        border-radius: 38px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.ie8 .user-level-outer {
	height:59px;
	width:59px;
}
.notie .user-level-outer {

}
.user-level-inner {
	behavior: url(../assets/library/pie/PIE.htc);
	background: #fefefe;
	color: #1ad1de;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin: 14.5px 0 0 14.5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 45px; 
	z-index: 5;
	-webkit-border-radius: 25px; 
	   -moz-border-radius: 25px; 
		    border-radius: 25px;
}
.ie8  .user-level-inner {
	height: 28px;
	margin: -13px 0 0 -13px;
	padding-top: 2px;
	width: 28px;
}
.notie .user-level-inner {

}
.user-level-gauge {
	background: none;
	-webkit-border-radius: 33px; 
	   -moz-border-radius: 33px;
	   	 -o-border-radius: 33px; 
		    border-radius: 33px;
	background-color: #eaf6f7;
	position: absolute; 
	height: 65px;
	width: 65px; 
	margin: 5px 0 0 5px;
	z-index: 2;
}
.user-level-gauge.level-0 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-5 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-10 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-15 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-20 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-25 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-30 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-35 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-40 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-45 {
  background-image: linear-gradient(90deg, #eaf6f7 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-50 {
  background-image: linear-gradient(-90deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-55 {
  background-image: linear-gradient(-72deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-60 {
  background-image: linear-gradient(-54deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-65 {
  background-image: linear-gradient(-36deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-70 {
  background-image: linear-gradient(-18deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-75 {
  background-image: linear-gradient(0deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-80 {
  background-image: linear-gradient(18deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-85 {
  background-image: linear-gradient(36deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-90 {
  background-image: linear-gradient(54deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-95 {
  background-image: linear-gradient(72deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}
.user-level-gauge.level-100 {
  background-image: linear-gradient(90deg, #1ad1de 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #1ad1de 50%, #eaf6f7 50%, #eaf6f7);
}


/* user level profile */
.user-level-profile { position: absolute !important; bottom: 10px; left: 10px; height: 32px; width: 32px; }
.user-level-profile .user-level-outer { height: 32px; width: 32px; position: absolute; left: 0; top: 0;
	background: #fefefe; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	box-sizing: border-box; z-index: 10;
	-webkit-border-radius: 38px;
	   -moz-border-radius: 38px;
	        border-radius: 38px; }
.user-level-profile .user-level-inner { position: absolute; height: 18px; width: 18px; margin: 7px 0 0 7px; z-index: 15;
	behavior: url(../assets/library/pie/PIE.htc); background: #fefefe;
	color: #1ad1de; font-size: 11px; line-height: 20px;  text-align: center; text-transform: uppercase;
	-webkit-border-radius: 25px; 
	   -moz-border-radius: 25px; 
	   	 -o-border-radius: 25px; 
		    border-radius: 25px; }
.user-level-profile .user-level-gauge { background-color: #eaf6f7; position: absolute; height: 24px; width: 24px; margin: 4px 0 0 4px; z-index: 12;
	-webkit-border-radius: 33px; 
	   -moz-border-radius: 33px;
	   	 -o-border-radius: 33px; 
		    border-radius: 33px; }


/* page login / subscribe / forgot password */
.two-pop-cols-layout {
	width: 720px;
	padding: 0px;
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	        border-bottom: 10px;
	border: 2px solid #F4F4F4;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
.two-cols-full {
	width: 100%;
}
.two-pop-cols-layout .col-l {
	width: 390px;
	position: relative;
}
.two-pop-cols-layout .col-r {
	width: 275px;
	margin-left: 15px;
}
.two-pop-cols-layout .pop-content {
	margin-left: 40px;
	margin-bottom: 25px;
}
.two-pop-cols-layout .pop-content .icon.icon-facebook, .two-pop-cols-layout .pop-content .icon.icon-instagram {
	margin-right: 15px;
	font-size: 18px;
	width: 20px;
}
.two-pop-cols-layout .pop-content .icon.icon-facebook {
	margin-left: 5px;
	margin-right: 10px;
}
.login .two-pop-cols-layout .login-or {
	top: 8px;
	right: 0px;
	width: 190px;
}
.login .two-pop-cols-layout .subscribe-or {
	top: 8px;
	right: 0px;
	width: 140px;
}
.login .two-pop-cols-layout .subscribe-or>span {
	left: 95px;
}
.login .two-pop-cols-layout input, .login .two-pop-cols-layout button {
	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 25px;
}

.login .two-pop-cols-layout .error-label {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 227px;
}
.login h1.title {
	margin: 5px 0px !important;
	padding-bottom: 20px;
	padding-left: 40px;
}
.login h2.title {
	margin: 20px 0px !important;
}
.two-pop-cols-layout .bottom-part {
	padding: 20px 40px;
}

a {
	font-family: "nimbus-sans", "arial", sans-serif;
	color: #222231;
}
a:hover, a.active, span.arrow-bottom:hover, .header.subheader .search .submenu .trigger:hover, .tagb.empty:hover, .leaflet-container a:hover, .leaflet-container.dark a, .submenu .trigger:hover { color: #1ad1de; }


/*.loading {
	display: inline-block;
	animation-name: pulse;
	animation: pulse 0.8986s infinite ease-in-out;
	-webkit-animation: pulse 0.8986s infinite ease-in-out;
	-moz-animation: pulse 0.8986s infinite ease-in-out;
	-o-animation: pulse 0.8986s infinite ease-in-out;
}
*/

.loading {
	display: inline-block;
	animation-name: smooth-spin;
	animation: smooth-spin 0.8986s infinite ease;
	-webkit-animation: smooth-spin 0.8986s infinite ease;
	-moz-animation: smooth-spin 0.8986s infinite ease;
	-o-animation: smooth-spin 0.8986s infinite ease;
}

@-webkit-keyframes smooth-spin {
	from { -webkit-transform: rotate(0deg) scale(0.802) skew(1deg) translate(0px); }
	to { -webkit-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px); }
}
@-moz-keyframes smooth-spin {
	from { -moz-transform: rotate(0deg) scale(0.802) skew(1deg) translate(0px); }
	to { -moz-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px); }
}
@-o-keyframes smooth-spin {
	from { -o-transform: rotate(0deg) scale(0.802) skew(1deg) translate(0px); }
	to { -o-transform: rotate(360deg) scale(0.802) skew(1deg) translate(0px); }
} 






@-webkit-keyframes pulse {
	0% {color: #333;}
	50% {color: #1ad1de;}
	100% {color: #333;}
}

/*
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
*/


/* mapbox */
.leaflet-popup-content {
	width: 182px !important;
}
.marker-cluster-small div {
	font-family: "nimbus-sans", "arial", sans-serif;
	background-color: #1ad1de;
}
.marker-cluster-small {
	background-color: white;
}
div.mapbox-circle {
	background-color: #1ad1de;
	border: 1px solid white;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
		 -o-border-radius: 20px;
			border-radius: 20px;
	border-width: 3px;
	width:15px;
	height:15px;
}

/* contest */
.contest-zone .contest {
	width: 470px;
	height: 255px;
	overflow: hidden;
	position: relative;
}
.contest img {
	width: 100%;
}
.contest a:hover img {
	-webkit-filter: contrast(120%);
}
.contest-zone {
	margin-bottom: 20px;
}
.contest-infos {
	margin-left: 25px;
	padding-top: 25px;
	max-width: 425px;
	position: relative;
	height: 205px;
}
.contest-infos .button {
	width: 200px;
}
.contest-infos .rank {
	margin-bottom: 8px;
	min-width: 400px;
}
.contest-actions {
	min-width: 400px;
}


/* user card */
.user-cards .user-card:nth-child(4n) { margin-right: 0px !important; }
.user-card { display: block; position: relative; width: 225px; height: 326px; }
.user-card-inner { position: relative; height: 306px; display: block; overflow: hidden; background-color: white; padding: 0px 10px 0px 10px;}
.user-card .pastille { position: absolute; left: -6px; bottom: -5px; height: 20px; width: 20px; text-align: center; z-index: 200; background-color: #23d1de; font-weight: 700; line-height: 21px; font-size: 15px; padding: 0px; box-sizing: border-box;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		 -o-border-radius: 40px;
			border-radius: 40px; }
.user-card:hover .user-card-inner {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.user-card:hover .button.normalb { background: #1ad1de; }
.user-card h2, .user-card:hover h2 { color: #222231; }
.user-card .bg-img { height: 140px; overflow: hidden; background-color: #3C3131; display: none; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.user-card .avatar { height: 70px; width: 70px; overflow: hidden; background-color: #F4F4F4;
background-size: cover; background-repeat: no-repeat; background-position: center center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}
.user-card .avatar img { width: 90px; }
.user-card .user-name { position: relative; top: 45px; width: 100%; font-size: 14px; line-height: 15px; font-weight: 700; }
.user-card .user-name a { font-weight: 700; }
.user-card .previews { top: 210px; height: 80px; overflow: hidden; margin-left: 10px; margin-right: 10px; }
.user-card .previews.bio { height: 80px; overflow: hidden; }
.user-card .previews .tp1, .user-card .previews .tp2, .user-card .previews .tp3 { width: 33.3%; height: 80px; overflow: hidden; box-sizing: border-box; display: inline-block; }
.user-card .previews .tp1 .mini-img { padding-right: 4px; }
.user-card .previews .tp2 .mini-img { padding-right: 2px; padding-left: 2px; }
.user-card .previews .tp3 .mini-img { padding-left: 4px; }
.user-card .previews .mini-img { width: 100%; height: 100%; display: block; box-sizing: border-box; }
.user-card .previews .mini-img .inner-mini-img { display: block; width: 100%; height: 100%; background-color: #F4F4F4;  background-size: cover; background-repeat: no-repeat; background-position: center;  }
.user-card .button { top: 100px; width: 185px; margin-left: 10px; }

/* flex contest cards */
.contest-cards { width: initial; min-width: initial; margin-left: -10px; margin-right: -10px;}
.contest-card { width: 25%; margin-right: 0px; }
.contest-card.big { width: 50%; margin-right: 0px; }
.contest-card, .flex-content .contest-card.big { padding: 10px; box-sizing: border-box; }
.contest-card .contest-card-inner { box-sizing: border-box; display: block; overflow: hidden;  height: 100%; width: 100%; position: relative; }
.contest-card .contest-card-inner, .contest-card.big .contest-card-inner { background: #ffffff; }
.contest-card .contest-card-inner .viewport { position: relative; cursor: pointer; }


.contest-card .overlay-filter { width: 100%; height: 100%; top: 0px; left: 0px; background: rgba(34, 35, 50, 0.5); }

@media (max-width: 600px) {
	.contest-card, .contest-card.big { width: 100%; }
}
@media (min-width: 601px) and (max-width: 1000px) {
	.contest-card.big .partners .mini-card-one { width: 78px !important; }
}
@media (min-width: 601px) and (max-width: 1200px) {
	.contest-card, .contest-card.big { width: 50%; }
}
@media (min-width: 1201px) {
	.contest-card.big { width: 33.3%; }
	.contest-card { width: 25%; }
}
@media (min-width: 1201px) and (max-width: 1600px) {
	.contest-card:not(.big) .partners .mini-card-one { width: 55px; }
}


/* contest card */
.contest-card .overlay { display: none; }
.contest-card:hover .contest-action, contest-card.big:hover .contest-action { background: #23d1de !important; color: #ffffff !important; }
.contest-card:hover .overlay { display: block; }
.contest-card .bg-img  { display: block; background-size: cover; background-position: center; background-repeat: no-repeat;
	-webkit-filter: brightness(0.85);
   	    -moz-filer: brightness(0.85);
 		 -o-filter: brightness(0.85);
			filter: brightness(0.85);
}
.contest-card { height: 330px; position: relative; }

.contest-card .img-shadow {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	background:	 -webkit-linear-gradient( rgba(0,0,0,0.3), transparent);
	background:		-moz-linear-gradient( rgba(0,0,0,0.3), transparent );
	background:		 -ms-linear-gradient( rgba(0,0,0,0.3), transparent );
	background:		  -o-linear-gradient( rgba(0,0,0,0.3), transparent );
	background:			 linear-gradient( rgba(0,0,0,0.3), transparent );
}
.contest-card .bg-img {
	height: 170px;
	overflow: hidden;
	background-color: #CCCCCC;
	position: relative;
}
.contest-card .bg-img img {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 4;
}
.contest-card .bg-img img.blurred {
	z-index: 2;
}
.contest-card .contest-title, .contest-card .free-copyright {
	width: 215px;
	z-index: 8;
}

.contest-card:not(.big) .contest-title { line-height: 30px; letter-spacing: 0.3px; }

.contest-card .contest-title-group { z-index: 700; top: 18px; padding-left: 20px; padding-right: 20px;  box-sizing: border-box; width: 100%; }
.contest-card .contest-title {
	top: 18px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.contest-card .contest-stamp { top: 24px; right: -62px; text-align: center; background-color: #fff; padding: 2px 50px; transform: rotate(45deg); width: 200px; box-sizing: border-box; font-size: 11px; font-weight: bold; text-transform: uppercase;}
.contest-card .contest-stamp, .contest-card a:hover .contest-stamp { color: #222231; }
.contest-card .contest-action { transition: none; position: absolute; min-width: 106px; bottom: 20px; left: 20px; height: 36px; box-sizing: border-box; line-height: 28px; background: #ffffff; color: #222231; z-index: 16; font-weight: 700 !important; }
.contest-card .free-title { margin-left: 0px; margin-top: 20px; padding-left: 20px; width: 100%; }
.contest-card .free-copyright {
	top: 259px;
	color: #979797;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 7px;
}
.contest-card .partners { width: 100%; height: 65px; margin-left: 2px; margin-top: 5px; }
.contest-card .partners .mini-card-one, .contest-card .partners .mini-card-two, .contest-card .partners .mini-card-three {
	text-align: left;
}
.contest-card .partners .mini-card-two img, .contest-card .partners .mini-card-three img {
	height: 100%;
	vertical-align:	middle;
}
.contest-card .partners .mini-card-one img {
	width: 100%;
	vertical-align:	middle;
}
.contest-card .partners .mini-card-one {
	width: 80px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin-left: 18px;
}
.contest-card .partners .mini-card-two {
	width: 134px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin-left: 8px;
}
.contest-card .partners .mini-card-three {
	width: 205px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin-left: 18px;
}
.contest-card .partners .mini-card-three img { float: left; }
.contest-cards.final.container { min-height: 170px; }

.contest-card.big { height: 390px; position: relative; }
.contest-card.big .bg-img {
	height: 230px;
	overflow: hidden;
	background-color: #CCCCCC;
	position: relative;
	-webkit-filter: brightness(0.9);
   	    -moz-filer: brightness(0.9);
 		 -o-filter: brightness(0.9);
			filter: brightness(0.9);
}
.contest-card.big .img-shadow {
	height: 145px;
}
.contest-card.big .contest-title, .contest-card.big .contest-sub-title, .contest-card.big .contest-counter-title, .contest-card.big .free-copyright {
	width: 100%;
	z-index: 8;
}
.contest-card.big .contest-title {
	top: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.3px;
}
.contest-card.big .contest-sub-title {
	top: 52px;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.2px;
}
.contest-card.big .contest-counter-title {
	top: 181px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 0.3px;
	width: 180px;
}
.contest-card.big .contest-action { position: absolute; min-width: 105px; top: 178px; right: 21px; left: initial; height: 36px; box-sizing: border-box; z-index: 16; font-weight: 700 !important; font-size: 14px; color: #222231; background: #ffffff; transition: none; }
.contest-card.big .free-title { margin-top: 20px; margin-left: 0px;  width: 100%; padding-left: 20px; padding-right: 20px; box-sizing: border-box; letter-spacing: 0.2px; }
.contest-card.big .free-copyright { top: 438px; color: #8898aa; font-size: 12px; letter-spacing: 0.3px; margin-top: 3px;}
.contest-card.big .partners { margin-left: 0px; margin-top: 5px; height: 70px; overflow: hidden; }
.contest-card.big .partners .mini-card-one {
	width: 105px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	/*background-color: #F4F4F4;*/
	margin-left: 20px;
}
.contest-card.big .partners .mini-card-two {
	width: 280px;
	height: 70px;
	line-height: 90px;
	overflow: hidden;
	/*background-color: #F4F4F4;*/
	margin-left: 20px;
}
.contest-card.big .partners .mini-card-three {
	width: 430px;
	height: 70px;
	line-height: 90px;
	overflow: hidden;
	/*background-color: #F4F4F4;*/
	margin-left: 20px;
}
.contest-card.big .share-zone { position: absolute; height: 69px; top: 101px; right: 21px; z-index: 16; }

.contest-card.big .share-zone a.one-c:not(:FIRST-CHILD) { border-left: 1px solid #f5f9fc; }
.contest-card.big .share-zone a.one-c { padding-top: 6px; width: 35px; height: 36px; margin-left: 0px !important; background-color: #ffffff; }
.contest-card.big .share-zone a.one-c i.icon { color: #22242c; }
.contest-card.big .share-zone a.one-c:hover i.icon { color: #ffffff; }
.contest-card.big .share-zone a.one-c.facebook:hover { background-color: #3b5998; }
.contest-card.big .share-zone a.one-c.twitter:hover { background-color: #4099FF; border-left: 1px solid #4099FF; }
.contest-card.big .share-zone a.one-c.pinterest:hover { background-color: #bd081c; border-left: 1px solid #bd081c; }

.contest-card.big .share-zone a.two-c {
	width: 57px;
	height: 24px;
}
.contest-card.big .share-zone a.three-c {
	width: 96px;
	height: 24px;
}
.contest-card.big .share-zone a {
	box-sizing: border-box;
	line-height: 28px;
	background: rgb(204, 204, 204);
  	background: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}
.contest-card.big .share-zone a.facebook {
	line-height: 24px;
}
.contest-card.big .share-zone a:hover {
	background: rgb(75, 201, 214);
	background: rgba(75, 201, 214, 1);
}
.contest-card.big .share-zone a i.icon-facebook {
  font-size: 14px;
  line-height: 25px;
  display: block;
}
.contest-card.big .share-zone a i.icon-twitter {
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.contest-card.big .share-zone a i.icon-pinterest {
	font-size: 14px;
}

/* contests */
.contest-tab-container { background: #ffffff; }
.contest-nav a { font-size: 12px; }
.contest-nav.selector { height: 60px; }
.menu-selector .submenu { border: none; }
.contest-nav.selector ul>li.menu-selector>a { height: 57px; line-height: 58px; min-width: initial; color: #222231; }
.contest-nav.selector ul>li.menu-selector>a > span { font-weight: 700; }
.contest-nav.selector ul>li.menu-selector>a:hover { border-bottom: 1px solid #1ad1de; color: #1ad1de; height: 59px; }
.contest-nav.selector ul>li.menu-selector>a.active { line-height: 57px; }
.contest-nav.selector ul>li.menu-selector>a:not(.active) { height: 59px; line-height: 55px; }
.contest-nav.selector ul>li.menu-selector>a:not(.active):hover { height: 59px; line-height: 57px; }
.contest-nav.selector ul>li.menu-selector>div.submenu>a, .contest-nav.selector ul>li.menu-selector div.submenu>a { color: #222231; }
.contest-nav.selector ul>li.menu-selector div.submenu>a span.arrow-bottom { border-top-color: #222231; }
.contest-nav.selector ul>li.menu-selector>div.submenu>a:hover { color: #1ad1de; border-bottom: none; }

@media (max-width: 767px) {
	.contest-nav.selector ul>li.menu-selector { margin-right: 10px; }
}


/* contest slider */
.contest-slider { height: 800px; background-color: #161620; }
.contest-slider .slider-element, .contest-slider .slick-list, .contest-slider .slick-track {
	height: 100%;
}
.contest-slider .slider-element.slider-photo-portrait .img-holder .back-img { background-color: #1d1d25; background-size: contain; }
.contest-slider .slider-element .slider-infos {
	position: absolute;
	top: 175px;
	width: 700px;
	left: 50%;
	z-index: 4000;
	color: white;
}
.contest-slider .slider-element .slider-infos.bottom {
	bottom: 5px;
	top: initial;
}
.contest-slider .slider-element .slider-infos .inner {
	position: relative;
	left: -50%;
}
.contest-slider .slider-element .slider-infos h1 { letter-spacing: 0.4px; font-size: 42px; font-weight: 700; line-height: 40px; margin-top: -10px; }
.contest-slider .slider-element .slider-infos h2 { font-weight: 300; letter-spacing: 0.4px; font-size: 20px; margin-top: 10px; min-height: 20px; }
.contest-slider .slider-element .slider-infos .contest-status-infos { margin-top: 75px; }
.contest-slider .slider-element .slider-infos p span:.pastille { display: block; }
.contest-slider .slider-element .slider-infos p span:not(.pastille) { margin-top: 15px; display: block; font-size: 16px; font-weight: 300; text-decoration: underline; }
.contest-slider .slider-element .slider-infos a:hover {
	color: white;
}
.contest-slider .slider-element .slider-infos .button {
	width: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
	color: #222231;
	margin-top: 10px;
	font-weight: 700 !important;
}
.contest-slider .slider-element .slider-infos .button:hover { color: #ffffff; background: #23d1de; }
.contest-slider .slider-element .img-holder {
	height: 100%;
	width: 100%;
	position: relative;
	/*transform: translate(-50%,-50%);*/
}
.contest-slider .slider-element .c-copyright { color: #ffffff; font-weight: 300 !important; font-family: "nimbus-sans", "arial", sans-serif; font-size: 10px; letter-spacing: 0.3px; position: absolute; bottom: 10px; right: 20px; }
/* img version */
.contest-slider .slider-element .img-holder .back-img {
	min-height: 100%;
	min-width: 100%;
	position: relative;/*
	left: 50%;
	top: 50%;*/
	-webkit-filter: brightness(0.7);
	    -moz-filer: brightness(0.7);
		 -o-filter: brightness(0.7);
			filter: brightness(0.7);
}
/* background image version */
.contest-slider .slider-element.image-contain .img-holder .back-img { background-size: contain; }
.contest-slider .slider-element .img-holder .back-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.contest-slider .slider-element.contest-126 .img-holder .back-img {
	background-position: bottom right;
}


.contest-slider-zone .left-nav, .contest-slider-zone .right-nav { transition: none; display: block; color: #222231; position: absolute; top: 50%; height: 45px; margin-top: -22px; }
.contest-slider-zone .left-nav { margin-left: 40px; }
.contest-slider-zone .right-nav { margin-right: 40px; }
.contest-slider-zone .left-arrow:hover i, .contest-slider-zone .right-arrow:hover i { transform: none; }
.contest-slider-zone .left-arrow i, .contest-slider-zone .right-arrow i { top: 0px; margin-top: 0px; opacity: 1; }
.contest-slider-zone .left-arrow i { padding: 0px 0px 0px 6px; }
.contest-slider-zone .right-arrow i { padding: 0px 6px 0px 0px; }

.contest-slider-zone .contest-stamp { position: absolute; left: 40px; top: 20px; background-color: #00d1df; color: #fff; font-weight: bold; padding: 5px 15px; z-index: 20000; text-align: center; text-transform: uppercase; vertical-align: middle; line-height: 16px; box-sizing: border-box; font-size: 12px; -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15); }

.notifyjs-contest-card-base {
	white-space: nowrap;
	background: rgb(75, 201, 214);
	background: rgba(75, 201, 214, 0.7);
	padding: 5px;
	width: 106px;
	color: white;
}


.sc-main-content { margin-top: 40px; }


/* specific contest css */
.contest-slider .slider-element.contest-129 h1, .contest-slider .slider-element.contest-129 h2, .contest-slider .slider-element.contest-129 span:not(.pastille) {
	-webkit-text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	   -moz-text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	     -o-text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	        text-shadow: 0 0 6px rgba(0, 0, 0, 1);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}
.contest-slider .slider-element.contest-129 .slider-infos .inner:not(.c-copyright) {
	background-color: rgb(90, 90, 90);
	background-color: rgba(90, 90, 90, 0.6);
	padding: 30px;
	 -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		  -o-border-radius: 3px;
			 border-radius: 3px;
}

/* activity card */

#header-activity-card {
 	-webkit-border-radius: 2px !important;
		-moz-border-radius: 2px !important;
		  -o-border-radius: 2px !important;
			 border-radius: 2px !important;
}

.activity-card {
	width: 295px;
	padding-top: 10px;
	border-left: 1px solid #F4F4F4;
	border-right: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	background-color: white;
	font-family: "nimbus-sans", "arial", sans-serif !important;
}
.activity-card.light {
	width: 225px;
	height: 240px;
	padding-top: 0px;
	padding-bottom: 17px;
	background-color: #FBFBFB;
	border: 1px solid #F4F4F4;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
.activity-card .nano {
	height: 300px;
}
.activity-card.light .nano {
	height: 200px;
}
.inner-activity-card {
	width: 295px;
	overflow: hidden;
	background-color: white;
}
.activity-card.light .inner-activity-card {
	width: 225px;
	padding-top: 7px;
	background-color: #FBFBFB;
}
.inner-activity-card:focus {
	outline: 0 !important;
}
.inner-activity-card .activity-row:not(:first-child) {
	margin-top: 10px;
}
.inner-activity-card .activity-row {
	width: 285px;
}
.activity-card.light .inner-activity-card .activity-row {
	width: 225px;
}
.inner-activity-card .activity-row .col-one {
	width: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.activity-card.light .inner-activity-card .activity-row:not(.mini) .col-one {
	padding-left: 0px;
	padding-right: 15px;
}
.inner-activity-card .activity-row:not(.mini) .col-one {
	min-height: 40px;	
}
.inner-activity-card .activity-row .col-two {
	width: 155px;
	text-overflow: ellipsis;
}
.inner-activity-card .activity-row.oldstyle .col-three {
	width: 265px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
}
.activity-card.light .inner-activity-card .activity-row.oldstyle .col-three {
	width: 195px;
}

.inner-activity-card .activity-row:not(.mini) .col-two {
	min-height: 40px;	
}
.activity-card.light .inner-activity-card .activity-row:not(.mini) .col-two {
	padding-left: 10px;	
}
.activity-row .a-time {
	line-height: 13px;
	font-size: 11px;
	margin-bottom: 1px;
}
.activity-card.light .activity-row .a-time {
	margin-top: 6px;
	margin-bottom: 6px;
}
.activity-row .a-name {
	line-height: 13px;
	font-size: 13px;
	text-transform: none;
}
.activity-row .a-event-desc {
	line-height: 13px;
	font-size: 12px;
	text-transform: none;
}
.activity-card .a-more-notif {
	height: 40px;
	line-height: 40px;
	vertical-align: 40px;
	margin-top: 5px;
}
.activity-card.light .a-more-notif {
	display: none;
}
.activity-card .title-zone {
	display: none;
}
.activity-card.light .title-zone {
	height: 40px;
	line-height: 40px;
	vertical-align: 40px;
	padding-left: 10px;
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
}
.inner-activity-card .activity-row .grouped-img-overlay {
	top: 0px;
	left: 0px;
	width: 33px;
	height: 34px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	padding-left: 7px;
	padding-top: 6px;
	line-height: 15px;
	vertical-align: top;
}
.inner-activity-card .activity-row .sub-activity-trigger {
	display: block;
}
.inner-activity-card .activity-row .sub-activity-trigger.active .grouped-img-overlay {	
	background-color: rgba(75, 201, 214,0.9);
}
.inner-activity-card .activity-row .sub-activity-trigger.active:hover .grouped-img-overlay {
	color: white;
}
.inner-activity-card .activity-row .sub-activity-trigger:hover .grouped-img-overlay {
	color: #1ad1de;
}
.inner-activity-card .activity-row .user-profile-img.small.photo img {
	width: auto !important;
	height: 100%;
}
.inner-activity-card .sub-activity-row {
	margin-top: 10px;
	margin-bottom: 20px;
	display: none;
}
.inner-activity-card .sub-activity-row .activity-row.mini:not(:first-child) {
	margin-top: 3px;
}
.inner-activity-card .sub-activity-row .activity-row.mini .a-name {
	line-height: 20px;
	vertical-align: middle;
}
.nano .nano-pane {
	width: 4px;
	background: #F4F4F5;
	margin-right: 5px;
}
.activity-card.light .nano .nano-pane {
	width: 4px;
	background: #F4F4F5;
	margin-right: 2px;
}
.nano .nano-slider {
	width: 4px;
	background: #222231;
}

.white-fg {
	background-color: white;
}
.grey-fg {
	background-color: #CCC;
}
.stdgrey-fg {
	background-color: #F4F4F5;
}
.green-fg {
	background-color: #65E1C1;
}
.orange-fg {
	background-color: #F5A623;
}
.red-fg {
	background-color: #c04a4a;
}
.darkgrey-fg {
	background-color: #F4F4F4;
}
.lightgrey-fg {
	background-color: #F9F9FA;
}
.pastille {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8px;
	min-height: 8px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	     -o-text-shadow: none;
	        text-shadow: none;
}
.pastille.medium {
	font-size: 13px;
	min-height: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.what-the-duck img { width: 100%; }


.edit-photo-progress-container {
	height: 45px;
	width: 100%;
	background-color: #EAF0F2;
}
.edit-photo-progress-bar {
	height: 45px;
	width: 0%;
	background-color: #1ad1de;
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.edit-photo-progress-bar.progress-25 { width: 25%; }
.edit-photo-progress-bar.progress-50 { width: 50%; }
.edit-photo-progress-bar.progress-75 { width: 75%; }
.edit-photo-progress-bar.progress-100 { width: 100%; }

#editPhotoForm > div.two-lc.wider {
	width: 470px !important;
}


.status-light {
	opacity: 0.62;
	display: block;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.top-sub.action-buttons {
	height: 40px;
}
.top-sub.action-buttons .icon.icon-delete {
	font-size: 14px;
}
.top-sub .m-title {
	line-height: 25px;
}

.full-width {
	width: 100%;
}

.mini-field {
	min-width: initial !important;
	width: auto !important;
	max-width: 120px;
	height: 13px;
}
.mini-field.small {
	max-width: 80px;
}
.mini-field.xsmall {
	max-width: 60px;
}
.edit-meta span {
	font-size: 12px;
}

.four-cols-layout.small input.input-ghost, .four-cols-layout.small textarea.input-ghost {
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4 !important;
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	     -o-box-shadow: none !important;
	        box-shadow: none !important;
}
.four-cols-layout.small .input-ghost:hover {
	background-color: #F8F8F8;
	cursor: pointer;
}
.four-cols-layout.small .input-ghost:focus {
	background-color: white !important;
	border: 1px solid #D8D8D8 !important;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
	   -moz-box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
	     -o-box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
	        box-shadow: inset 0px 0px 1px 0px rgba(100, 100, 100, 0.10) !important;
}
.input-ghost:focus {
	cursor: text;
}

.form-input>div.fancy-select {
	border: 1px solid #D8D8D8;
}
.form-input>div.fancy-select, .form-input>div.fancy-select div.trigger {
	width: auto !important;
}
.form-input>div.fancy-select div.trigger {
	margin-left: 10px;
	padding: 6px 24px 6px 9px !important;
}
/*.form-input>div.fancy-select div.trigger:after {
	top: 14px !important;
}*/
.form-input>div.fancy-select ul.options {
	min-width: 223px;
}

/* price slider*/
.price-slider.noUi-horizontal {
	height: 7px;
}
.price-slider.noUi-connect {
	background: #14C7D9;
}
.price-slider .noUi-background {
	background: #ccc;
}
.price-slider.noUi-target, .price-slider .noUi-origin {
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
.price-slider.noUi-target.noUi-connect, .price-slider.noUi-target, .price-slider.noUi-connect, .price-slider .noUi-background {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.price-slider.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 15px;
    top: -4px;
    left: -6px;
    border: 2px solid #14c7d9;
	background: white;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		 -o-border-radius: 15px;
			border-radius: 15px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.price-slider .noUi-handle:before, .price-slider .noUi-handle:after {
	content: "";
	background: none;
	display: none;
}
.price-slider.noUi-horizontal .noUi-handle:hover {
	cursor: pointer;
}

#user-commission {
	text-align: left;
	/*min-width: 110px;*/
	font-size: 15px;
	color: #14C7D9;
}

.select-poi em {
	background-color: #1ad1de;
	opacity: 0.9;
	position: absolute;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		 -o-border-radius: 40px;
			border-radius: 40px;
	-webkit-box-shadow: 0 0 10px rgba(75, 201, 214, 0.6);
	   -moz-box-shadow: 0 0 10px rgba(75, 201, 214, 0.6);
	     -o-box-shadow: 0 0 10px rgba(75, 201, 214, 0.6);
	        box-shadow: 0 0 10px rgba(75, 201, 214, 0.6);
}
.select-poi em:hover {
	cursor: move;
}
.select-poi em.inactive {
	background-color: #cccccc;
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	   -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	     -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	        box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
}



/* generic card */
.gen-cards.mini {
	width: 231px;
}
.gen-cards.one-c {
	width: 231px;
}
.gen-cards.one-c.three-c {
	width: 721px;
}
.gen-cards.one-c .slick-inner { height: 330px; }
.gen-cards.one-c .slick-inner.contest-juries { height: 305px; }
.gen-cards.one-c.three-r .slick-inner {
	height: 691px;
}
.gen-cards.one-c.mini:not(.three-r) .slick-inner {
	height: 215px;
}
.gen-cards.one-c .slick-element-card {
	width: 231px;
	margin: 3px;
}
.gen-cards .slick-element-card {
	
	margin: 3px;
}
.gen-cards-top {
	min-height: 20px;	
}
.gen-cards.three-c .gen-cards-top {
	width: 721px;	
}
.gen-cards-top .top-title, .contest-inter-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.gen-cards.one-c .gen-card-prev, .gen-cards.one-c .gen-card-next {
	display: inline-block;
}
.gen-cards .gen-card-prev, .gen-cards .gen-card-next {
	display: none;
}
.gen-cards {
	width: 100%;
}
.gen-cards:not(.one-c) .slick-element-card .user-card {
	margin-right: 0px;
}
.gen-cards:not(.one-c) .slick-element-card:not(:nth-child(3n)) .partner-card,
.gen-cards:not(.one-c) .slick-element-card:not(:nth-child(3n)) .upper-user-card .user-card {
	margin-right: 20px;
}
.gen-cards:not(.one-c) .partner-card,
.gen-cards:not(.one-c) .user-card {
	margin-bottom: 20px;
}
.gen-cards:not(.one-c) {
	width: 100%;
}
/* flex gen cards */ 
.flex-content .row div[class*="col-xs"],
.flex-content .row div[class*="col-sm"],
.flex-content .row div[class*="col-md"],
.flex-content .row div[class*="col-lg"],
.flex-content .row div[class*=" col-xs"],
.flex-content .row div[class*=" col-sm"],
.flex-content .row div[class*=" col-md"],
.flex-content .row div[class*=" col-lg"] { margin-bottom: 20px; }
.flex-content .gen-cards, .flex-content .gen-card, .flex-content .price-card, .flex-content .user-card, .flex-content .partner-card, .flex-content .terms-card { width: 100%; }
.flex-content .price-card { min-height: 226px; height: 100%; }
.flex-content .price-card .description { width: 100%; height: 100%; box-sizing: border-box; }
.flex-content.not-responsive-page .user-card { width: 225px; }
.flex-content .user-card { width: 100%; }
.flex-content .user-card .avatar { position: relative; left: 0px; border: none; margin-left: auto; margin-right: auto; display: block; }
.flex-content .user-card .previews { margin-left: auto; margin-right: auto; position: relative; top: 80px; width: 100%; display: block; }
.flex-content .user-card .previews.bio { width: 100%; text-align: center; padding-left: 5px; padding-right: 5px; box-sizing: border-box; }
.flex-content .user-card .previews.bio, .flex-content .user-card:hover .previews.bio { color: #222231; }
.flex-content .user-card .button { margin-left: auto; margin-right: auto; position: relative; box-sizing: border-box; width: 100%; background-color: #ecf0f3; color: #22242c; font-weight: 700 !important; box-shadow: none; }
.flex-content .user-card:hover .button { color: #ffffff; }
.flex-content .user-card .avatar-wrapper { position: relative; margin-left: auto; margin-right: auto; top: 30px; display: block; height: 70px; width: 70px; }
.flex-content .partner-card .bg-img { background-color: #fcfcfc; background-size: contain; background-position: center; background-repeat: no-repeat;}
.flex-content .partner-card .description { width: 100%; width: 100%; box-sizing: border-box; min-height: 116px; }
.flex-content .gen-cards.one-c { padding-bottom: 20px; }
.flex-content .gen-cards.one-c .slick-element-card { margin: 0px; width: 100%; margin-top: 2px; }
.flex-content .gen-cards:not(.one-c) .slick-element-card:not(:nth-child(3n)) .partner-card, .flex-content .gen-cards:not(.one-c) .slick-element-card:not(:nth-child(3n)) .upper-user-card .user-card { margin-bottom: 0px; }
.flex-content .terms-card .button { position: relative; margin-left: auto; margin-right: auto; margin-top: 10px; }
.flex-content .terms-card .description { position: relative; margin-left: auto; margin-right: auto; text-align: center; }
.flex-content .terms-card .bg-img { background-color: #4bad68; background-size: contain; background-position: center; background-repeat: no-repeat; }
.flex-content .terms-card .bg-img a { width: 100%; height: 100%; display: block; }
.flex-content .contest-share a.ssk { box-sizing: border-box; width: 33.3%; height: 35px; }
.flex-content .contest-slider .slider-element .slider-infos:not(.bottom) .button { font-size: 18px; min-width: 100px; width: initial; padding-top: 0px; padding-bottom: 0px; padding-left: 30px; padding-right: 30px; box-sizing: border-box; height: 50px; line-height: 50px; transition: none; }
.flex-content .top-list, .flex-content .image-gallery-nav, .flex-main-container .top-list,
.responsive-container-cl .image-gallery-nav, .responsive-container .image-gallery-nav { width: 100%; }
.sticky-contest-subheader.flex-content .left-content { margin-left: 5%; }
.sticky-contest-subheader.flex-content .right-content { margin-right: 5%; }
.flex-content .contest-terms .button { height: 25px; line-height: 25px; }

.flex-content .user-cards { margin-left: -10px; margin-right: -10px; }
.flex-content .user-cards .user-card { height: 326px; width: 25%; padding: 10px; box-sizing: border-box; }
@media (max-width: 600px) {
	.flex-content .user-cards .user-card { width: 100%; }
}
@media (max-width: 767px) {
	.flex-content .contest-slider .slider-element .slider-infos:not(.bottom) { width: 100%; top: 126px; }
	.flex-content .contest-slider .slider-element .slider-infos:not(.bottom) h1 { line-height: 36px; }
	.flex-content .contest-slider .slider-element .slider-infos:not(.bottom) h2 { margin-top: 40px; }
	.flex-content .contest-slider .slider-element .slider-infos:not(.bottom) .button { margin-top: 60px; min-width: 100px; width: initial; }
	.flex-content .left-arrow i, .flex-content .right-arrow i { bottom: 0px; top: initial; }
	
	.flex-content .contest-slider-zone .left-nav { margin-left: 5px; top: 85%; }
	.flex-content .contest-slider-zone .right-nav { margin-right: 5px; top: 85%; }
	.flex-content .contest-slider-zone .contest-stamp { left: 5px; }
	
	.sticky-contest-subheader.flex-content { height: initial; min-height: 70px; padding-bottom: 10px; text-align: center; }
	.sticky-contest-subheader.flex-content .left-content { margin-left: 0px; margin-top: 10px; }
	.sticky-contest-subheader.flex-content .right-content { margin-right: 0px; }
	.sticky-contest-subheader.flex-content .left-content, .sticky-contest-subheader.flex-content .right-content { float: none !important; }
	.sticky-contest-subheader.flex-content .right-content .button { margin-top: 8px; height: 25px; line-height: 25px; min-width: 225px; width: initial; }
	
	.sticky-contest-subheader.flex-content .left-content a.contest-name h1 { font-size: 16px; }
	.sticky-contest-subheader.flex-content .left-content p { margin-top: 5px; }
}
@media (min-width: 601px) and (max-width: 1200px) {
	.flex-content .user-cards .user-card { width: 50%; }
}

/* gen price cards */
.gen-cards.three-c .slick-element-card .price-card:not(:nth-child(3n)) {
	margin-right: 20px;
}
.gen-cards.three-c .price-card {
	margin-bottom: 0px;
}
.gen-cards.three-r .slick-element-card .price-card:not(:nth-child(3n)) {
	margin-bottom: 20px;
}
.gen-cards.three-r .price-card {
	margin-bottom: 0px;
}

.price-card .bg-img { background-size: contain; background-position: center; background-repeat: no-repeat; }


/* partners */
.partner-card {
	width: 225px;
	height: 330px;
	position: relative;
	background-color: white;
}
.partner-card .partner-card-inner { overflow: hidden; height: 330px; }
.partner-card .bg-img {
	height: 140px;
	overflow: hidden;
	background-color: #fcfcfc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.partner-card .bg-img img {
	height: 140px;
}
.partner-card .name { background: #F4F4F5; height: 40px; line-height: 40px; width: 100%; text-align: center; font-weight: 700; display: table; }
.partner-card .name > span { line-height: 15px; display: table-cell; vertical-align: middle; text-align: center; color: #222231; font-weight: 700; }


.partner-card .description {
	height: 90px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
	padding-bottom: 8px;
  	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow-y: scroll;
	width: initial;
	font-size: 13px;
	line-height: 16.12px;
}
.partner-card .partner-link {
	font-size: 13px;
	padding-left: 15px;
}
.partner-card .titlebold, .partner-card .titleregular { font-size: 14px; }

/* prices */
.price-card {
	width: 225px;
	height: 215px;
	overflow: hidden;
	position: relative;
	background-color: white;
}
.price-card .bg-img {
	height: 140px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.price-card .bg-img img {
	width: 100%;
}
.price-card .description {
	height: 45px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 195px;
	font-size: 13px;
	line-height: 20px;
}
.price-card .description .rank {
	text-transform: uppercase;
}
.price-card .description .rank .sup {
	text-transform: lowercase;
}
.price-card .description .detail {
	font-weight: bold;
	line-height: 16px;
	font-size: 11px;
}

.switch {
	padding-left: 2px;
	padding-right: 1px;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
		 -o-border-radius: 17px;
			border-radius: 17px;
	background: #F4F4F5;
	border-top: 1px transparent;
	height: 20px;
}

.switch .left-nav.mini, .switch .right-nav.mini {
	display: inline-block;
	margin: 0px !important;
	width: 45px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
		 -o-border-radius: 17px;
			border-radius: 17px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	background: transparent;
	text-transform: uppercase;
	font-size: 11px;
	color: #222231;
}
.switch .left-nav.mini.selected, .switch .right-nav.mini.selected {
	background: #1ad1de;
	color: #FFF;
}


/* terms and rules card */
.terms-card, .rules-card {
	width: 225px;
	height: 215px;
	overflow: hidden;
	position: relative;
	background-color: white;
}
.terms-card .bg-img, .rules-card .bg-img {
	height: 140px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.terms-card .bg-img img, .rules-card .bg-img img {
	width: 100%;
}
.terms-card .description, .rules-card .description {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 195px;
	line-height: 13px;
	text-overflow: ellipsis;
	text-align: left;
	text-transform: uppercase;
	color: #999999;
}
.terms-card .description {
	padding-top: 10px;
}
.rules-card .description {
	padding-top: 5px;
}
.terms-card.terms-general .description {
	font-size: 11px;
	margin-top: 3px;
	text-align: center !important;
}
.terms-card .description .text, .rules-card .description .text {
	font-size: 8px;
	font-weight: 400;
	padding-top: 3px;
	line-height: 13px;
	vertical-align: middle;
	display: inline-block;
}
.terms-card .button, .rules-card .button {
	bottom: 10px;
	width: 185px;
	margin-left: 10px;
}
.rules-card .contest-name {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 18px;
	vertical-align: middle;
	display: inline-block;
	font-weight: 700;
}


/* contest popin */
.std-popin {
	background: #FFFFFF;
}
.std-popin .inner-popin {
	width: 960px;
}
.std-popin .inner-popin .content {
	padding: 10px;
	min-height: 500px;
}
.std-popin .inner-popin .bottom {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.std-popin .img-holder {
	overflow: hidden;
	width: 100%;
	height: 380px;
	background-color: lightblue;
}
.std-popin .img-holder img {
	width: 100%;
	top: -5px;
	position: relative;
	-webkit-filter: brightness(0.8);
	    -moz-filer: brightness(0.8);
		 -o-filter: brightness(0.8);
			filter: brightness(0.8);
}
.std-popin .slider-infos {
	position: absolute;
	width: 900px;
	padding: 20px;
	top: 120px;
	text-align: center;
	color: white;
}
.std-popin .slider-infos h1 {
	font-size: 34px;
}
.std-popin .slider-infos a:hover {
	color: white;
}
.std-popin .slider-infos .copyright {
	text-align: center;
	width: 840px;
	top: 200px;
	font-size: 10px;
}


/* sticky */
.stuck {
	position: fixed !important;
	top: 0;
}
.contest-slider-zone.stuck {
	top: -672px; /* recalculated in js */
	z-index: 555555;
}
.fake-contest-slider-zone {
	width: 100%;
	height: 800px; /* recalculated in js */
}
.sticky-contest-subheader {
	left: 0px;
	top: -600px;
	width: 100%;
	height: 100px;
	z-index: 666666;
	/*background: transparent;*/
	background-color: #3c3131;
	background-position: bottom; background-size: cover; background-repeat: no-repeat;
}
.sticky-contest-subheader .left-content {
	margin-top: 20px;
}
.sticky-contest-subheader .left-content a.contest-name h1 {
	font-size: 24px;
	font-weight: 600;
}
.sticky-contest-subheader .left-content a.contest-name:hover {
	color: white !important;
}
.sticky-contest-subheader .left-content p {
	color: white;
}
.sticky-contest-subheader .left-content p span:not(.pastille) {
    font-size: 14px;
    font-weight: 600;
}
.sticky-contest-subheader .right-content .button {
	width: 225px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: rgb(75, 201, 214);
	margin-top: 26px;
	font-weight: 600;
}
.sticky-contest-subheader .right-content .button:hover {
	background: rgb(75, 201, 214);
}
.sticky-contest-subheader .sub-image-count {
	width: 225px;
	text-align: right;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-top: 40px;
	color: white;
	font-size: 20px;
}



/* table image grid */
.table-image-gallery-container {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.table-image-gallery {
	width: 100%;
}
.table-image-gallery thead {
	text-align: left;
}

.table-image-gallery tbody a:hover img {
	-webkit-filter: contrast(120%);
}
.table-image-gallery tbody tr {
	height: 116px;
	transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.table-image-gallery tbody tr:hover {
	background-color: #F4F4F4;
	transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.table-image-gallery tbody tr:hover .t-stats {
	color: #222231;
	transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

.table-image-gallery tbody tr, .table-image-gallery thead tr {
	border-bottom: 2px solid #F4F4F4;
}
.table-image-gallery tbody tr td {
	height: 92px;
	vertical-align: middle;
	padding: 0px;
}
.table-image-gallery tbody .t-rank {
  width: 75px;
  font-size: 26px;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  padding-left: 10px;
}
.table-image-gallery tbody .t-photo {
	width: 182px;
}
.table-image-gallery tbody .t-avatar {
	width: 325px;

}
.table-image-gallery tbody .t-username {
	width: 200px;
	padding-left: 10px;
	text-align: left;
}
.table-image-gallery tbody .t-avatar, .table-image-gallery .t-photo .photo-popup {
	margin: 0px;
}
.table-image-gallery tbody .t-phototitle {
	display: inline-block;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.table-image-gallery tbody .t-phototitle .t-user {
	top: 15px;
	position: absolute;
	font-size: 16px;
	width: 190px;
	height: 22px;
	overflow: hidden;
}
.table-image-gallery tbody .t-phototitle .t-title {
	top: 40px;
	position: absolute;
	font-size: 14px;
	width: 190px;
	height: 48px;
}
.table-image-gallery tbody .t-phototitle .t-ranking {
	bottom: 15px;
  	position: absolute;
  	font-size: 12px;
}
.table-image-gallery tbody .t-stats {
	width: 65px;
	line-height: 28px;
	color: #D8D8D8;
	transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.table-image-gallery tbody .t-stats .icon {
	font-size: 9px;
  	text-align: center;
  	display: inline-block;
  	min-width: 15px;
}
.table-image-gallery tbody .t-actions {
	width: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

.table-image-gallery-container.edit-mode {
	padding-right: 0px;
}
.table-image-gallery-container.edit-mode tbody tr, .table-image-gallery-container.edit-mode tbody tr td {
	height: 45px;
}
.table-image-gallery-container.edit-mode tbody tr {
	margin-bottom: 3px;
}
.table-image-gallery-container.edit-mode .t-photo {
	width: 45px;
}
.table-image-gallery-container.edit-mode .t-photo .img-cont a {
	width: 40px;
	height: 40px;
}
.table-image-gallery-container.edit-mode .t-photo .img-cont a img {
	width: 100%;
}
.table-image-gallery-container.edit-mode .t-infos {
	min-width: 320px;
	padding-left: 10px;
	vertical-align: top;
}
.table-image-gallery-container.edit-mode .t-infos .t-p-title {
	margin-top: 5px;
}
.table-image-gallery-container.edit-mode .t-infos .t-p-title a {
	font-weight: 200;
    font-size: 13px;
}
.table-image-gallery-container.edit-mode .t-actions {
	width: 100%;
	padding-right: 0px;	
}



/* blog recent posts card */
.blog-basic-card {
	width: 225px;
	padding-top: 0px;
	padding-bottom: 17px;
	background-color: #FBFBFB;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;	
}
.blog-basic-card.light {
	padding-bottom: 5px;
}
.inner-blog-basic-card {
	width: 225px;
	padding-top: 7px;
	overflow: hidden;
	background-color: #FBFBFB;
}
.blog-basic-card.light .inner-blog-basic-card {
	padding-top: 0px;
}
.blog-basic-card .title-zone {
	height: 40px;
	line-height: 40px;
	vertical-align: 40px;
	padding-left: 10px;
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
}
.blog-basic-card .blog-basic-row {
	line-height: 13px;
	margin-bottom: 5px;
}
.blog-basic-card .blog-basic-row .col-two {
	width: 155px;
}
.blog-basic-card .blog-basic-row .a-time {
	font-size: 9px;
	margin-top: 0px;
}
.blog-basic-card .blog-basic-row .a-title {
	font-size: 12px;
	margin-top: 3px;
}

.home-alone {
	font-size: 42px;
	text-align: center;
	padding-top: 150px;
	height: 100%;
}

.contest-photo-copyright {
	position: absolute;
	bottom: 0px;
	left: 8px;
	color: black;
	z-index: 30000;
	color: #979797;
	font-size: 12px;
}


.button i.icon {
  font-size: 11px;
}


.sticker-circle {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: white;
	background-color: #7ED321;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		 -o-border-radius: 40px;
			border-radius: 40px;
	border: 2px solid white;
}
.sticker-circle .icon {
	top: 0px;
	left: 1px;
	font-size: 9px;
	position: relative;
}

.sticker-circle.cross {
	width: 34px;
	height: 34px;
	line-height: 34px;
	opacity: 0.3;
	background-color: #000000;
	border: none;
}
.sticker-circle.cross:hover {
	opacity: 1;
}
.sticker-circle.cross .icon {
	top: 1px;
    left: 0px;
    font-size: 11px;
}

.sticker-circle.plus {
	width: 34px;
	height: 34px;
	line-height: 34px;
	opacity: 0.7;
	background-color: #7ED321;
	border: none;
}
.sticker-circle.plus.big {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.sticker-circle.plus:hover {
	opacity: 1;
}
.sticker-circle.plus .icon {
	top: 1px;
    left: 0px;
    font-size: 11px;
}
.sticker-circle.plus.big .icon {
    top: 5px;
    left: 0px;
    font-size: 22px;
}
/* header toast */
.header-toast {
	height: 30px;
	width: 100%;
	background-color: #F4F4F4;
	line-height: 30px;
	display: none;
}
.header-toast.error {
	background-color: #c04a4a;
}
.header-toast.error .inner-message {
	color: white;
}
.header-toast.error .close-toast {
	background-color: #F56464
}
.header-toast .inner-message {
	text-transform: uppercase;
}
.header-toast.info {
	background-color: #7ED321;
}
.header-toast.info .inner-message {
	color: white;
}
.header-toast.info .close-toast {
	background-color: #92E03E;
}

/* start - popin contest selector */
#wip-popin-contest-selector {
	position: absolute;
	z-index: 999999;
	display: none;
}
.contest-selector {
	width: 310px;
	background-color: white;
	font-family: "nimbus-sans", "arial", sans-serif !important;
}
.contest-selector .title-zone {
	background-color: #fcfcfc;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.contest-selector .title-zone .close-button {
	font-size: 10px;
}
.contest-selector .nano {
	height: 382px;
	overflow: hidden;
}
.contest-selector .inner-contest-selector {
	width: 310px;
	background-color: white;
}
.inner-contest-selector:focus {
	outline: 0 !important;
}
.inner-contest-selector .loading {
    top: 170px;
    left: 150px;
    position: absolute;
}
.contest-selector .inner-contest-selector .contest-row {
	display: block;
	position: relative;
	height: 190px;
	border-bottom: 1px solid #FAFAFA;
	background-size: cover;
	text-shadow: 0px 0px 1px #696969;
}
.contest-selector .inner-contest-selector a:hover {
	color: #222231 !important;
}
.contest-selector .inner-contest-selector .contest-row .contest-title,
.contest-selector .inner-contest-selector .contest-row .pastille,
.contest-selector .inner-contest-selector .contest-row .time-remains {
	z-index: 100;
	position: absolute;
}
.contest-selector .inner-contest-selector .contest-row .contest-title {
    bottom: 35px;
    left: 15px;
	font-size: 14px;
    color: white;
}
.contest-selector .inner-contest-selector .contest-row .time-remains {
	bottom: 15px;
	left: 15px;
	color: white;
}
.contest-selector .inner-contest-selector .contest-row .pastille {
    top: 20px;
    left: 15px;
    height: 11px;
    line-height: 12px;
    min-width: 36px;
    font-size: 9px;
}
.contest-selector .inner-contest-selector .contest-row.selected:before {
	content: "";
	opacity: 0.4;
	background-color: #86D333;
	position: absolute;
	width: 100%;
	height: 100%;
}
.contest-selector .inner-contest-selector .contest-row.selected .sticker-circle {
	display: block !important;
}
.contest-selector .inner-contest-selector .contest-row .sticker-circle {
	position: absolute;
	right: 20px;
	bottom: 20px;	
}
.contest-selector .validate-zone {
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.contest-selector .validate-zone label {
	font-size: 12px;
}
.contest-selector .validate-zone [type="checkbox"]+ label:before {
	top: 0px;
}
.contest-selector .validate-zone [type="checkbox"]+ label:after {
	top: -7px;
}
.contest-selector .validate-zone .button.smallb { height: 29px; line-height: 31px; width: 60px; }
.contest-selector .nano .nano-pane {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* end - popin contest selector */


/* album card */

/*
.album-cards {
	min-width: 960px;
	text-align: left;
}
.album-cards .album-card:nth-child(4n) {
    margin-right: 0px !important;
}
.album-cards .album-card {
	width: 225px;
	height: 220px;
	overflow: hidden;
	position: relative;
	background-color: white;
	margin-right: 20px;
}
.album-cards .album-card .bg-img {
	height: 140px;
	overflow: hidden;
	background-color: #3C3131;
}
.album-cards .album-card .bg-img img {
	-webkit-filter: brightness(0.8);
	    -moz-filer: brightness(0.8);
		 -o-filter: brightness(0.8);
			filter: brightness(0.8);
}
.album-cards .album-card a, .album-cards .album-card a:hover {
	color: white;
}
.album-cards .album-card .album-infos {
	line-height: 16px;
	top: 17px;
}

.album-cards .album-card .album-infos, .album-cards .album-card .album-status {
	left: 10px;
}
.album-cards .album-card .album-name, .album-cards .album-card .album-photo-count {
	max-width: 215px;
	color: white;
}
.album-cards .album-card .album-name {
	font-size: 14px;
}
.album-cards .album-card .album-photo-count {
	font-size: 12px;
}
.album-cards .album-card .album-status {
	top: 120px;
	line-height: 9px;
}
.album-cards .album-card:hover .album-actions {
	display: block !important;
}
.album-cards .album-card .album-actions {
	top: 110px;
    right: 10px;
}
.album-cards .album-card .album-actions a {
	padding: 2px 10px;
}
.album-cards .album-card .previews {
	top: 150px;
	margin-left: 10px;
}
.album-cards .album-card .previews .mini-img {
	width: 63px;
	height: 63px;
	overflow: hidden;
	background-color: #F4F4F4;
}
.album-cards .album-card .previews .mini-img img {
	height: 63px;
}
.album-cards .album-card .previews .mini-img.others {
	margin-left: 8px;
}
*/
.top-album-cards {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.top-album-cards, .top-achievements-cards,
.top-participations-cards, .follows-top-title,
.badges-top-title { font-size: 20px; }

/* send message popin */
#wip-send-new-message .token-input-list-facebook {
	box-sizing: border-box;
	width: 100%;
	height: 40px !important;
}
#wip-send-new-message ul.token-input-list-facebook li input {
	height: 28px;
}
#wip-send-new-message textarea.wip-input {
	width: 100%;
    height: 120px;
    box-sizing: border-box;
}
div.token-input-dropdown-facebook {
	z-index: 9999999 !important;
}
.load-more-navigation .round-button-more .loader.circles-loader, .load-more-navigation .round-button-more .loader.spinner {
	top: 4px;
}


.header.subheader .search.selector ul.fitted>li, .header.subheader .search.selector ul.fitted>li a {
	min-width: initial !important;
} 


/* nav tabs */
.darker-style a span {
	font-weight: 400;
}
.darker-style li a:not(.active) {
	color: #BBBBBB !important;
}

/* card hover */
.user-card, .contest-card, .event-card,
.badge-card, .album-card, .rules-card,
.terms-card, .partner-card .partner-card-inner, .forum-gen-card, .post-card, .banner-card, .flex-gen-card {
	transition: all 0.15s ease;
}
.user-card .user-card-inner, .contest-card .contest-card-inner, .event-card .event-card-inner,
.badge-card .badge-card-inner, .album-card:not(.plus-card), .rules-card,
.terms-card, .partner-card .partner-card-inner, .forum-gen-card, .post-card .pc-container, .banner-card, .flex-gen-card {
	transition: all 0.15s ease;
}
.user-card:hover .user-card-inner, .contest-card:hover .contest-card-inner, .event-card:hover .event-card-inner,
.badge-card:hover .badge-card-inner, .album-card:not(.plus-card):hover, .rules-card:hover, .terms-card:hover, .partner-card:hover .partner-card-inner,
.forum-gen-card:hover, .post-card:hover .pc-container, .banner-card:hover, .flex-gen-card:hover {
	-webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
	     -o-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
	        box-shadow: 0 3px 10px 0px rgba(0,0,0,0.05);
		transition: all 0.15s ease;
}
.button.normalb {
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	     -o-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);	
}
.h-album .h-album-card-inner { display: block; }
.user-card .user-card-inner, .contest-card .contest-card-inner, .partner-card .partner-card-inner,
.post-card .pc-container, .badge-card .badge-card-inner,
.event-card .event-card-inner,
.h-album .h-album-card-inner {
	transition: all 0.15s ease;
}
.user-card:hover .user-card-inner, .contest-card:hover .contest-card-inner,
.partner-card:hover .partner-card-inner,
.post-card:hover .pc-container, .badge-card:hover .badge-card-inner,
.event-card:hover .event-card-inner,
.h-album:hover .h-album-card-inner {
	transition: all 0.15s ease;
	margin-top: -2px;
}


/* new switcher */
.switcher {
	background: #F4F4F5;
	padding: 2px;
	font-size: 11px;
}
.switcher, .switcher .swi-left, .switcher .swi-right {
	height: 20px;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
		 -o-border-radius: 17px;
			border-radius: 17px;
}
.switcher .swi-left, .switcher .swi-right {
	box-sizing: border-box;
	line-height: 21px;
	padding-left: 6px;
	padding-right: 6px;
}
.switcher .swi-left.selected, .switcher .swi-right.selected {
	background: #1ad1de;
}
.switcher .swi-left a, .switcher .swi-right a {
	color: #222231;
}
.switcher .swi-left.selected a, .switcher .swi-right.selected a {
	color: #FFF;
}

.kepo { position: fixed; bottom: 1px; left: 5px; }
.kepo.right { position: fixed; bottom: 1px; right: 75px; left: initial; }
.kepo a > img { display: block; position: absolute; left: 0px; bottom: 0px; }
/*.kepo-in { animation: fadein 4s; -moz-animation: fadein 4s; -webkit-animation: fadein 4s; -o-animation: fadein 4s; }*/
.bounce { -webkit-animation:bounce 1s infinite;}
@-webkit-keyframes bounce { 0% { bottom:5px; } 25%, 75% { bottom:15px; } 50% { bottom:20px; } 100% {bottom:0;} }
.kepo .ball { opacity: 0; position: absolute; bottom: 25px; left: 10px; }
@keyframes fadein { from {opacity:0;} to {opacity:1;} }
@-moz-keyframes fadein { from {opacity:0;} to {opacity:1;} }
@-webkit-keyframes fadein { from {opacity:0;} to {opacity:1;} }
@-o-keyframes fadein { from {opacity:0;} to {opacity: 1;} }
.poke-catch .poke-title {padding-right: 20px; padding-left: 20px;}
.poke-catch .poke-title, .poke-catch .poke-content { text-align: center; }
.poke-catch .poke-content img { width: 250px; }
.poke-catch .popin-bottom-content { text-align: center; }
.poke-catch .popin-bottom-content a.ssk { color: white; }
.poke-catch .popin-bottom-content p .text > span { margin-top: 6px; margin-right: 10px; display: block; }
.poke-catch .btn-ok { position: absolute; top: 5px; right: 5px; background-color: white; color: #352626;}
.poke-catch .btn-ok:hover { color: #6b5e5e; }
.poke-catch .btn-ok .icon {font-size:16px;}

.xmas { position: fixed; bottom: 10px; left: 5px; width: 100px; z-index: 900000; }
.xmas.goldensnitch { bottom: initial !important; }
.xmas.lucie { top: 0px; width: initial; height: 100px; }
.xmas.lucie, .xmas.lucie.right { left: 50%; }
.xmas.lucie a > img { width: initial; height: 100px; }
.xmas.right { position: fixed; bottom: 10px; right: 75px; left: initial; }
.xmas a > img { display: block; width: 100%; position: absolute; left: 0px; bottom: 0px; }
.xmas .victory { opacity: 0; position: absolute; bottom: 25px; left: 10px; width: 100px; }

@media only screen and (max-device-width: 670px) and (orientation : portrait), only screen and (max-device-width: 670px) and (orientation : landscape), (max-width : 670px) {	
	.header-toast { font-size: 47px; min-height: 70px; height: auto; line-height: 70px; padding-bottom: 10px; padding-top: 10px; }
	.header-toast .close-toast { font-size: 41px; height: 35px; line-height: 35px; padding: 17px; }	
}

/* newsletter */
.h-newsletter { color: #ffffff; line-height: 20px;}
.h-newsletter.grey-back { background-color: #f4f4f4; }
.h-newsletter .title { color: #ffffff; font-family: "nimbus-sans", "arial", sans-serif; font-weight: 700; font-size: 22px; line-height: 1.36; text-transform: uppercase; display: block; margin-left: auto !important; margin-right: auto !important; width: fit-content; position: relative; }
.h-newsletter .title .under-abo { position: absolute; left: 0px; bottom: -14px; }
.h-newsletter .subtitle { font-family: "nimbus-sans", "arial", sans-serif; font-weight: 400;  font-size: 18px; line-height: 1.67; letter-spacing: 0.2px; margin-top: 15px; }
.h-newsletter .f-newsletter { box-sizing: border-box; min-height: 203px; /*max-width: 960px; margin-left: auto; margin-right: auto; */ background-color: #222231; padding: 60px; }
.f-newsletter input.wip-input { padding: 15px; width: 100%; max-width: 345px; margin-bottom: 0px; min-height: 25px;
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
border: none; height: 45px; box-sizing: border-box; font-size: 13px; line-height: 1.15; letter-spacing: 0.4px; color: #525f7f;
text-transform: lowercase; }
.f-newsletter input.wip-input::-webkit-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input:-moz-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input::-moz-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input:-ms-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter input.wip-input::-ms-input-placeholder { color:#525f7f; text-transform:capitalize; }
.f-newsletter .f-newsletter-input .subs-cta { right: 10px; top: -1px; z-index: 10; display: block; width: 20px; box-sizing: border-box; text-align: right;
	-webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.f-newsletter .f-newsletter-input .subs-cta:hover {
	right: 8px;
	-webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out; }

.f-newsletter .f-newsletter-error { width: 100%; padding: 7px; }
.f-newsletter .f-newsletter-error .message { font-size: 14px !important; font-weight: 400 !important; }
.f-newsletter .f-newsletter-message { margin-top: 35px; text-transform: uppercase; }
.f-newsletter .f-newsletter-button { display: inline-block; }
@media (max-width: 600px) {
	.f-newsletter .f-newsletter-button { margin-top: 15px; }
}


/* flex containers */
.flex-layout .h-newsletter { margin-top: 0px; min-height: 100px; padding-bottom: 0px; }
.flex-main-container { width: 80%; margin-left: auto; margin-right: auto; }
.flex-main-container-full { width: 100%; margin-left: 0px; margin-right: 0px; }
@media (max-width: 767px) {
	.flex-main-container { width: 98%; }
}
@media (min-width: 1439px) {
  .flex-main-container { width: 70%; }
}
@media (min-width: 1939px) {
  .flex-main-container { width: 55%; }
}

/* layout */
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.row:after { clear: both; }
.row div[class*="col-xs"],
.row div[class*="col-sm"],
.row div[class*="col-md"],
.row div[class*="col-lg"],
.row div[class*=" col-xs"],
.row div[class*=" col-sm"],
.row div[class*=" col-md"],
.row div[class*=" col-lg"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.row div[class*="col-xs"].inner-row,
.row div[class*="col-sm"].inner-row,
.row div[class*="col-md"].inner-row,
.row div[class*="col-lg"].inner-row,
.row div[class*=" col-xs"].inner-row,
.row div[class*=" col-sm"].inner-row,
.row div[class*=" col-md"].inner-row,
.row div[class*=" col-lg"].inner-row {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

.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-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

@media (max-width: 479px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 { float: left; }
  .col-xxs-12 { width: 100%; }
  .col-xxs-11 { width: 91.66666667%; }
  .col-xxs-10 { width: 83.33333333%; }
  .col-xxs-9  { width: 75%; }
  .col-xxs-8  { width: 66.66666667%; }
  .col-xxs-7  { width: 58.33333333%; }
  .col-xxs-6  { width: 50%; }
  .col-xxs-5  { width: 41.66666667%; }
  .col-xxs-4  { width: 33.33333333%; }
  .col-xxs-3  { width: 25%; }
  .col-xxs-2  { width: 16.66666667%; }
  .col-xxs-1  { width: 8.33333333%; }
}

@media (max-width: 767px) {
  .xs-hidden { display: none !important }
  .xs-clearfix { clear: both; }
  .row div[class*="col-xs"],
  .row div[class*="col-sm"],
  .row div[class*="col-md"],
  .row div[class*="col-lg"],
  .row div[class*=" col-xs"],
  .row div[class*=" col-sm"],
  .row div[class*=" col-md"],
  .row div[class*=" col-lg"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs-text-centered { text-align: center; }
}
@media (min-width: 768px) {
  .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-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9  { width: 75%; }
  .col-sm-8  { width: 66.66666667%; }
  .col-sm-7  { width: 58.33333333%; }
  .col-sm-6  { width: 50%; }
  .col-sm-5  { width: 41.66666667%; }
  .col-sm-4  { width: 33.33333333%; }
  .col-sm-3  { width: 25%; }
  .col-sm-2  { width: 16.66666667%; }
  .col-sm-1  { width: 8.33333333%; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-hidden { display: none !important }
  .sm-clearfix { clear: both; }
  .sm-text-centered { text-align: center; }
}

@media (min-width: 992px) {
  .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-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9  { width: 75%; }
  .col-md-8  { width: 66.66666667%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
  .col-md-4  { width: 33.33333333%; }
  .col-md-3  { width: 25%; }
  .col-md-2  { width: 16.66666667%; }
  .col-md-1  { width: 8.33333333%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-hidden { display: none !important }
  .md-clearfix { clear: both; }
}

@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-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9  { width: 75%; }
  .col-lg-8  { width: 66.66666667%; }
  .col-lg-7  { width: 58.33333333%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
  .col-lg-4  { width: 33.33333333%; }
  .col-lg-3  { width: 25%; }
  .col-lg-2  { width: 16.66666667%; }
  .col-lg-1  { width: 8.33333333%; }
  .lg-hidden { display: none !important }
  .lg-clearfix { clear: both; }
}

/* user albums */

/* group albums */
.user-albums.h-albums { margin-top: 10px; margin-left: -10px; margin-right: -10px; }
.user-albums.h-albums .h-album { height: 281px; padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; position: relative; }
.user-albums.h-albums .h-album .album-status { bottom: 20px; left: 20px; padding-left: 10px; padding-right: 10px; }
@media (max-width : 1200px) {
	.user-albums.h-albums .h-album:nth-child(3) { padding-left: 10px; padding-top: 10px; }
	.user-albums.h-albums .h-album:nth-child(n+3) { padding-top: 10px; }
}
@media (max-width : 600px) {
	.user-albums.h-albums .h-album:nth-child(3) { padding-left: 0px; }
	.user-albums.h-albums { margin-left: 0px; margin-right: 0px; }
	.user-albums.h-albums .h-album { padding-right: 0px; padding-left: 0px; }
}


.album-cards .h-album:hover .album-actions { display: block !important; }
.album-cards .h-album .album-actions { top: 136px; right: 20px; }
.album-cards .h-album .album-actions a { padding: 2px 10px; }

/* group albums */
.h-albums { margin-top: 40px; }
.h-albums .h-album { width: 25%; float: left; box-sizing: border-box; }
/*.h-albums .h-album:not(:first-child) { padding-left: 20px; }*/
.h-albums .h-album .album-card { box-sizing: border-box; }
.h-albums .h-album .album-card .a-main-image { box-sizing: border-box; opacity: 1; width: 100%; height: 170px; overflow: hidden; position: relative;
	background-color: #ecf0f3;
	background-position: center center;
	 -webkit-background-size: cover;
    	-moz-background-size: cover;
    	  -o-background-size: cover;
    		 background-size: cover;
}
.h-albums .h-album .album-card .a-main-image-overlay { width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; opacity: 0; transition: all .3s ease; background-position: center center;
	 -webkit-background-size: cover;
    	-moz-background-size: cover;
    	  -o-background-size: cover;
    		 background-size: cover;
}
.h-albums .h-album:hover .album-card .a-main-image-overlay { opacity: 1; transition: all .3s ease; }
.h-albums .h-album .album-card .a-main-image-bg-overlay { transition: all .1s ease; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); }
.h-albums .h-album:hover .album-card .a-main-image-bg-overlay { background: rgba(34, 35, 50, 0.5); transition: all .1s ease; }
.h-albums .h-album .album-card .a-group-titles { left: 0px; top: 20px; width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }
.h-albums .h-album .album-card .a-group-titles .title-camel { text-decoration: underline; box-sizing: border-box; padding-left: 0px; text-align: left; }
.h-albums .h-album .album-card .a-group-titles .subtitle-camel { text-align: left; display: block; }

.h-albums .h-album .album-card .title-camel, .h-albums .h-album .album-card .subtitle-camel { width: 100%; text-align: center; color: #fff; left: 0px; }
.h-albums .h-album .album-card .title-camel { font-size: 16px; font-weight: 500; }
.h-albums .h-album .album-card .title-camel { top: 20px; text-decoration: underline; box-sizing: border-box; padding-left: 20px; text-align: left; }
.h-albums .h-album .album-card .subtitle-camel { bottom: 15px; font-size: 14px; }
.h-albums .h-album .album-card-spots, .h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { height: 90px; }
.h-albums .h-album .album-card-spots { width: 100%; border-top: 1px solid #FFFFFF; }
.h-albums .h-album .album-card-spots .album-card-spot { width: 33.3%; height: 100%; float: left; box-sizing: border-box; }
.h-albums .h-album .album-card-spots .album-card-spot:nth-child(2) { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image { box-sizing: border-box; opacity: 1; width: 100%; overflow: hidden; position: relative; background-color: #ecf0f3; background-position: center center;
	 -webkit-background-size: cover;
    	-moz-background-size: cover;
    	  -o-background-size: cover;
    		 background-size: cover;
}
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image-overlay { width: 100%; height: 100%; top: 0px; left: 0px; position: absolute; background-position: center center; opacity: 0; transition: all .3s ease;
	 -webkit-background-size: cover;
    	-moz-background-size: cover;
    	  -o-background-size: cover;
    		 background-size: cover;
}
.h-albums .h-album:hover .album-card-spots .album-card-spot .a-spot-image-overlay { opacity: 1; transition: all .3s ease; }
.h-albums .h-album .album-card-spots .album-card-spot .a-spot-image-bg-overlay { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.3); }
.h-albums-link { text-align: center; margin-top: 50px; }

@media (max-width : 1200px) {
	/* albums */
	.h-albums .h-album { width: 50%; float: left; box-sizing: border-box; }
	.h-albums .h-album:nth-child(3) { padding-left: 0px; }
	.h-albums .h-album:nth-child(n+3) { padding-top: 20px; }
}
@media (max-width : 600px) {
	/* albums */
	.h-albums .h-album { width: 100%; }
	.h-albums .h-album:not(:first-child) { padding-left: 0px; }
	.h-albums .h-album:nth-child(n+1) { padding-top: 20px; }
}

.checkbox { position: relative; display: block; box-sizing: border-box; padding: 5px 15px 5px 45px; margin-bottom: 3px; color: #222231; font-size: 12px; font-weight: 200; background-color: #ffffff; line-height: 26px; min-height: 26px; text-transform: uppercase; }
.checkbox:before { background-color: #fff; border: solid 1px #9E9E9E; width: 16px; height: 16px; position: absolute; content: ""; left: 10px; top: 9px; border-radius: 30px; }
.checkbox.checked:before {  border: solid 1px #1db5c6; }
.checkbox.checked:after { font-family: 'wipplay-font'; content: "\e620"; position: absolute; top: 6px; left: 14px; font-size: 8px; color: #1db5c6; transition: all .2s; }
.checkbox:hover:before { background-color: #f3f0f0; }
.contest-photo-categories-form .checkbox { width: 50%; display: inline-block; }



.w-heart-anim.heart-animating:after { content: ""; position: absolute; display: block; height: 50px; width: 50px; background-image:url(../images/web_heart_animation.png); background-position: left; background-repeat:no-repeat; background-size:2900%; animation: heart-burst .8s steps(28) 1;
	bottom: 35px; left: 50%; transform: translateX(-25px); z-index: 999999;
}
.flexgrid .w-heart-anim.heart-animating:after { bottom: -55px; }
@keyframes heart-burst { from { background-position:left; } to { background-position:right; } }


/* cookies */
.cookie-toast { color: #222231; font-size: 11px; background-color: transparent; position: fixed; width: 300px; bottom: 40px; right: 40px; z-index: 999000; overflow: hidden; }
.cookie-toast .ckt-top { padding: 10px 15px 10px 15px; background-color: #222231; color: #fff; font-size: 12px; font-weight: bold;  }
.cookie-toast .ckt-close { color: #222231; background-color: #fff; float: right; text-transform: uppercase; padding: 0px 13px; font-weight: bold; font-size: 11px;}
.cookie-toast .ckt-close:hover { color: #fff; background-color: #1BD1DE; }
.cookie-toast .ckt-content { padding: 10px 15px; background-color: #fff; text-align: justify; border: 1px solid #fff; box-sizing: border-box; }
@media (max-width: 767px) {
	.cookie-toast { width: 100%; left: 0px; right: 0px; bottom: 0px; }
	.cookie-toast, .cookie-toast .ckt-top, .cookie-toast .ckt-close { font-size: 14px; }
	.cookie-toast .ckt-top, .cookie-toast .ckt-close { line-height: 40px; }
}